.fanza-category-affiliate-button-wrap {
    display: block;
    width: 100%;
    margin: 12px auto 16px;
    padding: 0 4%;
    box-sizing: border-box;
    clear: both;
    text-align: center;
}

.fanza-category-affiliate-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 13px 14px !important;
    border: 0 !important;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: clamp(14px, 3.8vw, 19px) !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: transform 0.15s ease, opacity 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.fanza-category-affiliate-button::before {
    content: "▶";
    display: inline-block;
    margin-right: 0.42em;
    font-size: 0.85em;
}

.fanza-category-affiliate-button:hover,
.fanza-category-affiliate-button:focus {
    color: #ffffff !important;
    opacity: 0.92;
    text-decoration: none !important;
}

.fanza-category-affiliate-button:active {
    transform: translateY(2px);
}

@media (max-width: 480px) {
    .fanza-category-affiliate-button-wrap {
        margin-top: 10px;
        margin-bottom: 14px;
        padding-right: 3%;
        padding-left: 3%;
    }

    .fanza-category-affiliate-button {
        min-height: 48px;
        padding: 12px 10px !important;
    }
}
