/* ■ヘッダー：
====================================== */
/* vanti（余白調整：ヘッダー裏） */
.adj-header4efA-vantiA {
	display: block;
	width: 100%;
	height: 5.75rem;
}

.header4efA {
	position: fixed;
	z-index: 500;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 5.75rem;
	background: hsla(0, 0%, 100%, 1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	box-shadow: 0 0 24px rgba(116, 132, 145, 0.05);
	transition: all 0.5s ease;
}

.header4efA::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: -4px;
	left: 0;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

.header4efA::after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: -4px;
	right: 0;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	background: rgb(170, 255, 240);
	background: radial-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
}

#js-arialGarden {
	position: fixed;
	transform: translateY(-100%);
	opacity: 0;
}

.header4efA .crnt-underlineInLeft,
.header4efA .hvr-underlineInLeft {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

.header4efA .crnt-underlineInLeft::before,
.header4efA .hvr-underlineInLeft::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 4px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.header4efA a.current_page_item .crnt-underlineInLeft::before,
.header4efA .crnt-underlineInLeft.current_page_item::before {
	right: 0;
	background-color: hsla(206, 0%, 74%, 0.7);
}

/* hover */
@media (any-hover: hover) {

	a:hover .hvr-underlineInLeft::before,
	.header4efA .hvr-underlineInLeft:hover::before {
		right: 0;
		background-color: hsla(206, 54%, 54%, 1);
	}
}

/* Icon Fade */
.header4efA .hvr-iconFade {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
}

.header4efA .hvr-iconFade path {
	transition: all 0.5s ease;
	transform: translateZ(0);
}

@media (any-hover: hover) {

	.header4efA a:hover .hvr-iconFade.icn-youtube path {
		opacity: 1;
		fill: #FF0000;
	}

	.header4efA a:hover .hvr-iconFade.icn-facebook path {
		opacity: 1;
		fill: #1877F2;
	}

	.header4efA a:hover .hvr-iconFade.icn-instagram path {
		opacity: 1;
		fill: #E4405F;
	}

	.header4efA a:hover .hvr-iconFade.icn-line path {
		opacity: 1;
		fill: #00C300;
	}
}

/* hover: sweepInUp */
.header4efA .hvr-sweepInUp {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.header4efA .hvr-sweepInUp:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: hsla(206, 54%, 54%, 1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.header4efA a:hover .hvr-sweepInUp,
.header4efA .hvr-sweepInUp:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* hover: filter */
.header4efA .hvr-fltGrayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.header4efA a:hover .hvr-fltGrayscale,
.header4efA .hvr-fltGrayscale:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.header4efA .hvr-fltWhiteNess {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.header4efA a:hover .hvr-fltWhiteNess,
.header4efA .hvr-fltWhiteNess:hover {
	color: #FFF;
	-webkit-filter: brightness(20);
	filter: brightness(20);
}

.header4efA .header__start {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.header4efA .brand {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 20rem;
	min-width: 20rem;
	max-width: none;
	padding: 1rem 1rem 1rem 1rem;
	object-fit: contain;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.header4efA .brand {
		padding-left: 3rem;
	}
}

.header4efA .header__midway {
	display: none;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.header4efA .header__midway {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding-left: 0.4vw;
		padding-left: 3.4vw;
	}
}

.header4efA .header__midway__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.header4efA .header__midway__top {
		display: none;
	}
}

.header4efA .header__midway strong {
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-size: 19px;
	font-size: clamp(16px, calc(16px + ((1vw - 3.6px) * 0.4688)), 19px);
	min-height: 0vw;
	font-weight: 700;
	margin-left: 1.2rem;
	padding-top: 10px;
}

.header4efA .icon-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.header4efA .icon-list {
		display: none;
	}
}

.header4efA .icon-list li {
	margin-right: 0.9rem;
}

.header4efA .icon-list li.icon-last-item {
	margin-right: 1.2em;
}

.header4efA .header__midway__bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}

.header4efA .header__end {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
  margin-left: 1rem;
	margin-right: 1rem;
}

.header4efA .header__end .menu {
	display: flex;
	align-items: center;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.header4efA .header__end .menu {
		display: none;
	}
}

.header4efA .header__end .menu li {
	position: relative;
	display: table;
	width: 8em;
	height: 50px;
	font-size: 16px;
	min-height: 0vw;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

.header4efA .header__end .menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	padding: 4px 0px 4px;
	overflow: hidden;
}

/* Imecon（image） */
.header4efA .imacon {
	display: inline-flex;
	position: relative;
	align-items: center;
	margin-right: 0.5em;
}

.header4efA .imacon::before {
	margin: auto;
	width: 1em;
	height: 1em;
	font-size: 1.75em;
	line-height: 1.02;
	text-align: center;
	transition: all .3s ease;
	background: no-repeat 50% 50%;
	background-size: contain;
}

.header4efA .imacon.icn-inquiry::before {
	content: "";
	background-image: url('../../commons/img/icon/icn-inquiry_b.svg');
}

@media (any-hover: hover) {
	.header4efA  a[href]:is(:hover, :focus) .imacon {
		opacity: 0.7;
		filter: brightness(1);
	}
}

/* .search */
.header4efA .search-toggle {
	appearance: none;
	font-size: 0;
	width: 34px;
	height: 34px;
	background: url("https://icongr.am/material/magnify.svg?size=34&color=666666") no-repeat 50% 50%;
	margin-left: auto;
	margin-right: 1rem;
}

.header4efA .search-toggle.active {
	background: url("https://icongr.am/material/close.svg?size=34&color=FFFFFF") no-repeat 50% 50%;
	position: absolute;
	z-index: 1;
	bottom: -42px;
	right: 0px;
	margin: auto;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.header4efA .search-toggle.active {
		bottom: -78px;
		right: -4rem;
	}
}

.header4efA .search4efA {
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 0;
}

.header4efA .search-form {
	height: 0;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.header4efA .search-form.active {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background: hsla(220, 6%, 24%, 0.7);
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.header4efA .search-form.active {
		justify-content: flex-start;
		padding-right: 4.5rem;
		padding-left: 5vw;
	}
}

.header4efA .search-form .input[type=search] {
	width: 800px;
	min-width: 200px;
	max-width: calc(90vw - 9.5rem);
	appearance: none;
	border: 0;
	font-size: 16px;
	padding: 0.5rem 1.5rem;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.header4efA .search-form .input[type=search] {
		width: 800px;
		max-width: calc(100vw - 660px);
	}
}

.header4efA .search-form .input[type=search] {
  background: hsla(0, 0%, 100%, 1);
}

.header4efA .search-form .button.is-search {
	width: 5.75rem;
	height: 42px;
  letter-spacing: 0.3em;
}


/* ■ヘッダーメニュー設定
====================================== */
/* ヘッダーメニュー */
.header4efA .header__midway .headmenu-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

@media (any-hover: hover) {
	.header4efA .header__midway .headmenu-container a:hover {
		filter: brightness(1.3);
	}

	.header4efA .header__midway .headmenu-container a:hover ruby.hvr-pushLeft rb {
		transform: translateX(-200%);
		opacity: 0;
	}

	.header4efA .header__midway .headmenu-container a:hover ruby.hvr-pushLeft rt {
		transform: translateX(0%);
		opacity: 1;
	}
}

.header4efA .header__midway .headmenu-container .menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.header4efA .header__midway .headmenu-container li {
	position: relative;
	display: table;
	width: 5em;
	height: 50px;
	font-size: 16px;
	min-height: 0vw;
	text-align: center;
	white-space: nowrap;
  text-transform: uppercase;
}

.header4efA .header__midway .headmenu-container li>a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 4px 0px 4px;
	overflow: hidden;
}

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

/* サブメニュー */
.header4efA .header__midway .headmenu-container .sub-menu {
	position: absolute;
	top: 50px;
	left: 0px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	height: 0;
	background: hsla(206, 39%, 34%, 0.7);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	overflow: hidden;
}

.header4efA .header__midway .headmenu-container .sub-menu li {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* 子メニュー分伸ばすので高さはautoにする */
	height: auto;
	margin: 0;
	padding: 0px 2px;
	letter-spacing: 0.04em;
	font-size: 15px;
	border-bottom: 2px solid hsla(206, 34%, 24%, 0.3);
}

.header4efA .header__midway .headmenu-container .sub-menu li>a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 3.3em;
	margin: 0px 0px 0px 2px;
	padding-left: 0.8em;
	background: hsla(206, 34%, 44%, 0.3);
	color: #FFF;
}

.header4efA .header__midway .headmenu-container .sub-menu li>a>i {
	vertical-align: middle;
}

/* Material Symbols */
.header4efA .header__midway .headmenu-container .sub-menu li>a>i::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings: 'FILL' 0,
		'wght' 200;
	line-height: 1.15;
	font-size: 1.7em;
}

