@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: center top;
	background-color: #fff;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	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.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-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.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-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.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:1;
}


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

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

.pcbr {
	display:inline;
}

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

.loading img{
  width: 150px;
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 70%;
  background-color:#000;
  box-sizing: border-box;
  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;
	display: table;
	padding-right: 44px;
}

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

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
    font-size: 14px;
	line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

.menu{
    width:100%;
	box-sizing: border-box;
    display: block;
    line-height: 100%;
    letter-spacing: 1px;
	border-top: 1px solid #666;
}

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

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #222;
  background-color: #fff;
}

.menu:last-child{
	border-bottom: 1px solid #666;
	margin-bottom: 0;
}

.menue{
	font-size: 12px;
	line-height: 12px;
    font-weight: 700;
	font-family: "Nanum Myeongjo", serif;
}

#right_bar_wrapper{
    width:44px;
    height: 100%;
    position: fixed;
    right:0;
    top:0;
    z-index: 102;
	box-sizing: border-box;
    background-color:#000;
    border-left:1px solid #666;
}

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

#right_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.btn-trigger {
  position: relative;
  width: 22px;
  height: 18px;
  cursor: pointer;
  margin-bottom: 10px;
	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 .btn-trigger{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#a7d5c6;
  border-radius: 1px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 8px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) 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);
}

.btn-trigger-text_wrapper{
    text-align: center;
	margin-top:30px;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-trigger-text{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 20px;
    line-height:100%;
    color: #fff;
	vertical-align:bottom;
}

.btn-trigger_wrapper {
  	width: 25px;
	position: absolute;
	top:45%;
	left:12px;
}

.sns_wrapper{
    width:45%;
	position: absolute;
	left: 27.5%;
	top:2%;
	box-sizing: border-box;
	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 .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

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

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

.sns img {
	transition-duration: 0.5s;
}
.sns img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}

.bnr_wrapper{
    width:100%;
	position: absolute;
	left: 0;
	bottom:0;
	box-sizing: border-box;
	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 .bnr_wrapper{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

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

.bnr:nth-child(2) {
  margin-bottom:0;
}

.bnr img {
	transition-duration: 0.5s;
}
.bnr img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}

#contents{
    width:100%;
    box-sizing: border-box;
    padding-right: 44px;
}

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

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

.spmain{
    display: none;
}

.topmain{
	width:100%;
}

.toptext{
	width:96%;
	position: absolute;
	left:2%;
	top:2%;
}

#top_bottom{
    width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
	border-bottom: 1px solid #000;
	background-color: #fff;
	padding:1.5% 0;
}

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

.topbiling{
	width:60%;
	margin:0 auto;
}

#flyer_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding:5% 25%;
	background-color: rgba(248,192,36,0.8);
}

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

.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;
	box-sizing: border-box;
	border:1px solid #000;
}

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

.pt_wrapper{
	width:100%;
	text-align: center;
    margin-bottom: 70px;
}

.pt{
	width:100%;
	font-size: 26px;
	line-height: 26px;
    font-weight: 700;
	margin-bottom: 10px;
}
.pte{
	width:100%;
	font-size: 16px;
	line-height: 16px;
    font-weight: 700;
	margin-bottom: 20px;
	font-family: "Nanum Myeongjo", serif;
}

.chevron {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color: #fff;
}

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

#intro_inner{
	width:100%;
	padding:7% 10% 0 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color:rgba(41,129,253,0.7);
}

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

#cast_inner{
	width:100%;
	padding:7% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}


.castline2{
	width:100%;
	overflow: hidden;
	margin-bottom: 2%;
}

.castbox2{
	width:49%;
	float: left;
	margin-right:2%;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
}

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

.castline4{
	width:100%;
	overflow: hidden;
	margin-bottom: 2%;
}

.castbox4{
	width:23.5%;
	float: left;
	margin-right:2%;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
}

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

