/* =============================================
   HarlemComic Review UI
============================================= */

.gc-review {
    margin: 32px 0 40px;
}

.gc-affi-note {
    font-size: 12px;
    color: #999;
    margin: 0 0 20px;
}

/* HERO */

.gc-hero {
    max-width: 980px;
    margin: 0 auto 72px;
}

.gc-hero__visual {
    margin-bottom: 34px;
}

.gc-hero__image {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 0 auto;
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.gc-hero__content {
    max-width: 900px;
    margin: 0 auto;
}

.gc-hero__title {
    font-size: 48px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 20px 0 22px;
}

/* TAGS */

.gc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gc-tags--hero {
    margin-bottom: 18px;
}

.gc-tag {
    display: inline-flex;
    align-items: center;
    background: #fff7ff !important;
    color: #c04fff !important;
    border: 1px solid #f0d2ff !important;
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(216,72,124,.10);
}

.gc-tag:hover {
    color: #c04fff !important;
    text-decoration: none;
    transform: translateY(-2px);
}

/* META CARD */

.gc-metaCard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    align-items: stretch;
    margin: 28px 0;
}

.gc-metaCard__item,
a.gc-metaCard__item {
    position: relative;
    min-height: 120px !important;
    box-sizing: border-box !important;
    background: #fff;
    border: 1px solid #f1d8ff !important;
    border-radius: 18px;
    padding: 28px 24px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    color: inherit;
    text-decoration: none;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.gc-metaCard__label,
a.gc-metaCard__item .gc-metaCard__label {
    display: block !important;
    font-size: 12px;
    line-height: 1 !important;
    color: #999;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    transform: none !important;
}

.gc-metaCard__value,
a.gc-metaCard__item .gc-metaCard__value {
    display: block !important;
    font-size: 18px;
    line-height: 1.4 !important;
    font-weight: 800;
    color: #222;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

a.gc-metaCard__item {
    cursor: pointer;
    border-color: #ffd1e2;
    background: linear-gradient(135deg, #fff, #fff7fb);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

a.gc-metaCard__item::after {
    content: "→";
    position: absolute;
    top: 24px !important;
    right: 24px !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    color: #e35b8f;
    transform: none !important;
}

a.gc-metaCard__item:hover {
    transform: translateY(-3px);
    border-color: #ff9fbe;
    box-shadow: 0 14px 28px rgba(216,72,124,.14);
    text-decoration: none;
}

/* CTA */

.gc-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.gc-cta--main {
    max-width: 680px;
    margin: 36px auto 0;
}

.gc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 58px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s;
}

.gc-cta .gc-btn {
    min-width: 260px;
}

.gc-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.gc-btn--fanza {
    background: linear-gradient(135deg,#ff5db1,#c86bff) !important;
    color: #fff;
    box-shadow: 0 14px 28px rgba(255,79,147,.28);
}

.gc-btn--dlsite {
    background: #7c5cff !important;
    color: #fff;
    box-shadow: 0 14px 28px rgba(124,92,255,.24);
}

/* SECTION */

.gc-section {
    max-width: 980px;
    margin: 64px auto 0;
}

.gc-section__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .03em;
    border-bottom: 2px solid #f3d5df;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.gc-section__title::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: linear-gradient(135deg,#c86bff,#ff67b3) !important;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(200,107,255,.28) !important;
    flex-shrink: 0;
}

.gc-chart-section .gc-section__title::before {
    content: "📊" !important;
}

.gc-samples-section .gc-section__title::before {
    content: "🖼️" !important;
}

.gc-art-section .gc-section__title::before {
    content: "🎨" !important;
}

.gc-recommend-section .gc-section__title::before {
    content: "💖" !important;
}

/* CHART */

.gc-chart {
    display: flex;
    flex-direction: column;
    gap: 28px;
    background: #fff;
    border: 1px solid #f4d6e2;
    border-radius: 24px;
    padding: 28px 28px 32px;
    box-shadow: 0 16px 40px rgba(216,72,124,.08);
}

.gc-chart__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gc-chart__labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 800;
    color: #555;
}

.gc-chart__labels span:last-child {
    color: #d8487c;
}

.gc-chart__labels span::before,
.gc-chart__labels span::after {
    display: inline-block;
}

/* 絵柄：リアル ↔ アニメ */
.gc-chart__row:nth-child(1) .gc-chart__labels span:first-child::before {
    content: "🎨 ";
}
.gc-chart__row:nth-child(1) .gc-chart__labels span:last-child::before {
    content: "📺 ";
}

/* 雰囲気：清楚 ↔ ビッチ */
.gc-chart__row:nth-child(2) .gc-chart__labels span:first-child::before {
    content: "🌸 ";
}
.gc-chart__row:nth-child(2) .gc-chart__labels span:last-child::before {
    content: "💋 ";
}

/* 密着感：ソフト ↔ 濃厚 */
.gc-chart__row:nth-child(3) .gc-chart__labels span:first-child::before {
    content: "☁️ ";
}
.gc-chart__row:nth-child(3) .gc-chart__labels span:last-child::before {
    content: "🔥 ";
}

/* ヒロイン圧：控えめ ↔ 積極的 */
.gc-chart__row:nth-child(4) .gc-chart__labels span:first-child::before {
    content: "🤍 ";
}
.gc-chart__row:nth-child(4) .gc-chart__labels span:last-child::before {
    content: "💘 ";
}

/* ハーレム濃度：疑似 ↔ 本格 */
.gc-chart__row:nth-child(5) .gc-chart__labels span:first-child::before {
    content: "👤 ";
}
.gc-chart__row:nth-child(5) .gc-chart__labels span:last-child::before {
    content: "👥 ";
}

.gc-chart__track {
    position: relative;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #8dc2ff 0%,
        #d8c7f2 50%,
        #ff77bb 100%
    ) !important;
    overflow: visible;
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.7),
        0 6px 16px rgba(255,121,173,.14);
}

