@charset "UTF-8";

/*--------------------------------------------------------------------
=== [TOP] ====================================
 -------------------------------------------------------------------*/

.sec { padding: 112px 0 0; }

/* --- ヒーロー（ベントーグリッド） --- */
.hero { padding-top: 28px; }
.bento {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 16px;
}
.bento > * { border-radius: var(--radius); overflow: hidden; }

.pickMain {
    position: relative;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    display: block;
    min-height: 540px;
}
.pickMain .thumb { position: absolute; inset: 0; border-radius: 0; aspect-ratio: auto; transition: transform .6s; }
.pickMain:hover .thumb { transform: scale(1.03); }
.pickMain .thumb .ph { place-items: start end; padding: 28px; }
.pickMain .sticker {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--g-lemon);
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    transform: rotate(-12deg);
}
.pickMain .body {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 24px 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.pickMain .lbl { font-size: 12px; font-weight: 900; color: var(--green); }
.pickMain .ttl { margin-top: 4px; font-size: 25px; font-weight: 900; line-height: 1.45; }
.pickMain .excerpt { margin-top: 8px; font-size: 14px; color: var(--ink2); line-height: 1.7; }
.pickMain .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 12px; font-size: 12px; color: var(--ink2); }

.greetCard {
    grid-column: 3 / 5;
    position: relative;
    padding: 28px 28px 24px;
    background: var(--g-lemon);
}
.greetCard .date {
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
}
.greetCard .hello {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
}
.greetCard .hello .icon { font-size: 34px; animation: spin 12s linear infinite; }
.greetCard .msg { position: relative; z-index: 1; margin-top: 12px; padding-right: 104px; font-size: 14px; font-weight: 700; line-height: 1.75; }
.greetCard .face {
    position: absolute;
    right: 20px;
    bottom: 76px;
    width: 104px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.greetCard .stats { display: flex; gap: 8px; margin-top: 18px; }
.greetCard .stat {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--g-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.greetCard .stat b { font-family: var(--font-en); font-size: 20px; color: var(--lemon); }

.pickSub {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 18px;
    background: var(--card);
}
.pickSub .thumb { border-radius: 20px; aspect-ratio: 16 / 11; }
.pickSub .thumb .ph .icon { width: 48px; height: 48px; padding: 14px; }
.pickSub .cat, .pickSub .lbl { align-self: flex-start; margin: 14px 8px 0; }
.pickSub .lbl { font-size: 12px; font-weight: 900; color: var(--green); line-height: 1.6; }
.pickSub .ttl { margin: 6px 8px 0; font-size: 15px; font-weight: 900; line-height: 1.5; }
.pickSub .excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; margin: 8px 8px 0; font-size: 13px; color: var(--ink2); line-height: 1.7; }
.pickSub .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: auto 8px 0; padding-top: 12px; font-size: 12px; color: var(--ink2); }
.pickSub:hover .ttl { text-decoration: underline; }

/* --- ランキング --- */
.rankTabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 28px;
    padding: 5px;
    border-radius: 999px;
    background: var(--card);
}
.rankTabs button {
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s;
}
.rankTabs button { display: inline-flex; align-items: center; height: 42px; }
.rankTabs button img { width: auto; height: 15px; }
.rankTabs button[data-svc="prime"] img { height: 19px; }
.rankTabs button[data-svc="hulu"] img { height: 14px; }
.rankTabs button[data-svc="disney"] img { height: 28px; }
.rankTabs button:hover { background: var(--bg); }
.rankTabs button.is-active { background: var(--bg); box-shadow: inset 0 0 0 2px var(--ink); }
.rankTabs button[data-svc="all"].is-active { background: var(--g-ink); color: #fff; box-shadow: none; }
.ranking .upd { font-size: 12px; color: var(--ink2); margin-bottom: 8px; }

.rankTop3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.rankCard {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 16px;
    border-radius: var(--radius);
    background: var(--g-lemon);
    --no-bg: #FFF3A8;
}
.rankCard:nth-child(2) { background: var(--g-mint); --no-bg: #CDF6E3; }
.rankCard:nth-child(3) { background: var(--g-lilac); --no-bg: #ECE6FF; }
.rankCard .no {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 4px 18px 4px 16px;
    border-radius: var(--radius) 0 24px 0;
    background: var(--no-bg);
    font-family: var(--font-en);
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}
.rankCard .no small { font-size: 20px; margin-left: 2px; letter-spacing: 0; }
.rankCard .thumb { border-radius: 20px; }
.rankCard .ttl { margin: 14px 6px 0; font-size: 19px; font-weight: 900; line-height: 1.45; }
.rankCard .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 8px 6px 0; }
.rankCard .hiyori { flex: 1; margin: 14px 4px 0; }
.rankCard .hiyori .face { width: 40px; height: 40px; }
.rankCard .hiyori .bubble { font-size: 13px; }
.rankCard .btn { margin-top: 14px; padding: 12px; font-size: 14px; }

.rankList {
    margin-top: 16px;
    padding: 6px 28px;
    border-radius: var(--radius);
    background: var(--card);
}
.rankList li + li { border-top: 1px solid var(--line); }
.rankList a, .rankList span.row {
    display: grid;
    grid-template-columns: 48px 112px 1fr 1.1fr 36px;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}
.rankList .no {
    font-family: var(--font-en);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.04em;
    text-align: center;
}
.rankList .thumb { border-radius: 14px; }
.rankList .thumb .ph .icon { width: 36px; height: 36px; padding: 11px; }
.rankList .ttl { font-size: 16px; font-weight: 900; line-height: 1.5; }
.rankList .meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 4px; font-size: 12px; color: var(--ink2); }
.rankList .cmt {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    border-radius: 999px;
    background: var(--bg);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
.rankList .cmt img { width: 30px; height: 30px; border-radius: 50%; }
.rankList .arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    font-size: 14px;
}
.rankList a:hover .ttl { text-decoration: underline; }
.rankList a:hover .arrow { background: var(--ink); border-color: var(--ink); color: #fff; }
.rankNote { margin-top: 12px; font-size: 11px; color: var(--ink2); text-align: right; }

/* --- 新着エピソード解説 --- */
.epGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}
.epCard { display: block; }
.epCard .thumb { transition: transform .35s, border-radius .35s; }
.epCard .thumb .epNo { position: absolute; left: 12px; top: 12px; z-index: 1; }
.epCard:hover .thumb { transform: translateY(-4px); border-radius: 32px; }
.epCard .drama { display: block; margin-top: 14px; font-size: 12px; font-weight: 700; color: var(--green); }
.epCard .ttl { margin-top: 2px; font-size: 16px; font-weight: 900; line-height: 1.55; }
.epCard .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; margin-top: 10px; font-family: var(--font-en); font-size: 12px; color: var(--ink2); }
.epCard:hover .ttl { text-decoration: underline; }

