@charset "UTF-8";
.loading .welcome {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	width: calc(100% - 40px);
	z-index: 999999;
	font-size: 50px;
	line-height: 60px;
}
.loading video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: blur(1px) grayscale(25%);
	-o-filter: blur(1px) grayscale(25%);
	filter: blur(1px) grayscale(25%);
	min-width: 100%;
	min-height: 100%;
	opacity: .75;
}
@media screen and (max-width: 414px) {
	.loading .welcome {
		width: calc(100% - 20px);
		font-size: 26px;
		line-height: 32px;
	}
}