#title {
  position: absolute;
  width: 100%;
  height: 97%;
}

#title #tl-logo {
  margin-top: 1vh;
  width: 100%;
  height: 20%;
}

#title #tl-logo img {
  max-width: 73%;
  max-height: 20vh;
}

#title #tl-key-visual {
  height: 60%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#title #tl-key-visual img {
  margin: auto;
  max-width: 98%;
  max-height: 100%;
}

#title #tl-start-button {
  margin-top: 1vh;
  height: 17%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#title #tl-start-button img {
  max-width: 98%;
  max-height: 100%;
}

#title .tl-button {
  position: relative;
  display: inline-block;
  max-width: 60%;
}

#title .tl-button p {
  color: black;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  line-height: 100%;
  font-size: calc(50vw * 0.21128 * 0.5);
}

#title .tl-button-term {
  position: relative;
  display: inline-block;
  max-width: 40%;
}

#title .tl-button-term p {
  width: 100%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  line-height: 100%;
  font-size: calc(30vw * 0.21128 * 0.5);
}
/*# sourceMappingURL=title.css.map */