@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "游明朝", serif;
  color: #380e00;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.cta__btn {
  position: relative;
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  width: 15rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e5d4b6), color-stop(50%, #c4ad8e), to(#b89a6d));
  background-image: linear-gradient(90deg, #e5d4b6 0%, #c4ad8e 50%, #b89a6d 100%);
  color: #380e00;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: 335px;
  width: 20.9375rem;
  height: 60px;
  height: 3.75rem;
  margin-inline: auto;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta__btn {
    height: 5rem;
    min-width: 28.125rem;
    padding-block: 1.4375rem;
    padding-inline: 0.625rem;
    margin-inline: 0;
  }
}
@media (any-hover: hover) {
  .cta__btn:hover {
    opacity: 0.8;
  }
  .cta__btn:hover span {
    -webkit-transform: translateX(0.3125rem) rotate(45deg);
            transform: translateX(0.3125rem) rotate(45deg);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .cta__btn:hover span {
    -webkit-transform: translateY(-50%) translateX(0.3125rem) rotate(45deg);
            transform: translateY(-50%) translateX(0.3125rem) rotate(45deg);
  }
}

.cta__btn span {
  content: "";
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-top: solid 2px #380e00;
  border-top: solid 0.125rem #380e00;
  border-right: solid 2px #380e00;
  border-right: solid 0.125rem #380e00;
  left: 10px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .cta__btn span {
    position: absolute;
    right: 2.5625rem;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
  }
}

.fix-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fix-menu {
    display: none;
  }
}

.fix-menu.fix-fadein {
  opacity: 1;
  visibility: visible;
}

.fix-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
  height: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#e5d4b6), color-stop(50%, #c4ad8e), to(#b89a6d));
  background-image: linear-gradient(90deg, #e5d4b6 0%, #c4ad8e 50%, #b89a6d 100%);
}

.fix-menu__list a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  color: #380e00;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.fix-menu__list.left a {
  margin-left: -7px;
  margin-left: -0.4375rem;
}

.fix-menu__list a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #380e00;
  border-right: solid 2px #380e00;
  position: absolute;
  right: 7px;
  right: 0.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fix-menu__list.left a:after {
  right: 7px;
  right: 0.4375rem;
}

.fix-menu__list-img {
  width: 15%;
}

.fix-menu__list-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.38;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 32px;
  height: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 3.125rem;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__logo img {
  height: 24px;
  height: 1.5rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    height: 2.375rem;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 3.125rem;
    right: 0;
  }
}

.l-header__btn {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  width: 15rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e5d4b6), color-stop(50%, #c4ad8e), to(#b89a6d));
  background-image: linear-gradient(90deg, #e5d4b6 0%, #c4ad8e 50%, #b89a6d 100%);
  color: #380e00;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .l-header__btn:hover {
    opacity: 0.8;
  }
  .l-header__btn:hover span {
    -webkit-transform: translateX(0.3125rem) rotate(45deg);
            transform: translateX(0.3125rem) rotate(45deg);
  }
}

.l-header__btn.row-gap {
  gap: 8px;
  gap: 0.5rem;
}

.l-header__btn span {
  content: "";
  display: inline-block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-top: solid 2px #380e00;
  border-top: solid 0.125rem #380e00;
  border-right: solid 2px #380e00;
  border-right: solid 0.125rem #380e00;
  left: 10px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* ==========================================================================
   KV
   ========================================================================== */
.p-kv {
  position: relative;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-kv {
    margin-top: -1.3125rem;
  }
}

.p-kv__img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -21px;
  margin-top: -1.3125rem;
}

.p-kv__content {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-kv__content {
    position: absolute;
    top: 20%;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1200px;
  }
}
.p-kv__text-img {
  width: 79%;
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__text-img {
    max-width: none;
    width: 50%;
    margin-inline: 0;
  }
}

.p-kv__text {
  color: #380e00;
  font-size: 14px;
  font-size: 0.875rem;
  width: 336px;
  width: 21rem;
  margin-inline: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-kv__text {
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 3rem;
    margin-top: -0.3125rem;
    font-size: 1.3125rem;
    line-height: 1.8;
  }
}

