@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#0e0e0e;
	font-family: 'Hina Mincho', serif;
	color: #bfbbb3;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}




.pcview{
	width:100%;
}

.spview{
	display: none;
}



.scrollShowEffect1 {
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	-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;
}

.blurimage{
  filter: blur(50px);
  animation: blur-anim2 4s linear forwards;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 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);
}

.blurimage.showItem{
  filter: blur(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;
}


/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background-color:#0e0e0e;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 124px;
    left: 50%;
    margin-left: -200px;
    margin-top: -62px;
    position: fixed;
    top: 50%;
    width: 400px;
}


.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 90;
	background:#000;
	border-radius: 50%;
	box-sizing: border-box;
	border:3px solid #333;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 13px;
  margin-top:18px;
}
.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: 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(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :75%;
  background-color:rgba(255,255,255,0.95);
  box-sizing: border-box;
  padding:7% 4%;
  width: 25%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

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

.menu {
	width:100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6%;
	letter-spacing: 3px;
}

.menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:rgba(153,0,2,1.00);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .8s;
}
.menu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.menu a:hover{
	color:rgba(153,0,2,1.00);
}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 16px;
	text-align: justify;
	word-break: break-all;
	line-height: 180%;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#top_main{
	width:100%;
	opacity: 0;
    -webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -o-transition: all 2.2s;
    -ms-transition: all 2.2s;
    transition: all 2.2s;
    filter: blur(50px);
    animation: blur-anim2 1s linear forwards;
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
  filter: blur(0);
}

#top_catch{
    width:2%;
	position: absolute;
	top:47%;
	left:49%;
	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 #top_catch{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

#top_name{
    width:5%;
	position: absolute;
	top:8%;
	right:24%;
	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 #top_name{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}


#top_day_wrapper{
	width:18%;
	position: absolute;
	right: 4%;
	bottom:4%;
}

#top_day{
	width:100%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 20px;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}


#sns_wrapper{
	width:70%;
	margin-left: 30%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 20px;
}
  
.showNavi #sns_wrapper{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.sns{
	width:15%;
	float: left;
	margin-right: 13.33333%;
}

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

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

#top_bottom{
	width:100%;
	background-color: #3c0c13;
	padding:4% 0;
	overflow: hidden;
}

#biling{
	width:50%;
	margin:0 auto;
	margin-bottom: 30px;
}


.pcbr {
display:inline;
}

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

#intro_wrapper{
	width:100%;
    background: url("images/intro/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	color: #fff;
	box-sizing: border-box;
	padding-top:40%;
}


#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
	padding:10% 15%;
}

.intro_pt{
	width:100%;
	margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 16px;
	box-sizing: border-box;
	margin-bottom: 50px;
	text-align: center;
}

.wrapperline{
	width:100%;
	margin:0 auto;
	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;
}

.introbox{
	width:48%;
	float: left;
	margin-right: 4%;
}

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

.midashi{
	width:100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 900;
	line-height: 32px;
	color:rgba(180,0,3,1.00);
}



#story_wrapper{
	width:100%;
    background: url("images/story/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	padding:10% 48% 10% 9%;
	color: #000;
	box-sizing: border-box;
}


#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
}

.story_pt{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 16px;
	box-sizing: border-box;
	margin-bottom: 50px;
}


.storymidashi{
	width:100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 900;
	line-height: 32px;
	color: rgba(121,0,2,1.00);
}


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

#footer_inner{
	width:25%;
	margin:0 auto;
}

#topbnr_wrapper{
	width:30%;
	margin-left: 5%;
	margin-bottom: 50px;
    overflow: hidden;
}

.topbnr{
	width:49%;
	float: left;
	margin-right: 2%;
	background-color: #fff;
}

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

.topbnr img:hover{
	transition:0.5s all;
	opacity: 0.5;
}


#topbnr_wrapper2{
	width:80%;
    margin:0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}


.topbnr2{
	width:49%;
	float: left;
	margin-right: 2%;
	background-color: #fff;
}

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

.topbnr2 img:hover{
	transition:0.5s all;
	opacity: 0.5;
}


#top_mvtk{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}

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

.movie_pt{
	width:300px;
	margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	background-color:#000;
	line-height: 16px;
	box-sizing: border-box;
	padding:0.3% 1% 0.6% 1%; 
	margin-bottom: 50px;
	text-align: center;
}

.moviebox{
	width:70%;
	margin:0 auto;
}

div.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 50px;
}
 
div.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



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

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

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

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

