/* 下層共通 */


/*  */
.profile__img {
   
}

.profile__wrap{
    margin-bottom: 30px;
}

.profile {
    margin-top: 15px;
    margin-bottom: 15px;
}

.profile__name {
    margin-top: 14px;
    font-size:22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom:14px;
}

.profile__name span{
    font-size: 18px;
}

.profile__txt {
    font-feature-settings: "palt";
    line-height: 1.562;
    border-bottom: 1px solid ;
    padding-bottom:15.5px;
}

.profile__info {
    position: relative;
    
}

.profile__info__list {
    padding-top:48px;
}
.profile__info__list li {
    margin-bottom:27px;
}

.profile__info__list__year {}

.profile__info__list__work {
    line-height: 1.5;
}

.profile__info__img {
    position: absolute;
    top:0;
    width: 200px;
    right: 13px;
    top: 16px;
}

.gallery {
    margin-top:32px;
}

.gallery__list__wrap {
    margin-top: 20px;
}

.gallery__list {}
.gallery__list li {
    border-bottom: 3px solid #eba03b;
    padding-bottom:10px;
    margin-bottom:25px;
}

.gallery__list__items__wrap {
    display:flex;
    
}

.gallery__list__img {
    margin-right: 4%;
    width: 36.5%;
    padding-top: 33.12%;
    position: relative;
    overflow: hidden;
    height:0;
}

.gallery__list__img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    /* min-height: 100%; */
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.gallery__list__info {
    width:63.5%;
    display: flex;
    flex-direction: column;
}

.gallery__list__info__ttl {
    font-size: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gallery__list__info__txt {
    line-height: 1.38888;
    margin-top:9px;
    margin-bottom: 15px;
}

.gallery__list__send {
    text-align:right;
    margin-top:auto;
    margin-bottom:0;
}
.gallery__list__send a {
   text-decoration: none;
   color: #000;
}

.gallery__list__send__pc{
    display: none;
}
@media screen and (min-width: 500px){
    .profile__info__img {
        position: absolute;
      
        width: 50%;
       
    }
    
}
@media screen and (min-width: 768px){
    /* 下層共通 */
    .header{
       /*  margin-bottom:88.02px; */
    }

   /*  */


    .profile__img {
        margin: 0 auto;
        width:497.5px;
    }
    
    .profile__wrap{
        margin-bottom: 84px;
    }
    
    .profile {
       
        margin-top:45px;
        margin-bottom:71px;
       
    }

    .profile .h__ttl__border {
        width: 163.46px;
        margin-top: 6px;
        margin-left: -65px;
    }
    
    .profile__name {
       
        margin-bottom:14px;
    }
    
    .profile__name span{
        font-size: 18px;
    }
    
    .profile__txt {
        line-height: 1.6666666;
        padding-bottom:37px;
        font-size: 18px;
    }
    
    .profile__info {
        position: relative;
        
    }
    
    .profile__info__list {
        padding-top:43px;
    }
    .profile__info__list li {
        margin-bottom:27px;
        font-size:18px;
        display: flex;
        ;
    }
    
    .profile__info__list__year {
        margin-right: 4.7%;
        padding-top: 5px;
    }
    
    .profile__info__list__work {
        line-height: 1.66666;
    }
    
    .profile__info__img {
        position: absolute;
        top:0;
        width: 40%;
        max-width: 458px;
        right: 13px;
        top: 70px;
    }
    
    .gallery {
        padding-bottom: 84px;
      
    }

    .gallery .h__ttl__border {
        width: 176.62px;
        margin-top: 6px;
        margin-left: -65px;
    }
    
    .gallery__list__wrap {
        margin-top: 36px;
    }
    
    .gallery__list {
        display: flex;
    }
    .gallery__list li {
        border-bottom: 3px solid #eba03b;
        padding-bottom:10px;
        margin-bottom:0;
        width:46.525%
    }

    .gallery__list li:not(:nth-child(2n)){
        margin-right: 6.95%;
    }
    
    .gallery__list__items__wrap {
        display:flex;
        height:100%;
    }
    
    .gallery__list__img {
        margin-right: 3%;
        width: 26%;
        padding-top: 23.84%;
        height:0;
    }
    
    .gallery__list__info {
        display: flex;
        flex-direction: column;
        width:74%;

    }
    
    
    
    .gallery__list__info__txt {
        
        margin-top:9px;
        font-size:18px;
        margin-bottom:10px;
    }
    .gallery__list__send{
        display:none;
    }
    
    .gallery__list__send__pc {
        display:block;
        text-align:right;
        margin-top:auto;
        font-size:18px;
        margin-bottom:0;
    }
    .gallery__list__send__pc a {
       text-decoration: none;
       color: #000;
    }
}