
.g-ProductSalesDisplayItem__price-detail{
	align-items: flex-end;
}

.g-ProductSalesDisplayItem .g-ProductSalesDisplayItem__kirei-ecCartButton__btnArea{
	gap: 10px;
}

.g-ProductSalesDisplayItem__price-detail-numbers-value{
	font-weight: 300;
}

.firstPurchase .g-ProductSalesDisplayItem__price-detail-numbers-value{
	color: #ff0000;
}

.g-ProductSalesDisplayItem__price-detail-numbers-tax {
	position: relative;
}

.firstPurchase .g-ProductSalesDisplayItem__price-detail-numbers-tax,
.firstPurchase .g-ProductSalesDisplayItem__price-detail-numbers-currency {
	color: #ff0000;
}

.firstPurchase .g-ProductSalesDisplayItem__price-detail-numbers-tax::before {
	display: block;
	content: "初回";
	color: #ff0000;
	line-height: 1.2;
}

.secondPurchase .g-ProductSalesDisplayItem__price-detail-numbers-tax::before {
	display: block;
	content: "毎回";
	line-height: 1.2;
}
/* .g-Breadcrumbs__list{
	max-width: none;
} */

.g-ProductSalesDisplayItem__flex {
  justify-content: center;
}

.opt-productsalesdisplay--btnbg {
  background-color: #4C4C4C !important;
}

.g-ProductSalesDisplayItem .g-ProductSalesDisplayItem__kirei-ecCartButton__balloonArea__wrap__balloon__cartLink {
	color: #333333;
}