@charset "utf-8";

/* 共通パーツ */
html, body{
	width:100%;
	height:100%;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	-webkit-overflow-scrolling: touch;
}
html{overflow-y: scroll;font-size: 625%;}

body{
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #000000;
	font-size: .14em;
	font-weight: 400;
	line-height: 1.6em;
	word-wrap: break-word;
	z-index: -10;
}

img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	image-rendering: auto;
}
/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}
svg {vertical-align:bottom;max-width: 100%;}
img[src$=".svg"] {width: 100%;transform:translate(0,0);}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

section{
	position: relative;
	margin: 0 auto;
}

a:link {color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover{cursor: pointer;text-decoration: none; color: #f4a844; transition: all .6s ease-out;}

.sp{ display: block; }
.pc{ display: none; }

/* loadong */
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	transition: opacity .3s ease-out;
	z-index: 20000;
}
#loading.LoadOut{opacity: 0;}
#loading .loader {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
  height: 40px;
  aspect-ratio: 1;
  --c:no-repeat linear-gradient(#FFEF66 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 33.4% 33.4%;
  animation: l7 1.5s infinite linear;
}
@keyframes l7 {
  0%,
  5%   {background-position:0 0,50% 0,0 50%,50% 50%}
  25%  {background-position:0 0,100% 0,0 100%,50% 50%}
  50%  {background-position:50% 0,100% 0,0 100%,0 50%}
  75%  {background-position:50% 0,100% 50%,0 100%,0 0}
  95%,
  100% {background-position:50% 0,50% 50%,0 50%,0 0} 
}

#wrap{position: relative;margin: 0 auto;width: 100%; height:auto;opacity: 0;overflow-x: hidden;}
#wrap.display{animation: dispWrap 0.9s  ease-in 0s 1 normal forwards;}
@keyframes dispWrap {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* 共通 */
.both{clear:both;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.center{text-align: center;}
.right{text-align: right;}
.strong{font-weight: 700;}
.underline{text-decoration: underline !important;}
.fontSmall{font-size:86%;}
.fontLarge{font-size: 120%;}
.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexstart{justify-content:flex-start;}
.flexend{justify-content:flex-end;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexalignend{align-items: flex-end;}
.flexstretch{align-content: stretch;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.contents{
	position: relative;
	opacity: 0;
}
.contDisp{animation: dispWrap .8s ease .3s 1 normal forwards;}
.contentsR{
	position: relative;
	opacity: 0;
}
.contDispR{animation: fadeR .3s ease .2s 1 normal forwards;}
.contDispR.cont01{animation: fadeR .3s ease .8s 1 normal forwards;}
.contDispR.cont02{animation: fadeR .3s ease 1s 1 normal forwards;}
@keyframes fadeR {
	0%{opacity: 0;transform: scale(2, 2);}
	100% { opacity: 1;transform: scale(1, 1);}
}
.contentsU{
	position: relative;
	opacity: 0;
	transform: translateY(30px);
}
.contDispU{animation: fadeU .5s ease .2s 1 normal forwards;}
@keyframes fadeU {
	0%{opacity: 0;transform: translateY(30px);}
	100% { opacity: 1;transform: translateY(0);}
}


/* header */
#header{
	position: relative;
	margin: 0 auto;
}
/* keyvisual */
#keyvisual{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top:141.5625%;
	background-image:url("../t_img/main.jpg");
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
#keyvisual h1{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 53%;
}
#keyvisual h1 div{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	transform: scale(1.8, 1.8);
}
#keyvisual h1 #logo01.display{animation: dispLogo .4s  ease-in-out 0s 1 normal forwards;}
#keyvisual h1 #logo02.display{animation: dispLogo .25s  ease-in-out 0.25s 1 normal forwards;}
@keyframes dispLogo {
	0% {opacity: 0;transform: scale(1.8, 1.8);}
	100% {opacity: 1;transform: scale(1, 1);}
}

#keyvisual #catch{
	position: absolute;
	top: 4.7%;
	left: 1%;
	width: 97.6%;
	transform: rotate(-5deg);
}
#keyvisual #catch01{
	position: absolute;
	top: 14.5%;
	left: 31%;
	width: 37.3%;
	transform: rotate(-5deg);
}
#keyvisual #catch::after, #keyvisual #catch01::after{
	position: absolute;
	top:0;
	left: 0;
	width:0;
	height: 100%;
	background-color: #000000;
	content: '';
	overflow: hidden;
}
#keyvisual #catch img, #keyvisual #catch01 img{opacity: 0;}

