:root {
    --bg: #f7f8fb;
    --card: #ffffff;
    --text: #1f2430;
    --muted: #707789;
    --line: #e8ebf2;
    --accent: #6d7df0;
    --accent-soft: #eef1ff;
    --accent-deep: #4d5fe0;
    --sub-accent: #4db6ac;
    --shadow: 0 12px 30px rgba(31, 36, 48, 0.06);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --header-max: 1360px;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.main-contenter-post {
    max-width: 1070px;
    margin: 0 auto;
    padding: 24px 16px;
    min-height: calc(100vh - 186px);
}

@media all and (max-width: 768px) {
    .main-contenter-post {
        width: 100%;
        padding: 25px 5px 18px 5px;
        min-height: calc(100vh - 186px);
    }
}

.post-detail-wrap {
    width: 100%;
    padding: 0;
}

.post-detail {
    max-width: var(--header-max);
    margin: 0 auto;
}

.post-header {
    margin-bottom: 26px;
}

.post-title-s {
    margin: 0 0 18px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.35;
    letter-spacing: 0.02em;
    font-weight: 800;
    color: #161a24;
}

.post-meta-row,
.post-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.post-meta-row {
    margin-bottom: 10px;
}

.post-meta-left,
.post-meta-right,
.author-left,
.author-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-date {
    font-size: 13px;
    color: var(--muted);
}

.post-category-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 12px;
    background: #4a5366;
    color: #fff;
    ;
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s ease;
}

.post-category-link:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.post-author-link,
.creator-name {
    font-size: 15px;
    font-weight: 700;
    color: #202636;
}

.post-author-link:hover,
.creator-name:hover {
    color: var(--accent-deep);
}

.mini-action-btn,
.small-primary-btn,
.small-line-btn {
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    font: inherit;
    transition: 0.2s ease;
}

.favorite-btn.is-active,
.follow-btn.is-active {
    background: var(--accent-soft);
    border-color: #d7defe;
    color: var(--accent-deep);
}

.btn-icon {
    font-size: 14px;
    line-height: 1;
}

.post-thumbnail-box {
    width: 280px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: var(--radius-xl);
    background: var(--card);
    box-shadow: var(--shadow);
}

.post-thumbnail {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.post-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #55607a;
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s ease;
}

.post-tag:hover {
    border-color: #d6dcf6;
    background: #fbfcff;
    color: var(--accent-deep);
}

.post-body {
    padding: 26px 24px;
    border: 1px solid #eef1f6;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    word-break: break-all;
    width: 100%;
}

.post-body p {
    margin: 0 0 1.2em;
    font-size: 15px;
    color: #2e3545;
}

.post-body p:last-child {
    margin-bottom: 0;
}

.post-card-s {
    position: relative;
    margin-bottom: 33px;
    background: var(--card);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.card-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    margin-bottom: 15px;
    ;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent-soft), #f7f8ff);
    color: var(--accent-deep);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.card-inner {
    padding: 18px 20px 22px;
}

.card-title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #1a2130;
}

.purchase-btn-outer {
    padding: 5px 12px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.purchase-point-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
}

.purchase-point-row-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 16px;
    border: 1px solid #edf0f6;
    background: #fbfcff;
}

.purchase-point-label {
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
}

.purchase-point-value {
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    color: #b12587;
    ;
    letter-spacing: 0.03em;
}

.purchase-point-value-s {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.03em;
}

.small-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(109, 125, 240, 0.22);
}

.small-primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(109, 125, 240, 0.28);
}

