/* ========================================
   IZNM Main Styles v1.0
   All styles consolidated — no inline CSS
   ======================================== */

/* ----------------------------------------
   1. Reset & Base
   ---------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { background: var(--iznm-bg-deep); }

body {
  background-color: var(--iznm-bg-deep);
  color: var(--iznm-text-main);
  font-family: var(--iznm-font-ja);
  font-size: var(--iznm-text-base);
  line-height: var(--iznm-leading-normal);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* ----------------------------------------
   2. Typography
   ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--iznm-text-main);
  font-family: var(--iznm-font-ja);
  font-weight: var(--iznm-font-bold);
  margin-bottom: 1rem;
}
h1 { font-size: var(--iznm-text-3xl); }
h2 { font-size: var(--iznm-text-2xl); }
h3 { font-size: var(--iznm-text-xl); }

p, div, span, li {
  color: var(--iznm-text-main);
  font-family: var(--iznm-font-ja);
}

a {
  color: var(--iznm-text-main);
  text-decoration: none;
  transition: color var(--iznm-transition-normal);
}
a:hover { color: var(--iznm-text-sub); }

/* ----------------------------------------
   3. Layout — GeneratePress Overrides
   ---------------------------------------- */
/* GP Premium handles header background */

/* GP Premium navigation — display rules removed */

/* [I: 旧GPヘッダー セクション4 削除済み — iznm-headerで管理] */

/* ----------------------------------------
   5. Footer
   ---------------------------------------- */
/* [旧GPフッター セクション5 削除済み — iznm-footer-barで管理] */

.inside-site-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--iznm-space-5);
  padding: 0 var(--iznm-space-5);
  max-width: var(--iznm-width-wide);
  margin: 0 auto;
}

/* ----------------------------------------
   6. Background Animation
   ---------------------------------------- */
#iznm-bg-animation {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.iznm-bg-logo {
  position: absolute;
  opacity: 0;
  animation: iznmBlink var(--duration, 3s) ease-in-out var(--delay, 0s) infinite;
  filter: brightness(0) invert(1);
}
@keyframes iznmBlink {
  0%, 100% { opacity: 0; }
  50% { opacity: var(--max-opacity, 0.04); }
}

/* ----------------------------------------
   7. Components — Buttons
   ---------------------------------------- */
.wp-block-button .wp-block-button__link,
.button, .btn,
input[type="submit"],
button {
  background: var(--iznm-text-main);
  color: var(--iznm-black);
  border: none;
  padding: var(--iznm-space-3) var(--iznm-space-6);
  border-radius: var(--iznm-radius-md);
  font-weight: var(--iznm-font-medium);
  font-family: var(--iznm-font-ja);
  transition: background var(--iznm-transition-normal);
  cursor: pointer;
}
.button:hover, .btn:hover, input[type="submit"]:hover, button:hover {
  background: var(--iznm-text-sub);
  color: var(--iznm-black);
}

/* ----------------------------------------
   8. Components — Forms
   ---------------------------------------- */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], textarea, select {
  background: var(--iznm-bg-raised);
  color: var(--iznm-text-main);
  border: 1px solid var(--iznm-border-light);
  border-radius: var(--iznm-radius-md);
  padding: var(--iznm-space-2) var(--iznm-space-3);
  font-family: var(--iznm-font-ja);
  font-size: var(--iznm-text-sm);
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--iznm-text-muted);
}

/* ----------------------------------------
   9. Components — Tables
   ---------------------------------------- */
table { background: transparent; color: var(--iznm-text-main); border: 1px solid var(--iznm-border-dark); border-collapse: collapse; }
th, td { border: 1px solid var(--iznm-border-dark); color: var(--iznm-text-main); padding: var(--iznm-space-2); }
th { background: var(--iznm-bg-raised); }

/* ----------------------------------------
   10. Page — Content Pages (not home)
   ---------------------------------------- */
body:not(.home) .entry-title::before { content: "/ "; color: var(--iznm-text-muted); }
body:not(.home) .entry-content p { color: var(--iznm-text-sub); margin-bottom: 1.5em; }
body:not(.home) .entry-content h2 { font-size: var(--iznm-text-base); border-left: 2px solid var(--iznm-text-main); padding-left: var(--iznm-space-3); }
body:not(.home) .entry-content h3 { font-size: var(--iznm-text-sm); color: var(--iznm-text-sub); letter-spacing: var(--iznm-tracking-wider); }
body:not(.home) .entry-content a { color: var(--iznm-text-main); border-bottom: 1px solid var(--iznm-border-light); }
body:not(.home) .entry-content a:hover { border-bottom-color: var(--iznm-text-main); }

/* Home — hide content area */

/* ----------------------------------------
   11. Page — countdown-lp (ID: 8103)
   ---------------------------------------- */
body.page-id-8103 .iznm-footer-links,
body.page-id-8103 .iznm-footer-copyright,
body.page-id-8103 { display: flex; align-items: center; justify-content: center; min-height: 100vh; overflow-x: hidden; }
body.page-id-8103 #iznm-bg-animation { z-index: 0; }
body.page-id-8103 #logo-container { z-index: 0; }
body.page-id-8103 .iznm-lp-content { z-index: 10; position: relative; }

/* ----------------------------------------
   12. Page — Founder Wall (shortcodes.php inline → extracted)
   ---------------------------------------- */
:root { --vh: 1vh; }

body.page-template-page-blank:has(.iznm-founder-wall) { background: var(--iznm-black); margin: 0; padding: 0; }
body.page-template-page-blank:has(.iznm-founder-wall) .iznm-footer-links,
body.page-template-page-blank:has(.iznm-founder-wall) .iznm-footer-copyright { display: none; }

#iznm-founder-wall-wrap { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; height: calc(var(--vh, 1vh) * 100); background: var(--iznm-black); overflow: hidden; z-index: 1000; }
#iznm-founder-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: var(--iznm-black); z-index: 1001; }
#iznm-founder-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; z-index: 1010; padding: var(--iznm-space-5); box-sizing: border-box; }
#iznm-founder-header { text-align: center; }
.iznm-fw-logo-tag { width: clamp(140px, 30vw, 220px); height: auto; opacity: 1; margin-bottom: var(--iznm-space-5); display: block; margin-left: auto; margin-right: auto; filter: drop-shadow(0 0 24px rgba(255,255,255,0.3)); }
.iznm-fw-title { font-family: var(--iznm-font-ja); font-size: clamp(1.2rem, 4vw, 2.2rem); font-weight: 900; color: var(--iznm-text-main); letter-spacing: 0.3em; margin: 0 0 10px; text-shadow: 0 0 30px rgba(255,255,255,0.5); }
.iznm-fw-sub { font-family: var(--iznm-font-ja); font-size: clamp(0.6rem, 2vw, 0.75rem); color: rgba(255,255,255,0.6); letter-spacing: 0.15em; margin: 0; }
#iznm-founder-count-wrap { margin-top: var(--iznm-space-6); font-family: var(--iznm-font-ja); color: rgba(255,255,255,0.7); letter-spacing: 0.15em; line-height: 1; text-align: center; }
#iznm-founder-count { font-size: clamp(2.5rem, 8vw, 4.5rem); font-weight: 900; color: var(--iznm-text-main); text-shadow: 0 0 40px rgba(255,255,255,0.7); display: block; line-height: 1; }
.iznm-fw-count-label { font-size: clamp(0.7rem, 2.2vw, 0.9rem); color: rgba(255,255,255,0.5); letter-spacing: 0.1em; display: block; margin-top: var(--iznm-space-2); }
#iznm-founder-tooltip { position: fixed; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(12px); color: var(--iznm-text-main); font-family: var(--iznm-font-ja); font-size: var(--iznm-text-xs); letter-spacing: 0.1em; padding: var(--iznm-space-2) var(--iznm-space-3); border-radius: var(--iznm-radius-md); pointer-events: none; opacity: 0; transition: opacity var(--iznm-transition-fast); z-index: 1020; white-space: nowrap; }
#iznm-founder-tooltip.visible { opacity: 1; }

/* ----------------------------------------
   13. Page — WooCommerce
   ---------------------------------------- */
.woocommerce div.product .product_title { color: var(--iznm-text-main); }
.woocommerce .price { color: var(--iznm-text-main); }

body.single-product .product_title { font-size: var(--iznm-text-lg); font-weight: var(--iznm-font-bold); letter-spacing: var(--iznm-tracking-wider); color: var(--iznm-text-main); }
body.single-product .price { font-size: var(--iznm-text-xl); font-weight: 300; letter-spacing: var(--iznm-tracking-wider); }
body.single-product .woocommerce-product-details__short-description { color: var(--iznm-text-sub); font-size: var(--iznm-text-sm); line-height: 2; }
body.single-product .single_add_to_cart_button { background-color: var(--iznm-text-main); color: var(--iznm-black); border: none; border-radius: 0; font-size: var(--iznm-text-xs); font-weight: var(--iznm-font-bold); letter-spacing: var(--iznm-tracking-wider); padding: var(--iznm-space-4) var(--iznm-space-10); }
body.single-product .single_add_to_cart_button:hover { background-color: var(--iznm-text-sub); }

