@charset "utf-8";
/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	display: block;
	padding-top: 0;
}
.fs-l-header__contents {
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > * {
	padding: 0;
}
.fs-l-header--min {
	border-bottom: none;
}
/* -------------------------------------------------
fs-preview-header
-------------------------------------------------- */
.fs-preview-header {
	display: none;
}
.fs-l-header--min {
	border: none;
}
/* -------------------------------------------------
fs-l-footer
-------------------------------------------------- */
.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}
/********** ぱんくず **********/
.fs-c-breadcrumb {
	max-width: 1200px;
	padding: 0;
	margin: 40px auto 30px;
}
/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
/* --------------------------------------------------------------------------------
fs-c-productList__list
-------------------------------------------------------------------------------- */
/********** 表示列数3列 **********/
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	width: 33.3%;
	grid-column: none;
	grid-row: none;
	border: none;
    font-size: 12px;
}
/* --------------------------------------------------------------------------------
フリーページ
-------------------------------------------------------------------------------- */
.fs-body-custom h1.fs-c-heading.fs-c-heading--page {
	background: #f4f3f1;
	border-bottom: 2px solid #e2dacf;
	text-align: left;
	font-size: 18px;
	padding: 15px 20px;
	margin: 0 0 25px;
	line-height: 1;
}
/* ------ レコメンド 閲覧履歴 -------- */
.fs-body-custom h2 {
	margin: 0 0 30px;
	font-size: 24px;
	text-align: center;
}
.fs-body-custom .history {
	margin: 0 0 100px;
}
.fs-body-custom .history .slider.rcmd-slick-initialized {
	display: block;
}
.fs-body-custom .history .slider .rcmd-slick-prev::before {
	background-image: url("../images/index/btn-ranking-prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 15px;
	height: 28px;
	content: "\002003";
	cursor: pointer;
}
.fs-body-custom .history .slider .rcmd-slick-next::before {
	background-image: url("../images/index/btn-ranking-next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 15px;
	height: 28px;
	content: "\002003";
	cursor: pointer;
}
.fs-body-custom .history .slider .rcmd-slick-prev {
	width: 15px;
	height: 28px;
	left: 0;
}
.fs-body-custom .history .slider .rcmd-slick-next {
	width: 15px;
	height: 28px;
	right: 0;
}
.fs-body-custom .history .slider .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-custom .history .slider .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-custom .history .slider .rcmd-slick-list {
	width: auto;
	margin: 0 21px;
}
.fs-body-custom .history .slider .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-custom .history .item-box {
	box-sizing: border-box;
	padding: 0 12px;
	word-break: break-all;
}
.fs-body-custom .history .item-box a {
	color: inherit;
	text-decoration: none;
}
.fs-body-custom .history .item-box img {
	max-width: 100%;
}
.fs-body-custom .history .item-box .name {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 5px;
}
.fs-body-custom .history .item-box .price-box {
	display: flex;
}
.fs-body-custom .history .item-box .price-box .yen {
	font-size: 14px;
	font-weight: bold;
}
.fs-body-custom .history .item-box .price-box .price {
	font-size: 14px;
	font-weight: bold;
}
.fs-body-custom .history .item-box .price-box .tax {
	font-size: 14px;
	font-weight: bold;
}
/* -------------------------------------------------
マイページ
-------------------------------------------------- */
/* 会員ステージ */
#fs_MyPageTop .fs-l-pageMain .stage {
	margin-bottom: 5px;
}
/* プラチナ */
#fs_MyPageTop .fs-l-pageMain .stage .platinum-1 {
	color: #33b3d8;
}
#fs_MyPageTop .fs-l-pageMain .stage .platinum-1:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-platinum.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* ゴールド */
#fs_MyPageTop .fs-l-pageMain .stage .gold-2 {
	color: #e0ad1e;
}
#fs_MyPageTop .fs-l-pageMain .stage .gold-2:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* シルバー */
#fs_MyPageTop .fs-l-pageMain .stage .silver-3 {
	color: #afada7;
}
#fs_MyPageTop .fs-l-pageMain .stage .silver-3:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-silver.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* ブロンズ */
#fs_MyPageTop .fs-l-pageMain .stage .bronze-4 {
	color: #b24718;
}
#fs_MyPageTop .fs-l-pageMain .stage .bronze-4:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-bronze.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* レギュラー */
#fs_MyPageTop .fs-l-pageMain .stage .pt-5 {
	color: #eda9a0;
}
#fs_MyPageTop .fs-l-pageMain .stage .pt-5:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(../images/common/stage-rank-icon-pt.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
/* レギュラー */
#fs_MyPageTop .fs-l-pageMain .stage .norank-1, #fs_MyPageTop .fs-l-pageMain .stage .norank-2, #fs_MyPageTop .fs-l-pageMain .stage .norank-3, #fs_MyPageTop .fs-l-pageMain .stage .norank-4, #fs_MyPageTop .fs-l-pageMain .stage .norank-5 {
	display: none;
}
#fs_MyPageTop .fs-l-pageMain .stage .norank- {
	display: inline;
}
#fs_MyPageTop .fs-l-pageMain .stage .platinum-1:after, #fs_MyPageTop .fs-l-pageMain .stage .gold-2:after, #fs_MyPageTop .fs-l-pageMain .stage .silver-3:after, #fs_MyPageTop .fs-l-pageMain .stage .bronze-4:after, #fs_MyPageTop .fs-l-pageMain .stage .pt-5:after {
	content: '会員';
}
/* 会員 */
#fs_MyPageTop .fs-l-pageMain .stage-link a {
	margin-top: 10px;
	color: #0000ff;
	display: block;
}
#fs_MyPageTop .btn-stage-details {
	margin-bottom: 20px;
}
#fs_MyPageTop .btn-stage-details a {
	color: #333;
}
#member-stage {
	position: absolute;
	display: block;
	margin-top: -180px;
	padding-top: 180px;
}