@charset "utf-8";

/* ===== artist.css ===== */
/* -- artType -- */
.artType {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
}
.artType li:not(:last-child) {
    margin-right: 17px;
}
.artType li:before {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 4px;
    width: 4px;
    height: 4px;
    border: 1px solid #E4358B;
    border-radius: 50%;
    content: "";
}
.artType span {
    background: linear-gradient( transparent 56%, #E2E2E2 56%, #E2E2E2 100%, transparent 100% );
}

/* -- boxArtist -- */
.boxArtist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.boxArtist > * {
    margin-bottom: 3.47%;
    width: 31.02%;
    background: #FFF;
}
.boxArtist_img {
    position: relative;
    overflow: hidden;
    padding-top: 94.53%;
}
.boxArtist_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.boxArtist_img.hAuto img {
    height: auto;
}
.boxArtist_txtBox {
    padding: 30px 25px 25px;
}
.boxArtist_txtBox_name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.55;
}
.boxArtist .artType {
    margin-top: 7px;
}
@media screen and ( min-width: 769px ) {
    .boxArtist > :not(:nth-child(3n)) {
        margin-right: 3.47%;
    }
    /* .boxArtist > :nth-last-child(3),
    .boxArtist > :nth-last-child(2),
    .boxArtist > :last-child {
        margin-bottom: 0;
    } */
}
@media screen and ( max-width: 768px ) {
    .boxArtist {
        display: block;
        margin-top: 40px;
    }
    .boxArtist > * {
        margin-bottom: 15px;
        width: 100%;
    }
    .boxArtist_txtBox {
        padding: 30px 25px 25px;
    }
    .boxArtist .artType {
        margin-top: 5px;
    }
}

/* -- artistDetail -- */
.artistDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 171px;
}
.artistDetail_img {
    width: 53.39%;
}
.artistDetail_txtBox {
    margin-top: 60px;
    width: 40.6%;
}
.artistName {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.52;
}
.artistName span {
    font-size: 65%;
    display: inline-block;
    margin-left: 1em;
}
.artistDetail .artType {
    margin-top: 35px;
    font-size: 16px;
}
.artistDetail .artType li:not(:last-child) {
    margin-right: 13px;
}
.artistDetail .artType li:before {
    top: -3px;
}
.artistProfile {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 2;
}
.artistProfile a {
    text-decoration: underline;
}
.artistProfile_tit {
    font-family: 'League Spartan', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #6C6C6C;
    margin: 69px 0 16px;
}
@media screen and ( max-width: 768px ) {
    .artistDetail {
        display: block;
        margin-bottom: 60px;
    }
    .artistDetail_img {
        width: 100%;
    }
    .artistDetail_txtBox {
        margin-top: 30px;
        width: 100%;
    }
    .artistName {
        font-size: 24px;
    }
    .artistDetail .artType {
        margin-top: 15px;
        font-size: 14px;
    }
    .artistProfile_tit {
        font-size: 14px;
        margin: 30px 0 4px;
    }
}

/* -- artistAchievement -- */
.artistAchievement {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
}
.artistAchievement_img {
    width: 45.77%;
}
.artistAchievement_txtBox {
    width: 49.1%;
}
.artistAchievement .artType {
    font-size: 16px;
    font-weight: bold;
    margin-top: 56px;
}
.artistAchievement .artType li:before {
    top: -3px;
}
.artistAchievement_txtBox_name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 2.09;
    margin-top: 22px;
}
.artTag {
    margin-top: 21px;
}
.artTag dt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    color: #888;
}
.artTag dt:after {
    margin-left: 9px;
    content: ":";
}
.artTag ul {
    font-family: 'Shippori Mincho', serif;
    font-size: 15px;
    letter-spacing: -0.12em;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    margin-top: 9px;
}
.artTag li:not(:last-child) {
    margin-right: 14px;
}
.artTag li:before {
    content: "#";
}
@media screen and ( max-width: 768px ) {
    .artistAchievement {
        display: block;
        margin-top: 25px;
    }
    .artistAchievement_img {
        width: 100%;
    }
    .artistAchievement_txtBox {
        width: 100%;
    }
    .artistAchievement .artType {
        font-size: 15px;
        margin-top: 30px;
    }
    .artistAchievement_txtBox_name {
        font-size: 20px;
        margin-top: 4px;
    }
    .artTag {
        margin-top: 15px;
    }
    .artTag dt {
        font-size: 14px;
    }
    .artTag dt:after {
        margin-left: 6px;
    }
    .artTag ul {
        font-size: 14px;
        margin-top: 5px;
    }
    .artTag li:not(:last-child) {
        margin-right: 12px;
    }
}

/* -- artistGallery -- */
.artistGallery {
    margin-top: 175px;
}
.artistGallery ul {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
}
.artistGallery ul > * {
    margin-bottom: 3.47%;
    width: 31.02%;
}
.artistGallery img {
    margin-bottom: 9px;
}
@media screen and ( min-width: 769px ) {
    .artistGallery ul > :not(:nth-child(3n)) {
        margin-right: 3.47%;
    }
    .artistGallery ul > :nth-last-child(3),
    .artistGallery ul > :nth-last-child(2),
    .artistGallery ul > :last-child {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 768px ) {
    .artistGallery {
        margin-top: 80px;
    }
    .artistGallery ul {
        font-size: 13px;
        margin-top: 15px;
    }
    .artistGallery ul > * {
        margin-bottom: 3.6%;
        width: 48.2%;
    }
    .artistGallery ul > :not(:nth-child(2n)) {
        margin-right: 3.6%;
    }
    .artistGallery img {
        margin-bottom: 5px;
    }
}

/* -- footArtistBox -- */
#footArtistBox {
    color: #FFF;
    position: relative;
    padding: 364px 0 85px;
    background: url(../img/artist/footArtistBox_bg.png) no-repeat center;
    background-size: cover;
}
#footArtistBox:before {
    position: absolute;
    top: -12px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,0.5) url(../img/top/top_bg02.png) no-repeat top center;
    background-size: 100% auto;
    content: "";
    z-index: 20;
}
#footArtistBox .inner {
    position: relative;
    z-index: 30;
}
#footArtistBox h2 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: center;
    margin-top: 0;
}
.footArtistBox_txt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 2;
    margin: 60px auto 0;
    max-width: 590px;
}
#footArtistBox .btn {
    margin-top: 59px;
}
@media screen and ( max-width: 768px ) {
    #footArtistBox {
        padding: 140px 0 75px;
    }
    #footArtistBox h2 {
        font-size: 26px;
    }
    .footArtistBox_txt {
        font-size: 15px;
        margin: 15px auto 0;
    }
    #footArtistBox {
        margin-top: 59px;
    }
}