@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
    background-color:#000;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	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 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 2.5s;
	   -moz-transition: all 2.5s;
	    -ms-transition: all 2.5s;
	     -o-transition: all 2.5s;
	        transition: all 2.5s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}


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

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

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}


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

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

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

.pcbr {
	display:inline;
}

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

.loading img{
  width: 200px;
}


#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
	background-image: url("images/menu/bg.jpg");
	background-color: #000;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -5px #000;
	padding:0 10%;
}

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

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

.menu{
	width:33.33333333%;
	position: relative;
	overflow: hidden;
	float: left;
}

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

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

#top_wrapper{
    width:100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-top:3.5%;
    background-color:#000;
}

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

.spmain{
    display: none;
}
  
.topmain{
	width: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;
	z-index: 5;
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:0s;
  transition-delay:0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

.topcast{
	width:55%;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
    transform: translateX(50px);/* X軸方向に100px */
}
  
.showNavi .topcast{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
  transform: translateX(0);
}
  
  
.logo{
	width:28%;
	position: absolute;
	right: 15%;
	top: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;
	z-index: 5;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}
  
.catch_tate{
	width:2%;
	position: absolute;
	right: 2%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	z-index: 5;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi .catch_tate{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
  transform: translateY(0);
}
  
.toplb{
	width:44%;
	position: absolute;
	left:2%;
	bottom: 5%;
}
  
.day{
	width:80%;
	margin-bottom: 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;
    transform: translateX(50px);/* X軸方向に100px */
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  transform: translateX(0);
}
  
.biling{
	width:90%;
	margin-bottom: 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 .biling{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}
  
.catch{
	width: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;
}
  
.showNavi .catch{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}
  
.sns_wrapper{
    width:7%;
	position: absolute;
	right:2%;
	bottom:5%;
	overflow: hidden;
	box-sizing: border-box;
	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 .sns_wrapper{
  opacity:1;
  -webkit-transition-delay:2.4s;
  transition-delay:2.4s;
}

.sns{
	width:40%;
	float: left;
	margin-right: 20%;
	background-color: #fff;
	box-sizing: border-box;
	border:1px solid #fff;
}

.sns:last-child {
	margin-right:0;
}

.sns img {
	transition-duration: 0.5s;
    cursor: pointer;
}

.sns img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
    cursor: pointer;
}

#topbottom_wrapper{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:1.5% 0 3% 0;
}

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

.top_mvtk{
	width:100%;
	padding:0% 0 0 0;
}
	
#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}


#intro_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color:#000;
	font-size: 15px;
	line-height: 28px;
	background-color: #eef0f5;
}

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

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

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

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 120px;
	font-weight: 700;
    text-align: center;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding:1% 0;
}

.pagetitle2{
    writing-mode: vertical-rl;
    display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 120px;
	font-weight: 700;
    text-align: center;
	border-right: 1px solid #f1d369;
	border-left: 1px solid #f1d369;
	padding:1% 0;
}

.red{
	color: #6b0000;
}

.gold{
	color: #aa8f39;
}

.lgold{
	color:#f1d369;
}

.colorblack{
	color: #000;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

#story_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color:#fff;
	font-size: 15px;
	line-height: 28px;
	border-top:2px solid #434121;
}

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

#story_inner{
	width:100%;
	padding:7% 15% 7% 15%;
	box-sizing: border-box;
}


#footer_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 0;
	background-color: #000;
	border-top:2px solid #434121;
}

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

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

#chara_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background: url("images/chara/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: right top;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	border-top:2px solid #434121;
}

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

#chara_inner{
	width:100%;
	padding:7%;
	box-sizing: border-box;
}

.scrolltext{
	display: none;
}

#cast_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background:none;
	font-size: 14px;
	line-height: 24px;
	border-top:2px solid #434121;
}

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

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

.castbox{
	width:19%;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}

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

.castimg{
	width:100%;
	position: relative;
    box-shadow: 0px 0px 15px -5px #000;
    overflow: hidden;
	background-color: rgba(250,0,0,1.0);
    transition: all 0.4s ease;
}

.castimg img {
  width: 100%;
  filter: none;
}

.castimghover {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.4s ease;
}

.castimg:hover img {
	filter:grayscale(100%) brightness(0.6);
	opacity: 0.7;
	transition: all 0.4s ease;
}
.castimg:hover .castimghover {
  opacity: 1;
  transition: all 0.4s ease;
}

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

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

.modal_wrapper{
	width:100%;
	height: 100vh;
	display: table;
}

.modal_inner{
	display: table-cell;
	vertical-align: middle;
}

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

.modalClose{
	  width:60px;
      position: absolute;
      top: 5px;
      right:5px;
	  overflow: hidden;
	  cursor: pointer;
}