.gc-chart__track::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 3px;
    height: 30px;
    background: rgba(255,255,255,.95);
    box-shadow:
        0 0 0 1px rgba(0,0,0,.04),
        0 0 10px rgba(255,255,255,.8);
    transform: translateX(-50%);
}

.gc-chart__dot {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #d84f96 !important;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 6px rgba(216,79,150,.15),
        0 6px 18px rgba(216,79,150,.25) !important;
}

/* SAMPLES */

.gc-samples {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}

.gc-sample__img {
    width: 100%;
    display: block;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,.10);
    transition: .2s;
}

.gc-sample__img:hover {
    transform: translateY(-3px);
}

/* MANAGER BALLOON */

.gc-managerBalloon {
    max-width: 900px;
    margin: 30px 0 38px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.gc-managerBalloon--afterSamples {
    max-width: 860px;
    margin: 44px auto 0;
}

.gc-managerBalloon__icon {
    width: 64px;
    flex-shrink: 0;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #777;
}

.gc-managerBalloon__icon img {
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto 6px;
    border-radius: 50%;
    object-fit: cover;
}

.gc-managerBalloon__body {
    position: relative;
    max-width: 820px;
    padding: 18px 22px;
    border: 1px solid #ff89c8 !important;
    background: #fff9fc !important;
    border-radius: 18px;
}

.gc-managerBalloon__body::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 26px;
    width: 14px;
    height: 14px;
    background: #fff9fc !important;
    border-left: 1px solid #ff89c8 !important;
    border-bottom: 1px solid #ff89c8 !important;
    transform: rotate(45deg);
}

.gc-managerBalloon__text {
    font-weight: 600;
    line-height: 1.85;
}

/* TEXT */

.gc-text {
    background: #fafafa;
    border-radius: 18px;
    padding: 24px;
    line-height: 1.9;
    font-size: 15px;
}

/* RECOMMEND */

.gc-recommend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gc-recommend__chip {
    background: #fff0f6;
    color: #c24571;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
}

/* FANZA CREDIT */

.gc-dmm-credit {
    max-width: 980px;
    margin: 32px auto 12px;
    padding-top: 16px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.gc-dmm-credit img {
    opacity: .75;
    transition: opacity .2s;
}

.gc-dmm-credit img:hover {
    opacity: 1;
}

/* ARCHIVE */

.gc-archive {
    max-width: 1100px;
    margin: 48px auto 80px;
}

.gc-archive__header {
    margin-bottom: 40px;
}

.gc-archive__title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 12px;
}

.gc-archive__lead {
    color: #666;
    line-height: 1.8;
}

.gc-archive__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
    align-items: stretch;
}

.gc-reviewCard {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(0,0,0,.08);
    transition: .2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gc-reviewCard:hover {
    transform: translateY(-4px);
}

.gc-reviewCard__image {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gc-reviewCard__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gc-reviewCard__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 32px;
    margin-bottom: 12px;
}

.gc-reviewCard__tags span {
    background: #fff0f6;
    color: #d8487c;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.gc-reviewCard__title {
    font-size: 17px;
    line-height: 1.55;
    font-weight: 800;
    min-height: 80px;
    margin-bottom: 12px;
}

.gc-reviewCard__title a {
    color: inherit;
    text-decoration: none;
}

.gc-reviewCard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #777;
    font-size: 12px;
    margin-top: auto;
}

.gc-reviewCard__meta span {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 999px;
    padding: 5px 9px;
}

