.fs-c-productPointDisplay {
	width: fit-content;
}

/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
	display: none;
}

.fs-c-price::after {
	color: #000;
	content: "円";
}

p.product-price-hontai {
	color: #e61410;
	font-size: 14px;
}

p.product-price-hontai span {
	font-weight: bold;
	font-size: 16px;
}

.fs-c-productPrice {
	font-weight: initial;
}

.fs-c-productListItem__productName {
	height: initial;
}

.product-price-box {
	flex-basis: 100%;
	margin-top: auto;
}

.fs-c-productPrice__main {
	font-weight: initial;
	font-size: 14px;
}
.fs-c-productPrice.fs-c-productPrice--listed {
    display: none;
}
.fs-c-productPrice__addon {
	display: none;
}

/*商品詳細ページシステムパーツ  商品個別送料パーツ　非表示に*/
.fs-c-productPostage{
   display: none;
}