@charset "utf-8";

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

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    #contents_wrap {
        background-image: url(../../common/img/deco/stack_19.png), url(../../common/img/deco/stack_7.png), url(../../common/img/deco/stack_8.png), url(../../common/img/deco/stack_18.png), url(../../common/img/deco/stack_17.png);
        background-size: 732px auto, 340px auto, 340px auto, 120px auto, 120px auto;
        background-position: center top, right bottom, left bottom, right top 120px, left top 50px;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat-y, repeat-y;
    }
}

@media (max-width: 767px) {
    /*
    #contents_wrap {
        background-image: url(../../common/img/deco/stack_7.png), url(../../common/img/deco/stack_8.png);
        background-size: 150px auto, 150px auto;
        background-position: right bottom, left bottom;
        background-repeat: no-repeat;
    }
*/
}

.nav_page {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.nav_page a {
    margin: 0 15px;
    display: block;
    width: 96px;
}

.andmore {
    margin-top: 60px;
    color: #1b3660;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .nav_page a {
        width: 60px;
    }

    .andmore {
        margin-top: 40px;
    }
}

/* ---------------------------------------------------- */
/* sec_artist_wrap */
/* ---------------------------------------------------- */
.sec_artist_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_artist_wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1556px;
    height: 1192px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_artist_sat_wrap::before {
    background-image: url(../../common/img/deco/stack_20.svg);
}

.sec_artist_sun_wrap::before {
    background-image: url(../../common/img/deco/stack_21.svg);
}

.sec_artist_wrap .day {
    margin: 0 auto 20px;
    width: 140px;
}

.sec_artist_wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
    margin-right: -25px;
}

.sec_artist_wrap .list li {
    margin-bottom: 25px;
    margin-right: 25px;
    width: calc(33.33% - 25px);
}

.sec_artist_wrap .list .thumb {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sec_artist_wrap .list .thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.sec_artist_wrap .list .thumb:hover:before {
    opacity: 0.4;
}

.sec_artist_wrap .list .new a:after {
    content: "NEW";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 5px 15px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #d1545d;
}

.sec_artist_wrap .list .name {
    color: #1b3660;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}



@media (max-width: 767px) {
    .sec_artist_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec_artist_wrap:before {
        display: none;
    }

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

    .sec_artist_wrap .list li {
        margin-bottom: 15px;
        margin-right: 15px;
        width: calc(50% - 15px);
    }

    .sec_artist_wrap .list .thumb {
        margin-bottom: 5px;
    }

    .sec_artist_wrap .list .new a:after {
        padding: 4px 8px;
        font-size: 1.1rem;
    }

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