@charset "UTF-8";
.adlp-footer {
  background-color: #EEE;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  color: var(--mono-333, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 180%;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(54 / 1080 * 100vw), 54px) auto 0;
  color: var(--mono-666, #666);
  text-align: center;
  font-family: "Noto Sans";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(72 / 750 * 100vw) auto 0;
  }
}

.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  margin-bottom: min(calc(70 / 1080 * 100vw), 70px);
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 max(calc(0 / 1080 * 100vw), 0px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(35 / 1080 * 100vw), 35px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(25 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='35' viewBox='0 0 20 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11331_5722)'%3E%3Cg clip-path='url(%23clip1_11331_5722)'%3E%3Cpath d='M0.5 17.5L17.3886 34.5L19.4997 32.375L4.72231 17.5002L19.5 2.625L17.3889 0.5L0.5 17.5Z' fill='%2320A5A2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11331_5722'%3E%3Crect width='20' height='35' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_11331_5722'%3E%3Crect x='-5.5' y='0.5' width='31' height='34' rx='15.5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  left: 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: calc(15 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='35' viewBox='0 0 20 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11331_5725)'%3E%3Cg clip-path='url(%23clip1_11331_5725)'%3E%3Cpath d='M19.5 17.5L2.61142 34.5L0.500347 32.375L15.2777 17.5002L0.5 2.625L2.61107 0.5L19.5 17.5Z' fill='%2320A5A2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11331_5725'%3E%3Crect width='20' height='35' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_11331_5725'%3E%3Crect x='-5.5' y='0.5' width='31' height='34' rx='15.5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  right: 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: calc(15 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(6 / 1080 * 100vw), 6px);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    height: calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #8F8F8F;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
