    /* ローディングスキップ（パターン切替時） */
    .skip-loading #loading-screen {
      display: none !important;
    }

    /* 左下固定デザイン切替ボタン */
    .fixed-pattern-switch {
      position: fixed;
      bottom: 24px;
      left: 24px;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(8px);
      padding: 8px 14px;
      border-radius: 999px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }
    .fixed-pattern-switch__label {
      font-family: 'Montserrat', sans-serif;
      font-size: 10px;
      font-weight: 600;
      color: #666;
      letter-spacing: 0.05em;
      margin-right: 2px;
    }
    .pattern-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.2s;
      color: #999;
      background: #f0f0f0;
    }
    .pattern-btn.is-current {
      background: #4a9fd9;
      color: #fff;
    }
    .pattern-btn:not(.is-current):hover {
      background: #ddd;
      color: #333;
    }

    /* KV四方余白 */
    .p-index_kv {
      margin: 12px !important;
      width: calc(100% - 24px) !important;
      max-width: calc(100vw - 24px) !important;
      height: calc(100vh - 24px) !important;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
    }
    /* ボール画像削除に伴い、ヒーロー動画を全幅に */
    .p-index_kv__slider { width: 100% !important; height: 100% !important; }
    .p-index_kv__ball { display: none !important; }

    /* メインビジュアル オーバーレイ */
    .p-index_kv__slider__img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.25);
      pointer-events: none;
      z-index: 1;
    }

    /* ═══ ヘッダー — BLUEDGE風フル幅 ═══ */
    .l-header {
      height: 80px !important;
      top: 12px !important;
      background: transparent !important;
      box-shadow: none !important;
      transition: background 0.3s, box-shadow 0.3s, top 0.3s;
    }
    /* 初期状態: テキスト白（透明ヘッダー上） */
    .l-header__navi__link a {
      font-size: 14px;
      white-space: nowrap;
      color: #fff;
      transition: color 0.3s;
    }
    .l-header__navi__link a:hover {
      color: #4a9fd9;
    }
    .nav-plus {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border: none;
      background: transparent;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: rgba(255,255,255,0.6);
      padding: 0;
      line-height: 1;
      transition: color 0.2s, transform 0.3s;
      flex-shrink: 0;
    }
    .nav-plus:hover {
      color: #fff;
    }
    .nav-plus.is-open {
      transform: rotate(45deg);
      color: #4a9fd9;
    }
    /* スクロール時に白背景 + テキスト黒 + top戻す */
    body.header-filled .l-header {
      top: 0 !important;
      background: #fff !important;
      box-shadow: 0 1px 0 rgba(0,0,0,0.08) !important;
    }
    body.header-filled .header-logo--white { opacity: 0; transform: translateY(-4px); }
    body.header-filled .header-logo--black { opacity: 1; transform: translateY(0); }
    body.header-filled .l-header__navi__link a {
      color: #333;
    }
    body.header-filled .l-header__navi__link a:hover {
      color: #4a9fd9;
    }
    body.header-filled .nav-plus {
      color: #999;
    }
    body.header-filled .nav-plus:hover {
      color: #4a9fd9;
    }
    .l-header__inner.c-fluid {
      height: 100%;
      display: flex !important;
      align-items: center !important;
    }
    .l-header__navi {
      margin-left: auto !important;
      gap: clamp(20px, 2.5vw, 40px) !important;
      padding: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
      border-radius: 0 !important;
      height: auto;
      align-items: center;
    }
    .l-header__navi__link {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    /* CTAボタン — 角丸レクタングル（オレンジ） */
    .l-header__language a.header-cta {
      display: inline-flex !important;
      align-items: center;
      gap: 0.5em;
      height: 46px;
      padding: 0 2em !important;
      background: #4a9fd9 !important;
      color: #fff !important;
      border-radius: 6px !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      text-decoration: none !important;
      white-space: nowrap;
      box-shadow: none;
      transition: opacity 0.3s;
    }
    .l-header__language a.header-cta:hover {
      opacity: 0.85;
    }
    .l-header__language a.header-cta .cta-arrow {
      display: none;
    }

    /* ヒーローコピー — レインボー文字アニメーション */
    .kv-en-sub {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.2rem, 2vw, 1.6rem);
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      display: block;
      opacity: 0;
      animation: kvJaFade 0.5s ease 1s forwards;
    }
    .kv-jp-char {
      display: inline-block;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: clamp(4.5rem, 9vw, 10.5rem);
      font-weight: 700;
      line-height: 1.2;
      color: var(--c);
      opacity: 0;
      transform: translateY(40px) scale(0.85);
      animation:
        kvCharPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
        kvCharColor 6s ease calc(var(--i) * 0.18s + 1s) infinite;
      animation-delay:
        calc(var(--i) * 0.1s + 0.3s),
        calc(var(--i) * 0.18s + 1s);
    }
    @keyframes kvCharPop {
      0%   { opacity: 0; transform: translateY(40px) scale(0.85); }
      60%  { opacity: 1; transform: translateY(-6px) scale(1.04); }
      100% { opacity: 1; transform: translateY(0) scale(1); }
    }
    @keyframes kvCharColor {
      0%   { color: var(--c); transform: translateY(0) scale(1); }
      3%   { transform: translateY(-18px) scale(1.06); }
      6%   { transform: translateY(4px) scale(0.98); }
      9%   { color: var(--c); transform: translateY(-2px) scale(1.01); }
      12%  { color: #fff; transform: translateY(0) scale(1); }
      85%  { color: #fff; transform: translateY(0) scale(1); }
      88%  { transform: translateY(-18px) scale(1.06); }
      91%  { transform: translateY(4px) scale(0.98); }
      94%  { color: var(--c); transform: translateY(-2px) scale(1.01); }
      97%  { transform: translateY(0) scale(1); }
      100% { color: var(--c); transform: translateY(0) scale(1); }
    }
    @keyframes kvJaFade {
      to { opacity: 1; }
    }

    /* ヒーローコピー — 左寄せ・縦中央 */
    .p-index_kv__copy {
      align-items: flex-start !important;
      justify-content: center !important;
      max-width: none !important;
      text-align: left;
      position: absolute !important;
      top: 0 !important;
      bottom: 0 !important;
      left: 5% !important;
      transform: none !important;
      z-index: 5;
    }
    .p-index_kv__copy figure {
      margin: 0 !important;
      padding: 0 !important;
      width: auto !important;
    }
    .p-index_kv__copy figure.en {
      margin-bottom: 0.5em !important;
      line-height: 1 !important;
    }
    .p-index_kv__copy figure.jp {
      margin-top: 0 !important;
      line-height: 1.15 !important;
    }
    /* 球体を非表示 */
    .p-index_kv__earth { display: none !important; }



    /* 旧hero-links-barを非表示 */
    .hero-links-bar { display: none !important; }

    /* プライマリーボタン — 角丸レクタングル（オレンジ） */
    .c-button-primary .button,
    .c-button-primary a,
    .c-button-primary button {
      display: inline-flex !important;
      align-items: center;
      justify-content: space-between;
      background: #4a9fd9 !important;
      border: none !important;
      border-radius: 10px !important;
      color: #fff !important;
      padding: 0 24px !important;
      min-width: 220px !important;
      height: 56px;
      gap: 24px !important;
      position: relative;
      text-decoration: none;
      transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    .c-button-primary .button .text,
    .c-button-primary a .text,
    .c-button-primary button .text {
      font-size: 1rem !important;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: #fff !important;
      padding-right: 0;
    }
    /* ラインを非表示 */
    .c-button-primary .button .text::after,
    .c-button-primary a .text::after,
    .c-button-primary button .text::after {
      display: none !important;
    }
    /* アイコン — 白矢印のみ */
    .c-button-primary .button .icon,
    .c-button-primary a .icon,
    .c-button-primary button .icon {
      width: auto !important;
      height: auto !important;
      background: transparent !important;
      border: none !important;
      border-radius: 0 !important;
      color: #fff !important;
      position: relative;
    }
    .c-button-primary .button .icon::before,
    .c-button-primary a .icon::before,
    .c-button-primary button .icon::before {
      display: none !important;
    }
    .c-button-primary .button .icon svg,
    .c-button-primary a .icon svg,
    .c-button-primary button .icon svg {
      color: #fff !important;
      fill: #fff !important;
    }
    .c-button-primary .button .icon img,
    .c-button-primary a .icon img,
    .c-button-primary button .icon img {
      filter: brightness(0) invert(1) !important;
    }
    /* ホバー */
    .c-button-primary .button:hover,
    .c-button-primary a:hover,
    .c-button-primary button:hover {
      background: #3a8bc5 !important;
      opacity: 1;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(74, 159, 217, 0.35);
    }

    /* -white バリアント（SDGsセクション等） */
    .c-button-primary.-white a {
      background: rgba(255,255,255,0.15) !important;
      border: 1px solid rgba(255,255,255,0.5) !important;
      color: #fff !important;
    }
    .c-button-primary.-white a .text {
      color: #fff !important;
    }
    .c-button-primary.-white a .icon {
      color: #fff !important;
    }
    .c-button-primary.-white a .icon svg {
      color: #fff !important;
      fill: #fff !important;
    }
    .c-button-primary.-white a .icon img {
      filter: brightness(0) invert(1) !important;
    }
    .c-button-primary.-white a:hover {
      background: rgba(255,255,255,0.3) !important;
      opacity: 1;
    }

    /* 見出し — 上部に虹色グラデーションボーダー */
    /* ─── 見出し共通 ─── */
    .cp-vision-header {
      display: flex;
      flex-direction: column;
      margin-bottom: clamp(24px, 3vw, 40px);
      position: relative;
      padding-top: 1.2em;
    }
    .cp-vision-header::before {
      display: none !important;
    }
    .cp-vision-header__en {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      font-weight: 900;
      color: #4a9fd9 !important;
      letter-spacing: 0.02em;
      line-height: 1;
    }
    .cp-vision-header__sub {
      font-size: clamp(0.85rem, 1.1vw, 1rem);
      color: #555;
      white-space: nowrap;
      margin-top: 8px;
    }
    .cp-vision-header.-white .cp-vision-header__en {
      color: #fff;
    }
    .cp-vision-header.-white .cp-vision-header__sub {
      color: rgba(255,255,255,0.7);
    }
    /* SDGs text-area 調整 */
    .p-index_recruit__text-area {
      padding-right: 0px;
    }
    .p-index_recruit__text-area__body p {
      font-size: 1.025rem;
      line-height: 1.8;
    }

    /* MISSION セクション */
    .p-index_technology {
      overflow: visible !important;
    }
    /* About Us 内部の白背景を透明に */
    .p-index_technology__ball__inner::before {
      background: transparent !important;
      backdrop-filter: none !important;
    }
    /* 背景画像グループ */
    .technology-bg-group {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }
    .technology-bg-group.is-fixed {
      position: fixed;
    }
    /* MISSION セクション中央の背景ロゴ */
    .technology-bg-logo {
      position: absolute;
      top: 23%;
      left: 22%;
      transform: translate(-50%, -50%);
      width: 40%;
      max-width: 270px;
      opacity: 0.35;
      pointer-events: none;
      z-index: 0;
      user-select: none;
    }
    /* 四角オブジェクト — ロゴの右下 */
    .technology-bg-shikaku {
      position: absolute;
      top: 34%;
      left: 43%;
      transform: translate(-50%, -50%) rotate(15deg);
      width: 20%;
      max-width: 240px;
      opacity: 0.35;
      pointer-events: none;
      z-index: 0;
      user-select: none;
    }
    /* 三角オブジェクト — 四角の下 */
    .technology-bg-sankaku {
      position: absolute;
      top: 45%;
      left: 32%;
      transform: translate(-50%, -50%) rotate(-12deg);
      width: 18%;
      max-width: 160px;
      opacity: 0.35;
      pointer-events: none;
      z-index: 0;
      user-select: none;
    }
    /* MISSION セクションの下余白 */
    .p-index_technology > .c-container.-l {
      margin-bottom: 80px;
    }
    /* About Us セクション */
    .p-index_technology__ball {
      margin-top: 60px !important;
    }
    .p-index_technology__ball__inner {
      border: none !important;
      padding: 0 !important;
    }
    .p-index_technology__ball__inner .cp-vision-header {
      align-items: flex-end;
    }
    .p-index_technology__ball__inner .cp-vision-header::before {
      left: auto;
      right: 0;
    }
    .p-index_technology__ball__inner .p-index_technology__text-area {
      text-align: right;
      margin-left: auto;
      margin-bottom: 40px;
    }
    .mission-headline {
      font-size: clamp(1.5rem, 2.5vw, 2rem);
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 1em;
      color: #333;
    }
    /* About Us — ヘッダー2カラム */
    .aboutus-header {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 40px;
    }
    .aboutus-header__left p {
      font-size: clamp(0.95rem, 1.2vw, 1.1rem);
      font-weight: 700;
      line-height: 1.8;
      color: #555;
    }
    .aboutus-header__right {
      flex-shrink: 0;
      text-align: right;
    }
    /* About Us — 2カラム（左説明 + 右カード） */
    .aboutus-twocol {
      display: flex;
      flex-direction: row-reverse;
      gap: 48px;
      align-items: stretch;
      background: #D7E7F2;
      border-radius: 20px;
      padding: 48px;
      position: relative;
      overflow: hidden;
    }
    @keyframes aboutus-bg-slide {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-33.333%); }
    }
    .aboutus-twocol::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 300%;
      height: 50%;
      background: url('../../img/nissin/company-bg.png') repeat-x left bottom / auto 100%;
      opacity: 0.25;
      pointer-events: none;
      z-index: 0;
      animation: aboutus-bg-slide 60s linear infinite;
    }
    .aboutus-twocol__left {
      flex: 0 0 42%;
      max-width: 42%;
      display: flex;
      flex-direction: column;
      text-align: right;
      position: relative;
      z-index: 1;
    }
    .aboutus-twocol__label {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      color: #4a9fd9;
      margin-bottom: 8px;
    }
    .aboutus-twocol__heading-lg {
      font-size: clamp(1.75rem, 3.5vw, 2.5rem);
      font-weight: 900;
      color: #222;
      line-height: 1.4;
      margin-bottom: 12px;
    }
    .aboutus-twocol__dots {
      display: block;
      font-size: 1.5rem;
      font-weight: 700;
      color: #333;
      letter-spacing: 0.15em;
      margin-bottom: 20px;
    }
    .aboutus-twocol__heading-md {
      font-size: clamp(1.125rem, 2vw, 1.5rem);
      font-weight: 700;
      color: #333;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .aboutus-twocol__desc {
      font-size: 0.9rem;
      line-height: 2;
      color: #666;
      margin-bottom: 28px;
    }
    .aboutus-twocol__img {
      margin: 0;
      margin-top: auto;
      border-radius: 12px;
      overflow: hidden;
    }
    .aboutus-twocol__img img {
      width: 85%;
      height: 280px;
      object-fit: cover;
      border-radius: 12px;
      display: block;
      margin-left: auto;
      transition: opacity 0.5s ease;
    }
    .aboutus-twocol__right {
      flex: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      position: relative;
      z-index: 1;
    }
    .aboutus-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 12px;
      padding: 40px 28px;
      text-decoration: none;
      color: #333;
      position: relative;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .aboutus-card:hover {
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
      transform: translateY(-3px);
    }
    .aboutus-card__title {
      font-size: 1.125rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 12px;
    }
    .aboutus-card__desc {
      font-size: 0.85rem;
      line-height: 1.7;
      color: #777;
      margin: 0;
      flex: 1;
    }
    .aboutus-card__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 20px;
      order: -1;
    }
    .aboutus-card__tag {
      font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      color: #4a9fd9;
      background: none;
      padding: 0;
      border-radius: 999px;
    }
    .aboutus-card__arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border: 1.5px solid #4a9fd9;
      border-radius: 8px;
      color: #4a9fd9;
      margin-top: 65px;
      margin-bottom: 20px;
      transition: background 0.3s, border-color 0.3s;
    }
    .aboutus-card:hover .aboutus-card__arrow {
      background: #4a9fd9;
      border-color: #4a9fd9;
      color: #fff;
    }
    @media (max-width: 768px) {
      .aboutus-header {
        flex-direction: column-reverse;
        gap: 16px;
      }
      .aboutus-header__right {
        text-align: left;
      }
      .aboutus-twocol {
        flex-direction: column;
        padding: 28px 20px;
        gap: 32px;
      }
      .aboutus-twocol__left {
        flex: none;
        max-width: 100%;
      }
      .aboutus-twocol__right {
        grid-template-columns: 1fr;
      }
    }



    /* スライダー上部ナビ（左上にアロー＋カウンター） */
    .slider-top-nav {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
      position: relative;
      z-index: 5;
    }
    .slider-top-nav__arrows {
      display: flex;
      gap: 8px;
    }
    .slider-top-nav__prev,
    .slider-top-nav__next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1.5px solid #4a9fd9;
      background: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }
    .slider-top-nav__prev:hover,
    .slider-top-nav__next:hover {
      background: #4a9fd9;
    }
    .slider-top-nav__prev:hover svg path,
    .slider-top-nav__next:hover svg path {
      stroke: #fff;
    }
    .slider-top-nav__counter {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #a0acba;
      font-size: 0.975rem;
    }
    .slider-top-nav__current {
      color: #4a9fd9;
      font-size: 1.325rem;
    }
    /* 元のアロー・カウンターを非表示 */
    .p-index_technology__slider .swiper-custom-counter {
      display: none !important;
    }
    .p-index_technology__slider__thumbnail .operation__wrap {
      display: none !important;
    }
    /* detail__use をラベルタグ化・左下配置 */
    .p-index_technology__slider__thumbnail .detail {
      position: relative;
      padding-bottom: 50px;
    }
    .p-index_technology__slider__thumbnail .detail__use {
      position: absolute !important;
      bottom: 0;
      left: 0;
      z-index: 5;
      flex: none !important;
    }
    .p-index_technology__slider__thumbnail .detail__use__text-area > ul {
      gap: 0.5em !important;
    }
    .p-index_technology__slider__thumbnail .detail__use__text-area > ul > li {
      padding-left: 0 !important;
      background: #4a9fd9;
      color: #fff;
      font-size: 0.925rem !important;
      font-weight: 500;
      padding: 0.35em 1em !important;
      border-radius: 999px;
      white-space: nowrap;
    }
    .p-index_technology__slider__thumbnail .detail__use__text-area > ul > li::before {
      display: none !important;
    }
    /* 「詳しく見る」タイトルとサムネ画像を非表示、ボタンのみ残す */
    .p-index_technology__slider__thumbnail .detail__spec__title {
      display: none !important;
    }
    .p-index_technology__slider__thumbnail .detail__spec__text-area .img {
      display: none !important;
    }
    /* About Usスライダー内ボタンの位置を下げる */
    .p-index_technology__slider__thumbnail .detail .c-button-primary {
      margin-top: 40px !important;
    }
    /* スライダー画像アスペクト比固定・3枚表示 */
    .p-index_technology__slider__main {
      aspect-ratio: auto !important;
      overflow: visible !important;
    }
    .p-index_technology__slider__main .swiper-wrapper {
      align-items: center !important;
    }
    .p-index_technology__slider__main .swiper-slide {
      aspect-ratio: auto !important;
      height: auto !important;
      padding-bottom: 0 !important;
      scale: 0.85 !important;
      opacity: 0 !important;
      visibility: hidden;
      transition: scale 0.5s, opacity 0.5s, visibility 0.5s;
    }
    .p-index_technology__slider__main .swiper-slide-active {
      scale: 1.15 !important;
      opacity: 1 !important;
      visibility: visible;
    }
    .p-index_technology__slider__main .swiper-slide-prev,
    .p-index_technology__slider__main .swiper-slide-next {
      opacity: 0.5 !important;
      visibility: visible;
    }
    .p-index_technology__slider__main .swiper-slide img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }

    /* About Us ブロック下部パーティクル */
    .p-index_technology__ball {
      position: relative;
    }
    .particles-canvas {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 350px;
      pointer-events: none;
      z-index: 0;
    }

    /* Products セクション — 動画背景＋ダークオーバーレイ */
    .p-index_product {
      position: relative;
      overflow: hidden;
      clip-path: inset(0);
    }
    .product-bg-videos {
      position: fixed;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) rotate(-8deg);
      z-index: 0;
      display: flex;
      flex-direction: column;
      gap: 5px;
      background: #000;
      width: 200%;
    }
    .product-video-row {
      display: flex;
      gap: 5px;
    }
    .product-video-row.-offset {
      margin-left: calc(-100% / 6);
    }
    .product-video-row video {
      flex: 1 1 0;
      min-width: 0;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      pointer-events: none;
      display: block;
    }
    .product-bg-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.82);
      z-index: 1;
    }
    .product-bg-overlay::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-image: radial-gradient(circle, #000 1px, transparent 1px);
      background-size: 4px 4px;
      opacity: 0.3;
      pointer-events: none;
    }
    .p-index_product .cp-vision-header__en,
    .p-index_product .cp-vision-header__sub {
      color: #fff !important;
    }
    /* .p-index_product .c-button-primary a — index.php の inline style で上書き */

    /* ═══ Photo Mosaic ═══ */
    .photo-mosaic {
      padding: 0;
    }
    .photo-mosaic__grid {
      display: grid;
      grid-template-columns: 5fr 2fr 3fr;
      grid-template-rows: 300px 260px;
      gap: 10px;
    }
    .photo-mosaic__item {
      margin: 0;
      overflow: hidden;
      border-radius: 8px;
    }
    .photo-mosaic__item img,
    .photo-mosaic__item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* ═══ ポヨン出現アニメーション ═══ */
    @keyframes mosaic-pop {
      0%   { opacity: 0; transform: scale(0.6); }
      60%  { opacity: 1; transform: scale(1.05); }
      80%  { transform: scale(0.97); }
      100% { opacity: 1; transform: scale(1); }
    }
    /* 子要素にディレイ付きポヨン（カード等） */
    .pop-children > * {
      opacity: 0;
      transform: scale(0.8);
    }
    .pop-children.is-act > * {
      animation: mosaic-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }
    .pop-children.is-act > *:nth-child(1) { animation-delay: 0s; }
    .pop-children.is-act > *:nth-child(2) { animation-delay: 0.12s; }
    .pop-children.is-act > *:nth-child(3) { animation-delay: 0.24s; }
    .pop-children.is-act > *:nth-child(4) { animation-delay: 0.36s; }
    .pop-children.is-act > *:nth-child(5) { animation-delay: 0.48s; }
    .pop-children.is-act > *:nth-child(6) { animation-delay: 0.60s; }
    .photo-mosaic__item {
      opacity: 0;
      transform: scale(0.6);
    }
    .photo-mosaic__item.is-visible {
      animation: mosaic-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }
    .photo-mosaic__item--a.is-visible { animation-delay: 0s; }
    .photo-mosaic__item--b.is-visible { animation-delay: 0.2s; }
    .photo-mosaic__item--c.is-visible { animation-delay: 0.4s; }
    .photo-mosaic__item--d.is-visible { animation-delay: 0.6s; }
    /* A: 左上 大 */
    .photo-mosaic__item--a {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
    }
    /* 右上中央は空き */
    /* B: 右端上 */
    .photo-mosaic__item--b {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
    }
    /* 左下は空き */
    /* C: 中央下 */
    .photo-mosaic__item--c {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
    }
    /* D: 右下 */
    .photo-mosaic__item--d {
      grid-column: 3 / 4;
      grid-row: 2 / 3;
    }
    @media (max-width: 768px) {
      .photo-mosaic { padding: 40px 0; }
      .photo-mosaic__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 160px;
        gap: 8px;
      }
      .photo-mosaic__blank { display: none; }
      .photo-mosaic__item--a { grid-column: 1 / 3; grid-row: 1 / 2; }
      .photo-mosaic__item--b { grid-column: 1 / 2; grid-row: 2 / 3; }
      .photo-mosaic__item--c { display: none; }
      .photo-mosaic__item--d { grid-column: 2 / 3; grid-row: 2 / 3; }
    }

    /* Products 白背景セクション */
    .p-index_product-white {
      background: #fff;
      padding: 60px 0;
    }

    /* Products セクション — 見出し左寄せ + カード3枚 */
    .product-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 48px;
    }
    .product-header__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.9rem;
      font-weight: 700;
      color: #fff;
      background: #4a9fd9;
      padding: 12px 28px;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.3s, transform 0.3s;
      white-space: nowrap;
    }
    .product-header__btn:hover {
      background: #3a8bc5;
      transform: translateY(-2px);
    }
    .product-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .product-card {
      display: block;
      border-radius: 12px 12px 0 0;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      transition: none;
    }
    .product-card:hover {
    }
    .product-card__img {
      margin: 0;
      border-radius: 12px 12px 0 0;
      overflow: hidden;
      aspect-ratio: 4/3;
    }
    .product-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s;
    }
    .product-card:hover .product-card__img img {
      transform: scale(1.05);
    }
    .product-card__body {
      padding: 24px 0 16px;
      position: relative;
    }
    .product-card__body-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
    .product-card__tag {
      display: inline-block;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      color: #fff;
      background: #4a9fd9;
      padding: 4px 14px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      margin-bottom: 16px;
    }
    .product-card__sub {
      font-size: 0.875rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 4px;
    }
    .product-card__title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 20px;
    }
    .product-card__desc {
      font-size: 0.9rem;
      line-height: 1.85;
      color: #555;
    }
    .product-card__arrow {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid #4a9fd9;
      border-radius: 8px;
      color: #4a9fd9;
      font-size: 1.2rem;
      transition: background 0.3s, color 0.3s;
    }
    .product-card:hover .product-card__arrow {
      background: #4a9fd9;
      color: #fff;
    }
    /* Recruit & Contact セクション */
    .rc-section {
      padding: 60px 0;
    }
    .rc-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }
    .rc-block {
      background: #D7E7F2;
      border-radius: 20px;
      padding: 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .rc-block::after {
      content: '';
      position: absolute;
      right: -5%;
      bottom: -10%;
      width: 80%;
      height: 90%;
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: contain;
      opacity: 0.07;
      pointer-events: none;
      z-index: 0;
    }
    .rc-block > * {
      position: relative;
      z-index: 1;
    }
    .rc-block:first-child::after {
      background-image: url('../../img/nissin/recruit-bg.png');
    }
    .rc-block:last-child {
      background: #D5E4F1;
    }
    .rc-block:last-child::after {
      background-image: url('../../img/nissin/contact-bg.png');
    }
    .rc-block__label {
      font-size: 0.85rem;
      color: #4a9fd9;
      display: block;
      margin-bottom: 8px;
    }
    .rc-block__en {
      font-size: clamp(1.25rem, 2vw, 1.625rem);
      font-weight: 700;
      color: #111;
      line-height: 1.6;
      margin-bottom: 8px;
    }
    .rc-block__dots {
      font-size: 1.5rem;
      color: #4a9fd9;
      letter-spacing: 0.3em;
      margin-bottom: 16px;
      display: block;
    }
    .rc-block__desc {
      font-size: 0.9rem;
      line-height: 1.8;
      color: #333;
      margin-bottom: 32px;
    }
    .rc-block__tel {
      margin-bottom: 32px;
    }
    .rc-block__tel-number {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.3rem, 2.5vw, 1.8rem);
      font-weight: 700;
      color: #111;
      margin: 0;
    }
    .rc-block__tel-hours {
      font-size: 0.8rem;
      color: #555;
      margin: 4px 0 12px;
    }
    .rc-minicards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, auto);
      gap: 10px;
      margin-bottom: 32px;
    }
    .rc-minicard {
      background: #fff;
      border-radius: 10px;
      padding: 14px 18px;
      text-decoration: none;
      color: inherit;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background 0.3s;
    }
    .rc-minicard:hover {
      background: #f0f4f8;
    }
    .rc-minicard__title {
      font-size: 0.85rem;
      font-weight: 600;
      color: #111;
    }
    .rc-minicard__arrow {
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid #4a9fd9;
      border-radius: 6px;
      color: #4a9fd9;
      font-size: 0.9rem;
      flex-shrink: 0;
      transition: background 0.3s, color 0.3s;
    }
    .rc-minicard:hover .rc-minicard__arrow {
      background: #4a9fd9;
      color: #fff;
    }
    .rc-block__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.9rem;
      font-weight: 700;
      color: #fff;
      background: #4a9fd9;
      padding: 12px 28px;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.3s, transform 0.3s;
    }
    .rc-block__btn:hover {
      background: #3a8bc5;
      transform: translateY(-2px);
    }

    /* 虹色バーアニメーション */
    .rainbow-bars {
      position: relative;
      width: 100%;
      height: 160px;
      overflow: hidden;
    }
    .rainbow-bars--grouped {
      position: absolute;
      bottom: 35%;
      left: 0;
      width: 100%;
    }
    .rainbow-bars .bar {
      position: absolute;
      border-radius: 3px;
      background: linear-gradient(90deg, #e63e1c, #f5a623, #d4c826, #2ea854, #2b7ec1, #a8d8ea);
      will-change: transform;
    }
    /* 手前（大きい）バーはぼかし */
    .rainbow-bars .bar.--near {
      height: 6px;
      filter: blur(3px);
      opacity: 0.45;
    }
    /* 中間バー */
    .rainbow-bars .bar.--mid {
      height: 4px;
      filter: blur(0.5px);
      opacity: 0.7;
    }
    /* 奥（シャープ）バー */
    .rainbow-bars .bar.--far {
      height: 3px;
      filter: none;
      opacity: 1;
    }
    /* CTA Footer — オーバーレイ + ボタン */
    .c-cta_footer__link {
      position: relative;
    }
    .cta-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.45);
      z-index: 1;
      pointer-events: none;
    }
    .c-cta_footer__link .cp-vision-header {
      position: relative;
      z-index: 2;
      margin-bottom: 16px;
    }
    .c-cta_footer__link .cp-vision-header::before {
      display: none !important;
    }
    .c-cta_footer__link .cp-vision-header.-white .cp-vision-header__en {
      color: #fff;
    }
    .c-cta_footer__link .cp-vision-header.-white .cp-vision-header__sub {
      color: rgba(255,255,255,0.7);
    }
    .c-cta_footer__link .c-button-primary {
      display: flex !important;
      justify-content: flex-end !important;
      width: 100%;
      position: relative;
      z-index: 2;
    }
    .c-cta_footer__link > a {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
    }
    .c-cta_footer__link > a > p {
      position: relative;
      z-index: 2;
    }
    .c-cta_footer__link .c-button-primary span {
      display: flex;
      align-items: center;
    }
    .c-cta_footer__link .c-button-primary .cta-btn-inner {
      display: flex;
      align-items: center;
      color: #fff !important;
    }
    .c-cta_footer__link .c-button-primary a,
    .c-cta_footer__link .c-button-primary span {
      color: #fff !important;
    }
    .c-cta_footer__link .c-button-primary a {
      background: rgba(255,255,255,0.15) !important;
      border: 1px solid rgba(255,255,255,0.5) !important;
    }
    /* 元の丸アイコンを非表示 */
    .c-cta_footer__link > a > .icon {
      display: none !important;
    }

    @keyframes rainbowSlide {
      from { transform: translateX(100vw); }
      to   { transform: translateX(-100%); }
    }

    /* News セクション */
    .p-index_news {
      background: transparent !important;
      padding: 36px 0 36px !important;
    }
    .news-layout {
      display: flex;
      gap: 50px;
    }
    .news-layout__cards {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .news-layout__cards .product-card__title {
      font-size: 1rem;
    }
    .news-layout__cards .product-card__desc {
      display: none;
    }
    .news-layout__cards .product-card__arrow {
      width: 32px;
      height: 32px;
      font-size: 1rem;
    }
    .news-layout__side {
      flex: 0 0 240px;
    }

    /* ニュースカードリスト */
    .news-card-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .news-card-item {
      border-bottom: 1px solid #d1d1d6;
      padding: 20px 0;
    }
    .news-card-item:first-child {
      padding-top: 0;
    }
    .news-card-item a {
      display: flex;
      gap: 24px;
      text-decoration: none;
      color: #4a9fd9;
      align-items: center;
    }
    .news-card-item__thumb {
      flex: 0 0 200px;
      margin: 0;
      border-radius: 8px;
      overflow: hidden;
    }
    .news-card-item__thumb img {
      width: 100%;
      aspect-ratio: 16/9;
      object-fit: cover;
      display: block;
      transition: transform 0.4s;
    }
    .news-card-item a:hover .news-card-item__thumb img {
      transform: scale(1.05);
    }
    .news-card-item__content {
      flex: 1;
      padding-top: 0;
    }
    .news-card-item__meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }
    .news-card-item__meta time {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.025rem;
      color: #a0acba;
    }
    .news-card-item__tag {
      display: inline-block;
      padding: 0.2em 0.8em;
      border: 1px solid #d1d1d6;
      border-radius: 999px;
      font-size: 0.75rem;
      color: #4a9fd9;
      letter-spacing: 0.05em;
    }
    .news-card-item__title {
      font-size: 0.925rem;
      line-height: 1.6;
      color: #333;
      margin: 0 0 12px;
    }
    .news-card-item__arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border: 1.5px solid #4a9fd9;
      border-radius: 8px;
      color: #4a9fd9;
      font-size: 1.1rem;
      transition: background 0.3s, color 0.3s;
    }
    .news-card-item a:hover .news-card-item__arrow {
      background: #4a9fd9;
      color: #fff;
    }

    /* SNSアイコン */
    .news-sns {
      display: flex;
      gap: 12px;
    }
    .news-sns__icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1.5px solid #d1d1d6;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4a9fd9;
      text-decoration: none;
      transition: background 0.3s, border-color 0.3s;
    }
    .news-sns__icon:hover {
      background: #4a9fd9;
      border-color: #4a9fd9;
      color: #fff;
    }

    /* Company セクション — 1カラム・画像左端寄せ */
    .p-index_company {
      padding-block: 60px 80px !important;
      position: relative;
    }
    .p-index_bg {
      overflow: visible !important;
    }
    .company-header {
      margin-bottom: 48px;
    }
    .company-block {
      display: flex;
      gap: 48px;
      align-items: stretch;
      background: #D5E4F1;
      border-radius: 20px;
      padding: 48px;
      position: relative;
      overflow: hidden;
    }
    @keyframes company-bg-slide {
      0%   { transform: translateX(-33.333%); }
      100% { transform: translateX(0); }
    }
    .company-block::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 300%;
      height: 50%;
      background: url('../../img/nissin/company-bg.png') repeat-x left bottom / auto 100%;
      opacity: 0.25;
      pointer-events: none;
      z-index: 0;
      animation: company-bg-slide 60s linear infinite;
    }
    .company-block__left {
      flex: 0 0 35%;
      max-width: 35%;
      display: flex;
      flex-direction: column;
      text-align: left;
      position: relative;
      z-index: 1;
    }
    .company-block__label {
      font-size: 0.85rem;
      color: #4a9fd9;
      margin-bottom: 8px;
    }
    .company-block__heading-lg {
      font-size: clamp(1.25rem, 2vw, 1.625rem);
      font-weight: 700;
      color: #111;
      line-height: 1.6;
      margin-bottom: 8px;
    }
    .company-block__dots {
      font-size: 1.5rem;
      color: #4a9fd9;
      letter-spacing: 0.3em;
      margin-bottom: 16px;
    }
    .company-block__values {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }
    .company-block__values li {
      font-size: 0.95rem;
      line-height: 1.8;
      color: #333;
    }
    .company-block__values li strong {
      color: #4a9fd9;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
    }
    .company-block__img {
      margin: auto 0 0 0;
    }
    .company-block__img img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 12px;
      display: block;
      transition: opacity 0.3s;
    }
    .company-block__right {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      position: relative;
      z-index: 1;
    }
    .company-block__right .aboutus-card {
      padding: 28px 24px;
    }
    .company-block__right .aboutus-card:nth-child(4) {
      grid-column: 2 / 3;
    }
    .company-block__right .aboutus-card:nth-child(5) {
      grid-column: 3 / 4;
    }

    /* ═══ ヘッダー常時固定（スクロールダウン時も非表示にしない） ═══ */
    .is-down .l-header {
      transform: translateY(0) !important;
    }
    /* ═══ ナビパネル（ATSUGI風） ═══ */
    /* 既存メガメニューを完全非表示 */
    .l-header__navi__mega,
    .l-header__navi__mega::before,
    .js-mega_content {
      display: none !important;
    }
    /* パネル開時のヘッダー */
    .l-header.is-act {
      background: #fff !important;
      box-shadow: 0 1px 0 rgba(0,0,0,0.08) !important;
    }
    .l-header.is-act .l-header__navi {
      box-shadow: none !important;
    }
    .l-header.is-act .header-logo--white { opacity: 0; transform: translateY(-4px); }
    .l-header.is-act .header-logo--black { opacity: 1; transform: translateY(0); }
    .l-header.is-act .l-header__navi__link a {
      color: #333;
    }
    .l-header.is-act .nav-plus {
      color: #999;
    }
    /* パネル開中のアクティブ項目 */
    .l-header__navi__link[data-nav-panel].is-panel-active > a {
      color: #4a9fd9;
    }
    .l-header__navi__link[data-nav-panel].is-panel-active .nav-plus {
      color: #4a9fd9;
    }
    /* オーバーレイ */
    .l-headerNavPanel__layer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.35);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
      pointer-events: none;
      z-index: 8003;
    }
    .l-headerNavPanel__layer.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    /* パネルコンテナ */
    .l-headerNavPanel__container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      transform: translateY(-100%);
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 8004;
      pointer-events: none;
      box-shadow: 0 8px 30px rgba(0,0,0,0.10);
    }
    .l-headerNavPanel__container.is-active {
      transform: translateY(0);
      pointer-events: auto;
    }
    /* パネル内レイアウト */
    .l-headerNavPanel__inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 150px 40px 55px;
      display: grid;
      grid-template-columns: 220px 1fr;
      gap: 50px;
      align-items: start;
    }
    /* 左カラム：見出し */
    .l-headerNavPanel__head {
      padding-top: 8px;
    }
    .l-headerNavPanel__head__en {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #a0acba;
      margin: 0 0 6px 0;
    }
    .l-headerNavPanel__head__ja {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #111;
      margin: 0 0 24px 0;
      line-height: 1.4;
    }
    .l-headerNavPanel__head__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: #4a9fd9;
      text-decoration: none;
      border: 1px solid rgba(74,159,217,0.4);
      padding: 7px 18px;
      border-radius: 2px;
      transition: background 0.25s, color 0.25s;
    }
    .l-headerNavPanel__head__link:hover {
      background: #4a9fd9;
      color: #fff;
    }
    /* 右カラム：写真 + リンク一覧 */
    .l-headerNavPanel__body {
      display: grid;
      grid-template-columns: 260px 1fr;
      gap: 36px;
      align-items: start;
    }
    .l-headerNavPanel__photo {
      width: 260px;
      height: 170px;
      overflow: hidden;
      border-radius: 4px;
      margin: 0;
    }
    .l-headerNavPanel__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .l-headerNavPanel__list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .l-headerNavPanel__list li {
      border-bottom: 1px solid rgba(0,0,0,0.08);
    }
    .l-headerNavPanel__list li:first-child {
      border-top: 1px solid rgba(0,0,0,0.08);
    }
    .l-headerNavPanel__list a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 8px;
      font-size: 14px;
      font-weight: 500;
      color: #333;
      text-decoration: none;
      transition: color 0.2s, padding-left 0.25s;
    }
    .l-headerNavPanel__list a:hover {
      color: #4a9fd9;
      padding-left: 14px;
    }
    .l-headerNavPanel__list a .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(0,0,0,0.3);
      opacity: 1;
      transition: opacity 0.2s;
    }
    .l-headerNavPanel__list a:hover .arrow {
      color: #4a9fd9;
    }
    /* 親カテゴリ（リンクなし） */
    .l-headerNavPanel__list li.is-parent > span {
      display: block;
      padding: 15px 8px 6px;
      font-size: 15px;
      font-weight: 700;
      color: #888;
      letter-spacing: 0.04em;
    }
    .l-headerNavPanel__list li.is-parent {
      border-bottom: none;
    }
    /* サブアイテム */
    .l-headerNavPanel__list li.is-sub a {
      padding-left: 22px;
      font-size: 15px;
    }
    .l-headerNavPanel__list li.is-sub a:hover {
      padding-left: 30px;
      color: #4a9fd9;
    }
    /* 採用パネル：リンク数が多いので2列レイアウト */
    .l-headerNavPanel__body--wide {
      display: grid;
      grid-template-columns: 260px 1fr 1fr;
      gap: 36px;
      align-items: start;
    }

    /* ═══ フッター — ネイビー角丸 ═══ */
    .l-footer {
      background: transparent !important;
      padding: 0 12px 12px !important;
    }
    .l-footer > .c-container {
      background: #0f1e3d;
      border-radius: 12px;
      padding: 60px 60px 40px;
      width: calc(100vw - 24px) !important;
      max-width: calc(100vw - 24px);
      margin: 0 auto;
      box-sizing: border-box;
    }
    .l-footer__bg {
      display: none !important;
    }
    .l-footer__body__info .logo img {
      filter: brightness(0) invert(1);
    }
    .l-footer__body__info,
    .l-footer__body__info p,
    .l-footer__body__info .c-text09 {
      color: rgba(255,255,255,0.8) !important;
    }
    .l-footer__body__info .footer-fw500 {
      color: #fff !important;
    }
    .l-footer__body__navi a,
    .l-footer__body-navi__item > a,
    .l-footer__body-navi__sub-item a {
      color: rgba(255,255,255,0.7) !important;
    }
    .l-footer__body__navi a:hover,
    .l-footer__body-navi__item > a:hover,
    .l-footer__body-navi__sub-item a:hover {
      color: #fff !important;
    }
    .l-footer__bottom {
      border-top: 1px solid rgba(255,255,255,0.15) !important;
    }
    .l-footer__bottom__copyright,
    .l-footer__bottom-navi__item a {
      color: rgba(255,255,255,0.5) !important;
    }
    .l-footer .c-button-primary a {
      border-color: rgba(255,255,255,0.4) !important;
      color: #fff !important;
    }
    .l-footer .c-button-primary a:hover {
      border-color: #fff !important;
    }
    .l-footer .c-button-primary .icon img,
    .l-footer .c-button-primary .icon svg {
      filter: brightness(0) invert(1);
    }

