@charset 'utf-8';
/* --------------------------------------------------------------------------------
コマースクリエイターリセット
-------------------------------------------------------------------------------- */
/* -------------------------------------------------
fs-preview-header
-------------------------------------------------- */
.fs-preview-header {
	display: none;
}
/* -------------------------------------------------
fs-l-header
-------------------------------------------------- */
.fs-l-header {
	padding: 0;
}
.fs-l-header--min {
	border: none;
}
.fs-l-header__contents {
	display: block;
	grid-template-columns: none;
}
.fs-l-header__contents > * {
	padding: 0;
}
.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}
/********** ぱんくず **********/
.fs-c-breadcrumb {
	margin: 9vw 0 7vw 0;
}
/* -------------------------------------------------
fs-l-main
-------------------------------------------------- */
.fs-l-main {
	margin: 0 2vw;
	padding: 0;
	max-width: 100%;
}
/* -------------------------------------------------
fs-l-footer
-------------------------------------------------- */
.fs-l-footer {
	position: relative;
	border-top: none;
	color: inherit;
	margin-top: 0;
	background: none;
}
/* -------------------------------------------------
fs-l-pageMain
-------------------------------------------------- */
.fs-l-pageMain {
	max-width: 100%;
}
/* --------------------------------------------------------------------------------
フリーページ
-------------------------------------------------------------------------------- */
.fs-body-custom h1.fs-c-heading.fs-c-heading--page {
	background: #f4f3f1;
	border-bottom: 0.8vw solid #e2dacf;
	text-align: center;
	font-size: 4.8vw;
	padding: 2.5vw;
	margin: 0 0 4vw;
	line-height: 1;
}
/* ------ レコメンド 閲覧履歴 -------- */
.fs-body-custom h2 {
	font-size: 4.8vw;
	margin: 0 0 5vw;
	text-align: center;
}
.fs-body-custom .history {
	margin: 0 0 12vw;
}
.fs-body-custom .history .slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-custom .history .slider-sp .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: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-custom .history .slider-sp .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: 2.9vw;
	height: 5.6vw;
	content: "\002003";
	cursor: pointer;
}
.fs-body-custom .history .slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-custom .history .slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-custom .history .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-custom .history .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-custom .history .slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-custom .history .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-custom .history .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	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: 3.2vw;
	line-height: 1.34;
	margin: 0 0 4vw;
}
.fs-body-custom .history .item-box .price-box {
	display: flex;
	align-items: end;
}
.fs-body-custom .history .item-box .price-box .yen {
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-custom .history .item-box .price-box .price {
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-custom .history .item-box .price-box .tax {
	font-size: 3.2vw;
	font-weight: bold;
}
/* -------------------------------------------------
マイページ
-------------------------------------------------- */
/* 会員ステージ */
#fs_MyPageTop .fs-l-pageMain .stage {
	margin-bottom: 2vw;
}
/* プラチナ */
#fs_MyPageTop .fs-l-pageMain .stage .platinum-1 {
	color: #33b3d8;
}
#fs_MyPageTop .fs-l-pageMain .stage .platinum-1:before {
	content: '';
	display: inline-block;
	width: 3.1vw;
	height: 4vw;
	background-image: url(../images/common/stage-rank-icon-platinum.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2.4vw;
	background-repeat: no-repeat;
}
/* ゴールド */
#fs_MyPageTop .fs-l-pageMain .stage .gold-2 {
	color: #926d0b;
}
#fs_MyPageTop .fs-l-pageMain .stage .gold-2:before {
	content: '';
	display: inline-block;
	width: 3.1vw;
	height: 4vw;
	background-image: url(../images/common/stage-rank-icon-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2.4vw;
	background-repeat: no-repeat;
}
/* シルバー */
#fs_MyPageTop .fs-l-pageMain .stage .silver-3 {
	color: #595959;
}
#fs_MyPageTop .fs-l-pageMain .stage .silver-3:before {
	content: '';
	display: inline-block;
	width: 3.1vw;
	height: 4vw;
	background-image: url(../images/common/stage-rank-icon-silver.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2.4vw;
	background-repeat: no-repeat;
}
/* ブロンズ */
#fs_MyPageTop .fs-l-pageMain .stage .bronze-4 {
	color: #595959;
}
#fs_MyPageTop .fs-l-pageMain .stage .bronze-4:before {
	content: '';
	display: inline-block;
	width: 3.1vw;
	height: 4vw;
	background-image: url(../images/common/stage-rank-icon-bronze.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2.4vw;
	background-repeat: no-repeat;
}
/* レギュラー */
#fs_MyPageTop .fs-l-pageMain .stage .pt-5 {
	color: #004baa;
}
#fs_MyPageTop .fs-l-pageMain .stage .pt-5:before {
	content: '';
	display: inline-block;
	width: 3.1vw;
	height: 4vw;
	background-image: url(../images/common/stage-rank-icon-pt.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2.4vw;
	background-repeat: no-repeat;
}
/* レギュラー */
#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: 2vw;
	color: #0000ff;
	display: block;
}
#fs_MyPageTop .fs-l-pageMain .btn-stage-details a {
	color: #333;
}
#fs_MyPageTop .fs-l-pageMain .btn-stage-details {
	margin-bottom: 5vw;
}
#fs_MyPageTop .fs-l-pageMain .fs-c-documentArticle-stage {
	position: relative;
}
#member-stage {
	position: absolute;
	display: block;
	margin-top: -30vw;
	padding-top: 30vw;
}