/*
Theme Name: Doctor
Author: Iris Oyama
Description: 医者恋販売テンプレート
Version: 1.0
*/

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

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Noto Sans JP', sans-serif;
      background: #fff;
      color: #1e293b;
      min-width: 320px;
    }

    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    button { font-family: inherit; border: none; background: none; cursor: pointer; }

    /* ===== NAV ===== */
    .nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 50;
      background: rgba(15,23,42,0.95);
      backdrop-filter: blur(8px);
    }
    .nav-inner {
      max-width: 1280px; margin: 0 auto;
      padding: 16px 24px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .nav-logo { height: 40px; }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-link {
      color: rgba(255,255,255,0.9); font-size: 14px;
      transition: color .2s; white-space: nowrap; cursor: pointer;
    }
    .nav-link:hover { color: #fff; }
    .nav-cta {
      background: #2dd4bf; color: #0f172a;
      padding: 8px 24px; border-radius: 9999px;
      font-weight: 700; font-size: 14px;
      transition: background .2s; white-space: nowrap; cursor: pointer;
    }
    .nav-cta:hover { background: #5eead4; }

    /* ===== HERO ===== */
    .hero {
      position: relative; min-height: 100vh;
      display: flex; align-items: center; overflow: hidden; padding-top: 80px;
    }
    .hero-bg-grad {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    }
    .hero-bg-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,.2), transparent, rgba(0,0,0,.3));
    }
    .hero-bg-img {
      position: absolute; inset: 0;
      background-image: url('https://readdy.ai/api/search-image?query=modern%20minimalist%20medical%20stethoscope%20and%20white%20coat%20details%20on%20clean%20dark%20navy%20background%2C%20professional%20healthcare%20aesthetic%2C%20soft%20lighting%2C%20abstract%20composition%2C%20high%20contrast%20monochrome%20style%2C%20elegant%20and%20sophisticated%20atmosphere%2C%20shallow%20depth%20of%20field%2C%20medical%20equipment%20close-up&width=1920&height=1080&seq=hero001&orientation=landscape');
      background-size: cover; background-position: center; opacity: .15;
    }
    .hero-inner {
      position: relative; z-index: 10; width: 100%;
      max-width: 1280px; margin: 0 auto; padding: 80px 24px;
    }
    .hero-title {
      font-size: clamp(40px, 8vw, 96px);
      font-weight: 900; color: #fff;
      line-height: 1.15; margin-bottom: 32px; letter-spacing: -.02em;
    }
    .hero-title span { display: block; margin-bottom: 8px; }
    .hero-title .accent {
      color: #2dd4bf;
      font-size: clamp(28px, 5vw, 72px);
      margin-top: 24px; line-height: 1.3;
    }
    .hero-cta-wrap { display: flex; justify-content: center; margin-top: 64px; }
    .hero-cta {
      display: inline-flex; align-items: center; gap: 12px;
      background: #2dd4bf; color: #0f172a;
      padding: 20px 48px; border-radius: 9999px;
      font-size: clamp(16px, 2vw, 20px); font-weight: 700;
      transition: background .2s, transform .2s, box-shadow .2s;
      white-space: nowrap; cursor: pointer;
      box-shadow: 0 20px 60px rgba(0,0,0,.3);
    }
    .hero-cta:hover {
      background: #5eead4; transform: scale(1.05);
      box-shadow: 0 20px 60px rgba(45,212,191,.5);
    }
    .hero-cta i { font-size: 24px; transition: transform .2s; }
    .hero-cta:hover i { transform: translateX(4px); }

    /* ===== EMPATHY ===== */
    .empathy { padding: clamp(64px,8vw,128px) 24px; background: #f8fafc; }
    .empathy-card {
      max-width: 900px; margin: 0 auto;
      background: #fff; border-radius: clamp(32px,5vw,60px);
      box-shadow: 0 25px 80px rgba(0,0,0,.12);
      padding: clamp(32px,5vw,64px);
    }
    .empathy-label { color: #94a3b8; font-size: clamp(14px,2vw,20px); margin-bottom: 24px; }
    .empathy-bubbles { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
    .bubble {
      background: #fff1f2; border-radius: 24px;
      padding: clamp(16px,2vw,24px);
      max-width: 600px;
    }
    .bubble.right { margin-left: auto; max-width: 480px; }
    .bubble.narrow { max-width: 400px; }
    .bubble p { color: #334155; font-size: clamp(13px,1.5vw,18px); line-height: 1.7; }
    .empathy-divider {
      text-align: center; padding-top: clamp(24px,3vw,48px);
      border-top: 4px solid #2dd4bf;
    }
    .empathy-divider h2 {
      font-size: clamp(24px,4vw,56px); font-weight: 900;
      color: #0f172a; line-height: 1.3;
    }

    /* ===== AUTHOR STORY ===== */
    .story {
      padding: clamp(64px,8vw,128px) 24px;
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
      position: relative; overflow: hidden;
    }
    .story-deco {
      position: absolute; inset: 0; opacity: .05; pointer-events: none;
    }
    .story-deco i { position: absolute; color: #2dd4bf; }
    .story-inner {
      position: relative; z-index: 10;
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,64px);
    }
    @media(max-width:768px){ .story-inner { grid-template-columns: 1fr; } }
    .story-label { font-size: clamp(14px,1.5vw,22px); color: #2dd4bf; font-weight: 700; margin-bottom: 24px; }
    .story-items { display: flex; flex-direction: column; gap: 16px; }
    .story-item {
      background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
      border-radius: 16px; padding: clamp(16px,2vw,24px);
      border-left: 4px solid #2dd4bf;
      transition: background .2s;
    }
    .story-item:hover { background: rgba(255,255,255,.15); }
    .story-item p { color: #fff; font-size: clamp(13px,1.5vw,18px); }
    .story-right { display: flex; flex-direction: column; justify-content: center; gap: 24px; }
    .story-result {
      background: rgba(45,212,191,.1); backdrop-filter: blur(8px);
      border-radius: 24px; padding: clamp(24px,3vw,40px);
      border: 2px solid #2dd4bf;
    }
    .story-result p {
      color: #2dd4bf; font-size: clamp(18px,2.5vw,36px);
      font-weight: 900; line-height: 1.5;
    }
    .story-secret { display: flex; flex-direction: column; gap: 16px; }
    .story-secret p { color: #fff; font-size: clamp(16px,2vw,28px); font-weight: 700; line-height: 1.5; }
    .story-secret .highlight {
      background: #facc15; color: #0f172a;
      padding: 4px 12px; border-radius: 8px; font-weight: 700;
    }

    /* ===== CONTENTS ===== */
    .contents { padding: clamp(64px,8vw,128px) 24px; background: #fff; }
    .section-title {
      text-align: center; margin-bottom: clamp(48px,6vw,80px);
    }
    .section-title h2 {
      font-size: clamp(20px,3vw,48px); font-weight: 900;
      color: #0f172a; line-height: 1.4; margin-bottom: 24px;
    }
    .section-title .line { width: 320px; height: 4px; background: #2dd4bf; margin: 0 auto; }
    .contents-grid {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px,3vw,32px);
    }
    @media(max-width:900px){ .contents-grid { grid-template-columns: 1fr; } }
    .content-card {
      background: #fff; border-radius: clamp(24px,3vw,40px);
      padding: clamp(32px,4vw,40px); box-shadow: 0 4px 24px rgba(0,0,0,.08);
      border: 2px solid #f1f5f9;
      transition: box-shadow .3s, transform .3s;
    }
    .content-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.15); transform: translateY(-8px); }
    .content-card.wide { grid-column: span 2; background: linear-gradient(135deg, #f0fdfa, #ccfbf1); border: none; }
    @media(max-width:900px){ .content-card.wide { grid-column: span 1; } }
    .card-icon {
      width: clamp(48px,5vw,64px); height: clamp(48px,5vw,64px);
      background: #2dd4bf; border-radius: 9999px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .card-icon i { color: #fff; font-size: clamp(20px,2.5vw,28px); }
    .content-card p { color: #0f172a; font-size: clamp(14px,1.5vw,20px); line-height: 1.6; font-weight: 500; }

    /* ===== TARGET ===== */
    .target {
      padding: clamp(64px,8vw,128px) 24px;
      background: linear-gradient(135deg, #fff1f2, #faf5ff, #fdf2f8);
    }
    .target-inner {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,64px);
      align-items: center;
    }
    @media(max-width:768px){ .target-inner { grid-template-columns: 1fr; } }
    .target h2 { font-size: clamp(20px,3vw,36px); font-weight: 900; color: #0f172a; margin-bottom: clamp(32px,4vw,48px); }
    .target-list { display: flex; flex-direction: column; gap: clamp(20px,2.5vw,32px); }
    .target-item { display: flex; align-items: flex-start; gap: 12px; }
    .target-item i { color: #fb7185; font-size: clamp(18px,2vw,24px); flex-shrink: 0; margin-top: 4px; }
    .target-item p { color: #334155; font-size: clamp(13px,1.5vw,20px); line-height: 1.6; }
    .target-img-wrap { position: relative; }
    .target-img-deco {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(251,113,133,.3), rgba(192,132,252,.3));
      border-radius: clamp(32px,5vw,60px); transform: rotate(3deg);
    }
    .target-img {
      position: relative; border-radius: clamp(32px,5vw,60px);
      overflow: hidden; box-shadow: 0 25px 80px rgba(0,0,0,.2);
    }
    .target-img img { width: 100%; height: 500px; object-fit: cover; object-position: top; }
    .target-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(251,113,133,.4), transparent, rgba(192,132,252,.4));
    }

    /* ===== NOT FOR ===== */
    .notfor {
      padding: clamp(64px,8vw,128px) 24px;
      background: linear-gradient(135deg, #3b0764, #0f172a, #3b0764);
      position: relative; overflow: hidden;
    }
    .notfor-pattern {
      position: absolute; inset: 0; opacity: .05;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.1) 35px, rgba(255,255,255,.1) 70px);
    }
    .notfor-inner { position: relative; z-index: 10; max-width: 900px; margin: 0 auto; }
    .notfor-box {
      border: 4px solid #facc15; border-radius: clamp(32px,5vw,60px);
      background: rgba(0,0,0,.6); backdrop-filter: blur(8px);
      padding: clamp(32px,5vw,64px); position: relative;
    }
    .notfor-corner {
      position: absolute; width: clamp(40px,4vw,48px); height: clamp(40px,4vw,48px);
      background: #facc15; border-radius: 9999px;
      display: flex; align-items: center; justify-content: center;
    }
    .notfor-corner i { color: #0f172a; font-size: clamp(16px,2vw,22px); }
    .notfor-corner.tl { top: -20px; left: -20px; }
    .notfor-corner.tr { top: -20px; right: -20px; }
    .notfor-corner.bl { bottom: -20px; left: -20px; }
    .notfor-corner.br { bottom: -20px; right: -20px; }
    .notfor-box h2 {
      font-size: clamp(20px,3vw,36px); font-weight: 900;
      color: #facc15; text-align: center; margin-bottom: clamp(32px,4vw,48px);
    }
    .notfor-list { display: flex; flex-direction: column; gap: clamp(24px,3vw,32px); }
    .notfor-item { display: flex; align-items: flex-start; gap: 12px; }
    .notfor-item i { color: #ef4444; font-size: clamp(24px,3vw,36px); flex-shrink: 0; }
    .notfor-item-text p:first-child { color: #fff; font-size: clamp(15px,1.8vw,24px); font-weight: 500; line-height: 1.5; }
    .notfor-item-text p:last-child { color: #94a3b8; font-size: clamp(12px,1.3vw,18px); margin-top: 4px; }

    /* ===== BENEFIT ===== */
    .benefit {
      padding: clamp(64px,8vw,128px) 24px;
      background: linear-gradient(to bottom, #fff, #f0fdfa, #ccfbf1);
    }
    .benefit-inner { max-width: 900px; margin: 0 auto; }
    .benefit-title {
      text-align: center; margin-bottom: clamp(48px,6vw,80px);
    }
    .benefit-title h2 {
      font-size: clamp(20px,3vw,48px); font-weight: 900;
      color: #0f172a; line-height: 1.4; margin-bottom: 24px;
    }
    .benefit-title .vline { width: 4px; height: clamp(48px,6vw,96px); background: #2dd4bf; margin: 0 auto; }
    .benefit-cards { display: flex; flex-direction: column; gap: clamp(32px,4vw,64px); }
    .benefit-card {
      background: #fff; border-radius: clamp(32px,4vw,50px);
      box-shadow: 0 25px 80px rgba(0,0,0,.12);
      padding: clamp(32px,4vw,40px); max-width: 560px; width: 100%;
    }
    .benefit-card.right { margin-left: auto; }
    .benefit-card-icon {
      width: clamp(40px,4vw,48px); height: clamp(40px,4vw,48px);
      background: #2dd4bf; border-radius: 9999px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
    }
    .benefit-card-icon i { color: #fff; font-size: clamp(16px,2vw,22px); }
    .benefit-card h3 { font-size: clamp(18px,2.5vw,28px); font-weight: 700; color: #0f172a; margin-bottom: 12px; }
    .benefit-card p { color: #475569; font-size: clamp(14px,1.5vw,20px); line-height: 1.6; }
    .benefit-final {
      background: #0f172a; border-radius: clamp(32px,4vw,50px);
      box-shadow: 0 25px 80px rgba(0,0,0,.2);
      padding: clamp(32px,4vw,48px); text-align: center; margin-top: clamp(48px,6vw,80px);
    }
    .benefit-final p {
      color: #2dd4bf; font-size: clamp(16px,2.5vw,36px);
      font-weight: 900; line-height: 1.6;
    }

    /* ===== AUTHOR ===== */
    .author { padding: clamp(64px,8vw,128px) 24px; background: #f8fafc; }
    .author-inner {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 3fr; gap: clamp(40px,5vw,64px);
      align-items: center;
    }
    @media(max-width:768px){ .author-inner { grid-template-columns: 1fr; } }
    .author-img-wrap { display: flex; justify-content: center; }
    .author-img-circle {
      position: relative; width: clamp(160px,20vw,288px); height: clamp(160px,20vw,288px);
    }
    .author-img-circle img {
      width: 100%; height: 100%; border-radius: 9999px;
      object-fit: cover; border: 8px solid #2dd4bf;
      box-shadow: 0 25px 80px rgba(0,0,0,.2);
    }
    .author-badge {
      position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
      background: #2dd4bf; color: #0f172a;
      padding: 8px 24px; border-radius: 9999px;
      font-weight: 700; font-size: 14px; white-space: nowrap;
    }
    .author-text { border-left: 4px solid #2dd4bf; padding-left: clamp(24px,3vw,32px); }
    .author-text h2 { font-size: clamp(20px,2.5vw,30px); font-weight: 900; color: #0f172a; margin-bottom: 24px; }
    .author-text p { color: #334155; font-size: clamp(14px,1.5vw,20px); line-height: 1.9; }
    .author-text .hl { color: #0d9488; font-weight: 700; }

    /* ===== CTA ===== */
    .cta {
      padding: clamp(64px,8vw,128px) 24px;
      background: linear-gradient(135deg, #0f172a, #000, #0f172a);
      position: relative; overflow: hidden;
    }
    .cta-deco {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      opacity: .1; pointer-events: none;
    }
    .cta-deco span {
      font-size: clamp(100px,20vw,300px); font-weight: 900;
      color: #2dd4bf; white-space: nowrap;
    }
    .cta-inner {
      position: relative; z-index: 10;
      max-width: 900px; margin: 0 auto; text-align: center;
    }
    .cta-inner h2 {
      font-size: clamp(20px,4vw,56px); font-weight: 900;
      color: #fff; line-height: 1.4; margin-bottom: 24px;
    }
    .cta-inner .sub {
      color: #cbd5e1; font-size: clamp(14px,1.8vw,24px);
      line-height: 1.8; margin-bottom: 16px;
    }
    .cta-box {
      background: rgba(30,41,59,.5); backdrop-filter: blur(8px);
      border-radius: clamp(32px,5vw,60px); border: 2px solid rgba(45,212,191,.3);
      padding: clamp(32px,4vw,48px); margin-top: clamp(40px,5vw,64px);
    }
    .cta-price-old { color: #64748b; font-size: clamp(14px,1.5vw,18px); text-decoration: line-through; margin-bottom: 8px; }
    .cta-price { color: #facc15; font-size: clamp(22px,3.5vw,40px); font-weight: 900; margin-bottom: 32px; }
    .cta-btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 16px;
      width: 100%; max-width: 640px;
      background: #2dd4bf; color: #0f172a;
      padding: clamp(16px,2vw,24px) clamp(32px,5vw,64px);
      border-radius: 9999px; font-size: clamp(18px,2.5vw,30px); font-weight: 900;
      transition: background .2s, transform .2s, box-shadow .2s;
      white-space: nowrap; cursor: pointer;
      box-shadow: 0 20px 60px rgba(0,0,0,.3);
    }
    .cta-btn:hover {
      background: #5eead4; transform: scale(1.05);
      box-shadow: 0 20px 60px rgba(45,212,191,.5);
    }
    .cta-btn i { font-size: clamp(22px,3vw,36px); transition: transform .2s; }
    .cta-btn:hover i { transform: translateX(8px); }

    /* ===== FAQ ===== */
    .faq { padding: clamp(64px,8vw,128px) 24px; background: #fff; }
    .faq-inner { max-width: 900px; margin: 0 auto; }
    .faq-inner h2 {
      font-size: clamp(24px,4vw,48px); font-weight: 900;
      color: #0f172a; text-align: center; margin-bottom: clamp(40px,5vw,64px);
    }
    .faq-list { display: flex; flex-direction: column; gap: clamp(16px,2vw,24px); }
    .faq-item {
      background: #fff; border-radius: clamp(16px,2vw,24px);
      box-shadow: 0 4px 24px rgba(0,0,0,.08);
      border: 2px solid #f1f5f9; overflow: hidden;
    }
    .faq-q {
      width: 100%; padding: clamp(16px,2vw,24px) clamp(20px,3vw,32px);
      display: flex; align-items: center; justify-content: space-between;
      cursor: pointer; transition: background .2s; text-align: left;
    }
    .faq-q:hover { background: #f8fafc; }
    .faq-q-left { display: flex; align-items: center; gap: clamp(12px,1.5vw,16px); flex: 1; }
    .faq-q-icon {
      width: clamp(36px,4vw,48px); height: clamp(36px,4vw,48px);
      background: #2dd4bf; border-radius: 9999px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .faq-q-icon span { color: #fff; font-weight: 900; font-size: clamp(14px,1.8vw,20px); }
    .faq-q-text { color: #0f172a; font-size: clamp(13px,1.5vw,20px); font-weight: 700; }
    .faq-arrow { color: #94a3b8; font-size: clamp(20px,2.5vw,28px); flex-shrink: 0; transition: transform .3s; }
    .faq-arrow.open { transform: rotate(180deg); }
    .faq-a {
      display: none; padding: clamp(12px,1.5vw,20px) clamp(20px,3vw,32px) clamp(20px,2.5vw,24px);
      background: rgba(240,253,250,.5);
    }
    .faq-a.open { display: block; }
    .faq-a-inner { display: flex; align-items: flex-start; gap: clamp(12px,1.5vw,16px); padding-top: 12px; }
    .faq-a-icon {
      width: clamp(36px,4vw,48px); height: clamp(36px,4vw,48px);
      background: #ccfbf1; border-radius: 9999px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .faq-a-icon span { color: #0f172a; font-weight: 900; font-size: clamp(14px,1.8vw,20px); }
    .faq-a p { color: #334155; font-size: clamp(13px,1.5vw,18px); line-height: 1.7; padding-top: 8px; }

    /* ===== FOOTER ===== */
    footer { background: #0f172a; padding: 32px 24px; text-align: center; }
    footer p { color: #475569; font-size: 14px; }
