
  /* ===== 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; }
#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); }
#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 .s-tag { font-family: 'Montserrat', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gray); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
#sp-view .s-tag::before { content: ''; width: 18px; height: 1px; background: var(--border); flex-shrink: 0; }
#sp-view .s-title { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(22px, 6vw, 32px); font-weight: 900; line-height: 1.35; color: var(--dark); }


  /* ===== PAGE HERO ===== */
  #sp-view .page-hero { padding: 168px 10vw 64px; 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:11px; font-weight:300; letter-spacing:0.4em; text-transform:uppercase; color: var(--gold-light); margin-bottom:16px; position:relative; z-index:1; }
#sp-view .page-hero-title { font-family:'Noto Sans JP',sans-serif; font-size: clamp(28px, 3.6vw, 44px); font-weight:900; color: var(--white); letter-spacing:-0.01em; position:relative; z-index:1; }
#sp-view .page-hero-sub { margin-top:14px; font-size:13px; color: rgba(255,255,255,0.7); font-weight:300; letter-spacing:0.04em; position:relative; z-index:1; }
#sp-view .breadcrumb { margin-top:22px; font-size:11px; letter-spacing:0.08em; 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; }


  /* ===== CONTACT OPTIONS & FORM ===== */
  #sp-view .contact-options { display:grid; grid-template-columns:1fr; gap:1px; background:var(--border); border:1px solid var(--border); border-radius:16px; overflow:hidden; margin:32px 0; }
#sp-view .contact-option { background:var(--white); padding:32px 20px; text-align:center; }
#sp-view .contact-option-icon { width:52px; height:52px; border-radius:50%; background:var(--light-bg); display:flex; align-items:center; justify-content:center; margin:0 auto 14px; color:var(--primary); }
#sp-view .contact-option-title { font-size:15px; font-weight:700; color:var(--dark); margin-bottom:6px; }
#sp-view .contact-option-value { font-size:13px; color:var(--gray); margin-bottom:16px; }
#sp-view .contact-option-btn { display:inline-block; padding:10px 26px; background:var(--primary); color:var(--white); border-radius:50px; font-size:13px; text-decoration:none; }
#sp-view .contact-form-wrap { background:var(--light-bg); padding:40px 20px; }
#sp-view .contact-form, #sp-view .contact-form-wrap .wpcf7 { max-width:860px; margin:0 auto; background:var(--white); padding:28px 22px; border-radius:16px; border:1px solid var(--border); }
#sp-view .form-group { margin-bottom:22px; }
#sp-view .form-label { display:block; font-size:13px; font-weight:600; color:var(--dark); margin-bottom:8px; letter-spacing:0.02em; }
#sp-view .req { color:var(--warm); margin-left:4px; font-size:11px; }
#sp-view .opt { color:var(--gray); margin-left:4px; font-size:11px; }
#sp-view .form-input, #sp-view .form-textarea, #sp-view .form-select { width:100%; padding:13px 14px; border:1px solid var(--border); border-radius:6px; font-size:14px; font-family:inherit; color:var(--dark); background:var(--white); }
#sp-view .form-input:focus, #sp-view .form-textarea:focus, #sp-view .form-select:focus { outline:none; border-color:var(--primary); }
#sp-view .form-textarea { min-height:120px; resize:vertical; }
#sp-view .form-file { position:relative; }
#sp-view .form-file-input { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; }
#sp-view .form-file-label { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:24px 14px; border:1.5px dashed var(--border); border-radius:6px; color:var(--gray); font-size:13px; background:var(--light-bg); text-align:center; transition:border-color 0.25s, background 0.25s, color 0.25s; }
#sp-view .form-file-input:hover ~ .form-file-label, #sp-view .form-file-input:focus ~ .form-file-label { border-color:var(--primary); color:var(--primary); background:var(--white); }
#sp-view .form-hint { margin-top:8px; font-size:11.5px; color:var(--gray); line-height:1.6; }
#sp-view .form-checkbox-row, #sp-view .form-radio-row { display:flex; gap:14px 18px; flex-wrap:wrap; font-size:13.5px; color:var(--gray); }
#sp-view .form-checkbox-row label, #sp-view .form-radio-row label { display:flex; align-items:center; gap:6px; cursor:pointer; }
#sp-view .form-agree { text-align:center; font-size:12.5px; color:var(--gray); margin:24px 0; }
#sp-view .form-agree label { display:inline-flex; align-items:center; gap:6px; cursor:pointer; }
#sp-view .form-agree a { color: var(--primary); }
#sp-view .privacy-box {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 20px;
    background: var(--light-bg);
    font-size: 11.5px;
    color: var(--gray);
    line-height: 1.85;
  }
#sp-view .privacy-box h4 { font-size:12.5px; font-weight:700; color:var(--dark); margin:14px 0 6px; }
#sp-view .privacy-box h4:first-child { margin-top:0; }
#sp-view .privacy-box p { margin-bottom:8px; }
#sp-view .privacy-box .privacy-date { margin-top:14px; color:var(--gray); font-size:10.5px; }
#sp-view .privacy-box::-webkit-scrollbar { width:5px; }
#sp-view .privacy-box::-webkit-scrollbar-track { background:transparent; }
#sp-view .privacy-box::-webkit-scrollbar-thumb { background:var(--border); border-radius:3px; }
#sp-view .btn-submit { display:block; width:100%; padding:16px; background:var(--gold); color:var(--white); font-size:15px; font-weight:600; letter-spacing:0.06em; border:none; border-radius:50px; cursor:pointer; }


  /* ===== 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; }
