@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Poppins:wght@500&display=swap");
/**
 * はり・たるみ・ほうれい線・エラ・小顔・輪郭 LP 専用CSS
 * Figma: WAnMMPfZz4GUQS948xhYpb / node 20:627
 * 規約:
 *   - PC・SP同一ファイル（石井さん作業フロー文書）
 *   - SP は @media (max-width: 767px) で、各クラスのPC定義の直下にセットで記述（探しやすさ優先・坂井さん指示 2026-05-21）
 *   - LP固有の見た目調整は全てこのファイルに閉じ込め（共通CSS lp_pc/lp_sp/style は触らない）
 */

.firmnessLifting {
  --font-ZenKakuGothicAntique: "Zen Kaku Gothic Antique", sans-serif;
  --font-ZenMaruGothic: "Zen Maru Gothic", sans-serif;
  --text-color: #333;
}

.firmnessLifting strong {
  display: inline;
  white-space: normal;
  word-break: auto-phrase;
  line-break: strict;
}

/* ============================================================
   category_title（下層MVキャッチ）Figma 20:1863
   ※ mv.php の is_page('firmness_lifting') 分岐で出力
   ※ 暫定実装。色野さん共通パーツ完成後に統合
   ============================================================ */
.firmnessLifting__catTitle {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitle {
    padding-left: 0;
  }
}

.firmnessLifting__catTitleInner {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleInner {
    height: auto;
  }
}

.firmnessLifting__catTitleBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 1080px;
  max-width: 100%;
  height: 400px;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleBg {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 0 0 0 50px;
  }
}

.firmnessLifting__catTitleBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firmnessLifting__catTitleBox {
  position: absolute;
  left: 0;
  top: 225px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 80px 20px;
  background: #fff;
  border-radius: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleBox {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -40px;
    padding: 24px 24px 16px;
    border-radius: 0 30px 0 0;
  }
}

