@charset "utf-8";
/* CSS Document */

.comingsoon:before {
	content: '現在募集はございません。';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
    z-index: 1;
    font-size: 68px;
    text-align: center;
    padding-top: 20%;
    font-weight: bold;
    color: #d6112e;
}

@media screen and (max-width:1024px) {
	.comingsoon:before {
		font-size: 64px;
	}
}
@media screen and (max-width:768px) {
	.comingsoon:before {
		font-size: 54px;
	}
}
@media screen and (max-width:480px) {
	.comingsoon:before {
		font-size: 24px;
		padding-top: 50%;
	}
}