.tracking_promo_success {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_image {
    width: 1px;
    height: 1px;
}

.border-gray {
    border-color: var(--gray);
}
#spree-banner .button {
    text-indent: -9999px;
    bottom: 14%;
    margin-left: -0.7%;
    width: 18%;
    height: 16%;
}
#popup-nov-sp {
    font-size: 16px;
    z-index: 999999;
    --gray: #a3a3a6;
    --red: #ed1c24;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
}

#popup-nov-sp .popup-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}

#popup-nov-sp .popup-content {
    width: 701px;
    height: 500px;
    max-height: 100%;
    padding: 0;
}

#popup-nov-sp .popup-default {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/nov/sp/popup-back.jpg);
    background-image: -webkit-image-set(url("../../../images/25/nov/sp/popup-back.jpg") 1x,
            url("../../../images/25/nov/sp/popup-back@2x.jpg") 2x);
}

#popup-nov-sp .popup-thanks {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/nov/sp/thanks-back.jpg);
    background-image: -webkit-image-set(url("../../../images/25/nov/sp/thanks-back.jpg") 1x,
            url("../../../images/25/nov/sp/thanks-back@2x.jpg") 2x);
}

#popup-nov-sp .popup-content .popup-close:before,
#popup-nov-sp .popup-content .popup-close:after {
    display: none;
}

#popup-nov-sp .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 23px 38px;
    top: 0;
    right: 0;
}

#popup-nov-sp .button {
    width: 11em;
    height: 2em;
    border-radius: 1em;
    margin-top: 37px;
    font-size: 1.3em;
    padding: 0;
    font-weight: 600;
    margin-bottom: 1em;
    background-color: #10af6e;
    font-weight: bold;
}

#popup-nov-sp .popup-form form {
    width: 639px;
    margin-top: 30px;
}

#popup-nov-sp .form-field {
    padding: 8px;
    flex-basis: 50%;
    flex-grow: 1;
}

#popup-nov-sp .form-field label {
    left: 16px;
    font-size: 1.125em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
    font-weight: normal;
}

#popup-nov-sp .form-field input,
#popup-nov-sp .form-field select {
    font-size: 1.125em;
    height: 56px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    padding-top: 18px;
    border-radius: 12px;
}

#popup-nov-sp .form-field select {
    background-image: none;
}

#popup-nov-sp .form-field .select_box:after {
    content: "";
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../images/25/nov/hero/down-arrow.png);
    background-image: -webkit-image-set(url("../../../images/25/nov/hero/down-arrow.png") 1x,
            url("../../../images/25/nov/hero/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

@-moz-document url-prefix() {
    #popup-nov-sp .form-field select {
        text-indent: 8px;
    }
}

#popup-nov-sp .form-field select.selected,
#popup-nov-sp .form-field input {
    color: var(--black);
}

#popup-nov-sp .form-field select,
#popup-nov-sp .form-field ::placeholder {
    opacity: 1;
    color: #262626;
}

#popup-nov-sp .form-field input:-internal-autofill-selected,
#popup-nov-sp .form-field input:-webkit-autofill,
#popup-nov-sp .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

#popup-nov-sp .form-action [type="submit"].button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-nov-sp .form-field .validation-error:before,
#popup-nov-sp .form-field .incomplete-mask:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 2;
    right: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../images/error.png);
    background-image: -webkit-image-set(url("../../../images/error.png") 1x,
            url("../../../images/error@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

#popup-nov-sp .form-field .validation-error select,
#popup-nov-sp .form-field .validation-error input,
#popup-nov-sp .form-field .incomplete-mask input {
    border-color: var(--error-border);
    border-width: 2px;
}

#popup-nov-sp .form-field .validation-error label,
#popup-nov-sp .form-field .incomplete-mask label {
    color: var(--error-color);
}

#popup-nov-sp .form-field .select_box.focused:after {
    transform: scaleY(-1);
}

#popup-nov-sp .form-field .focused label,
#popup-nov-sp .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}

#popup-nov-sp .form-field .focused select,
#popup-nov-sp .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
}

#popup-nov-sp .popup-thanks .button {
    width: 11em;
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 0;
}

#popup-nov-sp .popup-thanks .thanks {
    margin-top: -6em;
    margin-bottom: 1em;
}

#popup-nov-sp .button,
#popup-nov-sp .button:visited,
#popup-nov-sp .button:focus,
#popup-nov-sp .button:hover,
#popup-nov-sp .button:active {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    #popup-nov-sp .popup-content {
        align-self: flex-start;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    #popup-nov-sp .popup-content {
        padding: 0 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../../../images/25/nov/sp/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/nov/sp/popup-back-m.jpg") 1x,
                url("../../../images/25/nov/sp/popup-back-m@2x.jpg") 2x);
    }

    #popup-nov-sp .popup-default {
        background: none;
    }

    #popup-nov-sp .popup-content .popup-close {
        padding: 27px 25px;
    }

    #popup-nov-sp .button {
        font-size: 1.2em;
        margin-bottom: 18%;
    }

    #popup-nov-sp .popup-form {
        width: 100%;
    }

    #popup-nov-sp .popup-form form {
        margin-top: 20.5px;
        width: calc(100% - 25px);
        z-index: 1;
        position: relative;
    }

    #popup-nov-sp .form-row {
        flex-direction: column;
    }

    #popup-nov-sp .form-field {
        padding: 6px 0;
    }

    #popup-nov-sp .form-field label {
        font-size: 1em;
    }

    #popup-nov-sp .form-field input,
    #popup-nov-sp .form-field select {
        font-size: 1em;
        border-radius: 13px;
    }

    #popup-nov-sp .popup-thanks .button {
        font-size: 1.15em;
        margin-bottom: 0;
    }

    #popup-nov-sp .form-text {
        display: flex;
        width: 56%;
    }

    #popup-nov-sp .popup-thanks {
        justify-content: start;
        background: none;
    }

    #popup-nov-sp .popup-thanks .thanks {
        width: 100%;
        display: flex;
        margin-top: 30%;
        margin-bottom: 3%;
        left: 0;
    }

    #popup-nov-sp .gifs {
        margin-top: 10%;
    }

    @supports (background: -webkit-named-image(i)) {
        #popup-nov-sp .popup-thanks .button {
            padding-top: 0;
        }
    }
    #spree-banner .button {
        bottom: 40%;
        margin-left: 3px;
        width: 51%;
        height: 7%;
    }
}