header .menu .banner .img-text {
    background-image: url(../assets/images/common/premium_watch_pc_logo.svg);
}
@media screen and (min-width: 960px) {
    header .menu .banner:hover .img-text {
        background-image: url(../assets/images/common/pcq_logo.png);
    }
}
.label-pr {
    background-color: #BDB23C;
    border: 1px solid #999031;
    color: #fff !important;
    padding: 2px 12px;
}

.cmp-pickup-brand-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.cmp-pickup-brand-section .text-decoration {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .cmp-pickup-brand-section .text-decoration {
        margin-bottom: 40px;
        text-align: left;
    }
    .cmp-pickup-brand-section .text-decoration br {
        display: none;
    }
}

.cmp-pickup-brand-section .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.cmp-pickup-brand-subtitle {
    padding: 60px 0 0;
    margin-bottom: 0;
}
.cmp-pickup-brand-section .wrapper .cmp-btn {
    max-width: 340px;
    width: 100%;
}
#js-pickup-brands-slider {
    padding-top: 20px;
}
@media screen and (max-width: 960px) {
    .cmp-pickup-brand-section .wrapper {
        flex-direction: column;
    }
    .cmp-pickup-brand-section .wrapper .cmp-btn {
        max-width: 265px;
    }
}