@charset "UTF-8";
*{
	font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6, strong{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

footer{
	display: none !important;
}
.loading{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
}
body #l-header{
	display: none !important;
}
@media screen and (min-width: 768px) {
	.loading img{
		width: 200px;
	}
	.loading p{
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.loading img{
		width: 120px;
	}
	.loading p{
		font-size: 10px;
	}
}

