body {
  margin: 0;
}
.swiper_title {
  text-align: center;
}
.container {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: -10px;
}
.swiper-slide {
  height: 56vw;
  min-height: 672px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
/*SP用設定*/
@media screen and (max-width:600px) {
  .container {
    width: 100%;
    height: 154vw;
    margin: 0 auto;
  }
  .swiper-slide {
    height: 154vw;
    min-height: 100px;
  }
}