@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
}
html{
 font-size: 62.5%;
}
body{
  -webkit-text-size-adjust: 100%;
	background: #a5f8fe;
 font-size: 1.5vw;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 600;
 line-height: 1.8;
 color: #000;
}
img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
a, a:hover, a:visited{
 color: #fff;
}
a:hover{
 text-decoration: none;
}
main{
 margin-top: 15vh;
}
header{
	position: fixed;
	border-bottom: 1px solid #000;
 width: 100%;
 background: #fff;
 z-index: 999;
 top: 0;
}
header .headerInner{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	align-items: center;
}
header h1{
	display: flex;
	width: 15%;
	margin-left: 3vw;
}
header h1 a{
 display: flex;
 display: -webkit-flex;
}
header .globalNav{
 display: flex;
 display: -webkit-flex;
 padding: 1vh 3vw;
 color: #fff;
 background: #000;
 border-left: 1px solid #000;
}
header .globalNav a{
 margin-right: 2vw;
}
header .globalNav a:last-child{
 margin: 0;
}
section{
 margin-top: 10vh;
}
.soon{
 text-align: center;
 font-size: 3vw;
}
section:not(#sec_intro, #sec_link){
 display: none;
}
h2{
 margin: 0 0 2vh 10vw;
 font-size: 3vw;
 font-weight: 800;
	color: #000;
}
#sec_intro{
 text-align: center;
}
#sec_intro img{
 width: 50%;
	margin: 3vh 0;
}
#sec_rule .ruleList{
 position: relative;
 margin: 0 10vw;
 padding: 2vh 3vw;
 background: #fff;
 border: 1px solid #000;
}
#sec_rule .ruleList::after, #sec_pre .box::after{
 position: absolute;
 display: block;
 content: "";
 background: #a5f8fe;
 top: -1px;
 left: -1px;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent transparent #fff transparent;
 border-width: 0px 0px 30px 30px;
}
#sec_rule .ruleList li:nth-of-type(n+2){
 margin-bottom: 1vh;
}
#sec_rule .ruleList li i{
 margin-right: .5vw;
 color: #fcff00;
}
.image{
	margin: 0 10vw;
}
.buttonWrap{
	margin: 7vh 10vw 0;
}
#sec_sche .tabWrap{
 margin: 0 10vw 3vh;
 border: 1px solid #000;
 background: #fff;
}
#sec_sche .tabWrap li{
 width: calc(80vw / 6);
 padding: 1vh 1vw;
 border-right: 1px solid #000;
 text-align: center;
 cursor: pointer;
}
#sec_sche .tabWrap li.current{
 background: #000;
}
#sec_sche .tabWrap li span{
 display: block;
 font-size: 1vw;
}
#sec_sche .tabWrap .prev-arrow,
#sec_sche .tabWrap .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	z-index: 2;
}
#sec_sche .tabWrap .prev-arrow {
    transform: rotate(180deg);
}
#sec_sche .tabWrap .prev-arrow::before,
#sec_sche .tabWrap .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
#sec_sche .tabWrap .prev-arrow{
	top: calc(50% - 25px);
	left: -5%;
}
#sec_sche .tabWrap .next-arrow{
	top: calc(50% - 25px);
	right: -5%;
}
.slickInner{
	position: relative;
 display: none;
}
.slickInner.current{
 display: block;
}
.slickInner .prev-arrow,
.slickInner .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	z-index: 2;
}
.slickInner .prev-arrow {
    transform: rotate(180deg);
}
.slickInner .prev-arrow::before,
.slickInner .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.slickInner .prev-arrow{
	top: calc(50% - 25px);
	left: 22%;
}
.slickInner .next-arrow{
	top: calc(50% - 25px);
	right: 22%;
}
#sec_sche .box:not(.slick-center){
	opacity: .5;
	transition: .5s;
	pointer-events: none;
}
.box{
 position: relative;
	background: #fff;
	color: #000;
 border: 1px solid #333;
 border-right: none;
}
.box .boxInner{
	padding: 0 2vw 3vh;
}
.box .title{
 width: 85%;
	margin-bottom: 1vh;
 padding: 1vh 1vw;
 background: #000;
 border-left: 1px solid #000;
 border-bottom: 1px solid #000;
color: #fff;
	float: right;
}
.box::after{
 position: absolute;
 display: block;
 content: "";
 background: #a5f8fe;
 top: -1px;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-color: transparent transparent #fff transparent;
 border-width: 0px 0px 30px 30px;
}
.box img{
	margin-bottom: 2vh;
}
.button{
	position: relative;
	text-align: center;
}
.button a{
	display: block;
	padding: 1vh 2vw;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	transition: .2s;
	box-shadow: 4px 4px #fcff00;
}
.button.noClick a{
	pointer-events: none;
 background: #000;
	color: #fff;
}
.button a:hover{
	background: #000;
	color: #fff;
}
.castList{
 display: flex;
 display: -webkit-flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 margin: 0 10vw;
}
#sec_cast h3{
 margin: 1vh 0 .5vh 10vw;
 font-size: 2.5vw;
 font-weight: 800;
	color: #000;
}
.castList li{
 position: relative;
 width: calc(100% / 6);
	padding: 1vh 1vw .75vh;
	background: #fff;
 border: 1px solid #000;
 border-left: none;
	font-size: 1.2vw;
 text-align: center;
}
.castList li:first-child, .castList li:nth-of-type(7n){
 border-left: 1px solid #000;
}
.castList li:nth-of-type(n+7){
border-top: none;
}
.castList li img{
	margin-bottom: .5vh;
}
#sec_pre .preWrap{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
flex-wrap: wrap;
	position: relative;
	margin: 0 10vw;
}
#sec_pre .preWrap .box{
	width: 49%;
