.top {}


.header {
    display: block;
    margin-bottom: 56.91px;
}

.mv {
    padding-top: 111%;
    position: relative;
}
.mv__img{
    position: absolute;
}

.mv__img:nth-child(1){
    top: 20% ;
    width: 29.7%;
    left: 34%;
    z-index:10;
}
.mv__img:nth-child(2){
    top: 20%;
    right: 8%;
    width: 18.5%;
    z-index:10;
}
.mv__img:nth-child(3){
    top: 30%;
    right: 2%;
    width: 19.5%;
    z-index: 10;
    
}
.mv__img:nth-child(4){
    top: 48%;
    right: 0;
    width: 30%;
    z-index: 10;
    
}
.mv__img:nth-child(5){
    bottom:0;
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;

    z-index: 10;
    width:90%;
    
}
.mv__img:nth-child(6){
    top: 2.5%;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 45.4%;
    
}

.mv__img:nth-child(7){
    top:0;
    left:0;
}
.mv__img:nth-child(8){
    top: -0%;
    right: 2%;
    width: 56%;
}

.mv__img:nth-child(9){
    top: 19%;
    right: 26%;
    width: 13.7%;
    z-index: 10;
} 

.mv__img {
    opacity : 0;
    transition : opacity 1s;
  }
    
  .mv__img.active{
    opacity : 1;
  }

.bg {
    background-image: url("../img/top/bg-sp.png");
    background-repeat: no-repeat;
    margin-top:-30%;
    position: relative;
    /* z-index: 1000000000; */
    background-size: contain;

}

.news {
    padding-top: 35%;
    margin: 0 20px;
}

.news__list {
    margin-top:18px;
    margin-bottom:40px;
}

.news__list li{
    border-bottom: 1px solid;
    padding-bottom:13px;
    
}

.news__list li:not(:last-child){
    margin-bottom: 14px;
}

time {}

.news__txt {
    line-height: 1.25;
    margin-top:9px;
    
}

.list__send__btn {
    text-align: right;
    position:relative;
    
   
}
.list__send__btn a{
    text-decoration: none;
    color: #000;
    margin-right: 20px;;
}

.list__send__btn__arrow {
    width:106px;
    margin-top: -8px;
    margin-left: -5px;
    position:absolute;
    right: 0;
}

.new-work {
    margin: 35px 20px;
}

.new-work__list {
    margin-top: 21px;
    display:flex;
    flex-wrap: wrap;
}

.new-work__list li a{
    text-decoration: none;
    color: #000;
}
.new-work__list li{
    width:47.5%;
    line-height: 1.25;
    margin-bottom: 19px;
}
.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;
}

.work-list__wrap {
    margin:0 20px;
}

.work-list {
    margin-top: 26px;
}

.work-list__info__wrap {}

.work-list__btn__wrap {
    background-color: #000;
    height:67px;
   
    font-size:22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.work-list__btn {
    border: 1px #eba03b solid;
    width:95%;
    height:75%;
    display:flex;
    align-items: center;
    justify-content: center;
}


.work-list__btn__wrap a{
    text-decoration: none;
    color: #fff;
    width: 100%;
    /* padding:10px; */
    display: inline-block;
    height:100%;
    display:flex;
    align-items: center;
    justify-content:center;
    width:100%;
}

.work-list__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom:10px;
}

.work-list__list li{
width:47.8%;
margin-bottom: 4.4%;
padding-top: 47.92%;
position: relative;
overflow: hidden;
}

/* .work-list__list li 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%);
}
 */

 /* .work-list__list__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%);
 } */

 .work-list__list__img{
    position: absolute;
    top:0;
 }
.work-list__list li:not(:nth-child(2n)){
    margin-right: 4.4%;;
}

.shopping-guide {
    background-color: #fff;
    padding: 22px 20px;
}