/* --- 配信中 --- */
.airing .panel {
    padding: 56px 0 56px 56px;
    border-radius: 40px;
    background: var(--g-mint);
    overflow: hidden;
}
.airing .secHead { padding-right: 56px; }
.airing .secTtl .ja { background: #fff; }
.airScroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 16px;
    overflow-x: auto;
    padding: 0 56px 8px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.airScroll::-webkit-scrollbar { display: none; }
.airScroll { cursor: grab; }
.airScroll.is-drag { cursor: grabbing; scroll-snap-type: none; }
.airScroll.is-drag .airCard { pointer-events: none; }
.headR { display: flex; align-items: center; gap: 12px; }
.slideNav { display: flex; gap: 6px; }
.slideNav button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .2s, color .2s, opacity .2s;
}
.slideNav button:hover:not(:disabled) { background: var(--ink); color: #fff; }
.slideNav button:disabled { opacity: .35; cursor: default; }
.airCard {
    scroll-snap-align: start;
    display: block;
    padding: 10px 10px 16px;
    border-radius: 24px;
    background: #fff;
}
.airCard .thumb { border-radius: 16px; }
.airCard .ttl { margin: 12px 6px 0; font-size: 16px; font-weight: 900; }
.airCard .svcs { display: flex; gap: 4px; margin: 6px 6px 0; }
.airCard .prog { margin: 14px 6px 0; font-size: 12px; font-weight: 700; }
.airCard .prog .bar {
    height: 8px;
    margin-top: 6px;
    border-radius: 999px;
    background: var(--bg);
    overflow: hidden;
}
.airCard .prog .bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--ink)); }
.airCard .next {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 6px 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--green);
}
.airCard:hover { transform: translateY(-4px) rotate(-1deg); }

/* --- 特集 --- */
.feature .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.featCard {
    display: flex;
    flex-direction: column;
    padding: 12px 12px 24px;
    border-radius: var(--radius);
    background: var(--c);
}
.featCard .thumb { aspect-ratio: 4 / 3; }
.featCard .thumb .ph .icon { width: 80px; height: 80px; padding: 24px; }
.featCard .lbl {
    align-self: flex-start;
    margin: 18px 10px 0;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}
.featCard .ttl { margin: 4px 10px 0; font-size: 19px; font-weight: 900; line-height: 1.5; }
.featCard p { margin: 8px 10px 0; font-size: 13px; }
.featCard:hover { transform: translateY(-6px); }

/* --- ジャンル・タグ --- */
.genre .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.genreTile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 16px 18px 16px 16px;
    border-radius: 24px;
    background: var(--cg);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    overflow: hidden;
}
.genreTile .ico {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
}
.genreTile small { display: block; margin-top: 3px; font-family: var(--font-en); font-size: 12px; font-weight: 700; opacity: .6; }
.genreTile::after {
    content: "";
    display: grid;
    width: 32px;
    height: 32px;
    margin-left: auto;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%231E1C1A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
    transition: transform .25s, background-color .25s;
}
.genreTile:hover { transform: translateY(-4px) rotate(-1deg); }
.genreTile:hover::after { background-color: #fff; transform: translateX(3px); }
.subTtl { display: flex; align-items: baseline; gap: 12px; margin: 0 0 14px; font-size: 18px; font-weight: 900; }
.subTtl small { font-size: 12px; font-weight: 700; color: var(--ink2); }
.subTtl + .grid, .subTtl + .tags { margin-bottom: 0; }
.grid + .subTtl { margin-top: 40px; }
.tagCloud { gap: 8px; }
.tagCloud .tag { padding: 7px 16px; font-size: 14px; }

/* --- 配信サービス＋プロフィール --- */
.bottom .grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: end;
}
.svcGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.svcTile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-height: 118px;
    padding: 24px 22px 18px;
    border-radius: 22px;
    background: var(--card);
}
.svcTile img { width: auto; height: 26px; }
.svcTile.prime img { height: 32px; }
.svcTile.hulu img { height: 24px; }
.svcTile.disney img { height: 44px; margin: -8px 0 -6px; }
.svcTile small { font-size: 12px; font-weight: 700; color: var(--ink2); }
.svcTile:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 2px var(--ink); }
.bottom .profile { padding: 32px 28px 28px; }

/*--------------------------------------------------------------------
=== [エピソード解説ページ] ====================================
 -------------------------------------------------------------------*/

