.wrap ul.brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap ul.brand li {
    width: 140px;
    height: 105px;
    position: relative;
}

.wrap ul.brand li a {
    display: block;
    width: 138px;
    height: 29px;
    margin-top: 15px;
    padding-top: 59px;
    border-radius: 5px;
    border: 1px solid #acacbf;
    color: #acacbf;
    text-align: center;
    font-size: 1.2rem;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/share/logo_brand-all.png);
    background-size: 45px auto;
    background-position: center 10px;
    overflow: hidden;
    z-index: 1;
}

.wrap ul.brand li .bg {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/share/logo_brand-all_on.png);
    background-size: 45px auto;
    background-position: center 10px;
    z-index: -1;
}

.wrap ul.brand li.brand-IDOLMASTER a {
    border-color: #f34e6d;
    color: #f34e6d;
    background-image: url(../../assets/img/share/logo_brand-01.png);
    background-size: 62px auto;
    background-position: center 17px;
}

.wrap ul.brand li.brand-IDOLMASTER .bg {
    background-image: url(../../assets/img/share/logo_brand-01_on.png);
    background-size: 62px auto;
    background-position: center 17px;
}

.wrap ul.brand li.brand-CINDERELLAGIRLS a {
    border-color: #2582c8;
    color: #2582c8;
    background-image: url(../../assets/img/share/logo_brand-02.png);
    background-size: 57px auto;
    background-position: center 11px;
}

.wrap ul.brand li.brand-CINDERELLAGIRLS .bg {
    background-image: url(../../assets/img/share/logo_brand-02_on.png);
    background-size: 57px auto;
    background-position: center 11px;
}

.wrap ul.brand li.brand-MILLIONLIVE a {
    border-color: #fec20a;
    color: #fec20a;
    background-image: url(../../assets/img/share/logo_brand-03.png);
    background-size: 51px auto;
    background-position: center 10px;
}

.wrap ul.brand li.brand-MILLIONLIVE .bg {
    background-image: url(../../assets/img/share/logo_brand-03_on.png);
    background-size: 51px auto;
    background-position: center 10px;
}

.wrap ul.brand li.brand-SIDEM a {
    border-color: #11be93;
    color: #11be93;
    background-image: url(../../assets/img/share/logo_brand-04.png);
    background-size: 64px auto;
    background-position: center 16px;
}

.wrap ul.brand li.brand-SIDEM .bg {
    background-image: url(../../assets/img/share/logo_brand-04_on.png);
    background-size: 64px auto;
    background-position: center 16px;
}

.wrap ul.brand li.brand-SHINYCOLORS a {
    border-color: #8dbafe;
    color: #8dbafe;
    background-image: url(../../assets/img/share/logo_brand-05.png);
    background-size: 50px auto;
    background-position: center 13px;
}

.wrap ul.brand li.brand-SHINYCOLORS .bg {
    background-image: url(../../assets/img/share/logo_brand-05_on.png) !important;
    background-size: 50px auto !important;
    background-position: center 13px !important;
}

.wrap ul.brand li.active a {
    height: 30px;
    margin-top: 0;
    padding-top: 73px;
    color: #ffffff;
    background-color: #acacbf;
    background-image: url(../../assets/img/share/logo_brand-all_on.png);
    background-size: 59px auto;
    background-position: center 12px;
}

.wrap ul.brand li.active .bg {
    background-image: none !important;
}

.wrap ul.brand li.brand-IDOLMASTER.active a {
    background-color: #f34e6d;
    background-image: url(../../assets/img/share/logo_brand-01_on.png);
    background-size: 90px auto;
    background-position: center 15px;
}

.wrap ul.brand li.brand-CINDERELLAGIRLS.active a {
    background-color: #2582c8;
    background-image: url(../../assets/img/share/logo_brand-02_on.png);
    background-size: 78px auto;
    background-position: center 7px;
}

.wrap ul.brand li.brand-MILLIONLIVE.active a {
    background-color: #fec20a;
    background-image: url(../../assets/img/share/logo_brand-03_on.png);
    background-size: 69px auto;
    background-position: center 9px;
}

.wrap ul.brand li.brand-SIDEM.active a {
    background-color: #11be93;
    background-image: url(../../assets/img/share/logo_brand-04_on.png);
    background-size: 90px auto;
    background-position: center 17px;
}

