@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
  	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
    background-color:#fff;
	font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color:#000;
	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:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 300px;
}

/* HTML: <div class="loader"></div> */
.loader {
  display: inline-grid;
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  height: 20px;
  aspect-ratio: 6;
  --c: #0000 64%,#30acc6 66% 98%,#0000 101%;
  background:
    radial-gradient(35% 146% at 50% 159%,var(--c)) 0 0,
    radial-gradient(35% 146% at 50% -59%,var(--c)) 25% 100%;
  background-size: calc(100%/3) 50%;
  background-repeat: repeat-x;
  clip-path: inset(0 100% 0 0);
  animation: l10 1.5s infinite linear;
}
.loader:after {
  scale: -1;
}

@keyframes l10{
  50% {clip-path: inset(0)}
  to {clip-path: inset(0 0 0 100%)}
}

#header_wrapper{
	width:100%;
	overflow: hidden;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 48;
    box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 15px -5px #000;
	background-color: #fff;
	text-align: center;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

.headermenu nav{
	width: 100%;
	float: left;
    box-sizing: border-box;
	font-weight:400;
    font-style: normal;
	font-family: "Faculty Glyphic", sans-serif;
    font-size: 14px;
    line-height: 12px;
	letter-spacing: 1px;
    overflow: hidden;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -5px;
	text-align: center;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #30acc6;
  padding:12px 30px 12px 30px ;
  box-sizing: border-box;
}

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

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

.menuj{
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#sns_wrapper{
	width:100%;
	box-sizing: border-box;
    background-color:#30acc6;
    box-shadow: 0px 0px 15px -5px #000;
}

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

.sns_wrapper{
	width:25%;
	margin:0 auto;
	overflow: hidden;
}

.sns{
    width:25%;
	float: left;
	line-height: 100%;
	position: relative;
}

.sns a{
  display: block;
  position: relative;
  outline: none;
}
  
.sns .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;
}

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


#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
    box-shadow: 0px 0px 20px -5px #000;
	margin-top:48px;
}

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

.spmain{
    display: none;
}

.slider{
	width: 100%;
	margin:0 auto;
	position: relative;
	height:auto;
	z-index: 10;
	opacity: 0;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
    -ms-transition: all 2.5s;
    transition: all 2.5s;
}
  
.showNavi .slider{
  opacity:1;
  -webkit-transition-delay:0.5s;
  transition-delay:0.5s;
}

ul.bxslider,
ul.bxslider li {
margin:0;
padding:0;
height:auto;
}
  
.bxslider li:not(:first-child){
    display: none;
}



.catch1{
	width:4.387552%;
	position: absolute;
	right:22%;
	top:15.950099%;
	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: translateY(-50px);
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
  transform: translateY(0);
}


.catch2{
	width:6.09196%;
	position: absolute;
	left:20%;
	top:30.90672%;
	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: translateY(-50px);
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  transform: translateY(0);
}

#page-top {
  position: fixed;
  width:5%;
  bottom: 2%;
  right: 1%;
  font-size: 12px;
  line-height: 12px;
  z-index: 99;
}

#page-top img{
	width:100%;
	height: auto;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#news_wrapper{
	width:100%;
	height: auto;
	padding-top:7%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
	background-image: radial-gradient(#d0e3e7 3px, transparent 3px), radial-gradient(#d0e3e7 3px, transparent 3px);
	background-size: 7px 7px;
	background-position: 0 0, 3.5px 3.5px;
	background-color: #ffffff;
}

#news_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:1% 10% 7% 10%;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

.wp-api_wrapper{
	width:100%;
	overflow: hidden;
}

.wp-api_wrapper a{
	color: #000;
	text-decoration: none;
    transition: 0.4s ease;
}

.wp-api_wrapper a:hover{
	color:#000;
	text-decoration: none;
	opacity: 0.3;
}

.wp-apicard li{
	width:26%;
    display: inline-block;
    vertical-align: top;
	margin: 3.6%;
	text-align:left;
	line-height: 20px;
	font-family: "Shippori Mincho", serif;
}

