@charset "UTF-8";

/* ##################################### local.css ##################################### */
.cast .character:after,
.ad-staff:after,
ul.trailer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ============= font-awesome ============= */
table.inquiry th.must:after,
.criticism .submenu dt:before,
.new-review .submenu dt:before {
	font-family: 'FontAwesome';
	display: inline-block;
	width: 1em;
    text-align: center;
    vertical-align: middle;
}





/* ========================== home ========================== */

#body_wrap .alignfull a.ms-edit-frontend { display: none; }


.slides {
	margin-bottom:30px;	
	text-shadow:
	/*
0 0 25px #edf8ff,
0 0 20px #edf8ff,
0 0 0.40px #edf8ff
*/
0 0 25px #000,
0 0 20px #000,
0 0 0.40px #000
;
}

.slides h2 {
	margin-top:50px;
	/*font-family:'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bold;
}

.home .container .widget { border-bottom:1px solid #ddd; }


.theater-banner {
	margin-bottom:25px;
	text-align:center;
}
.theater-banner img { margin-bottom:15px; }


.widget_countperday_widget {
	width:190px;
	margin:0 auto;
	font-size:12px;
	border-bottom:none !important;
}

/* ============== sns-area ============== */
.sns-area { margin:20px 0; }


.sns-area table { margin:0 auto; }
.sns-area td {
	display:block;
	padding-bottom:20px;
}

.sns-area tr.btns td {
	padding-bottom:20px;
	text-align:center;
}

@media only screen and (min-width: 768px) {
.sns-area td {
	display: table-cell;
	width:420px;
	padding:0;
}
}


/* ========================== story ========================== */
@media only screen and (min-width: 768px) {
.story {
	/*width:70%;
	margin:0 auto;*/
	text-align:center;
}
}




/* ========================== Introduction ========================== */
@media only screen and (min-width: 768px) {
.introduction {
	width:80%;
	margin:0 auto;
}
}



/* ========================== cast ========================== */
.cast .allcast { line-height:2em; }

@media only screen and (min-width:481px) {
.cast .allcast { text-align:center; }
}

.cast .character {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #ccc;
}
.cast .character:first-child {
	padding-top:30px;
	border-top:1px dotted #ccc;
}

.cast .text { width:100%; }

.cast .text p.name {
	padding-bottom:30px;
	font-size:20px;
}
.cast .text span {
	margin-left:30px;
	font-size:30px;
}
.cast .ph {
	
	text-align:center;
}
.cast .ph img { width:280px; }

@media only screen and (min-width:768px) {
.cast .text { float:left; }
.cast .ph { float:right; }

.cast .text { width:55%; }
.cast .ph {}
}

@media only screen and (min-width:860px) {
.cast .text { width:60%; }
}

@media only screen and (min-width:1024px) {
.cast .text { width:55%; }
}


@media only screen and (min-width:1197px) {
.cast .text { width:500px; }
}


/* ========================== staff ========================== */

.staff { margin-bottom:50px; }
@media only screen and (min-width:600px) {
.staff { text-align:center; }
}

.staff-member { margin-bottom:80px; }

@media only screen and (min-width:600px) {
.staff-member { padding-left:30%; }
}

.staff-member dl { margin-bottom:30px !important;}

.staff-member dt { font-weight:normal !important; }
.staff-member dd { margin-bottom:5px; }

.staff-member dd:last-child,
.staff-member dd ul,
.staff-member dd ul li:last-child { margin-bottom:0 !important; }

.staff-member ul { margin-bottom:30px; }

@media only screen and (min-width:480px) {
.staff-member { width:auto; }

.staff-member dt {
	position: absolute;
	width:140px;
	margin:0 5px 0 0;	
	text-align:right;
}
.staff-member dd {
	margin-bottom:10px;
	padding:0 0 5px 145px;
}
}

.staff-prof .ph { margin-bottom:50px; }

.staff-prof .ph ul {
	margin:0;
	padding:0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items:flex-start;
}

.staff-prof .ph li {
	margin:0;
	padding:0;
	list-style:none;
}
.staff-prof .ph li:first-child { margin-right:10px; }

.staff-prof .ph li img { width:390px; }


/* ========================== process-screening ========================== */
.ad-staff { margin-bottom:30px; }

.ad-staff ul {
	clear: both;
	margin: 0;
}
.ad-staff ul li {
	display:block;
	float:left;
	width:25%;
	margin-bottom:5px;
	/*margin:0 20px 0 0 !important;*/
	list-style:none;
}
.ad-staff ul li:last-child { margin-right:0; }

@media only screen and (min-width:600px) {
.ad-staff { padding-left:15%; }
.ad-staff ul li {
	width:20%;
}
}


/* ========================== review ========================== */
.review dt {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:2px solid #ddd;
	font-size:16px;
}

.review dd {
	margin-bottom:40px;
}


/* ========================== new-review ========================== */
.new-review {}
.new-review .anchor{ margin-bottom:60px; }


.new-review .submenu dt { font-weight:bold; }

.new-review .submenu dt:before {
	margin-right:3px;
	content:"\f0d7";
	color:#06679f;
}
.new-review .submenu dd {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.new-review .submenu dd:last-child {
	margin-bottom:0 !important;
	padding-bottom:0;
	border-bottom:none;
}


/* ========================== criticism ========================== */
/*.criticism .submenu { margin-bottom:40px; }
.criticism .submenu li {
	margin-bottom:10px;
	text-align:center;
	list-style:none;
}*/

.criticism .anchor { }

/*.criticism article { margin-bottom:50px; }*/

.criticism h2 {
	margin-bottom:20px !important;
}
.criticism h2 span {
	font-size:20px;
	font-weight:normal;
}
.criticism h3 {
	margin-top:0;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:2px solid #ddd;
	color:#333;
	font-size:18px;
	font-weight:bold;
}

@media only screen and (min-width:768px) {
.criticism h3 { text-align:right; }
}


.criticism .submenu dl {}

.criticism .submenu dt { font-weight:bold; }
.criticism .submenu dt:before {
	margin-right:3px;
	content:"\f0d7";
	color:#06679f;
}

.criticism .submenu dd {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

.criticism .submenu dd:last-child {
	margin-bottom:0 !important;
	padding-bottom:0;
	border-bottom:none;
}

.criticism .submenu ul { margin-bottom:30px; }


/* ========================== theater ========================== */
/*
.theater iframe {
	width:250px;
	height:150px;
}
@media only screen and (min-width:480px) {
.theater iframe {
	width:300px;
	height:200px;
}
}
@media only screen and (min-width: 768px) {
.theater iframe {
	width:500px;
	height:300px;
}
}

.theater .ticket { margin-bottom:40px; }

.theater .ticket img { width:100%x; }
@media only screen and (min-width:481px) {
.theater .ticket img { width:550px; }
}
*/


/* ========================== trailer ========================== */
ul.trailer {
	margin:0;
	padding:0;
}

ul.trailer li {
	margin:0 auto 15px auto;
	list-style:none;
}

ul.trailer li p { margin-bottom:10px !important; }
/*
@media only screen and (min-width: 768px) {
ul.trailer {
	width:80%;
	margin:0 auto 20px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
ul.trailer li {
	
	margin-bottom:0;
}
ul.trailer li:first-child { margin-right:30px;}
}
*/
@media only screen and (min-width: 768px) {
.profile { text-align:center; }
ul.trailer {
	width:760px;
	margin:0 auto 30px auto !important;
}
ul.trailer li {
	float:left;
	width:350px;
}
ul.trailer li .video-container iframe { height:200px !important; }
ul.trailer li:first-child { margin-right:60px;}
}



/* ========================== inquiry ========================== */
.inquiry-form .submit { text-align:center; }
.inquiry-form .submit input:nth-child(2) { margin-left:5px }

table.inquiry { border-top:1px solid #e5e5e5; }

table.inquiry td,
table.inquiry th {
	display:block;
	padding:10px 10px;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
}
table.inquiry th {
	background:#ecf4f9;
	color:#06679f;
}

@media only screen and (min-width: 768px) {
table.inquiry td,
table.inquiry th {
	display:table-cell;
}
table.inquiry th { width:30%; }
table.inquiry td { width:70%; }
}

table.inquiry th.must:after {
	margin-left:3px;
	content:"\f069";
	color:#ac0d4d;
	font-size:12px;
	font-weight:normal;
}







