.view-purchase-thanks,
.view-20 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* thanks
--------------------------------------------------- */
.view-20 .pt-thanks {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.view-20 .pt-thanks .st-bleed {
    display: block;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    margin: 0;
    position: relative;
}

.view-20 .pt-thanks .st-cnt {
    display: block;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 90px 0 90px 0;
    margin: 0 auto;
}

.view-20 .pt-thanks .section-name {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 40px 0;
}

.view-20 .pt-thanks .section-name:last-child {
    margin: 0;
}

.view-20 .pt-thanks .section-name .title {
    display: block;
    box-sizing: border-box;
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 0;
    margin: 0 0 15px 0;
}

.view-20 .pt-thanks .section-name .title:last-child {
    margin: 0;
}

.view-20 .pt-thanks .section-name .description {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 20px 0;
}

.view-20 .pt-thanks .section-name .description:last-child {
    margin: 0;
}

.view-20 .pt-thanks .section-name .description p {
    display: block;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
    text-align: center;
    color: #000000;
    padding: 0;
    margin: 0 0 15px 0;
}

.view-20 .pt-thanks .section-name .description p:last-child {
    margin: 0;
}

.view-20 .pt-thanks .image {
    display: block;
    box-sizing: border-box;
    line-height: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 70px 0;
}

.view-20 .pt-thanks .image:last-child {
    margin: 0;
}

.view-20 .pt-thanks .image img {
    max-width: 100%;
}

.view-20 .pt-thanks .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
    margin: 0;
}

.view-20 .pt-thanks .buttons .item {
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0 15px 20px 15px;
}

.view-20 .pt-thanks .buttons .item .btn {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 50px;
    margin: 0;
    background-color: #000000;
    transition: all 0.15s ease-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.view-20 .pt-thanks .buttons .item .btn.touch,
.notouch .view-20 .pt-thanks .buttons .item .btn:hover {
    color: #000000;
    background-color: var(--c_yellow);
}

@media only screen and (max-width: 1366px) {
    .view-20 .pt-thanks .section-name .title {
        font-size: 48px;
    }

    .view-20 .pt-thanks .section-name .description p {
        font-size: 22px;
    }

    .view-20 .pt-thanks .buttons .item .btn {
        font-size: 20px;
        padding: 18px 45px;
    }
}

@media only screen and (max-width: 1152px) {
    .view-20 .pt-thanks .section-name .title {
        font-size: 40px;
    }

    .view-20 .pt-thanks .section-name .description p {
        font-size: 20px;
    }

    .view-20 .pt-thanks .buttons .item .btn {
        font-size: 18px;
        padding: 15px 40px;
    }
}

@media only screen and (max-width: 960px) {
    .view-20 .pt-thanks .image {
        margin: 0 0 50px 0;
    }

    .view-20 .pt-thanks .buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .view-20 .pt-thanks .st-cnt {
        padding: 40px 0 60px 0;
    }
}

@media only screen and (max-width: 640px) {
    .view-20 .pt-thanks .section-name .title {
        font-size: 32px;
    }

    .view-20 .pt-thanks .section-name .description p {
        font-size: 18px;
    }

    .view-20 .pt-thanks .buttons .item .btn {
        font-size: 16px;
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 480px) {
    .view-20 .pt-thanks .section-name .title {
        font-size: 28px;
    }

    .view-20 .pt-thanks .section-name .description p {
        font-size: 16px;
    }

    .view-20 .pt-thanks .buttons .item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .view-20 .pt-thanks .buttons .item:last-child {
        margin: 0;
    }

    .view-20 .pt-thanks .buttons .item .btn {
        font-size: 14px;
        padding: 15px 25px;
    }
}