.creator-profile {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.creator-avatar {
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f5fb;
    box-shadow: 0 6px 16px rgba(31, 36, 48, 0.06);
}

.creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creator-info {
    flex: 1;
    min-width: 0;
}

.creator-bio {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.9;
    color: #4a5366;
}

.url-copy-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.url-copy-input {
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fbfcff;
    color: #30384a;
    font-size: 13px;
    outline: none;
}

.url-copy-input:focus {
    border-color: #cfd7fb;
    box-shadow: 0 0 0 4px rgba(109, 125, 240, 0.08);
}

.small-line-btn {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d9dff2;
    border-radius: 12px;
    background: #fff;
    color: #34405d;
    font-size: 12px;
    font-weight: 800;
}

.small-line-btn:hover {
    transform: translateY(-1px);
    border-color: #c6cef3;
    background: #fafbff;
}

.copy-message {
    min-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    color: var(--sub-accent);
    font-weight: 700;
}

@media (max-width: 767px) {
    .post-detail-wrap {
        padding: 0;
    }

    .post-title-s {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .post-body {
        padding: 20px 16px;
    }

    .card-inner {
        padding: 16px 16px 18px;
    }

    .creator-profile {
        gap: 14px;
    }

    .creator-avatar {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .purchase-point-row {
        padding: 12px 14px;
    }

    .purchase-point-value {
        font-size: 21px;
    }

    .url-copy-box {
        flex-direction: column;
        align-items: stretch;
    }

    .small-line-btn,
    .small-primary-btn {
        width: 100%;
    }
}

.purchase-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.purchase-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.purchase-modal-dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 420px;
    margin: 10vh auto 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    padding: 22px 18px 18px;
    z-index: 2;
}

.purchase-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.purchase-modal-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.purchase-modal-text {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

.purchase-modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.purchase-modal-actions button {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
}

.purchase-cancel-btn {
    background: #f3f4f6;
    color: #333;
    border-color: #dcdfe4;
}

.purchase-confirm-btn {
    background: #1f7a3f;
    color: #fff;
}

.purchase-confirm-btn:disabled,
.purchase-cancel-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.purchase-btn.is-purchased {
    background: #666;
    border-color: #666;
    color: #fff;
    cursor: default;
}

.twocol-wrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.twocol-main,
.twocol-side {
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
}

.twocol-main {
    flex: 1;
    min-width: 0;
}

.twocol-side {
    width: 350px;
    flex: 0 0 350px;
}

@media screen and (max-width: 768px) {
    .twocol-wrap {
        flex-direction: column;
    }

    .twocol-main,
    .twocol-side {
        width: 100%;
        flex: none;
    }
}

.postdetail-wrap {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.postdetail-cols {
    align-items: flex-start;
}

.postdetail-main {
    background: #fff;
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    width: 100%;
}

.postdetail-side {
    margin-top: 35px;
    padding: 0;
}

.postdetail-title {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.postdetail-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 999px;
}

.postdetail-favbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 40px;
    border: 1px solid #e5d8df;
    background: #fff;
    color: #cc6b8e;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: .2s;
}

.postdetail-favbtn.is-active {
    background: #fff4f8;
    border-color: #efbfd0;
}

.postdetail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 24px;
}

.postdetail-tag {
    display: inline-block;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 999px;
    font-size: 13px;
    color: #555;
}

.postdetail-sec {
    margin-top: 28px;
}

.postdetail-sec-title {
    margin: 0 0 14px;
    padding-left: 12px;
    border-left: 4px solid #f0c9d8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.postdetail-body {
    border: 1px dotted #ddd;
    border-radius: 8px;
    padding: 16px;
    font-size: 16.5px;
    color: #444;
    background: #fdf9fd;
    word-break: break-word;
}

/* 無料画像 */
.freegallery-main {
    margin-bottom: 12px;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    background: #fafafa;
}

.freegallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.freegallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

.freegallery-thumbs {
    position: relative;
}

.freegallery-thumbs .swiper-slide {
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    opacity: .6;
    transition: .2s;
    background: #fafafa;
}

.freegallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #d6a8ba;
}

.freegallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.freegallery-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.freegallery-nav button {
    min-width: 90px;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

/* サンプルなし時 */
.postdetail-no-sample {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #ececec;
    background: #fafafa;
    border-radius: 8px;
    padding: 16px;
}

.postdetail-no-sample-thumb {
    width: 250px;
    min-width: 250px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.postdetail-no-sample-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postdetail-no-sample-text {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #444;
}

/* 無料動画 */
.samplemovie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 18px;
    border: none;
    border-radius: 999px;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

/* 有料画像 */
.paidgallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.paidgallery-item {
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #fafafa;
    aspect-ratio: 1 / 1;
}

.paidgallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 有料動画 */

/* 横長：PCもスマホも最大100% */
.paidvideo-wrap.is-landscape {
    max-width: 100%;
}

/* 縦長：PCでは最大400px */
.paidvideo-wrap.is-portrait {
    max-width: 400px;
}

/* 中央寄せしたい場合 */
.paidvideo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: var(--video-aspect-ratio, 16 / 9);
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.paidvideo-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* スマホでは縦長も最大100% */
@media (max-width: 767px) {
    .paidvideo-wrap.is-portrait {
        max-width: 100%;
    }
}

/* 右カラム */
.side-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    margin-bottom: 15px;
}

.side-label {
    margin-bottom: 8px;
    font-size: 12px;
    color: #888;
}

.buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border: none;
    border-radius: 999px;
    background: #d96a8d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.follow-btn {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.follow-btn.is-following {
    background: #f7f7f7;
    color: #888;
}

/* 全画面モーダル */
.viewer-overlay,
.movie-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.88);
}

.viewer-overlay.is-open,
.movie-overlay.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewer-swiper {
    width: 100%;
    height: 100%;
}

.viewer-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewer-close,
.movie-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.movie-modal {
    position: relative;
    width: min(92vw, 900px);
    background: #111;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.movie-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
    border-radius: 8px;
}

.movie-player video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

@media screen and (max-width: 768px) {
    .postdetail-side {
        width: 100%;
        flex: none;
        position: static;
        padding: 0;
    }

    .postdetail-main {
        padding: 10px;
    }

    .postdetail-title {
        font-size: 22px;
    }

    .postdetail-no-sample {
        flex-direction: column;
    }

    .postdetail-no-sample-thumb {
        width: 100%;
        min-width: 0;
        max-width: 250px;
    }

    .paidgallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .viewer-prev,
    .viewer-next {
        width: 40px;
        height: 40px;
    }
}

.freegallery-main,
.freegallery-thumbs,
.paidgallery-grid,
.paidgallery-item {
    touch-action: pan-y;
}

.favorite-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e5d8df;
    background: #fff;
    color: #cc6b8e;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.creator-card {
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    align-items: center;
    gap: 14px;
    padding: 14px;
}

.creator-icon {
    margin: 0 auto 10px;
    background: #eee;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.creator-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.creator-card__body {
    flex: 1 1 auto;
    min-width: 0;
}

.creator-name {
    line-height: 1.5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    margin-bottom: 4px;
}

.creator-name:hover {
    text-decoration: underline;
}

.creator-text {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    word-break: break-word;
}

.creator-follow-btn {
    flex: 0 0 auto;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
}

.creator-follow-btn:hover {
    background: #f8f8f8;
}

