.css-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.css-mobile {
  display: none !important;
}

.css-error {
  color: #FE6969;
}

.css-link {
  font-weight: 300;
}

.form-label {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  display: block;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  width: 100%;
  height: 36px;
  color: #39325A;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 499.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D3D1DC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-input:focus, .form-input:hover {
  border: 1px solid #6D4DFF;
}

.page-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  height: inherit;
  border-radius: 0;
  background: transparent !important;
  border: none !important;
}
.page-input:focus, .page-input:hover {
  border: none !important;
}

.code-input {
  border: 1px solid #D3D1DC;
  border-radius: 499.5rem;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  width: 6.2rem;
  position: relative;
}
.code-input > img {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #6D4DFF;
}
.page-form:focus, .page-form:hover {
  border: 1px solid #4F2FE3;
}

.form-tips {
  display: none !important;
  width: 100%;
  margin-top: 10px;
  padding: 0 16px;
  background-color: #FFF0F0;
  border-radius: 499.5rem;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #FE6969;
}
.form-tips.dirty {
  display: block !important;
}

input.dirty,
.page-form.dirty {
  border: 1px solid #FE6969;
}
input.dirty:focus, input.dirty:hover,
.page-form.dirty:focus,
.page-form.dirty:hover {
  border: 1px solid #FE6969;
}
input.dirty ~ .form-tips,
.page-form.dirty ~ .form-tips {
  display: block !important;
}

.login__tips.dirty .form-tips,
.page-form.dirty .form-tips {
  display: block !important;
}

.v-grid {
  display: -ms-grid;
  display: grid;
}

.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: row-reverse wrap !important;
          flex-flow: row-reverse wrap !important;
}

.v-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.v-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.css-align-center {
  text-align: center;
}

