@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#000;
	height:100%;
	font-feature-settings: "palt";
}

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

.pcview{
	width:100%;
}

.spview{
	display: none;
}


.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-color:#fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 178px;
    left: 50%;
    margin-left: -150px;
    margin-top: -89px;
    position: fixed;
    top: 50%;
    width: 300px;
}


#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%;
    padding-right: 40px;
}

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

#top_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:3% 3% 3% 4%;
}

#top_logo_wrapper{
    width:40%;
	float: left;
	margin-right: 4%;
}

#top_logo{
    width:100%;
	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.8s;
  transition-delay:1.8s;
}

#leftphoto{
	width:100%;
	margin-bottom: 2%;
	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 #leftphoto{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

#top_daybiling{
    width:100%;
	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;
	padding-bottom: 50px;
}
  
.showNavi #top_daybiling{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

#top_sns_photo{
	width:44%;
	float: left;
}

#snsbtn_wrapper{
	width:20%;
	margin-left: 75%;
	overflow: hidden; /* heightを戻す */
	z-index: 51;
	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.2s;
  transition-delay:2.2s;
}

.snsbtn{
	width:20%;
	float: right;
	margin-left: 20%;
}

.snsbtn:nth-child(3) {
  margin-left:0;
}

.snsbtn img{
	transition:0.5s all;
}

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

#rightphoto{
	width:100%;
	z-index: 50;
	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 #rightphoto{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

#top_bnr_wrapper{
	width:10%;
	float: right;
	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_bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

#top_bnr_wrapper img:hover{
	transition:0.5s all;
	opacity: 0.3;
}

.flyerjpg_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:8%;
	border:1px solid #000;
	border-radius: 7px;
	margin-bottom: 10px;
	background-color: rgba(187,246,255,1.00);
	overflow: hidden;
}

.flyermidashi{
	width:100%;
	margin-bottom: 0px;
}

.flyerjpg{
	width:100%;
	box-sizing: border-box;
	border:1px solid #000;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}


.pcbr {
display:inline;
}



#right_bar_wrapper{
    width:40px;
    height: 100%;
    position: fixed;
    right:0;
    top:0;
	background:#000;
    z-index: 102;
	box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
    transform: translateX(50px);
}
  
.showNavi #right_bar_wrapper{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  transform: translateX(0);
}
  
#right_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.btn-trigger_wrapper {
  	width: 24px;
	position: absolute;
	top:40%;
	left:8px;
}

.btn-trigger {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.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: 10.2px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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

nav.menublock {
  position: fixed;
  z-index : 90;
  top  : 0;
  left :70%;
  background-color:rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding:10% 8% 10% 5%;
  width: 30%;
  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.menublock.active {
  opacity: 100;
  margin-left:0;
}

.menu{
	width:100%;
	margin-bottom: 8%;
	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{
  	left: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}



.pagetitle{
	width:300px;
	margin:0 auto;
	padding-bottom: 10px;
	border-bottom:1px solid #000;
	margin-bottom: 60px;
}

.pagetitle2{
	width:300px;
	margin-bottom: 60px;
}

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

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

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

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

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

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

#about_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
	overflow: hidden;
	color: #000;
}

.about_l{
	width:37%;
	float: left;
}

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


.aboutbtn{
	width:100%;
	box-sizing: border-box;
}

.aboutbtn{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 30px;
}


.aboutbtn a{
	display: block;
	color: #fff;
	padding:2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.aboutbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:rgba(57,156,18,1.00);
}

.aboutmidashi{
	width:100%;
	font-size:18px;
	font-weight: bold;
	color: rgba(33,87,37,1.00);
	margin-bottom: 10px;
}



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

.aboutbox{
	width:19%;
	float: left;
	margin-right: 1.25%;
	box-sizing: border-box;
	padding:2%;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background-color:#8ebc97;
}

.aboutbox:nth-child(5n) {
  margin-right: 0;
}

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

#interview1_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
	overflow: hidden;
	color: #000;
}

.intertext01{
	width:100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.intertext02{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.intertext03{
	width:100%;
	font-size: 12px;
	color:rgba(33,87,37,1.00);
}

.intertext04{
	width:100%;
	font-size: 22px;
	font-weight: bold;
	color:rgba(229,103,0,1.00);
	margin-bottom: 30px;
	line-height: 32px;
}

.intermidashi{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding:1.5% 2%;
	text-align: center;
}

.interq{
	width:100%;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
	color:rgba(33,87,37,1.00);
}

.intera{
	width:100%;
	font-size:15px;
	line-height: 25px;
}

.interas{
	width:100%;
	font-size: 12px;
	margin-top:30px;
	line-height: 22px;
}

.interasb{
	width:100%;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.interbtn{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 20px;
}


.interbtn a{
	display: block;
	color: #fff;
	padding:1%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.interbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:rgba(57,156,18,1.00);
}

#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(33,87,37,0.98);
}
.cast-pop-box{
  z-index: 10;
  width:50%;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  color: #fff;
}


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

.inter_l{
	width:23%;
	float: left;
}

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

.inter_name{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color:rgba(33,87,37,1.00);
	margin-bottom: 10px;
}

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

#interview2_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
	overflow: hidden;
	color: #000;
}

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

#staffcredit_inner{
	width:100%;
	box-sizing: border-box;
	padding:5% 10% 10% 10%;
	overflow: hidden;
	color: #000;
}

.staffname{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color:rgba(33,87,37,1.00);
}

.staffbox{
	width:31%;
	float: left;
	margin-right: 3.5%;
	box-sizing: border-box;
}

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

.creditarea{
	width:100%;
	padding-top:50px;
	border-top:1px solid #000;
}

.credit_bunka{
	width:30px;
	float: left;
	padding-right: 5px;
}


#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
	color: #fff;
	font-size: 13px;
}

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

