.swiper {
  margin: 16px auto 0;
}

.w-75,
.w-25 {
  max-width: 300px;
  margin: 0 auto;
}

.swiper-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #2e2517;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 46px;
  height: 54px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 2px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 8px;
}

.l-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 54px 0;
}

.l-pc__inner {
  width: auto;
  margin: auto;
  background-image: url(../img/bg-pc@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 12px 96px;
}
.l-pc .swiper {
  width: calc(100% - 4px);
}
.l-pc .swiper-content {
  width: 64px;
  height: 64px;
}
.l-pc__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.l-sp__inner {
  width: auto;
  margin: auto;
  background-image: url(../img/bg-sp@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 12px 342px;
}
.l-sp .swiper {
  width: calc(100% - 10px);
  max-width: 78vw;
}
.l-sp .swiper-content {
  width: 175px;
  height: 175px;
}

@media screen and (min-width: 768px) {
  .w-75 {
    max-width: 678px;
    margin: 0 auto;
  }
  .l-pc__inner {
    padding: 60px 28px 259px;
  }
  .l-pc .swiper {
    margin: 40px auto 0;
  }
  .l-pc .swiper-content {
    width: 140px;
    height: 140px;
  }
  .l-pc .swiper-button-next,
.l-pc .swiper-button-prev {
    width: 46px;
    height: 54px;
  }
  .l-sp__inner {
    padding: 40px 12px 340px;
  }
  .l-sp .swiper-content {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .l-swiper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-items: end;
  }
  .w-75 {
    margin: auto auto 0;
  }
  .w-25 {
    max-width: 200px;
    margin: auto auto 0;
  }
  .l-sp__inner {
    padding: 40px 12px 197px;
  }
  .l-sp .swiper-content {
    width: 120px;
    height: 120px;
  }
  .l-sp .swiper-button-next,
.l-sp .swiper-button-prev {
    width: 16px;
    height: 16px;
  }
}/*# sourceMappingURL=common.css.map */