@charset "UTF-8";

/* =====================
	グローバル系
 ======================= */
/** -------------------- ヘッダー -------------------- **/
.header .header__attention {
	text-align: center;
	padding: 10px;
	background: var(--c_bg_maroon);
	border-bottom: 1px solid var(--c_border);
	font-size: 1.2rem;
	line-height: 1.5;
}

.header .header__attention a {
	color: var(--c_maroon);
}

.header .header__attention .header__attention_important a {
	color: #ff3131;
	font-weight: bold;
}

.header .header__main {
	background: var(--c_wht);
	border-bottom: 1px solid var(--c_border);
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header .header__main__container {
	display: flex;
	align-items: center;
	gap: 0 12px;
	min-height: 80px;
	padding: 8px 12px;
}

.header .header__logo {
	flex: 0 1 105px;
	margin-right: auto;
	text-align: center;
}

.header .header__logo span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	margin-bottom: 7px;
}

.header .header__logo span:before,
.header .header__logo span:after {
	content: '';
	width: 6px;
	height: 1px;
	background: currentColor;
}

.header .header__shipping {
	display: none;
}

.header .header__search__switch {
	display: none !important;
}

.header .header__search__form {
	position: relative;
}

.header .header__search__input {
	appearance: none;
	width: 100%;
	font-family: var(--font_ja);
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 11px 60px 11px 20px;
	background: var(--c_bg_gray);
	border: 1px solid var(--c_border);
	border-radius: 50px;
}

.header .header__search__input::-webkit-input-placeholder {
	color: var(--c_text);
}

.header .header__search__btn {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	appearance: none;
	background: none;
	border: 0;
	width: 24px;
	padding: 0;
}

.header .header__search__btn img {
	display: block;
}

.header .header__main__nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 20px;
}

.header .header__main__nav__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	row-gap: 4px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.header .header__main__nav__link > img {
	width: 26px;
	margin: auto;
}

.header .header__main__nav__link#spMenuOpen > img {
	width: 30px;
}

.header .header__category {
	border-bottom: 1px solid var(--c_border);
	padding: 20px 0;
	background: var(--c_wht);
}

.header .header__category__list {
	display: flex;
	justify-content: center;
	column-gap: 24px;
}

.header .header__category__list > li > div > a {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

.header .header__category__children {
	display: none;
}

.header .header__menu {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: var(--c_wht);
	transition: var(--anim);
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 71px 0 120px;
}

.header .header__menu.is-open {
	right: 0;
	visibility: visible;
}

.header .header__menu.is-open .header__menu__close {
	right: 0;
}

.header .header__menu__close {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 100;
	width: 100%;
	background: var(--c_wht);
	padding: 20px 15px;
	border-bottom: 1px solid var(--c_border);
	transition: var(--anim);
}

.header .header__menu__close__btn {
	width: 30px;
	margin-left: auto;
}

.header .header__menu__close__btn img {
	display: block;
}

.header .header__menu .menu__header__search {
	position: static;
	border-top: none;
}

.header .header__menu .menu__nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 30px;
}

.header .header__menu .menu__nav__item a {
	display: flex;
	align-items: center;
	padding-left: 15px;
	gap: 0 10px;
	min-height: 60px;
	border-bottom: 1px solid var(--c_border);
	border-right: 1px solid var(--c_border);
}

.header .header__menu .menu__nav__item a::nth-child(n + 1) {
	border-right: none;
}

.header .header__menu .menu__nav__item a img {
	width: 30px;
}

.header .header__menu .menu__nav__item a .label {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.header .header__menu .menu__list__headding {
	display: flex;
	align-items: center;
	column-gap: 16px;
	min-height: 60px;
	font-size: 1.5rem;
	border-bottom: 1px solid var(--c_border);
	padding: 0 15px 0 0;
	background: var(--c_maroon);
	font-weight: 600;
	color: var(--c_wht);
}

.header .header__menu .menu__list__headding .label {
	margin-right: auto;
	line-height: 1.2;
	padding: 8px 0;
	padding-left: 20px;
}

.header .header__menu .menu__list__parent,
.header .header__menu .menu__list a {
	display: flex;
	align-items: center;
	column-gap: 16px;
	min-height: 60px;
	font-size: 1.5rem;
	border-bottom: 1px solid var(--c_border);
	padding: 0 15px 0 0;
	background-color: #f8f8f8;
}

.header .header__menu .menu__list__children.menu__list__children__wide ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 20px;
}

