/* ========================================
3D Coverflow Effect
========================================== */


    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 275px;
      height: 388.5px;
    }

/* 以下スマホ */
@media (max-width: 800px) {
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 220px;
      height: 310.8px;
    }


}