@charset "UTF-8";
.artists {}
.artists_inner {
    max-width: 835px;
}
.artists_title {
    line-height: 1;
    text-align: center;
    margin-bottom: 23px;
}
.artists_title > b {
    display: block;
    font-size: 36px;
    font-weight: normal;
}
.artists_title > small {
    display: block;
    font-size: 14px;
    letter-spacing: .1em;
    padding-left: .1em;
    margin-top: 13px;
}
.artists_status {
    font-size: 21px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}
.artists_subTitle {
    text-align: center;
}
.artists_subTitle::after {
    content: "：";
}
.artists_name {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
}
.artists_text {
    font-size: 16px;
    text-align: center;
}
.artists_dList {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 18px;
}
.artists_dList > dt {}
.artists_dList > dt::after {
    content: "：";
}
.artists_dList > dd {}
.artists_linkList {
    list-style: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.artists_linkList > li {
    margin-top: 24px;
}
.artists_linkList > li:first-child {
    margin-top: 0;
}
.artists_linkList > li:last-child {}
.artists_linkList > li:nth-child(2n+1) {}
.artists_linkList > li:nth-child(n+3) {}
.artists_linkList > li > a {}
.artists_linkList > li > a::before {
    content: "";
}
.artists_linkList > li > a::after {
    content: "";
}
.author {
    border-top: 1px solid #231815;
    padding-top: 70px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}
.author_cols {
    display: flex;
}
.author_col {}
.author_col-no1 {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
}
.author_image {}
.author_image > img {}
.author_col-no2 {
    flex-grow: 1;
}
.author_title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 3px;
}
.author_text {
    font-size: 12px;
}
.author_dList {
    list-style: none;
    font-size: 12px;
    margin-top: 23px;
}
.author_dList > dt {}
.author_dList > dt::after {
    content: "：";
}
.author_dList > dd {}
.artNav {
    margin-top: 119px;
}
.artNav_inner {
    max-width: 1706px;
}
.artNav_title {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 81px;
}
.artNav_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.artNav_list > li {
    width: 23.5%;
    margin-left: 2%;
}
.artNav_list > li:first-child {}
.artNav_list > li:last-child {}
.artNav_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.artNav_list > li:nth-child(n+5) {
    margin-top: 94px;
}
.artNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.artNav_list > li > a::before {
    content: "";
}
.artNav_list > li > a::after {
    content: "";
}
.artNav_image {
    overflow: hidden;
}
.artNav_image > img {
    display: block;
    max-width: 100%;
    height: auto;
    transition-duration: .3s;
    transition-property: transform;
}
.artNav_name {
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
.artNav_name > b {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 8px;
}
.artNav_name > small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-left: .1em;
}
.author_table {}
.author_table > tbody {}
.author_table > tbody > tr {}
.author_table > tbody > tr:first-child {}
.author_table > tbody > tr:last-child {}
.author_table > tbody > tr > th {
    white-space: nowrap;
    font-weight: normal;
    vertical-align: top;
    padding-right: 1em;
}
.author_table > tbody > tr > td {
    vertical-align: top;
}
.photoby{font-size: 8pt;}
@media screen and (min-width:1000px) {
    .artists_linkList > li > a:hover {}
    .artNav_list > li > a:hover {}
    a:hover .artNav_image > img {
        transform: scale(1.05);
    }
}
@media screen and (max-width:1199px) {
    .artNav_list > li {
        width: 32%;
    }
    .artNav_list > li:nth-child(4n+1) {
        margin-left: 2%;
    }
    .artNav_list > li:nth-child(3n+1) {
        margin-left: 0;
    }
    .artNav_list > li:nth-child(n+4) {
        margin-top: 70px;
    }
}
@media screen and (max-width:999px) {
    .artists {}
    .artists_inner {}
    .artists_title {}
    .artists_title > b {}
    .artists_title > small {}
    .artists_status {}
    .artists_subTitle {}
    .artists_subTitle::after {}
    .artists_name {}
    .artists_text {
        font-size: inherit;
        text-align: left;
    }
    .artists_dList {}
    .artists_dList > dt {}
    .artists_dList > dt::after {}
    .artists_dList > dd {}
    .artists_linkList {}
    .artists_linkList > li {}
    .artists_linkList > li:first-child {}
    .artists_linkList > li:last-child {}
    .artists_linkList > li:nth-child(2n+1) {}
    .artists_linkList > li:nth-child(n+3) {}
    .artists_linkList > li > a {}
    .artists_linkList > li > a::before {}
    .artists_linkList > li > a::after {}
    .author {}
    .author_cols {}
    .author_col {}
    .author_col-no1 {}
    .author_image {}
    .author_image > img {}
    .author_col-no2 {}
    .author_title {}
    .author_text {}
    .author_dList {}
    .author_dList > dt {}
    .author_dList > dt::after {}
    .author_dList > dd {}
    .artNav {}
    .artNav_inner {}
    .artNav_title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .artNav_list {}
    .artNav_list > li {}
    .artNav_list > li:first-child {}
    .artNav_list > li:last-child {}
    .artNav_list > li:nth-child(4n+1) {}
    .artNav_list > li:nth-child(n+5) {}
    .artNav_list > li > a {}
    .artNav_list > li > a::before {}
    .artNav_list > li > a::after {}
    .artNav_image {}
    .artNav_image > img {}
    .artNav_name {
        margin-top: 25px;
    }
    .artNav_name > b {
        font-size: 20px;
    }
    .artNav_name > small {
        font-size: 11px;
    }
}
@media screen and (max-width:767px) {
    .artists {}
    .artists_inner {}
    .artists_title {
        margin-bottom: 6px;
    }
    .artists_title > b {
        font-size: 21px;
    }
    .artists_title > small {
        font-size: 10px;
        margin-top: 9px;
    }
    .artists_status {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .artists_subTitle {
        font-size: 12px;
    }
    .artists_subTitle::after {}
    .artists_name {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .artists_text {}
    .artists_dList {
        margin-bottom: 10px;
    }
    .artists_dList > dt {}
    .artists_dList > dt::after {}
    .artists_dList > dd {}
    .artists_linkList {}
    .artists_linkList > li {
        margin-top: 15px;
    }
    .artists_linkList > li:first-child {}
    .artists_linkList > li:last-child {}
    .artists_linkList > li:nth-child(2n+1) {}
    .artists_linkList > li:nth-child(n+3) {}
    .artists_linkList > li > a {}
    .artists_linkList > li > a::before {}
    .artists_linkList > li > a::after {}
    .author {
        padding-top: 35px;
        margin-top: 35px;
    }
    .author_cols {
        display: block;
    }
    .author_col {}
    .author_col-no1 {
        width: 50px;
        min-width: 0;
        margin: 0 auto 10px;
    }
    .author_image {}
    .author_image > img {}
    .author_col-no2 {}
    .author_title {
        text-align: center;
    }
    .author_text {
        max-width: 260px;
        margin: 0 auto 0;
    }
    .author_dList {
        max-width: 260px;
        margin: 20px auto 0;
    }
    .author_dList > dt {
        text-align: center;
    }
    .author_dList > dt::after {}
    .author_dList > dd {}
    .artNav {
        margin-top: 70px;
    }
    .artNav_inner {}
    .artNav_title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .artNav_list {}
    .artNav_list > li {
        width: 48%;
        margin-left: 4%;
    }
    .artNav_list > li:first-child {}
    .artNav_list > li:last-child {}
    .artNav_list > li:nth-child(3n+1) {
        margin-left: 4%;
    }
    .artNav_list > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .artNav_list > li:nth-child(n+3) {
        margin-top: 40px;
    }
    .artNav_list > li > a {}
    .artNav_list > li > a::before {}
    .artNav_list > li > a::after {}
    .artNav_image {}
    .artNav_image > img {}
    .artNav_name {
        margin-top: 15px;
    }
    .artNav_name > b {
        font-size: 16px;
    }
    .artNav_name > small {
        font-size: 10px;
    }
	.photoby{font-size: 4pt;}
}