.creator-follow-btn.is-active {
    border-color: #f0b8c7;
    background: #fff4f7;
    color: #c35f7d;
}

@media (max-width: 767px) {
    .creator-card {
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }

    .creator-icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .creator-follow-btn {
        height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }
}

.samplemovie-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.samplemovie-modal.is-active {
    display: block;
}

.samplemovie-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.samplemovie-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.samplemovie-content video {
    width: 100%;
    height: auto;
    display: block;
}

.samplemovie-close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;

    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.purchase-login-box {
    text-align: center;
    padding: 20px;
}

.purchase-message {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

.purchase-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.purchase-btn {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 15px 16px;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
}

.purchase-btn-login {
    background: #ff4f8b;
    color: #fff;
}

.purchase-btn-login:hover {
    background: #000;
}

.purchase-btn-register {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.purchase-btn-register:hover {
    background: #f5f5f5;
}

.divider {
    margin-top: 28px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #039503;
    font-size: 17px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #ccc;
}

.divider::before {
    margin-right: 10px;
}

.divider::after {
    margin-left: 10px;
}

.purchase-imvidtl {
    font-size: 14.2px;
    padding: 15px;
    border-bottom: 1px solid #edf0f6;
}

.post-rating-stars i {
    font-size: 16px;
}

.is-full {
    color: #f5b301;
}

.is-half {
    color: #f5b301;
}

.is-empty {
    color: #ddd;
}

.postdetail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

/* 左グループ（既存3つ） */

/* 通報ボタンだけ右に押し出す */

/* スマホ */
@media (max-width: 768px) {
    .post-meta-report {
        width: 100%;
        margin-left: 0;
    }
}

.report-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.report-modal.is-active {
    display: flex;
}

.report-modal-inner {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.report-modal-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.report-modal-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.report-form-group {
    margin-bottom: 15px;
}

.report-select,
.report-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
}

.report-textarea {
    min-height: 100px;
    resize: vertical;
}

.report-modal-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn-cancel {
    flex: 1;
    background: #eee;
    border: none;
    padding: 10px;
    border-radius: 6px;
}

.btn-submit {
    flex: 1;
    background: #ff5c5c;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
}

.samplemovie-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

.post-rating-stars {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.post-rating-stars__icons {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

.post-rating-stars__number {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.post-content-notice-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 45px 0 10px 0;
}

.post-content-notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* 続きはフォロー後 */
.post-content-notice.is-follow {
    background: #f4f0ff;
    border: 1px solid #bfa7ff;
    color: #6d28d9;
}

/* 無料作品 */
.post-content-notice.is-free {
    background: #effdf5;
    border: 1px solid #86efac;
    color: #15803d;
}

/* 続きは購入後 */
.post-content-notice.is-paid {
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #c2410c;
    margin-bottom: 20px;
}

.favorite-btn--readonly:disabled {
    pointer-events: none;
}

.work-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    max-width: 520px;
    margin: 18px auto;

    padding: 14px 18px;
    box-sizing: border-box;

    background: #ffe4ef;
    color: #d94f86;
    border: 1px solid #ffc7dc;
    border-radius: 14px;

    font-size: 17px;
    font-weight: 700;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(217, 79, 134, 0.12);
    transition: 0.2s ease;
}

.work-view-btn i {
    font-size: 18px;
}

.work-view-btn:hover {
    background: #ffd5e7;
    color: #c93f77;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(217, 79, 134, 0.18);
}

.post-author-side {
    width: 100%;
}

.post-author-mini {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border: 1px solid #f1d7e1;
    border-radius: 14px;
    background: #fff;
}

.post-author-mini__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
    display: block;
}

.post-author-mini__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-author-mini__info {
    flex: 1;
    min-width: 0;
}

.post-author-mini__top {
    display: flex;
    align-items: center;
    min-width: 0;
}

.post-author-mini__name {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-author-mini__name:hover {
    color: #e85b8a;
}

.post-author-mini__text {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* フォロー数 */

/* フォローボタン */

/* スマホでも横並び維持 */
@media (max-width: 600px) {
    .post-author-mini {
        gap: 10px;
        padding: 7px;
    }

    .post-author-mini__icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .post-author-mini__name {
        font-size: 14px;
    }

    .post-author-mini__text {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

}

.post-author-mini__action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.post-author-mini__stats {
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.post-author-mini__stat {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #555;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.post-author-mini__stat:hover {
    color: #e85b8a;
}

.post-author-mini__stat-num {
    font-size: 13px;
    font-weight: 700;
}

.post-author-mini__stat-label {
    font-size: 11px;
}

.post-author-mini__follow {
    margin-top: 8px;
    flex: 0 0 auto;
    width: auto;
    min-width: 104px;
    border: none;
    border-radius: 999px;
    padding: 7px 12px;
    background: #ffedf4;
    color: #e85b8a;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.2;
    transition: 0.15s ease;
    white-space: nowrap;
}

.post-author-mini__follow:hover {
    background: #ffdce9;
}

.post-author-mini__follow.is-active {
    background: #f2f2f2;
    color: #555;
}

@media (max-width: 600px) {
    .post-author-mini__action-row {
        gap: 8px;
    }

    .post-author-mini__stats {
        gap: 8px;
    }

    .post-author-mini__follow {
        min-width: 92px;
        padding: 6px 9px;
        font-size: 11px;
    }

    .post-author-mini__stat-num {
        font-size: 12px;
    }

    .post-author-mini__stat-label {
        font-size: 10px;
    }
}

.point-shortage-box {
    max-width: 88%;
    margin: 15px auto;
    padding: 18px 16px;
    background: #fff7f8;
    border: 1px solid #ffd4dc;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(255, 120, 150, 0.12);
}

.point-shortage-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #d6335c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.point-shortage-title i {
    font-size: 18px;
}

.point-shortage-text {
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.point-buy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #ff7fa3, #ff5f8f);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(255, 95, 143, 0.28);
    transition: 0.2s ease;
}

.point-buy-link:hover {
    transform: translateY(-1px);
    opacity: 0.9;
    color: #fff;
}

.post-more-btn-wrap {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.post-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #222;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.post-more-btn:hover {
    color: #fff;
    opacity: 0.85;
    transform: translateY(-1px);
    text-decoration: none;
}

.membership-view-guide-text {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.membership-view-guide {
    margin: 40px 0 0 0;
    border: 1px solid #edd5de;
    background: #fff;
    overflow: hidden;
}

.membership-view-guide-header {
    background: #ffedf4;
    color: #d93673;
    font-weight: 700;
    padding: 12px 14px;
    border-bottom: 1px solid #f3b6cc;
}

.membership-view-guide-body {
    padding: 14px;
}

.membership-view-guide-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}

.membership-view-guide-row span {
    font-weight: 600;
    color: #666;
}

.membership-view-guide-row strong {
    color: #222;
    font-weight: 700;
    white-space: nowrap;
}

.membership-view-guide-row .mnsip {
    color: #9a1873;
    font-weight: 800;
    white-space: nowrap;
    font-size: 19px;
}

.membership-view-guide-link {
    align-items: center;
    justify-content: center;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #ff4f93;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    max-width: 420px;
}

.membership-view-guide-link:hover {
    opacity: 0.88;
}

.membership-view-guide-link span {
    display: inline;
}

@media (max-width: 768px) {

    .membership-link-line1,
    .membership-link-line2 {
        display: block;
    }
}

.purchase-btn span {
    display: inline;
}

@media (max-width: 768px) {

    .purchase-btn .purchase-btn-line1,
    .purchase-btn .purchase-btn-line2 {
        display: block;
    }
}

.post-author-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.post-author-mini-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #333;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.post-author-mini-link-btn i {
    font-size: 12px;
    line-height: 1;
}

.post-author-mini-link-btn:hover {
    background: #f7f7f7;
    border-color: #d5d7dc;
    transform: translateY(-1px);
}

.post-author-mini-link-btn--free {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .post-author-mini-links {
        gap: 5px;
        margin-top: 7px;
    }

    .post-author-mini-link-btn {
        min-width: 24px;
        height: 24px;
        padding: 0 7px;
        font-size: 11px;
    }

    .post-author-mini-link-btn i {
        font-size: 11px;
    }

    .post-author-mini-link-btn--free {
        max-width: 120px;
        font-size: 10px;
    }
}

.purchase-membership-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    margin: 38px 0 16px 0;
}

/* 直下の aside と メンバーシップカードを同じ箱として扱う */
.purchase-membership-row>.postdetail-side,
.purchase-membership-row>.membership-view-guide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}

/* aside の中の section.side-box をカード本体にする */
.purchase-membership-row>.postdetail-side>.side-box,
.purchase-membership-row>.membership-view-guide {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);

    display: grid !important;
    grid-template-rows:
        48px 48px 48px 48px 1fr auto;
}

/* タイトル */
.purchase-membership-row .post_cart_title,
.purchase-membership-row .membership-view-guide-header {
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

.purchase-membership-row .post_cart_title {
    background: #eaf5ff;
    color: #1d5f9f;
}

.purchase-membership-row .membership-view-guide-header {
    background: #fff0f6;
    color: #c73672;
}

/* メンバーシップの body は grid の残り行に展開 */
.purchase-membership-row .membership-view-guide-body {
    display: contents;
}

/* 単品購入の画像枚数/動画時間の行 */
.purchase-membership-row .purchase-imvidtl {
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #edf0f6;
}

/* 行 */
.purchase-membership-row .purchase-point-row,
.purchase-membership-row .purchase-point-row-s,
.purchase-membership-row .membership-view-guide-row {
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
}

/* ラベル */
.purchase-membership-row .purchase-point-label,
.purchase-membership-row .membership-view-guide-row span {
    color: #222;
    font-weight: 500;
}

/* 単品購入の販売ポイント */
.purchase-membership-row .purchase-point-value {
    color: #1d79c9;
    background: #eaf5ff;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

/* 通常の値 */
.purchase-membership-row .purchase-point-value-s,
.purchase-membership-row .membership-view-guide-row strong {
    color: #222;
    font-weight: 700;
    white-space: nowrap;
}

/* メンバーシップの月額ポイント */
.purchase-membership-row .membership-view-guide-row .mnsip {
    color: #d63384;
    background: #fff0f6;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
}

/* ボタンエリア */
.purchase-membership-row .purchase-btn-outer {
    grid-row: 6;
    margin: 0 !important;
    padding: 16px !important;
    box-sizing: border-box;
    align-self: end;
}

/* 単品購入ボタン */
.purchase-membership-row .small-primary-btn.purchase-btn {
    width: 100% !important;
    min-height: 46px;
    border: none !important;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f8fe8, #176fbe) !important;
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 16px !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(47, 143, 232, 0.22);
}

/* メンバーシップボタン */
.purchase-membership-row .membership-view-guide-link {
    grid-row: 6;
    margin: 16px !important;
    width: calc(100% - 32px);
    align-self: end;
    justify-self: center;
    min-height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f36aa1, #d63384);
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none !important;
    padding: 12px 16px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(214, 51, 132, 0.2);
}

.purchase-membership-row .small-primary-btn.purchase-btn:hover,
.purchase-membership-row .membership-view-guide-link:hover {
    opacity: 0.9;
}

.purchase-membership-row .small-primary-btn.purchase-btn.is-purchased,
.purchase-membership-row .small-primary-btn.purchase-btn:disabled {
    background: #aaa !important;
    cursor: default;
    box-shadow: none;
    opacity: 0.8;
}

/* 不足時の表示がある場合 */
.purchase-membership-row .point-shortage-box {
    grid-row: 6;
    align-self: end;
}

/* ボタン文字の改行制御 */
.purchase-membership-row .purchase-btn-line1,
.purchase-membership-row .purchase-btn-line2,
.purchase-membership-row .membership-link-line1,
.purchase-membership-row .membership-link-line2 {
    display: inline;
}

@media (max-width: 768px) {

    .purchase-membership-row .membership-link-line1,
    .purchase-membership-row .membership-link-line2 {
        display: block;
    }
}

/* スマホ */
@media (max-width: 768px) {
    .purchase-membership-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0 6px;
    }

    .purchase-membership-row>.postdetail-side>.side-box,
    .purchase-membership-row>.membership-view-guide {
        min-height: auto;
        border-radius: 10px;
        grid-template-rows:
            44px 46px 46px 46px 1fr auto;
    }

    .purchase-membership-row .post_cart_title,
    .purchase-membership-row .membership-view-guide-header {
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 8px !important;
        font-size: 13px;
        gap: 5px;
    }

    .purchase-membership-row .purchase-imvidtl,
    .purchase-membership-row .purchase-point-row,
    .purchase-membership-row .purchase-point-row-s,
    .purchase-membership-row .membership-view-guide-row {
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 8px !important;
        font-size: 12px;
        gap: 4px;
    }

    .purchase-membership-row .purchase-point-label,
    .purchase-membership-row .membership-view-guide-row span,
    .purchase-membership-row .purchase-imvidtl span {
        font-size: 11px;
    }

    .purchase-membership-row .purchase-point-value,
    .purchase-membership-row .purchase-point-value-s,
    .purchase-membership-row .membership-view-guide-row strong,
    .purchase-membership-row .membership-view-guide-row .mnsip,
    .purchase-membership-row .purchase-imvidtl strong {
        font-size: 12px;
        padding: 3px 6px;
        white-space: nowrap;
    }

    .purchase-membership-row .purchase-btn-outer {
        padding: 8px !important;
    }

    .purchase-membership-row .membership-view-guide-link {
        flex-direction: column;
        gap: 2px;
        margin: 8px 0 !important;
    }

    .purchase-membership-row .small-primary-btn.purchase-btn,
    .purchase-membership-row .membership-view-guide-link {
        min-height: 42px;
        border-radius: 10px;
        font-size: 12px;
        padding: 8px 6px !important;
        line-height: 1.35;
    }

    .purchase-membership-row .purchase-btn-line1,
    .purchase-membership-row .purchase-btn-line2,
    .purchase-membership-row .membership-link-line1,
    .purchase-membership-row .membership-link-line2 {
        display: block;
    }
}

.post-meta-right {
    display: inline-flex;
    position: relative;
}

.favorite-privacy-pop::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: rgba(255, 246, 250, 0.98);
    border-right: 1px solid rgba(255, 120, 170, 0.45);
    border-bottom: 1px solid rgba(255, 120, 170, 0.45);
    transform: rotate(45deg);
}

.favorite-privacy-pop-close:hover {
    background: rgba(80, 50, 60, 0.22);
}

@media (max-width: 640px) {}

.post-top-action-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 12px;
}

