@charset "utf-8";
#loading{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	z-index: 20000;
}
#loading img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	max-width: 120px;
}
#loading.nodisp{display: none;}