#head-page {
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
}

#head-page .main-typo {
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #ffffff;
  word-break: break-all;
  width: 90%;
  max-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
  position: relative;
  z-index: 2;
}

#head-page .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (min-width: 1024px) {
  #head-page .main-typo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 100%;
  }
}

.side-video {
  width: 850px;
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}

#head-page .main-typo span {
  display: block;
  margin-top: 10px;
  font-size: 33px;
  font-weight: bold;
  line-height: 37px;
  letter-spacing: -0.06em;
}

#slides-page {
  min-height: 80vh;
  background: #000000;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  padding: 120px 0;
  margin-top: -31px;
  color: #fff;
  text-align: center;
}

#slides-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.4em;
  word-break: break-all;
}

#slides-page p {
  display: block;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  letter-spacing: 0;
  line-height: 1.5em;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

#get-started-page {
  background-color: #c82c1e;
  background-image: url("/images/get-started-page-bg.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  margin-top: -51px;
  padding-top: 100px;
  color: #fff;
  text-align: center;
}

#get-started-page img.hand {
  display: block;
  max-width: 500px;
  width: 80%;
  margin: auto;
  margin-top: 40px;
}

#get-started-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.4em;
  word-break: break-all;
}

#get-started-page p {
  font-size: 15px;
  font-weight: bold;
  color: #d58882;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#items-page {
  text-align: center;
  padding-bottom: 40px;
}

#items-page .button {
  color: #aaaaaa;
  border-color: #aaa;
}

#items-page h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.4em;
  word-break: break-all;
  margin-top: 40px;
}

#items-page p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #888888;
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 1.5em;
}

#items-page img {
  width: 90%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
