@charset "utf-8";
.is-pc .product__item--price{
	display: block;
}

.is-pc .product__item_kix:empty {
  display: none;
}
@media (min-width: 861px) {

}
@media (max-width:860px) {

}