.firmnessLifting__catTitleText {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.firmnessLifting__catTitleText::after {
  content: "";
  display: block;
  width: min(425px, 100%);
  height: 5px;
  margin-top: 14px;
  background-image: radial-gradient(circle at 2.5px 2.5px, #f2970e 0 2.5px, transparent 2.6px);
  background-repeat: repeat-x;
  background-size: 15px 5px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleText::after {
    height: 4px;
    margin-top: 10px;
    background-image: radial-gradient(circle at 2px 2px, #f2970e 0 2px, transparent 2.1px);
    background-size: 12px 4px;
  }
}

.firmnessLifting__catTitleMain {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3fb235;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleMain {
    font-size: 22px;
  }
}

.firmnessLifting__catTitleSub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3fb235;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__catTitleSub {
    font-size: 16px;
  }
}

/* ============================================================
   悩み訴求 + 強み3点 Figma 20:629
   ============================================================ */
.firmnessLifting__fv {
  background-color: #faf2eb;
  background-image: url("../img/firmness_lifting/fv-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: max(1440px, 100%) 900px;
  padding: 60px 20px 80px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fv {
    background-size: cover;
    padding: 40px 16px 50px;
  }
}

.firmnessLifting__fvInner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.firmnessLifting__fvLead {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvLead {
    font-size: 24px;
  }
}

.firmnessLifting__fvCause {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
  white-space: nowrap;
}

.firmnessLifting__fvCausePrefix,
.firmnessLifting__fvCauseSuffix {
  display: inline;
}

.firmnessLifting__fvBadgeGroup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
@media screen and (max-width: 1111px) {
  .firmnessLifting__fvCause {
    font-size: clamp(30px, 4vw, 36px);
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvCause {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.4;
    white-space: normal;
  }

  .firmnessLifting__fvCausePrefix,
  .firmnessLifting__fvCauseSuffix {
    display: block;
  }

  .firmnessLifting__fvBadgeGroup {
    display: flex;
    gap: clamp(8px, 2.6vw, 10px);
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 2px;
  }
}

.firmnessLifting__fvBadge {
  --fv-badge-outer-left: -3px;
  --fv-badge-outer-top: -3px;
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 62px;
  margin: 0 5px;
  padding: 4px 22px 0;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1c2a50;
  vertical-align: middle;
}

.firmnessLifting__fvBadge::before,
.firmnessLifting__fvBadge::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #cab096;
  border-radius: inherit;
  pointer-events: none;
}

.firmnessLifting__fvBadge::before {
  z-index: -2;
  top: var(--fv-badge-outer-top);
  left: var(--fv-badge-outer-left);
}

.firmnessLifting__fvBadge::after {
  z-index: -1;
  inset: 0;
}

.firmnessLifting__fvBadge:nth-of-type(1) {
  width: 114px;
}

.firmnessLifting__fvBadge:nth-of-type(2) {
  width: 150px;
}

.firmnessLifting__fvBadge:nth-of-type(3) {
  width: 300px;
}

@media screen and (max-width: 1111px) {
  .firmnessLifting__fvBadge {
    height: clamp(50px, 6.5vw, 62px);
    margin: 4px;
    padding: 3px clamp(14px, 2.4vw, 22px) 0;
    font-size: clamp(28px, 4.4vw, 36px);
  }

  .firmnessLifting__fvBadge:nth-of-type(1),
  .firmnessLifting__fvBadge:nth-of-type(2),
  .firmnessLifting__fvBadge:nth-of-type(3) {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .firmnessLifting__fvBadge {
    --fv-badge-outer-left: -3px;
    --fv-badge-outer-top: -3px;
    transform: translateY(-3px);
    height: clamp(31px, 9.6vw, 36px);
    margin: 0;
    padding: 0 0 1px;
    border-radius: 10px;
    font-size: clamp(17px, 5.333vw, 20px);
  }

  .firmnessLifting__fvBadge::before,
  .firmnessLifting__fvBadge::after {
    border-radius: 10px;
  }

  .firmnessLifting__fvBadge:nth-of-type(1) {
    width: clamp(58px, 18.133vw, 68px);
  }

  .firmnessLifting__fvBadge:nth-of-type(2) {
    width: clamp(73px, 22.667vw, 85px);
  }

  .firmnessLifting__fvBadge:nth-of-type(3) {
    width: clamp(137px, 42.933vw, 161px);
  }
}

.firmnessLifting__fvTreat {
  display: inline-block;
  margin-top: 22px;
  padding: 0 10px;
  border-bottom: 1px solid #b29ac0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
}

.firmnessLifting__fvTreatLine {
  display: inline;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvTreat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    box-sizing: border-box;
    width: 100%;
    /* max-width: 337px; */
    margin-top: 20px;
    padding: 0;
    border-bottom: 0;
    font-size: clamp(13px, 4.266vw, 16px);
  }

  .firmnessLifting__fvTreatLine {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #b29ac0;
    white-space: nowrap;
  }
}

.firmnessLifting__fvEm {
  color: #b572dc;
}

.firmnessLifting__fvFigure {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvFigure {
    margin: 24px -16px 0;
  }
}

.firmnessLifting__fvFigure img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvFigure img {
    max-width: none;
    /* height: clamp(154px, 48vw, 180px); */
    object-fit: cover;
    object-position: center bottom;
  }
}

.firmnessLifting__fvPoints {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: -35px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__fvPoints {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvPoints {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
  }
}

.firmnessLifting__fvPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 294px;
  padding: 14px 30px;
  background: #ad83c5;
  border: 2px solid #fff;
  border-radius: 15px 0 15px 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__fvPoint {
    width: calc((100% - 20px) / 3);
    padding: 14px 10px;
    font-size: clamp(20px, 3vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvPoint {
    flex-direction: row;
    width: min(100%, 260px);
    height: 42px;
    padding: 0 18px;
    border-radius: 10px 0 10px 0;
    font-size: 16px;
  }
}

.firmnessLifting__fvPointLine {
  display: block;
  white-space: nowrap;
}

.firmnessLifting__fvPointStrong {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__fvPointStrong {
    font-size: clamp(24px, 3.4vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__fvPointStrong {
    font-size: inherit;
  }
}

/* ============================================================
   共通CTA（templates/cta-buttons.php）の firmness_lifting LP用配置
   ============================================================ */
#lpWrap.firmnessLifting .lp-cta {
  position: relative;
  padding: 60px 20px;
  overflow-x: clip;
  background-image: url("../img/firmness_lifting/cta-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta {
  margin-top: 0;
  padding-top: 90px;
}

#lpWrap.firmnessLifting .lp-cta__inner {
  position: relative;
  z-index: 2;
}

#lpWrap.firmnessLifting .lp-cta__upper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 26px;
}

#lpWrap.firmnessLifting .lp-cta__upper::before,
#lpWrap.firmnessLifting .lp-cta__upper::after {
  content: "";
  flex-shrink: 0;
  width: 3px;
  height: 52px;
  background: #1c2a50;
}

#lpWrap.firmnessLifting .lp-cta__upper::before {
  transform: rotate(-38deg);
}

#lpWrap.firmnessLifting .lp-cta__upper::after {
  transform: rotate(38deg);
}

#lpWrap.firmnessLifting .lp-cta__upper-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #1c2a50;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}

#lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110px;
  bottom: auto;
  left: 50%;
  width: max(1440px, 100vw);
  height: 110px;
  background: #eee8fb;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
  pointer-events: none;
}

#lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta .lp-cta__upper {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #lpWrap.firmnessLifting .lp-cta {
    padding: 60px 16px;
  }

  #lpWrap.firmnessLifting .lp-cta__upper {
    gap: 12px;
    margin-bottom: 20px;
  }

  #lpWrap.firmnessLifting .lp-cta__upper::before,
  #lpWrap.firmnessLifting .lp-cta__upper::after {
    width: 2px;
    height: 32px;
  }

  #lpWrap.firmnessLifting .lp-cta__upper-text {
    font-size: 14px;
  }

  #lpWrap.firmnessLifting .firmnessLifting__fv + .lp-cta {
    padding: 60px 20px;
  }

  #lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta {
    padding: 70px 16px 50px;
  }

  #lpWrap.firmnessLifting .faq + .lp-cta {
    padding: 60px 16px;
  }

  #lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta::before {
    top: -60px;
    height: 60px;
  }

  #lpWrap.firmnessLifting .firmnessLifting__treatment + .lp-cta .lp-cta__upper {
    top: 20px;
  }
}

/* ============================================================
   CTA（旧暫定テンプレート用・互換保持）
   ============================================================ */
.firmnessLifting__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 60px 20px;
  overflow-x: clip;
  background-image: url("../img/firmness_lifting/cta-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.firmnessLifting__treatment + .firmnessLifting__cta {
  margin-top: 0;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__cta {
    gap: 18px;
    padding: 60px 16px;
  }

  .firmnessLifting__fv + .firmnessLifting__cta {
    padding: 60px 20px;
  }

  .firmnessLifting__treatment + .firmnessLifting__cta {
    padding: 60px 16px 50px;
    padding-top: 70px;
  }

  .faq + .firmnessLifting__cta {
    padding: 60px 16px;
  }
}

