@charset "utf-8";
    
/* ローディング */
#loading {
	display: none;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 40%;
	left: 0;
	text-align: center;
}
#loading p {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 10px;
}
#loadingOverlay {
	display: none;
	z-index: 99998;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.6;
}


