@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#d6cdc5;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#231815;
	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;}



/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #d6cdc5;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}

@keyframes spin {
  from{
    transform: rotateZ(0deg);         /* アニメーション開始状態 */
  }
  to{
    transform: rotateZ(360deg);       /* アニメーション終了状態 */
  }
}

.loading {
  position: absolute;                 /* 良くわからなければ無くてもよい */
  width: 50px;                        /* 横幅 */
  height: 50px;                       /*  高さ */
  border: 3px solid #fff;         /* 線(上下左右)の太さ,形,色 */
  border-top-color: #231815;          /* 線(上)の色 */
  border-radius: 50%;                 /* 円形 */
  animation: 1s spin infinite linear; /* アニメーション指定(1秒1回転で一定の速度で永遠回るように指定) */
	box-sizing:border-box;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: fixed;
    top: 50%;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
}

#top_main{
	width:100%;
}


#top_catch{
    width:7%;
	position: absolute;
	left:4%;
	top:4%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

#top_logo{
	width:50%;
	position: absolute;
	left:25%;
	top:30%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

#top_day{
	width:15%;
	position: absolute;
	right: 3%;
	bottom:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

#topbtn_wrapper{
	width:18%;
	position: absolute;
	right: 3%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.showNavi #topbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.toptheater{
	width:46%;
	float: right;
}
  
.toptheater img{
	transition:0.5s all;
}

.toptheater img:hover{
	transform:scale(1.2,1.2);
	transition:0.5s all;
}


.toptrailer{
	width:46%;
	float: left;
}

.toptrailer img{
	transition:0.5s all;
}

.toptrailer img:hover{
	transform:scale(1.2,1.2);
	transition:0.5s all;
}

#snsbtn_wrapper{
	width:325px;
	position: absolute;
	left:4%;
	bottom:5%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
  
.showNavi #snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

#snsbtn{
	width:50px;
	float: left;
	margin-right: 20px;
	outline: none;
	box-sizing: border-box;
}

#snsbtn_wrapper2{
	width:255px;
	float: left;
	overflow: hidden; /* heightを戻す */
	padding-top:3%;
}

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

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

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

.pcview{
	width:100%;
}

.spview{
	display: none;
}


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

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
.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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.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);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.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;
}

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

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

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


#intro_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg1.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	color: #fff;
}

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 10%;
	overflow: hidden;
	font-size: 16px;
	line-height: 180%;
}

.intro_midashi{
	width:10%;
	float: right;
}

.contentsblock{
	width:85%;
	float: left;
}

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

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

.introphoto{
	width:24%;
	float: left;
	margin-right: 1.333333%;
}

.introphoto:nth-child(4) {
  margin-right:0;
}

.commentname{
	width:100%;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #faed00;
	line-height: 22px;
}


#caststaff_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg2.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	color: #fff;
}

#caststaff_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% ;
	overflow: hidden;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}

.cs_pt{
	width:30%;
	margin:0 auto;
	margin-bottom: 20px;
}


#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#231815;
	padding:70px 0;
}

#footer_inner{
	width:30%;
	margin:0 auto;
	margin-bottom: 30px;
}


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


#spmain{
	display: inherit;
	width: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;
}

.pcview{
	display: none;
}

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


#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
}

#top_main{
	display: none;
}


#top_catch{
	display: none;
}
  
#top_logo{
	display: none;
}

#top_day{
	display: none;
}

.toptrailer{
	display: none;
}
	
#snsbtn_wrapper{
	width:315px;
	position: inherit;
	left:0;
	bottom:0;
	margin:0 auto;
	overflow: hidden;
	opacity: 1;
	padding-bottom: 30px;
}

#snsbtn{
	width:40px;
	float: left;
	margin-right: 20px;
	outline: none;
	box-sizing: border-box;
}

#snsbtn_wrapper2{
	width:255px;
	float: left;
	overflow: hidden; /* heightを戻す */
	padding-top:3%;
}

#intro_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: none;
	overflow: hidden; /* heightを戻す */
	color: #fff;
	background-color: #000;
}

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 10%;
	overflow: hidden;
	font-size: 15px;
	line-height: 180%;
}

.intro_midashi{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

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

.intro_l{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

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

.introphoto{
	width:49%;
	float: left;
	margin-right: 2%;
}

.introphoto:nth-child(2n) {
  margin-right:0;
}

.commentname{
	width:100%;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #faed00;
	line-height: 22px;
}


#caststaff_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	background-color: #000;
	overflow: hidden; /* heightを戻す */
	color: #fff;
}

#caststaff_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% ;
	overflow: hidden;
	font-size: 13px;
	line-height: 180%;
	text-align: center;
}

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


#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#231815;
	padding:70px 0;
}

#footer_inner{
	width:70%;
	margin:0 auto;
	margin-bottom: 30px;
}
	

.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	

#topbtn_wrapper{
	width:20%;
	position: absolute;
	right: 3%;
	top:3%;
	opacity: 1;
}


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

}