
  /* ===== HEADER (Ver3 TOP SPページより移植) ===== */
  #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; }


  /* ===== PAGE HERO ===== */
  #sp-view .page-hero { padding: 120px 24px 48px; background: var(--primary); text-align: center; position: relative; overflow: hidden; }
#sp-view .page-hero::before { content:''; position:absolute; inset:0; background-image:url('../../images/zinko1.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-badge { display:inline-block; font-family:'Noto Sans JP',sans-serif; font-size:10px; font-weight:500; letter-spacing:0.06em; color: var(--dark); background: var(--gold-light); padding: 4px 14px; border-radius: 20px; margin-bottom: 14px; position:relative; z-index:1; }
#sp-view .page-hero-tag { font-family:'Montserrat',sans-serif; font-size:10px; font-weight:300; letter-spacing:0.3em; text-transform:uppercase; color: var(--gold-light); margin-bottom:12px; position:relative; z-index:1; }
#sp-view .page-hero-title { font-family:'Noto Sans JP',sans-serif; font-size: clamp(22px, 6.5vw, 30px); font-weight:900; color: var(--white); letter-spacing:-0.01em; position:relative; z-index:1; }
#sp-view .page-hero-sub { margin-top:10px; font-size:12px; color: rgba(255,255,255,0.7); font-weight:300; letter-spacing:0.02em; position:relative; z-index:1; }
#sp-view .page-hero-actions { margin-top:20px; display:flex; flex-direction:column; justify-content:center; gap:10px; position:relative; z-index:1; }
#sp-view .cta-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:15px 20px; border-radius:50px; font-size:14px; font-weight:700; letter-spacing:0.02em; text-decoration:none; }
#sp-view .cta-btn-tel { background: var(--gold); color: var(--white); box-shadow:0 8px 22px rgba(200,150,12,0.32); }
#sp-view .cta-btn-line { background:#06C755; color:var(--white); box-shadow:0 8px 22px rgba(6,199,85,0.3); }
#sp-view .cta-btn-primary { background: var(--primary); color: var(--white); box-shadow:0 8px 22px rgba(29,69,53,0.32); }
#sp-view .cta-btn-pink { background: #fdf1f5; color: #d16a8f; border: 1.5px solid #f2b8cb; }
#sp-view .page-hero-actions .cta-btn { width:100%; justify-content:center; }
#sp-view .breadcrumb { margin-top:16px; 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; }


  /* ===== SECTION COMMON ===== */
  #sp-view .section-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: var(--primary); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
#sp-view .section-eyebrow::before { content: ''; width: 22px; height: 1px; background: currentColor; flex-shrink: 0; }
#sp-view .section-title { font-family: 'Noto Sans JP', sans-serif; font-size: clamp(21px, 6vw, 28px); font-weight: 900; line-height: 1.4; letter-spacing: -0.01em; color: var(--dark); }
#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.32em; text-transform: uppercase; color: var(--gray); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; justify-content:center; }
#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(20px, 6vw, 26px); font-weight: 900; line-height: 1.4; color: var(--dark); letter-spacing: -0.01em; text-align:center; }


  /* ===== ABOUT ===== */
  #sp-view #aboutSp { padding: 64px 24px; background: var(--white); }
#sp-view .about-inner { display:grid; grid-template-columns: 1fr; gap:28px; }
#sp-view .about-img { height: 220px; border-radius:14px; background-size:cover; background-position:center; background-color: var(--light-bg); }
#sp-view .about-text p { margin-top:16px; font-size:13.5px; line-height:1.95; color: var(--gray); font-weight:300; }


  /* ===== COMPARE TABLE ===== */
  #sp-view #compareSp { padding: 64px 24px; background: var(--light-bg); text-align:center; }
#sp-view .table-scroll { overflow-x:auto; -webkit-overflow-scrolling:touch; }
#sp-view .compare-table { width:100%; min-width:480px; border-collapse:collapse; border:1px solid var(--border); border-radius:12px; overflow:hidden; background:var(--white); margin-top:28px; }
#sp-view .compare-table th { background:var(--primary); color:var(--white); font-size:12px; font-weight:500; letter-spacing:0.02em; padding:12px 16px; text-align:left; white-space:nowrap; }
#sp-view .compare-table td { padding:11px 16px; font-size:12.5px; color:var(--dark); border-top:1px solid var(--border); text-align:left; white-space:nowrap; }
#sp-view .compare-table tr:nth-child(even) td { background: var(--light-bg); }
#sp-view .compare-highlight { color:var(--primary); font-weight:700; }


  /* ===== REASONS ===== */
  #sp-view #reasonsSp { padding:64px 24px; background:var(--white); text-align:center; }
