:root {
  --hv-content-ws: 75vw;
  --hv-nav: 0;
  --hv-sticky-h: calc(100vh - var(--hv-nav));
  --hv-spc-200: 10.416667vw;
  --hv-spc-160: 8.3333333333vw;
  --hv-spc-120: 6.25vw;
  --hv-spc-80: 4.166667vw;
  --hv-spc-60: 3.125vw;
  --hv-spc-40: 2.083333vw;
  --hv-spc-30: 1.7625vw;
  --hv-spc-10: 0.520833vw;
  --hv-txt-120: 6.25vw;
  --hv-txt-120-80: 6.25vw;
  --hv-txt-96-96: 5vw;
  --hv-txt-80-80: 4.166667vw;
  --hv-txt-64-48: 3.3333333333vw;
  --hv-txt-64-64: 3.333333vw;
  --hv-txt-48-42: 2.5vw;
  --hv-txt-48-40: 2.5vw;
  --hv-txt-40-40: 2.083333vw;
  --hv-txt-40-30: 2.083333vw;
  --hv-txt-32-40: 1.666667vw;
  --hv-txt-30-30: 1.7625vw;
  --hv-txt-30-25: 1.7625vw;
  --hv-txt-28-30: 1.4583333333vw;
  --hv-txt-24-32: 1.25vw;
  --hv-txt-22-32: 1.1458333333vw;
  --hv-txt-22-22: 1.145833vw;
  --hv-txt-22-28: 1.145833vw;
  --hv-txt-20-20: 1.041667vw;
  --hv-txt-20-28: 1.041667vw;
  --hv-txt-20-16: 1.041667vw;
  --hv-txt-18-24: .9375vw;
  --hv-txt-18-18: .9375vw;
  --hv-txt-16-16: 0.833333vw;
  --hv-txt-16-24: 0.833333vw;
  --hv-txt-13: 13px;
  --hv-txt-12: 12px;
  --hv-xin-txt-40: 2.083333vw;
}

body.hv-over-hidden {
  overflow: hidden;
  padding-inline-end: var(--modal-scrollbar-buffer);
}

:root.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

