/*========= Loading‚̀‚½‚ß‚̀CSS ===============*/

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#333;
	text-align:center;
	color:#fff;
	display: none;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo img {
	width:50vh;
	height: auto;
}