.post-top-action-row__left {
    min-width: 0;
    flex: 1 1 auto;
}

.post-top-action-row__right {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

/* 左側バッジ */

/* 10over */
.sales-over-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4f8b, #ff9f43);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(255, 79, 139, 0.25);
}

/* お気に入りボタン */
.mini-action-btn {
    box-shadow: 0 4px 12px rgba(31, 36, 48, 0.03);
    appearance: none;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    border-radius: 999px;
    min-height: 32px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.mini-action-btn:hover {
    box-shadow: 0 8px 18px rgba(31, 36, 48, 0.08);
    background: #fff6fa;
    border-color: #ff8ab6;
    transform: translateY(-1px);
}

.mini-action-btn:disabled {
    cursor: default;
    opacity: 0.65;
    transform: none;
}

.favorite-btn .btn-icon {
    color: #ff4f8b;
    font-size: 14px;
}

.favorite-btn.is-active {
    background: #fff0f6;
    border-color: #ff8ab6;
    color: #e54882;
}

.favorite-btn.is-loading {
    pointer-events: none;
    opacity: 0.65;
}

.favorite-btn--readonly {
    cursor: default;
    opacity: 0.75;
    background: #f7f7f7;
    color: #777;
}

.btn-count {
    min-width: 1em;
}

/* お気に入り説明ポップ */
.favorite-privacy-pop {
    display: none;
    border: 1px solid rgba(255, 120, 170, 0.45);
    font-weight: 600;
    letter-spacing: 0.01em;
    transform-origin: right bottom;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    width: 190px;
    padding: 10px 28px 10px 10px;
    border-radius: 12px;
    background: rgba(40, 40, 40, 0.94);
    color: #fff;
    font-size: 11px;
    line-height: 1.55;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px) scale(0.96);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.favorite-privacy-pop.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    animation: favoritePrivacyPopPulse 1.8s ease-in-out infinite;
}

