@charset "UTF-8";

.lp-cta-stain {
  margin-top: -110px;
}

/* 背景色が必要な箇所にのみ --bgc を付与 */
.lp-cta-stain.--bgc .lp-cta {
  background-color: #f6e3e3;
}

/* PC幅では上135px（bg01への食い込み分）を透明にして重ならないようにする */
@media screen and (min-width: 768px) {
  .lp-cta-stain.--bgc .lp-cta {
    background: linear-gradient(to bottom, transparent 110px, #f6e3e3 110px);
  }
}

@media screen and (max-width: 768px) {
  .lp-cta-stain {
    margin-top: -88px;
  }
  .lp-cta-stain.--bgc .lp-cta {
    background: linear-gradient(to bottom, transparent 88px, #f6e3e3 88px);
  }
}

#lpWrap.stain .wrap2 {
  padding-top: 100px;
}

/* worries */
.stain-worries {
  position: relative;
  padding-bottom: min(200 / 768 * 100vw, 230px);
}

.stain-worries__item:nth-child(2) .stain-worries__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.stain-worries__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(76 / 1440 * 100vw, 76px);
}

.stain-worries__img {
  max-width: 327px;
  width: min(300 / 768 * 100vw, 327px);
  aspect-ratio: 327 / 302;
}

.stain-worries__item:nth-child(1) .stain-worries__info,
.stain-worries__item:nth-child(2) .stain-worries__info,
.stain-worries__item:nth-child(3) .stain-worries__info {
  max-width: 779px;
  width: 100%;
  height: 100%;
  aspect-ratio: 779 / 360;
}

.stain-worries__item:nth-child(1) .stain-worries__info {
  background: url(../img/stain/stain-worres-bg.png) no-repeat center / cover;
}

.stain-worries__item:nth-child(2) .stain-worries__info {
  background: url(../img/stain/stain-worres-bg2.png) no-repeat center / cover;
}

.stain-worries__item:nth-child(3) .stain-worries__info {
  background: url(../img/stain/stain-worres-bg3.png) no-repeat center / cover;
}

.stain-worries__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #9d3c3c;
  font-size: 24px;
  font-size: min(18 / 320 * 100vw, 24px);
  font-weight: 700;
  color: #9d3c3c;
}

.stain-worries__item:nth-child(2) .stain-worries__wrap .stain-worries__info .stain-worries__head {
  color: #306c48;
  border-color: #306c48;
}

.stain-worries__item:nth-child(3) .stain-worries__wrap .stain-worries__info .stain-worries__head {
  color: #1c2a50;
  border-color: #1c2a50;
}

.stain-worries__info {
  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;
}

.stain-worries__txt {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-top: min(6 / 320 * 100vw, 30px);
  font-size: 20px;
  font-size: min(14 / 320 * 100vw, 20px);
  font-weight: 500;
}

.stain-worries__item:nth-child(2) .stain-worries__recommendation .recommendation__ttl {
  color: #306c48;
}

.stain-worries__item:nth-child(3) .stain-worries__recommendation .recommendation__ttl {
  color: #1c2a50;
}

.recommendation {
  margin-inline: auto;
}

.recommendation__ttl {
  max-width: 457px;
  position: relative;
  margin-inline: auto;
  color: #9d3c3c;
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  font-weight: 700;
  text-align: left;
}

.recommendation__ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background: url(../img/stain/dot2.png) center / contain;
  width: 100%;
  max-width: 457px;
  aspect-ratio: 457 / 10;
}

.stain-worries__item:nth-child(2) .stain-worries__recommendation .recommendation__ttl::after {
  background: url(../img/stain/dot3.png) center / contain;
}

.stain-worries__item:nth-child(3) .stain-worries__recommendation .recommendation__ttl::after {
  background: url(../img/stain/dot4.png) center / contain;
}