.gc-archive__pager {
    margin-top: 48px;
}

/* OMNIBUS */

.gc-omnibusSimple {
    margin: 56px auto 0;
    max-width: 820px;
}

.gc-omnibusSimple__inner {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 32px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #ffd6f0;
}

.gc-omnibusSimple__cover {
    width: 180px;
    flex-shrink: 0;
}

.gc-omnibusSimple__cover img {
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.gc-omnibusSimple__icon {
    font-size: 38px;
    line-height: 1;
}

.gc-omnibusSimple__content {
    flex: 1;
}

.gc-omnibusSimple__label {
    font-size: 14px;
    font-weight: 700;
    color: #e44aa0;
    margin-bottom: 10px;
}

.gc-omnibusSimple__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.gc-omnibusSimple__meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.gc-omnibusSimple__meta span {
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff4fb;
    font-weight: 700;
}

.gc-omnibusSimple__note {
    line-height: 1.9;
    color: #555;
    margin-bottom: 24px;
}

.gc-omnibusSimple__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.gc-omnibusSimple__cta .gc-btn {
    min-width: 260px;
}

/* BOTTOM CTA */

.gc-bottomCta {
    margin-top: 70px;
    text-align: center;
}

.gc-bottomCta__text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* SWELL ADJUST */

.single-review .l-main {
    padding-top: 24px !important;
}

.single-review .l-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.single-review .p-breadcrumb,
.single-review .c-breadcrumb {
    margin-bottom: 24px !important;
}

.single-review .w-beforeFooter {
    display: none;
}

/* MOBILE */

@media (max-width: 768px) {

    .gc-review {
        margin-bottom: 32px;
    }

    .gc-hero {
        margin-bottom: 52px;
    }

    .gc-hero__image {
        border-radius: 18px;
    }

    .gc-hero__title {
        font-size: 30px;
        line-height: 1.45;
    }

    .gc-metaCard {
        grid-template-columns: 1fr;
    }

    .gc-metaCard__item,
    a.gc-metaCard__item {
        height: auto;
        min-height: 110px !important;
    }

    .gc-btn {
        width: 100%;
    }

    .gc-section__title {
        font-size: 25px;
    }

    .gc-section__title::before {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .gc-chart {
        padding: 22px 18px 26px;
        border-radius: 20px;
    }

    .gc-archive__title {
        font-size: 32px;
    }

    .gc-managerBalloon {
        max-width: 100%;
    }

    .gc-managerBalloon__body {
        max-width: none;
        padding: 15px 16px;
    }
}

@media (max-width: 600px) {

    .gc-cta .gc-btn {
        min-width: 0;
    }

    .gc-omnibusSimple__inner {
        flex-direction: column;
        padding: 24px;
    }

    .gc-omnibusSimple__cover {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .gc-omnibusSimple__title {
        font-size: 22px;
    }

    .gc-omnibusSimple__cta .gc-btn {
        min-width: 0;
        width: 100%;
    }
}


.gc-btn {
    position: relative;
}

.gc-btn__saleBadge {
    position: absolute;
    top: -10px;
    right: -10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 64px;
    height: 26px;
    padding: 0 10px;

    border-radius: 999px;
    background: #ff2f7a;
    color: #fff;

    font-size: 12px;
    font-weight: 900;
    line-height: 1;

    box-shadow: 0 6px 16px rgba(255,47,122,.32);
}

@media (max-width: 600px) {
    .gc-btn__saleBadge {
        top: -9px;
        right: 8px;
    }
}

/* =============================================
   Omnibus Card - GalComic style
============================================= */

.gc-omnibusSimple {
    max-width: 1080px;
    margin: 64px auto 0;
}

.gc-omnibusSimple__inner {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 48px;
    align-items: center;

    padding: 52px 56px;
    margin-bottom: 34px;

    background: linear-gradient(135deg, #fff, #fff8fc);
    border: 1px solid #ffbfd9;
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(255, 95, 165, .08);
}

.gc-omnibusSimple__cover {
    width: 100%;
    max-width: none;
}

.gc-omnibusSimple__cover img {
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, .16);
}

.gc-omnibusSimple__icon {
    width: 260px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;
    background: #fff0f8;
    font-size: 54px;
}

.gc-omnibusSimple__content {
    min-width: 0;
}

.gc-omnibusSimple__label {
    display: block;
    width: 100%;
    box-sizing: border-box;

    margin: 0 0 22px;
    padding: 12px 22px;

    border-radius: 999px;
    background: #ffe2ef;
    color: #e64b93;

    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
}

.gc-omnibusSimple__subLabel {
    display: none;
}

.gc-omnibusSimple__title {
    margin: 0 0 20px;

    color: #222;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .01em;
}

.gc-omnibusSimple__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin: 0 0 26px;
}

.gc-omnibusSimple__meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 74px;
    height: 48px;
    padding: 0 18px;

    border-radius: 999px;
    background: #fff0f7;
    color: #222;

    font-size: 18px;
    font-weight: 900;
}

.gc-omnibusSimple__note {
    margin: 0 0 30px;

    color: #444;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.gc-omnibusSimple__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.gc-omnibusSimple__cta .gc-btn {
    min-width: 300px;
    height: 64px;
    border-radius: 18px;

    font-size: 18px;
    font-weight: 900;
}

.gc-btn {
    position: relative;
}

.gc-btn__saleBadge {
    position: absolute;
    top: -14px;
    right: -12px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    height: 30px;
    padding: 0 12px;

    border-radius: 999px;
    background: #ff2f7a;
    color: #fff;

    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;

    box-shadow: 0 8px 18px rgba(255, 47, 122, .28);
}

/* 総集編が複数ある時の見た目 */
.gc-omnibusSimple__inner + .gc-omnibusSimple__inner {
    margin-top: 28px;
}

/* Mobile */
@media (max-width: 900px) {

    .gc-omnibusSimple {
        margin-top: 52px;
    }

    .gc-omnibusSimple__inner {
        grid-template-columns: 1fr;
        gap: 28px;

        padding: 28px 22px;
        border-radius: 24px;
    }

    .gc-omnibusSimple__cover {
        max-width: 320px;
        margin: 0 auto;
    }

    .gc-omnibusSimple__title {
        font-size: 25px;
    }

    .gc-omnibusSimple__note {
        font-size: 15px;
        line-height: 1.9;
    }

    .gc-omnibusSimple__cta {
        gap: 14px;
    }

    .gc-omnibusSimple__cta .gc-btn {
        width: 100%;
        min-width: 0;
        height: 58px;
        font-size: 16px;
    }

    .gc-btn__saleBadge {
        top: -11px;
        right: 12px;
    }
}


/* =============================================
   Series Archive - GalComic style
============================================= */

.gc-seriesArchive {
    max-width: 1120px;
    margin: 48px auto 80px;
}

.gc-seriesArchive__header {
    margin-bottom: 44px;
    padding: 34px 38px;

    border-radius: 28px;
    background: linear-gradient(135deg, #fff, #fff7fc);
    border: 1px solid #ffd0e3;
    box-shadow: 0 18px 46px rgba(255, 95, 165, .08);
}

.gc-seriesArchive__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 14px;
    padding: 8px 18px;

    border-radius: 999px;
    background: #ffe2ef;
    color: #e64b93;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.gc-seriesArchive__title {
    margin: 0 0 14px;

    color: #222;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .01em;
}

.gc-seriesArchive__lead {
    margin: 0;

    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.gc-seriesArchive__grid {
    display: grid;
    gap: 30px;
}

.gc-seriesCard {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 34px;
    align-items: stretch;

    padding: 28px;

    border-radius: 28px;
    background: #fff;
    border: 1px solid #ffd2e4;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .06);

    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gc-seriesCard:hover {
    transform: translateY(-4px);
    border-color: #ff9fc4;
    box-shadow: 0 22px 52px rgba(255, 95, 165, .14);
}

.gc-seriesCard__thumb {
    position: relative;
    display: block;
    overflow: hidden;

    min-height: 220px;
    border-radius: 20px;
    background: #fff0f7;
}

.gc-seriesCard__thumb img {
    width: 100%;
    height: 100%;
    min-height: 220px;

    display: block;
    object-fit: cover;

    transition: transform .28s ease;
}

.gc-seriesCard:hover .gc-seriesCard__thumb img {
    transform: scale(1.04);
}

.gc-seriesCard__sale {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 76px;
    height: 32px;
    padding: 0 12px;

    border-radius: 999px;
    background: #ff2f7a;
    color: #fff;

    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255, 47, 122, .28);
}

.gc-seriesCard__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gc-seriesCard__top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;

    margin-bottom: 14px;
}

.gc-seriesCard__number,
.gc-seriesCard__date {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 34px;
    padding: 0 14px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 900;
}

.gc-seriesCard__number {
    background: linear-gradient(135deg, #ff5db1, #c86bff);
    color: #fff;
}

.gc-seriesCard__date {
    background: #fff0f7;
    color: #d8487c;
}

.gc-seriesCard__title {
    margin: 0 0 14px;

    font-size: 27px;
    font-weight: 900;
    line-height: 1.48;
}

.gc-seriesCard__title a {
    color: #222;
    text-decoration: none;
}

.gc-seriesCard__title a:hover {
    color: #e64b93;
    text-decoration: none;
}

.gc-seriesCard__lead {
    margin: 0 0 18px;

    color: #555;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.9;
}

.gc-seriesCard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin: auto 0 22px;
}

.gc-seriesCard__meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    padding: 0 14px;

    border-radius: 999px;
    background: #faf4fb;
    color: #444;

    font-size: 13px;
    font-weight: 800;
}

