@charset "utf-8";
/* =============================
共通
=============================== */
:root{font-size:16px;font-family:sans-serif}
/*html*/
body {
	line-height: 1.8em;
	color: #00478B;
}
ul, ol {
	list-style-type: none;
	padding-left: 0;
}
dd {
	margin-left: 0;
}
img {
	max-width: 100% !important;
	vertical-align: bottom;
}

/*パーツ*/
#container {
/*	min-height: 100vh;*/
	background: #fff;
	position: relative;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size:0;
}
.ib {
	display: inline-block;
}

.title {
	margin-top: 1.8rem;
	box-shadow: 6px 6px 6px rgba(0,129,204,.75);
}

/*----- header -----*/
header {
	position: relative;
	width: inherit;
	min-height: calc(2.2em + 62px);
	line-height: 1.15em;
}
#index header:after {
	content: ".";
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 3.15em;
	border-top: 1px solid rgba(0,43,96,.9);
	border-bottom: 1px solid rgba(0,43,96,.9);
	background: rgba(0,43,96,.9);
	color: rgba(0,43,96,0);
	mix-blend-mode: multiply;
	z-index: 1;
}
.navi {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 2;
	background: rgba(0,43,96,.9);
}
#index .navi {
	background: transparent;
}
nav ul {
	list-style-type: none;
}
.nav-btn ul {
	margin: 0;
	padding: 0.75em 0;
}
.nav-btn .btn-left {
	float: left;
	padding-left: 0.5em;
}
.nav-btn .btn-right {
	float: right;
	padding-right: 0.5em;
}
.nav-btn li {
	display: inline-block;
}
.nav-btn li+li {
	margin-left: 2px;
}
.nav-btn a {
	color: #fff;
}
.btn-left a, .li-btn a {
	display: block;
	padding: 0.25em 0.5em;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 5px;
	background: rgba(255,255,255,.25);
	text-decoration: none;
	text-align: center;
}
.btn-left a:hover, .btn-left a:focus {
	border: 1px solid rgba(0,86,154,0);
	background: rgba(0,86,154,.75);
	color: #fff100;
}
.btn-left a:active {
	border: 1px solid rgba(145,0,0,0);
	background: rgba(145,0,0,.85);
	color: #fff100;
}
.li-btn {
	vertical-align: top;
}
.li-btn a {
	border: 1px solid #fff;
}
.btn-right i, .menu-icon i {
	font-size: 1.775em;
}
#btn-menu {
	position: fixed;
	top: 4em;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 3px 0 0 3px;
	background-image: -moz-linear-gradient(to top,#002B60,#BAE3F9);
	background-image: -webkit-linear-gradient(to top,#002B60,#BAE3F9);
	background-image: linear-gradient(to top,#002B60,#BAE3F9);
	z-index: 2;
	opacity: 1;
	transition: 0.5s;
	box-shadow: -2px 2px 6px rgba(0,43,96,.9);
}
#btn-menu span, #btn-menu span:before, #btn-close span, #btn-close span:after {
	display: block;
	width: 35px;
	height: 3px;
	top: 11px;
	left: 7px;
	border-radius: 1px;
	background-color: rgba(255,255,255,.7);
	box-shadow: 2px 2px 1px rgba(0,43,96,.75);
	position: absolute;
}
#btn-menu span:before {
	content: ".";
	color: rgba(255,255,255,0);
	top: 11px;
	left: 0;
	position: absolute;
}
#btn-menu span:after {
	content: "Menu";
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,.7);
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 1px rgba(0,13,96,.5);
}
#btn-menu:hover, #btn-close:hover {
	cursor: pointer;
}
#menu {
	position: fixed;
	width: 100%;
	height: 100%;
/*	display: none;*/
	background: rgba(0,43,96,.9);
	z-index: -5;
	transition: 0.5s;
	opacity: 0;
}
#btn-close {
	position: fixed;
	top: 0.85em;
	right: 0;
	width: 62px;
	height: 62px;
/*	background: url(../img/all-menu-btn-close.png) left top no-repeat;*/
	z-index: 10;
	opacity: 0;
	transition: 0.5s;
}
#btn-close span, #btn-close span:after {
	background-color: #fff;
	box-shadow: none;
}
#btn-close span{top:12px;left:16px;transform:rotateZ(-45deg)}
#btn-close span:after{top:0;left:0;content:".";color:rgba(255,255,255,0);transform:rotateZ(90deg)}
.open #btn-menu {
	opacity: 0;
}
.open #menu {
/*	display: block;*/
	opacity: 1;
	z-index: 5;
}
.open #btn-close {
	opacity: 0.5 !important;
}
.menu-content {
	width: 80%;
	max-width: 350px;
	min-width: 256px;
	margin: 0 auto;
	padding: 2.5em 0 0;
}
.menu-content ul {
	padding: 0;
}
.menu-icon {
	float: left;
	padding-top: 3.15em;
}
.menu-icon li {
	display: inline-block;
}
.menu-icon li+li {
	margin-left: 0.5em;
}
.menu-icon a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.mn-btn {
	text-align: right;
}
.mn-btn a {
	display: inline-block;
	margin-top: 0.4em;
	padding: 0.3em 2em 0.2em;
	border-radius: 5px;
	background: #fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	text-decoration: none;
	color: #00478a;
	font-size: 12px;
}
.menu-list {
	clear: both;
	border-top: 1px solid #0081cc;
	border-bottom: 1px solid #0081cc;
}
.menu-list a {
	display: block;
	padding: 1.5em 0.8em;
	border-top: 1px solid #0081cc;
	border-bottom: 1px solid #0081cc;
	color: #fff100;
	text-decoration: none;
	position: relative;
}
.menu-list li:hover a:before, .menu-list li:active a:before, .menu-list li:focus a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ".";
	background: rgba(0,130,186,.9);
	color: rgba(0,130,186,0);
	mix-blend-mode: multiply;
	z-index: -1;
}
.menu-list span {
	position: absolute;
	right: 0.8em;
	color: #fff;
	opacity: 0.75;
}
@media (max-width:359px) {
	.nav-btn a{padding:3px 5px;font-size:12px}
	.btn-left li+li{margin-left:1px}
	.btn-right li+li{margin-left:-3px}
}

