@charset "UTF-8";
@import url('./sanitize.css');

/* 全体 */
img {
    width: 100%;
}

.lp-header {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.lp-body,
.lp-footer {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.lp-action {
    max-width: 540px;
    margin: 0 auto 80px;
    padding: 0 16px;
}

.lp-action a img {
    opacity: 0;
}

.lp-action a {
    background: url(../img/btn-off@2x-min.png) no-repeat center bottom;
    background-size: contain;
    max-width: 540px;
    aspect-ratio: 540 / 120;
    display: block;
}

.lp-action a:hover {
    background: url(../img/btn-on@2x-min.png) no-repeat center bottom;
    background-size: contain;
}

.lp-action a:hover img {
    opacity: 0;
}

.lp-go-entry {
    width: 180px;
    height: auto;
    aspect-ratio: 225 / 263;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

.lp-go-entry a img {
    opacity: 0;
}

.lp-go-entry a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/btn02-off@2x-min.png) no-repeat center bottom;
    background-size: contain;
}

.lp-go-entry a:hover {
    background: url(../img/btn02-on@2x-min.png) no-repeat center bottom;
    background-size: contain;
}

/* スマホ */
@media screen and (max-width:768px) {

    .lp-body,
    .lp-footer {
        max-width: 100%;
    }

    .lp-go-entry {
        width: 80px;
        height: auto;
        aspect-ratio: 225 / 263;
        right: 10px;
        bottom: 10px;
    }
}