.cmp__h01-section.is-fullscreen .cmp__h01-section__video__player[data-v-8b479d1a] {
  width: 100%;
}
.cmp__h01-section-sticky-wrapper[data-v-8b479d1a] {
  height: calc(var(--vh, 1vh) * 150);
}
.cmp__h01-section-sticky[data-v-8b479d1a] {
  height: calc(var(--vh, 1vh) * 100 - 54px);
  position: sticky;
  top: 54px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp__h01-section-sticky[data-v-8b479d1a] {
    top: 93px;
}
}
.cmp__h01-section__video[data-v-8b479d1a] {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateY(-30%);
  text-align: center;
}
.cmp__h01-section__video__player[data-v-8b479d1a] {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cmp__h01-section__video .video-mask[data-v-8b479d1a] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cmp__h01-section__video .video-mask .video-play-button[data-v-8b479d1a] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--rpx, 1px) * 82);
  height: calc(var(--rpx, 1px) * 82);
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}
.cmp__h01-section__title[data-v-8b479d1a] {
  position: absolute;
  top: calc(var(--rpx, 1px) * 120);
  left: calc(var(--rpx, 1px) * 60);
  font-size: 62px;
  font-weight: 500;
  line-height: 74.4px;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1441px) {
.cmp__h01-section__title[data-v-8b479d1a] {
    top: 8.3333333333vw;
    left: 4.1666666667vw;
}
}
@media screen and (max-width: 767px) {
.cmp__h01-section__title[data-v-8b479d1a] {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 0.03em;
    top: calc(var(--rpx, 1px) * 117);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 var(--gutter);
}
}
.cmp__h01-section__content[data-v-8b479d1a] {
  position: absolute;
  bottom: calc(var(--rpx, 1px) * 86);
  left: 50%;
  transform: translate(-50%, 8.3333333333vw);
  width: calc(var(--rpx, 1px) * 563);
  color: #fff;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 1441px) {
.cmp__h01-section__content[data-v-8b479d1a] {
    bottom: 5.9722222222vw;
    width: 39.0972222222vw;
}
}
@media screen and (max-width: 767px) {
.cmp__h01-section__content[data-v-8b479d1a] {
    padding: 0 var(--gutter);
    width: 100%;
    bottom: calc(var(--rpx, 1px) * 65);
    transform: translate(-50%, 17.0666666667vw);
    text-align: left;
}
}
.cmp__h01-section__content__title[data-v-8b479d1a] {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: calc(var(--rpx, 1px) * 20);
}
@media screen and (min-width: 1441px) {
.cmp__h01-section__content__title[data-v-8b479d1a] {
    margin-bottom: 1.3888888889vw;
}
}
@media screen and (max-width: 767px) {
.cmp__h01-section__content__title[data-v-8b479d1a] {
    font-size: 24px;
    line-height: 33.6px;
}
}
.cmp__h01-section__content__desc[data-v-8b479d1a] {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
.cmp__h01-section__content__desc[data-v-8b479d1a] {
    font-size: 16px;
    line-height: 24px;
}
}
.cmp__h01-section .v-pop[data-v-8b479d1a] {
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(120vh);
  width: 100%;
  z-index: 9999;
  transition: transform 0.5s;
  opacity: 0;
  visibility: hidden;
}
.cmp__h01-section .v-pop.show[data-v-8b479d1a] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cmp__h01-section .v-pop .v-pop-container[data-v-8b479d1a] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #201f1c;
}
.cmp__h01-section .v-pop .v-pop-container .v-pop-wrapper[data-v-8b479d1a] {
  width: 75vw;
}
@media screen and (max-width: 767px) {
.cmp__h01-section .v-pop .v-pop-container .v-pop-wrapper[data-v-8b479d1a] {
    width: 86.67vw;
}
}
.cmp__h01-section .v-pop .v-pop-container .v-pop-wrapper .v-pop-video-player[data-v-8b479d1a] {
  height: 100%;
  max-height: 75vh;
  outline: none;
  width: 100%;
}
.cmp__h01-section .v-pop .v-pop-close[data-v-8b479d1a] {
  cursor: pointer;
  height: 32px;
  margin-left: auto;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.cmp__h01-section .v-pop .v-pop-close[data-v-8b479d1a] {
    right: 7vw;
    right: calc(var(--vw, 1vw) * 7);
    top: 100px;
}
}