* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Serif JP', serif;
  width: 393px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== FV Section ===== */
.fv-main-visual {
  position: relative;
  width: 393px;
  height: 550px;
  overflow: hidden;
  background: #FFF0F0;
}

/* ヒーロー画像（背景） */
.fv-hero-image {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center top;
}

/* ヘッダーバー */
.fv-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 80px;
  background: #ffb8c8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.fv-header-sub {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  letter-spacing: -0.48px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.fv-header-main {
  font-size: 24px;
  font-weight: 900;
  color: #dc5c6f;
  text-align: center;
  letter-spacing: -0.72px;
}

/* メインコピーグループ（画像上のテキスト3点） */
.fv-copy-group {
  position: absolute;
  bottom: 108px;
  left: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

/* 「最短３ヶ月で」バッジ */
.fv-badge-period {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  background: #da5a67;
  padding: 5px 10px;
}

.fv-badge-period span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2.4px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* 「+1〜３カップを目指す」メインコピー */
.fv-main-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 321px;
  height: auto;
  background: #da5a67;
  padding: 8px 0;
}

.fv-main-copy span {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 4.2px;
  white-space: nowrap;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* 「創業20年で...」実績バッジ */
.fv-achievement-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 60px;
  background: #da5a67;
  padding: 2px 14px;
}

.fv-achievement-badge span {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2.7px;
  text-align: center;
  line-height: 23px;
  white-space: nowrap;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* 右側 縦書きテキスト */
.fv-usp-vertical {
  position: absolute;
  top: 83px;
  left: 346px;
  width: 30px;
  height: 450px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-usp-vertical span {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 6px;
  line-height: 30px;
  text-shadow: -2px -1px 0 #ff86a1;
}

/* ===== CTA Section ===== */
.common-cta-section {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0;
  padding-bottom: 20px;
  background: #FFF0F0;
}

.cta-offer-card {
  background: #fddfdf;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  overflow: hidden;
}

.cta-offer-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
}

.cta-offer-top-row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  height: 65px;
}

.badge-limited {
  position: absolute;
  left: 30px;
  top: 0.5px;
  background: white;
  border-radius: 100px;
  padding: 2px;
}

.badge-inner-circle {
  background: #7f6254;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.badge-inner-circle span {
  font-size: 14px;
  font-weight: 400;
  color: white;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

.cta-offer-header-text {
  position: absolute;
  left: 89px;
  top: 5px;
  width: 263px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: #82665a;
  text-align: center;
}

.cta-offer-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2.7px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.cta-offer-subtitle {
  font-size: 12px;
  font-weight: 900;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.cta-divider {
  width: 100%;
  height: 1px;
  background: #c4a89a;
}

.cta-description {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  color: #82665a;
  text-align: center;
  line-height: 1.5;
}

.cta-description .desc-sm {
  font-size: 12px;
  font-weight: 400;
}

.cta-description .desc-bold {
  font-size: 14px;
  font-weight: 700;
}

.cta-description .desc-black {
  font-size: 14px;
  font-weight: 900;
}

.cta-price-row {
  background: white;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.price-label {
  background: #7f6254;
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 900;
  color: white;
  text-align: center;
  line-height: normal;
  flex-shrink: 0;
}

.price-old-container {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.price-old {
  font-size: 12px;
  font-weight: 900;
  color: #82665a;
  text-align: center;
  position: relative;
  display: inline-block;
}

.price-old::after {
  content: '';
  position: absolute;
  left: 0;
  top: 52%;
  width: 110%;
  height: 1.5px;
  background: #82665a;
  transform: rotate(-12deg);
}

.price-arrow {
  position: absolute;
  left: 157px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #82665a;
  font-weight: 900;
  line-height: 1;
}

.price-new {
  font-size: 34px;
  font-weight: 900;
  color: #dc5c6f;
  text-align: center;
  width: 142px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  white-space: nowrap;
}

.cta-limit-info {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

/* ===== Section 2: Problem ===== */
.s2-problem-main {
  position: relative;
  width: 393px;
  min-height: 620px;
  overflow: hidden;
}

.s2-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.s2-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2-content-area {
  position: absolute;
  left: 16px;
  top: 19px;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 580px;
}

/* --- タイトルエリア --- */
.s2-title-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 312px;
  flex-shrink: 0;
}

.s2-problem-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 900;
}

.s2-header-sub {
  font-size: 18px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 2.7px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.s2-header-main {
  font-size: 18px;
  font-weight: 900;
  color: #4a4a4a;
  letter-spacing: 2.7px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.s2-deco-wave {
  width: 163px;
  height: 13px;
  display: block;
  flex-shrink: 0;
}

/* --- 問題リスト --- */
.s2-problem-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 316px;
  list-style: none;
  flex-shrink: 0;
}

.s2-problem-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.s2-check-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
}

.s2-check-icon-wrap img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 124%;
  height: 110%;
  object-fit: contain;
}

.s2-problem-text-wrapper {
  position: relative;
  width: 296px;
  padding: 7px 25px;
  flex-shrink: 0;
}

.s2-deco-underline {
  position: absolute;
  left: 25px;
  top: 14px;
  width: 238px;
  height: 5px;
  display: block;
}

.s2-problem-text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.8px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

/* --- まとめバブル --- */
.s2-bubble {
  position: relative;
  width: 321px;
  height: 154px;
  flex-shrink: 0;
}

.s2-bubble-bg {
  position: absolute;
  left: 12.53px;
  top: 18.35px;
  width: 291px;
  height: 118px;
  display: block;
}

.s2-bubble-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 41px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: normal;
  white-space: nowrap;
}

.s2-bubble-text p {
  margin: 0;
}

/* --- フッターテキスト --- */
.s2-footer-texts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  width: 340px;
  flex-shrink: 0;
}

