@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/page_ttl_bg.webp) center center;
	background-size: cover;
	opacity: 0.8;
	z-index: -1;
}

