@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    font-family:"Sawarabi Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	height:100%;
	box-sizing: border-box;
    background-color: #fff;
    color: #333;
}

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

.pcbr {
	display:inline;
}

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

.loading img{
  width: 400px;
  padding-bottom: 20px;
}

#header_wrapper{
	width:100%;
	overflow: hidden;
    text-align: center;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#83c797;
	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: 100%;
    text-align: center;
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}

.headermenu nav ul li {
	display: inline-block;
	margin-right: 1.5%;
	padding:13px 0;
}

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

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

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

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

.menusns{
    width:20px;
	padding:8px 0;
    line-height: 100%;
}

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


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


.spmain{
    display: none;
}

#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: relative;
    margin-top:45px;
}

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

#top_wrapper::before {
  content: "";
  display: block;
  padding-top: 52.3%;
}

.main01{
    width:57.52%;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    transform: translateX(-100px);/* X軸方向に100px */
}
  
.showNavi .main01{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
  transform: translateX(0);
}

.main02{
    width:50%;
	position: absolute;
	right:0;
	top:55.3%;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
    transform: translateX(100px);/* X軸方向に100px */
}
  
.showNavi .main02{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
  transform: translateX(0);
}


.logo{
    width:30%;
	position: absolute;
	right: 6.5%;
	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;
    transform: translateX(100px);/* X軸方向に100px */
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.4s;
  transition-delay:1.4s;
  transform: translateX(0);
}

.biling{
    width:33%;
	position: absolute;
	left: 3%;
	bottom:5%;
	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: translateX(-100px);/* X軸方向に100px */
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:1.4s;
  transition-delay:1.4s;
  transform: translateX(0);
}

.sns_wrapper{
    width:7%;
	position: absolute;
	left:40%;
	bottom:5%;
    box-sizing: border-box;
    overflow: hidden;
	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: translateX(-100px);/* X軸方向に100px */
}
  
.showNavi .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateX(0);
}

.sns{
    width:30%;
    float: left;
    margin-right:40%;
}

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

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

.catch{
    width:32%;
	position: absolute;
	left: 2.5%;
	top:46%;
	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: translateX(-100px);/* X軸方向に100px */
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:1.4s;
  transition-delay:1.4s;
  transform: translateX(0);
}

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

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

  
.showNavi .main02{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
}

.day{
    width:12%;
	position: absolute;
	right: 2.5%;
	bottom:5%;
	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 .day{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

#bottom_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:3% 12% 0 12%;
    overflow: hidden;
	background-color: #83c797;
    text-align: center;
	color: #fff;
}

#news_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:3% 20% 7% 20%;
    overflow: hidden;
	background-color: #83c797;
    text-align: center;
	color: #fff;
}

.bnr_wrapper{
    width:100%;
	margin:0 auto 120px;
	overflow: hidden;
	box-sizing: border-box;
}

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

.bnr{
    width:33%;
	float: left;
	margin-right: 0.5%;
}
  
.bnr:nth-child(3) {
  margin-right:0;
}

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

.wp-apicard li{
	width:28%;
    display: inline-block;
    vertical-align: top;
	margin: 2.6666%;
	text-align:left;
	line-height: 24px;
}

.item_img {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border:6px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #333;
}

.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:10px;
}


.newsmore{
	width:30%;
	margin:0 auto;
	box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
	margin-top: 50px;
    transition: 0.7s;
	font-weight: 800;
    letter-spacing: 1px;
}


.newsmore a{
	display: block;
	padding:1% 2%;
	text-align: center;
	font-weight: 500;
	color: #83c797;
	font-size: 13px;
	letter-spacing: 2px;
	text-decoration: none;
}

.newsmore:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    background-color: #e61673;
}

.newsmore a:hover{
	color: #fff;
}

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

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

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

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

.introbox{
    width:48%;
	float: left;
	margin-right: 4%;
}
  
.introbox:nth-child(2) {
  margin-right:0;
}

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

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

#story_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	padding:7% 10% 7% 10%;
	color: #fff;
	text-align: center;
}

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


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

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

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

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

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

