@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#cebfa0;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#ddd;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}
  
#loader {
    width: 300px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 203;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
	background-color:#cebfa0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 202;
}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 100;
	position: fixed;
	top:2%;
	right:2%;
	width: 5%;
	cursor: pointer;
}

.menubox{
	padding: 2% 9% 2% 2%;
	z-index: 99;
	background:rgba(80,30,25,0.9);
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

.menubox li{
	width: 18%;
	float: left;
	margin:1%;
}
.menubox img{
	width: 100%;
	height: auto;
}

.menubox a{
	outline:none;
}

#menubottom{
	width:100%;
	vertical-align: top;
}

#menubottom img{
	max-width:100%;
}

#spmain{
	display:none;
}

#spmain2{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 180%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	position: relative;
	overflow: hidden; /* heightを戻す */
}

#top_main{
	width:100%;
}

#snsbtn_wrapper{
	width:60%;
	position: absolute;
	top:70%;
	left:20%;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper0{
	width:625px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper1{
	width:305px;
	float: left;
	overflow: hidden; /* heightを戻す */
}

.fb{
	width:150px;
	float: left;
}

.tw{
	width:150px;
	float: right;
}

#snsbtn_wrapper2{
	width:310px;
	float: right;
	overflow: hidden; /* heightを戻す */
	padding-top:5px;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:142px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}

.add_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.add_l{
	width:50%;
	float: left;
}

.add_r{
	width:50%;
	float: right;
}

.scrollShowEffect {
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	    -ms-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition: all 3s ease-in-out;
	   -moz-transition: all 3s ease-in-out;
	    -ms-transition: all 3s ease-in-out;
	     -o-transition: all 3s ease-in-out;
	        transition: all 3s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(40%, 0%, 0);
	   -moz-transform: translate3d(40%, 0%, 0);
	    -ms-transform: translate3d(40%, 0%, 0);
	     -o-transform: translate3d(40%, 0%, 0);
	        transform: translate3d(40%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-40%, 0%, 0);
	   -moz-transform: translate3d(-40%, 0%, 0);
	    -ms-transform: translate3d(-40%, 0%, 0);
	     -o-transform: translate3d(-40%, 0%, 0);
	        transform: translate3d(-40%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb10s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s{
	width:60%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s2{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pagetitle{
	width:300px;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pagetitle2{
	width:300px;
	margin: 0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#cebfa0;
}

#footer_inner{
	width:30%;
	margin:0 auto;
	padding:50px 0 50px 0;
}


.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

#intro_wrapper{
	width:100%;
	background: url(images/bg/intro.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	color: #111;
}


#story_wrapper{
	width:100%;
	background: url(images/bg/story.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#story_inner{
	width:45%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
}

#caststaff_wrapper{
	width:100%;
	background: url(images/bg/caststaff.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#caststaff_inner{
	width:40%;
	margin-left: 8%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	font-size: 13px;
	line-height: 160%;
}

#director_wrapper{
	width:100%;
	background: url(images/bg/director.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	padding:0 0 500px 0;
}

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 20% 10% 20%;
	background-color:rgba(255,255,255,0.9);
	font-size: 13px;
	line-height: 160%;
	color: #222;
}

#comment_wrapper{
	width:100%;
	background: url(images/bg/comment.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#comment_inner{
	width:50%;
	margin-left: 8%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
}

#theater_wrapper{
	width:100%;
	background: url(images/bg/theater.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#theater_inner{
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	font-size: 13px;
	padding:80px 0 150px 0;
}

.spphoto{
	display:none;
}

.intro_l{
	width:77%;
	float: left;
}

.intro_r{
	width:20%;
	float: right;
}

.castphoto{
	width:40%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #cebfa0;
}

.castphoto2{
	width:30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #cebfa0;
}

.midashis{
	width:30%;
	margin-bottom: 20px;
}

.filmol{
	width:48%;
	float: left;
	border-left: 1px solid #333;
	padding-left: 3%;
	box-sizing: border-box;
}

.filmor{
	width:48%;
	float: right;
	border-left: 1px solid #333;
	padding-left: 3%;
	box-sizing: border-box;
}

dl.filmo_list {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:15px;
	font-size:12px;
}

dl.filmo_list dt {
	margin: 0;
	width: 15%;
	float: left;
}
	
dl.filmo_list dd {
	margin: 0 0 0 15%;
}

.inter_q{
	width:100%;
	font-style: italic;
	color: rgba(113,43,11,1.00);
	margin-bottom: 20px;
}

.commentline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.commentbox{
	width:44%;
	float: left;
	margin:3%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 160%;
	border-top:1px solid #ccc;
	padding-top:10px;
}

.commentname1{
	width:100%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.intro_midashi{
	width:50%;
	margin:0 auto;
	margin-bottom: 20px;
}

.theaterbox01{
	background-color:#666;
	text-align:center;
	padding:6px 10px 6px 10px;
	color:#fff;
	font-size:12px;
}

.theaterbox02{
	background-color:rgba(255,255,255,0.9);
	padding:6px 10px 6px 10px;
	color:#000;
	font-size:12px;
	text-align:center;
}

.theaterbox02 a{
	color:#000;
	text-decoration:none;
}

.theaterbox02 a:hover{
	color:rgba(170,0,2,1.00);
	text-decoration:underline;
}

#areaMenu {
	display: block;
	width: 98%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	padding:1%;
	background-color:#9e3822;
}

#areaMenu a{
	color:#fff;
	text-decoration:none;
}

#areaMenu a:hover{
	color:#fff;
	text-decoration:underline;
}

.areaname{
	width: 98%;
	text-align:center;
	color:#fff;
	padding:0.5% 1% 0.5% 1%;
	font-size:12px;
	font-weight:bold;
	background-color:#78342d;
	margin-top:3%;
}

.totop_btn{
	width:30%;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}

.totop_btn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:none;
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border:1px solid #fff;
}

