.product__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .product__list {
    margin: 0 -4.5px;
  }
}
.product__item {
  flex-basis: 16.6666666667%;
  margin: 0 0 40px;
  max-width: 16.6666666667%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .product__item {
    flex-basis: 33.3333333333%;
    margin-bottom: 20px;
    max-width: 33.3333333333%;
    padding: 0 4.5px;
  }
}
.product__text {
  color: #e60009;
  font-size: 16px;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .product__text {
    font-size: 14px;
    margin-top: 12px;
  }
}
.product__price {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .product__price {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (min-width: 768px), print {
  .priceSearchProduct {
    padding: 0 0 16px;
  }
}
/* 商品羅列 */
.product__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.product__imageArea {
  aspect-ratio: 3 / 4.3;
}
.product__text {
  text-align: center;
}
/* 商品羅列 */