.primary-cta__display__area {
    position: relative;
}

.primary-cta {
    position: sticky;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #0046FF;
}

@media (min-width: 768px) {
    .primary-cta {
        gap: 4px;
        padding-top: 8px;
        padding-bottom: 16px;
        padding-left: 134px;
        padding-right: 134px;
    }
}

.primary-cta__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20.8px;
}

@media (min-width: 768px) {
    .primary-cta__heading {
        font-size: 18px;
        line-height: 30px;
    }
}

.primary-cta__button__link {
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-left: 24px;
    color: #1C1C1C;
    font-feature-settings: 'pwid' on, 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    border-radius: 32px;
    border: 2px solid #1C1C1C;
    background: linear-gradient(109deg, #FFC37F 14.1%, #F80 71.01%);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.40);
    cursor: pointer;
}

@media (min-width: 768px) {
    .primary-cta__button__link {
        width: 500px;
        height: 64px;
        padding-left: 20px;
    }
}
