/* KBC テーマ（TOP・中ページ共通）— body に page-kbc-blue があるときのみ読み込み
 * 25: 不動産・ラグジュアリー（ネイビー × ブリリアントゴールド） */

body.page-kbc-blue {
    --kbc-blue: #142a45;
    --kbc-gold: #b8956a;
    --kbc-gold-light: #d4bc94;
    --kbc-cream: #f7f4ef;
    --kbc-text: #1c1c1c;
}

@keyframes kbc-hero-blink-bar {
    0%, 100% { opacity: 0; }
    50% { opacity: 0.18; }
}

@media (prefers-reduced-motion: reduce) {
    .kbc-hero__topbar-flicker { animation: none !important; }
}

body.page-kbc-blue.paper-texture {
    background: var(--kbc-cream, #f7f4ef) !important;
}

body.page-kbc-blue nav.fixed {
    background: rgba(247, 244, 239, 0.94) !important;
    border-bottom-color: rgba(20, 42, 69, 0.12) !important;
    box-shadow: 0 4px 32px rgba(20, 42, 69, 0.06) !important;
}

body.page-kbc-blue nav .text-forest,
body.page-kbc-blue footer .text-forest {
    color: var(--kbc-blue, #142a45) !important;
}

body.page-kbc-blue nav .text-primary,
body.page-kbc-blue footer a.text-primary {
    color: var(--kbc-blue, #142a45) !important;
}

body.page-kbc-blue header a.hover\:text-primary:hover {
    color: var(--kbc-gold, #b8956a) !important;
}

body.page-kbc-blue header a.group:hover .group-hover\:text-primary {
    color: var(--kbc-gold, #b8956a) !important;
}

body.page-kbc-blue nav a.bg-primary,
body.page-kbc-blue nav a.bg-primary.text-white {
    background-color: var(--kbc-blue, #142a45) !important;
    color: #fff !important;
    border-color: transparent !important;
}

body.page-kbc-blue nav a.border-primary {
    border-color: var(--kbc-blue, #142a45) !important;
    color: var(--kbc-blue, #142a45) !important;
}

/* ヘッダー / ドロワー「お問い合わせ」CTA — ホバーアニメーション */
body.page-kbc-blue #mobile-nav-panel a.kbc-contact-cta.bg-primary.text-white {
    background-color: var(--kbc-blue, #142a45) !important;
    color: #fff !important;
}

body.page-kbc-blue .kbc-contact-cta {
    transition:
        transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1),
        box-shadow 0.38s ease,
        background-color 0.38s ease,
        border-color 0.38s ease,
        filter 0.38s ease;
}

body.page-kbc-blue .kbc-contact-cta__icon {
    display: inline-block;
    transition: transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1);
}

body.page-kbc-blue .kbc-contact-cta:not(.kbc-contact-cta--on-page):hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 14px 36px rgba(20, 42, 69, 0.32),
        0 0 0 1px rgba(184, 149, 106, 0.4);
    background-color: #1c3a5a !important;
    filter: brightness(1.06);
}

body.page-kbc-blue .kbc-contact-cta:not(.kbc-contact-cta--on-page):hover .kbc-contact-cta__icon {
    transform: translateX(4px) scale(1.08);
}

body.page-kbc-blue .kbc-contact-cta--on-page:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(20, 42, 69, 0.14);
    background-color: rgba(20, 42, 69, 0.09) !important;
    border-color: var(--kbc-gold, #b8956a) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.page-kbc-blue .kbc-contact-cta,
    body.page-kbc-blue .kbc-contact-cta__icon {
        transition-duration: 0.01ms !important;
    }

    body.page-kbc-blue .kbc-contact-cta:hover {
        transform: none;
        filter: none;
    }

    body.page-kbc-blue .kbc-contact-cta:not(.kbc-contact-cta--on-page):hover .kbc-contact-cta__icon {
        transform: none;
    }
}

body.page-kbc-blue #mobile-nav-toggle {
    background: var(--kbc-blue, #142a45) !important;
    border-radius: 9999px !important;
    padding: 0.65rem !important;
}

body.page-kbc-blue #mobile-nav-toggle span.block {
    background: #ffffff !important;
}

body.page-kbc-blue #mobile-nav-toggle .text-on-surface-variant {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.page-kbc-blue nav.fixed ul li a.text-forest {
    color: var(--kbc-blue, #142a45) !important;
}

body.page-kbc-blue .footer-wave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 52' preserveAspectRatio='none'%3E%3Cpath fill='%23f0ebe3' d='M0 30 Q280 10 600 28 T1200 24 V52H0z'/%3E%3C/svg%3E") !important;
}

body.page-kbc-blue footer.border-outline-variant\/50 {
    border-color: rgba(20, 42, 69, 0.1) !important;
}

body.page-kbc-blue footer.bg-surface-soft\/80 {
    background: #ebe6dc !important;
}

body.page-kbc-blue .footer-sns-link {
    border-color: rgba(20, 42, 69, 0.35) !important;
    color: var(--kbc-blue, #142a45) !important;
}

body.page-kbc-blue .footer-sns-link:hover {
    border-color: var(--kbc-blue, #142a45) !important;
    background: var(--kbc-blue, #142a45) !important;
    color: #fff !important;
}

body.page-kbc-blue footer .bg-primary {
    background-color: var(--kbc-blue, #142a45) !important;
}

body.page-kbc-blue footer .bg-accent,
body.page-kbc-blue footer .bg-lime {
    background-color: var(--kbc-gold, #b8956a) !important;
}

/* TOP と内ページヒーロー共通の帯・装飾 */
.kbc-hero__topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, var(--kbc-blue) 0%, #1e3d5c 50%, var(--kbc-gold) 100%);
    z-index: 4;
    pointer-events: none;
}

.kbc-hero__topbar-flicker {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    animation: kbc-hero-blink-bar 3s ease-in-out infinite;
}

.kbc-hero__corner {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background: var(--kbc-blue);
    opacity: 0.92;
}

.kbc-hero__corner--tl {
    left: 0;
    top: 10px;
    width: min(42vw, 220px);
    height: min(42vw, 220px);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.kbc-hero__corner--br {
    right: 0;
    bottom: clamp(72px, 12vw, 120px);
    width: min(48vw, 260px);
    height: min(48vw, 260px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.kbc-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-weight: 600;
    font-size: clamp(0.65rem, 1.8vw, 0.8rem);
    letter-spacing: 0.32em;
    color: var(--kbc-gold);
    line-height: 1.2;
    text-transform: uppercase;
}

.kbc-hero__copy {
    position: relative;
    z-index: 2;
    padding: 1rem 0 1rem 1.15rem;
    border-left: 3px solid var(--kbc-gold);
    box-shadow: inset 3px 0 0 0 var(--kbc-blue);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 1024px) {
    .kbc-hero__copy {
        padding: 1.25rem 1.5rem 1.25rem 1.5rem;
        border-left-width: 3px;
    }
}

/* 中ページヒーロー：タイトルはクリーム地に直置き（TOP と同じく白箱なし） */
.kbc-inner-hero .kbc-hero__copy {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

/* 中ページヒーロー */
.kbc-inner-hero {
    position: relative;
    background: var(--kbc-cream, #f7f4ef);
    overflow: hidden;
    isolation: isolate;
}

.kbc-inner-hero__img-wrap {
    position: relative;
    width: 100%;
    height: 30vh;
    min-height: 180px;
    max-height: 420px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .kbc-inner-hero__img-wrap {
        height: 34vh;
        max-height: 440px;
    }
}

.kbc-inner-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
}

.kbc-inner-hero__title-area {
    position: relative;
    z-index: 2;
    background: var(--kbc-cream, #f7f4ef);
    border-top: 1px solid rgba(184, 149, 106, 0.45);
    box-shadow: 0 -8px 32px rgba(20, 42, 69, 0.04);
}

.kbc-inner-hero__h1 {
    margin: 0;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-weight: 700;
    font-size: clamp(1.65rem, 4.5vw, 2.85rem);
    line-height: 1.28;
    letter-spacing: -0.03em;
    color: var(--kbc-text);
    word-break: keep-all;
}

.kbc-inner-hero__corner-br.kbc-hero__corner {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    width: min(36vw, 180px);
    height: min(36vw, 180px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

/* ============================================================
 * プロジェクト 28 — ダーク × 茜ネオン（page-outdoor-28）
 * 黒基調 + 赤系ネオン（アクセント）。レイアウト・文言は変更しない。
 * ============================================================ */

body.page-outdoor-28.page-kbc-blue {
    --kbc-blue: #08080c;
    --kbc-gold: #ff2244;
    --kbc-gold-light: #ff4d6a;
    --kbc-cream: #0e0e12;
    --kbc-text: #f4f4f5;
}

body.page-outdoor-28 {
    color: #e4e4e7;
}

body.page-outdoor-28 .font-headline {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif !important;
}

body.page-outdoor-28.paper-texture {
    background: linear-gradient(180deg, #060608 0%, #0c0c10 42%, #101018 100%) !important;
}

/* ナビ・フッター：テキストは白（アクセントは赤のドット・ボーダー・ホバーのみ） */
body.page-outdoor-28 nav .text-forest {
    color: #ffffff !important;
    text-shadow: none;
}

/*
 * 現在地ナビ: PHP が付与する a.text-forest が、より詳細度の高い
 * body.page-kbc-blue nav.fixed ul li a.text-forest（ネイビー）に負けて黒ヘッダー上で消えるのを防ぐ
 */
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest,
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest:hover,
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest:active,
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest:focus,
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest:focus-visible,
body.page-kbc-blue.page-outdoor-28 nav.fixed ul li a.text-forest:visited {
    color: #ffffff !important;
}

/* フッター見出しも白（見出し横の bg-primary ドットで赤を表現） */
body.page-outdoor-28 footer h4.font-headline.text-forest {
    color: #ffffff !important;
    text-shadow: none;
}

body.page-outdoor-28 footer .text-forest:not(h4) {
    color: #ffffff !important;
}

body.page-outdoor-28 nav .text-primary {
    color: #ffffff !important;
}

body.page-outdoor-28 footer a.text-primary {
    color: #ffffff !important;
}

body.page-outdoor-28 footer a.hover\:text-primary:hover {
    color: #fecaca !important;
}

/* ヘッダー内の日本語・英字ラベルは白 */
body.page-outdoor-28 nav .text-on-surface {
    color: #ffffff !important;
}

body.page-outdoor-28 nav .text-on-surface-variant {
    color: #ffffff !important;
}

/* フッター：本文・補助テキストも白 */
body.page-outdoor-28 footer .text-on-surface-variant {
    color: #ffffff !important;
}

body.page-outdoor-28 nav .text-on-surface-variant {
    color: #ffffff !important;
}

body.page-outdoor-28 footer .text-on-surface,
body.page-outdoor-28 footer address .text-on-surface {
    color: #ffffff !important;
}

body.page-outdoor-28 footer .motion-footer-bar {
    background: linear-gradient(180deg, #000000 0%, #0d0d12 55%, #121218 100%) !important;
    border-color: rgba(255, 34, 68, 0.45) !important;
}

body.page-outdoor-28 footer .motion-footer-bar .text-on-surface-variant {
    color: #ffffff !important;
}

/* グローバルバー — 黒 × 赤（緑・クリームを出さない） */
body.page-outdoor-28 nav.od-nav,
body.page-kbc-blue.page-outdoor-28 nav.fixed.od-nav {
    position: relative !important;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 55%, #111111 100%) !important;
    background-image: none !important;
    border-top: none !important;
    border-bottom: 1px solid rgba(220, 38, 38, 0.55) !important;
    /* page-kbc-blue nav.fixed のクリーム地・緑み影を確実に打ち消す（詳細度を上げたセレクタ併用） */
    box-shadow:
        0 4px 32px rgba(0, 0, 0, 0.75),
        0 0 40px rgba(220, 38, 38, 0.18) !important;
    backdrop-filter: blur(16px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
}

/* Tailwind の primary（緑）ナビ CTA を赤に（page-kbc-blue より後ろ・高詳細度） */
body.page-outdoor-28.page-kbc-blue nav a.kbc-contact-cta.bg-primary.text-white {
    background-color: #ff2244 !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

body.page-outdoor-28 nav.od-nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #991b1b 0%, #ef4444 45%, #dc2626 100%) !important;
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.85), 0 0 40px rgba(220, 38, 38, 0.35);
    pointer-events: none;
    z-index: 1;
}

body.page-outdoor-28 nav.od-nav > div {
    position: relative;
    z-index: 2;
}

body.page-outdoor-28 .kbc-hero__eyebrow {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif !important;
}

body.page-outdoor-28 .kbc-inner-hero__h1 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif !important;
    color: #f4f4f5 !important;
    font-weight: 800 !important;
}

/* ナビ：英字サブラベルも白（page-kbc-blue のティール指定を上書き） */
body.page-outdoor-28 nav.fixed ul li a .text-primary.font-medium {
    color: #ffffff !important;
    text-shadow: none !important;
}

body.page-outdoor-28 header nav a.hover\:text-primary:hover,
body.page-outdoor-28 header nav a:hover .text-primary {
    color: #fecaca !important;
    opacity: 1;
}

body.page-outdoor-28 header a.group:hover .group-hover\:text-primary {
    color: #ff8fa3 !important;
}

/* お問い合わせ CTA — ネオンレッド */
body.page-outdoor-28 a.kbc-contact-cta.bg-primary.text-white,
body.page-outdoor-28.page-kbc-blue #mobile-nav-panel a.kbc-contact-cta.bg-primary.text-white {
    background-color: #ff2244 !important;
    background-image: none !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 0 28px rgba(255, 34, 68, 0.45) !important;
}

body.page-outdoor-28 .kbc-contact-cta:not(.kbc-contact-cta--on-page):hover {
    box-shadow: 0 0 36px rgba(255, 34, 68, 0.55) !important;
    background-color: #e11d3d !important;
    background-image: none !important;
    filter: brightness(1.05) !important;
}

body.page-outdoor-28 .kbc-contact-cta--on-page:hover {
    border-color: #ff2244 !important;
    background-color: rgba(255, 34, 68, 0.12) !important;
}

/* お問い合わせ・現在地 CTA（Tailwind primary=緑を無効化） */
body.page-outdoor-28 a.kbc-contact-cta.kbc-contact-cta--on-page {
    border-color: rgba(255, 34, 68, 0.55) !important;
    color: #ff8fa3 !important;
    background-color: rgba(255, 34, 68, 0.08) !important;
}

/* ハンバーガー */
body.page-outdoor-28 #mobile-nav-toggle {
    background: #12121a !important;
    background-image: none !important;
    border: 1px solid rgba(255, 34, 68, 0.5) !important;
    box-shadow: 0 0 18px rgba(255, 34, 68, 0.2) !important;
}

body.page-outdoor-28 #mobile-nav-toggle span.block {
    background: #f4f4f5 !important;
}

body.page-outdoor-28 #mobile-nav-toggle .text-on-surface-variant {
    color: #ffffff !important;
}

body.page-outdoor-28 #mobile-nav-toggle:hover {
    background-color: rgba(255, 34, 68, 0.1) !important;
}

body.page-outdoor-28 #mobile-nav-panel a.text-primary.font-bold {
    color: #ffffff !important;
    text-shadow: none;
    box-shadow: inset 3px 0 0 #ff2244;
}

/* ドロワー */
body.page-outdoor-28 #mobile-nav-panel.od-mobile-panel {
    background: rgba(12, 12, 18, 0.98) !important;
    border-left-color: rgba(255, 34, 68, 0.35) !important;
    box-shadow: -8px 0 48px rgba(0, 0, 0, 0.5), 0 0 32px rgba(255, 34, 68, 0.08) !important;
}

body.page-outdoor-28 #mobile-nav-panel .text-on-surface {
    color: #ffffff !important;
}

body.page-outdoor-28 #mobile-nav-panel a.hover\:text-primary:hover {
    color: #fecaca !important;
}

body.page-outdoor-28 #mobile-nav-panel .border-outline-variant\/40 {
    border-color: rgba(255, 34, 68, 0.2) !important;
}

body.page-outdoor-28 #mobile-nav-backdrop {
    background: rgba(0, 0, 0, 0.62) !important;
}

/* フッター波・地色（黒基調 + 赤ボーダー） */
body.page-outdoor-28 .footer-wave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 52' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' d='M0 30 Q280 10 600 28 T1200 24 V52H0z'/%3E%3C/svg%3E") !important;
}

body.page-outdoor-28 footer.bg-surface-soft\/80 {
    background: linear-gradient(180deg, #000000 0%, #0a0a0e 45%, #121218 100%) !important;
}

body.page-outdoor-28 footer.border-outline-variant\/50 {
    border-color: rgba(255, 34, 68, 0.35) !important;
}

/* フッター内の Tailwind bg-primary（--kbc-blue だと近黒になるため） */
body.page-outdoor-28 footer .bg-primary {
    background-color: #ff2244 !important;
}

/* フッター：ロゴアイコンのリング・SNS（footer.php インラインの緑を上書き） */
body.page-outdoor-28 footer .ring-white\/70 {
    --tw-ring-color: rgba(255, 34, 68, 0.4) !important;
}

body.page-outdoor-28 .footer-sns-link {
    border-color: rgba(255, 34, 68, 0.55) !important;
    color: #ffffff !important;
    background: #000000 !important;
    box-shadow: 0 0 14px rgba(255, 34, 68, 0.15);
}

body.page-outdoor-28 .footer-sns-link:hover {
    border-color: #ff2244 !important;
    color: #fff !important;
    background: #ff2244 !important;
    box-shadow: 0 12px 28px rgba(255, 34, 68, 0.35), 0 0 22px rgba(255, 34, 68, 0.3) !important;
    transform: translateY(-3px) scale(1.05);
}

body.page-outdoor-28 footer .motion-footer-bar.border-primary\/10 {
    border-color: rgba(255, 34, 68, 0.22) !important;
}

body.page-outdoor-28 footer .shadow-organic-sm {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 34, 68, 0.06) !important;
}

/* ----- 中ページヒーロー ----- */
body.page-outdoor-28 .kbc-inner-hero .kbc-hero__topbar {
    background: #ff2244 !important;
    background-image: none !important;
    box-shadow: 0 0 20px rgba(255, 34, 68, 0.5);
}

body.page-outdoor-28 .kbc-inner-hero {
    background: #0e0e12 !important;
}

body.page-outdoor-28 .kbc-inner-hero__title-area {
    background: #0e0e12 !important;
    border-top: 1px solid rgba(255, 34, 68, 0.35) !important;
    box-shadow: none !important;
}

body.page-outdoor-28 .kbc-inner-hero .kbc-hero__eyebrow {
    color: #ff8fa3 !important;
    text-shadow: 0 0 18px rgba(255, 34, 68, 0.45);
}

body.page-outdoor-28 .kbc-inner-hero .kbc-hero__copy {
    border-left: 4px solid #ff2244 !important;
    box-shadow: none !important;
}

/* ============================================================
 * プロジェクト 29 — ダークモード（page-bright-blue-29）
 * 黒 × ネオンレッド — page-outdoor-28 のトークン・ナビ・フッター・中ヒーローを上書き
 * ============================================================ */

body.page-outdoor-28.page-bright-blue-29.page-kbc-blue {
    --kbc-blue: #050508;
    --kbc-gold: #ff2244;
    --kbc-gold-light: #ff6b7a;
    --kbc-cream: #060608;
    --kbc-text: #e4e4e7;
}

body.page-outdoor-28.page-bright-blue-29.paper-texture {
    background: linear-gradient(180deg, #050508 0%, #0a0a0f 50%, #0c0c12 100%) !important;
}

body.page-outdoor-28.page-bright-blue-29 nav.od-nav {
    background: rgba(5, 5, 8, 0.97) !important;
    border-bottom: 1px solid rgba(255, 34, 68, 0.22) !important;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45) !important;
}

body.page-outdoor-28.page-bright-blue-29 nav.od-nav::before {
    background: #ff2244 !important;
    box-shadow: 0 0 12px rgba(255, 34, 68, 0.45);
}

body.page-outdoor-28.page-bright-blue-29 nav.fixed ul li a .text-primary.font-medium {
    color: #f87171 !important;
}

/* デスクトップナビ：日本語行（先頭の span）を白で可読に（text-on-surface が暗色のままだと黒背景で消える） */
body.page-outdoor-28.page-bright-blue-29 nav.fixed ul li a:not(.kbc-contact-cta) > span:first-of-type {
    color: #ffffff !important;
}

body.page-outdoor-28.page-bright-blue-29 header a.hover\:text-primary:hover,
body.page-outdoor-28.page-bright-blue-29 header a.group:hover .group-hover\:text-primary {
    color: #ff2244 !important;
}

body.page-outdoor-28.page-bright-blue-29 nav .text-forest,
body.page-outdoor-28.page-bright-blue-29 footer .text-forest {
    color: #e4e4e7 !important;
}

body.page-outdoor-28.page-bright-blue-29 nav .text-primary,
body.page-outdoor-28.page-bright-blue-29 footer a.text-primary {
    color: #f87171 !important;
}

body.page-outdoor-28.page-bright-blue-29 nav a.bg-primary,
body.page-outdoor-28.page-bright-blue-29 nav a.bg-primary.text-white {
    background-color: #ff2244 !important;
    color: #050508 !important;
    border-color: transparent !important;
    box-shadow: 0 0 20px rgba(255, 34, 68, 0.35) !important;
}

body.page-outdoor-28.page-bright-blue-29 nav a.border-primary {
    border-color: #ff2244 !important;
    color: #ff2244 !important;
}

body.page-outdoor-28.page-bright-blue-29 a.kbc-contact-cta.bg-primary.text-white,
body.page-outdoor-28.page-bright-blue-29.page-kbc-blue #mobile-nav-panel a.kbc-contact-cta.bg-primary.text-white {
    background-color: #ff2244 !important;
    background-image: none !important;
    color: #050508 !important;
    border: 1px solid rgba(255, 34, 68, 0.55) !important;
    box-shadow: 0 0 24px rgba(255, 34, 68, 0.28) !important;
}

body.page-outdoor-28.page-bright-blue-29 .kbc-contact-cta:not(.kbc-contact-cta--on-page):hover {
    box-shadow: 0 0 32px rgba(255, 34, 68, 0.45) !important;
    background-color: #ff4455 !important;
    background-image: none !important;
    filter: brightness(1.05) !important;
}

body.page-outdoor-28.page-bright-blue-29 .kbc-contact-cta--on-page:hover {
    border-color: #ff2244 !important;
    background-color: rgba(255, 34, 68, 0.08) !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-toggle {
    background: #0a0a0c !important;
    background-image: none !important;
    border: 1px solid rgba(255, 34, 68, 0.45) !important;
    box-shadow: 0 0 16px rgba(255, 34, 68, 0.15) !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-toggle span.block {
    background: #ff2244 !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-toggle .text-on-surface-variant {
    color: rgba(255, 34, 68, 0.85) !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-panel.od-mobile-panel {
    background: rgba(8, 8, 12, 0.98) !important;
    border-left-color: rgba(255, 34, 68, 0.35) !important;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.55) !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-panel a {
    color: #e4e4e7 !important;
    border-color: rgba(255, 34, 68, 0.15) !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-panel a.text-primary {
    color: #ff2244 !important;
}

body.page-outdoor-28.page-bright-blue-29 #mobile-nav-backdrop {
    background: rgba(0, 0, 0, 0.65) !important;
}

body.page-outdoor-28.page-bright-blue-29 .footer-wave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 52' preserveAspectRatio='none'%3E%3Cpath fill='%2308080c' d='M0 30 Q280 10 600 28 T1200 24 V52H0z'/%3E%3C/svg%3E") !important;
}

body.page-outdoor-28.page-bright-blue-29 footer.bg-surface-soft\/80 {
    background: linear-gradient(180deg, #08080c 0%, #0f0f14 100%) !important;
    border-color: rgba(255, 34, 68, 0.12) !important;
}

body.page-outdoor-28.page-bright-blue-29 footer.border-outline-variant\/50 {
    border-color: rgba(255, 34, 68, 0.12) !important;
}

body.page-outdoor-28.page-bright-blue-29 .footer-sns-link {
    border-color: rgba(255, 34, 68, 0.4) !important;
    color: #ff2244 !important;
    background: rgba(5, 5, 8, 0.9) !important;
}

body.page-outdoor-28.page-bright-blue-29 .footer-sns-link:hover {
    border-color: #ff2244 !important;
    background: #ff2244 !important;
    color: #050508 !important;
    box-shadow: 0 0 20px rgba(255, 34, 68, 0.35) !important;
}

body.page-outdoor-28.page-bright-blue-29 footer .bg-primary {
    background-color: #ff2244 !important;
    color: #050508 !important;
}

body.page-outdoor-28.page-bright-blue-29 footer .bg-accent,
body.page-outdoor-28.page-bright-blue-29 footer .bg-lime {
    background-color: #dc2626 !important;
}

body.page-outdoor-28.page-bright-blue-29 footer .motion-footer-bar {
    background: rgba(10, 10, 14, 0.92) !important;
    border-color: rgba(255, 34, 68, 0.18) !important;
}

body.page-outdoor-28.page-bright-blue-29 footer .text-on-surface-variant {
    color: #a1a1aa !important;
}

body.page-outdoor-28.page-bright-blue-29 footer address .text-on-surface {
    color: #d4d4d8 !important;
}

body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero .kbc-hero__topbar {
    background: #ff2244 !important;
    background-image: none !important;
    box-shadow: 0 0 16px rgba(255, 34, 68, 0.35);
}

body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero {
    background: #060608 !important;
}

body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero__title-area {
    background: #060608 !important;
    border-top: 1px solid rgba(255, 34, 68, 0.35) !important;
    box-shadow: none !important;
}

body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero .kbc-hero__eyebrow {
    color: #f87171 !important;
    text-shadow: 0 0 12px rgba(255, 34, 68, 0.35);
}

body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero .kbc-hero__copy {
    border-left: 4px solid #ff2244 !important;
    box-shadow: none !important;
}

/* page-outdoor-28 側の !important 見出し色をダーク用に上書き */
body.page-outdoor-28.page-bright-blue-29 .kbc-inner-hero__h1 {
    color: #e4e4e7 !important;
}
