@charset "UTF-8";

/*
------
artist
------
*/

html {
    overflow: scroll;
}

.contentswrap {
    margin-top: 70px;
}

.hr {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d3d3d4;
    margin-bottom: 50px;
}
#artists > h1,
#artists > h2,
#artists > h1 > a {
    font-family: "Open Sans Condensed", sans-serif;
    color: #595757;
    transform: matrix(1, 0, 0, 0.909, 0, 0);
    font-weight: 300;
    font-size: 15px;
}

.director {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 50px auto;
}
.director-left > a > img {
    width:350px;
    height: auto;
}
.director-right {
    width: 480px;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}
.director-right > p:nth-child(1) {
    font-size: 17px;
    margin-bottom: 16px;
    letter-spacing: .05rem;
}
.director-right > p:nth-child(2) {
    line-height: 1.7rem;
}

.artistswrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 70px
}
.artist {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-self: flex-end;
    justify-content: center;
    margin-bottom: 120px;
}
.artist > a {
    display: inline-block;
    text-align: center;
}
.artist > a > img {
    width: auto;
    height: 155px;
}
.artist > p {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
}
.artist > a > img.yoko {
    width: 156px;
    height: auto;
    margin-bottom: 20px;
}
.artist > a > img.square {
    width: 124px;
    height: auto;
    margin-bottom: 20px;
}

.photoBy {
    text-align: right;
    font-size: 10px;
    color: #898989;
    margin-bottom: 56px;
}

/*
SP & TAB
*/
@media (max-width: 1080px) {
    .artist {
        width: 25%;
        margin-bottom: 10%;
    }
    .artist > a > img {
        width: 50%;
        height: auto;
    }
    .artist > a > img.yoko {
        width: 65%;
        height: auto;
        margin-bottom: 16px;
    }
    .artist > a > img.square {
        width: 56%;
        height: auto;
        margin-bottom: 8px;
    }
    .artist > a > img.kobayashi {
        width: 40%;
        height: auto;
        margin-bottom: 4px;
    }
    .artist > a > img.takeuchi {
        width: 56%;
        height: auto;
        margin-bottom: 2px;
    }
}



@media (max-width: 899px) {
    .director {
        display: block;
    }
    .director-left > a > img {
        display: block;
        width: 64%;
        height: auto;
        margin: 0 auto;
    }
    .director-right {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .artist {
        width: 50%;
        margin-bottom: 90px;
    }
}

/* 
-----
gallery
-----
*/

.artists-name {
    font-size: 16px;
    margin-left: 24px;
}

.artists-works {
    width: 320px;
    margin: 170px auto;
}
.artists-works:first-child{
    margin-top: 60px;
}

.artists-works > p {
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: .06rem;
    font-weight: 300;
    line-height: 18px;
}
.artists-works > img {
    width: 100%;
}
.artists-works-wrap > .yoko {
    width: 492px;
    margin: 170px auto;
}

/*追記_福島*/
.artists-works-wrap > .yoko-first{
    width: 492px;
    margin: 50px auto;
}
.artists-works-wrap > .yoko850-first{
    width: 850px;
    margin: 50px auto;
}
.artists-works-wrap > .yoko800 {
    width: 800px;
    margin: 170px auto;
}
.artists-works-wrap > .sq {
    width: 410px;
    margin: 170px auto;
}
@media (max-width:899px) {
    .artists-works-wrap > .yoko800 {
        width: 94%;
    }
    .artists-works-wrap > .yoko850-first{
        width: 94%;
    }
}
/**/

@media (max-width:599px) {
    .artists-works {
        width: 70%;
    }
    .artists-works-wrap > .yoko {
        width: 94%;
    }
    .artists-works-wrap > .yoko-first{
        width: 94%;
    }
    .artists-works-wrap > .sq {
        width: 94%;
    }
}