@charset "utf-8";

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

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

.sec_artist_wrap .list+.list {
    margin-top: 60px;
}

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

.sec_artist_wrap .list .day span {
    margin-left: 5px;
    font-size: 3.0rem;
}


.sec_artist_wrap .list>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px -40px;
}

.sec_artist_wrap .list>ul>li {
    position: relative;
    margin: 0 10px 40px;
    width: 320px;
}

.sec_artist_wrap .list>ul>li.new::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -20px;
    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;
}

.sec_artist_wrap .list .img {
    margin-bottom: 15px;
}

.sec_artist_wrap .list .name {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.sec_artist_wrap .andmore {
    margin-top: 40px;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .sec_artist_wrap .sec_ttl {
        margin-bottom: 40px;
    }
    .sec_artist_wrap .list+.list {
        margin-top: 40px;
    }
    .sec_artist_wrap .list .day {
        margin: 0 auto 20px;
        width: 200px;
        font-size: 2.6rem;
    }

    .sec_artist_wrap .list .day span {
        font-size: 1.8rem;
    }
    .sec_artist_wrap .list>ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -10px -20px;
    }

    .sec_artist_wrap .list>ul>li {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
    .sec_artist_wrap .list>ul>li.new::before {
        right: -10px;
        top: -20px;
        width: 30px;
        height: 30px;
    }
    .sec_artist_wrap .list .img {
        margin-bottom: 10px;
    }

    .sec_artist_wrap .list .name {
        font-size: 1.6rem;
    }

    .sec_artist_wrap .andmore {
        margin-top: 20px;
        font-size: 1.6rem;
    }
}

@media (max-width: 374px) {
    .sec_artist_wrap .list .name {
        font-size: 1.4rem;
    }
}