#sp-view .reasons-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:32px; }
#sp-view .reason-item { display:flex; flex-direction:column; align-items:center; gap:12px; }
#sp-view .reason-icon { width:60px; height:60px; border-radius:50%; background:var(--light-bg); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; color:var(--primary); }
#sp-view .reason-name { font-size:12.5px; font-weight:700; color:var(--dark); line-height:1.6; }


  /* ===== PROCESS (Ver3 TOP SPページより移植/縦タイムライン) ===== */
  #sp-view #processSp { padding: 64px 24px; background: var(--light-bg); position: relative; overflow: hidden; }
#sp-view .process-header { text-align:center; margin-bottom: 32px; }
#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: 18px; padding-bottom: 28px; 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; }
#sp-view .step-content { flex: 1; }
#sp-view .step-icon-sp { margin-bottom: 6px; color: var(--primary); }
#sp-view .step-icon-sp svg { width: 26px; height: 26px; }
#sp-view .step-name-sp { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
#sp-view .step-desc-sp { font-size: 12.5px; color: var(--gray); line-height: 1.8; font-weight: 300; }


  /* ===== INFO TABLE (費用目安) ===== */
  #sp-view #pricing-tableSp { padding: 64px 24px; background: var(--white); text-align:center; }
#sp-view .info-table-wrap { margin: 0 auto; min-width:280px; }
#sp-view .info-table { width:100%; border-collapse:collapse; border:1px solid var(--border); border-radius:12px; overflow:hidden; }
#sp-view .info-table th { background:var(--primary); color:var(--white); font-size:12px; font-weight:500; letter-spacing:0.04em; text-align:left; padding:13px 16px; white-space:nowrap; }
#sp-view .info-table td { padding:13px 16px; font-size:13px; color:var(--dark); border-top:1px solid var(--border); text-align:left; white-space:nowrap; }
#sp-view .info-table tr:nth-child(even) td { background:var(--light-bg); }
#sp-view .info-table .price { color:var(--primary); font-weight:700; font-family:'Montserrat',sans-serif; }
#sp-view .pricing-note { text-align:center; font-size:12.5px; color:var(--gray); margin-bottom:24px; line-height:1.8; font-weight:300; }
#sp-view .turf-price-card { max-width: 340px; margin: 0 auto; background: var(--light-bg); border: 1px solid var(--border); border-radius: 20px; padding: 32px 24px; text-align: center; }
#sp-view .turf-price-unit { font-size: 12.5px; color: var(--gray); font-weight: 500; letter-spacing: 0.02em; line-height: 1.7; margin-bottom: 18px; }
#sp-view .turf-price-main { display: flex; align-items: baseline; justify-content: center; gap: 6px; font-family: 'Montserrat', sans-serif; }
#sp-view .turf-price-num { font-size: 44px; font-weight: 900; color: var(--primary); line-height: 1; letter-spacing: -0.02em; }
#sp-view .turf-price-suf { font-size: 13px; color: var(--gray); font-weight: 500; }
#sp-view .turf-price-badge { display: inline-block; margin-top: 18px; padding: 7px 18px; background: var(--gold-light); color: var(--dark); font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; border-radius: 50px; }
#sp-view .pricing-cta-btn { display:inline-flex; align-items:center; gap:8px; margin-top:28px; padding:14px 26px; background:var(--primary); color:var(--white); text-decoration:none; border-radius:50px; font-size:13px; font-weight:500; letter-spacing:0.04em; }


  /* ===== EXAMPLE GRID (施工事例) ===== */
  #sp-view #examplesSp { padding: 64px 24px; background: var(--light-bg); }
#sp-view .example-section-header { text-align:center; margin-bottom:32px; }
#sp-view .example-grid { display:grid; grid-template-columns: 1fr; gap:16px; }
#sp-view .example-card { background:var(--white); border:1px solid var(--border); border-radius:14px; overflow:hidden; text-decoration:none; display:block; }
#sp-view .example-img { height:170px; background-size:cover; background-position:center; background-color:var(--border); }
#sp-view .example-body { padding:16px 18px; }
#sp-view .example-tags { display:flex; gap:6px; margin-bottom:8px; flex-wrap:wrap; }
#sp-view .example-tag { font-size:9.5px; padding:3px 9px; border-radius:20px; background:var(--light-bg); border:1px solid var(--border); color:var(--primary); letter-spacing:0.02em; }
#sp-view .example-title { font-size:13px; font-weight:500; color:var(--dark); }
#sp-view .example-more { text-align:center; margin-top:28px; }
#sp-view .example-more a { font-size:13px; color:var(--primary); text-decoration:none; font-weight:500; }


  /* ===== FAQ (Ver3 TOP SPページより移植) ===== */
  #sp-view #faqSp { padding: 64px 24px; background: var(--white); }
#sp-view .faq-header { text-align: center; margin-bottom: 32px; }
#sp-view .faq-list { border-top: 1px solid var(--border); }
#sp-view .faq-item { border-bottom: 1px solid var(--border); }
#sp-view .faq-question { width: 100%; display: flex; align-items: center; gap: 14px; padding: 20px 0; 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 0 20px 0; font-size: 13.5px; color: var(--gray); line-height: 1.95; 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; }