#hv-container {
  width: 100%;
  position: relative;
  /* disclaimer */
}
#hv-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#hv-container img {
  width: 100%;
}
#hv-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hv-container .blur-up {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
#hv-container .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
#hv-container .hv-txt-120 {
  font-size: 6.25vw;
  font-size: var(--hv-txt-120);
}
#hv-container .hv-txt-120-80 {
  font-size: 6.25vw;
  font-size: var(--hv-txt-120-80);
}
#hv-container .hv-txt-96-96 {
  font-size: 5vw;
  font-size: var(--hv-txt-96-96);
}
#hv-container .hv-txt-80-80 {
  font-size: 4.166667vw;
  font-size: var(--hv-txt-80-80);
}
#hv-container .hv-txt-64-48 {
  font-size: 3.3333333333vw;
  font-size: var(--hv-txt-64-48);
}
#hv-container .hv-txt-64-64 {
  font-size: 3.333333vw;
  font-size: var(--hv-txt-64-64);
}
#hv-container .hv-txt-48-42 {
  font-size: 2.5vw;
  font-size: var(--hv-txt-48-42);
}
#hv-container .hv-txt-48-40 {
  font-size: 2.5vw;
  font-size: var(--hv-txt-48-40);
}
#hv-container h2,
#hv-container h3,
#hv-container h4,
#hv-container h5,
#hv-container h6 {
  line-height: 1.25;
  font-weight: 500;
}
#hv-container .hv-txt-40-40 {
  font-size: 2.083333vw;
  font-size: var(--hv-txt-40-40);
}
#hv-container .hv-txt-40-30 {
  font-size: 2.083333vw;
  font-size: var(--hv-txt-40-30);
}
#hv-container .hv-txt-32-40 {
  font-size: 1.666667vw;
  font-size: var(--hv-txt-32-40);
}
#hv-container .hv-txt-30-30 {
  font-size: 1.7625vw;
  font-size: var(--hv-txt-30-30);
}
#hv-container .hv-txt-30-25 {
  font-size: 1.7625vw;
  font-size: var(--hv-txt-30-25);
}
#hv-container .hv-txt-28-30 {
  font-size: 1.458333vw;
  font-size: var(--hv-txt-28-30);
}
#hv-container .hv-txt-22-32 {
  font-size: 1.1458333333vw;
  font-size: var(--hv-txt-22-32);
}
#hv-container .hv-txt-24-32 {
  font-size: 1.25vw;
  font-size: var(--hv-txt-24-32);
}
#hv-container .hv-txt-22-22 {
  font-size: 1.145833vw;
  font-size: var(--hv-txt-22-22);
}
#hv-container .hv-txt-22-28 {
  font-size: 1.145833vw;
  font-size: var(--hv-txt-22-28);
}
#hv-container .hv-txt-20-20 {
  font-size: 1.041667vw;
  font-size: var(--hv-txt-20-20);
}
#hv-container .hv-txt-20-28 {
  font-size: 1.041667vw;
  font-size: var(--hv-txt-20-28);
}
#hv-container .hv-txt-20-16 {
  font-size: 1.041667vw;
  font-size: var(--hv-txt-20-16);
}
#hv-container .hv-txt-18-24 {
  font-size: 0.9375vw;
  font-size: var(--hv-txt-18-24);
}
#hv-container .hv-txt-18-18 {
  font-size: 0.9375vw;
  font-size: var(--hv-txt-18-18);
}
#hv-container .hv-txt-16-16 {
  font-size: 0.833333vw;
  font-size: var(--hv-txt-16-16);
}
#hv-container .hv-txt-16-24 {
  font-size: 0.833333vw;
  font-size: var(--hv-txt-16-24);
}
#hv-container .hv-txt-13 {
  font-size: 0.677083vw;
  font-size: var(--hv-txt-13);
}
#hv-container .hv-txt-12 {
  font-size: 0.625vw;
  font-size: var(--hv-txt-12);
}
#hv-container .hv-xin-txt-40 {
  font-size: 2.083333vw;
  font-size: var(--hv-xin-txt-40);
}
#hv-container .hv-txt-30-30,
#hv-container .hv-txt-30-25,
#hv-container .hv-txt-28-30,
#hv-container .hv-txt-24-32,
#hv-container .hv-txt-22-22,
#hv-container .hv-txt-22-28,
#hv-container .hv-txt-20-20,
#hv-container .hv-txt-20-28,
#hv-container .hv-txt-20-16,
#hv-container .hv-txt-18-24,
#hv-container .hv-txt-18-18,
#hv-container .hv-txt-16-16,
#hv-container .hv-txt-16-24,
#hv-container .hv-txt-13,
#hv-container p,
#hv-container span {
  line-height: 1.6;
}
#hv-container .hv-txt-bold {
  font-weight: bold;
}
#hv-container .hv-txt-left {
  text-align: left;
}
#hv-container .hv-txt-center {
  text-align: center;
}
#hv-container .hv-txt-right {
  text-align: right;
}
#hv-container .hv-txt-color-00 {
  color: #000;
}
#hv-container .hv-txt-color-86 {
  color: #86868B;
}
#hv-container .hv-txt-color-79 {
  color: #797C80;
}
#hv-container .hv-txt-color-a8 {
  color: #A8B205;
}
#hv-container .hv-txt-bg-s {
  background: -webkit-linear-gradient(left, #B2A79F, #EEEADD, #B2A79F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hv-container .hv-txt-op-80 {
  opacity: 0.8;
}
#hv-container .hv-txt-op-50 {
  opacity: 0.5;
}
#hv-container .hv-txt-op-30 {
  opacity: 0.3;
}
#hv-container .hv-animation-up {
  opacity: 0;
  transform: translateY(3vw);
  transition: all 0.5s;
}
#hv-container .hv-animation-up-l {
  opacity: 0;
  will-change: transform, opacity;
}
#hv-container .hv-animation-up.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform, opacity;
}
#hv-container .hv-animation-up.active .hv-animation-up-l {
  opacity: 1;
  transition: opacity 2.5s ease;
}
#hv-container .hv-mt-200 {
  margin-top: 10.416667vw;
  margin-top: var(--hv-spc-200);
}
#hv-container .hv-mb-200 {
  margin-bottom: 10.416667vw;
  margin-bottom: var(--hv-spc-200);
}
#hv-container .hv-pt-200 {
  padding-top: 10.416667vw;
  padding-top: var(--hv-spc-200);
}
#hv-container .hv-pb-200 {
  padding-bottom: 10.416667vw;
  padding-bottom: var(--hv-spc-200);
}
#hv-container .hv-mt-120 {
  margin-top: 6.25vw;
  margin-top: var(--hv-spc-120);
}
#hv-container .hv-mb-120 {
  margin-bottom: 6.25vw;
  margin-bottom: var(--hv-spc-120);
}
#hv-container .hv-pt-120 {
  padding-top: 6.25vw;
  padding-top: var(--hv-spc-120);
}
#hv-container .hv-pb-120 {
  padding-bottom: 6.25vw;
  padding-bottom: var(--hv-spc-120);
}
#hv-container .hv-mt-160 {
  margin-top: 8.3333333333vw;
  margin-top: var(--hv-spc-160);
}
#hv-container .hv-mb-160 {
  margin-bottom: 8.3333333333vw;
  margin-bottom: var(--hv-spc-160);
}
#hv-container .hv-pt-160 {
  padding-top: 8.3333333333vw;
  padding-top: var(--hv-spc-160);
}
#hv-container .hv-pb-160 {
  padding-bottom: 8.3333333333vw;
  padding-bottom: var(--hv-spc-160);
}
#hv-container .hv-mt-80 {
  margin-top: 4.166667vw;
  margin-top: var(--hv-spc-80);
}
#hv-container .hv-mb-80 {
  margin-bottom: 4.166667vw;
  margin-bottom: var(--hv-spc-80);
}
#hv-container .hv-pt-80 {
  padding-top: 4.166667vw;
  padding-top: var(--hv-spc-80);
}
#hv-container .hv-pb-80 {
  padding-bottom: 4.166667vw;
  padding-bottom: var(--hv-spc-80);
}
#hv-container .hv-mt-60 {
  margin-top: 3.125vw;
  margin-top: var(--hv-spc-60);
}
#hv-container .hv-mb-60 {
  margin-bottom: 3.125vw;
  margin-bottom: var(--hv-spc-60);
}
#hv-container .hv-pt-60 {
  padding-top: 3.125vw;
  padding-top: var(--hv-spc-60);
}
#hv-container .hv-pb-60 {
  padding-bottom: 3.125vw;
  padding-bottom: var(--hv-spc-60);
}
#hv-container .hv-mt-40 {
  margin-top: 2.083333vw;
  margin-top: var(--hv-spc-40);
}
#hv-container .hv-mb-40 {
  margin-bottom: 2.083333vw;
  margin-bottom: var(--hv-spc-40);
}
#hv-container .hv-pt-40 {
  padding-top: 2.083333vw;
  padding-top: var(--hv-spc-40);
}
#hv-container .hv-pb-40 {
  padding-bottom: 2.083333vw;
  padding-bottom: var(--hv-spc-40);
}
#hv-container .hv-mt-30 {
  margin-top: 1.7625vw;
  margin-top: var(--hv-spc-30);
}
#hv-container .hv-mb-30 {
  margin-bottom: 1.7625vw;
  margin-bottom: var(--hv-spc-30);
}
#hv-container .hv-pt-30 {
  padding-top: 1.7625vw;
  padding-top: var(--hv-spc-30);
}
#hv-container .hv-pb-30 {
  padding-bottom: 1.7625vw;
  padding-bottom: var(--hv-spc-30);
}
#hv-container .hv-mt-10 {
  margin-top: 0.520833vw;
  margin-top: var(--hv-spc-10);
}
#hv-container .hv-mb-10 {
  margin-bottom: 0.520833vw;
  margin-bottom: var(--hv-spc-10);
}
#hv-container .hv-pt-10 {
  padding-top: 0.520833vw;
  padding-top: var(--hv-spc-10);
}
#hv-container .hv-pb-10 {
  padding-bottom: 0.520833vw;
  padding-bottom: var(--hv-spc-10);
}
#hv-container .hv-will-change .will-change-tf {
  will-change: transform;
}
#hv-container .hv-will-change .will-change-op {
  will-change: opacity;
}
#hv-container .hv-will-change .will-change-tf-op {
  will-change: transform, opacity;
}
#hv-container .hv-will-change .will-change-all {
  will-change: transform, opacity, width, height;
}
#hv-container .hv-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hv-container .hv-content-ws {
  width: 75vw;
  width: var(--hv-content-ws);
  margin: 0 auto;
  position: relative;
}
#hv-container .hv-content-wf {
  width: 100%;
  position: relative;
  line-height: 0;
}
#hv-container .hv-img-border-radius {
  border-radius: 0.8333333333vw;
  overflow: hidden;
  will-change: transform;
}
#hv-container .hv-img-border-radius-s {
  border-radius: 0.520833vw;
  overflow: hidden;
}
#hv-container .hv-bg {
  background-color: #000;
}
#hv-container .hv-bg-11 {
  background-color: #111111;
}
#hv-container .hv-space-100vh {
  height: 100vh;
}
#hv-container .hv-space-50vh {
  height: 50vh;
}
#hv-container .hv-showmob {
  display: none;
}
#hv-container .hv-showpc {
  display: inline-block;
}
#hv-container .hv-show-ie {
  display: none;
}
#hv-container .hv-hide-ie {
  display: block;
}
#hv-container .wx-img {
  display: none;
}
#hv-container .nowrap {
  white-space: nowrap;
  line-height: inherit;
  color: inherit !important;
}
#hv-container sup {
  line-height: 0;
  font-size: 0.6em;
  cursor: pointer;
}
#hv-container .hv-sellpoint-arrow {
  width: 1.666667vw !important;
  height: 1.666667vw;
  position: absolute;
  bottom: 1.041667vw;
  right: 1.041667vw;
  cursor: pointer;
  background: #F8F8F8;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  transform: translate3d(0, 0, 0);
}
#hv-container .hv-sellpoint-arrow img {
  width: 100%;
  transition: all 1s;
  transform: translateY(-48%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#hv-container .hv-reason-div:hover .hv-sellpoint-arrow img {
  transform: translateY(0);
  transition: all 1s;
}
#hv-container .stick-full {
  position: -webkit-sticky;
  position: sticky;
  top: var(--hv-nav);
  height: var(--hv-sticky-h);
  overflow: hidden;
}
#hv-container .hv-animation-reason {
  opacity: 0;
  transform: translateY(4vw);
}
#hv-container .aspect-ratio-picture {
  display: block;
  max-width: 100%;
  position: relative;
}
#hv-container .aspect-ratio-picture::before {
  display: block;
  content: "";
}
#hv-container .aspect-ratio-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#hv-container .hv-disclaimer-wrap {
  margin-left: auto;
  margin-right: auto;
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  font-size: 14px;
  font-weight: 500;
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer li {
  list-style-type: decimal;
  color: #fff;
  word-break: break-word;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer li a {
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer li.active {
  font-weight: 800;
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer li.asterisk {
  list-style-type: "*";
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer li.asterisk2 {
  list-style-type: "**";
}
#hv-container .hv-disclaimer-wrap .hv-disclaimer .li-no-num {
  list-style: none;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-disclaimer-wrap .hv-disclaimer {
    width: 83.333333vw;
    font-size: 3.3333333333vw;
  }
}
#hv-container .hv-disclaimer-wrap i {
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translateY(-4.2px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}
@media (min-width: 1920px) {
  #hv-container .hv-disclaimer-wrap i {
    width: 0.833333vw;
    height: 0.833333vw;
    transform: translateY(calc(-0.0833335vw - 1px));
  }
}
@media (max-aspect-ratio: 11/10) {
  #hv-container .hv-disclaimer-wrap i {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc(-0.3055554vw - 1px));
  }
}
#hv-container .hv-disclaimer-wrap li {
  position: relative;
}
#hv-container .hv-disclaimer-wrap li.active i {
  display: inline-block;
}