/* アニメーション*/
    .modal.modal-box .modalClose {
        animation: fadeInScale 0.2s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

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

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

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

.casttext{
	width:100%;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

#staff_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background: url("images/staff/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: right top;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	border-top:2px solid #434121;
}

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

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

.stafftext{
	width:100%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.staffname1{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	color: #ddd;
	margin-bottom: 10px;
}

.staffname2{
	width:100%;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	color:#f1d369;
}

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

.staffnames{
	font-size: 14px;
}

.cbtn{
	width:300px;
	margin:0 auto 40px;
    padding:7px 0 7px 0;
    display: block;
    text-align: center;
    color: #fff;
	border:1px solid #fff;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 13px;
    line-height: 13px;
	font-weight: 500;
	letter-spacing: 2px;
    transition: all  1.0s ease;
}

.cbtn:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
	border:1px solid #fff;
    transition: all  1.0s ease;
}

.cmidashi{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color:#f1d369;
}

.line{
	width:100px;
	height: 1px;
	margin:0 auto 40px;
	background-color: #ccc;
}


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

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

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

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
		
#header_wrapper{
	display: none;
}
	
.btn-trigger_fix{
	width:100%;
	position: fixed;
	top:0;
	right: 0;
    z-index: 65;
	border-bottom: 1px solid #000;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #6d000d;
    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;
  top  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-top:-100%;
  opacity: 0;
  background-color:#000;
  box-sizing: border-box;
  -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;
	display: table;
}

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

.globalMenuSp img{
	width:100%;
	height: auto;
}
	
.menu_wrapper{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 5%;
}

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

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


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

.spmain{
    display: inherit;
	width:100%;
}
  
.topmain{
	display: none;
}
  
.logo{
	display: none;
}
	
.topcast{
	display: none;
}
  
.catch_tate{
	display: none;
}
  
.toplb{
	display: none;
}
  
.sns_wrapper{
    width:100%;
	position: inherit;
	right:0;
	bottom:0;
	overflow: hidden;
	border-radius:0;
	opacity: 1;
	padding:0;
	box-sizing: border-box;
}
	
.sns{
	width:50%;
	float: left;
	box-sizing: border-box;
	padding:2% 20%;
	margin-right: 0;
	background-color: #d13100;
	border:none;
}

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

	
.pt{
	width:100%;
	font-size: 40px;
	font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 2px;
	line-height: 30px;
}

.ptj{
	width:100%;
	font-size: 12px;
    font-weight: 500;
    font-style: normal;
	letter-spacing: 1px;
	line-height: 12px;
}

#intro_inner{
	width:100%;
	padding:5% 10% 10% 10%;
	box-sizing: border-box;
}
	
#story_inner{
	width:100%;
	padding:10%;
	box-sizing: border-box;
}
	
#chara_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background:none;
	background-image: url("images/chara/bgsp.jpg");
	background-size: cover;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	border-top:2px solid #434121;
}

#chara_inner{
	width:100%;
	padding:10% 5%;
	box-sizing: border-box;
}

.scrolltext{
	display: inherit;
	width:100%;
	background-color: rgba(99,0,1,1.00);
	border:3px double #aa8f39;
	margin-bottom:30px;
	text-align: center;
	padding:1%;
	box-sizing: border-box;
}
	
.table-scroll {
	overflow-x: scroll;
}
	
.tablebody{
	width:1300px;
}
	
	
.footerlogo{
	width:30%;
	margin:0 auto;
}

#cast_inner{
	width:100%;
	padding:10% 5%;
	box-sizing: border-box;
}

.castbox{
	width:32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.castbox:nth-child(3n) {
  margin-right:0;
}
	
.castbox:nth-child(5) {
	margin-right: 2%;
}
.castbox:nth-child(10) {
	margin-right: 2%;
}
	
.castimghover {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all 0.4s ease;
}

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

.modalClose{
	  width:50px;
      position: absolute;
      top: 5px;
      right:5px;
	  overflow: hidden;
	  cursor: pointer;
}

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

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

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

.casttext{
	width:100%;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

#staff_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
  	background: url("images/staff/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
  	background-position: right top;
	background-color: #fff;
	font-size: 15px;
	line-height: 28px;
	border-top:2px solid #434121;
}

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

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

.stafftext{
	width:100%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.staffname1{
	width:100%;
	font-size: 13px;
	line-height: 13px;
	color: #ddd;
	margin-bottom: 10px;
}

.staffname2{
	width:100%;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 40px;
	color:#f1d369;
}

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

.staffnames{
	font-size: 14px;
}

.cbtn{
	width:300px;
	margin:0 auto 40px;
    padding:7px 0 7px 0;
    display: block;
    text-align: center;
    color: #fff;
	border:1px solid #fff;
    text-decoration: none;
    box-sizing: border-box;
	font-size: 13px;
    line-height: 13px;
	font-weight: 500;
	letter-spacing: 2px;
    transition: all  1.0s ease;
}

.cbtn:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
	border:1px solid #fff;
    transition: all  1.0s ease;
}

.cmidashi{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color:#f1d369;
}

.line{
	width:100px;
	height: 1px;
	margin:0 auto 40px;
	background-color: #ccc;
}
	
}

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

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 42.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #111;
          background-color: #3ba4cd;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #111;
          background-color: #80e1ff;
          color: #000;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 23px;
          font-size: 13px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.9vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 2.2vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
	
	.modal-close img{
		width:100%;
		height: auto;
	}
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }




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