@charset 'shift_jis';
/* --------------------------------------------------------------------------------
★スマートフォン
商品詳細
-------------------------------------------------------------------------------- */
/*商品マーク*/
.fs-c-productMark .fs-c-productMark__mark, .fs-c-mark--preorder {
	padding: 1vh 3vw;
}
/********** 商品名 **********/
.fs-c-productNameHeading {
	/*
	font-size: ;
	*/
}
/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay {
	/*
	color: #f30;
	background: #fff;
	*/
}
/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	/*
	font-size: 5vw;
	*/
}
/********** お気に入りに登録する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
	/*
	display: none;
	*/
}
/********** お気に入りを解除する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	/*
	display: none;
	*/
}
/********** 数量 **********/
.fs-body-product .fs-c-quantity__select {
	font-size: 2.2rem;
}
/********** 項目選択肢 **********/
.fs-body-product .fs-c-productSelection .fs-c-productSelection__name {
	font: inherit;
}
/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod {}
/********** カートボタン **********/
.fs-body-product .fs-c-button--addToCart--detail {
	background: #b32a28;
	font-size: 3.7vw;
	padding: 3vw 0;
	border-radius: 2px;
	width: 86vw;
	margin: 0 auto;
}
.fs-body-product .fs-c-button--addToCart--detail .fs-c-button__label {
	position: relative;
	margin-left: 9vw;
}
.fs-body-product .fs-c-button--addToCart--detail .fs-c-button__label:before {
	content: "";
	background: url("../images/product-device/btn-icon-product.png") no-repeat;
	background-size: 6.7vw 6.1vw;
	width: 6.7vw;
	height: 6.1vw;
	position: absolute;
	top: 50%;
	left: -9vw;
	margin-top: -3.05vw;
}
/* カート変形用 */
.fs-body-product .fixedcart {
	width: 84%;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	transition: position 0.4s ease-out;
	background-color: rgba(255, 255, 255, 0.8);
	animation: fadeup 1.5s cubic-bezier(0.42, 1, 0.68, 1) 1 forwards;
}
.fs-body-product .fixedcart .fs-c-button--addToCart--detail {
	padding: 3vw 0;
	background-position: 19vw 50%;
}
/* 固定時には消す */
.fs-body-product .fixedcart .fs-c-productQuantityAndWishlist {
	display: none;
}
@keyframes fadeup {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fs-body-product .fixedcart ul li {
	padding: 0;
}
.fs-body-product .fixedcart .FS2_figure_text {
	display: none;
}
.fs-body-product .fixedcart .FS2_Figure_textarea {
	display: none;
}
.fs-body-product .fixedcart .toCart {
	padding: 0;
}
.fs-body-product .fadeout {
	animation: fadeout 1.5s cubic-bezier(0.42, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeout {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fs-body-product .fs-c-productSelection.fixedcart {}
/*この商品を見た人は、こちらの商品もチェックしています！*/
/*最近見た商品*/
.fs-body-product .history_recommend {
	display: none;
}