@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background: #77a9b7;
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	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: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	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, -100px, 0);
	   -moz-transform: translate3d(0, -100px, 0);
	    -ms-transform: translate3d(0, -100px, 0);
	     -o-transform: translate3d(0, -100px, 0);
	        transform: translate3d(0, -100px, 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:#77a9b7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 250px;
}


#header_wrapper{
	width:100%;
    height:50px;
	overflow: hidden;
	line-height: 100%;
	box-sizing: border-box;
	padding:0 1% 0 2%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#fff;
	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;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

.headermenu nav{
	width: 80%;
	float: left;
	padding:15px 0;
    box-sizing: border-box;
    font-family: "Reenie Beanie", cursive;
  　font-weight: 400;
	font-style: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 2%;
}

.headermenu li:after {
  content: " ";
  margin-left: -1px;
}

.headermenu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #8db1bd;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #ffef00;
}

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


.sns_wrapper{
    width:150px;
	float: right;
	padding:10px 0;
}

.sns{
    width:26px;
	float: left;
	overflow: hidden;
	margin-right: 36px;
}

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

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

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

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

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

.topmain{
    width:100%;
}


.spmain{
    display: none;
}

.prize{
    width:14%;
    position: absolute;
    right: 15%;
    top:3.5%;
	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: 10;
}
  
.showNavi .prize{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.monbu{
    width:12%;
    position: absolute;
    right: 2%;
    top:3%;
	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: 10;
}
  
.showNavi .monbu{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
}

.catch1{
    width:17%;
    position: absolute;
    left: 2%;
    top:7%;
	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: 10;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
  transform: translateY(0);
}

.logo1{
    width:20%;
    position: absolute;
    right:25%;
    top:16%;
	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: 10;
}
  
.showNavi .logo1{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.logo2{
    width:47%;
    position: absolute;
    right: 5%;
    top:22%;
	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: 10;
}
  
.showNavi .logo2{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.biling{
    width:32%;
    position: absolute;
    right: 9%;
    top:42%;
	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: 10;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.catch2{
    width:26%;
    position: absolute;
    right: 17%;
    top:62%;
	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: 10;
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:3.8s;
  transition-delay:3.8s;
}
  

.day{
    width:12%;
    position: absolute;
    left: 4%;
    top:55%;
	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: 10;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.bird{
	width:10%;
	position: absolute;
	right:5%;
	top:70%;
	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: 10;
    transform: translate3d(62px, -102px, 35px);
}
  
.showNavi .bird{
  opacity:1;
  -webkit-transition-delay:4.2s;
  transition-delay:4.2s;
  transform: translate3d(0, 0, 0);
}

#ticket_wrapper{
    width:100%;
    background-color: #fff;
    box-sizing: border-box;
    padding:3% 10%;
}


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

#review_wrapper{
	width: 100%;
	background-color: #8db1bd;
	overflow: hidden;
	padding:2%;
	box-sizing: border-box;
}

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

.review{
	width:100%;
	padding: 1%;
	box-sizing: border-box;
	border:1px solid #fff;
}


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

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

.intromain_wrapper{
    width:100%;
    height: auto;
    position: relative;
}

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

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

.introcatch{
    width:5.5%;
    position: absolute;
    left:6%;
    bottom:10%;
    z-index: 1;
}

.intrologo{
    width:60%;
    position: absolute;
    right:10%;
    bottom:-10%;
    z-index: 1;
}

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:7% 12%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}


.pagetitle1{
    width:100%;
	font-size: 40px;
	line-height: 40px;
    font-family: "Reenie Beanie", cursive;
  　font-weight: 400;
	font-style: normal;
    color: #8db1bd;
    margin-bottom: 30px;
}

.pagetitle2{
    width:100%;
	font-size: 40px;
	line-height: 40px;
    font-family: "Reenie Beanie", cursive;
  　font-weight: 400;
	font-style: normal;
    color: #fff;
    margin-bottom: 30px;
}

.textcenter{
    text-align: center;
}

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

.pticon2{
    width:200px;
    margin:0 auto 50px;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

.anime-pikopiko {
 animation: pikopiko 2s steps(2, start) infinite;
}

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

.intorphoto{
	width:24%;
	float: left;
	margin-right: 1.3333%;
}

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

#story_wrapper{
    width:100%;
    background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
    box-sizing: border-box;
    overflow: hidden;
	padding-top:40%;
}

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

#story_inner{
    width:100%;
	background-color: #8db1bd;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding:7% 20%;
}


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

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

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

.staffl{
	width:43%;
	float: left;
}

.staffr{
	width:50%;
	float: right;
}

.sname1{
	width:100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 7px;
}

.sname2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
}

