
    /* ===== HEADER ===== */
    #sp-view header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; transition: all 0.4s ease; background: var(--primary); }
#sp-view header.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); box-shadow: 0 2px 24px rgba(0,0,0,0.07); }
#sp-view .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
#sp-view .logo-img { height: 36px; width: auto; object-fit: contain; }
#sp-view .logo-text { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
#sp-view .logo-en { font-size: 12px; font-weight: 700; color: var(--white); letter-spacing: 0.04em; transition: color 0.4s; }
#sp-view .logo-jp { font-size: 9px; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; transition: color 0.4s; }
#sp-view header.scrolled .logo-en { color: var(--dark); }
#sp-view header.scrolled .logo-jp { color: var(--gray); }


    /* ===== HAMBURGER ===== */
    #sp-view .hamburger { width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; cursor: pointer; z-index: 1001; background: none; border: none; padding: 4px; }
#sp-view .hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); transition: all 0.35s ease; transform-origin: center; }
#sp-view header.scrolled .hamburger span { background: var(--dark); }
#sp-view .hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
#sp-view .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
#sp-view .hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
#sp-view .hamburger.open span { background: var(--dark); }


    /* ===== DRAWER NAV ===== */
    #sp-view .drawer { position: fixed; inset: 0; z-index: 999; pointer-events: none; }
#sp-view .drawer-bg { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.35s; }
#sp-view .drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 78vw; max-width: 320px; background: var(--white); transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); padding: 88px 32px 48px; display: flex; flex-direction: column; gap: 0; box-shadow: -8px 0 40px rgba(0,0,0,0.12); overflow-y: auto; }
#sp-view .drawer.open { pointer-events: auto; }
#sp-view .drawer.open .drawer-bg { opacity: 1; }
#sp-view .drawer.open .drawer-panel { transform: translateX(0); }
#sp-view .drawer-nav-item { border-bottom: 1px solid var(--border); }
#sp-view .drawer-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: 15px; font-weight: 500; color: var(--dark); text-decoration: none; letter-spacing: 0.04em; }
#sp-view .drawer-nav-link svg { color: var(--primary); }
#sp-view .drawer-cta { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
#sp-view .drawer-tel { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 8px 0; }
#sp-view .drawer-tel svg { color: var(--primary); flex-shrink: 0; }
#sp-view .drawer-tel-label { font-size: 10px; color: var(--gray); letter-spacing: 0.1em; }
#sp-view .drawer-tel-num { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--primary); }
#sp-view .btn-drawer-cta { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; background: var(--gold); color: var(--white); font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-decoration: none; border-radius: 50px; }


    /* ===== SECTION COMMON ===== */
    #sp-view .section-eyebrow { display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.32em; color: var(--primary); text-transform: uppercase; margin-bottom: 10px; }
#sp-view .section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: currentColor; }
#sp-view .section-title { font-size: clamp(22px, 6vw, 32px); font-weight: 900; color: var(--dark); line-height: 1.35; letter-spacing: -0.01em; margin-bottom: 20px; }
#sp-view .reveal { opacity: 0; transform: translateY(30px); }
#sp-view .section-header-center { text-align: center; margin-bottom: 32px; }
#sp-view .section-header-center .section-eyebrow { justify-content: center; }


    /* ===== PAGE HERO ===== */
    #sp-view .page-hero { padding: 108px 24px 44px; background: var(--primary); text-align: center; position: relative; overflow: hidden; }
#sp-view .page-hero::before { content:''; position:absolute; inset:0; background-image:url('../../images/fv-bg.webp'); background-size:cover; background-position:center; z-index:0; }
#sp-view .page-hero::after { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 80% at 25% 30%, rgba(109,185,128,0.10) 0%, transparent 60%), linear-gradient(180deg, rgba(17,25,24,0.72) 0%, rgba(29,69,53,0.85) 55%, rgba(29,69,53,0.94) 100%); z-index:0; }
#sp-view .page-hero-tag { font-family:'Montserrat',sans-serif; font-size:9.5px; font-weight:300; letter-spacing:0.32em; text-transform:uppercase; color: var(--gold-light); margin-bottom:14px; position:relative; z-index:1; }
#sp-view .page-hero-title { font-family:'Noto Sans JP',sans-serif; font-size: clamp(21px, 6.5vw, 28px); font-weight:900; color: var(--white); letter-spacing:-0.01em; position:relative; z-index:1; line-height:1.4; }
#sp-view .page-hero-sub { margin-top:12px; font-size:12.5px; color: rgba(255,255,255,0.7); font-weight:300; letter-spacing:0.04em; position:relative; z-index:1; line-height:1.7; }
#sp-view .breadcrumb { margin-top:18px; font-size:10px; letter-spacing:0.06em; color: rgba(255,255,255,0.45); position:relative; z-index:1; }
#sp-view .breadcrumb a { color: rgba(255,255,255,0.65); text-decoration:none; }


    /* ===== POINT LIST ===== */
    #sp-view #pointsSp { padding: 72px 20px; background: var(--light-bg); position: relative; overflow: hidden; }
