.swippper1 {
width: 100%;
max-width: 75%;
margin: auto;
overflow: hidden;
}
.swiper-slide img {
width: 100%;
}
.pagn {
position: static;
margin-bottom: 5%;
text-align: center;
}
.pagn span {
}
:root {
    --swiper-theme-color: #bfbfbf !important;
}

/*ここからレスポンシブ指定*/
/*アイパッド*/
@media screen and (max-width: 1024px) {

}

/*アイホン678＋*/
@media screen and (max-width: 767px) {

.swippper1 {
width: 100%;
max-width: 100%;
margin: auto;
overflow: hidden;
}

}