.header4efA .header__midway .headmenu-container .sub-menu li>a>i::before {
	content: "\e5df";
}




/* .headmenu1
-------------------------------------- */
.header4efA .headmenu1>li:nth-of-type(1) {
	width: 6.5em;
	margin-left: 0rem;
}

.header4efA .headmenu1>li:nth-of-type(2) {
	width: 8.5em;
}

.header4efA .headmenu1>li:nth-of-type(3) {
	width: 7.5em;
}

.header4efA .headmenu1>li:nth-of-type(4) {
	width: 5.5em;
}

.header4efA .headmenu1>li:nth-of-type(5) {
	width: 7em;
}




/* .headmenu2
-------------------------------------- */
.header4efA .headmenu2>li:nth-of-type(1) {
	width: 7em;
}




/* ■ヘッダー：header-falling
====================================== */
.header4efA.arialGarden {
	position: absolute;
	z-index: 500;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
}

.header4efA.arialGarden .brand {
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.header4efA.arialGarden .brand {
		padding-left: 3rem;
	}
}

.header4efA.arialGarden .header__midway .headmenu-container {
	justify-content: center;
}

.header4efA.arialGarden .header__midway .headmenu-container .sub-menu {
	top: 64px;
}

.header4efA.arialGarden .header__midway .headmenu-container li {
	height: 64px;
}

.header4efA.arialGarden .header__end .menu li {
	width: auto;
	height: 64px;
	font-size: 14px;
	min-height: 0vw;
	padding: 10px 5px;
	text-align: center;
	white-space: nowrap;
}

.header4efA.arialGarden .header__end .menu a {
	padding: 0.5em 1em 0.5em 0.5em;
}

.header4efA.arialGarden .header__end .menu object {
	flex-direction: row;
}

.header4efA.arialGarden .ma-request::before,
.header4efA.arialGarden .ma-inquiry::before {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.header4efA.arialGarden .search-form input.input {
		max-width: calc(100vw - 740px);
	}
}