#footer_text{
	width:100%;
	text-align: center;
}

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

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

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


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

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


#comment_wrapper{
	width: 100%;
}

#comment_inner{
    width:100%;
	box-sizing: border-box;
	overflow: hidden;
	padding:7% 20%;
}


.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
	box-sizing: border-box;
	border-bottom: 2px dotted #000;
}

.commenttext{
	width:100%;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color:rgba(33,87,37,1.00);
}

.commentname2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
}

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

.totopbtn{
	width:50%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 30px;
}


.totopbtn a{
	display: block;
	color: #fff;
	padding:2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-radius: 20px;
}

.totopbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:rgba(57,156,18,1.00);
}

#theater_wrapper{
	width: 100%;
	color: #000;
}

#theater_inner{
    width:100%;
	box-sizing: border-box;
	overflow: hidden;
	padding:7% 20%;
}

#theaterbody{
	width:100%;
	margin-bottom: 50px;
}



table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #000;
}

.theaterbox{
	padding:6px 0 6px 0;
}

.theaterboxa{
	padding:6px 0 6px 0;
}

.theaterboxab{
	padding:6px 0 6px 0;
}

.theaterboxb{
	padding:6px 0 6px 0;
}

.theaterbox a{
    color:rgba(46,121,47,1.00);
	text-decoration: none;
}

.theaterbox a:hover{
	color:#999;
	text-decoration: underline;
}

#jisyu_wrapper{
	width: 100%;
	color: #000;
}

#jisyu_inner{
    width:100%;
	box-sizing: border-box;
	overflow: hidden;
	padding:7% 15%;
}

.jisyu_logo{
	width:40%;
	margin:0 auto;
	margin-bottom: 30px;
}

.jisyutext1{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color:rgba(209,0,3,1.00);
}

.jisyutext_midashi{
	width:100%;
	box-sizing: border-box;
	background-color:rgba(184,155,19,1.00);
	border-radius: 10px;
	margin-bottom: 20px;
	padding:1% 2%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.jisyutext2{
	width:100%;
	font-size: 14px;
}

.jisyutext2 a{
    color:rgba(46,121,47,1.00);
	text-decoration: none;
}

.jisyutext2 a:hover{
	color:#999;
	text-decoration: underline;
}

.jisyu_dlbox{
	width:100%;
	box-sizing: border-box;
	padding:1%;
	border-radius: 10px;
	background-color:rgba(171,196,147,1.00);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 5px;
	color: #fff;
}

.jisyubtn{
	width:49.5%;
	float: left;
	margin-right: 1%;
	background-color:rgba(33,87,37,1.00);
	border-radius: 10px;
}

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

.jisyubtn a{
	display: block;
	color: #fff;
	padding:2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.jisyubtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:rgba(57,156,18,1.00);
}

.jisyutext3{
	width:100%;
	font-size: 16px;
	color: rgba(9,72,165,1.00);
	font-weight: bold;
}

.jisyutext4{
	width:100%;
	font-size: 14px;
	color:rgba(209,0,3,1.00);
}

.jisyutext5{
	width:100%;
	font-size: 15px;
	font-weight: bold;
}

.jisyu_box{
	width:100%;
	box-sizing: border-box;
	padding:2%;
	border-radius: 10px;
	border:1px solid #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
}

.jisyu_box a{
    color:rgba(46,121,47,1.00);
	text-decoration: none;
}

.jisyu_box a:hover{
	color:#999;
	text-decoration: underline;
}

.interboxtop{
	width:100%;
	margin-bottom: 100px;
	border-top:1px dotted #000;
	padding-top:50px;
}

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

.interboxbottom{
	width:100%;
}



.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	width:100%;
	display:block;
    padding:10px 40px;
    font-weight: bold;
	border-radius: 5px;
    cursor :pointer;
	background-color:rgba(33,87,37,1.00);
	color: #fff;
	margin:0 auto;
	text-align: center;
}

/*ボタンホバー時*/
.hidden_box label:hover {
	background-color:rgba(57,156,18,1.00);
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding-top: 100px ;
    height: auto;
    opacity: 1;
}

.junbi{
	text-align: center;
	margin-bottom: 50px;
}


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


#right_bar_wrapper{
    width:40px;
    height: 100%;
    position: fixed;
    right:0;
    top:0;
	background:#000;
    z-index: 102;
	box-sizing: border-box;
	opacity: 1;
    transform: translateX(0px);
}
  
  
#right_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}
	
