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

#aug-hero .ah-main {
    padding-top: 63px;
    padding-bottom: 95px;
    margin-right: 114px;
} 
#aug-hero .ah-main:before {
    content: '';
    display: block;
    position: absolute;
    left: -224px;
    top: 52px;
    width: 227px;
    aspect-ratio: 1 / 0.76651982;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/aug/hero/arrow-left.png);
    background-image: -webkit-image-set(url("../../../images/25/aug/hero/arrow-left.png") 1x, url("../../../images/25/aug/hero/arrow-left@2x.png") 2x);
}
#aug-hero .ah-right {
    margin-top: 60px;
}
#aug-hero .ah-right:before {
    content: '';
    display: block;
    position: absolute;
    left: -151px;
    bottom: 39px;
    width: 148px;
    aspect-ratio: 1 / 0.47297297;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/aug/hero/arrow-right.png);
    background-image: -webkit-image-set(url("../../../images/25/aug/hero/arrow-right.png") 1x, url("../../../images/25/aug/hero/arrow-right@2x.png") 2x);
}

#aug-hero .button {
    font-size: 1.125em;
    height: 40px;
    width: 169px;
    border-radius: 20px;
    margin-top: 18px;
    line-height: 1;
}

#aug-hero .button,
#aug-hero .button:visited,
#aug-hero .button:focus,
#aug-hero .button:hover,
#aug-hero .button:active {
    color: white;
    text-decoration: none;
}

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

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

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

@media screen and (max-width: 767px) {
    .ah-inner {
        flex-direction: column;
    }
    #aug-hero .ah-main {
        padding-top: 20px;
        padding-bottom: 8px;
        margin-right: 0;
    } 
    #aug-hero .ah-main:before {
        left: inherit;
        right: -34px;
        top: inherit;
        bottom: -156px;
        width: 116px;
        aspect-ratio: 1 / 1.23275862;
        background-image: url(../../../images/25/aug/hero/arrow-left-m.png);
        background-image: -webkit-image-set(url("../../../images/25/aug/hero/arrow-left-m.png") 1x, url("../../../images/25/aug/hero/arrow-left-m@2x.png") 2x);
    }
    #aug-hero .ah-right {
        margin-top: 0;
        margin-bottom: 35px;
    }
    #aug-hero .ah-right:before {
        left: -50px;
        bottom: 145px;
        width: 90px;
        aspect-ratio: 1 / 0.5;
        background-image: url(../../../images/25/aug/hero/arrow-right-m.png);
        background-image: -webkit-image-set(url("../../../images/25/aug/hero/arrow-right-m.png") 1x, url("../../../images/25/aug/hero/arrow-right-m@2x.png") 2x);
    }
    #aug-hero .ah-right .gif{
        width: 154px;
        margin-bottom: 27px;
    }
    #aug-hero .button {
        font-size: 0.9375em;
        height: 33px;
        width: 132px;
        border-radius: 17px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 567px) {
    #aug-hero {
        background-image: url(../../../images/25/aug/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/aug/hero/back-m.jpg") 1x, url("../../../images/25/aug/hero/back-m@2x.jpg") 2x);
    }

    #aug-hero .button {
        line-height: 0;
    }
}