.p-kv__bottom {
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, from(#2e1f14), color-stop(31%, #3f2d1d), color-stop(49%, #513c24), color-stop(76%, #60462b), to(#795a36));
  background-image: linear-gradient(90deg, #2e1f14 0%, #3f2d1d 31%, #513c24 49%, #60462b 76%, #795a36 100%);
  width: 100%;
  padding: 19px 18px;
  padding: 1.1875rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-kv__bottom {
    position: absolute;
    bottom: -6.3125rem;
  }
}

.p-kv__bottom-text {
  color: #e1d5bc;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-kv__bottom-text {
    font-size: 2.5625rem;
    font-size: clamp(1.5rem, 1.1258802817rem + 1.5962441315vw, 2.5625rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
}

/* ==========================================================================
   お悩みセクション
   ========================================================================== */
.p-concern {
  background-color: #e5d8c1;
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concern {
    padding-top: 12.25rem;
    padding-bottom: 6.5rem;
  }
}

.p-concern:after {
  content: "";
  position: absolute;
  width: 320px;
  width: 20rem;
  top: 0;
  right: 0;
  aspect-ratio: 958/1079;
  background-image: url(../images/top/concern-woman-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-concern:after {
    background-position: center;
    width: 65%;
    top: 5%;
    right: 0;
    background-image: url(../images/top/concern-woman.png);
    aspect-ratio: 956/802;
  }
}

.p-concern__inner {
  position: relative;
  z-index: 1;
}

/* SP: リスト → 見出しの順で表示 */
.p-concern__list {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  list-style: none;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
  }
}

.p-concern__item {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #380e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  gap: 0.5625rem;
  letter-spacing: 0.04em;
  line-height: normal;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-concern__item {
    font-size: 2rem;
    margin-bottom: 1.5625rem;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-concern__item span {
  width: 22px;
  width: 1.375rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-concern__item span {
    width: 2.5rem;
    padding-top: 0;
  }
}

.p-concern__item:last-child {
  margin-bottom: 0;
}

.p-concern__heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #380e00;
  letter-spacing: 0.04em;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concern__heading {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 3rem;
    margin-top: 6.1875rem;
    text-align: center;
    font-size: 2.5625rem;
  }
}
.p-concern__heading span {
  border-bottom: 2px dotted #380e00;
  border-bottom: 0.125rem dotted #380e00;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__heading span {
    font-size: 3rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.25rem dotted #380e00;
  }
}

.p-concern__woman {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-concern__woman {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30rem;
  }
}

.p-concern__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-concern__arrow {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-concern__arrow img {
  width: 70px;
  width: 4.375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-concern__arrow img {
    width: 5.75rem;
  }
}

.p-concern__skin-box {
  background-color: #fff;
  -webkit-box-shadow: 0.625rem 0.625rem 0.625rem 0 #cfbfa2;
          box-shadow: 0.625rem 0.625rem 0.625rem 0 #cfbfa2;
  padding: 30px 20px 14px;
  padding: 1.875rem 1.25rem 0.875rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-concern__skin-box {
    -webkit-box-shadow: 1.25rem 1.25rem 2.5rem 0 #cfbfa2;
            box-shadow: 1.25rem 1.25rem 2.5rem 0 #cfbfa2;
    padding: 3.75rem 6.25rem 5rem;
    margin-bottom: 4.0625rem;
  }
}

.p-concern__skin-text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-concern__skin-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.p-concern__skin-fig {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-concern__skin-fig {
    width: 91%;
    margin-right: 4.8125rem;
  }
}

.p-concern__skin-fig img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-concern__skin-fig img {
    aspect-ratio: 819/530;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-concern__skin-caption {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #380e00;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__skin-caption {
    font-size: 1rem;
  }
}

.p-concern__text-bottom {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 34px;
  line-height: 2.125rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-concern__text-bottom {
    font-size: 2.5rem;
  }
}
.p-concern__text-bottom span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concern__text-bottom span {
    font-size: 3rem;
  }
}

/* ==========================================================================
   スポイトセクション
   ========================================================================== */
.p-spuit {
  background-color: #080300;
  position: relative;
  z-index: -10;
  color: #fff;
  padding-top: 41px;
  padding-top: 2.5625rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-spuit {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-spuit__fig {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-spuit__fig {
    position: static;
    position: initial;
  }
}

.p-spuit__img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-spuit__content-wrap {
    position: absolute;
    top: 7%;
    left: 0;
    width: 89%;
  }
}

.p-spuit__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 3.75rem 0;
  }
}

.p-spuit__answer {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  padding-left: 54px;
  padding-left: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__answer {
    font-size: 2.6875rem;
    padding-left: 17.0625rem;
  }
}

.p-spuit__answer::before {
  content: "";
  position: absolute;
  left: -11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  height: 1px;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__answer::before {
    width: 14.375rem;
    left: 0;
  }
}

.p-spuit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: -33px;
  margin-right: -2.0625rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
    margin-right: 0.5rem;
    margin-top: -6.0625rem;
    gap: 0.125rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-spuit__content-img {
  width: 166px;
  width: 10.375rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__content-img {
    width: 16.75rem;
    width: clamp(8.6875rem, -0.6696428571rem + 19.494047619vw, 16.875rem);
  }
}

.p-spuit__content-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-spuit__content-text {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: 0.4em;
    line-height: 1.7;
  }
}

/* ==========================================================================
   nanoPDS技術セクション
   ========================================================================== */
.p-nanopds {
  background-color: #080300;
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  color: #fff;
  position: relative;
  z-index: -20;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-top: clamp(2px, -304.122px + 81.6326530612vw, 322px);
  margin-top: clamp(0.125rem, -19.0076530612rem + 81.6326530612vw, 20.125rem);
}
@media screen and (min-width: 768px) {
  .p-nanopds {
    margin-top: 0;
    padding-top: 7.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-nanopds {
    padding-top: 123px;
  }
}

.p-nanopds__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding-top: 62px;
  padding-top: 3.875rem;
  line-height: 1.5;
  top: clamp(20px, -180.892px + 53.5714285714vw, 230px);
  top: clamp(1.25rem, -11.3058035714rem + 53.5714285714vw, 14.375rem);
}
@media screen and (min-width: 768px) {
  .p-nanopds__heading {
    top: 3%;
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}

.p-nanopds__caviar-block {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-nanopds__caviar-block {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nanopds__img {
    margin-top: -15.3125rem;
    margin-top: clamp(-11.25rem, -6.6071428571rem + -9.6726190476vw, -15.3125rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-nanopds__img {
    margin-top: -15.3125rem;
  }
}

.p-nanopds__caviar-fig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-nanopds__caviar-fig {
    width: 7.625rem;
  }
}

.p-nanopds__caviar-fig img {
  width: 100%;
  height: auto;
  display: block;
}

.p-nanopds__caviar-body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-nanopds__caviar-body {
    text-align: left;
  }
}

.p-nanopds__caviar-name {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-nanopds__caviar-name {
    font-size: 2.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.p-nanopds__caviar-desc {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-nanopds__caviar-desc {
    font-size: 0.875rem;
  }
}

.p-nanopds__card {
  background-color: #fdf6ec;
  padding: 29px 20px 30px;
  padding: 1.8125rem 1.25rem 1.875rem;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  margin-top: -81px;
  margin-top: -5.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nanopds__card {
    padding: 3.75rem 2.25rem 0.1875rem;
    margin-bottom: 4.0625rem;
    margin-top: -7.5625rem;
  }
}

.p-nanopds__card-text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-nanopds__card-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.p-nanopds__card-fig {
  text-align: center;
  margin-top: -29px;
  margin-top: -1.8125rem;
  max-width: 463px;
  margin-inline: auto;
  margin-top: clamp(-29px, -62.482px + 8.9285714286vw, 6px);
  margin-top: clamp(-1.8125rem, -3.9051339286rem + 8.9285714286vw, 0.375rem);
}
@media screen and (min-width: 768px) {
  .p-nanopds__card-fig {
    max-width: none;
    margin-inline: 0;
    margin-bottom: 1.25rem;
    margin-left: 6.625rem;
    margin-top: -2.9375rem;
  }
}

.p-nanopds__card-fig img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-nanopds__card-fig img {
    aspect-ratio: 922/563;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-nanopds__card-message {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  width: 104%;
}
@media screen and (min-width: 768px) {
  .p-nanopds__card-message {
    width: 100%;
    line-height: 1.45;
    font-size: clamp(1.75rem, 0.75rem + 2.0833333333vw, 2.625rem);
  }
}
@media screen and (min-width: 768px) {
  .p-nanopds__card-message span {
    display: block;
    font-size: clamp(2.125rem, 0.9821428571rem + 2.380952381vw, 3.125rem);
  }
}

.p-nanopds__balloon {
  border: 1px solid #380e00;
  border: 0.0625rem solid #380e00;
  border-radius: 0.25rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-nanopds__balloon {
    padding: 1rem 1.5rem;
  }
}

.p-nanopds__balloon-text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 18px;
  line-height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-nanopds__balloon-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nanopds__product {
    margin-bottom: 5rem;
  }
}

.p-nanopds__product-text {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: -35px;
  margin-bottom: -2.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-nanopds__product-text {
    font-size: 2.5rem;
    line-height: 3.75rem;
    margin-bottom: -1.5rem;
  }
}
.p-nanopds__product-text span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-nanopds__product-text span {
    font-size: 2.5rem;
  }
}

.p-nanopds__product-imgs {
  width: 110%;
  -webkit-transform: translateX(-39px);
          transform: translateX(-39px);
}
@media screen and (min-width: 768px) {
  .p-nanopds__product-imgs {
    width: 85%;
    margin-inline: auto;
    margin-left: 3.375rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ==========================================================================
   配合の時代を終わらせるセクション
   ========================================================================== */
.p-formula {
  background-image: url(../images/top/bg_formula-sp.png);
  background-repeat: no-repeat;
  background-size: 22.8125rem;
  background-position: left top;
  background-color: #eef3f6;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-formula {
    background-size: contain;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-image: url(../images/top/bg_formula.png);
  }
}

.p-formula__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 190px;
  margin-bottom: 11.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-formula__heading {
    font-size: 3rem;
    line-height: 4.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-formula__heading span {
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-formula__heading span {
    font-size: 2.25rem;
    margin-top: 0.6875rem;
  }
}

.p-formula__reg {
  font-size: 0.6em;
  vertical-align: super;
}

.p-formula__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-formula__text {
    font-size: 2rem;
    line-height: 3.25rem;
    text-align: left;
    width: 37.5rem;
    margin-left: auto;
    margin-top: 5rem;
  }
}

.p-formula__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-formula__images {
    width: 91%;
    margin-inline: auto;
    margin-top: 7.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-formula__images-fig {
    width: 48%;
  }
  .p-formula__images-fig img {
    aspect-ratio: 480/761;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ==========================================================================
   比較セクション
   ========================================================================== */
.p-compare {
  background-image: url(../images/top/bg_compare-sp.png);
  background-size: cover;
  background-position: center;
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-compare {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-image: url(../images/top/bg_compare.png);
  }
}

.p-compare__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-compare__heading {
    font-size: 3rem;
    line-height: 4.375rem;
    margin-bottom: 3.75rem;
    font-size: clamp(1.875rem, 0.5892857143rem + 2.6785714286vw, 3rem);
  }
}
.p-compare__heading span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-compare__heading span {
    font-size: clamp(1.875rem, 0.5892857143rem + 2.6785714286vw, 3rem);
  }
}

.p-compare__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-compare__cards {
    max-width: none;
    margin-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.75rem;
  }
}

.p-compare__card {
  background-color: #8c683f;
  border-radius: 0.625rem;
  padding: 8px 20px 25px;
  padding: 0.5rem 1.25rem 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__card {
    width: 26.25rem;
    padding: 1.875rem 1.25rem 0.875rem;
  }
}

.p-compare__card-title {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-compare__card-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 0;
  }
}

.p-compare__card-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  gap: 0.25rem;
  color: #fff;
}

.p-compare__card-prefix {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-compare__card-prefix {
    line-height: 3.75rem;
  }
}

.p-compare__card-value {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 73px;
  font-size: 4.5625rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-compare__card-value {
    line-height: 1.2;
    font-size: 6.25rem;
    letter-spacing: 0.03em;
  }
}

.p-compare__card-unit {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-compare__card-unit {
    line-height: 3.75rem;
  }
}

.p-compare__text-bottom {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #380e00;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__text-bottom {
    font-size: 3rem;
    line-height: 4.375rem;
  }
}

/* ==========================================================================
   次世代吸収研究会セクション
   ========================================================================== */
.p-research {
  background-color: #eef3f6;
  padding-top: 51px;
  padding-top: 3.1875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-image: url(../images/top/bg_research.png);
  background-position-x: right;
  background-size: 20rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-research {
    padding-top: 3.25rem;
    padding-bottom: 6.375rem;
    background-image: url(../images/top/bg_research-pc.png);
    background-size: 47%;
  }
}

/* SP: ロゴ＋見出しを上部にまとめて配置 */
.p-research__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  gap: 0.5625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-research__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 3.75rem;
    gap: 2.1875rem;
  }
}

