@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#fff;
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	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.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: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

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

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

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

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

.pcbr {
	display:inline;
}


.loaderbg{
	width:100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	z-index: 100;
}

.loader-line {
	width: 100%;
    height: 2px;
	position: absolute;
	top:50%;
	overflow: hidden;
	background-color: #64b5c7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.loader-line:before {
	content: "";
	position: absolute;
	left: -50%;
	height: 2px;
	width: 40%;
	background-color: #fff;
	-webkit-animation: lineAnim 1s linear ;
	-moz-animation: lineAnim 1s linear ;
	animation: lineAnim 1s linear ;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

@keyframes lineAnim {
	0% {
		left: -40%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}

/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 180;
  width: 48px;
  height: 70px;
  border: none;
  background: transparent;
  cursor: pointer;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .hamburger-overlay{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-text {
  color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.hamburger-text {
  position: absolute;
  left: 9px;
  width: 26px;
  text-align: center;
  transition: all .6s;
  font-size: 11px;
  color: #000;
  font-family: "Baskervville", serif;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(161,181,189, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 150;
  display: table;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}


.menu_wrapper{
    width:100%;
	margin:0 auto ;
	opacity: 1;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.menu_wrapper a{
    display: inline-block;
    color:#fff;
    font-size: 16px;
	line-height: 15px;
    text-decoration:none;
    position: relative;
    transition: .3s;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	padding-bottom: 10px;
}

.menu_wrapper a::after {
  background-color: #fff;
  bottom: 0px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  width: 100%; 
}
/* リンクにホバーした際の下線の表示 */
.menu_wrapper a:hover::after {
  transform: scale(1, 1);
}

.menu{
    width:100%;
	overflow: hidden; /* heightを戻す */
    transition: 0.7s;
	margin-bottom: 1%;
}

.menuj{
	font-size: 10px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}




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

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

.spmain{
    display: none;
}
  
.topmain{
	width:100%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0s;
  transition-delay:0s;
}
  
.logoe{
	width:50%;
	position: absolute;
	right: 25%;
	top:47.5%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .logoe{
  opacity:1;
  -webkit-transition-delay:0.7s;
  transition-delay:0.7s;
}

.logoj{
	width:36%;
	position: absolute;
	left:32%;
	top:47.5%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .logoj{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.biling{
	width:40%;
	position: absolute;
	left:30%;
	top:71%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

.day{
	width:9.5%;
	position: absolute;
	right:20%;
	top:62%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:1.7s;
  transition-delay:1.7s;
}

.prize{
	width:9%;
	position: absolute;
	left:1.5%;
	top:2%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}


.catch_yoko{
	width:38%;
	position: absolute;
	left:31%;
	top:93.5%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
}
  
.showNavi .catch_yoko{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.catch_tate{
    width:6%;
    position: absolute;
    right:28%;
    top:6%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-20px);/* X軸方向に100px */
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform:translateY(0);
}
  

.sns_wrapper{
	width:18px;
	position: absolute;
	right: 2.05%;
	top:10%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.sns{
	width:100%;
	margin-bottom: 30px;
}
 
.sns:last-child{
  margin-bottom:0;
}

.sns_wrapper img {
	transition-duration: 0.5s;
}

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

.pt_wrapper{
	width:100%;
}

.pte{
	width:100%;
    font-size: 30px;
	line-height: 30px;
    text-decoration:none;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	color: #748a93;
	margin-bottom: 15px;
	text-align: center;
}

.ptj{
	width:100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #748a93;
}

.line{
	width:90%;
	height: 1px;
	margin:0 auto;
	background-color:#748a93;
	margin-bottom: 15px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0;
}

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

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

.footercopy{
	width:100%;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}


#news_wrapper{
	width:100%;
	height: auto;
	padding-top:5%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
}

#news_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 10% 5% 10%;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

.wp-api_wrapper{
	width:100%;
	overflow: hidden;
}

.wp-api_wrapper a{
	color: #000;
	text-decoration: none;
    transition: 0.4s ease;
}

.wp-api_wrapper a:hover{
	color:#000;
	text-decoration: none;
	opacity: 0.3;
}

.wp-apicard li{
	width:26%;
    display: inline-block;
    vertical-align: top;
	margin: 3.6%;
	text-align:left;
	line-height: 20px;
	font-family: "Shippori Mincho", serif;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:1px solid #748a93;
  box-sizing: border-box;
}

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

.newsday{
	font-size: 12px;
	font-weight: 700;
	margin-top:20px;
	color:#748a93;
	border-bottom: 1px solid #748a93;
	margin-bottom: 10px;
	padding-bottom: 5px;	
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 3%;
}

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

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:3% 15% 5% 15%;
}

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 2%;
}

.intromain_wrapper::before {
  content: "";
  display: block;
  padding-top: 47.7%;
}

.intromain{
    width:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}

.intromidashi1{
    width:90%;
    position: absolute;
    right:5%;
    bottom:1%;
    z-index: 1;
}

.intromidashi2{
    width:98%;
    position: absolute;
    right:1%;
    bottom:9%;
    z-index: 1;
}

.introphoto_wrapper{
	width:95%;
	overflow: hidden;
	margin:0 auto;
}

.introphoto{
	width:24%;
	float: left;
	margin-right: 1.333333%;
	overflow: hidden;
	box-sizing: border-box;
}

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

#story_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background: url("images/story/main.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
	font-size: 16px;
	line-height: 32px;
	padding-top:5%;
}

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

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:3% 10% 5% 10%;
}

.storyblock{
	width:40%;
}

.storymidashi{
	width:80%;
	margin-bottom: 30px;
}

#cast_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:5%;
	padding-bottom: 3%;
}

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

#cast_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:3% 10% 5% 10%;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}

.box_wrapper{
	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;
	justify-content: center;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}


.castbox{
	width:31%;
	margin:1%;
	box-sizing: border-box;
	border:1px solid #a994aa;
    box-shadow: 0px 0px 12px -3px #ccc;
    transition: 1.0s;
	padding-top:2%;
	cursor: pointer;
}

.name01{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.name02{
	width:100%;
	box-sizing: border-box;
	color: #a994aa;
	font-size: 14px;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.name03{
	width:100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.name04{
	width:100%;
	font-size: 20px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.name05{
	width:100%;
	box-sizing: border-box;
	color: #a994aa;
	font-size: 14px;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.name06{
	width:100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.castbox:hover{
    background-color:#ddd;
    transition:1.0s;
    filter: grayscale(100%);
	cursor: pointer;
}

.more{
	width:10%;
	box-sizing: border-box;
	margin-left:90%;
	cursor: pointer;
}

.modalOpen{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
    letter-spacing: 1px;
}

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

.modal-box {
    background-color: #fff;
    margin: 5% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:5%;
    box-shadow: 0px 0px 10px -5px #000;
	border:1px solid #333;
	text-align: center;
}

.modalClose{
	  width:50px;
	  position: absolute;
	  right:-25px;
	  top:-25px;
}

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

/* アニメーション*/
    .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_midashi{
	width:100%;
    font-size: 12px;
	line-height: 12px;
    text-decoration:none;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	color: #748a93;
	text-align: center;	
	margin-bottom: 20px;
}

.profile{
	width:100%;
    font-size: 14px;
	line-height: 26px;
    font-weight: 400;
	margin-bottom: 50px;
	text-align: left;
}

.cscomment{
	width:100%;
    font-size: 14px;
	line-height: 26px;
    font-weight: 400;
	margin-bottom: 50px;
	font-family: "Shippori Mincho", serif;
}

#staff_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:5%;
	background-color: #c3d0d9;
}

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

#staff_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:3% 10% 2% 10%;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}

.staffbox{
	width:23%;
	margin:1%;
	box-sizing: border-box;
	border:1px solid #a994aa;
    box-shadow: 0px 0px 12px -3px #ccc;
    transition: 1.0s;
	padding-top:2%;
	background-color: #fff;
	cursor: pointer;
}

.staffbox:hover{
    background-color:#ddd;
    transition:1.0s;
    filter: grayscale(100%);
	cursor: pointer;
}

#ticket_wrapper{
	width:100%;
	padding:2% 0;
}

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

@media screen and (max-width:1024px){
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

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


/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: auto;
  bottom:0;
  right: 0;
  z-index: 180;
  width: 65px;
  height: 65px;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  background-color: #64b5c7;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.hamburger-overlay__line {
  position: absolute;
  left: 20px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger-overlay.active .hamburger-text {
  color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-text {
  position: absolute;
  left: 18px;
  width: 26px;
  text-align: center;
  transition: all .6s;
  font-size: 11px;
  color: #fff;
  font-family: "Baskervville", serif;
}
	
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(161,181,189, 0.98);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 150;
  display: table;
}
	
#top_wrapper{
    width:100%;
	position: inherit;
	overflow: hidden;
	box-sizing: border-box;
}

.spmain{
    display: inherit;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
	margin-bottom: 30px;
}
  
.showNavi .spmain{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}
  
.topmain{
	display: none;
}
  
.logoe{
	display: none;
}

.logoj{
	display: none;
}

.biling{
	display: none;
}

.day{
	display: none;
}

.catch_yoko{
	display: none;
}

.catch_tate{
	display: none;
}
	
.prize{
	display: none;
}
  

.sns_wrapper{
	width:80%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto;
	opacity: 0;
}

.sns{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0px;
}
	
.sns a{
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:5% 30%;
	border:1px solid #333;
}
 
.sns:last-child{
  margin-right:0;
}



.pte{
	width:100%;
    font-size: 25px;
	line-height: 25px;
    text-decoration:none;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	color: #748a93;
	margin-bottom: 15px;
	text-align: center;
}

.ptj{
	width:100%;
	text-align: center;
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:8% 0;
}

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

#news_wrapper{
	width:100%;
	height: auto;
	padding-top:8%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
}

#news_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}
	
.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
	font-size: 13px;
	line-height: 23px;
}
	
.wp-apicard li:nth-child(3) {
    display: none;
}

.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:1px solid #ccc;
  box-sizing: border-box;
}

.modalOpen{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

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

.modal-box {
    background-color: #fff;
    margin: 15% auto;
    max-width: 1000px;
    width: 85%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:15% 5%;
    box-shadow: 0px 0px 10px -5px #000;
	border:1px solid #333;
}
	
#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 1%;
}
	
#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 10% 7% 10%;
}

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-bottom: 5%;
}
	
.introphoto{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	box-sizing: border-box;
}

.introphoto:nth-child(2n) {
  margin-right: 0;
}
	
#story_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background:none;
	font-size: 16px;
	line-height: 32px;
	padding-top:0;
}

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:7% 10% 7% 10%;
}

.storyblock{
	width:100%;
}

.storymidashi{
	width:80%;
	margin-bottom: 30px;
}

#cast_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10% 5% 10%;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}
	
.castbox{
	width:49%;
	margin:0;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #a994aa;
    box-shadow: 0px 0px 12px -3px #ccc;
    transition: 1.0s;
	padding-top:7%;
	cursor: pointer;
}
	
.castbox:nth-child(2n) {
  margin-right: 0;
}

.more{
	width:20%;
	box-sizing: border-box;
	margin-left:80%;
	cursor: pointer;
}
	
.name01{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.name02{
	width:100%;
	box-sizing: border-box;
	color: #a994aa;
	font-size: 13px;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}

.name03{
	width:100%;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	box-sizing: border-box;
	color: #222;
}

.modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:12% 7% 7% 7%;
    box-shadow: 0px 0px 10px -5px #000;
	border:1px solid #333;
	text-align: center;
}
	
.cscomment{
	width:100%;
    font-size: 14px;
	line-height: 26px;
    font-weight: 400;
	margin-bottom: 50px;
	font-family: "Shippori Mincho", serif;
	text-align: left;
}
	
#staff_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top:10%;
	background-color: #c3d0d9;
}

#staff_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10% 3% 10%;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}

.staffbox{
	width:49%;
	margin:0;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #a994aa;
    box-shadow: 0px 0px 12px -3px #ccc;
    transition: 1.0s;
	padding-top:7%;
	cursor: pointer;
}

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

*, ::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: #ea6398;
          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; }



@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%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .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;
}
