/* スライドの幅と高さ */
.swiper-container {
  width: 100vw;
  /* width: 350px; */
  /* height: 100vh; */
  /* height: 200px; */
}

.swiper-wrapper{
  margin-left: auto;
  margin-right: auto;
  background-color:red;
}

.swiper-wrapper img{
  width: 100%;
}



/* 矢印の色、初期状態では青色になる */
.swiper-button-prev, .swiper-button-next {
  color: white;
}


/* サンプルの文字の色などの調整 */
/* .swiper-slide {
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 200px;
} */

/* .slide1 {
  background: red;
}
.slide2 {
  background: green;
}
.slide3 {
  background: blue;
}
.slide4 {
  background: lightcoral;
}
.slide5 {
  background: lightgreen;
}
.slide6 {
  background: lightskyblue;
} */