.header .header__menu .menu__list__children a {
	border: none;
	background-color: #fff;
}

.header .header__menu .menu__list__parent.menu__list__parent__color {
	background: var(--c_maroon);
	font-weight: 600;
	color: var(--c_wht);
}

.header .header__menu .menu__list__parent.menu__list__parent__color + .menu__list__children a {
	border-bottom: 1px solid var(--c_border);
	background-color: #f8f8f8;
}

.header .header__menu .menu__list__children.menu__list__children__wide li:not(:first-child) a {
	padding-left: 20px;
}

.header .header__menu .menu__list__parent::after,
.header .header__menu .menu__list a::after {
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/global/icon_arrow.png) no-repeat center/contain;
	flex-shrink: 0;
}

.header .header__menu .menu__list__parent img,
.header .header__menu .menu__list a img {
	width: 60px;
	flex-shrink: 0;
}

.header .header__menu .menu__list__parent .label,
.header .header__menu .menu__list a .label {
	margin-right: auto;
	line-height: 1.2;
	padding: 8px 0;
}

.header .header__menu .menu__list__parent .label:first-child,
.header .header__menu .menu__list a .label:first-child {
	padding-left: 20px;
}

.header .header__menu .menu__list__parent .tag,
.header .header__menu .menu__list a .tag {
	flex-shrink: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 5px;
	background: var(--c_gold);
	color: var(--c_wht);
}

.header .header__menu .menu__list__parent::after {
	background:
		url(../images/global/icon_minus.png) no-repeat center/contain,
		url(../images/global/icon_plus.png) no-repeat center/contain;
}

.header .header__menu .menu__list__parent.menu__list__parent__color::after {
	background:
		url(../images/global/icon_minus__white.png) no-repeat center/contain,
		url(../images/global/icon_plus__white.png) no-repeat center/contain;
}

.header .header__menu .menu__list__parent.is-open::after {
	background: url(../images/global/icon_minus.png) no-repeat center/contain;
}

.header .header__menu .menu__list__parent.is-open.menu__list__parent__color::after {
	background: url(../images/global/icon_minus__white.png) no-repeat center/contain;
}

.header .header__menu .menu__list__children {
	display: none;
}

/** ヘッダー固定時 **/
.header.is-fixed .header__main {
	position: fixed;
}

/** -------------------- フッター -------------------- **/
.footer {
	margin-top: 80px;
}

.footer .footer-guide {
	background: var(--c_bg_gray);
	padding: 40px 0;
}

.footer .footer-guide__list {
	border-top: 1px solid var(--c_border);
}

.footer .footer-guide__list__item {
	border-bottom: 1px solid var(--c_border);
	padding: 15px 0;
}

.footer .footer-guide__list__ttl {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.footer .footer-guide__list__ttl:after {
	content: '';
	width: 20px;
	height: 20px;
	background:
		url(../images/global/icon_minus.png) no-repeat center/contain,
		url(../images/global/icon_plus.png) no-repeat center/contain;
	flex-shrink: 0;
	margin-left: auto;
}

.footer .footer-guide__list__ttl img {
	flex: 0 0 50px;
}

.footer .footer-guide__list__ttl.is-open:after {
	background: url(../images/global/icon_minus.png) no-repeat center/contain;
}

.footer .footer-guide__list__contents {
	display: none;
	margin-top: 15px;
	padding: 5px 10px 10px;
	font-size: 1.4rem;
}

.footer .footer-guide__list__contents strong {
	color: var(--c_gold);
	font-size: 1.5rem;
	font-weight: 500;
}

.footer .footer-guide__list__contents p + p {
	margin-top: 10px;
}

.footer .footer-guide__list__contents .note {
	font-size: 1.3rem;
}

.footer .footer-guide__list__link {
	text-align: center;
}

.footer .footer-guide__list__link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.footer .footer-guide__list__link a i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--c_border);
	background: var(--c_wht);
	position: relative;
	transition: var(--anim);
}

