@charset "utf-8";
/* --------------------------------------------------------------------------------
商品一覧&詳細共通
-------------------------------------------------------------------------------- */
/* 価格カラー変更 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #333;
}
/* 定価がある時のみ販売価格を色変更 */
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price, .fs-body-product .fs-l-productLayout__item .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
	color: #bb4239;
}
/* --------------------------------------------------------------------------------
カテゴリ
-------------------------------------------------------------------------------- */
.fs-body-product .fs-l-pageMain {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
/********** 商品画像 **********/
/*矢印*/
.fs-body-product .fs-c-slick .slick-prev {
	left: 0;
}
.fs-body-product .fs-c-slick .slick-next {
	right: 0;
}
.fs-body-product .fs-c-slick .slick-prev:before, .fs-body-product .fs-c-slick .slick-next:before {
	background: rgba(0, 0, 0, 0.5);
}
.fs-body-product .fs-c-slick .slick-prev.slick-disabled:before, .fs-body-product .fs-c-slick .slick-next.slick-disabled:before {
	opacity: 1;
	color: #000;
}
/*拡大ボタン*/
.fs-body-product .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
	margin: 0;
	padding: 0;
}
/********** 商品名 & キャッチコピー **********/
.fs-body-product .fs-c-productNameHeading {
	margin: 18vw 0 0;
	padding: 0 0 5vw;
}
/* キャッチコピー */
.fs-body-product .fs-c-productNameHeading__copy {
	display: block;
	margin: 0 0 2vw;
	font-weight: normal;
	color: #333333;
}
/* 商品名 */
.fs-body-product .fs-c-productNameHeading__name {
	font-size: 4.8vw;
	color: #333333;
	font-weight: normal
}
/* 商品マーク */
.fs-body-product .fs-c-productMarks {
	margin: 5.5vw 0 10vw;
}
.fs-body-product .fs-c-productMark > li {
	box-sizing: border-box;
	margin: 0 1.2vw 2vw 0;
}
/* 商品番号 */
.fs-body-product .fs-c-productNumber {
	font-size: 4.8vw;
	margin: 0 0 3vw;
	padding: 2vw 7vw;
}
/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay {
	color: #333;
	background: #e6e1d6;
	font-size: 4.8vw;
	padding: 2.3vw 3.5vw;
	text-align: center;
}
/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product .fs-c-productPrice__main__label {
	/*	display: none; */
}
.fs-body-product .fs-l-productLayout__item .fs-c-productPrice {
	margin: 0 0 5vw;
}
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-weight: bold;
}
.fs-body-product .fs-l-productLayout__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 6vw;
}
.fs-body-product .fs-c-productPrice__addon {
	font-size: 3.6vw;
}
/********** 会員ステージ価格 **********/
/* プラチナ */
.fs-body-product .fs-c-productPrice--stage1 {
	width: 85vw;
	border: 1px solid #33b3d7;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-productPrice__main {
	background: #33b3d7;
	color: #fff;
	font-weight: 700;
}
/* ゴールド */
.fs-body-product .fs-c-productPrice--stage2 {
	width: 85vw;
	border: 1px solid #d2af21;
}
.fs-body-product .fs-c-productPrice--stage2 .fs-c-productPrice__main {
	background: #d2af21;
	color: #fff;
	font-weight: 700;
}
/* シルバー */
.fs-body-product .fs-c-productPrice--stage3 {
	width: 85vw;
	border: 1px solid #898989;
}
.fs-body-product .fs-c-productPrice--stage3 .fs-c-productPrice__main {
	background: #898989;
	color: #fff;
	font-weight: 700;
}
/* ブロンズ */
.fs-body-product .fs-c-productPrice--stage4 {
	width: 85vw;
	border: 1px solid #a26a21;
}
.fs-body-product .fs-c-productPrice--stage4 .fs-c-productPrice__main {
	background: #a26a21;
	color: #fff;
	font-weight: 700;
}
/* レギュラー */
.fs-body-product .fs-c-productPrice--stage5 {
	width: 85vw;
	border: 1px solid #eda89f;
}
.fs-body-product .fs-c-productPrice--stage5 .fs-c-productPrice__main {
	background: #eda89f;
	color: #fff;
	font-weight: 700;
}
.fs-body-product .fs-c-productPrice--stage1, .fs-body-product .fs-c-productPrice--stage2, .fs-body-product .fs-c-productPrice--stage3, .fs-body-product .fs-c-productPrice--stage4, .fs-body-product .fs-c-productPrice--stage5 {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-productPrice__main, .fs-body-product .fs-c-productPrice--stage2 .fs-c-productPrice__main, .fs-body-product .fs-c-productPrice--stage3 .fs-c-productPrice__main, .fs-body-product .fs-c-productPrice--stage4 .fs-c-productPrice__main, .fs-body-product .fs-c-productPrice--stage5 .fs-c-productPrice__main {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-productPrice__addon, .fs-body-product .fs-c-productPrice--stage2 .fs-c-productPrice__addon, .fs-body-product .fs-c-productPrice--stage3 .fs-c-productPrice__addon, .fs-body-product .fs-c-productPrice--stage4 .fs-c-productPrice__addon, .fs-body-product .fs-c-productPrice--stage5 .fs-c-productPrice__addon {
	padding-bottom: 2vw;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-productPrice__main__label, .fs-body-product .fs-c-productPrice--stage2 .fs-c-productPrice__main__label, .fs-body-product .fs-c-productPrice--stage3 .fs-c-productPrice__main__label, .fs-body-product .fs-c-productPrice--stage4 .fs-c-productPrice__main__label, .fs-body-product .fs-c-productPrice--stage5 .fs-c-productPrice__main__label {
	padding: 0 2vw;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-productPrice__main__price.fs-c-price, .fs-body-product .fs-c-productPrice--stage2 .fs-c-productPrice__main__price.fs-c-price, .fs-body-product .fs-c-productPrice--stage3 .fs-c-productPrice__main__price.fs-c-price, .fs-body-product .fs-c-productPrice--stage4 .fs-c-productPrice__main__price.fs-c-price, .fs-body-product .fs-c-productPrice--stage5 .fs-c-productPrice__main__price.fs-c-price {
	background: #fff;
	padding-left: 4vw;
	padding-right: 2vw;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-price__currencyMark, .fs-body-product .fs-c-productPrice--stage2 .fs-c-price__currencyMark, .fs-body-product .fs-c-productPrice--stage3 .fs-c-price__currencyMark, .fs-body-product .fs-c-productPrice--stage4 .fs-c-price__currencyMark, .fs-body-product .fs-c-productPrice--stage5 .fs-c-price__currencyMark {
	color: #cc3333;
}
.fs-body-product .fs-c-productPrice--stage1 .fs-c-price__value, .fs-body-product .fs-c-productPrice--stage2 .fs-c-price__value, .fs-body-product .fs-c-productPrice--stage3 .fs-c-price__value, .fs-body-product .fs-c-productPrice--stage4 .fs-c-price__value, .fs-body-product .fs-c-productPrice--stage5 .fs-c-price__value {
	color: #cc3333;
}
/********** 数量・お気に入り **********/
.fs-body-product .fs-c-productQuantityAndWishlist {
	margin: 0 0 8vw;
}
/********** 数量 **********/
.fs-body-product span.fs-c-productQuantityAndWishlist__quantity {
	position: relative;
}
.fs-body-product span.fs-c-productQuantityAndWishlist__quantity::before {
	content: "数量";
	font-size: 4.8vw;
	position: absolute;
	top: 1vw;
	left: 0;
}
.fs-body-product .fs-c-quantity__select {
	font-size: 4.8vw !important;
	margin: 0 0 0 12vw;
}
/********** 項目選択肢 **********/
.fs-body-product .fs-c-productSelection .fs-c-productSelection__name {
	font: inherit;
	background: #e8e8e8;
	padding: 3vw 2vw;
}
.fs-body-product dd.fs-c-productSelection__selection {
	margin: 5vw 0 10vw;
}
/* ラジオボタン */
.fs-body-product .fs-c-radioGroup {
	display: flex;
	flex-direction: row;
}
.fs-body-product .fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
	margin-top: 0;
	margin-left: 0;
}
.fs-body-product .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
	border-color: #666;
}
.fs-body-product .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #666;
}
.fs-body-product .fs-c-requiredMark {
	display: none;
}
/********** カートボタン **********/
.fs-body-product .fs-c-productActionButton {
	padding: 0;
	margin: 0 0 2.5vw;
}
.fs-body-product button.fs-c-button--addToCart--detail {
	width: 100%;
	height: 16vw;
	min-width: auto;
	background: #cc3333;
	border: 1px solid #cc3333;
	border-radius: 7px;
}
.fs-body-product button.fs-c-button--addToCart--detail span.fs-c-button__label {
	font-size: 4.8vw;
	position: relative;
	margin: 0 0 0 10vw;
}
.fs-body-product button.fs-c-button--addToCart--detail span.fs-c-button__label::before {
	content: "";
	background: url("../images/product/common/icon-cart.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 5vw;
	position: absolute;
	top: 0;
	left: -8vw;
}
/********** カート下テキスト **********/
.fs-body-product .cart-text {
	margin: 9vw 0 10vw 0;
	font-weight: bold;
}
/********** twiter **********/
.fs-body-product .fs-p-snsArea .btn {
	border-radius: 3px !important;
}
/********** ライン パーツ **********/
.fs-body-product .line-icon-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 9.5vw 0 0 0;
}
.fs-body-product .icon-friend {
	width: 37vw;
}
.fs-body-product .icon-mail {
	width: 10vw;
	margin: 0 4.5vw;
}
.fs-body-product .icon-line {
	width: 9.5vw;
}
.fs-body-product .line-icon-box img {
	width: 100%;
}
.fs-body-product .line-bnr {
	margin-top: 10vw;
}
/********** 独自コメント1 **********/
.fs-body-product .product_comment-1 {
	font-size: 3.6vw;
	margin: 15vw 0;
}
.fs-body-product .product_comment-1 h2 {
	font-size: 4.8vw;
	font-weight: 700;
	padding-bottom: 2vw;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5.5vw;
}
.fs-body-product .product_comment-1 table {
	display: table;
	width: 100%;
	margin: 2em auto;
	border-collapse: collapse;
	box-sizing: border-box;
	border-spacing: 0;
}
.fs-body-product .product_comment-1 th, .fs-body-product .product_comment-1 td {
	width: 25%;
	padding: 0.25em;
	text-align: left;
	border: 1px solid #ccc;
}
.fs-body-product .product_comment-1 th {
	background: #f0f0f0;
	white-space: nowrap;
}
.fs-body-product .product_comment-1 .ptn1 td {
	width: 75%;
}
/* ------ レコメンド 関連商品-------- */
.fs-body-product .related {
	margin: 0 0 12vw;
}
.fs-body-product .related h2 {
	margin: 0 0 3vw;
	font-size: 4.8vw;
	text-align: center;
}
.fs-body-product .related p {
	text-align: center;
	font-size: 3.6vw;
	margin: 0 0 5vw;
}
.fs-body-product .related .related-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-body-product .related .related-box ul li {
	width: 32%;
	margin: 0 2% 10vw 0;
}
.fs-body-product .related .related-box ul li:nth-child(3n) {
	margin: 0 0 10vw;
}
.fs-body-product .related .related-box ul li .img {
	display: block;
	width: 100%;
}
.fs-body-product .related .related-box ul li .img img {
	display: block;
}
.fs-body-product .related .related-box ul li .name {
	display: block;
	font-size: 3.6vw;
	font-weight: nomal;
	line-height: 1.34;
	margin: 0 0 4vw;
	color: #666;
}
.fs-body-product .related .related-box ul li .name a {
	color: #666;
}
.fs-body-product .related .related-box ul li .price-box {
	display: flex;
}
.fs-body-product .related .related-box ul li .price-box .hanbai {
	display: none;
}
.fs-body-product .related .related-box ul li .price-box .yen {
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-product .related .related-box ul li .price-box .price {
	font-size: 3.2vw;
	font-weight: bold;
}
.fs-body-product .related .related-box ul li .price-box .tax {
	font-size: 3.2vw;
	font-weight: bold;
}
/* ------ レコメンド 閲覧履歴 -------- */
.fs-body-product h2 {
	font-size: 4.8vw;
	margin: 0 0 5vw;
	text-align: center;
}
.fs-body-product .history {
	margin: 0 0 12vw;
}
.fs-body-product .history .slider-sp .rcmd-slick-initialized {
	display: block;
}
.fs-body-product .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-product .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-product .history .slider-sp .rcmd-slick-prev {
	width: 2.9vw;
	height: 5.6vw;
	left: 0;
}
.fs-body-product .history .slider-sp .rcmd-slick-next {
	width: 2.9vw;
	height: 5.6vw;
	right: 0;
}
.fs-body-product .history .slider-sp .rcmd-slick-prev.rcmd-slick-disabled:before, .fs-body-product .history .slider-sp .rcmd-slick-next.rcmd-slick-disabled:before {
	opacity: 1;
}
.fs-body-product .history .slider-sp .rcmd-slick-list {
	width: auto;
	margin: 0 2vw;
}
.fs-body-product .history .slider-sp .rcmd-slick-list .rcmd-slick-track .item-box {
	position: relative;
}
.fs-body-product .history .item-box {
	box-sizing: border-box;
	padding: 0 2vw;
	word-break: break-all;
}
.fs-body-product .history .item-box a {
	color: inherit;
	text-decoration: none;
}
.fs-body-product .history .item-box img {
	max-width: 100%;
}
.fs-body-product .history .item-box .name {
	display: block;
	font-size: 3vw;
	line-height: 1.34;
	margin: 0 0 4vw;
}
.fs-body-product .history .item-box .price-box {
	display: flex;
	vertical-align: middle;
	align-items: center;
}
.fs-body-product .history .item-box .price-box .yen {
	font-size: 3vw;
	font-weight: bold;
	vertical-align: middle;
}
.fs-body-product .history .item-box .price-box .price {
	font-size: 3vw;
	font-weight: bold;
	vertical-align: middle;
}
.fs-body-product .history .item-box .price-box .tax {
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: middle;
    display: contents;
	display: inline-block;
	margin-top: 0.1em;
}