/* --- 画面全体を覆うローディング --- */
#bl_loading {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
/* ローディング中はスクロール禁止 */
body.is-loading {
	overflow: hidden;
}
/* --- 画像 --- */
#bl_loadingImageWrap {
	width: 25em;
	transform: translateY(30px);
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.6s ease;
	z-index: 5;
}
@media screen and (max-width: 568px) {
	#bl_loadingImageWrap {
		width: 15em;
	}
}
#bl_loadingImageWrap.is-show {
	transform: translateY(0);
	opacity: 1;
}
#bl_loadingImageWrap img {
	width: 100%;
	height: auto;
}
.shutter {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: 4;
	transition: transform .8s ease;
}
.shutter.top {
	top: 0;
	transform: translateY(0);
}
.shutter.bottom {
	bottom: 0;
	transform: translateY(0);
}
.shutter.is-open.top {
	transform: translateY(-100%);
}
.shutter.is-open.bottom {
	transform: translateY(100%);
}

/* --- ローディング終了後（画像は残す） --- */
#bl_loading.is-finished {
	background: transparent;
	pointer-events: none;
}

/* 画像だけページに残す（中央固定のまま） */
#bl_loading.is-finished #bl_loadingImageWrap {
	opacity: 1;
}



#main{
	background-color: #00103d;
}
header .logo {
	pointer-events: none;
	opacity: 0;
}
.stage{
	top: 10vh;
}
@media screen and (max-width: 568px) {
	.stage{
		transform: translate(-9em, 0) scale(0.5);
	}
}
.line_box {
	transform: translate(-50%, -50%);
	top: 70%;
	left: 4%;
	width: 2em;
	height: 58vh;
	overflow: hidden;
	position: fixed;
}
.line_box p{
	color: #fff;
	transform: rotate(-90deg);
	margin: 3em 1em;
}
.line{
	position: absolute;
	top: 0;
	right: 0;
	width: 0.15em;
	height: 100%;
	animation: animate2 1.5s linear infinite;
	animation-timing-function: ease;
	animation-delay: 1s;
	background: #fff;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}



.stage div,.stage img,.stage p{
	position: absolute;
}
.stage p,.stage2 p{
	white-space: nowrap;
	user-select: none;
}
.text1,.text2,.text3{
	font-family: 'BebasNeue';
	color: #fff;
}
.shape1,.shape2,.shape3,.shape4,.shape5,.shape6{
	background: #fff;
}
.shape1{
	width: 10em;
	height: 10em;
	top: 1em;
	left: 0.5em;
	border-radius: 50%;
}
.shape2{
	width: 15em;
	height: 15em;
	top: 8em;
	left: 11em;
	border-radius: 50%;
	opacity: 0.1;
}
.shape3{
	width: 10em;
	height: 10em;
	top: 1em;
	left: 27em;
	border-radius: 50%;
	opacity: 0.1;
}
.shape4{
	width: 15em;
	height: 15em;
	top: 9em;
	left: 38em;
	border-radius: 50%;
	opacity: 0.1;
}
.shape5{
	width: 25em;
	height: 25em;
	top: -10em;
	left: 50em;
	border-radius: 50%;
	opacity: 0.1;
}
.stage img{
	clip-path: circle(25% at 0% 50%);
	opacity: 0;
	z-index: 1;
}
.shape6_wrap{
	top: 32em;
	left: 35em;
}
.shape6{
	width: 45em;
	height: 45em;
	border-radius: 50%;
	opacity: 0.1;
}
.text1{
	font-size: 60em;
	opacity: 0;
}
@media screen and (max-width: 568px) {
	.text1{
		transform: scale(0.8);
	}
}
.text2{
	font-size: 6em;
	opacity: 0;
}
.text3{
	font-size: 6em;
	opacity: 0;
}

.text4{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	color: #000;
	top: 50em;
	left: 3em;
	opacity: 0;
}
.hitter_text1{
	font-size: 14em;
	font-weight: 700;
	line-height: 125px;
	text-align: center;
	opacity: 0;
}
.hitter_text2{
	font-size: 40em;
	font-family: 'BebasNeue';
	text-align: center;
	left: -7em;
}
.hitter_text3{
	font-size: 14em;
	font-weight: 700;
	line-height: 125px;
	text-align: center;
	opacity: 0;
}
@media screen and (max-width: 568px) {
	.hitter_text1{
		left: 4.3em;
	}
	.hitter_text2{
		top: 0.2em;
		left: -6em;
	}
	.hitter_text3{
		top: 4em;
		left: 3.1em;
	}
}