.gc-seriesCard__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-width: 220px;
    height: 54px;
    padding: 0 26px;

    border-radius: 16px;
    background: linear-gradient(135deg, #ff5db1, #c86bff);
    color: #fff !important;

    font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;

    box-shadow: 0 14px 28px rgba(255, 79, 147, .24);
    transition: transform .2s ease, box-shadow .2s ease;
}

.gc-seriesCard__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(255, 79, 147, .32);
}

/* Mobile */
@media (max-width: 900px) {

    .gc-seriesArchive {
        margin: 32px auto 64px;
    }

    .gc-seriesArchive__header {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .gc-seriesArchive__title {
        font-size: 30px;
    }

    .gc-seriesCard {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 20px;
        border-radius: 24px;
    }

    .gc-seriesCard__thumb {
        min-height: 0;
    }

    .gc-seriesCard__thumb img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .gc-seriesCard__title {
        font-size: 22px;
    }

    .gc-seriesCard__btn {
        width: 100%;
    }
}


/* =========================================
   Series LP Layout
========================================= */

.gc-seriesLP {
    max-width: 1120px;
    margin: 48px auto 80px;
}

/* =========================================
   Hero
========================================= */

.gc-seriesLP__hero {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 48px;
    align-items: center;

    padding: 44px;
    margin-bottom: 34px;

    border-radius: 30px;
    background: linear-gradient(135deg, #fff, #fff7fb);
    border: 1px solid #ffd3e5;

    box-shadow: 0 18px 48px rgba(255, 95, 165, .08);
}

.gc-seriesLP__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 16px;
    padding: 10px 18px;

    border-radius: 999px;
    background: #ffe2ef;
    color: #d84d8d;

    font-size: 13px;
    font-weight: 900;
}

.gc-seriesLP__title {
    margin: 0 0 18px;

    color: #222;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
}

.gc-seriesLP__lead {
    margin: 0 0 24px;

    color: #555;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

.gc-seriesLP__heroMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gc-seriesLP__heroMeta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 38px;
    padding: 0 16px;

    border-radius: 999px;
    background: #fff0f7;
    color: #d94d8f;

    font-size: 13px;
    font-weight: 800;
}

/* =========================================
   Thumb Grid
========================================= */

.gc-seriesLP__thumbGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.gc-seriesLP__thumbGrid img {
    width: 100%;
    aspect-ratio: 1 / 1;

    display: block;
    object-fit: cover;

    border-radius: 18px;

    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* =========================================
   Recommend
========================================= */

.gc-seriesLP__recommendBox {
    margin-bottom: 34px;
    padding: 34px;

    border-radius: 26px;
    background: #fff;
    border: 1px solid #ffd9e8;
}

.gc-seriesLP__sectionTitle {
    margin: 0 0 22px;

    color: #222;
    font-size: 28px;
    font-weight: 900;
}

.gc-seriesLP__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gc-seriesLP__chips a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 18px;

    border-radius: 999px;
    background: #fff1f8;
    color: #d84d8d;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;
}

/* =========================================
   Omnibus
========================================= */

.gc-seriesLP__omnibus {
    margin-bottom: 42px;
}

.gc-seriesLP__omnibusCard {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 34px;
    align-items: center;

    padding: 32px;
    margin-bottom: 28px;

    border-radius: 28px;
    background: #fff;
    border: 1px solid #ffd5e6;

    box-shadow: 0 16px 38px rgba(255, 95, 165, .08);
}

.gc-seriesLP__omnibusThumb img {
    width: 100%;
    display: block;

    border-radius: 18px;

    box-shadow: 0 18px 36px rgba(0,0,0,.14);
}

.gc-seriesLP__omnibusLabel {
    margin: 0 0 12px;

    color: #e05192;
    font-size: 13px;
    font-weight: 900;
}

.gc-seriesLP__omnibusTitle {
    margin: 0 0 18px;

    color: #222;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
}

.gc-seriesLP__omnibusNote {
    margin-bottom: 20px;

    color: #444;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
}

.gc-seriesLP__omnibusMeta {
    margin-bottom: 22px;
}

.gc-seriesLP__omnibusMeta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 42px;
    padding: 0 18px;

    border-radius: 999px;
    background: #fff0f7;

    color: #222;
    font-size: 15px;
    font-weight: 900;
}

