/* .h__ttl{
    text-align: center;
} */

.detailed-explanation {
    
}
.detailed-explanation>h2 {
    
}

.detailed-explanation__ttl{
    text-align: center;
}

.detailed-explanation__ttl__border {
    height:4.9px;
    width:173.27px;
    background-color: #eba03b;
    margin: 14px auto 0;
}

.genre__btn {
    margin-top:19px;
}

.genre__btn__list {
    display: flex;
    flex-wrap: wrap;
}
.genre__btn__list li {
    width:47.6%;
    background-color: #d6d6d6;
    
    text-align: center;
    margin-bottom: 14px;
    border-radius: 10px;
}
.genre__btn__list li.active{
    background-color: #eba03b;
   
}
.genre__btn__list li.active a{
    background-color: #eba03b;
    color: #333333;
    padding:15px 4px;
    display: inline-block;
}

.genre__btn__list li:not(:nth-child(2n)){
    margin-right: 4.2%;
}
.genre__btn__list li a{
    text-decoration: none;
    color: #898989;
    padding:15px 4px;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

/* 下層共通 */



/*  */

.new-work {
    margin-top: 16px;
    margin-bottom:5px;
}

.new-work__list {
    margin-top: 21px;
    display:flex;
    flex-wrap: wrap;
}
.new-work__list li{
    width:47.5%;
    line-height: 1.25;
    margin-bottom: 19px;
}

.new-work__list li a{
    text-decoration: none;
    color: #000;
}
.new-work__list li:not(:nth-child(2n)){
    margin-right: 5%;
}
.new-work__list__img {
    padding-top: 95%;
    position: relative;
    overflow: hidden;
}
.new-work__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%);
}

.new-work__list__txt {
    
    margin-top: 7px;
}

.new-work__list__size {}

.new-work__list__price {
    font-size: 13px;
}









@media screen and (min-width: 768px){
    .detailed-explanation {
       
    }
    .detailed-explanation>h2 {
        text-align: center;
        font-size:35px
    }
    
    .detailed-explanation__ttl__border {
        width:173.27px;
        margin: 25px auto 0;
    }
    
    .genre__btn {
        margin-top:45px;
    }
    
    .genre__btn__list {
        display: flex;
        flex-wrap: wrap;
        font-size:min(1.7vw,18px);
    }
    .genre__btn__list li {
        width:23.5%;
        margin-bottom: 58px;
    }
    
    .genre__btn__list li:not(:nth-child(2n)){
        margin-right:0;
    }
    .genre__btn__list li:not(:nth-child(4n)){
        margin-right:2%;
    }
   
     /* 下層共通 */
     .header{
       /*  margin-bottom:88.02px; */
    }

   /*  */

    .new-work .h__ttl__border {
        width: 184.28px;
        
        margin-top: 6px;
        margin-left: -61px;;
        
    }
.new-work {
    margin: 0 auto 45px;
    max-width:1040px;
    
}

.new-work__list {
    margin:0 auto;
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:32px;

}

.new-work__list li:not(:nth-child(2n)) {
    margin-right: 0;
}
.new-work__list li:not(:nth-child(4n)) {
    margin-right: 4%;
}
.new-work__list li {
    width: 22%;
    line-height: 1.25;
    margin-bottom: 40px;
}

.new-work__list__img__wrap{
    overflow: hidden;
}

.new-work__list__img__wrap:hover .new-work__list__img{
    transform: scale(1.1);
    
}

.new-work__list__img{
    transition: all 300ms 0s ease;
}

}