.l-customer-local-header {
	position: relative;
	position: sticky;
	top: 0;
	z-index: 8888;
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	background-color: var(--color-dark-blue);
}
.l-customer-local-header__inner {
	display: flex;
	justify-content: space-between;
	max-width: 1020px;
	height: 48px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__inner {
		position: relative;
		z-index: 200;
		flex-direction: column;
		justify-content: flex-start;
		height: 55px;
		padding: 0;
	}
}
.l-customer-local-header__title {
	flex-shrink: 0;
}
.l-customer-local-header__title__link {
	max-width: 240px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
	padding: 0 12px 0 0;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-white);
	text-decoration: none;
	transition: opacity .4s ease;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__title__link {
		max-width: none;
		padding: 0 12px 0 0;
		justify-content: center;
	}
}
@media(hover: hover) {
	.l-customer-local-header__title__link:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__title__link {
		position: relative;
		width: 100%;
		height: 55px;
		padding: 0 30px;
		cursor: pointer;
		background-color: rgba(0, 0, 0, 0);
		border: 0;
		outline: 0;
	}
	.l-customer-local-header__title__link::before {
		position: absolute;
		right: 20px;
		display: block;
		width: 12px;
		height: 1px;
		content: "";
		background-color: var(--color-white);
	}
	.l-customer-local-header__title__link::after {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 12px;
		height: 1px;
		content: "";
		background-color: var(--color-white);
		transition: transform .4s;
		transform: translate(0, -50%) rotate(90deg);
	}
	.l-customer-local-header__title__link.is-active::after {
		transform: translate(0, -50%) rotate(180deg);
	}
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__body {
		display: none;
		min-height: 100vh;
		padding-bottom: 45px;
		overflow-y: scroll;
		background-color: var(--color-white);
	}
}
.l-customer-local-header__body.is-active {
	display: block;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__body.is-active {
		-webkit-animation-name: headerShowAnimation2;
		animation-name: headerShowAnimation2;
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	.l-customer-local-header__body > *:last-child {
		padding-bottom: 20vh;
	}
}
.l-customer-local-header__nav {
	height: 100%;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__nav {
		height: auto;
		margin-bottom: 25px;
	}
}
.l-customer-local-header__nav > ul {
	display: flex;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__nav > ul {
		flex-direction: column;
	}
}
.l-customer-local-header__nav__item {
	position: relative;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__nav__item {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__nav__item::after {
		display: block;
		width: calc(100% - 40px);
		height: 1px;
		margin: 0 auto;
		content: "";
		background-color: var(--color-gray);
	}
}
.l-customer-local-header__nav__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 400;
	color: var(--color-white);
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__nav__link {
		justify-content: flex-start;
		height: auto;
		padding: 20px;
		font-size: 16px;
		color: var(--color-black);
	}
	.l-customer-local-header__nav__link.current {
		padding: 20px 20px 20px 32px;
	}
}
.l-customer-local-header__nav__link > span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: opacity .4s ease;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
}
@media(hover: hover) {
	.l-customer-local-header__nav__link > span:hover {
		background-color: rgba(255, 255, 255, 0.7);
		color: var(--color-black);
	}
}
.l-customer-local-header__box {
	text-align: center;
}
.l-customer-local-header__c-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	min-height: 50px;
	padding: 8px 24px;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 700;
	color: var(--color-white);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: var(--color-black);
	border: 1px solid var(--color-black);
	border-radius: 50px;
	transition: background-color .4s ease, color .4s ease, border .4s ease;
}
@media(hover: hover) {
	.l-customer-local-header__c-button:hover {
		color: var(--color-black);
		background-color: var(--color-light-gray);
		border: 1px solid var(--color-black);
	}
}
@media screen and (max-width: 768px) {
	.l-customer-local-header__c-button {
		width: 80%;
		padding: 0;
	}
}
@-webkit-keyframes headerShowAnimation2 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes headerShowAnimation2 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}