@charset "UTF-8";
.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;
}

@media screen and (min-width: 1200px) {
  .wrapper-faq-mob {
    display: none;
  }
  .pc-head-btn {
    display: block;
  }
  .wrapper-tabs {
    display: block;
  }
  .wrapper-tabs-mob {
    display: none;
  }
  .mob-head-btn {
    display: none;
  }
  .wrapper-faq {
    display: block;
  }
  .wrapper-bomb-mob {
    display: none;
  }
  .wrapper-bomb {
    display: block;
  }
  .wrapper-second-mob {
    display: none;
  }
  .wrapper-second {
    display: block;
  }
  .mian-conaiter {
    width: 100%;
    overflow: hidden;
  }
  .wrapper-head {
    height: 565px;
    width: 100%;
    position: relative;
    background: #F3F3F5 0% 0% no-repeat padding-box;
  }
  .wrapper-inner {
    max-width: 1364px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: inherit;
    padding-top: 89px;
  }
  .lips-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .common-btn {
    width: 100%;
    text-align: center;
    margin-top: 47px;
    cursor: pointer;
  }
  .common-btn span {
    padding: 12px 24px 12px 24px;
    text-align: center;
    min-width: 262px;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: white;
  }
  .common-btn span:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .wrapper-tabs {
    width: 100%;
    background: white;
    height: auto;
  }
  .wrapper-tabs-inner {
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
    height: inherit;
    padding-top: 44px;
    padding-bottom: 41px;
  }
  .wrapper-tabs-inner h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-tabs-inner-tempalate {
    margin-top: 61px;
  }
  .wrapper-tabs-inner-tempalate-head {
    height: 49px;
    width: 100%;
    border-bottom: 2px solid #E7E7EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .wrapper-tabs-inner-tempalate-head .tab-line {
    height: 3px;
    width: 200px;
    background: #8B3DFF;
    position: absolute;
    bottom: -2.5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 35%;
  }
  .wrapper-tabs-inner-tempalate-head .active p {
    color: #8B3DFF;
  }
  .wrapper-tabs-inner-tempalate-head-landscape {
    width: 200px;
    cursor: pointer;
    height: inherit;
    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;
  }
  .wrapper-tabs-inner-tempalate-head-landscape img {
    width: 36px;
    height: 28px;
  }
  .wrapper-tabs-inner-tempalate-head-landscape p {
    margin-left: 15px;
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0.45px;
    color: #000000;
  }
  .wrapper-tabs-inner-tempalate-head-portrait {
    cursor: pointer;
    margin-left: 10px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
  .wrapper-tabs-inner-tempalate-head-portrait img {
    width: 18px;
    height: 28px;
  }
  .wrapper-tabs-inner-tempalate-head-portrait p {
    margin-left: 15px;
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0.45px;
    color: #000000;
  }
  .wrapper-tabs-inner-tempalate-footer {
    width: 163px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 58px;
  }
  .wrapper-tabs-inner-tempalate-footer p {
    text-align: center;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0.45px;
    color: #8B8B9F;
  }
  .wrapper-tabs-inner-tempalate-footer img {
    width: 68px;
    height: 29px;
  }
  .wrapper-tabs-inner-tempalate-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .wrapper-tabs-inner-tempalate-body-portrait {
    width: 311px;
    min-height: 598px;
    height: auto;
    padding-bottom: 37px;
    text-align: left;
    position: relative;
    margin-left: 40px;
    margin-top: 35px;
    border-bottom: 2px solid #E7E7EE;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img {
    width: 100%;
    min-height: 432px;
    cursor: pointer;
    height: auto;
    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;
    position: relative;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img .play-handle {
    background-color: #FFFFFF;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    border: 3px solid #ffffff;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img .play-handle .play-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/template/play.webp") no-repeat;
    background-size: cover;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img .play-handle .play-text {
    font: normal normal 500 16px/25px Poppins;
    color: #8B3DFF;
    display: inline-block;
    width: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img:hover .play-text {
    width: 120px;
    opacity: 1;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-img img {
    width: 100%;
  }
  .wrapper-tabs-inner-tempalate-body-portrait p {
    margin-top: 23px;
    text-align: left;
    font: normal normal 600 14px/27px Poppins;
    letter-spacing: 0.54px;
    color: #000000;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-btn {
    min-width: 202px;
    width: auto;
    margin-top: 31px;
    padding: 14px 28px 14px 28px;
    display: inline-block;
    color: #8B3DFF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4B0E2;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .wrapper-tabs-inner-tempalate-body-portrait-btn:hover {
    background: #8B3DFF;
    color: white;
  }
  .wrapper-tabs-inner-tempalate-body-portrait:nth-child(4n-3) {
    margin-left: 0;
  }
  .wrapper-tabs-inner-tempalate-body-landscape {
    width: 444.66px;
    text-align: left;
    min-height: 362px;
    height: auto;
    position: relative;
    margin-top: 35px;
    padding-bottom: 37px;
    margin-left: 15px;
    border-bottom: 2px solid #E7E7EE;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img {
    width: 100%;
    min-height: 197px;
    height: auto;
    cursor: pointer;
    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;
    position: relative;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img .play-handle {
    background-color: #FFFFFF;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    border: 3px solid #ffffff;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img .play-handle .play-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/template/play.webp") no-repeat;
    background-size: cover;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img .play-handle .play-text {
    font: normal normal 500 16px/25px Poppins;
    color: #8B3DFF;
    display: inline-block;
    width: 0px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img:hover .play-text {
    width: 120px;
    opacity: 1;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-img img {
    width: 100%;
  }
  .wrapper-tabs-inner-tempalate-body-landscape p {
    margin-top: 23px;
    text-align: left;
    font: normal normal 600 14px/27px Poppins;
    letter-spacing: 0.54px;
    color: #000000;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-btn {
    min-width: 202px;
    width: auto;
    margin-top: 31px;
    padding: 14px 28px 14px 28px;
    cursor: pointer;
    display: inline-block;
    color: #8B3DFF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C4B0E2;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wrapper-tabs-inner-tempalate-body-landscape-btn:hover {
    background: #8B3DFF;
    color: white;
  }
  .wrapper-tabs-inner-tempalate-body-landscape:nth-child(3n-2) {
    margin-left: 0;
  }
  .wrapper-tabs-inner-btnGroup {
    margin-top: 52px;
    padding: 0 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper-tabs-inner-btnGroup .active {
    background: #8B3DFF;
    color: white;
  }
  .wrapper-tabs-inner-btnGroup-item {
    margin-left: 10px;
    margin-top: 15px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #CCC7DB;
    padding: 14px 28px 14px 28px;
    border-radius: 25px;
  }
  .wrapper-tabs-inner-btnGroup-item:hover {
    background: #E7E7EE 0% 0% no-repeat padding-box;
    border: 1px solid #000000;
  }
  .wrapper-faster {
    width: 100%;
    height: 750px;
    background: #E7E7EE;
    position: relative;
  }
  .wrapper-faster-banner {
    width: 100%;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/template/faster-banner.webp) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 182px;
  }
  .wrapper-faster-inner {
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    padding-top: 101px;
  }
  .wrapper-faster-inner-title {
    color: #000000;
    width: 963px;
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    letter-spacing: 0px;
  }
  .wrapper-faster-inner-title span {
    color: #8B3DFF;
  }
  .wrapper-faster-inner-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 900px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .wrapper-faster-inner-check-item {
    width: 414px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-faster-inner-check-item img {
    width: 20px;
    height: 20px;
  }
  .wrapper-faster-inner-check-item p {
    text-align: left;
    font-size: 14px;
    margin-left: 8px;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-faster-inner-check-item:nth-child(3) {
    margin-top: 24px;
  }
  .wrapper-faster-inner-check-item:nth-child(4) {
    margin-top: 24px;
  }
  .wrapper-faster-inner-text {
    margin-top: 14px;
    width: 945px;
    text-align: center;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-faster-inner-desc {
    text-align: center;
    margin-top: 68px;
    font: normal normal 600 20px/56px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .head-banner {
    width: 731px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/template/head-banner.webp) no-repeat center;
    background-size: cover;
  }
  .swiper-title {
    color: #000000;
    font-size: 44px;
    width: 100%;
    font: normal normal medium 44px/60px Poppins;
    letter-spacing: -0.7px;
    text-align: center;
  }
  .wrapper-faq {
    background: #F8F8F8;
    width: 100%;
    height: 676px;
  }
  .wrapper-faq-inner {
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 83px;
  }
  .faq-left {
    width: 30%;
    padding-left: 150px;
  }
  .faq-left h2 {
    text-align: left;
    font: normal normal medium 89px/142px Poppins;
    letter-spacing: -1.42px;
    color: #000000;
    font-size: 89px;
    font-weight: normal !important;
  }
  .faq-left-small {
    font: normal normal medium 25px/50px Poppins !important;
    letter-spacing: -0.4px !important;
    color: #000000 !important;
    width: 221px !important;
    font-size: 25px !important;
  }
  .faq-right {
    width: 700px;
    margin-left: 100px;
  }
  .faq-right .hover-faq-name {
    text-align: left;
    letter-spacing: 0px;
    text-align: left;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .faq-right .hover-p {
    height: auto;
    padding-top: 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding: 30px 0 30px 0;
  }
  .faq-right .title-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .faq-right .arrow-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .faq-right .hover-desc {
    display: none;
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .faq-right .hover-desc a {
    color: #8B3DFF;
  }
  .faq-right .transfor-180 {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .faq-left > p:nth-child(1) {
    font-size: 89px;
    color: #000000;
  }
  .faq-left > p:nth-child(2) {
    font-size: 25px;
    color: #000000;
  }
  .faq-left > p:nth-child(3) {
    font-size: 25px;
    color: #000000;
  }
  .carousel-btn {
    width: 100%;
    text-align: center;
    font: normal normal medium 18px/27px Poppins;
  }
  .carousel-btn span {
    display: inline-block;
    padding: 12px 112px 12px 112px;
    background: #8B3DFF;
    color: white;
    border-radius: 25px;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 18px;
  }
  .carousel-btn span:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .wrapper-head-right {
    padding-left: 63px;
    cursor: pointer;
  }
  .wrapper-head-right .video-container {
    width: 591px;
    padding: 12px;
    height: 395px;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 9px 23px 46px rgba(0, 0, 0, 0.431372549);
            box-shadow: 9px 23px 46px rgba(0, 0, 0, 0.431372549);
  }
  .wrapper-head-right .video-inner {
    border-radius: 6px;
  }
  .wrapper-head-right .play-handle {
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 21px;
    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;
    z-index: 99;
    position: absolute;
  }
  .wrapper-head-right .play-handle span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/sales/play.webp") no-repeat;
    background-size: cover;
  }
  .wrapper-head-right .play-handle .play-text {
    display: none;
  }
  .margin5 {
    margin: 0 5px 0 5px;
  }
  .margin25 {
    margin: 0 25px 0 25px;
  }
  .lips-1:nth-child(2) {
    margin-left: 5px;
  }
  .wrapper-head-left .lips-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-head-left .lips-1 img {
    width: 21.5px;
    height: 35.5px;
  }
  .wrapper-head-left .marginTec {
    margin: 0 5px 0 5px;
  }
  .wrapper-head-left .marginTel {
    margin: 0 25px 0 25px;
  }
  .wrapper-head-left .little-text {
    text-align: center;
    line-height: 25px;
  }
  .wrapper-head-left .little-text-one {
    font-size: 14px;
    font: normal normal 300 14px/40px Poppins;
    margin-top: -18px;
  }
  .wrapper-head-left .little-text-two {
    font: normal normal bold 14px/21px Poppins;
    font-size: 14px;
  }
  .wrapper-head-left .lips-2 {
    font-size: 38px;
    margin-top: 27.5px;
    word-wrap: break-word;
    letter-spacing: 0px;
    text-align: left;
    font: normal normal 600 44px/66px Poppins;
    color: #000000;
  }
  .wrapper-head-left .lips-2 h1 {
    width: 558px;
    word-wrap: break-word;
  }
  .wrapper-head-left .lips-2 span {
    display: block;
    color: #8B3DFF;
  }
  .wrapper-head-left .lips-3 {
    margin-top: 19px;
    font-size: 15px;
    color: #000000;
    text-align: left;
    font: normal normal 300 14px/40px Poppins;
    letter-spacing: 0.5px;
  }
  .wrapper-head-left .lips-4 {
    padding: 12px 24px 12px 24px;
    min-width: 262px;
    border-radius: 25px;
    text-align: center;
    background: #8B3DFF;
    margin-top: 54px;
    color: white;
    display: inline-block;
    cursor: pointer;
  }
  .wrapper-head-left .lips-4:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .wrapper-second {
    background: white;
    padding-top: 86px;
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
  }
  .title-one {
    font-size: 44px;
    color: #000000;
    width: 782px;
    margin: 0 auto;
    font: normal normal medium 44px/60px Poppins;
    letter-spacing: -0.7px;
    font-weight: normal !important;
    text-align: center;
  }
  .title-two {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    font: normal normal 300 18px/27px Poppins;
    margin-top: 25px;
    letter-spacing: 0px;
    width: 874px;
  }
  .wrapper-deep {
    background: #161619;
    width: 100%;
    padding-top: 101px;
    height: 459px;
    background: #000000 url("https://static-alter1.vidnoz.com/web/jp/img/template/stars-banner.webp") no-repeat center;
    background-size: cover;
  }
  .purple {
    color: #A060FF !important;
  }
  .deep-innner {
    max-width: 1364px;
    margin: 0 auto;
    height: 459px;
  }
  .white-text {
    color: #ffffff;
  }
  .deep-1 {
    font-size: 44px;
    color: white;
    text-align: center;
    font: normal normal medium 44px/60px Poppins !important;
    letter-spacing: -0.7px;
    font-weight: normal !important;
    margin: 0 auto;
  }
  .deep-1-1040 {
    width: 1040px;
  }
  .deep-1-920 {
    width: 920px;
  }
  .deep-2 {
    font-size: 18px;
    color: white;
    font: normal normal 300 18px/27px Poppins;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 17px;
  }
  .deep-2-972 {
    width: 972px;
    margin: 0 auto;
  }
  .line-wrapper-left-box-item-icon-inner:hover .line-wrapper-left-box-item-icon {
    background: red;
  }
  .line-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 260px);
  }
  .line-wrapper-left {
    width: 43%;
    padding-left: 100px;
    padding-top: 97px;
  }
  .line-wrapper-left-box-item {
    width: 400px;
    height: 52px;
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .line-wrapper-left-box-item-active {
    background: rgba(139, 61, 255, 0.4);
  }
  .line-wrapper-left-box-item-active .line-wrapper-left-box-item-icon-inner {
    background: rgb(139, 61, 255);
  }
  .line-wrapper-left-box-item-active .line-wrapper-left-box-item-icon-line {
    border-bottom: 2px dashed rgb(139, 61, 255);
  }
  .line-wrapper-left-box-item-active .line-wrapper-left-box-item-icon-img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .line-wrapper-left-box-item-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .line-wrapper-left-box-item-icon-line {
    width: 58px;
    height: 0;
    top: 85px;
    left: 3px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(204, 206, 255)), to(rgb(139, 61, 255))) 0% 0% no-repeat padding-box;
    background: linear-gradient(180deg, rgb(204, 206, 255) 0%, rgb(139, 61, 255) 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    border-bottom: 2px dashed rgb(85, 85, 85);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .line-wrapper-left-box-item-icon-inner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #DEDEDE;
  }
  .line-wrapper-left-box-item-icon-inner:hover {
    background: rgb(139, 61, 255);
  }
  .line-wrapper-left-box-item-icon-inner img {
    width: 24px;
    height: 24px;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  .line-wrapper-left-box-item-text {
    width: 314px;
    display: inline-block;
    color: white;
    font-size: 18px;
    cursor: pointer;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    margin-top: 8px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .line-wrapper-left-box-item-text:hover {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  .line-wrapper-left-box-item:nth-child(1) {
    margin-top: 0;
  }
  .line-wrapper-left-btn {
    width: 314px;
    height: 49px;
    background: #8B3DFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    margin-top: 29px;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .line-wrapper-left-btn:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .line-wrapper-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 48px;
    position: relative;
  }
  .line-wrapper-right-box1 {
    width: 640px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    height: 520px;
  }
  .line-wrapper-right-box2 {
    width: 640px;
    position: absolute;
    height: 520px;
    top: 40px;
    left: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 0;
    opacity: 0;
  }
  .line-wrapper-right-box3 {
    width: 640px;
    height: 520px;
    position: absolute;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    top: 40px;
    left: 0;
    z-index: 0;
    opacity: 0;
  }
  .black-text {
    color: #000000;
  }
  .font18 {
    font-size: 18px;
  }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 481px;
  }
  .marginT53 {
    margin-top: 53px;
  }
}
.text-center {
  text-align: center;
}

@media (max-width: 1200px) {
  html {
    font-size: 100px;
  }
  body {
    min-width: 100%;
  }
  .wrapper-faq-mob {
    display: block;
  }
  .wrapper-faq {
    display: none;
  }
  .wrapper-tabs {
    display: none;
  }
  .learning-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* 半透明黑色蒙板 */
    z-index: 9999;
  }
  .wrapper-tabs-mob {
    display: block;
    padding: 0.6rem;
  }
  .wrapper-tabs-mob-title {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0;
    color: #000000;
  }
  .wrapper-tabs-mob-select {
    width: 6.3rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.49rem;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #8B3DFF;
    border-radius: 0.04rem;
    position: relative;
    margin-top: 0.27rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper-tabs-mob-select p {
    text-align: left;
    font: normal normal 600 0.24rem/0.81rem Poppins;
    letter-spacing: 0;
  }
  .wrapper-tabs-mob-select img {
    width: 1rem;
    height: 1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .wrapper-tabs-mob-select-inner {
    position: absolute;
    height: 6rem;
    border-radius: 0.04rem;
    z-index: 100;
    width: 100%;
    left: 0;
    border: 1px solid #8B3DFF;
    top: 111%;
    background: white;
    display: none;
    overflow-y: auto;
    padding-left: 0.49rem;
  }
  .wrapper-tabs-mob-select-inner-item {
    text-align: left;
    font: normal normal 600 0.24rem/0.81rem Poppins;
    letter-spacing: 0;
    padding: 0.2rem 0 0.2rem 0;
  }
  .wrapper-tabs-mob-head {
    width: 6.3rem;
    height: 0.65rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.64rem;
    border-bottom: 0.02rem solid #E7E7EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-tabs-mob-head .tab-line-mob {
    height: 0.03rem;
    width: 3.15rem;
    background: #8B3DFF;
    position: absolute;
    bottom: -0.025rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
  }
  .wrapper-tabs-mob-head .active p {
    color: #8B3DFF;
  }
  .wrapper-tabs-mob-head-landscape {
    width: 3.15rem;
    cursor: pointer;
    height: inherit;
    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;
  }
  .wrapper-tabs-mob-head-landscape img {
    width: 0.5rem;
    height: 0.35rem;
  }
  .wrapper-tabs-mob-head-landscape p {
    margin-left: 0.22rem;
    text-align: left;
    font: normal normal 600 0.2rem/0.3rem Poppins;
    letter-spacing: 0.006rem;
    color: #000000;
  }
  .wrapper-tabs-mob-head-portrait {
    width: 3.15rem;
    cursor: pointer;
    height: inherit;
    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;
  }
  .wrapper-tabs-mob-head-portrait img {
    width: 0.26rem;
    height: 0.41rem;
  }
  .wrapper-tabs-mob-head-portrait p {
    margin-left: 0.22rem;
    text-align: left;
    font: normal normal 600 0.2rem/0.3rem Poppins;
    letter-spacing: 0.006rem;
    color: #000000;
  }
  .wrapper-tabs-mob-body {
    width: 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .wrapper-tabs-mob-body-landscape {
    width: 47%;
    text-align: left;
    cursor: pointer;
    min-height: 3.58rem;
    height: auto;
    position: relative;
    margin-top: 0.24rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.02rem solid #E7E7EE;
    position: relative;
  }
  .wrapper-tabs-mob-body-landscape-img {
    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;
    position: relative;
  }
  .wrapper-tabs-mob-body-landscape-img img {
    width: 100%;
  }
  .wrapper-tabs-mob-body-landscape p {
    margin-top: 0.28rem;
    text-align: left;
    height: 0.8rem;
    font: normal normal 600 0.18rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
  }
  .wrapper-tabs-mob-body-landscape-btn {
    min-width: 2.5rem;
    text-align: center;
    padding: 0.14rem 0.12rem 0.14rem 0.12rem;
    color: #8B3DFF;
    font: normal normal 600 0.2rem/0.3rem Poppins;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.01rem solid #C4B0E2;
    border-radius: 0.28rem;
  }
  .wrapper-tabs-mob-body-portrait {
    width: 47%;
    text-align: left;
    cursor: pointer;
    padding-bottom: 0.3rem;
    min-height: 7.4rem;
    height: auto;
    position: relative;
    margin-top: 0.24rem;
    border-bottom: 0.02rem solid #E7E7EE;
    position: relative;
  }
  .wrapper-tabs-mob-body-portrait-img {
    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;
    position: relative;
  }
  .wrapper-tabs-mob-body-portrait-img img {
    width: 100%;
  }
  .wrapper-tabs-mob-body-portrait p {
    margin-top: 0.28rem;
    height: 0.8rem;
    text-align: left;
    font: normal normal 600 0.18rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #000000;
  }
  .wrapper-tabs-mob-body-portrait-btn {
    min-width: 2.5rem;
    text-align: center;
    padding: 0.14rem 0.12rem 0.14rem 0.12rem;
    color: #8B3DFF;
    font: normal normal 600 0.2rem/0.3rem Poppins;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.01rem solid #C4B0E2;
    border-radius: 0.28rem;
  }
  .wrapper-tabs-mob-footer {
    width: 2.7rem;
    text-align: center;
    cursor: pointer;
    height: 0.68rem;
    margin: 0 auto;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.24rem;
  }
  .wrapper-tabs-mob-footer p {
    text-align: center;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0.0072rem;
    color: #8B8B9F;
  }
  .wrapper-tabs-mob-footer img {
    margin-top: 0.16rem;
    width: 1rem;
    height: 0.38rem;
  }
  .wrapper-head {
    width: 100%;
    position: relative;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-faq-mob {
    padding: 0.6rem;
    width: 100%;
  }
  .wrapper-faq-mob .transfor-180 {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .wrapper-faq-mob-title {
    color: #000000;
    font-size: 0.44rem;
    text-align: center;
    font: normal normal medium 0.44rem/0.77rem Poppins;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0 0.6rem 0 0.6rem;
  }
  .wrapper-faq-mob-item {
    min-height: 1.38rem;
    height: auto;
    border-bottom: 0.01rem solid #eee;
  }
  .wrapper-faq-mob-item-main {
    height: 1.38rem;
    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;
  }
  .wrapper-faq-mob-item-main-name {
    font-size: 0.32rem;
    color: #000000;
    font: normal normal medium 0.32rem/0.48rem Poppins;
    letter-spacing: 0;
    font-weight: normal;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrapper-faq-mob-item-main-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .wrapper-faq-mob-item-desc {
    display: none;
    padding-bottom: 0.2rem;
    font-size: 0.24rem;
    font: normal normal medium 0.24rem/0.48rem Poppins;
    color: #000000;
  }
  .wrapper-faq-mob-item-desc a {
    color: #8B3DFF;
  }
  .play-handle {
    background-color: #ffffff;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    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;
    z-index: 99;
    position: absolute;
    left: calc(50% - 0.18rem);
    top: calc(50% - 0.18rem);
  }
  .play-handle span {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/template/play.webp") no-repeat;
    background-size: cover;
  }
  .play-handle .play-text {
    display: none;
  }
  .wrapper-inner {
    min-height: 12.29rem;
    height: auto;
    padding-bottom: 0.76rem;
    width: 100%;
    position: relative;
  }
  .lips-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .lips-2 {
    font: normal normal 600 0.54rem/0.81rem Poppins;
    letter-spacing: 0;
    font-size: 0.54rem;
    margin-top: 0.31rem;
    text-align: left;
  }
  .lips-3 {
    width: 100%;
    font: normal normal 300 0.25rem/0.55rem Poppins;
    letter-spacing: 0.005rem;
    height: 1.45rem;
    font-size: 0.25rem;
    margin-top: 0.41rem;
    text-align: left;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #000000;
  }
  .lips-3 p {
    display: inline;
  }
  .wrapper-faster {
    position: relative;
  }
  .wrapper-faster-banner {
    width: 100%;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/template/faster-banner-mob.webp) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 1.82rem;
  }
  .wrapper-faster-inner {
    padding: 1.17rem 0.6rem 1.17rem 0.6rem;
    min-height: 17.97rem;
    height: auto;
    background: #E7E7EE;
    width: 100%;
  }
  .wrapper-faster-inner-title {
    color: #000000;
    text-align: center;
    font: normal normal 600 0.4rem/0.56rem Poppins;
    letter-spacing: 0px;
  }
  .wrapper-faster-inner-title span {
    color: #8B3DFF;
  }
  .wrapper-faster-inner-check {
    margin-top: 0.3rem;
  }
  .wrapper-faster-inner-check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0.33rem;
  }
  .wrapper-faster-inner-check-item img {
    width: 0.41rem;
    height: 0.41rem;
  }
  .wrapper-faster-inner-check-item p {
    text-align: left;
    font: normal normal medium 0.28rem/0.42rem Poppins;
    font-size: 0.28rem;
    letter-spacing: 0.0056rem;
    color: #000000;
    margin-left: 0.28rem;
  }
  .wrapper-faster-inner-text {
    margin-top: 0.24rem;
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .wrapper-faster-inner-desc {
    text-align: center;
    margin-top: 0.52rem;
    font: normal normal 600 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
  }
  .purple {
    color: #A060FF !important;
  }
  .deep-innner {
    background: #161619;
    width: 100%;
    padding-top: 2.35rem;
    height: 9.44rem;
    background-size: cover;
    background: #000000 url("https://static-alter1.vidnoz.com/web/jp/img/template/stars-banner-mob.webp") 0% 0% no-repeat padding-box;
    background-size: cover;
  }
  .white-text {
    color: #ffffff;
  }
  .deep-1 {
    color: white;
    text-align: center;
    padding: 0 0.6rem 0 0.6rem;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0;
    margin: 0 auto;
  }
  .deep-2 {
    color: white;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    text-align: center;
    padding: 0 0.6rem 0 0.6rem;
    letter-spacing: 0.0064rem;
    margin-top: 0.35rem;
  }
  .common-btn {
    width: 100%;
    text-align: center;
    margin-top: 0.94rem;
    cursor: pointer;
  }
  .common-btn span {
    min-width: 6.1rem;
    padding: 0.28rem 0.22rem 0.28rem 0.22rem;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    font-size: 0.32rem;
    color: white;
  }
  .common-btn span:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .head-banner-mob {
    width: 7.3rem;
    height: 8.2rem;
    position: absolute;
    top: calc(50% - 4.1rem);
    left: calc(50% - 3.65rem);
    background: url(https://static-alter1.vidnoz.com/web/jp/img/template/head-banner-mob.webp) no-repeat center;
    background-size: 90%;
    background-position: 0 0;
  }
  .lips-4 {
    text-align: center;
    width: 100%;
    margin-top: 0.89rem;
  }
  .lips-4 span {
    min-width: 6.1rem;
    padding: 0.28rem 0.62rem 0.28rem 0.62rem;
    font-size: 0.32rem;
    color: #ffffff;
    background: #8B3DFF;
    border-radius: 0.5rem;
    font: normal normal medium 0.32rem/0.48rem Poppins;
  }
  .pc-head-btn {
    display: none;
  }
  .mob-head-btn {
    display: block;
  }
  .wrapper-head-left {
    padding-top: 0.7rem;
    padding-left: 0.2rem;
    padding-right: 0.4rem;
  }
  .wrapper-head-right {
    width: 7.17rem;
    background: white;
    height: 4.77rem;
    -webkit-box-shadow: 0.09rem 0.23rem 0.46rem rgba(0, 0, 0, 0.431372549);
            box-shadow: 0.09rem 0.23rem 0.46rem rgba(0, 0, 0, 0.431372549);
    border-radius: 0.1rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.27rem;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #F1F1F1 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    padding: 0.12rem;
  }
  .wrapper-head-right .video-btn {
    width: 1.04rem;
    height: 1.04rem;
    position: absolute;
    background: white;
    border-radius: 50%;
    left: calc(50% - 0.502rem);
    top: calc(50% - 0.502rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 0.1rem 0.22rem rgba(0, 0, 0, 0.2705882353);
            box-shadow: 0px 0.1rem 0.22rem rgba(0, 0, 0, 0.2705882353);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 99;
  }
  .wrapper-head-right .video-btn-inner {
    width: 0.28rem;
    margin-left: 0.05rem;
    height: 0.3rem;
  }
  .wrapper-head-right .video-inner {
    width: 100%;
  }
  .margin25 {
    margin-left: 0.08rem;
  }
}