.woocommerce-account .woocommerce { font-family: var(--iznm-font-ja); color: var(--iznm-text-sub); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: var(--iznm-space-1); border-bottom: 1px solid var(--iznm-border-dark); padding-bottom: var(--iznm-space-4); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { font-size: var(--iznm-text-xs); letter-spacing: 0.15em; color: var(--iznm-text-muted); text-transform: uppercase; padding: var(--iznm-space-2) var(--iznm-space-3); display: block; transition: color var(--iznm-transition-normal); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { color: var(--iznm-text-main); }

/* ----------------------------------------
   14. Page — My Account (page-id-8133)
   ---------------------------------------- */
body.page-id-8133 .card-title,
body.page-id-8133 .iznm-card-title,
body.page-id-8133 h2,
body.page-id-8133 h3 {
  font-size: var(--iznm-text-lg);
  font-weight: var(--iznm-font-bold);
  letter-spacing: var(--iznm-tracking-wider);
  color: var(--iznm-text-main);
  display: flex;
  align-items: center;
  gap: var(--iznm-space-2);
}
body.page-id-8133 .card-title::before,
body.page-id-8133 .iznm-card-title::before,
body.page-id-8133 h2::before,
body.page-id-8133 h3::before {
  content: '';
  display: inline-block;
  width: 18px; height: 18px;
  background-image: url('https://iznm.jp/wp-content/uploads/2026/03/iznm-logo-slash-w.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
  flex-shrink: 0;
}

/* ----------------------------------------
   15. Utilities
   ---------------------------------------- */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ----------------------------------------
   16. Responsive
   ---------------------------------------- */
@media (max-width: 768px) {
  h1 { font-size: var(--iznm-text-3xl); }
  h2 { font-size: var(--iznm-text-xl); }
  h3 { font-size: var(--iznm-text-lg); }

  .iznm-footer-links a { display: block; margin: var(--iznm-space-2) 0; }

  .iznm-fw-logo-tag { width: clamp(120px, 40vw, 200px); }
  #iznm-founder-tooltip { display: none; }

  body.page-id-8133 .card-title, body.page-id-8133 .iznm-card-title,
  body.page-id-8133 h2, body.page-id-8133 h3 { font-size: 1.05rem; gap: var(--iznm-space-2); }
  body.page-id-8133 .card-title::before, body.page-id-8133 .iznm-card-title::before,
  body.page-id-8133 h2::before, body.page-id-8133 h3::before { width: 14px; height: 14px; }
}

/* ========================================
   8. Founder Wall + Founder LP Styles
   Extracted from staging iznm-style-pages.css
   ======================================== */

/* ===========================
   Founder Wall ( ifw-* )
   v1.0 - 2026-03-28
   =========================== */

.iznm-founder-wall {
    background: #1a1a1a;
    min-height: 60vh;
    padding: 64px 32px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    color: #dddddd;
    box-sizing: border-box;
}

/* Hero */
.ifw-hero {
    text-align: center;
    margin-bottom: 72px;
}

.ifw-slash-pattern {
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.6em;
    margin-bottom: 28px;
    user-select: none;
}

.ifw-eyebrow {
    font-size: 13px;
    letter-spacing: 0.25em;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ifw-title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
    line-height: 1.2;
}

.ifw-slash {
    color: #c0c0c0;
    font-weight: 300;
}

.ifw-sub {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.06em;
    margin: 0;
}

.ifw-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 8px 20px;
    border: 1px solid #333333;
    border-radius: 4px;
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.08em;
    background: #2a2a2a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.ifw-count-num {
    color: #d4a574;
    font-weight: 500;
}

/* Section header */
.ifw-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.ifw-sec-slash {
    color: #c0c0c0;
    font-size: 14px;
}

.ifw-sec-label {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #888888;
    text-transform: uppercase;
    white-space: nowrap;
}

.ifw-sec-line {
    flex: 1;
    height: 1px;
    background: #333333;
}

/* Grid */
.ifw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2px;
    margin-bottom: 72px;
}

/* Card */
.ifw-card {
    background: #2a2a2a;
    border: 1px solid #333333;
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
    transition: background 0.15s ease, border-color 0.15s ease;
    min-height: 88px;
    box-sizing: border-box;
}

.ifw-card--linked {
    cursor: pointer;
}

.ifw-card--linked:hover {
    background: #323232;
    border-color: #444444;
}

.ifw-card--linked:hover .ifw-card-number {
    color: #d4a574;
}

.ifw-card--empty {
    opacity: 0.25;
    cursor: default;
}

/* Corner accent */
.ifw-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 24px solid #d4a574;
    opacity: 0.35;
}

.ifw-card-number {
    font-size: 10px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    font-family: 'Inter', monospace;
    transition: color 0.15s;
}

