/**
 * Peer Smile Child
 * Layout
 */

.ps-container {
	width: min(calc(100% - 56px), var(--ps-content-width));
	margin-inline: auto;
}

.ps-container--narrow {
	width: min(calc(100% - 56px), var(--ps-content-narrow));
	margin-inline: auto;
}

.ps-section {
	padding-block: var(--ps-space-7);
}

.site-main {
	min-height: 50vh;
}

.ps-section--placeholder {
	background: #fff;
	border-top: 1px solid var(--ps-color-border);
}

.ps-section-label {
	margin: 0 0 10px;
	color: var(--ps-color-primary);
	font-family: var(--ps-font-english);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ps-section-title {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.4;
}

.ps-section-note {
	margin-top: 16px;
	color: var(--ps-color-text-light);
}


/* v2.0.0 spacing rhythm */
.front-page > section:not(.front-hero):not(.front-kirameki) {
	scroll-margin-top: 84px;
}

@media (min-width: 1200px) {
	.ps-container {
		width: min(calc(100% - 72px), 1200px);
	}
}
