/* KC 車種別動画アーカイブ */

.kc-cv-wrap,
.kc-cv-index,
.kc-cv-teaser {
    --kc-cv-ink: #111214;
    --kc-cv-muted: #6b6f76;
    --kc-cv-line: #e2e3e6;
    --kc-cv-soft: #f4f5f6;
    --kc-cv-accent: #b5121b;
    --kc-cv-radius: 12px;
    color: var(--kc-cv-ink);
    box-sizing: border-box;
}

/*
 * 現行テーマは body に overflow:hidden を指定しているため、
 * 独立テンプレートで表示する車種・動画ページだけ通常スクロールへ戻す。
 */
body.tax-car,
body.single-car_video,
body.tax-car.open,
body.single-car_video.open {
    position: static !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100vh;
    touch-action: pan-y;
    overscroll-behavior-y: auto;
}

html.kc-cv-page-active,
body.kc-cv-page-active {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100%;
}

/* 固定ヘッダー分の余白。通常ページと同じテーマ枠を使う場合だけ適用する。 */
.kc-cv-wrap.kc-cv-theme-shell { padding-top: 138px; }

.kc-cv-wrap *,
.kc-cv-index *,
.kc-cv-teaser * { box-sizing: border-box; }

.kc-cv-wrap {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 24px 16px 56px;
}

.kc-cv-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--kc-cv-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.kc-cv-h1 {
    margin: 0;
    color: var(--kc-cv-ink);
    font-size: clamp(1.55rem, 4.8vw, 2.25rem);
    line-height: 1.35;
    letter-spacing: .01em;
}

.kc-cv-h2 {
    margin: 38px 0 16px;
    color: var(--kc-cv-ink);
    font-size: clamp(1.2rem, 3.8vw, 1.55rem);
    line-height: 1.4;
}

.kc-cv-page-head { margin: 14px 0 24px; }
.kc-cv-single-head { max-width: 900px; }
.kc-cv-result-count { margin: 8px 0 0; color: var(--kc-cv-muted); font-size: .88rem; }

.kc-cv-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 8px;
    color: var(--kc-cv-muted);
    font-size: .76rem;
    line-height: 1.6;
}
.kc-cv-breadcrumb a { color: inherit; text-decoration: none; }
.kc-cv-breadcrumb a:hover { color: var(--kc-cv-accent); text-decoration: underline; }

.kc-cv-note {
    max-width: 860px;
    margin: 18px 0 0;
    padding: 15px 17px;
    border-left: 3px solid var(--kc-cv-accent);
    background: var(--kc-cv-soft);
    color: #454950;
    font-size: .9rem;
    line-height: 1.85;
}

/* ---------- 入口ページ ---------- */
.kc-cv-index {
    width: min(1420px, calc(100% - 32px));
    margin: 0 auto;
    padding: 162px 0 104px;
}

.kc-cv-index-hero {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    padding: clamp(42px, 5vw, 72px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background:
        linear-gradient(118deg, rgba(6, 8, 11, .98) 0%, rgba(17, 20, 25, .98) 58%, rgba(25, 28, 34, .96) 100%);
    color: #fff;
    box-shadow: 0 28px 80px rgba(4, 7, 12, .2);
    isolation: isolate;
}
.kc-cv-index-hero::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
    mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
    content: "";
}
.kc-cv-index-hero::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 38%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d31320 48%, #ff3944);
    content: "";
}
.kc-cv-hero-glow {
    position: absolute;
    z-index: -1;
    top: -190px;
    right: -80px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(203, 17, 30, .22) 0%, rgba(203, 17, 30, .06) 42%, transparent 70%);
    pointer-events: none;
}
.kc-cv-hero-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 34%);
    align-items: center;
    gap: 42px;
}
.kc-cv-hero-copy { position: relative; z-index: 1; }
.kc-cv-hero-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
}
.kc-cv-hero-kicker::before {
    display: block;
    width: 42px;
    height: 2px;
    background: #d31320;
    content: "";
}
.kc-cv-hero-copy h1 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 5.1vw, 4.8rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.045em;
}
.kc-cv-hero-copy h1 em {
    position: relative;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
}
.kc-cv-hero-copy h1 em::after {
    position: absolute;
    right: .02em;
    bottom: -.08em;
    width: 44%;
    height: 5px;
    border-radius: 999px;
    background: #d31320;
    content: "";
}
.kc-cv-hero-copy p {
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: clamp(15px, 1.45vw, 17px);
    font-weight: 500;
    line-height: 1.95;
}
.kc-cv-hero-section {
    position: relative;
    display: flex;
    min-height: 200px;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 5%;
    color: rgba(255, 255, 255, .64);
    text-align: right;
}
.kc-cv-hero-section::before {
    position: absolute;
    top: 50%;
    right: 11%;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}
