@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color:#222;
	height:100%;
	box-sizing: border-box;
}

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

.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


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

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

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


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

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

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

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

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

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background: #fad8e7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 70px;
}


#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    box-sizing: border-box;
	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:5px 1.5% 5px 1.5%;
    background-color:#000;
    box-shadow: 0px 0px 15px -5px #000;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  transform: translateY(0);
}

.headermenu nav{
	width: 80%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
	float: left;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: 12px;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  padding:10px;
  letter-spacing: 1px;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #ee92ba;
  animation: text-blur 0.5s;
  font-size: 18px;
}

.headermenu li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right:none;
}

.snsbtn{
    width:20px;
	line-height: 100%;
    float: right;
	position: relative;
	margin-left: 40px;
	padding-top:9px;
    transition: 0.5s;
}

.snsbtn img {
	width:100%;
	height: auto;
	transition-duration: 0.5s;
}

.snsbtn img:hover {
	transform: scale(0.9,0.9);
	transition-duration: 0.5s;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

.spmain{
    display: none;
}

.main{
	width:100%;
	opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
}
  
.showNavi .main{
  opacity:1;
  -webkit-transition-delay:0s;
  transition-delay:0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

.logo{
	width:28%;
	position: absolute;
	left:36%;
	top:6%;
	opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1s;
  transition-delay:1s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

.text{
	width:98%;
	position: absolute;
	left:1%;
	top:7%;
	opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    transform: translateY(-70px);/* X軸方向に100px */
}
  
.showNavi .text{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateY(0);
}

.catch{
	width:9%;
	position: absolute;
	right:26%;
	top:41%;
	opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    transform: translateY(-70px);/* X軸方向に100px */
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:2s;
  transition-delay:2s;
  transform: translateY(0);
}

.stamp{
	width:7%;
	position: absolute;
	left:26%;
	bottom:21%;
	opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
}
  
.showNavi .stamp{
  opacity:1;
  -webkit-transition-delay:2s;
  transition-delay:2s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#topbottom{
	width:100%;
	padding:2% 0;
	box-sizing: border-box;
}

#topbottom img{
	width:100%;
	height: auto;
}

.topbtn_wrapper{
	width:50%;
	margin:0 auto 200px;
	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;
	z-index: 5;
}
  
.showNavi .topbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.topbtn_wrapper img {
	transition-duration: 0.5s;
}
.topbtn_wrapper img:hover {
	transform: scale(0.9,0.9);
	transition-duration: 0.5s;
}

.topbtn{
	width:33%;
	float: left;
	margin-right: 0.5%;
}

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


.sns_wrapper{
	display:none;
}

.pt{
	width:600px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	transform: rotate(-3deg);
	background-color:#ee92ba;
	padding:10px;
	box-sizing: border-box;
	margin:0 auto 80px;
}

.pt2{
	width:600px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	transform: rotate(3deg);
	background-color:#fff;
	padding:10px;
	box-sizing: border-box;
	margin:0 auto 80px;
}

.textcenter{
	text-align: center;
}

.colorpink{
	color:#ee92ba;
}

.colorwhite{
	color:#fff;
}


.flyerbox_wrapper{
    width:50%;
	margin:0 auto;
    overflow: hidden;
	text-align: center;
}


.flyerbox{
    width:40%;
    float: left;
    margin-right: 20%;
    overflow: hidden;
}

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

.flyerimg{
    width:100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
    margin-bottom: 20px;
}

.flyerimg img {
	transition-duration: 0.5s;
}
.flyerimg img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}

.flyertext{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	padding-bottom: 20px;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

.intro_inner1{
	width:100%;
	box-sizing: border-box;
	padding:7% 15% 0 15%;
}

.intro_inner2{
	width:100%;
	box-sizing: border-box;
	padding:3% 20% 0 20%;
}

#cast_wrapper{
	width:100%;
	background-color: #ee92ba;
	overflow: hidden;
	color: #fff;
}

#cast_wrapper img{
	width:100%;
	height: auto;
}

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

