@charset "utf-8";

/*********************************************************************
 *
 *  For ARTIST
 *
*********************************************************************/

/* contents */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    #contents {
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 767px) {
    #contents {
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}

/* archive_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .archive_wrap .section_inner {
        width: 900px;
    }

    .archive_wrap .listSat {
        margin-bottom: 55px;
    }

    .archive_wrap h3 {
        display: flex;
        justify-content: center;
        align-items: baseline;
        padding: 10px 0;
        margin: 0 auto;
        width: 856px;
        color: #FFF;
        line-height: 1;
    }

    .archive_wrap .listSat h3 {
        background-color: #0f92d6;
    }

    .archive_wrap .listSun h3 {
        background-color: #fe7432;
    }

    .archive_wrap h3 .date {
        margin-right: 10px;
        font-size: 3.3rem;
    }

    .archive_wrap h3 .week {
        font-size: 2.6rem;
    }

    .archive_wrap h4 {
        margin: 50px auto 35px;
        width: 500px;
    }

    .archive_wrap .list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .archive_wrap .list li {
        position: relative;
        margin-left: 22px;
        margin-right: 22px;
        margin-bottom: 30px;
        width: 256px;
    }

    .archive_wrap .list_st_1 li:nth-child(1),
    .archive_wrap .list_st_1 li:nth-child(6){
        margin-left: 100px;
    }
    .archive_wrap .list_st_1 li:nth-child(2),
    .archive_wrap .list_st_1 li:nth-child(7){
        margin-right: 100px;
    }

    .archive_wrap .list li.new::after {
        content: "NEW";
        position: absolute;
        right: -10px;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
        color: #FFF;
        font-weight: bold;
        line-height: 1;
        border-radius: 22px;
        background-color: #e55069;
    }

    .archive_wrap .list li a {
        display: block;
    }

    .archive_wrap .list li a .thumb {
        margin-bottom: 5px;
        background-color: #FFF;
    }

    .archive_wrap .list li a .thumb img {
        transition: 0.3s ease-in-out;
    }

    .archive_wrap .list li a:hover .thumb img {
        opacity: 0.5;
    }

    .archive_wrap .list li a h6 {
        text-align: center;
        line-height: 1.2;
    }

    .archive_wrap .list li a h6.ffGillB {
        font-size: 1.8rem;
    }

    .archive_wrap .list li a h6.ffNsansUB {
        font-size: 1.6rem;
    }
    .archive_wrap .list li a h6 .oa {
        display: block;
        margin-bottom: 5px;
        font-size: 1.2rem;
    }
    .archive_wrap .andmore {
        margin-top: 40px;
        font-size: 2.0rem;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    .archive_wrap .listSat {
        margin-bottom: 30px;
    }

    .archive_wrap h3 {
        display: flex;
        justify-content: center;
        align-items: baseline;
        padding: 5px 0;
        color: #FFF;
        line-height: 1;
    }

    .archive_wrap .listSat h3 {
        background-color: #0f92d6;
    }

    .archive_wrap .listSun h3 {
        background-color: #fe7432;
    }

    .archive_wrap h3 .date {
        margin-right: 10px;
        font-size: 2.4rem;
    }

    .archive_wrap h3 .week {
        font-size: 1.8rem;
    }
    .archive_wrap h4 {
        margin: 20px auto 20px;
        width: 70%;
    }
    .archive_wrap .list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .archive_wrap .list li {
        position: relative;
        margin-bottom: 12px;
        width: 49%;
    }

    .archive_wrap .list li.new::after {
        content: "NEW";
        position: absolute;
        right: -6px;
        top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        font-size: 1.0rem;
        color: #FFF;
        line-height: 1;
        border-radius: 16px;
        background-color: #e55069;
    }

    .archive_wrap .list li a {
        display: block;
    }

    .archive_wrap .list li a .thumb {
        margin-bottom: 4px;
        background-color: #FFF;
    }

    .archive_wrap .list li a h6 {
        text-align: center;
        line-height: 1.2;
    }

    .archive_wrap .list li a h6.ffGillB {
        font-size: 1.4rem;
    }

    .archive_wrap .list li a h6.ffNsansUB {
        font-size: 1.3rem;
    }
    .archive_wrap .list li a h6 .oa {
        display: block;
        margin-bottom: 5px;
        font-size: 1.2rem;
    }
    .archive_wrap .andmore {
        margin-top: 20px;
        font-size: 2.0rem;
        text-align: center;
    }
}
