:root {
    --base-font-size: 16px;
    /* Default base font size */
}

html {
    --base-font-size: 10px;
    /* Override the default base font size */
}

.sp_new_cta {
    display: none;
}

.cta_button_w {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.cta_button_w .cta-image {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    border-radius: 0 0 32px 0;
}

.cta_button_w .ss-button.-cta .cta-arrow-icon {
    height: 20px;
    width: 20px;
}

#common-banner-sp .FixedArea.-single {
    padding: 8px;
    background-color: transparent;
    display: block !important;
}

#common-banner-sp .FixedArea.-show {
    pointer-events: auto;
    opacity: 1;
}

#common-banner-sp .FixedArea {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 16px;
    background-color: #EBEEF1;
    bottom: 12px;
    right: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

#common-banner-sp .FixedArea.-single .ss-button {
    height: 60px;
}

#common-banner-sp .ss-button.-cta {
    background-color: #FFED56;
    color: #141821;
    transition: border 0.2s, transform 0.2s;
}

#common-banner-sp .ss-button.-cta {
    background-color: #FFED56;
    color: #141821;
    transition: border 0.2s, transform 0.2s;
}

#common-banner-sp .ss-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 100px;
    width: 100%;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    gap: 5px;
}

@media (1400px <= width) {
    #float-banner-sp.FixedArea,  #common-banner-sp{
        display: none !important;
    }
}

@media (width <= 900px) {
    #common-banner-sp .FixedArea {
        bottom: 55px;
    }
}
