body {
  margin: 0;
}

.video {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.video-icon {
  object-fit: cover;
  width: 100%;
  max-height: 1080px;
  height: 100vh;
}

.back-video video {
  position: absolute;
  z-index: -1;
  top: 50;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.back-icon {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-width: 100%;
}

.catchcopy {
  max-width: 1032px;
  margin-right: auto;
  margin-left: auto;
}

.catchy {
  font-size: 45px;
  padding-left: 58px;
  padding-right: 58px;
  line-height: 1.5;
}

.catchy-comment span {
  font-size: 90px;
}

.sub-description {
  padding-left: 67px;
  padding-right: 67px;
  margin-top: 52px;
}

.sub-comment {
  line-height: 2.66;
  font-size: 30px;
  font-weight: 700;
  margin-top: 120px;
}

.comment-bottom {
  margin-top: 24px;
  line-height: 2.66;
  font-size: 30px;
  font-weight: 700;
}

.contents {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.content {
  display: grid;
  list-style: none;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
  padding: 0;
  margin-top: 200px;
}

.group {
  position: relative;
}
.hover-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  border-radius: 6px;
  aspect-ratio: 565 / 413;
}
.hover-mask:hover {
  opacity: 1;
}
.coming-soon-text {
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.content-sub {
  margin: 0 auto;
  aspect-ratio: 565 / 413;
}

.content-sub img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
