: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;
}

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

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

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

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

#common-banner-sp .Button.-cta {
    background-color: #FFED56;
    color: #141821;
    border-bottom: #E6D54E solid 4px;
    transition: border 0.2s, transform 0.2s;
}

#common-banner-sp .Button.-cta {
    background-color: #FFED56;
    color: #141821;
    border-bottom: #E6D54E solid 4px;
    transition: border 0.2s, transform 0.2s;
}

#common-banner-sp .Button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(var(--base-font-size) * 0.875);;
    cursor: pointer;
}

@media screen and (max-width: 819px) {
    #float-banner.fixedArea {
        display: none;
    }
}
