body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.lp-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.lp-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* 共通ボタン */
.lp-btn {
    position: absolute;
    display: block;
    text-decoration: none;
    cursor: pointer;

    /* デバッグ用（位置確認したい時は 0.4 にする） */
    background: rgba(255, 0, 0, 0);
}

/* 上ボタン */
.lp-btn-top {
    top: 19.2%;
    left: 25.5%;
    width: 47.8%;
    height: 2.8%;
}

/* 下ボタン */
.lp-btn-bottom {
    bottom: 2.2%;
    left: 27%;
    width: 46%;
    height: 3%;
}