.loop_content {
  width: 357px;
  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%);
  }
}


#staff_wrapper{
	width:100%;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
}


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

.staff_pt{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 16px;
	box-sizing: border-box;
	margin-bottom: 50px;
}


.name1{
	width:100%;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 13px;
	color: #999;
}

.name2{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 22px;
	color:rgba(180,0,3,1.00);
}

.staff_l{
	width:30%;
	float: left;
}

.staff_r{
	width:65%;
	float: right;
}

#products_wrapper{
    width:14%;
    position: absolute;
    left:1%;
    top:2%;
}

#products_wrapper img:hover{
	transition:0.5s all;
	opacity: 0.5;
}


@media screen and (max-width:768px){
	
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :0;
  background-color:rgba(255,255,255,0.99);
  box-sizing: border-box;
  padding:15% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

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

.menu {
	width:100%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6%;
	letter-spacing: 3px;
}
	
#loader {
    height: 78px;
    left: 50%;
    margin-left: -125px;
    margin-top: -39px;
    position: fixed;
    top: 50%;
    width: 250px;
}
	
#spmain{
	display: inherit;
	width:100%;
}

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

#sptrailerarea{
	width:95%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:20px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	
#top_wrapper{
	width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
	background-color: #000;
}

#top_main{
	display: none;
}

#top_logo{
	display: none;
}

#top_catch{
	display: none;
}
	
#top_name{
	display: none;
}

#top_daybiling{
	display: none;
}


#top_day_wrapper{
	width:100%;
	position: inherit;
	right: 0;
	bottom:0;
	padding:5% 0 2% 0;
	background-color: #3c0c13;
}

#top_day{
	display: none;
}

#sns_wrapper{
	width:70%;
	margin-left: 15%;
	overflow: hidden;
	opacity: 1;
	margin-bottom: 0;
}

.sns{
	width:15%;
	float: left;
	margin-right: 13.33333%;
}

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

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

#biling{
	display: none;
}


#top_bottom{
	width:100%;
	background-color: #3c0c13;
	padding:5% 0;
	overflow: hidden;
}
	
#top_mvtk{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

#topbnr_wrapper2{
	width:90%;
    margin:0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}


.topbnr2{
	width:100%;
	float: none;
	margin-right:0;
	background-color: #fff;
    margin-bottom: 10px;
}

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

.topbnr2 img:hover{
	transition:0.5s all;
	opacity: 0.5;
}
	
.moviebox{
	width:90%;
	margin:0 auto;
}

.pcbr {
display:inline;
}


#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:8% 0;
	background-color: #3c0c13;
}

#footer_inner{
	width:80%;
	margin:0 auto;
}


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

#intro_wrapper{
	width:100%;
    background: none;
	color: #fff;
	box-sizing: border-box;
	padding-top:0;
}


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

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

.midashi{
	width:100%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 28px;
	color:rgba(180,0,3,1.00);
}

#story_wrapper{
	width:100%;
    background:none;
	color: #000;
	box-sizing: border-box;
	padding:0;
}


#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fefefe;
	padding:10%;
}

.story_pt{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 16px;
	box-sizing: border-box;
	margin-bottom: 50px;
}


.storymidashi{
	width:100%;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 900;
	line-height: 32px;
	color: rgba(121,0,2,1.00);
}

#topbnr_wrapper{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
	

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

.loop_content {
  width: 230px;
  height: 150px;
}
	

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


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

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

#products_wrapper{
    width:100%;
    position: inherit;
    left:0;
    top:0;
    box-sizing: border-box;
    padding:5% 10% 0 10%;
    margin:0 auto;
	background-color: #3c0c13;
}

	
}

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

*:focus {
  outline: none;
}


.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
  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 #fff;
          width: 49%;
          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 #fff;
          background-color: #83e1dc;
          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: -5%; }
  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.5%;
      height: 100%;
      border: none; }
  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 2.5%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }
    section.trailer .btns li {
      width: 29.5%;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      border: 1px solid #333333;
        background-color: #333333;
		color: #fff;
      letter-spacing: .1vw;
      height: 3.5vw;
      line-height: 3.5vw;
      margin: 0 1.5% 1.5%;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      @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: #83e1dc;
        border: 1px solid #fff;
        color: #fff; }
    section.trailer .btns li.current {
      background-color: #83e1dc;
      border: 1px solid #fff;
      color: #fff; }



@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: 50px;
        line-height: 50px;
        font-size: 14px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 0.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 0.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

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