#popup-sep2 .popup-content {
  width: 730px;
  height: 499px;
  padding: 0 15px;
  background-image: url(../images/hero/popup-back.jpg);
  background-image: -webkit-image-set(url("../images/hero/popup-back.webp") 1x, url("../images/hero/popup-back@2x.webp") 2x);
}

#popup-sep2 .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: 24px;
}

#popup-sep2 form {
  margin-top: 0;
  margin-bottom: 0;
}

#popup-sep2 form select,
#popup-sep2 form input {
  border-color: #a3a3a6;
}

#popup-sep2 .button {
  font-size: 1.2em;
  width: 11em;
  height: 2.2em;
  border-radius: 1.1em;
  padding: 0;
  margin-top: 0;
  line-height: 1px;
  color: white;
}

#popup-sep2 p {
  margin-bottom: 0;
}

#popup-sep2 .form-text1 {
  font-size: 33.5px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  -webkit-text-stroke: 6px #000000;
  paint-order: stroke fill;
  font-family: "cc-thats-all-folks";
  font-weight: bold;
  margin-top: 5px;
}

#popup-sep2 .form-text2 {
  font-size: 66.5px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  -webkit-text-stroke: 6px #000000;
  paint-order: stroke fill;
  font-family: "cc-thats-all-folks";
  font-weight: bold;
}


#popup-sep2 .form-text3 {
  font-size: 22.5px;
  line-height: 60.5px;
  color: #000000;
  text-align: center;
}

#popup-sep2 .thanks-top {
  font-size: 45.5px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  -webkit-text-stroke: 6px #000000;
  paint-order: stroke fill;
  font-family: "cc-thats-all-folks";
  font-weight: bold;
  margin-bottom: 12px;
}

#popup-sep2 .thanks-note {
  font-size: 24px;
  color: #022247;
  font-weight: bold;
  text-align: center;
}

#popup-sep2 .popup-thanks .button {
  margin-top: 20px;
}

@supports (background: -webkit-named-image(i)) {
  #popup-sep2 .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 567px) {
  #popup-sep2 .popup-content {
    width: 100%;
    height: 100%;
    background-image: url(../images/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/popup-back-m.webp") 1x, url("../images/hero/popup-back-m@2x.webp") 2x);
  }

  #popup-sep2 form {
    margin-top: 10px;
  }

  #popup-sep2 .form-text1 {
    font-size: 38.5px;
    -webkit-text-stroke: 4px #000000;
    margin-top: 0;
  }

  #popup-sep2 .form-text2 {
    font-size: 39px;
    line-height: 1.5;
    margin-bottom: 6px;
    -webkit-text-stroke: 4px #000000;
  }

  #popup-sep2 .form-text3 {
    font-size: 23.5px;
    line-height: 29.5px;
  }

  #popup-sep2 .thanks-top {
    font-size: 37.5px;
    line-height: 44px;
    -webkit-text-stroke: 4px #000000;
  }

  #popup-sep2 .thanks-note {
    font-size: 21.5px;
    line-height: 29.5px;
  }

  #popup-sep2 .popup-thanks .button {
    margin-top: 29px;
  }
}