.lineup__image img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .lineup__image img {
    height: 60vw;
  }
}
.lineup__headline {
  font-size: 4rem;
  font-family: var(--ff-shippri);
  line-height: 1.8;
  margin-top: 123px;
  text-align: center;
}
@media (max-width: 767px) {
  .lineup__headline {
    font-size: 2.4rem;
    line-height: 1.875;
    text-align: center;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.3333333333vw;
  }
}
.lineup__text {
  font-family: var(--ff-shippri);
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .lineup__text {
    font-size: 1.4rem;
    line-height: 2.25;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6666666667vw;
  }
}
.lineup__text span {
  color: #8a8441;
}
.lineup__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  .lineup__wrap {
    flex-direction: column;
  }
}
.lineup__voice {
  background-color: #f5f5f5;
  margin-top: 3rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 36rem;
}
@media (max-width: 767px) {
  .lineup__voice {
    margin-top: 1.5rem;
  }
}
.lineup__voice::before {
  background-color: #f5f5f5;
  content: "";
  height: 1.5rem;
  position: absolute;
  width: 3rem;
}
.lineup__voice-bottom::before {
  bottom: -1.3rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 45%;
}

#product {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #product {
    padding-top: 13.3333333333vw;
  }
}

.product__title {
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 2.2rem;
  }
}
.product__title-en, .product__title-jp {
  line-height: 1;
}
.product__title-en {
  font-size: 5.2rem;
  color: #333;
  margin-top: 13px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product__title-en {
    font-size: 3.5rem;
    margin-top: 2vw;
  }
}
.product__title-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-family: var(--ff-shippri);
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .product__title-jp {
    font-size: 1.2rem;
    padding-top: 2.2rem;
  }
}
.product__title-jp::before, .product__title-jp::after {
  background-color: #333;
  content: "";
  height: 1px;
  width: 10px;
}
@media (max-width: 767px) {
  .product__title-jp::before, .product__title-jp::after {
    font-size: 1.4rem;
  }
}
.product__title-jp::before {
  margin-right: 10px;
}
.product__title-jp::after {
  margin-left: 10px;
}
.product__en {
  font-family: var(--ff-cg);
  color: #999;
}
@media (max-width: 767px) {
  .product__en {
    font-size: 1.2rem;
  }
}
.product__jp {
  font-size: 3.6rem;
  font-family: var(--ff-shippri);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .product__jp {
    font-size: 2.6rem;
    margin-top: 4vw;
  }
}
.product__wrap {
  margin-top: 100px;
  display: grid;
  gap: 6rem;
}
@media (max-width: 767px) {
  .product__wrap {
    margin-top: 13.3333333333vw;
    gap: 21.3333333333vw;
  }
}
.product__item {
  display: grid;
  align-items: center;
  background-color: #e9f3eb;
}
@media (max-width: 767px) {
  .product__item {
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vw;
    position: relative;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .product__item:nth-child(1) .product__logo-img {
    max-width: 65px;
  }
}
.product__item:nth-child(2n) {
  grid-template-columns: 61.4583333333% 38.5416666667%;
  grid-template-areas: "b a";
}
.product__item:nth-child(2n) .product__textarea {
  padding-right: 12.6216216216%;
  padding-left: 10.2162162162%;
}
@media (max-width: 767px) {
  .product__item:nth-child(2n) .product__textarea {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.product__item:nth-child(2n+1) {
  grid-template-columns: 38.5416666667% 61.4583333333%;
  grid-template-areas: "a b";
}
.product__item:nth-child(2n+1) .product__textarea {
  padding-left: 10.6216216216%;
  padding-right: 12.2162162162%;
}
@media (max-width: 767px) {
  .product__item:nth-child(2n+1) .product__textarea {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.product__textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: a;
}
.product__item:nth-child(2n+1) > .product__textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 767px) {
  .product__textarea {
    order: 2;
  }
}
.product__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product__upper_right {
  margin-bottom: 6px;
}
.product__heading {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product__heading {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product__logo-img {
    max-width: 50px;
  }
}
.product__text {
  margin-top: 45px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .product__text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}
.product__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: b;
}
.product__item:nth-child(2n+1) > .product__img {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 767px) {
  .product__img {
    order: 1;
  }
}
.product__label-01 {
  display: inline-block;
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #1e3b3b;
  font-family: var(--ff-shippri);
}
.product__label-02 {
  display: inline-block;
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #87c493;
  font-family: var(--ff-shippri);
}
.product__label-03 {
  display: inline-block;
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #8a8441;
  font-family: var(--ff-shippri);
}

.laurier {
  color: #333;
  font-family: var(--ff-cg);
  margin-top: 13px;
  text-transform: capitalize;
}

.mint {
  color: #87c493;
  font-family: var(--ff-cg);
  margin-top: 13px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .mint {
    font-size: 4rem;
    margin-top: 2vw;
  }
}

.olive {
  color: #8a8441;
  font-family: var(--ff-cg);
  margin-top: 13px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .olive {
    margin-top: 2vw;
  }
}

.viremore {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .viremore {
    margin-top: 6.6666666667vw;
  }
  .viremore a {
    margin: 0 auto;
  }
}

.list {
  padding-top: 14rem;
}
.list__inner {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 767px) {
  .list__inner {
    width: 92vw;
  }
}
@media (max-width: 767px) {
  .list__wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .list__image {
    width: 184vw;
  }
}

.price {
  padding-top: 14rem;
}
.price__inner {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 767px) {
  .price__inner {
    width: 92vw;
  }
}
.price__heading {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  .price__heading {
    flex-direction: column;
    align-items: baseline;
  }
}
.price__sub-title {
  margin-left: 30px;
  font-size: 2rem;
  color: #999;
}
@media (max-width: 767px) {
  .price__sub-title {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .price__wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .price__image-items {
    width: 184vw;
  }
}
.price__image-item {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .price__image-item {
    margin-top: 4rem;
  }
}
.price__image-item + .price__image-item {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .price__image-item + .price__image-item {
    margin-top: 3rem;
  }
}