@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
    font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color:#111;
	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;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.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 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.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 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.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;
}

.scrollShowEffect4 {
	-webkit-transition: all 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


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

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

.scrollShowEffect4.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

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

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

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

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

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

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

.pcbr {
	display:inline;
}

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

.loading img{
  width: 250px;
}

.btn-trigger_fix{
	width:65px;
	height:65px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 1.5%;
    z-index: 60;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    background-color: #6e8b99;
}
  
.showNavi .btn-trigger_fix{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 13.5px;
  margin-top:15.5px;
  z-index: 60;
}
.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);
  background-color: #fff;
}
#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);
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 75%;
  background-color: rgba(35,24,21,0.95);
  box-sizing: border-box;
  padding:8% 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;
}

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

.menu_wrapper{
	width:100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 4px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
	box-sizing: border-box;
}

.menu{
	box-sizing: border-box;
	margin-bottom: 10%;
}

.menu a{
  display: inline-block;
  color:#6e8b99;
  text-decoration:none;
  transition: .6s;
  opacity: 1;
}

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

.menu:last-child {
  margin-bottom:0;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
    margin-bottom: 7%;
}

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


.topmain{
    width:100%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .topmain{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

.spmain{
    display: none;
}

.logo_wrapper{
    width:38%;
	position: absolute;
	right: 8%;
	top:7%;
}

.logo{
    width:70%;
	margin-bottom: 3%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.7s;
  transition-delay:1.7s;
}

.bilingday{
    width:100%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .bilingday{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.text1{
	width:2%;
	position: absolute;
	left:41.5%;
	top:9.7%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .text1{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.text2{
	width:5%;
	position: absolute;
	left:4%;
	bottom:3%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .text2{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
}

.text3{
	width:1.1%;
	position: absolute;
	left:18.5%;
	top:19%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .text3{
  opacity:1;
  -webkit-transition-delay:3.2s;
  transition-delay:3.2s;
}

.text4{
	width:5.5%;
	position: absolute;
	left:52%;
	top:54%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .text4{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.snsbtn_wrapper{
	width:14%;
    position: absolute;
    right: 2.2%;
    bottom:6%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:3.5s;
  transition-delay:3.5s;
}

.snsbtn_wrapper img {
	transition-duration: 0.5s;
}
.snsbtn_wrapper img:hover {
	transition-duration: 0.5s;
    opacity: 0.5;
}

.snsbtn{
	width:14%;
    float: left;
    margin-right: 29%;
}

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



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

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

.introphoto{
    width:70%;
    margin-left: 30%;
}

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

.intromidashi{
    width:100%;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 700;
}

.pagetitle1{
    width:100%;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 4px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

.pagetitle2{
    width:100%;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 4px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: right;
}

.pagetitle3{
    width:100%;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 4px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}

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

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

.storyphoto{
    width:70%;
}

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

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

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

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

.footercopy{
    width:100%;
    text-align: center;
    font-size: 11px;
}

.footercopy a{
    color: rgba(126,146,161,1.00);
    text-decoration: none;;
}

.footercopy a:hover{
    color: #ccc;
}

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

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

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

.castbox{
    width:23%;
    float: left;
    margin-right: 2.66666%;
    margin-bottom: 2.66666%;
}

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

.castphoto{
    width:100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border:2px solid #fff;
}

.castname{
    width:100%;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}

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

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

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

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

.dname1{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 5px;
}

.dname2{
    width:100%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}

.dtext{
    width:100%;
    margin:0 auto 30px;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.credit{
    width:100%;
    font-size: 13px;
    line-height: 25px;
}

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

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

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

.commentmidashi1{
    width:100%;
    font-size:18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.commentmidashi2{
    width:100%;
    font-size:12px;
    font-weight: 700;
    margin-bottom: 50px;
}

.commentbox{
	width:100%;
	margin-bottom: 50px;
	box-sizing: border-box;
    padding-top:20px;
    border-top:1px dotted #ddd;
}

.commenttext{
	width:100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
    font-family: 'Noto Serif JP', serif;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 600;
	color:#000;
    text-align: right;
}

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


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

.wp-apicard li{
	width:30%;
	float: left;
	margin-right: 5%;
    font-size:14px;
    line-height: 24px;
}

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

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


.newsmore{
	width:30%;
	margin:0 auto;
	box-sizing: border-box;
    background-color:rgba(161,194,214,1.00);
    border-radius: 40px;
	margin-top: 70px;
    transition: 0.7s;
	font-weight: 800;
    letter-spacing: 1px;
}


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

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

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


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

	
.loading img{
  width: 150px;
}

.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

.spmain{
    display: inherit;
	margin-bottom: 0px;
}

.btn-trigger_fix{
	width:65px;
	height:65px;
	border-radius: 50%;
	position: fixed;
	top:auto;
    bottom:2%;
	right: 1.5%;
    z-index: 60;
	opacity: 1;
    background-color: #6e8b99;
}
  

nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color: rgba(35,24,21,0.95);
  box-sizing: border-box;
  padding:20% 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;
}

.menu_wrapper{
	width:100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 4px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
	box-sizing: border-box;
}

.menu{
	box-sizing: border-box;
	margin-bottom: 10%;
}

.menu a{
  display: inline-block;
  color:#6e8b99;
  text-decoration:none;
  transition: .6s;
  opacity: 1;
}

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

.menu:last-child {
  margin-bottom:0;
}

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

.topmain{
    display: none;
}


.logo_wrapper{
    display: none;
}

.text1{
    display: none;
}

.text2{
    display: none;
}

.text3{
    display: none;
}

.text4{
    display: none;
}

.snsbtn_wrapper{
	width:40%;
    position: inherit;
    right: 0;
    bottom:0;
    margin-left: 5%;
	opacity: 1;
    margin-bottom: 70px;
}


.introphoto{
    width:90%;
    margin-left: 10%;
}

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

.storyphoto{
    width:90%;
}

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

.footerlogo{
	width:30%;
	margin:0 auto;
	padding:8% 0;
}

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

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

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

.castphoto{
    width:100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    border:2px solid #fff;
}

.castname{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
}

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

.staffphoto{
    width:38%;
    margin-bottom:20px;
}

.dname1{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 5px;
}

.dname2{
    width:100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}


#comment_inner{
    width:100%;
    padding:15% 10%;
    box-sizing: border-box;
}

.commentmidashi1{
    width:100%;
    font-size:18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.commentmidashi2{
    width:100%;
    font-size:12px;
    font-weight: 700;
    margin-bottom: 50px;
}

.commentbox{
	width:100%;
	margin-bottom: 50px;
	box-sizing: border-box;
    padding-top:20px;
    border-top:1px dotted #ddd;
}

.commenttext{
	width:100%;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
    font-family: 'Noto Serif JP', serif;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	color:#000;
    text-align: right;
}

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


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

.wp-apicard li{
	width:49%;
	float: left;
	margin-right: 2%;
    font-size:13px;
    line-height: 23px;
}

.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:3px solid #ccc;
  box-sizing: border-box;
}

.newsmore{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
    border-radius: 40px;
	margin-top: 70px;
    transition: 0.7s;
	font-weight: 800;
	font-weight: 400;
}


}

*, ::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: #333;
          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;
			font-weight: 700;
          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: #dcf1f8;
          color: #222;
			font-weight: 700;}
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }



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

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




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