@charset "UTF-8";

.lp_wrap .oc {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.lp_wrap .oc .head {
  position: relative;
  z-index: 1;
  width: 81.039%;
  aspect-ratio: 1107 / 177;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_wrap .oc .head .left span,
.lp_wrap .oc .head .right span {
  display: block;
}
.lp_wrap .oc .head .left span:nth-child(1) {
  font-size: 1.8vw;
  letter-spacing: 0.1em;
}
.lp_wrap .oc .head .left span:nth-child(2) {
  margin-top: 6%;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
.lp_wrap .oc .head .left span:nth-child(3) {
  margin-top: 6%;
  font-size: 4vw;
  letter-spacing: 0.05em;
  color: #fa5037;
}
.lp_wrap .oc .head .right span:nth-child(1) {
  margin-top: 15%;
  font-size: 6vw;
  letter-spacing: 0.05em;
}
.lp_wrap .oc .head .right span:nth-child(2) {
  margin-top: 15%;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
.lp_wrap .oc .head .odometer {
  position: absolute;
  top: -110%;
  left: 21%;
  z-index: -2;
  width: 76%;
  text-align: center;
  overflow: hidden;
}
.lp_wrap .oc.trigger .head .odometer {
  visibility: hidden;
}
.lp_wrap .oc.trigger.move .head .odometer {
  visibility: visible;
}
.lp_wrap .oc.trigger.move .head .odometer .odometer-digit:nth-child(1) {
  letter-spacing: -0.1em;
}
.lp_wrap .oc .head .odometer * {
  font-size: 30vw;
  color: #fa5037;
}
.lp_wrap .oc .head .marker svg mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2566 2566;
  stroke-dashoffset: 0;
}
.lp_wrap .oc.trigger .head .marker svg mask path  {
  transition: 1s;
  stroke-dashoffset: -2566;
}
.lp_wrap .oc.trigger.move .head .marker svg mask path  {
  stroke-dashoffset: 0 !important;
}
.lp_wrap .oc .head .marker {
  position: absolute;
  top: -137%;
  left: 17%;
  z-index: -1;
  width: 76.874%;
}
.lp_wrap .oc.trigger .head .marker {
  opacity: 0;
}
.lp_wrap .oc.trigger.move .head .marker {
  opacity: 1;
}
@media all and (max-width: 750px) {
  .lp_wrap .oc {
    height: auto;
    padding: 20% 0%;
  }
  .lp_wrap .oc .head {
    width: 65.6%;
    aspect-ratio: 492 / 616;
    display: block;
  }
  .lp_wrap .oc .head .left span:nth-child(1) {
    font-size: 3.2vw;
  }
  .lp_wrap .oc .head .left span:nth-child(2) {
    margin-top: 5%;
    font-size: 7.2vw;
  }
  .lp_wrap .oc .head .left span:nth-child(3) {
    margin-top: 5%;
    font-size: 7.2vw;
  }
  .lp_wrap .oc .head .right {
    margin-top: 72%;
    text-align: right;
  }
  .lp_wrap .oc .head .right span:nth-child(1) {
    display: inline-block;
    margin-top: 0%;
    font-size: 10.8vw;
  }
  .lp_wrap .oc .head .right span:nth-child(2) {
    display: inline-block;
    margin-top: 0%;
    font-size: 7.2vw;
  }
  .lp_wrap .oc .head .marker {
    top: 24%;
    left: -25%;
    width: 134.349%;
  }
  .lp_wrap .oc .head .marker svg mask path {
    stroke-width: 20px;
    stroke-dasharray: 1994 1994;
  }
  .lp_wrap .oc.trigger .head .marker svg mask path  {
    stroke-dashoffset: -1994;
  }
  .lp_wrap .oc .head .odometer {
    top: 20%;
    left: -48%;
    z-index: 1;
    width: 190%;
  }
  .lp_wrap .oc.trigger.move .head .odometer .odometer-digit {
    line-height: 0.5em;
    overflow: hidden;
  }
  .lp_wrap .oc .head .odometer * {
    font-size: 48vw;
  }
}