/** ■header-afterUc7F（2row__3col）
***************************************/
/* リンクジャンプ位置の調整 */
html {
	scroll-padding-top: 3.75pc;
}

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


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

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




/* Layout
====================================== */
/* .header */
.headerUc7F {
position: absolute;
z-index: 500;
top: 0;
width: 100%;
height: auto;
/* background: hsla(0, 0%, 100%, 0.85); */
transition: all 1s ease-out;
border-bottom: 1px solid hsla(0, 0%, 74%, 1);
}

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

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




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

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

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

:is(.headerUc7F, .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 */
.headerUc7F .header__centfielder {
/* Flex */
display: flex;
align-items: center;
flex-grow: 1;
width: min-content;
/* padding: 左  右 */
padding-inline: 2rem 2rem;
}




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

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