@font-face {
  font-family: Maladroit;
  src: url('../fonts/Maladroit.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.sea {
  background-image: url('../images/sea.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.sky {
  background-image: url('../images/sky.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 65%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 35%;
}

.block_chara {
  height: 40%;
  position: absolute;
  inset: auto auto 11%;
}

.chara_neutral {
  height: 100%;
  position: relative;
}

.speak {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.blink {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 50;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  height: 80px;
}

.block_logo {
  margin: 35px;
}

.menu_right {
  justify-content: flex-end;
  align-items: center;
  margin: 35px;
  display: flex;
}

.x {
  background-color: #fff;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 8px;
  width: 55px;
  height: 57px;
  margin-left: 10px;
}

.x:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.menu_link {
  background-color: #0000;
  margin-left: 20px;
  margin-right: 30px;
  padding: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.menu_link:hover {
  color: #afdfff;
}

.dex {
  background-color: #fff;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 8px;
  width: 55px;
  height: 57px;
  margin-left: 10px;
}

.dex:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.section_track {
  background-color: #000;
  border-radius: 0;
  width: 800px;
  height: auto;
  padding: 3px 8px 8px 3px;
  position: absolute;
  inset: auto auto 45%;
  transform: skew(0deg, -3deg);
}

.block_track {
  background-color: #c1e9ff;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.block_track_in {
  background-color: #f4fbff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px 80px;
  display: flex;
}

.block_data {
  background-color: #cdeeff;
  border-top: 3px solid #9bc8df;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
}

.block_buy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-top: 15px;
  display: flex;
}

.buy {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-bottom-width: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.buy:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.data {
  color: #000;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.ca {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border: 1px #000;
  border-radius: 100px;
  margin: 20px 20px 30px;
  padding: 15px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  inset: auto auto 0%;
}

.ca:hover {
  color: #afdfff;
}

.bg {
  position: absolute;
  inset: 0%;
}

.bottom_mobile {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  inset: auto auto 0%;
  margin: 20px 20px 30px;
}

.ca_mobile {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: none;
}

.ca_mobile:hover {
  color: #afdfff;
}

.section_welcome {
  z-index: 1000;
  background-color: #e3f3ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.enter {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-bottom-width: 6px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 57px;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.enter:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
}

.title2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.title3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Maladroit, Impact, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .sea {
    height: 300px;
    position: static;
  }

  .sky {
    flex: auto;
    height: auto;
    position: static;
    bottom: 0%;
  }

  .block_chara {
    height: 350px;
    bottom: 121px;
  }

  .section_track {
    width: 90%;
    bottom: 401px;
  }

  .bg {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .block_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ca {
    display: none;
  }

  .bottom_mobile {
    display: flex;
  }

  .ca_mobile {
    display: flex;
  }

  /* Hide header dex/x on mobile — they're in the bottom bar */
  .menu_right > .dex,
  .menu_right > .x {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .block_chara {
    height: 238px;
  }

  .header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .menu_right {
    margin: 0;
  }

  .x, .dex {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section_track {
    bottom: 333px;
  }

  .block_track {
    padding: 10px;
  }

  .block_track_in {
    padding: 10px 10px 20px;
  }

  .buy {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .data {
    font-size: 18px;
    line-height: 18px;
  }

  .title {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .enter {
    margin-left: 5px;
    margin-right: 5px;
  }

  .title2 {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .title3 {
    text-align: center;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }
}


@font-face {
  font-family: 'Maladroit';
  src: url('../fonts/Maladroit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}