#sep-banner {
  width: 1315px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1315 / 252;
  margin-bottom: 30px;
}
#sep-banner .sep-b-stage {
  width: 1315px;
  height: 252px;
  left: 0;
  top: 0;
  transform: scale(var(--sepb-scale, 1));
  transform-origin: top left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x, url("../images/banner/back@2x.jpg") 2x);
}
#sep-banner .sep-b-char {
  left: 48px;
  top: 22px;
  width: 167px;
  height: 234px;
}
#sep-banner .sep-b-brand {
  margin: 0;
  left: 226px;
  top: 52px;
  font-size: 30px;
  line-height: 1;
  color: #000000;
}
#sep-banner .sep-b-owes {
  margin: 0;
  left: 200px;
  top: 71px;
  width: 572px;
  font-size: 135px;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-3.47deg);
}
#sep-banner .sep-b-claim {
  margin: 0;
  left: 803px;
  top: 82px;
  width: 484px;
  font-size: 24px;
  line-height: 27px;
  color: #000000;
}
#sep-banner .sep-b-cta {
  left: 938px;
  top: 156px;
  width: 213px;
  height: 45px;
  border-radius: 0;
  font-size: 20px;
  padding-top: 0.13em;
}
@supports (background: -webkit-named-image(i)) {
  #sep-banner .sep-b-cta {
    padding-top: 2px;
  }
}
@media screen and (max-width: 567px) {
  #sep-banner {
    width: 390px;
    aspect-ratio: 390 / 355;
  }
  #sep-banner .sep-b-stage {
    width: 390px;
    height: 355px;
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x, url("../images/banner/back-m@2x.jpg") 2x);
  }
  #sep-banner .sep-b-char {
    left: auto;
    right: -26px;
    top: 176px;
    width: 120px;
    height: 168px;
  }
  #sep-banner .sep-b-brand {
    left: 21px;
    top: 47px;
    font-size: 20.25px;
  }
  #sep-banner .sep-b-owes {
    left: 2px;
    top: 74px;
    width: 386px;
    font-size: 90px;
    -webkit-text-stroke-width: 11px;
  }
  #sep-banner .sep-b-claim {
    left: 0;
    right: 0;
    top: 183px;
    width: 260px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 26px;
  }
  #sep-banner .sep-b-claim br {
    display: none;
  }
  #sep-banner .sep-b-cta {
    left: 88px;
    top: 281px;
  }
}