.recommendation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.recommendation__item {
  text-align: center;
  border-width: 3px 1px 1px 1px;
  border-color: #9d3c3c;
  background-color: #fff;
  display: inline-block;
  width: min(300 / 375 * 100vw, 330px);
  font-size: min(14 / 320 * 100vw, 18px);
  font-weight: 500;
  padding: min(10 / 375 * 100vw, 20px) 0 min(10 / 375 * 100vw, 20px);
}

.stain-worries__item:nth-child(2)
  .stain-worries__recommendation
  .recommendation__items
  .recommendation__item {
  border-color: #306c48;
}

.stain-worries__item:nth-child(3)
  .stain-worries__recommendation
  .recommendation__items
  .recommendation__item {
  border-color: #1c2a50;
}

.stain-worries__item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .stain-worries__wrap,
  .stain-worries__item:nth-child(2) .stain-worries__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recommendation__ttl::after {
    bottom: -10px;
  }

  #lpWrap .stain-worries__btn {
    bottom: -10vw;
  }
}

/* シミの種類 */
.stain-kinds {
  position: relative;
  padding-top: 170px;
  background-color: #f6e3e3;
}

.stain-kinds::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/stain/sec-grade.png) no-repeat center / cover;
  width: 100%;
  aspect-ratio: 1440 / 100;
}

.stain-kindsInner {
  position: relative;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}

.stain-kinds__ttl {
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  margin-inline: auto;
  background: url(../img/stain/frame.png) no-repeat center / contain;
  width: 100%;
  max-width: 589px;
  aspect-ratio: 589 / 99;
  font-size: 50px;
  font-size: min(50 / 1440 * 100vw, 50px);
  font-weight: 700;
  font-family: var(--font-ZenMaruGothic);
  color: #e17373;
}

.stain-kinds__body {
  position: relative;
  padding: 90px 0 100px;
  border-bottom: 3px solid #7a6328;
}

.stain-kinds__img {
  max-width: 440px;
  margin-inline: auto;
  aspect-ratio: 440 / 500;
}

.stain-kinds__item {
  position: absolute;
  width: 100%;
  max-width: 280px;
  width: min(200 / 768 * 100vw, 280px);
  padding: 29px 0 29px;
  font-size: 24px;
  font-size: min(14 / 375 * 100vw, 24px);
  font-weight: 700;
  text-align: center;
  border: 4px solid #7a6328;
  border-radius: 20px;
  line-height: 1;
  background-color: #fff;
}

.stain-kinds__item:nth-child(1) {
  top: 160px;
  left: 118px;
  left: min(118 / 1440 * 100vw, 116px);
}

.stain-kinds__item:nth-child(2) {
  top: 283px;
  left: 100px;
  left: min(118 / 1440 * 100vw, 110px);
}

.stain-kinds__item:nth-child(3) {
  top: 405px;
  left: 115px;
  left: min(118 / 1440 * 100vw, 116px);
}

.stain-kinds__item:nth-child(4) {
  top: 161px;
  right: 116px;
  right: min(50 / 768 * 100vw, 110px);
}

.stain-kinds__item:nth-child(5) {
  top: 283px;
  right: 103px;
  right: min(118 / 1440 * 100vw, 116px);
}

.stain-kinds__item:nth-child(6) {
  top: 405px;
  right: 116px;
  right: min(110 / 1440 * 100vw, 110px);
}

.stain-kinds__list {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 70px;
  margin-top: min(50 / 768 * 100vw, 70px);
}

.kinds-listItem {
  font-weight: 700;
}

.kinds-listItem:not(:first-child) {
  margin-top: 10px;
}

.kinds-listItem__ttl {
  position: relative;
  font-size: 24px;
  font-size: min(14 / 320 * 100vw, 24px);
  padding: 38px 70px 38px;
  color: #fff;
  background-color: #cbc3af;
  text-align: left;
}

.kinds-listItem__ttl::before,
.kinds-listItem__ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kinds-listItem__ttl::after {
  top: 50%;
  right: 73px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}

.kinds-listItem__ttl::before {
  background: url(../img/stain/arrow.png) no-repeat center / cover;
  width: 8px;
  height: 18px;
  right: 88px;
  z-index: 1;
}

