/** ■header-after4efA（2row__3col）
***************************************/
/* Adjuster
-------------------------------------- */
:root {
	--header-height: 4pc;
	--anchor: var(--header-height);
}

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

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

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

	#front .adj-hedr4efA-vantiA {
		height: calc(var(--header-height) - 3.5pc);
	}
}

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




/* .header
-------------------------------------- */
.header4efA {
	position: fixed;
	z-index: 500;
	top: 0;
	/* Flex */
	display: flex;
	flex-direction: column;
	width: 100%;
	height: var(--header-height);
	transition: all 1s ease-out;
	-webkit-filter: drop-shadow(1px 1px 4px hsla(233, 13%, 46%, 0.26));
	filter: drop-shadow(1px 1px 4px hsla(233, 13%, 46%, 0.26));
	/* anime : name | duration | easing | delay */
	animation: none 1s ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

/* アニメーションキーフレーム定義 */
@keyframes headerIn {
	100% {
		transform: translate(0);
		opacity: 1;
	}
}

/* @headerIn */
.header4efA {
	animation-name: headerIn;
}




/* 文字設定（p） */
.header4efA 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);
}

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




/* Conpornent
====================================== */
/* .relatived（absolute） */
.header4efA .relatived {
	position: relative;
}

.header4efA .relatived>[class*="pin-bottom"] {
	position: absolute;
	display: table;
	z-index: 10;
	bottom: -2.4pc;
	margin: auto;
}

.header4efA .relatived>.pin-bottomCenter {
	left: 0;
	right: 0;
}

.header4efA .c-white {
	fill: #FFF;
}




/* Layout
====================================== */
/* .header__incrown
-------------------------------------- */
.header4efA .header__incrown {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: var(--c-accent3, hsl(201, 62%, 28%));
	color: #FFF;
}

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

:is(.header4efA, .header-print) .header-brand img {
	height: 2pc;
	object-fit: contain;
	margin-right: calc(var(--⅝fem) * 1);
}

:is(.header4efA, .header-print) .header-title {
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.625)), 15px);
	font-variation-settings: 'wght' 600;
	font-weight: 600;
	margin-left: 1em;
}


/* （PC） */
@media print,
screen and (min-width: 744px) {
	:is(.header4efA, .header-print) .header-brand {
		flex-wrap: nowrap;
	}

	:is(.header4efA, .header-print) .header-brand img {
		height: 3.3pc;
	}
}


/* .header__centerlane */
.header4efA .header__centerlane {
	/* Flex */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	width: min-content;
	/* padding: 左  右 */
	padding-inline: calc(var(--⅝fem) * 1) calc(var(--⅝fem) * 1.5);
}

.header4efA .header__centerlane .headmenu2 {
	line-height: 1.66;
	font-size: 14px;
	font-size: clamp(13px, calc(13px + ((1vw - 3.6px) * 0.1563)), 14px);
	white-space: nowrap;
}


/* .header__rightlane */
.header4efA .header__rightlane {
	display: flex;
	align-items: center;
	padding-right: clamp(0pc, calc(0pc + ((1vw - 0.75pc) * 6.6667)), 1pc);
}




/* .header__inmuzzle
-------------------------------------- */
.header4efA .header__inmuzzle {
	width: 100%;
	height: 3.5pc;
	/* trans: property | duration | easing | delay */
	transition: all 0.3s ease;
	background: var(--c-accent3, hsl(201, 62%, 28%));
	color: #FFF;
}




/* ■headmenu1
-------------------------------------- */
/* .header-menu */
.header4efA .header__inmuzzle .menu-container {
	/* Flex */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	max-width: 92.5vw;
	height: 3.5pc;
}

/* .headmenu1 */
.header4efA .headmenu1 {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.header4efA .headmenu1 li {
	position: relative;
	display: table-cell;
	width: auto;
	height: 2pc;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.header4efA .headmenu1 li {
	border-left: 1px solid var(--c-white-a0\.3, hsla(223, 6%, 100%, 0.3));
}

.header4efA .headmenu1 li>a {
	width: 100%;
	height: 100%;
	display: inline-flex;
  place-content: center;
  place-items: center;
}

.header4efA .headmenu1 li:last-of-type {
	border-right: 1px solid var(--c-white-a0\.3, hsla(223, 6%, 100%, 0.3));
}

.header4efA .headmenu1 li:nth-of-type(8) {
	width: 10.5pc;
}

/* swiper */
:has(.swiper-slide-active.slide-darker):not(:has(.diverth-1)) .header4efA .headmenu1 li {
  color: #FFF;
  border-color: var(--c-gainsboro,	hsl(223, 6%, 84%));
}






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

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




/* #front（フロントページ）
-------------------------------------- */
#front .header4efA .header__inmuzzle {
  background: transparent;
  color: var(--c-text-700, hsl(223, 6%, 33%));
}

#front .header4efA.diverth-1 .header__inmuzzle {
  background: var(--c-accent3, hsl(201, 62%, 28%));
  color: #FFF;
}
