@charset "UTF-8";

body.carp-refresh-page {
    margin: 0;
    background: #091927;
}

#carp-home {
    --ink: #0a1825;
    --ink-2: #112536;
    --ink-3: #193246;
    --line: rgba(235, 242, 246, .15);
    --line-strong: rgba(235, 242, 246, .27);
    --paper: #f6f4ef;
    --muted: #a5b4c0;
    --red: #dc3448;
    color: var(--paper);
    background: radial-gradient(circle at 84% 47%, #173145 0, transparent 38%), #091927;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

#carp-home, #carp-home * { box-sizing: border-box; }
#carp-home a { color: inherit; text-decoration: none; }
#carp-home a:hover { color: #fff; }
#carp-home img { max-width: 100%; }
#carp-home button, #carp-home input { font: inherit; }
#carp-home .carp-shell { width: min(100% - 72px, 1480px); margin-inline: auto; }

#carp-home .carp-site-header {
    background: #081724;
    border-bottom: 1px solid var(--line);
}
#carp-home .carp-site-header__inner {
    min-height: 94px;
    display: flex;
    align-items: center;
    gap: clamp(22px, 3vw, 54px);
}
#carp-home .carp-brand { flex: 0 0 auto; display: flex; flex-direction: column; line-height: 1.14; }
#carp-home .carp-brand__overline { font: 600 9px/1.2 Georgia, serif; color: var(--muted); letter-spacing: .23em; margin-bottom: 7px; }
#carp-home .carp-brand__name { font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(18px, 1.55vw, 24px); font-weight: 800; letter-spacing: -.06em; white-space: nowrap; }
#carp-home .carp-brand__name span { color: #ec5263; }
#carp-home .carp-brand__sub { color: #aab9c5; font-size: 10px; letter-spacing: .11em; margin-top: 5px; }
#carp-home .carp-primary-nav { display: flex; align-items: stretch; justify-content: center; align-self: stretch; flex: 1 1 auto; gap: clamp(18px, 2.05vw, 39px); }
#carp-home .carp-primary-nav a { display: flex; align-items: center; position: relative; white-space: nowrap; font-size: 13px; font-weight: 700; color: #d8e2e9; transition: color .2s ease; }
#carp-home .carp-primary-nav a:hover, #carp-home .carp-primary-nav a.is-current { color: white; }
#carp-home .carp-primary-nav a.is-current::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--red); }
#carp-home .carp-search { width: 150px; flex: 0 0 150px; display: flex; border-bottom: 1px solid var(--line-strong); }
#carp-home .carp-search input { width: 100%; min-width: 0; border: 0; box-shadow: none; outline: none; background: transparent; color: var(--paper); padding: 8px 0; font-size: 12px; }
#carp-home .carp-search input::placeholder { color: #7f91a0; }
#carp-home .carp-search button { border: 0; padding: 0 0 0 7px; color: var(--paper); background: transparent; font-size: 25px; cursor: pointer; }

#carp-home .carp-topline { min-height: 52px; display: flex; align-items: center; gap: 24px; color: #b8c6cf; font-size: 11px; letter-spacing: .08em; }
#carp-home .carp-topline span:first-child { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
#carp-home .carp-topline i { width: 5px; height: 15px; display: inline-block; background: var(--red); }
#carp-home .carp-topline time { margin-left: auto; font: 12px Georgia, serif; color: #869baa; }

