#sept-promo {
    font-size: 16px;
    --green: #009b4e;
    --yellow: #facc29;
    --gray: #a3a3a6;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
}

.border-gray {
    border-color: var(--gray);
}

#sept-hero {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../../../images/25/sept/hero/a/hero-back.jpg);
    background-image: -webkit-image-set(url("../../../images/25/sept/hero/a/hero-back.jpg") 1x, url("../../../images/25/sept/hero/a/hero-back@2x.jpg") 2x);
}

#sept-hero .container {
    width: 100%;
}

#sept-hero .sept-form {
    padding-top: 44px;
    padding-bottom: 56px;
    margin-left: 82px;
    max-width: 50%;
}

#sept-hero .sept-form-inner {
    width: 626px;
    padding: 32px 15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#sept-hero .button {
    width: 235px;
    height: 47px;
    border-radius: 24px;
    font-size: 1.3125em;
    padding: 0.2em 0 0;
}
#sept-hero .sept-main .button {
    margin-top: 62px;
}
#sept-hero .sept-main .sept-tiger {
    left: -154px;
    top: 22px;
}
#sept-hero .sept-form .button {
    bottom: -22px;
}

#sept-hero .sept-form form {
    width: 604px;
    margin-top: 5px;
}

#sept-hero .sept-form-inner > p {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
}

#sept-hero .form-field {
    padding: 8px;
    flex-basis: 50%;
    flex-grow: 1;
}
#sept-hero .form-field p {
    font-size: 1.0625em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}
#sept-hero .form-field .radio-field {
    gap: 10px;
    margin-bottom: 10px;
}
#sept-hero .form-field .circle {
    width: 13px;
    height: 13px;
}
#sept-hero .form-field :checked + .circle:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--green);
}
#sept-hero .form-field .sept-label {
    font-size: 0.9375em;
    margin-left: 9px;
}

#sept-hero .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;
}

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

#sept-hero .form-field select {
    background-image: none;
}

#sept-hero .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/aug/hero/down-arrow.png);
    background-image: -webkit-image-set(url("../../../images/25/aug/hero/down-arrow.png") 1x,
            url("../../../images/25/aug/hero/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

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

#sept-hero .form-field select.selected,
#sept-hero .form-field input {
    color: var(--black);
}

#sept-hero .form-field select,
#sept-hero .form-field ::placeholder {
    opacity: 1;
    color: #262626;
}

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

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

#sept-hero .form-field .validation-error:before,
#sept-hero .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;
}

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

#sept-hero .form-field .validation-error label,
#sept-hero .form-field .incomplete-mask label {
    color: var(--error-color);
}

#sept-hero .form-field .select_box.focused:after {
    transform: scaleY(-1);
}

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

#sept-hero .form-field .focused select,
#sept-hero .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
}
#sept-banners .sept-banners-inner {
    width: 1350px;
    gap: 20px;
    padding: 0 15px;
}
#sept-banners .button {
    text-indent: -9999px;
}
#sept-banners .banner-left .button {
    width: 31.7%;
    height: 9%;
    bottom: 10%;
    left: 34.7%;
}
#sept-banners .banner-right .button {
    width: 27.2%;
    height: 8.8%;
    bottom: 44.8%;
    left: 36.5%;
}
@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {
    #sept-hero .sept-form {
        margin-left: 30px;
    }
    #sept-hero .form-field .radio-field {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
    #sept-hero .container {
        flex-direction: column;
        align-items: center;
    }
    #sept-hero .sept-main {
        padding-top: 40px;
    }
    #sept-hero .sept-form {
        max-width: inherit;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #sept-hero .sept-main {
        padding-top: 93px;
        padding-bottom: 99px;
    }
    #sept-hero .button {
        width: 188px;
        height: 31px;
        border-radius: 16px;
        font-size: 1.0625em;
    }
    #sept-hero .sept-main .button {
        margin-top: 17px;
    }
    #sept-hero .sept-main .sept-tiger {
        left: -88px;
    }
    #sept-banners .sept-banners-inner {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    #sept-banners .banner-left .button {
        width: 54.7%;
        height: 11%;
        bottom: 7.5%;
        left: 22.5%;
    }
    #sept-banners .banner-right .button {
        width: 46%;
        height: 10.8%;
        bottom: 41.8%;
        left: 27%;
    }
}
@media screen and (max-width: 567px) {
    #sept-hero {
        background-image: url(../../../images/25/sept/hero/a/hero-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/sept/hero/a/hero-back-m.jpg") 1x, url("../../../images/25/sept/hero/a/hero-back-m@2x.jpg") 2x);
    }
    #sept-hero .sept-form {
        margin: 0 -150px;
        max-width: max-content;
        padding: 0;
    }
    #sept-hero .sept-form .button {
        text-indent: -9999px;
        bottom: 8%;
        left: 32%;
        width: 36%;
        height: 18%;
    }
}
