.rpi-price {
	/*font-size: 3em;*/
	font-size: 2.0rem;
}
@media screen and (min-width: 768px) {
	.rpi-price {
		/*font-size: 2.5rem;*/
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1024px) {
	.rpi-price {
		/*font-size: 3rem;*/
		font-size: 2.8rem;
	}
}
.rpi-price .yen small {
	font-size: 60%;
}

.list-products__price {
	/*font-size: 2.4rem;*/
	font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
	.list-products__price {
		/*font-size: 2.8rem;*/
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 1024px) {
	.list-products__price {
		font-size: 2.8rem;
	}
}
.list-products__price .yen small {
	font-size: 60%;
}


.product-title-2 .product-price {
	font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
	.product-title-2 .product-price {
		font-size: 3.6rem;
	}
}
@media screen and (min-width: 1024px) {
	.product-title-2 .product-price {
		font-size: 3.6rem;
	}
}
.product-title-2 .product-price .yen small {
	font-size: 60%;
}