.ifw-card-name {
    font-size: 14px;
    font-weight: 500;
    color: #dddddd;
    letter-spacing: 0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ifw-card-link {
    margin-top: 10px;
    font-size: 13px;
    color: #555555;
    letter-spacing: 0.06em;
    transition: color 0.15s;
}

.ifw-card--linked:hover .ifw-card-link {
    color: #c0c0c0;
}

/* Footer */
.ifw-footer {
    padding-top: 24px;
    border-top: 1px solid #333333;
    text-align: center;
}

.ifw-footer-text {
    font-size: 13px;
    color: #444444;
    letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 768px) {
    .iznm-founder-wall {
        padding: 40px 16px;
    }
    .ifw-title {
        font-size: 26px;
    }
    .ifw-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

/* ===========================
 *    Founder Wall - page title hidden
 *    =========================== */
body:has(.iznm-founder-wall) header.entry-header {
	    display: none !important;
}
/* ==========================================
   IZNM Founder LP v4.0
   Miro LPコピー詳細 v4.0 準拠
   2026-03-29
========================================== */

.lp-wrap {
    background: #1a1a1a;
    color: #dddddd;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
}
.lp-sec {
    padding: 96px 32px;
    border-bottom: 1px solid #2a2a2a;
}
.lp-sec__inner {
    max-width: 1080px;
    margin: 0 auto;
}
.lp-sec-label {
    font-size: 13px;
    letter-spacing: 0.25em;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lp-sec__title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-bottom: 32px;
}
.lp-sec__body {
    font-size: 15px;
    line-height: 1.9;
    color: #888888;
}
.lp-cta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.lp-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: opacity 0.15s ease, transform 0.1s ease;
    cursor: pointer;
}
.lp-btn:hover { opacity: 0.85; transform: translateY(-1px); }
.lp-btn--primary { background: #d4a574; color: #000000; border: none; }
.lp-btn--secondary { background: transparent; color: #dddddd; border: 1px solid #666666; }
.lp-btn--ghost { background: transparent; color: #666666; border: none; font-size: 13px; padding: 14px 8px; }

/* FV */
.lp-fv { padding: 80px 32px; background: #000000; min-height: 80vh; display: flex; align-items: center; }
.lp-fv__inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-fv__img { width: 100%; max-width: 480px; display: block; border-radius: 4px; }
.lp-fv__img-caption { font-size: 13px; color: #444444; letter-spacing: 0.15em; margin-top: 12px; text-align: center; text-transform: uppercase; }
.lp-fv__title { font-size: 42px; font-weight: 600; color: #ffffff; line-height: 1.25; letter-spacing: 0.04em; margin-bottom: 24px; }
.lp-fv__date { font-size: 18px; color: #888888; font-weight: 400; letter-spacing: 0.15em; }
.lp-fv__lead { font-size: 15px; line-height: 1.9; color: #888888; margin-bottom: 32px; }

/* Founderカウンター */
.lp-founder-counter { background: #1a1a1a; border: 1px solid #333333; border-radius: 4px; padding: 20px 24px; margin-bottom: 32px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
.lp-founder-counter__label { font-size: 13px; color: #888888; letter-spacing: 0.1em; margin-bottom: 8px; }
.lp-founder-counter__text { font-size: 14px; color: #dddddd; margin-bottom: 12px; }
.lp-founder-counter__text strong { color: #d4a574; }
.lp-founder-counter__nums { display: flex; gap: 32px; }
.lp-founder-counter__num, .lp-founder-counter__remain { font-size: 28px; font-weight: 600; color: #d4a574; font-family: 'Inter', monospace; }
.lp-founder-counter__unit { font-size: 13px; color: #666666; margin-left: 4px; }

/* Problem */
.lp-problem__body { display: flex; flex-direction: column; gap: 12px; }
.lp-problem__body p { font-size: 18px; color: #888888; line-height: 1.7; padding-left: 16px; border-left: 2px solid #333333; }

/* Solution */
.lp-solution__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-solution__img { width: 100%; border-radius: 4px; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }

/* How it works */
.lp-how__steps { display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; margin-top: 48px; }
.lp-how__step { flex: 1; min-width: 180px; background: #2a2a2a; border: 1px solid #333333; padding: 28px 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.lp-how__arrow { color: #444444; font-size: 20px; padding: 40px 12px; flex-shrink: 0; }
.lp-how__step-num { font-size: 10px; letter-spacing: 0.2em; color: #d4a574; margin-bottom: 8px; font-family: 'Inter', monospace; }
.lp-how__step-name { font-size: 13px; font-weight: 600; color: #ffffff; letter-spacing: 0.05em; margin-bottom: 12px; line-height: 1.4; }
.lp-how__step-desc { font-size: 13px; color: #888888; line-height: 1.7; }

/* Safety */
.lp-safety__flow { display: flex; align-items: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.lp-safety__flow-item { background: #2a2a2a; border: 1px solid #333333; padding: 16px 28px; font-size: 13px; font-weight: 500; color: #dddddd; letter-spacing: 0.1em; border-radius: 4px; }
.lp-safety__flow-arrow { color: #444444; font-size: 18px; }

/* Real Scenes */
.lp-scenes__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 48px; }
.lp-scene-card { background: #2a2a2a; border: 1px solid #333333; padding: 32px 28px; transition: border-color 0.15s ease; }
.lp-scene-card:hover { border-color: #444444; }
.lp-scene-card__tag { font-size: 10px; letter-spacing: 0.2em; color: #666666; text-transform: uppercase; margin-bottom: 16px; }
.lp-scene-card__title { font-size: 18px; font-weight: 500; color: #ffffff; line-height: 1.4; margin-bottom: 16px; }
.lp-scene-card__body { font-size: 13px; color: #888888; line-height: 1.8; }

/* Pricing */
.lp-pricing__header { text-align: center; margin-bottom: 32px; }
.lp-pricing__campaign { font-size: 16px; color: #d4a574; font-weight: 500; line-height: 1.7; margin-bottom: 8px; }
.lp-pricing__remain-label { font-size: 14px; color: #888888; }
.lp-pricing__table-wrap { overflow-x: auto; margin: 32px 0; }
.lp-pricing__table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lp-pricing__table th, .lp-pricing__table td { padding: 14px 18px; text-align: center; border: 1px solid #333333; color: #dddddd; }
.lp-pricing__table th { background: #2a2a2a; font-weight: 500; color: #ffffff; letter-spacing: 0.05em; }
.lp-pricing__table td:first-child { text-align: left; color: #888888; background: #222222; }
.lp-pricing__col--featured { border-color: #d4a574 !important; background: rgba(212,165,116,0.06) !important; color: #ffffff !important; }
.lp-pricing__founder-badge { display: block; background: #d4a574; color: #000000; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; padding: 2px 8px; border-radius: 2px; margin-top: 4px; }
.lp-pricing__note { font-size: 13px; color: #666666; margin-top: 16px; line-height: 1.8; }

/* Founder */
.lp-founder__body { margin-bottom: 40px; }
.lp-founder__body p { font-size: 16px; line-height: 2; color: #888888; }
.lp-founder__body strong { color: #d4a574; }
.lp-founder-wall-embed { margin: 48px 0; border: 1px solid #333333; border-radius: 4px; overflow: hidden; }
.lp-founder-wall-embed iframe { display: block; width: 100%; height: 600px; border: none; }
.lp-roadmap { background: #2a2a2a; border: 1px solid #333333; padding: 40px 36px; margin: 48px 0; border-radius: 4px; }
.lp-roadmap__title { font-size: 22px; font-weight: 500; color: #ffffff; margin: 16px 0 24px; line-height: 1.4; }
.lp-roadmap__list { list-style: none; padding: 0; margin: 0 0 24px; }
.lp-roadmap__list li { font-size: 14px; color: #888888; line-height: 1.8; padding-left: 20px; position: relative; }
.lp-roadmap__list li::before { content: '/'; position: absolute; left: 0; color: #d4a574; }
.lp-roadmap__note { font-size: 13px; color: #666666; line-height: 1.8; border-top: 1px solid #333333; padding-top: 20px; }

/* FAQ */
.lp-faq__list { margin-top: 48px; display: flex; flex-direction: column; gap: 2px; }
.lp-faq__item { background: #2a2a2a; border: 1px solid #333333; overflow: hidden; }
.lp-faq__item[open] { border-color: #444444; }
.lp-faq__q { padding: 20px 24px; font-size: 15px; font-weight: 500; color: #dddddd; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.lp-faq__q::-webkit-details-marker { display: none; }
.lp-faq__q::after { content: '+'; color: #666666; font-size: 18px; flex-shrink: 0; transition: transform 0.2s; }
.lp-faq__item[open] .lp-faq__q::after { transform: rotate(45deg); }
.lp-faq__a { padding: 0 24px 24px; font-size: 14px; color: #888888; line-height: 1.8; }

/* Final CTA */
.lp-final-cta { text-align: center; background: #000000; padding: 120px 32px; }
.lp-final-cta__title { font-size: 52px; font-weight: 600; color: #ffffff; letter-spacing: 0.06em; margin: 32px 0 20px; }
.lp-final-cta__body { font-size: 15px; color: #888888; line-height: 1.9; margin-bottom: 0; }

/* Responsive */
@media (max-width: 768px) {
    .lp-sec { padding: 64px 20px; }
    .lp-fv { padding: 60px 20px; min-height: auto; }
    .lp-fv__inner, .lp-solution__inner { grid-template-columns: 1fr; gap: 40px; }
    .lp-fv__title { font-size: 30px; }
    .lp-sec__title { font-size: 26px; }
    .lp-final-cta__title { font-size: 34px; }
    .lp-how__steps { flex-direction: column; }
    .lp-how__arrow { padding: 8px 0; transform: rotate(90deg); }
    .lp-scenes__grid { grid-template-columns: 1fr; }
    .lp-cta-group { flex-direction: column; align-items: stretch; }
    .lp-btn { text-align: center; }
    .lp-founder-counter__nums { flex-direction: column; gap: 8px; }
}

/* ==========================================
   Founder LP v4.0 スマホ対応 + フィードバック反映
   2026-03-29
========================================== */

/* ① セクションラベル スラッシュ画像 */
.lp-sec-slash-img {
    height: 16px;
    width: auto;
    vertical-align: middle;
    margin-right: 6px;
}

/* ② CTAボタン修正 */
.lp-btn--primary { color: #1a1a1a !important; font-weight: 700 !important; }
.lp-cta-group { gap: 8px !important; margin-top: 32px !important; }

/* ③ FVロゴ */
.lp-fv__logo { text-align: center; padding: 40px 0 24px; }
.lp-fv__logo-img { height: 150px; width: auto; }

/* ⑤ Founderカウンター コンパクト */
.lp-founder-counter { padding: 14px 18px; margin-bottom: 24px; }
.lp-founder-counter__label { font-size: 10px; margin-bottom: 4px; }
.lp-founder-counter__text { font-size: 13px; margin-bottom: 8px; }
.lp-founder-counter__inline {
    display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; margin: 0;
}
.lp-founder-counter__num,
.lp-founder-counter__remain {
    font-size: 20px; font-weight: 600; color: #d4a574; font-family: 'Inter', monospace;
}
.lp-founder-counter__sep { color: #444; font-size: 14px; }
.lp-founder-counter__unit { font-size: 13px; color: #666; margin-left: 2px; }

/* ⑦ THE PROBLEM 画像 */
.lp-problem__img-wrap { margin-top: 40px; }
.lp-problem__img { width: 100%; border-radius: 4px; }

/* ⑪ HOW IT WORKS リード文 */
.lp-how__lead { font-size: 15px; line-height: 1.9; color: #888; margin-bottom: 40px; }

/* ⑬ STEP SVGアニメーション */
.lp-how__step-visual { margin-bottom: 16px; text-align: center; }
.lp-how-svg { width: 100%; max-width: 160px; height: auto; }
.lp-how__steps { justify-content: center !important; align-items: stretch !important; }
.lp-how__step {
    flex: 1 1 160px !important; max-width: 200px !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important; text-align: center !important;
}

/* ⑭ FOR SAFETY SVG */
.lp-safety__visual { margin-top: 40px; text-align: center; }
.lp-safety-svg { width: 100%; max-width: 320px; height: auto; }

/* ⑮ REAL SCENES カード画像 */
.lp-scene-card__img-wrap { margin: -32px -28px 20px; overflow: hidden; }
.lp-scene-card__img { width: 100%; height: 160px; object-fit: cover; display: block; }

/* ⑯ FINAL ロゴ */
.lp-final-logo { text-align: center; margin-top: 64px; padding-top: 48px; border-top: 1px solid #2a2a2a; }
.lp-final-logo__img { height: 200px; width: auto; opacity: 0.9; }

/* ④ スマホFVレイアウト */
@media (max-width: 768px) {
    .lp-fv__inner { display: flex !important; flex-direction: column !important; }
    .lp-fv__visual { order: 3; margin: 24px 0; }
    .lp-fv__copy { order: 2; }
    .lp-fv__img-caption { display: none; }
    .lp-how__step { max-width: 100% !important; flex: 1 1 100% !important; }
    .lp-how-svg { max-width: 120px; }
}

/* ==========================================
   Founder LP v4.0 第2回フィードバック反映
   2026-03-29
========================================== */

/* セクションラベル inline修正 */
.lp-sec-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.lp-sec-slash-img {
    height: 14px !important;
    width: auto !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

/* FV全体 */
.lp-fv { background: #000 !important; padding: 0 0 64px !important; min-height: auto !important; display: block !important; }
.lp-fv__logo { padding: 32px 24px 0; text-align: left; }
.lp-fv__logo-img { height: 150px; width: auto; display: block; }
.lp-fv__inner { max-width: 1080px; margin: 0 auto; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 48px; align-items: start; padding: 32px 32px 0; }
.lp-fv__date { font-size: 13px; color: #666; letter-spacing: 0.15em; margin-bottom: 4px; font-family: 'Inter', monospace; }
.lp-fv__subtitle { font-size: 14px; color: #888; letter-spacing: 0.1em; margin-bottom: 24px; }
.lp-fv__title { font-size: 42px !important; }
.lp-fv__visual--mobile { display: none; margin: 20px 0 28px; }
.lp-fv__right { display: block; }

@media (max-width: 768px) {
    .lp-fv { padding: 0 0 48px !important; }
    .lp-fv__logo { padding: 24px 20px 0; }
    .lp-fv__logo-img { height: 120px; }
    .lp-fv__inner { grid-template-columns: 1fr !important; gap: 0 !important; padding: 20px 20px 0; }
    .lp-fv__title { font-size: 32px !important; }
    .lp-fv__visual--mobile { display: block !important; }
    .lp-fv__right { display: none !important; }
}

/* HOW IT WORKS SVGサイズ統一・拡大 */
.lp-how__step-visual { margin-bottom: 20px; text-align: center; width: 100%; }
.lp-how-svg { width: 200px !important; height: 160px !important; display: block; margin: 0 auto; max-width: none !important; }
@media (max-width: 768px) {
    .lp-how-svg { width: 240px !important; height: 192px !important; }
}

/* FOR SAFETY SVGサイズ拡大 */
.lp-safety__visual { margin-top: 40px; text-align: center; overflow-x: auto; }
.lp-safety-svg { width: 100% !important; max-width: 480px !important; height: auto !important; min-width: 320px; }

/* REAL SCENES 画像トリミング上端固定 */
.lp-scene-card__img {
    height: 200px !important;
    object-position: top center !important;
}

/* FINAL CTA ロゴセンタリング */
.lp-final-logo {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.lp-final-logo__img {
    display: block !important;
    margin: 0 auto !important;
}

/* FVロゴ コンテンツエリア内に収める */
.lp-fv__logo {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 32px 32px 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .lp-fv__logo { padding: 24px 20px 0 !important; }
}

/* HOW IT WORKS SVGセンタリング */
.lp-how__step {
    justify-content: flex-start !important;
}
.lp-how__step-visual {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.lp-how-svg {
    margin: 0 auto !important;
}

/* === IZNM Footer Bar === */
.iznm-footer-bar {
  background: var(--iznm-black);
  border-top: 1px solid var(--iznm-border-dark);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.iznm-footer-bar .iznm-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  border-top: none;
  padding: 0;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
}
.iznm-footer-bar .iznm-footer-links a {
  color: var(--iznm-text-muted);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--iznm-transition-normal);
  display: inline;
  margin: 0;
}
.iznm-footer-bar .iznm-footer-links a:hover { color: var(--iznm-text-sub); }
.iznm-footer-bar .iznm-footer-copyright {
  color: var(--iznm-text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  border-top: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

/* GPカスタマイザーのCopyright出力を非表示 */

@media (max-width: 768px) {
  .iznm-footer-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .iznm-footer-bar .iznm-footer-links { justify-content: center; }
  .iznm-footer-bar .iznm-footer-copyright { text-align: center; }
}

/* === No.10 Standard月額 非アクティブ化 (5/1公開予定) === */
.lp-btn--secondary[href*="standard-monthly"] {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.lp-btn--secondary[href*="standard-monthly"]:hover {
  opacity: 0.5;
  transform: none;
}
.lp-monthly-coming {
  display: block;
  font-size: 11px;
  color: #888888;
  letter-spacing: 0.05em;
  margin-top: 2px;
  text-align: center;
}

/* === No.22 LP Mock Screens === */
.lp-mock-screen {
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 14px;
    max-width: 200px;
    margin: 8px auto 0;
    font-family: var(--iznm-font-ja);
}
.lp-mock-header {
    font-size: 9px;
    color: #666;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 6px;
    margin-bottom: 10px;
    text-align: center;
}
.lp-mock-qr-area { text-align: center; padding: 8px 0; }
.lp-mock-qr-box {
    width: 48px; height: 48px;
    background: repeating-linear-gradient(0deg,#333 0,#333 4px,transparent 4px,transparent 8px),
                repeating-linear-gradient(90deg,#333 0,#333 4px,transparent 4px,transparent 8px);
    margin: 0 auto 6px;
    border: 1px solid #444;
}
.lp-mock-qr-label { font-size: 9px; color: #555; letter-spacing: 0.15em; }
.lp-mock-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 1px solid #444;
    margin: 0 auto 6px;
}
.lp-mock-avatar-sm {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 1px solid #444;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.lp-mock-name {
    font-size: 11px; color: #ccc;
    text-align: center; letter-spacing: 0.15em;
    margin-bottom: 3px;
}
.lp-mock-badge {
    font-size: 9px; color: var(--iznm-gold);
    text-align: center; letter-spacing: 0.1em;
    margin-bottom: 8px;
}
.lp-mock-sns {
    display: flex; gap: 6px; justify-content: center;
    margin-bottom: 8px;
}
.lp-mock-sns-icon {
    font-size: 8px; color: #777;
    border: 1px solid #333; padding: 2px 5px;
    border-radius: 3px;
}
.lp-mock-etch-btn {
    background: #1a1a1a;
    border: 1px solid #555;
    color: #ccc;
    font-size: 10px;
    letter-spacing: 0.2em;
    padding: 7px 0;
    border-radius: 3px;
    text-align: center;
    transition: opacity 0.5s;
}
.lp-mock-etched { border-color: var(--iznm-gold) !important; color: var(--iznm-gold) !important; }
.lp-mock-etch-arrow, .lp-mock-em-arrow {
    text-align: center; color: #444;
    font-size: 14px; margin: 5px 0;
}
.lp-mock-etch-date {
    font-size: 8px; color: #555;
    text-align: center; margin-top: 5px;
    letter-spacing: 0.08em;
}
.lp-mock-connection {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 0; border-bottom: 1px solid #1f1f1f;
}
.lp-mock-conn-info { display: flex; flex-direction: column; }
.lp-mock-conn-name { font-size: 10px; color: #ccc; letter-spacing: 0.08em; }
.lp-mock-conn-date { font-size: 8px; color: #555; margin-top: 2px; }
.lp-mock-em-label {
    font-size: 9px; color: #777;
    letter-spacing: 0.1em; margin-bottom: 8px; text-align: center;
}
.lp-mock-em-red { color: #c0392b !important; }
.lp-mock-em-pw-field {
    background: #0a0a0a; border: 1px solid #333;
    color: #ccc; font-size: 11px;
    padding: 7px; border-radius: 3px;
    text-align: center; letter-spacing: 0.25em;
    margin-bottom: 7px;
}
.lp-mock-em-btn {
    background: var(--iznm-green-deep); color: #fff;
    font-size: 10px; padding: 7px;
    border-radius: 3px; text-align: center;
    letter-spacing: 0.1em;
}
.lp-mock-emergency-info { margin-top: 8px; }
.lp-mock-em-info-row {
    font-size: 10px; color: #ccc;
    padding: 5px 0; border-bottom: 1px solid #1f1f1f;
    letter-spacing: 0.04em;
}

/* === No.23 founder-lp CTAボタン サイズ統一 === */
.lp-cta-group .lp-btn {
    min-height: 52px;
    min-width: 200px;
    padding: 14px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 0.15em;
}

/* === No.24 フッター全幅背景色修正 === */
.iznm-footer-bar {
    background: var(--iznm-black) !important;
}

/* === No.24追加 founder-lp (page-blank) レイアウト修正 === */

/* page-blank テンプレートの body/site-content を全幅対応 */

/* FV・Final CTA 全幅 */
.page-id-54 .lp-fv,
.page-id-54 .lp-sec.lp-final-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
}

/* コンテンツ幅制限を解除 */

/* フッター（iznm-footer-copyright）全幅 */
.iznm-footer-copyright {
    width: 100%;
    background: #000 !important;
    padding: 16px 24px;
    text-align: center;
    font-size: 11px;
    color: #666;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}
.iznm-footer-copyright a {
    color: #666;
    text-decoration: none;
}

/* === 修正1: サイドバー非表示 === */
.widget-area,
#right-sidebar,
#left-sidebar {
    display: none !important;
}

/* === 修正2: /connections/ ETCHINGリスト === */
.iznm-connections {
    width: 100%;
    padding: 16px 24px;
}
.iznm-connections h2 {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--iznm-text-muted);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--iznm-border-dark);
}
.iznm-connection-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.iznm-connection-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--iznm-border-dark);
    gap: 12px;
}
.iznm-connection-item a {
    color: var(--iznm-text-main);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.08em;
}
.iznm-connection-item a:hover { color: #fff; }
.iznm-etch-date {
    font-size: 10px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.1em;
    white-space: nowrap;
}

/* === 修正3: /edit-id-page/ フォームデザイン === */
.iznm-edit-form {
    width: 100%;
    padding: 16px 24px;
}
.iznm-edit-form h2 {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--iznm-text-muted);
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--iznm-border-dark);
}
.iznm-edit-form input[type="text"],
.iznm-edit-form input[type="url"],
.iznm-edit-form input[type="tel"],
.iznm-edit-form textarea {
    width: 100%;
    background: var(--iznm-bg-raised);
    border: 1px solid var(--iznm-border-dark);
    border-radius: 4px;
    color: var(--iznm-text-main);
    padding: 12px 14px;
    font-size: 13px;
    font-family: var(--iznm-font-ja);
    box-sizing: border-box;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}
.iznm-edit-form input:focus,
.iznm-edit-form textarea:focus {
    outline: none;
    border-color: #555;
}
.iznm-edit-form label {
    display: block;
    font-size: 10px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.iznm-edit-form textarea {
    resize: vertical;
    min-height: 80px;
}
.iznm-form-actions {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.iznm-btn.iznm-btn-primary {
    background: var(--iznm-text-main);
    color: #000;
    border: none;
    padding: 12px 28px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    font-family: var(--iznm-font-ja);
    transition: opacity 0.2s;
}
.iznm-btn.iznm-btn-primary:hover { opacity: 0.8; }
.iznm-view-button {
    font-size: 11px;
    color: var(--iznm-text-muted);
    text-decoration: none;
    letter-spacing: 0.1em;
}
.iznm-view-button:hover { color: var(--iznm-text-sub); }

/* [削除B: 旧修正G削除済み] */
.iznm-notice-text {
    font-size: 11px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 16px;
    padding: 10px 14px;
    border: 1px solid var(--iznm-border-dark);
    border-radius: 4px;
}
.iznm-etch-starter-wrap {
    text-align: center;
    padding: 12px 0;
}
.iznm-etch-disabled-msg {
    font-size: 11px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.iznm-connections-upsell {
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px solid var(--iznm-border-dark);
    margin-bottom: 24px;
}
.iznm-connections-upsell p {
    font-size: 12px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

/* === 修正4: 全ページ共通 上部パディング縮小 === */
.iznm-id-page,
.iznm-edit-form,
.iznm-connections,
.iznm-my-account-wrap {
    padding-top: 16px !important;
}

/* [C: 旧修正5 削除済み] */

/* [E: 旧修正6 削除済み] */

/* [G: 旧上部マージン 削除済み] */

/* [D: 旧再修正フッター 削除済み] */

/* [削除A: 旧GP対策削除済み] */

/* === コンテンツ幅（iznm-custom対応版） === */
.iznm-id-page {
    width: 100%;
    padding: 16px 24px;
}
.iznm-connections {
    width: 100%;
    padding: 16px 24px;
}
.iznm-edit-form {
    width: 100%;
    padding: 16px 24px;
}

/* [F1: 旧GP content-area 削除済み] */

/* [F2: 旧GP content-area統合版 削除済み] */

/* ============================================
   iznm-custom テーマ レイアウト
   ============================================ */
.iznm-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--iznm-bg-deep);
    color: var(--iznm-text-main);
}
.iznm-header {
    background: var(--iznm-bg-deep);
    border-bottom: 1px solid var(--iznm-border-dark);
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}
.iznm-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iznm-header-logo { text-decoration: none; }
.iznm-logo-img { height: 28px; width: auto; max-width: 120px; }
.iznm-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}
.iznm-nav-menu li { margin: 0; }
.iznm-nav-menu a {
    color: var(--iznm-text-sub);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.1em;
    transition: color 0.2s;
}
.iznm-nav-menu a:hover { color: var(--iznm-text-main); }
.iznm-wrap {
    flex: 1 0 auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px 40px;
    box-sizing: border-box;
}
.iznm-main { width: 100%; }
.iznm-footer-copyright {
    flex-shrink: 0;
    width: 100%;
    background: var(--iznm-bg-deep);
    border-top: 1px solid var(--iznm-border-dark);
    padding: 16px 24px;
    text-align: center;
    font-size: 11px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.08em;
    box-sizing: border-box;
}
.iznm-footer-copyright a {
    color: var(--iznm-text-muted);
    text-decoration: none;
}
.page-blank .iznm-site,
.page-blank .iznm-wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* === ヘッダーロゴサイズ修正 === */
.iznm-header-logo img,
.iznm-logo-img {
    height: 28px !important;
    width: auto !important;
    max-width: 120px !important;
}

/* === GP Premium フッター重複非表示（divで出力される方を非表示） === */
div.iznm-footer-copyright {
    display: none !important;
}

/* === my-account プランヘッダー直接表記 === */
.iznm-plan-header {
    padding: 24px 0 16px;
    border-bottom: 1px solid var(--iznm-border-dark);
    margin-bottom: 24px;
}
.iznm-plan-header-label {
    font-size: 10px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.iznm-plan-header-name {
    font-size: 20px;
    color: var(--iznm-text-main);
    letter-spacing: 0.1em;
    font-family: var(--iznm-font-ja);
    margin: 0;
}

/* === ハンバーガーメニュー === */
.iznm-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 200;
}
.iznm-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--iznm-text-main);
    transition: all 0.25s;
    transform-origin: center;
}
.iznm-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.iznm-hamburger.is-open span:nth-child(2) { opacity: 0; }
.iznm-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
    .iznm-hamburger { display: flex; }
    .iznm-nav-menu {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        background: var(--iznm-bg-deep);
        border-bottom: 1px solid var(--iznm-border-dark);
        flex-direction: column;
        gap: 0;
        padding: 8px 0;
        z-index: 150;
    }
    .iznm-nav-menu.is-open { display: flex; }
    .iznm-nav-menu li { width: 100%; }
    .iznm-nav-menu a {
        display: block;
        padding: 14px 24px;
        font-size: 13px;
        border-bottom: 1px solid var(--iznm-border-dark);
    }
}

/* === デザインシステム v3.0 サイズ・カラー統一 === */

/* 3-2: ラベル・ナビ 14px統一 */
.iznm-nav-menu a { font-size: var(--iznm-text-sm) !important; }
.iznm-edit-form label { font-size: var(--iznm-text-sm) !important; }
.iznm-plan-header-label { font-size: var(--iznm-text-sm) !important; }
.iznm-etch-disabled-msg { font-size: var(--iznm-text-sm) !important; }
.iznm-connections-upsell p { font-size: var(--iznm-text-sm) !important; }
.iznm-notice-text { font-size: var(--iznm-text-sm) !important; }

/* 3-3: キャプション・タイムスタンプ 12px統一 */
.iznm-footer-copyright { font-size: var(--iznm-text-xs) !important; }
.iznm-etch-date { font-size: var(--iznm-text-xs) !important; }

/* 3-5: 緊急情報カラー green-deep */
.lp-mock-em-red { color: var(--iznm-green-deep) !important; }

/* 3-5: フォームfocus blue */
.iznm-edit-form input:focus,
.iznm-edit-form textarea:focus { border-color: var(--iznm-blue) !important; }

/* 3-6: ETCHINGアクティブボタン red */

/* 3-7: 公開中ステータス — color強制（WCのCSSに負けないよう詳細度を上げる） */
.woocommerce-account .iznm-public-badge,
.woocommerce-page .iznm-public-badge,
.iznm-account-content-col .iznm-public-badge,
p.iznm-public-badge {
    color: #4CAF50 !important;
    -webkit-text-fill-color: #4CAF50 !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* ============================================
   WooCommerce IZNM デザイン統一
   ============================================ */

/* === WC ボタン === */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-Button,
.woocommerce-MyAccount-content .button {
    background: var(--iznm-text-main) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: var(--iznm-radius-md) !important;
    font-family: var(--iznm-font-ja) !important;
    font-size: var(--iznm-text-sm) !important;
    padding: 10px 20px !important;
    letter-spacing: 0.05em !important;
    transition: opacity var(--iznm-transition-normal) !important;
    box-shadow: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .woocommerce-Button:hover {
    background: var(--iznm-text-main) !important;
    color: #000000 !important;
    opacity: 0.8 !important;
}

/* === WC フォーム入力 === */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce .woocommerce-Input,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"] {
    background: var(--iznm-bg-raised) !important;
    color: var(--iznm-text-main) !important;
    border: 1px solid var(--iznm-border-dark) !important;
    border-radius: var(--iznm-radius-md) !important;
    font-family: var(--iznm-font-ja) !important;
    font-size: var(--iznm-text-sm) !important;
    padding: 10px 14px !important;
    box-shadow: var(--iznm-shadow-input) !important;
    box-sizing: border-box !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus {
    border-color: var(--iznm-blue) !important;
    outline: none !important;
}

/* === WC フォームラベル === */
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: var(--iznm-text-muted) !important;
    font-family: var(--iznm-font-ja) !important;
    font-size: var(--iznm-text-sm) !important;
    letter-spacing: 0.08em !important;
    font-weight: var(--iznm-font-normal) !important;
}

/* === WC テーブル === */
.woocommerce table.shop_table,
.woocommerce-orders-table {
    border: 1px solid var(--iznm-border-dark) !important;
    background: transparent !important;
    font-family: var(--iznm-font-ja) !important;
    font-size: var(--iznm-text-sm) !important;
}
.woocommerce table.shop_table th,
.woocommerce-orders-table__header {
    background: var(--iznm-bg-raised) !important;
    color: var(--iznm-text-muted) !important;
    font-size: var(--iznm-text-sm) !important;
    font-weight: var(--iznm-font-medium) !important;
    letter-spacing: 0.08em !important;
    border-bottom: 1px solid var(--iznm-border-dark) !important;
    padding: 12px 16px !important;
}
.woocommerce table.shop_table td,
.woocommerce-orders-table__cell {
    color: var(--iznm-text-main) !important;
    border-bottom: 1px solid var(--iznm-border-dark) !important;
    padding: 12px 16px !important;
    font-size: var(--iznm-text-sm) !important;
}

/* === WC 通知メッセージ === */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    font-family: var(--iznm-font-ja) !important;
    font-size: var(--iznm-text-sm) !important;
    border-radius: var(--iznm-radius-md) !important;
    border-top: none !important;
    padding: 12px 16px !important;
}
.woocommerce-message {
    background: var(--iznm-bg-raised) !important;
    color: var(--iznm-text-main) !important;
    border-left: 3px solid var(--iznm-green) !important;
}
.woocommerce-error {
    background: var(--iznm-bg-raised) !important;
    color: var(--iznm-text-main) !important;
    border-left: 3px solid var(--iznm-red) !important;
}
.woocommerce-info {
    background: var(--iznm-bg-raised) !important;
    color: var(--iznm-text-main) !important;
    border-left: 3px solid var(--iznm-blue) !important;
}

/* === WooCommerce ログイン・登録フォーム === */
.woocommerce-account .woocommerce {
    max-width: var(--iznm-width-max);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
.woocommerce .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .woocommerce .col2-set { grid-template-columns: 1fr; }
}
.woocommerce .u-column1,
.woocommerce .u-column2 {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    min-width: 0;
}
.woocommerce-form-login,
.woocommerce-form-register {
    background: var(--iznm-bg-raised);
    border: 1px solid var(--iznm-border-dark);
    border-radius: var(--iznm-radius-md);
    padding: 32px;
    box-shadow: var(--iznm-shadow-card);
    box-sizing: border-box;
    width: 100%;
}
.woocommerce-form-login h2,
.woocommerce-form-register h2 {
    font-size: var(--iznm-text-xl);
    color: var(--iznm-text-main);
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    font-family: var(--iznm-font-ja);
    font-weight: var(--iznm-font-medium);
}
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
    margin-bottom: 16px;
}
.woocommerce-form-login label,
.woocommerce-form-register label {
    display: block;
    color: var(--iznm-text-muted);
    font-size: var(--iznm-text-sm);
    font-family: var(--iznm-font-ja);
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="password"] {
    background: var(--iznm-bg-deep);
    color: var(--iznm-text-main);
    border: 1px solid var(--iznm-border-dark);
    border-radius: var(--iznm-radius-sm);
    font-family: var(--iznm-font-ja);
    font-size: var(--iznm-text-sm);
    padding: 10px 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color var(--iznm-transition-normal);
}
.woocommerce-form-login input:focus,
.woocommerce-form-register input:focus {
    border-color: var(--iznm-blue);
    outline: none;
}
.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"] {
    background: var(--iznm-text-main);
    color: #000000;
    border: none;
    border-radius: var(--iznm-radius-md);
    font-family: var(--iznm-font-ja);
    font-size: var(--iznm-text-sm);
    padding: 10px 24px;
    cursor: pointer;
    letter-spacing: 0.08em;
    transition: opacity var(--iznm-transition-normal);
    margin-top: 8px;
}
.woocommerce-form-login button[type="submit"]:hover,
.woocommerce-form-register button[type="submit"]:hover {
    opacity: 0.8;
}
.woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: var(--iznm-text-xs);
    color: var(--iznm-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}
.woocommerce-form-login .lost_password a {
    color: var(--iznm-blue);
    font-size: var(--iznm-text-sm);
    text-decoration: none;
}
.woocommerce-form-login .lost_password a:hover { opacity: 0.8; }

/* WC col2-set 固定px上書き強制解除 */
.woocommerce-account .woocommerce .col2-set,
.woocommerce .col2-set.col-2,
body .woocommerce .col2-set {
    grid-template-columns: 1fr 1fr !important;
    max-width: 100% !important;
    width: 100% !important;
}
@media (max-width: 768px) {
    .woocommerce-account .woocommerce .col2-set,
    .woocommerce .col2-set.col-2,
    body .woocommerce .col2-set {
        grid-template-columns: 1fr !important;
    }
}

/* ログイン・登録ページ中央配置 */
.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* inputのbg-deep適用（password・オートフィル対策） */
.woocommerce-form-login .woocommerce-Input,
.woocommerce-form-register .woocommerce-Input,
.woocommerce-form-login input[type="password"],
.woocommerce-form-register input[type="password"],
#username,
#password,
#reg_email {
    background: var(--iznm-bg-deep) !important;
    color: var(--iznm-text-main) !important;
    border: 1px solid var(--iznm-border-dark) !important;
    -webkit-text-fill-color: var(--iznm-text-main) !important;
    box-shadow: inset 0 0 0 9999px var(--iznm-bg-deep) !important;
}

/* パスワード表示ボタン（ログイン・登録フォームのみ） */
.woocommerce-form-login .show-password-input,
.woocommerce-form-register .show-password-input {
    background: transparent;
    border: none;
    color: var(--iznm-text-muted);
    cursor: pointer;
    padding: 0 8px;
    font-size: var(--iznm-text-sm);
}
.show-password-input::after {
    content: none;
    display: none;
}

/* パスワードフィールドラッパー */
.woocommerce-form-login .password-input,
.woocommerce-form-register .password-input {
    position: relative;
    display: block;
}
.woocommerce-form-login .password-input input,
.woocommerce-form-register .password-input input {
    padding-right: 40px !important;
}

/* WC grid/input 最高詳細度上書き（保険） */
html body .woocommerce .col2-set,
html body.woocommerce-account .col2-set {
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    html body .woocommerce .col2-set,
    html body.woocommerce-account .col2-set {
        grid-template-columns: 1fr !important;
    }
}
html body .woocommerce-form-login input,
html body .woocommerce-form-register input,
html body #username,
html body #password,
html body #reg_email {
    background-color: #1a1a1a !important;
    background: #1a1a1a !important;
    box-shadow: inset 0 0 0 9999px #1a1a1a !important;
    -webkit-text-fill-color: #dddddd !important;
    color: #dddddd !important;
}

/* === ログイン・登録フォーム 仕上げ === */
.woocommerce-account:not(.logged-in) .woocommerce {
    padding-top: 48px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/* === アバター画像アップロードUI === */
.iznm-avatar-preview{width:72px;height:72px;border-radius:50%;overflow:hidden;border:1.5px solid var(--iznm-border-dark);background:var(--iznm-bg-deep);margin:0 auto 12px;display:flex;align-items:center;justify-content:center}
.iznm-avatar-preview-img{width:100%;height:100%;object-fit:cover;display:block}
.iznm-avatar-preview--default{padding:0;}
.iznm-avatar-preview-default-img{width:100%;height:100%;object-fit:contain;opacity:.5}
.iznm-avatar-file-input{display:none}
.iznm-avatar-upload-btn{display:inline-block;padding:8px 20px;background:transparent;border:1px solid var(--iznm-border-light,#333);border-radius:var(--iznm-radius-md);color:var(--iznm-text-sub);font-size:var(--iznm-text-sm);letter-spacing:.08em;cursor:pointer;transition:border-color var(--iznm-transition-normal),color var(--iznm-transition-normal);font-family:var(--iznm-font-ja)}
.iznm-avatar-upload-btn:hover{border-color:var(--iznm-text-sub);color:var(--iznm-text-main)}
.iznm-avatar-delete-btn{display:inline-block;padding:6px 14px;background:transparent;border:1px solid var(--iznm-border-dark);border-radius:var(--iznm-radius-md);color:var(--iznm-text-muted);font-size:var(--iznm-text-xs);letter-spacing:.08em;cursor:pointer;margin-left:8px;font-family:var(--iznm-font-ja)}
.iznm-avatar-delete-btn:hover{border-color:var(--iznm-red);color:var(--iznm-red)}
.iznm-avatar-hint{font-size:var(--iznm-text-xs);color:var(--iznm-text-muted);margin-top:6px;letter-spacing:.05em;text-align:center}

/* ============================================================
   IZNM ID Page Design v1.0
   ============================================================ */

.iznm-id-page {
    max-width: 390px;
    margin: 0 auto;
    padding: 28px 20px 64px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}
.iznm-id-card {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
.iznm-card-avatar {
    width: 72px; height: 72px;
    border-radius: 50%; object-fit: cover;
    display: block; margin: 0 auto 14px;
    border: 1.5px solid #2a2a2a; background: #1a1a1a;
}
.iznm-card-logo-direct {
    width: 72px; height: 72px;
    border-radius: 50%; background: #1a1a1a;
    border: 1.5px solid #2a2a2a;
    display: block; margin: 0 auto 14px;
    object-fit: cover;
}
.iznm-card-content {
    background: transparent; border: none;
    box-shadow: none; padding: 0; text-align: center;
}
.iznm-card-meta {
    display: flex; flex-direction: column;
    align-items: center; gap: 6px; margin-bottom: 16px;
}
.iznm-card-id-tag {
    font-size: 10px; color: var(--iznm-text-muted);
    letter-spacing: 0.18em; text-transform: uppercase; display: block;
}
.iznm-founder-emblem {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 10px; color: var(--iznm-gold);
    letter-spacing: 0.12em; text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--iznm-gold);
    padding: 3px 10px; border-radius: 2px;
    background: transparent; box-shadow: none;
    transition: opacity var(--iznm-transition-normal);
}
.iznm-founder-emblem:hover { opacity: 0.8; color: var(--iznm-gold); }
.iznm-founder-slash-img {
    width: 8px; height: 13px;
    display: inline-block; margin: 0; padding: 0;
    background: none; border: none; border-radius: 0;
    vertical-align: middle; object-fit: contain;
}
.iznm-card-name {
    font-size: 20px; font-weight: 600;
    color: var(--iznm-text-main); letter-spacing: 0.04em;
    margin: 0 0 4px; text-align: center; line-height: 1.3;
}
.iznm-card-handle {
    font-size: var(--iznm-text-sm); color: var(--iznm-text-muted);
    letter-spacing: 0.04em; text-align: center; margin-bottom: 0;
}
.iznm-card-bio {
    font-size: var(--iznm-text-sm); color: var(--iznm-text-muted);
    text-align: center; line-height: 1.7; margin-top: 10px;
}

/* SNSグリッド */
.iznm-sns-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 6px; margin-top: 22px;
}
.iznm-sns-tag {
    display: flex; align-items: center; justify-content: center;
    aspect-ratio: 1; min-height: 56px;
    background: #1a1a1a; border: 1px solid #232323;
    border-radius: 10px; padding: 0; text-decoration: none;
    font-size: 0; color: transparent;
    transition: border-color var(--iznm-transition-fast);
    box-sizing: border-box;
}
.iznm-sns-tag:hover { border-color: var(--iznm-blue); }
.iznm-sns-tag:hover::before {
    filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(500%) hue-rotate(185deg) brightness(90%);
}
.iznm-sns-tag::before {
    content: ""; display: block; width: 26px; height: 26px;
    background-size: contain; background-repeat: no-repeat;
    background-position: center;
}
.iznm-sns-tag[data-sns="instagram"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-instagram.png"); }
.iznm-sns-tag[data-sns="x"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-x.png"); }
.iznm-sns-tag[data-sns="tiktok"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-tiktok.png"); }
.iznm-sns-tag[data-sns="threads"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-threads.png"); }
.iznm-sns-tag[data-sns="youtube"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-youtube.png"); }
.iznm-sns-tag[data-sns="line"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-line.png"); }
.iznm-sns-tag[data-sns="website"]::before { background-image: url("https://iznm.jp/wp-content/uploads/2026/04/sns-website.png"); }

/* ETCHINGボタン */
.iznm-etch-form { margin-top: 28px; }
.iznm-etch-btn {
    display: block; width: 100%; height: 52px; line-height: 52px;
    padding: 0; background: var(--iznm-red); color: #fff;
    border: none; border-radius: 999px;
    font-size: var(--iznm-text-base); font-weight: 500;
    letter-spacing: 0.15em; text-align: center;
    cursor: pointer; transition: opacity var(--iznm-transition-normal);
    box-sizing: border-box; text-decoration: none;
    font-family: var(--iznm-font-ja);
}
.iznm-etch-btn:hover { opacity: 0.85; color: #fff; }
.iznm-etch-sub-text {
    text-align: center; font-size: var(--iznm-text-xs);
    color: var(--iznm-text-muted); letter-spacing: 0.06em; margin-top: 8px;
}
.iznm-etch-done-card {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 52px;
    border: 1px solid var(--iznm-green); border-radius: 999px;
    color: var(--iznm-green); font-size: var(--iznm-text-sm);
    letter-spacing: 0.15em; background: transparent;
    box-sizing: border-box; font-family: var(--iznm-font-ja);
}
.iznm-etch-done-date {
    text-align: center; font-size: var(--iznm-text-xs);
    color: var(--iznm-text-muted); letter-spacing: 0.08em; margin-top: 6px;
}
.iznm-etch-starter-wrap { text-align: center; padding: 10px 0 0; }
.iznm-etch-starter-txt {
    font-size: var(--iznm-text-xs); color: var(--iznm-text-muted);
    letter-spacing: 0.05em; margin-bottom: 6px;
}
.iznm-etch-starter-link {
    font-size: var(--iznm-text-xs); color: var(--iznm-blue);
    text-decoration: none; letter-spacing: 0.05em;
}
.iznm-etch-starter-link:hover { opacity: 0.7; }
.iznm-etch-ghost-btn {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    width: 100%; min-height: 52px; padding: 12px 20px;
    background: transparent; border: 1px solid var(--iznm-border-light);
    border-radius: 999px; text-decoration: none; cursor: pointer;
    box-sizing: border-box;
    transition: opacity var(--iznm-transition-normal); margin-top: 28px;
}
.iznm-etch-ghost-btn:hover { opacity: 0.7; }
.iznm-etch-ghost-main { font-size: var(--iznm-text-sm); color: var(--iznm-text-sub); letter-spacing: 0.08em; }
.iznm-etch-ghost-sub { font-size: var(--iznm-text-xs); color: var(--iznm-text-muted); margin-top: 2px; }

/* 緊急情報 */
.iznm-em-box {
    margin-top: 28px; background: transparent; border: none;
    border-left: 2px solid var(--iznm-green-deep);
    border-radius: 0; padding: 12px 16px; box-shadow: none;
}
.iznm-em-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.iznm-em-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--iznm-green-deep); flex-shrink: 0; display: inline-block; }
.iznm-em-title { font-size: 12px; color: var(--iznm-green-deep); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; }
.iznm-em-label { font-size: 11px; color: var(--iznm-text-muted); display: block; margin-bottom: 12px; letter-spacing: 0.03em; line-height: 1.5; }
.iznm-pw-boxes { display: flex; gap: 6px; margin-bottom: 10px; }
.iznm-pw-input {
    flex: 1; height: 38px; background: var(--iznm-bg-deep);
    border: 1px solid var(--iznm-border-dark); border-radius: var(--iznm-radius-sm);
    color: var(--iznm-text-main); font-size: var(--iznm-text-base);
    text-align: center; letter-spacing: 0.2em;
}
.iznm-pw-input:focus { border-color: var(--iznm-green-deep); outline: none; }
.iznm-em-submit {
    width: 100%; padding: 10px 0; background: var(--iznm-green-deep);
    color: #fff; border: none; border-radius: var(--iznm-radius-md);
    font-size: var(--iznm-text-sm); letter-spacing: 0.1em;
    cursor: pointer; transition: opacity var(--iznm-transition-normal);
    display: block; font-family: var(--iznm-font-ja);
}
.iznm-em-submit:hover { opacity: 0.85; }
.iznm-em-result-body { padding: 4px 0; }
.iznm-em-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--iznm-border-dark); font-size: 12px; gap: 8px; }
.iznm-em-row:last-child { border-bottom: none; }
.iznm-em-k { color: var(--iznm-text-muted); flex-shrink: 0; }
.iznm-em-v { color: var(--iznm-text-main); text-align: right; font-size: 11px; line-height: 1.5; }

/* 本人通知・ステータス */
.iznm-own-page-notice { text-align: center; font-size: var(--iznm-text-xs); color: var(--iznm-text-muted); padding: 6px 0; margin-bottom: 16px; border-bottom: 1px solid var(--iznm-border-dark); }
.iznm-public-badge { color: var(--iznm-blue); font-size: var(--iznm-text-xs); background: transparent !important; }
.iznm-private-badge { color: var(--iznm-text-muted); font-size: var(--iznm-text-xs); }
.iznm-own-bar { display: flex; gap: 10px; margin-top: 24px; width: 100%; }
.iznm-own-btn {
    flex: 1; display: flex; align-items: center; justify-content: center;
    min-height: 44px; padding: 10px 8px;
    text-align: center; border: 1px solid var(--iznm-border-light);
    border-radius: var(--iznm-radius-md); color: var(--iznm-text-muted);
    font-size: var(--iznm-text-sm); letter-spacing: 0.08em;
    text-decoration: none; font-family: var(--iznm-font-ja);
    line-height: 1.3; word-break: keep-all;
    transition: border-color var(--iznm-transition-normal), color var(--iznm-transition-normal);
    cursor: pointer; background: transparent; box-sizing: border-box;
}
.iznm-own-btn:hover { border-color: var(--iznm-text-sub); color: var(--iznm-text-main); }
.iznm-own-btn.iznm-btn-disabled {
    border-color: var(--iznm-border-dark);
    color: var(--iznm-border-dark);
    cursor: not-allowed;
    pointer-events: none;
}
.iznm-button-icon { margin-right: 4px; font-size: 12px; }
.iznm-connections-link { display: block; text-align: center; font-size: var(--iznm-text-sm); color: var(--iznm-text-muted); letter-spacing: 0.08em; margin-top: 16px; text-decoration: none; }
.iznm-connections-link:hover { opacity: 0.7; color: var(--iznm-text-sub); }
.iznm-upsell-btn {
    display: block; width: 100%; height: 52px; line-height: 52px;
    text-align: center; background: var(--iznm-text-main); color: #000;
    border: none; border-radius: 999px; font-size: var(--iznm-text-sm);
    letter-spacing: 0.1em; text-decoration: none; margin-top: 12px;
    transition: opacity var(--iznm-transition-normal); box-sizing: border-box;
    font-family: var(--iznm-font-ja);
}
.iznm-upsell-btn:hover { opacity: 0.8; color: #000; }
.iznm-notice-text {
    font-size: 11px; color: var(--iznm-text-muted); letter-spacing: 0.05em;
    line-height: 1.6; margin-bottom: 16px; padding: 10px 14px;
    border: 1px solid var(--iznm-border-dark); border-radius: var(--iznm-radius-md);
}

/* WooCommerce my-account ナビゲーション（上書き） */
.woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 24px;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    border: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 6px 14px;
    font-size: var(--iznm-text-sm);
    font-family: var(--iznm-font-ja);
    color: var(--iznm-text-sub);
    letter-spacing: 0.08em;
    text-decoration: none;
    border: 1px solid var(--iznm-border-dark);
    border-radius: var(--iznm-radius-md);
    transition: color var(--iznm-transition-normal), border-color var(--iznm-transition-normal);
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--iznm-text-main);
    border-color: var(--iznm-border-light);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--logout a {
    color: var(--iznm-border-light);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--logout a:hover {
    color: var(--iznm-red);
    border-color: var(--iznm-red);
}

/* === IDページ編集タイトル === */
.iznm-page-title {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--iznm-text-muted);
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--iznm-border-dark);
    font-family: var(--iznm-font-ja);
    font-weight: 400;
}

/* === アカウント詳細 表示名フォロー文言 === */
.iznm-field-hint {
    display: block;
    font-size: 11px;
    color: var(--iznm-text-muted);
    margin-top: 6px;
    letter-spacing: 0.03em;
    font-style: normal;
}

/* === 住所サマリーカード テキスト色 === */
.wc-block-components-address-card address,
.wc-block-components-address-card address span,
.wc-block-components-address-card__address-section,
.wc-block-components-address-card__address-section:nth-child(2),
.wc-block-checkout .wc-block-components-address-card span {
    color: #aaaaaa !important;
    -webkit-text-fill-color: #aaaaaa !important;
}

/* === my-account 2カラムレイアウト === */
.iznm-account-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}
@media (min-width: 769px) {
    .iznm-account-layout {
        display: grid !important;
        grid-template-columns: 220px 1fr !important;
        gap: 40px !important;
        align-items: flex-start !important;
    }
    .iznm-account-top.iznm-account-layout {
        display: grid !important;
        flex-direction: unset !important;
        max-width: 1100px !important;
    }
}
.iznm-account-nav-col .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.iznm-account-nav-col .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 4px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid var(--iznm-border-dark);
    border-radius: 0;
    background: transparent;
    color: var(--iznm-text-muted);
    letter-spacing: 0.08em;
    text-decoration: none;
}
.iznm-account-nav-col .woocommerce-MyAccount-navigation ul li.is-active a,
.iznm-account-nav-col .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--iznm-text-main);
    border-bottom-color: var(--iznm-border-light);
    background: transparent;
}

/* cache-bust: 1775121614 */

/* === A-2: チェックアウトフォーム視認性（白系） === */
.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-select select,
.wc-block-checkout .wc-block-components-country-input input,
.wc-block-checkout input[type="text"],
.wc-block-checkout input[type="email"],
.wc-block-checkout input[type="tel"],
.wc-block-checkout select {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #cccccc !important;
}
.wc-block-checkout .wc-block-components-text-input input::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
}
.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-block-components-select label,
.wc-block-checkout label {
    color: #111111 !important;
}
.wc-block-components-notice--error,
.wc-block-components-validation-error,
.woocommerce-error,
.wc-block-checkout .wc-block-components-notice {
    background-color: #fff3f3 !important;
    color: #111111 !important;
    border-color: #ffcccc !important;
}
.wc-block-components-notice--error p,
.wc-block-components-validation-error p,
.woocommerce-error li {
    color: #111111 !important;
}

/* === B-4: 緊急情報左寄せ === */
.iznm-em-result-body,
.iznm-em-row,
.iznm-em-k,
.iznm-em-v {
    text-align: left !important;
}

/* === C-1: アバターcover === */
.iznm-avatar-preview img,
.iznm-avatar-img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* [E-1 旧ブロック: css-3に統合のため削除] */

/* === E-3: カードボーダー区切り === */
.iznm-account-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--iznm-border-dark) !important;
    border-radius: 0 !important;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
}

/* === E-5: 注文履歴 表示ボタン === */
.woocommerce-orders-table__cell-order-actions .button {
    display: inline-block !important;
    padding: 6px 14px !important;
    background: #222222 !important;
    color: #9A9A9A !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

/* === E-6: 住所 編集リンク === */
.woocommerce-Address-title a,
.u-column1 .edit, .u-column2 .edit {
    display: inline-block !important;
    padding: 8px 16px !important;
    background: #222222 !important;
    color: #9A9A9A !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-top: 8px !important;
}

/* === E-7: 決済情報 重なり修正 === */
.woocommerce-PaymentMethods,
.woocommerce-MyAccount-payment-methods {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* サブページのWCデフォルトコンテンツコンテナを非表示（iznm-account-layoutが代替） */
.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    display: none !important;
}

/* プランヘッダー サブ行（IZNM ID番号・FOUNDERバッジ） */
.iznm-plan-header-sub {
    font-size: 8px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.1em;
    margin: 4px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* === 注文確定ボタン：視認性強制 === */
.wc-block-components-checkout-place-order-button.contained,
.wc-block-components-checkout-place-order-button {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #111111 !important;
    opacity: 1 !important;
}
.wc-block-components-checkout-place-order-button.contained:hover,
.wc-block-components-checkout-place-order-button:hover {
    background: #eeeeee !important;
    background-color: #eeeeee !important;
    color: #111111 !important;
}
.wc-block-components-checkout-place-order-button span,
.wc-block-components-checkout-place-order-button * {
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
}

/* === ログインフォーム チェックボックス === */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    color: #888888;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.woocommerce-form-login .woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 0;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid #666666;
    border-radius: 2px;
    position: relative;
}
.woocommerce-form-login .woocommerce-form__input-checkbox:checked {
    border-color: #dddddd;
}
.woocommerce-form-login .woocommerce-form__input-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: 2px solid #dddddd;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

/* === WooCommerce パスワード強度メーター非表示 === */
.woocommerce-account .woocommerce-password-strength,
.woocommerce-password-strength,
.woocommerce-password-hint {
    display: none !important;
}

/* === FOUNDER WALL v2 === */
body.page-template-page-blank:has(.iznm-founder-wall) .site-header,
body.page-template-page-blank:has(.iznm-founder-wall) .site-footer,
body.page-template-page-blank:has(.iznm-founder-wall) .iznm-footer-bar,
body.page-template-page-blank:has(.iznm-founder-wall) .generate-back-to-top {
    display: none !important;
}
body.page-template-page-blank:has(.iznm-founder-wall) .site-content,
body.page-template-page-blank:has(.iznm-founder-wall) .inside-page-hero {
    padding: 0 !important;
    margin: 0 !important;
}
#iznm-fw2-wrap {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: var(--iznm-black);
    overflow: hidden;
    z-index: 1000;
}
#iznm-fw2-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: block;
}
#iznm-fw2-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}
#iznm-fw2-title {
    font-family: var(--iznm-font-ja);
    font-size: clamp(0.6rem, 1.5vw, 0.8rem);
    font-weight: 400;
    letter-spacing: 0.3em;
    color: rgba(221,221,221,0.45);
    text-transform: uppercase;
    margin-bottom: 12px;
}
#iznm-fw2-headline {
    font-family: var(--iznm-font-ja);
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--iznm-text-main);
    margin-bottom: 16px;
}
#iznm-fw2-count {
    font-family: var(--iznm-font-ja);
    font-size: clamp(0.75rem, 2vw, 1rem);
    color: rgba(221,221,221,0.4);
    letter-spacing: 0.2em;
}
#iznm-fw2-count strong {
    color: var(--iznm-text-main);
    font-weight: 700;
    font-size: 1.2em;
}
#iznm-fw2-brand {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: auto;
}
#iznm-fw2-brand a {
    display: block;
    opacity: 0.3;
    transition: opacity 0.2s ease;
}
#iznm-fw2-brand a:hover { opacity: 0.65; }
#iznm-fw2-brand-img {
    height: 160px;
    width: auto;
    display: block;
}
#iznm-fw2-tooltip {
    position: fixed;
    background: rgba(20,20,20,0.96);
    border: 1px solid #444444;
    color: var(--iznm-text-main);
    font-family: var(--iznm-font-ja);
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 20;
    white-space: nowrap;
    transform: translate(-50%, -140%);
}
#iznm-fw2-tooltip.visible { opacity: 1; }

/* ══ サポートページ / 法務ページ (2026-04-09) ══ */
.iznm-legal-wrap { max-width: 800px; margin: 0 auto; padding: 48px 24px 80px; }
.iznm-legal-date { font-size: 12px; color: var(--iznm-text-muted); letter-spacing: 0.1em; margin-bottom: 32px; }
.iznm-legal-wrap h2 { font-size: 16px; font-weight: 700; color: var(--iznm-text-main); margin: 40px 0 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.iznm-legal-wrap p { font-size: 14px; color: var(--iznm-text-sub); line-height: 1.9; margin-bottom: 16px; }
.iznm-legal-wrap ul, .iznm-legal-wrap ol { font-size: 14px; color: var(--iznm-text-sub); line-height: 1.9; padding-left: 24px; margin-bottom: 16px; }
.iznm-legal-wrap li { margin-bottom: 6px; }
.iznm-tokushoho-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.iznm-tokushoho-table th { text-align: left; color: var(--iznm-text-muted); font-weight: 400; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); width: 35%; vertical-align: top; letter-spacing: 0.04em; }
.iznm-tokushoho-table td { color: var(--iznm-text-sub); padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); line-height: 1.8; vertical-align: top; }
.iznm-support-wrap { max-width: 800px; margin: 0 auto; padding: 48px 24px 80px; }
.iznm-support-header { margin-bottom: 56px; }
.iznm-support-header__label { font-size: 10px; letter-spacing: 0.4em; color: var(--iznm-text-muted); text-transform: uppercase; margin-bottom: 16px; }
.iznm-support-header__title { font-size: 28px; font-weight: 700; color: var(--iznm-text-main); margin-bottom: 12px; border: none; padding: 0; }
.iznm-support-header__lead { font-size: 14px; color: var(--iznm-text-sub); line-height: 1.8; margin: 0; }
.iznm-support-section { margin-bottom: 64px; }
.iznm-support-section__title { font-size: 11px; letter-spacing: 0.4em; color: var(--iznm-text-muted); text-transform: uppercase; margin-bottom: 32px; font-weight: 400; border: none; padding: 0; }
.iznm-support-section__lead { font-size: 14px; color: var(--iznm-text-sub); line-height: 1.8; margin-bottom: 24px; }
.iznm-faq-group { margin-bottom: 40px; }
.iznm-faq-group__title { font-size: 11px; letter-spacing: 0.2em; color: var(--iznm-text-muted); text-transform: uppercase; padding-bottom: 12px; margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-weight: 400; }
.iznm-faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
.iznm-faq-item summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-size: 14px; color: var(--iznm-text-main); line-height: 1.6; list-style: none; gap: 16px; }
.iznm-faq-item summary::-webkit-details-marker { display: none; }
.iznm-faq-item summary::after { content: '+'; font-size: 20px; color: var(--iznm-text-muted); flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
.iznm-faq-item[open] summary::after { transform: rotate(45deg); }
.iznm-faq-item__a { padding: 0 0 20px; }
.iznm-faq-item__a p { font-size: 13px; color: var(--iznm-text-sub); line-height: 1.9; margin: 0; }
.iznm-legal-links { display: flex; flex-direction: column; gap: 2px; }
.iznm-legal-link-card { display: flex; align-items: center; gap: 16px; padding: 20px 24px; background: var(--iznm-bg-raised); color: var(--iznm-text-main); text-decoration: none; transition: background 0.2s; }
.iznm-legal-link-card:hover { background: #333333; }
.iznm-legal-link-card__label { font-size: 9px; letter-spacing: 0.3em; color: var(--iznm-text-muted); text-transform: uppercase; flex-shrink: 0; width: 100px; }
.iznm-legal-link-card__title { font-size: 14px; color: var(--iznm-text-main); flex: 1; }
.iznm-legal-link-card__arrow { font-size: 14px; color: var(--iznm-text-muted); flex-shrink: 0; }
.iznm-support-contact { text-align: center; padding: 40px 24px; border-top: 1px solid rgba(255,255,255,0.06); }
.iznm-support-contact__text { font-size: 13px; color: var(--iznm-text-sub); margin-bottom: 20px; }
@media (max-width: 600px) { .iznm-tokushoho-table th, .iznm-tokushoho-table td { display: block; width: 100%; } .iznm-tokushoho-table th { border-bottom: none; padding-bottom: 4px; } .iznm-legal-link-card__label { display: none; } }

/* ================================================
   founder-lp 専用CSS（2026-04-10 HTMLブロック化対応）
   ================================================ */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg:       #0a0a0a;
  --bg-2:     #111111;
  --bg-3:     #181818;
  --text:     #dddddd;
  --sub:      #999999;
  --muted:    #555555;
  --border:   #1e1e1e;
  --border-2: #2a2a2a;
  --gold:     #c8a96e;
  --phone-radius: clamp(20px, 12%, 44px);
}
.si {
  display: inline-block;
  width: 10px; height: 10px;
  background: url('https://iznm.jp/wp-content/uploads/2026/03/iznm-logo-slash-w.png') center/contain no-repeat;
  opacity: 0.45; flex-shrink: 0;
}
.sec-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.42em;
  color: var(--muted); text-transform: uppercase;
  margin-bottom: 36px;
}
.btn {
  display: block; width: 100%;
  background: var(--text); color: #000;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 16px 24px; border: none; cursor: pointer;
  text-align: center;
  transition: opacity .2s;
}
.btn:hover { opacity: .82; }
.s1 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.s1-bg {
  position: absolute; inset: 0; z-index: 0;
}
.s1-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.s1-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(10,10,10,.55) 0%,
    rgba(10,10,10,.45) 50%,
    rgba(10,10,10,.75) 100%);
}
.s1-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: 0 28px 52px;
}
.s1-top-logo {
  position: absolute; top: 40px; left: 28px;
}
.s1-top-logo img { height: 32px; width: auto; }
.s1-video-box {
  position: absolute;
  top: 50%; right: 16px;
  transform: translateY(-50%);
  width: 35vw; max-width: 160px;
  border-radius: var(--phone-radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 32px rgba(0,0,0,.7);
}
.s1-video-box video { width: 100%; display: block; }
.s1-text { max-width: calc(58% - 20px); }
.s1-eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.42em;
  color: rgba(221,221,221,.6); text-transform: uppercase;
  margin-bottom: 16px;
}
.s1-h1 {
  font-size: clamp(26px, 6.5vw, 46px);
  font-weight: 900; line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.s1-lead {
  font-size: 13px; color: rgba(221,221,221,.8);
  line-height: 2; margin-bottom: 24px;
}
.s1-counter {
  background: rgba(10,10,10,.7);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  padding: 12px 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.s1-counter-label {
  font-size: 9px; letter-spacing: 0.14em;
  color: rgba(221,221,221,.5); line-height: 1.7; margin-bottom: 6px;
}
.s1-counter-num {
  font-size: 28px; font-weight: 700;
  color: var(--text); letter-spacing: -0.02em; line-height: 1;
}
.s1-counter-num span {
  font-size: 11px; font-weight: 400;
  color: rgba(221,221,221,.6); letter-spacing: 0.08em; margin-left: 4px;
}
.s1-price {
  font-size: 11px; letter-spacing: 0.12em;
  color: rgba(221,221,221,.5); margin-bottom: 8px;
}
.s1-shipping { font-size: 10px; letter-spacing: 0.12em; color: rgba(221,221,221,.5); margin-bottom: 20px; }
.s5-shipping { font-size: 11px; letter-spacing: 0.1em; color: rgba(221,221,221,.5); margin-bottom: 32px; }
.s9-shipping { font-size: 11px; letter-spacing: 0.1em; color: rgba(221,221,221,.5); margin-bottom: 32px; }
.s2 { background: var(--bg-2); padding: 80px 24px; }
.s2-inner { max-width: 800px; margin: 0 auto; }
.s2-h2 { font-size: clamp(22px, 5vw, 40px); font-weight: 700; line-height: 1.3; margin-bottom: 16px; }
.s2-lead { font-size: 14px; color: var(--sub); line-height: 2; margin-bottom: 56px; }
.s2-grid { display: flex; flex-direction: column; gap: 2px; }
.s2-card { background: var(--bg-3); padding: 36px 24px 40px; }
.s2-num { font-size: 10px; letter-spacing: 0.3em; color: var(--muted); margin-bottom: 12px; }
.s2-h3 { font-size: 17px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 12px; }
.s2-text { font-size: 13px; color: var(--sub); line-height: 1.9; margin-bottom: 28px; }
.s2-img-wrap { padding: 0 36px; }
.s2-img-wrap img { width: 100%; height: auto; border-radius: var(--phone-radius); display: block; }
.s2-video-wrap { padding: 0 36px; }
.s2-video-wrap video { width: 100%; height: auto; border-radius: var(--phone-radius); display: block; }
.s3 { padding: 80px 24px; }
.s3-inner { max-width: 800px; margin: 0 auto; }
.s3-h2 { font-size: clamp(20px, 5vw, 36px); font-weight: 700; line-height: 1.3; margin-bottom: 16px; }
.s3-lead { font-size: 14px; color: var(--sub); line-height: 2; margin-bottom: 48px; }
.s3-grid { display: flex; flex-direction: column; gap: 2px; }
.s3-card { background: var(--bg-2); overflow: hidden; }
.s3-img-wrap { width: 100%; }
.s3-img-wrap img { width: 100%; height: auto; display: block; }
.s3-body { padding: 24px 24px 28px; }
.s3-tag { font-size: 9px; letter-spacing: 0.35em; color: var(--muted); text-transform: uppercase; margin-bottom: 10px; }
.s3-h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.5; }
.s3-text { font-size: 13px; color: var(--sub); line-height: 1.9; }
.s4 { position: relative; padding: 100px 24px; overflow: hidden; }
.s4-bg { position: absolute; inset: 0; z-index: 0; }
.s4-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(.68);
}
.s4-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,.60) 0%, rgba(10,10,10,.50) 100%);
}
.s4-inner { position: relative; z-index: 1; max-width: 680px; }
.s4-h2 { font-size: clamp(22px, 5vw, 44px); font-weight: 700; line-height: 1.3; margin-bottom: 36px; }
.s4-body { font-size: 14px; color: rgba(221,221,221,.88); line-height: 2.2; white-space: pre-line; }
.s4-sig { margin-top: 36px; font-size: 13px; color: rgba(221,221,221,.6); letter-spacing: 0.06em; }
.s5 { background: var(--bg-2); padding: 80px 24px; text-align: center; }
.s5-inner { max-width: 480px; margin: 0 auto; }
.s5-h2 { font-size: clamp(36px, 10vw, 72px); font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 20px; }
.s5-body { font-size: 14px; color: var(--sub); line-height: 2; margin-bottom: 12px; }
.s5-note { font-size: 12px; color: var(--muted); letter-spacing: 0.12em; margin-top: 24px; margin-bottom: 0; font-weight: 700; }
.s5-img-wrap { margin: 0 auto 12px; max-width: 340px; }
.s5-img-wrap img { width: 100%; height: auto; display: block; }
.s6 { padding: 80px 24px; }
.s6-inner { max-width: 800px; margin: 0 auto; }
.s6-h2 { font-size: clamp(20px, 5vw, 36px); font-weight: 700; line-height: 1.35; margin-bottom: 20px; }
.s6-body { font-size: 14px; color: var(--sub); line-height: 2; margin-bottom: 32px; }
.s6-benefits { list-style: none; border-top: 1px solid var(--border-2); margin-bottom: 28px; }
.s6-benefit { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--text); padding: 14px 0; border-bottom: 1px solid var(--border-2); }
.s6-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.s6-sub { font-size: 12px; color: var(--muted); letter-spacing: 0.06em; margin-bottom: 24px; font-weight: 700; }
.s6-wall { border: 1px solid var(--border-2); overflow: hidden; height: 400px; background: #000; margin-top: 48px; }
.s6-wall iframe { width: 100%; height: 100%; border: none; display: block; }
.s7 { background: var(--bg-2); padding: 80px 24px; }
.s7-inner { max-width: 640px; margin: 0 auto; }
.s7-h2 { font-size: clamp(18px, 4.5vw, 32px); font-weight: 700; line-height: 1.4; margin-bottom: 40px; }
.s7-coming { font-size: 10px; letter-spacing: 0.35em; color: var(--muted); text-transform: uppercase; margin-bottom: 18px; }
.s7-list { list-style: none; border-top: 1px solid var(--border-2); }
.s7-item { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border-2); font-size: 14px; color: var(--sub); }
.s7-tail { font-size: 13px; color: var(--muted); line-height: 2; margin-top: 32px; }
.s8 { padding: 80px 24px; }
.s8-inner { max-width: 640px; margin: 0 auto; }
.s8-h2 { font-size: clamp(18px, 4.5vw, 32px); font-weight: 700; margin-bottom: 48px; }
.faq { border-bottom: 1px solid var(--border-2); }
.faq:first-of-type { border-top: 1px solid var(--border-2); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; font-size: 14px; color: var(--text); letter-spacing: 0.03em; line-height: 1.6; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 20px; color: var(--muted); flex-shrink: 0; transition: transform .2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 0 20px; font-size: 13px; color: var(--sub); line-height: 1.9; }
.s9 { background: var(--bg-2); padding: 120px 24px; text-align: center; position: relative; overflow: hidden; }
.s9::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(200,169,110,.05) 0%, transparent 70%); pointer-events: none; }
.s9-inner { position: relative; z-index: 1; max-width: 480px; margin: 0 auto; }
.s9-counter { font-size: 11px; letter-spacing: 0.18em; color: var(--muted); margin-bottom: 24px; }
.s9-h2 { font-size: clamp(48px, 13vw, 100px); font-weight: 900; letter-spacing: 0.03em; line-height: 1; margin-bottom: 20px; }
.s9-body { font-size: 14px; color: var(--sub); line-height: 2; margin-bottom: 12px; }
.s9-price { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 36px; }
.brand-logo-area { background: #000; padding: 64px 24px; text-align: center; border-top: 1px solid var(--border); }
.brand-logo-area img { height: 256px; width: auto; display: inline-block; opacity: .75; }
footer.iznm-footer-copyright {
  background: #000;
  padding: 20px 24px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 12px; letter-spacing: 0.1em;
  color: var(--muted);
}
@media (min-width: 768px) {
  .s1-inner { padding: 0 60px 80px; }
  .s1-top-logo { top: 48px; left: 60px; }
  .s1-video-box { width: 200px; right: 60px; }
  .s1-text { max-width: 50%; }
  .s2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .s3-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .s6-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
  .s6-wall { margin-top: 0; height: 480px; }
}

.wc-block-components-notice--error *,
.wc-block-components-notice--error svg,
.wc-block-components-notice--error svg path,
.wc-block-components-notice--error button,
.wc-block-components-notice--error button svg path {
    color: #111111 !important;
    fill: #111111 !important;
}

/* === ETCHINGメモ機能 === */
.iznm-connection-item {
    flex-direction: column;
    align-items: flex-start;
}
.iznm-connection-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
.iznm-memo-wrap {
    width: 100%;
    padding-top: 6px;
}
.iznm-memo-text {
    font-size: 11px;
    color: var(--iznm-text-muted);
    letter-spacing: 0.05em;
    margin: 0;
    cursor: pointer;
    line-height: 1.6;
    padding: 4px 0;
    border-bottom: 1px dashed var(--iznm-border-dark);
}
.iznm-memo-text:hover {
    color: var(--iznm-text-sub);
}
.iznm-memo-add-btn {
    background: none;
    border: none;
    color: var(--iznm-text-muted);
    font-size: 10px;
    letter-spacing: 0.12em;
    cursor: pointer;
    padding: 2px 0;
    text-transform: uppercase;
}
.iznm-memo-add-btn:hover {
    color: var(--iznm-text-sub);
}
.iznm-memo-editor {
    width: 100%;
    padding-top: 4px;
}
.iznm-memo-input {
    width: 100%;
    background: var(--iznm-bg-raised);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--iznm-text-main);
    font-size: 12px;
    padding: 8px 10px;
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    line-height: 1.6;
}
.iznm-memo-input:focus {
    border-color: rgba(255,255,255,.25);
}
.iznm-memo-actions {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}
.iznm-memo-save {
    background: var(--iznm-text-main);
    color: #000;
    border: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 6px 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.iznm-memo-save:hover { opacity: .85; }
.iznm-memo-cancel {
    background: none;
    border: 1px solid var(--iznm-border-dark);
    color: var(--iznm-text-muted);
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.iznm-memo-cancel:hover { color: var(--iznm-text-sub); }
