@charset "utf-8";

/*
***********************************************************
SP
***********************************************************
*/

@media screen and (max-width: 768px) {
  /*ここからSwiper*/
  .shijocp202412 .swiper-container {
    position: relative;
    overflow: hidden; /*2024.12.01*/
  }
  .shijocp202412 .swiper-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .shijocp202412 .swiper-slide {
    /*スライド要素の幅と高さを調整*/
    width: 100%;
    height: 100%;
    padding: 0 5%;
  }

  .shijocp202412 .swiper-slide h3 {
    width: 100%;
    font-size: 0;
    text-decoration: none;
    margin: 0;
    padding: 0 2.5%;
  }

  .shijocp202412 .swiper-slide img {
    width: 100%;
    height: auto;
  }

  /*スライドの矢印*/
  .shijocp202412 .swiper-button-prev::after,
  .shijocp202412 .swiper-button-next::after {
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    margin: auto;
  }

  /*2024.11.29*/
  /* 前への矢印 */
  /* 次への矢印 */
  .shijocp202412 .swiper-button-prev::after,
  .shijocp202412 .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
  }

  .shijocp202412 .swiper-button-prev {
    padding: 0 5% 0 0;
  }
  .shijocp202412 .swiper-button-next {
    padding: 0 0 0 5%;
  }

  /*2024.11.29*/
  .shijocp202412 .swiper-button-prev,
  .shijocp202412 .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }

  /*画像を使う方法*/
  .shijocp202412 .swiper-button-prev::after {
    background-image: url(/campaign/shijocp202412/assets/img/img_slick-arrow.webp?date=202412);
    background-size: contain;
    transform: rotate(180deg);
  }
  .shijocp202412 .swiper-button-next::after {
    background-size: contain;
    background-image: url(/campaign/shijocp202412/assets/img/img_slick-arrow.webp?date=202412);
  }
}

/*
***********************************************************
PC
***********************************************************
*/

@media print, screen and (min-width: 769px) {
  .shijocp202412 .swiper-container {
    margin-bottom: 20px;
  }
}