.kinds-listItem__answer {
  display: none;
  padding: 30px 70px 30px;
  text-align: left;
}

.open.kinds-listItem__answer {
  display: block;
}

.open.kinds-listItem__ttl::before {
  top: 44%;
  right: 88px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .stain-kinds {
    padding-top: min(100 / 375 * 100vw, 170px);
  }

  .stain-kinds__img {
    width: min(280 / 375 * 100vw, 440px);
  }

  .stain-kinds__item:nth-child(1) {
    top: 160px;
    top: min(120 / 320 * 100vw, 160px);
    left: min(5 / 768 * 100vw, 116px);
  }

  .stain-kinds__item:nth-child(2) {
    top: 283px;
    top: min(186 / 320 * 100vw, 283px);
    left: min(5 / 768 * 100vw, 110px);
  }

  .stain-kinds__item:nth-child(3) {
    top: 405px;
    top: min(250 / 320 * 100vw, 405px);
    left: min(5 / 768 * 100vw, 116px);
    line-height: 1.2;
  }

  .stain-kinds__item:nth-child(4) {
    top: 161px;
    top: min(115 / 320 * 100vw, 160px);
    right: min(5 / 768 * 100vw, 110px);
  }

  .stain-kinds__item:nth-child(5) {
    top: 283px;
    top: min(187 / 320 * 100vw, 283px);
    right: min(5 / 768 * 100vw, 116px);
  }

  .stain-kinds__item:nth-child(6) {
    top: 405px;
    top: min(250 / 320 * 100vw, 405px);
    right: min(5 / 768 * 100vw, 110px);
  }

  .stain-kinds__item {
    width: min(90 / 320 * 100vw, 280px);
    padding: min(12 / 320 * 100vw, 20px) 0 min(12 / 320 * 100vw, 20px);
    border: 2px solid #7a6328;
  }

  .stain-kinds__ttl {
    top: -7vw;
  }

  .kinds-listItem__ttl {
    padding: 20px 70px 20px;
  }

  .kinds-listItem__ttl::after {
    right: 18px;
  }

  .kinds-listItem__ttl::before {
    top: 50%;
  }

  .open.kinds-listItem__ttl::before {
    top: 46%;
  }

  .kinds-listItem__ttl::before,
  .open.kinds-listItem__ttl::before {
    right: min(19 / 375 * 100vw, 30px);
    width: 6px;
    height: 14px;
    right: 34px;
  }

  .sec-ttl--shots {
    font-size: min(20 / 320 * 100vw, 40px);
  }
}

/* 押し売りはしません */
.stain-promise {
  margin-top: 170px;
  text-align: center;
}

.stain-promise__ttl span {
  position: relative;
  margin-left: 96px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(50%, rgba(255, 215, 72, 50%))
  );
  background: -o-linear-gradient(transparent 50%, rgba(255, 215, 72, 50%) 50%);
  background: linear-gradient(transparent 50%, rgba(255, 215, 72, 50%) 50%);
}

.stain-promise__ttl span::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -96px;
  background: url(../img/stain/docter.png) no-repeat center / contain;
  width: 100%;
  max-width: 64px;
  aspect-ratio: 64 / 134;
}

.stain-promise__body {
  position: relative;
  margin-top: 60px;
}

.stain-promise__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stain-promise__img {
  max-width: 1051px;
  width: min(600 / 768 * 100vw, 1051px);
  aspect-ratio: 1051 / 570;
  margin-left: min(30 / 768 * 100vw, 120px);
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 25%));
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 25%));
}

.stain-promise__bg {
  width: 100%;
  height: min(400 / 768 * 100vw, 488px);
  aspect-ratio: 1440 / 488;
  margin-top: -400px;
  background-color: #f5f3eb;
  border-width: 2px 0 2px 0;
  border-color: #7a6328;
  z-index: -1;
}

.stain-promise__txt {
  position: relative;
  right: -60px;
  width: 100%;
  max-width: 680px;
  padding: 100px 108px 100px;
  margin-top: -100px;
  margin-left: auto;
  background-color: #fff;
  z-index: 2;
  font-size: min(14 / 375 * 100vw, 16px);
  text-align: left;
}