.loop_content {
  width: 360px;
  height: 202px;
}

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

@keyframes loop-slide {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-100%);
  }
}

.loop_wrap2 {
  display: flex;
  animation: loop-slide2 20s infinite linear 1s both;
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-50%);
  }
}

#cast_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	background: url("images/cast/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	color: #fff;
}

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

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

.cbtn{
    cursor: pointer;
    width:19%;
	float: left;
    overflow: hidden;
    position: relative;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
	box-sizing: border-box;
	border:1px solid #fff;
    box-shadow: 0px 0px 15px -5px #000;
}

.hover-mask {
  align-items: center; /* テキストの中央揃え */
  background: rgba(131, 199, 151, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  height: auto;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  text-align: center;
}
.hover-mask:hover {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.hover-mask p {
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}

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

.removebtn{
  position: fixed;
  top: 3%;
  right: 2%;
  width: 60px;
  cursor: pointer;
}

.mvtk-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(131,199,151,0.95);
  box-sizing: border-box;
  padding:7% 25%;
}

.mvtk-pop-box{
  z-index: 10;
  width:100%;
}

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

.cimg{
	width:80%;
	margin:0 auto 50px;
}

.cname1{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	margin-bottom: 10px;
}

.cname2{
	width:100%;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
}

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

.ccomment_midashi{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 10px;
}

.ccommentline{
	width:300px;
	height: 2px;
	margin:0 auto 80px;
	background-color: #fff;
}

.ccomment{
    width:100%;
    font-size: 13px;
    line-height: 23px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ccomment_midashi2{
    width:100%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
}

#staff_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	background-color: #cac9c5;
	color: #333;
}

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

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

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

.sname1{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	margin-bottom: 30px;
}

.sname2{
	width:100%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
}

#music_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    padding:5% 10%;
}

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

.pte{
    width:100%;
    text-align: center;
    margin-bottom:10px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 2px;
}

.ptj{
    width:100%;
    text-align: center;
    margin-bottom:50px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}

.cgreen{
    color: #83c797;
}

.cwhite{
    color: #fff;
}

.cblack{
    color: #333;
}

.musicbox{
    width:46%;
    float: left;
    margin-right: 8%;
}

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

.music01{
    width:100%;
    text-align: center;
    color: #83c797;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}

.music02{
    width:100%;
    text-align: center;
    color: #83c797;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.music03{
    width:100%;
    text-align: center;
    color: #83c797;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

.musicimg{
    width:50%;
    margin:0 auto 30px;
    overflow: hidden;
}

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

.musiccomment{
    width:100%;
    font-size: 13px;
    margin:0 auto 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.musiccomments{
    width:100%;
    font-size: 11px;
    font-family:"M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


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


.musicbtn a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #83c797;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.musicbtn a:hover{
    background-color: #e51373;
    color: #fff;
}

#movie_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    padding:5% 10%;
	text-align: center;
	background-color: #83c797;
}

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


.movie-trailer__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}
.movie-trailer__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
	text-align: center;
}

.moviebtn{
	width:50%;
    display: inline-block;
	background-color: #fff;
	box-sizing: border-box;
	padding:1%;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
    line-height: 13px;
	color: #83c797;
    border:1px solid #83c797;
}

.mactive{
	background-color: #e51373;
	color: #fff;
}



.moviebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#e51373;
	color: #fff;
}




#footer_wrapper{   
    width:100%;
    overflow: hidden;
    padding:4% 0;
	background-color: #83c797;
}

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

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

.castsub{
	width:100%;
}

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

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

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

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

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

#special_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	padding:10%;
	color: #333;
}

.lemino_logo{
	width:40%;
	margin:0 auto 8%;
}

.leminobox{
	width:49%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

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

.leminobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.leminobox:hover img {
  transform: scale(1.1);
}


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

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

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

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}


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

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

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
#header_wrapper{
    display: none;
}

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