.kc-cv-hero-section span,
.kc-cv-hero-section small {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .24em;
}
.kc-cv-hero-section strong {
    position: relative;
    z-index: 1;
    margin: -13px 0 -18px;
    color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(7.6rem, 12vw, 11.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.08em;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .24);
}
.kc-cv-hero-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-top: 50px;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}
.kc-cv-hero-stats {
    display: flex;
    gap: clamp(30px, 5vw, 72px);
    margin: 0;
}
.kc-cv-hero-stats div { margin: 0; }
.kc-cv-hero-stats dt {
    margin: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(24px, 2.5vw, 33px);
    font-weight: 700;
    line-height: 1;
}
.kc-cv-hero-stats dd {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .43);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}
.kc-cv-index-steps {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.kc-cv-index-steps span { display: inline-flex; align-items: center; gap: 6px; }
.kc-cv-index-steps b {
    color: #e21b27;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    letter-spacing: .05em;
}
.kc-cv-index-steps i {
    display: block;
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.kc-cv-selector {
    position: relative;
    z-index: 3;
    margin: -34px 34px 82px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid #e6e8eb;
    border-radius: 18px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 60px rgba(16, 21, 29, .13);
}
.kc-cv-selector-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}
.kc-cv-selector-kicker {
    display: block;
    margin: 0 0 7px;
    color: #c6131f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}
.kc-cv-selector-head h2 {
    margin: 0;
    color: #11151a;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.3;
}
.kc-cv-selector-head p {
    margin: 0;
    color: #696f78;
    font-size: 14px;
    line-height: 1.7;
}

.kc-cv-search {
    position: relative;
    margin: 0;
}
#kc-cv-filter {
    width: 100%;
    height: 66px;
    margin: 0;
    padding: 0 170px 0 56px;
    border: 1px solid #d8dce1;
    border-radius: 12px;
    outline: 0;
    background-color: #f5f6f8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23494f58' stroke-width='1.8'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #11151a;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
#kc-cv-filter::placeholder { color: #8a9098; }
#kc-cv-filter:focus {
    border-color: #1b1f25;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(17, 21, 26, .08);
}
.kc-cv-search-status {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #7b8189;
    font-size: 12px;
    font-weight: 700;
    transform: translateY(-50%);
    pointer-events: none;
}
.kc-cv-model-search-results[hidden],
.kc-cv-model-search-item[hidden],
.kc-cv-model-search-empty[hidden] {
    display: none !important;
}
.kc-cv-model-search-results {
    position: relative;
    z-index: 5;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid #292e35;
    border-radius: 14px;
    background: #14181d;
    box-shadow: 0 18px 42px rgba(7, 10, 14, .18);
}
.kc-cv-model-search-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
    color: #9198a2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}
.kc-cv-model-search-head strong {
    color: #fff;
    font-size: 11px;
    letter-spacing: .02em;
}
.kc-cv-model-search-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.kc-cv-model-search-item {
    display: grid;
    min-width: 0;
    min-height: 72px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto 30px;
    gap: 12px;
    padding: 12px 13px 12px 15px;
    border: 1px solid #2b3037;
    border-radius: 10px;
    background: #1c2127;
    color: #fff;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.kc-cv-model-search-item:hover {
    border-color: #d31320;
    background: #252a31;
    color: #fff;
    transform: translateY(-1px);
}
.kc-cv-model-search-copy {
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}
.kc-cv-model-search-copy small {
    overflow: hidden;
    color: #9ea5ae;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kc-cv-model-search-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kc-cv-model-search-meta {
    color: #adb3bc;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}
.kc-cv-model-search-arrow {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d31320;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}
.kc-cv-model-search-empty {
    margin: 0;
    padding: 20px 12px;
    color: #aeb4bd;
    font-size: 13px;
    text-align: center;
}
.kc-cv-country-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.kc-cv-country-nav a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border: 1px solid #e1e3e7;
    border-radius: 999px;
    background: #fff;
    color: #343940;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
.kc-cv-country-nav a:hover {
    border-color: #161a1f;
    background: #161a1f;
    color: #fff;
}

.kc-cv-country-groups { padding: 0 10px; }
.kc-cv-country {
    margin: 0 0 84px;
    scroll-margin-top: 170px;
}
.kc-cv-country-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 24px;
    padding: 22px 0 18px;
    border-top: 1px solid #1a1d22;
    border-bottom: 1px solid #dfe1e4;
    color: #11151a;
    line-height: 1;
}
.kc-cv-country-no {
    min-width: 33px;
    color: #c6131f;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}
.kc-cv-country-flag { font-size: 1.45rem; line-height: 1; }
.kc-cv-country-name {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.kc-cv-country-name strong {
    color: #11151a;
    font-size: clamp(20px, 2.3vw, 28px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}
.kc-cv-country-name em {
    color: #8a9098;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .16em;
}
.kc-cv-country-head small {
    margin-left: auto;
    color: #8a9098;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}
.kc-cv-maker-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
}
.kc-cv-maker-card {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    min-height: 186px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    padding: 24px 20px 20px;
    border: 1px solid #e0e3e7;
    border-radius: 15px;
    background: #fff;
    color: #11151a;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease, background-color .22s ease;
}
.kc-cv-maker-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #d31320;
    content: "";
    transition: width .24s ease;
}
.kc-cv-maker-card:hover {
    border-color: #171b20;
    background: #171b20;
    color: #fff;
    box-shadow: 0 18px 42px rgba(8, 12, 18, .18);
    transform: translateY(-4px);
}
.kc-cv-maker-card:hover::before { width: 100%; }
.kc-cv-maker-card:focus-visible {
    outline: 3px solid rgba(198, 19, 31, .26);
    outline-offset: 3px;
}
.kc-cv-maker-logo {
    display: flex;
    width: 100%;
    height: 68px;
    align-items: center;
    justify-content: center;
}
.kc-cv-maker-logo img {
    display: block;
    width: auto;
    max-width: 116px;
    height: auto;
    max-height: 62px;
    transition: filter .22s ease, transform .22s ease;
}
.kc-cv-maker-card:hover .kc-cv-maker-logo img {
    filter: invert(1);
    transform: scale(1.04);
}
.kc-cv-maker-wordmark {
    display: flex;
    min-width: 74px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 2px solid currentColor;
    border-radius: 7px;
    font-size: clamp(11px, 1.4vw, 13px);
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.1;
}
.kc-cv-maker-card-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}
.kc-cv-maker-card-name {
    display: block;
    overflow-wrap: anywhere;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}
.kc-cv-maker-card-count {
    display: block;
    color: #7d838b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    transition: color .22s ease;
}
.kc-cv-maker-card:hover .kc-cv-maker-card-count { color: rgba(255,255,255,.55); }
.kc-cv-maker-card-arrow {
    position: absolute;
    top: 13px;
    right: 13px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f2f4;
    color: #b5121b;
    font-size: 13px;
    font-weight: 800;
    transition: background-color .22s ease, color .22s ease, transform .22s ease;
}
.kc-cv-maker-card:hover .kc-cv-maker-card-arrow {
    background: #d31320;
    color: #fff;
    transform: rotate(45deg);
}
.kc-cv-model-name { min-width: 0; font-weight: 700; }
.kc-cv-count { flex-shrink: 0; color: var(--kc-cv-muted); font-size: .72rem; white-space: nowrap; }
.kc-cv-nohit {
    margin: -24px 10px 70px;
    padding: 34px 24px;
    border: 1px solid #e1e3e6;
    border-radius: 14px;
    background: #f6f7f8;
    color: #6d737c;
    text-align: center;
}

/* ---------- メーカーページ ---------- */
.kc-cv-model-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.kc-cv-model-cards a { display: block; color: inherit; text-decoration: none; }
.kc-cv-model-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: #08090a;
}
.kc-cv-model-cards img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s ease;
}
.kc-cv-model-cards a:hover img { transform: scale(1.025); }
.kc-cv-model-cards .kc-cv-model-name { display: block; margin-top: 8px; font-size: .94rem; }
.kc-cv-model-cards .kc-cv-count { display: block; margin-top: 3px; }