.firmnessLifting__ctaInner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.firmnessLifting__ctaHead {
  position: absolute;
  top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: calc(100% - 8px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1c2a50;
  text-align: center;
  white-space: normal;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__ctaHead {
    gap: 14px;
    width: fit-content;
    max-width: calc(100% - 24px);
    font-size: clamp(18px, 2.7vw, 24px);
    white-space: normal;
  }
}
.firmnessLifting__ctaHeadLine {
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 52px;
  background: #1c2a50;
}
.firmnessLifting__ctaHeadLine--left {
  transform: rotate(-38deg);
}
.firmnessLifting__ctaHeadLine--right {
  transform: rotate(38deg);
}

.firmnessLifting__ctaHeadText {
  display: inline-block;
  min-width: 0;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: wrap;
}

.firmnessLifting__treatment + .firmnessLifting__cta .firmnessLifting__ctaHead {
  top: -65px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaHead {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    gap: clamp(6px, 1.8vw, 10px);
    width: auto;
    max-width: 100%;
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.7;
    margin-inline: auto;
    white-space: normal;
    word-break: auto-phrase;
    line-break: strict;
    text-wrap: balance;
    transform: none;
  }

  .firmnessLifting__ctaHeadLine {
    width: clamp(1px, 0.3vw, 3px);
    height: clamp(26px, 7.2vw, 36px);
  }

  .firmnessLifting__ctaHeadText {
    flex: 0 1 auto;
    max-width: min(18em, calc(100vw - 76px));
    text-wrap: wrap;
  }

  .firmnessLifting__fv + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .firmnessLifting__treatment + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .firmnessLifting__case + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .faq + .firmnessLifting__cta .firmnessLifting__ctaHead {
    position: absolute;
    top: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 6.8vw, 16px);
    width: calc(100% - 8px);
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.7;
  }

  .firmnessLifting__treatment + .firmnessLifting__cta .firmnessLifting__ctaHead {
    top: -45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .firmnessLifting__fv + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .firmnessLifting__treatment + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .firmnessLifting__case + .firmnessLifting__cta .firmnessLifting__ctaHead,
  .faq + .firmnessLifting__cta .firmnessLifting__ctaHead {
    max-width: calc(100% - 8px);
  }

  .firmnessLifting__fv + .firmnessLifting__cta .firmnessLifting__ctaHeadText,
  .firmnessLifting__treatment + .firmnessLifting__cta .firmnessLifting__ctaHeadText,
  .firmnessLifting__case + .firmnessLifting__cta .firmnessLifting__ctaHeadText,
  .faq + .firmnessLifting__cta .firmnessLifting__ctaHeadText {
    max-width: calc(100% - 80px);
  }
}

.firmnessLifting__ctaBtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaBtns {
    gap: 28px;
  }
}

.firmnessLifting__ctaWeb {
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.firmnessLifting__ctaWebNote {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 546px;
  height: 64px;
  margin: 0 auto -11px;
  padding: 0 34px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(94, 62, 112, 0.14);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #e17373;
}

.firmnessLifting__ctaWebNote::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #fff;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .firmnessLifting__ctaWebNote {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    height: auto;
    font-size: clamp(13px, 3.7vw, 15px);
    letter-spacing: 0.04em;
    padding: 10px clamp(12px, 4vw, 18px);
    white-space: nowrap;
  }

  .firmnessLifting__ctaWebNote::after {
    bottom: calc(clamp(8px, 2vw, 14px) * -1);
    border-top-width: clamp(8px, 3vw, 14px);
    border-right-width: clamp(8px, 3vw, 14px);
    border-left-width: clamp(8px, 3vw, 14px);
  }
}

.firmnessLifting__ctaWebBtn {
  --cta-arrow-image: url("../img/firmness_lifting/cta-arrow-red.svg");
  --cta-arrow-right: 40px;
  --cta-arrow-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-top: 0;
  padding: 0 80px 0 30px;
  background: linear-gradient(180deg, #ffd493 0%, #ff8484 62%, #e84b4b 100%);
  border: 5px solid #f3adad;
  border-radius: 60px;
  box-shadow: 0 7px 10px rgba(139, 8, 8, 0.3);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}
.firmnessLifting__ctaWebBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--cta-arrow-right);
  width: var(--cta-arrow-size);
  height: var(--cta-arrow-size);
  background: var(--cta-arrow-image) center / contain no-repeat;
  transform: translateY(-50%);
}
.firmnessLifting__ctaWebBtn::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaWebBtn {
    --cta-arrow-right: 14px;
    --cta-arrow-size: 18px;
    height: auto;
    min-height: 72px;
    padding: 16px 36px 16px 20px;
    border-width: 3px;
    font-size: clamp(17px, 5vw, 20px);
    white-space: nowrap;
  }

}

.firmnessLifting__ctaWebSmall {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaWebSmall {
    display: inline-block;
    font-size: 0.88em;
    white-space: nowrap;
  }
}

.firmnessLifting__ctaLine {
  position: relative;
  width: 100%;
  max-width: 502px;
  text-align: center;
}

.firmnessLifting__ctaLineNote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1c2a50;
}
.firmnessLifting__ctaLineNote::before,
.firmnessLifting__ctaLineNote::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #1c2a50;
}
.firmnessLifting__ctaLineNote::before {
  transform: rotate(-38deg);
}
.firmnessLifting__ctaLineNote::after {
  transform: rotate(38deg);
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaLineNote {
    gap: clamp(4px, 1.6vw, 8px);
    font-size: clamp(13px, 3vw, 15px);
  }

  .firmnessLifting__ctaLineNote::before,
  .firmnessLifting__ctaLineNote::after {
    width: clamp(1px, 0.3vw, 2px);
    height: clamp(13px, 3.6vw, 18px);
  }
}