.hv-btn-style {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
  padding: 6px 20px;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.hv-btn-style a {
  color: inherit;
}

.hv-btn-style:hover {
  opacity: 0.8;
}

/*common end*/
@media screen and (max-aspect-ratio: 11/10) {
  :root {
    --hv-content-ws: 90.8571428571vw;
    --hv-nav: 0;
    --hv-sticky-h: calc(100vh - var(--hv-nav));
    --hv-spc-200: 14.2857142857vw;
    --hv-spc-160: 11.4285714286vw;
    --hv-spc-120: 16.666667vw;
    --hv-spc-80: 13.888889vw;
    --hv-spc-60: 11.111111vw;
    --hv-spc-40: 8.333333vw;
    --hv-spc-30: 5.555556vw;
    --hv-spc-10: 2.777778vw;
    --hv-txt-120: 16.666667vw;
    --hv-txt-120-80: 11.111111vw;
    --hv-txt-96-96: 6.8571428571vw;
    --hv-txt-80-80: 11.111111vw;
    --hv-txt-64-48: 4.5714285714vw;
    --hv-txt-64-64: 4.5714285714vw;
    --hv-txt-48-42: 3.4285714286vw;
    --hv-txt-48-40: 5.555556vw;
    --hv-txt-40-40: 5.555556vw;
    --hv-txt-40-30: 4.166667vw;
    --hv-txt-32-40: 3.4285714286vw;
    --hv-txt-30-30: 4.166667vw;
    --hv-txt-30-25: 3.472222vw;
    --hv-txt-28-30: 4.166667vw;
    --hv-txt-22-32: 2.2857142857vw;
    --hv-txt-24-32: 1.7142857143vw;
    --hv-txt-22-22: 3.055556vw;
    --hv-txt-22-28: 3.888889vw;
    --hv-txt-20-20: 2.777778vw;
    --hv-txt-20-28: 1.4285714286vw;
    --hv-txt-20-16: 2.222222vw;
    --hv-txt-18-24: 1.2857142857vw;
    --hv-txt-18-18: 2.5vw;
    --hv-txt-16-16: 2.222222vw;
    --hv-txt-16-24: 3.333333vw;
    --hv-txt-13: 13px;
    --hv-txt-12: 12px;
    --hv-xin-txt-40: 6.666667vw;
  }
  #hv-container .hv-animation-up {
    opacity: 0;
  }
  #hv-container .hv-img-border-radius {
    border-radius: 1.1428571429vw;
  }
  #hv-container .hv-img-border-radius-s {
    border-radius: 1.1428571429vw;
  }
  #hv-container .hv-space-100vh {
    display: none;
  }
  #hv-container .hv-space-50vh {
    display: none;
  }
  #hv-container .hv-showmob {
    display: none;
  }
  #hv-container .hv-showpc {
    display: block;
  }
  #hv-container .hv-common-swiper-img .hv-showmob {
    display: block;
  }
  #hv-container .hv-content-ws {
    width: 100%;
    width: var(--hv-content-ws);
  }
  /* common end*/
}
@media screen and (max-aspect-ratio: 11/10) {
  :root {
    --hv-content-ws: 100%;
    --hv-nav: 0;
    --hv-sticky-h: calc(100vh - var(--hv-nav));
    --hv-spc-200: 27.777778vw;
    --hv-spc-160: 22.2222222222vw;
    --hv-spc-120: 16.666667vw;
    --hv-spc-80: 13.888889vw;
    --hv-spc-60: 11.111111vw;
    --hv-spc-40: 8.333333vw;
    --hv-spc-30: 5.555556vw;
    --hv-spc-10: 2.777778vw;
    --hv-txt-120: 16.666667vw;
    --hv-txt-120-80: 11.111111vw;
    --hv-txt-96-96: 13.3333333333vw;
    --hv-txt-80-80: 11.111111vw;
    --hv-txt-64-48: 6.6666666667vw;
    --hv-txt-64-64: 8.888889vw;
    --hv-txt-48-42: 5.8333333333vw;
    --hv-txt-48-40: 5.555556vw;
    --hv-txt-40-40: 5.555556vw;
    --hv-txt-40-30: 4.166667vw;
    --hv-txt-32-40: 5.5555555556vw;
    --hv-txt-30-30: 4.166667vw;
    --hv-txt-30-25: 3.472222vw;
    --hv-txt-28-30: 4.166667vw;
    --hv-txt-22-32: 4.4444444444vw;
    --hv-txt-24-32: 4.4444444444vw;
    --hv-txt-22-22: 3.055556vw;
    --hv-txt-22-28: 3.888889vw;
    --hv-txt-20-20: 2.777778vw;
    --hv-txt-20-28: 3.8888888889vw;
    --hv-txt-20-16: 2.222222vw;
    --hv-txt-18-24: 3.3333333333vw;
    --hv-txt-18-18: 2.5vw;
    --hv-txt-16-16: 2.222222vw;
    --hv-txt-16-24: 3.333333vw;
    --hv-txt-13: 13px;
    --hv-txt-12: 12px;
    --hv-xin-txt-40: 6.666667vw;
  }
  #hv-container .hv-animation-up {
    opacity: 0;
  }
  #hv-container .hv-img-border-radius {
    border-radius: 2.2222222222vw;
  }
  #hv-container .hv-img-border-radius-s {
    border-radius: 1.388889vw;
  }
  #hv-container .hv-space-100vh {
    display: none;
  }
  #hv-container .hv-space-50vh {
    display: none;
  }
  #hv-container .hv-showmob {
    display: inline-block;
  }
  #hv-container .hv-showpc {
    display: none;
  }
  #hv-container .hv-content-ws {
    width: 100%;
    width: var(--hv-content-ws);
  }
  #hv-container .hv-reason .hv-sellpoint-arrow {
    width: 3.3333333333vw !important;
    height: 3.3333333333vw;
    bottom: 1.9444444444vw;
    right: 1.9444444444vw;
  }
  /* common end*/
}
html.has-modal {
  overflow: hidden !important;
}