.favorite-privacy-pop::before {
    content: "";
    position: absolute;
    right: 22px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(40, 40, 40, 0.94);
}

.favorite-privacy-pop-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 6px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 4px;
}

.favorite-privacy-pop-text {
    letter-spacing: 0.01em;
}

@keyframes favoritePrivacyPopPulse {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(0) scale(1.035);
    }
}

/* スマホ */
@media (max-width: 640px) {
    .post-top-action-row {
        align-items: flex-start;
        gap: 8px;
    }

    .post-top-action-row__right {
        gap: 6px;
    }

    .post-badge {
        font-size: 13px;
        min-height: 22px;
        padding: 4px 7px;
    }

    .sales-over-badge {
        font-size: 13px;
        min-height: 28px;
        padding: 5px 8px;
    }

    .mini-action-btn {
        min-height: 30px;
        padding: 6px 8px;
        font-size: 13px;
    }

    .favorite-btn .btn-text {
        display: none;
    }

    .favorite-privacy-pop {
        top: -54px;
        width: 170px;
        font-size: 10px;
        right: 0;
    }
}

.post-point-alert {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 8px;
    padding: 9px 12px;
    border-radius: 8px;
    background: #fff3f3;
    border: 1px solid #ffb6b6;
    color: #d93030;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

.post-sales-layout {
    max-width: 1040px;
    margin: 0 auto;
    padding: 18px 14px 10px
}

.post-hero-card,
.post-sales-card,
.post-body-card,
.post-meta-card,
.post-author-card,
.post-set-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    overflow: hidden
}

