@charset "UTF-8";
/* ==========================================================================
   Object / Component / section-title
   ========================================================================== */
.c-label {
	display: block;
	font-family: var(--font-serif);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: var(--color-gold-deep);
	margin-bottom: 18px;
}
.c-label--center {
	text-align: center;
}

.c-heading {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: var(--color-heading);
}
.c-heading--center {
	text-align: center;
}
.c-heading--sm {
	font-size: clamp(22px, 2.4vw, 28px);
}

@media (max-width: 767px) {
	.c-label {
		font-size: 12px;
		margin-bottom: 12px;
	}
}