.firmnessLifting__ctaLineBtn {
  --cta-arrow-image: url("../img/firmness_lifting/cta-arrow-line.svg");
  --cta-arrow-right: 30px;
  --cta-arrow-size: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 92px;
  margin-top: 0;
  padding: 0 80px 0 60px;
  overflow: hidden;
  background-color: #06c755;
  background-image: linear-gradient(180deg, rgba(68, 232, 126, 0.35) 0%, rgba(6, 199, 85, 0) 32%), linear-gradient(0deg, rgba(0, 164, 70, 0.26) 0%, rgba(6, 199, 85, 0) 34%);
  border: 3px solid #05b74e;
  border-radius: 44px;
  box-shadow: 0 7px 10px rgba(3, 109, 46, 0.3), inset 0 12px 18px rgba(87, 242, 139, 0.28), inset 0 -10px 16px rgba(0, 133, 57, 0.22);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.firmnessLifting__ctaLineBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--cta-arrow-right);
  width: var(--cta-arrow-size);
  height: var(--cta-arrow-size);
  background: var(--cta-arrow-image) center / contain no-repeat;
  transform: translateY(-50%);
}

.firmnessLifting__ctaLineBtn::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .firmnessLifting__ctaLineBtn {
    --cta-arrow-right: 18px;
    --cta-arrow-size: 18px;
    height: auto;
    min-height: 72px;
    gap: 12px;
    padding: 18px clamp(42px, 11vw, 56px) 18px clamp(18px, 4.8vw, 24px);
    font-size: clamp(18px, 4vw, 20px);
  }
}

.firmnessLifting__treatment + .firmnessLifting__cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110px;
  bottom: auto;
  left: 50%;
  width: max(1440px, 100vw);
  height: 110px;
  background: #eee8fb;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatment + .firmnessLifting__cta::before {
    top: -60px;
    height: 60px;
  }
}

.firmnessLifting__ctaLineIcon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__ctaLineIcon {
    width: 26px;
    height: 26px;
  }
}

.firmnessLifting__ctaLineStrong {
  color: #f4ff61;
  letter-spacing: 0.04em;
}

.firmnessLifting__ctaLineTxt {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  white-space: nowrap;
}

.breadcrumb {
  position: relative;
}

.breadcrumb::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -63px;
  left: calc(50% + 332px);
  width: 285px;
  height: 291px;
  background: url("../img/firmness_lifting/leaves-bg.webp") center / contain no-repeat;
  pointer-events: none;
}

.breadcrumb__inner {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1111px) {
  .breadcrumb::before {
    display: none;
  }
}

/* ============================================================
   Trouble（お悩み）Figma 20:1017
   ============================================================ */
.firmnessLifting__trouble {
  padding: 0 20px;
}

.firmnessLifting__troubleInner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__troubleHead {
  padding: 100px 0 40px;
  text-align: center;
  border-bottom: 5px solid #b29ac0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleHead {
    padding: 50px 0 24px;
  }
}

.firmnessLifting__troubleEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

.firmnessLifting__troubleTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleTtl {
    font-size: 26px;
  }
}

.firmnessLifting__troubleTtlAccent {
  color: #b572dc;
}

.firmnessLifting__troubleList {
  position: relative;
  margin-top: 43px;
  padding: 43px 50px;
  height: 456px;
  background-color: #eee9e4;
  background-image: url("../img/firmness_lifting/trouble-bg.webp");
  background-position: -3px -27px;
  background-repeat: no-repeat;
  background-size: 1209px 679px;
  overflow: hidden;
}
.firmnessLifting__troubleList::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}
.firmnessLifting__troubleList::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 667px;
  height: 456px;
  background: rgba(133, 133, 133, 0.4);
  clip-path: polygon(0 0, 475px 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleList {
    height: auto;
    margin-top: 24px;
    padding: 24px 16px;
    background-position: center;
    background-size: cover;
  }

  .firmnessLifting__troubleList::after {
    content: none;
    display: none;
  }
}

.firmnessLifting__troubleItems {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 409px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleItems {
    width: 100%;
  }
}

.firmnessLifting__troubleAccent {
  color: #b572dc;
  word-break: keep-all;
  line-break: strict;
  white-space: nowrap;
}

.firmnessLifting__troubleText {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.firmnessLifting__troubleKeep {
  display: inline-block;
  white-space: nowrap;
}

.firmnessLifting__troubleItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 18px;
  background: #fff;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
}
.firmnessLifting__troubleItem::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 29px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M27.5%2013.2V14.5C27.5%2021.68%2021.68%2027.5%2014.5%2027.5C7.32%2027.5%201.5%2021.68%201.5%2014.5C1.5%207.32%207.32%201.5%2014.5%201.5C17.05%201.5%2019.42%202.23%2021.42%203.5%27%20stroke%3D%27%234D4D4D%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3Cpath%20d%3D%27M30%204L14.7%2019.3L10.2%2014.8%27%20stroke%3D%27%234D4D4D%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleItem {
    padding: 12px 18px;
    font-size: 16px;
  }

  .firmnessLifting__troubleItem::before {
    display: block;
    width: 24px;
    height: 22px;
    margin-right: 8px;
  }
}

.firmnessLifting__troubleCause {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleCause {
    margin-top: 40px;
  }
}

.firmnessLifting__troubleCauseLead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleCauseLead {
    font-size: 16px;
  }
}

.firmnessLifting__troubleCauseNum {
  font-size: 24px;
}

