.section {
  width: 100%;
}
.section__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    max-width: 1000px;
  }
}

.product {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .product {
    padding: 2.0833333333vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .product {
    padding: 30px 0 50px;
  }
}
.product__title {
  font-size: 1.8rem;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .product__title {
    font-size: 2.2rem;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .product__title {
    margin-bottom: 20px;
  }
}
.product__text {
  font-size: 1.6rem;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .product__text {
    font-size: 1.8rem;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .product__text {
    margin-bottom: 50px;
  }
}
.product__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .product__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7777777778vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .product__list {
    gap: 40px 50px;
  }
}
.product__item {
  border: 0.2666666667vw solid #999999;
  box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .product__item {
    border: 0.0694444444vw solid #999999;
    box-shadow: 0.3472222222vw 0.3472222222vw 0.3472222222vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1440px) {
  .product__item {
    border: 1px solid #999999;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
.product__img {
  width: 100%;
  border-bottom: 0.2666666667vw solid #999999;
}
@media screen and (min-width: 768px) {
  .product__img {
    border-bottom: 0.0694444444vw solid #999999;
  }
}
@media screen and (min-width: 1440px) {
  .product__img {
    border-bottom: 1px solid #999999;
  }
}
.product__img img {
  width: 100%;
  height: auto;
}
.product__container {
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
  min-height: 58.1333333333vw;
  padding: 4vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .product__container {
    min-height: 15.1388888889vw;
    padding: 1.0416666667vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .product__container {
    min-height: 218px;
    padding: 15px 10px;
  }
}