@media screen and (max-width: 767px) {
  body {
    background-image: url("/images/register/hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
  }
}

main {
  margin-top: 8rem;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 6rem;
  }
}

.hero {
  background-image: url("/images/register/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vh - 8rem);
}
@media screen and (max-width: 999px) {
  .hero {
    height: calc(100vh - 6rem);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    background: none;
  }
}
.hero_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero_inner {
    display: block;
    height: auto;
    padding-bottom: 7.2rem;
    padding-top: 3rem;
  }
}
.hero_heading {
  color: white;
  font-size: 3.6rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-height: 899px) {
  .hero_heading {
    font-size: 3.2rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 999px) {
  .hero_heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_heading {
    font-size: 1.8rem;
  }
}
.hero_lead {
  font-size: 1.6rem;
  color: white;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-height: 899px) {
  .hero_lead {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_lead {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_lead {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_form_item {
    margin-bottom: 1rem;
  }
}
.hero_form_item_label {
  color: white;
  font-size: 1.6rem;
  line-height: 3;
}
@media screen and (min-width: 1000px) and (max-height: 899px) {
  .hero_form_item_label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_form_item_label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .hero_form_item_label {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.hero_form_item_input {
  color: white;
  font-size: 1.6rem;
}
.hero_form_item_input > input {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.2rem solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #202020;
  line-height: 3.8rem;
  padding: 0 1.2rem;
}
.hero_form_item_input--domain {
  margin-right: 1.2rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .hero_form_item_input--domain {
    font-size: 1.4rem;
    width: 33.33333%;
  }
}
@media screen and (max-width: 479px) {
  .hero_form_item_input--domain {
    margin-right: 0;
    width: 40%;
  }
  .hero_form_item_input--domain:first-child {
    margin-right: 2%;
  }
  .hero_form_item_input--domain:nth-child(2) {
    width: 20%;
  }
}
.hero_form_item_input--email {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .hero_form_item_input--email {
    width: 100%;
  }
}
.hero_form_item_input--pw {
  width: 24rem;
}
@media screen and (max-width: 479px) {
  .hero_form_item_input--pw {
    width: 100%;
  }
}
.hero_form_item_input--payment {
  margin-right: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
.hero_form_item_input--payment::before {
  border-radius: 50%;
  border: 1px solid white;
  content: '';
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: .2rem;
  width: 1.5rem;
}
.hero_form_item_input > input[type="radio"] {
  display: none;
}
.hero_form_item_input > input[type="radio"]:checked + .hero_form_item_input--payment {
  color: #eb2256;
}
.hero_form_item_input > input[type="radio"]:checked + .hero_form_item_input--payment::after {
  background: #eb2256;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.1rem;
  left: .3rem;
  position: absolute;
  top: .5rem;
  width: 1.1rem;
}
.hero_form_item_select {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.2rem solid #dddddd;
  display: inline-block;
  line-height: 3.6rem;
  vertical-align: middle;
}
.hero_form_item_select > select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #202020;
  height: 100%;
  line-height: 3.6rem;
  padding: 0 1.2rem;
  text-align: center;
  width: 100%;
}
.hero_form_note {
  color: white;
  font-size: 1.4rem;
  line-height: 3.2rem;
  margin-top: 7.2rem;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-height: 899px) {
  .hero_form_note {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero_form_note {
    margin-top: 3.6rem;
  }
}
.hero_form_note > a {
  text-decoration: underline;
}
.hero_form_note > a:hover {
  text-decoration: none;
}
.hero_form_btn {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 479px) {
  .hero_form_btn {
    width: 100%;
  }
}
.hero_form_btn > button {
  cursor: pointer;
  width: 100%;
}