html.has-modal body::-webkit-scrollbar {
  display: none;
}

html.has-modal body,
html.has-modal .main-navigation.nav-v2,
html.has-modal #second-navigation-v4 .product-tabs__heading,
html.fancybox-margin body,
html.fancybox-margin .main-navigation.nav-v2,
html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

.has-modal #hv-container .section-modal.modal-open,
.has-modal #hv-container .section-modal.modal-will-close {
  z-index: 200;
}

.has-modal #hv-container .section-modal .modal-overlay {
  transform: translate3d(0, 0, 0);
}

#hv-container {
  width: 100%;
}
#hv-container .hv-video-replay {
  cursor: pointer;
  opacity: 0;
  transition: all 0.8s ease;
  pointer-events: none;
}
#hv-container .hv-video-replay.active {
  opacity: 1;
  pointer-events: all;
}
#hv-container.hv-no-video-btn .hv-video-replay {
  display: none !important;
}
#hv-container.hv-no-video-btn .video-control-btn-container {
  display: none !important;
}
#hv-container.hv-no-video-btn .system-ai-theme-item-ui-container {
  border-radius: 5.5555555556vw;
  top: 0.9%;
  left: 0.8%;
  width: 97.9%;
}
#hv-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  outline: none;
}
#hv-container .swiper {
  overflow: visible;
  margin-left: 0;
}
#hv-container .swiper-wrapper {
  height: max-content;
}
#hv-container .swiper-slide {
  width: 100%;
  height: max-content;
  overflow: hidden;
}
#hv-container .swiper-button-prev svg,
#hv-container .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
#hv-container .swiper-button-next:after,
#hv-container .swiper-button-prev:after {
  display: none;
}
#hv-container .swiper-button-prev.swiper-button-disabled,
#hv-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
#hv-container a {
  color: inherit;
}
#hv-container .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  outline: 0;
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
  padding-inline-end: var(--modal-scrollbar-buffer);
  background-color: rgb(255, 255, 255);
}
#hv-container .section-modal.hv-specimen-feature2-pop {
  background-color: rgb(0, 0, 0);
}
#hv-container .section-modal.hv-design-feature1-pop .modal-overlay {
  transform: translate3d(0, 0, 0);
}
#hv-container .section-modal.modal-fully-visible {
  padding-inline-end: 0;
}
#hv-container .section-modal.modal-open {
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}
#hv-container .section-modal.modal-open .modal-overlay {
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
#hv-container .section-modal.modal-will-close {
  overflow: auto;
  padding-inline-end: 0;
}
#hv-container .section-modal.modal-will-close .modal-overlay {
  transition: all 0.3s;
}
#hv-container .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
#hv-container .section-modal .modal-overlay {
  width: 70vw;
  max-height: 83vh;
  transform: translate3d(0, 100vh, 0);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#hv-container .section-modal .modal-wrapper {
  position: relative;
  pointer-events: auto;
}
#hv-container .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#hv-container .section-modal .modal-close-container {
  position: absolute;
  top: 1.6666666667vw;
  right: 1.6666666667vw;
  bottom: 0;
}
#hv-container .section-modal .modal-close-button {
  width: 2.5vw;
  height: 2.5vw;
  position: sticky;
  z-index: 10;
  top: 1.6666666667vw;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 0;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.6s ease;
}
#hv-container .section-modal .modal-close-button svg {
  width: 100%;
  height: 100%;
}
#hv-container .section-modal .modal-close-button:hover {
  opacity: 0.8;
}
#hv-container .section-modal .swiper-button-prev,
#hv-container .section-modal .swiper-button-next {
  transition: all 0.3s ease-in-out;
  border-radius: 2.6041666667vw;
  background-color: rgba(128, 128, 128, 0);
}
#hv-container .section-modal .swiper-button-prev:hover,
#hv-container .section-modal .swiper-button-next:hover {
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#hv-container .section-modal .hv-btn-bg {
  opacity: 0;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .section-modal .modal-overlay {
    width: 95.5555555556vw;
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
  }
  #hv-container .section-modal .modal-content {
    padding-bottom: 16.6666666667vw;
    border-radius: 4.4444444444vw;
  }
  #hv-container .section-modal .modal-close-container {
    top: 3.3333333333vw;
    right: 3.3333333333vw;
    width: 11.1111111111vw;
  }
  #hv-container .section-modal .modal-close-button {
    top: 3.3333333333vw;
  }
  #hv-container .section-modal .modal-close-button {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
  #hv-container .section-modal .section-content {
    padding: 8.3333333333vw;
    flex-direction: column;
  }
}
#hv-container .hv-common-txt {
  width: 49.7916666667vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#hv-container .hv-common-txt h2 {
  color: #202020;
}
#hv-container .hv-common-txt p {
  color: #8B8B8B;
  margin-top: 1.71875vw;
  margin-bottom: 3.3333333333vw;
  font-weight: 400;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-common-txt {
    width: 81.1111111111vw;
  }
  #hv-container .hv-common-txt p {
    margin-top: 4.5833333333vw;
    margin-bottom: 8.8888888889vw;
  }
}
#hv-container .hv-kv {
  margin-top: 5.5729166667vw;
}
#hv-container .hv-kv.active .hv-common-txt {
  transform: translateY(0);
  opacity: 1;
}
#hv-container .hv-kv.active .hv-common-txt h2 {
  transform: translateY(0);
  opacity: 1;
}
#hv-container .hv-kv.active .hv-common-txt p {
  transform: translateY(0);
  opacity: 1;
}
#hv-container .hv-kv.active .hv-kv-bg {
  opacity: 1;
}
#hv-container .hv-kv.active .hv-kv-img1 {
  transform: translateY(0);
}
#hv-container .hv-kv.active .hv-kv-img2 {
  transform: translate(0, 0);
}
#hv-container .hv-kv.active .hv-kv-img3 {
  transform: translate(0, 0);
}
#hv-container .hv-kv.active .hv-kv-img4 {
  transform: translateY(0);
}
#hv-container .hv-kv.active .hv-kv-img5 {
  transform: translate(0, 0);
}
#hv-container .hv-kv.active .hv-kv-img6 {
  transform: translate(0, 0);
}
#hv-container .hv-kv.active .hv-kv-img7 {
  transform: translate(0, 0);
}
#hv-container .hv-kv .hv-common-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(7.5520833333vw);
  transition: transform 1s, opacity 1s;
  opacity: 0;
}
#hv-container .hv-kv .hv-common-txt h2 {
  transform: translateY(1.0416666667vw);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.1s;
}
#hv-container .hv-kv .hv-common-txt p {
  transform: translateY(2.0833333333vw);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.2s;
}
#hv-container .hv-kv .hv-kv-logo {
  width: 13.8020833333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5208333333vw;
}
#hv-container .hv-kv .hv-kv-bg {
  opacity: 0;
  transition: opacity 1s;
}
#hv-container .hv-kv .hv-kv-img-wrapper {
  width: 66.9791666667vw;
  position: absolute;
  top: 17.2916666667vw;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
