#july4-subbanner {
  max-width: 1200px;
  width: 100%;
  margin-top: 19px;
  padding: 15px;
}

#july4-subbanner .wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/sub/back.webp);
  background-image: -webkit-image-set(url("../images/sub/back.webp") 1x, url("../images/sub/back@2x.webp") 2x);
  height: 243px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#july4-subbanner .inner {
  max-width: 724px;
  width: 100%;
  margin-top: -23px;
}

#july4-subbanner .dotlottie-animation {
  top: -44px;
  right: 11px;
}

#july4-subbanner .button {
  width: 11.05em;
  height: 2.31em;
  border-radius: 22px;
  font-size: 1.1875em;
  margin-top: 23px;
  background-color: #d01e00;
}

#july4-subbanner .top {
  width: fit-content;
  text-align: center;
}

#july4-subbanner .text {
  font-size: 45px;
  line-height: 1em;
}

#july4-subbanner .winme {
  width: 111px;
  height: auto;
  max-height: fit-content;
  aspect-ratio: 222 / 200;
}

/* legacy Safari without text-box support */
@supports (background: -webkit-named-image(i)) and (not (text-box: trim-both cap alphabetic)) {
  #july4-subbanner .button {
    padding-top: 3px;
  }
}
/* font-metric independent CTA label centering (Safari 18.2+, Chrome 133+) */
@supports (text-box: trim-both cap alphabetic) {
  #july4-subbanner .button > span {
    display: block;
    text-box: trim-both cap alphabetic;
  }
}

@media screen and (max-width: 768px) {
  #july4-subbanner {
    margin-top: 12px;
  }
  #july4-subbanner .wrap {
    background-image: url(../images/sub/back-m.webp);
    background-image: -webkit-image-set(url("../images/sub/back-m.webp") 1x, url("../images/sub/back-m@2x.webp") 2x);
    height: auto;
    aspect-ratio: 345 / 364;
    max-width: 375px;
    display: block;
  }
  #july4-subbanner .inner {
    margin-top: 0;
    padding-top: 27px;
  }
  #july4-subbanner .top {
    margin: 0 auto;
  }
  #july4-subbanner .text {
    font-size: 35px;
  }
  #july4-subbanner .button {
    height: 2.5em;
    font-size: 15px;
  }
  #july4-subbanner .dotlottie-animation {
    top: 125%;
    right: 38px;
    width: 89px;
  }
}

@media screen and (max-width: 567px) {
}