.btn-trigger_wrapper{
	width:100%;
    background-color: #83c797;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}

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

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

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


nav.globalMenuSp {
  position: fixed;
  z-index : -10;
  bottom  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-bottom:-100%;
  opacity: 0;
  background-color:rgba(255,255,255,0.95);
  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-bottom:0;
  z-index : 50;
}

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

.spmenu_wrapper{
    width:100%;
	line-height: 100%;
    text-align: center;
}

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

.spmenu{
    width:100%;
    font-size: 18px;
    display: block;
    margin-bottom: 7%;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.spmenu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #83c797;
}

	
.loading img{
  	width: 300px;
	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%;
}

#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: inherit;
    margin-top:0;
}

#top_wrapper::before {
  content: none;
}

.main01{
	display: none;
}

.main02{
	display: none;
}


.logo{
	display: none;
}

.biling{
	display: none;
}


.catch{
	display: none;
}

.illust{
	display: none;
}

.catch_tate{
	display: none;
}


.day{
	display: none;
}


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

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

.introbox{
    width:100%;
	float:none;
	margin-right:0;
}

#story_inner{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	padding:10% 10% 10% 10%;
	color: #fff;
	text-align: left;
}

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

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

.loop_content {
  width: 214px;
  height: 120px;
}

#cast_wrapper{
    width:100%;
    box-sizing: border-box;
    overflow: hidden;
	background: url("images/cast/bgsp.jpg") ;
	background-attachment: inherit;
	background-size:cover;
	color: #fff;
}

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

.cbtn{
    cursor: pointer;
    width:49%;
	float: left;
    overflow: hidden;
    position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	border:1px solid #fff;
    box-shadow: 0px 0px 15px -5px #000;
}


.cbtn:nth-child(2n) {
  margin-right:0;
}
	
.cbtn:nth-child(5) {
  margin-right:2%;
}

.mvtk-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(131,199,151,0.95);
  box-sizing: border-box;
  padding:15% 10%;
}

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

.cprof{
    width:100%;
    margin-bottom: 100px;
	text-align: left;
}

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

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

.sname1{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	margin-bottom: 30px;
}

.sname2{
	width:100%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
}

#music_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    padding:15% 10%;
}

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


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

#movie_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    padding:10%;
}


#footer_wrapper{   
    width:100%;
    overflow: hidden;
    padding:10% 0 20% 0;
	background-color: #83c797;
}

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

.moviebtn{
	width:100%;
	float: none;
	background-color: #83c797;
	box-sizing: border-box;
	padding:2% 1%;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
    line-height: 13px;
	color: #fff;
    border:1px solid #fff;
}
	

.mactive{
	background-color: #e51373;
	color: #fff;
}
	
#bottom_wrapper{
    width:100%;
    box-sizing: border-box;
    padding:10% 10% 0 10%;
    overflow: hidden;
	background-color: #83c797;
    text-align: center;
	color: #fff;
}

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

.sns_wrapper{
    width:50%;
	position: inherit;
	left:0;
	bottom:0;
	margin:0 auto 30px;
    box-sizing: border-box;
    overflow: hidden;
	opacity: 1;
}

.sns{
    width:25%;
    float: left;
    margin-right:50%;
}

	
.bnr_wrapper{
    width:100%;
	margin:0 auto 60px;
	overflow: hidden;
	box-sizing: border-box;
}

.bnr{
    width:100%;
	float: none;
	margin-bottom: 10px;
}

.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
	line-height: 20px;
}

.wp-apicard li:nth-child(3) {
    display: none;
}

.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:3px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px -5px #333;
}

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
	margin-top: 70px;
    transition: 0.7s;
	font-weight: 800;
    letter-spacing: 1px;
	color: #83c797;
}
	
.bnrl{
	width:100%;
	margin:0 auto 20px;
}
	


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

.lemino_logo{
	width:100%;
	margin:0 auto 12%;
}

.leminobox{
	width:100%;
	float: none;
	margin-right: 0;
	overflow: hidden;
	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: 35%;
        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: #83c797;
	      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: #e51373;
          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%; }
  .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;
}