.footer .footer-guide__list__link a i:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/arrow.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
	transition: var(--anim);
}

.footer .footer-main {
	background: #313131;
	padding: 60px 0;
	color: var(--c_wht);
}

.footer .footer-main a {
	color: var(--c_wht);
}

.footer .footer-main__container {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 0;
}

.footer .footer-main__left {
	flex: 0 1 100%;
}

.footer .footer__sitemap {
	font-size: 1.3rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 20px 35px;
}

.footer .footer-main__right {
	flex: 0 1 100%;
}

.footer .footer__sublink > li + li {
	margin-top: 8px;
}

.footer .footer__sublink a {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 7px;
	background: var(--c_text);
	color: var(--c_wht);
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.footer .footer__sublink a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--c_wht);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: var(--anim);
	transform: scale(0, 1);
	transform-origin: left;
}

.footer .footer__sublink a[target='_blank']::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/common/icon_link.png) no-repeat center/contain;
	flex-shrink: 0;
	filter: brightness(0) invert(1);
	transition: var(--anim);
}

.footer .footer__sns {
	margin-top: 38px;
	display: flex;
	justify-content: center;
	column-gap: 32px;
}

.footer .footer__sns a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	row-gap: 10px;
	font-size: 1.3rem;
}

.footer .footer__copyright {
	flex: 0 0 100%;
	text-align: center;
	font-size: 1.2rem;
	color: var(--c_gray);
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
	/** -------------------- ヘッダー -------------------- **/
	.header .header__search {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: var(--c_wht);
		padding: 15px 20px;
		border-top: 1px solid var(--c_border);
		border-bottom: 1px solid var(--c_border);
		display: none;
	}
}