#carp-home .carp-hero { min-height: 440px; display: grid; grid-template-columns: minmax(330px, 34%) minmax(0, 1fr); border: 1px solid var(--line-strong); }
#carp-home .carp-scoreboard { min-width: 0; display: flex; flex-direction: column; padding: clamp(26px, 2.6vw, 42px); background: linear-gradient(145deg, #112a3d, #0b1c2b 72%); }
#carp-home .carp-section-kicker { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; letter-spacing: .15em; }
#carp-home .carp-section-kicker span { display: inline-block; width: 4px; height: 20px; background: var(--red); }
#carp-home .carp-scoreboard__date { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; margin: 20px 0 6px; color: #9bafbc; font-size: 11px; }
#carp-home .carp-scoreboard__date span { color: #f49eaa; }
#carp-home .carp-scoreboard__teams { display: grid; grid-template-columns: 1fr 30px 1fr; align-items: end; gap: 5px; padding: 10px 0 22px; border-bottom: 1px solid var(--line-strong); }
#carp-home .carp-scoreboard__team { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
#carp-home .carp-scoreboard__team-name { font-size: clamp(13px, 1.3vw, 18px); font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#carp-home .carp-scoreboard__team:first-child strong { color: #f05063; }
#carp-home .carp-scoreboard__team strong { font: 700 clamp(52px, 5vw, 84px)/.95 Georgia, serif; letter-spacing: -.04em; }
#carp-home .carp-scoreboard__divider { align-self: center; text-align: center; color: #8193a0; font-size: 25px; }
#carp-home .carp-scoreboard__summary { min-height: 55px; margin: 19px 0 16px; color: #e6eef2; font-size: 13px; font-weight: 700; line-height: 1.7; }
#carp-home .carp-outline-button { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid rgba(234, 243, 248, .42); min-height: 43px; padding: 8px 15px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; transition: background .2s, border-color .2s; }
#carp-home .carp-outline-button:hover { background: #dc3448; border-color: #dc3448; }
#carp-home .carp-outline-button span { font-size: 17px; line-height: 1; }
#carp-home .carp-scoreboard__note { margin: auto 0 0; padding-top: 13px; color: #7891a2; font-size: 10px; }
#carp-home .carp-scoreboard__empty { margin-block: auto; font-size: 18px; }

#carp-home .carp-feature { position: relative; display: flex; align-items: flex-end; overflow: hidden; background: linear-gradient(125deg, #203548 20%, #0c1b29 80%); min-width: 0; }
#carp-home .carp-feature__image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
#carp-home .carp-feature__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,25,.36), transparent 65%), linear-gradient(0deg, rgba(5,15,25,.96), rgba(5,15,25,.04) 80%); }
#carp-home .carp-feature__content { position: relative; z-index: 1; padding: clamp(28px, 3.5vw, 54px); width: 100%; }
#carp-home .carp-feature__tag { display: inline-block; padding: 5px 9px; background: var(--red); color: white; font: 700 10px Georgia, serif; letter-spacing: .15em; }
#carp-home .carp-feature time { display: block; color: #ccdae3; font: 12px Georgia, serif; margin-top: 19px; }
#carp-home .carp-feature h1 { max-width: 710px; margin: 7px 0 11px; color: #fff; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(27px, 2.5vw, 42px); font-weight: 800; line-height: 1.42; letter-spacing: -.025em; text-shadow: 0 2px 25px rgba(0,0,0,.45); }
#carp-home .carp-feature p { max-width: 650px; margin: 0; color: #d1dde4; font-size: 12px; line-height: 1.9; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
#carp-home .carp-feature a { display: inline-flex; gap: 22px; align-items: center; margin-top: 18px; font-size: 12px; font-weight: 800; letter-spacing: .08em; border-bottom: 1px solid #e3edf3; padding-bottom: 5px; }

#carp-home .carp-quicklinks { display: grid; grid-template-columns: 1fr repeat(4, minmax(0, 1fr)); margin: 16px 0 48px; border-block: 1px solid var(--line-strong); }
#carp-home .carp-quicklinks__label, #carp-home .carp-quicklinks a { min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-right: 1px solid var(--line); }
#carp-home .carp-quicklinks__label { padding-left: 0; color: #9db0bd; font: 700 10px Georgia, serif; letter-spacing: .24em; }
#carp-home .carp-quicklinks a { font-size: 12px; font-weight: 700; }
#carp-home .carp-quicklinks a:last-child { border-right: 0; }
#carp-home .carp-quicklinks a span { color: #ec6170; font-size: 16px; }
#carp-home .carp-quicklinks a:hover { background: rgba(255,255,255,.055); }