/*----- footer -----*/
footer {
/*	position: absolute;
	bottom: -65px;*/
	width: 100%;
	margin-top: 1em;
}

/* =============================
index.html
=============================== */
/*header*/
.hero {
	width: 100%;
	margin: 0;
	padding: 0;
}
.icon-film {
	position: absolute;
	top: 4em;
	left: 0.5em;
	width: 80%;
}
/*information*/
.info-content {
	overflow: auto;
	overflow-x: hidden;
	min-height: 3em;
	max-height: 60vh;
	list-style-type: none;
	background: #EEF4F7;
	padding: 1.5em 1em;
	word-break: break-all;
}
.info-content li+li {
	margin-top: 1em;
	border-top: 1px solid #00478B;
	padding-top: 1em;
}
.info-content a, .information .comment-list a {
	text-decoration: none;
}
.info-content dl {
	margin: 0;
	line-height: 1.5em;
}
.info-content dt {
	display: inline;
	padding-right: 1em;
}
.info-content dd {
	display: inline;
	margin: 0;
}
/*link*/
.link {
	margin: 1.8em 0;
}
.link li+li {
	margin-top: 4px;
}
/*introduction*/
.intro-text, .story-text {
	padding: 0 2em;
}
.intro-text h3, .story-text h3 {
	margin: 1.5rem 0 0.7rem;
	font-family: serif;
	font-size: 1.2em;
}
.intro-text p, .story-text p, .director .prof p, .cast .prof p {
	margin: 0;
	text-indent: 1em;
}
.intro-text p+h3 {
	margin-top: 2rem;
}
.intro-photo li, .story-photo li {
	margin-bottom: 0.75em;
}
/*director/cast*/
.director .prof dl, .cast .prof dl, .staff .prof dl {
	margin: 0 2em;
}
.director .prof dd, .cast .prof dd, .staff .prof dd {
	margin-top: 1em;
}
.prof {
	margin-top: 1.5em;
}

