html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.lp {
    padding: 96px 0 0 0;
    width: 100%;
    /* max-width: 375px; */
    /* margin: 0 auto; */
    background: #fff;
}

.sec {
    display: block;
    width: 100%;
}

.block {
    display: block;
    width: 100%;
    height: auto;
}

/* CTAボタン（唯一のHTML要素） */
.cta {
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 14px 18px;
    border-radius: 999px;
    border: none;
    background: #111;
    color: #fff;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.cta-btn:active {
    transform: translateY(1px);
}

.sec-plus-parent {
    margin-top: 20px;
}

.sec_plus {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-plus-order {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.plus_button {
    width: 60%;
    height: auto;
}

.plus_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.plus-text img {
    width: 100%;
    height: 60px;
}

.sec-point-parent {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.sec_point_text {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 50px;
}

.sec_point_text img {
    width: 93%;
}

.point-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.point-group-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.point1 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
}

.point1 img {
    width: 100%;
    height: auto;
}

.point1-text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

.point1-text img {
    width: 100%;
    height: auto;
}

.sec-check-parent {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.arrow_check {
    width: 40%;
    height: auto;
}

.arrow_check img {
    width: 100%;
}

.text_check {
    padding-left: 20px;
    padding-right: 20px;
}

.text_check img {
    width: 100%;
}

.button-check-order {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.button-check-order img {
    width: 56%;
    /* height: fit-content; */
}

.sec-map {
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.map-text {
    padding-left: 20px;
    padding-right: 20px;
}

.map-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    margin-top: 20px;
}

.map-button img {
    /* height: fit-content; */

}

.sec-footer {
    margin-top: 45px;
    width: 100%;
    /* padding: 72px 72px 42px 72px; */
    /* background-color: #47d6d4; */
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-img-container {
    width: 100%;
    height: 100%;
}

.footer-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-text-container {
    position: absolute;
    left: 5%;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;gap: 10px;
}

.footer-text-container a {
    font-size: 10px;
    color: #004d58;
}

a {
    display: flex;
    justify-content: center;
}

.sec-map iframe {
    width: 100% !important;
}
.header__container {
    width: 100%;
}

/* PC版レイアウト */
@media (min-width: 769px) {
    html {
        background-color: #ffffff;
    }

    body {
        background-color: #ffffff;
        width: 375px;
        min-height: 100vh;
        margin: 0 auto;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1), 4px 0 12px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    
    .header__container {
        max-width: 375px;
        margin: 0 auto;
    }

    /* すべてのセクションを375px幅に制限 */
    section,
    .campaign-page,
    .first-view,
    .fv-background-shape,
    .voc-section,
    .present-section,
    .features-section,
    .cta-section,
    .hole-in-one-section {
        width: 100%;
        max-width: 375px;
        /* background-color: #ffffff; */
        position: relative;
        overflow: hidden;
    }
}