@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#676c79;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	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, -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;
}


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

.loading img{
  width: 400px;
}


#header_wrapper{
	width:100%;
    height:50px;
	position: fixed;
	padding:18px 2% 10px 2%;
	overflow: hidden;
	background-color:#fff;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
    left:0;
    top:0;
	z-index: 100;
	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-sizing: border-box;
}


#header_wrapper img{
	width:100%;
    height:auto;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

.menu{
	float: left;
	padding:0 1%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.menu:nth-child(1) {
  padding-left:0;
}

.menu:last-child {
	border-right: none;
}

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

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

#spmenu_wrapper{
	display: none;
}


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

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

.spmain{
	display: none;
}

.main{
	width:100%;
}

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

#pctrailerarea{
	width:25%;
	position: absolute;
    left:2.5%;
    top:20%;
	box-sizing: border-box;
	border:2px solid #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;
}
  
.showNavi #pctrailerarea{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.logo_wrapper{
    width:35%;
    position: absolute;
    left:2.5%;
    top:50%;
}

.name{
	width:90%;
    margin: 0 auto 1%;
	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;
}

.showNavi .name{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
}

.logo{
	width:90%;
    margin: 0 auto 1%;
	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;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.biling{
	width:100%;
	margin:0 auto 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;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.day{
	width:90%;
	margin:0 auto 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;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}


.topbnr{
	width:15%;
    margin: 0 auto;
}

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

.catch2{
	width:3.3%;
    position: absolute;
    right: 1.8%;
    top:5.5%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
  transform: translateY(0);
}

.pcbr {
display:inline;
}

.topphoto{
    width:20%;
    float: left;
}


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


#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #222;
	padding:7% 15%; 
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	font-feature-settings: "palt";
	overflow: hidden;
}


.wp-apicard li{
	width:30%;
	float: left;
	margin-right: 5%;
}

.wp-apicard li:nth-child(3) {
  margin-right: 0;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:6px solid #fff;
  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;
	letter-spacing: 3px;
	font-weight: 700;
	margin-top:10px;
}


.newsmore{
	width:30%;
	margin:0 auto;
	box-sizing: border-box;
	background-color:#fff100;
	margin-top: 70px;
    transition: 0.7s;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
}


.newsmore a{
	display: block;
	color: #000;
	padding:1% 2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

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

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


#intro_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#103754;
}

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

.intro_main_wrapper{
	width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
}

.intro_main{
	width:100%;
}

.pagetitle1{
	width:100%;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff100;
	margin-bottom: 80px;
	text-align: center;
}

.pagetitle2{
	width:100%;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	color:rgba(210,43,184,1.00);
	margin-bottom: 80px;
	text-align: center;
}


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


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

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

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

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

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

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

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

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

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

#story_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#FFF;
	background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
}

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


#story_inner{
	width:1024px;
    margin:0 auto;
	box-sizing: border-box;
	padding:7% 0;
	overflow: hidden;
    text-align: center;
    color: #000;
}

.push{
    font-size: 25px;
    font-weight: 700;
	color: #fff100;
}

.push2{
    font-size: 25px;
    font-weight: 700;
	color:rgba(210,43,184,1.00);
}


#staff_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/staff/bg.jpg") ;
}

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


#staff_inner{
	width:100%;
    margin:0 auto;
	box-sizing: border-box;
	padding:7% 30%;
	overflow: hidden;
    text-align: center;
    color: #fff;
	font-size: 14px;
	line-height: 30px;
}

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


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

.dname1{
    width:100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 10px;
}

.dname2{
    width:100%;
	color: #fff100;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.dname3{
    width:100%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
}

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

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

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


#cast_inner{
	width:100%;
    margin:0 auto;
	box-sizing: border-box;
	padding:7% 15% 0 15%;
	overflow: hidden;
    color: #000;
	font-size: 14px;
	line-height: 30px;
}

.castbox{
	width:47%;
	float: left;
	margin-right: 6%;
}

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

.cphoto{
	width:70%;
	margin:0 auto 20px;
	box-sizing: border-box;
	border:3px solid #fff100;
}

.cname1{
    width:100%;
	color:rgba(210,43,184,1.00);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
	text-align: center;
}

.cname2{
    width:100%;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	text-align: center;
}

.csns_wrapper{
	width:100%;
	overflow: hidden;
	text-align:center;
}

.csns{
	width:32.2%;
	display:inline-block;
	box-sizing: border-box;
	margin:0 0.2%;
}

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

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

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

.footerlogo{
	width:30%;
	margin:0 auto 30px;
	outline: none;
	box-sizing: border-box;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bnr1006{
    width:18%;
    position: absolute;
    left:55%;
    bottom:8%;
	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;
}
  
.showNavi .bnr1006{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
}

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

@media screen and (max-width:1024px){

.loading img{
  width: 300px;
  padding-bottom: 50px;
}
	
.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

#header_wrapper{
	display: none;
}

.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	bottom:0;
	right: 0;
    z-index: 60;
	background: #fff;
	border:1px double #fcfbf5;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15.5px;
  margin-top:17.8px;
  z-index: 60;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  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: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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


nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color:#676c79;
  box-sizing: border-box;
  padding:10% 10% 10% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  text-align: center;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

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

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

.menu{
	width:100%;
	float: none;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	padding:0;
	box-sizing: border-box;
	border-right: none;
	margin-bottom: 30px;
}

.menu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	margin-top:0;
}