#carp-home .carp-content-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 30px; padding-bottom: 80px; }
#carp-home .carp-panel { min-width: 0; border-top: 1px solid var(--line-strong); padding-top: 18px; }
#carp-home .carp-panel--latest { grid-column: 1 / 4; }
#carp-home .carp-panel:nth-of-type(2) { grid-column: 1 / 3; }
#carp-home .carp-panel:nth-of-type(3) { grid-column: 3; }
#carp-home .carp-panel--goods { grid-column: 4; }
#carp-home .carp-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
#carp-home .carp-panel__heading span { color: #ec5968; font: 700 10px Georgia, serif; letter-spacing: .19em; }
#carp-home .carp-panel__heading h2 { margin: 3px 0 0; color: var(--paper); font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(20px, 2vw, 28px); font-weight: 800; line-height: 1.3; }
#carp-home .carp-panel__heading a { flex: 0 0 auto; color: #b3c2cc; font-size: 11px; padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); }
#carp-home .carp-panel__heading a:hover { color: white; border-color: white; }
#carp-home .carp-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
#carp-home .carp-card-grid--latest { grid-template-columns: repeat(3, minmax(0, 1fr)); }
#carp-home .carp-panel:nth-of-type(3) .carp-card-grid, #carp-home .carp-panel--goods .carp-card-grid { grid-template-columns: 1fr; }
#carp-home .carp-card { display: block; min-width: 0; }
#carp-home .carp-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(145deg, #1c3b50, #0d1b2b); }
#carp-home .carp-card__image img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .3s ease; }
#carp-home .carp-card:hover .carp-card__image img { transform: scale(1.04); }
#carp-home .carp-card__image--empty { display: flex; align-items: center; justify-content: center; }
#carp-home .carp-card__image-mark { color: rgba(255,255,255,.25); font: 700 13px Georgia, serif; letter-spacing: .25em; }
#carp-home .carp-card__meta { display: flex; align-items: center; gap: 10px; margin-top: 12px; color: #9db1bf; font: 11px Georgia, serif; }
#carp-home .carp-tag { background: #c52f42; color: white; font-family: "Noto Sans JP", sans-serif; font-size: 10px; font-weight: 700; line-height: 1; padding: 5px 7px; }
#carp-home .carp-card__title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-top: 10px; font-size: 14px; line-height: 1.65; font-weight: 800; }
#carp-home .carp-card:hover .carp-card__title { color: #f27b87; }

#carp-home .carp-side { min-width: 0; grid-column: 4; grid-row: 1; border: 1px solid var(--line-strong); padding: 24px; background: linear-gradient(145deg, #162c3f, #0d1c2c); }
#carp-home .carp-side__heading span { color: #ec5968; font: 700 10px Georgia, serif; letter-spacing: .18em; }
#carp-home .carp-side__heading h2 { margin: 8px 0 15px; color: white; font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 22px; }
#carp-home .carp-side p { color: #b9c8d2; font-size: 12px; margin-bottom: 24px; }
#carp-home .carp-side__quote { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line-strong); color: #e4edf2; font: 700 18px/1.7 "Noto Serif JP", "Yu Mincho", serif; }
#carp-home .carp-affiliate-note { color: #8297a5; font-size: 10px; margin: 14px 0 0; }
#carp-home .carp-ad-slot { grid-column: 1 / -1; min-width: 0; padding: 15px 0 22px; border-block: 1px solid var(--line); text-align: center; }
#carp-home .carp-ad-slot--bottom { margin-bottom: 58px; }
#carp-home .carp-ad-slot__label { display: block; color: #8193a0; font: 700 9px Georgia, serif; letter-spacing: .24em; margin-bottom: 15px; }
#carp-home .carp-ad-slot .c-widget { width: min(100%, 900px); margin-inline: auto; }
#carp-home .carp-ad-slot ins.adsbygoogle { max-width: 100%; }
#carp-home .carp-ad-slot p { font-size: 11px; color: #9aacb8; }

#carp-home .carp-site-footer { background: #06131e; border-top: 1px solid var(--line); }
#carp-home .carp-site-footer__inner { min-height: 140px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding-block: 25px; }
#carp-home .carp-site-footer__inner div { display: flex; flex-direction: column; }
#carp-home .carp-site-footer__inner strong { font: 800 18px "Noto Serif JP", "Yu Mincho", serif; }
#carp-home .carp-site-footer__inner div span { color: #879baa; font-size: 11px; }
#carp-home .carp-site-footer__inner nav { display: flex; gap: 24px; color: #bdcad3; font-size: 11px; }
#carp-home .carp-site-footer__inner small { grid-column: 1 / -1; color: #718696; font-size: 10px; }