.firmnessLifting__troubleCauseBoxes {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleCauseBoxes {
    display: none;
  }
}

.firmnessLifting__troubleCauseBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleCauseBox {
    font-size: 16px;
  }
}

.firmnessLifting__troubleCauseBox--shiwa {
  background: #f1eded;
  color: #6c3030;
}

.firmnessLifting__troubleCauseBox--tarumi {
  background: #e6f4ec;
  color: #306c48;
}

.firmnessLifting__troubleCauseBox--hekomi {
  background: #f4f6fb;
  color: #1c2a50;
}

.firmnessLifting__troubleFigures {
  margin-top: 32px;
  text-align: center;
}

.firmnessLifting__troubleFigureRow {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__troubleFigureRow {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigureRow {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }
}

.firmnessLifting__troubleFigure {
  position: relative;
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__troubleFigure {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigure {
    width: 320px;
    padding-top: 70px;
  }
}

.firmnessLifting__troubleFigure::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  width: 45px;
  height: 52px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2045%2052%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M22.5%2026L41.9856%206.5H3.01443L22.5%2026Z%27%20fill%3D%27%23CBC3AF%27/%3E%3Cpath%20d%3D%27M22.5%2039L41.9856%2019.5H3.01443L22.5%2039Z%27%20fill%3D%27%23CBC3AF%27/%3E%3Cpath%20d%3D%27M22.5%2052L41.9856%2032.5H3.01443L22.5%2052Z%27%20fill%3D%27%23CBC3AF%27/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigure::before {
    z-index: 1;
    top: 38px;
    width: clamp(34px, 9vw, 45px);
    height: 39px;
  }
}

.firmnessLifting__troubleFigure img {
  width: 100%;
  height: 328px;
  object-fit: fill;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__troubleFigure img {
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigure img {
    height: auto;
  }
}

.firmnessLifting__troubleFigureCap {
  display: none;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigureCap {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(320px, calc(100vw - 40px));
    padding: 10px;
    border-radius: 5px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    transform: translateX(-50%);
  }
}

.firmnessLifting__troubleFigureCap--shiwa {
  background: #f1eded;
  color: #6c3030;
}

.firmnessLifting__troubleFigureCap--tarumi {
  background: #e6f4ec;
  color: #306c48;
}

.firmnessLifting__troubleFigureCap--hekomi {
  background: #f4f6fb;
  color: #1c2a50;
}

.firmnessLifting__troubleFigureNote {
  --trouble-note-marker-bottom: 1px;
  --trouble-note-marker-height: 12px;
  display: block;
  margin: 15px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

.firmnessLifting__troubleFigureNoteText {
  position: relative;
  display: inline;
  padding: 0 8px;
  background-image: linear-gradient(
    to top,
    transparent 0,
    transparent var(--trouble-note-marker-bottom, 1px),
    #cce4ff var(--trouble-note-marker-bottom, 1px),
    #cce4ff calc(var(--trouble-note-marker-bottom, 1px) + var(--trouble-note-marker-height, 12px)),
    transparent calc(var(--trouble-note-marker-bottom, 1px) + var(--trouble-note-marker-height, 12px))
  );
  background-repeat: repeat;
  background-size: 100% 1.8em;
  background-position: 0 0;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow:
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    1.4px 1.4px 0 #fff,
    -1.4px 1.4px 0 #fff,
    1.4px -1.4px 0 #fff,
    -1.4px -1.4px 0 #fff;
}
.firmnessLifting__troubleFigureNoteText::before {
  content: none;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .firmnessLifting__troubleFigureNoteText {
    -webkit-text-fill-color: #333;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__troubleFigureNote {
    --trouble-note-marker-bottom: -8px;
    --trouble-note-marker-height: 20px;
    text-align: center;
  }

  .firmnessLifting__troubleFigureNoteText {
    display: inline;
    font-size: 16px;
  }

  .firmnessLifting__troubleFigureNoteText::before {
    content: none;
  }
}

/* ============================================================
   Treatment（施術詳細：ボトックス / HIFU / ヒアルロン酸）Figma 20:1582
   ============================================================ */
.firmnessLifting__treatment {
  position: relative;
  padding: 193px 20px 100px;
  overflow: hidden;
  background-color: #fbf8ff;
  background-image: url("../img/firmness_lifting/treatment-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.firmnessLifting__treatment::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: max(1440px, 100vw);
  height: 110px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatment {
    padding: 75px 16px 30px;
  }

  .firmnessLifting__treatment::before {
    height: 54px;
  }
}

.firmnessLifting__treatmentInner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__treatmentHead {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 5px solid #b29ac0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentHead {
    padding-bottom: 24px;
  }
}

.firmnessLifting__treatmentEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

.firmnessLifting__treatmentTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1c2a50;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentTtl {
    font-size: 22px;
  }
}

.firmnessLifting__treatmentTtlAccent {
  font-size: 50px;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentTtlAccent {
    font-size: 32px;
  }
}

.firmnessLifting__treatmentCards {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 131px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__treatmentCards {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentCards {
    flex-direction: column;
    gap: 80px;
    margin-top: 100px;
  }
}

.firmnessLifting__treatmentCard {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 390px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__treatmentCard {
    min-width: 0;
    padding: 18px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentCard {
    max-width: 100%;
  }
}

.firmnessLifting__treatmentCardLabel {
  position: absolute;
  top: calc(-1.6em - 20px);
  left: 30px;
  right: 30px;
  padding: 10px 0;
  background: #eadcf2;
  border-radius: 50px 50px 0 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4.24px + 1.93vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1c2a50;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__treatmentCardLabel {
    z-index: -1;
    top: calc(-1.6em - 20px);
    left: 18px;
    right: 18px;
    font-size: clamp(18px, 2.8vw, 24px);
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentCardLabel {
    top: -56px;
    font-size: 22px;
  }
}

.firmnessLifting__treatmentCardImg img {
  width: 100%;
  height: auto;
}

.firmnessLifting__treatmentCardSub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cce4ff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentCardSub {
    display: table;
    width: fit-content;
    height: auto;
    margin: 0 auto 12px;
    padding: 0 0 8px;
  }
}

.firmnessLifting__treatmentCardTxt {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentCardTxt {
    text-align: left;
  }
}

.firmnessLifting__treatmentCardWorries {
  margin-top: auto;
  border: 1px solid #cbc3af;
  border-radius: 5px;
  overflow: hidden;
}

.firmnessLifting__treatmentCardWorriesTtl {
  padding: 2px 10px;
  background: #cbc3af;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.firmnessLifting__treatmentCardWorriesList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 128px), 1fr));
  gap: 2px 12px;
  padding: 10px;
}

.firmnessLifting__treatmentCardWorriesList li {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  white-space: nowrap;
}
.firmnessLifting__treatmentCardWorriesList li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Ccircle%20cx%3D%278%27%20cy%3D%278%27%20r%3D%276.2%27%20fill%3D%27none%27%20stroke%3D%27%23B29AC0%27%20stroke-width%3D%271%27/%3E%3Cpath%20d%3D%27M4.8%208.1l2%202%204.4-4.5%27%20fill%3D%27none%27%20stroke%3D%27%23B29AC0%27%20stroke-width%3D%271.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.firmnessLifting__treatmentNote {
  margin-top: 60px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__treatmentNote {
    margin-top: 40px;
    font-size: 16px;
  }
}

/* ============================================================
   Reason（施術選びの考え方）Figma 20:1924
   ============================================================ */
.firmnessLifting__reason {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 130px 20px 60px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reason {
    padding: 60px 16px 40px;
  }
}

.firmnessLifting__reasonInner {
  overflow: visible;
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__reasonHead {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 5px solid #b29ac0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonHead {
    padding-bottom: 24px;
  }
}

.firmnessLifting__reasonEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

.firmnessLifting__reasonTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1c2a50;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonTtl {
    font-size: 22px;
  }
}

.firmnessLifting__reasonTtlAccent {
  font-size: 50px;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonTtlAccent {
    font-size: 32px;
  }
}

.firmnessLifting__reasonLead {
  margin-top: 60px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__reasonLead {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonLead {
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }
}

.firmnessLifting__reasonLeadStrong {
  font-weight: 700;
  color: #b572dc;
  white-space: nowrap;
}

.firmnessLifting__reasonCompare {
  display: flex;
  gap: 30px;
  overflow: visible;
  max-width: 1040px;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCompare {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
}

.firmnessLifting__reasonCard {
  position: relative;
  flex: 1;
  height: 199px;
  padding: 30px;
  border: 2px solid;
  border-radius: 20px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__reasonCard {
    height: auto;
    padding: 26px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCard {
    height: auto;
    padding: 20px;
  }
}

.firmnessLifting__reasonCard--este {
  background: #fffdf7;
  border-color: #f5f3eb;
}

.firmnessLifting__reasonCard--medical {
  background: #f7eefc;
  border-color: #e5d5ef;
  box-shadow: 6px 6px 15px rgba(177, 157, 188, 0.4);
}

.firmnessLifting__reasonCard::after {
  position: absolute;
  right: 20px;
  bottom: -12px;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transform: rotate(-4deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCard::after {
    right: 14px;
    bottom: -8px;
    font-size: 34px;
  }
}

.firmnessLifting__reasonCard--este::after {
  content: "Esthetics";
  color: #cbc3af;
}

.firmnessLifting__reasonCard--medical::after {
  content: "Medical";
  color: #b29ac0;
}

.firmnessLifting__reasonCardLabel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.107em;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCardLabel {
    gap: 10px;
    font-size: 20px;
    white-space: normal;
  }
}

.firmnessLifting__reasonCardLabel::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: #cbc3af;
  transform: rotate(45deg);
}

.firmnessLifting__reasonCard--medical .firmnessLifting__reasonCardLabel::before {
  background: #b89cc8;
}

.firmnessLifting__reasonCardLabelAccent {
  font-size: 32px;
  color: #7a6328;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCardLabelAccent {
    font-size: 24px;
  }
}

.firmnessLifting__reasonCard--medical .firmnessLifting__reasonCardLabelAccent {
  color: #b572dc;
}

.firmnessLifting__reasonCardTxt {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__reasonCardTxt {
    margin-top: 20px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__reasonCardTxt {
    font-size: 16px;
    text-align: left;
  }
}

/* ============================================================
   Before/After（症例紹介）Figma 20:1950
   ※ 症例カテゴリ wrinkles_sagging_pores から動的表示
   ============================================================ */
.firmnessLifting__case {
  padding: 130px 20px 140px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__case {
    padding: 60px 16px 60px;
  }
}

.firmnessLifting__caseInner {
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__caseHead {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 5px solid #b29ac0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__caseHead {
    padding-bottom: 24px;
  }
}

.firmnessLifting__caseEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

.firmnessLifting__caseTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__caseTtl {
    font-size: 32px;
  }
}

.firmnessLifting__caseCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 0;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__caseCards {
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__caseCards {
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }
}

.firmnessLifting__caseCard {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__caseCard {
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }
}

.firmnessLifting__caseImages {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: min(280px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.firmnessLifting__caseCardBody {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__caseCardBody {
    width: 100%;
  }
}

.firmnessLifting__caseImg {
  position: relative;
  flex: 0 0 50%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.firmnessLifting__caseImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.firmnessLifting__caseImgCap {
  position: absolute;
  top: 3px;
  left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 21px;
  padding: 2px 5px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.firmnessLifting__caseImgCap--before {
  background: #fff;
}

.firmnessLifting__caseImgCap--after {
  background: #3fb235;
  color: #fff;
}

.firmnessLifting__caseCardTtl {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

.firmnessLifting__caseCardPeriodRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.firmnessLifting__caseCardPeriodLabel {
  flex: 0 0 auto;
  padding: 4px 10px;
  background: #f5f3eb;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.firmnessLifting__caseCardPeriod {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  white-space: nowrap;
}

.firmnessLifting__caseCardTxt {
  margin-top: 10px;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
}

.firmnessLifting__caseEmpty {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

/* ============================================================
   Price（料金表 + お支払いについて）Figma 20:1724
   ※ お支払いについては暫定。色野さん payment-info.php 完成後に差し替え
   ============================================================ */
.firmnessLifting__price {
  padding: 130px 20px 100px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__price {
    padding: 60px 16px 60px;
  }
}

.firmnessLifting__priceInner {
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__priceHead {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: clamp(3px, 0.35vw, 5px) solid #b29ac0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceHead {
    padding-bottom: 24px;
  }
}

.firmnessLifting__priceEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

.firmnessLifting__priceTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTtl {
    font-size: 20px;
  }
}

.firmnessLifting__priceTtlAccent {
  font-size: 50px;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTtlAccent {
    font-size: 32px;
  }
}

.firmnessLifting__priceTables {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTables {
    gap: 30px;
    margin-top: 40px;
  }
}

.firmnessLifting__priceTable {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTable {
    table-layout: fixed;
  }
}

.firmnessLifting__priceTableTtl {
  height: 70px;
  padding: 20px 30px;
  background: #cbc3af;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTableTtl {
    height: auto;
    padding: 12px 14px;
    font-size: 16px;
  }
}

.firmnessLifting__priceTh {
  width: 37.6%;
  padding: 20px 40px;
  background: #f5f3eb;
  border: 1px solid #ddd;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceTh {
    width: 41%;
    padding: 10px 8px;
    font-size: clamp(12px, 3.4vw, 13px);
    letter-spacing: 0.02em;
  }
}

.firmnessLifting__priceMenu {
  width: 31.2%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  color: #333;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceMenu {
    width: 34%;
    padding: 10px 6px;
    font-size: clamp(12px, 3.4vw, 13px);
    letter-spacing: 0.02em;
  }
}

.firmnessLifting__priceVal {
  width: 31.2%;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__priceVal {
    width: 25%;
    padding: 10px 4px;
    font-size: clamp(12px, 3.4vw, 13px);
    letter-spacing: 0.02em;
  }
}

.firmnessLifting__payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 1000px;
  margin: 45px auto 0;
  padding: 45px;
  background: #f5f3eb;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__payment {
    margin-top: 30px;
    padding: 24px;
  }
}

.firmnessLifting__paymentHead {
  width: 100%;
}

.firmnessLifting__paymentTtl {
  position: relative;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1c2a50;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__paymentTtl {
    width: 100%;
    font-size: 20px;
  }
}

.firmnessLifting__paymentTtl::after {
  content: "";
  display: block;
  width: 500px;
  max-width: 100%;
  height: 10px;
  margin-top: 10px;
  background-image: radial-gradient(circle, #1c2a50 0 5px, transparent 5.5px);
  background-size: 20px 10px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__paymentTtl::after {
    width: 100%;
    max-width: none;
    height: 8px;
    background-image: radial-gradient(circle, #1c2a50 0 4px, transparent 4.5px);
    background-size: clamp(14px, 4.6vw, 20px) 8px;
  }
}

.firmnessLifting__paymentBody {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0;
  text-align: left;
}

.firmnessLifting__paymentTxt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__paymentTxt {
    font-size: 14px;
  }
}

.firmnessLifting__paymentStrong {
  font-weight: 700;
}

#lpWrap.firmnessLifting .lp-payment strong {
  font-weight: 700;
}

/* ============================================================
   Attention（注意点）Figma 20:2066
   ============================================================ */
.firmnessLifting__attention {
  padding: 100px 20px;
  background: #f7eefc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attention {
    padding: 60px 16px;
  }
}

.firmnessLifting__attentionInner {
  max-width: 1200px;
  margin: 0 auto;
}

.firmnessLifting__attentionHead {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: clamp(3px, 0.35vw, 5px) solid #1c2a50;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionHead {
    padding-bottom: 24px;
  }
}

.firmnessLifting__attentionEn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #b572dc;
}

html body .faq__title .firmnessLifting__attentionEn,
html body .area-map__title .firmnessLifting__attentionEn {
  margin-bottom: 12px;
}

.firmnessLifting__attentionTtl {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #1c2a50;
  word-break: auto-phrase;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionTtl {
    font-size: 20px;
  }
}

.firmnessLifting__attentionTtlAccent {
  font-size: 50px;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionTtlAccent {
    font-size: 32px;
  }
}

.firmnessLifting__attentionBody {
  position: relative;
  display: block;
  width: 872px;
  max-width: 100%;
  height: 552px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__attentionBody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionBody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    margin-top: 40px;
  }
}

