.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, 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") 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;
  }
  .wrapper-faq {
    display: block;
  }
  .mob-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .main-container {
    width: 100%;
    overflow: hidden;
  }
  .wrapper-deep {
    width: 100%;
    height: 342px;
    background: #000000 url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/deep-bg.webp") no-repeat center;
    background-size: cover;
  }
  .wrapper-deep .deep-inner {
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
    padding-top: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .wrapper-deep .deep-inner h2 {
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-deep .deep-inner .deep-2 {
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10px;
  }
  .button-disabled {
    opacity: 0.3;
    cursor: no-drop;
  }
  .button-disabled:hover {
    opacity: 0.3;
  }
  .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: 32%;
    padding-left: 80px;
  }
  .faq-left h2 {
    text-align: left;
    font: normal normal 600 52px/1.4 Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600 !important;
    margin: 50px 0;
  }
  .faq-left-small {
    font: normal normal medium 25px/50px Poppins !important;
    letter-spacing: 5.2px !important;
    color: #8B3DFF !important;
    font-size: 26px !important;
    font-weight: 600 !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;
  }
  .swiper-container-online {
    margin-top: 55px;
  }
  .sound-test-blog {
    padding-top: 80px;
  }
  .sound-test-blog .css-h2 {
    text-align: center;
    color: #000000;
  }
  .sound-test-blog .wrapper-blog {
    max-width: 1500px;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: none;
  }
  .sound-test-blog .swiper-wrapper-blog {
    margin-left: 32px;
    height: 100%;
  }
  .sound-test-blog .swiper-container-blog {
    display: block;
    padding: 45px 0 100px 0;
    width: 1300px;
    margin: 0 auto;
    height: 385px;
    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;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    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;
    border: 3px solid #39325A;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sound-test-blog .swiper-container-blog .swiper-icon:hover {
    opacity: 1;
  }
  .sound-test-blog .swiper-container-blog .prev-btn-w i {
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/left-icon.svg");
    background-size: 12px 22px;
  }
  .sound-test-blog .swiper-container-blog .next-btn-w i {
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/text-to-speech/right-icon.svg");
    background-size: 12px 22px;
  }
  .sound-test-blog .swiper-container-blog .button-disabled {
    opacity: 0.3;
    cursor: no-drop;
  }
  .sound-test-blog .swiper-container-blog .button-disabled:hover {
    opacity: 0.3;
  }
  .sound-test-blog .swiper-container-blog .swiper-wrapper {
    width: 1300px;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item {
    width: 260px;
    overflow: hidden;
    height: 340px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D7D4E5;
    border-radius: 4px;
    -webkit-box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 10px 12px 16px rgba(170, 167, 188, 0.1607843137);
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover {
    background: #E0D8FF;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover h3 {
    text-decoration: underline;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item img {
    width: 100%;
    height: 195px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item > h3 {
    padding: 0 20px;
    margin: 13px 0 10px;
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #6D4DFF;
    text-align: left;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p {
    padding: 0 20px;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 300;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a {
    color: #6D4DFF;
    font-weight: 300;
  }
  .sound-test-blog .swiper-container-blog .swiper-slide .slide-item p a:hover {
    text-decoration: underline;
  }
  .wrapper-online {
    height: 1030px;
    width: 100%;
    position: relative;
    background: transparent -webkit-gradient(linear, left top, right top, from(#FFF9F9), to(#EBE9FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #FFF9F9 0%, #EBE9FF 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-online-inner {
    padding-top: 91px;
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
    height: inherit;
  }
  .wrapper-online-inner .online-img {
    height: 480px;
    width: 971px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .wrapper-online-inner h2 {
    text-align: center;
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-online .ctat-do-panels {
    width: 970px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .wrapper-online .ctat-do-panels .panels-item {
    width: 100%;
    height: 100%;
    padding-top: 55px;
    padding-left: 82px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    top: 0;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .wrapper-online .ctat-do-panels .panels-item .panels-item-left {
    width: 590px;
    text-align: left;
    font: normal normal 300 14px/24px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    left: 100px;
  }
  .wrapper-online .ctat-do-panels .panels-item .panels-item-right {
    width: 650px;
    height: 498px;
    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;
  }
  .wrapper-online .ctat-do-panels .panels-item .index {
    font: italic normal 200 80px/120px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.5;
    position: absolute;
    left: 15px;
    bottom: -10px;
    -webkit-transition: font-size 0.3s, left 0.3s;
    transition: font-size 0.3s, left 0.3s;
  }
  .wrapper-online .ctat-do-panels #panel1 {
    background: #8a3dfd;
  }
  .wrapper-online .ctat-do-panels #panel2 {
    background: #9b5afd;
    left: 700px;
  }
  .wrapper-online .ctat-do-panels #panel2.on-left {
    left: 80px;
  }
  .wrapper-online .ctat-do-panels #panel3 {
    background: #ac77fc;
    left: 790px;
  }
  .wrapper-online .ctat-do-panels #panel3.on-left {
    left: 160px;
  }
  .wrapper-online .ctat-do-panels #panel4 {
    background: #c5a4fa;
    left: 880px;
  }
  .wrapper-online .ctat-do-panels #panel4.on-left {
    left: 240px;
  }
  .wrapper-capability {
    height: 949px;
    width: 100%;
    position: relative;
  }
  .wrapper-capability-inner {
    padding-top: 100px;
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-capability-inner h2 {
    text-align: center;
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-capability-inner .little-text {
    text-align: center;
    width: 974px;
    margin: 0 auto;
    margin-top: 20px;
    font: normal normal 300 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-capability-inner-card {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .wrapper-capability-inner-card .card-left-item {
    width: 410px;
    height: 91px;
    padding-left: 33px;
    background: #F9F8FF 0% 0% no-repeat padding-box;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-capability-inner-card .card-left-item p {
    font: normal normal 600 19px/29px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 25px;
  }
  .wrapper-capability-inner-card .active {
    background: #E6E1FF 0% 0% no-repeat padding-box;
    border-bottom: 3px solid #8B3DFF;
  }
  .wrapper-capability-inner-card .card-left-item:hover {
    background: #E6E1FF 0% 0% no-repeat padding-box;
    border-bottom: 3px solid #8B3DFF;
  }
  .wrapper-capability-inner-card .card-left-item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper-capability-inner-card .card-right {
    margin-left: 25px;
    position: relative;
  }
  .wrapper-capability-inner-card .card-right img {
    height: 483px;
  }
  .wrapper-capability-inner-card .card-right .img-text {
    height: 112px;
    width: 100%;
    background: #222244 0% 0% no-repeat padding-box;
    opacity: 0.9;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    position: absolute;
    padding: 24px 68px 25px 52px;
    bottom: 7px;
    left: 0;
  }
  .wrapper-capability-inner-card .card-right .img-text a {
    color: #8B3DFF;
  }
  .wrapper-ball {
    height: 673px;
    width: 100%;
    position: relative;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/bg-ball.webp") no-repeat center;
    background-size: cover;
  }
  .wrapper-ball-inner {
    padding-top: 96px;
    max-width: 1364px;
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-ball-inner h2 {
    margin: 0 auto;
    text-align: center;
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0;
    color: #000000;
    width: 800px;
  }
  .wrapper-ball-inner .ball-container {
    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-ball-inner .ball-container-item {
    width: 250px;
    margin-top: 87px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .wrapper-ball-inner .ball-container-item p {
    margin-top: 10px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-container-checker {
    position: relative;
    margin-top: 55px;
  }
  .next-btn {
    position: absolute;
    right: -67px;
    top: 34%;
    cursor: pointer;
  }
  .prev-btn {
    position: absolute;
    left: -67px;
    top: 34%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    cursor: pointer;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  }
  .swiper-slide img {
    height: 230px;
  }
  .swiper-slide .p-1 {
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 31px;
  }
  .swiper-slide .p-2 {
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 6px;
    padding: 0 33px 50px 33px;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 393px;
    margin: 20px auto;
  }
  .wrapper-checker {
    background: #161619;
    height: 847px;
    width: 100%;
  }
  .wrapper-checker-inner {
    max-width: 1364px;
    padding-top: 100px;
    margin: 0 auto;
    height: inherit;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .wrapper-nack {
    max-width: 1264px;
    margin: 0 auto;
    height: inherit;
    padding-top: 89px;
  }
  .wrapper-nack-title {
    text-align: center;
  }
  .wrapper-nack-title .h2-1 {
    font: normal normal 600 28px/42px Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .wrapper-nack-title .h2-2 {
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10px;
  }
  .wrapper-nack-body {
    padding-top: 95px;
    padding-bottom: 120px;
  }
  .wrapper-nack-body-item {
    margin-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper-nack-body-item .purple-title {
    font: normal normal 600 16px/25px Poppins;
    letter-spacing: 3.2px;
    color: #8B3DFF;
  }
  .wrapper-nack-body-item .title {
    font: normal normal 600 26px/39px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-nack-body-item .text {
    font: normal normal 300 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 40px;
    width: 540px;
  }
  .wrapper-nack-body-item .text a {
    color: #8B3DFF;
  }
  .wrapper-nack-body-item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper-head {
    height: 800px;
    width: 100%;
    position: relative;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/pc-head-banner.webp") no-repeat center;
    background-size: cover;
  }
  .wrapper-head-left {
    padding-top: 70px;
  }
  .wrapper-head-left .lips-2 {
    width: 400px;
    word-wrap: break-word;
    letter-spacing: 0;
    text-align: left;
    font: normal normal 600 44px/56px 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: 6px;
    width: 480px;
    text-align: left;
    font: normal normal 300 15px/24px Poppins;
    letter-spacing: 0.42px;
    color: #000000;
  }
  .wrapper-head-left .lips-4 {
    padding: 12px 24px 12px 24px;
    min-width: 262px;
    border-radius: 25px;
    text-align: center;
    background: #8B3DFF;
    margin-top: 40px;
    color: white;
    display: inline-block;
    cursor: pointer;
  }
  .wrapper-head-left .lips-4:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .wrapper-head-right {
    padding-left: 63px;
    cursor: pointer;
  }
  .wrapper-head-right .video-container {
    width: 750px;
    padding: 12px;
    height: 460px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/pc-head-right_replace.webp") no-repeat center;
    position: relative;
    background-size: cover;
  }
  .wrapper-inner {
    max-width: 1364px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: inherit;
    padding-top: 144px;
  }
  .common-btn {
    width: 100%;
    margin-top: 47px;
  }
  .common-btn span {
    cursor: pointer;
    padding: 12px 24px 12px 24px;
    text-align: center;
    min-width: 262px;
    display: inline-block;
    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%);
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 100px;
  }
  body {
    min-width: 100%;
  }
  .wrapper-faq-mob {
    display: block;
  }
  .wrapper-faq {
    display: none;
  }
  .main-container {
    width: 100%;
    overflow: hidden;
  }
  .mob-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .wrapper-ball-inner {
    padding: 0.8rem 0.6rem;
    width: 100%;
    position: relative;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/ball-mob-bg.webp") no-repeat center;
    background-size: cover;
  }
  .wrapper-ball-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-ball-inner .ball-container {
    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;
  }
  .wrapper-ball-inner .ball-container-item {
    width: 33.33%;
    text-align: center;
    margin-top: 0.65rem;
  }
  .wrapper-ball-inner .ball-container-item p {
    margin-top: 0.1rem;
    font: normal normal 600 0.24rem/0.35rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .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-title-1 {
    color: #8B3DFF;
    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;
  }
  .wrapper-online-mob {
    padding: 0.86rem 0.6rem;
    background: transparent linear-gradient(89deg, #FFF9F9 0%, #EBE9FF 100%) 0% 0% no-repeat padding-box;
  }
  .wrapper-online-mob h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-online-mob .online-img {
    height: 3.33rem;
    width: 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 0.45rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-online-mob .online-img img {
    width: 100%;
    height: auto;
  }
  .wrapper-online-mob .swiper-online {
    width: 100%;
    height: 6.3rem;
  }
  .wrapper-online-mob .swiper-pagination-online {
    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.3rem;
  }
  .wrapper-online-mob .swiper-pagination-online .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    display: inline-block;
    background: #BEB8CB;
    margin-left: 0.2rem;
  }
  .wrapper-online-mob .swiper-pagination-online .swiper-pagination-bullet-active {
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-radius: 50%;
    display: inline-block;
    background: #6D4DFF;
  }
  .wrapper-online-mob .mySwiper-online .swiper-slide {
    background: #E8D8FF;
    padding: 1rem 0.5rem;
  }
  .wrapper-online-mob .mySwiper-online .swiper-slide .slide-item .title {
    text-align: center;
    font: italic normal 200 0.81rem/0.121rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-online-mob .mySwiper-online .swiper-slide .slide-item .decssss {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #000000;
    margin-top: 0.3rem;
  }
  .wrapper-online-mob .mySwiper-online .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    margin-top: 0.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-capability-mob {
    padding: 0.8rem 0.6rem;
    height: auto;
  }
  .wrapper-capability-mob h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-capability-mob .little-text {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #000000;
  }
  .wrapper-capability-mob .swiper-capability {
    width: 100%;
    height: 6.8rem;
  }
  .wrapper-capability-mob .swiper-pagination-capability {
    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: 2.3rem;
  }
  .wrapper-capability-mob .swiper-pagination-capability .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    display: inline-block;
    background: #BEB8CB;
    margin-left: 0.2rem;
  }
  .wrapper-capability-mob .swiper-pagination-capability .swiper-pagination-bullet-active {
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-radius: 50%;
    display: inline-block;
    background: #6D4DFF;
  }
  .wrapper-capability-mob .mySwiper-capability .swiper-slide .slide-item {
    height: 10rem;
  }
  .wrapper-capability-mob .mySwiper-capability .swiper-slide .slide-item .title {
    text-align: center;
    font: normal normal 600 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #8B3DFF;
    margin-top: 0.5rem;
  }
  .wrapper-capability-mob .mySwiper-capability .swiper-slide .slide-item .decssss {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #000000;
    margin-top: 0.3rem;
  }
  .wrapper-capability-mob .mySwiper-capability .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    margin-top: 0.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-container-checker {
    position: relative;
    margin-top: 55px;
  }
  .next-btn {
    position: absolute;
    right: 0rem;
    top: 45%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    cursor: pointer;
  }
  .next-btn img {
    width: 0.7rem;
    height: 0.82rem;
  }
  .prev-btn {
    position: absolute;
    left: 0rem;
    top: 45%;
    cursor: pointer;
  }
  .prev-btn img {
    width: 0.7rem;
    height: 0.82rem;
  }
  .swiper-slide {
    text-align: center;
    background: #fff;
  }
  .swiper-slide img {
    height: 3.2rem;
  }
  .swiper-slide .p-1 {
    text-align: center;
    font: normal normal 600 0.35rem/0.53rem Poppins;
    letter-spacing: 0px;
    margin-top: 0.4rem;
    color: #000000;
  }
  .swiper-slide .p-2 {
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    letter-spacing: 0px;
    margin-top: 0.2rem;
    padding: 0 0.2rem 0 0.2rem;
    color: #000000;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 6.3rem;
    margin: 20px auto;
  }
  .wrapper-nack {
    padding: 0.8rem 0.6rem;
  }
  .wrapper-nack-title {
    text-align: center;
  }
  .wrapper-nack-title .h2-1 {
    font: normal normal 600 0.32rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .wrapper-nack-title .h2-2 {
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0.15rem;
  }
  .wrapper-nack-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0.3rem;
  }
  .wrapper-nack-body-item .purple-title {
    text-align: center;
    font: normal normal 600 0.32rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .wrapper-nack-body-item .title {
    text-align: center;
    font: normal normal 600 0.32rem/0.55rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-nack-body-item .text {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.0064rem;
    color: #000000;
    margin-top: 0.3rem;
  }
  .wrapper-nack-body-item .text a {
    color: #8B3DFF;
  }
  .wrapper-nack-body-item-left img {
    width: 6rem;
    height: 4rem;
  }
  .wrapper-nack-body-item-right img {
    width: 6rem;
    height: 4rem;
  }
  .wrapper-nack-body-item:nth-child(1) {
    margin-top: 0;
  }
  .wrapper-deep .deep-inner {
    width: 100%;
    height: 7rem;
    padding: 0.8rem 0.6rem 0 0.6rem;
    background: #000000 url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/deep-bg-mob.webp") no-repeat center;
    background-size: cover;
  }
  .wrapper-deep .deep-inner h2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #000000;
  }
  .wrapper-deep .deep-inner .deep-2 {
    text-align: center;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    margin-top: 0.4rem;
    color: #000000;
  }
  .wrapper-checker-inner {
    background: #161619;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    width: 100%;
  }
  .wrapper-checker-inner .h2-1 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .wrapper-checker-inner .h2-2 {
    text-align: center;
    font: normal normal 600 0.44rem/0.81rem Poppins;
    letter-spacing: 0px;
    color: #8B3DFF;
  }
  .swiper-container-checker {
    position: relative;
    padding: 0.2rem 0.6rem;
    margin-top: 0;
  }
  .swiper-container-checker-mob {
    position: relative;
    padding: 0.2rem 0;
    margin-top: 0;
  }
  .wrapper-head {
    height: 11rem;
    width: 100%;
    position: relative;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/mob-head-banner.webp") no-repeat center;
    background-size: cover;
    padding-top: 0.75rem;
  }
  .wrapper-head-left h1 {
    text-align: center;
    font: normal normal bold 0.4rem/0.6rem Poppins;
    letter-spacing: 0px;
    color: #39325A;
  }
  .wrapper-head-left .lips-3 {
    margin-top: 0.15rem;
    text-align: center;
    padding: 0 0.6rem 0 0.6rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #000000;
  }
  .wrapper-head-left .lips-4 {
    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;
    width: 6.1rem;
    height: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    background: #8B3DFF;
    color: white;
    margin: 0 auto;
    margin-top: 0.3rem;
    cursor: pointer;
    font-size: 0.32rem;
  }
  .wrapper-head-left .lips-4:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
  .wrapper-head-right .video-container {
    width: 6.7rem;
    height: 4.73rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/video-editor/pc-head-right_replace.webp") no-repeat center;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.7rem;
  }
  .button-disabled {
    opacity: 0.3;
    cursor: no-drop;
  }
  .button-disabled:hover {
    opacity: 0.3;
  }
  .sound-test-blog .swiper-container-blog {
    display: none;
  }
  .sound-test-blog .css-h2 {
    color: #000000;
    margin: 0 auto;
    text-align: center;
  }
  .sound-test-blog .wrapper-blog {
    margin-top: 0.7rem;
    overflow: hidden;
    padding: 0 0.6rem;
  }
  .sound-test-blog .swiper-container-blog-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-container {
    height: 8rem;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item {
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    width: 95%;
    min-height: 7rem;
    -webkit-box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
            box-shadow: 0px 12px 16px rgba(170, 167, 188, 0.1607843137);
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item h3 {
    padding: 0.38rem 0.3rem 0.12rem 0.4rem;
    text-align: left;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    color: #6D4DFF;
  }
  .sound-test-blog .swiper-container-blog-m .swiper-wrapper .swiper-slide .slide-item p {
    padding: 0.12rem 0.3rem 0.73rem 0.4rem;
    font-size: 0.32rem;
    font-weight: 300;
    color: #39325A;
  }
  .common-btn {
    width: 100%;
    margin-top: 0.94rem;
    cursor: pointer;
  }
  .common-btn span {
    min-width: 6.3rem;
    padding: 0.28rem 0.62rem 0.28rem 0.62rem;
    display: inline-block;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.5rem;
    font-size: 0.32rem;
    color: white;
    text-align: center;
  }
  .common-btn span:hover {
    background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
  }
}