@charset "UTF-8";
.gIntro_inner {
    max-width: 1080px;
}
.artists {}
.artists-top {}
.artists_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.artists_list > li {
    width: 46.3%;
    margin-left: 7.4%;
}
.artists_list > li:first-child {}
.artists_list > li:last-child {}
.artists_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.artists_list > li:nth-child(n+3) {
    margin-top: 100px;
}
.artists_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.artists_list > li > a::before {
    content: "";
}
.artists_list > li > a::after {
    content: "";
}
.artists_image {
    margin-bottom: 28px;
    overflow: hidden;
}
.artists_image > img {
    display: block;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.artists_name {
    line-height: 1;
    text-align: center;
}
.artists_name > b {
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-bottom: 9px;
}
.artists_name > small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
}
.artists_title {
    font-size: 21px;
    text-align: center;
    margin: 18px 0 0;
}
.artists_link {
    text-align: center;
    font-size: 16px;
}
.artists_link > a {
    display: block;
    color: inherit;
    padding: 10px 0;
}
.artists_link > a::before {
    content: "";
}
.artists_link > a::after {
    content: "";
}
.arNav {
    margin: 60px 0 70px;
}
.arNav_title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 12px;
}
.arNav_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.arNav_list > li {
    display: flex;
    align-items: center;
}
.arNav_list > li::after {
    content: "／";
}
.arNav_list > li:last-child::after {
    display: none;
}
.arNav_list > li:first-child {}
.arNav_list > li:last-child {}
.arNav_list > li:nth-child(2n+1) {}
.arNav_list > li:nth-child(n+3) {}
.arNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 1px 10px;
}
.arNav_list > li > a::before {
    content: "";
}
.arNav_list > li > a::after {
    content: "";
}
.arNav_text {
    text-align: center;
}
@media screen and (min-width:1000px) {
    .arNav_list > li > a:hover {
    text-decoration: underline;
}
    .artists_list > li > a:hover {}
    a:hover .artists_image > img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    .artists_link > a:hover {}
}
@media screen and (max-width:999px) {
    .gIntro_inner {}
    .artists {}
    .artists-top {}
    .artists_list {}
    .artists_list > li {}
    .artists_list > li:first-child {}
    .artists_list > li:last-child {}
    .artists_list > li:nth-child(2n+1) {}
    .artists_list > li:nth-child(n+3) {}
    .artists_list > li > a {}
    .artists_list > li > a::before {}
    .artists_list > li > a::after {}
    .artists_image {}
    .artists_image > img {}
    .artists_name {}
    .artists_name > b {
        font-size: 28px;
    }
    .artists_name > small {
        font-size: 13px;
    }
    .artists_title {
        font-size: 18px;
    }
    .artists_link {
        font-size: 14px;
    }
    .artists_link > a {}
    .artists_link > a::before {}
    .artists_link > a::after {}
    .arNav {}
    .arNav_title {}
    .arNav_list {}
    .arNav_list > li {}
    .arNav_list > li::after {}
    .arNav_list > li:last-child::after {}
    .arNav_list > li:first-child {}
    .arNav_list > li:last-child {}
    .arNav_list > li:nth-child(2n+1) {}
    .arNav_list > li:nth-child(n+3) {}
    .arNav_list > li > a {}
    .arNav_list > li > a::before {}
    .arNav_list > li > a::after {}
    .arNav_text {}
}
@media screen and (max-width:767px) {
    .gIntro_inner {}
    .artists {}
    .artists-top {}
    .artists_list {
        display: block;
    }
    .artists_list > li {
        width: auto;
        margin: 75px auto 0;
    }
    .artists_list > li:first-child {
        margin-top: 0;
    }
    .artists_list > li:last-child {}
    .artists_list > li:nth-child(2n+1) {}
    .artists_list > li:nth-child(n+3) {
        margin-top: 75px;
    }
    .artists_list > li > a {}
    .artists_list > li > a::before {}
    .artists_list > li > a::after {}
    .artists_image {
        max-width: 500px;
        margin: 0 auto 25px;
    }
    .artists_image > img {}
    .artists_name {}
    .artists_name > b {
        font-size: 24px;
    }
    .artists_name > small {
        font-size: 12px;
    }
    .artists_title {}
    .artists_link {
        font-size: 12px;
    }
    .artists_link > a {}
    .artists_link > a::before {}
    .artists_link > a::after {}
    .arNav {
        display: block;
        margin-bottom: 45px;
        margin-top: 35px;
    }
    .arNav_title {}
    .arNav_list {
        font-size: 12px;
    }
    .arNav_list > li {}
    .arNav_list > li::after {}
    .arNav_list > li:last-child::after {}
    .arNav_list > li:first-child {}
    .arNav_list > li:last-child {}
    .arNav_list > li:nth-child(2n+1) {}
    .arNav_list > li:nth-child(n+3) {}
    .arNav_list > li > a {}
    .arNav_list > li > a::before {}
    .arNav_list > li > a::after {}
    .arNav_text {
        font-size: 11px;
        margin-top: 8px;
    }
}