/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
	/** -------------------- ヘッダー -------------------- **/
	.header .header__attention {
		font-size: 1.4rem;
	}

	.header .header__attention .header__attention_important {
		font-size: 1.6rem;
	}

	.header .header__main {
		border-bottom: 0;
		position: relative;
	}

	.header .header__main__container {
		max-width: 1368px;
		padding: 16px 20px;
		min-height: auto;
		margin: 0 auto;
		gap: 0 24px;
	}

	.header .header__logo {
		flex: 0 0 150px;
	}

	.header .header__logo span {
		font-size: 1rem;
		margin-bottom: 10px;
	}

	.header .header__logo span::before,
	.header .header__logo span::after {
		width: 8px;
	}

	.header .header__shipping {
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}

	.header .header__shipping strong {
		color: var(--c_gold);
		font-weight: 500;
	}

	.header .header__search {
		flex: 0 1 393px;
	}

	.header .header__search__btn {
		right: 20px;
	}

	.header .header__main__nav {
		flex-shrink: 0;
		gap: 0 24px;
	}

	.header .header__main__nav__link {
		font-size: 1.2rem;
		row-gap: 2px;
	}

	.header .header__main__nav__link > img {
		width: 30px;
	}

	.header .header__category {
		padding: 0;
		position: relative;
	}

	.header .header__category__list {
		column-gap: 0;
		margin: 0 -16px;
	}

	.header .header__category__list > li {
		flex: 1;
		text-align: center;
		line-height: 1;
		padding: 12px 0 20px;
	}

	.header .header__category__list > li:last-child > div {
		border-right: 0;
	}

	.header .header__category__list > li.is-parent {
		cursor: pointer;
	}

	.header .header__category__list > li.is-parent:hover > div > a::before {
		transform: scale(1, 1);
	}

	.header .header__category__list > li.is-parent:hover .header__category__children {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header__category__list > li.is-parent > div > a {
		pointer-events: none;
	}

	.header .header__category__list > li.is-parent > div > a::after {
		content: '';
		width: 18px;
		height: 18px;
		background: url(../images/common/icon_down.png) no-repeat center/contain;
		flex-shrink: 0;
	}

	.header .header__category__list > li.is-parent--price {
		position: relative;
	}

	.header .header__category__list > li > div {
		border-right: 1px solid var(--c_border);
	}

	.header .header__category__list > li > div > a {
		font-size: 1.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		column-gap: 2px;
		padding: 0 2px;
		position: relative;
	}

	.header .header__category__list > li > div > a::before {
		content: '';
		width: 100%;
		height: 1px;
		background: currentColor;
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: var(--anim);
		transform: scale(0, 1);
		transform-origin: left;
	}

	.header .header__category__list > li > div > a:hover {
		opacity: 1;
	}

	.header .header__category__list > li > div > a:hover::before {
		transform: scale(1, 1);
	}

	.header .header__category__children {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		width: 100%;
		background: var(--c_bg_gray);
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: var(--anim);
		padding: 40px 0 60px;
		text-align: left;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.1em;
		box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
		pointer-events: none;
		z-index: 10;
	}

	.header .header__category__children .all {
		display: inline-flex;
		align-items: center;
		column-gap: 10px;
		position: relative;
		z-index: 1;
	}

	.header .header__category__children .all::before {
		content: '';
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: var(--c_wht);
		border: 1px solid var(--c_border);
		transition: var(--anim);
		position: absolute;
		right: 0;
		top: 0;
		transition: var(--anim);
		z-index: -1;
	}

	.header .header__category__children .all::after {
		content: '';
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../images/common/arrow.png) no-repeat center/contain;
		flex-shrink: 0;
		transition: var(--anim);
	}

	.header .header__category__children .all:hover {
		opacity: 1;
	}

	.header .header__category__children .all:hover::before {
		background-color: var(--c_text);
		border-color: var(--c_text);
	}

	.header .header__category__children .all:hover::after {
		filter: brightness(0) invert(1);
	}

	.header .header__category__children ul {
		margin-top: 30px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		gap: 20px 2.67%;
	}

	.header .header__category__children ul:first-child {
		margin-top: 0;
	}

	.header .header__category__children ul li a {
		display: inline-flex;
		align-items: center;
		column-gap: 16px;
	}

	.header .header__category__children ul li a .thumb {
		flex: 0 0 80px;
		overflow: hidden;
	}

	.header .header__category__children ul li a .thumb img {
		transition: var(--anim);
	}

	.header .header__category__children ul li a:hover {
		opacity: 1;
		color: var(--c_gold);
	}

	.header .header__category__children ul li a:hover .thumb img {
		transform: scale(1.1);
	}

	.header .header__category__children--price {
		width: 260px;
		left: 50%;
		transform: translateX(-50%);
		padding: 32px 32px 40px;
	}

	.header .header__category__children--price ul {
		grid-template-columns: 100%;
		gap: 24px 0;
	}

	/** ヘッダー固定時 **/
	.header.is-fixed .header__pcFixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 50;
	}

	.header.is-fixed .header__main {
		position: relative;
	}

	/** -------------------- フッター -------------------- **/
	.footer {
		margin-top: 120px;
	}

	.footer .footer-guide {
		padding: 80px 0;
	}

	.footer .footer-guide__list {
		display: flex;
		column-gap: 2%;
		border: 0;
	}

	.footer .footer-guide__list__item {
		flex: 1;
		border: 0;
		padding: 0;
	}

	.footer .footer-guide__list__ttl {
		text-align: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px 0;
		font-size: 1.8rem;
	}

	.footer .footer-guide__list__ttl::after {
		display: none;
	}

	.footer .footer-guide__list__ttl img {
		flex: 0 1 80px;
	}

	.footer .footer-guide__list__contents {
		display: block !important;
		margin-top: 20px;
		padding: 0;
	}

	.footer .footer-guide__list__contents p + p {
		margin-top: 12px;
	}

	.footer .footer-guide__list__link {
		margin-top: 24px;
	}

	.footer .footer-guide__list__link a {
		font-size: 1.4rem;
	}

	.footer .footer-guide__list__link a i {
		width: 40px;
		height: 40px;
	}

	.footer .footer-guide__list__link a:hover i {
		background: var(--c_text);
		border-color: var(--c_text);
	}

	.footer .footer-guide__list__link a:hover i::before {
		filter: brightness(0) invert(1);
	}

	.footer .footer-main {
		padding: 80px 0;
	}

	.footer .footer-main__container {
		justify-content: space-between;
		gap: 40px 20px;
	}

	.footer .footer-main__left {
		flex: 0 1 auto;
	}

	.footer .footer__sitemap {
		font-size: 1.4rem;
		gap: 16px 48px;
		justify-content: space-between;
	}

	.footer .footer-main__right {
		flex: 0 1 300px;
	}

	.footer .footer__sublink > li + li {
		margin-top: 20px;
	}

	.footer .footer__sublink a:hover {
		opacity: 1;
		color: var(--c_text);
	}

	.footer .footer__sublink a:hover::before {
		transform: scale(1, 1);
	}

	.footer .footer__sublink a[target='_blank']:hover::after {
		filter: none;
	}

	.footer .footer__sns {
		margin-top: 48px;
		justify-content: flex-end;
	}

	.footer .footer__copyright {
		text-align: left;
		font-size: 1.4rem;
	}
}