.wrap ul.brand li.brand-SHINYCOLORS.active a {
    background-color: #8dbafe;
    background-image: url(../../assets/img/share/logo_brand-05_on.png);
    background-size: 68px auto;
    background-position: center 12px;
}

.news-contents {
    width: 1200px;
    margin: 0 auto;
}

.news-contents .pagination {
    margin: 20px auto 80px;
}

.news-contents .pagination ul {
    displasy: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
}

.news-contents .pagination ul li {
    display: inline-block;
    background: transparent;
    width: auto;
    margin: 0 10px;
    filter: none;
}

.news-contents .pagination ul li:nth-child(3n) + li {
    margin: 0 10px;
}

.news-contents .pagination ul li a {
    display: block;
    background: #ffffff;
    color: #3c3c47;
    text-align: center;
    font-size: 1.4rem;
    width: 36px;
    line-height: 36px;
    border-radius: 50px;
}

.news-contents .pagination ul li.active a {
    background: #ff74b8;
    color: #ffffff;
}

.news-contents .pagination ul li.prev a, .news-contents .pagination ul li.next a, .news-contents .pagination ul li.head a, .news-contents .pagination ul li.last a {
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff74b8%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
}

.news-contents .pagination ul li.next a {
    transform: rotateZ(180deg);
}

.news-contents .pagination ul li.head a {
    width: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2286%22%20viewBox%3D%220%200%2062%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff74b8%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left_skip.svg%22%20class%3D%22cls-1%22%20d%3D%22M59.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L15.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C59.593%2C13.984ZM6%2C0H6a6%2C6%2C0%2C0%2C1%2C6%2C6V80a6%2C6%2C0%2C0%2C1-6%2C6H6a6%2C6%2C0%2C0%2C1-6-6V6A6%2C6%2C0%2C0%2C1%2C6%2C0Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 10px auto;
}

.news-contents .pagination ul li.last a {
    width: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2286%22%20viewBox%3D%220%200%2062%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff74b8%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left_skip.svg%22%20class%3D%22cls-1%22%20d%3D%22M59.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L15.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C59.593%2C13.984ZM6%2C0H6a6%2C6%2C0%2C0%2C1%2C6%2C6V80a6%2C6%2C0%2C0%2C1-6%2C6H6a6%2C6%2C0%2C0%2C1-6-6V6A6%2C6%2C0%2C0%2C1%2C6%2C0Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 10px auto;
    transform: rotateZ(180deg);
}

.news-contents p.no-results {
    padding: 40px 0 80px;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .wrap ul.brand li:hover a {
        color: #ffffff;
        text-decoration: none;
        background-color: #acacbf;
        background-image: url(../../assets/img/share/logo_brand-all_on.png);
    }

    .wrap ul.brand li:hover .bg {
        top: 0;
        height: 100%;
        background-image: none !important;
    }

    .brand-IDOLMASTER:hover a {
        background-color: #f34e6d !important;
        background-image: url(../../assets/img/share/logo_brand-01_on.png) !important;
    }

    .brand-CINDERELLAGIRLS:hover a {
        background-color: #2582c8 !important;
        background-image: url(../../assets/img/share/logo_brand-02_on.png) !important;
    }

    .brand-MILLIONLIVE:hover a {
        background-color: #fec20a !important;
        background-image: url(../../assets/img/share/logo_brand-03_on.png) !important;
    }

    .brand-SIDEM:hover a {
        background-color: #11be93 !important;
        background-image: url(../../assets/img/share/logo_brand-04_on.png) !important;
    }

    .brand-SHINYCOLORS:hover a {
        background-color: #8dbafe !important;
        background-image: url(../../assets/img/share/logo_brand-05_on.png) !important;
    }

    .pagination ul li a:hover {
        background-color: #ff74b8;
        color: #ffffff;
        text-decoration: none;
    }

    .pagination ul li.prev a:hover, .pagination ul li.next a:hover, .pagination ul li.head a:hover, .pagination ul li.last a:hover {
        background-color: transparent;
        width: 8px;
        background-size: 8px auto;
        opacity: 0.8;
    }

    .pagination ul li.head a:hover, .pagination ul li.last a:hover {
        width: 10px;
        background-size: 10px auto;
    }
}