/* =============================
contact.html
=============================== */
.contact-form {
	margin-top: 1.8rem;
	padding: 1.5em;
	background: #EDF3F6;
}
.contact-form li {
	clear: both;
	padding-left: 1em;
	border-top: 2px solid #004483;
}
.contact-form dd {
	position: relative;
}
.contact-form dd input, .contact-form dd textarea {
	width: 100%;
	vertical-align: middle;
}
.contact-form strong {
	position: absolute;
	right: 0;
	top: 0;
	color: #B60005;
	font-weight: normal;
	opacity: 1;
	transition: all 0.5s;
}
.contact-form input:focus~strong, .contact-form textarea:focus~strong {
	top: -1.75em;
	opacity: .5;
}
.contact-submit {
	padding-top: 1em;
	text-align: center;
}
.contact-submit input {
	padding: 0.5em 4em;
	border: 1px solid #999;
	border-radius: 1.075em;
	background-image: -moz-linear-gradient(to top,#c9caca,#FFC778 70%,#dadbdb);
	background-image: -webkit-linear-gradient(to top,#c9caca,#FFC778 70%,#dadbdb);
	background-image: linear-gradient(to top, #c9caca, #fff 70%, #dadbdb);
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #00478A;
}

/* =============================
media.html theater.html comment.html
=============================== */
.media-list, .theater-list, .comment-list {
	margin-top: 1.8rem;
	padding: 2em 1.5em 3em;
	background: #EDF3F6;
}
.media-list li, .theater-list li, .comment-list li {
	border-bottom: 2px solid #004483;
	padding: 1em;
	text-align: center;
}
.theater-list li img{padding:1em 0}
.media-list li:not(.media-text),.theater-list li:not(.media-text),.comment-list li:not(.media-text){padding: 2em 1em;}
.information .comment-list li:first-child{border-top:2px solid #004483}
.theater-list li {
	border: none;
	padding-bottom: 0;
}
.theater-list li:not(.media-text) {
	padding-bottom: 0;
	border: none;
	text-align: left;
	overflow: hidden;
}
.theater-detail {
	width: 100%;
	border: 1px solid #004483;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5em;
}
.theater-detail tr+tr {
	border-top: 1px solid #004483;
}
.theater-detail th {
	background: #004483;
	color: #fff;
	font-weight: normal;
	padding: 0.2em 0.5em;
}
.theater-detail th:not(:first-child) {
	border-left: 1px solid #fff;
}
.theater-detail td {
	padding: 0.2em 0.5em;
	background: #fff;
}
.theater-detail td:not(:first-child) {
	border-left: 1px solid #004483;
}
.comment-content {
	font-family: serif;
}
.comment-content dd {
	line-height: 2em;
	text-align: left;
}
.comment-content dt {
	margin-top: 1em;
	text-align: left;
	font-size: 1.75rem;
}
.comment-content dt span {
	font-size: 1rem;
}

/* =============================
film.html
=============================== */
.festival-content {
	margin: 20px 0 0;
}
.festival-content-s {
	margin: 16px 0 20px;
}
.festival-content img {
	margin-bottom: 4px;
}
.festival-content .festival-text {
	margin-bottom: 10px;
}
.festival-content-s .festival-text {
	margin-bottom: 0;
}
.photo-left {
	float:left;
	clear: both;
	width: 49.5%;
}
.photo-right {
	float: right;
	width: 49.5%;
}

/* =============================
queries
=============================== */
/* break point */
@media (min-width:769px){/*PC*/
	body {
		background: url(../img/all-body-bg_pc.png) center top no-repeat;
		background-size: cover;
	}
	#container {
		width: 998px;
		margin: 0 auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.title {
		content: ".";
		color: rgba(0,0,0,0);
	}
	.pib {display:inline-block;}
	.sp, .tb {
		display: none;
	}
	.btn-home {
		margin: 52px 79px 0;
		text-align: right;
	}
	.btn-home a {
		display: inline-block;
		width: auto;
		padding: 3px 24px 2px;
		border: 1px solid #00478A;
		border-radius: 5px;
		background: rgba(255,255,255,.25);
		box-shadow: 4px 4px 6px rgba(0,71,139,.5);
		line-height: 1em;
		text-decoration: none;
		text-align: center;
		color: #00478A;
	}
	/*header*/
	#index header:after {
		border-color: transparent;
		background-color: transparent;
	}
	.navi{position:relative}
	.navi, #index header:after {
		width: 998px;
	}
	#menu {
		width: 600px;
		height: 520px;
		max-height: 100%;
		margin-left: 200px;
		border-radius: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.nav-btn .btn-left {
		display: none;
	}
	.nav-btn .btn-right {
		position: absolute;
		padding: 0;
		top: 52px;
		margin-left: 740px;
	}
	.li-btn a{padding:0.25em 28px}
	#btn-menu, #btn-close {
		top: 40px;
		right: auto;
		margin-left: 948px;
	}
	#btn-close{margin-left:530px}
	#btn-close span{top:20px;left:20px}
	.menu-list li:active a:before {
		background: rgba(182,0,5,.75);
		mix-blend-mode: normal;
		color: rgba(182,0,5,.75);
	}
	/*index*/
	.hero {
		content: ".";
		color: rgba(0,0,0,0);
		width: 998px;
		height: 968px;
		background: url(../img/index-header-bg_pc.jpg?190131) no-repeat;
		background-size: 100%;
	}
	.icon-film{top:40px;left:30px;width:687px}
	.info{margin:0 30px 0 79px}
	.info .title {
		width: 590px;
		height: 50px;
		background: url(../img/index-info-title_pc.png) left top no-repeat;
	}
	.info-content{
		overflow: auto;
		overflow-x: hidden;
		width: 550px;
		height: 250px;
		margin: 31px 20px 0;
		padding: 20px 16px;
		box-sizing: border-box;
	}
	.info, .link {
		float: left;
	}
	.link{margin-bottom:40px}
	.link ul {
		margin: 0;
	}
	.link li+li {
		margin-top: 6px;
	}
	.link li a {
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 236px;
		height: 64px;
		background: url(../img/index-link-btn-theater_pc.png) no-repeat;
/*		transition: all 0.3s;*/
	}
	.link li {background-position:240px;background-repeat:no-repeat}
	.link .link-theater a:hover,.link .link-theater{background-image:url(../img/index-link-btn-theater_pc_on.png)}
	.link .link-theater a:active{background-image:url(../img/index-link-btn-theater_pc_click.png)}
	.link .link-trailer a{background-image:url(../img/index-link-btn-trailer_pc.png)}
	.link .link-trailer a:hover,.link .link-trailer{background-image:url(../img/index-link-btn-trailer_pc_on.png)}
	.link .link-trailer a:active{background-image:url(../img/index-link-btn-trailer_pc_click.png)}
	.link .link-festival a{background-image:url(../img/index-link-btn-festival_pc.png)}
	.link .link-festival a:hover,.link .link-festival{background-image:url(../img/index-link-btn-festival_pc_on.png)}
	.link .link-festival a:active{background-image:url(../img/index-link-btn-festival_pc_click.png)}
	.link .link-comment a{background-image:url(../img/index-link-btn-comment_pc.png)}
	.link .link-comment a:hover,.link .link-comment{background-image:url(../img/index-link-btn-comment_pc_on.png)}
	.link .link-comment a:active{background-image:url(../img/index-link-btn-comment_pc_click.png)}
	.link .link-media a{background-image:url(../img/index-link-btn-media_pc.png)}
	.link .link-media a:hover,.link .link-media{background-image:url(../img/index-link-btn-media_pc_on.png)}
	.link .link-media a:active{background-image:url(../img/index-link-btn-media_pc_click.png)}
	.intro {
		clear: both;
		margin: 40px 79px;
	}
	.intro .title {
		width: 840px;
		height: 50px;
		background: url(../img/index-intro-title_pc.png) left top no-repeat;
	}
	.intro-text{padding:0;margin-top:42px;}
	.intro-1>*,.intro-2>*,.intro-photo{display:none}
	.intro-1 {
		width: 840px;
		height: 470px;
		background: url(../img/index-intro-1text_pc.png) left top no-repeat;
		position: relative;
	}
	.intro-1:after {
		position: absolute;
		top: 0;
		left: 520px;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 320px;
		height: 470px;
		background: url(../img/index-intro-1photo_pc.jpg) right top no-repeat;
	}
	.intro-2 {
		width: 840px;
		height: 250px;
		background: url(../img/index-intro-2text_pc.png) left top no-repeat;
	}
	.story{margin:40px 79px}
	.story .title {
		width: 840px;
		height: 50px;
		background: url(../img/index-story-title_pc.png) left top no-repeat;
	}
	.story-photo, .story-text>* {
		display: none;
	}
	.story-text {
		width: 840px;
		height: 480px;
		background: url(../img/index-story-1text_pc.png) left top no-repeat;
		position: relative;
	}
	.story-text:after {
		position: absolute;
		top: 0;
		left: 520px;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 320px;
		height: 480px;
		background: url(../img/index-story-1photo_pc.jpg) right top no-repeat;
	}
	.director{margin:40px 79px}
	.director .title {
		width: 840px;
		height: 50px;
		background: url(../img/index-director-title_pc.png) left top no-repeat;
	}
	.director .prof>*{display:none}
	.director .prof {
		width: 840px;
		height: 400px;
		margin-top: 30px;
		margin-left: 20px;
		background: url(../img/index-director-photo_pc.jpg) left top no-repeat;
		position: relative;
	}
	.director .prof:after {
		position: absolute;
		top: 0;
		left: 300px;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 500px;
		height: 400px;
		background: url(../img/index-director-prof_pc.jpg) right top no-repeat;
	}
	.cast{margin:65px 79px 50px}
	.cast .title {
		width: 840px;
		height: 50px;
		margin-bottom: 30px;
		background: url(../img/index-cast-title_pc.png) left top no-repeat;
	}
	.prof-urara, .prof-atomu, .prof-mariko {
		width: 800px;
		height: 450px;
		margin-top: 30px;
		margin-left: 20px;
		position: relative;
		background: url(../img/index-cast-urara-photo_pc.jpg) left top no-repeat;
	}
	.prof-atomu{background-image:url(../img/index-cast-atomu-photo_pc.jpg)}
	.prof-mariko{background-image:url(../img/index-cast-mariko-photo_pc.jpg)}
	.prof-urara:after, .prof-atomu:after, .prof-mariko:after {
		position: absolute;
		top: 0;
		left: 400px;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 400px;
		height: 450px;
		background: url(../img/index-cast-urara-prof_pc.png) right top no-repeat;
	}
	.prof-atomu:after{background-image:url(../img/index-cast-atomu-prof_pc.png)}
	.prof-mariko:after{background-image:url(../img/index-cast-mariko-prof_pc.png)}
	/*cast2*/
	.prof-tomomi,.prof-nanami,.prof-sakiko,.prof-miku,.prof-daikichi,.prof-toshimitsu,.prof-makoto,.prof-gaku{width:395px;background:url(../img/index-cast-tomomi-photo_pc.jpg) center top no-repeat}
	.prof-tomomi img,.prof-tomomi p,.prof-nanami img,.prof-nanami p,.prof-sakiko img,.prof-sakiko p,.prof-miku img,.prof-miku p,.prof-daikichi img,.prof-daikichi p,.prof-toshimitsu img,.prof-toshimitsu p,.prof-makoto img,.prof-makoto p,.prof-gaku img,.prof-gaku p{display:none}
	.prof-tomomi, .prof-sakiko, .prof-daikichi, .prof-makoto {
		clear: both;
		float: left;
		margin: 30px 0 0 20px;
	}
	.prof-nanami, .prof-miku, .prof-toshimitsu, .prof-gaku {
		float: left;
		margin: 30px 0 0 10px;
	}
	.cast .prof-tomomi dl,.cast .prof-nanami dl,.cast .prof-sakiko dl,.cast .prof-miku dl,.cast .prof-daikichi dl,.cast .prof-toshimitsu dl,.cast .prof-makoto dl,.cast .prof-gaku dl{margin:250px 0 0}
	.cast .prof-tomomi dd{width:395px;height:165px;background:url(../img/index-cast-tomomi-prof_pc.png) center top no-repeat}
	.cast .prof-nanami dd{width:395px;height:165px;background:url(../img/index-cast-nanami-prof_pc.png) center top no-repeat}
	.cast .prof-sakiko dd{width:395px;height:130px;background:url(../img/index-cast-sakiko-prof_pc.png) center top no-repeat}
	.cast .prof-miku dd{width:395px;height:130px;background:url(../img/index-cast-miku-prof_pc.png) center top no-repeat}
	.cast .prof-daikichi dd{width:395px;height:190px;background:url(../img/index-cast-daikichi-prof_pc.png) center top no-repeat}
	.cast .prof-toshimitsu dd{width:395px;height:190px;background:url(../img/index-cast-toshimitsu-prof_pc.png) center top no-repeat}
	.cast .prof-makoto dd{width:395px;height:150px;background:url(../img/index-cast-makoto-prof_pc.png) center top no-repeat}
	.cast .prof-gaku dd{width:395px;height:150px;background:url(../img/index-cast-gaku-prof_pc.png) center top no-repeat}
	.prof-nanami{background-image:url(../img/index-cast-nanami-photo_pc.jpg)}
	.prof-sakiko{background-image:url(../img/index-cast-sakiko-photo_pc.jpg)}
	.prof-miku{background-image:url(../img/index-cast-miku-photo_pc.jpg)}
	.prof-daikichi{background-image:url(../img/index-cast-daikichi-photo_pc.jpg)}
	.prof-toshimitsu{background-image:url(../img/index-cast-toshimitsu-photo_pc.jpg)}
	.prof-makoto{background-image:url(../img/index-cast-makoto-photo_pc.jpg);margin-bottom:20px}
	.prof-gaku{background-image:url(../img/index-cast-gaku-photo_pc.jpg);margin-bottom:20px}
	/*cast3*/
	.cast-oth-left{clear:both;float:left;margin-left:20px;margin-bottom:30px}
	.cast-oth-right{float:left;margin-left:10px;margin-bottom:30px}
	.cast-oth-left .prof{margin-top:10px}
	.cast-oth-left div>*,.cast-oth-right div>*{display:none}
	.prof-yumi{width:395px;height:855px;margin-top:10px;background:url(../img/index-cast-yumi-prof_pc.jpg) no-repeat}
	.prof-naoto,.itsuo{margin:0}
/*	.prof-naoto{width:395px;height:245px;background:url(../img/index-cast-naoto-prof_pc.jpg) no-repeat}*/
/*	.prof-itsuo{width:395px;height:310px;background:url(../img/index-cast-itsuo-prof_pc.jpg) no-repeat}*/
	.prof-nobu{width:395px;height:855px;margin-top:10px;background:url(../img/index-cast-morimoto-prof_pc.jpg) no-repeat}
	.prof-naoko,.prof-yuki,.suzuna{margin:0}
/*	.prof-suzuna{width:395px;height:130px;margin-top:10px;background:url(../img/index-cast-suzuna-prof_pc.jpg) no-repeat}*/
	/*namelist*/
	.prof-namelist1{clear:both;width:800px;height:263px;margin:30px 20px;background:url(../img/index-cast-namelist1_pc.png) no-repeat;background-size:100%}
	.prof-namelist2{clear:both;width:800px;height:367px;margin:30px 20px;background:url(../img/index-cast-namelist2_pc.png) no-repeat;background-size:100%}
	.staff{margin:40px 79px}
	.staff .title {
		width: 840px;
		height: 50px;
		background: url(../img/index-staff-title_pc.png) left top no-repeat;
	}
	.prof-kenichi,.prof-hiroyuki{width:395px;height:417px;margin-top:10px;margin-bottom:30px;float:left}
	.prof-kenichi>*,.prof-hiroyuki>*{display:none}
	.prof-kenichi{margin-left:20px;background:url(../img/index-staff-kenichi-prof_pc.jpg) no-repeat}
	.prof-hiroyuki{margin-left:10px;background:url(../img/index-staff-hiroyuki-prof_pc.jpg) no-repeat}
	.prof-stafflist{clear:both;width:800px;margin:30px 20px 0}

	/*contact*/
	.contact .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/contact-contact-title_pc.png) left top no-repeat;
	}
	.contact-form {
		width: 800px;
		margin: 30px auto;
		padding: 45px 50px;
		box-sizing: border-box;
	}
	.contact-form li {
		padding-left: 0;
	}
	.contact-form dl {
		width: 530px;
		margin: 1em 110px 1em 60px;
	}
	.contact-form dt, .contact-form dd {
		display: inline-block;
	}
	.contact-form dt {
		width: 180px;
	}
	.contact-form dd {
		width: 340px;
	}
	.contact-form strong {
		right: -4em;
		top: 50%;
		transform: translateY(-50%);
	}
	.contact-form input:focus~strong, .contact-form textarea:focus~strong {
		top: 50%;
		opacity: 1;
	}
	.contact-submit {
		padding-top: 25px;
	}

	/*media*/
	.media .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/media-media-title_pc.png) left top no-repeat;
	}
	.media-list, .theater-list, .comment-list {
		width: 800px;
		margin: 30px auto 50px;
		padding: 45px 50px;
		box-sizing: border-box;
	}
	/*theater*/
	.theater .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/theater-theater-title_pc.png) left top no-repeat;
	}
	/*comment*/
	.comment .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/comment-comment-title_pc.png) left top no-repeat;
	}
	.comment-content dd {
		display: inline-block;
		width: 400px;
	}
	.comment-content dt {
		display: inline-block;
		width: 400px;
	}
	/*information*/
	.information .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/info-info-title_pc.png) left top no-repeat;
	}


	/*film*/
	.hero-film {
		content: ".";
		color: rgba(0,0,0,0);
		width: 998px;
		height: 750px;
		background: url(../img/film-header-bg_pc.png) center top no-repeat;
	}
	#film .btn-home {
		margin: 1.8rem 79px 0;
	}
	.festival .title {
		width: 840px;
		height: 50px;
		margin-left: 79px;
		background: url(../img/film-festival-title_pc.png) left top no-repeat;
	}
	.festival-content, .festival-content-s {
		width: 800px;
		margin: 30px auto;
	}
	.tokyofilm {
		height: 760px;
		background: url(../img/film-tokyofilm-text_pc.jpg) no-repeat;
	}
	.rotterdam {
		height: 760px;
		background: url(../img/film-rotterdam-text_pc.jpg) no-repeat;
	}
	.ginmaku {
		height: 230px;
		background: url(../img/film-ginmaku-text_pc.jpg) no-repeat;
	}
	.connection {
		height: 230px;
		background: url(../img/film-connection-text_pc.jpg) no-repeat;
	}
	.sydney {
		height: 230px;
		background: url(../img/film-sydney-text_pc.jpg) no-repeat;
	}
	.cinemajove {
		height: 760px;
		background: url(../img/film-cinemajove-text_pc.jpg) no-repeat;
	}
	.bifan {
		height: 230px;
		background: url(../img/film-bifan-text_pc.jpg) no-repeat;
	}
	.giffoni {
		height: 230px;
		background: url(../img/film-giffoni-text_pc.jpg) no-repeat;
	}
	.pix {
		height: 230px;
		background: url(../img/film-pix-text_pc.jpg) no-repeat;
	}
}
@media (min-width:415px) and (max-width:768px) {/*tablet*/
	#container {
		width: 100%;
		overflow-x: hidden;
	}
	.title {
		content: ".";
		color: rgba(0,0,0,0);
		height: 5.7vw;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.pib {display:inline-block;}
	.sp,.pc{display:none}
		.btn-home {
		margin: 52px 79px 0;
		text-align: right;
	}
	.btn-home a {
		display: inline-block;
		width: auto;
		padding: 3px 24px 2px;
		border: 1px solid #00478A;
		border-radius: 5px;
		background: rgba(255,255,255,.25);
		box-shadow: 4px 4px 6px rgba(0,71,139,.5);
		line-height: 1em;
		text-decoration: none;
		text-align: center;
		color: #00478A;
	}
	/*header*/
	#index header:after {
		border-color: transparent;
		background-color: transparent;
	}
	.navi{position:relative}
	.nav-btn .btn-left {
		display: none;
	}
	.nav-btn .btn-right {
		position: absolute;
		padding: 0;
		top: 52px;
		right: 62px;
	}
	.li-btn a{padding:0.25em 28px}
	#btn-menu{top:40px}
	#btn-close span{top:20px;left:10px}
	/*index*/
	.hero {
		content: "";
		color: rgba(0,0,0,0);
		width: 100%;
		height: 95vw;
		background: url(../img/index-header-bg_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.icon-film{top:110px;right:62px;left:auto}
	.info{margin:0}
	.info .title {
		width: 70.3125vw;
		background-image: url(../img/index-info-title_pc.png);
	}
	.info-content{
		overflow: auto;
		overflow-x: hidden;
		width: 65vw;
		height: 30vw;
		margin: 3.5vw 2.5vw 0;
		padding: 1em;
		box-sizing: border-box;
	}
	.info{float:left}
	.link {
		float: right;
		width: 26vw;
		overflow-x: hidden;
		margin-bottom: 3.6em;
	}
	.link ul {
		margin: 0;
	}
	.link li+li {
		margin-top: 6px;
	}
	.link li a {
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 28.515625vw;
		height: 7.6823vw;
		background: url(../img/index-link-btn-theater_pc.png) no-repeat;
		background-size: 100%;
	}
	.link li {background-position:28.515625vw;background-repeat:no-repeat}
	.link .link-theater a:hover,.link .link-theater{background-image:url(../img/index-link-btn-theater_pc_on.png)}
	.link .link-theater a:active{background-image:url(../img/index-link-btn-theater_pc_click.png)}
	.link .link-trailer a{background-image:url(../img/index-link-btn-trailer_pc.png)}
	.link .link-trailer a:hover,.link .link-trailer{background-image:url(../img/index-link-btn-trailer_pc_on.png)}
	.link .link-trailer a:active{background-image:url(../img/index-link-btn-trailer_pc_click.png)}
	.link .link-festival a{background-image:url(../img/index-link-btn-festival_pc.png)}
	.link .link-festival a:hover,.link .link-festival{background-image:url(../img/index-link-btn-festival_pc_on.png)}
	.link .link-festival a:active{background-image:url(../img/index-link-btn-festival_pc_click.png)}
	.link .link-comment a{background-image:url(../img/index-link-btn-comment_pc.png)}
	.link .link-comment a:hover,.link .link-comment{background-image:url(../img/index-link-btn-comment_pc_on.png)}
	.link .link-comment a:active{background-image:url(../img/index-link-btn-comment_pc_click.png)}
	.link .link-media a{background-image:url(../img/index-link-btn-media_pc.png)}
	.link .link-media a:hover,.link .link-media{background-image:url(../img/index-link-btn-media_pc_on.png)}
	.link .link-media a:active{background-image:url(../img/index-link-btn-media_pc_click.png)}
	/*index-intro*/
	.intro {
		clear: both;
		margin: 3.6em 0;
	}
	.intro .title {
		width: 100%;
		background-image: url(../img/index-intro-title_pc.png);
	}
	.intro-text{padding:0;margin-top:2.5em;}
	.intro-1>*,.intro-2>*,.intro-photo{display:none}
	.intro-1 {
		width: 61.9vw;
		height: 55.95vw;
		background: url(../img/index-intro-1text_pc.png) no-repeat;
		background-size: 100%;
		position: relative;
	}
	.intro-1:after {
		position: absolute;
		top: 0;
		left: 61.9vw;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 38.095vw;
		height: 55.95vw;
		background: url(../img/index-intro-1photo_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.intro-2 {
		width: 100%;
		height: 29.762vw;
		background: url(../img/index-intro-2text_pc.png) no-repeat;
		background-size: 100%;
	}
	/*index-story*/
	.story{margin:3.6em 0}
	.story .title {
		width: 100%;
		background-image: url(../img/index-story-title_pc.png);
	}
	.story-photo, .story-text>* {
		display: none;
	}
	.story-text {
		width: 61.9vw;
		height: 57.143vw;
		padding: 0;
		background: url(../img/index-story-1text_pc.png) no-repeat;
		background-size: 100%;
		position: relative;
	}
	.story-text:after {
		position: absolute;
		top: 0;
		left: 61.9vw;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 38.095vw;
		height: 57.143vw;
		background: url(../img/index-story-1photo_pc.jpg) no-repeat;
		background-size: 100%;
	}
	/*index-director*/
	.director{margin:3.6em 0}
	.director .title {
		width: 100%;
		background-image: url(../img/index-director-title_pc.png);
	}
	.director .prof>*{display:none}
	.director .prof {
		width: 37.5vw;
		height: 50vw;
		margin-top: 2.5em;
		background: url(../img/index-director-photo_pc.jpg) no-repeat;
		background-size: 100%;
		position: relative;
	}
	.director .prof:after {
		position: absolute;
		top: 0;
		left: 37.5vw;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 62.5vw;
		height: 50vw;
		background: url(../img/index-director-prof_pc.jpg) no-repeat;
		background-size: 100%;
	}
	/*index-cast*/
	.cast{margin:3.6em 0}
	.cast .title {
		width: 100%;
		margin-bottom: 1.25em;
		background-image: url(../img/index-cast-title_pc.png);
	}
	.prof-urara, .prof-atomu, .prof-mariko {
		width: 100%;
		height: 56.25vw;
		position: relative;
		margin-top: 1em;
		background: url(../img/index-cast-urara-photo_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.prof-atomu{background-image:url(../img/index-cast-atomu-photo_pc.jpg)}
	.prof-mariko{background-image:url(../img/index-cast-mariko-photo_pc.jpg)}
	.prof-urara:after, .prof-atomu:after, .prof-mariko:after {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		content: ".";
		color: rgba(0,0,0,0);
		width: 50%;
		height: 56.25vw;
		background: url(../img/index-cast-urara-prof_pc.png) no-repeat;
		background-size: 100%;
	}
	.prof-atomu:after{background-image:url(../img/index-cast-atomu-prof_pc.png)}
	.prof-mariko:after{background-image:url(../img/index-cast-mariko-prof_pc.png)}
	/*index-cast2*/
	.prof-tomomi,.prof-nanami,.prof-sakiko,.prof-miku,.prof-daikichi,.prof-toshimitsu,.prof-makoto,.prof-gaku{width:49%;background:url(../img/index-cast-tomomi-photo_pc.jpg) no-repeat;background-size:100%}
	.prof-tomomi img,.prof-tomomi p,.prof-nanami img,.prof-nanami p,.prof-sakiko img,.prof-sakiko p,.prof-miku img,.prof-miku p,.prof-daikichi img,.prof-daikichi p,.prof-toshimitsu img,.prof-toshimitsu p,.prof-makoto img,.prof-makoto p,.prof-gaku img,.prof-gaku p{display:none}
	.prof-tomomi, .prof-sakiko, .prof-daikichi, .prof-makoto {
		clear: both;
		float: left;
		margin: 1em 0 0 0;
	}
	.prof-nanami, .prof-miku, .prof-toshimitsu, .prof-gaku {
		float: left;
		margin: 1em 0 0 2%;
	}
	.cast .prof-tomomi dl,.cast .prof-nanami dl,.cast .prof-sakiko dl,.cast .prof-miku dl,.cast .prof-daikichi dl,.cast .prof-toshimitsu dl,.cast .prof-makoto dl,.cast .prof-gaku dl{margin:62.9% 0 0}
	.cast .prof-tomomi dd{width:100%;height:20.5vw;background:url(../img/index-cast-tomomi-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-nanami dd{width:100%;height:20.5vw;background:url(../img/index-cast-nanami-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-sakiko dd{width:100%;height:16.25vw;background:url(../img/index-cast-sakiko-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-miku dd{width:100%;height:16.25vw;background:url(../img/index-cast-miku-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-daikichi dd{width:100%;height:24.3125vw;background:url(../img/index-cast-daikichi-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-toshimitsu dd{width:100%;height:24.3125vw;background:url(../img/index-cast-toshimitsu-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-makoto dd{width:100%;height:18.75vw;background:url(../img/index-cast-makoto-prof_pc.png) no-repeat;background-size:100%}
	.cast .prof-gaku dd{width:100%;height:18.75vw;background:url(../img/index-cast-gaku-prof_pc.png) no-repeat;background-size:100%}
	.prof-nanami{background-image:url(../img/index-cast-nanami-photo_pc.jpg)}
	.prof-sakiko{background-image:url(../img/index-cast-sakiko-photo_pc.jpg)}
	.prof-miku{background-image:url(../img/index-cast-miku-photo_pc.jpg)}
	.prof-daikichi{background-image:url(../img/index-cast-daikichi-photo_pc.jpg)}
	.prof-toshimitsu{background-image:url(../img/index-cast-toshimitsu-photo_pc.jpg)}
	.prof-makoto{background-image:url(../img/index-cast-makoto-photo_pc.jpg);margin-bottom:20px}
	.prof-gaku{background-image:url(../img/index-cast-gaku-photo_pc.jpg);margin-bottom:20px}
	/*index-cast3*/
	.cast-oth-left{clear:both;float:left;width:49%;margin-bottom:1em}
	.cast-oth-left .prof{margin-top:10px}
	.cast-oth-right{float:left;width:49%;margin-left:2%;margin-bottom:1em}
	.cast-oth-left div>*,.cast-oth-right div>*{display:none}
	.prof-yumi{width:100%;height:106.770833vw;margin-top:10px;background:url(../img/index-cast-yumi-prof_pc.jpg) no-repeat;background-size:100%}
	.prof-naoto,.prof-itsuo{margin:0}
/*	.prof-naoto{width:100%;height:30.625vw;background:url(../img/index-cast-naoto-prof_pc.jpg) no-repeat;background-size:100%}*/
/*	.prof-itsuo{width:100%;height:38.75vw;background:url(../img/index-cast-itsuo-prof_pc.jpg) no-repeat;background-size:100%}*/
	.prof-nobu{width:100%;height:106.770833vw;margin-top:10px;background:url(../img/index-cast-morimoto-prof_pc.jpg) no-repeat;background-size:100%}
	.prof-naoko,.prof-yuki,.prof-suzuna{margin:0}
/*	.prof-suzuna{width:100%;height:16.25vw;margin-top:10px;background:url(../img/index-cast-suzuna-prof_pc.jpg) no-repeat;background-size:100%}*/
	/*index-castnamelist*/
	.prof-namelist1{clear:both;width:100%;height:32.875vw;margin:1em 0;background:url(../img/index-cast-namelist1_pc.png) no-repeat;background-size:100%}
	.prof-namelist2{clear:both;width:100%;height:45.875vw;margin:1em 0;background:url(../img/index-cast-namelist2_pc.png) no-repeat;background-size:100%}
	/*index-staff*/
	.staff{margin:3.6em 0 2em}
	.staff .title {
		width: 100%;
		background-image: url(../img/index-staff-title_pc.png);
	}
	.prof-kenichi,.prof-hiroyuki{width:49%;height:52.125vw;margin-top:10px;margin-bottom:1em;float:left}
	.prof-kenichi>*,.prof-hiroyuki>*{display:none}
	.prof-kenichi{background:url(../img/index-staff-kenichi-prof_pc.jpg) no-repeat;background-size:100%}
	.prof-hiroyuki{margin-left:2%;background:url(../img/index-staff-hiroyuki-prof_pc.jpg) no-repeat;background-size:100%}
	.prof-stafflist{clear:both;width:100%;margin:1em 0 0}

	/*contact*/
	.contact .title {
		width: 100%;
		background-image: url(../img/contact-contact-title_pc.png);
	}
	.contact-form {
		width: 100%;
		margin: 1em auto;
		padding: 2.5em;
		box-sizing: border-box;
	}
	.contact-form li {
		padding-left: 0;
	}
	.contact-form dl {
		width: 90%;
		margin: 1em 6% 1em 4%;
	}
	.contact-form dt, .contact-form dd {
		display: inline-block;
	}
	.contact-form dt {
		width: 180px;
	}
	.contact-form dd {
		width: calc(100% - 230px);
	}
	.contact-form strong {
		right: -4em;
		top: 50%;
		transform: translateY(-50%);
	}
	.contact-form input:focus~strong, .contact-form textarea:focus~strong {
		top: 50%;
		opacity: 1;
	}
	.contact-submit {
		padding-top: 25px;
	}

	/*media*/
	.media .title {
		width: 100%;
		background-image: url(../img/media-media-title_pc.png);
	}
	.media-list, .theater-list, .comment-list {
		width: 100%;
		margin: 1em auto 3.6em;
		padding: 45px 50px;
		box-sizing: border-box;
	}
	/*theater*/
	.theater .title {
		width: 100%;
		background-image: url(../img/theater-theater-title_pc.png);
	}
	.theater-list li:not(.media-text) {
		padding: 2em 0 0;
	}
	/*comment*/
	.comment .title {
		width: 100%;
		background-image: url(../img/comment-comment-title_pc.png);
	}
	.comment-content dd {
		display: inline-block;
		width: 400px;
	}
	.comment-content dt {
		display: inline-block;
		width: 400px;
	}
	/*information*/
	.information .title {
		width: 100%;
		background-image: url(../img/info-info-title_pc.png);
	}

	/*film*/
	.hero-film {
		content: ".";
		color: rgba(0,0,0,0);
		width: 100%;
		height: 75vw;
		background: url(../img/film-header-bg_pc.png) no-repeat;
		background-size: 100%;
	}
	#film .btn-home {
		margin: 1.8rem 79px 0;
	}
	.festival .title {
		width: 100%;
		background-image: url(../img/film-festival-title_pc.png);
	}
	.festival-content, .festival-content-s {
		width: 100%;
		margin: 2em auto;
	}
	.tokyofilm {
		height: 95vw;
		background: url(../img/film-tokyofilm-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.rotterdam {
		height: 95vw;
		background: url(../img/film-rotterdam-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.ginmaku {
		height: 28.75vw;
		background: url(../img/film-ginmaku-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.connection {
		height: 28.75vw;
		background: url(../img/film-connection-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.sydney {
		height: 28.75vw;
		background: url(../img/film-sydney-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.cinemajove {
		height: 95vw;
		background: url(../img/film-cinemajove-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.bifan {
		height: 28.75vw;
		background: url(../img/film-bifan-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.giffoni {
		height: 28.75vw;
		background: url(../img/film-giffoni-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
	.pix {
		height: 28.75vw;
		background: url(../img/film-pix-text_pc.jpg) no-repeat;
		background-size: 100%;
	}
}
@media (max-width:414px) {/*SmartPhone*/
	:root{font-size:14px}
	.modal-video-close-btn{right:0 !important}
	.pc,.tb,.pc-tb{display:none}
	.link li {
		background: url(../img/index-link-btn-theater_sp_click.png) 100% no-repeat;
		background-size: 100%;
	}
	.link .link-trailer{background-image:url(../img/index-link-btn-trailer_sp_click.png)}
	.link .link-festival{background-image:url(../img/index-link-btn-festival_sp_click.png)}
	.link .link-comment{background-image:url(../img/index-link-btn-comment_sp_click.png)}
	.link .link-media{background-image:url(../img/index-link-btn-media_sp_click.png)}
	.link li a {
		display: block;
		background: url(../img/index-link-btn-theater_sp_on.png) no-repeat;
		background-size: 100%;
	}
	.link .link-trailer a{background-image:url(../img/index-link-btn-trailer_sp_on.png)}
	.link .link-festival a{background-image:url(../img/index-link-btn-festival_sp_on.png)}
	.link .link-comment a{background-image:url(../img/index-link-btn-comment_sp_on.png)}
	.link .link-media a{background-image:url(../img/index-link-btn-media_sp_on.png)}
	.link li a img,.link li a{background-color:#fff}
	.link li:hover a img,.link li:active a img,.link li:focus a img{opacity:0}
	.link li:active a{opacity:0}
	/*theater.html*/
	/*横スクロール
	.outer {
		width: 100%;
		overflow-x: scroll;
	}
	.theater-detail {
		width: 700px;
	}
	.theater-detail tr:not(:last-child) {
		border-bottom: 1px solid #004483;
	}
	/*横スクロールここまで*/
	/*縦横入れ替え
	.theater-detail {
		display: block;
	}
	.theater-detail thead{
		display: block;
		float: left;
		overflow-x:scroll;
	}
	.theater-detail tbody{
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	.theater-detail th{
		display: block;
		width:auto;
		padding: 0 1em;
	}
	.theater-detail th:not(:first-child){
		border-top: 1px solid #fff;
		border-left: none;
	}
	.theater-detail tbody tr{
		display: inline-block;
		margin: 0 -3px;
	}
	.theater-detail tbody tr:not(:last-child) {
		border-right: 1px solid #004483;
	}
	.theater-detail td{
		display: block;
		text-align: left;
		padding: 0 1em;
	}
	.theater-detail td:not(:first-child) {
		border-top: 1px solid #004483;
		border-left: none;
	}
	/*縦横入れ替えここまで*/
	/*1行ずつ独立
	.theater-detail {
		border: none;
	}
	.theater-detail thead {
		display: none;
	}
	.theater-detail tr {
		display: block;
		margin-top: -1px;
		border: 1px solid #004483;
		background: #fff;
		position: relative;
	}
	.theater-detail td {
		display: block;
		text-align: left;
	}
	.theater-detail td:not(:first-child) {
		border-left: none;
	}
	.theater-detail td:before {
		content: attr(aria-label)"：";
		float: left;
	}
	.alnon:first-child {
		display: none;
	}
	.theater-detail .alfirst {
		margin-top: 3em;
	}
	.alfirst .alnon:first-child {
		display: block;
		background: #004483;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: -1.8em;
		left: -1px;
		width: calc(100% - 1em + 2px);
	}
	.theater-detail .alnon:before {
		content: "";
	}
	/*1行ずつ独立ここまで*/
	/*縮小*/
	.theater-list li:not(.media-text) {
		overflow: visible;
	}
	.outer {
		margin: 0 -2em;
	}
	.theater-detail {
		font-size: 0.5em;
	}
	/*縮小ここまで*/
	/*comment*/
	.comment-content dt span {
		display: block;
	}
}

/*動画*/
.modal-video-body {
	max-width: 640px !important;
}
.modal-video-movie-wrap {
	box-shadow: 0 -10px 0 50px rgba(0,43,96,.9);
}
#cboxLoadedContent {
	background: #000;
}
#cboxOverlay {
	opacity: 0.75!important;
}
/*#player iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}*/
@media (min-width:769px){/*PC*/
	/*#colorbox{width:90%!important;height:100%!important;margin-left:5%}*/
	#colorbox{width:80%!important;height:90%!important;margin-left:10%; margin-top: 2%;}
	#cboxWrapper{width:200vh!important;max-width:100%;left:50%;transform:translateX(-50%)}
	/*#cboxContent,#cboxLoadedContent{width:90%!important;margin-left:5%;margin-top:0}*/
	#cboxContent,#cboxLoadedContent{width:100%!important;margin-top:0}
	/*#player iframe{width:auto!important;height:100%!important}*/
	#player iframe{width:auto!important;height:90%!important}
	/*追加*/
	iframe#player {height: 90% !important;}
/*	#cboxWrapper{height:56vw!important}*/
}
@media (min-width:415px) and (max-width:768px) {/*tablet*/
	#colorbox{height:60vw!important;transform:translateY(40vw)}
	#cboxWrapper{height:60vw!important}
	#cboxContent{height:58vw!important}
	#cboxLoadedContent{height:56vw!important}
/*	#cboxContent{margin-top:0!important}*/
/*	#player{height:95%!important}*/
	/*追加*/
	iframe#player {height:56vw!important}
}
@media (max-width:414px) {
	#colorbox{height:60vw!important;transform:translateY(40vw)}
	#cboxWrapper{height:60vw!important}
	#cboxContent{height:58vw!important;margin-top:0}
	#cboxLoadedContent{height:56vw!important}
/*	#player{height:48vw!important}*/
	/*追加*/
	iframe#player {height:56vw!important}
}