/* --- 作品ヘッダー --- */
.dramaHead {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    align-items: center;
    padding: 14px 32px 14px 14px;
    border-radius: 36px;
    background: var(--g-mint);
}
.dramaHead .thumb { border-radius: 26px; }
.dramaHead .lbl { font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.dramaHead .name { font-size: 30px; font-weight: 900; line-height: 1.35; }
.dramaHead .name a:hover { text-decoration: underline; }
.dramaHead .info { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 8px; font-size: 13px; font-weight: 700; }
.dramaHead .info .svc { border-color: transparent; }
.dramaHead .info .svcs { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.dramaHead .tags { margin-top: 12px; }
.epTabs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.epTabs a, .epTabs span {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
}
.epTabs a:hover { background: var(--ink); color: #fff; }
.epTabs .is-current { background: var(--g-ink); color: var(--lemon); }
.epTabs .is-soon { background: transparent; border: 1.5px dashed rgba(30, 28, 26, .25); color: rgba(30, 28, 26, .4); }
.epTabs .is-current.is-soon { border-color: var(--ink); color: var(--ink); }

/* --- 2カラム --- */
.layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
    margin-top: 24px;
}
.side { position: sticky; top: 116px; }

/* --- 記事 --- */
.article {
    padding: 48px 56px 56px;
    border-radius: 36px;
    background: var(--card);
}
.artHead h1 { margin-top: 14px; font-size: 30px; font-weight: 900; line-height: 1.5; letter-spacing: .01em; }
.artHead .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 14px; font-size: 12px; color: var(--ink2); }
.artHead .meta span { display: inline-flex; align-items: center; gap: 5px; }
.artThumb { margin-top: 28px; border-radius: 24px; }
.artThumb .ph .icon { width: 96px; height: 96px; padding: 30px; }

/* ネタバレなしの紹介 */
.epIntro { margin-top: 48px; }
.epIntro h2 { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: 21px; font-weight: 900; line-height: 1.5; }
.epIntro h2 span { padding: 2px 10px; border-radius: 999px; background: var(--g-mint, var(--g-lemon)); font-size: 11px; font-weight: 900; }
.epIntro p { margin-top: 1.1em; font-size: 16px; line-height: 2.05; }
.epIntro p strong { background: linear-gradient(transparent 60%, var(--lemon-l) 60%); }

/* 冒頭のひより感想 */
.impression {
    position: relative;
    margin-top: 72px;
    padding: 26px 28px 26px 184px;
    border-radius: 28px;
    background: var(--g-lemon);
}
.impression .bust { position: absolute; left: 16px; bottom: 0; width: 152px; height: auto; }
.impression .who { font-size: 12px; font-weight: 900; }
.impression .who em { font-style: normal; padding: 1px 8px; border-radius: 999px; background: var(--ink); color: var(--lemon); margin-left: 2px; }
.impression p:not(.who) { margin-top: 8px; font-size: 16px; font-weight: 700; line-height: 1.9; }
.impression strong { background: linear-gradient(transparent 55%, #fff 55%); }

/* ネタバレゲート */
.spoGate {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
    padding: 18px 18px 18px 22px;
    border-radius: 28px;
    background: var(--g-ink);
    color: #fff;
}
.spoGate .face { width: 72px; flex-shrink: 0; border-radius: 50%; border: 3px solid var(--pink); }
.spoGate .txt { flex: 1; }
.spoGate .txt b { display: flex; align-items: center; gap: 6px; font-size: 16px; color: var(--pink); }
.spoGate .txt p { font-size: 13px; color: rgba(255, 255, 255, .8); }
.spoGate .btn { background: var(--g-pink); color: #fff; white-space: nowrap; }
.spoGate .btn:hover { background: #fff; color: var(--ink); }
.spoGate.is-open { display: none; }

.spoBody { position: relative; transition: filter .5s; }
.spoBody.is-lock { filter: blur(8px); user-select: none; pointer-events: none; max-height: 600px; overflow: hidden; }
.spoBody.is-lock::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 200px;
    background: linear-gradient(transparent, #fff);
}

/* 3行まとめ */
.summary3 {
    margin-top: 32px;
    padding: 28px 32px;
    border-radius: 28px;
    background: var(--g-mint-l);
}
.summary3 h2 { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 900; }
.summary3 h2 .icon { color: var(--green); }
.summary3 ol { margin-top: 12px; counter-reset: s3; }
.summary3 li { position: relative; padding-left: 38px; font-weight: 700; counter-increment: s3; }
.summary3 li + li { margin-top: 8px; }
.summary3 li::before {
    content: counter(s3);
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--mint);
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 700;
}

/* 目次 */
.toc {
    margin-top: 16px;
    padding: 24px 32px;
    border-radius: 28px;
    border: 1.5px solid var(--line);
}
.toc .t { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.toc ol { margin-top: 8px; counter-reset: toc; }
.toc li { counter-increment: toc; font-size: 15px; font-weight: 700; }
.toc li + li { margin-top: 4px; }
.toc a::before { content: counter(toc, decimal-leading-zero); margin-right: 12px; font-family: var(--font-en); font-weight: 800; color: var(--ink2); }
.toc a:hover { text-decoration: underline; }

/* 本文 */
.entry { margin-top: 8px; counter-reset: h2; }
.entry h2 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 64px 0 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--ink);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.5;
    scroll-margin-top: 124px;
    counter-increment: h2;
}
.entry h2::before {
    content: counter(h2, decimal-leading-zero);
    flex-shrink: 0;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--g-lemon);
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.9;
    margin-top: 2px;
}
.entry h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 12px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}
.entry h3::before { content: ""; width: 10px; height: 10px; flex-shrink: 0; border-radius: 3px; background: var(--green); transform: rotate(45deg); }
.entry p { margin-top: 1.1em; font-size: 16px; line-height: 2.05; }
.entry p strong { background: linear-gradient(transparent 60%, var(--lemon-l) 60%); }
.entry .hiyori { margin: 28px 0; }
.entry .hiyori .bubble { background: var(--lemon-l); }
.entry .hiyori.right { flex-direction: row-reverse; }
.entry .hiyori.right .bubble { background: var(--lilac-l); border-radius: 18px 4px 18px 18px; }

.pointBox {
    margin: 32px 0;
    padding: 24px 28px;
    border-radius: 24px;
    background: var(--g-lilac-l);
}
.pointBox .lbl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 3px 14px 3px 10px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}
.pointBox .lbl .icon { color: var(--lemon); }
.pointBox ul li { position: relative; padding-left: 20px; font-size: 15px; font-weight: 700; }
.pointBox ul li + li { margin-top: 6px; }
.pointBox ul li::before { content: ""; position: absolute; left: 3px; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: #8B72F0; }

.charaList { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.chara { display: flex; gap: 12px; padding: 14px; border-radius: 20px; border: 1.5px solid var(--line); }
.chara .av { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: hsl(var(--h) 85% 84%); font-weight: 900; }
.chara .nm { font-weight: 900; font-size: 15px; }
.chara .nm small { margin-left: 6px; font-size: 11px; color: var(--ink2); }
.chara .d { font-size: 13px; line-height: 1.6; }

/* 評価 */
.score {
    margin-top: 56px;
    padding: 28px 32px;
    border-radius: 28px;
    background: var(--bg);
}
.score h2 { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; border: 0; font-size: 18px; font-weight: 900; counter-increment: none; }
.score h2::before { content: none; }
.score h2 .icon { color: var(--pink); }
.score dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 36px; margin-top: 16px; }
.score dt { font-size: 13px; font-weight: 700; }
.score dd { display: flex; gap: 4px; margin-top: 6px; }
.score dd i { width: 100%; height: 10px; border-radius: 999px; background: var(--line); }
.score dd i.on { background: var(--g-ink); }
.score dd i.on.hot { background: var(--g-pink); }

/* ひよりのまとめ */
.matome {
    position: relative;
    margin-top: 72px;
    padding: 32px 300px 32px 32px;
    border-radius: 28px;
    background: var(--g-lemon);
}
.matome .hd { margin: 0; line-height: 1.4; }
.matome .hd b { display: block; font-size: 22px; font-weight: 900; }
.matome .hd small { display: block; margin-top: 2px; font-size: 12px; font-weight: 700; }
.matome p { margin-top: 14px; font-size: 15px; font-weight: 700; line-height: 1.95; }
.matome .bust {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 272px;
    height: auto;
}
.matome .bye {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 6px 16px;
    border-radius: 999px;
    background: var(--g-ink);
    color: var(--lemon);
    font-weight: 900;
}

/* 出典 */
.sources { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink2); }
.sources b { color: var(--ink); }
.sources li { margin-top: 4px; }

/* 記事下のカテゴリー・タグ */
.artTax { margin-top: 32px; padding: 20px 24px; border-radius: 22px; background: var(--bg); }
.artTax > div { display: flex; align-items: flex-start; gap: 16px; }
.artTax > div + div { margin-top: 12px; }
.artTax dt { flex-shrink: 0; width: 84px; font-size: 13px; font-weight: 900; line-height: 26px; }
.artTax dd { flex: 1; }