.simg{
	width:100%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 20px;
}

.filmo_wrapper{
	width:100%;
	border:2px dotted #8db1bd;
	padding:7%;
	box-sizing: border-box;
	border-radius: 20px;
}

.filmomidashi{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #005bac;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filmoyear{
	width:100%;
	font-size: 18px;
	line-height: 18px;
    margin-bottom: 15px;
	font-weight: 900;
	color: #e73468;
}

.filmotext{
	width:100%;
}

#cast_wrapper{
    width:100%;
	background-color: #fff100;
    box-sizing: border-box;
    overflow: hidden;
	color: #005bac;
}

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

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

.castbox1{
	width:70%;
	overflow: hidden;
	margin:0 auto 40px;
	text-align: center;
}

.cimg{
	width:50%;
	margin:0 auto 20px;
	overflow: hidden;
	border-radius: 20px;
}

.casttext{
	width:65%;
	margin:0 auto;
}

.castbox2{
	width:47%;
	float: left;
	margin-right: 6%;
	text-align: center;
	overflow: hidden;
}

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

.cimg2{
	width:70%;
	margin:0 auto 20px;
	overflow: hidden;
	border-radius: 20px;
}

.casttext2{
	width:100%;
}

.cname1{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 7px;
}

.cname2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
}

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


#footer_wrapper{
    width:100%;
	background-color: #8db1bd;
    padding:2% 0;
}

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

.footerlogo{
    width:35%;
    margin:0 auto ;
}

.footerbiling{
	width:30%;
	margin:0 auto;
	margin-top:-1%;
}


#comment_wrapper{
	width:100%;
	height: auto;
    background: url("images/comment/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow: hidden;
}

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

#comment_inner{
	width:100%;
	margin:0 auto;
	height: auto;
	box-sizing: border-box;
	padding: 8% 5%;
	text-align: center;
}

.comment_midashi{
	width:50%;
	margin:0 auto 2%;
}

.commentbox{
	width:1024px;
	margin:0 auto;
	margin-bottom: 7%;
	box-sizing: border-box;
	border-radius: 20px;
	padding:5%;
	background-color: rgba(255,255,255,0.95);
	border:6px double #6d8f99;
}

.commenttext{
	width:100%;
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #6d8f99;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 600;
	color:#c26361;
}

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

.commentname3{
	width:100%;
	font-size: 24px;
	font-weight: 600;
	color:#fff;
	margin-top:20px;
}

.comment_footer{
	width:20%;
	margin:0 auto;
}

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


.totopbtn{
	width:40%;
	margin:0 auto;
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:1% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	background-color: #8db0be;
	border:1px solid #fff;
	border-radius: 20px;
}

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

div.totopbtn:hover{
	cursor:pointer;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	letter-spacing: 5px;
    background-color:#ffed00;
}

.keisyo{
    width:100%;
    font-size: 11px;
    text-align: center;
    margin-bottom: 70px;
}

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

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


@media screen and (max-width:1024px){
	
body{
	margin:0px;
	background:none;
	background: #77a9b7;
}

.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( 0,  0);
	transform: scale( 0,  0);
}

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

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

.pcbr {
	display:none;
}

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

.spmain{
    display: inherit;
    width:100%;
	margin-top:0px;
}

#header_wrapper{
    display: none;
}

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


.btn-trigger_wrapper{
	width:100%;
    background-color: #fff;
    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: #8db1bd;
  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;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color: #fff;
  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;
}

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

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

.spmenu{
    width:100%;
    margin-bottom: 5%;
    text-align: center;
    font-family: "Reenie Beanie", cursive;
  　font-weight: 400;
	font-style: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.spmenu a{
    width:100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    color: #8db1bd;
    
}

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

.topmain{
    display: none;
}

.prize{
    display: none;
}

.catch1{
    display: none;
}

.logo1{
    display: none;
}

.logo2{
    display: none;
}

.biling{
    display: none;
}

.catch2{
    display: none;
}
  

.day{
    display: none;
}

.bird{
    display: none;
}
	

.monbu{
    display: none;
}

.sns_wrapper{
    width:60%;
	float: none;
    margin:0 auto;
    overflow: hidden;
    padding:5% 0 10% 0;
}

.sns{
    width:12%;
    float: left;
	position: relative;
	overflow: hidden;
    margin-bottom: 0;
    margin-right: 32%;
}

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

#ticket_wrapper{
    width:100%;
    background-color: #ffef00;
    box-sizing: border-box;
    padding:7% 5%;
}

