@charset "utf-8";

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

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

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

.sec_artist .list_1 .day span {
    font-size: 60%;
}

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

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

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

.sec_artist .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 .list_1 > ul > li.hl::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../../common/img/ico/hl_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.sec_artist .list_1 .img {
    border-radius: 20px;
    overflow: hidden;
}

.sec_artist .list_1 .name {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

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

.sec_artist .list_1 .name i {
    font-style: normal;
}
.sec_artist .list_1 .sns {
    display: flex;
    justify-content: flex-end;
    margin-top: -28px;
}

.sec_artist .list_1 .sns a {
    display: block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background-image: url(../../common/img/ico/sns_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_artist .list_1 .sns .ig {
    background-image: url(../../common/img/ico/sns_2.svg);
}
.sec_artist .list_1 .sns .x {
    background-image: url(../../common/img/ico/sns_1.svg);
}

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

@media (min-width: 1000px) {
    .sec_artist .list_1 .sns a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .sec_artist .ttl_1 {
        margin-bottom: 40px;
    }

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

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

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

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

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

    .sec_artist .list_1 > ul > li.hl::after {
        width: 35px;
        height: 35px;
    }

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

    .sec_artist .list_1 .sns {
        justify-content: center;
        margin-top: 10px;
    }
}

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