.c-shop-swiper{
  height: 190px;
  & .swiper{
    height: 100%;
    & .swiper-wrapper{
      & .swiper-slide{
        width: 319px;
        height: 100%;
        aspect-ratio: 319/813;
        flex-shrink: 0;
        & a{
          display: block;
          width: 100%;
          height: 100%;
          & img{
            width: 100%;
            height: 100%;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .c-shop-swiper{
    height: 139px;
    margin: 0 !important;
    & .swiper{
      width: 100% !important;
      margin: 0;
      & .swiper-wrapper{
        & .swiper-slide{
          width: 250px;
        }
      }
    }
  }
}



/* 2枚以下の時 */
.noneswiper{
  height: 100%;
  & .swiper-wrapper{
    gap: 20px;
    justify-content: center;
    & .swiper-slide{
      width: 319px;
      height: 100%;
      aspect-ratio: 319/813;
      & a{
        display: block;
        width: 100%;
        height: 100%;
        & img{
          width: 100%;
          height: 100%;
        }
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .noneswiper{
    & .swiper-wrapper{
      & .swiper-slide{
        height: 130%;
      }
    }
  }
}
