@charset "utf-8";
/* CSS Document */

/* =============================================================================
Layout
============================================================================= */
.fs-preview-header {
	display: none;
}
/* -----------------------------------------------------------------------------
 サイト基本設定
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
	.fs-c-breadcrumb {
		margin: 0 20px;
	}
	.fs-l-main {
		margin: 0 20px;
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fs-c-breadcrumb {
		margin: 0 40px;
	}
	.fs-l-main {
		margin: 0 40px;
	}
}
@media screen and (min-width: 1200px) {
	.fs-c-breadcrumb {
		margin: 0 auto;
		width: 1200px;
	}
	.fs-l-main {
		margin: 0 auto 100px;
		width: 1200px;
	}
}

/* -----------------------------------------------------------------------------
 ページ個別設定 画面幅100%の場合 (セレクタ順次追加)
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
	.fs-body-product .fs-l-main,
	.fs-body-top .fs-l-main
	{
		margin: 0 0 70px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fs-body-product .fs-l-main,
	.fs-body-top .fs-l-main
	{
		margin: 0 0 100px;
	}
}
@media screen and (min-width: 1200px) {
	.fs-body-top .fs-l-page {
		overflow: hidden;
	}
	.fs-body-top .fs-l-main
	{
		margin: 0 auto 100px;
		width: auto;
		max-width: 100%;
	}
}

/* -----------------------------------------------------------------------------
 FIXED/アンカー調整
----------------------------------------------------------------------------- */
.fs-l-page {
	padding-top: 172px;
}
@media screen and (max-width: 1199px) {
	.anchor {
		margin-top: -92px;
		padding-top: 92px;
	}
	.fs-l-page {
		padding-top: 92px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.anchor {
		margin-top: -107px;
		padding-top: 107px;
	}
	.fs-l-page {
		padding-top: 107px;
	}
}

/* -----------------------------------------------------------------------------
 左右余白用コンテナ
----------------------------------------------------------------------------- */
.c-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
@media screen and (max-width: 991px) {
	.c-container {
		margin: 0 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.c-container {
		margin: 0 40px;
	}
}
@media screen and (min-width: 1200px) {
	.c-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	}
}
/* -----------------------------------------------------------------------------
 各ページレイアウト
----------------------------------------------------------------------------- */
/* 商品詳細カラムレイアウト
----------------------------------------------------------------------------- */
.l-pl-page {
	display: -webkit-flex;
	display: flex;
}

@media screen and (min-width: 992px) {
	.l-pd-page {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.l-pd-page .l-pd-page__itemimage {
		width: 55%;
	}
	.l-pd-page .l-pd-page__itemcart {
		width: 36.66666%;
	}
}
@media screen and (min-width: 1200px) {
	.l-pd-page .l-pd-page__itemimage {
		width: 660px;
	}
	.l-pd-page .l-pd-page__itemcart {
		width: 440px;
	}
}


/* =============================================================================
 Component Class
============================================================================= */
/* -----------------------------------------------------------------------------
 Color
----------------------------------------------------------------------------- */
.c-brown {
		color: #9f7c5c;
}
.c-red {
		color: #ff0000;
}
.c-vermilion {
	color: #ef634c;
}
.c-black {
	color: #404040;
}
.c-gray {
	color: #848484;
}

/* -----------------------------------------------------------------------------
 margin em
----------------------------------------------------------------------------- */
.ctm__mb0 {
	margin-bottom: 0 !important;
}
.ctm__mb1em {
	margin-bottom: 1em !important;
}
.ctm__mb2em {
	margin-bottom: 2em !important;
}

/* -----------------------------------------------------------------------------
 font-size per
----------------------------------------------------------------------------- */
.ctm__font110per {
	font-size: 110%;
}
.ctm__font120per {
	font-size: 120%;
}
.ctm__font150per {
	font-size: 150%;
}

/* -----------------------------------------------------------------------------
 text-align
----------------------------------------------------------------------------- */
.ctm__center {
	text-align: center !important;
}
.ctm__left {
	text-align: left !important;
}
.ctm__right {
	text-align: right !important;
}

/* -----------------------------------------------------------------------------
 accordion function
----------------------------------------------------------------------------- */
.acc-btn,
.accsp-btn {
	position: relative;
}
.acc-body {
	display: none;
}
@media screen and (min-width: 992px) {
	.accsp-body {
		display: block !important;
	}
}
@media screen and (max-width: 991px) {
	.accsp-body {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.acctab-body {
		display: block !important;
	}
}
@media screen and (max-width: 1199px) {
	.acctab-body {
		display: none;
	}
}

/* -----------------------------------------------------------------------------
 accordion class
----------------------------------------------------------------------------- */
.c-acc .acc-btn {
	position: relative;
}
.c-acc .acc-btn:before,
.c-acc .acc-btn:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #848484;
}
.c-acc .acc-btn:before {
	top: 50%;
	right: 15px;
	width: 13px;
	height: 1px;
}
.c-acc .acc-btn:after {
	top: calc(50% - 6px);
	right: 21px;
	width: 1px;
	height: 13px;
}
.c-acc .acc-btn.opened:after {
	display: none;
}


/* =============================================================================
 Custom Parts Class
============================================================================= */
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
		border: 1px solid #e9e9e8;
		border-radius: 3px;
}

/* セレクトボックス 矢印 */
.fs-c-dropdown__menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	background: #ffffff;
	color: #333333;
	border: 1px #848484 solid;
	border-radius: 3px;
	padding: 4px 3em 4px 8px;
}
.fs-c-dropdown:after {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 1em;
	background: #fff;
	border-left: 1px solid #848484;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-sizing: content-box;
	color: #404040;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\e90f";
	font-family: 'fs-icon' !important;
	font-size: 16px;
	line-height: 1;
	padding: 4px;
	pointer-events: none;
}


/* テキスト装飾 */
.c-uline {
	text-decoration: underline;
}
.c-bold {
	font-weight: 500;
}


