@charset "UTF-8";
.card-common {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common .swiper-button-prev::after {
    background-image: url("../../img/parts/arrow-btn.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next::after {
    background-image: url("../../img/parts/arrow-btn.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
    @media (min-width: 1024px) {
      .card-common .swiper-button-prev,
      .card-common .swiper-button-next {
        height: 50px;
        width: 50px; } }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35); }
    @media (min-width: 1250px) {
      .card-common .swiper-button-prev::after,
      .card-common .swiper-button-next::after {
        height: 50px;
        width: 50px; } }
