html, body {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.main {
  container-type: inline-size;
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 750px;
  margin: 0 auto;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.video-container {
  display: flex;
  justify-content: center;
}
.video-container__inner {
  width: 85.2cqw;
  height: 54.8cqw;
  padding: 1.6cqw 1.466666666666667cqw 1.6cqw 1.333333333333333cqw;
  margin-top: 29.76011994002999cqh;
  border-radius: 1.6cqw;
  border: 0.2666666666666667cqw solid #D81D1D;
}
video, .cover, .video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.6cqw;
}
.video-wrapper {
  position: relative;
}
video {
  display: block;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  width: 8.933333333333333cqw;
  height: 9.066666666666667cqw;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.623688155922039cqh;
}
.footer-txt {
  font-size: 2.666666666666667cqw;
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: bold;
  color: #FFEA97;
  line-height: 4.266666666666667cqw;
  letter-spacing: 2.533333333333333cqw;
  text-align: center;
}
.btn {
  display: block;
  width: 52.4cqw;
  height: 19.46666666666667cqw;
  margin: 0 auto;
  background-image: url(../img/btn.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}