.gc-seriesLP__omnibusBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gc-seriesLP__btn {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 280px;
    height: 60px;
    padding: 0 24px;

    border-radius: 18px;

    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;

    transition: transform .2s ease;
}

.gc-seriesLP__btn:hover {
    transform: translateY(-2px);
}

.gc-seriesLP__btn--fanza {
    background: linear-gradient(135deg, #ff4f9d, #ff2875);
}

.gc-seriesLP__btn--dlsite {
    background: linear-gradient(135deg, #8b5cff, #5e4bff);
}

.gc-seriesLP__btn span {
    position: absolute;
    top: -12px;
    right: -10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 70px;
    height: 28px;
    padding: 0 10px;

    border-radius: 999px;
    background: #ff2d78;
    color: #fff;

    font-size: 12px;
    font-weight: 900;

    box-shadow: 0 8px 18px rgba(255,45,120,.28);
}

/* =========================================
   Work Grid
========================================= */

.gc-seriesLP__works {
    padding: 34px;

    border-radius: 28px;
    background: #fff;
    border: 1px solid #ffd8e7;
}

.gc-seriesLP__workGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.gc-seriesLP__workCard {
    overflow: hidden;

    border-radius: 24px;
    background: #fff;

    border: 1px solid #f0e2ea;

    box-shadow: 0 12px 30px rgba(0,0,0,.06);

    transition: transform .2s ease;
}

.gc-seriesLP__workCard:hover {
    transform: translateY(-4px);
}

.gc-seriesLP__workThumb {
    position: relative;
    display: block;
}

.gc-seriesLP__workThumb img {
    width: 100%;
    aspect-ratio: 1 / 1;

    display: block;
    object-fit: cover;
}

.gc-seriesLP__sale {
    position: absolute;
    top: 12px;
    left: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 68px;
    height: 28px;
    padding: 0 10px;

    border-radius: 999px;
    background: #ff2d78;
    color: #fff;

    font-size: 12px;
    font-weight: 900;
}

.gc-seriesLP__workBody {
    padding: 18px;
}

.gc-seriesLP__workTitle {
    margin: 0 0 14px;

    font-size: 21px;
    line-height: 1.55;
    font-weight: 900;
}

.gc-seriesLP__workTitle a {
    color: #222;
    text-decoration: none;
}

.gc-seriesLP__workMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 18px;
}

.gc-seriesLP__workMeta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 34px;
    padding: 0 12px;

    border-radius: 999px;
    background: #faf4fb;

    color: #444;
    font-size: 12px;
    font-weight: 800;
}

