@charset 'utf-8';
/* --------------------------------------------------------------------------------
★スマートフォン
商品詳細
-------------------------------------------------------------------------------- */
/********** 商品名 & キャッチコピー **********/
/* キャッチコピー */
.fs-body-product .fs-c-productNameHeading__copy {
	display: block;
	padding: 0 0 2vw;
	font-weight: normal;
	font-size: 3.6vw;
	color: #333333;
}
/* 商品名 */
.fs-body-product .fs-c-productNameHeading {
	display: block;
	padding: 0 0 9vw;
	margin: 0;
	font-weight: normal;
	font-size: 4.8vw;
	line-height: 1.25;
	color: #333333;
}
/********** 商品番号 **********/
.fs-body-product .fs-c-productNumber {
	border: 0.2vw solid #000000;
	font-size: 4.8vw;
	padding: 3vw 5vw;
}
/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay {
	color: #000000;
	background: #f4de26;
}
/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product .fs-l-productLayout__item .fs-c-productPrice .fs-c-productPrice__main__label {
	font-size: 3.6vw;
}
.fs-body-product .fs-l-productLayout__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 6vw;
	color: #cc0000;
	font-weight: bold;
}
.fs-body-product .fs-l-productLayout__item .fs-c-productPrice span.fs-c-productPrice__addon {
	font-size: 3.6vw;
	color: #cc0000;
	font-weight: bold;
}
/********** 数量・お気に入り **********/
.fs-body-product .fs-c-productQuantityAndWishlist {
	width: 100%;
}
/********** 数量 **********/
.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
	position: relative;
	padding: 0 0 0 11vw;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
	content: "数量";
	font-size: 4.8vw;
	position: absolute;
	top: 0.5vw;
	left: 0;
}
.fs-body-product select.fs-c-quantity__select.fs-system-quantity-list {
	width: 15vw;
}
/********** お気に入りに登録する **********/
.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-productSelection .fs-c-productSelection__name {
	font: inherit;
}
/********** カートに入れる **********/
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
	width: 100%;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary {
	background: #dd0606;
	color: #ffffff;
	font-size: 4.8vw;
	border: none;
	border-radius: 1vw;
	padding: 5vw 0;
	width: 100%;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary .fs-c-button__label {
	position: relative;
	padding: 0 0 0 8vw;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--primary .fs-c-button__label:before {
	content: "";
	background: url("../images/product/common/btn-icon-cart.png") no-repeat;
	background-size: 100%;
	width: 6vw;
	height: 5.6vw;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.8vw;
}
/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod {}
/********** 送料などのご利用ガイドはこちら **********/
.fs-body-product .fs-l-productLayout__item .guide {
	width: 100%;
	padding: 0.5em 1em;
	font-weight: bold;
	background-color: #ff6;
	border: 3px double #c00;
}
.fs-body-product .guide a {
	color: #c00;
	/*font-size: 14px;*/
}
/********** 返品特約について **********/
.fs-body-product .fs-c-returnedSpecialContract a {
	color: #333333;
	font-size: 3.6vw;
}
/********** 商品情報 **********/
.fs-body-product .product-info-heading {
	background: #eeeeee;
	text-align: center;
	font-size: 3.6vw;
	line-height: 1;
	padding: 2vw;
	margin: 0 0 4vw;
}
.fs-body-product .product_comment-4 {
	margin: 0 0 18vw;
}
/********** 商品説明 **********/
.fs-body-product .product-desc-heading {
	text-align: center;
	font-size: 4.8vw;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 2vw;
	margin: 0 0 4vw;
}
/********** 独自コメント5 **********/
.product_comment-5 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/********** レビュー **********/
.fs-body-product .fs-c-productReview {
	margin: 18vw 0 0;
}
.fs-body-product .fs-c-aggregateRating__rating::before {
	font-size: 3vw;
	margin: 0 0 1vw;
}
/*この商品の平均評価*/
.fs-c-aggregateRating__rating {
	flex: 0 1 11em;
}
/*★*/
.fs-body-product .fs-c-rating__stars.fs-c-reviewStars::before {
	color: #cc9933;
}
/*評価*/
.fs-body-product .fs-c-rating__value {
	color: #cc9933;
}
/*件数*/
.fs-body-product .fs-c-aggregateRating__count {}
.fs-body-product span.fs-c-reviewer__name__nickname {
	margin: 0 1vw 0 0;
}
.fs-body-product .fs-c-reviewer__profile {}
.fs-body-product .fs-c-reviewer__profile .fs-c-reviewer__profile__prefecture {
	margin: 0 1vw 0 0;
}
.fs-body-product .fs-c-reviewer__profile .fs-c-reviewer__profile__ageGroup {
	margin: 0 1vw 0 0;
}
.fs-body-product .fs-c-reviewer__profile .fs-c-reviewer__profile__prefecture {}
.fs-body-product .fs-c-reviewInfo__date {}
/*★*/
.fs-body-product fs-c-reviewInfo__stars.fs-c-reviewStars::before {
	color: #cc9933;
}
/*レビュー内容*/
.fs-body-product .fs-c-reviewList__item__body.fs-c-reviewBody {
	border: 1px solid #cccccc;
	line-height: 1.8;
}
/*下線*/
.fs-body-product .fs-c-reviewList__item:first-child {
	border-top: 1px solid #333333;
}
/*レビューを書く*/
.fs-body-product .fs-c-productReview a {
	color: #333333;
}
/********** 最近見た商品 **********/
.fs-body-product .seen-products-wrap {
	margin: 20vw 2vw 0;
}
.fs-body-product .seen-products-wrap h2 {
	font-size: 4.8vw;
	text-align: center;
}
.fs-body-product .seen-products {
	position: relative;
	padding: 6vw 0 0;
}
.fs-body-product .seen-products ul.seen-products-box {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin: 0;
	padding-left: 5vw;
}
.fs-body-product .seen-products ul.seen-products-box li {
	list-style: none;
}
.fs-body-product .seen-products .slick-track {
	min-width: 100%;
}
.fs-body-product .seen-products .slick-list {
	width: 100%;
}
.fs-body-product .seen-products .slick-slide {
	width: 25vw;
}
.fs-body-product .seen-products .slick-slide li {
	width: 25vw;
}
.fs-body-product .seen-products ul.seen-products-box li a {
	display: block;
	width: 25vw;
	text-decoration: none;
	color: #333;
}
.fs-body-product .seen-products ul.seen-products-box li .thumb {
	width: 25vw;
}
.fs-body-product .seen-products ul.seen-products-box li .item-name {
	font-size: 3.6vw;
	line-height: 1.34;
	margin: 2vw 0 5vw 0;
}
.fs-body-product .seen-products ul.seen-products-box li .item-price {
	color: #cc0000;
}
.fs-body-product .seen-products .price-value {
	font-size: 4.8vw;
}
.fs-body-product .seen-products .price-addition {
	font-size: 3.6vw;
}
/* 次へ・前へ */
.fs-body-product .seen-products .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin: -27vw 0 0;
	width: 3vw;
	height: 5.5vw;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;
	z-index: 2;
}
.fs-body-product .seen-products .slick-arrow.slick-prev {
	left: 0.5vw;
	background: url(hhttps://hiroba.itembox.design/item/images/common/sld-arr-l.png) no-repeat 0 0;
	background-size: 100%;
}
.fs-body-product .seen-products .slick-arrow.slick-next {
	right: -0.5vw;
	background: url(https://hiroba.itembox.design/item/images/common/sld-arr-r.png) no-repeat 0 0;
	background-size: 100%;
}


/*** 本山作業2408商品ページおすすめ商品 ***/
.osusume-slider-item {
	/*display: none;*/
}
.osusume-slider-item .slick-slide .item-price {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
}
.osusume-slider-item .slick-slide {
	margin: 0 15px;
}

.fs-body-product .osusume-slider-item ul.osusume-slider-index-box-1 {
	padding: 0 !important;
}
.fs-body-product .osusume-slider-item {
	margin: 0 0 19vw;
}
.fs-body-product .osusume-slider-item h2 {
	position: relative;
	padding: 0 0 4.5vw;
	overflow: hidden;
}
.fs-body-product .osusume-slider-item h2:before {
	content: '';
	width: 100%;
	top: 25%;
	position: absolute;
	z-index: 1;
	border-bottom: dotted 0.2vw #394b59;
}
.fs-body-product .osusume-slider-item h3 {
	text-align: center;
	font-size: 22px;
	color: #f00;
	padding-left: 52px;
	background: url(https://hiroba.itembox.design/item/images/common/rec-icn.png) 23% 50% no-repeat;
	border-bottom: 4px solid #ff6;
	padding: 0 0 0.5em 57px;
	box-sizing: border-box;
}
.fs-body-product .osusume-slider-item h3 span {
    font-size: 32px;
}
.fs-body-product .osusume-slider-item h2 span {
	display: table;
	width: 40vw;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	font-size: 4.8vw;
}
.fs-body-product .osusume-slider-item .osusume-wrapper {
	padding: 0 2vw;
}
.fs-body-product .osusume-slider-item .osusume-box {
	border: solid 0.2vw #ddd;
}
.fs-body-product .osusume-slider-item .btn-tab ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: solid 0.2vw #ddd;
	background: #fbfbfb;
}
.fs-body-product .osusume-slider-item .btn-tab ul li {
	display: flex;
	align-items: center;
	width: 50%;
	height: 17vw;
	padding: 2.5vw 0;
	border-bottom: solid 0.3vw #ddd;
	border-right: solid 0.3vw #ddd;
}
.fs-body-product .osusume-slider-item .btn-tab ul li.osusume-tab-active {
	background: #fff;
}
.fs-body-product .osusume-slider-item .btn-tab ul li:nth-of-type(2n) {
	border-right: none;
}
.fs-body-product .osusume-slider-item .btn-tab ul li:nth-last-of-type(1), .fs-body-product .osusume-slider-item .btn-tab ul li:nth-last-of-type(2) {
	border-bottom: none;
}
.fs-body-product .osusume-slider-item .btn-tab ul li span {
	display: table;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 0.4vw rgba(0, 0, 0, 0);
}
.fs-body-product .osusume-slider-item .btn-tab .osusume-tab-active span {
	border-bottom: solid 0.4vw #333;
}
/* タブ囲み */
.fs-body-product .osusume-slider-item .tabs {
	padding: 8vw 0 8vw;
}
/* タブ：通常時 */
.fs-body-product .osusume-slider-item .tabs-box {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* タブ：アクティブ */
.fs-body-product .osusume-slider-item .osusume-tab-active {
	height: auto;
	visibility: visible;
}
/* 次へ・前へ */
.fs-body-product .osusume-slider-item .osusume-slider-box .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin: -38px 0 0;
	width: 15px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #ccc;
	z-index: 2;
}
.fs-body-product .osusume-slider-item .osusume-slider-box .slick-arrow.slick-prev {
	left: 0;
	background: url(https://hiroba.itembox.design/item/images/common/sld-arr-l.png) no-repeat 0 0;
	background-size: 100%;
}
.fs-body-product .osusume-slider-item .osusume-slider-box .slick-arrow.slick-next {
	right: 0;
	background: url(https://hiroba.itembox.design/item/images/common/sld-arr-r.png) no-repeat 0 0;
	background-size: 100%;
}
/* サムネイル */
.fs-body-product .osusume-slider-item .thumb {
	width: 34vw;
	margin: 0 auto;
}
/* 商品名 */
.fs-body-product .osusume-slider-item .item-name {
	width: 40vw;
	margin: 0 auto;
	color:#333;
}
/* 価格 */
.fs-body-product .osusume-slider-item .item-price {
	width: 40vw;
	margin: 0 auto;
}