@media screen and (max-width: 959px) {
  html {
    overflow-x: hidden;
  }
  /* CSS Document */
  #contents {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.2em;
  }
  #contents .title {
    font-size: clamp(44px, 4.6vw, 80px);
    font-family: "Roboto", sans-serif;
    display: block;
    font-weight: 600;
    margin-left: 40px;
    width: 70%;
  }
  #contents #contactArea {
    width: 90%;
    height: 60%;
    margin: 3% auto 1%;
  }
  #contents #contactArea .contact {
    width: 100%;
    height: 800px;
    border: none;
  }
}