.totop_btn a:hover {
	background-color: #9e3822;
	text-decoration: none;
	color: #eee;
	outline: none;
}

.theaterlogo{
	display:none;
}



#theater_ticketarea{
	width:80%;
	margin:0 auto;
	margin-bottom: 30px;
	padding:5%;
	box-sizing: border-box;
	background-color: rgba(44,37,10,0.8);
	overflow: hidden;
}

#theater_ticket_left{
	width:28%;
	float: left;
}

#theater_ticket_right{
	width:70%;
	float: right;
}

#theater_text{
	width:100%;
	margin:0 auto;
	margin-bottom: 10px;
}

#ticket_wrapper{
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}

.commentbox2{
	width:100%;
	margin-bottom:50px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 160%;
	border-top:1px solid #ccc;
	padding-top:10px;
}

.commenttext{
	width:100%;
	margin-bottom: 5px;
}

.commentpush{
	color: rgba(243,141,57,1.00);
	font-size: 16px;
	font-weight: bold;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.commentname2{
	width:100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.keisyou{
	width:100%;
	margin-bottom: 50px;
	text-align: right;
	font-size: 12px;
}

@media screen and (max-width:600px){

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);}
.showMenu .menuarea{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);}

.imgresponsive img{
	width: 100%;
	height: auto;}

.menubtn{
	z-index: 100;
	position: fixed;
	top:2%;
	right:2%;
	width: 15%;
	cursor: pointer;
}

.menubox{
	padding: 10% 25% 10% 25% ;
	width: 50%;
	z-index: 99;
}
	
.menubox li{
	list-style: none;
	width: 100%;
	margin-bottom:8%
}
.menubox img{
	width: 100%;
	height: auto;}

.tablet{
	display: none;
}

#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 20px;
}

#spmain2{
	width:100%;
	display: inherit;
}

#top_wrapper{
	width:100%;
	position:inherit;
	overflow: hidden; /* heightを戻す */
}

#top_main{
	display: none;
}

#snsbtn_wrapper{
	width:80%;
	position:inherit;
	top:0;
	left:0;
	overflow: hidden; /* heightを戻す */
	margin:0 auto;
}

#snsbtn_wrapper0{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper1{
	width:100%;
	float: none;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.fb{
	width:48%;
	float: left;
}

.tw{
	width:48%;
	float: right;
}


#snsbtn_wrapper2{
	width:100%;
	position: inherit;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.tweet{
	width:75px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.like{
	width:138px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.eigacom{
	width:110px;
	float:none;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.line{
	width:83px;
	float:none;
	margin:0 auto;
	line-height: 100%;
}
 
div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.intro_midashi{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
}

#intro_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	color: #111;
}

.add_l{
	width:100%;
	float: none;
}

.add_r{
	width:100%;
	float: none;
}

.intro_l{
	width:100%;
	float: none;
}

.intro_r{
	width:60%;
	float: none;
	margin:0 auto;
	margin-bottom: 20px;
}

#story_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
}

#caststaff_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #4e3a32;
}

#caststaff_inner{
	width:80%;
	margin-left: 0;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
}

#director_wrapper{
	width:100%;
	background: none;
	overflow: hidden; /* heightを戻す */
	padding:0 0 0 0;
}

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 10% 10%;
	background-color:rgba(255,255,255,1.0);
	font-size: 13px;
	line-height: 160%;
	color: #222;
}

#comment_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #0f272c;
}

#comment_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
}

#theater_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
}

#theater_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	font-size: 13px;
	padding:80px 0 80px 0;
}

.mb20s{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.castphoto{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #cebfa0;
}

.castphoto2{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #cebfa0;
}

.spphoto{
	display: inherit;
	width:100%;
}

.filmol{
	width:100%;
	float: none;
	border-left: none;
	padding-left: 0;
	box-sizing: border-box;
}

.filmor{
	width:100%;
	float: none;
	border-left: none;
	padding-left: 0;
	box-sizing: border-box;
}

dl.filmo_list {
	width:100%;
	line-height:150%;
	border-top: none;
	margin-bottom:20px;
	font-size:12px;
}

dl.filmo_list dt {
	margin: 0;
	width: 100%;
	float: none;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom: 5px;
}
	
dl.filmo_list dd {
	margin: 0 0 0 0;
	width:100%;
}

.commentbox{
	width:100%;
	float: none;
	margin:0;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 50px;
}

.midashis{
	width:60%;
	margin-bottom: 20px;
}

#footer_inner{
	width:70%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

.theaterlogo{
	display: inherit;
	margin-bottom: 20px;
}

.totop_btn{
	width:80%;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}


}