@charset "utf-8";

/*********************************************************************
*
*  For artist
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap .ttl_1 {
    margin-bottom: 80px;
}

.sec_artist_wrap .list_1 + .list_1 {
    margin-top: 100px;
}

.sec_artist_wrap .list_1 .day {
    margin: 0 auto 40px;
    padding: 10px 0;
    width: 300px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #0a1733;
}

.sec_artist_wrap .list_1 .day span {
    margin-left: 5px;
    font-size: 30px;
}

.sec_artist_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-bottom: -11px;
}

.sec_artist_wrap .list_1 > ul + ul {
    margin-top: 11px;
}

.sec_artist_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 11px;
    margin-bottom: 11px;
    width: calc(33.33% - 11px);
}

.sec_artist_wrap .list_1 > ul > li.new::before {
    content: "";
    position: absolute;
    right: -8px;
    top: -8px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../../common/img/ico/new_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.sec_artist_wrap .list_1 > ul > li.hl::after {
    content: "";
    position: absolute;
    left: -18px;
    top: -34px;
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(../../common/img/ico/hl_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
    z-index: 2;
}

.sec_artist_wrap .list_1 a {
    position: relative;
    display: block;
}

.sec_artist_wrap .list_1 .name {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.sec_artist_wrap .list_1 .name span {
    display: inline-block;
    font-size: 16px;
}

.sec_artist_wrap .list_1 .name i {
    font-style: normal;
}

.sec_artist_wrap .andmore {
    margin-top: 80px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 999px) {
    .sec_artist_wrap .ttl_1 {
        margin-bottom: 40px;
    }

    .sec_artist_wrap .list_1 + .list_1 {
        margin-top: 50px;
    }

    .sec_artist_wrap .list_1 .day {
        margin: 0 auto 30px;
        width: 200px;
        font-size: 26px;
    }

    .sec_artist_wrap .list_1 .day span {
        font-size: 18px;
    }

    .sec_artist_wrap .list_1 > ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sec_artist_wrap .list_1 > ul > li {
        width: calc(50% - 11px);
    }

    .sec_artist_wrap .list_1 > ul > li.new::before {
        right: -8px;
        top: -8px;
        width: 30px;
        height: 30px;
    }

    .sec_artist_wrap .list_1 > ul > li.hl::after {
        left: -8px;
        top: -20px;
        width: 50px;
        height: 50px;
    }

    .sec_artist_wrap .list_1 .name {
        bottom: 6px;
        font-size: 14px;
    }
    .sec_artist_wrap .list_1 .name span {
        font-size: 10px;
    }
    .sec_artist_wrap .andmore {
        margin-top: 40px;
        font-size: 20px;
    }
}

@media (max-width: 374px) {
    .sec_artist_wrap .list_1 .name {
        font-size: 14px;
    }
}
