@charset "UTF-8";
* {
    margin: 0;
}

body {
    font-feature-settings: "palt";
}

.adlp-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
}

.adlp-wrapper .relative {
    position: relative;
}

@media all and (min-width:768px) {
    .adlp-outer {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .adlp-wrapper {
        min-width: min(calc((1920 / 1080) * 100vw), 1920px);
        max-width: 1920px;
        margin: 0 auto;
    }
}

.adlp-wrapper .header_btn {
    position: absolute;
    width: min(calc((380 / 1080) * 100vw), 380px);
    top: 0;
    left: min(calc((1120 / 1080) * 100vw), 1120px);
    display: flex;
}

.adlp-wrapper .fv_btn_1 {
    position: absolute;
    width: min(calc((520 / 1080) * 100vw), 520px);
    top: min(calc((496 / 1080) * 100vw), 496px);
    left: min(calc((467 / 1080) * 100vw), 467px);
}

.adlp-wrapper .fv_btn_2 {
    position: absolute;
    width: min(calc((450 / 1080) * 100vw), 450px);
    top: min(calc((514 / 1080) * 100vw), 514px);
    left: min(calc((1011 / 1080) * 100vw), 1011px);
}

.adlp-wrapper .cv01_btn_1 {
    position: absolute;
    width: min(calc((520 / 1080) * 100vw), 520px);
    top: min(calc((172 / 1080) * 100vw), 172px);
    left: min(calc((956 / 1080) * 100vw), 956px)
}

.adlp-wrapper .cv01_btn_2 {
    position: absolute;
    width: min(calc((450 / 1080) * 100vw), 450px);
    top: min(calc((360 / 1080) * 100vw), 360px);
    left: min(calc((991 / 1080) * 100vw), 991px);
}

.sec08 {
    background: #F6F6F6;
    padding-bottom: min(calc((30 / 1080) * 100vw), 30px);
}

.adlp-qanda {
    width: min(calc((920 / 1080) * 100vw), 920px);
    margin: 0 auto;
}

.adlp-toggle {
    margin-bottom: min(calc((30 / 1080) * 100vw), 30px);
    border-radius: min(calc((16 / 1080) * 100vw), 16px);
    background: #fff;
}

.adlp-toggle:last-child {
    margin-bottom: 0;
}

.adlp-toggle dt .adlp-acc_inner {
    width: 100%;
    display: block;
    cursor: pointer;
}

.adlp-acc_inner>span:last-of-type,
.adlp-acc_inner.active>span:first-of-type {
    display: none;
}

.adlp-acc_inner.active>span:last-of-type {
    display: inline;
}

.adlp-qanda dd {
    display: none;
    width: min(calc((840 / 1080) * 100vw), 840px);
    margin: 0 auto;
    padding-bottom: min(calc((30 / 1080) * 100vw), 30px);
}

.adlp-footer {
    padding-bottom: min(calc((84 / 1080) * 100vw), 84px);
}
.adlp-footer--def {
    padding-bottom: 0;
}

.adlp-wrapper .adlp-footer_inner {
    position: absolute;
    width: min(calc((584 / 1080) * 100vw), 584px);
    top: min(calc((56 / 1080) * 100vw), 56px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.adlp-wrapper .adlp-footer_inner div:first-child {
    width: min(calc((97 / 1080) * 100vw), 97px);
}

.adlp-wrapper .adlp-footer_inner div:nth-child(2) {
    width: min(calc((141 / 1080) * 100vw), 141px);
}

.adlp-wrapper .adlp-footer_inner div:nth-child(3) {
    width: min(calc((136 / 1080) * 100vw), 136px);
}

.adlp-wrapper .adlp-footer_inner div:nth-child(4) {
    width: min(calc((60 / 1080) * 100vw), 60px);
}

.adlp-wrapper .adlp-floating {
    width: min(calc((1920 / 1080) * 100vw), 1920px);
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #fff;
}

.adlp-wrapper .adlp-floating_inner {
    width: min(calc((500 / 1080) * 100vw), 500px);
    margin: 0 auto;
}

.adlp-wrapper .adlp-btn:hover {
    filter: brightness(130%);
}

.adlp-wrapper .adlp-btn {
    transition: filter 0.3s;
}

.adlp-wrapper .pc {
    display: block;
}

.adlp-wrapper .sp {
    display: none;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

@media all and (min-width:0px) and (max-width:767.9px) {
    .adlp-outer {
        overflow: hidden;
    }

    .adlp-wrapper .header_btn {
        width: calc((460 / 750) * 100vw);
        left: auto;
        right: 0;
    }

    .adlp-wrapper .fv_btn_1 {
        width: calc((670 / 750) * 100vw);
        top: calc((1092 / 750) * 100vw);
        left: calc((46 / 750) * 100vw);
    }

    .adlp-wrapper .fv_btn_2 {
        width: calc((592 / 750) * 100vw);
        top: calc((1334 / 750) * 100vw);
        left: calc((83 / 750) * 100vw);
    }

    .adlp-wrapper .cv01_btn_1 {
        width: calc((670 / 750) * 100vw);
        top: calc((973 / 750) * 100vw);
        left: calc((46 / 750) * 100vw);
    }

    .adlp-wrapper .cv01_btn_2 {
        width: calc((592 / 750) * 100vw);
        top: calc((1215 / 750) * 100vw);
        left: calc((83 / 750) * 100vw);
    }

    .adlp-slider_01 {
        position: absolute;
        width: 100%;
        top: calc((317 / 750) * 100vw);
        left: 0;
    }

    .adlp-slider_01 .slider img {
        width: calc((630 / 750) * 100vw);
        margin: 0 auto;
    }

    .adlp-slider_01 .prev.slick-arrow {
        position: absolute;
        width: calc((88 / 750) * 100vw);
        top: calc((2078 / 750) * 100vw);
        left: calc((199 / 750) * 100vw);
        z-index: 1;
        cursor: pointer;
    }

    .adlp-slider_01 .next.slick-arrow {
        position: absolute;
        width: calc((88 / 750) * 100vw);
        top: calc((2078 / 750) * 100vw);
        right: calc((199 / 750) * 100vw);
        z-index: 1;
        cursor: pointer;
    }


    .adlp-wrapper .cv02_btn_1 {
        position: absolute;
        width: calc((670 / 750) * 100vw);
        top: calc((2718 / 750) * 100vw);
        left: calc((46 / 750) * 100vw);
    }

    .adlp-wrapper .cv02_btn_2 {
        position: absolute;
        width: calc((592 / 750) * 100vw);
        top: calc((2960 / 750) * 100vw);
        left: calc((83 / 750) * 100vw);
        ;
    }

    .sec08 {
        padding-bottom: calc((80 / 750) * 100vw);
    }

    .adlp-qanda {
        width: calc((630 / 750) * 100vw);
    }

    .adlp-toggle {
        margin-bottom: calc((40 / 750) * 100vw);
        border-radius: calc((16 / 750) * 100vw);
    }

    .adlp-qanda dd {
        width: calc((550 / 750) * 100vw);
        padding-bottom: calc((40 / 750) * 100vw);
    }

    .adlp-footer {
        padding-bottom: calc((180 / 750) * 100vw);
        background: #0263B2;
    }

    .adlp-wrapper .adlp-footer_inner {
        width: calc((262 / 750) * 100vw);
        top: calc((53 / 750) * 100vw);
        display: block;
    }

    .adlp-wrapper .adlp-footer_inner div {
        margin-bottom: calc((35 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-footer_inner div:first-child {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:nth-child(2) {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:nth-child(3) {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:nth-child(4) {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:last-child {
        margin-bottom: 0;
    }

    .adlp-wrapper .adlp-floating {
        width: 100%;
        background: #ffffff00;
    }

    .adlp-wrapper .adlp-floating_inner {
        width: calc((670 / 750) * 100vw);
        margin: 0 0 0 calc((44 / 750) * 100vw);
    }

    .adlp-wrapper .pc {
        display: none;
    }

    .adlp-wrapper .sp {
        display: block;
    }
}