/* ---------- 動画カード ---------- */
.kc-cv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
}
.kc-cv-card { min-width: 0; margin: 0; }
.kc-cv-card > a { display: block; color: inherit; text-decoration: none; }
.kc-cv-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: #08090a;
}
.kc-cv-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s ease;
}
.kc-cv-card > a:hover .kc-cv-thumb img { transform: scale(1.025); }
.kc-cv-card-source {
    display: block;
    margin-top: 8px;
    color: var(--kc-cv-accent);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .04em;
}
.kc-cv-card .kc-cv-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 3px;
    color: var(--kc-cv-ink);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.kc-cv-card .kc-cv-date { display: block; margin-top: 4px; color: var(--kc-cv-muted); font-size: .71rem; }

/* ---------- CTA ---------- */
.kc-cv-cta {
    display: grid;
    gap: 9px;
    margin: 24px 0 30px;
    padding: 14px;
    border: 1px solid var(--kc-cv-line);
    border-radius: var(--kc-cv-radius);
    background: var(--kc-cv-soft);
}
.kc-cv-cta-button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 1px solid var(--kc-cv-ink);
    border-radius: 7px;
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: opacity .15s ease, transform .15s ease;
}
.kc-cv-cta-button:hover { opacity: .86; transform: translateY(-1px); }
.kc-cv-cta-primary { border-color: var(--kc-cv-accent); background: var(--kc-cv-accent); color: #fff; }
.kc-cv-cta-secondary { background: #fff; color: var(--kc-cv-ink); }

/* ---------- ページ送り ---------- */
.kc-cv-pagination { margin: 34px 0 0; text-align: center; }
.kc-cv-pagination .page-numbers {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin: 3px 1px;
    padding: 7px 10px;
    border: 1px solid var(--kc-cv-line);
    border-radius: 6px;
    color: inherit;
    text-decoration: none;
}
.kc-cv-pagination .page-numbers.current { border-color: var(--kc-cv-ink); background: var(--kc-cv-ink); color: #fff; }

/* ---------- 動画詳細 ---------- */
.kc-cv-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 13px;
    border-radius: var(--kc-cv-radius);
    background: #000;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .13);
}
.kc-cv-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.kc-cv-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    color: var(--kc-cv-muted);
    font-size: .8rem;
}
.kc-cv-tags a {
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--kc-cv-soft);
    color: #464a50;
    font-size: .73rem;
    text-decoration: none;
}
.kc-cv-source {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 14px 0 0;
    color: var(--kc-cv-muted);
    font-size: .78rem;
}
.kc-cv-source a { color: var(--kc-cv-accent); font-weight: 700; }
.kc-cv-description {
    margin-top: 26px;
    padding: clamp(18px, 4vw, 28px);
    border: 1px solid var(--kc-cv-line);
    border-radius: var(--kc-cv-radius);
    background: #fff;
}
.kc-cv-description h2 { margin: 0 0 12px; font-size: 1.1rem; }
.kc-cv-description div { color: #4f5359; font-size: .88rem; line-height: 1.85; overflow-wrap: anywhere; }
.kc-cv-description p { margin: 0 0 1em; }
.kc-cv-description p:last-child { margin-bottom: 0; }
.kc-cv-related { margin-top: 42px; }
.kc-cv-more { margin-top: 18px; text-align: center; }

.kc-cv-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--kc-cv-ink);
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}
.kc-cv-text-link::after { color: var(--kc-cv-accent); content: "→"; }