/* -----------------------------------------------------------------------------
 ボタン
----------------------------------------------------------------------------- */
a.ctm_button {
	margin: 0 auto;
	padding: 1em 2em 1em;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #404040;
	border: #848484 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	opacity: 1;
	transition: 0.3s linear;
}
a.ctm_button span {
	font-size: 80%;
	display: block;
}
a.ctm_button__large {
	margin: 0 auto;
	padding: 1.5em 2em 1.5em;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #404040;
	background-color: #fff;
	border: #848484 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	opacity: 1;
	transition: 0.3s linear;
}
a.ctm_button__small {
	margin: 0 auto;
	padding: 0.8em 1em;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #404040;
	background-color: #fff;
	border: #848484 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	opacity: 1;
	transition: 0.3s linear;
}
a.ctm_button__black {
	color: #fff !important;
	background-color: #4d4d4d !important;
	border: #4d4d4d 1px solid !important;
}
a.ctm_button__green {
	color: #1f9d9b !important;
	background-color: #fff !important;
	border: #1f9d9b 1px solid !important;
}
@media screen and (min-width: 992px) {
	a.ctm_button {
		min-width: 330px;
	}
	a.ctm_button__large {
		min-width: 400px;
	}
	a.ctm_button:hover,
	a.ctm_button__large:hover,
	a.ctm_button__small:hover {
		color: #fff;
		background-color: #848484;
		opacity: 1;
		transition: 0.3s linear;
	}
	a.ctm_button__black:hover {
		color: #4d4d4d !important;
		background-color: #fff !important;
		opacity: 1;
		transition: 0.3s linear;
	}
	a.ctm_button__green:hover {
		color: #fff !important;
		background-color: #1f9d9b !important;
		opacity: 1;
		transition: 0.3s linear;
	}
}
@media screen and (max-width: 991px) {
	a.ctm_button {
		width: 100%;
		padding: 1em 2em 1em;
	}
	a.ctm_button__large {
		width: 100%;
		padding: 1.5em 2em 1.5em;
	}
}

/* -----------------------------------------------------------------------------

----------------------------------------------------------------------------- */
.p-info-banner {
	margin: 0 auto;
	padding: 1em;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #404040;
	background-color: #fff;
	border: #848484 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
}
.p-info-banner .p-info-banner__text {
	display: block;
	font-size: 80%;
}
@media screen and (max-width: 991px) {
	.index-text {
		width: 100%;
		margin: 25px auto 70px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.p-info-banner {
		width: 100%;
		font-size: 14px;
	}
}

.p-category-key {
	display: none;
}
.p-page-title__text,
.fs-c-heading {
	margin-bottom: 1em;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
	.p-page-title__text,
	.fs-c-heading {
		font-size: 25px;
	}
}

.ctm-c-title {
	margin-bottom: 1em;
	font-size: 27px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.ctm-c-title__s {
	margin-bottom: 1em;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.ctm-c-title__bar {
	display: flex;
	align-items: center;
	text-align: center;
}
.ctm-c-title__bar span {
	min-width: 7em;
}
.ctm-c-title__bar:before,
.ctm-c-title__bar:after{
	content:"";
	flex-grow: 1;
	border-bottom: 1px solid #404040;
}
.ctm-c-title__bar:before{
	margin-right: 1em;
	padding-left: 2em;
}
.ctm-c-title__bar:after{
	margin-left: 1em;
	padding-right: 2em;
}
@media screen and (max-width: 991px) {
	.ctm-c-title {
		font-size: 25px;
	}
	.ctm-c-title__s {
		font-size: 18px;
	}
	.ctm-c-title__bar {
		padding: 0;
		box-sizing: border-box;
	}
}


.ctm-c-link {
	margin: 40px auto;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.ctm-c-link {
		width: 100%;
		margin: 25px auto;
		padding: 0;
		box-sizing: border-box;
	}
}

/* -----------------------------------------------------------------------------
 panel__cont fs_slick
----------------------------------------------------------------------------- */
.c-panel-list .panel__cont,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
	width: 226px;
	margin-left: 15px;
	position: relative;
}
.c-panel-list .panel__cont:first-of-type,
.fs-c-slick.fs-c-productListCarousel .slick-slide:first-of-type {
	margin-left: 0;
}
@media screen and (min-width: 992px) {
.c-panel-list .panel__cont,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
	margin-left: 0;
}
.c-panel-list .slick-slide,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
	width: 226px;
	margin-left: 15px;
}
.c-panel-list .slick-slide:first-of-type,
.fs-c-slick.fs-c-productListCarousel .slick-slide:first-of-type {
	margin-left: 0;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.c-panel-list .slick-slide,
.fs-c-slick.fs-c-productListCarousel .slick-slide {
	width: 214px;
	margin-left: 16px;
}
}
.panel__cont a,
.fs-c-slick.fs-c-productListCarousel .slick-slide a {
	display: block;
	outline: 0;
}
.panel__rank {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #404040;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	z-index: 1;
}
.ranking-list li.rank--01 .panel__rank {
	color: #fff;
	background-color: #c0a354;
}
.ranking-list li.rank--02 .panel__rank {
	color: #fff;
	background-color: #a8a9a8;
}
.ranking-list li.rank--03 .panel__rank {
	color: #fff;
	background-color: #806b57;
}
.fs-c-productListItem {
	position: relative;
}
.panel__image,
.fs-c-productListItem__image {
	width: 100%;
	margin-bottom: 12px;
	border: #e8e8e2 1px solid;
	box-sizing: border-box;
	display: block;
	opacity: 1;
	transition: 0.3s linear;
}
.fs-c-productListItem__image a {
	display: block;
}
.panel__name,
.fs-c-productListItem__productName {
	margin-bottom: 0.4em;
	font-size: 16px;
	color: #404040;
}
.panel__name a,
.fs-c-productListItem__productName a {
	display: block;
}
.fs-c-slick.fs-c-productListCarousel .slick-slide .fs-c-buttonContainer .fs-c-button--viewProductDetail {
	display: none;
}
.panel__name p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fs-c-productListItem__productName .fs-c-productName__name {
/*  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	display: inherit;
}
.panel__lead {
	margin-bottom: 0.4em;
	font-size: 16px;
	color: #404040;
}
.panel__text {
	font-size: 14px;
	color: #848484;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
.fs-c-productListItem__prices {
	padding-left: 0;
	box-sizing: border-box;
}
.panel__price,.panel__price p,
.fs-c-productListItem .fs-c-productPrice {
	font-size: 14px;
	color: #848484;
	line-height: 1.3;
}

.fs-c-productListItem .fs-c-productMarks {
	display: none;
}

@media screen and (min-width: 992px) {
.panel__cont a:hover {
	opacity: 1;
}
a:hover .panel__image,
.fs-c-productListItem__image a:hover {
	opacity: .6;
	transition: 0.3s linear;
}
}
@media screen and (max-width: 991px) {
.c-panel-list .panel__cont {
	width: 100%;
	margin-left: 10px;
}
	.fs-c-slick.fs-c-productListCarousel .slick-slide {
		width: 190px;
		margin-left: 10px;
	}
.panel__rank {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.panel__image,
.fs-c-productListItem__image {
	margin-bottom: 12px;
}
.panel__name,
.fs-c-productListItem__productName {
	margin-bottom: 8px;
	font-size: 14px;
}
}

/* -----------------------------------------------------------------------------
 c-panel-list without slide
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
	.c-panel-list.slider {
		width: calc(100% + 40px);
		margin-left: -20px;
		overflow-x: scroll;
		position: relative;
		/*-ms-overflow-style: none;
		scrollbar-width: none;*/
		white-space: nowrap;
	}
	/*.c-panel-list.slider::-webkit-scrollbar {
		display:none;
	}*/
	.c-panel-list.slider li {
		margin: 0 5px;
		width: calc(272/750*100%);
		display: inline-block;
		white-space: normal;
		vertical-align: top;
	}
	.c-panel-list.slider li:first-of-type {
		margin: 0 5px 0 calc(40/750*100%);
	}
	.c-panel-list.slider li:last-of-type {
		margin: 0 calc(40/750*100%) 0 5px;
	}
}

