@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.adlp-footer__menu {
  text-align: center;
}
.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);
  }
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(450 / 1080 * 100vw), 450px);
  max-width: 450px;
  position: relative;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
    padding: calc(20 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #4b4b4b;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(15 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn__wrapper {
  width: min(calc(286 / 1080 * 100vw), 286px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__wrapper {
    width: calc(440 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@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 min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  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(30 / 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='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.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(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.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);
  }
}

.adlp-wrapper {
  min-width: auto;
  width: 100%;
  max-width: 450px;
  container-type: inline-size;
  overflow: hidden;
}
.adlp-wrapper .cv01_btn {
  position: absolute;
  width: min(calc(500 / 1080 * 100vw), 500px);
  top: min(calc(180 / 1080 * 100vw), 180px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .cv01_btn {
    width: calc(630 / 750 * 100vw);
    top: calc(180 / 750 * 100vw);
  }
}
.adlp-wrapper .sec02 {
  position: relative;
}
.adlp-wrapper .adlp-swiper {
  padding-bottom: 0;
  margin-left: calc(60 / 750 * 100cqw);
}
.adlp-wrapper .adlp-swiper .swiper-wrapper {
  z-index: 1;
}
.adlp-wrapper .adlp-swiper .swiper-slide {
  padding: var(--swiper-slide-padding, 0 calc(20 / 750 * 100cqw));
}
.adlp-wrapper .adlp-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: fit-content;
  margin: 0 auto 0 calc(-60 / 750 * 100cqw);
}
.adlp-wrapper .adlp-swiper .swiper-pagination-bullet {
  width: calc(40 / 750 * 100cqw);
  height: auto;
  aspect-ratio: 40/4;
  border-radius: 0;
  background: var(--swiper-pagination-color, #666);
  margin: 0;
  opacity: 1;
}
.adlp-wrapper .adlp-swiper .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-active-color, #33e5cd);
}
.adlp-wrapper .adlp-swiper .swiper-buttons {
  position: absolute;
  z-index: 2;
  width: calc(490 / 750 * 100cqw);
  height: auto;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  margin-left: calc(-60 / 750 * 100cqw);
  display: flex;
  justify-content: space-between;
}
.adlp-wrapper .adlp-swiper .swiper-button-next,
.adlp-wrapper .adlp-swiper .swiper-button-prev {
  width: calc(88 / 750 * 100cqw);
  height: auto;
  aspect-ratio: 1/1;
  background: none;
  position: relative;
  top: auto;
  margin-top: 0;
  color: var(--swiper-button-color, #33e5cd);
}
.adlp-wrapper .adlp-swiper .swiper-button-next::after,
.adlp-wrapper .adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-wrapper .adlp-swiper .swiper-button-next .swiper-arrow-icon,
.adlp-wrapper .adlp-swiper .swiper-button-prev .swiper-arrow-icon {
  width: 100%;
  height: 100%;
}
.adlp-wrapper .adlp-swiper .swiper-button-next {
  transform: scaleX(-1);
}
.adlp-wrapper .swiper01 {
  position: absolute;
  width: 100%;
  bottom: calc(418 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: calc(104 / 750 * 100cqw);
  --swiper-slide-padding: 0 calc(40 / 750 * 100cqw) 0 0;
}
.adlp-wrapper .sec06-swiper {
  --swiper-button-color: #003c66;
  --swiper-pagination-color: #fff;
  --swiper-pagination-active-color: #003c66;
  --swiper-slide-padding: 0 calc(40 / 750 * 100cqw) 0 0;
}
.adlp-wrapper .sec07-swiper {
  --swiper-button-color: #33e5cd;
  --swiper-pagination-color: #666;
  --swiper-pagination-active-color: #33e5cd;
  --swiper-slide-padding: 0 calc(40 / 750 * 100cqw) 0 0;
}
.adlp-wrapper .sec09-swiper {
  --swiper-button-color: #003c66;
  --swiper-pagination-color: #fff;
  --swiper-pagination-active-color: #003c66;
  --swiper-slide-padding: 0 calc(40 / 750 * 100cqw) 0 0;
}
.adlp-wrapper .video-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
}
.adlp-wrapper .video-slide.--playing .video-slide__thumbnail,
.adlp-wrapper .video-slide.--playing .video-slide__play {
  opacity: 0;
  pointer-events: none;
}
.adlp-wrapper .video-slide.--playing .video-slide__player {
  opacity: 1;
}
.adlp-wrapper .video-slide__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s;
}
.adlp-wrapper .video-slide__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adlp-wrapper .video-slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.3s, transform 0.3s;
}
.adlp-wrapper .video-slide__play .video-play-icon {
  width: calc(80 / 750 * 100cqw);
  height: calc(80 / 750 * 100cqw);
}
.adlp-wrapper .video-slide__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.adlp-wrapper .video-slide__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.adlp-wrapper .video-slide__player iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.adlp-wrapper .secXX .adlp-accordion__wrapper {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .secXX .adlp-accordion__wrapper {
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-wrapper .secXX .adlp-slider__wrapper {
  position: absolute;
  width: min(calc(500 / 1080 * 100vw), 500px);
  top: min(calc(150 / 1080 * 100vw), 150px);
  left: 50%;
  transform: translateX(-50%);
  background: pink;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .secXX .adlp-slider__wrapper {
    width: calc(350 / 750 * 100vw);
    top: calc(25 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-footer {
  padding: 0;
}
.adlp-wrapper .adlp-footer__menu__wrapper {
  position: absolute;
  top: min(calc(150 / 1080 * 100vw), 150px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-footer__menu__wrapper {
    top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-footer__menu:nth-child(1) {
    width: calc(280 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-footer__menu:nth-child(2) {
    width: calc(240 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-footer__menu:nth-child(3) {
    width: calc(100 / 750 * 100vw);
  }
}
.adlp-wrapper .fv,
.adlp-wrapper .sec01,
.adlp-wrapper .sec08,
.adlp-wrapper .sec11,
.adlp-wrapper .--cv01,
.adlp-wrapper .--cv02,
.adlp-wrapper .--cv03 {
  margin-bottom: -1px;
}
.adlp-wrapper .fv .adlp-btns {
  position: absolute;
  left: 50%;
  bottom: calc(60 / 750 * 100cqw);
  transform: translate(-50%, 0);
  width: calc(566 / 750 * 100cqw);
  display: flex;
  flex-direction: column;
  gap: calc(14 / 750 * 100cqw);
}
.adlp-wrapper .--cv01 {
  position: relative;
}
.adlp-wrapper .--cv01 .adlp-btns {
  position: absolute;
  left: 50%;
  bottom: calc(110 / 750 * 100cqw);
  transform: translate(-50%, 0);
  width: calc(566 / 750 * 100cqw);
  display: flex;
  flex-direction: column;
  gap: calc(14 / 750 * 100cqw);
}
.adlp-wrapper .--cv02,
.adlp-wrapper .--cv03 {
  position: relative;
}
.adlp-wrapper .--cv02 .adlp-btns,
.adlp-wrapper .--cv03 .adlp-btns {
  position: absolute;
  left: 50%;
  bottom: calc(50 / 750 * 100cqw);
  transform: translate(-50%, 0);
  width: calc(566 / 750 * 100cqw);
  display: flex;
  flex-direction: column;
  gap: calc(14 / 750 * 100cqw);
}
.adlp-wrapper .--cv03 .adlp-btns {
  bottom: calc(70 / 750 * 100cqw);
}
.adlp-wrapper .sec06 {
  position: relative;
}
.adlp-wrapper .sec06 .sec06-swiper {
  position: absolute;
  width: 100%;
  bottom: calc(120 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: calc(112 / 750 * 100cqw);
}
.adlp-wrapper .sec07 {
  background: #fff;
  position: relative;
}
.adlp-wrapper .sec07__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.adlp-wrapper .sec07 .relative,
.adlp-wrapper .sec07 .sec07__01 {
  position: relative;
  z-index: 2;
}
.adlp-wrapper .sec07 .scroll-content-wrapper {
  position: absolute;
  bottom: calc(1206 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
}
.adlp-wrapper .sec07 .scroll-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-left: calc(60 / 750 * 100cqw);
  padding-bottom: calc(30 / 750 * 100cqw);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.adlp-wrapper .sec07 .scroll-content::-webkit-scrollbar {
  display: none;
}
.adlp-wrapper .sec07 .scroll-content__inner {
  width: calc(1794 / 750 * 100cqw);
  padding-right: calc(30 / 750 * 100cqw);
  margin: 0 auto;
}
.adlp-wrapper .sec07 .scroll-content__scrollbar {
  position: relative;
  margin: calc(10 / 750 * 100cqw) calc(60 / 750 * 100cqw) 0;
  height: calc(8 / 750 * 100cqw);
  background: rgba(255, 255, 255, 0.3);
  border-radius: calc(4 / 750 * 100cqw);
}
.adlp-wrapper .sec07 .scroll-content__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: calc(4 / 750 * 100cqw);
  cursor: pointer;
  min-width: calc(50 / 750 * 100cqw);
}
.adlp-wrapper .sec07 .sec07-swiper {
  position: absolute;
  width: 100%;
  bottom: calc(350 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: calc(112 / 750 * 100cqw);
}
.adlp-wrapper .sec07 .adlp-accordion {
  background: #eaeaeb;
  padding-bottom: calc(40 / 750 * 100cqw);
}
.adlp-wrapper .sec07 .adlp-accordion__wrapper {
  background: #eaeaeb;
  padding: 0 calc(60 / 750 * 100cqw);
}
.adlp-wrapper .sec07 .adlp-accordion__header {
  width: calc(460 / 750 * 100cqw);
  margin: 0 auto;
}
.adlp-wrapper .sec07 .adlp-accordion__body > div {
  margin-top: calc(40 / 750 * 100cqw);
}
.adlp-wrapper .sec09 {
  position: relative;
}
.adlp-wrapper .sec09 .sec09-swiper {
  position: absolute;
  width: 100%;
  bottom: calc(160 / 750 * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: calc(112 / 750 * 100cqw);
}
.adlp-wrapper .sec12 {
  background: #eaeaeb;
  padding-bottom: calc(80 / 750 * 100cqw);
}
.adlp-wrapper .sec12 .adlp-accordion {
  background: #eaeaeb;
}
.adlp-wrapper .sec12 .adlp-accordion__wrapper {
  gap: calc(40 / 750 * 100cqw);
}
.adlp-wrapper .sec12 .text-link {
  position: absolute;
  left: calc(115 / 750 * 100cqw);
  bottom: calc(40 / 750 * 100cqw);
  width: calc(400 / 750 * 100cqw);
  aspect-ratio: 400/47;
}
.adlp-wrapper .adlp-btn:hover {
  filter: brightness(130%);
}
.adlp-wrapper .adlp-btn {
  transition: filter 0.3s;
}
.adlp-wrapper .adlp-btn.-anime01:hover,
.adlp-wrapper .adlp-btn.-anime02:hover,
.adlp-wrapper .adlp-btn.-anime03:hover {
  filter: none;
}
.adlp-wrapper .adlp-btn.-anime01,
.adlp-wrapper .adlp-btn.-anime02,
.adlp-wrapper .adlp-btn.-anime03 {
  transition: none;
}
.adlp-wrapper .adlp-btn.-anime01 a,
.adlp-wrapper .adlp-btn.-anime02 a,
.adlp-wrapper .adlp-btn.-anime03 a {
  transition: transform 0.3s;
  display: block;
}
.adlp-wrapper .adlp-btn.-anime01:hover a {
  transform: scale(1.1);
}
.adlp-wrapper .adlp-btn.-anime02:hover a {
  transform: translateY(-5px);
}
.adlp-wrapper .adlp-btn.-anime03:hover a {
  animation: adlpHoverShake 0.15s linear 3;
}

@keyframes adlpHoverShake {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  75% {
    transform: skew(-1deg, -1deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}
/*# sourceMappingURL=lp.css.map */