.css-h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h2 {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.css-p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.css-small {
  font-size: 16px;
}

.css-item-p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.css-purple {
  font: inherit;
  color: #6D4DFF;
}

.css-list > li {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/purple_fork_icon.svg);
  background-size: 12px 8px;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .css-list {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .css-pc {
    display: none !important;
  }
  .css-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .css-h1 {
    font-size: 26px;
  }
  .css-h2 {
    font-size: 26px;
  }
  .css-h3 {
    font-size: 16px;
  }
  .css-p {
    font-size: 16px;
  }
  .css-list {
    display: inline-block;
    text-align: left;
  }
  .css-list > li {
    font-size: 13px;
  }
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.common-review {
  padding: 98px 0 70px;
}
.common-review .button-link {
  color: #6D4DFF !important;
}
.common-review-panel {
  margin-top: 22px;
}
.common-review .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review-pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 254px;
  text-align: center;
}
.common-review-pic > img {
  width: 254px;
  height: auto;
}
.common-review-user {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.common-review-user > span {
  display: block;
  font: inherit;
}
.common-review-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 96px;
}
.common-review-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.common-review-desc {
  padding: 12px 0 24px;
  font-size: 16px;
}
.common-review-pagination {
  position: absolute;
  z-index: 9;
  left: 350px;
  bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review .swiper-pagination-bullet {
  display: block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 9999px;
  background: #BEB8CB;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.common-review .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #6D4DFF;
}

@media (max-width: 768px) {
  .common-review {
    padding: 55px 0 70px;
  }
  .common-review .wrapper {
    padding: 0 30px;
  }
  .common-review-panel {
    margin-top: 18px;
  }
  .common-review .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .common-review-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-review-pic > img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    max-width: 60% !important;
    width: 60% !important;
  }
  .common-review-user {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 10px 6px 20px;
    font-size: 12px;
    text-align: left;
  }
  .common-review-user > span {
    width: 100px;
    word-wrap: break-word;
  }
  .common-review-content {
    margin-left: 0;
    width: 100%;
  }
  .common-review-subtitle {
    padding: 26px 0 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .common-review-desc {
    padding: 0 0 60px;
    font-size: 14px;
  }
  .common-review-pagination {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}
.transformY-0 {
  opacity: 0;
  -webkit-animation: transformY 0s;
          animation: transformY 0s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-1 {
  opacity: 0;
  -webkit-animation: transformY 0.2s;
          animation: transformY 0.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-2 {
  opacity: 0;
  -webkit-animation: transformY 0.4s;
          animation: transformY 0.4s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-3 {
  opacity: 0;
  -webkit-animation: transformY 0.6s;
          animation: transformY 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-4 {
  opacity: 0;
  -webkit-animation: transformY 0.8s;
          animation: transformY 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-5 {
  opacity: 0;
  -webkit-animation: transformY 1s;
          animation: transformY 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.about img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@-webkit-keyframes arrow-down1 {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%);
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes arrow-down1 {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-50%);
    transform: translateY(-20px) translateX(-50%);
  }
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
.about a {
  color: #39325a;
}
.about h2 {
  font-weight: 600;
}
.about .css-h2 {
  font-size: 60px;
}
.about .css-h3 {
  font-size: 30px;
}
.about .css-p {
  font-size: 20px;
}
.about .css-mes {
  font-size: 16px;
}
.about .button-reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 22px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 5px;
  background: #39325a;
  min-width: 0;
  cursor: default !important;
}
.about .button-reply:hover {
  opacity: 1;
}
.about .button-link {
  font-size: 16px;
}
.about .button-solid {
  background: rgba(255, 255, 255, 0.7411764706) 0% 0% no-repeat padding-box;
  border: 1px solid #8b3dff;
  border-radius: 25px;
}
.about .button-solid:hover {
  background: #e3d1ff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  border: none;
}
.about .hollow-purple {
  color: #8b3dff;
  border-width: 2px;
  border-color: #8b3dff;
}
.about .hollow-purple:hover {
  color: #ffffff;
  background-color: #8b3dff;
}
.about .button-box a {
  min-width: 306px;
}
.about .page-google {
  min-width: 201px;
}
.about .page-button:disabled,
.about .page-button:disabled:hover {
  color: #fff !important;
  background: #39325a !important;
  border-color: #39325a !important;
}
.about .v-grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about .flex-left {
  width: 37.78%;
}
.about .flex-right {
  width: 37.78%;
}
.about .wrapper {
  max-width: 1084px;
}
.about-banner {
  padding: 94px 0 121px;
  background: transparent linear-gradient(112deg, #ffffff 0%, #f7f6ff 38%, #f3f7ff 100%) 0% 0% no-repeat padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-banner .wrapper-p {
  max-width: 1086px;
  position: relative;
}
.about-banner .wrapper-p .img-left {
  position: absolute;
  width: 184px;
  height: 79px;
  left: -80px;
  top: -50px;
}
.about-banner .wrapper-p .img-bottom {
  position: absolute;
  width: 184px;
  height: 79px;
  right: -166px;
  bottom: -133px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about-banner .wrapper-p .about-h1 h1 {
  font: normal normal bold 86px/103px Poppins;
  color: #39325a;
}
.about-banner .wrapper-p .about-h1 span {
  font-weight: bold;
}
.about-banner .wrapper-p .about-css-p {
  padding-top: 37px;
}
.about-banner .wrapper-p .about-css-p .css-p-bot {
  margin-top: 37px;
}
.about-banner .wrapper-p .button-flex {
  max-width: 258px;
  margin-top: 37px;
}
.about-banner .our-wrapper {
  max-width: 1084px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/banner_our.webp) 0% 0% no-repeat padding-box;
  min-height: 400px;
  background-size: cover;
  margin-top: 350px;
  padding: 73px 116px 8px 461px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-banner .our-wrapper img {
  width: 270px;
  height: 55px;
}
.about-banner .our-wrapper .css-h2 {
  font: normal normal 600 60px/90px Poppins;
  color: #ffffff;
}
.about-banner .our-wrapper .css-des {
  font: normal normal 300 28px/45px Poppins;
  color: #ffffff;
}
.about-story {
  padding: 75px 0 122px;
}
.about-story a {
  color: #8b3dff;
}
.about-story .wrapper-s {
  max-width: 1086px;
}
.about-story .wrapper-s .about-iso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 128px;
}
.about-story .wrapper-s .about-iso .mob-show {
  display: none;
}
.about-story .wrapper-s .about-iso .pc-show {
  display: block;
}
.about-story .wrapper-s .about-iso .left h2 {
  font: normal normal 600 44px/65px Poppins;
  width: 774px;
  color: #39325a;
  margin-bottom: 16px;
}
.about-story .wrapper-s .about-iso .left p {
  width: 659px;
  font: normal normal 300 16px/24px Poppins;
  color: #39325a;
}
.about-story .wrapper-s .about-iso img {
  width: 277px;
  height: 234px;
}
.about-story .wrapper-s .v-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 481px 90px 515px;
  grid-template-columns: 481px 515px;
  gap: 90px;
}
.about-story .wrapper-s .v-flex .mob-pic {
  display: none;
}
.about-story .wrapper-s .v-flex .pc-pic {
  display: block;
}
.about-story .wrapper-s .v-flex span {
  font-weight: bold;
}
.about-story .wrapper-s .v-flex img {
  width: 515px;
  height: 402px;
}
.about-story .wrapper-s .story-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px 79px 557px;
  grid-template-columns: 450px 557px;
  gap: 79px;
}
.about-story .wrapper-s .story-flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 137px;
  width: 1108px;
  height: 472px;
  background: #f5f7ff 0% 0% no-repeat padding-box;
  z-index: -1;
}
.about-story .wrapper-s .story-flex img {
  width: 450px;
  height: 420px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.about-story .wrapper-s .story-flex .css-mes-top {
  margin-top: 106px;
}
.about-story .wrapper-s .css-mes {
  font: normal normal 300 16px/24px Poppins;
  color: #39325a;
  margin-top: 30px;
}
.about-mission {
  padding: 120px 0;
  background: #f8f5ff 0% 0% no-repeat padding-box;
}
.about-mission .css-p {
  font: normal normal 300 16px/24px Poppins;
}
.about-mission .css-p-margin {
  margin: 37px 0 27px 0;
}
.about-mission .img-left {
  position: absolute;
  width: 184px;
  height: 79px;
  right: -158px;
  top: -158px;
}
.about-product {
  padding: 81px 0 103px;
}
.about-product a {
  color: #8b3dff;
}
.about-product .mob-pic {
  display: none;
}
.about-product .pc-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-product .wrapper {
  font: normal normal 600 50px/76px Poppins;
  text-align: center;
}
.about-product .wrapper .css-h3 {
  font: normal normal bold 30px/46px Poppins;
}
.about-product .wrapper .css-h3-top {
  margin-top: 47px;
}
.about-product .wrapper-img {
  width: 29px;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-animation: arrow-down1 3s linear infinite;
          animation: arrow-down1 3s linear infinite;
}
.about-product .wrapper-s {
  max-width: 1084px;
  margin-top: 80px;
}
.about-product .wrapper-s .v-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 501px 35px 550px;
  grid-template-columns: 501px 550px;
  gap: 35px;
}
.about-product .wrapper-s .v-flex span {
  color: #8b3dff;
}
.about-product .wrapper-s .v-flex .v-flex-ai .dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-product .wrapper-s .v-flex .v-flex-ai .dis-flex .css-h3 {
  font: normal normal bold 30px/46px Poppins;
}
.about-product .wrapper-s .v-flex .v-flex-ai .p-left .css-p {
  font: normal normal 300 16px/24px Poppins;
  text-align: left;
}
.about-product .wrapper-s .v-flex .v-flex-ai .p-left .css-p-top {
  margin-top: 30px;
}
.about-product .wrapper-s .v-flex .v-flex-ai img {
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-19px, 7px);
          transform: translate(-19px, 7px);
}
.about-product .wrapper-s .v-flex .v-flex-ai .button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 32px;
}
.about-product .wrapper-s .num-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.about-product .wrapper-s .num-box .pro-num {
  min-width: 350px;
  min-height: 166px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4f1;
  border-radius: 10px;
}
.about-product .wrapper-s .num-box .pro-num > div:nth-child(1) {
  font: normal normal bold 56px/85px Poppins;
  color: #d0c2ff;
  margin-top: 26px;
}
.about-product .wrapper-s .num-box .pro-num > div:nth-child(2) {
  font: normal normal bold 20px/30px Poppins;
  color: #39325a;
}
.about-product .wrapper-p {
  max-width: 926px;
  margin-top: 15px;
}
.about-product .wrapper-p .css-p {
  font: normal normal 300 16px/24px Poppins;
}
.about-product .wrapper-tran {
  max-width: 926px;
  margin-top: 15px;
  position: relative;
}
.about-product .wrapper-tran .css-p {
  font: normal normal 300 16px/24px Poppins;
}
.about-product .wrapper-tran .css-tran {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.831372549)), to(#fff)) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.831372549), #fff) 0 0 no-repeat padding-box;
  z-index: 4;
}
.about-product .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.about-product .wrapper-a {
  max-width: 1084px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.about-product .wrapper-a .ai-pro-box {
  max-width: 350px;
  min-height: 456px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4f1;
  border-radius: 10px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(1) {
  padding: 42px 21px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(2) {
  position: relative;
  padding-top: 23px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(2) .video {
  position: absolute;
  border-radius: 77px;
  left: 122px;
  top: 42px;
  width: 113px;
  height: 113px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(2) .voice-icon {
  position: absolute;
  top: 130px;
  left: 90px;
  width: 175px;
  height: 31px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(2) .ai-pro-des {
  padding: 0 23px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(2) .ai-pro-title {
  margin-top: 19px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(3) {
  padding-top: 23px;
  position: relative;
}
.about-product .wrapper-a .ai-pro-box:nth-child(3) .play-icon {
  position: absolute;
  right: 133px;
  top: 78px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(3) .ai-pro-des {
  padding: 0 23px;
}
.about-product .wrapper-a .ai-pro-box:nth-child(3) .ai-pro-title {
  margin-top: 19px;
}
.about-product .wrapper-a .ai-pro-box .ai-pro-title {
  font: normal normal bold 16px/24px Poppins;
}
.about-product .wrapper-a .ai-pro-box .ai-pro-des {
  font: normal normal 300 16px/24px Poppins;
  margin-top: 8px;
}
.about-product .wrapper-a .ai-pro-box img {
  width: 308px;
  height: 151px;
}
.about-product .wrapper-a .swiper-container {
  width: 100%;
}
.about-product .wrapper-a .swiper-container .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-product .ai-none {
  display: none;
}
.about-flex {
  padding: 136px 0 123px;
  background: transparent linear-gradient(114deg, #ffffff 0%, #f7f6ff 38%, #f3f7ff 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
}
.about-flex .v-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 597px 10px 501px;
  grid-template-columns: 597px 501px;
  gap: 10px;
  -webkit-transform: translateX(-39px);
          transform: translateX(-39px);
}
.about-flex .v-flex span {
  font-weight: bold;
}
.about-flex .v-flex .v-flex-ai {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.about-flex .v-flex .v-flex-ai .dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-flex .v-flex .v-flex-ai .dis-flex .css-h3 {
  font: normal normal bold 30px/46px Poppins;
}
.about-flex .v-flex .v-flex-ai .p-left {
  margin-top: 12px;
}
.about-flex .v-flex .v-flex-ai .p-left .css-p {
  font: normal normal 300 16px/24px Poppins;
  text-align: left;
}
.about-flex .v-flex .v-flex-ai .p-left .css-p a {
  color: #6d4dff;
}
.about-flex .v-flex .v-flex-ai .p-left .css-p-top {
  margin-top: 30px;
}
.about-flex .v-flex .v-flex-ai img {
  width: 80px;
  height: 80px;
}
.about-flex .v-flex .v-flex-ai .button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 32px;
}
.about-team {
  padding: 86px 0 76px;
}
.about-team .css-h2 {
  font: normal normal 600 50px/76px Poppins;
  text-align: center;
}
.about-team .team-boxs {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-team .team-boxs img {
  width: 54px;
  height: 54px;
}
.about-team .team-boxs .css-tit {
  font: normal normal bold 16px/25px Poppins;
}
.about-team .team-boxs .css-p {
  font: normal normal 300 16px/25px Poppins;
}
.about-team .team-boxs .team-area {
  max-width: 475px;
  min-height: 125px;
}
.about-team .team-boxs .team-area .team-img-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.about-tage {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f6f5ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ffffff 0%, #f6f5ff 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  padding: 72px 0 223px 0;
}
.about-tage .css-h2 {
  font: normal normal 600 50px/76px Poppins;
  text-align: center;
}
.about-tage .tage-box {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-tage .tage-box .css-tit {
  font: normal normal bold 16px/25px Poppins;
}
.about-tage .tage-box .css-p {
  font: normal normal 300 16px/25px Poppins;
  margin-top: 14px;
}
.about-tage .tage-box .tage-area {
  max-width: 530px;
  min-height: 300px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e4e4f1;
  border-radius: 10px;
  padding: 36px 35px 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-tage .tage-support {
  text-align: center;
}
.about-tage .tage-support .css-h3 {
  font: normal normal 600 30px/46px Poppins;
  letter-spacing: 0px;
  margin: 102px 0 25px 0;
}
.about-tage .tage-support .css-p {
  font: normal normal 300 16px/25px Poppins;
  letter-spacing: 0px;
  margin-bottom: 88px;
}
.about-tage .tage-support .css-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
.about-tage .tage-support .css-img img {
  width: auto;
}
.about-tage .tage-support .mob-show {
  display: none;
}
.about-contact {
  overflow: hidden;
}
.about-contact .pic-show {
  display: block;
}
.about-contact .mob-show {
  display: none !important;
}
.about-contact .wrapper-u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 102px 0 75px;
  min-height: 716px;
}
.about-contact .wrapper-u img {
  width: 568px;
  height: 431px;
  position: absolute;
  top: 183px;
  z-index: 1;
}
.about-contact .wrapper-u .css-h2 {
  font: normal normal 600 50px/76px Poppins;
  -webkit-transform: translateX(63px);
          transform: translateX(63px);
}
.about-contact .wrapper-u .contact-faq {
  min-height: -webkit-fill-available;
  max-width: 785px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  right: -170px;
}
.about-contact .wrapper-u .contact-faq .faq-color-box {
  width: 100%;
  min-height: -webkit-fill-available;
  padding: 30px 60px 20px 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f6ff), to(#e6eeff));
  background: linear-gradient(#f2f6ff, #e6eeff);
  border-radius: 0 0 10px 10px;
}
.about-contact .wrapper-u .contact-faq .faq-color-box .nbsp {
  display: inline-block;
  margin-left: 63px;
}
.about-contact .wrapper-u .contact-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
}
.about-contact .wrapper-u .contact-faq::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(white, white);
}
.about-contact .wrapper-u .contact-faq .css-p {
  font: normal normal 300 18px/27px Poppins;
  margin-bottom: 24px;
  color: #0e0d11;
  position: relative;
}
.about-contact .wrapper-u .contact-faq .css-des {
  font: normal normal 600 14px/27px Poppins;
  color: #0e0d11;
  position: relative;
}
.about-contact .wrapper-u .contact-faq .contact-social {
  padding: 30px 60px 80px 200px;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-tit {
  font: normal normal bold 16px/25px Poppins;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-p {
  font: normal normal 300 14px/34px Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-p a {
  color: #39325a !important;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-twitter::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/twitter.webp) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-youtube::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/youtube.webp) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-ins::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/ins.webp) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-tiktok::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/tiktok.webp) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.about-contact .wrapper-u .contact-faq .contact-social .css-facebook::before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/facebook.webp) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.about-contact .wrapper-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 81px;
  height: 340px;
}
.about .wrapper-j {
  max-width: 826px;
  text-align: center;
  margin: 0 auto;
}
.about .wrapper-j .css-h2 {
  font: normal normal 600 50px/76px Poppins;
}
.about .wrapper-j .css-p {
  margin-top: 13px;
}
.about .wrapper-j .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 26px 0 94px;
}

@media (max-width: 1200px) {
  .about .wrapper {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .about-banner {
    padding: 0.7rem 0.6rem;
    background: transparent linear-gradient(152deg, #ffffff 0%, #f7f6ff 38%, #f3f7ff 100%) 0% 0% no-repeat padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-banner .wrapper-p .img-left {
    width: 2.19rem;
    max-width: 2.19rem;
    height: 0.93rem;
    top: -15px;
    left: 0;
  }
  .about-banner .wrapper-p .img-bottom {
    width: 2.19rem;
    max-width: 2.19rem;
    height: 0.93rem;
    right: -0.8rem;
    bottom: -1.5rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .about-banner .wrapper-p .about-h1 {
    display: block;
    text-align: center;
    top: 10px;
  }
  .about-banner .wrapper-p .about-h1 h1 {
    font: normal normal 600 0.7rem/1.06rem Poppins;
  }
  .about-banner .wrapper-p .about-css-p {
    padding-top: 0.34rem;
  }
  .about-banner .wrapper-p .about-css-p .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #39325a;
    text-align: center;
  }
  .about-banner .wrapper-p .button-flex {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-story {
    background: none;
    margin-top: 0px;
    padding: 0.96rem 0;
  }
  .about-story .wrapper-s {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    padding: 0 0.6rem;
  }
  .about-story .wrapper-s .about-iso {
    text-align: center;
    display: unset;
  }
  .about-story .wrapper-s .about-iso .mob-show {
    display: block;
  }
  .about-story .wrapper-s .about-iso .pc-show {
    display: none;
  }
  .about-story .wrapper-s .about-iso .left {
    text-align: center;
    margin-bottom: 1rem;
  }
  .about-story .wrapper-s .about-iso .left h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
    width: 100%;
    color: #39325a;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .about-story .wrapper-s .about-iso .left p {
    width: 100%;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    color: #39325a;
    text-align: center;
    letter-spacing: 0.64px;
  }
  .about-story .wrapper-s .about-iso .left img {
    width: 3.42rem;
    height: 2.89rem;
    margin: 0.5rem 0 0.34rem;
    margin-left: calc(50% - 1.4rem);
  }
  .about-story .wrapper-s .v-flex {
    display: block;
    text-align: center;
  }
  .about-story .wrapper-s .v-flex img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .about-story .wrapper-s .v-flex .mob-pic {
    display: block;
  }
  .about-story .wrapper-s .v-flex .pc-pic {
    display: none;
  }
  .about-story .wrapper-s .v-flex h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .about-story .wrapper-s .v-flex .css-mes {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    margin-top: 0;
  }
  .about-story .wrapper-s .story-flex {
    display: block;
    text-align: center;
  }
  .about-story .wrapper-s .story-flex::before {
    content: none;
  }
  .about-story .wrapper-s .story-flex img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin-top: 0.46rem;
  }
  .about-story .wrapper-s .story-flex .css-mes-top {
    margin-top: 0.26rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-mission {
    padding: 1rem 0.6rem;
    text-align: center;
  }
  .about-mission .img-left {
    width: 2.19rem;
    max-width: 2.19rem;
    height: 0.93rem;
    top: -1.44rem;
    left: -0.9rem;
  }
  .about-mission .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .about-mission .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-product {
    padding: 1.05rem 0.6rem 1.72rem;
  }
  .about-product .mob-pic {
    display: block;
  }
  .about-product .pc-pic {
    display: none;
  }
  .about-product .item-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0.46rem;
  }
  .about-product .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .about-product .css-h3 {
    font: normal normal 600 0.5rem/0.76rem Poppins !important;
  }
  .about-product .wrapper-s {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin-top: 0;
  }
  .about-product .wrapper-s .v-flex {
    display: block;
  }
  .about-product .wrapper-s .v-flex .v-flex-ai .dis-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-product .wrapper-s .v-flex .v-flex-ai .dis-flex .css-h3 {
    font: normal normal 500 0.42rem/0.63rem Poppins;
    margin-top: 0;
  }
  .about-product .wrapper-s .v-flex .v-flex-ai img {
    width: 1.1rem;
    max-width: 1.1rem;
    height: auto;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .about-product .wrapper-s .v-flex .v-flex-ai .p-left .css-p {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-product .wrapper-s .v-flex .v-flex-ai .button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.49rem;
  }
  .about-product .wrapper-s .num-box {
    display: block;
    margin-top: 0.49rem;
  }
  .about-product .wrapper-s .num-box .pro-num {
    width: 100%;
    min-width: 100%;
    min-height: 1.66rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4f1;
    border-radius: 10px;
    margin-bottom: 0.19rem;
  }
  .about-product .wrapper-s .num-box .pro-num > div:nth-child(1) {
    font: normal normal bold 0.56rem/0.85rem Poppins;
    color: #d0c2ff;
    margin-top: 0.24rem;
  }
  .about-product .wrapper-s .num-box .pro-num > div:nth-child(2) {
    font: normal normal bold 0.32rem/0.48rem Poppins;
    color: #39325a;
  }
  .about-product .wrapper-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.17rem;
  }
  .about-product .wrapper-img .mob-pic {
    width: 100%;
    max-width: 100%;
    -webkit-animation: arrow-down2 3s linear infinite;
            animation: arrow-down2 3s linear infinite;
  }
  @-webkit-keyframes arrow-down2 {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes arrow-down2 {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .about-product .wrapper-p .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-product .wrapper-tran .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-product .wrapper-tran .css-tran {
    height: 1rem;
  }
  .about-product .wrapper-a {
    display: block;
    height: 11rem;
  }
  .about-product .wrapper-a .swiper-container {
    width: 100%;
    height: 11rem;
    overflow: hidden;
  }
  .about-product .wrapper-a .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .about-product .wrapper-a .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .about-product .wrapper-a .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .about-product .wrapper-a .swiper-pagination {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.4rem;
  }
  .about-product .wrapper-a .swiper-pagination .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.1rem;
    border-radius: 0.12rem;
    background-color: #beb8cb;
  }
  .about-product .wrapper-a .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #6d4dff;
  }
  .about-product .wrapper-a .ai-pro-box {
    max-width: 7.3rem;
    min-height: 9rem;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e4e4f1;
    border-radius: 10px;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(1) {
    padding: 0.42rem 0.5rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) {
    position: relative;
    padding-top: 0.23rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) img {
    width: 5.62rem;
    height: 2.83rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) .video {
    position: absolute;
    border-radius: 50%;
    left: 2.26rem;
    top: 0.68rem;
    width: 1.9rem;
    height: 1.9rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) .voice-icon {
    position: absolute;
    top: 2.3rem;
    left: 1.7rem;
    width: 2.94rem;
    height: 0.53rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) .ai-pro-des {
    padding: 0 0.23rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(2) .ai-pro-title {
    margin-top: 0.19rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(3) {
    padding-top: 0.23rem;
    position: relative;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(3) img {
    width: 5.62rem;
    height: 2.89rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(3) .play-icon {
    position: absolute;
    right: 2.33rem;
    top: 1.28rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(3) .ai-pro-des {
    padding: 0 0.23rem;
  }
  .about-product .wrapper-a .ai-pro-box:nth-child(3) .ai-pro-title {
    margin-top: 0.19rem;
  }
  .about-product .wrapper-a .ai-pro-box .ai-pro-title {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .about-product .wrapper-a .ai-pro-box .ai-pro-des {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    margin-top: 8px;
  }
  .about-flex {
    padding: 0.63rem 0.6rem 1rem;
  }
  .about-flex .v-flex {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about-flex .v-flex .v-flex-ai .dis-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-flex .v-flex .v-flex-ai .dis-flex .css-h3 {
    font: normal normal 500 0.42rem/0.63rem Poppins;
    margin-top: 0;
  }
  .about-flex .v-flex .v-flex-ai img {
    width: 1.1rem;
    max-width: 1.1rem;
    height: auto;
  }
  .about-flex .v-flex .v-flex-ai .p-left .css-p {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-flex .v-flex .v-flex-ai .button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.49rem;
  }
  .about-team {
    padding: 0.5rem 0.6rem;
  }
  .about-team .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .about-team img {
    width: 100%;
    height: auto;
  }
  .about-team .team-boxs {
    display: block;
    margin-top: 0;
  }
  .about-team .team-boxs .team-area {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .about-team .team-boxs .team-area .team-img-p {
    display: block;
    margin-top: 0.43rem;
  }
  .about-team .team-boxs .team-area .css-tit {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .about-team .team-boxs .team-area .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
  }
  .about-tage {
    padding: 0.3rem 0.6rem 1.29rem;
    min-height: auto;
  }
  .about-tage .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
  }
  .about-tage .tage-box-mob {
    margin-top: 0.41rem;
  }
  .about-tage .tage-box {
    margin-top: 0px;
    display: block;
    text-align: center;
  }
  .about-tage .tage-box .tage-area {
    margin-top: 0.15rem;
    max-width: 100%;
  }
  .about-tage .tage-box .css-tit {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .about-tage .tage-box .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about-tage .tage-support {
    text-align: center;
  }
  .about-tage .tage-support .css-h3 {
    font: normal normal 600 0.4rem/0.6rem Poppins;
    letter-spacing: 0px;
    margin: 1.02rem 0 0.25rem 0;
  }
  .about-tage .tage-support .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    margin-bottom: 0.88rem;
  }
  .about-tage .tage-support .css-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.24rem;
  }
  .about-tage .tage-support .css-img img.css-img1 {
    width: 2.68rem;
  }
  .about-tage .tage-support .css-img img.css-img2 {
    width: 3.22rem;
  }
  .about-tage .tage-support .css-img img.css-img3 {
    width: 3.66rem;
  }
  .about-tage .tage-support .css-img img.css-img4 {
    width: 3.3rem;
  }
  .about-tage .tage-support .css-img img.css-img5 {
    width: 3.5rem;
  }
  .about-contact {
    padding: 0.6rem 0.6rem 0;
  }
  .about-contact .pic-show {
    display: none;
  }
  .about-contact .mob-show {
    display: block !important;
  }
  .about-contact .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins !important;
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
    margin-bottom: 1.1rem;
  }
  .about-contact .wrapper-u {
    padding: 0;
    text-align: center;
    position: relative;
    min-height: 13rem;
    display: block;
  }
  .about-contact .wrapper-u .contact-faq {
    text-align: left;
    left: 0.6rem;
    width: 5.68rem;
    border-radius: 10px;
  }
  .about-contact .wrapper-u .contact-faq .faq-color-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f6ff), to(#e6eeff));
    background: linear-gradient(#f2f6ff, #e6eeff);
    padding: 2.48rem 0.26rem 0.39rem 0.48rem;
  }
  .about-contact .wrapper-u .contact-faq .faq-color-box .nbsp {
    display: inline-block;
    margin-left: 0px;
  }
  .about-contact .wrapper-u .contact-faq::before {
    height: 100%;
  }
  .about-contact .wrapper-u .contact-faq .css-p {
    font: normal normal 300 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
    margin-bottom: 0.53rem;
  }
  .about-contact .wrapper-u .contact-faq .css-des {
    font: normal normal 600 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
  }
  .about-contact .wrapper-u .contact-faq .contact-social {
    width: 100%;
    text-align: left;
    padding: 0.38rem 0.6rem 0.8rem 0.4rem;
  }
  .about-contact .wrapper-u .contact-faq .contact-social img {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.16rem;
    position: unset;
  }
  .about-contact .wrapper-u .contact-faq .contact-social .css-tit {
    font: normal normal 600 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
    margin-bottom: 0.33rem;
  }
  .about-contact .wrapper-u .contact-faq .contact-social .css-p {
    font: normal normal 300 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-contact .wrapper-u .contact-faq .contact-social .css-p a {
    color: #39325a !important;
  }
  .about-contact .wrapper-u img {
    width: 5.42rem;
    height: 2.93rem;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 1rem;
  }
  .about-contact .wrapper-u .contact-mob-box {
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/about/contact_mob_faq.webp) 0% 0% no-repeat padding-box;
    background-size: cover;
    min-height: -webkit-fill-available;
    width: 5.68rem;
    position: absolute;
    right: 0;
    top: 1.7rem;
    padding: 2.48rem 0.26rem 0.39rem 0.48rem;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-contact .wrapper-u .contact-mob-box .css-p {
    font: normal normal 300 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
    margin-bottom: 0.53rem;
  }
  .about-contact .wrapper-u .contact-mob-box .css-des {
    font: normal normal 600 0.24rem/0.45rem Poppins;
    letter-spacing: 0.0048rem;
  }
  .about .wrapper-j {
    padding: 0.7rem 0.6rem;
  }
  .about .wrapper-j .css-h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins !important;
  }
  .about .wrapper-j .css-p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
  }
  .about .wrapper-j .button-box {
    margin-bottom: 0;
  }
}