#hv-container .hv-kv .hv-kv-img {
  position: absolute;
  z-index: 2;
  transition-delay: 0.3s;
  transition: transform 1s;
}
#hv-container .hv-kv .hv-kv-img1 {
  width: 100%;
  transform: translateY(10.1041666667vw);
}
#hv-container .hv-kv .hv-kv-img2 {
  width: 19.4791666667vw;
  top: 13.2291666667vw;
  left: 0;
  transform: translate(-23.8541666667vw, 6.09375vw);
}
#hv-container .hv-kv .hv-kv-img3 {
  width: 9.1666666667vw;
  z-index: 3;
  top: 20.625vw;
  left: 13.6979166667vw;
  transform: translate(-19.2708333333vw, 5.8333333333vw);
}
#hv-container .hv-kv .hv-kv-img4 {
  width: 27.2916666667vw;
  top: 9.84375vw;
  left: 19.6354166667vw;
  transform: translateY(16.40625vw);
}
#hv-container .hv-kv .hv-kv-img5 {
  width: 4.6354166667vw;
  top: 20.3645833333vw;
  right: 15.2083333333vw;
  z-index: 3;
  transform: translate(17.2395833333vw, 6.0416666667vw);
}
#hv-container .hv-kv .hv-kv-img6 {
  width: 14.21875vw;
  top: 18.9583333333vw;
  right: 2.1875vw;
  transform: translate(19.84375vw, 5.2604166667vw);
}
#hv-container .hv-kv .hv-kv-img7 {
  width: 4.9479166667vw;
  top: 24.6354166667vw;
  right: 0;
  z-index: 3;
  transform: translate(22.4479166667vw, 7.0833333333vw);
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-kv {
    margin-top: 13.0555555556vw;
  }
  #hv-container .hv-kv .hv-common-txt {
    width: 81.1111111111vw;
    transform: translateY(40.2777777778vw);
  }
  #hv-container .hv-kv .hv-common-txt h2 {
    transform: translateY(2.7777777778vw);
  }
  #hv-container .hv-kv .hv-common-txt p {
    transform: translateY(5.5555555556vw);
  }
  #hv-container .hv-kv .hv-kv-logo {
    width: 36.8055555556vw;
    margin-bottom: 4.1666666667vw;
  }
  #hv-container .hv-kv .hv-kv-img-wrapper {
    width: 100%;
    top: 79.1666666667vw;
  }
  #hv-container .hv-kv .hv-kv-img1 {
    width: 100%;
    transform: translateY(110.5555555556vw);
  }
  #hv-container .hv-kv .hv-kv-img2 {
    width: 26.5277777778vw;
    top: 18.0555555556vw;
    left: 3.0555555556vw;
    transform: translate(-254.5833333333vw, 65.4166666667vw);
  }
  #hv-container .hv-kv .hv-kv-img3 {
    width: 11.8055555556vw;
    z-index: 3;
    top: 28.0555555556vw;
    left: 21.5277777778vw;
    transform: translate(-205.9722222222vw, 76.5277777778vw);
  }
  #hv-container .hv-kv .hv-kv-img4 {
    width: 37.0833333333vw;
    top: 13.4722222222vw;
    left: 29.5833333333vw;
    transform: translateY(175.2777777778vw);
  }
  #hv-container .hv-kv .hv-kv-img5 {
    width: 6.25vw;
    top: 27.7777777778vw;
    right: 26.3888888889vw;
    z-index: 3;
    transform: translate(184.3055555556vw, 65.9722222222vw);
  }
  #hv-container .hv-kv .hv-kv-img6 {
    width: 19.3055555556vw;
    top: 25.8333333333vw;
    right: 8.75vw;
    transform: translate(212.0833333333vw, 56.25vw);
  }
  #hv-container .hv-kv .hv-kv-img7 {
    width: 6.6666666667vw;
    top: 33.6111111111vw;
    right: 5.6944444444vw;
    z-index: 3;
    transform: translate(239.8611111111vw, 77.0833333333vw);
  }
}
#hv-container .hv-section-bg {
  background: linear-gradient(to bottom, transparent, #FFEEE3, transparent);
}
#hv-container .hv-playbill .hv-playbill-img-wrapper {
  width: 100%;
  overflow: hidden;
}
#hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img1 {
  animation: lamp 28s linear infinite reverse;
}
#hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img2 {
  animation: lamp 28s linear infinite;
}
#hv-container .hv-playbill .hv-playbill-img {
  display: flex;
  float: left;
  transform: translateX(-50%);
  position: relative;
}
#hv-container .hv-playbill .hv-playbill-img1 {
  left: -6.875vw;
}
#hv-container .hv-playbill .hv-playbill-img2 {
  margin-top: 1.25vw;
  left: -79.53125vw;
}
#hv-container .hv-playbill .hv-playbill-img3,
#hv-container .hv-playbill .hv-playbill-img4 {
  display: none;
}
#hv-container .hv-playbill .hv-playbill-lamp {
  width: 183.9583333333vw;
  margin-left: 1.25vw;
}
@keyframes lamp {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-playbill {
    margin-top: 16.6666666667vw;
  }
  #hv-container .hv-playbill .hv-common-txt h2 {
    text-align: left;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  #hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img1 {
    animation: lamp 22s linear infinite reverse;
  }
  #hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img2 {
    animation: lamp 22s linear infinite;
  }
  #hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img3 {
    animation: lamp 22s linear infinite reverse;
  }
  #hv-container .hv-playbill .hv-playbill-img-wrapper.active .hv-playbill-img4 {
    animation: lamp 22s linear infinite;
  }
  #hv-container .hv-playbill .hv-playbill-img {
    display: flex;
    float: left;
    transform: translateX(-50%);
    position: relative;
  }
  #hv-container .hv-playbill .hv-playbill-img:not(:first-child) {
    margin-top: 2.2222222222vw;
  }
  #hv-container .hv-playbill .hv-playbill-img1 {
    left: -3.6111111111vw;
  }
  #hv-container .hv-playbill .hv-playbill-img2 {
    left: -64.1666666667vw;
  }
  #hv-container .hv-playbill .hv-playbill-img3 {
    left: -3.6111111111vw;
    display: flex;
  }
  #hv-container .hv-playbill .hv-playbill-img4 {
    left: -64.1666666667vw;
    display: flex;
  }
  #hv-container .hv-playbill .hv-playbill-lamp {
    width: 168.8888888889vw;
    margin-left: 2.2222222222vw;
  }
}
#hv-container .hv-aimax .hv-aimax-video {
  width: 67.5vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