margon-top: 1vh;
}
#sec_pre .preWrap p:not(.button){
	display: inline-block;
	margin-bottom: 2vh;
}
#sec_link p:not(.button){
 margin-top: 3vh;
 text-align: center;
}
#sec_link .buttonWrap{
 margin-top: 0;
}
#sec_link .linkList{
 display: flex;
 display: -webkit-flex;
 justify-content: space-between;
 -webkit-justify-content: space-between;
 margin: 0 10vw;
}
#sec_link .linkList .button{
 width: 49%;
}
.pageTop{
	margin: 8vh 5vw 2vh 0;
	text-align: right;
}
.pageTop img{
	width: 7vw;
}
footer{
	margin-top: 15vh;
	padding: 4vh 0 2vh;
	background: #fff;
	border-top: 1px solid #000;
	text-align: center;
}
footer .snsWrap {
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  justify-content: -webkit-center;
  align-items: center;
  align-items: -webkit-center;
  margin-bottom: 2vh;
  color: #fff;
  font-size: 2vw;
}
footer .snsWrap a{
	color: #fff;
}
footer .snsBox{
	display: flex;
  -webkit-display: flex;
  align-items: center;
  align-items: -webkit-center;
	z-index: 2;
}
footer .snsWrap .snsBox .logo {
	width: 20vw;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	align-items: -webkit-center;
}
footer .snsWrap .snsBox .icon a{
	position: relative;
}
footer .snsWrap .snsBox .icon a::before {
    content: "";
    display: block;
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: calc( 50% - 1.5vw);
    left: calc( 50% - 1.5vw);
    background: #000;
	border-radius: 50%;
	z-index: -1;
}
footer .snsWrap .snsBox .icon a:hover::before {
    background: #014099;
}
footer .snsWrap .snsBox p:nth-of-type(n+2) {
    margin-left: 2vw;
}
footer small{
	font-size: 1vw;
}
@media screen and (max-width: 738px){
	body{
	 font-size: 1.6rem;
	}
	body.on{
		overflow: hidden;
	}
	.sp{
	display: block;
}
.pc{
	display: none;
}
	header .headerInner{
		position: relative;
	}
header h1{
	width: 40%;
	margin-left: 10px;
}
header .globalNav{
 display: none;
	position: absolute;
 padding: 10px 30px 10px 15px;
 color: #fff;
	border: 1px solid #000;
	top: 7vh;
	right: 0;
}
	header.on .globalNav{
		display: block;
	}
header .globalNav a{
	display: block;
 margin: 0 0 10px 0;
}
	header .hamburgerBtn{
		position: relative;
		width: 7vh;
		height: 7vh;
		background: #000;
		border-left: 1px solid #000;
		text-align: center;
	}
	header .hamburgerBtn i{
		display: block;
		position: absolute;
		width: 80%;
		height: calc(100% / 7);
		background: #fff;
		left: 10%;
		transition: .3s;
	}
	header .hamburgerBtn i:nth-of-type(1){
		top: calc(100% / 7);
	}
	header .hamburgerBtn i:nth-of-type(2){
		top: calc((100% / 7) * 3);
	}
	header .hamburgerBtn i:nth-of-type(3){
		top: calc((100% / 7) * 5);
	}
	header.on .hamburgerBtn i:nth-of-type(1){
		top: calc((100% / 7) * 3);
		transform: rotate(45deg);
	}
	header.on .hamburgerBtn i:nth-of-type(2){
		opacity: 0;
	}
	header.on .hamburgerBtn i:nth-of-type(3){
		top: calc((100% / 7) * 3);
		transform: rotate(-45deg);
	}
section{
 margin: 30px 10px 0;
}
.soon{
 font-size: 3rem;
}
h2{
 margin: 0 0 10px 0;
 font-size: 2.5rem;
}
#sec_intro{
 text-align: left;
}
#sec_intro img{
 width: 100%;
	margin: 30px 0;
}
#sec_rule .ruleList{
 margin: 0;
 padding: 2vh 3vw;
 background: #fff;
 border: 1px solid #000;
}
#sec_rule .ruleList::after{
 top: -1px;
 left: -1px;
 border-width: 0px 0px 10px 20px;
}
#sec_rule .ruleList li:nth-of-type(n+2){
 margin-bottom: 10px;
}
#sec_rule .ruleList li i{
 margin-right: 15px;
}
.image{
	margin: 0;
}
.buttonWrap{
	margin: 20px 0 0;
}
.slickInner .prev-arrow,
.slickInner .next-arrow {
    width: 40px;
    height: 40px;
}
.slickInner .prev-arrow::before,
.slickInner .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
}
.slickInner .prev-arrow{
	top: calc(50% - 25px);
	left: -1%;
}
.slickInner .next-arrow{
	top: calc(50% - 25px);
	right: -1%;
}
.box:not(.slick-center){
	opacity:  1;
}
.box{
 border-right: 1px solid #333;
}
.box .title{
	margin-bottom: 10px;
 padding: 6px 10px;
}
.box .boxInner{
	padding: 0 15px 15px;
}
.box::after{
 top: -1px;
 left: -1px;
 border-width: 0px 0px 10px 20px;
}
.box .title{
 width: 90%;
	margin-bottom: 10px;
 padding: 6px 10px;
}
.box img{
	margin-bottom: 10px;
}
.button a{
	padding: 10px 15px;
}
.castList{
 margin: 0;
}
	#sec_cast h3{
		margin: 0 0 10px 0;
 font-size: 2rem;
	}
