/*===============================================================================
ヘッダーロゴ
================================================================================*/

#header .l-header__logo,
#fix_header .l-fixHeader__logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0 0 0 var(--header-side-gap);
}
@media (min-width: 960px) {
	#header .l-header__inner,
	#fix_header .l-fixHeader__inner {
		flex-wrap: wrap;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	#header .l-header__logo,
	#fix_header .l-fixHeader__logo {
		padding: var(--header-vertical-gap) var(--header-side-gap);
	}
}

:is(#header, #fix_header) .c-headLogo__link {
	padding: 0;
	font-family: var(--ff-m);
	font-size: clamp(1.25rem, 1.14vw + .97rem, 2rem);
}

/*===============================
* CTAボタン
* =================================*/
:is(#header, #fix_header, #sp_menu) .header-cta .c-btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: .45em;
	max-width: 20rem;
	width: 20rem;
	padding: .9em;
	font-size: 1.125rem;
}
:is(#sp_menu) .header-cta .c-btn {
	display: inline-flex;
	margin-bottom: var(--g-sec--lg);
}
@media (min-width: 960px) {
	:is(#header, #fix_header) .header-cta .c-btn {
		display: inline-flex;
	}
}

:is(#header, #fix_header, #sp_menu) .header-cta .c-btn svg {
	width: .9em;
}
.header-cta {
	text-align: center;
}


/*===============================================================================
グロナビ
================================================================================*/
:is(#header, #fix_header) .c-gnavWrap {
	width: 100%;
	margin: 0;
}

:is(#header, #fix_header) .c-gnav {
	justify-content: center;
	background: var(--c-light);
}

/* 右線 */
:is(#header, #fix_header) .menu-item:not(:last-of-type) {
	position: relative;
}

:is(#header, #fix_header) .c-gnav .menu-item:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 1.5rem;
	background: #DFDFDF;
}

/* クリック範囲 */
:is(#header, #fix_header) .c-gnav .menu-item>a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	padding: 1.25rem clamp(1rem, -2rem + 5vw, 2.5rem);
	line-height: var(--lh-md);
	color: var(--c-blue-dark);
	font-size: 1.125rem;
}

/* 装飾テキスト */
:is(#header, #fix_header) .c-gnav .menu-item>a[title]::before {
	content: attr(title);
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: .75rem;
}

:is(#header, #fix_header) .ttl {
	font-size: 1em;
	font-weight: var(--fw-lg);
}

/*===============================================================================
ハンバーガーメニューの設定
================================================================================*/
.l-header__customBtn {
	display: none;
}
.l-header__menuBtn {
	width: 100%;
	max-width: var(--logo-size);
	height: var(--logo-size);
}
.c-iconBtn {
	background: var(--c-act01);
	max-width: var(--logo-size);
}

.c-iconBtn__icon {
	font-size: 2.25rem;
}
.c-iconBtn__label {
	font-size: .75rem;
	font-weight: var(--fw-lg);
	-webkit-transform: unset;
	transform: unset;
}

/*===============================================================================
ハンバーガーメニュー内のタイトル＆ハンバーガーメニュー設定
================================================================================*/
/*===============================
背景色部分 幅の変更
* =================================*/
[data-spmenu="closed"] #sp_menu .p-spMenu__inner{
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}
#sp_menu .p-spMenu__inner{
	padding-top: unset;
	width: 100vw;
}
/*===============================
ハンバーガーメニューが開いている時はｽｸﾛｰﾙ禁止
* =================================*/
[data-spmenu="opened"] body{
	height: 100%;
	overflow: hidden;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 2rem;
	color: var(--c-light);
	display: inline-flex;
    flex-direction: column;
	align-items: center;
	line-height: 1.25;
}
.icon-close-thin:before {
	transform: scaleX(1.5);
}
.p-spMenu__closeBtn {
	position: relative;
	height: var(--logo-size);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: var(--header-side-gap);
	background: var(--c-main);
}
.p-spMenu__closeBtn::before {
	content: "";
	height: var(--logo_size_sp);
	aspect-ratio: 2560 / 506;
	background-image: url(/wp-content/uploads/0fcc92ccc78a186ecef41eba4d4425cc-scaled.png);
	background-size: contain;
}

.icon-close-thin::after {
	content: "MENU";
    color: var(--c-light);
    font-size: .75rem;
    font-weight: var(--fw-lg);
    font-style: normal;
}

/*===============================================================================
ハンバーガーメニュー内のメニュー設定
================================================================================*/
.p-spMenu__body {
	overflow-x: hidden;
	padding: var(--g-sec--sm) 4vw 10vw;
}
.c-listMenu {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.c-listMenu>li {
	position: relative;
	padding-bottom: 1.25rem;
	border-bottom: 1px dotted var(--c-blue-normal);
}
.c-listMenu>li::before {
	position: absolute;
	content: "";
	width: .75rem;
	height: .75rem;
	background: var(--c-act01);
	border-radius: 100px;
	top: .375rem;
}
.c-listMenu>li>a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-left: 1.25rem;
	font-weight: var(--fw-md);
	transition: var(--ani-t--normal) ease-out;
	color: var(--c-blue-dark);
	padding: unset;
}
.c-listMenu>li>a::before {
	content: attr(title);
	color: var(--c-blue-dark);
	line-height: 100%;
	font-size: 1.5rem;
	font-weight: var(--fw-lg);
}
.c-listMenu>li>a:is(:hover, :focus) {
	opacity: .7;
}

/* サブメニュー */
.c-listMenu .sub-menu {
	margin-top: 1rem;
	margin-left: 1.25rem;
}
.c-listMenu .sub-menu>li:not(:last-of-type) {
	margin-bottom: 1rem;
}
.c-listMenu .sub-menu>li>a {
	position: relative;
	display: block;
	font-size: 1rem;
	padding-left: .75rem;
	color: var(--c-blue-dark);
}
.c-listMenu .sub-menu>li>a::before {
	position: absolute;
	content: "";
	width: .5rem;
	height: 1px;
	background: var(--c-blue-dark);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}



/* 既存スタイル */
.c-widget__title.-spmenu {
	display: none;
}
.p-spMenu__nav {
	margin-top: unset;
	padding-bottom: unset;
	margin-bottom: 1rem;
}
.c-listMenu a:before {
	display: unset;
	position: unset;
	-webkit-transform: unset;
	transform: unset;
	vertical-align: unset;
}
.c-spnav a {
	border-bottom: unset;
	padding: unset;
}
.c-listMenu a {
	border-bottom: unset;
	line-height: unset;
	padding: unset;
}
.c-spnav .sub-menu a {
	font-size: unset;
	padding-left: unset;
}
.c-listMenu a:hover {
	padding-left: unset;
	padding-right: unset;
	background-color: unset;
}
.p-spMenu a {
	color: var(--c-light);
}
.p-spMenu__bottom {
	margin-top: unset;
}
.c-listMenu .sub-menu a:hover {
	padding-left: .75rem;
	opacity: .7;
}