.s2-footer-title {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2.7px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
}

.s2-footer-body {
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2.1px;
  line-height: 24px;
  text-align: center;
  width: 304px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.s2-footer-body p {
  margin: 0;
}

.s2-footer-highlight {
  color: #e13962;
}

.s2-footer-regular {
  font-weight: 400;
}

/* ===== Section 3: Reason ===== */
.s3-reason-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  background: #FFF0F0;
}

.s3-top-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
}

/* ヘッダー */
.s3-reason-header {
  background: #da5a67;
  width: 100%;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}

.s3-header-sub {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: normal;
}

.s3-header-main {
  font-size: 30px;
  letter-spacing: 4.5px;
  line-height: normal;
}

/* ボディテキスト */
.s3-reason-body {
  padding: 10px;
  text-align: center;
}

.s3-reason-body p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.8px;
  line-height: 18px;
  white-space: nowrap;
}

.s3-body-bold {
  font-weight: 700;
}

/* サブタイトル */
.s3-reason-subtitle {
  position: relative;
  width: 360px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-subtitle-deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 322px;
  height: 6px;
  display: block;
}

.s3-subtitle-text {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  color: #c96d7b;
  letter-spacing: 3.6px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

/* 説明テキスト */
.s3-reason-description {
  padding: 10px;
  text-align: center;
}

.s3-reason-description p {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.8px;
  line-height: 18px;
  white-space: nowrap;
}

.s3-desc-accent {
  font-weight: 900;
  color: #c06071;
}

/* チェックリスト */
.s3-check-list {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.s3-check-row-double {
  display: flex;
  gap: 7px;
  align-items: center;
}

.s3-check-item {
  display: flex;
  gap: 7px;
  align-items: center;
}

.s3-check-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
}

.s3-check-icon-wrap img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 124%;
  height: 110%;
  object-fit: contain;
}

.s3-check-text {
  font-size: 18px;
  font-weight: 900;
  color: #d13a64;
  letter-spacing: 2.7px;
  line-height: normal;
  white-space: nowrap;
}

/* サマリーボックス */
.s3-summary-box {
  position: relative;
  background: white;
  width: 350px;
  min-height: 106px;
  padding: 5px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-summary-underline {
  position: absolute;
  height: 13px;
  left: 17px;
  background: #efcfc0;
  opacity: 0.8;
  width: 310px;
  pointer-events: none;
}

.s3-summary-underline-1 { top: 45px; }
.s3-summary-underline-2 { top: 68px; }

.s3-summary-text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #c96d7b;
  letter-spacing: 3px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

/* 下部ブロック */
.s3-bottom-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}

/* セクションタイトル */
.s3-issue-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3-issue-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s3-issue-title-1-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.s3-issue-title-2-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  width: 336px;
}