.gc-seriesLP__reviewBtn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 48px;

    margin-bottom: 12px;

    border-radius: 14px;
    background: #fff3f8;
    border: 1px solid #ffd2e4;

    color: #e24d91 !important;
    font-size: 14px;
    font-weight: 900;

    text-decoration: none !important;
}

.gc-seriesLP__shopBtns {
    display: grid;
    gap: 10px;
}

.gc-seriesLP__shopBtns a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 52px;

    border-radius: 14px;

    color: #fff !important;
    font-size: 14px;
    font-weight: 900;

    text-decoration: none !important;
}

.gc-seriesLP__shopBtns a:first-child {
    background: linear-gradient(135deg, #ff4f9d, #ff2875);
}

.gc-seriesLP__shopBtns a:last-child {
    background: linear-gradient(135deg, #8b5cff, #5e4bff);
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 900px) {

    .gc-seriesLP__hero,
    .gc-seriesLP__omnibusCard {
        grid-template-columns: 1fr;
    }

    .gc-seriesLP__title {
        font-size: 34px;
    }

    .gc-seriesLP__omnibusTitle {
        font-size: 28px;
    }

    .gc-seriesLP__workGrid {
        grid-template-columns: 1fr;
    }

    .gc-seriesLP__btn {
        width: 100%;
        min-width: 0;
    }

    .gc-seriesLP__works,
    .gc-seriesLP__recommendBox,
    .gc-seriesLP__hero {
        padding: 24px;
    }
}


/* =========================================
   Home Page
========================================= */

.hc-home {
    max-width: 1160px;
    margin: 40px auto 90px;
}

/* Hero */

.hc-homeHero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 52px;
    align-items: center;

    padding: 54px;
    margin-bottom: 42px;

    border-radius: 34px;
    background: linear-gradient(135deg, #fff, #fff7fb);
    border: 1px solid #ffd3e5;
    box-shadow: 0 22px 58px rgba(255, 95, 165, .09);
}

.hc-homeHero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 18px;
    padding: 10px 18px;

    border-radius: 999px;
    background: #ffe2ef;
    color: #d84d8d;

    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.hc-homeHero__title {
    margin: 0 0 22px;

    color: #222;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: .01em;
}

.hc-homeHero__lead {
    margin: 0 0 28px;

    color: #555;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.hc-homeHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hc-homeHero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 210px;
    height: 58px;
    padding: 0 24px;

    border-radius: 18px;
    background: linear-gradient(135deg, #ff5db1, #c86bff);
    color: #fff !important;

    font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;

    box-shadow: 0 14px 30px rgba(255, 79, 147, .24);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hc-homeHero__actions a:nth-child(2) {
    background: #fff;
    color: #d84d8d !important;
    border: 1px solid #ffcbe0;
    box-shadow: none;
}

.hc-homeHero__actions a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(255, 79, 147, .30);
}

.hc-homeHero__visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hc-homeHero__visual a {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff0f7;
    box-shadow: 0 14px 32px rgba(0,0,0,.10);
}

.hc-homeHero__visual img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.hc-homeHero__visual a:hover img {
    transform: scale(1.05);
}

/* Quick */

.hc-homeQuick {
    padding: 34px;
    margin-bottom: 46px;

    border-radius: 28px;
    background: #fff;
    border: 1px solid #ffd8e7;
    box-shadow: 0 14px 36px rgba(0,0,0,.04);
}

.hc-homeQuick__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.hc-homeQuick__grid a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 62px;
    padding: 10px 14px;

    border-radius: 18px;
    background: #fff2f8;
    border: 1px solid #ffd5e6;
    color: #d84d8d !important;

    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
    text-decoration: none !important;

    transition: transform .2s ease, background .2s ease;
}

.hc-homeQuick__grid a:hover {
    transform: translateY(-3px);
    background: #ffe7f2;
}

/* Sections */

.hc-homeSection {
    margin-top: 56px;
}

.hc-homeSection__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;

    margin-bottom: 24px;
}

.hc-homeSection__eyebrow {
    margin: 0 0 8px;

    color: #d84d8d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.hc-homeSection__title {
    margin: 0;

    color: #222;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.35;
}

.hc-homeSection__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    height: 46px;
    padding: 0 18px;

    border-radius: 999px;
    background: #fff1f8;
    border: 1px solid #ffd2e4;
    color: #d84d8d !important;

    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

/* Card Grid */

.hc-homeGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.hc-homeCard {
    overflow: hidden;
    display: flex;
    flex-direction: column;

    border-radius: 26px;
    background: #fff;
    border: 1px solid #f0e2ea;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);

    transition: transform .2s ease, box-shadow .2s ease;
}

.hc-homeCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(255, 95, 165, .13);
}

