/** ■headerCkqJ（2row__3col）
࿐༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶༄ */
/* Adjuster
────────────── ༚༶⊰⟡⊱༶༚༺ */
:root {
	--header-height: 4rem;
	--anchor: var(--header-height);
}

/* @PC */
@media print,
screen and (min-width: 744px) {
	:root {
		--header-height: 6rem;
		--anchor: var(--header-height);
	}
}

/* アンカーリンク位置調整 */
[anchor] {
	margin-top: calc(var(--anchor) * -1);
	padding-top: var(--anchor);
}

/* vanti（余白調整：header裏） */
.spacer-vanti {
	height: var(--header-height);
}




/* .header
────────────── ༚༶⊰⟡⊱༶༚༺ */
/* アニメーションキーフレーム定義 */
@keyframes headerIn {
	100% {
		opacity: 1;
	}
}

.headerCkqJ {
	position: fixed;
	z-index: 500;
	top: 0;
	/* Flex */
	display: flex;
	flex-direction: column;
	width: 100%;
	height: var(--header-height);
	transition: all 0.5s ease-out;
	opacity: 0;
	/* anime : name | duration | easing | delay */
	animation: headerIn 1s ease-out 0.5s;
	animation-fill-mode: forwards;
	/* .is-glassed（グラスモーフィズム） */
	background: hsla(224, 6%, 100%, 0.85);
	-webkit-backdrop-filter: blur(4px) saturate(180%);
	backdrop-filter: blur(4px) saturate(180%);
	border: 1px solid hsla(224, 6%, 100%, 0.2);
	box-shadow:
		inset 0 1px 0 0 hsla(224, 6%, 100%, 0.15),
		0 4px 16px 0 hsla(224, 6%, 0%, 0.1),
		hsla(224, 6%, 0%, 0.05) 0px calc(var(--⅝fem) * 0.375) calc(var(--⅝fem) * 1.5) 0px,
		hsla(224, 6%, 0%, 0.08) 0px 0px 0px calc(var(--⅝fem) * 0.0625);
	color: unset;
}

/* @PC */
@media print,
screen and (min-width: 744px) {
	.headerCkqJ {
		margin-bottom: calc(var(--header-height) * -1);
	}
}




/* ❀文字設定
────────────── ༚༶⊰⟡⊱༶༚༺ */
.headerCkqJ p {
	display: block;
	max-width: 100%;
	line-height: 1.88;
	letter-spacing: clamp(0.01em, calc(0.01em + ((1vw - 0.225em) * 0.05)), 0.03em);
	font-size: var(--fz-ss);
}

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




/* ❖Component
༻❧⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶☙༺ */
/* Icon（Material Symbols） */
.headerCkqJ .icon {
	font-weight: 200;
}




/* ❖Layout
༻❧⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶☙༺ */
/* .heaven（ヘッダーの上）
────────────── ༚༶⊰⟡⊱༶༚༺ */
.heavenCkqJ {
	position: relative;
	z-index: 600;
	background: var(--c-primary-pale-75, hsl(224, 62%, 96%));
}




/* .header__interior ---------------- */
.headerCkqJ .header__interior {
	width: 100%;
	height: 100%;
}

/* @PC */
@media print,
screen and (min-width: 744px) {
	.headerCkqJ .header__interior {
		padding-left: 1.5rem;
	}
}




/* .header__topzone ----------------- */
.headerCkqJ .header__topzone {
	flex-grow: 1;
	width: 100%;
	height: stretch;
}




/* .header__leftlane ---------------- */
.headerCkqJ .header__leftlane {
	display: flex;
	align-items: center;
}

/* @PC */
@media print,
screen and (min-width: 744px) {
	.headerCkqJ .header__leftlane {
		flex-direction: column;
		align-items: start;
	}
}

/* .header-brand */
:is(.headerCkqJ, .header-print) .header-brand {
	display: inline-flex;
	align-items: center;
	height: 100%;
	/* padding: 上  右  下  左 */
	padding: calc(var(--⅝fem) * 0.5) calc(var(--⅝fem) * 0.5) 0.5em calc(var(--⅝fem) * 1);
}

:is(.headerCkqJ, .header-print) .header-brand img {
	position: relative;
	width: calc(var(--¾fem) * 9.25);
	margin-right: 0.5rem;
	object-fit: contain;
}

:is(.headerCkqJ, .header-print) .header-title {
	font-size: clamp(0.75rem, calc(0.75rem + ((1vw - 0.225rem) * 0.4688)), 0.9375rem);
	font-variation-settings: 'wght' 400;
	font-weight: 400;
	white-space: nowrap;
}


/* .header__centerlane ---------------- */
.headerCkqJ .header__centerlane {
	/* Flex */
	display: flex;
	justify-content: end;
	align-items: center;
	flex-grow: 1;
	width: min-content;
	padding-right: 2rem;
}

.headerCkqJ .header__centerlane .menu.headmenu2 li {
	line-height: 1.77;
	font-size: 0.8125rem;
	white-space: nowrap;
}


/* .header__rightlane --------------- */
.headerCkqJ .header__rightlane {
	display: flex;
	align-items: center;
}





/* .header__bottomzone
────────────── ༚༶⊰⟡⊱༶༚༺ */
/* .menu */
.headerCkqJ .header__bottomzone .menu {
	display: table;
	table-layout: fixed;
}

.headerCkqJ .header__bottomzone .menu>li {
	display: table-cell;
	letter-spacing: 0.09em;
	font-size: clamp(0.9750rem, calc(0.9750rem + ((1vw - 0.225rem) * 0.3750)), 1.1250rem);
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	transition: all 0.5s ease-out;
	border-left: 1px solid var(--c-gray-a0\.3, hsla(224, 6%, 50%, 0.3));
}

.headerCkqJ .header__bottomzone .menu>li:last-of-type {
	border-right: 1px solid var(--c-gray-a0\.3, hsla(224, 6%, 50%, 0.3));
}

.headerCkqJ .header__bottomzone .menu>li .menu-link {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* current & hover */
.headerCkqJ .header__bottomzone .menu>li .menu-link::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 66.6%;
	height: 1px;
	background: var(--c-text-a0\.7, hsla(233, 6%, 13%, 0.7));
	/* アニメーション設定 */
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	pointer-events: none;
}

/* hover & current で線を表示 */
.headerCkqJ .header__bottomzone .menu>li .menu-link:hover::after,
.headerCkqJ .header__bottomzone .menu>li.current_page_item .menu-link::after {
	transform: scaleX(1);
}




/* 非表示 @SP */
@media screen and (max-width: 743.9px) {
	.zaratan .headerCkqJ .d-none_sp {
		display: none;
	}
}

/* 非表示 @PC */
@media print,
screen and (min-width: 744px) {
	.zaratan .headerCkqJ .d-none_pc {
		display: none;
	}
}