@charset "utf-8";
.comming-soon{
	height: auto;
	min-height: 100vh;
	padding: 40px 20px;
	text-align: center;
}

.comming-soon .main-img{
	margin: 0 auto 30px;
	max-width: 880px;
	position: relative;
	z-index: 2;
}

.comming-soon .main-img img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.comming-soon .main-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 10px 10px #111111;
	z-index: 1;
}

.comming-soon h1{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.comming-soon p{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
}

.comming-soon .footer{
	border-top: 1px solid #ffffff;
	max-width: 1100px;
	margin: 30px auto 0;
	padding: 30px 0 10px;
}

.comming-soon .footer p{
	font-size: 12px;
}

.comming-soon .footer p .pc{
	display: inline;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.comming-soon {
		padding: 20px;
	}
	
	.comming-soon .main-img {
		margin: 0 -20px 20px;
	}
	
	.comming-soon h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.comming-soon p {
		font-size: 12px;
		text-align: left;
		margin: 0 auto;
		display: table;
	}

	.comming-soon .footer p .pc{
		display: none;
	}


}