@charset "UTF-8";
/* =====================
  product-content
===================== */
.product-content_text {
  font-size: 24rem;
  line-height: 1.7;
  color: var(--color-primary);
}
.product-area {
  padding-top: 56rem;
}
.product-item_wrap {
  + .product-item_wrap {
    margin-top: 40rem;
  }
}
.product-item_img {
  img {
    width: 100%;
    aspect-ratio: 357 / 200;
    border-radius: var(--img-round02);
  }
}
.product-item_text {
  margin-top: 16rem;
}
.product-item_sub {
  margin-top: 24rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
  img {
    width: 100%;
    aspect-ratio: 171 / 124;
    border-radius: var(--img-round02);
  }
  figcaption {
    line-height: 1.7;
    padding-top: 8rem;
    text-align: center;
  }
}