@media screen and (max-width: 767px) {
    .wrap ul.brand {
        overflow-x: scroll;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 2.6vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wrap ul.brand::-webkit-scrollbar {
        display: none;
    }

    .wrap ul.brand li {
        width: 26vw;
        height: 20.8vw;
    }

    .wrap ul.brand li a {
        width: 25.8vw;
        height: 5.99vw;
        margin-top: 2.6vw;
        padding-top: 11.99vw;
        font-size: 2.34vw;
        border-radius: 1.3vw;
        border-width: 0.26vw;
        background-size: 9.12vw auto;
        background-position: center 2.34vw;
    }

    .wrap ul.brand li a::after {
        width: 25.81vw;
        height: 18vw;
    }

    .wrap ul.brand li .bg {
        display: none;
    }

    .wrap ul.brand li.brand-IDOLMASTER a {
        background-size: 12.77vw auto;
        background-position: center 3.52vw;
    }

    .wrap ul.brand li.brand-CINDERELLAGIRLS a {
        background-size: 11.34vw auto;
    }

    .wrap ul.brand li.brand-MILLIONLIVE a {
        background-size: 10.4vw auto;
        background-position: center 2.21vw;
    }

    .wrap ul.brand li.brand-SIDEM a {
        background-size: 12.77vw auto;
        background-position: center 3.39vw;
    }

    .wrap ul.brand li.brand-SHINYCOLORS a {
        background-size: 10.29vw auto;
        background-position: center 2.86vw;
    }

    .wrap ul.brand li.active a {
        padding-top: 14.59vw;
        height: 5.99vw;
        background-size: 10.69vw auto;
        background-position: center 3.39vw;
    }

    .wrap ul.brand li.brand-IDOLMASTER.active a {
        background-size: 17.99vw auto;
        background-position: center 2.99vw;
    }

    .wrap ul.brand li.brand-CINDERELLAGIRLS.active a {
        background-size: 15.38vw auto;
        background-position: center 1.56vw;
    }

    .wrap ul.brand li.brand-MILLIONLIVE.active a {
        background-size: 13.82vw auto;
        background-position: center 1.56vw;
    }

    .wrap ul.brand li.brand-SIDEM.active a {
        background-size: 17.99vw auto;
        background-position: center 3.129vw;
    }

    .wrap ul.brand li.brand-SHINYCOLORS.active a {
        background-size: 14.08vw auto;
        background-position: center 2.08vw;
    }

    .wrap .news-contents {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .wrap .news-contents .pagination {
        margin: 0 auto 13vw;
    }

    .wrap .news-contents .pagination ul {
        height: 9.9vw;
    }

    .wrap .news-contents .pagination ul li {
        margin: 0 1.69vw;
    }

    .wrap .news-contents .pagination ul li:nth-child(n+8) {
        display: none;
    }

    .wrap .news-contents .pagination ul li.next, .wrap .news-contents .pagination ul li.last {
        display: block;
    }

    .wrap .news-contents .pagination ul li a {
        font-size: 3.65vw;
        width: 9.9vw;
        height: 9.9vw;
        line-height: 9.9vw;
    }

    .wrap .news-contents .pagination ul li.prev a, .wrap .news-contents .pagination ul li.next a, .wrap .news-contents .pagination ul li.head a, .wrap .news-contents .pagination ul li.last a {
        width: 2.34vw;
        background-size: 2.34vw auto;
    }

    .wrap .news-contents .pagination ul li.head a, .wrap .news-contents .pagination ul li.last a {
        width: 2.86vw;
        background-size: 2.86vw auto;
    }

    .wrap .news-contents p.no-results {
        padding: 6.51vw 0 13vw;
        font-size: 3.65vw;
    }
}

#header .contents li.news a {
    color: #ff74b8;
}

/* NEWS LIST */
.wrap {
  /* SORT TAG */
}

.wrap .banner-slide .slider {
    height: 420px;
}

.wrap .banner-slide .slider img {
    height: 420px;
}

.wrap .news-sort {
    width: 1200px;
    margin: 0 auto 40px;
}

.wrap .news-sort ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap .news-sort ul li {
    width: auto;
    background: transparent;
    margin: 0 10px 20px 0;
    filter: none;
}

.wrap .news-sort ul.tag li {
    width: 124px;
    height: 30px;
}

.wrap .news-sort ul.tag li a {
    display: block;
    width: 122px;
    line-height: 28px;
    border: 1px solid #acacbf;
    background: #ffffff;
    color: #acacbf;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    text-align: center;
    border-radius: 30px;
}

.wrap .news-sort ul.tag li.active a {
    background: #acacbf;
    color: #ffffff;
}

.wrap .news-sort .keywords {
    position: relative;
    height: 40px;
}

.wrap .news-sort input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    width: 454px;
    padding: 0 20px;
    height: 38px;
    border: 1px solid #acacbf;
    outline: 0;
    box-shadow: none;
    background: #ffffff;
    color: #27272e;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
}

