@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	color:#000;
	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;}

.scrollShowEffect {
	-webkit-transition-delay: 1.5s;
	   -moz-transition-delay: 1.5s;
	    -ms-transition-delay: 1.5s;
	     -o-transition-delay: 1.5s;
	        transition-delay: 1.5s;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s 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);
}
.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);
}
.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-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;
}

/* 非表示 */
.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: #141514;
    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 #efdbbe;         /* 線(上下左右)の太さ,形,色 */
  border-top-color: #ae8559;          /* 線(上)の色 */
  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:78%;
	font-size: 14px;
	line-height: 175%;
}

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

#right_menu_wrapper{
    width:22%;
	height: 100%;
	position: fixed;
	top:0;
	right: 0;
	opacity: 0;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
	background-color: #fff;
}

#right_menu_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}
  
.showNavi #right_menu_wrapper{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

#right_menu{
	width:100%;
	height: 95%;
	position: relative;
	left: 0;
	top:5%;
}

.menu{
	width: 70%;
	margin-left: 20%;
	margin-bottom: 6%;
	position: relative;
	overflow: hidden;
}


.menu a{
  display: block;
  position: relative;
  outline: none;
}
  
.menu .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.menu a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

#right_menu_bottom{
	width:70%;
	position: absolute;
	right: 10%;
	bottom:4%;
}

#top_day{
	width:100%;
	margin-bottom: 10px;
}

#top_prize{
	width:100%;
}



#topcommentbtn_wrapper{
	width:45%;
	margin:0 auto;
	margin-bottom: 20px;
}

.aisatsubtn{
	width:100%;
	margin:0 auto;
	margin-bottom: 10px;
}

.commentbtn{
	width:90%;
	margin:0 auto;
	margin-bottom: 10px;
}


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

#top_main{
	width:100%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}
#top_logo{
	height: 100%;
	position: absolute;
	left:10%;
	top:0%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}


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

#top_catch{
	width:2.5%;
	position: absolute;
	left:7%;
	top:40%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

#top_catch2{
	width:3.3%;
	position: absolute;
	right:1.6%;
	bottom:3%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
  
.showNavi #top_catch2{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

#top_bottom{
	width:100%;
	padding:3% 0 5% 0;
}

#footer_biling{
	width:60%;
	margin:0 auto;
	margin-bottom: 20px;
}

#top_btn_wrapper{
	width:30%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.topbtn{
	width:48%;
	float: left;
	margin-right:4%;
	outline: none;
	box-sizing: border-box;
}

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

.topbtn a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
	border: 1px solid #000;
}

.topbtn a:hover {
	text-decoration: none;
	outline: none;
	border: 1px solid #786e5e;
	background-color: #b8b2ac;
}

#top_bnr_wrapper{
	width:15%;
	margin:0 auto;
	overflow: hidden;
}

.topbnr{
	width:100%;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.sp_topbnr{
	display: none;
}

#snsbtn_wrapper{
	width:255px;
	float: right;
	overflow: hidden; /* heightを戻す */
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi #snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

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




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

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7% 10% 10%;
	overflow: hidden;
	background-color: #fff;
}

.intro_midashi{
	width:60%;
	margin-bottom: 30px;
}


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

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

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

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


.pagetitle{
	width:300px;
	margin-bottom: 10px;
	z-index: 90;
}

.ptline{
	width:300px;
	margin-bottom: 50px;
}

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

#story_inner{
    width:100%;
	box-sizing: border-box;
    padding:10%;
	overflow: hidden;
	background-color: #fff;
}

.story_midashi{
	width:100%;
	margin-bottom: 30px;
}

#cast_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7% 10% 10%;
	overflow: hidden;
	background-color: #fff;
}

.castbox{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	overflow: hidden;
	position: relative;
}

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

.castbox2{
	width:22%;
	float: left;
	margin-right: 4%;
	overflow: hidden;
	position: relative;
}

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


.castbox a{
  display: block;
  position: relative;
  outline: none;
}
  
.castbox .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.castbox a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.castbox2 a{
  display: block;
  position: relative;
  outline: none;
}
  
.castbox2 .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.castbox2 a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

.tzname1{
	width:100%;
	font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 17px;
	line-height: 30px;
	letter-spacing: 2px;
}

.tzname2{
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.tzname3{
	font-size: 26px;
	padding-right: 10px;
}

.tzname4{
	font-size: 14px;
}

.tzname5{
	width:100%;
	font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 30px;
	letter-spacing: 2px;
}


#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.97);
}
.cast-pop-box{
  z-index: 10;
  width:50%;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.cast-popup2>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(122,163,161,0.97);
}

.cast-pop-box2{
  z-index: 10;
  width:60%;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
}

.castpc{
	width:150px;
	margin-bottom: 30px;
}

#staff_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#staff_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7% 10% 10%;
	overflow: hidden;
	background-color: #fff;
}

.staffadd{
    width:33.3333333%;
    float: left;
}

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

.staffbox{
	width:30%;
    float: left;
	margin-right: 5%;
	margin-bottom: 8%;
	overflow: hidden;
}