#keyvisual #catch.display::after{animation: dispCatch .5s  ease-in-out 0s 1 normal forwards;}
#keyvisual #catch01.display::after{animation: dispCatch .38s  ease-in-out 0.5s 1 normal forwards;}
@keyframes dispCatch {
	0% {left:0;width: 0;}
	40% {left:0;width: 100%;}
	60% {left:0;width: 100%;}
	100% {left: 100%;width: 0;}
}
#keyvisual #catch.display img{animation: dispWrap .1s  ease 0.4s 1 normal forwards;}
#keyvisual #catch01.display img{animation: dispWrap .1s  ease 0.8s 1 normal forwards;}

#keyvisual #catch02{
	position: absolute;
	bottom: 16%;
	left: 0;
	width:100%;
	max-width: 640px;
	opacity:0;
}
#keyvisual #catch02.display{animation: dispWrap 0.5s  ease-in 0s 1 normal forwards;}

#keyvisual #roadshow{
	position: absolute;
	bottom: 2%;
	right: 3%;
	width: 23%;
	opacity:0;
}
#keyvisual #roadshow.display{animation: dispWrap 0.4s  ease-in 0s 1 normal forwards;}

#menu{
	position: fixed;
	top:0;
	left: 0;
	opacity:0;
	z-index: 10;
}
#menu.display{animation: dispWrap 0.4s  ease-in 2s 1 normal forwards;}
/* navigation */
nav{
	position: fixed;
	top:0;
	left: 0;
	padding: 0;
	height: 100lvh;
	width: 100%;
	overflow-y: auto;
	display: none;
-ms-overflow-style: none;
    scrollbar-width: none;
	background-color: rgba(36,30,9,0.90);
}
nav::-webkit-scrollbar {
    display: none;
}
nav ul{
	position: absolute;
	top:50%;
	left: 50%;
	width: calc(100% - 60px);
	max-width: 400px;
	transform: translate(-50%, -50%);
}
nav ul li{
	position: relative;
	margin: 0 auto 30px auto;
	opacity: 0;
	transform: translateY(20px);
}
nav ul li img{
	position: relative;
	display: block;
	margin: 0 auto;
}
nav ul li.sns{
	margin: 0;
	gap:0 30px;
}
nav ul li.sns a{
	position: relative;
	margin: 0;
	width: 25px;
	display: block;
}
nav ul li a img, nav ul li.trailer img{
	position: relative;
	transition: all .4s ease-out;
}
nav ul li.trailer img{cursor: pointer;}
nav ul li a img:hover, nav ul li.trailer img:hover{opacity: 0.6;}
@keyframes dispNav {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0);}
}

.btn_menu{
	position: fixed;
	top:0;
	left: 0;
	display: block;
	padding: 12px 8px 0 8px;
	width: 30px;
	height: 30px;
    z-index: 2000;
    transition: all .3s ease-out;
	line-height: 1;
	cursor: pointer;
}
.btn_win{
	position: fixed;
	top:0;
	right: 0;
	display: block;
	padding: 12px 8px 0 8px;
	width: 30px;
	height: 30px;
    z-index: 1900;
    transition: all .3s ease-out;
	line-height: 1;
}


#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu-trigger {
  position: relative;
  width: 30px;
  height: 12px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #ffffff;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.40);
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
}
#menu-trigger span:nth-of-type(2) {
  top: 5px;
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
	background-color: #ffffff;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
	background-color: #ffffff;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

#mvtk{
	position: relative;
	margin:0 auto;
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #000000;
}
#mvtk #mvtk-widgets-container{margin: 0 auto;opacity:0;}
#mvtk-widgets-container.display{animation: dispWrap 0.4s  ease-in 0s 1 normal forwards;}

footer{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #000000;
}
footer #bill{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}

