@charset "UTF-8";

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* ----- */

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 53%;
  }
}

body {
  background-color: #000;
  color: #fff;
}

#wrapper {
  width: 100%;
  max-width: 580px;
  min-width: 375px;
  margin: 0 auto;
  line-height: 1.7;
}

#wrapper a,
#wrapper a:visited {
  color: #fff;
  transition: 0.2s;
}

#wrapper a {
  text-decoration: underline;
}

#wrapper a:hover {
  color: #cc0000;
}

#thankyou {
  margin: 10vw 4rem;
}

@media screen and (min-width: 1280px) {
  #thankyou {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  #thankyou {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

/* #theend {
} */

#theend h1 {
  text-align: center;
  margin-top: 8rem;
  font-size: 4.25rem;
  font-weight: bold;
}

#theend h2 {
  text-align: center;
  font-size: 2rem;
}

#note {
  margin-top: 8rem;
}

#note h2 {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}

#note p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}

#note .jump {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #7d7d7d;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #theend h1 {
    margin-top: 7rem;
    font-size: 3rem;
  }

  #theend h2 {
    text-align: center;
    font-size: 1.75rem;
  }

  #note {
    margin-top: 5rem;
  }

  #note h2 {
    font-size: 1.75rem;
  }

  #note p {
    font-size: 1.25rem;
    letter-spacing: -0.075em;
  }

  #note .jump {
    font-size: 1.25rem;
  }

  #note br {
    display: block !important;
  }
}