@charset "UTF-8";
/* 404.css */

#sec_error .bg_wrap {
	position: relative;
	z-index: 1;
}
#sec_error .bg_wrap:before {
	content: "";
	width:  100%;
	height: 100%;
	position: absolute;
	top:  0;
	left: 0;
	background-image: url(../../img/404-coming/deco_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	pointer-events: none;
}
.wrap.notfound_cont {
	position: relative;
	padding-top: min(17.57vw,200px);
	z-index: 3;
}
h1 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: .75em;
}
h1 img {
	width: 100%;
	height: 1em;
	display: inline-block;
	object-fit: contain;
	object-position: center;
}
h1 + p {
	text-align: center;
	font-weight: 500;
	line-height: 2;
}
.notfound_cont .btn {
	text-align: center;
}



@media screen and (max-width:768px) {
	#sec_error .bg_wrap:before {
		background-image: url(../../img/404-coming/deco_sp.png);
	}
	h1 {
		font-size: 20px;
		margin-bottom: 1em;
	}
	.wrap.notfound_cont {
		padding-top: 150px;
	}
}