/** ■header-after4efA（2row__3col）
***************************************/
/* Adjuster
-----─────────────────── */
html {
	scroll-padding-top: 3.75pc;
}

/* vanti（余白調整：header裏） */
.adj-hedr4efA-vantiA {
	width: 100%;
	height: 3.75pc;
}


/* （PC） */
@media print,
screen and (min-width: 744px) {
	html {
		scroll-padding-top: 5pc;
	}

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




/* Layout
━━━━━━━━━━━━━━━━━━━ */
/* .header */
.header4efA {
	position: absolute;
	z-index: 500;
	top: 0;
	width: 100%;
	height: auto;
	/* background: hsla(0, 0%, 100%, 0.85); */
	transition: all 1s ease-out;
}

/* 文字設定（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%;
}




/* .header__incrown
-----─────────────────── */
.header4efA .header__incrown {
	width: calc(1280px + (50vw - 640px));
	max-width: 100%;
	height: calc(var(--¾fem) * 5);
}

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

:is(.header4efA, .header-print) .header-brand img {
	height: 3rem;
	width: auto;
}

: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;
}


/* .header__centfielder */
.header4efA .header__centfielder {
/* Flex */
display: flex;
align-items: center;
flex-grow: 1;
width: min-content;
/* padding: 左  右 */
padding-inline: 2rem 2rem;
}

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


/* .header__rightfielder */




/* .header__inmuzzle
-----─────────────────── */
.header4efA .header__inmuzzle {
	width: 100%;
	height: 3.5pc;
}

.header4efA .header__inmuzzle>.menu-container {
	width: 840px;
	max-width: 92.5vw;
}




/* ■headmenu1
-----─────────────────── */
/* .header-menu */
.header4efA .menu-container {
	/* Flex */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5rem;
}

/* .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;
}

.header4efA .headmenu1 li {
	border-left: 1px solid hsla(0, 0%, 79%, 1);
}

.header4efA .headmenu1 li:last-of-type {
	border-right: 1px solid hsla(0, 0%, 79%, 1);
}

.header4efA .headmenu1 li>a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	 color: #FFF;
}

.header4efA .headmenu1 li.is-disabled>a {
	pointer-events: none;
	color: hsla(0, 0%, 0%, 0.26);
}




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

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




/* .fallingGarden（降りてくる用ヘッダー）
━━━━━━━━━━━━━━━━━━━ */
.header4efA.fallingGarden {
position: fixed;
background: var(--c-white-a0\.85);
transform: translateY(-100%);
opacity: 0;
}

.header4efA.fallingGarden.is-rolldown {
transform: translateY(0%);
opacity: 1;
}


.header4efA.fallingGarden .headmenu1 li>a {
	color: var(--c-text, #2E2E2E);
}

/* （PC） */
@media print, screen and (min-width: 744px) {
  .header4efA.fallingGarden .header-brand img {
    height: 2rem;
    width: auto;
  }
}