.modalOpen{
	width:100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modalClose{
	  width:70px;
      position: absolute;
      top: -35px;
      right:-35px;
	  overflow: hidden;
	cursor: pointer;
}

.modalClose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.modalClose:hover img {
	transform: scale(0.9,0.9);
    transition: 0.4s ease;
}

/* アニメーション*/
    .modal.modal-box .modalClose {
        animation: fadeInScale 0.2s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

.modal_wrapper{
	width:100%;
	height: 100vh;
	display: table;
}

.modal_inner{
	display: table-cell;
	vertical-align: middle;
}

.modal-box {
	color:#222;
	font-weight: 500;
    margin: 5% auto;
    max-width: 1000px;
    width: 80%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
    position: relative;
	box-sizing: border-box;
	padding:5%;
	background-color: #fff;
	border:2px solid #2a8182;;
}

.casttn {
	width:100%;
	overflow: hidden;
	position: relative;
}

.casttn img {
  width: 100%;
  filter: none;
}

.casttnhover {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  margin: 0;
  padding: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 800;
  font-family: "Nanum Myeongjo", serif;
  font-size: 19px;
  line-height: 29px;
	letter-spacing: 2px;
}

.casttn:hover img {
  filter: grayscale(100)brightness(0.8);
  transition: all 0.3s ease;
  cursor: pointer;
}
.casttn:hover .casttnhover {
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.castvp{
    font-family: "Nanum Myeongjo", serif;
	font-size: 12px;
	font-weight: 600;
	
}

.castmain{
	width:60%;
	margin:0 auto 30px;
}

.castname_wrapper{
	width:100%;
	margin-bottom: 50px;
	text-align: center;
}

.castname1{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.castname2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 5px;
}

.castprof{
	width:100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.castcomment{
	width:100%;
	font-size: 17px;
	line-height: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: italic;
}

#interview_wrapper{
	width:100%;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color:rgba(250,120,0,0.8);
}

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

#interview_inner{
	width:100%;
	padding:7% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

.inter_midashi1{
	width:60%;
	margin:0 auto 50px;
}

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

.intern{
	color: #fff;
	padding-right:15px;
	font-size: 16px;
	font-weight: 700;
}

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

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

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

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -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;
}

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

#credit_wrapper{
	width:100%;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color:rgba(0,0,0,1.0);
}

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

#credit_inner{
	width:100%;
	padding:7% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
	text-align: center;
	color: #fff;
}



#footer_wrapper{
	width:100%;
	padding:3% 0;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color: #fff;
}

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

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

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

.footercredit a{
	color: #fd6e3c;
	text-decoration: none;
}

.footercredit a:hover{
	color: #ffae32;
	text-decoration: underline;
}

#theater_wrapper{
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
    padding:5% 20% 10% 20%;
	background-color: rgba(248,192,36,0.8);
}

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

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

.header{
	width:50%;
	margin:0 auto 8%;
}


.tosite{
	width:300px;
	margin:0 auto;
}

.tosite a{
    padding:10px 0 10px 0;
    display: block;
    text-align: center;
    color: #fff;
	background-color: #2a8182;
    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: #fff;
    color: #000;
    text-decoration: none;
}

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

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

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

.introbox{
	width:32%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
	line-height: 26px;
}

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

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

.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:rgba(187,73,0,1.00);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.commentname2{
	width:100%;
	font-size: 15px;
	font-weight: 700;
    color:rgba(187,73,0,1.00);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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





@media screen and (max-width:1024px){
	
body{
  	background:none;
}

.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-SPBG{
  background-image: url("images/bgsp.jpg");
  background-color: #fff;
}
	
.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:150px;
	padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}
	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
#right_bar_wrapper{
    width:70px;
    height: 70px;
    position: fixed;
    right:0;
    top:auto;
	bottom:0;
    z-index: 102;
	box-sizing: border-box;
    background-color:#000;
	border-radius: 5px 0 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
	
	
#right_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.btn-trigger_wrapper {
  	width: 36px;
  	height: 26px;
	position: absolute;
	top:22px;
	left:17px;
}
	