.s3-issue-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1.3px;
  line-height: 24px;
  white-space: nowrap;
}

.s3-issue-title-accent {
  color: #e35a70;
}

.s3-deco-line-left {
  position: absolute;
  left: 10px;
  top: 22px;
  width: 26px;
  height: 1px;
}

.s3-deco-line-right {
  position: absolute;
  right: 10px;
  top: 66px;
  width: 26px;
  height: 1px;
}

/* ビジュアルセクション */
.s3-visual-section {
  position: relative;
  width: 100%;
  height: 268px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
  overflow: hidden;
}

.s3-visual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 477px;
  height: 268px;
  pointer-events: none;
}

.s3-deco-wave-img {
  position: absolute;
  left: -0.5px;
  top: -0.5px;
  width: 392px;
  height: 229px;
  display: block;
}

.s3-visual-photo {
  position: absolute;
  left: 220px;
  top: 11px;
  width: 257px;
  height: 257px;
  object-fit: cover;
  display: block;
}

.s3-visual-content {
  position: relative;
  width: 264px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* データハイライト */
.s3-data-highlight {
  position: relative;
  width: 242px;
}

.s3-data-highlight-line {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 240px;
  height: 9px;
  background: #deac95;
  opacity: 0.8;
}

.s3-data-highlight-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #e13962;
  letter-spacing: 0.9px;
  line-height: 24px;
  text-align: center;
}

/* メインコピー */
.s3-main-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s3-main-copy-accent {
  font-size: 18px;
  font-weight: 700;
  color: #e13962;
  letter-spacing: 0.9px;
  line-height: 24px;
}

.s3-main-copy-black {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.9px;
  line-height: 24px;
}

/* サブコピー */
.s3-sub-copy {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 18px;
  white-space: nowrap;
}

/* ハイライトブロック */
.s3-highlight-block {
  position: relative;
  width: 246px;
  padding: 10px;
}

.s3-highlight-block-line-1 {
  position: absolute;
  left: 10px;
  top: 24px;
  width: 225px;
  height: 9px;
  background: #deac95;
  opacity: 0.8;
}

.s3-highlight-block-line-2 {
  position: absolute;
  left: 10px;
  top: 47px;
  width: 112px;
  height: 9px;
  background: #deac95;
  opacity: 0.8;
}

.s3-highlight-block-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #e13962;
  letter-spacing: 0.9px;
  line-height: 24px;
}

/* データ説明 */
.s3-data-desc {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.6px;
  line-height: 18px;
  white-space: nowrap;
}

/* ボトムボックス */
.s3-bottom-box {
  position: relative;
  background: white;
  width: 350px;
  min-height: 90px;
  padding: 13px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.s3-bottom-box-line-1 {
  position: absolute;
  left: 70px;
  top: 45px;
  width: 117px;
  height: 9px;
  background: #deac95;
  opacity: 0.8;
}

.s3-bottom-box-line-2 {
  position: absolute;
  left: 16px;
  top: 67px;
  width: 256px;
  height: 9px;
  background: #deac95;
  opacity: 0.8;
}

.s3-bottom-box-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.84px;
  line-height: 25px;
  text-align: center;
  width: 318px;
}

.s3-bottom-accent {
  font-weight: 700;
  color: #d13a64;
}

/* ===== Section 4: Method Detail ===== */
.s4-method-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  background: #FFF0F0;
}

/* イントロブロック */
.s4-intro-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}

/* ヘッダー */
.s4-header {
  background: #df7984;
  width: 100%;
  height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  text-align: center;
}

