@charset "UTF-8";

@charset "UTF-8";

/* --Lv-- */
#lv {
	background: var(--i_grd3_color);
}

/* --top_ct-- */
#top_ct+section .heading.block_header_1 p {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-size: 8rem !important;
	background: var(--i_btn2_color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	padding: 0 5px;
}

@media screen and (max-width: 800px) {
	#top_ct+section .heading.block_header_1 p {
		font-size: 5rem !important;
	}
}

/* --コンタクトフォーム-- */
#entry+div>.content_wrapper {
	background: #fcecc7;
	padding: 100px 5%;
}

@media screen and (max-width: 800px) {
	#entry+div>.content_wrapper {
		padding: 80px 5%;
	}
}