.hc-homeCard__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff0f7;
}

.hc-homeCard__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.hc-homeCard:hover .hc-homeCard__thumb img {
    transform: scale(1.04);
}

.hc-homeCard__sale {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    height: 30px;
    padding: 0 12px;

    border-radius: 999px;
    background: #ff2f7a;
    color: #fff;

    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255,47,122,.28);
}

.hc-homeCard__body {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 18px;
}

.hc-homeCard__series {
    margin: 0 0 10px;

    color: #d84d8d;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
}

.hc-homeCard__title {
    margin: 0 0 14px;

    font-size: 20px;
    font-weight: 900;
    line-height: 1.55;
}

.hc-homeCard__title a {
    color: #222;
    text-decoration: none !important;
}

.hc-homeCard__title a:hover {
    color: #d84d8d;
}

.hc-homeCard__lead {
    margin: 0 0 16px;

    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.85;
}

.hc-homeCard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin: auto 0 16px;
}

.hc-homeCard__meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 32px;
    padding: 0 12px;

    border-radius: 999px;
    background: #faf4fb;
    color: #444;

    font-size: 12px;
    font-weight: 800;
}

.hc-homeCard__btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 50px;

    border-radius: 15px;
    background: #fff3f8;
    border: 1px solid #ffd2e4;
    color: #d84d8d !important;

    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

/* Series */

.hc-homeSeries {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.hc-homeSeries__card {
    overflow: hidden;

    border-radius: 26px;
    background: #fff;
    border: 1px solid #f0e2ea;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);

    color: inherit;
    text-decoration: none !important;

    transition: transform .2s ease, box-shadow .2s ease;
}

.hc-homeSeries__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(255, 95, 165, .13);
}

.hc-homeSeries__thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;

    background: #fff0f7;
}

.hc-homeSeries__thumbs img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.hc-homeSeries__body {
    padding: 18px;
}

.hc-homeSeries__body h3 {
    margin: 0 0 8px;

    color: #222;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.55;
}

