#s01 {}

#s01 .stroke-txt {
  position: absolute;
  left: 95%;
  top: -150px;
  line-height: 1;
  z-index: 3;
  font-size: 516px;
  opacity: 0.3;
  transform: rotate(90deg);
  transform-origin: left;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  white-space: pre;
  pointer-events: none;
}

#s01 .content {
  max-width: 100% !important;
  /* background: #252525 !important; */

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#s01 .nav-container {
  position: absolute;
  max-width: 2200px;
  margin: 0 auto;
  left: 0;
  bottom: 38px;
  right: 0;

}
#s01 .nav-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 400px;
  z-index: 100;
}

#s01 .nav-wrapper .nav-num {
  position: absolute;
  bottom: 40px;
  right: 0;
  color: white;
  font-weight: 900;

  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#s01 .nav-wrapper .nav-num .cu {
  display: inline-block;
  font-size: 35px;
  /* height: 22.7px; */
  overflow: hidden;
  line-height: 1;
}

#s01 .nav-wrapper .nav-num span {
  font-size: 12px;
  margin: 0 5px;
}

#s01 .nav-wrapper .nav-num .max {
  display: inline-block;
  font-size: 16px;
}

#s01 .nav-wrapper .progress-wrapper {
  /* position: absolute; */
  height: 2px;
  margin-bottom: 24px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#s01 .nav-wrapper .progress-wrapper.to-end .progress-drag {
  width: 100%;
  transition: width 4s ease;
}

#s01 .nav-wrapper .progress-wrapper .progress-drag {
  width: 0%;
  height: 100%;
  background-color: white;
}

#s01 .over-txt {
  position: absolute;
  top: 326px;
  left: 541px;
  min-height: 100px;
  z-index: 2;
  pointer-events: none;
}


#s01 .over-txt .txt1 {
  font-size: 108px;
  /* color: #262626; */
  line-height: 1;
}

#s01 .over-txt .txt2 {
  font-size: 108px;
  /* color: #262626; */
  line-height: 1;
}

#s01 .over-txt .txt3 {
  font-size: 142px;
  /* color: #262626; */
  line-height: 1;
}

#s01 .over-txt .subs {
  margin-top: 34px;
  font-size: 22px;
  /* color: black; */
  opacity: 0.6;

  /* display: flex;
  align-items: flex-end;
  justify-content: flex-start; */

  /* border: 1px solid red; */
}

#s01 .over-txt .subs .txt4 {
  display: inline;
}
#s01 .over-txt .subs .ef {
  display: inline;
  font-size: 12px;
  margin: 6px 6px;
}
#s01 .over-txt .subs .brand-name {
  display: inline;
}

#s01 .warn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.05em;
  z-index: 2;
  opacity: 0.3;
  color: black;
}