/* キャンペーン価格カラー */
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #C00;
	font-weight: 600;
}
/* キャンペーン::after価格ラベル */
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
	padding: 0 .25em;
	background-color: #C00;
	color: #fbe554;
}