.post-hero-card {
    margin-bottom: 14px
}

.post-hero-empty {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f7f7f7, #fff0f5);
    color: #777;
    font-weight: 700
}

.post-hero-label {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, .64);
    color: #fff;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px
}

.post-gallery-wrap {
    position: relative
}

.post-gallery-main {
    position: relative;
    background: #111;
    overflow: hidden
}

.post-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111
}

.post-gallery-main img {
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
    background: #111;
    display: block;
    user-select: none;
    -webkit-user-drag: none
}

.post-gallery-nav {
    position: absolute;
    z-index: 8;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 58px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease
}

.post-gallery-nav:hover {
    background: rgba(0, 0, 0, .68);
    transform: translateY(-50%) scale(1.04)
}

.post-gallery-prev {
    left: 12px
}

.post-gallery-next {
    right: 12px
}

.post-gallery-pagination {
    bottom: 10px !important
}

.post-gallery-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .55
}

.post-gallery-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.post-video-sample {
    padding: 12px;
    background: #111;
    margin-top: 20px;
}

.post-video-sample iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    border-radius: 14px;
    background: #000
}

.post-sales-card {
    padding: 18px;
    margin-bottom: 14px
}

@media all and (max-width: 768px) {
    .post-sales-card {
        padding: 18px 5px;
    }
}

.post-title-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between
}

.post-sales-title {
    font-size: 28px;
    line-height: 1.35;
    margin: 0;
    color: #191919
}

.post-badges {
    align-items: center;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.post-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    line-height: 1;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 999px;
    padding: 10px 15px;
    background: #f3f5ff;
    color: #3150b7;
    font-weight: 700;
}

.post-badge.is-paid {
    background: #fff0f4;
    color: #d7376d;
}

.post-badge.is-free {
    background: #effaf1;
    color: #17803a;
}

.post-badge.is-membership {
    background: #fff2fb;
    color: #b81c83;
}

.post-lead {
    margin: 10px 0 0;
    line-height: 1.8;
    color: #444
}

.post-lead.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.post-offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px
}

.post-offer-box {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 14px;
    background: #fcfcff
}

@media all and (max-width: 768px) {
    .post-offer-box {
        border-radius: 8px;
        padding: 12px 6px;
    }
}

.post-offer-box.is-main {
    background: linear-gradient(135deg, #f7fbff, #fff);
    border-color: #dfeaff
}

.post-offer-head {
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px
}

.post-offer-rows {
    display: grid;
    gap: 8px
}

.post-offer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px
}

.post-offer-row span {
    color: #666
}

.post-offer-row strong {
    font-size: 16px
}

@media all and (max-width: 768px) {
    .post-offer-row {
        font-size: 12px;
    }

    .post-offer-row strong {
        font-size: 13px;
    }
}

.post-cta-row {
    flex-direction: column;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.post-cta,
.post-sub-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer
}

.post-cta {
    background: #1769e8;
    color: #fff;
    margin-top: 9px;
}

.post-cta.is-register {
    background: #ff4f91
}

.post-sub-cta {
    background: #f3f4f6;
    color: #222
}

.post-lock-notice {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 700;
    background: #fff7e6;
    color: #8a5600;
    font-size: 13px;
}

.post-lock-notice.is-free {
    background: #effaf1;
    color: #17803a
}

.post-body-card,
.post-meta-card,
.post-author-card,
.post-set-card {
    padding: 18px;
    margin-bottom: 19px;
    margin-top: 22px;
}

