/* --------------------------------------
7/7以前 - ここから 
 -------------------------------------- */
#contact {
	position: relative;
}
#contact::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top:0;
	left: 0;
}

#contact::after {
	content: "完売しました";
	font-size: 0.36rem;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	top:7.00rem;
	left:50%;
	transform:translateX(-50%);
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	text-align: center;
	z-index: 101;
	display: inline-block;
	background-color: #C1272D;
	padding: 0.10rem 0.10rem 0.13rem;
	border-radius: 0.05rem;
}

@media screen and (max-width: 499px) {
#contact::after {
	font-size: 0.22rem;
	line-height: 1.55;
	top:6.00rem;
	width: 80%;
}
}

#contact form {
	opacity: 0.2;
}
/*  --------------------------------------
7/7以前 - ここまで
-------------------------------------- */