.firmnessLifting__attentionCol {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__attentionCol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionCol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}

.firmnessLifting__attentionImg {
  position: absolute;
  top: 102px;
  left: 339px;
  z-index: 1;
  width: 203px;
}
.firmnessLifting__attentionImg img {
  width: 100%;
  height: 431px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__attentionImg {
    position: relative;
    top: auto;
    left: auto;
    order: -1;
    width: 160px;
    margin: 0 auto;
  }

  .firmnessLifting__attentionImg img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionImg {
    position: relative;
    top: auto;
    left: auto;
    order: -1;
    width: clamp(120px, 42vw, 160px);
    margin: 0 auto;
  }

  .firmnessLifting__attentionImg img {
    height: auto;
  }
}

.firmnessLifting__attentionItem {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 270px;
  height: 270px;
  padding: 54px 35px 30px;
  background: #fff;
  border: 3px solid #b572dc;
  border-radius: 50%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__attentionItem {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 20px;
  }
}

.firmnessLifting__attentionCol:first-of-type .firmnessLifting__attentionItem:nth-of-type(1) {
  top: 0;
  left: 42px;
}

.firmnessLifting__attentionCol:first-of-type .firmnessLifting__attentionItem:nth-of-type(2) {
  top: 282px;
  left: 0;
}