#popup{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100lvh;
	background-color: rgba(0,0,0,0.9);
	z-index: 10000;
	display: none;
}
#popup .closeWin{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
}
#popup .close{
	position: absolute;
	top:15px;
	right: 15px;
	width: 25px;
	height: 25px;
	z-index: 10002;
	cursor: pointer;
}

/* movie */
.movieWrap{
    position: absolute;
    top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 960px;
	background-color: #000000;
	border: solid 1px #f4a844;
	z-index: 10005;
}
.movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* banner */
#banner{
	position: relative;
	margin: 0 auto;
	background-color: #000000;
	opacity: 0;
}
#banner.display{animation: dispWrap 0.4s  ease-in 0s 1 normal forwards;}
#banner ul{
	position: relative;
	margin: 20px auto 0 auto;
	width: calc(100% - 20px);
	max-width: 1400px;
	gap: 10px;
}
#banner ul li{
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 480px;
}
#banner ul li a{
	outline: solid 1px #fdd000;
	outline-offset: -1px;
	display: block;
}

/* intro */
#intro{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#intro h2{
	position: relative;
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 800px;
}
#intro p{
	position: relative;
	margin: 0 auto;
	padding-bottom: 1.8em;
	color: #ffffff;
	width: calc(100% - 30px);
	max-width: 1400px;
	text-align:justify;
}

/* cast */
#cast{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 60px 0;
	background-color: #fdd000;
}
#cast h2{
	position: relative;
	margin: 0 auto 30px auto;
	width: 60%;
	max-width: 640px;
}
#cast h2.staff{margin: 60px auto 40px auto;}
#cast ul{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1400px;
	gap: 30px 40px;
}
#cast ul li{
	position: relative;
	margin: 0;
	width: 100%;
}
#cast ul li .Img{
	position: relative;
	margin: 0 auto;
	width: 100%;
	outline: solid 3px #000000;
	outline-offset: -3px;
}
#cast ul li .Name{
	position: relative;
	margin: 15px auto;
	width: 100%;
}
#cast ul li .Txt{
	position: relative;
	margin: 0 auto;
	text-align: justify;
}

/* story */
#story{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}
#story h2{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#story h3{
	position: relative;
	margin: 5px auto 0 auto;
	width: calc(100% - 20px);
}
#story ul{
	position: relative;
	margin: 20px auto 0 auto;
	width: 100%;
}
#story ul li{
	position: relative;
	margin: 0;
	width: 100%;
}
#story ul li .chara{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#story ul li .charaType{
	position: absolute;
	top: 46%;
	right: 2%;
	width: 58%;
}
#story ul li .charaText{
	position: relative;
	margin: -5vw auto 0 auto;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
#story ul li .charaText p{
	font-size: 130%;
	line-height: 1.8em;
}
#story ul li .charaText span{color: #fdd000;}
#story .photoWrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.splide__list {height: auto;}
#story .text{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fdd000;
	text-align:justify;
}
#story .text h2{
	position: relative;
	margin: 30px auto 20px auto;
	width: 100%;
	max-width: 640px;
}
#story .text p{
	position: relative;
	margin: 0 auto 30px auto;
	width: calc(100% - 30px);
	max-width: 1400px;
}
#story .text .chara04{
	position: relative;
	margin: 0;
	width: 100%;
}
#story .text .chara04 .charaText{
	position: absolute;
	bottom: 4vw;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	text-align: center;
	color: #ffffff;
}
#story .text .textWrap{
	position: relative;
	margin: 0;
	width: 100%;
}