.staffbox:nth-child(3n) {
  margin-right:0;
}

.staffphoto{
	width:35%;
	float: left;
	margin-bottom: 20px;
}

.stafftext{
	width:60%;
	float: right;
}

#about_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#about_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7% 3% 10%;
	overflow: hidden;
	background-color: #b6cad1;
}

.poster_wrapper{
    width:100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.poster{
    width:32%;
    float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
}

.poster:nth-child(3n) {
  margin-right:0;
}


.posterbtn img:hover{
	transition:0.5s all;
	opacity: 0.5;
}

#footer_wrapper{
	width:100%;
	padding:5% 0;
	box-sizing: border-box;
	overflow: hidden;
}

#footer_logo{
	width:10%;
	margin:0 auto;
	margin-bottom: 20px;
}

.comment_midashi{
	width:100%;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}

.sp_comment{
	display: none;
}

.commetnbox{
	width:100%;
	box-sizing: border-box;
	border:3px double rgba(46,47,77,1.00);
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 30px;
}

.comment_text{
	width:100%;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
	box-sizing: border-box;
	padding:5%;
}

.cpush{
	width:100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}

.commentname_wrapper{
	width:100%;
	background-color: rgba(66,80,107,1.00);
	color: #fff;
	padding:2%;
	text-align: right;
}

.commentname_l{
	width:100%;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 1px;
}

.commentname_san{
	font-size: 12px;
}

.commentname_s{
	width:100%;
	font-size: 12px;
	line-height: 12px;
}

#spmenu_wrapper{
    display:none;
}

#top_mvtk{
	width:100%;
	overflow: hidden;
}

#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}


#contents_wrapper2{
	width:100%;
	font-size: 14px;
	line-height: 175%;
}

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

#onegai_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 18px;
	line-height: 30px;
	background: url("images/onegai/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	box-sizing: border-box;
	padding:5% 32%;
}

#onegai_inner{
	width:100%;
	padding:7%;
	box-sizing: border-box;
	background-color: rgba(81,75,57,0.8);
}

#comment_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 18px;
	line-height: 30px;
	background: url("images/commentbg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	box-sizing: border-box;
}

#comment_inner{
	width:100%;
	padding:4% 15% 0% 15%;
	box-sizing: border-box;
}

.commentpt{
	width:300px;
	margin:0 auto;
	margin-bottom: 50px;
}

.tosite{
	width:150px;
	margin:0 auto;
	padding:7% 0;
}



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

	
body{
	margin:0px;
	color:#000;
	height:100%;
	background:none;
	background-color:#fff;
} 


#right_menu_wrapper{
    display: none;
}


#contents_wrapper{
	width:100%;
	font-size: 14px;
	line-height: 175%;
}


#spmain{
	display: inherit;
	width:100%;
	height: auto;
	margin-bottom: 0px;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}
  
.showNavi #spmain{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}
	
.sp_comment{
	display: inherit;
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
	display: inherit;
	margin-top:10px;
	box-sizing: border-box;
	padding:5% 0.2%;
	background-color: #eee;
	border:1px solid #333;
}

.pcview{
	display: none;
}

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

#top_wrapper{
	display: none;
}

#top_main{
	display: none;
}

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

#top_catch{
	display: none;
}

#top_bottom{
	width:100%;
	padding:2% 0 10% 0;
}

#footer_biling{
   width:90%;
}

#top_btn_wrapper{
	width:90%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}

#top_bnr_wrapper{
	width:50%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
	
.toptheater{
	width:90%;
	margin:0 auto;
	border:1px solid #000;
	box-sizing: border-box;
}


.cast-pop-box{
  z-index: 10;
  width:80%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}


#footer_wrapper{
	width:100%;
	padding:5% 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

#footer_logo{
	width:10%;
	margin:0 auto;
	margin-bottom: 20px;
}
	
#topcommentbtn_wrapper{
	width:90%;
	margin:0 auto;
	margin-bottom: 10px;
}

.cast-pop-box2{
  z-index: 10;
  width:80%;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #000;
}




#intro_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	overflow: hidden; /* heightを戻す */
	padding-top:0%;
}

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:10%;
	overflow: hidden;
	background-color: #fff;
}

.intro_midashi{
	width:100%;
	margin-bottom: 30px;
}


.introphoto{
	width:100%;
	float: none;
	margin-right: 0;
    margin-bottom: 5%;
}

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

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

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

.pagetitle{
	width:300px;
	margin-bottom: 10px;
	z-index: 90;
}

.ptline{
	width:300px;
	margin-bottom: 50px;
}

#story_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	overflow: hidden; /* heightを戻す */
	padding:0;
}

#story_inner{
    width:100%;
	box-sizing: border-box;
    padding:10%;
	overflow: hidden;
	background-color: #fff;
}

.story_midashi{
	width:100%;
	margin-bottom: 30px;
}

#cast_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7% 10% 10%;
	overflow: hidden;
	background-color: #fff;
}

.castbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
	overflow: hidden;
	position: relative;
}