.firmnessLifting__attentionCol:last-of-type .firmnessLifting__attentionItem:nth-of-type(1) {
  top: 0;
  left: 558px;
}

.firmnessLifting__attentionCol:last-of-type .firmnessLifting__attentionItem:nth-of-type(2) {
  top: 282px;
  left: 602px;
}
@media screen and (max-width: 1024px) {
  .firmnessLifting__attentionCol:first-of-type .firmnessLifting__attentionItem:nth-of-type(1),
  .firmnessLifting__attentionCol:first-of-type .firmnessLifting__attentionItem:nth-of-type(2),
  .firmnessLifting__attentionCol:last-of-type .firmnessLifting__attentionItem:nth-of-type(1),
  .firmnessLifting__attentionCol:last-of-type .firmnessLifting__attentionItem:nth-of-type(2) {
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionItem {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
}

.firmnessLifting__attentionItemTtl {
  width: 220px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  color: #b572dc;
}

.firmnessLifting__attentionItemTtl::first-letter {
  font-size: 32px;
}

.firmnessLifting__attentionItemTxt {
  margin-top: 10px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .firmnessLifting__attentionItemTtl {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .firmnessLifting__attentionItemTxt {
    font-size: 14px;
  }
}

/* ============================================================
   FAQ / Area common parts override（Figma 20:2105 / 20:2111 / 20:2160）
   ============================================================ */
html body .faq {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body .faq {
    padding-bottom: 60px;
  }
}

html body .faq__title.faq__title-man {
  border-bottom-color: #b29ac0;
}
@media screen and (max-width: 767px) {
  html body .faq__title.faq__title-man {
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.6;
    word-break: auto-phrase;
    line-break: strict;
    text-wrap: balance;
  }
}

html body .faq__title .en,
html body .faq__title .en.en-man,
html body .faq__title.faq__title-man .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #b572dc;
}

html body .faq__title span,
html body .faq__title.faq__title-man span {
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  html body .faq__title span,
  html body .faq__title.faq__title-man span {
    font-size: clamp(32px, 9.8vw, 40px);
  }
}

html body .faq-listItem__ttl-wrap {
  color: #b572dc;
  border-left-color: #b572dc;
  border-top-color: #b572dc;
  border-right-color: #b572dc;
  border-bottom-color: #b572dc;
}
@media screen and (max-width: 767px) {
  html body .faq-listItem__ttl-wrap {
    --faq-toggle-size: clamp(18px, 6.5vw, 26px);
    --faq-toggle-right: clamp(14px, 5vw, 18px);
    --faq-arrow-width: clamp(5px, 1.7vw, 7px);
    --faq-arrow-height: clamp(11px, 3.7vw, 15px);
    padding-right: calc(var(--faq-toggle-right) + var(--faq-toggle-size) + 14px);
  }
}

html body .faq-listItem__ttl-wrap::after {
  background-color: #b572dc;
}

html body .faq-listItem__ttl-wrap::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transform-origin: center;
}

html body .open.faq-listItem__ttl-wrap::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  html body .faq-listItem__ttl-wrap::after {
    right: var(--faq-toggle-right);
    width: var(--faq-toggle-size);
    height: var(--faq-toggle-size);
  }

  html body .faq-listItem__ttl-wrap::before,
  html body .open.faq-listItem__ttl-wrap::before {
    right: calc(var(--faq-toggle-right) + (var(--faq-toggle-size) - var(--faq-arrow-width)) / 2);
    width: var(--faq-arrow-width);
    height: var(--faq-arrow-height);
  }
}

html body .faq-listItem__ttl-icon,
html body .faq-listItem__answer-icon {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #b572dc;
}
@media screen and (max-width: 767px) {
  html body .faq-listItem__ttl-icon,
  html body .faq-listItem__answer-icon {
    font-size: clamp(22px, 7vw, 28px);
  }
}

html body .faq-listItem__ttl-txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b572dc;
}

html body .faq-listItem__answer-wrap {
  border-left-color: #b572dc;
  border-right-color: #b572dc;
  border-bottom-color: #b572dc;
}

html body .faq-listItem__answer-txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
}

html body .area-map__title {
  border-bottom-color: #b29ac0;
}

html body .area-map__title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #b572dc;
}

html body .area-map__title span {
  color: #b572dc;
}

html body .area-map__txt .color-pink {
  color: #b572dc;
}