.btn-trigger {
  position: relative;
  width: 36px;
  height: 26px;
  cursor: pointer;
  margin-bottom: 0px;
  opacity: 1;
}
	
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#fff;
  border-radius: 1px;
}
	
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) 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);
}

.btn-trigger-text_wrapper{
	display: none;
}

#contents{
    width:100%;
    box-sizing: border-box;
    padding-right: 0;
}
	
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background-color:#000;
  box-sizing: border-box;
  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;
	display: table;
	padding-right: 0;
}
	
.spmain{
    width:100%;
    display: inherit;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

.topmain{
	display: none;
}

.toptext{
	display: none;
}
	
.sns_wrapper{
    width:100%;
	position: inherit;
	left:0;
	top:0;
	overflow: hidden;
	opacity: 1;
	background-color: #000;
	box-sizing: border-box;
	padding:3% 10%;
}

.sns{
	width:6%;
	margin-bottom: 0px;
	float: left;
	margin-right: 41%;
}

.sns:nth-child(3) {
  margin-right:0;
}
	
.bnr_wrapper{
    width:100%;
	position: inherit;
	left: 0;
	bottom:0;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
	background-color: #000;
	border-top:1px solid #000;
}

.bnr{
	width:49.6%;
	margin-bottom: 0;
	float: left;
	margin-right: 0.2%;
}

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

#top_bottom{
	display: none;
}

#flyer_wrapper{
    width:100%;
	margin:0 auto;
    overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding:10% 10%;
	background-color: rgba(248,192,36,0.8);
}
	
.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;
}

.pte{
	width:100%;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-family: "Nanum Myeongjo", serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.ptj{
	width:100%;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
    font-weight: 700;
	margin-bottom: 70px;
}

#footer_wrapper{
	width:100%;
	padding:7% 0;
	overflow: hidden;
	border-top:1px solid #000;
    box-shadow: 0px 0px 15px -5px #333;
	background-color: #fff;
}

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

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

.footercredit a{
	color: #fd6e3c;
	text-decoration: none;
}

.footercredit a:hover{
	color: #ffae32;
	text-decoration: underline;
}


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


#intro_inner{
	width:100%;
	padding:10% 10% 3% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}
	
.introphoto{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.introbox{
	width:100%;
	float: none;
	margin-right: 0;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}
	
#cast_inner{
	width:100%;
	padding:10% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

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

.castbox2{
	width:100%;
	float:none;
	margin-right:0;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
	margin-bottom: 30px;
}

.castbox2:nth-child(2){
	margin-bottom: 0;
}

.castline4{
	width:100%;
	overflow: hidden;
	margin-bottom: 0;
}

.castbox4{
	width:100%;
	float: none;
	margin-right:0;
	box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #333;
	margin-bottom: 30px;
}

.castbox4:nth-child(4){
	margin-bottom: 0;
}

.modal-box {
	color:#222;
	font-weight: 500;
    margin: 15% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
    position: relative;
	box-sizing: border-box;
	padding:7%;
	background-color: #fff;
	border:2px solid #2a8182;;
}
	
.modalClose{
	  width:50px;
      position: absolute;
      top: -20px;
      right:-20px;
	  overflow: hidden;
	cursor: pointer;
}

.castmain{
	width:100%;
	margin:0 auto 30px;
}

.castname_wrapper{
	width:100%;
	margin-bottom: 20px;
	text-align: center;
}

.castname1{
	width:100%;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
}

.castname2{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-top: 5px;
}

#interview_inner{
	width:100%;
	padding:10% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
}

.inter_midashi1{
	width:100%;
	margin:0 auto 50px;
}


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

.acmidashi{
	width:85%;
    font-size: 16px;
	line-height: 26px;
    font-weight: 700;
    color: #000;
}

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

#credit_inner{
	width:100%;
	padding:10% 10%;
	overflow: hidden;
    box-shadow: 0px 0px 15px -5px #333;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}


.pt_wrapper{
	width:100%;
	text-align: center;
    margin-bottom: 30px;
}

	
}

*, ::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: #fff;
          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: #222;
          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: #f8ee4d;
          color: #222;  }
    .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;
}
