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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", sans-serif;
  line-height: 1.8;
  color: #222;
  background: #f7f5f2;
  padding-bottom: 90px!important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  padding: 56px 0;
}

.section-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a0978a;
  margin-bottom: 8px;
}

.section-lead {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 32px;
}

.btn-area {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn-primary,
.btn-instagram {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn-primary:hover,
.btn-instagram:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
  opacity: 0.95;
}

.btn-instagram {
  background: #111;
  border-color: #111;
}

.btn-small {
  padding: 8px 16px;
  font-size: 13px;
}

/* header */
header {
  background: #f7f5f2;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.header-logo {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.16em;
  gap: 8px;
}

.header-logo span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
}

.header-tel {
  font-size: 13px;
  text-align: right;
  line-height: 1.4;
}

.header-tel strong {
  font-size: 15px;
}

.header-tel-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #ffffff;
  text-decoration: none;
}

.header-tel-btn span {
  font-size: 11px;
  letter-spacing: 0.08em;
}

.header-tel-btn strong {
  font-size: 15px;
}

.header-tel-btn:hover {
  background: #111;
  color: #fff;
  transition: background 0.15s ease, color 0.15s ease;
}


/* top visual */
.top-visual img {
  width: 960px;
  display: block;
  margin: auto;
}

/* FV */
.fv {
  background: #f1ece6;
  padding: 40px 0 48px;
}

.fv-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

@media (min-width: 768px) {
  .fv-inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }
}

.fv-copy-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #c8bfb0;
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
  color: #8b816f;
  background: rgba(255,255,255,0.6);
}

.fv-title-main {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.fv-title-main span {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 13px;
  margin-left: 4px;
}

.fv-title-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.fv-point-list {
  margin-top: 12px;
  font-size: 13px;
  color: #555;
}

.fv-point-list li::before {
  content: "・";
  margin-right: 2px;
}

/* fv コンテナ調整（サイズはお好みで） */
.fv-image .twentytwenty-container {
  max-width: 360px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

/* ハンドルをピンクに */
.twentytwenty-handle {
  background: #ff9cab;         /* ピンク */
  border: 3px solid #fff;
  box-shadow: 0 0 12px rgba(0,0,0,.4);
}

/* 矢印を少し大きめに */
.twentytwenty-handle:before,
.twentytwenty-handle:after {
  border-width: 0 3px 3px 0;
  padding: 6px;
}
.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -6px!important;
}


.fv-discount-badge {
  margin-bottom: 10px;
}

.fv-discount-badge img {
  width: auto;
  display: block;
}

@media (max-width: 480px) {
  .fv-discount-badge img {
    width: auto;
  }
}

/* badges */
.price-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 70px;
  pointer-events: none;
}

@media (max-width: 480px) {
  .price-badge {
    width: 60px;
  }
}

/* campaign bar */
.campaign-bar {
  background: #111;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.12em;
}

/* ===== 症例一覧スライダー ===== */

.cases {
  margin-top: 48px;
}

.cases-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
}

.cases-note {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-bottom: 16px;
}

.cases-slider {
  position: relative;
  max-width: 320px;     /* 全体の幅：必要なら変えてOK */
  margin: 0 auto;
  overflow: hidden;
}

.cases-track {
  display: flex;
  transition: transform 0.4s ease;
}

.cases-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8px 0;
  text-align: center;
}

.cases-thumb {
  border-radius: 16px;
  overflow: hidden;
  background: #f5f2ef;
}

.cases-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.cases-caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}

/* 矢印ボタン */
.cases-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #f2b691;   /* 柔らかいサーモンベージュ */
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cases-arrow--prev {
  left: -4px;
}

.cases-arrow--next {
  right: -4px;
}

.cases-arrow:disabled {
  opacity: 0.5;
  cursor: default;
}


/* price */
.price-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

@media (min-width: 720px) {
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.price-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}

.price-tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #a28d73;
  margin-bottom: 8px;
}

.price-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.price-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.price-original {
  font-size: 13px;
  text-decoration: line-through;
  color: #999;
}

.price-campaign {
  font-size: 18px;
  font-weight: 700;
  color: #c27a46;
}

.price-off {
  font-size: 12px;
  color: #c27a46;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.price-note {
  font-size: 11px;
  color: #999;
  margin-top: 6px;
}

/* columns */
.cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