.post-section-title {
    font-size: 17px;
    margin: 0 0 12px;
    color: #222
}

.post-paid-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    border-radius: 15px;
    background: #f7fbff;
    border: 1px solid #dfeaff;
    margin-top: 14px
}

.work-view-btn-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 800
}

.post-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.post-meta-pill,
.post-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f6f6f6;
    color: #333;
    text-decoration: none;
    font-size: 13px
}

.post-rating-line {
    margin-top: 12px;
    color: #f6a700;
    font-weight: 800
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.post-author-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: start
}

.post-author-icon img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover
}

.post-author-name {
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    color: #111
}

.post-author-id {
    font-size: 13px;
    color: #777;
    margin-top: 2px
}

.post-author-text {
    margin-top: 10px;
    line-height: 1.75;
    color: #444
}

.post-author-stats {
    display: flex;
    gap: 14px;
    margin-top: 12px
}

.post-author-stats a {
    text-decoration: none;
    color: #222;
    font-size: 13px
}

.post-author-stats strong {
    font-size: 17px
}

.post-set-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.post-set-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 14px;
    text-decoration: none;
    color: #222
}

.post-set-thumb {
    width: 82px;
    height: 62px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f3f3
}

.post-set-title {
    font-weight: 800;
    line-height: 1.45
}

.post-set-price {
    margin-top: 4px;
    color: #2367d8;
    font-weight: 800
}

.post-mobile-sticky {
    display: none
}

.viewer-overlay {
    display: none
}

.viewer-overlay.is-open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 9999
}

.viewer-inner {
    position: relative;
    width: min(96vw, 1200px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewer-close,
.viewer-prev,
.viewer-next {
    position: absolute;
    z-index: 2;
    border: 0;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    cursor: pointer
}

.viewer-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 26px
}

.viewer-prev,
.viewer-next {
    position: absolute;
    z-index: 20;
    border: none;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 70px;
    border-radius: 14px;
    font-size: 46px;
}

.viewer-prev {
    left: 14px;
}

.viewer-next {
    right: 14px;
}

.viewer-swiper img {
    user-select: none;
    -webkit-user-drag: none;
    max-width: 94vw;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    margin: auto;
}

@media(max-width:720px) {
    .post-sales-layout {
        padding: 0 0 10px
    }

    .post-hero-card,
    .post-sales-card,
    .post-body-card,
    .post-meta-card,
    .post-author-card,
    .post-set-card {
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }

    .post-sales-title {
        font-size: 21px
    }

    .post-title-row {
        display: block
    }

    .post-cta-row .post-cta,
    .post-cta-row .post-sub-cta {
        width: 100%
    }

    .post-gallery-main img {
        max-height: 78vh
    }

    .post-gallery-nav {
        width: 34px;
        height: 48px;
        font-size: 32px
    }

    .post-gallery-prev {
        left: 8px
    }

    .post-gallery-next {
        right: 8px
    }

    .post-author-row {
        grid-template-columns: 58px 1fr
    }

    .post-author-icon img {
        width: 58px;
        height: 58px
    }

    .post-set-list {
        grid-template-columns: 1fr
    }

    .post-paid-open {
        display: block
    }

    .work-view-btn-new {
        width: 100%;
        margin-top: 10px
    }

    .post-mobile-sticky {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        padding: 10px;
        background: rgba(255, 255, 255, .96);
        border-top: 1px solid #eee;
        box-shadow: 0 -8px 22px rgba(0, 0, 0, .08);
        gap: 8px
    }

    .post-mobile-sticky .post-cta,
    .post-mobile-sticky .post-sub-cta {
        flex: 1;
        padding: 0 10px;
        font-size: 14px
    }

    .post-lead.is-clamped {
        -webkit-line-clamp: 4
    }
}

.post-body-scroll-wrap {
    position: relative;
}

.post-body-scroll {
    max-height: 200px;
    overflow-y: auto;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background:
        linear-gradient(#fff 30%, rgba(255, 255, 255, 0)),
        linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%,
        linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0)),
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08)) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 28px, 100% 28px, 100% 10px, 100% 10px;
    background-attachment: local, local, scroll, scroll;
    scrollbar-width: thin;
    scrollbar-color: #c7cdd6 #f3f4f6;
}

.post-body-scroll::-webkit-scrollbar {
    width: 6px;
}

.post-body-scroll::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 999px;
}

.post-body-scroll::-webkit-scrollbar-thumb {
    background: #c7cdd6;
    border-radius: 999px;
}

.post-body-scroll::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.post-body-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    font-size: 14px;
    pointer-events: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    animation: postBodyScrollHint 1.2s ease-in-out infinite;
}

.post-body-scroll-wrap.is-scrollable .post-body-scroll-hint {
    display: flex;
}

.post-body-scroll-wrap.is-scrolled .post-body-scroll-hint {
    display: none;
}

@keyframes postBodyScrollHint {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.72;
    }

    50% {
        transform: translateX(-50%) translateY(5px);
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .post-body-scroll {
        max-height: 180px;
        padding: 12px 13px;
        border-radius: 12px;
    }

    .post-body-scroll-hint {
        width: 30px;
        height: 30px;
        bottom: 8px;
        font-size: 12px;
    }
}

@media (max-width: 640px) {}