.stain-promise__txt::after {
  position: absolute;
  top: 11px;
  left: -11px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #7a6328;
}

.stain-promise__txt::before {
  position: absolute;
  top: -50px;
  left: 10px;
  content: "";
  background: url(../img/stain/promise-txt.png) no-repeat center / contain;
  width: 100%;
  max-width: 217px;
  aspect-ratio: 424 / 277;
}

@media screen and (max-width: 768px) {
  .stain-promise__main {
    width: 100%;
  }

  .stain-promise__txt {
    width: 90%;
    right: 0;
    padding: min(36 / 320 * 100vw, 70px);
    margin: unset;
    margin-top: 30px;
  }

  .stain-promise__img {
    width: 100%;
    margin: unset;
  }

  .stain-promise__txt::before {
    width: 50%;
    top: -40px;
  }

  .stain-promise__ttl span {
    margin-left: 50px;
  }

  .stain-promise__ttl span::before {
    width: min(28 / 320 * 100vw, 40px);
    top: -30px;
    left: -30%;
  }

  .stain-promise {
    margin-top: 100px;
  }

  .stain-promise__bg {
    margin-top: -35vw;
  }
}

/* stain-chart */
.stain-chart {
  position: relative;
  padding: 100px 0 100px;
}

/* シミ取りチャート */
.stain-chart__inner {
  max-width: 1040px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .stain-chart {
    padding: min(80 / 768 * 100vw, 100px) 0 8.3vw;
  }

  #lpWrap .stain-chart__btn {
    bottom: -10vw;
  }
}

/* stain-treatment */
.stain-treatment__inner {
  padding-bottom: 70px;
  background: url(../img/picolaser/bg01.jpg) no-repeat center / cover;
}

.stain-treatment__ttl {
  padding-top: 140px;
}

.stain-treatment__body {
  max-width: 1000px;
  padding: 0 20px;
  margin-inline: auto;
}

.stain-treatment__item img {
  width: 45%;
  max-width: 435px;
  aspect-ratio: 435 / 375;
  -o-object-fit: contain;
  object-fit: contain;
}

.stain-treatment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font-weight: 700;
}

.stain-treatment__item:not(:first-child) {
  margin-top: 40px;
}

.device-features__items {
  padding-top: 20px;
}

.stain-treatment__info {
  text-align: left;
}

.stain-treatment__head {
  font-size: 28px;
  font-size: min(28 / 1440 * 100vw, 28px);
  font-weight: 700;
  color: #7a6328;
  font-family: var(--font-ZenMaruGothic);
}

.stain-treatment__head span {
  border-bottom: 3px solid #7a6328;
}

.device-features__ttl {
  padding-top: 20px;
  font-size: 24px;
  font-size: min(24 / 1440 * 100vw, 24px);
  font-weight: 700;
}

.device-features__ttl span {
  color: #fff;
  background-color: #7a6328;
  padding: 0 12px;
  font-family: var(--font-ZenMaruGothic);
}

.stain-treatment__txt {
  padding-top: min(40 / 1440 * 100vw, 40px);
}

.device-features__item {
  position: relative;
  padding-left: 5px;
}

.stain-treatment__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.device-features__items {
  margin-left: 1.3em;
}

.device-features__item:not(:first-child) {
  margin-top: 2px;
}

.device-features__item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.3em;
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/stain/check2.png) no-repeat center / contain;
}

.device-features__btn a {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 21px 0 21px 108px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #ac9d77;
  color: #7a6328;
  background-color: #fff;
  font-size: min(18 / 375 * 100vw, 24px);
  font-weight: 700;
  border-radius: 50px;
}

.device-features__btn a::before,
.device-features__btn a::after {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #7a6328;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.device-features__btn a::before {
  right: 10px;
  width: 88px;
  height: 1px;
}

