:where(.contents_) *,
:where(.contents_) *::before,
:where(.contents_) *::after {
  box-sizing: border-box;
}
:where(.contents_) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents_) p {
  margin: 0;
}
:where(.contents_) img {
  height: auto;
}

:where(.contents_) {
  /* ---utility----------- */
}
:where(.contents_) .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents_) .pc {
    display: none;
  }
}
:where(.contents_) .text-pink {
  color: #c9808d;
}
:where(.contents_) .kv {
  text-align: center;
}
:where(.contents_) .kv__image {
  background-color: #eed8e0;
}
:where(.contents_) .kv__image__inner {
  max-width: 1600px;
  width: 100%;
  height: clamp(360px, 33.125vw, 530px);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .kv__image__inner {
    height: auto;
  }
}
:where(.contents_) .kv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
:where(.contents_) .kv__lead {
  padding: min(3.125vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .kv__lead {
    padding: 6.6666666667vw 0;
  }
}
:where(.contents_) .kv__lead p {
  font-size: min(1.875vw, 1.125rem);
  letter-spacing: 0.075em;
  line-height: 2.3;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .kv__lead p {
    font-size: 4vw;
  }
}
:where(.contents_) .kv__lead p::after {
  content: "";
  width: min(10.4166666667vw, 100px);
  height: min(0.1041666667vw, 1px);
  background-color: #c9808d;
  display: block;
  margin-inline: auto;
  margin-top: min(3.3333333333vw, 32px);
}
@media screen and (max-width: 767px) {
  :where(.contents_) .kv__lead p::after {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 6.6666666667vw;
  }
}
:where(.contents_) .products {
  max-width: calc(1000px + 6vw);
  padding-left: 3vw;
  padding-right: 3vw;
  margin-inline: auto;
  margin-bottom: min(4.1666666667vw, 40px);
  display: grid;
  row-gap: min(6.25vw, 60px);
  padding-top: min(2.6041666667vw, 25px);
}
@media screen and (max-width: 767px) {
  :where(.contents_) .products {
    row-gap: 8vw;
    padding-top: 8vw;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
:where(.contents_) .product {
  display: flex;
  column-gap: min(4.1666666667vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
:where(.contents_) .product__image {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product__image {
    flex-basis: auto;
  }
}
:where(.contents_) .product:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product:nth-child(2n) {
    flex-direction: column;
  }
}
:where(.contents_) .product__copy {
  font-size: min(2.5vw, 1.5rem);
  line-height: 1.66666667;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product__copy {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    font-size: 5.0666666667vw;
    letter-spacing: 0.1em;
  }
}
:where(.contents_) .product__name {
  background-color: #c9808d;
  padding: 0.36em 1.6em;
  color: #fff;
  width: fit-content;
  font-size: min(1.4583333333vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 0.75em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product__name {
    padding: 0.3em 5.3333333333vw;
    font-size: 3.3333333333vw;
    margin-top: 4.6666666667vw;
  }
}
:where(.contents_) .product__text {
  font-weight: 400;
  font-size: min(1.5625vw, 0.9375rem);
  margin-top: 1.5em;
  line-height: 2.3;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  :where(.contents_) .product__text {
    font-size: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 4.6666666667vw;
  }
}