@charset "UTF-8";

header {
	background: #F7F7F7;
	width: 100%;
	height: 16rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.3s;
	font-size: 1.6rem;
}
.logo img {
	margin: 0 auto;
	width: 15rem;
}
.headMenu__sub {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	font-size: 1.3rem;
}
.headMenu__subWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 140rem;
	height: 50%;
}
@media screen and (max-width: 1425px) {
	.headMenu__subWrap {
		min-width: inherit;
		width: 90%;
	}
}
@media screen and (max-width: 1300px) {
	.headMenu__subWrap {
		width: 90%;
	}
}
.headMenu__sub li {
	line-height: 1;
}
.headMenu__sub li:not(:first-child) {
	margin-left: 3rem;
}
@media screen and (max-width: 1300px) {
	.headMenu__sub li:not(:first-child) {
		margin-left: 1.5rem;
	}
}
.headMenu__sub li:not([class]) {
	background: url(../img/arrow.svg) no-repeat;
	background-size: 0.5rem;
	padding-left: 1.2rem;
	background-position: left 60%;
}
@media all and (-ms-high-contrast: none) {
	.headMenu__sub li:not([class]) {
		background-position: left 20%;
		padding-top: 1px;
	}
}
.headMenu__sub li:not([class]) a {
	display: block;
	transition: 0.3s;
}
@media screen and (min-width: 68.7rem) {
	.headMenu__sub li:not([class]) a:hover {
		transform: translateY(-10px);
	}
}
@media screen and (max-width: 1300px) {
	.headMenu__sub li:not([class]) {
		padding-left: 0.8rem;
		background-position: left 70%;
	}
}
.headMenu__icon a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.headMenu__icon a img {
	width: 22px;
	margin-right: 0.4rem;
}
.headMenu__icon a span {
	min-width: 4rem;
	transition: 0.3s;
}
@media screen and (min-width: 68.7rem) {
	.headMenu__icon a:hover span {
		transform: translateY(-10px);
	}
}
.headMenu__icon--small span {
	font-size: 1rem;
}
.headMenu__contact a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	border: 1px solid #C9C9C9;
	border-radius: 4px;
	padding: 1.1rem 4rem 1.2rem 1.8rem;
}
@media all and (-ms-high-contrast: none) {
	.headMenu__contact a {
		padding-top: 1.5rem;
		padding-bottom: 0.8rem;
	}
}
.headMenu__contact a:before {
	content: "";
	display: block;
	width: 21px;
	height: 17px;
	background: url(../img/contact.svg) no-repeat;
	margin-right: 1.2rem;
}
@media screen and (max-width: 1300px) {
	.headMenu__contact a {
		padding: 0.8rem 1.3rem;
	}
}
.headMenu__contact a img {
	margin-right: 1.1rem;
}
@media screen and (min-width: 68.7rem) {
	.headMenu__contact a:hover {
		opacity: 1;
		background: #c95981;
		color: #fff;
		border: 1px solid #c95981;
	}
	.headMenu__contact a:hover:before {
		background: url(../img/aside_mail.svg) no-repeat;
		background-size: 100%;
	}
}
.headMenu__spMenu {
	display: none;
}
.headMenu__main {
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 140rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	height: 100%;
}
@media screen and (max-width: 1425px) {
	.headMenu__main {
		min-width: inherit;
		width: 90%;
	}
}
@media screen and (max-width: 1300px) {
	.headMenu__main {
		width: 90%;
	}
}
.headMenu__megamenu {
	dl {
		height: inherit;
	}
}
.headMenu__main > li {
	flex: auto;
	position: relative;
	height: inherit;
}
.headMenu__main .menuTtl {
	height: 100%;
	display: block;
	letter-spacing: 0.05em;
	font-weight: bold;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	position: relative;
	font-size: 1.6rem;
}
.headMenu__main .menuTtl.sp {
	display: none;
}
@media screen and (min-width: 68.7rem) {
	.menuTtl a:hover a {
		color: #c95981;
	}
}
@media screen and (max-width: 1425px) {
	.headMenu__inner {
		min-width: inherit;
		width: 90%;
	}
}
.headMenu__Block {
	display: none;
	position: absolute;
	left: 25px;
	top: 65px;
	width: fit-content;
	padding: 25px;
	background-color: #ffffff;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}
header .ec-common-nav__linkChild {
	white-space: nowrap;
	line-height: 1.2;
	br {
		display: none;
	}
}

.headMenu {
	position: relative;
	background: #fff;
	width: 100%;
	height: 50%;
}
header.is-animation {
	flex-wrap: nowrap;
	background: rgba(255, 255, 255, 0.9);
	padding: 0 5%;
	height: 8rem;
}
header.is-animation .headMenu__Block {
	top: 65px;
	left: 10px;
}
header.is-animation .headMenu__sub {
	display: none;
}
header.is-animation .headMenu__subWrap {
	min-width: inherit;
	height: 100%;
	margin: 0;
	width: 14.6rem;
}
header.is-animation .headMenu__main {
	min-width: inherit;
	width: 80rem;
}
header.is-animation .headMenu__main .menuTtl {
	font-size: 1.3rem;
	letter-spacing: -0.01em;
}
header.is-animation .headMenu__smallHeaderIcon {
	display: block;
	width: 13rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
header.is-animation nav {
	background: none;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
@media screen and (min-width: 1300px) {
	header.is-animation nav {
		background: none;
		width: 100.6rem;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: stretch;
	}
}
.form header {
	position: static;
	height: 8rem;
	background: #fff;
}
.form header + .pankuzu {
	padding-top: 0;
}
.form .headMenu__sub, .form .headMenu {
	display: none;
}
@media screen and (max-width: 68.7rem) {
	header {
		background: #fff;
		height: 6rem;
		border-bottom: 1px solid #D1D1D1;
		z-index: 100;
	}
	.logo {
		width: 52.2666666667%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
	.logo a {
		display: block;
		width: 73.4693877551%;
	}
	.headMenu {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 6rem;
		overflow-x: scroll;
		left: 0;
		z-index: 999;
		width: 100%;
		height: calc(100vh - 60px);
		padding-bottom: 12rem;
		transition: .2s ease-in-out;
	}
	.is-menu-open {
		position: 'fixed';
		width: '100%';
		.headMenu {
			opacity: 1;
			visibility: visible;
		}
	}
	.headMenu__sub {
		flex-wrap: nowrap;
		background: #fff;
		width: 50.1333333333%;
		height: 100%;
		align-items: stretch;
	}
	.headMenu__subWrap {
		flex-wrap: nowrap;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto;
		height: 100%;
	}
	.headMenu__sub li {
		width: 34.5744680851%;
		line-height: 1;
	}
	.headMenu__sub li:not(:first-child) {
		margin-left: 0;
		border-left: 1px solid #D1D1D1;
	}
	.headMenu__sub li:not([class]) {
		display: none;
	}
	.headMenu__icon {
		display: none;
		width: 20%;
	}
	.headMenu__icon a {
		justify-content: center;
		flex-direction: column;
		height: 100%;
	}
	.headMenu__icon a img {
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.headMenu__icon a span {
		text-align: center;
	}
	.headMenu__icon--small {
		display: block;
	}
	.headMenu__icon--small .login {
		width: 1.5rem;
	}
	.headMenu__icon--small .favorite {
		width: 1.6rem;
	}
	.headMenu__icon--small .cart {
		width: 2rem;
	}
	.headMenu__contact {
		display: none;
	}
	.headMenu__spMenu {
		display: block;
		position: relative;
	}
	.headMenu__spMenu:hover {
		cursor: pointer;
	}
	.headMenu__spMenu span {
		width: 2.4rem;
		height: 0.2rem;
		background: #474645;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: 0.3s;
	}
	.headMenu__spMenu span:before, .headMenu__spMenu span:after {
		transition: 0.3s;
		content: "";
		width: 2.4rem;
		height: 0.2rem;
		background: #474645;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.headMenu__spMenu span:before {
		top: -0.7rem;
	}
	.headMenu__spMenu span:after {
		bottom: -0.7rem;
	}
	.headMenu__spMenu.is-active {
		background: #898989;
	}
	.headMenu__spMenu.is-active span {
		background-color: transparent;
	}
	.headMenu__spMenu.is-active span:before {
		background: #fff;
		transform: rotate(-45deg);
		top: 0;
	}
	.headMenu__spMenu.is-active span:after {
		background: #fff;
		transform: rotate(45deg);
		bottom: 0;
	}
	.headMenu__main {
		width: 80%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto;
		height: auto;
		padding-top: 2rem;
	}
	.headMenu__main > li {
		width: 100%;
		border-bottom: 1px solid #C9C9C9;
	}
	.headMenu__main a {
		display: block;
	}
	.headMenu__main .menuTtl {
		display: block;
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "游ゴシック体", "メイリオ", sans-serif;
		font-weight: 400;
		height: auto;
		padding: 20px 0 20px 10px;
	}
	.headMenu__Block {
		width: 100%;
		background: none;
		position: static;
		padding: 0;
		box-shadow: none;
	}
	.headMenu__inner {
		width: 100%;
		padding-bottom: 3rem;
		border-top: 1px solid #C9C9C9;
	}
	.headMenu__SubMenuContWrap {
		width: 100%;
		background-color: #F6F6F6;
		border-top: 1px dotted #c9c9c9;
	}
	header .ec-common-nav__categoryItem {
		margin-top: -2px;
	}
	header .ec-common-nav__categoryItem:first-child {
		border: none;
	}
	header .ec-common-nav__linkChild {
		display: flex;
		align-items: center;
		padding-inline: 1rem;
		&::before {
			display: none;
		}
	}
	header .ec-common-nav__linkChildItem {
		border-style: dotted;
	}
	header .ec-common-nav__categoryItem:not(.is-static) .ec-common-nav__linkChildItem:nth-child(odd) {
		border-right: none;
		border-left: 1px dotted #c9c9c9;
	}
	header .ec-common-nav__categoryItem:not(.is-static) .ec-common-nav__linkChildItem:first-child {
		grid-area: 1 / 1 / 2 / 3;
		border-left: none;
	}
	header .ec-common-nav__categoryItem.is-static {
		.ec-common-nav__linkChildItem:nth-last-child(-n+2) {
			border-bottom: none;
		}
	}
	.header__btn {
		width: 80%;
		max-width: 300px;
		margin-inline: auto;
		margin-top: 30px;
		font-size: 1.5rem;
		&::after {
			right: 20px;
		}
	}
}

@media (max-width: 600px) {
	header .ec-common-nav__linkChild {
		.w600-show {
			display: block;
		}
	}
}
@media (max-width: 389px) {
	header .ec-common-nav__linkChild {
		.w389-show {
			display: block;
		}
	}
}

/* ヘッダフッタアコーディオン */
@media (max-width: 68.7rem) {
	.accordion-toggle {
		position: relative;
		&::before, &::after {
			content: "";
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			display: block;
		}
		&::before {
			width: 16px;
			height: 2px;
		}
		&::after {
			width: 2px;
			height: 16px;
			transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
			will-change: transform;
		}
	}
	.accordion-toggle[aria-expanded="true"]:after {
		height: 0;
	}
	.menuTtl--hasChild {
		&::before, &::after {
			background: #999999;
		}
		&::before {
			right: 0;
		}
		&::after {
			right: 7px;
		}
	}
}