@charset "utf-8";
img{
    width: 100%;
    height: auto;
}
/* .sp_on{
    display: none;
} */
.products_wrapper{
    width: 85vw;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 20px;
}
.swiper{width: 100vw;position: relative;overflow: unset;height: 74vw;max-height: 490px;}

.swiper-wrapper{
transition-timing-function: linear;
}

.swiper-slide {display: flex;align-items: center;justify-content: center;/* background-color: #ddd; */}
.swiper-slide a{
    height: 100%;
    width: auto;
}

.swiper-slide img{
display: block;
width: auto;
height: 100%;
}
.mark01 img{
    width: 100%!important;
    height: auto!important;
}

/*↓↓↓プログレスバー用のスタイル↓↓↓*/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
transition-timing-function: linear;
background-color: #333;
}

.swiper-pagination-progressbar{
position: relative;
}




.item_box02{
    max-width: 1460px;
    margin: 1vw auto 0;
    /* background: #ddd; */
}
.flex01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item_box02 li{
    max-width: 130px;
    position: relative;
}

/* @media screen and (max-width: 900px) {
.sp_on{
    display: block;
}
.pc_on{
    display: none;
}
} */