/** ■header4vnA（2row__3col）
***************************************/
/* Adjuster
-------------------------------------- */
:root {
	--header-incrown-height: 4rem;
	--header-height: calc(var(--header-incrown-height));
	--anchor: var(--header-height);
}

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




/* .header
-------------------------------------- */
/* アニメーションキーフレーム定義 */
@keyframes headerIn {
	100% {
		opacity: 1;
	}
}

.header4vnA {
	position: sticky;
	z-index: 500;
	top: 0;
	/* Flex */
	display: flex;
	flex-direction: column;
	width: 100%;
	height: var(--header-height);
	transition: all 1s ease-out;
	box-shadow: rgba(0, 0, 0, 0.05) 0rem calc(var(--⅝fem) * 0.375) calc(var(--⅝fem) * 1.5) 0rem, rgba(0, 0, 0, 0.08) 0rem 0rem 0rem calc(var(--⅝fem) * 0.0625);
	opacity: 0;
	/* anime : name | duration | easing | delay */
	animation: headerIn 1s ease-out 0.5s;
	animation-fill-mode: forwards;
	color: #FFF;
}




/* Paragraph（文字設定）
-------------------------------------- */
/* ゴシック体 */
.header4vnA :lang(en-GP),
.header4vnA :is(h1, h2, h3, h4, h5, h6):lang(en-GP) {
	font-family: "YakuHanJP", "Overused Grotesk", var(--ff-gothic);
	font-variation-settings: 'wght' 500;
	font-weight: 500;
}

.header4vnA 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: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
}

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




/* Conpornent
====================================== */
/* Icon */
.header .icon {
	color: var(--c-base-100, hsl(223, 6%, 93%));
}




/* Layout
====================================== */
/* .heaven（ヘッダーの上）
-------------------------------------- */
.heaven4vnA {
	position: relative;
	background: var(--c-text-800, hsl(223, 6%, 23%));
	color: var(--c-secondary-400, hsl(223, 45%, 63%));
	border-bottom: 1px solid var(--c-base-a0\.7, hsla(233, 6%, 100%, 0.7));
}




/* .header__incrown
-------------------------------------- */
.header4vnA .header__incrown {
	position: relative;
	width: 100%;
	height: var(--header-incrown-height);
}

.header4vnA .header__incrown::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--c-primary-deep, hsl(223, 99%, 14%));
	opacity: 0.71;
}


/* .header__leftlane ---------------- */
/* .header-brand */
:is(.header4vnA, .header-print) .header-brand {
	position: relative;
	top: -2.0625rem;
	display: inline-table;
	align-items: center;
	width: calc(var(--½fem) * 17.5);
	height: 100%;
	/* padding: 上  右  下  左 */
	padding: 0.5em calc(var(--⅝fem) * 0.5) 0.5em calc(var(--⅝fem) * 1);
}

/* （PC） */
@media print,
screen and (min-width: 744px) {
	:is(.header4vnA, .header-print) .header-brand {
		left: 2.0625rem;
	}
}

:is(.header4vnA, .header-print) .header-brand img {
	position: relative;
	width: calc(var(--½fem) * 17.5);
	margin-right: 0.5rem;
	object-fit: contain;
	filter: invert(0.99);
	mix-blend-mode: exclusion;
	transition: all 0.5s ease-out;
}

:is(.header4vnA, .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;
}

/* .is-rolldown */
.header4vnA:is(.is-rolldown, .diverth-1) .header-brand img {
	top: 2rem;
	width: calc(var(--½fem) * 12);
	mix-blend-mode: overlay;
}




/* .header__centerlane ---------------- */
.header4vnA .header__centerlane {
	/* Flex */
	display: flex;
	justify-content: end;
	align-items: center;
	flex-grow: 1;
	width: min-content;
}

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


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




/* .header__inmuzzle
-------------------------------------- */
.header4vnA .header__inmuzzle {
	position: relative;
	width: 100%;
	height: var(--header-inmuzzle-height);
	transition: all 0.3s ease-out;
	color: #FFF;
}

.header4vnA .header__inmuzzle::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--c-primary-deep, hsl(223, 99%, 14%));
	opacity: 0.71;
}




/* .header__centerlane
-------------------------------------- */
/* .menu */
.header4vnA .header__centerlane .menu {
  width: 100%;
  display: table;
}

.header4vnA .header__centerlane .menu>li {
  display: table-cell;
  width: auto;
  height: 2rem;
  /* padding: 横 */
  padding-inline: calc(var(--⅝fem) * 1);
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 0.9375rem;
  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(223, 6%, 50%, 0.3));
}

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

.header4vnA .header__centerlane .menu>li .menu-link {
  position: relative;
  width: 100%;
}

/* current & hover */
.header4vnA .header__centerlane .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%, 100%, 0.7));
  /* アニメーション設定 */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  pointer-events: none;
}

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





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

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