@media (max-width: 640px) {
    .post-gallery-main {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 16px;
        background: #111;
        aspect-ratio: 1 / 1.18;
    }

    .post-gallery-main .swiper-wrapper,
    .post-gallery-main .swiper-slide {
        height: 100%;
    }

    .post-gallery-main .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #111;
    }

    .post-gallery-main .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: #111;
    }
}

.post-offer-box .post-cta-row {
    padding: 0 8px;
    box-sizing: border-box;
}

.post-offer-box .post-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 9px 16px;
    border-radius: 10px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

/* 単品購入：既存の青ボタンを維持 */
.post-offer-box .post-cta.purchase-btn {
    background: #2378ff;
    color: #fff;
}

/* ポイント購入など post-cta の通常リンクも青に寄せる場合 */
.post-offer-box a.post-cta:not(.is-membership-cta) {
    background: #2378ff;
    color: #fff;
}

/* メンバーシップ：ピンク */
.post-offer-box .post-cta.is-membership-cta {
    background: #ff4fa3;
    color: #fff;
}

/* hover */
.post-offer-box .post-cta:hover {
    opacity: 0.88;
    text-decoration: none;
}

.post-price-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    /* min-width: 86px; */
    padding: 5px 10px;
    border-radius: 999px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

/* 単品購入：薄い水色 */
.post-price-pill.is-single-price {
    background: #eaf6ff;
    border: 1px solid #b9e3ff;
    color: #1677c8;
}

/* メンバーシップ：薄いピンク */
.post-price-pill.is-membership-price {
    background: #fff0f7;
    border: 1px solid #ffc3df;
    color: #e23b8f;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .post-cta-row .purchase-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        text-align: center;
        line-height: 1.15;
        white-space: normal;
    }

    .post-cta-row .purchase-btn .sp-only,
    .post-cta-row .purchase-btn br.sp-only {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    .post-cta-row .is-membership-cta {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        text-align: center;
        line-height: 1.15;
        white-space: normal;
    }

    .post-cta-row .is-membership-cta .sp-only,
    .post-cta-row .is-membership-cta br.sp-only {
        display: inline;
    }
}

.post-cta.is-set-cta {
    background: #dff7df !important;
    color: #1f7a3a !important;
    border: 1px solid #9fdfa8 !important;
}

.post-cta.is-set-cta:hover {
    background: #c9f0ce;
    color: #16652d;
}

.post-price-pill.is-set-price {
    background: #dff7df;
    color: #1f7a3a;
    border: 1px solid #9fdfa8;
}

.post-offer-row.is-set-title-row {
    gap: 8px;
    display: block;
    width: 100%;
    min-width: 0;
}

.post-offer-set-title {
    flex: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-style: normal;
    font-size: 13px;
    color: #666;
    line-height: 2.0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .post-offer-set-title {
        font-size: 11px;
        line-height: 1.85;
    }
}

.creator-latest-posts {
    margin-top: 28px;
}

.creator-latest-posts__head {
    margin-bottom: 10px;
}

.creator-latest-posts__head h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .creator-latest-posts {
        margin-top: 32px;
    }

    .creator-latest-posts__head h2 {
        font-size: 18px;
    }
}

.post-meta-report {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.post-link-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.post-link-modal.is-open {
    display: block;
}

.post-link-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.post-link-modal__box {
    position: relative;
    width: min(720px, calc(100% - 32px));
    margin: 80px auto 0;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.post-link-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    cursor: pointer;
}

.post-link-modal__title {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 700;
}

.post-link-modal__item {
    margin-top: 18px;
}

.post-link-modal__label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.post-link-modal__row {
    display: flex;
    gap: 10px;
}

.post-link-modal__input {
    flex: 1;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
}

.post-link-modal__copy {
    flex: 0 0 auto;
    min-width: 90px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.post-link-modal__copy.is-copied {
    background: #16a34a;
}

.post-link-modal__empty {
    padding: 12px;
    border-radius: 10px;
    background: #f6f6f6;
    color: #777;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .post-link-modal__box {
        margin-top: 48px;
        padding: 22px 16px;
    }

    .post-link-modal__row {
        flex-direction: column;
    }

    .post-link-modal__copy {
        width: 100%;
    }
}

.post-body-text {
    font-size: 14px;
    color: #333;
    word-break: break-word;
    line-height: 1.8;
}

.post-body-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    padding: 3px 14px;
    border: 1px solid #f3a7c7;
    border-radius: 999px;
    background: #fff;
    color: #d94f8a;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.post-body-more-btn:hover {
    background: #fff5fa;
}

.post-body-more {
    position: relative;
}

.post-body-more.is-collapsed .post-body-text {
    max-height: 150px;
    overflow: hidden;
}

.post-body-more.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.96));
}

.post-body-more-action {
    display: none;
    text-align: center;
    margin-top: 8px;
}

.post-body-more.has-more .post-body-more-action {
    display: block;
}

.post-body-more.is-collapsed .post-body-more-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
    margin-top: 0;
}

.post-body-more:not(.is-collapsed) .post-body-more-action {
    position: static;
    margin-top: 12px;
}

.post-grid-single {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .post-grid-single {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 13px 10px;
    }
}

@media (max-width: 768px) {
    .post-grid-single {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 8px;
    }
}

.creator-latest-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.creator-latest-heading h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.creator-latest-all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border: 1px solid #f3b8cc;
    border-radius: 999px;
    background: #fff2f7;
    color: #d96b91;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.creator-latest-all:hover {
    background: #f9dce7;
    border-color: #e99bb6;
    color: #c94e79;
}