#sp-view #pointsSp::before {
      content: 'GUIDE';
      position: absolute;
      top: -4%; right: -6%;
      font-family: 'Montserrat', sans-serif;
      font-size: 26vw;
      font-weight: 900;
      color: var(--primary);
      opacity: 0.04;
      letter-spacing: -0.02em;
      pointer-events: none;
      line-height: 1;
    }
#sp-view .point-grid { display:flex; flex-direction:column; gap:18px; position:relative; z-index:1; }
#sp-view .point-card {
      position: relative;
      background: var(--white);
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 8px 24px rgba(17,25,24,0.14);
    }
#sp-view .point-card-photo { position:relative; height:130px; flex-shrink:0; overflow:hidden; background:var(--white); }
#sp-view .point-card-img { position:absolute; inset:0; background-size:cover; background-position:center; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 74%); }
#sp-view .point-num-badge {
      position:absolute; z-index:3; left:20px; top:96px; transform:translateY(-50%);
      width:46px; height:46px; border-radius:50%;
      background: linear-gradient(135deg, var(--gold-light), var(--gold));
      display:flex; align-items:center; justify-content:center;
      border:3px solid var(--white);
      box-shadow:0 8px 20px rgba(200,150,12,0.4);
    }
#sp-view .point-num-badge span { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:800; font-size:18px; color:var(--dark); line-height:1; }
#sp-view .point-num-label {
      position:absolute; z-index:3; left:74px; top:96px; transform:translateY(-50%);
      font-family:'Montserrat',sans-serif; font-size:9px; font-weight:700; letter-spacing:0.22em; color:var(--primary); text-transform:uppercase;
    }
#sp-view .point-card-body { padding: 22px 20px 22px; flex:1; }
#sp-view .point-card-title { font-size:15.5px; font-weight:900; color:var(--dark); margin-bottom:8px; line-height:1.5; }
#sp-view .point-card-desc { font-size:12.5px; color:var(--gray); line-height:1.85; font-weight:300; }
#sp-view .point-card-desc strong { color:var(--primary); font-weight:700; }


    /* ===== PROCESS ===== */
    #sp-view #flowSp { padding: 64px 20px; background: var(--light-bg); position: relative; overflow: hidden; }
#sp-view .process-steps-sp { display: flex; flex-direction: column; gap: 0; position: relative; }
#sp-view .process-steps-sp::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: var(--border); }
#sp-view .process-step-sp { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
#sp-view .process-step-sp:last-child { padding-bottom: 0; }
#sp-view .step-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--border); flex-shrink: 0; margin-top: 4px; position: relative; z-index: 1; transition: background 0.3s; }
#sp-view .step-content { flex: 1; }
#sp-view .step-icon-sp { margin-bottom: 8px; color: var(--primary); }
#sp-view .step-icon-sp svg { width: 28px; height: 28px; }
#sp-view .step-name-sp { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
#sp-view .step-desc-sp { font-size: 13px; color: var(--gray); line-height: 1.9; font-weight: 300; }


    /* ===== PRICE TABLE ===== */
    #sp-view #budgetSp { padding: 64px 20px; background: var(--white); }
#sp-view .price-table { width:100%; border-collapse:collapse; border:1px solid var(--border); border-radius:12px; overflow:hidden; }
#sp-view .price-table th { background:var(--primary); color:var(--white); font-size:11.5px; font-weight:500; padding:12px 14px; text-align:left; }
#sp-view .price-table td { padding:12px 14px; font-size:12.5px; color:var(--dark); border-top:1px solid var(--border); line-height:1.6; }
#sp-view .price-table tr:nth-child(even) td { background:var(--light-bg); }
#sp-view .price-note { text-align:center; margin-top: 18px; font-size: 11px; color: var(--gray); line-height: 1.7; }


    /* ===== FAQ ===== */
    #sp-view #faqSp { padding: 64px 20px; background: var(--light-bg); }
#sp-view .faq-list { border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: var(--white); }
#sp-view .faq-item { border-bottom: 1px solid var(--border); }
#sp-view .faq-item:last-child { border-bottom: none; }
#sp-view .faq-question { width: 100%; display: flex; align-items: center; gap: 14px; padding: 20px; background: none; border: none; cursor: pointer; text-align: left; }
#sp-view .faq-q-label { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; font-style: italic; color: var(--primary); letter-spacing: 0.05em; flex-shrink: 0; line-height: 1; }
#sp-view .faq-q-text { font-size: 14px; font-weight: 500; color: var(--dark); line-height: 1.6; flex: 1; text-align: left; }
#sp-view .faq-icon { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; }
#sp-view .faq-icon svg { transition: transform 0.3s; color: var(--gray); }
#sp-view .faq-item.open .faq-icon { background: var(--primary); border-color: var(--primary); }
#sp-view .faq-item.open .faq-icon svg { transform: rotate(45deg); color: var(--white); }
#sp-view .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1); }
#sp-view .faq-answer-inner { padding: 0 20px 20px; font-size: 13.5px; color: var(--gray); line-height: 2.0; font-weight: 300; display: flex; gap: 12px; }
#sp-view .faq-a-label { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; font-style: italic; color: var(--accent); flex-shrink: 0; line-height: 1.6; }


    /* ===== CONTACT ===== */
    #sp-view #contactSp {
      background: var(--dark);
      background-image: url('../../images/fv-bg.webp');
      background-size: cover;
      background-position: center;
      position: relative;
    }
