.text-decoration-none {
  text-decoration: none;
}
#aug-hero .aug-inner .button:hover {
  text-decoration: none;
}
#aug-hero p {
  font-size: 25px;
  line-height: 1.125em;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
}
#aug-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.webp);
  background-image: -webkit-image-set(url("../images/hero/back.webp") 1x, url("../images/hero/back@2x.webp") 2x);
}
#aug-hero .aug-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
#aug-hero .aug-main {
  margin-left: -80px;
  margin-right: -80px;
  width: 58%;
}
#aug-hero .aug-left {
  width: 17.23%;
  aspect-ratio: 224 / 303;
}
#aug-hero .aug-left img {
  margin-bottom: -19px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
#aug-hero .aug-right {
  width: 17.23%;
  aspect-ratio: 224 / 303;
}
#aug-hero .aug-right img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin-bottom: -9px;
  position: relative;
  left: -27px;
}
#aug-hero .price-round {
  text-align: center;
  z-index: 4;
  width: 137px;
  height: 137px;
  font-size: 37.5px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aug-hero .price-round sup {
  top: -0.5em;
  font-size: 63%;
}
#aug-hero .price-inner span:first-child {
  font-size: 17.5px;
  line-height: 1em;
  display: block;
  margin-bottom: -32px;
}
#aug-hero .price-inner span:last-child {
  font-size: 25px;
  line-height: 1em;
  display: block;
  margin-top: -5px;
}
#aug-hero .aug-left .price-round {
  left: -68px;
  top: 32px;
}
#aug-hero .aug-right .price-round {
  padding-top: 12px;
  left: 154px;
  top: 86px;
}
#aug-hero .anim {
  left: -9px;
  margin-top: -5px;
  margin-bottom: -14px;
  aspect-ratio: 150 / 100;
}
#aug-hero .button {
  width: 202px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 23.5px;
  background-color: var(--darkblue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
}
@supports (background: -webkit-named-image(i)) and (not (text-box: trim-both cap alphabetic)) {
  #aug-hero .button {
    padding-top: 2px;
  }
}
@supports (text-box: trim-both cap alphabetic) {
  #aug-hero .button {
    display: inline-block;
    align-content: center;
    text-box: trim-both cap alphabetic;
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  #aug-hero .aug-left .price-round {
    left: -88px;
    top: -18px;
  }
}
@media screen and (max-width: 991px) {
  #aug-hero .aug-inner {
    flex-wrap: wrap;
    width: 100% !important;
    gap: 226px 20px;
  }
  #aug-hero .anim {
    margin: 0 auto;
    max-width: 144%;
    margin-left: -22%;
    width: 660px;
  }
  #aug-hero .aug-main {
    width: 100%;
    order: 1;
    margin: 0 0 0 0;
  }
  #aug-hero .main-m {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #aug-hero .button {
    font-size: 20px;
    width: 175px;
    height: 30px;
    line-height: 30px;
    margin-top: 21px;
  }
  #aug-hero .aug-left {
    width: 100%;
    order: 2;
    width: auto;
    aspect-ratio: unset;
  }
  #aug-hero .aug-right {
    width: 100%;
    order: 3;
    width: auto;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 992px) {
  #aug-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.webp);
    background-image: -webkit-image-set(url("../images/hero/back-m.webp") 1x, url("../images/hero/back-m@2x.webp") 2x);
  }
  #aug-hero .anim {
    aspect-ratio: 1 / 1;
  }
  #aug-hero p {
    font-size: 21px;
    margin-top: -12px;
  }
  #aug-hero .button {
    width: 156px;
    height: 31px;
    font-size: 17px;
  }
  #aug-hero .aug-left .button,
  #aug-hero .aug-right .button {
    max-width: 150px;
    height: 31px;
    font-size: 15px;
  }
  #aug-hero .anim {
    margin: 0 auto;
    left: 0;
  }
  #aug-hero .main-m {
    bottom: 38px;
  }
  #aug-hero .aug-left .price-round {
    left: -11px;
    top: -164px;
  }
  #aug-hero .aug-right .price-round {
    top: -164px;
    left: 67px;
  }
  #aug-hero .price-round {
    width: 105px;
    height: 105px;
    font-size: 28px;
  }
  #aug-hero .price-inner span:first-child {
    font-size: 13px;
    margin-bottom: -24px;
  }
  #aug-hero .price-inner span:last-child {
    font-size: 18px;
  }
}
