/* thanks_mv */
.thanks_mv {
    padding-bottom: 0;
}
.thanks_mv_bottom {
    bottom: calc(-174 / var(--view-size) * 100vw);
}
.thanks_mv_top {
    bottom: calc(-273.7 / var(--view-size) * 100vw);
}

/* thanks_content */
.thanks_content {
    position: relative;
    z-index: 100;
    text-align: center;
    padding-bottom: calc(60 / var(--view-size) * 100vw);;
}
.thanks_ttl {
    margin-bottom: calc(30 / var(--view-size) * 100vw);
    font-size: calc(24 / var(--view-size) * 100vw);
}
.thanks_text_wrap {
    margin-bottom: calc(100 / var(--view-size) * 100vw);
}
.thanks_btn a {
    width: calc(345 / var(--view-size) * 100vw);
    margin: 0 auto;
    background-color: #009944;
}

@media screen and (max-width: 768px) {
    .thanks_mv_bottom {
        bottom: calc(0 / var(--view-size) * 100vw);
    }
    .thanks_mv_top {
        bottom: calc(-26.5 / var(--view-size)* 100vw);
    }
    .thanks_ttl {
        margin-bottom: calc(50 / var(--view-size)* 100vw);
    }
    .thanks_text_wrap {
        margin-bottom: calc(40 / var(--view-size)* 100vw);
    }
    .thanks_content {
        padding-bottom: calc(40 / var(--view-size)* 100vw);
    }
}