.castList li{
 width: calc(100% / 3);
	padding: 10px 10px 6px;
	font-size: 1.2rem;
}
.castList li:nth-of-type(4n){
 border-left: 1px solid #000;
}
.castList li:nth-of-type(n+4){
border-top: none;
}
.castList li img{
	margin-bottom: 5px;
}
#sec_pre .preWrap{
	display: block;
	margin: 0;
}
#sec_pre .preWrap .box{
	width: 100%;
}
	#sec_pre .preWrap .box:nth-of-type(n+2){
		margin-top: 15px;
	}
#sec_pre .preWrap p:not(.button){
	display: inline-block;
	margin-bottom: 2vh;
}
#sec_link p:not(.button){
 margin-top: 10px;
}
#sec_link .linkList{
 display: block;
 margin: 0;
}
#sec_link .linkList .button{
 width: 100%;
}
	#sec_link .linkList .button:nth-of-type(n+2) a{
		border-top: none;
	}
 .pageTop{
  margin: 50px 10px 0 0;
 }
 .pageTop img{
  width: 20%;
 }
 footer{
  padding: 30px 0 15px;
 }
 footer .snsWrap {
   margin-bottom: 10px;
   font-size: 1.8rem;
 }
 footer .snsWrap .snsBox .logo {
  width: 35vw;
 }
 footer .snsWrap .snsBox .icon a{
  position: relative;
 }
 footer .snsWrap .snsBox .icon a::before {
  background: #193ba9;
  width: 36px;
  height: 36px;
  top: calc( 50% - 18px);
  left: calc( 50% - 18px);
  z-index: -1;
 }
 footer .snsWrap .snsBox p:nth-of-type(n+2) {
     margin-left: 20px;
 }
 footer small{
  font-size: 1.2rem;
 }
}