.lp-01__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-02__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-03__area {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lp-04__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-05__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-06__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-07__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-08__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-09__area {
    max-width: 100%;
    overflow: hidden;
}

.lp-image-01 {
    width: 100%;
}

.lp-image-02 {
    display: none;
}
.ftr-02__area img, .tpden img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
    /* CSS3 */

    -moz-user-select: none;
    /* Firefox */

    -webkit-user-select: none;
    /* Google Chrome , Safari */

    -o-user-select: none;
    /* Opera */

    -ms-user-select: none;
    /* Internet Explorer */

    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .lp-image-01 {
        display: none;
    }

    .lp-image-02 {
        display: block;
        width: calc(1250px - 32px);
        max-width: unset;
        margin-left: calc((1228px - 100%) / 2 * -1);
    }
}

@media screen and (min-width: 1100px) {
    .lp-image-02 {
        width: calc(1500px - 32px);
        margin-left: calc((1468px - 100%) / 2 * -1);
    }
}

@media screen and (min-width: 1468px) {
    .lp-image-02 {
        width: calc(1980px - 32px);
        margin-left: calc((1948px - 100%) / 2 * -1);
    }
}

/** btn **/
#sec-04,#sec-08,#sec-09 {
    position: relative;
}
.sec-04__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .sec-04__inner {
        position: absolute;
        max-width: 568px;
        width: 100%;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: 162px;
    }
    .sec-09__inner {
        position: absolute;
        max-width: 424px;
        width: 100%;
        transform: translate(-50%, 0);
        left: 50%;
        bottom: 200px;
    }
    .sec-04__btn {
        width: 278px;
        display: block;
        margin: 0;
    }
    .sec-09__inner .sec-04__btn {
        width: 250px;
        display: block;
        margin: 0;
        margin-left: auto;
    }
    .sec-04__btn:last-child {
        margin-top: 36px;
    }
    .sec-04__btn-image {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1100px) {
    .sec-04__inner {
        max-width: 672px;
        bottom: 196px;
    }
    .sec-09__inner {
        max-width: 524px;
        bottom: 241px;
    }
    .sec-04__btn {
        width: 332px;
    }
    .sec-09__inner .sec-04__btn {
        width: 307px;
    }
    .sec-04__btn:last-child {
        margin-top: 42px;
    }
}
@media screen and (min-width: 1468px) {
    .sec-04__inner {
        max-width: 892px;
        bottom: 258px;
    }
    .sec-09__inner {
        max-width: 693px;
        bottom: 321px;
    }
    .sec-04__btn {
        width: 441px;
    }
    .sec-09__inner .sec-04__btn {
        width: 402px;
    }
    .sec-04__btn:last-child {
        margin-top: 58px;
    }
}