.p-research__logo {
  width: 106px;
  width: 6.625rem;
  background-color: #eef3f6;
}
@media screen and (min-width: 768px) {
  .p-research__logo {
    width: 10.5rem;
  }
}

.p-research__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-research__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-research__heading {
    font-size: 3rem;
    line-height: 4.375rem;
    text-align: left;
  }
}

.p-research__content {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-research__content {
    width: 100%;
    margin-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.125rem;
  }
}

.p-research__fig {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-mask-image: linear-gradient(135deg, #fff 30%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  mask-image: linear-gradient(135deg, #fff 30%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  -webkit-mask-position: 150% 150%;
  mask-position: 150% 150%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  transition: mask-position 2s cubic-bezier(0.26, 0.06, 0, 1) 0.1s, -webkit-mask-position 2s cubic-bezier(0.26, 0.06, 0, 1) 0.1s;
}
.p-research__fig.is-visible {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media screen and (min-width: 768px) {
  .p-research__fig {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.125rem;
    margin-bottom: 0;
  }
  .p-research__fig img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.p-research__fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-research__fig img {
    aspect-ratio: 450/299;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-research__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-research__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-research__text {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   お客様の声セクション
   ========================================================================== */
.p-voice {
  background-color: #9d8770;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-top: 5.9375rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9d8770), color-stop(80%, #9d8770), to(#cdc6b6));
    background-image: linear-gradient(180deg, #9d8770 0%, #9d8770 80%, #cdc6b6 100%);
  }
}

.p-voice__inner {
  position: relative;
}

.p-voice__title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 2.625rem;
  }
}
.p-voice__title span {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-voice__title span {
    font-size: 3.125rem;
  }
}

/* PC: 見出し（上部） */
.p-voice__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-voice__heading {
    font-size: 3rem;
    line-height: 4.375rem;
  }
}

.p-voice__cards {
  margin-top: 29px;
  margin-top: 1.8125rem;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__cards {
    margin-top: 4rem;
    margin-block: 3.5rem;
  }
}

.p-voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #392e20;
  border: 0.0625rem solid #392e20;
  padding: 21px 14px;
  padding: 1.3125rem 0.875rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
    padding: 2.6875rem 2.5rem 2.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-voice__card:last-child {
  margin-bottom: 0;
}

.p-voice__before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__before-after {
    gap: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}

.p-voice__fig {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__fig {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 15.625rem;
  }
}

.p-voice__fig img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-voice__fig img {
    aspect-ratio: 250/333;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-voice__label {
  display: block;
  height: 24px;
  height: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-voice__label {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-voice__label--before {
  background-color: #380e00;
}

.p-voice__label--after {
  background-color: #8c683f;
}

.p-voice__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-voice__avatar {
  width: 32px;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-voice__avatar {
    width: 5rem;
  }
}

.p-voice__avatar img {
  width: 100%;
  height: auto;
  display: block;
}

.p-voice__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-voice__note {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-weight: 300;
  font-size: 10px;
  font-size: 0.625rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 15px;
  line-height: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-voice__note {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* SP: 見出し（下部） */
.p-voice__bottom {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-voice__img {
  margin-top: -206px;
  margin-top: -12.875rem;
  background: #cdc6b6;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    padding-bottom: 1.75rem;
    margin-top: clamp(-19.375rem, -9.9632352941rem + -19.6078431373vw, -22.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-voice__img {
    margin-top: -24.8125rem;
  }
}

/* ==========================================================================
   LINEUPセクション
   ========================================================================== */
.p-lineup {
  background-color: #cdc6b6;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-top: -6px;
  margin-top: -0.375rem;
  position: relative;
  padding-top: 29px;
  padding-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-lineup {
    padding-bottom: 7.5rem;
    margin-top: -0.625rem;
    padding-top: 2.875rem;
  }
}

.p-lineup__kv {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__kv {
    margin-bottom: 3.75rem;
    margin-top: -24.8125rem;
  }
}

.p-lineup__kv-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-lineup__heading {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__heading {
    font-size: 3rem;
    line-height: 4.375rem;
    margin-bottom: 3.75rem;
    margin-top: 1.25rem;
  }
}

.p-lineup__products {
  background-color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__products {
    padding: 3.5625rem 2.5rem;
  }
}
.p-lineup__products + .p-lineup__products {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__products + .p-lineup__products {
    margin-top: 3.125rem;
  }
}

.p-lineup__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-lineup__product-fig {
  -webkit-mask-image: linear-gradient(135deg, #fff 30%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  mask-image: linear-gradient(135deg, #fff 30%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
  -webkit-mask-position: 150% 150%;
  mask-position: 150% 150%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  transition: mask-position 2s cubic-bezier(0.26, 0.06, 0, 1) 0.1s, -webkit-mask-position 2s cubic-bezier(0.26, 0.06, 0, 1) 0.1s;
}
.p-lineup__product-fig.is-visible {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-fig {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25rem;
  }
}

.p-lineup__product-fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-fig img {
    aspect-ratio: 400/550;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-lineup__product-body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-lineup__product-body.vc {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-body.vc::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/top/vc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(5rem, 0rem + 10.4166666667vw, 9.375rem);
    height: clamp(5rem, 0rem + 10.4166666667vw, 9.375rem);
  }
}

.p-lineup__product-tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: -webkit-gradient(linear, left top, right top, from(#2e1f14), color-stop(31%, #3f2d1d), color-stop(49%, #513c24), color-stop(76%, #60462b), to(#795a36));
  background-image: linear-gradient(90deg, #2e1f14 0%, #3f2d1d 31%, #513c24 49%, #60462b 76%, #795a36 100%);
  color: #e1d5bc;
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 5px 18px;
  padding: 0.3125rem 1.125rem;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-tag {
    display: inline-block;
    width: auto;
    margin: 0 0 0.75rem;
  }
}

.p-lineup__product-name {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #380e00;
  line-height: 45px;
  line-height: 2.8125rem;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-name {
    font-size: 3rem;
    line-height: 3.75rem;
    text-align: left;
    margin-bottom: 1.75rem;
  }
}

.p-lineup__product-desc {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-desc {
    font-size: 1.25rem;
  }
}
.p-lineup__product-desc span {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-desc span {
    font-size: 0.5625rem;
  }
}

.p-lineup__product-notes {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #380e00;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.68;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__product-notes {
    margin-top: 1.4375rem;
    font-size: 0.75rem;
  }
}

.p-lineup__modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-buttons {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-lineup__modal-button {
  position: relative;
  min-width: 150px;
  min-width: 9.375rem;
  border-radius: 62.4375rem;
  background-color: #380e00;
  color: #fff;
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 8px 14px 8px 20px;
  padding: 0.5rem 0.875rem 0.5rem 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-button {
    min-width: 15.625rem;
    font-size: 1.25rem;
    padding: 0.75rem 1.125rem;
  }
}

.p-lineup__modal-button-label {
  margin-left: -14px;
  margin-left: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-button-label {
    margin-left: 0;
  }
}

.p-lineup__modal-button-icon {
  position: absolute;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  right: 6px;
  right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-button-icon {
    width: 1.5rem;
    height: 1.375rem;
    right: 0.875rem;
  }
}

.p-lineup__modal-button-icon::before,
.p-lineup__modal-button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-button-icon::before,
  .p-lineup__modal-button-icon::after {
    width: 1rem;
  }
}

.p-lineup__modal-button-icon::after {
  width: 1px;
  height: 12px;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__modal-button-icon::after {
    height: 1rem;
  }
}

.p-lineup__modal-button.is-open .p-lineup__modal-button-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-lineup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 20px;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.p-lineup-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-lineup-modal__panel {
  width: 335px;
  width: 20.9375rem;
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-transform: translateY(0.75rem) scale(0.98);
          transform: translateY(0.75rem) scale(0.98);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (min-width: 768px) {
  .p-lineup-modal__panel {
    padding: 1.25rem 2rem 2.5rem;
    width: 48.75rem;
  }
}

.p-lineup-modal.is-open .p-lineup-modal__panel {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.p-lineup-modal__close {
  margin-left: auto;
  display: block;
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  border: none;
  background-color: #8c683f;
  font-size: 0;
  line-height: 1;
  color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-lineup-modal__close {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.p-lineup-modal__close::before,
.p-lineup-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lineup-modal__close::before,
  .p-lineup-modal__close::after {
    width: 1.75rem;
    height: 0.1875rem;
  }
}

.p-lineup-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-lineup-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-lineup-modal__title {
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #8c683f;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: -23px;
  margin-top: -1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-modal__title {
    font-size: 1.75rem;
    padding: 0.5rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lineup-modal__img {
    margin-top: 1.875rem;
  }
}

.p-lineup-modal__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-lineup-modal__text {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

/* トライアングル設計 */
.c-feature {
  border: 1px solid #8c683f;
  border: 0.0625rem solid #8c683f;
  padding: 20px 9px;
  padding: 1.25rem 0.5625rem;
  background-color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-feature {
    padding: 2.5rem 1.875rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-feature--triangle {
    padding: 2.5rem 0.8125rem 2.5rem 1.875rem;
  }
}
.c-feature--triangle .c-feature__title {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-feature--triangle .c-feature__title {
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-feature--triangle strong {
    margin-top: 1.625rem;
    display: block;
  }
}

.c-feature__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-feature__img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-feature__header {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-feature__header {
    padding: 0.5625rem 1rem;
    margin-bottom: 1.875rem;
  }
}

.c-feature__title {
  background-color: #8c683f;
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  margin-inline: auto;
  padding: 7px 6px;
  padding: 0.4375rem 0.375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c-feature__title {
    font-size: 1.5rem;
    padding: 1.25rem;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.c-feature__title.max {
  width: 100%;
}
.c-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    margin-top: 1.875rem;
  }
}

.c-feature__fig {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-feature__fig {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 54%;
  }
}

.c-feature__fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-feature__fig img {
    aspect-ratio: 526/471;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .c-feature__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-feature__lead {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-feature__lead {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    white-space: nowrap;
  }
}

.c-feature__text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-feature__text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}

.c-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 17px;
  row-gap: 1.0625rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-ingredient-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.0625rem;
  }
}

.c-ingredient-grid__item {
  text-align: center;
  line-height: 1.3;
}

.c-ingredient-grid__fig {
  margin: 0 auto 9px;
  margin: 0 auto 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-ingredient-grid__fig {
    margin-bottom: 1rem;
  }
}

.c-ingredient-grid__fig img {
  width: 100%;
  height: auto;
  display: block;
}

.c-ingredient-grid__name {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #380e00;
  letter-spacing: 0.04em;
  font-weight: 600;
  min-height: 41px;
  min-height: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-ingredient-grid__name {
    font-size: 1.5rem;
  }
}

.c-ingredient-grid__notes {
  list-style: none;
  text-align: left;
}

.c-ingredient-grid__notes li {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 18px;
  line-height: 1.125rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.c-ingredient-grid__notes li::before {
  content: "・";
  margin-left: -12px;
  margin-left: -0.75rem;
}

/* 美容液 */
@media screen and (min-width: 768px) {
  .p-lineup__product--serum .p-lineup__product-fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-lineup__product--serum .p-lineup__product-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-lineup__serum-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  list-style: none;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-lineup__serum-icons {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-lineup__serum-icon {
  text-align: center;
}

.p-lineup__serum-icon-fig {
  width: 50px;
  width: 3.125rem;
  margin: 0 auto 6px;
  margin: 0 auto 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__serum-icon-fig {
    width: 3.75rem;
    margin-bottom: 0.5rem;
  }
}

.p-lineup__serum-icon-fig img {
  width: 100%;
  height: auto;
  display: block;
}

.p-lineup__serum-icon-text {
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, 游ゴシック, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 15px;
  line-height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__serum-icon-text {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.p-lineup__serum-nanopds {
  font-family: Noto Serif JP, Hiragino Mincho Pro, 游明朝, serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #380e00;
  letter-spacing: 0.04em;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__serum-nanopds {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 0;
  }
}

/* マスク */
.p-lineup__product--mask .p-lineup__product-fig {
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__product--mask .p-lineup__product-fig {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21.875rem;
  }
}
/*# sourceMappingURL=styles.css.map */