/* -----------------------------------------------------------------------------
 CC productListCarousel
----------------------------------------------------------------------------- */
/*@media screen and (min-width: 992px) {
	.fs-c-productListCarousel {
		width: 1400px;
		margin: 0 -100px;
	}
	.fs-c-productListCarousel__ctrl {
		min-width: 100px;
	}
}
*/
/* -----------------------------------------------------------------------------
slick
----------------------------------------------------------------------------- */
.slider .slick-prev {
	left: -70px;
	top: 120px;
}
/* @media screen and (min-width: 1200px) {
	.fs-c-productListCarousel {
		width: calc(100% + 90px);
		margin: 0 -50px;
	}
}*/
.fs-c-productListCarousel__ctrl--prev {
	left: -20px;
	top: 0;
}
.mvslider .slick-prev {
	left: -20px;
}
.slider .slick-next {
	right: -70px;
	top: 120px;
}
.fs-c-productListCarousel__ctrl--next {
	right: -20px;
	top: 0;
}
.mvslider .slick-next {
	right: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.slider .slick-prev {
	left: -25px;
}
.fs-c-productListCarousel__ctrl--prev {
	left: 25px;
}
.slider .slick-next {
	right: -25px;
}
.fs-c-productListCarousel__ctrl--next {
	right: 25px;
}
}
.slider .slick-prev,
.mvslider .slick-prev,
.fs-c-productListCarousel__ctrl--prev {
	content: "";
	background: url("../../assets/images/common/ico_slider-left.svg") no-repeat center;
	background-size: cover;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 1;
	transition: 0.3s linear;
}
.slider .slick-next,
.mvslider .slick-next,
.fs-c-productListCarousel__ctrl--next {
	content: "";
	background: url("../../assets/images/common/ico_slider-right.svg") no-repeat center;
	background-size: cover;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1;
	opacity: 1;
	transition: 0.3s linear;
}
.slider .slick-disabled,
.fs-c-productListCarousel__ctrl.slick-disabled {
	opacity: .6;
	transition: 0.3s linear;
	cursor: auto;
}
.slider .slick-prev:hover, .slider .slick-prev:focus,
.mvslider .slick-prev:hover, .mvslider .slick-prev:focus,
.fs-c-productListCarousel__ctrl--prev:hover, .fs-c-productListCarousel__ctrl--prev:focus {
	background: url("../../assets/images/common/ico_slider-left.svg") no-repeat center;
	opacity: .6;
	transition: 0.3s linear;
}
.slider .slick-next:hover, .slider .slick-next:focus,
.mvslider .slick-next:hover, .mvslider .slick-next:focus,
.fs-c-productListCarousel__ctrl--next:hover, .fs-c-productListCarousel__ctrl--next:focus {
	background: url("../../assets/images/common/ico_slider-right.svg") no-repeat center;
	opacity: .6;
	transition: 0.3s linear;
}
.slider .slick-dots,
.mvslider .slick-dots {
	bottom: -40px;
}
.slider .slick-dots li,
.mvslider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 10px;
}
.slider .slick-dots li button,
.mvslider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	background-color: #e9e9e8;
}
.slider .slick-dots li.slick-active button,
.mvslider .slick-dots li.slick-active button {
	background-color: #1f9d9b;
}
.slider .slick-dots li button:before,
.mvslider .slick-dots li button:before {
	content: none;
}
@media screen and (min-width: 992px) {
	.fs-c-productListCarousel__ctrl {
		min-width: 50px;
		font-size: 0;
		color: #fff;
	}
}
@media screen and (max-width: 991px) {
	.fs-c-productListCarousel__ctrl {
		display: none;
		min-width: 25px;
		font-size: 0;
		color: #fff;
	}
	.slider .slick-prev:before,
	.slider .slick-next:before,
	.mvslider .slick-prev:before,
	.mvslider .slick-next:before,
	.fs-c-productListCarousel__ctrl--prev:before,
	.fs-c-productListCarousel__ctrl--next:before {
		width: 25px;
		height: 25px;
	}
	.slider .slick-dots,
	.mvslider .slick-dots {
		bottom: -22px;
	}
	.slider .slick-dots li, .mvslider .slick-dots li {
		margin: 0 5px;
	}
	.slider .slick-dots li button,
	.mvslider .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}