/* ----- pc ----- */
@media screen and (min-width: 799px) and (orientation: landscape) {

	.sp{ display: none; }
	.pc{ display: block; }
    
    body{font-size: .16em;}

	.contDisp.cont01{animation: dispWrap .8s ease .6s 1 normal forwards;}
	.contDisp.cont02{animation: dispWrap .8s ease .9s 1 normal forwards;}

	#wrap{min-width: 1000px;}
	#menu{
		right:0;
		left: auto;
	}
	.btn_menu{
		right:0;
		left: auto;
	}
	.btn_win{
		right:0;
		left: auto;
	}
	
	#headerWrap{
		position: relative;
		margin: 0 auto;
		background-color: #f3bc58;
		width: 100%;
	}
	#header{
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 1250px;
	}
	#keyvisual{
		padding-top:70.6666%;
		background-image:url("../t_img/main_pc.jpg?t=0617");
		background-position: 50% 0;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	
	#keyvisual h1{
		bottom: auto;
		top: 3%;
		left: 2%;
		transform: translateX(0);
		width: 12.5%;
	}

	#keyvisual #catch{
		top:2.5%;
		left: auto;
		right: 2%;
		width: 64%;
		transform: rotate(0);
	}
	#keyvisual #catch01{
		top: 14.5%;
		left: auto;
		right: 1.5%;
		width: 11.5%;
		transform: rotate(0);
	}

	#keyvisual #catch02{
		bottom: 9.3%;
		left: auto;
		right: 3.5%;
		width:43%;
		max-width: 2000px;
	}

	#keyvisual #roadshow{
		bottom: 3.2%;
		right: auto;
		left:17%;
		width: 17%;
	}

	#mvtk{
		margin: 0 auto;
		padding: 40px 0 0 0;
	}

	/* intro */
	#intro h2{
		margin: 0 auto 5px auto;
		width: 80%;
		max-width: 1400px;
	}
	#intro p{width: 80%;}
	
	/* cast */
	#cast{padding: 70px 0 80px 0;}
	#cast h2{
		margin: 0 auto 50px auto;
		max-width: 300px;
	}
	#cast h2.staff{margin: 100px auto 50px auto;}
	#cast ul{
		width: 80%;
		gap: 60px 40px;
	}
	#cast ul.staff{max-width: 1000px;}
	#cast ul li{width: calc(33.333% - 27px);}
	#cast ul.staff li{width: 100%;}
	#cast ul li .Img{
		outline: solid 4px #000000;
		outline-offset: -4px;
	}
	#cast ul li .Name{width: 80%; margin: 20px auto;}
	#cast ul.staff li{gap: 0 40px;}
	#cast ul.staff li .Name{
		margin: 0;
		width: 20%;
	}
	#cast ul.staff li .text{
		margin: 0;
		width: calc(80% - 40px);
	}
	
	/* story */
	#story{padding: 20px 0 0 0;}
	#story h2{
		width: 80%;
		max-width: 1400px;
	}
	#story h3{
		width: 80%;
		max-width: 1400px;
	}
	#story ul{margin: 30px auto 0 auto;}
	#story ul li{width: 33.3333%;}
	#story ul li:nth-child(1){order: 2;}
	#story ul li:nth-child(2){order: 1;}
	#story ul li:nth-child(3){order: 3;}
	#story ul li:nth-child(1) .contDispR.cont02{animation: fadeR .3s ease 1s 1 normal forwards;}
	#story ul li:nth-child(2) .contDispR.cont02{animation: fadeR .3s ease 1.1s 1 normal forwards;}
	#story ul li:nth-child(3) .contDispR.cont02{animation: fadeR .3s ease 1.2s 1 normal forwards;}
	#story ul li .charaText{
		margin: -1.5vw auto 0 auto;
		padding-bottom: 40px;
		font-size: 96%;
	}
	#story .text{padding: 0;}
	#story .text h2{margin: 0 auto 30px auto;width: 120%; max-width: 120%;}
	#story .text h2 img{margin: 0 auto;width: 100%; max-width: 400px;}
	#story .text p{
		width: 120%;
		text-align: center;
		line-height: 2em;
	}
	#story .text .chara04 .charaText{
		bottom: 5%;
		right: 1vw;
		transform: translateX(0);
		width: 50%;
		font-size: 94%;
		line-height: 1.5em;
		color: #ffffff;
	}
	#story .text .chara04{width: 37%;order: 2;}
	#story .text .textWrap{width: 63%;z-index: 100;order: 1;}
	
	footer{padding: 30px 0;}
	footer #bill{width: 80%; max-width: 1400px;}
}

@media screen and (min-width: 799px) and (min-height: 880px) {
	#header{max-width: 100%;}
}
@media screen and (min-width: 1300px) and (max-height: 880px) {
	#header{max-width: 90%;}
}