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

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

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

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




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

.header-landing4itN {
	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;
}

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




/* ❀文字設定
────────────── ༚༶⊰⟡⊱༶༚༺ */
.header-landing4itN 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);
}

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




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




/* ❖Layout
༻❧⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶☙༺ */

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

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




/* .header__topzone
────────────── ༚༶⊰⟡⊱༶༚༺ */
.header-landing4itN .header__topzone {
	flex-grow: 1;
	width: 100%;
	height: stretch;
}




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

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

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

/* @media (PC) */
@media print, screen and (min-width: 744px) {
/* .header-brand */
:is(.header-landing4itN, .header-print) .header-brand {
	flex-direction: column;
}
}

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

:is(.header-landing4itN, .header-print) .header-title {
	font-size: clamp(0.7750rem, calc(0.7750rem + ((1vw - 3.6px) * 0.1563)), 0.9375rem);
	font-variation-settings: 'wght' 600;
	font-weight: 600;
	white-space: nowrap;
}

/* @media (SP) */
@media screen and (max-width: 743.9px) {
:is(.header-landing4itN, .header-print) .header-title {
	margin-top: 0.25pc;
}
}


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

.header-landing4itN .header__centerlane .menu.headmenu1lp {
	display: table;
	border-right: 1px solid var(--border-color, hsl(224, 6%, 74%));
}

.header-landing4itN .header__centerlane .menu.headmenu1lp li {
	display: table-cell;
	width: 9rem;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	border-left: 1px solid var(--border-color, hsl(224, 6%, 74%));
}


/* .header__rightlane --------------- */
.header-landing4itN .header__rightlane {
	display: flex;
	align-items: center;
	width: 6.5rem;
}





/* .header__bottomzone
────────────── ༚༶⊰⟡⊱༶༚༺ */
.header-landing4itN .header__bottomzone {
	flex-grow: 1;
	width: 100%;
	height: stretch;
}

/* .menu */
.header-landing4itN .header__bottomzone .menu {
	display: table;
	table-layout: fixed;
}

.header-landing4itN .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));
}

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

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

/* current & hover */
.header-landing4itN .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-base-a0\.7, hsla(233, 6%, 13%, 0.7));
	/* アニメーション設定 */
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	pointer-events: none;
}

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




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

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