.main-visual .swiper-container{
    padding-bottom:30px;
}
.slick-dots{
    top: calc(100% + 16px);
}

.slide-items {
        width: 100%;
        height: 100%;
    }

    .slide-items img {
        max-width: 100%;
         display: block;
        /* object-fit: cover; 
         max-height: 600px;
  min-height: 450px;*/
    }

@media screen and (max-width:768px) {





    .review-text-wrap {
        width: 50%;
    }

    .new-item-swiper-box .item-list-image {
        width: 100%;
    }

    .section .new-item-swiper-box {
        width: 91%;
    }

    .new-item-swiper-container {
        margin-bottom: 15px;
    }
}


.swiper-container .bx-wrapper {
    border: none;
}

.swiper-container .bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: static !important;
}

.new-item-swiper-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    /*
    margin-right:-25px;
    */
}

.swiper-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.new-item-swiper-wrap {}

.new-item-swiper-box {
    display: inline-block;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 44%;
}

.new-item-yaji {
    top: 32%;
}

.bx-wrapper .bx-pager {
    padding-top: 0;
    margin-bottom: 20px;
}

#slider_pc li {
    margin-left: 0px;
    margin-right: 50px;
}

@media screen and (min-width: 1400px) {
    .bx-wrapper {
        overflow: hidden;
    }

    .bx-viewport {
        overflow: visible !important;
        width: 1400px !important;
        /* スライド画像の横幅 */
        margin: 0 auto;
    }

    #wrap .bx-prev {
        left: 50% !important;
        margin-left: -738px;
        /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2）8 */
    }

    #wrap .bx-next {
        right: 50% !important;
        margin-right: -738px;
        /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */
    }


}

@media screen and (min-width:768px) and (max-width:1400px) {
    #slider_pc li {
        margin-left: 0px;
        margin-right: 10px;
    }

    .bx-viewport {
        overflow: visible !important;
        width: 80% !important;
        /* スライド画像の横幅 */
        margin: 0 auto;
    }

    #wrap .bx-prev {
        left: 50% !important;
        margin-left: -10%;
        /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2）8 */
    }

    #wrap .bx-next {
        right: 50% !important;
        margin-right: -10%;
        /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */
    }
}