/* 前後ナビ */
.epPager { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; }
.epPager a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1.5px solid var(--line);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.epPager a small { display: block; font-size: 11px; color: var(--ink2); }
.epPager a .icon {
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%;
    background: var(--bg);
}
.epPager a.next { flex-direction: row-reverse; text-align: right; background: var(--g-ink); border-color: var(--ink); color: #fff; }
.epPager a.next small { color: rgba(255, 255, 255, .6); }
.epPager a.next .icon { background: var(--g-lemon); color: var(--ink); }
.epPager a:hover { transform: translateY(-2px); }

/* 関連 */
.related { margin-top: 72px; }
.related .secTtl .en { font-size: 44px; }
.related .epGrid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related .epCard .ttl { font-size: 14px; }

/*--------------------------------------------------------------------
=== [ひよりって？] ====================================
 -------------------------------------------------------------------*/

/* --- ヒーロー --- */
.hyHero { padding-top: 8px; }
.hyHero .box {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    min-height: 560px;
    padding: 0 48px 0 64px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 78% 30%, rgba(255, 255, 255, .7) 0 14%, transparent 15%),
        radial-gradient(at 85% 80%, #CFC2FF 0, transparent 50%),
        radial-gradient(at 10% 10%, #FFF3A8 0, transparent 55%),
        linear-gradient(135deg, #FFE45E 0%, #FFC2A8 55%, #FFB8C9 100%);
    overflow: hidden;
}
.hyHero .txt { align-self: center; padding: 56px 0; }
.hyHero .lbl { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.hyHero .nm {
    margin-top: 6px;
    font-family: 'CP Logo', 'Zen Kaku Gothic New', sans-serif;
    font-size: 112px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.01em;
    color: #fff;
    text-shadow: 0 6px 24px rgba(255, 79, 139, .35);
}
.hyHero .role { margin-top: 14px; font-size: 15px; font-weight: 900; }
.hyHero .hiyori.big { margin-top: 24px; }
.hyHero .hiyori.big .bubble {
    padding: 18px 22px;
    border-radius: 6px 24px 24px 24px;
    font-size: 16px;
    line-height: 1.8;
    box-shadow: 0 10px 30px rgba(30, 28, 26, .08);
}
.hyHero .bubble a { font-weight: 900; background: linear-gradient(transparent 60%, var(--lemon-l) 60%); transition: background-size .25s, color .2s; }
.hyHero .bubble a:hover { color: var(--pink, #E8528A); }
.hyHero .phrase {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    padding: 8px 20px;
    border-radius: 999px;
    background: var(--g-ink);
    color: var(--lemon);
    font-weight: 900;
}
.hyHero .phrase .icon { font-size: 20px; animation: spin 12s linear infinite; }
.hyHero .pic { align-self: end; display: flex; justify-content: center; }
.hyHero .pic img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin-top: 32px;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14%);
    mask-image: linear-gradient(to right, transparent 0, #000 14%);
}

/* --- ひよりって？ヒーローのアニメーション --- */
.hyHero .box { animation: fvUp 1s cubic-bezier(.2, .7, .2, 1) both; }
.hyHero .box::after {
    content: "";
    position: absolute;
    inset: -30%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(30% 30% at 30% 40%, rgba(255, 255, 255, .55) 0, transparent 70%),
        radial-gradient(25% 25% at 70% 70%, rgba(207, 194, 255, .45) 0, transparent 70%);
    animation: hyLight 14s ease-in-out infinite alternate;
}
@keyframes hyLight {
    0% { transform: translate(-8%, -4%) rotate(0deg); }
    100% { transform: translate(10%, 6%) rotate(20deg); }
}
.hyHero .txt, .hyHero .pic { position: relative; z-index: 1; }
.hyHero .lbl { animation: hySlide .7s cubic-bezier(.2, .7, .2, 1) .35s both; }
@keyframes hySlide { from { opacity: 0; transform: translateX(-24px); } to { opacity: 1; transform: none; } }
.hyHero .nm i {
    display: inline-block;
    font-style: normal;
    animation: hyChar .8s cubic-bezier(.34, 1.56, .64, 1) both;
    animation-delay: calc(.5s + var(--i) * .12s);
}
@keyframes hyChar {
    0% { opacity: 0; transform: translateY(40px) scale(.3) rotate(-12deg); }
    100% { opacity: 1; transform: none; }
}
.hyHero .role { animation: fvUp .7s cubic-bezier(.2, .7, .2, 1) .95s both; }
.hyHero .hiyori.big .bubble { transform-origin: 0 0; animation: hyBubble .7s cubic-bezier(.34, 1.56, .64, 1) 1.15s both; }
@keyframes hyBubble { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: none; } }
.hyHero .phrase { animation: fvUp .7s cubic-bezier(.2, .7, .2, 1) 1.4s both; }
.hyHero .pic { animation: hyFloat 5s ease-in-out 2s infinite; }
.hyHero .pic img { animation: hyRise 1.2s cubic-bezier(.2, .9, .3, 1.1) .3s both; }
@keyframes hyRise { from { opacity: 0; transform: translateY(120px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes hyFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* --- プロフィール --- */
.hyProfile .grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.hyProfile .intro p { font-size: 17px; font-weight: 700; line-height: 2; }
.hyProfile .intro p + p { margin-top: 1em; }
.hyProfile .intro strong { background: linear-gradient(transparent 60%, var(--lemon) 60%); }
.hyProfile .table { padding: 8px 28px; border-radius: var(--radius); background: var(--card); }
.hyProfile .table > div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 14px 0; }
.hyProfile .table > div + div { border-top: 1px solid var(--line); }
.hyProfile .table dt { font-size: 13px; font-weight: 900; color: var(--ink2); line-height: 1.9; }
.hyProfile .table dd { font-size: 15px; font-weight: 700; line-height: 1.8; }
.hyProfile .table dd.cats { align-items: center; }
.phraseTxt .icon { color: var(--yellow-d, #FFB21E); vertical-align: -.12em; margin-left: 2px; }

/* --- 性格 --- */
.hyTraits .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trait {
    display: flex;
    flex-direction: column;
    padding: 28px 24px 24px;
    border-radius: var(--radius);
    background: var(--c);
}
.trait .no { font-family: var(--font-en); font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -.04em; opacity: .9; }
.trait h3 { margin-top: 14px; font-size: 21px; font-weight: 900; line-height: 1.4; }
.trait .d { margin-top: 10px; font-size: 13px; font-weight: 700; line-height: 1.8; }
.trait .q {
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 4px 16px 16px 16px;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.6;
    transform: translateY(0);
}
.trait .d + .q { margin-top: 16px; }

/* --- 推しジャンル --- */
.hyGenre .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.genreCard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, color-mix(in srgb, var(--cc) 35%, #fff) 0%, #fff 70%);
    box-shadow: inset 0 6px 0 var(--cc);
}
.genreCard .cat { font-size: 14px; padding: 3px 12px; }
.genreCard .tag { margin-top: 8px; }
.genreCard .q { margin-top: 16px; font-size: 18px; font-weight: 900; line-height: 1.6; }
.genreCard .more2 { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; font-size: 13px; font-weight: 700; }
.genreCard .more2 .icon { transition: transform .25s; }
.genreCard:hover { transform: translateY(-4px); }
.genreCard:hover .more2 .icon { transform: translateX(4px); }

/* --- お仕事 --- */
.hyWork .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.work {
    display: block;
    padding: 28px;
    border-radius: var(--radius);
    background: var(--card);
    text-align: center;
}
.work .ph {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px var(--lemon);
}
.work .ph img { width: 100%; height: 100%; object-fit: cover; }
.work .ph.think { background: var(--g-lemon); }
.work .ph.think img { object-fit: cover; object-position: center top; }
.work h3 { margin-top: 16px; font-size: 18px; font-weight: 900; }
.work p { margin-top: 10px; font-size: 14px; font-weight: 700; line-height: 1.8; text-align: left; }
.work:hover { transform: translateY(-4px); }

/* --- Q&A --- */
.qa { padding: 8px 32px; border-radius: var(--radius); background: var(--card); }
.qa > div { padding: 22px 0; }
.qa > div + div { border-top: 1px solid var(--line); }
.qa dt, .qa dd { position: relative; padding-left: 48px; line-height: 1.8; }
.qa dt { font-size: 16px; font-weight: 900; }
.qa dd { margin-top: 10px; font-size: 15px; font-weight: 700; }
.qa dt::before, .qa dd::before {
    position: absolute;
    left: 0;
    top: -2px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 800;
}
.qa dt::before { content: "Q"; background: var(--g-ink); color: #fff; }
.qa dd::before { content: "A"; background: var(--g-lemon); }

/* --- ひよりから --- */
.hyMsg .box {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 40px 48px;
    border-radius: 36px;
    background: var(--g-ink);
    color: #fff;
}
.hyMsg .face { width: 140px; flex-shrink: 0; border-radius: 50%; border: 4px solid var(--lemon); }
.hyMsg .lbl { font-size: 13px; font-weight: 900; color: var(--lemon); }
.hyMsg .m { margin-top: 8px; font-size: 20px; font-weight: 900; line-height: 1.7; }
.hyMsg .btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hyMsg .btn { background: var(--g-lemon); color: var(--ink); }
.hyMsg .btn.light { background: rgba(255, 255, 255, .12); color: #fff; }
.hyMsg .btn:hover { background: #fff; color: var(--ink); }

/*--------------------------------------------------------------------
=== [下層ページ共通] ====================================
 -------------------------------------------------------------------*/

.btn.light { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn.light:hover { background: var(--ink); color: #fff; box-shadow: none; }
.listSec { padding-top: 40px; }

/* --- ページ見出し --- */
.pageHead { padding-top: 8px; }
.pageHead .box {
    display: grid;
    grid-template-columns: 1fr 380px;
    align-items: center;
    gap: 40px;
    padding: 44px 48px;
    border-radius: 36px;
    background: var(--pg, var(--g-lemon));
}
.pageHead h1 { line-height: 1; }
.pageHead h1 .en {
    display: block;
    font-family: var(--font-en);
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: .95;
}
.pageHead h1 .ja {
    display: inline-block;
    margin-top: 14px;
    padding: 5px 14px;
    border-radius: 999px;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
}
.pageHead .lead { margin-top: 16px; font-size: 15px; font-weight: 700; line-height: 1.9; }
.pageHead .lead a { text-decoration: underline; }
.pageHead .hiyori .face { width: 64px; height: 64px; }
.pageHead .hiyori .bubble { box-shadow: 0 8px 24px rgba(30, 28, 26, .06); }
.pageHead.isCat .box { background: var(--cg); }
.pageHead.isTag .box { background: var(--g-mint); }
.pageHead.isTag h1 .en { font-size: 60px; }
.pageHead.isSvc .box { background: #fff; box-shadow: inset 0 0 0 2px var(--line); }
.pageHead.isSvc .svcLogo img { height: 48px; width: auto; }
.pageHead.isSvc h1 .ja { background: var(--g-lemon); font-size: 18px; }
.pageHead.isSearch .box { background: var(--g-lilac); }

/* --- 絞り込み・並び替え --- */
.filterBar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}
.chip .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--cc); }
.chip:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.chip.is-active { background: var(--g-ink); color: #fff; }
.sort { display: flex; flex-shrink: 0; padding: 4px; border-radius: 999px; background: #fff; }
.sort a { padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.sort a.is-active { background: var(--bg); box-shadow: inset 0 0 0 1.5px var(--ink); }
.sort a:not(.is-active):hover { background: var(--bg); }

/* --- ページ送り --- */
.pager { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 56px; }
.pager a, .pager span {
    display: grid;
    place-items: center;
    min-width: 44px;
    height: 44px;
    padding: 0 6px;
    border-radius: 50%;
    background: #fff;
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 700;
}
.pager a:hover { background: var(--ink); color: #fff; }
.pager .is-current { background: var(--g-ink); color: var(--lemon); }
.pager .dots { background: none; min-width: 20px; }
.pager .is-disabled { opacity: .35; }

/* --- 作品カードのグリッド --- */
.dramaGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dramaGrid.three { grid-template-columns: repeat(3, 1fr); }
.dramaGrid .airCard { box-shadow: inset 0 0 0 1.5px var(--line); }
.dramaGrid .airCard .svcs { flex-wrap: wrap; align-items: center; }
.related .dramaGrid .airCard .ttl { font-size: 14px; }

/* --- ランキングページ --- */
.rankBar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.rankBar .rankTabs { margin-bottom: 0; }
.rankBar .upd { margin: 0; }
.rankInfo { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; margin-top: 48px; }
.rankInfo .box { padding: 28px 32px; border-radius: var(--radius); background: var(--card); }
.rankInfo h2 { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 900; }
.rankInfo h2 .icon { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--g-lemon); }
.rankInfo ul { margin-top: 12px; }
.rankInfo li { position: relative; padding-left: 18px; font-size: 14px; line-height: 1.8; }
.rankInfo li + li { margin-top: 6px; }
.rankInfo li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.rankInfo .weeks li { padding-left: 0; }
.rankInfo .weeks li::before { content: none; }
.rankInfo .weeks a { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); font-family: var(--font-en); font-weight: 700; }
.rankInfo .weeks a::after { content: "›"; }
.rankInfo .weeks a:hover { color: var(--green); }
.ranking .headR .upd { margin: 0; }

/* --- 作品ページ --- */
.dramaHero .box {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 16px 40px 16px 16px;
    border-radius: 40px;
    background: var(--cg, var(--g-mint));
}
.dramaHero .thumb { border-radius: 28px; aspect-ratio: 16 / 11; }
.dramaHero .lbl { font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.dramaHero h1 { margin-top: 4px; font-size: 36px; font-weight: 900; line-height: 1.35; }
.dramaHero .row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 12px; }
.dramaHero .tags { margin-top: 10px; }
.dramaHero dl { margin-top: 18px; padding: 14px 18px; border-radius: 18px; background: rgba(255, 255, 255, .6); }
.dramaHero dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 12px; font-size: 13px; line-height: 1.9; }
.dramaHero dt { font-weight: 900; }
.dramaHero dd { font-weight: 700; }
.dramaHero .btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.dramaHero { --cg: linear-gradient(135deg, #DDEBFF 0%, #A8CBFF 55%, #8FB5FF 100%); }
.dramaBody .impression { margin-top: 56px; }
.dramaBody .score { margin-top: 16px; }
.dramaBody .entry h2:first-child { margin-top: 48px; }

.epList { margin-top: 8px; border-radius: 22px; background: var(--bg); overflow: hidden; }
.epList li + li { border-top: 1px solid var(--line); }
.epList a {
    display: grid;
    grid-template-columns: 64px 1fr auto auto 24px;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
}
.epList .n { font-weight: 900; font-size: 14px; }
.epList .t { font-size: 15px; font-weight: 700; line-height: 1.6; }
.epList .new { display: inline-block; margin-right: 8px; padding: 0 8px; border-radius: 6px; background: var(--g-pink); color: #fff; font-family: var(--font-en); font-size: 11px; font-weight: 800; vertical-align: 2px; }
.epList .d { font-family: var(--font-en); font-size: 12px; color: var(--ink2); }
.epList .arr { font-size: 14px; color: var(--ink2); }
.epList a:hover { background: #fff; }
.epList a:hover .t { text-decoration: underline; }
.epList .soon { grid-template-columns: 64px 1fr auto; color: #A8A197; }
.epList .soon .t { font-weight: 500; font-size: 14px; }
.epList a.soon:hover { color: var(--ink2); }

/* --- 作品一覧（50音） --- */
.kanaNav { position: sticky; top: 112px; z-index: 5; display: flex; flex-wrap: wrap; gap: 6px; padding: 8px; border-radius: 999px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(8px); width: max-content; max-width: 100%; }
.kanaNav a, .kanaNav span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; font-size: 16px; font-weight: 900; }
.kanaNav a { background: var(--g-lemon); }
.kanaNav a:hover { background: var(--g-ink); color: var(--lemon); }
.kanaNav span { color: #C9C1B3; }
.kanaGroup { margin-top: 48px; scroll-margin-top: 190px; }
.kanaGroup h2 { display: flex; align-items: baseline; gap: 10px; font-size: 36px; font-weight: 900; line-height: 1; }
.kanaGroup h2 small { font-size: 13px; color: var(--ink2); }
.kanaGroup ul { margin-top: 16px; border-radius: var(--radius); background: var(--card); overflow: hidden; }
.kanaGroup li + li { border-top: 1px solid var(--line); }
.dramaRow { display: grid; grid-template-columns: 96px 1fr auto auto 24px; align-items: center; gap: 18px; padding: 12px 24px 12px 12px; }
.dramaRow .thumb { border-radius: 12px; }
.dramaRow .t { font-size: 16px; font-weight: 900; }
.dramaRow .m { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.dramaRow .p { font-size: 12px; font-weight: 700; color: var(--ink2); }
.dramaRow .arr { color: var(--ink2); }
.dramaRow:hover { background: var(--bg); }
.dramaRow:hover .t { text-decoration: underline; }

/* --- カテゴリー一覧 --- */
.catBlocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.catBlock { border-radius: var(--radius); background: var(--card); overflow: hidden; }
.catBlock .hd { display: flex; align-items: center; gap: 12px; padding: 18px; background: var(--cg); }
.catBlock .ico { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: #fff; font-size: 20px; }
.catBlock .nm { font-size: 18px; font-weight: 900; line-height: 1.3; }
.catBlock .nm small { display: block; font-family: var(--font-en); font-size: 12px; opacity: .6; }
.catBlock .arr { display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; border-radius: 50%; background: rgba(255, 255, 255, .6); font-size: 12px; transition: transform .25s; }
.catBlock .hd:hover .arr { transform: translateX(3px); background: #fff; }
.catBlock ul { padding: 8px 18px 14px; }
.catBlock li + li { border-top: 1px solid var(--line); }
.catBlock li a { display: block; padding: 10px 0; font-size: 14px; font-weight: 700; line-height: 1.5; }
.catBlock li a small { display: block; font-size: 11px; color: var(--ink2); }
.catBlock li a:hover { text-decoration: underline; }
.catBlock li.none { padding: 10px 0; font-size: 13px; color: var(--ink2); }
.catNav { justify-content: center; }
.catNav .cat { padding: 6px 16px; font-size: 14px; }
.catNav .cat.is-current { box-shadow: inset 0 0 0 2px var(--ink); }

/* --- タグ --- */
.tagCloud.big { gap: 10px; }
.tagCloud.big .tag { padding: 10px 18px; font-size: 16px; }
.tag small { margin-left: 6px; font-family: var(--font-en); font-size: .75em; color: var(--ink2); }
.relTags { display: flex; align-items: center; gap: 14px; }
.relTags .l { flex-shrink: 0; font-size: 13px; font-weight: 900; }

/* --- 配信サービス --- */
.svcCards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svcCard { position: relative; display: block; padding: 32px 28px 26px; border-radius: var(--radius); background: var(--card); }
.svcCard img { height: 34px; width: auto; }
.svcCard.prime img { height: 42px; }
.svcCard.hulu img { height: 30px; }
.svcCard.disney img { height: 56px; margin: -10px 0 -8px; }
.svcCard .n { margin-top: 18px; font-family: var(--font-en); font-size: 34px; font-weight: 800; line-height: 1; }
.svcCard .n small { margin-left: 6px; font-family: 'Zen Kaku Gothic New', sans-serif; font-size: 13px; font-weight: 700; }
.svcCard .d { margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--ink2); }
.svcCard .arr { position: absolute; right: 24px; top: 32px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--bg); font-size: 13px; transition: all .25s; }
.svcCard:hover { transform: translateY(-4px); }
.svcCard:hover .arr { background: var(--g-ink); color: #fff; }
.svcNav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.svcNav a, .svcNav span { display: grid; place-items: center; height: 52px; padding: 0 22px; border-radius: 999px; background: #fff; }
.svcNav img { height: 18px; width: auto; }
.svcNav .is-current { box-shadow: inset 0 0 0 2px var(--ink); }
.svcNav a:hover { box-shadow: inset 0 0 0 2px var(--line); }
.svcRank { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svcRank a { display: block; }
.svcRank .no { display: block; font-family: var(--font-en); font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.svcRank .thumb { margin-top: 8px; }
.svcRank .t { display: block; margin-top: 10px; font-size: 16px; font-weight: 900; }
.svcRank .t small { display: block; margin-top: 4px; font-size: 12px; font-weight: 700; color: var(--ink2); line-height: 1.6; }
.svcRank a:hover .t { text-decoration: underline; }

/* --- 特集 --- */
.featCard .date { margin: 12px 10px 0; font-family: var(--font-en); font-size: 12px; font-weight: 700; opacity: .7; }
.feature.listSec .grid { row-gap: 24px; }
.featLbl { display: inline-block; padding: 3px 14px; border-radius: 999px; background: var(--g-peach); font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.okLabel { display: inline-block; padding: 2px 10px; border-radius: 999px; background: var(--mint-l); color: var(--green); font-size: 11px; font-weight: 700; }
.featList { margin-top: 48px; }
.featItem { position: relative; display: grid; grid-template-columns: 260px 1fr; gap: 28px; padding: 32px 0; border-top: 1.5px solid var(--line); }
.featItem:last-child { border-bottom: 1.5px solid var(--line); }
.featItem .no { position: absolute; left: -14px; top: 18px; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--g-ink); color: var(--lemon); font-family: var(--font-en); font-size: 18px; font-weight: 800; }
.featItem .thumb { border-radius: 18px; }
.featItem h2 { font-size: 22px; font-weight: 900; line-height: 1.4; }
.featItem h2 a:hover { text-decoration: underline; }
.featItem .row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 10px; }
.featItem .eps { font-size: 12px; font-weight: 700; color: var(--ink2); }
.featItem .hiyori { margin-top: 14px; }
.featItem .hiyori .bubble { background: var(--lemon-l); }
.featItem .btn { margin-top: 16px; padding: 10px 22px; font-size: 13px; }
.featArticle .matome { margin-top: 88px; }

/* --- 検索 --- */
.searchForm { display: flex; gap: 8px; margin-top: 20px; padding: 6px; border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(30, 28, 26, .06); }
.searchForm input { flex: 1; min-width: 0; padding: 0 18px; font-size: 16px; font-weight: 700; }
.searchForm input:focus { outline: none; }
.searchForm button { display: inline-flex; align-items: center; gap: 6px; padding: 12px 22px; border-radius: 999px; background: var(--g-ink); color: #fff; font-weight: 700; cursor: pointer; }
.searchForm button:hover { background: linear-gradient(135deg, #1BB077 0%, var(--green) 65%); }
.pageHead .kw { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 14px; font-size: 12px; font-weight: 700; }
.pageHead .kw span { margin-right: 4px; }
.pageHead .kw a { padding: 3px 12px; border-radius: 999px; background: rgba(255, 255, 255, .7); }
.pageHead .kw a:hover { background: #fff; }
.resultHd { margin-bottom: 24px; font-size: 18px; font-weight: 900; }
.resultHd span { margin-left: 10px; padding: 2px 12px; border-radius: 999px; background: var(--g-lemon); font-size: 13px; }
.noHit { display: flex; align-items: center; gap: 28px; margin-top: 64px; padding: 0 40px; min-height: 200px; border-radius: var(--radius); background: var(--card); overflow: hidden; }
.noHit img { align-self: flex-end; width: 150px; height: auto; flex-shrink: 0; margin-top: 24px; }
.noHit div { padding: 32px 0; }
.noHit .t { font-size: 22px; font-weight: 900; line-height: 1.5; }
.noHit p { margin-top: 8px; font-size: 16px; font-weight: 700; line-height: 1.9; }
.noHit a { text-decoration: underline; }

/* --- 規約系ページ --- */
.docBody { max-width: 880px; margin: 0 auto; padding: 48px 56px 56px; border-radius: 36px; background: var(--card); }
.docBody h2 { display: flex; align-items: center; gap: 10px; margin: 44px 0 14px; font-size: 20px; font-weight: 900; }
.docBody h2::before { content: ""; width: 12px; height: 12px; flex-shrink: 0; border-radius: 4px; background: var(--g-lemon); transform: rotate(45deg); box-shadow: 0 0 0 3px var(--lemon-l); }
.docBody h2:first-child { margin-top: 0; }
.docBody p { font-size: 15px; line-height: 2; }
.docBody a { text-decoration: underline; }
.docLead { margin-bottom: 8px; font-weight: 700; }
.docDate { margin-top: 44px; text-align: right; font-size: 13px !important; color: var(--ink2); }
.docTable { border-radius: 20px; background: var(--bg); overflow: hidden; }
.docTable > div { display: grid; grid-template-columns: 160px 1fr; gap: 16px; padding: 14px 22px; font-size: 14px; }
.docTable > div + div { border-top: 1px solid var(--line); }
.docTable dt { font-weight: 900; }
.docTable dd { font-weight: 700; }

/* --- お問い合わせ --- */
.contactWrap { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }
.formCard { padding: 40px 44px; border-radius: 36px; background: var(--card); }
.field + .field { margin-top: 22px; }
.field label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 900; }
.req { padding: 1px 8px; border-radius: 6px; background: var(--g-pink); color: #fff; font-size: 10px; font-weight: 700; }
.field input, .field select, .field textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 18px;
    border-radius: 16px;
    background: var(--bg);
    border: 1.5px solid transparent;
    font-size: 15px;
    font-weight: 500;
    transition: border-color .2s, background-color .2s;
}
.field select { appearance: auto; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: #fff; }
.agree { display: flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 14px; font-weight: 700; }
.agree input { width: 18px; height: 18px; accent-color: var(--ink); }
.agree a { text-decoration: underline; }
.btn.submit { width: 100%; margin-top: 24px; padding: 16px; font-size: 16px; cursor: pointer; }
.contactSide .checks li { position: relative; padding-left: 18px; font-size: 13px; font-weight: 700; line-height: 1.8; }
.contactSide .checks li + li { margin-top: 6px; }
.contactSide .checks li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.contactSide .pic { display: block; width: 240px; height: auto; margin: 16px auto 0; }

/* --- 404 --- */
.notFound { padding-top: 24px; }
.notFound .box { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 32px; padding: 56px 64px 0; border-radius: 40px; background: var(--g-lilac); overflow: hidden; }
.notFound .txt { padding-bottom: 56px; }
.notFound .code { font-family: var(--font-en); font-size: 140px; font-weight: 800; line-height: .9; letter-spacing: -.05em; background: var(--g-logo); -webkit-background-clip: text; background-clip: text; color: transparent; }
.notFound h1 { margin-top: 12px; font-size: 26px; font-weight: 900; }
.notFound .hiyori { margin-top: 18px; }
.notFound .btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.notFound .pic { width: 100%; height: auto; -webkit-mask-image: linear-gradient(to left, transparent 0, #000 12%); mask-image: linear-gradient(to left, transparent 0, #000 12%); }
.epSoon { margin-top: 28px; }
.epSoon .box { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 32px; padding: 48px 56px 0; border-radius: 36px; background: var(--g-lilac); overflow: hidden; }
.epSoon .txt { align-self: center; padding: 48px 0; }
.epSoon .code { font-family: var(--font-en); font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.03em; background: var(--g-logo); -webkit-background-clip: text; background-clip: text; color: transparent; }
.epSoon h1 { margin-top: 12px; font-size: 26px; font-weight: 900; }
.epSoon .hiyori { margin-top: 18px; }
.epSoon .note { margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--ink2); }
.epSoon .btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.epSoon .pic { width: 100%; height: auto; }

/*--------------------------------------------------------------------
=== [準備中ページ] ====================================
 -------------------------------------------------------------------*/

.soonPage { min-height: 100vh; background: var(--bg); }
.soonMain { display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: 24px; }
.soonMain .box {
    display: grid;
    grid-template-columns: 1fr 380px;
    align-items: end;
    gap: 24px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px 0 72px;
    border-radius: 40px;
    background:
        radial-gradient(at 85% 80%, #CFC2FF 0, transparent 50%),
        radial-gradient(at 10% 10%, #FFF3A8 0, transparent 55%),
        linear-gradient(135deg, #FFE45E 0%, #FFC2A8 55%, #FFB8C9 100%);
    overflow: hidden;
}
.soonMain .txt { align-self: center; padding: 64px 0; }
.soonMain .en { font-family: var(--font-en); font-size: 14px; font-weight: 800; letter-spacing: .2em; }
.soonMain .logo { margin-top: 16px; }
.soonMain .logo .tagline { font-size: 13px; color: var(--ink); }
.soonMain .logo .name { font-size: 76px; filter: drop-shadow(0 6px 16px rgba(255, 79, 139, .25)); }
.soonMain .open { display: inline-flex; align-items: baseline; gap: 12px; margin-top: 24px; padding: 8px 22px; border-radius: 999px; background: var(--g-ink); color: #fff; font-family: var(--font-en); font-size: 24px; font-weight: 800; }
.soonMain .open span { font-size: 13px; letter-spacing: .12em; color: var(--lemon); }
.soonMain .hiyori { margin-top: 28px; }
.soonMain .hiyori .face { width: 56px; height: 56px; }
.soonMain .hiyori .bubble { font-size: 15px; box-shadow: 0 8px 24px rgba(30, 28, 26, .06); }
.soonMain .phrase { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-weight: 900; }
.soonMain .phrase .icon { font-size: 22px; color: #FFB21E; animation: spin 12s linear infinite; }
.soonMain .pic { width: 100%; height: auto; margin-top: 40px; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14%); mask-image: linear-gradient(to right, transparent 0, #000 14%); }
.soonMain .copy { margin-top: 20px; text-align: center; font-family: var(--font-en); font-size: 12px; color: var(--ink2); }

/*--------------------------------------------------------------------
=== [作品一覧の絞り込み] ====================================
 -------------------------------------------------------------------*/

.filterPanel { padding: 24px 28px; border-radius: var(--radius); background: var(--card); }
.fRow { display: grid; grid-template-columns: 110px 1fr; align-items: start; gap: 12px; }
.fRow + .fRow, .fBody { margin-top: 16px; }
.fBody .fRow:first-child { margin-top: 0; }
.fBody { padding-top: 16px; border-top: 1px solid var(--line); }
.fTop { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.fLbl { padding-top: 7px; font-size: 13px; font-weight: 900; }
.fItems { display: flex; flex-wrap: wrap; gap: 6px; }
.fSearch { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 220px; padding: 0 16px; border-radius: 999px; background: var(--bg); }
.fSearch .icon { color: var(--ink2); }
.fSearch input { flex: 1; min-width: 0; padding: 12px 0; font-size: 15px; font-weight: 700; }
.fSearch input:focus { outline: none; }
.fSearch:focus-within { box-shadow: inset 0 0 0 1.5px var(--ink); background: #fff; }
.fStatus { display: flex; padding: 4px; border-radius: 999px; background: var(--bg); }
.fStatus button { padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; }
.fStatus button:hover { background: #fff; }
.fStatus button.is-active { background: var(--g-ink); color: #fff; }
.fToggle { display: none; }
.filterPanel .chip { border: 0; cursor: pointer; background: var(--bg); }
.filterPanel .chip.is-active { background: var(--cc, var(--line)); box-shadow: inset 0 0 0 2px var(--ink); color: var(--ink); }
.filterPanel .chip.is-active .dot { background: var(--ink); }
.svcBtn { display: grid; place-items: center; height: 40px; padding: 0 16px; border-radius: 999px; background: var(--bg); cursor: pointer; transition: box-shadow .2s, background-color .2s; }
.svcBtn img { height: 14px; width: auto; }
.svcBtn[data-v="prime"] img { height: 18px; }
.svcBtn[data-v="disney"] img { height: 26px; }
.svcBtn:hover { background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); }
.svcBtn.is-active { background: #fff; box-shadow: inset 0 0 0 2px var(--ink); }
.tagBtn { padding: 6px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .2s; }
.tagBtn::before { content: "#"; margin-right: 1px; opacity: .45; }
.tagBtn:hover { border-color: var(--ink); }
.tagBtn.is-active { background: var(--lemon); border-color: var(--ink); }
.resultBar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 32px 0 20px; }
.resultBar .num { display: flex; align-items: baseline; gap: 4px; font-weight: 900; }
.resultBar .num b { font-family: var(--font-en); font-size: 32px; line-height: 1; }
.fReset { display: inline-flex; align-items: center; gap: 4px; margin-left: 12px; padding: 4px 12px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.fReset:hover { background: var(--g-ink); color: #fff; }
.fReset[hidden], .noResult[hidden], .dramaGrid[hidden], .airCard[hidden] { display: none; }
.resultBar .sort button { padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; }
.resultBar .sort button.is-active { background: var(--bg); box-shadow: inset 0 0 0 1.5px var(--ink); }
.resultBar .sort button:not(.is-active):hover { background: var(--bg); }
.noResult { display: flex; align-items: flex-end; gap: 20px; padding: 24px 32px 0; border-radius: var(--radius); background: var(--card); overflow: hidden; }
.noResult img { width: 130px; height: auto; flex-shrink: 0; }
.noResult div { padding-bottom: 28px; }
.noResult .t { font-size: 17px; font-weight: 900; }
.noResult p { font-size: 14px; font-weight: 700; line-height: 1.8; }
.noResult a { text-decoration: underline; }
.noResult a:hover { color: var(--green); }

/*--------------------------------------------------------------------
=== [WordPress用の追加] ====================================
 -------------------------------------------------------------------*/

/* 恋リア：カップルの状況 */
.couples { margin-top: 32px; padding: 28px 32px; border-radius: 28px; background: linear-gradient(135deg, #FFE3F5 0%, #F3E6FF 100%); }
.couples h2 { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 900; }
.couples h2 .icon { color: var(--pink); }
.couples ul { margin-top: 14px; }
.couples li { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; padding: 12px 16px; border-radius: 16px; background: rgba(255, 255, 255, .8); }
.couples li + li { margin-top: 8px; }
.couples .pair { font-weight: 900; }
.couples .st { padding: 2px 12px; border-radius: 999px; font-size: 12px; font-weight: 900; background: var(--line); }
.couples .st-ok .st { background: var(--g-pink); color: #fff; }
.couples .st-good .st { background: var(--lemon); }
.couples .st-miss .st { background: var(--lilac); }
.couples .st-out .st { background: var(--g-ink); color: #fff; }
.couples .st-out .pair { color: var(--ink2); text-decoration: line-through; }
.couples .c { grid-column: 1 / 3; font-size: 13px; color: var(--ink2); }

/* 恋リア：ひよりの予想 */
.predict { margin: 48px 0 0; padding: 24px 28px; border-radius: 24px; background: var(--g-lilac-l); }
.predict .lbl { display: inline-flex; align-items: center; gap: 6px; padding: 3px 14px 3px 10px; border-radius: 999px; background: var(--g-ink); color: #fff; font-size: 13px; font-weight: 900; }
.predict .lbl .icon { color: var(--lemon); }
.predict p:not(.lbl) { margin-top: 10px; font-weight: 700; }

/* お問い合わせ */
.hp { position: absolute; left: -9999px; }
.formErr { margin-bottom: 20px; padding: 12px 16px; border-radius: 14px; background: #FFE3EA; color: #D6406A; font-size: 14px; font-weight: 700; }
.sentMsg { text-align: center; }
.sentMsg .t { font-size: 22px; font-weight: 900; }
.sentMsg p { margin-top: 8px; font-weight: 700; }
.sentMsg .btn { margin-top: 20px; }

/* ブロックエディターで入る画像・見出しなど */
.entry figure { margin: 24px 0; }
.entry figure img { border-radius: 20px; }
/* ブロックエディターの普通のリストだけ（各話の一覧などのパーツには効かせない） */
.entry ul.wp-block-list, .entry ol.wp-block-list { margin: 1em 0 0 1.4em; list-style: disc; line-height: 1.9; }
.entry ol.wp-block-list { list-style: decimal; }
.docBody ul { margin: 1em 0 0 1.4em; list-style: disc; line-height: 1.9; }
.featList > p { margin-top: 1em; line-height: 2; }
.profile .likes a:hover { text-decoration: underline; }

/* ランキングを取得できないサービス：グレーで薄く */
.rankTabs button.is-soon { cursor: default; }
.rankTabs button.is-soon img { filter: grayscale(1); opacity: .3; }
.rankTabs button.is-soon:hover { background: transparent; }
.svcTile.is-soon img, .svcCard.is-soon img, .svcNav .is-soon img { filter: grayscale(1); opacity: .3; }
.svcTile.is-soon, .svcCard.is-soon, .svcNav .is-soon { cursor: default; }
.svcBtn.is-soon { cursor: default; }
.svcBtn.is-soon img { filter: grayscale(1); opacity: .3; }
.svcBtn.is-soon:hover { background: var(--bg); box-shadow: none; }
.svcTile.is-soon:hover, .svcCard.is-soon:hover { transform: none; box-shadow: none; }
.svcTile.is-soon small, .svcCard.is-soon .n, .svcCard.is-soon .d { opacity: .45; }

/* ランキング：作品ページがまだない作品 */
.btn.is-wait { background: var(--line); color: var(--ink2); cursor: default; }
.btn.is-wait:hover { background: var(--line); }
.rankEmpty { grid-column: 1 / -1; padding: 40px 24px; border-radius: var(--radius); background: var(--card); text-align: center; font-weight: 700; color: var(--ink2); }

/* ランキング：Netflix のロゴ画像（作品名の文字だけの画像） */
.thumb.is-logo { background: radial-gradient(at 30% 20%, #3E3934 0, #1E1C1A 70%); }
.thumb.is-logo img { object-fit: contain; padding: 10% 8%; }

/* 本文の場面写真 */
.scenePhoto { margin: 28px 0; }
.scenePhoto img { display: block; width: 100%; height: auto; border-radius: 20px; }
.scenePhoto figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--ink2); }
.scenePhoto .credit { font-size: 11px; font-weight: 500; }
.scenePhoto .credit a { text-decoration: underline; }
.scenePhoto .credit a:hover { color: var(--green); }
.thumbCredit { margin-top: 6px; font-size: 11px; color: var(--ink2); text-align: right; }

/* 人物：顔写真があるときだけ丸い写真を出す */
.chara .av { display: block; width: 56px; height: 56px; border-radius: 50%; background-color: var(--bg); background-repeat: no-repeat; box-shadow: 0 0 0 3px #fff, 0 0 0 4px var(--line); }
.chara .av.noPhoto { display: grid; place-items: end center; overflow: hidden; background: #E3E0DA; }
.chara .av.noPhoto svg { width: 80%; height: 80%; fill: #B4AEA5; }

/* 検索結果：種類ごとに分ける */
.resultJump { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 8px; }
.resultJump a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 999px; background: #fff; font-size: 14px; font-weight: 700; }
.resultJump a small { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--g-lemon); font-family: var(--font-en); font-size: 12px; }
.resultJump a:hover { background: var(--g-ink); color: #fff; }
.resultGroup { margin-top: 48px; scroll-margin-top: 110px; }
.resultTtl { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); font-size: 20px; font-weight: 900; }
.resultTtl .en { font-family: var(--font-en); font-size: 32px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.resultTtl small { margin-left: auto; font-size: 13px; color: var(--ink2); }
.resultMore { margin-top: 16px; font-size: 13px; color: var(--ink2); text-align: right; }
.searchResult .featGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
