@charset "UTF-8";
:where(.contents) {
  line-height: 2.125;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  letter-spacing: var(--letter-spacing, 0.08em);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  :where(.contents) *,
  :where(.contents) *::before,
  :where(.contents) *::after {
    letter-spacing: var(--sp-letter-spacing, var(--letter-spacing, 0.08em));
  }
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  :where(.contents) button:hover {
    opacity: 0.7;
  }
}
:where(.contents) sup {
  font-size: 60%;
}
:where(.contents) img {
  width: 100%;
  height: auto;
}

:where(.contents) .container {
  max-width: min(100vw, 1080px);
  margin-inline: auto;
  padding-left: min(3.7037037037vw, 40px);
  padding-right: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media screen and not (max-width: 767px) {
  :where(.contents) .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .is-pc {
    display: none !important;
  }
}

:where(.contents) .marker {
  background: #fffbd4;
}
:where(.contents) .heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(2.5925925926vw, 1.75rem);
  font-weight: 400;
  margin-bottom: 1em;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading {
    font-size: 6.9333333333vw;
    margin-bottom: 0.75em;
  }
}
:where(.contents) .note {
  font-size: min(1.0185185185vw, 0.6875rem);
  line-height: 1.5;
  color: #555555;
}
@media screen and (max-width: 767px) {
  :where(.contents) .note {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .note.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
:where(.contents) .note.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
:where(.contents) .kv {
  background: #fff;
  position: relative;
  z-index: -1;
  max-width: min(100vw, 1080px);
  margin-inline: auto;
  margin-bottom: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv {
    max-width: 100%;
    margin-bottom: 9.3333333333vw;
  }
}
:where(.contents) .kv__txt {
  text-align: center;
  font-size: min(1.8518518519vw, 20px);
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv__txt {
    font-size: 4.1333333333vw;
  }
}
:where(.contents) .kv__img {
  width: 100%;
}
:where(.contents) .product {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(3.6574074074vw, 39.5px) 1fr;
  column-gap: min(4.537037037vw, 49px);
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product {
    grid-template-columns: 22vw 1fr;
    column-gap: 3.0666666667vw;
    align-items: flex-start;
  }
}
:where(.contents) .product__img {
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__img {
    grid-row: span 1;
  }
}
:where(.contents) .product__img img {
  display: block;
  width: 9.7333333333vw;
  margin-inline: auto;
}
:where(.contents) .product__body__heading {
  display: grid;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__body__heading {
    margin-top: 0.5em;
  }
}
:where(.contents) .product__body__heading img {
  width: auto;
  height: min(1.2037037037vw, 13px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__body__heading img {
    height: 2.6666666667vw;
  }
}
:where(.contents) .product__body__list {
  display: flex;
  gap: 1em;
  font-size: min(1.4814814815vw, 1rem);
  line-height: 1.8;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__body__list {
    flex-direction: column;
    font-size: 3.2vw;
    gap: 0;
    margin-top: 1em;
    --letter-spacing: 0.02em;
  }
}
:where(.contents) .product__body__list li::before {
  content: "・";
}
:where(.contents) .product__body .attention {
  color: #e40000;
  font-size: min(1.2037037037vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__body .attention {
    font-size: 2.6666666667vw;
    margin-top: 1em;
  }
}
:where(.contents) .product__note {
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__note {
    grid-column: span 2;
    margin-top: 1.5em;
  }
}
:where(.contents) .product__note p {
  font-size: min(1.2037037037vw, 0.8125rem);
  line-height: 1.5;
  --letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .product__note p {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .about {
  padding-top: min(8.3333333333vw, 90px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .about {
    padding-top: 0;
  }
}
:where(.contents) .about__mv {
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__mv {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    height: 62.6666666667vw;
  }
}
:where(.contents) .about__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.contents) .about__lead {
  display: block;
  margin-inline: auto;
  max-width: min(46.2962962963vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__lead {
    max-width: 100%;
    flex-direction: column-reverse;
    margin-top: 10.6666666667vw;
  }
}
:where(.contents) .about__lead__img {
  width: min(46.2962962963vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__lead__img {
    width: auto;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .about__lead__note {
  margin-top: 2em;
}
:where(.contents) .about__list__item {
  padding-top: min(6.4814814815vw, 70px);
  margin-top: min(6.4814814815vw, 70px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__item {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__item:first-child {
    margin-top: 6.6666666667vw;
  }
}
:where(.contents) .about__list__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__item::before {
    content: none;
  }
}
:where(.contents) .about__list__txt {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  font-size: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__txt {
    font-size: 3.2vw;
  }
}
:where(.contents) .about__list__txt .note {
  margin-top: 1em;
  text-align: right;
  display: block;
}
:where(.contents) .about__list__2col {
  display: grid;
  grid-template-columns: min(42.1296296296vw, 455px) 1fr;
  align-items: center;
  gap: min(2.2222222222vw, 24px);
  max-width: min(79.7685185185vw, 861.5px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__2col {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .about__list__2col + .about__list__note {
    max-width: min(79.7685185185vw, 861.5px);
    margin-top: 2.5em;
    padding-left: 2em;
    text-indent: -2em;
  }
}
:where(.contents) .about__list__imgs {
  max-width: min(51.3888888889vw, 555px);
  margin-inline: auto;
  margin-top: min(5.0925925926vw, 55px);
  text-align: center;
  font-size: min(1.2962962963vw, 0.875rem);
  gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__imgs {
    max-width: 100%;
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .about__list__imgs p {
  margin-top: 0.5em;
}
:where(.contents) .about__list__img {
  display: block;
  max-width: min(51.3888888889vw, 555px);
  margin-inline: auto;
  margin-top: min(2.7777777778vw, 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__img {
    max-width: 100%;
    margin-top: 2.6666666667vw;
  }
}
:where(.contents) .about__list__note {
  max-width: min(51.3888888889vw, 555px);
  margin-inline: auto;
  text-indent: 0;
  padding-left: 0;
  margin-top: 2.5em;
  --letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .about__list__note {
    max-width: 100%;
  }
}
:where(.contents) .cosmetic {
  background: #fff;
  margin-top: min(9.2592592593vw, 100px);
  display: grid;
  grid-template-columns: min(31.6666666667vw, 342px) 1fr;
  grid-template-rows: auto 1fr;
  column-gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cosmetic {
    margin-top: 13.3333333333vw;
    border-width: 0.1333333333vw;
    grid-template-columns: 1fr;
  }
}
:where(.contents) .cosmetic__heading {
  font-size: min(2.2222222222vw, 24px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cosmetic__heading {
    font-size: 6vw;
  }
}
:where(.contents) .cosmetic__txt {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cosmetic__txt {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.9;
    grid-row: 3;
    --letter-spacing: 0em;
  }
}
:where(.contents) .cosmetic__img {
  grid-row: span 2;
  margin-top: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cosmetic__img {
    margin-top: 1.3333333333vw;
    grid-row: 2;
  }
}