.cast_midashi{
	width:60%;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin:0 auto 80px;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.cast1{
	width:50%;
	margin:0 auto 80px;
	font-size: 14px;
	line-height: 26px;
}

.castimg1{
	width:70%;
	margin:0 auto 30px;
	box-sizing: border-box;
	border:1px solid #fff;
}

.castimg{
	width:100%;
	margin:0 auto 30px;
	box-sizing: border-box;
	border:1px solid #fff;
}

.castname{
	width:100%;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.castnames{
	font-size: 12px;
}

.castprof{
	width:100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
}

.castcomment{
	width:100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-style: italic;
}

.cast3{
	width:30%;
	float: left;
	margin-right: 5%;
	font-size: 14px;
	line-height: 26px;
}

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

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

#director_wrapper img{
	width:100%;
	height: auto;
}

#director_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 15% 7% 15%;
}


.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 2%;
  cursor: pointer;
  border-top:1px solid #ee92ba;
  border-bottom:1px solid #ee92ba;
  margin-top:-1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.acmidashi{
	width:94%;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 2px #ee92ba;
  border-right: solid 2px #ee92ba;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
	color: #222;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	padding:30px 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

.dimgl{
	width:40%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-top: 1%;
	overflow: hidden;
}

.dimgr{
	width:40%;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
	margin-top: 1%;
	overflow: hidden;
}

.dimgr2{
	width:20%;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
	margin-top: 1%;
	overflow: hidden;
}

.interq{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	color: #ee92ba;
	margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}



#staff_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #000;
	color: #fff;
}

#staff_wrapper img{
	width:100%;
	height: auto;
}

#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 15% 7% 15%;
}

.staffbox{
	width:45%;
	float: left;
	margin-right: 10%;
	font-size: 14px;
	line-height: 24px;
}

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

.sname1{
	width:100%;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}


#credit_wrapper{
	width:100%;
	overflow: hidden;
	background-color: #ee92ba;
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#credit_wrapper img{
	width:100%;
	height: auto;
}

#credit_inner{
	width:100%;
	box-sizing: border-box;
	padding:7% 15% 7% 15%;
}

.creditmidashi{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

#footer_wrapper{
	width:100%;
	padding:7% 0;
	background-color: #000;
	color: #fff;
}

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

#footer_wrapper a:hover{
	color: #ccc;
	text-decoration: underline;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:3%;
	margin:0 auto 30px;
}

.footercredit{
	width:100%;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}

.add_wrapper{
	width:100%;
	overflow: hidden;
}

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

.add{
	width:25%;
	float: left;
}


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

#comment_wrapper img{
    width:100%;
    height: auto;
}

.otherlogo{
    width:30%;
    margin:0 auto 50px;
}


.commentbox{
	width:100%;
	margin:0 auto;
	margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #000;
	text-align: center;
}

.commenttext{
	width:100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 10px;
}

.commentname1{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
    color: #ee92ba;
	text-align: center;
}

.commentname2{
	width:100%;
	font-size: 15px;
	font-weight: 700;
    color: #ee92ba;
	text-align: center;
}

.commentbox:last-child {
    margin-bottom: 10%;
    padding-bottom: 0;
    border: none;
}

.commentbox:last-child {
  border-bottom:none;
}


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

#theater_wrapper img{
    width:100%;
    height: auto;
}

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: #ee92ba;
	font-weight: 900;
	text-decoration: none;
}

.theaterbox a:hover{
	color:#ccc;
	text-decoration: none;
}

.header{
	width:100%;
}

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

.tosite{
	width:50%;
    margin:0 auto;
}

.tosite a{
    padding:10px 0 10px 0;
    display: block;
    text-align: center;
    color: #fff;
	background-color: #ee92ba;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 11px;
    line-height: 11px;
	font-weight: 500;
	letter-spacing: 2px;
    transition: all  1.0s ease;
}

.tosite a:hover{
    background-color: #999;
    color: #fff;
    text-decoration: none;
}







@media screen and (max-width:1024px){
	
.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


.scrollShowEffect-R {
	-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);
}
.scrollShowEffect-L {
	-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);
}
.scrollShowEffect-B {
	-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);
}

.scrollShowEffect-T {
	-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);
}

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
  	width:50px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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

.btn-trigger_fix{
	width:100%;
	position: fixed;
	bottom:0;
	right: 0;
    z-index: 100;
}

.btn-trigger_wrapper{
	width:100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

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

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

nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  bottom  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-bottom:-100%;
  opacity: 0;
  background-color: #ee92ba;
  box-sizing: border-box;
  padding:20% 10% 20% 10%;
  -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;
	display: table;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-bottom:0;
  z-index : 50;
}

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

