@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: 4.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #0a1733;
}

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

.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 a {
    position: relative;
    display: block;
}

.sec_artist_wrap .list_1 .name {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    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 {
    font-size: 1.6rem;
}

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

@media (max-width: 767px) {
    .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: 2.6rem;
    }

    .sec_artist_wrap .list_1 .day span {
        font-size: 1.8rem;
    }

    .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 .name {
        bottom: 6px;
        font-size: 1.4rem;
    }
    .sec_artist_wrap .list_1 .name span {
        font-size: 1rem;
    }
    .sec_artist_wrap .andmore {
        margin-top: 40px;
        font-size: 2rem;
    }
}

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