#hv-container .hv-aimax .hv-aimax-icon-wrapper {
  width: 54.2708333333vw;
  position: absolute;
  bottom: 4.53125vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#hv-container .hv-aimax .hv-aimax-icon-content {
  display: flex;
}
#hv-container .hv-aimax .hv-aimax-icon {
  text-align: center;
}
#hv-container .hv-aimax .hv-aimax-icon img {
  width: 5.8854166667vw;
}
#hv-container .hv-aimax .hv-aimax-icon p {
  width: max-content;
  font-size: 0.9375vw;
  margin-top: 0.5208333333vw;
  color: #fff;
  opacity: 0.8;
}
#hv-container .hv-aimax .hv-aimax-icon1,
#hv-container .hv-aimax .hv-aimax-icon3 {
  margin-right: 2.6041666667vw;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-aimax .hv-aimax-video {
    width: 100%;
    border-radius: 0;
  }
  #hv-container .hv-aimax .hv-aimax-icon-wrapper {
    width: 66.6666666667vw;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.6666666667vw;
  }
  #hv-container .hv-aimax .hv-aimax-icon img {
    width: 19.4444444444vw;
  }
  #hv-container .hv-aimax .hv-aimax-icon p {
    font-size: 3.3333333333vw;
    margin-top: 1.25vw;
    color: #202020;
    opacity: 1;
  }
  #hv-container .hv-aimax .hv-aimax-icon-content {
    justify-content: center;
    width: 100%;
  }
  #hv-container .hv-aimax .hv-aimax-icon-content2 {
    margin-top: 4.4444444444vw;
  }
  #hv-container .hv-aimax .hv-aimax-icon1 {
    margin-right: 11.3888888889vw;
  }
  #hv-container .hv-aimax .hv-aimax-icon3 {
    margin-right: 20.8333333333vw;
  }
}
#hv-container .hv-assistant .hv-assistant-swiper {
  width: 53.125vw;
  margin-left: auto;
  margin-right: auto;
}
#hv-container .hv-assistant .swiper-slide {
  width: 16.6666666667vw;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.8125);
}
#hv-container .hv-assistant .swiper-slide-active,
#hv-container .hv-assistant .swiper-slide-duplicate-active {
  transform: scale(1);
}
#hv-container .hv-assistant .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.6666666667vw;
}
#hv-container .hv-assistant .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  background: #EDEDED;
  opacity: 1;
}
#hv-container .hv-assistant .swiper-pagination-bullet-active {
  background: #FF8F45;
}
#hv-container .hv-assistant .swiper-slide {
  cursor: pointer;
}
#hv-container .hv-assistant .swiper-slide-active {
  cursor: auto;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-assistant .hv-assistant-swiper {
    width: 150vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #hv-container .hv-assistant .swiper-slide {
    width: 44.4444444444vw;
  }
  #hv-container .hv-assistant .swiper-pagination {
    display: none;
  }
  #hv-container .hv-assistant .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    background: #EDEDED;
    opacity: 1;
  }
  #hv-container .hv-assistant .swiper-pagination-bullet-active {
    background: #FF8F45;
  }
  #hv-container .hv-assistant .hv-assistant-btn-wrapper {
    width: 27.7777777778vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 8.8888888889vw;
  }
  #hv-container .hv-assistant .hv-assistant-btn-wrapper > div {
    width: 11.1111111111vw;
  }
  #hv-container .hv-assistant .swiper-button-prev,
  #hv-container .hv-assistant .swiper-container-rtl .swiper-button-next {
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  #hv-container .hv-assistant .swiper-button-next,
  #hv-container .hv-assistant .swiper-container-rtl .swiper-button-prev {
    position: relative;
    height: auto;
    right: 0;
    top: 0;
    margin-top: 0;
    transform: rotate(180deg);
  }
}
#hv-container .hv-teleport {
  overflow: visible;
}
#hv-container .hv-teleport .hv-common-txt {
  width: 56.7708333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 3.3333333333vw;
}
#hv-container .hv-teleport .hv-common-txt p {
  margin-top: 0;
  margin-bottom: 0;
  width: 26.5625vw;
}
#hv-container .hv-teleport .hv-teleport-video-wrapper {
  width: 67.5vw;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.4814814815);
  will-change: transform, border-radius;
  transform-origin: center top;
  --transition-timing: 1.5s;
  --copy-fade-transition: transform var(--transition-timing) cubic-bezier(0.16, 1, 0.3, 1), border-radius var(--transition-timing) cubic-bezier(0.16, 1, 0.3, 1);
  transition: var(--copy-fade-transition);
  overflow: hidden;
  border-radius: 0;
}
#hv-container .hv-teleport .hv-teleport-video-wrapper.active {
  transform: scale(1);
  border-radius: 2.0833333333vw;
}
@media screen and (max-aspect-ratio: 11/10) {
  #hv-container .hv-teleport .hv-common-txt {
    width: 79.1666666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 8.8888888889vw;
  }
  #hv-container .hv-teleport .hv-common-txt p {
    margin-top: 4.5833333333vw;
    margin-bottom: 0;
    width: 100%;
  }
  #hv-container .hv-teleport .hv-teleport-video-wrapper {
    width: 100%;
    transform: scale(1);
    border-radius: 0;
  }
  #hv-container .hv-teleport .hv-teleport-video-wrapper.active {
    transform: scale(1);
    border-radius: 0;
  }
}

/* IE */
.static-style .hv-show-ie {
  display: block;
}
.static-style .hv-hide-ie {
  display: none;
}
.static-style .hv-space-50vh {
  display: none;
}
.static-style .hv-space-100vh {
  display: none;
}
.static-style .hv-container .stick-full {
  position: relative;
  top: 0;
  height: auto;
  margin-top: 0;
}/*# sourceMappingURL=index.css.map */