#header_wrapper{
    display: none;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.menu{
    width:100%;
	box-sizing: border-box;
    margin-bottom: 6%;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 200;
}

.menu a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}
	
.menu:last-child {
  margin-bottom: 15%;
}
	
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

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

.main{
	display: none;
}

.logo{
	display: none;
}

.text{
	display: none;
}

.catch{
	display: none;
}

.stamp{
	display: none;
}

#topbottom{
	width:100%;
	padding:3% 0 3% 0;
	box-sizing: border-box;
}

.topbtn_wrapper{
	width:95%;
	margin:0 auto 100px;
	overflow: hidden;
	opacity: 1;
}

.topbtn{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

.sns_wrapper{
	display: inherit;
    width:95%;
	margin:0 auto 10px;
	overflow: hidden;
}
	
.sns{
    width:32%;
	float: left;
	margin-right: 2%;
}
	
.sns a{
	display: block;
	box-sizing: border-box;
	padding:10% 30%;
	background-color: #b46c92;
}

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

.pt{
	width:70%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	transform: rotate(-3deg);
	background-color:#ee92ba;
	padding:10px;
	box-sizing: border-box;
	margin:0 auto 80px;
}

.pt2{
	width:70%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	transform: rotate(3deg);
	background-color:#fff;
	padding:10px;
	box-sizing: border-box;
	margin:0 auto 80px;
}

.textcenter{
	text-align: center;
}

.colorpink{
	color:#ee92ba;
}

.colorwhite{
	color:#fff;
}


.flyerbox_wrapper{
    width:80%;
	margin:0 auto;
    overflow: hidden;
	text-align: center;
}


.flyerbox{
    width:45%;
    float: left;
    margin-right: 10%;
    overflow: hidden;
}

.flyertext{
    width:100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}


#intro_wrapper{
	width:100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.intro_inner1{
	width:100%;
	box-sizing: border-box;
	padding:15% 10% 0 10%;
}

.intro_inner2{
	width:100%;
	box-sizing: border-box;
	padding:7% 10% 0 10%;
}


#cast_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10% 15% 10%;
}

.cast_midashi{
	width:100%;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin:0 auto 80px;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.cast1{
	width:100%;
	margin:0 auto 30px;
	font-size: 14px;
	line-height: 26px;
}

.castimg1{
	width:100%;
	margin:0 auto 30px;
	box-sizing: border-box;
	border:1px solid #fff;
}

.castimg{
	width:100%;
	margin:0 auto 30px;
	box-sizing: border-box;
	border:1px solid #fff;
}

.castname{
	width:100%;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.cast3{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
}


#director_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10% ;
}



.accordion-container .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 2%;
  cursor: pointer;
  border-top:1px solid #ee92ba;
  border-bottom:1px solid #ee92ba;
  margin-top:-1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.acmidashi{
	width:85%;
    font-size: 16px;
	line-height: 26px;
    font-weight: 700;
    color: #222;
}
	
.dimgl{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: hidden;
}

.dimgr{
	width:100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: hidden;
}

.dimgr2{
	width:70%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: hidden;
}

.interq{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	color: #ee92ba;
	margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}



#staff_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10%;
}

.staffbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}

#credit_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10%;
}

.creditmidashi{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

#footer_wrapper{
	width:100%;
	padding:10% 0 20% 0;
	background-color: #000;
	color: #fff;
}

.footerlogo{
	width:10%;
	margin:0 auto 30px;
}

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


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

.commentbox{
	width:100%;
	margin:0 auto;
	margin-bottom: 7%;
    padding-bottom: 7%;
    border-bottom: 1px solid #000;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: left;
}

.commentname1{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
    color: #ee92ba;
	text-align: left;
}

.commentname2{
	width:100%;
	font-size: 15px;
	font-weight: 700;
    color: #ee92ba;
	text-align: left;
}

.commentbox:last-child {
    margin-bottom: 10%;
    padding-bottom: 0;
    border: none;
}

.commentbox:last-child {
  border-bottom:none;
}


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

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

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

.tosite{
	width:100%;
    margin:0 auto;
}




	
	
}

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

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  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: 42.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 #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          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: 0.8vw; } }
          @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: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .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 #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@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: 23px;
          font-size: 13px; } }
        @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.9vw; } }
        @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: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@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: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @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.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




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