@charset "UTF-8";



/**
*
* Swiper
*
*/
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-next:after{
    padding: 30vw 0;
}
.swiper-button-prev:after{
    padding: 30vw 0;
}