.device-features__btn a::after {
  width: 10px;
  height: 1px;
  right: 9px;
  top: 55%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.device-features__btn a:hover::before,
.device-features__btn a:hover::after {
  right: -20px;
}

@media screen and (max-width: 768px) {
  .stain-treatment__ttl {
    padding-top: 90px;
  }

  .stain-treatment__item {
    gap: 0;
  }

  .stain-treatment__item,
  .stain-treatment__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stain-treatment__item:not(:first-child) {
    margin-top: 60px;
  }

  .stain-treatment__item img {
    width: 80%;
    margin-inline: auto;
  }

  .stain-treatment__body {
    width: 100%;
    max-width: 650px;
  }

  .stain-treatment__head {
    font-size: min(20 / 320 * 100vw, 28px);
  }

  .device-features__ttl {
    font-size: min(18 / 320 * 100vw, 24px);
  }

  .device-features__btn a {
    width: 90%;
    padding: 14px 0 14px min(60 / 320 * 100vw, 108px);
  }

  .device-features__btn a::before {
    width: 70px;
  }
}

/* stain-price */
.stain-price {
  padding-bottom: 70px;
  margin-top: min(50 / 768 * 100vw, 70px);
}

/* ===== Trouble section — シミページ専用レイアウト上書き ===== */
/* lp_pc.css の position: absolute レイアウトを Flexbox で上書き */
#lpWrap.stain #co02Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  padding-block: 43px;
  padding-left: 50px;
}

#lpWrap.stain #co02Wrap ul {
  position: static;
  width: auto;
  max-width: none;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#lpWrap.stain #co02Wrap ul li {
  line-height: 1.6;
}

#lpWrap.stain #co02Wrap ul li span {
  color: var(--co02-accent, #e17373);
}

/* ===== Chart-section テキストブロック (Figma: 10:558) ===== */
.stain-chart__info {
  margin-inline: auto;
  margin-top: 80px;
  text-align: center;
}