/* =============================================================================
 Common Site Area
============================================================================= */
/* -----------------------------------------------------------------------------
 search box
----------------------------------------------------------------------------- */
.p-search-input {
	border: 1px #848484 solid;
	border-radius: 3px;
	position: relative;
	display: flex;
	align-items: center;
	width: 330px;
	height: 52px;
	background-color: #fff;
}
.p-search-input input[type="image"] {
	margin: 0 10px 0 20px;
	width: 20px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.p-search-input input[type="text"] {
	margin: 0;
	padding: 0 50px 0 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
}
.p-search-input ::placeholder {
	color: #bababa;
}
.p-search-input .p-search-input-delete {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	width: 20px;
	height: 20px;
	visibility: hidden;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAD/0lEQVRYhc2ZS2iUVxTHfzOZpBLr5EVeJENiSNI8Sx4aQbKyuHVRpFU3VtyI4EaKWtGVomAXXYgIbkTxgV3UbmwlpVURqYuExPiKaR5EEDKGpHmYSfMcOR/3TqfTb5L57swk+cMs5pt77v3NfZx7zvlcbW1txKFSoBWoBjYDXuAT4AMwAfQCL4HHwJjpMB4DmzLgG2AvUB6jzRLwFLgN3ADGnQzodtD2M+CWmp3TDgD1ONuBi8AQcB7ITCRkKnAG6Fazl+IAzk6yJU4APcC+REDKnnsCnALS4oSLVD5wE7gKpJtCNgB/AlsTDBcp2d8PgBynkPXAQ6AgyYBaLcAfQIbdj3aQPuCXaAZJ1OfAT3YeJxLSo05w8SoDau0AzkY+jIT8VjnntdQx5a5sIX3qFK+1XMClcLZwyO+AjesAEuVZdusvGjIPOLB2TLY6rh9qyD3ABic9eDyxX/tO2oapSZ34EOTXTqzT0tJoaWmhsrJyxbaZmZm0traSl5dnAvqVhtyknGnMWlxcZG5ujpKSEqqrq6OaZWdn09TUhMvlstob6AsNudVpyCaQnZ2djI6OUlxcTE1NjQUSrpycHBobG1laWqKjo4PxcUfRmdYWWTiBrDKxFtCuri5GRkYoKiqitrY2BJqbm0tDQ4PVRgAnJydNhkBNXrlHRTpGklnq7u6mvr6ewsJC3G43fr+furo6FhYWaG9vZ3p62rR7rRKB/DSeHjSogBUUFJCfn8/s7Kw1gwkAFHndTl2PnYLBIGNj/6YwgUCAmZmZRACKUgQy7r+rD4+ADQ8Pk5WVZe3JlJR4g3hL07Lc/nh68Pl8VFVVWUsrSyxLPT8/bz2X0y1eQA5QHBqTmfzL1L60tDQEKIdEAEU9PT0MDQ1ZM9rc3Gx642i9EchnJpZlZWVUVFQwNTVlAUY6697eXgYHB8nIyLBAU1NTTYaRVX7vVlnbsBPL9PR0axbF/8kSR7tN+vr66O/vx+v1WvvWQJL7hG6aX51EQXJ6tYsRf7icBgYGmJiYsG4nA90jLMC45dReBl4JUMsQUEo1dwmD/B14btJTEnVNu0cNGQTOrSNAcRMX9Jfw9OGOqlasB/0AvLWDlNk8DPyzxpB9qvYUUmRKK0Wpo6vPFdKsisYD4Q/tKhiX1We1JSt5EOiMHDdaLegIcH0VIQXwkKqy/U/RIBdVtet71UEyFVDZ6pVoYyxX+guqkseXwN9JgnwFbAN+XK5RLJXen1UedF3VvhMhcdIngUbgxUr9xVozfw/sB+rUTWAadvtV1WyzqpvHlOeaviKRXH0XsFNV4SSZswvDxaW8Bh4B94Hf1H53JNNodEqdRH0a5d2NgEpSJ39Afh8B3plA/UfAR1klLnHmly97AAAAAElFTkSuQmCC) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	transition: opacity ease .3s;
	outline: none;
}
.p-search-input .p-search-input-delete:hover {
	opacity: .6;
}
.p-search-input.ontext .p-search-input-delete {
	visibility: visible;
}
@media screen and (max-width: 991px) {
	.p-search-input {
		height: 50px;
	}
	.p-search-input input[type="image"] {
		margin: 0 16px 0 14px;
		width: 18px;
	}
	.p-search-input input[type="text"] {
		padding: 0 40px 0 0;
	}
	.p-search-input .p-search-input-delete {
		top: calc(50% - 9px);
		right: 14px;
		width: 18px;
		height: 18px;
	}
}

/* -----------------------------------------------------------------------------
 wako link
----------------------------------------------------------------------------- */
.c-wakolink-group {
/*  width: 214px;*/
	width: 220px;
}
.c-wakolink {
	padding: 5px 11px;
	border: 1px solid #555;
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	background-color: #fff;
}
.c-wakolink:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 11px;
	height: 100%;
	background-color: #555;
}
.c-wakolink:after {
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 50%;
	right: 4px;
	z-index: 3;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(45deg);
}
.c-wakolink__head {
	padding-top: 6px;
	padding-right: 8px;
	height: 22px;
}
.c-wakolink__head img {
	width: 47px;
	height: 11px;
	vertical-align: top;
}
.c-wakolink__body {
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #555;
	min-width: 135px;
	height: 22px;
	text-align: center;
	letter-spacing: normal;
}
.c-wakolink__body img {
	width: 118px;
	height: 12px;
	vertical-align: top;
}

/* -----------------------------------------------------------------------------
 list links
----------------------------------------------------------------------------- */
.p-cnav__list__body ul {
}
.p-cnav__list__body ul li {
	margin: 0 0 6px;
	color: #848484;
}
.p-cnav__list__body ul li a,
.p-infonav ul li a,
.p-footernav ul li a,
.p-megamenu__item__body ul li a {
	padding-left: 15px;
	display: inline-block;
	position: relative;
	color: #848484;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAcElEQVQImV3NsQ3CQAwF0BcU0bEGQ1ClRFBSQSoWoGSCa1gFVsgAGYARaFkACpDFWYr4zZf9ZLkppcAGA14xRGa1j7hh/g8HvKeYEMt97WtgQuKIJRbtBHqcsMIzYYsL1njkjwZn7HDP87j4oKv9C74DiRN91y4egwAAAABJRU5ErkJggg==) top 4px left no-repeat;
}

