/* .sub-page .wrap {
  position: relative;
  height: 200vh;
}

.sub-page .logo {
  z-index: 3;
  position: fixed;
  top: 30px;
  left: 50%;
  mix-blend-mode: difference;

  transform: translateX(-50%);
  font-family: "Anton", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.sub-page .first {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  background-color: #fff;
  mix-blend-mode: lighten;
}

.sub-page .txt-grp {
  width: 100%;
  border-top: 1px solid #000;
}

.sub-page .txt-grp.type-02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.sub-page .txt {
  font-size: 190px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.sub-page .second {
  z-index: 1;
  position: sticky;
  top: 0;
  height: 100vh;
}

.sub-page .vdo-grp {
  width: 100%;
  height: 100%;
}

.sub-page .vdo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-page .last {
  height: 100vh;
} */