#review_wrapper{
	width: 100%;
	background-color: #8db1bd;
	overflow: hidden;
	padding:3% 3% 3% 3%;
	box-sizing: border-box;
}

.loop_wrapper{
  display: flex;
  align-items: center;
  height: 204px;
　overflow: hidden;	
}

.loop_content {
  width: 484px;
  height: 204px;
  box-sizing: border-box;
  border: 3px double #fff;
  margin-right: 3px;
}

.loop_wrap {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}

.introcatch{
    width:9%;
    position: absolute;
    left:6%;
    bottom:10%;
    z-index: 1;
}

.intrologo{
    width:80%;
    position: absolute;
    right:10%;
    bottom:-30%;
    z-index: 1;
}

#intro_inner{
    width:100%;
    box-sizing: border-box;
    padding:15% 10%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

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

.intorphoto{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

#story_wrapper{
    width:100%;
    background:none;
    box-sizing: border-box;
    overflow: hidden;
	padding-top:0;
}

#story_inner{
    width:100%;
	background-color: #8db1bd;
    box-sizing: border-box;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding:15% 10%;
}

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

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

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

.sname1{
	width:100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 7px;
}

.sname2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
}

.simg{
	width:100%;
	margin:0 auto 30px;
	overflow: hidden;
	border-radius: 20px;
}

.filmo_wrapper{
	width:100%;
	border:2px dotted #8db1bd;
	padding:7%;
	box-sizing: border-box;
	border-radius: 20px;
}

.filmomidashi{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #005bac;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filmoyear{
	width:100%;
	font-size: 14px;
	line-height: 14px;
    margin-bottom: 12px;
	font-weight: 900;
	color: #e73468;
}

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

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

.castbox1{
	width:100%;
	overflow: hidden;
	margin:0 auto 40px;
	text-align: left;
}

.cimg{
	width:100%;
	margin:0 auto 20px;
	overflow: hidden;
	border-radius: 20px;
}

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

.castbox2{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 40px;
	text-align: left;
	overflow: hidden;
}

.cimg2{
	width:100%;
	margin:0 auto 20px;
	overflow: hidden;
	border-radius: 20px;
}

.casttext2{
	width:100%;
}

.cname1{
	width:100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 7px;
	text-align: left;
}

.cname2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: left;
}

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


#footer_wrapper{
    width:100%;
	background-color: #8db1bd;
    padding:10% 0;
}

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

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

.footerbiling{
	width:70%;
	margin:0 auto;
	margin-top:-1%;
}
	
	
#comment_wrapper{
	width:100%;
	height: auto;
    background:none;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	font-feature-settings: "palt";
	overflow: hidden;
}

.Section-Image-COMMENT {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-COMMENT{
  background-image: url("images/comment/bgsp.jpg");
}
	
	
#comment_inner{
	width:100%;
	margin:0 auto;
	height: auto;
	box-sizing: border-box;
	padding: 15% 7%;
	text-align: left;
}

.comment_midashi{
	width:60%;
	margin:0 auto 2%;
}

.commentbox{
	width:100%;
	margin:0 auto;
	margin-bottom: 7%;
	box-sizing: border-box;
	border-radius: 20px;
	padding:7%;
	background-color: rgba(255,255,255,0.95);
	border:6px double #6d8f99;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #6d8f99;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	color:#c26361;
}

.commentname2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
}
	
	
.commentname3{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	color:#fff;
}

.totopbtn{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	letter-spacing: 3px;
    font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	padding:2% 1%;
	text-decoration: none;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	background-color: #8db0be;
	border:1px solid #fff;
	border-radius: 20px;
}


.commentimg{
	width:100%;
	margin:0 auto 13%;
}

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

	
}

*, ::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: #77a9b7;
          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: #fcec06;
          color: #77a9b7;  }
    .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;
}
