.swiper--wrapper {
  /* wrapper�̃T�C�Y�𒲐� */
  width: 100%;
  /*height: 680px;*/

}

.swiper-slide {
  /* �X���C�h�̃T�C�Y�𒲐��A���g�̃e�L�X�g�z�u�����A�w�i�F */
  color: #ffffff;
  width: 100%;
  height: 100vh;
  text-align: center;
  /*line-height: 680px;*/
  text-align: center;
}
@media screen and (max-width:767px) {
  .swiper-slide {
    height: 300px;
    margin-top:80px;
  }
}
.swiper-slide:nth-child(3n + 1) {
  /*1�A4�A7�A3n+1���ڂ̔w�i�F */
background: url("../img/top/main.jpg") no-repeat right top;
background-size:cover;
}

.swiper-slide:nth-child(3n + 2) {
  /*2�A5�A8�A3n+2���ڂ̔w�i�F */
background: url("../img/top/main2.jpg") no-repeat center top;
background-size:cover;
}

.swiper-slide:nth-child(3n + 3) {
  /*3�A6�A9�A3n+3���ڂ̔w�i�F */
background: url("../img/top/main3.jpg") no-repeat center top;
background-size:cover;
}