.stain-chart__intro {
  font-size: min(16 / 375 * 100vw, 24px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

.stain-chart__types {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.stain-chart__type {
  flex: 1;
  background-color: #f5f3eb;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
}

.stain-chart__type-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-size: min(16 / 375 * 100vw, 20px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

.stain-chart__type-name::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  rotate: 45deg;
  background-color: #cbc3af;
  flex-shrink: 0;
}

.stain-chart__type-txt {
  font-size: 16px;
  font-size: min(14 / 375 * 100vw, 16px);
  letter-spacing: 0.05em;
}

.stain-chart__type-txt strong {
  font-weight: 700;
  color: #e17373;
}

/* ===== Section Divider 共通コンポーネント ===== */
.lp-section-divider {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 30px;
}

.lp-section-divider.--mt16 {
  margin-top: 16px;
}

.lp-section-divider__line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
}

.lp-section-divider__line::before,
.lp-section-divider__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #cbc3af;
  width: calc(50% - 8px);
}

.lp-section-divider__line::before {
  left: 0;
}

.lp-section-divider__line::after {
  right: 0;
}

.lp-section-divider__fukidashi {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 2px;
  background-color: #cbc3af;
  left: 50%;
  transform: translateX(-4px) rotate(-45deg);
  transform-origin: right center;
}

.stain-chart__conclusion {
  margin-top: 30px;
  font-size: 24px;
  font-size: min(18 / 375 * 100vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.stain-chart__conclusion strong {
  font-weight: 700;
	font-size: 32px;
  font-size: min(20 / 375 * 100vw, 32px);
  color: #e17373;
}

@media screen and (max-width: 767px) {
  .stain-chart__types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stain-chart__type {
    padding: 15px;
    padding-inline: 64px;
  }

  .stain-chart__info {
    margin-top: 20px;
  }
}

/* ===== Treatment-section メタ情報 (Figma: 10:657) ===== */
.stain-treatment__meta {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 80px;
}

.stain-treatment__metaList {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 15px;

  background-color: #fff;
  padding: 30px 255px;
  padding: 30px min(255 / 1440 * 100vw, 255px);
}

.stain-treatment__metaItem {
  display: flex;

  align-items: center;
  gap: 16px;
}

.stain-treatment__metaDt {
  min-width: 145px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background-color: #7a6328;
  color: #fff;
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-ZenMaruGothic);
  white-space: nowrap;
}

.stain-treatment__metaDd {
  text-align: left;
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1040px) {
  .stain-treatment__meta {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 767px) {
  .stain-treatment__meta {
    padding: 30px 15px 50px;
  }

  .stain-treatment__metaList {
    padding: 24px;
  }

  .stain-treatment__metaDt {
    min-width: min(100 / 375 * 100vw, 145px);
    font-size: min(14 / 375 * 100vw, 20px);
  }

  .stain-treatment__metaDd {
    text-align: left;
    font-size: min(14 / 375 * 100vw, 20px);
  }
}

/* ===== 押し売り-section FAQブロック (Figma: 10:788) ===== */
.stain-promise__faq {
  max-width: 1040px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.stain-promise__faq-ttl {
  font-size: 32px;
  font-size: min(20 / 375 * 100vw, 32px);
  font-weight: 700;
  color: #1c2a50;
  text-align: center;
  letter-spacing: 0.1em;
}

.stain-promise__faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.stain-promise__faq-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f3eb;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stain-promise__faq-name {
  font-size: 24px;
  font-size: min(16 / 375 * 100vw, 24px);
  font-weight: 700;
  color: #7a6328;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.stain-promise__faq-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 54px;
  height: 6px;
  background-image: radial-gradient(circle 3px at 3px 3px, #cbc3af 100%, transparent 100%);
  background-size: 12px 6px;
  background-repeat: repeat-x;
}

.stain-promise__faq-txt {
  font-size: 16px;
  font-size: min(14 / 375 * 100vw, 16px);
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  text-align: left;
  width: 100%;
}

.stain-promise__txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .stain-promise__faq-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .stain-promise__faq {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* ===== Attention-section 下部テキスト (Figma: 10:1235) ===== */
.stain-attention__txt {
  max-width: 906px;
  margin-inline: auto;
  margin-top: 60px;
  font-size: 24px;
  font-size: min(16 / 375 * 100vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
  color: #1c2a50;
}

.stain-attention__txt strong {
  color: #e17373;
}

@media screen and (max-width: 767px) {
  .stain-attention__txt {
    text-align: left;
    margin-top: 40px;
  }
}

/* ========================================
   Reason-section (Figma: 10:583)
   ======================================== */

.stain-reason {
  background-color: #fff;
  padding-block: 100px 80px;
}

.stain-reason__inner {
  max-width: 1200px;
  margin-inline: auto;
}

/* H2: 「なぜ医療機関のシミ取りが」30px #1c2a50 ＋「選ばれるのか？」50px #e17373 */
.stain-reason .lpTitle h2.stain-reason__h2 {
  font-size: 30px;
  font-size: min(18 / 375 * 100vw, 30px);
  font-weight: 700;
  color: #1c2a50;
  letter-spacing: 0.05em;
}

.stain-reason__h2 strong {
  font-size: 50px;
  font-size: min(28 / 375 * 100vw, 50px);
  font-weight: 700;
  color: #e17373;
}

/* Lead text */
.stain-reason__lead {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}

/* 2-column cards */
.stain-reason__cards {
  max-width: 1040px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.stain-reason__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  padding: 30px;
}

.stain-reason__card--este {
  background-color: #fff;
  border: 2px solid #f5f3eb;
}

.stain-reason__card--medical {
  background-color: #f6e3e3;
}

/* カードタイトル: インライン◆ダイヤ + キーワード色分け */
.stain-reason__card-ttl {
  font-size: 20px;
  font-size: min(16 / 375 * 100vw, 20px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #333;
  letter-spacing: 0.05em;
  padding: 0;
  background: none;
  margin-bottom: 16px;
}

/* ダイヤ形バレット */
.stain-reason__card-ttl::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stain-reason__card--este .stain-reason__card-ttl::before {
  background-color: #cbc3af;
}

.stain-reason__card--medical .stain-reason__card-ttl::before {
  background-color: #cda0a0;
}

.stain-reason__card--este .stain-reason__card-keyword {
  color: #7a6328;
}

.stain-reason__card--medical .stain-reason__card-keyword {
  color: #e17373;
}

.stain-reason__card-list {
  list-style: none;
}

.stain-reason__card-list li {
  text-align: left;
  font-size: min(14 / 375 * 100vw, 16px);
  color: #333;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.stain-reason__card-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* Comparison table */
.stain-reason__table {
  max-width: 1040px;
  margin-inline: auto;
  padding-bottom: 50px;
}

.stain-reason__table-ttl {
  margin-inline: auto;
  font-size: min(14 / 375 * 100vw, 24px);
  font-weight: 500;
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #333333;
  width: fit-content;
}

/* 比較テーブル ページ固有スタイル */
.cmp-head,
.cmp-rows { grid-template-columns: 210fr 270fr 270fr; }
.cmp-card__hl { left: calc(210 / 750 * 100%); width: calc(270 / 750 * 100%); background-color: #f6e3e3; }
.cmp-pill--hl { background-color: #e17373; color: #fff; }

/* Key message */
.stain-reason__msg {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
  padding-bottom: 50px;
}

.stain-reason__msg-main {
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  font-weight: 700;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 「診断」「治療の深さ」: fs24 #e17373 */
.stain-reason__msg-keyword {
  font-size: 24px;
  font-size: min(18 / 375 * 100vw, 24px);
  font-weight: 700;
  color: #e17373;
  font-style: normal;
}

.stain-reason__msg-sub {
  font-size: 20px;
  font-size: min(14 / 375 * 100vw, 20px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  padding-top: 30px;
}

/* Caution box */
.stain-reason__caution {
  max-width: 737px;
  width: 100%;
  margin-inline: auto;
  border: 3px solid #e17373;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stain-reason__caution-ttl {
  font-size: 20px;
  font-size: min(16 / 375 * 100vw, 20px);
  font-weight: 700;
  color: #1c2a50;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.stain-reason__caution-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
}

.stain-reason__caution-txt {
  font-size: 14px;
  font-size: min(14 / 375 * 100vw, 14px);
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stain-reason {
    padding-bottom: 50px;
  }

  .stain-reason__lead {
    text-align: left;
    padding-top: 30px;
  }

  .stain-reason__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .stain-reason__msg {
    text-align: left;
    padding-bottom: 30px;
  }

  .stain-reason__msg-sub {
    text-align: left;
  }

  .stain-reason__caution {
    padding: 20px;
    width: auto;
    margin-inline: 15px;
  }
}

/* ==============================
   stain-ba（Before/After 症例紹介）
   ============================== */
.stain-ba {
  padding: 100px 0;
  background-color: #fff;
}

.stain-ba__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.stain-ba__header {
  text-align: center;
  padding-bottom: 48px;
}

.stain-ba__en {
  font-size: 20px;
  font-size: min(20 / 1440 * 100vw, 20px);
  font-weight: 700;
  color: #e17373;
  font-family: var(--font-ZenMaruGothic);
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.stain-ba__ttl {
  font-size: 50px;
  font-size: min(50 / 1440 * 100vw, 50px);
  font-weight: 700;
  color: #e17373;
  margin: 0;
  line-height: 1.2;
}

.stain-ba__divider {
  height: 5px;
  background-color: #cda0a0;
  margin-bottom: 60px;
}

.stain-ba__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.stain-ba__item {
  width: 380px;
  width: min(380 / 1440 * 100vw, 380px);
  flex-shrink: 0;
}

.stain-ba__img-wrap {
  width: 380px;
  width: min(380 / 1440 * 100vw, 380px);
  margin-bottom: 20px;
}

.stain-ba__img-before,
.stain-ba__img-after {
  position: relative;
  width: 100%;
  aspect-ratio: 19 / 10;
  background-color: #e8e8e8;
  overflow: hidden;
}

.stain-ba__img-before img,
.stain-ba__img-after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stain-ba__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 16px;
	font-size: min(14 / 1440 * 100vw, 16px);
  font-weight: 700;
  padding: 3px 10px;
  letter-spacing: 0.05em;
  z-index: 1;
}

.stain-ba__badge--before {
  background-color: #ffffff;
  color: #333333;
}

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

.stain-ba__name {
  text-align: left;
  font-size: 24px;
  font-size: min(24 / 1440 * 100vw, 24px);
  font-weight: 500;
  color: #333333;
  margin: 0 0 12px;
}

.stain-ba__period {
  display: flex;
  align-items: center;
  gap: 12px;

  width: fit-content;
  margin-bottom: 16px;
}

.stain-ba__period-label {
  background-color: #f5f5f5;
  padding: 6px 14px;
  border-radius: 4px;
}

.stain-ba__period-label,
.stain-ba__period-val {
  font-size: 14px;
	font-size: min(14 / 1440 * 100vw, 14px);
  font-weight: 500;
  color: #333333;
}

.stain-ba__desc {
  text-align: left;
  font-size: 16px;
  font-size: min(16 / 1440 * 100vw, 16px);
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .stain-ba {
    padding: 60px 0;
  }

  .stain-ba__inner {
    padding: 0 20px;
  }

  .stain-ba__en {
    font-size: min(14 / 375 * 100vw, 20px);
  }

  .stain-ba__ttl {
    font-size: min(30 / 375 * 100vw, 50px);
  }

  .stain-ba__divider {
    margin-bottom: 40px;
  }

  .stain-ba__list {
    flex-direction: column;
    gap: 40px;
  }

  .stain-ba__item {
    width: 100%;
  }

  .stain-ba__img-wrap {
    width: 100%;
  }

  .stain-ba__name {
    font-size: min(20 / 375 * 100vw, 24px);
  }

  .stain-ba__period-label,
  .stain-ba__period-val {
    font-size: 16px;
		font-size: min(16 / 375 * 100vw, 16px);
  }

  .stain-ba__desc {
    font-size: 16px;
		font-size: min(16 / 375 * 100vw, 16px);
  }
}

#lpWrap.stain .wrap {
  padding-bottom: 190px;
}

@media screen and (max-width: 768px) {
  #lpWrap.stain .wrap {
    padding-bottom: 124px;
  }
}

/* ===== お支払いについて (templates/payment-info.php) ===== */
#lpWrap.stain .lp-payment-wrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #lpWrap.stain .lp-payment-wrap {
    margin-bottom: min(64 / 375 * 100vw, 64px);
  }
}

/* trouble-note: 画像下の三角＋テキスト */
.trouble-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 100px;
}

.trouble-note__arrow {
  width: 275px;
  width: min(275 / 1440 * 100vw, 275px);
  height: 56px;
  height: min(56 / 1440 * 100vw, 56px);
  background-color: #cbc3af;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto;
}

.trouble-note__txt {
  font-size: 24px;
  font-size: min(24 / 1440 * 100vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

.trouble-note__txt:first-of-type {
  margin-top: 40px;
}

.trouble-note__txt span {
  font-size: 30px;
  font-size: min(30 / 1440 * 100vw, 30px);
  color: #e17373;
}

@media screen and (max-width: 768px) {
  .trouble-note {
    padding-bottom: 64px;
  }

  .trouble-note__arrow {
    width: min(275px, 73.3vw);
    height: min(56px, 14.9vw);
  }

  .trouble-note__txt {
    font-size: 24px;
		font-size: min(18 / 375 * 100vw, 24px);
  }

  .trouble-note__txt:first-of-type {
    margin-top: 28px;
  }

  .trouble-note__txt span {
    font-size: 30px;
		font-size: min(24 / 375 * 100vw, 30px);
  }
}

#lpWrap.stain #co08Wrap {
  background-color: #f6e3e3;
}

#lpWrap.stain #co08Wrap .lpTitle {
  border-bottom-color: #1c2a50;
}