.item_img {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
  border:1px solid #748a93;
  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:20px;
	color:#748a93;
	border-bottom: 1px solid #748a93;
	margin-bottom: 10px;
	padding-bottom: 5px;	
	font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.newsmore{
	width:30%;
    margin:0 auto;
	font-family: "Faculty Glyphic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}


.newsmore a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    background-color: #30acc6;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
	letter-spacing: 1px;
	border:3px double #fff;
}


.newsmore a:hover{
    background-color: #fff;
	color: #30acc6;
}


.pt_wrapper{
	width:100%;
	text-align: center;
}

.pte{
	width:100%;
    font-size: 30px;
	line-height: 30px;
    text-decoration:none;
	font-family: "Faculty Glyphic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
}

.ptj{
	width:100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}


/* HTML: <div class="loader"></div> */
.line {
  display: inline-grid;
}
.line:before,
.line:after {
  content: "";
  grid-area: 1/1;
  height: 10px;
  aspect-ratio: 6;
  --c: #0000 64%,#30acc6 66% 98%,#0000 101%;
  background:
    radial-gradient(35% 146% at 50% 159%,var(--c)) 0 0,
    radial-gradient(35% 146% at 50% -59%,var(--c)) 25% 100%;
  background-size: calc(100%/3) 50%;
  background-repeat: repeat-x;
  clip-path: inset(0 100% 0 0);
  animation: l10 1.5s infinite linear;
}
.line:after {
  scale: -1;
}


.colorblack{
	color: #000;
}

.colorwhite{
	color: #fff;
}

.textcenter{
	text-align: center;
}



#castcomment_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px #999;
	background-color: rgba(255,255,255,0.5);
}

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

#castcomment_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 5% 10% 5%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

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

.castcommentbox{
	width:30%;
	display: inline-block;
	margin: 1%;
	box-sizing: border-box;
	padding:3%;
    position: relative;
    border-top: solid 2px #30acc6;
    border-bottom: solid 2px #30acc6;
	background-color: rgba(255,255,255,0.5);
}

.castcommentbox:before, .castcommentbox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #30acc6;
}
.castcommentbox:before {left: 10px;}
.castcommentbox:after {right: 10px;}
.castcommentbox p {
    margin: 0; 
    padding: 0;
}

.castcommentname1{
	width:100%;
	font-size: 15px;
	font-weight: 700;
	color:#30acc6;
	text-align: center;
}

.castcommentname2{
	width:100%;
	font-size: 25px;
	color:#30acc6;
	text-align: center;
	margin-bottom: 5%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

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

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

.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(210,223,224,0.8);
}

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

.modalClose{
	width:100%;
	text-align: center;
	margin:0 auto;
	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);
        }
    }

.modal_midashi{
	width:100%;
    font-size: 12px;
	line-height: 12px;
    text-decoration:none;
	font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	color: #748a93;
	text-align: center;	
	margin-bottom: 20px;
}


.castcommenttext{
	width:100%;
	font-size: 15px;
	line-height: 27px;
	color:#000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
}

.more{
	width:100%;
	text-align: center;
	animation: blinking 1s ease-in-out infinite alternate;
	font-size: 13px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#novelize_wrapper{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-image: linear-gradient(160deg, rgba(224, 255, 227, 0.7), rgba(219, 247, 255, 0.7));
}

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

#novelize_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 25% 10% 25%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.book_wrapper{
	width:100%;
	overflow: hidden;
}

.bookimg{
	width:30%;
	margin:0 auto 5%;
    box-shadow: 0px 0px 15px -5px #000;
}

.book1{
	width:100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.book2{
	width:100%;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.bookbtn a{
    padding:12px 0 12px 0;
    display: block;
    text-align: center;
	color: #000;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
	border:1px solid #000;
    box-sizing: border-box;
    line-height: 12px;
    transition: all  0.3s ease;
	letter-spacing: 1px;
}

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

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0 8% 0;
    background-color:#fff;
    box-shadow: 0px 0px 10px 5px #999;
}

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

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

.footercredit{
	width:100%;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}

#bnr_wrapper{
	width:100%;
	background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
	background-size: 6px 6px;
	background-color: #333333;
	padding:2% 20%;
	box-sizing: border-box;
	overflow: hidden;
}

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

.bnr{
	width:30%;
	margin:0 auto;
	overflow: hidden;
}

.bnr img {
	transition-duration: 0.5s;
    box-shadow: 0px 0px 15px -5px #000;
}
.bnr img:hover {
	transform: scale(1.1,1.1);
	transition-duration: 0.5s;
}

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

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

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

#loop1{
	width:100%;
	overflow: hidden;
    box-shadow: 0px 0px 10px 5px #999;
}

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

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

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

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

