@charset "UTF-8";
/* CSS Document */

/* 商品一覧 */
.fs-c-subgroupList__link {
	padding: 10px;
}
.fs-c-subgroupList__link:after {
	font-size: 1.5rem;
	grid-column: 4;
	-ms-grid-column: 4;
	grid-row: 1 / 5;
}
.fs-c-subgroupList {
	margin: 16px 0;
}

.fs-c-subgroupList__link {
	border-color: #CCC;
}



/*　商品詳細 */
pre {
	white-space: pre-wrap;
}
.fs-c-productOption__name {
	margin-top: 20px;
}
.fs-c-radio__label {
	font-weight: bold;
	font-size: 16px;
}
.fs-c-price__currencyMark, .fs-c-price__value {
	color: #c30813;
	font-weight: bold;
}

.fs-c-productSelection__name {
	font-size: .9rem;
	padding: 4px 10px;
	margin: 16px 0 6px;
}

.fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: .9rem;
}
.fs-c-radio__label {
	margin: 10px 0 0 0;
}
.fs-c-productOption__price .fs-c-price__addon {
    font-size: .6rem;
}


#item .spec dd.btn input.btn {
	transition: all .3s ease-out;
}

#item .spec dd.btn input.btn:hover {
	opacity: .7;
}

#item a { color: #0066cc;}
#item a:hover { text-decoration: underline;}

#item {
    width: 680px;
}

#item div.right {
	width: 280px;
}
#item .spec .option-contents .qr_code {
	display: none;
}
#item .spec .option-contents .qr_code {
	margin: 0 0 10px 0;
}

#item .hitoke-sales-history .hitoke-header,
#item .hitoke-sales-history .hitoke-items {
	overflow-y: hidden;
	overflow-x: hidden;
}

#item .line {
    margin: 0;
}

#item .spec .code {
	margin: 0 15px 10px 0;
	color: #7f7f7f;
	display: inline-block;
}

#item .spec .icons {
	margin: 0 0 10px 0;
	display: inline-block;
}

#item .spec .name {
	margin: 0 0 20px 0;
	line-height: 1.4;
}

#item .information p {
	margin: 0;
}

#itemtemplate {
	margin: 30px 0 0 0;
}
.option-contents .favorites_btn {
	display: none;
}

#item .spec > .price {
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #DDD;
}

.itempage-review-title-area > p {
	font-size: 22px;
	font-weight: normal !important;
}


.nomal_price > .price {
	font-size: 24px;
}
.point {
	margin: 10px 0 0 0;
}

.fs-c-productQuantityAndWishlist__quantity:before {
	display: inline-block;
	content: "個数";
	margin: 0 10px 0 0;
}

.nomal_price {
	margin: 10px 0 0 0;
}

#item .image_thu .color dd a.active {
	border-color: #c30813 !important;
}

#item .image_thu .color dt {
	border: none;
}

#item .spec .option-contents .favorites_btn, #item .spec .option-contents .inquiry-links,
#item .spec .option-contents .review-links {
	border: none;
	padding: 0;
}

#item .choice .control-group {
	width: 100%;
	display: table;
	vertical-align: top;
}

#item .spec .control-label {
	width: auto;
	border: none;
	display: table-cell;
	min-width: 70px;
}
#item .spec .control-group {
	margin: 10px 0 0 0;
}

#cart-row dd {
	margin: 20px 0 !important;
}

#item .spec .controls {
	display: table-cell;
}

.image_thu .color dd p {
	display: none;
}
/*
.spec dl dd {
	float: none;
}

.spec dl,
.spec dl dd.articles {
	margin: 0;
	padding: 0;
}*/

#item .favorites_btn {
	margin: 0 0 20px 0;
}

#item .favorites_btn a {
	text-align: center;
	height: 30px;
	line-height: 29px;
	border: 1px solid #c30813;
	border-radius: 4px;
	width: 250px;
	background: #FFF;
	color: #c30813;
	display: block;
	transition: all .3s ease-out;
}
#item .favorites_btn a:hover {
	opacity: .5;
	text-decoration: none;
}

#item .shop_textbox {
		margin: 0;
		border-top: 1px solid #CCC;
		padding: 30px 0 0 0;
}

/*----
#item .shop_detailbox {
	margin: 40px 0;
}-----*/

#item .information {
	margin: 40px 0;
}

#item #tokusen_Cwrap.information {
	margin: 0 0 40px 0;
}

#item .shop_detailbox h3 {
	font-size: 22px;
	padding: 0 0 6px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #555;
}

#item .spec dl dt.sku2 { display: none;}

#item .social { background: #FFF;}
#item .social >div {
	text-align: center;
	margin: 20px 10px 0 0;
}

.item_plus >div { width: 32px !important;}

#item .spec .option-contents .review-links,
#item .spec .option-contents .favorites_btn,
#item .spec .option-contents .inquiry-links {
	margin: 0 0 15px 0;
}

#item .returned {
	margin: 0 0 15px 15px;
	display: inline;
}

#item .guide-links {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	display: inline;
}


#item .guide-links:after {
	content: "|";
	color: #555;
	padding: 0 0 0 15px;
}

/*　目玉コメント */
.medama {
    line-height: 1.4;
    color: #5A5A5A;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

/* レビュー
--------------------*/
.fs-c-productReview .fs-c-productReview__aggregateRating.fs-c-aggregateRating {
	display: block;
}
.itempage-review-title-area {
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px 0;
	margin: 30px 0;
}
.item_reviews_wrap {
	margin: 30px 0 0 0;
}

.item_reviews_wrap h3 {
	border-left: none;
}

#contents #system .review-box .review-list-box,
#contents #main .review-box .review-list-box,
#contents #itemtemplate .review-box .review-list-box {
	background: #FFF;
}

