@charset "UTF-8";

/* ---------------------------------------
  準備中
-----------------------------------------*/
#sec_shutter {
	padding: 11rem 0 10rem;
}

#sec_shutter .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 1.75em;
}

@media screen and (max-width: 768px) {
	#sec_shutter {
		padding: 10rem 0;
		min-height: calc(100svh - 102.844rem);
	}

	#sec_shutter .ttl {
		font-size: 3rem;
	}
}