.castbox2{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
	overflow: hidden;
	position: relative;
}

.castpc{
	width:150px;
	margin-bottom: 30px;
}

#staff_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#staff_inner{
    width:100%;
	box-sizing: border-box;
    padding:10%;
	overflow: hidden;
	background-color: #fff;
}

.staffadd{
    width:33.3333333%;
    float: left;
}

.staffbox{
	width:100%;
    float: none;
	margin-right: 0%;
	margin-bottom: 12%;
	overflow: hidden;
}

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

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

#about_wrapper{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
}

#about_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 10% 3% 10%;
	overflow: hidden;
	background-color: #b6cad1;
}

.poster_wrapper{
    width:100%;
    overflow: hidden;
    margin-bottom: 30px;
}

#spmenu_wrapper{
    display:inherit;
}



.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 200;
	background-color:#000;
	border:3px double #666;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 14px;
  margin-top:16px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :0%;
  color: #fff;
  background-color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding:20% 15% 20% 25%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

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

.tzname_sp{
	width:100%;
	font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 5px;
	line-height: 30px;
	letter-spacing: 2px;
}
	

.castbtn_sp{
	width:100%;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.castbtn_sp a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	outline: none;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
	border: 1px solid #000;
	text-decoration: none;
	padding:0.5%;
	font-size: 11px;
	text-align: center;
	color: #000;
}

.castbtn_sp a:hover {
	text-decoration: none;
	outline: none;
	border: 1px solid #786e5e;
	background-color: #b8b2ac;
}
	

#top_mvtk{
	width:100%;
	overflow: hidden;
	padding-bottom: 0px;
	margin-top:30px;
}
	

#onegai_wrapper{
	width:80%;
	margin:0 auto;
	padding:10% 0;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.onegai_miadshi{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.onegai_point{
	width:100%;
	box-sizing: border-box;
	padding:5%;
	border:3px double rgba(198,44,46,1.00);
	margin-bottom: 50px;
	font-weight: bold;
}

.onegai_miadshi2{
	width:100%;
	color: rgba(177,2,5,1.00);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

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


#comment_wrapper{
	width:100%;
	margin:0 auto;
	background: url("images/commentbg_sp.jpg") ;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#comment_inner{
	width:100%;
	padding:10% 7% 10% 7%;
	box-sizing: border-box;
}

.commentpt{
	width:180px;
	margin:0 auto;
	margin-bottom: 40px;
}

.commentname_l{
	width:100%;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 1px;
}
	

.tosite{
	width:150px;
	margin:0 auto;
	padding:7% 0 15% 0;
}
	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}


.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 37.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #fff;
          width: 49%;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 11px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.05vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.05vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 4.4vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #fff;
          background-color: #695974;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }

 li.mbtn {
          border: 1px solid #fff;
          background-color: #333333;
          color: #fff; }


@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 50px;
          height: 50px;
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.72917vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 3.73333vw; } }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 6% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 20px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.04167vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.17188vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 5.33333vw; } }

@media screen and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 span {
            font-size: 12px; } }
          @media screen and (max-width: 768px) and (min-width: 769px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.625vw; } }
          @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.70313vw; } }
          @media screen and (max-width: 768px) and (max-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text p {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment h3 {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.88542vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.99609vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 4.53333vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment p {
          font-size: 12px;
          line-height: 2.1; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .profile {
          font-size: 10px;
          margin-top: 5%; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.52083vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.58594vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 2.66667vw; } }

section.trailer {
  margin-top: -5%; }
  section.trailer h2 {
    width: 14%;
    margin: 0 auto; }
  section.trailer .player {
    margin-top: 3.8%;
    position: relative;
    padding-top: 35.3%;
    height: 0;
    overflow: hidden; }
    section.trailer .player iframe {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 62.5%;
      height: 100%;
      border: none; }
  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 2.5%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }
    section.trailer .btns li {
      width: 29.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      border: 1px solid #333333;
        background-color: #333333;
		color: #fff;
      letter-spacing: .1vw;
      height: 3.5vw;
      line-height: 3.5vw;
      margin: 0 1.5% 1.5%;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      @media screen and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.04167vw; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.17188vw; } }
      @media screen and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 2.33333vw; 
      border-bottom: 1px solid #000;} }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #695974;
      border-bottom: 1px solid #000;
        color: #fff; }
    section.trailer .btns li.current {
      background-color: #695974;
      border-bottom: 1px solid #000;
      color: #fff; }



@media screen and (max-width: 768px) {
  section.trailer {
    margin-top: 0; }
    section.trailer h2 {
      width: 36%; }
    section.trailer .player {
      width: 90%;
      padding-top: 50.5%;
      margin: 0% auto 0%; }
      section.trailer .player iframe {
        width: 100%; }
    section.trailer .btns {
      width: 90%;
      margin-top: 0; }
      section.trailer .btns li {
        display: block;
        width: 100%;
        margin: 0% auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 0.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 0.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 2.73333vw; } }

            
.remodal-is-opened{
    display:block;
}         