#sp-view #contactSp::before { content: ''; position: absolute; inset: 0; background: rgba(9,26,16,0.62); z-index: 0; }
#sp-view .contact-intro-sp { padding: 64px 24px 36px; text-align: center; position: relative; z-index: 1; }
#sp-view .contact-intro-sp .s-tag { justify-content: center; color: rgba(255,255,255,0.45); }
#sp-view .contact-intro-sp .s-tag::before { background: rgba(255,255,255,0.25); }
#sp-view .contact-intro-title-sp { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(22px, 6vw, 32px); font-weight: 900; color: #fff; line-height: 1.5; margin: 12px 0 14px; }
#sp-view .contact-intro-sub-sp { font-size: 12.5px; color: rgba(255,255,255,0.55); font-weight: 300; letter-spacing: 0.06em; }
#sp-view .contact-tiles-sp { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.1); position: relative; z-index: 1; }
#sp-view .contact-tile-sp { padding: 28px 20px; background: rgba(255,255,255,0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); text-decoration: none; color: var(--dark); display: flex; flex-direction: column; gap: 10px; transition: background 0.35s; }
#sp-view .contact-tile-sp:hover, #sp-view .contact-tile-sp:active { background: rgba(29,69,53,0.92); }
#sp-view .contact-tile-sp:hover .tile-title-sp, #sp-view .contact-tile-sp:active .tile-title-sp { color: #fff; }
#sp-view .contact-tile-sp:hover .tile-sub-sp, #sp-view .contact-tile-sp:active .tile-sub-sp { color: rgba(255,255,255,0.6); }
#sp-view .contact-tile-sp:hover .tile-icon-sp, #sp-view .contact-tile-sp:active .tile-icon-sp { color: #fff; }
#sp-view .tile-tag-sp { display: inline-block; padding: 2px 9px; border: 1px solid var(--border); font-size: 9px; letter-spacing: 0.1em; color: var(--gray); }
#sp-view .tile-icon-sp { color: var(--dark); transition: color 0.3s; }
#sp-view .tile-icon-sp svg { width: 24px; height: 24px; }
#sp-view .tile-title-sp { font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.45; transition: color 0.3s; }
#sp-view .tile-sub-sp { font-size: 11px; color: var(--gray); line-height: 1.75; font-weight: 300; transition: color 0.3s; }
#sp-view .tile-tel-sp { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: var(--dark); letter-spacing: 0.02em; }
#sp-view .contact-bottom-sp { padding: 20px 24px; background: rgba(9,26,16,0.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); position: relative; z-index: 1; display: flex; flex-direction: column; gap: 6px; }
#sp-view .contact-bottom-note-sp { font-size: 12px; color: rgba(255,255,255,0.75); letter-spacing: 0.04em; }
#sp-view .contact-bottom-check-sp { font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.04em; }


    /* ===== FOOTER ===== */
    #sp-view footer { background: var(--dark); padding: 48px 20px 32px; }
#sp-view .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; text-decoration: none; }
#sp-view .footer-logo-img { height: 32px; width: auto; object-fit: contain; }
#sp-view .footer-logo-text { font-size: 13px; font-weight: 700; color: var(--white); }
#sp-view .footer-desc { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.9; margin-bottom: 24px; }
    #sp-view .footer-sns { display: flex; flex-direction: column; gap: 14px; margin: 4px 0 24px; }
    #sp-view .footer-sns-group-label { font-size: 11px; letter-spacing: 0.04em; color: rgba(255,255,255,0.4); margin-bottom: 6px; }
    #sp-view .footer-sns-group-icons { display: flex; gap: 10px; }
    #sp-view .footer-sns-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
    #sp-view .footer-sns-icon img { width: 17px; height: 17px; object-fit: contain; display: block; }
#sp-view .footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 28px; }
#sp-view .footer-nav a { font-size: 12px; color: rgba(255,255,255,0.45); text-decoration: none; }
#sp-view .footer-divider { height: 1px; background: rgba(255,255,255,0.06); margin-bottom: 20px; }
#sp-view .footer-copy { font-size: 11px; color: rgba(255,255,255,0.16); font-family: 'Montserrat', sans-serif; letter-spacing: 0.04em; text-align: center; }

  
#sp-view .drawer-sns { display: flex; flex-direction: column; gap: 10px; padding: 8px 0 4px; border-top: 1px solid var(--border); margin-bottom: 2px; }
#sp-view .drawer-sns-group { display: flex; align-items: center; gap: 10px; }
#sp-view .drawer-sns-label { font-size: 10px; color: var(--gray); letter-spacing: 0.04em; min-width: 46px; }
#sp-view .drawer-sns-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--light-bg); flex-shrink: 0; }
#sp-view .drawer-sns-icon img { width: 22px; height: 22px; object-fit: contain; display: block; }