.spmain{
	display: inherit;
}

.main{
	display:none;
}

.catch1{
	display:none;
}

#pctrailerarea{
	width:100%;
	position: inherit;
    left:0;
    top:0;
	margin:0 auto;
	opacity: 1;
}
	
.logo_wrapper{
    display:none;
}

.catch2{
	display:none;
}

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

.topphoto:last-child {
	display:none;
}

#news_wrapper{
	width:100%;
	height: auto;
	box-sizing: border-box;
	background-color: #222;
	padding:15% 7%; 
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	font-feature-settings: "palt";
	overflow: hidden;
}

.wp-apicard li{
	width:48%;
	float: left;
	margin-right: 4%;
	font-size: 13px;
	line-height: 20px;
}
	
.wp-apicard li:nth-child(2) {
	margin-right: 0;
}

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

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

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 50px;
}
	
ul.wp-apicard li img{
	width:100%;
	height: 100px;
	object-fit: cover;
}

.pagetitle1{
	width:100%;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff100;
	margin-bottom: 80px;
	text-align: center;
}

.pagetitle2{
	width:100%;
    font-family: 'Press Start 2P', cursive;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	color:rgba(210,43,184,1.00);
	margin-bottom: 80px;
	text-align: center;
}


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


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

.loop_content {
  width:200px;
  height:111px;
}


#story_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	background-color:#FFF;
}

#story_inner{
	width:100%;
    margin:0 auto;
	box-sizing: border-box;
	padding:15% 7%;
	overflow: hidden;
    text-align: left;
    color: #000;
}

.push{
    font-size: 22px;
    font-weight: 700;
	color: #fff100;
}

.push2{
    font-size: 22px;
    font-weight: 700;
	color:rgba(210,43,184,1.00);
}

#staff_inner{
	width:100%;
    margin:0 auto;
	box-sizing: border-box;
	padding:15% 7%;
	overflow: hidden;
    text-align: center;
    color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.prof{
	width:100%;
	text-align: left;
}

#cast_inner{
	width:100%;
    margin:0 auto;
	box-sizing: border-box;
	padding:15% 7% 0 7%;
	overflow: hidden;
    color: #000;
	font-size: 14px;
	line-height: 30px;
}

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

.cphoto{
	width:100%;
	margin:0 auto 20px;
	box-sizing: border-box;
	border:3px solid #fff100;
}

.csns_wrapper{
	width:100%;
	overflow: hidden;
	text-align:center;
}

.csns{
	width:32.2%;
	display:inline-block;
	box-sizing: border-box;
	margin:0 0.2%;
}

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

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


.footerlogo{
	width:50%;
	margin:0 auto;
	outline: none;
	box-sizing: border-box;
    margin-bottom: 20px;
}

.topbnr{
	width:40%;
    margin: 0 auto;
	opacity: 1;
}


.bnr1006{
    width:100%;
    position: inherit;
    left:0;
    bottom:0;
	opacity:1;
    margin:0 auto;
}
	
}


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

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 45.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 #afaf89;
          width: 50%;
			box-sizing: border-box;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 24px;
          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: 1.25vw; } }
          @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: 1.40625vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 6.4vw; } }
        .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 #afaf89;
          background-color: #898950;
          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; }

 li.mbtn {
          border: 1px solid #fff;
          background-color: #333333;
          color: #fff; }


@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: 50px;
          height: 50px;
          font-size: 14px; } }
        @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.72917vw; } }
        @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: 3.73333vw; } }

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

@media screen and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 span {
            font-size: 12px; } }
          @media screen and (max-width: 768px) and (min-width: 769px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.625vw; } }
          @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.70313vw; } }
          @media screen and (max-width: 768px) and (max-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text p {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment h3 {
          font-size: 17px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.88542vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.99609vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 4.53333vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment p {
          font-size: 12px;
          line-height: 2.1; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .profile {
          font-size: 10px;
          margin-top: 5%; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.52083vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.58594vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 2.66667vw; } }

section.trailer {
  margin-top: -1%; }
  section.trailer h2 {
    width: 14%;
    margin: 0 auto; }

  section.trailer .player {
    margin-top: 3.8%;
    position: relative;
    padding-top: 35.3%;
    height: 0;
    overflow: hidden; }
    section.trailer .player iframe {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 62%;
      height: 100%;
      border: none; 
  border:2px solid #fff000;}

  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 0.25%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }

    section.trailer .btns li {
      width: 49.5%;
	  float: left;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      background-color: #333333;
	  color: #fff;
      letter-spacing: .1vw;
      height: 2.5vw;
      line-height: 2.5vw;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; 
		margin:0.25%;
}

      @media screen and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.04167vw; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.17188vw; } }
      @media screen and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 5.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #FFDC00;
        color: #000; }
    section.trailer .btns li.current {
      background-color: #FFDC00;
      color: #000; }



@media screen and (max-width: 768px) {
  section.trailer {
    margin-top: 0; }
    section.trailer h2 {
      width: 36%; }
    section.trailer .player {
      width: 90%;
      padding-top: 50.5%;
      margin: 0% auto 0%; }
      section.trailer .player iframe {
        width: 100%; }
    section.trailer .btns {
      width: 90%;
      margin-top: 0; }
      section.trailer .btns li {
        display: block;
        width: 100%;
        margin: 0% auto;
        height: 60px;
        line-height: 60px;
        font-size: 25px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

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

