@charset "UTF-8";

/*------------------------------------------------
　　　　作品紹介 詳細
------------------------------------------------*/
.section--m1600.works{ padding-bottom: 2em;}

.work__detail__number{
    font-size: 160%;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}
.work__detail__number::before,
.work__detail__number::after{
    content: "";
    display: block;
    width: calc(50% - 3em);
    height: 0.2em;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
}
.work__detail__number::after{
    left: auto;
    right: 0;
}
/*------------------------------------------------
　　　　作品紹介 詳細 写真
------------------------------------------------*/
.work__detail__photo{
    background-color: #000;
    text-align: center;
}
.work__detail__photo__main{
    box-shadow: 1px 1px 30px rgba(0,0,0,0.16);
}
@media screen and (min-width: 1000px) {
    .work__detail__photo__main{
        max-width: 1000px;
        margin: 0 auto;
    }
}
.work__detail__photo__main ul{ position: relative;}
.work__detail__photo__main li{
    position: absolute;
    top: 0;
    left: 0;
}
.work__detail__photo__thums{
    background-color: #000;
    border-top: solid 0.5em #fff;
    padding: 1vw 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.work__detail__photo__thums__list{
    display: flex;
    justify-content: center;
}
.work__detail__photo__thums__list li{
    margin: 0 0.3vw;
    cursor: pointer;
}
.work__detail__photo__thums__list li img{
    width: auto;
    height: 14vw;
}
@media screen and (min-width: 1000px) {
    .work__detail__photo__thums{ padding: 10px 0;}
    .work__detail__photo__thums__list li{ margin: 0 5px;}
    .work__detail__photo__thums__list li img{
        height: 130px;
    }
}

/*------------------------------------------------
　　　　作品紹介 詳細 情報
------------------------------------------------*/
.work__detail__info__h3{
    font-size: 180%;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 0.2em;
    font-feature-settings: "palt";
}
.work__detail__info__h3 .sub{
    font-size: 60%;
    font-feature-settings: "palt";
}
.work__detail__info__name,
.work__detail__info__name.sabajiro--normal,
.work__detail__info__date,
.work__detail__info__size{
    font-size: 94%;
}
.work__detail__info__name{ margin-right: 1em;}
.work__detail__info__intro{
    line-height: 2em;
    margin: 1.6em 0 4em;
    font-feature-settings: "palt";
}

/*------------------------------------------------
　　　　SNSシェア
------------------------------------------------*/
.work__share{ margin-top: 4em;}
.work__share > *{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.work__share .work__share__title{
    font-size: 88%;
    font-weight: bold;
    line-height: 1.4;
}
.work__share__list{ margin: 0.3em 0 0;}
.work__share__list li{ margin: 0 0.5em;}
.work__share__list__btn--twitter a,
.work__share__list__btn--facebook a{
    display: block;
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000;
    background-image: url("../../img/icn_twitter.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
.work__share__list__btn--facebook a{
    background-image: url("../../img/icn_facebook.svg");
    background-size: 34%;
}
@media screen and (min-width: 740px) {
    .work__share__list__btn--twitter a:hover{ background-color: #1da1f2;}
    .work__share__list__btn--facebook a:hover{ background-color: #4267b2;}
}