.fa.fa-star {
	color: #ff7b00;
}

.review-item-content-text-box {
	overflow: visible !important;
}
.review-item-content-title h4 {
	margin: 0 0 0 2em !important;
	font-size: 13px;
}

.review-list-box,
.review-item-content-text,
.review-item-content-text {
	border: none !important;
}

.review-item-content-text-inner, pre {
	overflow: hidden;
	width : 100%;
}

.truncate_more_link {
	margin: 10px 0 0 0;
	display: inline-block;
}
.review-item-content-text {
	background: #f8f8f8 !important;
}

.review-item {
	background: #f8f8f8;
	padding: 0;
	padding: 1em 0 !important;
	margin: 0 0 1em 0;
	border-top: 3px solid #c30813;
}


/* =================================
 carttop
================================= */

.carttop {
	position: fixed;
	width: 100px;
	height: 85px;
	right: 0;
	bottom: 20%;
	text-align: center;
	z-index: 10000;
}

.carttop a {
	width: 100px;
	height: 85px;
	color:#FFF;
	display: block;
	border-radius: 12px 0 0 12px;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	padding: 58px 0 0 0;
	background: rgba(172,37,32,0.9);
}
.carttop a br { display: none;}

.carttop span:before {
	display: inline-block;
	content: "";
	width: 30px;
   	height: 30px;
	background:url(../images/common/icon_carttop.png) no-repeat center;
    	background-size:contain;
	position: absolute;
	top: 20px;
	left: 33px;
}
.carttop span.fs-p-cartItemNumber:before {
	background: none;
}
.fs-p-cartItemNumber {
	top: 10px;
	right: 10px;
}

.carttop a:hover {
	background: rgba(172,37,32,0.7);
}

/* =================================
 リセット
================================= */
.fs-c-productPrices.fs-c-productPrices--productDetail {
	padding: 10px 0 0 0;
	border-top: 1px solid #DEDEDE;
	margin: 10px 0 0 0;
}
#cart-row.fs-c-button--image > img {
	box-shadow: 0 0 4px #acacac;
}
.fs-c-button--viewExtendedImage.fs-c-button--image > img {
	width: 40px;
}
#item .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
	margin: 20px 0;
}
.fs-c-productNameHeading__copy,
.fs-c-productPrice__main__price.fs-c-price >span {
	color: #d00000;
}
.fs-c-productNameHeading__copy {
	line-height: 1.2;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.fs-l-productLayout {
	line-height: 1.6;
}
.fs-c-productNameHeading {
	font-size: 1.3rem;
	line-height: 1.4;
}

.fs-c-productQuantityAndWishlist {
	display: block;
}
.fs-c-productNumber {
	border: 1px solid #DEDEDE;
	font-size: .8rem;
}
.fs-c-productPointDisplay {
	font-size: 1rem;
	background: none;
	color: #ff5947;
	font-weight: bold;
}
.shop_guide_link:before {
	display: inline-block;
	content: "▶︎";
	margin: 0 5px 16px 0;
	font-size: 12px;
	color: #0066cc;	
}
.fs-c-productQuantityAndWishlist__quantity {
	max-width: 80px;
}
.fs-c-productMainImage {
	position: relative;
}

#item .fs-c-button--viewExtendedImage {
	position: absolute;
	top: 10px;
	right: 10px;
}

#item .fs-c-productMainImage {
	margin: 0;
}
#item .fs-c-productQuantityAndWishlist__quantity {
	max-width: 100%;
}
#item .fs-c-quantity__select {
	width: 60px;
	padding: 0 5px;
}
#item .fs-c-productQuantityAndWishlist__wishlist {
	margin: 0 0 10px 0;
}

/* お気に入りボタン */
#item .fs-c-button--particular.fs-c-button--addToWishList--detail,
#item .fs-c-button--particular.fs-c-button--removeFromWishList--detail,
#item .fs-c-button--addToWishList--detail {
	font-size: .9rem;
	width: 100%;
	padding: 0.6em 1em;
	justify-content: center;
	-webkit-justify-content: center;
}
#item .fs-c-button--particular.fs-c-button--addToWishList--detail:after {
	color: #c30813;
}

#cart-row img:hover {
	opacity: .8;
}


#item .fs-c-productThumbnail__image {
    height: 56px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
}

#item .fs-c-productThumbnail {
    align-items: center;	
}

#item .fs-c-productThumbnail__image > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.fs-c-productMainImage__image {
	width: 400px;
	height: 400px;
}

.fs-c-productImageModalCarousel__figure{
	margin-top: 80px;
}

/* 商品詳細：レビューブロック */
#item .fs-c-reviewList__item,
#item .fs-c-aggregateRating__count {
    display: none;
}
#item .fs-c-rating__value,
#item .fs-c-rating__stars {
	font-size: 20px;
	
}
#item .fs-c-aggregateRating__rating:before {
	margin-bottom: 8px;
	font-size: 14px;
}
#item .fs-c-aggregateRating__rating {
padding: 14px 4px;
border-bottom: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
margin: 10px 0;
}

/* レビュー一覧ページ */
.fs-c-history .fs-c-reviewerStatus,
.fs-c-history .fs-c-reviewer__profile,
.fs-c-history .fs-c-reviewInfo__date {
	font-size: 14px;
}

.fs-c-history .fs-c-reviewer__status {
	margin: 3px 0 10px 0;
}




/* 
　商品詳細：購入選択
------------------------*/
.fs-c-dropdown__menu {
	height: 54px;
}

.fs-c-dropdown__menu {
	font-weight: bold;
	color: #bb0813;
}

.fs-c-dropdown__menu > option {
	color: #333 !important;
}

