/** ■フッター（.footerCkqJ）
࿐༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶༄ */
.footerCkqJ {
	position: sticky;
	top: min(100dvh, 100vh);
	width: 100%;
	background: var(--c-tertiary, hsl(215, 100%, 93%));
}

/* CSS変数 @SP */
@media screen and (max-width: 743.9px) {
	.footerCkqJ {
		--v80vw_sp: 80vw;
	}
}




/* ❀基本設定
────────────── ༚༶⊰⟡⊱༶༚༺ */
/* ❀文字設定
────────────── ༚༶⊰⟡⊱༶༚༺ */
.footerCkqJ p {
	max-width: 100%;
	line-height: 1.66;
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: clamp(0.875rem, calc(0.875rem + ((1vw - 0.225rem) * 0.1563)), 0.9375rem);
	font-weight: var(--fw-base, 400);
}

/* 見出し（h1, h2, h3, h4, h5, h6） */
.footerCkqJ :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	display: block;
	z-index: 10;
	width: 100%;
	max-width: 100%;
}

/* 見出し画像 */
.footerCkqJ :is(h1, h2, h3, h4, h5, h6):has(>img) {
	width: auto;
}

.footerCkqJ :is(h1, h2, h3, h4, h5, h6)>img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}





/* ❖Component
༻❧⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶☙༺ */
/* ❖Layout
༻❧⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶☙༺ */
/*༻༻.baresi（余白：footer上）༺༺*/
.spacer-baresi:has(~.footerCkqJ) {
	display: block;
	width: 100%;
	height: 0pc;
}

/*༻༻.portiere（余白：footer下）༺༺*/
@media screen and (max-width: 743.9px) {
	.spacer-portiere:is(.footerCkqJ~*) {
		display: block;
		width: 100%;
		height: 70px;
	}
}

/* Zone, Lane（区画：縦方向、横方向） */
.footerCkqJ .footer__topzone,
.footerCkqJ .footer__middlezone,
.footerCkqJ .footer__bottomzone {
	max-width: var(--v80vw_sp, 92.5vw);
	margin-inline: auto;
}

.footerCkqJ .footer__leftlane,
.footerCkqJ .footer__centerlane,
.footerCkqJ .footer__rightlane {
	width: 100%;
}




/* .footer__topzone
────────────── ༚༶⊰⟡⊱༶༚༺ */
.footerCkqJ .footer__topzone {
	/* padding  上  横  下 */
	padding: calc(var(--⅝fem) * 3) 0px calc(var(--⅝fem) * 0);
}




/* .footer__middlezone
────────────── ༚༶⊰⟡⊱༶༚༺ */
.footerCkqJ .footer__middlezone {
	align-items: end;
	column-gap: 8rem;
	margin-top: -3rem;
	padding-block: 0;
}

.footerCkqJ .footer__middlezone .footer-brand2 img {
	width: min(20rem, 100%);
}

/* Lane（区画：横方向） @SP */
@media screen and (max-width: 743.9px) {
	.footerCkqJ .footer__rightlane {
		margin-top: 2pc;
	}
}

/* Lane（区画：横方向） @PC */
@media print,
screen and (min-width: 744px) {
	.footerCkqJ .footer__leftlane {
		width: 37rem;
	}

	.footerCkqJ .footer__rightlane {
		flex-grow: 1;
		width: min-content;
	}
}




/* .footer__bottomzone
────────────── ༚༶⊰⟡⊱༶༚༺ */
.footerCkqJ .footer__bottomzone {
	/* padding: 上  横  下 */
	padding: 2.5rem 0px 2.5rem;
}

.footerCkqJ .footer__bottomzone .copyright {
	display: block;
	width: 100%;
}




/* .footmenu
────────────── ༚༶⊰⟡⊱༶༚༺ */
.menu[class*="footmenu"] {
	position: relative;
	top: 0.5rem;
}

.menu[class*="footmenu"] li {
	display: grid;
	transition: 0.5s grid-template ease;
	line-height: 1.66;
	font-size: clamp(1rem, calc(1rem + ((1vw - 3.6px) * 0.4688)), 1.1875rem);
	white-space: nowrap;
}

.menu[class*="footmenu"] li a {
	position: relative;
	width: 100%;
}

/* overflow: hidden */
.menu[class*="footmenu"] li,
.menu[class*="footmenu"] li a,
.menu[class*="footmenu"] li .sub-menu {
	overflow: hidden;
}

.menu[class*="footmenu"]>li>a {
	height: max-content;
	margin-bottom: 0.15rem;
}

/* .sub-menu */
.menu[class*="footmenu"] .sub-menu {
	display: grid;
}

.menu[class*="footmenu"]>li>a>i:not(.submenu-opener)::before {
	position: relative;
	top: -0.1em;
	display: inline-flex;
	place-content: center;
	place-items: center;
	width: 1em;
	height: 1em;
	font-size: 83.3%;
	content: "▶";
	margin-right: 0.3em;
}

.menu[class*="footmenu"] .sub-menu>li>a>i:not(.submenu-opener)::before {
	position: relative;
	top: 0px;
	display: inline-flex;
	place-content: center;
	place-items: center;
	width: 1em;
	height: 1em;
	font-size: 83.3%;
	content: "・";
}