@media (max-width: 1180px) {
    #carp-home .carp-site-header__inner { flex-wrap: wrap; gap: 0 25px; padding-block: 17px 0; }
    #carp-home .carp-brand { width: 100%; margin-bottom: 12px; }
    #carp-home .carp-primary-nav { min-height: 44px; justify-content: flex-start; gap: 30px; }
    #carp-home .carp-search { align-self: center; }
    #carp-home .carp-hero { grid-template-columns: minmax(300px, 37%) minmax(0, 1fr); }
    #carp-home .carp-content-grid { gap: 36px 22px; }
}

@media (max-width: 800px) {
    #carp-home .carp-shell { width: min(100% - 36px, 720px); }
    #carp-home .carp-site-header__inner { display: block; padding-block: 17px 0; }
    #carp-home .carp-brand { margin: 0 0 12px; }
    #carp-home .carp-primary-nav { display: flex; overflow-x: auto; gap: 23px; min-height: 42px; scrollbar-width: none; }
    #carp-home .carp-primary-nav::-webkit-scrollbar { display: none; }
    #carp-home .carp-search { display: none; }
    #carp-home .carp-topline { min-height: 44px; }
    #carp-home .carp-topline span:nth-child(2) { display: none; }
    #carp-home .carp-hero { grid-template-columns: 1fr; }
    #carp-home .carp-scoreboard { min-height: 330px; }
    #carp-home .carp-feature { min-height: 370px; }
    #carp-home .carp-quicklinks { grid-template-columns: repeat(2, minmax(0,1fr)); margin-bottom: 38px; }
    #carp-home .carp-quicklinks__label { display: none; }
    #carp-home .carp-quicklinks a { border-bottom: 1px solid var(--line); padding-left: 12px; }
    #carp-home .carp-quicklinks a:nth-child(2n+1) { border-right: 0; }
    #carp-home .carp-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 37px 20px; }
    #carp-home .carp-panel--latest, #carp-home .carp-side, #carp-home .carp-panel--goods { grid-column: 1 / -1; grid-row: auto; }
    #carp-home .carp-panel:nth-of-type(2) { grid-column: 1; }
    #carp-home .carp-panel:nth-of-type(3) { grid-column: 2; }
    #carp-home .carp-panel:nth-of-type(2) .carp-card-grid, #carp-home .carp-panel:nth-of-type(3) .carp-card-grid, #carp-home .carp-panel--goods .carp-card-grid { grid-template-columns: 1fr; }
    #carp-home .carp-side { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 20px; }
    #carp-home .carp-side p { margin-bottom: 0; }
    #carp-home .carp-side .carp-outline-button { grid-column: 2; grid-row: 1 / 3; }
    #carp-home .carp-side__quote { display: none; }
}

@media (max-width: 560px) {
    #carp-home .carp-brand__name { font-size: 18px; }
    #carp-home .carp-primary-nav a { font-size: 12px; }
    #carp-home .carp-hero { border-inline: 0; }
    #carp-home .carp-scoreboard { min-height: 320px; padding: 25px 20px; }
    #carp-home .carp-scoreboard__team strong { font-size: 62px; }
    #carp-home .carp-feature { min-height: 345px; }
    #carp-home .carp-feature__content { padding: 25px 21px; }
    #carp-home .carp-feature h1 { font-size: 27px; }
    #carp-home .carp-feature p { display: none; }
    #carp-home .carp-quicklinks a { min-height: 48px; font-size: 11px; }
    #carp-home .carp-content-grid { display: block; padding-bottom: 50px; }
    #carp-home .carp-panel, #carp-home .carp-side { margin-bottom: 40px; }
    #carp-home .carp-card-grid--latest { grid-template-columns: repeat(2, minmax(0,1fr)); }
    #carp-home .carp-card-grid--latest .carp-card:first-child { grid-column: 1 / -1; }
    #carp-home .carp-card-grid--latest .carp-card:first-child .carp-card__image { aspect-ratio: 16 / 8; }
    #carp-home .carp-card-grid { gap: 18px 12px; }
    #carp-home .carp-card__title { font-size: 12px; }
    #carp-home .carp-card__meta { gap: 6px; font-size: 10px; }
    #carp-home .carp-side { display: block; }
    #carp-home .carp-side p { margin-bottom: 20px; }
    #carp-home .carp-site-footer__inner { display: block; }
    #carp-home .carp-site-footer__inner nav { margin-block: 22px; }
}
