.adlp-footer {
    padding: min(3.7037037037vw, 40px) 0 min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
    .adlp-footer {
        padding: 5.3333333333vw 0;
    }
}
.adlp-footer__menu {
    text-align: center;
}
.adlp-footer__menu__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
    .adlp-footer__menu__wrapper {
        flex-direction: column;
        width: 100%;
        gap: 5.3333333333vw;
    }
}
.adlp-footer__text {
    margin: min(3.7037037037vw, 40px) auto 0;
    font-size: min(1.1111111111vw, 12px);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .adlp-footer__text {
        font-size: 2.6666666667vw;
        margin: 5.3333333333vw auto 0;
    }
}

.adlp-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.adlp-swiper.--hide {
    overflow: hidden;
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
    display: inline-block;
    width: min(4.2592592593vw, 46px);
    height: min(4.2592592593vw, 46px);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    top: 55%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .adlp-swiper .swiper-button-next,
    .adlp-swiper .swiper-button-prev {
        width: 8vw;
        height: 8vw;
    }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
    display: none;
}
.adlp-swiper .swiper-button-prev {
    background-image: url("../img/common/sec09-left-arrow.svg");
    left: min(2.1296296296vw, 23px);
}
@media screen and (max-width: 767px) {
    .adlp-swiper .swiper-button-prev {
        left: 3.3333333333vw;
    }
}
.adlp-swiper .swiper-button-next {
    background-image: url("../img/common/sec09-right-arrow.svg");
    position: absolute;
    right: min(2.1296296296vw, 23px);
}
@media screen and (max-width: 767px) {
    .adlp-swiper .swiper-button-next {
        right: 3.3333333333vw;
    }
}

.swiper03 .swiper-button-next,
.swiper03 .swiper-button-prev {
    top: 65%;
}

.swiper04 .swiper-button-next,
.swiper04 .swiper-button-prev,
.swiper05 .swiper-button-next,
.swiper05 .swiper-button-prev,
.swiper06 .swiper-button-next,
.swiper06 .swiper-button-prev {
    top: 60%;
}
.swiper04 .swiper-button-prev,
.swiper05 .swiper-button-prev,
.swiper06 .swiper-button-prev {
    left: 0;
}
.swiper04 .swiper-button-next,
.swiper05 .swiper-button-next,
.swiper06 .swiper-button-next {
    right: 0;
}

.adlp-tab__head {
    border-top-left-radius: min(0.7407407407vw, 8px);
    border-top-right-radius: min(0.7407407407vw, 8px);
    border: 1px solid #fff;
    transition: background 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: min(23.6111111111vw, 255px);
    height: min(8.9814814815vw, 97px);
    picture {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .adlp-tab__head {
        width: 29.8666666667vw;
        height: 22.6666666667vw;
        border-top-left-radius: 1.3333333333vw;
        border-top-right-radius: 1.3333333333vw;
    }
}
.adlp-tab__head__wrapper {
    display: flex;
    align-items: flex-end;
    gap: min(0.6481481481vw, 7px);
}
@media screen and (max-width: 767px) {
    .adlp-tab__head__wrapper {
        justify-content: space-between;
    }
}
.adlp-tab__head .sec04__tab-img {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: min(5.8333333333vw, 63px);
    width: min(12.1296296296vw, 131px);
}
.adlp-tab__head {
    picture:first-of-type {
        display: block;
    }
    picture:last-of-type {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .adlp-tab__head .sec04__tab-img {
        height: 15.6vw;
        width: 16.5333333333vw;
    }
}
.--active {
    picture:first-of-type {
        display: none !important;
    }
    picture:last-of-type {
        display: block !important;
    }
}

.adlp-tab__head .sec04__tab-img--active {
    opacity: 0;
    visibility: hidden;
}
.adlp-tab__head .sec04__tab-img--02 {
    height: min(5.8333333333vw, 63px);
    width: min(14.3518518519vw, 155px);
}
@media screen and (max-width: 767px) {
    .adlp-tab__head .sec04__tab-img--02 {
        height: 15.6vw;
        width: 23.7333333333vw;
    }
}
.adlp-tab__head .sec04__tab-img--03 {
    height: min(5.8333333333vw, 63px);
    width: min(14.0740740741vw, 152px);
}
@media screen and (max-width: 767px) {
    .adlp-tab__head .sec04__tab-img--03 {
        height: 15.6vw;
        width: 19.7333333333vw;
    }
}
.adlp-tab__head.--active {
    background-color: #fff;
}
.adlp-tab__head.--active .sec04__tab-img {
    opacity: 0;
    visibility: hidden;
}
.adlp-tab__head.--active .sec04__tab-img--active {
    opacity: 1;
    visibility: visible;
}
.adlp-tab__content {
    display: none;
    position: relative;
}
.adlp-tab__content.--active {
    display: block;
}
/*# sourceMappingURL=lp.css.map */