/* PCのみ
  ------------------------ */
@media (min-width: 1200px) {
	/** -------------------- ヘッダー -------------------- **/
	.header .header__shipping {
		display: block;
	}

	.header .header__search {
		margin-right: 8px;
	}

	.header .header__category__list {
		margin: 0;
	}

	.header .header__category__children ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.header .header__category__children--price ul {
		grid-template-columns: 100%;
	}

	/** -------------------- フッター -------------------- **/
	.footer .footer-guide__list {
		column-gap: 64px;
	}

	.footer .footer-main__left {
		flex: 0 1 509px;
	}

	/** -------------------- サイドメニュー -------------------- **/
	.sidemenu .sidemenu-ttl {
		padding: 18px 0 30px;
		border-top: 1px solid var(--c_border);
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.5;
	}

	.sidemenu .menu__list > li {
		position: relative;
		padding-bottom: 16px;
	}

	.sidemenu .menu__list > li:last-child {
		padding-bottom: 0;
	}

	.sidemenu .menu__list > li.is-parent {
		cursor: pointer;
	}

	.sidemenu .menu__list > li.is-parent:hover .menu__list__parent .label::before {
		transform: scale(1, 1);
	}

	.sidemenu .menu__list > li.is-parent:hover .menu__list__children {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}

	.sidemenu .menu__list > li > a:hover {
		opacity: 1;
	}

	.sidemenu .menu__list > li > a:hover .label::before {
		transform: scale(1, 1);
	}

	.sidemenu .menu__list__parent,
	.sidemenu .menu__list a {
		display: flex;
		align-items: center;
		column-gap: 16px;
		font-size: 1.5rem;
	}

	.sidemenu .menu__list__parent img,
	.sidemenu .menu__list a img {
		flex: 0 0 45px;
	}

	.sidemenu .menu__list__parent .label,
	.sidemenu .menu__list a .label {
		flex-grow: 1;
		position: relative;
	}

	.sidemenu .menu__list__parent .label::before,
	.sidemenu .menu__list a .label::before {
		content: '';
		width: 100%;
		height: 1px;
		background: var(--c_text);
		position: absolute;
		left: 0;
		bottom: 0;
		transition: var(--anim);
		transform: scale(0, 1);
		transform-origin: left;
	}

	.sidemenu .menu__list__parent .tag,
	.sidemenu .menu__list a .tag {
		display: none;
	}

	.sidemenu .menu__list__children {
		position: absolute;
		left: 100%;
		top: 0;
		width: 300px;
		padding: 30px;
		background: var(--c_wht);
		opacity: 0;
		visibility: hidden;
		transition: var(--anim);
		z-index: 10;
	}

	.sidemenu .menu__list__children a img {
		display: none;
	}

	.sidemenu .menu__list__children a::after {
		content: '';
		width: 16px;
		height: 16px;
		flex-shrink: 0;
		background: url(../images/global/icon_arrow.png) no-repeat center/contain;
	}

	.sidemenu .menu__list__children ul > li + li {
		margin-top: 20px;
	}

	.sidemenu .sidemenu-bnr {
		margin-top: 40px;
	}

	.sidemenu .sidemenu-bnr > li img {
		display: block;
	}

	.sidemenu .sidemenu-bnr > li + li {
		margin-top: 16px;
	}
}
