    :root {
      --ink: #060810;
      --deep: #0a0e1a;
      --panel: rgba(12, 17, 31, .72);
      --panel-strong: rgba(8, 12, 22, .9);
      --line: rgba(201, 168, 106, .34);
      --gold: #C9A86A;
      --gold-soft: #e4cf9d;
      --text: #F2F4F8;
      --muted: #aeb6c8;
      --dim: #788198;
      --cyan: #7dcfdf;
      --pink: #d78aa9;
      --shadow: 0 24px 80px rgba(0, 0, 0, .45);
      --serif-ja: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
      --sans-ja: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", sans-serif;
      --serif-en: "Fraunces", Georgia, serif;
      --sans-en: "Inter", Arial, sans-serif;
      --wrap: min(1120px, calc(100vw - 48px));
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: var(--ink);
    }

    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 80% 10%, rgba(125, 207, 223, .12), transparent 26rem),
        radial-gradient(circle at 16% 44%, rgba(215, 138, 169, .08), transparent 30rem),
        linear-gradient(180deg, #070a13 0%, #0a0e1a 42%, #060810 100%);
      font-family: var(--sans-ja);
      line-height: 1.8;
      letter-spacing: 0;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -2;
      background-image:
        radial-gradient(circle, rgba(255,255,255,.5) 0 1px, transparent 1.6px),
        radial-gradient(circle, rgba(201,168,106,.28) 0 1px, transparent 1.4px);
      background-size: 84px 84px, 137px 137px;
      background-position: 0 0, 31px 52px;
      opacity: .26;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background:
        linear-gradient(105deg, rgba(6,8,16,.6), transparent 46%, rgba(6,8,16,.75)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 120px);
      opacity: .8;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:focus-visible,
    button:focus-visible {
      outline: 2px solid var(--gold-soft);
      outline-offset: 4px;
    }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 100;
      transform: translateY(-160%);
      padding: 12px 16px;
      background: var(--text);
      color: var(--ink);
      border-radius: 4px;
      font-weight: 700;
    }

    .skip-link:focus {
      transform: translateY(0);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 50;
      border-bottom: 1px solid rgba(242, 244, 248, .08);
      transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
    }

    .site-header.is-scrolled,
    .site-header.menu-open {
      background: rgba(6, 8, 16, .82);
      backdrop-filter: blur(18px);
      border-color: rgba(201, 168, 106, .22);
    }

    .nav-inner {
      width: min(1240px, calc(100vw - 36px));
      min-height: 78px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      min-height: 48px;
      letter-spacing: .04em;
    }

    .brand strong {
      font-family: var(--serif-en);
      font-size: clamp(1.35rem, 2vw, 1.85rem);
      line-height: 1;
      font-weight: 650;
    }

    .brand span {
      margin-top: 5px;
      color: var(--gold-soft);
      font: 600 .68rem/1 var(--sans-en);
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .nav-panel {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 24px;
      flex: 1;
    }

    .primary-nav,
    .utility-nav {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .primary-nav a,
    .utility-nav a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      color: rgba(242, 244, 248, .86);
      font-size: .88rem;
      white-space: nowrap;
    }

    .primary-nav a {
      letter-spacing: .06em;
    }

    .primary-nav a:hover,
    .utility-nav a:hover {
      color: #fff;
    }

    .button,
    .gold-button {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 18px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--text);
      background: rgba(255,255,255,.03);
      font-weight: 600;
      letter-spacing: .03em;
      transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
    }

    .gold-button {
      color: #11131a;
      background: linear-gradient(135deg, #d9bc7a, #a98645);
      border-color: rgba(255, 225, 162, .7);
      box-shadow: 0 10px 32px rgba(201, 168, 106, .22);
    }

    .button:hover,
    .gold-button:hover {
      transform: translateY(-2px);
      border-color: rgba(228, 207, 157, .75);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .3), 0 0 34px rgba(201, 168, 106, .16);
    }

    /* ヘッダーの「お問合せ」ボタンは横幅を広めに */
    .utility-nav .gold-button {
      min-width: 148px;
      padding-left: 32px;
      padding-right: 32px;
    }

    .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      border: 1px solid rgba(242, 244, 248, .18);
      border-radius: 4px;
      background: rgba(255,255,255,.04);
      color: var(--text);
      cursor: pointer;
    }

    .menu-toggle span {
      display: block;
      width: 22px;
      height: 1px;
      margin: 6px auto;
      background: currentColor;
    }

    main {
      isolation: isolate;
    }

    .hero {
      min-height: 92svh;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      background: #070a13 url("../img/hero-nebula-japan.png") center center / cover no-repeat;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(6, 8, 16, .92) 0%, rgba(6, 8, 16, .72) 22%, rgba(6, 8, 16, .18) 40%, rgba(6, 8, 16, 0) 52%),
        linear-gradient(180deg, rgba(6, 8, 16, .1), rgba(6, 8, 16, .8));
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      z-index: 3;
      height: 36%;
      background: linear-gradient(180deg, transparent, var(--deep));
    }

    .city-lights {
      position: absolute;
      inset: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      pointer-events: none;
      mix-blend-mode: screen;
    }

    .hero-inner {
      position: relative;
      z-index: 4;
      width: var(--wrap);
      margin: 0 auto;
      padding: 150px 0 72px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      color: var(--gold-soft);
      font: 700 .75rem/1.2 var(--sans-en);
      letter-spacing: .2em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 1px;
      background: var(--gold);
    }

    h1,
    h2,
    h3 {
      margin: 0;
      font-weight: 500;
    }

    .hero h1 {
      max-width: 8.5em;
      margin-top: 26px;
      font-family: var(--serif-ja);
      font-size: clamp(2.2rem, 4.2vw, 4.2rem);
      line-height: 1.1;
      letter-spacing: .04em;
      text-shadow: 0 12px 50px rgba(0,0,0,.85);
    }

    .hero-lead {
      max-width: 23em;
      margin: 30px 0 0;
      color: rgba(242,244,248,.9);
      font-size: clamp(.98rem, 1.2vw, 1.1rem);
      line-height: 1.95;
      text-shadow: 0 4px 24px rgba(0,0,0,.85);
    }

    .hero-actions {
      width: min(500px, 46%);
      margin-top: 44px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .hero-card {
      min-height: 142px;
      padding: 18px;
      border: 1px solid rgba(201, 168, 106, .38);
      border-radius: 8px;
      background: linear-gradient(145deg, rgba(12, 17, 31, .54), rgba(6, 8, 16, .34));
      backdrop-filter: blur(16px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
      transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
    }

    .hero-card:hover {
      transform: translateY(-4px);
      border-color: rgba(228, 207, 157, .78);
      background: linear-gradient(145deg, rgba(16, 24, 42, .7), rgba(6, 8, 16, .48));
      box-shadow: 0 22px 70px rgba(0,0,0,.32), 0 0 38px rgba(201, 168, 106, .13);
    }

    .hero-card .num {
      color: var(--gold-soft);
      font: 700 .78rem/1 var(--sans-en);
      letter-spacing: .18em;
    }

    .hero-card strong {
      margin-top: 18px;
      display: block;
      font-size: 1.05rem;
      line-height: 1.4;
      letter-spacing: .04em;
    }

    .hero-card span:last-child {
      color: var(--muted);
      font: 600 .72rem/1.3 var(--sans-en);
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .section {
      position: relative;
      padding: clamp(52px, 6.4vw, 96px) 0;
      overflow: hidden;
    }

    .section::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(255,255,255,.035), transparent 1px),
        radial-gradient(circle at 92% 18%, rgba(125,207,223,.08), transparent 22rem),
        radial-gradient(circle at 8% 74%, rgba(215,138,169,.045), transparent 26rem);
      opacity: .75;
    }

    .section > * {
      position: relative;
      z-index: 1;
    }

    .section.alt {
      background: rgba(3, 5, 10, .28);
    }

    .wrap {
      width: var(--wrap);
      margin: 0 auto;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 42px;
    }

    .section-kicker {
      color: var(--gold-soft);
      font: 700 .75rem/1 var(--sans-en);
      letter-spacing: .2em;
      text-transform: uppercase;
    }

    .section-title {
      margin-top: 16px;
      font-family: var(--serif-ja);
      font-size: clamp(1.6rem, 2.6vw, 2.5rem);
      line-height: 1.3;
      letter-spacing: .06em;
    }

    .section-copy {
      max-width: 600px;
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 1rem;
    }

    .view-link {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      color: var(--gold-soft);
      font-weight: 700;
      letter-spacing: .04em;
      border-bottom: 1px solid rgba(201,168,106,.45);
    }

    .grid-4,
    .grid-3 {
      display: grid;
      gap: 18px;
    }

    .grid-4 {
      grid-template-columns: repeat(4, 1fr);
    }

    .grid-3 {
      grid-template-columns: repeat(3, 1fr);
    }

    .pillar-card,
    .content-card,
    .shop-card,
    .contact-card {
      border: 1px solid rgba(201, 168, 106, .24);
      border-radius: 8px;
      background: linear-gradient(155deg, rgba(15, 21, 37, .82), rgba(6, 8, 16, .58));
      box-shadow: var(--shadow);
    }

    .pillar-card {
      min-height: 360px;
      padding: 28px;
      display: flex;
      flex-direction: column;
    }

    .kanji {
      width: clamp(68px, 6vw, 84px);
      height: clamp(68px, 6vw, 84px);
      margin: 4px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.6px solid rgba(201, 168, 106, .72);
      border-radius: 50%;
      box-shadow: 0 0 26px rgba(201, 168, 106, .14), inset 0 0 22px rgba(201, 168, 106, .06);
      color: transparent;
      background: linear-gradient(150deg, #f0d9a2, #b48a47 58%, #72562e);
      -webkit-background-clip: text;
      background-clip: text;
      font-family: var(--serif-ja);
      font-size: clamp(1.9rem, 3vw, 2.4rem);
      line-height: 1;
      letter-spacing: .02em;
      text-align: center;
      text-shadow: 0 0 44px rgba(201, 168, 106, .18);
    }

    .reading {
      margin-top: 8px;
      color: var(--dim);
      font: 700 .72rem/1 var(--sans-en);
      letter-spacing: .18em;
      text-align: center;
      text-transform: uppercase;
    }

    .pillar-card h3 {
      margin-top: 20px;
      font-family: var(--serif-ja);
      font-size: 1.45rem;
      letter-spacing: .06em;
      text-align: center;
    }

    .pillar-card p {
      margin: 15px 0 24px;
      color: var(--muted);
      font-size: .96rem;
      text-align: left;
    }

    .pillar-card .view-link {
      margin-top: auto;
      align-self: flex-start;
    }

    .content-card {
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .card-image {
      position: relative;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: #111827;
    }

    .card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      color: transparent;
      filter: saturate(.78) contrast(1.06) brightness(.82);
      transition: transform .45s ease, filter .45s ease;
    }

    .card-image img.is-missing {
      visibility: hidden;
    }

    .content-card:hover .card-image img {
      transform: scale(1.04);
      filter: saturate(.9) contrast(1.1) brightness(.92);
    }

    .card-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 36%, rgba(6, 8, 16, .78));
    }

    .badges {
      position: absolute;
      z-index: 1;
      inset: 16px 16px auto;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: flex-start;
    }

    .date-badge,
    .status-badge {
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 999px;
      background: rgba(6, 8, 16, .72);
      backdrop-filter: blur(10px);
      font: 700 .72rem/1 var(--sans-en);
      letter-spacing: .08em;
      white-space: nowrap;
    }

    .status-badge {
      color: var(--gold-soft);
      border-color: rgba(201, 168, 106, .34);
    }

    .content-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .content-body h3 {
      font-family: var(--serif-ja);
      font-size: 1.32rem;
      line-height: 1.55;
      letter-spacing: .04em;
    }

    .content-body h3 a {
      color: inherit;
      text-decoration: none;
      transition: color .3s ease;
    }

    .content-card:hover .content-body h3 a,
    .content-body h3 a:hover {
      color: var(--gold-soft);
    }

    .subhead {
      margin: 12px 0 18px;
      color: var(--gold-soft);
      font-size: .92rem;
      line-height: 1.7;
    }

    .meta {
      display: grid;
      gap: 8px;
      margin: 0 0 22px;
      padding: 0;
      color: var(--muted);
      font-size: .92rem;
      list-style: none;
    }

    .meta li {
      display: grid;
      grid-template-columns: 4.6em 1fr;
      gap: 10px;
      align-items: baseline;
    }

    .meta span {
      color: var(--dim);
      font-size: .82rem;
      letter-spacing: .08em;
    }

    .content-body .button {
      margin-top: auto;
      align-self: flex-start;
    }

    .button[aria-disabled="true"] {
      color: var(--dim);
      border-color: rgba(174, 182, 200, .2);
      pointer-events: none;
      background: rgba(255,255,255,.02);
      box-shadow: none;
    }

    /* このセクションだけ全画面背景（Codex生成のクリエイティブ背景） */
    .studio {
      min-height: 100vh;
      display: flex;
      align-items: center;
      background-image:
        linear-gradient(rgba(6,8,16,.7), rgba(6,8,16,.7)),
        url("../img/studio-bg.png?v=3");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* 1カラム構成: 中央寄せの文章の下にサービスパネルを配置 */
    .studio-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(28px, 4vw, 48px);
    }

    /* 映像セクションのタイトル・説明を中央寄せ（横幅を抑えて間延びを防ぐ） */
    .studio-lead {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
    }

    /* 中央寄せ時、説明文も中央に揃える（既定は左寄せmargin） */
    .studio-lead .section-copy {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    /* 自社チャンネル実績バッジ */
    .studio-stats {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.2rem 2.4rem;
      margin: 2rem auto 0;
      padding: 0;
    }
    .studio-stats li {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.35rem;
    }
    .studio-stats li:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -1.2rem;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 2.4rem;
      background: rgba(201, 168, 106, 0.4);
    }
    .studio-stats b {
      font-size: 1.9rem;
      font-weight: 700;
      line-height: 1;
      color: var(--gold);
      letter-spacing: 0.02em;
    }
    .studio-stats b small {
      font-size: 0.95rem;
      font-weight: 600;
      margin-left: 0.1rem;
    }
    .studio-stats span {
      font-size: 0.76rem;
      letter-spacing: 0.12em;
      opacity: 0.82;
    }
    @media (max-width: 720px) {
      .studio-stats { gap: 1rem 1.5rem; }
      .studio-stats b { font-size: 1.5rem; }
      .studio-stats li:not(:last-child)::after { right: -0.75rem; height: 1.9rem; }
    }

    /* スマホでのみ表示する改行（PCは1行） */
    .br-sp {
      display: none;
    }

    .studio-panel {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
    }

    /* 3本柱（Branding / Cinema / Commerce） */
    .pillars-intro {
      max-width: 660px;
      margin: 0 auto 2.4rem;
      text-align: center;
      color: var(--gold-soft);
      font-size: 1rem;
      letter-spacing: 0.04em;
      line-height: 1.95;
    }
    .studio-pillars {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      align-items: stretch;
    }
    .pillar {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 2.3rem 1.6rem;
      border: 1px solid rgba(201, 168, 106, 0.28);
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
      transition: border-color 0.3s ease, transform 0.3s ease;
    }
    .pillar:hover {
      border-color: rgba(201, 168, 106, 0.6);
      transform: translateY(-4px);
    }
    .pillar.is-core {
      border-color: rgba(201, 168, 106, 0.55);
      background: linear-gradient(180deg, rgba(201, 168, 106, 0.10), rgba(255, 255, 255, 0.01));
    }
    .pillar-icon {
      width: 50px;
      height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      border: 1px solid rgba(201, 168, 106, 0.4);
      border-radius: 50%;
      margin-bottom: 1.1rem;
    }
    .pillar-icon svg {
      width: 24px;
      height: 24px;
    }
    .pillar-label {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold-soft);
      margin-bottom: 0.55rem;
    }
    .pillar-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin: 0 0 0.85rem;
      color: #fff;
      letter-spacing: 0.02em;
    }
    .pillar-text {
      font-size: 0.92rem;
      line-height: 1.95;
      opacity: 0.86;
      margin: 0 0 1.4rem;
    }
    .pillar-tag {
      margin-top: auto;
      font-size: 0.74rem;
      letter-spacing: 0.08em;
      color: var(--gold);
      border: 1px solid rgba(201, 168, 106, 0.4);
      border-radius: 999px;
      padding: 0.32rem 0.95rem;
    }
    @media (max-width: 900px) {
      .studio-pillars {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
        gap: 16px;
      }
    }

    /* 対応領域（具体メニュー） */
    .studio-scope {
      margin-top: 2.8rem;
      text-align: center;
    }
    .scope-lead {
      font-size: 0.95rem;
      letter-spacing: 0.06em;
      color: var(--gold-soft);
      margin: 0 0 1.2rem;
    }
    .scope-cards {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .scope-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.75rem;
      padding: 1.5rem 1rem;
      border: 1px solid rgba(201, 168, 106, 0.28);
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
      transition: border-color 0.3s ease, transform 0.3s ease;
    }
    .scope-card:hover {
      border-color: rgba(201, 168, 106, 0.55);
      transform: translateY(-3px);
    }
    .scope-icon {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      border: 1px solid rgba(201, 168, 106, 0.4);
      border-radius: 50%;
    }
    .scope-icon svg {
      width: 20px;
      height: 20px;
    }
    .scope-name {
      font-size: 0.9rem;
      letter-spacing: 0.03em;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.55;
    }
    @media (max-width: 720px) {
      .scope-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    /* 2段3カラム */
    .studio-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    /* アイコン（上）＋タイトル（下）の縦並びカード */
    .studio-list li {
      min-height: 116px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 22px 12px;
      border: 1px solid rgba(242,244,248,.1);
      border-radius: 6px;
      background: rgba(255,255,255,.03);
      color: rgba(242,244,248,.86);
      font-weight: 500;
      text-align: center;
      transition: border-color .3s ease, background .3s ease;
    }

    .studio-list li:hover {
      border-color: var(--line);
      background: rgba(201,168,106,.06);
    }

    .studio-icon {
      display: inline-flex;
      color: var(--gold-soft);
    }

    .studio-icon svg {
      width: 30px;
      height: 30px;
    }

    .studio-label {
      font-size: .95rem;
      line-height: 1.4;
    }

    .studio-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    /* 制作事例（見出し＋動画カード） */
    .studio-works {
      margin-top: clamp(46px, 7vw, 72px);
    }

    .studio-works .works-title {
      margin: 0 0 26px;
      font-family: var(--serif-ja);
      font-size: clamp(1.4rem, 2.2vw, 1.8rem);
      letter-spacing: .1em;
    }

    /* 信頼ライン＋相談CTA */
    .studio-trust {
      margin-top: clamp(40px, 6vw, 64px);
      text-align: center;
    }

    .studio-trust .trust-line {
      margin: 0;
      font-family: var(--serif-ja);
      font-size: clamp(1.15rem, 2vw, 1.5rem);
      line-height: 2;
      letter-spacing: .05em;
      color: rgba(242, 244, 248, .94);
    }

    .studio-trust .ease-line {
      margin: 14px 0 0;
      color: var(--gold-soft);
      font-size: .98rem;
      letter-spacing: .04em;
    }

    .studio-trust .studio-actions {
      justify-content: center;
      margin-top: 30px;
    }

    /* 自社チャンネル（Creative Studio内サブブロック） */
    .studio-channel {
      margin-top: clamp(56px, 8vw, 88px);
      padding-top: clamp(40px, 6vw, 56px);
      border-top: 1px solid rgba(201, 168, 106, .18);
    }

    .studio-channel .channel-title {
      font-family: var(--serif-ja);
      font-size: clamp(1.5rem, 2.4vw, 2rem);
      letter-spacing: .08em;
    }

    .cast-cta {
      margin-top: clamp(40px, 6vw, 64px);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(20px, 4vw, 48px);
      flex-wrap: wrap;
      padding: clamp(24px, 4vw, 40px) clamp(24px, 4vw, 48px);
      border: 1px solid rgba(201, 168, 106, .28);
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(201, 168, 106, .08), rgba(201, 168, 106, .02));
    }

    .cast-cta-title {
      font-family: var(--serif-ja);
      font-size: clamp(1.25rem, 2.2vw, 1.7rem);
      letter-spacing: .06em;
      color: var(--gold-soft);
    }

    .cast-cta-copy {
      margin-top: 12px;
      max-width: 52ch;
      color: rgba(242, 244, 248, .82);
      line-height: 1.9;
    }

    .cast-cta .gold-button {
      flex: none;
      min-width: 200px;
    }

    @media (max-width: 720px) {
      .cast-cta .gold-button {
        width: 100%;
      }
    }

    .gakuya-note {
      margin-top: clamp(20px, 3vw, 28px);
      text-align: center;
      color: var(--muted);
      font-size: .95rem;
      letter-spacing: .03em;
    }

    .gakuya-note a {
      color: var(--gold-soft);
      border-bottom: 1px solid rgba(201,168,106,.45);
    }

    .channel-yt-cta {
      margin-top: clamp(24px, 4vw, 36px);
      text-align: center;
    }

    .channel-yt-cta .yt-button {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-height: 54px;
      padding: 0 30px;
      border-radius: 999px;
      background: #ff0000;
      color: #fff;
      font-weight: 700;
      font-size: 1.04rem;
      letter-spacing: .03em;
      text-decoration: none;
      box-shadow: 0 12px 30px rgba(255, 0, 0, .28);
      transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .channel-yt-cta .yt-button:hover {
      background: #e60000;
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(255, 0, 0, .36);
    }

    .channel-yt-cta .yt-logo {
      display: block;
      flex: 0 0 auto;
    }

    .message-box {
      max-width: 880px;
      margin: 0 auto;
      padding-left: clamp(20px, 4vw, 46px);
      border-left: 1px solid var(--gold);
    }

    .message-box blockquote {
      margin: 0;
      font-family: var(--serif-ja);
      font-size: clamp(0.95rem, 1.6vw, 1.15rem);
      line-height: 2.05;
      letter-spacing: .05em;
      color: rgba(242,244,248,.94);
    }

    .signature {
      margin-top: 32px;
      color: var(--gold-soft);
      font-weight: 700;
      letter-spacing: .06em;
      text-align: right;
    }

    .video-card .card-image::before,
    .video-facade::before {
      content: "";
      position: absolute;
      inset: 50% auto auto 50%;
      z-index: 2;
      width: 58px;
      height: 58px;
      transform: translate(-50%, -50%);
      border: 1px solid rgba(255,255,255,.75);
      border-radius: 50%;
      background: rgba(6,8,16,.48);
      backdrop-filter: blur(8px);
    }

    .video-card .card-image::after,
    .video-facade::after {
      content: "";
      position: absolute;
      inset: 50% auto auto 50%;
      z-index: 3;
      width: 0;
      height: 0;
      transform: translate(-38%, -50%);
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 17px solid rgba(255,255,255,.88);
      background: none;
    }

    .video-card .card-image span {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(180deg, transparent 36%, rgba(6, 8, 16, .86));
    }

    .video-card .content-body h3 {
      font-size: 1.12rem;
    }

    /* 本文埋め込み動画のサムネイル化（main.jsがiframeを置き換える） */
    .video-facade {
      position: absolute;
      inset: 0;
      display: block;
      background: #000;
    }

    .video-facade img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .45s ease;
    }

    .video-facade:hover img {
      transform: scale(1.03);
    }

    /* ブログ「日々の気づき」カード（アメブロ最新記事） */
    a.card-image {
      display: block;
    }

    .blog-card .content-body h3 {
      font-size: 1.12rem;
      margin: 0 0 20px;
    }

    .blog-card .button {
      margin-top: auto;
      align-self: flex-start;
    }

    /* テーマ名バッジは日本語なので和文フォント・控えめな字間に */
    .blog-card .status-badge {
      font-family: var(--sans-ja);
      font-weight: 700;
      font-size: .72rem;
      letter-spacing: .04em;
    }

    .shop-card,
    .contact-card {
      padding: 28px;
      min-height: 220px;
    }

    .shop-card h3,
    .contact-card h3 {
      font-family: var(--serif-ja);
      font-size: 1.35rem;
      letter-spacing: .05em;
    }

    .shop-card p,
    .contact-card p {
      margin: 14px 0 22px;
      color: var(--muted);
    }

    .shop-center {
      margin-top: 28px;
      text-align: center;
    }

    /* 暮らしに、贈る。: 本家ECから取得した実商品カード */
    .shop-products {
      margin-top: clamp(36px, 5vw, 56px);
    }

    .shop-products-title {
      font-family: var(--serif-ja);
      font-size: clamp(1.2rem, 2vw, 1.55rem);
      letter-spacing: .1em;
      text-align: center;
      margin: 0 0 clamp(22px, 3vw, 30px);
    }

    .product-card {
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      border: 1px solid rgba(201, 168, 106, .24);
      border-radius: 8px;
      background: linear-gradient(155deg, rgba(15, 21, 37, .82), rgba(6, 8, 16, .58));
      box-shadow: var(--shadow);
      color: inherit;
      text-decoration: none;
      transition: border-color .3s ease, transform .3s ease;
    }

    .product-card:hover {
      transform: translateY(-3px);
      border-color: rgba(201, 168, 106, .55);
    }

    .product-thumb {
      display: block;
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #111827;
    }

    .product-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .45s ease;
    }

    .product-card:hover .product-thumb img {
      transform: scale(1.05);
    }

    .product-body {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 18px 20px 20px;
    }

    .product-name {
      font-family: var(--sans-ja);
      font-weight: 700;
      font-size: .98rem;
      line-height: 1.5;
      color: var(--text, #eef1f7);
    }

    .product-price {
      margin-top: 10px;
      font-family: var(--serif-ja);
      font-weight: 600;
      font-size: 1.18rem;
      color: var(--gold-soft);
    }

    .product-link {
      margin-top: auto;
      padding-top: 16px;
      color: var(--gold-soft);
      font: 700 .74rem/1 var(--sans-en);
      letter-spacing: .14em;
    }

    .product-link::after {
      content: " →";
    }

    .contact-card .num {
      color: var(--gold-soft);
      font: 700 .78rem/1 var(--sans-en);
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    /* === Get in Touch: LINE登録のみの横長バナー === */
    .contact-feature {
      position: relative;
      overflow: hidden;
      padding: clamp(30px, 4vw, 52px);
      border: 1px solid rgba(6, 199, 85, .3);
      border-radius: 14px;
      background:
        radial-gradient(120% 160% at 0% 0%, rgba(6, 199, 85, .12), transparent 50%),
        linear-gradient(155deg, rgba(15, 21, 37, .9), rgba(6, 8, 16, .68));
      box-shadow: var(--shadow);
    }

    .contact-feature-glow {
      position: absolute;
      top: -50%;
      right: -10%;
      width: 50%;
      height: 150%;
      background: radial-gradient(circle, rgba(6, 199, 85, .22), transparent 70%);
      filter: blur(30px);
      pointer-events: none;
    }

    .contact-feature-inner {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 720px;
      margin: 0 auto;
    }

    .line-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-top: 18px;
      padding: 6px 14px 6px 6px;
      border-radius: 999px;
      border: 1px solid rgba(6, 199, 85, .5);
      background: rgba(6, 199, 85, .1);
      color: #7fe9af;
      font: 700 .74rem/1 var(--sans-ja);
      letter-spacing: .1em;
    }

    .line-badge-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 8px;
      border-radius: 999px;
      background: #06C755;
      color: #fff;
      font: 800 .68rem/1 var(--sans-en);
      letter-spacing: .04em;
    }

    .contact-feature-title {
      margin: 20px 0 0;
      font-family: var(--serif-ja);
      font-size: clamp(1.7rem, 3.6vw, 2.45rem);
      line-height: 1.32;
      letter-spacing: .04em;
    }

    .contact-feature-lead {
      margin: 16px auto 0;
      max-width: 32em;
      color: var(--muted);
      line-height: 1.85;
    }

    .line-perks {
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 22px;
    }

    .line-perks li {
      position: relative;
      padding-left: 28px;
      color: var(--text);
      font-size: .94rem;
      line-height: 1.5;
      text-align: left;
    }

    .line-perks li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .05em;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(6, 199, 85, .16);
      border: 1px solid rgba(6, 199, 85, .55);
    }

    .line-perks li::after {
      content: "";
      position: absolute;
      left: 6px;
      top: .28em;
      width: 6px;
      height: 10px;
      border: solid #7fe9af;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    .line-cta-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      border-radius: 18px;
      background: linear-gradient(135deg, #06C755, #05a948);
      color: #fff;
      box-shadow: 0 12px 30px rgba(6, 199, 85, .3);
    }

    .line-cta-mark svg {
      width: 38px;
      height: 38px;
    }

    .line-button {
      margin-top: 30px;
      min-width: 280px;
      min-height: 58px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 0 40px;
      border: none;
      border-radius: 999px;
      background: linear-gradient(135deg, #06C755, #05a948);
      color: #fff;
      font-weight: 700;
      font-size: 1.08rem;
      letter-spacing: .04em;
      box-shadow: 0 14px 36px rgba(6, 199, 85, .3);
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .line-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 52px rgba(6, 199, 85, .42);
      color: #fff;
    }

    .line-note {
      margin: 12px 0 0;
      color: var(--dim);
      font-size: .8rem;
      letter-spacing: .04em;
      text-align: center;
    }

    .access-layout {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 26px;
    }

    .access-info {
      margin: 0;
      padding: 28px;
      border: 1px solid rgba(201,168,106,.24);
      border-radius: 8px;
      background: var(--panel);
    }

    .access-info div {
      padding: 16px 0;
      border-bottom: 1px solid rgba(242,244,248,.08);
    }

    .access-info div:first-child {
      padding-top: 0;
    }

    .access-info div:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .access-info dt {
      color: var(--gold-soft);
      font-size: .78rem;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .access-info dd {
      margin: 6px 0 0;
      color: rgba(242,244,248,.9);
    }

    .map-frame {
      min-height: 420px;
      border: 1px solid rgba(201,168,106,.22);
      border-radius: 8px;
      background:
        linear-gradient(rgba(201,168,106,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,106,.08) 1px, transparent 1px),
        radial-gradient(circle at 50% 48%, rgba(201,168,106,.2), transparent 4rem),
        linear-gradient(145deg, rgba(9,14,26,.96), rgba(3,5,10,.9));
      background-size: 56px 56px, 56px 56px, auto, auto;
      display: grid;
      place-items: center;
      color: var(--gold-soft);
      text-align: center;
      box-shadow: var(--shadow);
    }

    .map-frame strong {
      display: block;
      font-family: var(--serif-en);
      font-size: clamp(1.8rem, 4vw, 3.4rem);
      font-weight: 500;
      letter-spacing: .06em;
    }

    .map-frame span {
      display: block;
      margin-top: 10px;
      color: var(--muted);
      font-family: var(--sans-en);
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .site-footer {
      background: #03050a;
      border-top: 1px solid rgba(201,168,106,.18);
      padding: 72px 0 28px;
    }

    .footer-grid {
      width: var(--wrap);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.25fr repeat(3, 1fr);
      gap: 32px;
    }

    .footer-logo {
      display: inline-block;
      text-decoration: none;
      transition: opacity .2s ease;
    }

    .footer-logo:hover {
      opacity: .82;
    }

    .footer-brand strong {
      display: block;
      font-family: var(--serif-en);
      font-size: 2.2rem;
      line-height: 1;
      font-weight: 650;
      color: #fff;
    }

    .footer-brand span,
    .footer-brand p {
      color: var(--muted);
    }

    .footer-brand span {
      display: block;
      margin-top: 10px;
      color: var(--gold-soft);
      font: 700 .74rem/1.4 var(--sans-en);
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .footer-col h3 {
      color: var(--gold-soft);
      font: 700 .76rem/1 var(--sans-en);
      letter-spacing: .18em;
      text-transform: uppercase;
    }

    .footer-col ul {
      display: grid;
      gap: 9px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .footer-col a {
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      color: var(--muted);
      font-size: .92rem;
    }

    .footer-col a:hover {
      color: var(--text);
    }

    .copyright {
      width: var(--wrap);
      margin: 44px auto 0;
      padding-top: 24px;
      border-top: 1px solid rgba(242,244,248,.08);
      color: var(--dim);
      font-size: .82rem;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .75s ease, transform .75s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: none;
    }

    @media (max-width: 1200px) {
      .menu-toggle {
        display: block;
        flex: 0 0 auto;
      }

      .nav-panel {
        position: fixed;
        inset: 78px 18px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 18px;
        border: 1px solid rgba(201,168,106,.24);
        border-radius: 8px;
        background: rgba(6,8,16,.94);
        backdrop-filter: blur(18px);
        box-shadow: var(--shadow);
      }

      .site-header.menu-open .nav-panel {
        display: flex;
      }

      .primary-nav,
      .utility-nav {
        display: grid;
        gap: 4px;
      }

      .primary-nav a,
      .utility-nav a {
        width: 100%;
      }

      .grid-4 {
        grid-template-columns: repeat(2, 1fr);
      }

      .grid-3,
      .studio-layout,
      .access-layout,
      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      :root {
        --wrap: min(100vw - 28px, 1120px);
      }

      .nav-inner {
        width: min(100vw - 28px, 1240px);
        min-height: 70px;
      }

      .nav-panel {
        inset: 70px 14px auto;
      }

      .hero {
        min-height: auto;
      }

      .hero-inner {
        padding: 122px 0 48px;
      }

      .hero h1 {
        font-size: clamp(3.1rem, 15vw, 5.2rem);
      }

      .hero-actions,
      .grid-3 {
        grid-template-columns: 1fr;
      }

      /* 四つの営み(grid-4)・サービス一覧・ピックアップ商品はスマホでも2カラム（2段） */
      .grid-4,
      .studio-list,
      .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      /* スマホでは改行を有効化（タイトルを2行に） */
      .br-sp {
        display: inline;
      }

      /* スマホは縦長の背景に差し替え（横長だと中央しか映らず暗くなるため） */
      .studio {
        background-image:
          linear-gradient(rgba(6,8,16,.7), rgba(6,8,16,.7)),
          url("../img/studio-bg-sp.png?v=1");
      }

      .section-head {
        display: block;
      }

      .section-head .view-link {
        margin-top: 20px;
      }

      .pillar-card {
        min-height: 0;
        padding: 20px 16px;
      }

      .studio-panel {
        padding-left: 22px;
      }

      .map-frame {
        min-height: 300px;
      }

      .copyright {
        display: block;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
      }

      .reveal {
        opacity: 1;
        transform: none;
      }
    }

    /* =====================================================================
       子ページ（フロントページ以外）はライトテーマ：白背景・黒文字
       ヘッダーは可読性のため濃色固定、フッターは従来どおり濃色のまま。
       ===================================================================== */
    /* 子ページ：黒地はhtml(var(--ink))が担う。bodyは透明にして
       z-index:-1 の .cosmic-bg-layer を透かす（不透明だと覆って消える） */
    body:not(.home) {
      color: #1d1d20;
      min-height: 100vh;
      background: transparent;
    }

    /* 奥行きのある宇宙背景：遠景ネビュラ＋近景スター＋ヴィネットの3層構造。
       層ごとに速度・方向・ぼかしを変えて視差と被写界深度で立体感を出す。 */
    .space-bg {
      position: fixed;
      inset: 0;
      z-index: -1;
      overflow: hidden;
      pointer-events: none;
      background: #060810;
    }

    .space-bg > span {
      position: absolute;
      inset: -12%;
      display: block;
      will-change: transform;
    }

    /* 遠景：宇宙雲。軽くぼかして奥へ。ゆっくりドリフト。
       inset/scaleを抑えて拡大率を下げ、星雲を縮小表示にする。 */
    .space-neb {
      inset: -5%;
      background:
        linear-gradient(rgba(6, 8, 16, .34), rgba(6, 8, 16, .34)),
        url("../img/cosmic-bg.png") center / cover no-repeat;
      filter: blur(2px) saturate(1.05);
      transform: scale(1.0);
      animation: neb-drift 78s ease-in-out infinite alternate;
    }

    /* ウォーム色グラデ（overlayで控えめに色を寄せる） */
    .space-neb::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        155deg,
        rgba(150, 96, 48, .50) 0%,
        rgba(120, 60, 58, .42) 50%,
        rgba(96, 44, 70, .42) 100%
      );
      mix-blend-mode: overlay;
    }

    /* 近景：星。ランダム配置＋星ごとにランダム色＆個別の明滅をSVG内(SMIL)で実行。
       imgで読み込む＝SVG内アニメが動く（background-imageだと静止する）。
       くっきり＋速め＋逆方向ドリフト＝視差で手前に感じる。 */
    .space-stars {
      position: absolute;
      top: -12%;
      left: -12%;
      width: 124%;
      height: 124%;
      object-fit: cover;
      pointer-events: none;
      will-change: transform;
      transform: scale(1.04);
      animation: stars-drift 46s ease-in-out infinite alternate;
    }

    /* ヴィネット：周辺を落として奥行き＆中央集中（動かさない固定層） */
    .space-vignette {
      inset: 0;
      background:
        radial-gradient(120% 92% at 50% 36%, transparent 36%, rgba(2, 3, 8, .6) 100%),
        radial-gradient(64% 54% at 50% 46%, rgba(255, 255, 255, .045), transparent 60%);
    }

    @keyframes neb-drift {
      0%   { transform: scale(1.0) translate3d(-1.3%, -0.9%, 0); }
      100% { transform: scale(1.04) translate3d(1.2%, 1.1%, 0); }
    }

    @keyframes stars-drift {
      0%   { transform: scale(1.04) translate3d(2.4%, 1.7%, 0); }
      100% { transform: scale(1.06) translate3d(-2.6%, -1.5%, 0); }
    }

    @keyframes cosmic-twinkle {
      0%   { opacity: .35; }
      100% { opacity: .85; }
    }

    /* 旧ホーム用の星屑/グラデ装飾は子ページでは使わない */
    body:not(.home)::before,
    body:not(.home)::after {
      display: none;
    }

    body:not(.home) .section::before {
      display: none;
    }

    /* ヘッダーはヒーローが無いので最初から濃色固定（白背景でナビが読めるように）。
       本文を黒文字にした影響でヘッダー内も黒を継承するため、文字色を白系に戻す
       （ロゴ .brand strong が濃色ヘッダーで見えなくなるのを防ぐ）。 */
    body:not(.home) .site-header {
      color: var(--text);
      background: rgba(6, 8, 16, .95);
      backdrop-filter: blur(18px);
      border-color: rgba(201, 168, 106, .22);
    }

    body:not(.home) .brand strong {
      color: var(--text);
    }

    /* 本文エリア：mainは透明にして背景の星空を透かす（黒地はbodyが担う） */
    body:not(.home) #main {
      background: transparent;
    }

    body:not(.home) .section.alt {
      background: transparent;
    }

    /* 見出し・本文の基本色を黒系に */
    body:not(.home) .section-title,
    body:not(.home) .content-body h1,
    body:not(.home) .content-body h2,
    body:not(.home) .content-body h3,
    body:not(.home) .entry-content h1,
    body:not(.home) .entry-content h2,
    body:not(.home) .entry-content h3,
    body:not(.home) .entry-content h4 {
      color: #11131a;
    }

    body:not(.home) .section-copy,
    body:not(.home) .entry-content,
    body:not(.home) .entry-content li,
    body:not(.home) .entry-content td,
    body:not(.home) .entry-content th {
      color: #2c2c30;
    }

    /* 長いURL等がはみ出さないよう折り返す */
    body:not(.home) .entry-content {
      overflow-wrap: break-word;
      word-break: break-word;
    }

    /* コンテンツカードは白パネル。幅を絞って中央寄せ＝左右に星空が見える＆可読性UP。
       影を重ねて宇宙の手前に浮遊する立体感を出す。 */
    body:not(.home) .content-card {
      max-width: 840px;
      margin-inline: auto;
      background: #ffffff;
      border-color: rgba(0, 0, 0, .12);
      box-shadow:
        0 40px 90px rgba(0, 0, 0, .62),
        0 12px 30px rgba(0, 0, 0, .45),
        0 0 70px rgba(150, 110, 60, .1),
        0 1px 0 rgba(255, 255, 255, .5) inset;
    }

    /* 本文中のリンクは白地で読める金茶色＋下線 */
    body:not(.home) .entry-content a {
      color: #9a751f;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    body:not(.home) .entry-content a:hover {
      color: #7c5d12;
    }

    /* 本文の区切り線 */
    body:not(.home) .entry-content hr {
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, .12);
    }

    body:not(.home) .entry-content blockquote {
      border-left: 3px solid var(--gold);
      padding-left: 16px;
      color: #444;
    }

    /* ページネーション等の汎用リンク色 */
    body:not(.home) .pagination a,
    body:not(.home) .nav-links a {
      color: #11131a;
    }

    /* =====================================================================
       子ページ本文の装飾（宇宙×ゴールドの世界観でカッコよく）
       ===================================================================== */

    /* 読み物としての内側余白を広めに */
    body:not(.home) .content-card .content-body {
      padding: clamp(30px, 5vw, 66px);
    }

    /* カード上端に金のアクセントライン */
    body:not(.home) .content-card {
      position: relative;
      overflow: hidden;
    }
    body:not(.home) .content-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--gold) 22%, var(--gold-soft) 50%, var(--gold) 78%, transparent);
    }

    /* ページタイトル：上に金の小バー＋下にヘアライン */
    body:not(.home) .content-body > .section-title {
      position: relative;
      margin: 0 0 .9em;
      padding-bottom: .5em;
      font-family: var(--serif-ja);
      font-size: clamp(1.4rem, 2.2vw, 1.9rem);
      letter-spacing: .08em;
      line-height: 1.4;
      color: #14161d;
    }
    body:not(.home) .content-body > .section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(201, 168, 106, .65), rgba(0, 0, 0, .08) 55%, transparent);
    }

    /* 本文 h2：金の縦バー＋セリフ */
    body:not(.home) .entry-content h2 {
      position: relative;
      margin: 2.1em 0 .8em;
      padding-left: 18px;
      font-family: var(--serif-ja);
      font-size: clamp(1.4rem, 2.4vw, 1.75rem);
      letter-spacing: .05em;
      line-height: 1.5;
      color: #14161d;
    }
    body:not(.home) .entry-content h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: .2em;
      bottom: .2em;
      width: 4px;
      border-radius: 2px;
      background: linear-gradient(180deg, var(--gold-soft), var(--gold));
    }

    /* 本文 h3：金のひし形マーカー＋セリフ */
    body:not(.home) .entry-content h3 {
      margin: 1.9em 0 .6em;
      font-family: var(--serif-ja);
      font-size: clamp(1.18rem, 2vw, 1.42rem);
      letter-spacing: .04em;
      color: #1a1c24;
    }
    body:not(.home) .entry-content h3::before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-right: .6em;
      vertical-align: middle;
      background: var(--gold);
      transform: rotate(45deg);
    }

    /* 本文 h4：金茶の小見出し（字間広め） */
    body:not(.home) .entry-content h4 {
      margin: 1.6em 0 .5em;
      font-weight: 700;
      letter-spacing: .14em;
      color: #8a6d2f;
    }

    /* リード（最初の段落）を少し大きく上品に */
    body:not(.home) .entry-content > p:first-of-type {
      font-size: 1.08rem;
      color: #20222a;
    }

    /* 箇条書きを金のひし形マーカーに */
    body:not(.home) .entry-content ul {
      list-style: none;
      padding-left: 1.3em;
    }
    body:not(.home) .entry-content ul > li {
      position: relative;
    }
    body:not(.home) .entry-content ul > li::before {
      content: "";
      position: absolute;
      left: -1.15em;
      top: .72em;
      width: 6px;
      height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    /* 引用：大きな引用符＋金の縦線＋斜体セリフ */
    body:not(.home) .entry-content blockquote {
      position: relative;
      margin: 1.7em 0;
      padding: .3em 0 .3em 1.5em;
      border-left: 3px solid var(--gold);
      font-family: var(--serif-ja);
      font-style: italic;
      color: #3a3c44;
    }
    body:not(.home) .entry-content blockquote::before {
      content: "\201C";
      position: absolute;
      left: .18em;
      top: -.12em;
      font-family: var(--serif-en);
      font-size: 2.4em;
      line-height: 1;
      color: rgba(201, 168, 106, .45);
    }

    /* 区切り線：金グラデ＋中央オーナメント */
    body:not(.home) .entry-content hr {
      position: relative;
      height: 1px;
      border: 0;
      margin: 2.6em auto;
      background: linear-gradient(90deg, transparent, rgba(201, 168, 106, .55), transparent);
      overflow: visible;
    }
    body:not(.home) .entry-content hr::after {
      content: "\2726";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 0 .6em;
      background: #fff;
      color: var(--gold);
      font-size: .85rem;
    }

    /* 強調：金のマーカー風ハイライト */
    body:not(.home) .entry-content strong {
      color: #14161d;
      font-weight: 700;
      background: linear-gradient(transparent 62%, rgba(201, 168, 106, .3) 0);
    }

    /* 本文中の画像：角丸＋淡い枠＋影 */
    body:not(.home) .entry-content img {
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
    }

    /* =====================================================================
       動画埋め込み（共通）：16:9レスポンシブ＋見出し
       ===================================================================== */
    body:not(.home) .entry-content .video {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      margin-top: .6em;
      border-radius: 10px;
      overflow: hidden;
      background: #000;
      box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
    }
    body:not(.home) .entry-content .video iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    body:not(.home) .entry-content .video_area {
      margin: 1.8em 0;
    }
    body:not(.home) .entry-content .video_area h4 {
      display: flex;
      align-items: center;
      margin: 0 0 .55em;
      letter-spacing: .03em;
      color: #20222a;
    }
    body:not(.home) .entry-content .video_area h4::before {
      content: "\25B6";
      margin-right: .5em;
      color: var(--gold);
      font-size: .72em;
    }

    /* 著作権など細かい注意書きは小さく抑える（.usage-note。
       フッターの .copyright（サイト著作権表示）とは別物） */
    body:not(.home) .entry-content .usage-note {
      margin: 1.6em 0;
      padding: 14px 18px;
      background: #f6f5f2;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 8px;
      font-size: .78rem;
      line-height: 1.75;
      color: #6b6e78;
    }
    body:not(.home) .entry-content .usage-note dt {
      margin-bottom: .4em;
      font-weight: 700;
      color: #4a4d55;
    }
    body:not(.home) .entry-content .usage-note dd {
      margin: 0;
    }

    /* =====================================================================
       Amourチャンネル（/creation/ = page-id-1022）専用レイアウト
       ===================================================================== */
    /* イントロのh2は中央寄せのリードに（左バーを消す） */
    body.page-id-1022 .entry-content > h2 {
      padding-left: 0;
      text-align: center;
      font-size: clamp(1.3rem, 2.6vw, 1.8rem);
      line-height: 1.65;
      color: #16181f;
    }
    body.page-id-1022 .entry-content > h2::before {
      display: none;
    }

    /* 注目動画（最初の単体video_area）は一段大きく中央に */
    body.page-id-1022 .entry-content > .video_area > .video {
      box-shadow: 0 22px 50px rgba(0, 0, 0, .3), 0 0 0 1px rgba(201, 168, 106, .25);
    }

    /* 出演者募集ブロックを金のコールアウトに */
    body.page-id-1022 .entry-content .mbottom30 {
      margin: 2.4em 0;
      padding: clamp(22px, 3.4vw, 36px);
      background: linear-gradient(180deg, rgba(201, 168, 106, .09), rgba(201, 168, 106, .03));
      border: 1px solid rgba(201, 168, 106, .32);
      border-radius: 14px;
    }
    body.page-id-1022 .entry-content .mbottom30 > p:first-child {
      margin-top: 0;
      font-family: var(--serif-ja);
      font-size: 1.18rem;
      letter-spacing: .04em;
      color: #14161d;
    }

    /* 番組動画集を2カラムのグリッドに（見出し・著作権は全幅） */
    body.page-id-1022 .entry-content #movies {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px 26px;
      align-items: start;
      margin-top: 1.6em;
    }
    body.page-id-1022 .entry-content #movies > h3,
    body.page-id-1022 .entry-content #movies > .usage-note {
      grid-column: 1 / -1;
    }
    body.page-id-1022 .entry-content #movies .video_area {
      margin: 0;
      min-width: 0;
    }

    @media (max-width: 700px) {
      body.page-id-1022 .entry-content #movies {
        grid-template-columns: 1fr;
      }
    }

    /* 本文末尾のCTAボタン（中央） */
    body:not(.home) .entry-content .entry-cta {
      margin: 2.6em 0 .4em;
      text-align: center;
    }

    /* YouTube視聴ボタン：ブランドレッド＋公式ロゴのピル型 */
    body:not(.home) .entry-content .yt-button {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-height: 54px;
      padding: 0 30px;
      border-radius: 999px;
      background: #ff0000;
      color: #fff;
      font-weight: 700;
      font-size: 1.04rem;
      letter-spacing: .03em;
      text-decoration: none;
      box-shadow: 0 12px 30px rgba(255, 0, 0, .28);
      transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    body:not(.home) .entry-content .yt-button:hover {
      background: #e60000;
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(255, 0, 0, .36);
    }
    body:not(.home) .entry-content .yt-button .yt-logo {
      display: block;
      flex: 0 0 auto;
    }

    /* コメント等で生じる空の段落を畳む（全子ページ共通） */
    body:not(.home) .entry-content p:empty {
      display: none;
    }

    /* =====================================================================
       映像・デザイン制作（/sou_create/ = page-id-2778）専用レイアウト
       ===================================================================== */
    /* セクション見出しの帯画像：中央・幅制限、h2の金バーは消す */
    body.page-id-2778 .entry-content h2.img_ttl {
      margin: 1.6em 0 1.1em;
      padding-left: 0;
      text-align: center;
    }
    body.page-id-2778 .entry-content h2.img_ttl::before {
      display: none;
    }
    body.page-id-2778 .img_ttl img {
      width: auto;
      max-width: min(560px, 100%);
      margin: 0 auto;
      border-radius: 8px;
    }

    /* セクション間に区切り */
    body.page-id-2778 .usualsec,
    body.page-id-2778 #antivirus_card {
      margin: 2.6em 0;
      padding-top: 2.6em;
      border-top: 1px solid rgba(0, 0, 0, .1);
    }
    body.page-id-2778 .entry-content > section:first-of-type {
      border-top: 0;
      padding-top: 0;
      margin-top: 1em;
    }

    /* 映像：図版＋説明の2カラムカード */
    body.page-id-2778 .movie_lead,
    body.page-id-2778 .movie_price {
      display: grid;
      grid-template-columns: minmax(0, 320px) 1fr;
      gap: clamp(20px, 3vw, 32px);
      align-items: center;
      margin: 1.4em 0;
      padding: clamp(18px, 2.6vw, 28px);
      background: #f8f7f4;
      border: 1px solid rgba(0, 0, 0, .07);
      border-radius: 14px;
    }
    body.page-id-2778 .movie_lead figure,
    body.page-id-2778 .movie_price figure {
      margin: 0;
    }
    body.page-id-2778 .movie_lead figure img,
    body.page-id-2778 .movie_price figure img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
    }
    body.page-id-2778 .explain p {
      margin: .35em 0;
    }
    body.page-id-2778 .movie_price .explain strong {
      display: inline-block;
      margin-bottom: .3em;
      font-size: 1.08rem;
    }

    /* お問い合せカード（金パネル） */
    body.page-id-2778 .cr_contact {
      margin: 1.8em 0 0;
    }
    body.page-id-2778 .cr_info dl {
      margin: 0;
      padding: clamp(20px, 3vw, 30px);
      background: linear-gradient(180deg, rgba(201, 168, 106, .09), rgba(201, 168, 106, .03));
      border: 1px solid rgba(201, 168, 106, .32);
      border-radius: 14px;
    }
    body.page-id-2778 .cr_info dt {
      margin-bottom: .5em;
      font-weight: 700;
      letter-spacing: .06em;
      color: #8a6d2f;
    }
    body.page-id-2778 .cr_info dd {
      margin: 0;
    }
    body.page-id-2778 .cr_info dd h3 {
      margin: .1em 0 .4em;
      font-family: var(--serif-ja);
    }
    body.page-id-2778 .cr_info dd h3::before {
      display: none;
    }

    /* デザイン：リードを中央に */
    body.page-id-2778 .design_lead {
      margin: .4em 0 1.4em;
      text-align: center;
    }
    body.page-id-2778 .design_lead h3 {
      margin: 0 0 .6em;
      font-size: clamp(1.2rem, 2.2vw, 1.5rem);
      color: #14161d;
    }
    body.page-id-2778 .design_lead h3::before {
      display: none;
    }

    /* デザイン項目を2カラムグリッドに */
    body.page-id-2778 .design_items ul {
      list-style: none;
      margin: 1.4em 0 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    body.page-id-2778 .design_items li {
      margin: 0;
    }
    body.page-id-2778 .design_items li::before {
      display: none;
    }
    body.page-id-2778 .design_items li img,
    body.page-id-2778 .design_items li a {
      display: block;
      width: 100%;
    }
    body.page-id-2778 .design_items li img {
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    body.page-id-2778 .design_items li a:hover img {
      transform: translateY(-3px);
      box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
    }

    /* 抗ウイルス名刺セクション */
    body.page-id-2778 #antivirus_card .pdf_guide {
      display: flex;
      justify-content: center;
      margin-bottom: 1.4em;
    }
    body.page-id-2778 #antivirus_card .pdf_guide table {
      border-collapse: collapse;
      background: #f6f5f2;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 12px;
      overflow: hidden;
    }
    body.page-id-2778 #antivirus_card .pdf_guide td {
      padding: 14px 18px;
      vertical-align: middle;
      text-align: center;
      font-size: .92rem;
    }
    body.page-id-2778 #antivirus_card .pdf_guide img {
      box-shadow: none;
      border-radius: 6px;
    }
    body.page-id-2778 #antivirus_card figure {
      margin: 0 0 16px;
    }
    body.page-id-2778 #antivirus_card figure img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
    }

    @media (max-width: 640px) {
      body.page-id-2778 .movie_lead,
      body.page-id-2778 .movie_price {
        grid-template-columns: 1fr;
      }
      body.page-id-2778 .design_items ul {
        grid-template-columns: 1fr;
      }
    }

    /* =====================================================================
       会社概要（/company/ = page-id-20）専用レイアウト
       ===================================================================== */
    /* 「ごあいさつ」見出しは中央に（左バーは消す） */
    body.page-id-20 .entry-content #message > h2 {
      padding-left: 0;
      text-align: center;
    }
    body.page-id-20 .entry-content #message > h2::before {
      display: none;
    }

    /* 代表メッセージ：中央寄せの上品な組版 */
    body.page-id-20 .pleft15 {
      max-width: 40em;
      margin: 1.4em auto 0;
      padding-left: 0;
      text-align: center;
      line-height: 2;
    }
    body.page-id-20 .pleft15 p {
      margin: 0 0 1.3em;
    }
    /* 署名は右寄せ・明朝 */
    body.page-id-20 .pleft15 > p:last-of-type {
      margin-top: 1.8em;
      text-align: right;
      font-family: var(--serif-ja);
      letter-spacing: .08em;
      color: #14161d;
    }

    /* 会社概要テーブル */
    body.page-id-20 .amour-info {
      max-width: 620px;
      margin: 2.6em auto 0;
      padding-top: 2.6em;
      border-top: 1px solid rgba(0, 0, 0, .1);
    }
    body.page-id-20 .amour-info-title {
      text-align: center;
      padding-left: 0;
    }
    body.page-id-20 .amour-info-title::before {
      display: none;
    }
    body.page-id-20 .company-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 1.2em;
    }
    body.page-id-20 .company-table th,
    body.page-id-20 .company-table td {
      padding: 15px 12px;
      text-align: left;
      vertical-align: top;
      line-height: 1.7;
      border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    body.page-id-20 .company-table tr:first-child th,
    body.page-id-20 .company-table tr:first-child td {
      border-top: 1px solid rgba(0, 0, 0, .1);
    }
    body.page-id-20 .company-table th {
      width: 7.5em;
      white-space: nowrap;
      font-weight: 700;
      letter-spacing: .05em;
      color: #8a6d2f;
    }
    body.page-id-20 .company-table td {
      color: #2c2c30;
    }
    body.page-id-20 .company-table a {
      color: #9a751f;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    @media (max-width: 560px) {
      body.page-id-20 .company-table th,
      body.page-id-20 .company-table td {
        display: block;
        width: auto;
        border-bottom: 0;
        padding: 4px 0;
      }
      body.page-id-20 .company-table th {
        color: #8a6d2f;
        padding-top: 14px;
      }
      body.page-id-20 .company-table tr {
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
      }
      body.page-id-20 .company-table tr:first-child th,
      body.page-id-20 .company-table tr:first-child td {
        border-top: 0;
      }
    }

    /* アクセス（Googleマップ埋め込み） */
    body.page-id-20 .access-map {
      margin: 2.8em 0 0;
      padding-top: 2.8em;
      border-top: 1px solid rgba(0, 0, 0, .1);
    }
    body.page-id-20 .access-map > h2 {
      padding-left: 0;
      text-align: center;
    }
    body.page-id-20 .access-map > h2::before {
      display: none;
    }
    body.page-id-20 .map-embed {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      margin-top: 1.3em;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, .08);
      box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
    }
    body.page-id-20 .map-embed iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    body.page-id-20 .access-addr {
      margin-top: 1em;
      text-align: center;
      letter-spacing: .02em;
      color: #2c2c30;
    }
    body.page-id-20 .access-actions {
      margin-top: 1.4em;
      text-align: center;
    }
    /* Googleマップで開くボタン：上品なアウトライン→ホバーで金に反転
       （.entry-content a より詳細度を上げて下線/金文字を打ち消す） */
    body.page-id-20 .entry-content .access-actions .map-button {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      border: 1px solid rgba(201, 168, 106, .55);
      border-radius: 999px;
      background: #fff;
      color: #1a1c24;
      font-weight: 600;
      font-size: .96rem;
      letter-spacing: .03em;
      text-decoration: none;
      transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
    }
    body.page-id-20 .entry-content .access-actions .map-button .map-pin {
      flex: 0 0 auto;
      color: var(--gold);
      transition: color .22s ease;
    }
    body.page-id-20 .entry-content .access-actions .map-button:hover {
      background: var(--gold);
      border-color: var(--gold);
      color: #11131a;
      text-decoration: none;
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(201, 168, 106, .32);
    }
    body.page-id-20 .entry-content .access-actions .map-button:hover .map-pin {
      color: #11131a;
    }

    /* =====================================================================
       動画モーダル（全ページ共通・main.jsが生成）
       ===================================================================== */
    body.video-modal-open {
      overflow: hidden;
    }

    .video-modal {
      position: fixed;
      inset: 0;
      z-index: 320;
      display: none;
      align-items: center;
      justify-content: center;
      padding: clamp(16px, 4vw, 48px);
    }

    .video-modal.is-open {
      display: flex;
    }

    .video-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(3, 5, 10, .84);
      backdrop-filter: blur(8px);
    }

    .video-modal-dialog {
      position: relative;
      width: min(1080px, 100%, calc(82vh * 16 / 9));
    }

    .video-modal-frame {
      aspect-ratio: 16 / 9;
      background: #000;
      border: 1px solid rgba(201, 168, 106, .32);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
    }

    .video-modal-frame iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .video-modal-close {
      position: absolute;
      top: -48px;
      right: 0;
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, .35);
      border-radius: 999px;
      background: rgba(6, 8, 16, .6);
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      transition: border-color .25s ease, color .25s ease;
    }

    .video-modal-close:hover {
      border-color: var(--gold-soft);
      color: var(--gold-soft);
    }

    /* 雑貨屋 amour セクション（トップ・ECの下）: 店内写真＋営業日カレンダー＋アクセス */
    .store-layout {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: clamp(24px, 3vw, 40px);
      align-items: stretch;
    }

    /* スマホは写真とカレンダーを縦2段に（横並びだとカレンダーが潰れるため） */
    @media (max-width: 720px) {
      .store-layout {
        grid-template-columns: 1fr;
      }
    }

    .store-photo {
      margin: 0;
    }

    .store-photo img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: var(--shadow);
    }

    /* カレンダーは白カードに載せて視認性を確保（プラグイン既定が暗色文字のため） */
    .store-cal {
      background: #fbfaf7;
      border: 1px solid rgba(201, 168, 106, .28);
      border-radius: 10px;
      padding: clamp(20px, 2.4vw, 30px);
      box-shadow: var(--shadow);
    }

    .store-cal-title {
      margin: 0 0 6px;
      font-family: var(--serif-ja);
      font-size: 1.45rem;
      letter-spacing: .1em;
      color: #1a1f2e;
      text-align: center;
    }

    .store-cal-note {
      margin: 0 0 18px;
      font-size: .9rem;
      color: #5a6172;
      text-align: center;
    }

    .store-access {
      margin-top: clamp(26px, 3.4vw, 44px);
    }

    .store-center {
      margin-top: clamp(28px, 3.4vw, 44px);
      text-align: center;
    }

    .store-access .map-embed {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(201, 168, 106, .22);
      box-shadow: var(--shadow);
    }

    .store-access .map-embed iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* Biz Calendar: 既定の max-width:250px を解除してカード幅いっぱいに拡大・中央寄せ */
    #biz_calendar {
      max-width: 100% !important;
      margin: 0 auto !important;
    }

    #biz_calendar table.bizcal {
      font-size: 1.08rem;
      margin: 12px auto;
    }

    #biz_calendar table.bizcal th,
    #biz_calendar table.bizcal td {
      padding: 11px 2px !important;
    }

    #biz_calendar table.bizcal .calmonth {
      font-size: 1.15rem;
    }

    /* 凡例（■ 営業日）を中央寄せ */
    #biz_calendar p {
      text-align: center;
      font-size: .95rem;
    }

    /* eventday/凡例をブランドのブロンズ金（白文字）に */
    #biz_calendar table.bizcal .eventday {
      background-color: #b48a47 !important;
    }

    #biz_calendar table.bizcal .eventday a,
    #biz_calendar table.bizcal .eventday {
      color: #fff !important;
    }

    #biz_calendar p span.boxeventday {
      background-color: #b48a47 !important;
    }

    /* =====================================================================
       イベント（催し・講演）：ステータスバッジの色分け
       ===================================================================== */
    /* 受付中（is-open）は既定のゴールド */
    .status-badge.is-soon {
      color: #ffd27a;
      border-color: rgba(255, 193, 79, .5);
    }
    .status-badge.is-ended {
      color: var(--dim);
      border-color: rgba(255, 255, 255, .16);
      background: rgba(6, 8, 16, .82);
    }
    .status-badge.is-full {
      color: #ff9b9b;
      border-color: rgba(255, 120, 120, .5);
    }

    /* 空のサムネ枠（画像が無い場合）は暗い下地のまま見せる */
    .card-image img.is-missing {
      visibility: hidden;
    }

    .events-empty {
      grid-column: 1 / -1;
      color: var(--muted);
      text-align: center;
      padding: 40px 0;
    }

    /* =====================================================================
       イベント一覧（アーカイブ /events/）
       下層ページの白カード化を打ち消し、トップと同じダークカードに戻す
       ===================================================================== */
    .events-archive .archive-head {
      max-width: 840px;
      margin: 0 auto clamp(36px, 6vw, 60px);
      text-align: center;
    }
    .events-archive .archive-lead {
      margin-top: 18px;
      color: rgba(242, 244, 248, .82);
      line-height: 1.9;
    }
    /* 種別フィルタのタブ（すべて／催し／講演） */
    .events-archive .event-filter {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin: 0 0 clamp(28px, 4vw, 44px);
    }
    .events-archive .event-filter-tab {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      padding: 8px 22px;
      border: 1px solid rgba(201, 168, 106, .34);
      border-radius: 999px;
      color: var(--gold-soft);
      font-weight: 700;
      font-size: .92rem;
      letter-spacing: .06em;
      transition: background .25s, color .25s, border-color .25s;
    }
    .events-archive .event-filter-tab:hover {
      border-color: var(--gold);
      background: rgba(201, 168, 106, .12);
    }
    .events-archive .event-filter-tab.is-active {
      background: var(--gold);
      border-color: var(--gold);
      color: #1a1305;
    }

    /* 単純な一覧リスト（リンクの行） */
    .events-archive .event-list {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      max-width: 880px;
      border-top: 1px solid rgba(201, 168, 106, .2);
    }
    .events-archive .event-list-item {
      border-bottom: 1px solid rgba(201, 168, 106, .2);
    }
    .events-archive .event-list-link {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: clamp(14px, 2.4vw, 28px);
      padding: clamp(16px, 2.4vw, 22px) clamp(8px, 1.6vw, 18px);
      color: var(--text);
      transition: background .25s;
    }
    .events-archive .event-list-link:hover {
      background: rgba(201, 168, 106, .08);
    }
    .events-archive .eli-date {
      font: 700 .92rem/1.4 var(--sans-en);
      color: var(--gold-soft);
      letter-spacing: .04em;
      white-space: nowrap;
    }
    .events-archive .eli-main {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 6px 12px;
      min-width: 0;
    }
    .events-archive .eli-kind {
      flex: none;
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--gold);
      border: 1px solid rgba(201, 168, 106, .4);
      border-radius: 4px;
      padding: 2px 8px;
    }
    .events-archive .eli-title {
      font-family: var(--serif-ja);
      font-size: clamp(1.02rem, 1.8vw, 1.18rem);
      line-height: 1.5;
      color: var(--text);
    }
    .events-archive .event-list-link:hover .eli-title {
      color: var(--gold-soft);
    }
    .events-archive .eli-place {
      font-size: .84rem;
      color: var(--dim);
    }
    .events-archive .event-list .status-badge {
      justify-self: end;
    }

    /* スマホ：本文を下段に回し、日付とバッジを上段に並べる */
    @media (max-width: 640px) {
      .events-archive .event-list-link {
        grid-template-columns: 1fr auto;
        gap: 8px 12px;
      }
      .events-archive .eli-main {
        grid-column: 1 / -1;
      }
    }

    /* ページネーション */
    .events-archive .pagination {
      margin-top: clamp(36px, 5vw, 56px);
    }
    .events-archive .pagination .screen-reader-text {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
      border: 0;
    }
    .events-archive .pagination .nav-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
    }
    body:not(.home) .events-archive .pagination .page-numbers {
      min-width: 44px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border: 1px solid rgba(201, 168, 106, .34);
      border-radius: 8px;
      color: var(--gold-soft);
      font: 700 .95rem/1 var(--sans-en);
      transition: background .25s, border-color .25s, color .25s;
    }
    body:not(.home) .events-archive .pagination a.page-numbers:hover {
      border-color: var(--gold);
      background: rgba(201, 168, 106, .12);
    }
    body:not(.home) .events-archive .pagination .page-numbers.current {
      background: var(--gold);
      border-color: var(--gold);
      color: #1a1305;
    }
    body:not(.home) .events-archive .pagination .page-numbers.dots {
      border-color: transparent;
      background: none;
    }

    /* =====================================================================
       イベント詳細ページ（single）
       ===================================================================== */
    .event-single .event-hero {
      position: relative;
      overflow: hidden;
      background: #0f1420;
      text-align: center;
      padding: clamp(16px, 3vw, 28px);
    }
    .event-single .event-hero img {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: min(78vh, 760px);
      margin: 0 auto;
      object-fit: contain;
      border-radius: 6px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    }
    .event-single .event-hero .status-badge {
      position: absolute;
      top: 18px;
      right: 18px;
    }
    .event-single .event-status-inline {
      display: inline-flex;
      margin-bottom: 16px;
    }
    .event-single .event-facts {
      list-style: none;
      margin: 24px 0 8px;
      padding: 22px 26px;
      display: grid;
      gap: 12px;
      border: 1px solid rgba(0, 0, 0, .1);
      border-radius: 10px;
      background: #faf8f3;
      color: #2a2723;
    }
    .event-single .event-facts li {
      display: grid;
      grid-template-columns: 5.5em 1fr;
      gap: 14px;
      align-items: baseline;
      font-size: 1rem;
      line-height: 1.7;
    }
    .event-single .event-facts span {
      color: #9a751f;
      font-weight: 700;
      letter-spacing: .06em;
      font-size: .9rem;
    }
    .event-single .event-form {
      margin-top: clamp(36px, 6vw, 56px);
      padding-top: clamp(28px, 4vw, 40px);
      border-top: 1px solid rgba(0, 0, 0, .12);
    }
    .event-single .event-form-title {
      font-family: var(--serif-ja);
      font-size: clamp(1.3rem, 2.2vw, 1.7rem);
      color: #2a2723;
      margin-bottom: 24px;
    }
    /* CF7 フォーム部品（白カード内で読みやすく）。自前フォーム・本文埋め込み両対応 */
    .event-single .wpcf7-form-control:not(.wpcf7-submit) {
      width: 100%;
      max-width: 480px;
      padding: 12px 14px;
      border: 1px solid rgba(0, 0, 0, .22);
      border-radius: 8px;
      font-size: 1rem;
      background: #fff;
      color: #2a2723;
    }
    .event-single textarea.wpcf7-form-control {
      min-height: 140px;
    }
    .event-single .event-form p {
      margin: 0 0 18px;
      color: #2a2723;
    }
    .event-single .wpcf7-submit {
      min-height: 52px;
      padding: 0 40px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #d9bc7a, #a98645);
      color: #11131a;
      font-weight: 700;
      letter-spacing: .04em;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .event-single .wpcf7-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(201, 168, 106, .3);
    }

    /* 本文に埋め込まれた旧サイトのテーブル型フォーム（#form_sec）を整える */
    .event-single .entry-content #form_sec h2 {
      font-family: var(--serif-ja);
      font-size: clamp(1.3rem, 2.2vw, 1.7rem);
      color: #2a2723;
      margin: 0 0 24px;
    }
    .event-single .entry-content #form_sec table {
      width: 100%;
      border-collapse: collapse;
    }
    .event-single .entry-content #form_sec tbody,
    .event-single .entry-content #form_sec tr,
    .event-single .entry-content #form_sec th,
    .event-single .entry-content #form_sec td {
      display: block;
      width: auto;
      text-align: left;
    }
    .event-single .entry-content #form_sec tr {
      margin-bottom: 18px;
    }
    .event-single .entry-content #form_sec th {
      font-weight: 700;
      color: #2a2723;
      padding: 0 0 6px;
    }
    .event-single .entry-content #form_sec td {
      padding: 0;
    }
    .event-single .entry-content #form_sec th p,
    .event-single .entry-content #form_sec td p {
      margin: 0;
    }
    .event-single .entry-content #form_sec .komecolor {
      color: #c0392b;
      margin-left: 2px;
    }
    .event-single .entry-content #form_sec .form-submit-div {
      margin-top: 28px;
    }
    .event-single .event-closed {
      margin-top: clamp(32px, 5vw, 48px);
      padding: 20px 24px;
      border: 1px dashed rgba(0, 0, 0, .2);
      border-radius: 10px;
      background: #f3f1ec;
      color: #555;
      text-align: center;
    }
    .event-single .event-back {
      margin-top: clamp(36px, 6vw, 56px);
      text-align: center;
    }
    /* 白カード上で読めるよう、戻るボタンはゴールド地＋濃色文字・中央配置 */
    .event-single .event-back .button {
      align-self: center;
      color: #11131a;
      background: linear-gradient(135deg, #d9bc7a, #a98645);
      border-color: rgba(255, 225, 162, .7);
      box-shadow: 0 10px 32px rgba(201, 168, 106, .22);
      padding: 13px 38px;
      font-weight: 700;
    }
    .event-single .event-back .button:hover {
      color: #11131a;
    }

    /* =====================================================================
       お問い合わせページ（/contact/）— 白カード内のフォームを整える
       ===================================================================== */
    .contact-page .contact-lead {
      max-width: 720px;
      margin: 0 0 clamp(28px, 4vw, 40px);
      line-height: 1.95;
      color: #3a352d;
    }

    .contact-page .entry-content h2 {
      font-family: var(--serif-ja);
      font-size: clamp(1.3rem, 2.2vw, 1.7rem);
      color: #2a2723;
      margin: 0 0 18px;
    }
    .contact-page .entry-content .form_info {
      color: #6b6358;
      font-size: .92rem;
      margin-bottom: 24px;
    }
    .contact-page .komecolor {
      color: #c0392b;
      margin-left: 3px;
    }

    /* 本文に埋め込まれた旧サイトのテーブル型フォーム（#form_sec）を縦積みに */
    .contact-page .entry-content #form_sec table {
      width: 100%;
      border-collapse: collapse;
    }
    .contact-page .entry-content #form_sec tbody,
    .contact-page .entry-content #form_sec tr,
    .contact-page .entry-content #form_sec th,
    .contact-page .entry-content #form_sec td {
      display: block;
      width: auto;
      text-align: left;
    }
    .contact-page .entry-content #form_sec tr {
      margin-bottom: 22px;
    }
    .contact-page .entry-content #form_sec th {
      font-weight: 700;
      color: #2a2723;
      padding: 0 0 8px;
      font-size: .98rem;
    }
    .contact-page .entry-content #form_sec td {
      padding: 0;
    }
    .contact-page .entry-content #form_sec th p,
    .contact-page .entry-content #form_sec td p {
      margin: 0;
    }

    /* 入力部品（テキスト/メール/電話/テキストエリア/セレクト） */
    .contact-page .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-checkbox) {
      width: 100%;
      max-width: 520px;
      padding: 12px 14px;
      border: 1px solid rgba(0, 0, 0, .22);
      border-radius: 8px;
      font-size: 1rem;
      background: #fff;
      color: #2a2723;
    }
    .contact-page textarea.wpcf7-form-control {
      min-height: 160px;
    }
    .contact-page .wpcf7-form-control:focus {
      outline: none;
      border-color: #a98645;
      box-shadow: 0 0 0 3px rgba(201, 168, 106, .18);
    }

    /* お問い合わせ種別（ラジオ） */
    .contact-page .wpcf7-radio {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 24px;
    }
    .contact-page .wpcf7-list-item {
      margin: 0;
    }
    .contact-page .wpcf7-list-item label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      cursor: pointer;
      color: #2a2723;
    }

    /* 送信ボタン */
    .contact-page .wpcf7-submit {
      min-height: 54px;
      padding: 0 46px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #d9bc7a, #a98645);
      color: #11131a;
      font-weight: 700;
      letter-spacing: .04em;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .contact-page .wpcf7-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(201, 168, 106, .3);
    }
    .contact-page .form-submit-div {
      margin-top: 30px;
    }

    /* バリデーション／応答メッセージ */
    .contact-page .wpcf7-not-valid-tip {
      color: #c0392b;
      font-size: .85rem;
    }
    .contact-page .wpcf7-response-output {
      margin: 18px 0 0;
      padding: 12px 16px;
      border-radius: 8px;
      color: #2a2723;
    }

    /* 代替の連絡手段（お電話・LINE） */
    .contact-alt {
      margin-top: clamp(40px, 6vw, 60px);
      padding-top: clamp(30px, 4vw, 44px);
      border-top: 1px solid rgba(0, 0, 0, .12);
    }
    .contact-alt h2 {
      font-family: var(--serif-ja);
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      color: #2a2723;
      margin: 0 0 24px;
    }
    .contact-alt-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      align-items: stretch;
    }
    .contact-alt-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 10px;
      padding: 32px 26px;
      background: linear-gradient(180deg, #fdfcf9, #f6f3ec);
      border: 1px solid rgba(0, 0, 0, .07);
      border-radius: 16px;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .contact-alt-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, .09);
    }
    .contact-alt-icon {
      width: 54px;
      height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(135deg, #e7cf95, #c0a059);
      color: #fff;
      box-shadow: 0 8px 20px rgba(192, 160, 89, .3);
    }
    .contact-alt-icon svg { width: 26px; height: 26px; }
    .contact-alt-icon-line {
      background: linear-gradient(135deg, #06C755, #05a948);
      box-shadow: 0 8px 20px rgba(6, 199, 85, .3);
    }
    .contact-alt-label {
      font-weight: 700;
      font-size: .74rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #a98645;
    }
    .contact-alt-tel {
      font-family: var(--serif-en);
      font-size: 1.85rem;
      color: #2a2723;
      line-height: 1;
    }
    .contact-alt-note {
      color: #6b6358;
      font-size: .88rem;
    }
    .contact-line-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      width: 100%;
      max-width: 260px;
      min-height: 50px;
      padding: 0 26px;
      border-radius: 999px;
      background: linear-gradient(135deg, #06C755, #05a948);
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: .02em;
      box-shadow: 0 10px 26px rgba(6, 199, 85, .28);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .contact-line-btn svg { width: 20px; height: 20px; }
    .contact-line-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 36px rgba(6, 199, 85, .4);
    }
    /* 本文リンクの金茶下線を打ち消す（.entry-content a より詳細度を上げる） */
    body:not(.home) .entry-content .contact-alt a {
      text-decoration: none;
    }
    body:not(.home) .entry-content .contact-alt .contact-alt-tel {
      color: #2a2723;
    }
    body:not(.home) .entry-content .contact-alt .contact-line-btn,
    body:not(.home) .entry-content .contact-alt .contact-line-btn:hover {
      color: #fff;
    }

    @media (max-width: 640px) {
      .contact-alt-grid {
        grid-template-columns: 1fr;
      }
    }