@media (min-width: 768px) {
  .cols {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

/* labels & lists */
.label {
  display: inline-flex;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid #c8bfb0;
  letter-spacing: 0.16em;
  color: #8b816f;
  margin-bottom: 10px;
}

.check-list {
  font-size: 13px;
  color: #555;
}

.check-list li {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-bottom: 4px;
}

.check-list span {
  margin-top: 3px;
  font-size: 11px;
}

/* doctor (将来的に使う前提で残し） */
.doctor-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

@media (min-width: 720px) {
  .doctor-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }
}

.doctor-photo {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background: #ddd;
  margin: 0 auto;
}

.doctor-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.doctor-position {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.doctor-text {
  font-size: 13px;
  color: #555;
}

/* flow */
.flow-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.flow-item {
  background: #fff;
  border-radius: 20px;
  padding: 12px 14px;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.flow-step {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #a28d73;
  margin-bottom: 4px;
}

.flow-title {
  font-weight: 600;
  margin-bottom: 4px;
}

/* risk */
.risk-box {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  font-size: 12px;
  color: #555;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* access */
.access-box {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* footer */
footer {
  background: #111;
  color: #ccc;
  padding: 24px 0 36px;
  font-size: 11px;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

/* responsive tweaks */
@media (max-width: 480px) {
  .fv-title-main {
    font-size: 22px;
  }
  .section {
    padding: 40px 0;
  }
  .header-logo {
    font-size: 12px;
  }
  .header-tel strong {
    font-size: 14px;
  }
  .header-logo span {
    display: none;
  }
}

/* floating CTA */
.floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(247,245,242,0.96);
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}

.floating-cta-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}

.floating-cta .btn-primary,
.floating-cta .btn-instagram {
  flex: 1;
  padding: 10px 16px;
  font-size: 13px;
  white-space: nowrap;
}

/* ==============================
   PRICE セクション強調まわり
   ============================== */

/* 料金セクション背景を少し濃いめにしてブロック感を出す */
.section.price,
.price-section {
  background: radial-gradient(circle at top, #f6efe6 0, #f7f5f2 45%, #f7f5f2 100%);
}

/* タイトルを少しだけ強調 */
.section.price .section-subtitle,
.price-section .section-subtitle {
  color: #c27a46;
  letter-spacing: 0.22em;
}

.section.price .section-title,
.price-section .section-title {
  font-size: 26px;
  letter-spacing: 0.12em;
}

/* カード同士の余白をちょい広めに */
.price-grid {
  gap: 20px;
}

/* カード自体を「キャンペーン感」あるカードに */
.price-card {
  position: relative;
  border-radius: 24px;
  padding: 22px 20px 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(194, 122, 70, 0.12);
  background: radial-gradient(circle at top left, rgba(255, 236, 212, 0.55), #ffffff 55%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* ホバーでちょっと浮く（PCのみ効くイメージ） */
@media (hover: hover) {
  .price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  }
}

/* 左上の「キャンペーン」ラベル感を少しUP */
.price-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(246, 225, 201, 0.8);
  color: #a86533;
  font-weight: 600;
}

/* メインタイトルはちょっと大きめ＆行間詰め */
.price-title {
  font-size: 18px;
  line-height: 1.5;
}

/* 説明文は少しだけ薄くして、価格とのメリハリを作る */
.price-desc {
  font-size: 13px;
  color: #777;
}

/* 金額ブロックを“ボックス”にする */
.price-row {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 244, 233, 0.9);
  border: 1px dashed rgba(194, 122, 70, 0.45);
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

/* 通常価格は右上に小さく */
.price-original {
  font-size: 12px;
  color: #b1a69a;
}

/* キャンペーン価格をドーンと */
.price-campaign {
  font-size: 22px;
  font-weight: 800;
  color: #e07a34;
}

/* OFF率をバッジっぽく */
.price-off {
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffe0bf;
  color: #c25e1e;
  font-size: 11px;
}

/* 備考も枠内に軽く寄せる */
.price-note {
  margin-top: 8px;
  font-size: 11px;
  color: #8b7f6e;
}

/* 「切らない〜」みたいな施術名をもう少し目立たせる用 */
.price-card strong {
  font-weight: 700;
}

/* ------------------------------
   症例スライダーと価格のつながり調整
   ------------------------------ */

/* 症例スライダーの下にちょい余白 */
.cases {
  margin-bottom: 20px;
}

/* 症例キャプションを価格カードとトンマナ合わせ */
.cases-caption {
  font-size: 12px;
  color: #5d5247;
}

/* 矢印ボタンの色を価格のアクセントカラーに寄せる */
.cases-arrow {
  background: #e7b28b;
}

.cases-arrow:hover {
  background: #d79b6b;
}

/* ------------------------------
   全体のタイポ・余白を少し調整
   ------------------------------ */

.section-lead {
  font-size: 14px;
  color: #6a5b4a;
}

/* CAMPAIGNの英字を少し細くスッキリ */
.section-subtitle {
  font-weight: 500;
}

/* ボタンをサイトカラー寄りに */
.btn-primary {
  background: #e07a34;
  border-color: #e07a34;
}

.btn-primary:hover {
  background: #cf6c29;
}

/* フローティングCTAも同じ色味に */
.floating-cta .btn-primary {
  background: #e07a34;
  border-color: #e07a34;
}

/* ===== 症例スワイプのヒント ===== */

.cases-hint {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #9b8f81;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* 矢印アイコン（左右にゆらっと動く） */
.cases-hint-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #e7b28b;
  position: relative;
  overflow: hidden;
}

.cases-hint-icon::before,
.cases-hint-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border: solid #e7b28b;
  border-width: 0 2px 2px 0;
  transform-origin: center;
}

.cases-hint-icon::before {
  left: 6px;
  transform: translateY(-50%) rotate(135deg);
}

.cases-hint-icon::after {
  right: 6px;
  transform: translateY(-50%) rotate(-45deg);
}

/* アイコン自体を左右にふわっと動かす */
@keyframes cases-swipe-hint {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-4px); }
  50%  { transform: translateX(0); }
  75%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.cases-hint-icon {
  animation: cases-swipe-hint 1.6s ease-in-out infinite;
}