/* -----------------------------------------------------------------------------
 user info
----------------------------------------------------------------------------- */
.p-userinfo-area {
	line-height: 1.42;
	font-size: 12px;
}
.p-userinfo__point:before {
	content: '保有ポイント：';
}
.p-userinfo__point .is-loggedin--true {
	color: #ef634c;
}

/* -----------------------------------------------------------------------------
 store nav
----------------------------------------------------------------------------- */
.p-storenav {
	margin: 13px 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.p-storenav__item {
	margin-left: 30px;
}
.p-storenav__item:first-child {
	margin-left: 0;
}
.p-storenav__item a {
}
.fs-client-cart-count {
	border-radius: 7px;
	position: absolute;
	top: -6px;
	right: -8px;
	width: 20px;
	line-height: 15px;
	color: #fff;
	background-color: #ef634c;
	font-size: 10px;
	text-align: center;
}
.p-storenav__icon {
	margin-right: 8px;
	position: relative;
}
.p-storenav__icon img {
	vertical-align: middle;
}
.p-storenav__icon--mypage img {
	width: 17px;
}
.p-storenav__icon--register img {
	width: 14px;
}
.p-storenav__icon--cart img {
	width: 20px;
}

/* -----------------------------------------------------------------------------
 sns link
----------------------------------------------------------------------------- */
.p-snslinks {
	display: flex;
	align-items: center;
}
.p-snslinks li {
	margin-left: 40px;
}
.p-snslinks li a {
	display: flex;
	align-items: center;
}
.p-snslinks__icon {
	margin-right: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #e9e9e8;
}
.p-snslinks__icon--fb img {
	width: 9px;
}
.p-snslinks__icon--line img,
.p-snslinks__icon--insta img {
	width: 17px;
}

/* -----------------------------------------------------------------------------
 c-recently
----------------------------------------------------------------------------- */
.c-recently {
	margin: 100px 0 0;
	background-color: #e3e3e3;
}
.c-recently .c-recently__inner {
	padding: 60px 0;
}
.c-recently .recently-list {
	display: flex;
}
.c-recently .recently-list li {
	width: 90px;
	margin-left: 10px;
}
.c-recently .recently-list li:first-of-type {
	margin-left: 0;
}
.c-recently .recently-list li a {
	display: block;
}
.c-recently .recently-list li a img {
	border: #eee 1px solid;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	.c-recently {
		margin: 70px 0 0;
	}
	.c-recently .c-recently__inner {
		padding: 40px 0;
	}
	.c-recently .recently-list {
		width: calc(100% + 40px);
		margin-left: -20px;
		display: block;
		overflow-x: scroll;
		position: relative;
		-ms-overflow-style: none;
		scrollbar-width: none;
		white-space: nowrap;
	}
	.c-recently .recently-list li {
		width: 70px;
		display: inline-block;
	}
	.c-recently .recently-list li:first-of-type {
		margin-left: calc(40/750*100%);
	}
	.c-recently .recently-list li:last-of-type {
		margin-right: calc(40/750*100%);
	}
}


/* =============================================================================
 header
============================================================================= */
/* -----------------------------------------------------------------------------
 header base
----------------------------------------------------------------------------- */
.l-header {
	position: fixed;
	z-index: 100;
	height: 172px;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1199px) {
	.l-header {
		border-bottom: 1px #e9e9e8 solid;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 92px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.l-header {
		height: 107px;
	}
}