.wrap .news-sort input[type=text]:-ms-input-placeholder {
    color: #acacbf;
}

.wrap .news-sort input[type=text]::placeholder {
    color: #acacbf;
}

.wrap .news-sort input[type=submit] {
    position: absolute;
    top: 0;
    left: 494px;
    cursor: pointer;
    width: 96px;
    height: 40px;
    outline: 0;
    box-shadow: none;
    line-height: 38px;
    border: 1px solid #acacbf;
    text-indent: -9999px;
    background: url(../img/share/btn-search.png) no-repeat center center;
    background-color: #acacbf;
    background-size: 52px auto;
    transition: 0.2s;
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
}

.wrap .news-contents .btn {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .wrap .news-area .news-sort ul.tag li a:hover {
        background: #acacbf;
        color: #ffffff;
        text-decoration: none;
    }

    .wrap .news-area .news-sort input[type=submit]:hover {
        transition: 0.2s;
        border-color: #676773;
        background-color: #676773;
    }
}

@media screen and (max-width: 767px) {
    .wrap .news-area .title-h1 {
        margin-bottom: 0 !important;
    }

    .wrap .news-area .news-sort {
        width: auto;
        margin: 0 auto;
        padding: 6.51vw 0;
    }

    .wrap .news-area .news-sort ul {
        overflow-x: scroll;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 2.6vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wrap .news-area .news-sort ul::-webkit-scrollbar {
        display: none;
    }

    .wrap .news-area .news-sort ul li {
        display: inline-block;
        width: auto;
        background: transparent;
        margin: 0 1.3vw 1.3vw;
        filter: none;
    }

    .wrap .news-area .news-sort ul li:first-child {
        margin-left: 3.9vw;
    }

    .wrap .news-area .news-sort ul li:last-child {
        padding-right: 3.9vw;
    }

    .wrap .news-area .news-sort ul.tag li {
        width: 28.4vw;
        height: 8.86vw;
    }

    .wrap .news-area .news-sort ul.tag li a {
        width: 28.4vw;
        line-height: 8.86vw;
        font-size: 3.13vw;
        letter-spacing: 0.03em;
        border-radius: 6.5vw;
        border-width: 0.26vw;
    }

    .wrap .news-area .news-sort .keywords-area {
        text-align: center;
    }

    .wrap .news-area .news-sort .keywords-area div.keywords {
        /* edit */
        width: 91.78vw;
        margin: 0 auto;
        padding: 0;
        height: 10.43024771838330vw;
    }

    .wrap .news-area .news-sort .keywords-area input[type=text] {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 0 5.2vw;
        font-size: 3.13vw;
        height: 10.43024771838330vw;
        border-width: 0.26vw;
        border-radius: 6.51vw;
        background: #ffffff;
        box-sizing: border-box;
    }

    .wrap .news-area .news-sort .keywords-area input[type=submit] {
        left: 71.3vw;
        width: 20.47vw;
        height: 10.43024771838330vw;
        line-height: normal;
        border: none;
        border-radius: 0;
        background-size: 13.43vw auto;
        border-top-right-radius: 6.51vw;
        border-bottom-right-radius: 6.51vw;
    }

    .wrap .news-area .btn {
        margin-bottom: 7.82vw;
    }

    .wrap .news-area .btn a {
        padding: 3.78vw 15.64vw;
        letter-spacing: 0.1em;
    }
}