.hc-homeSeries__body p {
    margin: 0;

    color: #d84d8d;
    font-size: 13px;
    font-weight: 900;
}

/* Guide */

.hc-homeGuide {
    margin-top: 64px;
    padding: 42px;

    border-radius: 30px;
    background: linear-gradient(135deg, #fff, #fff7fb);
    border: 1px solid #ffd5e6;
}

.hc-homeGuide h2 {
    margin: 0 0 24px;

    color: #222;
    font-size: 32px;
    font-weight: 900;
}

.hc-homeGuide__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hc-homeGuide__grid div {
    padding: 24px;

    border-radius: 22px;
    background: #fff;
    border: 1px solid #f3dbe6;
}

.hc-homeGuide__grid h3 {
    margin: 0 0 10px;

    color: #d84d8d;
    font-size: 20px;
    font-weight: 900;
}

.hc-homeGuide__grid p {
    margin: 0;

    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
}

/* Mobile */

@media (max-width: 900px) {

    .hc-home {
        margin: 28px auto 70px;
    }

    .hc-homeHero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 30px 22px;
        border-radius: 28px;
    }

    .hc-homeHero__title {
        font-size: 36px;
    }

    .hc-homeHero__lead {
        font-size: 15px;
    }

    .hc-homeHero__actions a {
        width: 100%;
    }

    .hc-homeQuick {
        padding: 24px 20px;
    }

    .hc-homeQuick__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-homeSection__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .hc-homeSection__title {
        font-size: 28px;
    }

    .hc-homeGrid,
    .hc-homeSeries,
    .hc-homeGuide__grid {
        grid-template-columns: 1fr;
    }

    .hc-homeGuide {
        padding: 28px 22px;
    }
}

/* =========================================================
   ギャルコミ風 ミニメタ
========================================================= */

.gc-heroMiniMeta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 24px 0 22px;
}

.gc-heroMiniMeta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 82px;
    height: 40px;
    padding: 0 18px;

    border-radius: 999px;

    background: #fff0f8;
    border: 1px solid #f2c8dc;

    color: #444;
    font-size: 13px;
    font-weight: 700;
}

.gc-metaCard {
    margin-top: 8px;
}


/* シリーズ作品カード：ボタン位置を揃える */
.gc-seriesLP__workCard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gc-seriesLP__workBody {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gc-seriesLP__workTitle {
    min-height: 4.8em;
}

.gc-seriesLP__workMeta {
    margin-top: auto;
}

.gc-seriesLP__reviewBtn {
    margin-top: 0;
}

.gc-seriesLP__shopBtns {
    margin-top: 0;
}

/* シリーズ完結ステータス */
.gc-seriesStatus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 26px;
}

.gc-seriesStatus__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(255, 79, 147, .14);
}

.gc-seriesStatus__item--total {
    background: #fff1f8;
    color: #d84d8d;
    border: 1px solid #ffcde2;
}

.gc-seriesStatus__item--complete {
    background: linear-gradient(135deg, #ff5db1, #c86bff);
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    box-shadow: 0 12px 26px rgba(200, 107, 255, .24);
}

.gc-seriesStatus__item--complete::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border-radius: 999px;
    background: rgba(255,255,255,.24);
    font-size: 12px;
}

/* シリーズページでは左寄せ */
.gc-seriesStatus--seriesPage {
    justify-content: flex-start;
    margin: 0 0 18px;
}


/* TOPカード用 完結バッジ */
.hc-completeBadge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 0 12px;

    border-radius: 999px;
    background: linear-gradient(135deg, #ff5db1, #c86bff);
    color: #fff;

    font-size: 12px;
    font-weight: 900;
    line-height: 1;

    box-shadow: 0 8px 18px rgba(200, 107, 255, .28);
}

.hc-completeBadge::before {
    content: "✓";
    margin-right: 5px;
    font-weight: 900;
}

.hc-homeCard__thumb,
.hc-homeSeries__thumbs {
    position: relative;
}

.hc-homeSeries__thumbs .hc-completeBadge {
    left: 10px;
    bottom: 10px;
    font-size: 11px;
    min-height: 28px;
}


/* TOP：すぐ探すの余白調整 */
.hc-homeQuick {
    padding: 30px 32px 34px;
    margin: 0 0 56px;
}

.hc-homeQuick .hc-homeSection__title {
    margin-bottom: 22px;
}

.hc-homeQuick__grid {
    gap: 16px 18px;
}

.hc-homeQuick__grid a {
    min-height: 54px;
    padding: 12px 18px;
    border-radius: 999px;
    line-height: 1.5;
}

/* セクション間の詰まり調整 */
.hc-homeSection {
    margin-top: 64px;
}

.hc-homeHero {
    margin-bottom: 46px;
}