.shopping-guide h3{
    font-size: 18px;
    font-weight: normal;
    font-feature-settings: "palt";
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.shopping-guide__list {
    margin-top: 20px;
}

.shopping-guide__list li{
    margin-top:16px;
}

.shopping-guide__list__dt {
    font-size: 18px;
    margin-bottom: 7px;
}

.shopping-guide__list__info {
    line-height: 1.5;
    margin-left: 1rem;
}

.shopping-guide__list__info span a{
    color: #0000ff;
    text-decoration: none;
}
.shopping-guide__list__info span{
    border-bottom: 1px solid #0000ff;

}

@media screen and (min-width: 768px){

    html .header__sp__wrap .top__header__sp.header__sp {
       /*  padding: 0 7.7%; */
        background-color: transparent ;
        width: 100%;
       /*  border-bottom: #eba03b 5.8px solid; */
    }

    html .header__sp__wrap .header__top__bg{
        background-color: #fff !important;
    }
    

    .mv {
        padding-top: 63.9%;
        position: relative;
        overflow: hidden;
    }
    .mv__img:nth-child(1) {
        top: 22%;
        right: auto;
        width: 17.89%;
        z-index: 10;
        left: 31%;
    }
    .mv__img:nth-child(2){
        top: 38%;
        right: -1%;
        width: 11.9%;
        z-index: 10;
    }
    .mv__img:nth-child(3){
        top: 35%;
        right: 29%;
        width: 11.9%;
        z-index: 10;
        
    }
    .mv__img:nth-child(4){
        top: 37%;
    right: 62px;
    width: 25.48%;
    z-index: 10;
        
    }
    .mv__img:nth-child(5){
        bottom: 7%;
    position: absolute;
    left: auto;
    right: 16%;
    /* margin: auto; */
    z-index: 10;
    width: 47.3%;
        
    }
    .mv__img:nth-child(6){
        top: 14%;
    position: absolute;
    left: 5.8%;
    z-index: 10;
    width: 32.7%;
        
    }
    
    .mv__img:nth-child(7){
        top:0;
        left:0;
        width: 62.5%;
    }
    .mv__img:nth-child(8){
        top: 13%;
        right: 2%;
        width: 34.6%;
    }
    
    .mv__img:nth-child(9){
        top: 16%;
        right: 43%;
        width: 7.05%;
        z-index: 10;
    } 

    .bg {
        background-image: url("../img/top/bg-pc.png");
        margin-top:-14%;
        
    
    }

    @media screen and (max-width: 1000px){
        .mv__img:nth-child(1) {
            top: 27%;
            right: auto;
            width: 17.89%;
            z-index: 10;
            left: 31%;
        }
        .mv__img:nth-child(2){
            top: 43%;
            right: -1%;
            width: 11.9%;
            z-index: 10;
        }
        .mv__img:nth-child(3){
            top: 40%;
            right: 29%;
            width: 11.9%;
            z-index: 10;
            
        }
        .mv__img:nth-child(4){
            top: 42%;
        right: 62px;
        width: 25.48%;
        z-index: 10;
            
        }
        .mv__img:nth-child(5){
            bottom: 2%;
        position: absolute;
        left: auto;
        right: 16%;
        /* margin: auto; */
        z-index: 10;
        width: 47.3%;
            
        }
        .mv__img:nth-child(6){
            top: 19%;
        position: absolute;
        left: 5.8%;
        z-index: 10;
        width: 32.7%;
            
        }
        
        .mv__img:nth-child(7){
            top:5%;
            left:0;
            width: 62.5%;
        }
        .mv__img:nth-child(8){
            top: 18%;
            right: 2%;
            width: 34.6%;
        }
        
        .mv__img:nth-child(9){
            top: 21%;
            right: 43%;
            width: 7.05%;
            z-index: 10;
        } 

        .bg {
            margin-top: -9%;
    }}
    



    .news .h__ttl__border {
        width: 148.7px;
        
        margin-top: 6px;
        
        margin-left: -69px
    }
    .new-work .h__ttl__border {
        width: 184.28px;
        
        margin-top: 6px;
        margin-left: -61px;;
        
    }
    .work-list__wrap .h__ttl__border {
        width: 184.28px;
        
        margin-top: 6px;
        margin-left: -61px;;
        
    }

   .news {
        margin: 0 auto;
        max-width: 1040px;
        padding:0 20px;
        padding-top: 13%;
    }

    .news__list {
        margin-top: 37px;
        margin-bottom: 25px;
    }

    .news__list li:not(:last-child) {
        margin-bottom: 32px;
    }
    .news__list li {
        padding-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .news__txt {
        line-height: 1.25;
        margin-top: 0;
        margin-left:3.2%;
    }

    .list__send__btn a {
        
        margin-right: 20px;
        font-size:18px;
    }

    .list__send__btn__arrow {
        width: 116px;
        margin-top: -8px;
        margin-left: -5px;
        position: absolute;
        right: 0;
    }
    
    .new-work {
        margin: 40px auto 45px;
        max-width:1040px;
        padding:0 20px;
    }

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

    }

    .new-work__list li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .new-work__list li:not(:nth-child(3n)) {
        margin-right: 5%;
    }
    .new-work__list li {
        width: 47.5%;
        line-height: 1.25;
        margin-bottom: 0;
       
        
    }

    .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;
    }

    .work-list {
        margin-top: 42px;
    }

    .work-list__wrap {
        margin: 0 auto;
        max-width:1040px;
        padding: 0 20px;
    }

    .work-list__info__wrap {
        display: flex;
        align-items:stretch;
    }

    .work-list__btn__wrap {
        background-color: #000;
        height: auto;
        font-size: min(2.3vw,24px);
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        text-align: center;
        width: 25.9%;
        margin-right: 1.4%;
        margin-bottom: 1.4%;
        line-height: 1.25;

        transition: all 300ms 0s ease;
    }

    .work-list__btn__wrap:hover{
        transform: scale(1.05);
    }

    .work-list__btn__wrap:hover a{
        color: #eba03b;
    }

    .work-list__list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .work-list__list li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .work-list__list li:not(:nth-child(4n)) {
        margin-right: 1.8%;
    }
    .work-list__list li {
        width: 23.65%;
        margin-bottom: 1.8%;
        padding-top: 23.65%;
    }

    .work-list__list li:hover .work-list__list__img{
       /*  transform: scale(1.1); */
    }
    .work-list__list__img{
        /* transition: all 300ms 0s ease; */
    }

    .work-list__btn{
        height: 90%;
        width: 90%;
    }

    .work-list__btn span{
        display: none;
    }

    .work-list li:nth-child(1) .work-list__btn {
        border: 1px #eba03b solid;
        width: 90%;
        height: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .work-list__btn__wrap__sp{
        display:none;

    }

    .work-list__btn__wrap__pc{
        margin-right: 1.4%;
        margin-bottom: 1.4%;
    }

    .work-list__btn__img{
        height: 100%;
    }
    .work-list__btn__img img{
        height: 100%;
    }

    .shopping-guide {
        background-color: transparent;
        padding: 100px 20px;
        margin:0 auto;
        max-width: 1040px;
    }

    .shopping-guide h3 {
       
        padding-bottom: 19px;
    }

    .shopping-guide__list {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shopping-guide__list li {
        margin-top:0;
        margin-bottom: 45px;
    }

    .shopping-guide__list__info {
        line-height: 1.625;
    }

}