/**
 * サイト共通コピーライト（全ページ）
 *
 * 固定 CTA 分の下余白は .depost-fixed-cta__spacer が担うため、ここでは二重に取らない。
 */

/* ページ種別ごとの表面色（背景帯のずれ防止） */
body.home,
body.depost-is-front {
	--depost-page-surface-bg: #fdfbf4;
}

body.depost-is-b2b-hub {
	--depost-page-surface-bg: #fdfbf4;
}

body.depost-is-info-page {
	--depost-page-surface-bg: var(--info-bg, #f7f8fb);
}

body.depost-is-carshop-support {
	--depost-page-surface-bg: var(--dc-bg-page, #f5f4f1);
}

body.depost-lp {
	--depost-page-surface-bg: var(--depost-lp-bg, #f6f7f9);
}

body.depost-lp-area.depost-lp-shell {
	--depost-page-surface-bg: #fff;
}

.depost-site-copyright {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: clamp(12px, 2.4vw, 18px) clamp(16px, 4vw, 24px);
	background-color: var(--depost-page-surface-bg, #f7f8fb);
	border-top: 1px solid color-mix(in srgb, var(--depost-page-surface-bg, #f7f8fb) 70%, #c5cad4);
	text-align: center;
}

.depost-site-copyright__text {
	margin: 0;
	font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
	font-size: clamp(0.75rem, 0.2vw + 0.68rem, 0.8125rem);
	font-weight: 600;
	line-height: 1.65;
	color: #5b6478;
	letter-spacing: 0.02em;
}

/* 本文末尾（#main_contents 内・マップがない／マップ以降にコンテンツがあるページ） */
.depost-site-copyright--content-end {
	margin-top: 0;
}

/* マップ直下（ページ末尾のマップブロック内） */
.depost-site-copyright--after-map,
.depost-site-copyright--below-map {
	background-color: transparent;
	border-top: none;
	margin: clamp(1rem, 3vw, 1.5rem) 0 0;
	padding: 0 clamp(16px, 4vw, 24px) clamp(0.25rem, 1vw, 0.5rem);
	text-align: center;
}

.depost-site-copyright--after-map .depost-site-copyright__text,
.depost-site-copyright--below-map .depost-site-copyright__text {
	color: #5b6478;
}

/* TOP 会社情報セクション */
.depost-section--company .depost-site-copyright--after-map,
.depost-section--company .depost-site-copyright--below-map {
	margin-top: clamp(0.85rem, 2.5vw, 1.25rem);
}

/* Carshop 会社情報 */
.depost-company .depost-site-copyright--after-map,
.depost-company .depost-site-copyright--below-map {
	margin-top: clamp(0.85rem, 2.5vw, 1.25rem);
}

/* 会社情報・情報系ページ */
.depost-info .depost-site-copyright--after-map,
.depost-info .depost-site-copyright--below-map {
	margin-top: clamp(1rem, 2.8vw, 1.35rem);
}
