@charset "utf-8";
/* CSS Document */
#loading {
	position: fixed;
	top: 45%;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3",  sans-serif;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 99999;
}