.s4-header-sub {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2.7px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.s4-header-main {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3.6px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

/* イントロテキスト */
.s4-intro-text {
  width: 301px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s4-intro-text p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2.25px;
  line-height: 24px;
}

/* フォーカスエリア */
.s4-intro-focus {
  position: relative;
  width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.s4-intro-focus-underline {
  position: absolute;
  left: 24px;
  bottom: 2px;
  width: 206px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-intro-focus-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2.7px;
  text-align: center;
  white-space: nowrap;
}

.s4-focus-accent {
  font-weight: 700;
  color: #da3766;
}

/* メソッドリスト */
.s4-method-list {
  width: 350px;
  display: flex;
  flex-direction: column;
}

.s4-method-item {
  position: relative;
  height: 80px;
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}

.s4-method-num {
  width: 52px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 4.5px;
  flex-shrink: 0;
  line-height: normal;
}

.s4-method-title {
  position: absolute;
  left: 58px;
  top: 31px;
  transform: translateY(-50%);
  height: 24px;
  width: 277px;
  font-size: 18px;
  font-weight: 400;
  color: #da5a67;
  letter-spacing: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.s4-method-desc {
  position: absolute;
  left: 58px;
  top: 59.5px;
  transform: translateY(-50%);
  width: 283px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
}

/* メソッドタイトルエリア */
.s4-method-title-area {
  background: #ffb8c8;
  width: 350px;
  height: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.s4-method-tagline {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2.7px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  white-space: nowrap;
}

.s4-method-3d-title-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 34px;
}

.s4-title-underline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 21.5px;
  width: 265px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-method-3d-title {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #da5a67, #fc5400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3.6px;
  text-align: center;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.s4-method-3d-desc {
  width: 283px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s4-method-3d-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.s4-desc-gradient {
  font-weight: 700;
  background: linear-gradient(to right, #da5a67, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* メソッド詳細ボックス */
.s4-detail-box {
  position: relative;
  background: white;
  width: 350px;
  height: 180px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.s4-detail-title {
  font-size: 18px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 2.7px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

.s4-detail-bullets {
  width: 283px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s4-detail-bullets p {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  white-space: nowrap;
}

.s4-detail-underline-1 {
  position: absolute;
  left: 121px;
  top: 138px;
  width: 167px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-detail-underline-2 {
  position: absolute;
  left: 33px;
  top: 158px;
  width: 168px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-detail-footer {
  position: relative;
  z-index: 1;
  width: 296px;
  height: 47px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.s4-detail-accent {
  font-weight: 700;
  color: #da5a67;
}

/* 仕組みヘッダー */
.s4-mechanism-header {
  background: #df7984;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.s4-mechanism-header-sub {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.s4-mechanism-header-main {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 5.55px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

/* バストの構成要素タイトル */
.s4-parts-title {
  font-size: 24px;
  font-weight: 700;
  color: #da5a67;
  letter-spacing: 3.6px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  line-height: normal;
}

/* 構成要素リスト */
.s4-parts-list {
  width: 315px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100px;
  align-items: flex-start;
  justify-content: center;
  padding-left: 34px;
}

.s4-parts-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.s4-parts-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
}

.s4-parts-icon-wrap img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 124%;
  height: 110%;
  object-fit: contain;
}

.s4-parts-text {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 2.4px;
  height: 28px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: normal;
}

/* 仕組みサマリー */
.s4-mechanism-summary {
  position: relative;
  width: 357px;
  min-height: 86px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4-summary-underline-1 {
  position: absolute;
  left: 55px;
  top: 50px;
  width: 298px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-summary-underline-2 {
  position: absolute;
  left: 23px;
  top: 66px;
  width: 199px;
  height: 9px;
  background: #f7dbcf;
  opacity: 0.8;
}

.s4-summary-text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.8px;
  line-height: 20px;
  text-align: center;
  width: 357px;
}

.s4-summary-accent {
  font-weight: 700;
  background: linear-gradient(to right, #da5a67, #ff4400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== Section 5: Before After ===== */
.s5-ba-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-bottom: 36px;
  overflow: visible;
  background: #FFF0F0;
}

/* ヘッダー */
.s5-ba-header-group {
  position: relative;
  height: 67.5px;
  width: 100%;
  flex-shrink: 0;
}

.s5-ba-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 393px;
  height: 58px;
  overflow: hidden;
  pointer-events: none;
}

.s5-ba-header-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s5-ba-title-wrap {
  position: absolute;
  left: 45px;
  top: 18.5px;
  width: 304px;
  height: 49px;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3.24px;
  text-align: center;
}

.s5-ba-title-shadow {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 304px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: normal;
}

.s5-ba-title-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e25a6d;
  line-height: normal;
}

/* ケースカード */
.s5-ba-card {
  position: relative;
  width: 263px;
  height: 316px;
  overflow: visible;
  flex-shrink: 0;
}

.s5-ba-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s5-photo-flip {
  transform: scaleX(-1);
}

/* Before ラベル */
.s5-before-label {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1.08px;
  white-space: nowrap;
  z-index: 2;
}

/* After ラベル */
.s5-after-label {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
}

.s5-after-label-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.s5-after-label-text {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1.62px;
  white-space: nowrap;
}

/* ステータスタグ 外側コンテナ */
.s5-tag-outer {
  position: absolute;
  width: 184.413px;
  height: 184.413px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.s5-tag-outer-2 {
  width: 183.75px;
  height: 183.75px;
}

/* タグ背景画像（共通） */
.s5-tag-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ===== BaStatusTag1: カード1・3（20代女性 ２カップUP.） ===== */
.s5-tag1-wrap {
  position: relative;
  width: 135px;
  height: 135px;
  flex-shrink: 0;
  transform: rotate(30deg);
}

/* コンテンツ領域 inset: top31.9% right22.23% bottom3.24% left0.97% */
.s5-tag1-content {
  position: absolute;
  top: 31.9%;
  right: 22.23%;
  bottom: 3.24%;
  left: 0.97%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 内側ボックス 96.454×41.819px rotate(-32.95deg) */
.s5-tag1-inner {
  width: 96.454px;
  height: 41.819px;
  transform: rotate(-32.95deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.s5-tag-row-age {
  height: 15.911px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.s5-tag-row-cup {
  height: 25.909px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* テキスト行の rotate(-1.14deg) */
.s5-tag1-rot {
  transform: rotate(-1.14deg);
  width: 100%;
  text-align: center;
}

/* ===== BaStatusTag: カード2（30代女性 1カップUP.） ===== */
.s5-tag2-wrap {
  position: relative;
  width: 135px;
  height: 135px;
  flex-shrink: 0;
  transform: rotate(119.25deg) scaleY(-1);
  overflow: visible;
}

/* コンテンツ領域 inset: top22.67% right22.78% bottom-10.06% left-0.64% */
.s5-tag2-content {
  position: absolute;
  top: 22.67%;
  right: 22.78%;
  bottom: -10.06%;
  left: -0.64%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* 内側ボックス 101×61px rotate(121.85deg) scaleY(-1) */
.s5-tag2-inner {
  width: 101px;
  height: 61px;
  transform: rotate(121.85deg) scaleY(-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  flex-shrink: 0;
  overflow: visible;
}

/* 年齢行: h=47.544px mb=-30px */
.s5-tag2-age-row {
  height: 47.544px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -30px;
}

/* カップ行: h=55.8px mb=-30px */
.s5-tag2-cup-row {
  height: 55.8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -30px;
}

/* テキスト行の rotate(-23.46deg) */
.s5-tag2-rot {
  transform: rotate(-23.46deg);
  width: 100%;
  text-align: center;
}

/* タグテキスト共通 */
.s5-tag-age {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1.2px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.s5-tag-age-lg {
  font-size: 14px;
}

.s5-tag-cup {
  font-size: 14px;
  font-weight: 900;
  color: #d13a64;
  letter-spacing: 1.26px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.cta-main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 307px;
  padding: 14px 10px;
  border-radius: 40px;
  background: linear-gradient(to right, #e13b64, #d78498 50%, #e13a63);
  font-size: 24px;
  font-weight: 900;
  color: white;
  letter-spacing: 3.6px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

/* ===== Section 6: Features & Conclusion ===== */
.s6-features-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 19px 0;
  background: #FFF0F0;
}

/* 特徴ボックス（白背景） */
.s6-features-title-wrap {
  background: white;
  width: 360px;
  height: 500px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.s6-title {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  letter-spacing: 2.16px;
  line-height: normal;
}

.s6-deco-wave {
  width: 158px;
  height: 12px;
  display: block;
}

/* 特徴アイテム */
.s6-feature-item {
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.s6-check-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: visible;
}

.s6-check-icon-wrap img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 124%;
  height: 110%;
  object-fit: contain;
}

.s6-feature-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 257px;
}

.s6-feature-title {
  font-size: 16px;
  font-weight: 900;
  color: #000000;
  height: 20px;
  display: flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
}

.s6-feature-subtext-wrap {
  position: relative;
  width: 100%;
  height: 35px;
}

.s6-highlight-line {
  position: absolute;
  left: 2px;
  top: 8px;
  height: 6px;
  display: block;
  pointer-events: none;
}

.s6-feature-desc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  white-space: nowrap;
}

.s6-desc-accent {
  color: #da5a67;
}

/* フッターバナー */
.s6-footer-banner {
  background: #e07a85;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 32px;
}

.s6-footer-banner-text {
  font-size: 33px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  letter-spacing: 3.3px;
  line-height: normal;
  white-space: nowrap;
}

/* 結論テキスト */
.s6-result-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.s6-result-line1 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.8px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

.s6-result-line2 {
  font-size: 30px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

.s6-result-line3 {
  font-size: 16px;
  font-weight: 900;
  color: #da5a67;
  letter-spacing: 1.6px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

.s6-result-bold {
  font-weight: 700;
}

/* 詳細テキスト */
.s6-detail-wrap {
  position: relative;
  width: 100%;
  height: 186px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}

.s6-detail-line1 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.8px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
  line-height: normal;
}

.s6-detail-line2 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.4px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
  line-height: normal;
}

.s6-detail-highlight {
  position: absolute;
  left: 55px;
  top: 114px;
  width: 282px;
  height: 8px;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.s6-detail-line3 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #da5a67;
  letter-spacing: 1.8px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
  line-height: normal;
}

.s6-detail-line4 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1.8px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -8px;
  line-height: normal;
}

/* 最終ボックス（白背景） */
.s6-final-box {
  background: white;
  width: 360px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.6px;
}

.s6-final-accent {
  font-size: 16px;
  font-weight: 900;
  color: #da5a67;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

.s6-final-black {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

/* ===== Section 7: Roadmap ===== */
.s7-roadmap-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF0F0;
}

/* --- 共通テキスト --- */
.s7-number {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.6px;
  line-height: normal;
}

.s7-number-pink {
  color: #e35e7f;
}

.s7-phase-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
}

.s7-phase-title-pink {
  color: #da5a67;
}

.s7-phase-title-white {
  color: #ffffff;
}

.s7-phase-desc {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1.2px;
  text-align: center;
  width: 281px;
  line-height: 17px;
}

.s7-desc-accent {
  color: #da5a67;
}

.s7-desc-accent-strong {
  font-weight: 900;
  color: #e35e7f;
}

/* --- フェーズ01 --- */
.s7-phase-01 {
  position: relative;
  width: 100%;
  height: 433px;
}

.s7-phase-01-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
  width: 360px;
  height: 429px;
  overflow: hidden;
  pointer-events: none;
}

.s7-phase-01-bg img {
  width: 100%;
  height: 100%;
}

.s7-number-badge-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  width: 80px;
  text-align: center;
  padding: 10px;
}

.s7-title-card-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 61px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.s7-graph-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 154px;
  width: 360px;
  height: 180px;
  overflow: hidden;
  pointer-events: none;
}

.s7-graph-01 img {
  width: 100%;
  height: 100%;
}

.s7-footer-text-01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 341px;
  width: 360px;
  padding: 10px;
  text-align: center;
}

.s7-footer-text-01 p {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1.4px;
  line-height: 22px;
}

/* --- フェーズ02 --- */
.s7-phase-02 {
  position: relative;
  width: 100%;
  height: 387px;
}

.s7-phase-02-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.s7-header-02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  z-index: 1;
}

.s7-header-02 .s7-number {
  color: #ffffff;
  height: 67px;
  line-height: 67px;
}

.s7-header-02 .s7-phase-title {
  width: 331px;
}

.s7-graph-02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 180px;
  width: 340px;
  height: 170px;
  z-index: 1;
}

.s7-graph-02 img {
  width: 100%;
  height: 100%;
  display: block;
}

/* --- フェーズ03 --- */
.s7-phase-03 {
  position: relative;
  width: 100%;
  height: 427px;
}

.s7-phase-03-bg {
  position: absolute;
  inset: 0;
  width: 360px;
  height: 427px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.s7-phase-03-bg img {
  width: 100%;
  height: 100%;
}

.s7-header-03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.s7-header-03 .s7-number {
  height: 67px;
  line-height: 67px;
  width: 80px;
}

.s7-header-03 .s7-phase-title {
  width: 331px;
}

.s7-graph-03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 157px;
  width: 340px;
  height: 255px;
  z-index: 1;
}

.s7-graph-03 img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== Section 8: Concept ===== */
.s8-concept-main {
  position: relative;
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: #FFF0F0;
  padding-bottom: 122px;
}

/* --- ヘッダー --- */
.s8-header-wrap {
  position: relative;
  width: 100%;
  height: 115px;
}

.s8-title-line1 {
  position: absolute;
  top: 0;
  left: 32px;
  width: 330px;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 24px;
}

.s8-title-line2 {
  position: absolute;
  top: 55px;
  left: 22px;
  width: 350px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 24px;
}

.s8-title-pink {
  color: #e25a78;
}

.s8-line-left {
  position: absolute;
  top: 28px;
  left: -2px;
  width: 25px;
}

.s8-line-right {
  position: absolute;
  top: 87px;
  left: 368px;
  width: 25px;
  transform: scaleX(-1);
}

/* --- ボディテキスト --- */
.s8-body-wrap {
  position: relative;
  width: 312px;
  padding: 5px;
}

.s8-highlight-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
  width: 292px;
  height: 7px;
  pointer-events: none;
}

.s8-body-text {
  position: relative;
  width: 100%;
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 26px;
}

.s8-body-bold {
  font-weight: 700;
  color: #d13a64;
}

/* --- 図解画像 --- */
.s8-image-wrap {
  width: 375px;
  padding: 10px;
}

.s8-image-wrap img {
  width: 100%;
  display: block;
}

/* --- 背景ウェーブ --- */
.s8-wave-bg {
  position: absolute;
  top: 405px;
  left: 0;
  width: 393px;
}

.s8-wave-bg img {
  width: 100%;
  display: block;
}

/* --- メッセージ --- */
.s8-message-wrap {
  position: absolute;
  top: 411px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 26px;
  white-space: nowrap;
  z-index: 1;
}

.s8-message-bold {
  font-weight: 700;
  color: #d13a64;
}

/* ===== Section 9: Comparison ===== */
.s9-comparison-main {
  position: relative;
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding: 16px 0;
  overflow: hidden;
}

/* --- 背景画像 --- */
.s9-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s9-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* --- キャッチフレーズ --- */
.s9-catch-wrap {
  position: relative;
  width: 393px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.s9-catch-line-left {
  width: 52px;
  height: 1px;
  flex-shrink: 0;
}

.s9-catch-line-right {
  width: 52px;
  height: 1px;
  flex-shrink: 0;
  transform: scaleX(-1);
}

.s9-catch-text {
  width: 299px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
  text-shadow: 2px 2px 0 #feecec, -2px -2px 0 #feecec, 2px -2px 0 #feecec, -2px 2px 0 #feecec;
}

/* --- リード文 --- */
.s9-lead-text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 24px;
  z-index: 1;
}

.s9-lead-bold {
  font-weight: 700;
  color: #e13962;
}

/* --- 比較表 --- */
.s9-table {
  position: relative;
  width: 370px;
  border-collapse: separate;
  border-spacing: 0;
  z-index: 1;
}

.s9-table th,
.s9-table td {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 20px;
  height: 45px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

/* ヘッダー行 */
.s9-th-empty {
  width: 70px;
  background: #d9d9d9;
}

.s9-th-main {
  width: 100px;
  background: #fb5b89;
  color: #fff;
  border-color: #ff4d77;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.s9-th-sub1 {
  width: 100px;
  background: #ff86a1;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.s9-th-sub2 {
  width: 100px;
  background: #ff9640;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* ラベル列 */
.s9-td-label {
  width: 70px;
  color: #000;
}

.s9-table tbody tr:nth-child(odd) .s9-td-label {
  background: #f9f9f9;
}

.s9-table tbody tr:nth-child(even) .s9-td-label {
  background: #f3f3f3;
}

/* メイン列（エステ育乳） */
.s9-td-main {
  width: 100px;
  background: #fff0f3;
  border-color: #ff4d77;
  color: #000;
}

/* サブ列（脂肪注入・シリコン注入） */
.s9-td-sub {
  width: 100px;
  background: #fff;
  color: #666;
}

/* ===== Section 10: Testimonials ===== */
.s10-testimonials-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 20px;
  background: #ffffff;
}

/* --- カード --- */
.s10-card {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.06);
  padding: 10px 5px 20px;
}

/* --- ユーザー情報 --- */
.s10-user-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding-right: 25px;
}

.s10-user-icon {
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s10-user-label {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 25px;
}

/* --- コメント本文 --- */
.s10-comment-body {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* ===== Section 11: FAQ ===== */
.s11-faq-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #FFF0F0;
}

/* --- FAQアイテム --- */
.s11-faq-item {
  width: 360px;
}

/* デフォルトmarker非表示 */
.s11-faq-item summary::-webkit-details-marker {
  display: none;
}

.s11-faq-item summary::marker {
  content: '';
  display: none;
}

/* --- ヘッダー（質問行） --- */
.s11-faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  list-style: none;
}

.s11-q-label {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.6px;
  flex-shrink: 0;
}

.s11-q-text {
  flex: 1;
  height: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* --- トグルアイコン（+/−） --- */
.s11-toggle-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

/* 横棒（常に表示） */
.s11-toggle-icon::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
}

/* 縦棒（閉じた状態のみ表示 → +になる） */
.s11-toggle-icon::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
}

/* 開いた状態 → 縦棒を消して −にする */
.s11-faq-item[open] .s11-toggle-icon::after {
  display: none;
}

/* --- 回答エリア --- */
.s11-faq-content {
  background: #fff;
  padding: 10px;
  margin-top: 5px;
}

.s11-faq-content p {
  font-size: 9px;
  font-weight: 400;
  color: #000;
  line-height: 15px;
  letter-spacing: 0.6px;
}

/* ===== Section 12: Message ===== */
.s12-message-main {
  width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  background: #FFF0F0;
}

/* --- タイトルエリア --- */
.s12-title-area {
  position: relative;
  width: 393px;
  height: 65px;
}

.s12-line-left {
  position: absolute;
  top: 35px;
  left: 0;
  width: 30px;
  height: 1px;
}

.s12-line-right {
  position: absolute;
  top: 36px;
  left: 363px;
  width: 30px;
  height: 1px;
  transform: scaleX(-1);
}

.s12-title-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 315px;
  text-align: center;
}

.s12-title-underline {
  position: absolute;
  top: 35px;
  left: 0;
  width: 315px;
  height: 14px;
  pointer-events: none;
}

.s12-title-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  color: #ffccf1;
  letter-spacing: 1.5px;
  pointer-events: none;
}

.s12-title-text {
  position: relative;
  width: 315px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  color: #d13a64;
  letter-spacing: 1.5px;
}

/* --- スタッフ写真 --- */
.s12-staff-photo {
  width: 360px;
  height: 240px;
}

.s12-staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- リード文 --- */
.s12-lead-text {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 30px;
}

.s12-lead-bold {
  font-weight: 700;
  color: #e13962;
}

/* --- お約束カード --- */
.s12-promise-card {
  width: 360px;
  height: 175px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s12-promise-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.9px;
  line-height: 30px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s12-promise-highlight {
  font-size: 12px;
  font-weight: 700;
  color: #e13962;
  letter-spacing: 0.6px;
  line-height: 30px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s12-promise-body {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 15px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.s12-promise-note {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 18px;
  height: 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.s12-note-title {
  font-weight: 700;
  text-decoration: underline;
}

/* --- クロージングキャッチ --- */
.s12-closing-catch {
  position: relative;
  width: 360px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s12-closing-underline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  width: 294px;
  height: 11px;
  pointer-events: none;
}

.s12-closing-catch-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #d13a64;
  letter-spacing: 0.9px;
  line-height: 30px;
  z-index: 1;
}

/* --- クロージング本文 --- */
.s12-closing-body {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  letter-spacing: 0.9px;
  line-height: 30px;
}

.s12-closing-accent {
  font-weight: 900;
  color: #e13962;
}

/* ===== Footer ===== */
.site-footer {
  width: 393px;
  padding: 30px 20px;
  background: #333;
  color: #ccc;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.footer-salon-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.footer-company {
  margin-bottom: 12px;
}

.footer-hours {
  margin-bottom: 12px;
}

.footer-email {
  margin-bottom: 16px;
}

.footer-copy {
  font-size: 10px;
  color: #999;
}