/* -----------------------------------------------------------------------------
 tagline
----------------------------------------------------------------------------- */
.l-header__inset {
	height: 26px;
	color: #fff;
	background-color: #848484;
	font-size: 12px;
	text-align: center;
}
.l-header__inset a {
	color: #fff;
}
.p-tagline {
	position: relative;
}
.p-tagline__item {
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.p-tagline .slick-arrow {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	position: absolute;
	top: 8px;
	width: 8px;
	height: 8px;
	background: transparent none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	z-index:5;
}
.p-tagline .slick-prev {
	left: 20px;
	transform: rotate(-135deg);
}
.p-tagline .slick-next {
	right: 20px;
	transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
	.l-header__inset {
		height: 32px;
	}
	.p-tagline__item {
		height: 32px;
		line-height: 32px;
	}
	.p-tagline .slick-arrow {
		border-top: 2px #fff solid;
		border-right: 2px #fff solid;
		top: 12px;
	}
	.p-tagline .slick-prev {
		left: 10px;
	}
	.p-tagline .slick-next {
		right: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.l-header__inset {
		height: 26px;
	}
	.p-tagline__item {
		height: 26px;
		line-height: 26px;
	}
	.p-tagline .slick-arrow {
		top: 9px;
	}
}

/* -----------------------------------------------------------------------------
 header contents
----------------------------------------------------------------------------- */
.l-header__inner {
	margin: 0 auto;
	padding: 14px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	max-width: 1200px;
	height: 112px;
}
.l-header__logo {
	position: absolute;
	top: 26px;
	left: calc(50% - 130px);
	width: 260px;
	line-height: 1;
}
.l-header__logo img {
	vertical-align: top;
}
.l-header__sitenav {
	display: flex;
	flex-wrap: wrap;
/*  align-items: flex-start;*/
	max-width: 380px;
}
.l-header__sitenav .p-search-input-area {
	margin-right: 14px;
}
.l-header__sitenav .p-search-input {
	width: 246px;
	height: 32px;
}
.l-header__sitenav .p-search-input input[type="image"] {
	margin-left: 12px;

}
.l-header__sitenav .p-search-input input[type="text"] {
	padding-right: 42px;
	font-size: 12px;
}
.l-header__sitenav .p-search-input .p-search-input-delete {
	right: 12px;
}
.l-header__sitenav .p-search-btn {
	display: none;
}
@media screen and (max-width: 1199px) {
	.l-header__inner {
		padding: 21px 0 0;
		display: block;
		height: 60px;
	}
	.l-header__logo {
		margin: 0 auto;
		position: static;
		width: 165px;
	}
	.l-header__banner,
	.l-header__sitenav .p-search-input-area,
	.l-header__sitenav .p-userinfo-area,
	.l-header__sitenav .p-storenav__item-mypage,
	.l-header__sitenav .p-storenav__item-register,
	.l-header__sitenav .p-storenav__name {
		display: none;
	}
	.l-header__sitenav .p-storenav__item-cart {
		margin: 0;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.l-header__sitenav .p-search-btn {
		display: block;
		position: absolute;
		top: 33px;
		right: 89px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.l-header__sitenav .p-search-btn img {
		vertical-align: top;
	}
}
@media screen and (max-width: 991px) {
	.l-header__sitenav .p-search-btn {
		top: 21px;
		right: 60px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.l-header__inner {
		padding-top: 28px;
		height: 81px;
	}
}
@media screen and (min-width: 1200px) {
	.l-header__sitenav {
		justify-content: space-between;
	}
	.l-header__sitenav .p-search-input-area {
		order: 1;
	}
	.l-header__sitenav .p-search-input {
		width: 210px;
	}
	.l-header__sitenav .p-userinfo-area {
		display: flex;
		align-items: center;
		order: 2;

		font-size: 12px;
		max-width: 150px;
	}
	.l-header__sitenav .p-userinfo__welcome {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.l-header__sitenav .p-storenav {
		order: 3;
	}
	.l-header__sitenav .p-search-input-area:first-child {
		margin-right: 0;
		width: 100%;
	}
	.l-header__sitenav .p-search-input-area:first-child .p-search-input {
		width: 100%;
	}
}
/* -----------------------------------------------------------------------------
 SP header search bar
----------------------------------------------------------------------------- */
.l-header__search {
	border-bottom: 1px #e9e9e8  solid;
	padding: 20px 40px;
	background-color: #fff;
}
.l-header__search .p-search-input {
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.l-header__search {
		display: none !important;
	}
}

/* -----------------------------------------------------------------------------
 Search Icon
----------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
	.searchOverlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: rgba(77,77,77,.8);
	}
}


/* =============================================================================
 global navi
============================================================================= */
/* pc gnavi */
@media screen and (min-width: 1200px) {
	.l-header__gnav {
		position: relative;
		height: 34px;
	}
	.p-gnav {
		margin: 0 auto;
		max-width: 1200px;
		height: 34px;
		display: flex;
		justify-content: space-between;
	}

	.p-gnav__item { /* 22-07-06 追加*/
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
		cursor: pointer;

	}
	.p-gnav__item:hover { /* 22-07-06 追加*/
		border-bottom: 1px solid #404040;
	}
	.p-megamenu__item__btn {
		height: 100%;
		color: #404040;
		font-size: 14px;
		font-weight: 500;
		transition: opacity ease .6s;
	}
	.p-megamenu__item__body {
		padding: 25px 0 50px;
		border-top: 1px #e9e9e8 solid;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: opacity ease .6s,visibility ease .6s;
		pointer-events: none;
		text-align: left;
	}
	.p-gnav__item:hover .p-megamenu__item__body {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.p-megamenu__item__body .col {
		margin: 0 20px;
	}
	.p-megamenu__item__body ul li {
		color: #848484;
		font-size: 14px;
	}
	.p-megamenu__item__body ul li + li {
		margin-top: .25em;
	}
	.l-header__hnav,
	.l-header__search {
		display: none !important;
	}
	.gnavOn .p-megamenu__item__btn {
		opacity: .4;
	}
	.gnavOn .p-gnav__item:hover .p-megamenu__item__btn {
		opacity: 1;
	}
	body:before {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		opacity: 0;
		visibility: hidden;
		transition: opacity ease .6s,visibility ease .6s;
		pointer-events: none;
	}
	.gnavOn:before {
		opacity: 1;
		visibility: visible;
	}
		.p-megamenu__item__ttl {
		font-weight: 500;
			margin-bottom: 10px;
	}
	.p-megamenu__item__ttl.sp {
		display: none;
	}
}

/* =============================================================================
 sp navi
============================================================================= */
@media screen and (max-width: 1199px) {
	.l-header__gnav {
		display: none;
	}
	.p-hnav-btn {
		position: absolute;
		top: 25px;
		left: 20px;
		z-index: 10;
		width: 22px;
		height: 18px;
		cursor: pointer;
		transition: left ease .6s;
	}
	.p-hnav-btn--inner {
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #231815;
	}
	.p-hnav-btn--inner:before,
	.p-hnav-btn--inner:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #231815;
		transition: transform ease .6s,background-color ease .6s;
	}
	.p-hnav-btn--inner:before {
		top: -7px;
	}
	.p-hnav-btn--inner:after {
		top: 7px;
	}
	.gnavOnsp .p-hnav-btn--inner {
		background-color: transparent;
	}
	.gnavOnsp .p-hnav-btn--inner:before {
		top: 50%;
		background-color: #fff;
		transform: rotate(45deg)
	}
	.gnavOnsp .p-hnav-btn--inner:after {
		top: 50%;
		background-color: #fff;
		transform: rotate(-45deg)
	}


	.headerOverlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: rgba(77,77,77,.8);
	}
	.l-header__hnav {
		position: fixed;
		top: 0;
		left: 0;
		max-width: 600px;
		width: 80%;
		height: 100%;
		z-index: 10;
		overflow: auto;
		background-color: #fff;
		transition: transform ease .6s;
		transform: translateX(-100%);
	}
	.gnavOnsp .l-header__hnav {
		transform: translateX(0);
	}
	.p-hnav {
		padding-bottom: 50px;
	}
	.l-header__hnav .p-userinfo-area {
		padding: 12px 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		color: #848484;
	}
	.l-header__hnav .p-userinfo-area>* {
		margin: 0 .5em;
	}
	.l-header__hnav .p-storenav {
		margin: 0 0 30px;
		display: flex;
		height: 60px;
		background-color: #4d4d4d;
	}
	.l-header__hnav .p-storenav__item {
		margin: 0;
		width: 50%;
		height: 100%;
	}
	.l-header__hnav .p-storenav__item a {
		display: block;
		height: 100%;
		line-height: 60px;
		color: #fff;
		text-align: center;
	}
	.l-header__hnav .p-storenav__icon {
		margin-right: 9px;
	}
	.l-header__hnav .p-storenav__icon img {
		vertical-align: middle;
	}
	.l-header__hnav .p-storenav__item-mypage {
		border-right: 1px #fff solid;
	}
	.l-header__hnav .p-storenav__item-cart {
		display: none;
	}
	.l-header__hnav .p-cnav {
		margin: 0 10px 30px;
	}
	.l-header__hnav .p-cnav__body {
		border-bottom: 1px #e9e9e8 solid;
	}
	.l-header__hnav .p-cnav__list__btn {
		margin: 0;
		padding: 15px 10px;
		border-top: 1px #e9e9e8 solid;
		position: relative;
		color: #848484;
		cursor: pointer;
	}
	.l-header__hnav .p-cnav__list__btn a {
		color: #848484;
		pointer-events: none;
	}

	.l-header__hnav .p-cnav__list + .p-cnav__list {
		margin-top: 0;
	}
	.l-header__hnav .p-cnav__list__btn:before,
	.l-header__hnav .p-cnav__list__btn:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #848484;
	}
	.l-header__hnav .p-cnav__list__btn:before {
		top: 50%;
		right: 15px;
		width: 13px;
		height: 1px;
	}
	.l-header__hnav .p-cnav__list__btn:after {
		top: calc(50% - 6px);
		right: 21px;
		width: 1px;
		height: 13px;
	}
	.l-header__hnav .p-cnav__list__btn.opened:after {
		display: none;
	}
	.l-header__hnav .p-cnav__list__body ul li {
		margin: 0;
		padding: 0;
		border-top: 1px #e9e9e8 solid;
		font-size: 14px;
	}
	.l-header__hnav .p-cnav__list__body ul li a,
	.l-header__hnav .p-infonav ul li a {
		padding: 15px 28px 15px 10px;
		display: block;
		background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 15px no-repeat;
		background-size: 7px 13px;
	}

	.l-header__hnav .p-cnav__list__body ul li.SALE_list a{
		background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 15px no-repeat;
		background-size: 7px 13px;
	}


	.l-header__hnav .p-pickupnav {
		margin: 0 10px;
	}
	.l-header__hnav .p-pickupnav__title {
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: 500;
	}
	.l-header__hnav .p-pickupnav__list {
		display: flex;
		flex-wrap: wrap;
	}
	.l-header__hnav .p-pickupnav__list__item {
		margin: 0 calc(20/580*100%) 15px 0;
		width: calc(280/580*100%);
	}
	.l-header__hnav .p-pickupnav__list__item:nth-child(even) {
		margin-right: 0;
	}
	.l-header__hnav .p-pickupnav__list__item img {
		width: 100%;
	}
	.l-header__hnav .p-pickupnav__list__item__label {
		margin-top: 5px;
		color: #848484;
		font-size: 12px;
	}
	.l-header__hnav .p-info-banner {
		margin: 0 10px 30px;
		width: calc(100% - 20px);
	}
	.l-header__hnav .p-search-input-area {
		margin: 0 10px 30px;
	}
	.l-header__hnav .p-search-input {
		width: 100%;
	}
	.l-header__hnav  .p-infonav {
		margin: 0 10px 30px;
		border-bottom: 1px #e9e9e8 solid;
	}
	.l-header__hnav .p-infonav ul li {
		margin: 0;
		border-top: 1px #e9e9e8 solid;
	}
	.l-header__hnav .p-infonav ul li a {
		background-color: transparent;
	}
	.l-header__hnav .p-snslinks {
		margin: 0 0 25px;
		justify-content: center;
	}
	.l-header__hnav .p-snslinks li {
		margin: 0 8px;
	}
	.l-header__hnav .p-snslinks__name {
		display: none;
	}
	.l-header__hnav .p-snslinks__icon {
		margin: 0;
		width: 40px;
		height: 40px;
	}
	.l-header__hnav .p-snslinks__icon--fb img {
		width: 10px;
	}
	.l-header__hnav .p-snslinks__icon--line img,
	.l-header__hnav .p-snslinks__icon--insta img {
		width: 18px;
	}
	.l-header__hnav .c-wakolink-group {
		margin: 0 auto;
	}
	.l-header__search {
		display: none;
	}
	.p-megamenu__item__ttl {
		border-top: 1px #e9e9e8 solid;
		padding: 15px 28px 15px 10px;
		display: block;
		font-weight: 500;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.p-hnav-btn {
		top: 32px;
		left: 40px;
	}
	.l-header__sitenav .p-storenav__item-cart {
		top: 30px;
		right: 40px;
	}
}

/* =============================================================================
 footer
============================================================================= */
.l-footer {
	padding: 35px 0 40px;
	background-color: #f6f6f6;
}
.l-footer__inner--1,
.l-footer__inner--2,
.l-footer__inner--3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.l-footer__inner--1 {
	padding: 0 0 30px;
	border-bottom: 1px #e9e9e8 solid;
	display: flex;
	flex-wrap: wrap;
}
.l-footer__search {
	width: 330px;
	order: 2;
}
.l-footer__cnav {
	margin: 0 0 38px;
	padding: 0 0 30px;
	border-bottom: 1px #e9e9e8 solid;
	width: 100%;
	order: 1;
}
.l-footer__cnav .p-cnav__body {
	padding-right: 1em;
}
.l-footer__cnav .p-cnav__body:last-of-type {
	padding-right: 0;
}
.l-footer__cnav .p-cnav__list + .p-cnav__list {
	margin-top: 35px;
}
.l-footer__cnav .p-cnav__list__btn {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 500;
}
.l-footer__cnav .p-cnav__list__body {
	font-size: 12px;
}
.l-footer__guidenav {
	display: none;
}
.l-footer_infonav {
	display: flex;
	justify-content: flex-end;
	order: 3;
	width: calc(100% - 330px);
	font-size: 12px;
}
.l-footer_infonav .p-infonav {
	display: flex;
}
.l-footer_infonav .p-infonav ul,
.l-footer_infonav .p-footernav ul {
	margin-left: 30px;
}
.l-footer_infonav .p-infonav ul li,
.l-footer_infonav .p-footernav ul li {
	margin: 0 0 6px;
}


.l-footer__inner--2 {
	padding: 40px 0;
	border-bottom: 1px #e9e9e8 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-footer__logo {
	width: 300px;
}
.l-footer__inner--3 {
	padding: 40px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.l-footer__copyright {
	color: #848484;
	font-size: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.l-footer {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width: 992px) {
	.l-footer__cnav .p-cnav-open {
		display: none;
	}
	.l-footer__cnav .p-cnav {
		display: flex !important;
		justify-content: space-between;
	}
}
@media screen and (max-width: 991px) {
	.l-footer {
		padding: 30px 0 0;
	}
	.l-footer__inner--1 {
		padding: 0;
		border-bottom: none;
		display: block;
	}
	.l-footer__search {
		padding: 0 0 30px;
		width: 100%;
	}
	.l-footer__search .p-search-input {
		width: 100%;
	}
	.l-footer__cnav {
		margin: 0;
		padding: 0;
		border-bottom: none;
		width: 100%;
		order: 1;
	}
	.l-footer__cnav .p-cnav-open {
		padding: 17px 0 17px 15px;
		border-top: 1px #e9e9e8 solid;
		display: block;
		color: #848484;
		font-size: 14px;
	}
	.l-footer .accsp-btn {
		position: relative;
	}
	.l-footer .accsp-btn a {
		pointer-events: none;
	}
	.l-footer .accsp-btn:before,
	.l-footer .accsp-btn:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #848484;
	}
	.l-footer .accsp-btn:before {
		top: 50%;
		right: 15px;
		width: 13px;
		height: 1px;
	}
	.l-footer .accsp-btn:after {
		top: calc(50% - 6px);
		right: 21px;
		width: 1px;
		height: 13px;
	}
	.l-footer .accsp-btn.opened:after {
		display: none;
	}
	.l-footer__cnav .p-cnav__body {
		padding: 0;
	}
	.l-footer__cnav .p-cnav__list__btn {
		margin: 0;
		padding: 17px 0 17px 15px;
		border-top: 1px #e9e9e8 solid;
		display: block;
		color: #848484;
		background-color: #fff;
		font-size: 14px;
	}
	.l-footer__cnav .p-cnav__list__btn a {
		pointer-events: none;
	}
	.l-footer__cnav .p-cnav__list + .p-cnav__list {
		margin-top: 0;
	}
	.l-footer__cnav .p-cnav__list__body ul li,
	.l-footer__guidenav .p-guidenav__list li {
		margin: 0;
		border-top: 1px #e9e9e8 solid;
	}
	.l-footer__cnav .p-cnav__list__body ul li a,
	.l-footer__guidenav .p-guidenav__list li a,
	.p-footernav ul li a {
		padding: 15px 28px 15px 15px;
		display: block;
		color: #848484;
		background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 18px no-repeat;
		background-size: 7px 13px;
		font-size: 14px;
	}

	.l-footer__cnav .p-cnav__list__body ul li.SALE_list a{
		background-color: #fff;
	}


	.l-footer__guidenav {
		display: block;
	}
	.l-footer__guidenav .p-guidenav__btn {
		padding: 17px 0 17px 15px;
		border-top: 1px #e9e9e8 solid;
		display: block;
		color: #848484;
	}
	.l-footer_infonav {
		display: block;
		width: 100%;
	}
	.l-footer_infonav .p-infonav {
		display: none;
	}
	.l-footer_infonav .p-footernav ul {
		margin: 0;
		border-top: 1px #e9e9e8 solid;
		display: block;
	}
	.p-footernav ul li {
		border-bottom: 1px #e9e9e8 solid;
	}
	.l-footer__inner--2 {
		padding: 38px 0;
		border-bottom: none;
		display: block;
	}
	.l-footer__logo {
		margin: 0 auto 25px;
		width: calc(500/750*100vw);
	}
	.l-footer__inner--2 .p-snslinks {
		justify-content: center;
	}
	.l-footer__inner--2 .p-snslinks li {
		margin: 0 5px;
	}
	.l-footer__inner--2 .p-snslinks li a {
		display: flex;
		align-items: center;
	}
	.l-footer__inner--2 .p-snslinks__icon {
		margin-right: 0;
		width: 60px;
		height: 60px;
	}
	.l-footer__inner--2 .p-snslinks__icon--fb img {
		width: 14px;
	}
	.l-footer__inner--2 .p-snslinks__icon--line img,
	.l-footer__inner--2 .p-snslinks__icon--insta img {
		width: 25px;
	}
	.l-footer__inner--2 .p-snslinks__name {
		display: none;
	}
	.l-footer__inner--3 {
		padding: 0;
		display: block;
	}
	.l-footer__inner--3 .c-wakolink-group {
		margin: 0 auto;
	}
	.l-footer__copyright {
		padding: 40px 0 15px;
		font-size: 11px;
		text-align: center;
	}
}
/* =============================================================================
 23-01-27 カテゴリ一覧　サブ見出し追加(フッター　サイトマップ)
============================================================================= */
@media screen and (max-width: 991px) {
	.p-cnav__list__sub-ttl {
		border-top: 1px #e9e9e8 solid;
		padding: 15px 28px 15px 15px;
		font-size: 14px;
		background-color: #fff;
		color: #848484;
	}
}



@media screen and (min-width: 992px) {
		.p-cnav__list__sub-ttl {
				margin: 0 0 6px;
		color: #848484;
			font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.l-footer .p-cnav__list__sub-ttl {
		border-top: 1px #e9e9e8 solid;
		padding: 15px 28px 15px 15px;
		font-size: 14px;
		background-color: #fff;
	}
}


@media screen and (min-width: 992px) {
		.l-footer .p-cnav__list__sub-ttl {
				margin: 0 0 6px;
		color: #848484;
			font-size: 12px;
	}
}

/* =============================================================================
 Breadcrumb
============================================================================= */
.fs-c-breadcrumb__list {
	color: #848484;
	padding: 0;
}
.fs-c-breadcrumb__list a {
	color: #848484;
}

@media screen and (max-width: 991px) {
	.fs-c-breadcrumb__list {
		margin: 16px 0 26px;
		font-size: 11px;
		line-height: 2;
	}
}
@media screen and (min-width: 992px) {
	.fs-c-breadcrumb__list {
		margin: 32px 0 36px;
		font-size: 12px;
		line-height: 1.66;
	}
}
/* -----------------------------------------------------------------------------
 23-06-01 最近ご覧になったお品　AI　RECOMMEND
----------------------------------------------------------------------------- */
.c-recently .fs-p-heading--lv2 {
  display: none;
}
.c-recently .fr3-productListStatic {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .c-recently .fr3-productListStatic {
    grid-template-columns: repeat(10, 1fr);
  }
}
.c-recently .fr3-item__productName {
  display: none;
}
.c-recently .fr3-item__productPrice {
  display: none;
}