.kc-cv-empty {
    margin: 22px 0;
    padding: 28px 18px;
    border: 1px solid var(--kc-cv-line);
    border-radius: var(--kc-cv-radius);
    background: var(--kc-cv-soft);
    color: var(--kc-cv-muted);
    text-align: center;
}
.kc-cv-empty p { margin: 0; }

/* ---------- トップページ用 ---------- */
.kc-cv-teaser { margin: 24px 0; }
.kc-cv-teaser-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
.kc-cv-teaser-head h2 { margin: 0; font-size: clamp(1.5rem, 4vw, 2rem); }
.kc-cv-teaser-head p { margin: 7px 0 0; color: var(--kc-cv-muted); font-size: .88rem; }

.kc-cv-index .screen-reader-text,
.kc-cv-wrap .screen-reader-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (min-width: 680px) {
    .kc-cv-maker-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .kc-cv-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 18px; }
    .kc-cv-model-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
    .kc-cv-cta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 960px) {
    .kc-cv-wrap { padding-top: 34px; }
    .kc-cv-maker-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .kc-cv-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .kc-cv-model-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .kc-cv-single .kc-cv-player { max-width: 1040px; }
}

@media (max-width: 959px) {
    .kc-cv-index { width: min(calc(100% - 24px), 1420px); }
    .kc-cv-index-hero { padding: 44px 38px; }
    .kc-cv-hero-main { grid-template-columns: minmax(0, 1fr) 210px; gap: 18px; }
    .kc-cv-hero-section { padding-right: 0; }
    .kc-cv-hero-section strong { font-size: 8rem; }
    .kc-cv-hero-foot { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 679px) {
    .kc-cv-wrap.kc-cv-theme-shell { padding-top: 108px; }
    .kc-cv-index {
        width: calc(100% - 16px);
        padding: 124px 0 68px;
    }
    .kc-cv-index-hero {
        min-height: 0;
        padding: 34px 22px 42px;
        border-radius: 15px;
        box-shadow: 0 18px 44px rgba(4, 7, 12, .18);
    }
    .kc-cv-index-hero::before { background-size: 34px 34px; }
    .kc-cv-hero-glow {
        top: -120px;
        right: -150px;
        width: 360px;
        height: 360px;
    }
    .kc-cv-hero-main { display: block; }
    .kc-cv-hero-kicker {
        gap: 9px;
        margin-bottom: 17px;
        font-size: 11px;
        letter-spacing: .16em;
    }
    .kc-cv-hero-kicker::before { width: 24px; }
    .kc-cv-hero-copy h1 {
        max-width: 290px;
        font-size: clamp(2.15rem, 11vw, 3.15rem);
        letter-spacing: -.055em;
    }
    .kc-cv-hero-copy h1 em { display: inline-block; }
    .kc-cv-hero-copy h1 em::after { height: 3px; }
    .kc-cv-hero-copy p {
        max-width: 300px;
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.8;
    }
    .kc-cv-pc-break { display: none; }
    .kc-cv-hero-section {
        position: absolute;
        z-index: 0;
        top: 19px;
        right: -8px;
        display: block;
        min-height: 0;
        padding: 0;
        opacity: .38;
    }
    .kc-cv-hero-section::before,
    .kc-cv-hero-section span,
    .kc-cv-hero-section small { display: none; }
    .kc-cv-hero-section strong {
        display: block;
        margin: 0;
        font-size: 6rem;
        line-height: 1;
        -webkit-text-stroke-color: rgba(255,255,255,.2);
    }
    .kc-cv-hero-foot {
        gap: 25px;
        margin-top: 35px;
        padding-top: 22px;
    }
    .kc-cv-hero-stats {
        width: 100%;
        justify-content: space-between;
        gap: 15px;
    }
    .kc-cv-hero-stats dt { font-size: 23px; }
    .kc-cv-hero-stats dd { font-size: 11px; letter-spacing: .1em; }
    .kc-cv-index-steps {
        width: 100%;
        justify-content: space-between;
        gap: 7px;
        font-size: 12px;
    }
    .kc-cv-index-steps b { font-size: 11px; }
    .kc-cv-index-steps i { width: 14px; }
    .kc-cv-selector {
        margin: -19px 8px 54px;
        padding: 24px 17px 20px;
        border-radius: 13px;
        box-shadow: 0 16px 40px rgba(16, 21, 29, .12);
    }
    .kc-cv-selector-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
    }
    .kc-cv-selector-kicker { font-size: 11px; }
    .kc-cv-selector-head h2 { font-size: 24px; }
    .kc-cv-selector-head p { font-size: 14px; line-height: 1.65; }
    #kc-cv-filter {
        height: 58px;
        padding: 0 17px 0 49px;
        background-position: 17px center;
        font-size: 16px;
    }
    .kc-cv-search-status {
        position: static;
        display: block;
        margin: 9px 2px 0;
        font-size: 12px;
        transform: none;
    }
    .kc-cv-model-search-results {
        margin-top: 10px;
        padding: 11px;
        border-radius: 11px;
    }
    .kc-cv-model-search-head { font-size: 11px; }
    .kc-cv-model-search-list { grid-template-columns: 1fr; }
    .kc-cv-model-search-item {
        min-height: 66px;
        grid-template-columns: minmax(0, 1fr) auto 28px;
        gap: 8px;
        padding: 10px 9px 10px 12px;
    }
    .kc-cv-model-search-copy strong { font-size: 14px; }
    .kc-cv-model-search-copy small { font-size: 11px; }
    .kc-cv-model-search-meta { font-size: 11px; }
    .kc-cv-model-search-arrow { width: 26px; height: 26px; }
    .kc-cv-country-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-right: -17px;
        padding: 0 17px 5px 0;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .kc-cv-country-nav::-webkit-scrollbar { display: none; }
    .kc-cv-country-nav a { flex: 0 0 auto; min-height: 40px; padding: 8px 14px; font-size: 13px; }
    .kc-cv-country-groups { padding: 0 2px; }
    .kc-cv-country {
        margin-bottom: 56px;
        scroll-margin-top: 120px;
    }
    .kc-cv-country-head {
        gap: 8px;
        margin-bottom: 14px;
        padding: 16px 2px 13px;
    }
    .kc-cv-country-no { min-width: 24px; font-size: 11px; }
    .kc-cv-country-flag { font-size: 18px; }
    .kc-cv-country-name { gap: 7px; }
    .kc-cv-country-name strong { font-size: 20px; }
    .kc-cv-country-name em { font-size: 11px; letter-spacing: .08em; }
    .kc-cv-country-head small { font-size: 11px; letter-spacing: .05em; }
    .kc-cv-maker-grid { gap: 9px; }
    .kc-cv-maker-card {
        min-height: 156px;
        gap: 7px;
        padding: 19px 10px 15px;
        border-radius: 11px;
    }
    .kc-cv-maker-logo { height: 58px; }
    .kc-cv-maker-logo img { max-width: 96px; max-height: 52px; }
    .kc-cv-maker-wordmark { min-width: 58px; min-height: 40px; padding: 7px 9px; font-size: 12px; }
    .kc-cv-maker-card-name { font-size: 16px; }
    .kc-cv-maker-card-count { font-size: 12px; }
    .kc-cv-maker-card-arrow {
        top: 8px;
        right: 8px;
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .kc-cv-teaser-head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .kc-cv-source { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .kc-cv-wrap *, .kc-cv-index *, .kc-cv-teaser * { scroll-behavior: auto !important; transition: none !important; }
}