.loop_content {
  width:375px;
  height:250px;
}

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


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

body{
  	background:none;
}

.Section-Image-BG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-BG{
  background-image: url("images/bgsp.jpg");
  background-color: #fff;
}
	
.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;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #111;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
	border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.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:rgba(255,255,255,0.9);
  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;
	text-align: center;
}

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;
    font-size: 20px;
    line-height: 16px;
	letter-spacing: 1px;
	font-family: "Faculty Glyphic", sans-serif;
}

.menu{
    width:100%;
	margin-bottom: 4%;
}

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

.menu a{
	color: #000;
	text-decoration: none;
}

#top_wrapper{
    width:100%;
	position: inherit;
	box-sizing: border-box;
}

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

.topmain{
    display: none;
}
  

.logo{
    display: none;
}

.bilingday{
    display: none;
}

.sns_wrapper{
	width:100%;
	position: inherit;
	left:0;
	bottom: 0;
	box-sizing: border-box;
	opacity: 1;
}


.catch1{
	display: none;
}


.catch2{
	display: none;
}

#page-top {
  position: fixed;
  width:12%;
  bottom: 2%;
  left:auto;
	right: 2%;
  font-size: 12px;
  line-height: 12px;
  z-index: 99;
}

#news_wrapper{
	width:100%;
	height: auto;
	padding-top:15%;
	overflow: hidden;
    text-align:center;
	box-sizing: border-box;
	font-size: 13px;
	background-image: radial-gradient(#d0e3e7 3px, transparent 3px), radial-gradient(#d0e3e7 3px, transparent 3px);
	background-size: 7px 7px;
	background-position: 0 0, 3.5px 3.5px;
	background-color: #ffffff;
}

#news_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:5% 10% 15% 10%;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

.wp-apicard li{
	width:46%;
    display: inline-block;
    vertical-align: top;
	margin: 2%;
	text-align:left;
	font-size: 13px;
	line-height: 23px;
}
	
.wp-apicard li:nth-child(3) {
    display: none;
}

.item_img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  border:1px solid #ccc;
  box-sizing: border-box;
}
	
	
.newsmore{
	width:100%;
    margin:0 auto;
	margin-top:50px;
}


.pte{
	width:100%;
    font-size: 25px;
	line-height: 30px;
    text-decoration:none;
	font-family: "Cinzel Decorative", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
}

.ptj{
	width:100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

#castcomment_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.castcommentbox_wrapper{
	width:100%;
	overflow: hidden;
}

.castcommentbox{
	width:100%;
	float: none;
	margin-right: 0;
	box-sizing: border-box;
	padding:8%;
    position: relative;
    border-top: solid 2px #30acc6;
    border-bottom: solid 2px #30acc6;
	background-color: rgba(255,255,255,0.5);
}
	
.castcommentbox:nth-child(3) {
  margin-bottom: 0;
}

#novelize_inner{
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.bookimg{
	width:80%;
	margin:0 auto 5%;
    box-shadow: 0px 0px 15px -5px #000;
}
	
.bookbtn{
	width:100%;
    margin:0 auto;
}

#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:8% 0 15% 0;
    background-color:#fff;
    box-shadow: 0px 0px 10px 5px #999;
}

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

.footerlogo{
	width:70%;
	margin:0 auto 20px;
}
	
.footercredit{
	width:100%;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

	
.modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 1000px;
    width: 90%;
    animation-name: fadeInScale;
    animation-duration: 0.3s;
	position: relative;
	box-sizing: border-box;
	padding:8%;
    box-shadow: 0px 0px 10px -5px #000;
	border:1px solid #333;
	text-align: left;
}
	
.castcommenttext{
	width:100%;
	font-size: 15px;
	line-height: 27px;
	color:#000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	margin-top: 50px;
}


#bnr_wrapper{
	width:100%;
	background-color: #222;
	padding:3% 5%;
	box-sizing: border-box;
	overflow: hidden;
}

.bnr{
	width:60%;
	margin:0 auto;
	overflow: hidden;
}
.loop_wrapper{
  display: flex;
  align-items: center;
  height: 120px;
　overflow: hidden;	
}

.loop_content {
  width:180px;
  height:120px;
}
	
#story_inner{
	width:100%;
	box-sizing: border-box;
	padding:15% 10% 0 10%;
	overflow: hidden;
}
	
}

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