#spmain{
	display: inherit;
	width:100%;
	margin-bottom: 30px;
}

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:95%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:20px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	
#top_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

#top_logo_wrapper{
	display: none;
}
	
#top_sns_photo{
	width:100%;
	float: none;
}

#snsbtn_wrapper{
	width:60%;
	position: inherit;
	right: 0;
	top:0;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	z-index: 51;
	margin-bottom: 20px;
}

.snsbtn{
	width:12%;
	float: right;
	margin-left: 32%;
}

.snsbtn:nth-child(3) {
  margin-left:0;
}

#rightphoto{
	display: none;
}
	
#top_bnr_wrapper{
	width:90%;
	float: none;
	margin:0 auto;
	opacity: 1;
}
	
.flyerjpg_wrapper{
	width:100%;
	box-sizing: border-box;
	padding:5%;
	border:1px solid #000;
	border-radius: 7px;
	margin-bottom: 10px;
	background-color: rgba(187,246,255,1.00);
	overflow: hidden;
}

.flyermidashi{
	width:50%;
	margin:0 auto;
	margin-bottom: 10px;
}

.flyerjpg{
	width:49%;
	float: left;
	margin: 0;
	box-sizing: border-box;
	border:1px solid #000;
	background-color: #fff;
	margin-right: 2%;
}
	
.flyerjpg:nth-child(2) {
  margin-right:0;
}
	

nav.menublock {
  position: fixed;
  z-index : 90;
  top  : 0;
  left :0;
  background-color:rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding:10% 25% 10% 17%;
  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;
}

.menu{
	width:100%;
	margin-bottom: 8%;
	position: relative;
	overflow: hidden;
}


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

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


.about_l{
	width:100%;
	float: none;
	margin-bottom: 30px;
}

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


.aboutbox{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	padding:4%;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background-color:#8ebc97;
}

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


.intertext01{
	width:100%;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.intertext02{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.intertext03{
	width:100%;
	font-size: 12px;
	text-align: left;
	color:rgba(33,87,37,1.00);
}

.intertext04{
	width:100%;
	font-size: 22px;
	font-weight: bold;
	color:rgba(229,103,0,1.00);
	margin-bottom: 30px;
	line-height: 32px;
}

.intermidashi{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:1.5% 2%;
	text-align: center;
}

.interq{
	width:100%;
	font-size:15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.intera{
	width:100%;
	font-size:14px;
	line-height: 25px;
}

.interas{
	width:100%;
	font-size: 12px;
	margin-top:30px;
	line-height: 22px;
}

.interasb{
	width:100%;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.interbtn{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 5px;
	margin-bottom: 10px;
}


.interbtn a{
	display: block;
	color: #fff;
	padding:3%;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
	text-decoration: none;
}

.interbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:rgba(57,156,18,1.00);
}


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



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

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

.inter_name{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color:rgba(33,87,37,1.00);
	margin-bottom: 10px;
}



.staffname{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color:rgba(33,87,37,1.00);
}

.staffbox{
	width:100%;
	float: none;
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}


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


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


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


.totopbtn{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:rgba(33,87,37,1.00);
	border-radius: 30px;
	margin-bottom: 30px;
}


#theater_inner{
    width:100%;
	box-sizing: border-box;
	overflow: hidden;
	padding:7% 10%;
}

.theaterbox{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
}

.theaterboxa{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.theaterboxab{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.theaterboxb{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

#jisyu_inner{
    width:100%;
	box-sizing: border-box;
	overflow: hidden;
	padding:7% 10%;
}

.jisyu_logo{
	width:80%;
	margin:0 auto;
	margin-bottom: 30px;
}

.jisyutext1{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color:rgba(209,0,3,1.00);
}

.jisyutext_midashi{
	width:100%;
	box-sizing: border-box;
	background-color:rgba(184,155,19,1.00);
	border-radius: 5px;
	margin-bottom: 20px;
	padding:1% 2%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.jisyu_dlbox{
	width:100%;
	box-sizing: border-box;
	padding:3%;
	border-radius: 5px;
	background-color:rgba(171,196,147,1.00);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing:0;
	color: #fff;
}


.jisyutext3{
	width:100%;
	font-size: 15px;
	color: rgba(9,72,165,1.00);
	font-weight: bold;
}

.jisyutext4{
	width:100%;
	font-size: 13px;
	color:rgba(209,0,3,1.00);
}

.jisyutext5{
	width:100%;
	font-size: 14px;
	font-weight: bold;
}

.jisyu_box{
	width:100%;
	box-sizing: border-box;
	padding:3%;
	border-radius: 5px;
	border:1px solid #000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 50px;
}


.pcbr {
display:none;
}

}

*, ::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: 45.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: 24px;
          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.25vw; } }
          @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.40625vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 6.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: #83e1dc;
          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: 14px; } }
        @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: 17px; } }
        @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: 20px;
      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: 5.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #83e1dc;
        border: 1px solid #fff;
        color: #fff; }
    section.trailer .btns li.current {
      background-color: #83e1dc;
      border: 1px solid #fff;
      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: 50px;
        line-height: 50px;
        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: 3.73333vw; } }

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