.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;
}

.webcam-micro-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  height: 65px;
}

.webcam-micro-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 38px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.webcam-micro-item.active {
  border-bottom: 4px solid #6D4DFF;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(109, 77, 255, 0.2)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(109, 77, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.webcam-micro-item.active .webcam-micro-icon path {
  fill: #6D4DFF !important;
}
.webcam-micro-item.active .webcam-micro-word {
  color: #6D4DFF;
  font-weight: 600;
}
.webcam-micro-item:hover {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(109, 77, 255, 0.2)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(109, 77, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}

.webcam-micro-icon {
  display: block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.webcam-micro-icon path {
  fill: #847f9c !important;
}

.webcam-micro-word {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #39325A;
  font-weight: 300;
  font-size: 15px;
}

.micro-test .css-circle {
  position: relative;
  z-index: 0;
  padding-left: 10px;
}
.micro-test .css-circle::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test .css-circle::before {
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #39325A;
}
.micro-test .img-auto {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.micro-test .css-h2 {
  font-size: 40px;
}
.micro-test .button-small {
  height: 50px;
  min-width: 328px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  margin: 0 5px;
}
.micro-test .page-google {
  min-width: 328px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.micro-test .page-google .icon-google {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.micro-test .page-button:disabled,
.micro-test .page-button:disabled:hover {
  color: #fff !important;
  background-color: #6D4DFF !important;
  border-color: #6D4DFF !important;
}
.micro-test .micro-btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.micro-test .micro-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test .micro-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  border-radius: inherit;
  z-index: -1;
}
.micro-test .micro-btn:disabled,
.micro-test .micro-btn:disabled:hover {
  background-color: #4F2FE3 !important;
  border-color: #4F2FE3 !important;
}
.micro-test .micro-btn:disabled::before {
  opacity: 0.1;
}
.micro-test .wrapper {
  max-width: 1106px;
}
.micro-test .micro-panel {
  position: relative;
  margin: 0 auto;
  width: 246px;
  height: 246px;
  border: 8px solid rgba(140, 114, 255, 0.38);
  border-radius: 9999px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/default_micro.webp);
}
.micro-test .micro-panel.micro-err .micro-icon {
  width: 54px;
  height: 67px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/micro_icon_err.svg);
}
.micro-test .micro-panel.on #micro-canvas {
  display: block;
  opacity: 1;
}
.micro-test .micro-panel.on .micro-active {
  opacity: 1;
}
.micro-test .micro-panel.on .micro-inactive {
  opacity: 0;
}
.micro-test .micro-active {
  position: relative;
  background-color: #ebe6ff;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}
.micro-test .micro-wrapper {
  position: relative;
  z-index: 4;
  width: 246px;
  height: 246px;
  margin: 0 auto;
}
.micro-test #micro-canvas {
  display: none;
  border-radius: 9999px;
}
.micro-test .micro-inactive {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 246px;
  height: 246px;
  background-color: rgba(57, 50, 90, 0.62);
}
.micro-test .micro-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.micro-test .micro-icon {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 72px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/micro_icon_large.svg);
}
.micro-test .micro-message {
  display: none;
  position: relative;
  z-index: 0;
  position: absolute;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  top: 172px;
  padding: 15px 20px;
  background: rgba(57, 50, 90, 0.93);
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  min-width: 336px;
  visibility: hidden;
  opacity: 0;
}
.micro-test .micro-message::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test .micro-message:before {
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: transparent rgba(57, 50, 90, 0.93);
  border-width: 6px 7px 6px 0px;
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.micro-test .micro-message.active {
  opacity: 1;
  visibility: visible;
  display: block !important;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-animation: anim-open 0.3s forwards;
          animation: anim-open 0.3s forwards;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.micro-test-banner {
  padding: 28px 0;
  min-height: 895px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFEFE), to(#D6CCFF));
  background: linear-gradient(#FFFEFE 0%, #D6CCFF 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.micro-test-banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test-banner::before {
  top: 151px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 313px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/bg.svg);
}
.micro-test-banner .wrapper {
  max-width: 1274px;
}
.micro-test-banner .css-pc {
  display: block !important;
}
.micro-test-banner-title {
  padding: 16px 0 0px;
}
.micro-test-banner-panel {
  padding: 48px 70px;
  padding-top: 34px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.micro-test-banner-panel::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test-banner-panel::before {
  left: -44px;
  bottom: -50px;
  width: 1363px;
  height: 541px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/banner_panel_bg.svg);
}
.micro-test-banner-box {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.micro-test-banner-left, .micro-test-banner-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 22px;
}
.micro-test-banner-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.micro-test-banner .step-line {
  display: block;
  width: 51px;
  position: relative;
  z-index: 0;
}
.micro-test-banner .step-line::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test-banner .step-line::before {
  top: 64px;
  width: 51px;
  height: 12px;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/step_line.svg) no-repeat;
}
.micro-test-banner-step {
  width: 183px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.micro-test-banner-step::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test-banner-step::before {
  left: 0;
  top: -23px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.micro-test-banner-step:nth-child(1)::before {
  width: 23px;
  height: 45px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/step_number1.svg);
}
.micro-test-banner-step:nth-child(3)::before {
  width: 41px;
  height: 44px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/step_number2.svg);
}
.micro-test-banner-step:nth-child(5)::before {
  width: 35px;
  height: 45px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/step_number3.svg);
}
.micro-test-banner-step dt {
  position: relative;
  width: 100%;
  height: 144px;
  background-color: rgba(140, 114, 255, 0.12);
  border-radius: 16px;
}
.micro-test-banner-step dt > img {
  width: 165px;
  display: block;
  max-width: none;
  height: 124px;
  position: absolute;
  top: 10px;
  left: 9px;
}
.micro-test-banner-step dd {
  padding: 10px 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.micro-test-banner-right {
  text-align: center;
  margin-top: 24px;
  width: 336px;
}
.micro-test-banner-right .micro-btn {
  height: 70px;
}
.micro-test-banner-right .button-link {
  margin-top: 14px !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.micro-test-banner-right .button-link.microTestFailed {
  margin: 14px auto 0 !important;
}
.micro-test-tips {
  padding: 95px 0 118px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ece8ff));
  background: linear-gradient(#FFFFFF 0%, #ece8ff 100%);
  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-direction: column;
          flex-direction: column;
}
.micro-test-tips .wrapper-tips {
  max-width: 1500px;
}
.micro-test-tips-desc {
  padding: 20px 0 32px;
}
.micro-test-tips-pic {
  margin: 0 auto;
  width: 597px;
  height: 446px;
}
.micro-test-tips .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.micro-test-tips .swiper-container-tips-m {
  display: none;
}
.micro-test-tips .swiper-wrapper-tips {
  margin-left: 32px;
  height: 100%;
}
.micro-test-tips .swiper-container-tips {
  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;
}
.micro-test-tips .swiper-container-tips .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;
}
.micro-test-tips .swiper-container-tips .swiper-icon:hover {
  opacity: 1;
}
.micro-test-tips .swiper-container-tips .prev-btn 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;
}
.micro-test-tips .swiper-container-tips .next-btn 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;
}
.micro-test-tips .swiper-container-tips .button-disabled {
  opacity: 0.3;
  cursor: no-drop;
}
.micro-test-tips .swiper-container-tips .button-disabled:hover {
  opacity: 0.3;
}
.micro-test-tips .swiper-container-tips .swiper-wrapper {
  width: 1300px;
}
.micro-test-tips .swiper-container-tips .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.micro-test-tips .swiper-container-tips .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);
  position: relative;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item .free-tool {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  height: 25px;
  background-color: #00C54F;
  color: white;
  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;
  font-size: 12px;
  z-index: 1;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item:hover {
  background: #E0D8FF;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item:hover h3 {
  text-decoration: underline;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.micro-test-tips .swiper-container-tips .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;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item p {
  padding: 0 20px;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 300;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item p a {
  color: #6D4DFF;
  font-weight: 300;
}
.micro-test-tips .swiper-container-tips .swiper-slide .slide-item p a:hover {
  text-decoration: underline;
}
.micro-test-morethan {
  padding: 95px 0 118px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ff), to(#ece8ff));
  background: linear-gradient(#f5f3ff 0%, #ece8ff 100%);
}
.micro-test-morethan-desc {
  padding: 20px 0 32px;
}
.micro-test-morethan-pic {
  margin: 0 auto;
  width: 597px;
  height: 446px;
}
.micro-test-morethan .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.micro-test-guide {
  padding: 76px 0 162px;
  text-align: center;
}
.micro-test-guide-title {
  margin: 0 auto;
  max-width: 842px;
}
.micro-test-guide-desc {
  padding: 12px 0 0;
}
.micro-test-guide-panel {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.micro-test-guide-list, .micro-test-guide-pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 550px;
  margin-top: 50px;
}
.micro-test-guide-pic {
  margin-top: 0;
  width: 465px;
  height: 428px;
}
.micro-test-guide-item {
  margin-bottom: 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.micro-test-guide-item dt {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.micro-test-guide-item dt > img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
.micro-test-guide-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.micro-test-guide-item dd > strong {
  font: inherit;
  font-weight: 600;
}
.micro-test-choose-title {
  text-align: center;
  padding-bottom: 50px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.micro-test-choose-list {
  margin: 0 auto;
  margin-bottom: 72px;
  max-width: 1106px;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.micro-test-choose-list:nth-child(3), .micro-test-choose-list:nth-child(5) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: row-reverse wrap !important;
          flex-flow: row-reverse wrap !important;
}
.micro-test-choose-list .button-box {
  margin-top: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.micro-test-choose-list .button-small {
  min-width: 338px;
}
.micro-test-choose-content, .micro-test-choose-pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 480px;
}
.micro-test-choose-pic {
  width: 525px;
  text-align: center;
}
.micro-test-choose-name {
  font-size: 24px;
}
.micro-test-choose-desc {
  padding-top: 15px;
  font-size: 16px;
}
.micro-test-faq {
  padding: 50px 0 108px;
}
.micro-test-faq-title {
  font-size: 34px;
}
.micro-test-faq-list {
  margin: 6px auto 0;
  max-width: 700px;
  width: 100%;
}
.micro-test-faq-item {
  position: relative;
  border-bottom: 1px solid #D2D0DE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 0;
}
.micro-test-faq-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.micro-test-faq-item::before {
  right: 0;
  top: 30px;
  width: 18px;
  height: 18px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/_common/faq_arrow.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.micro-test-faq-item.active::before {
  -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;
}
.micro-test-faq-name {
  display: block;
  padding: 30px 30px 30px 0;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}
.micro-test-faq-desc {
  padding-bottom: 30px;
  margin-top: -15px;
  display: none;
  width: 100%;
  font-size: 16px;
}
.micro-test-faq-desc b {
  font-weight: 600;
}
.micro-test-faq-desc b.css-h4 {
  display: block;
  padding: 5px 0;
}
.micro-test-faq-desc .css-h4 {
  font-size: inherit;
}
.micro-test-faq-desc .css-p {
  font-size: inherit;
}
.micro-test-enjoy .wrapper {
  padding: 0 85px;
  height: 320px;
  text-align: center;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/enjoy_bg.svg) no-repeat;
}
.micro-test-enjoy-title {
  text-align: center;
  color: #fff;
  padding: 60px 0 48px;
}
.micro-test-enjoy-title.css-h2 {
  font-size: 34px;
}
.micro-test-enjoy .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.micro-test-enjoy .button-box .button-small {
  min-width: 344px;
  margin: 0 6px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  background-color: #fff;
  color: #6D4DFF;
  border-color: #fff;
}
.micro-test-enjoy .button-box .button-small:hover {
  color: #fff;
  border-color: #4F2FE3;
  background-color: #4F2FE3;
}
.micro-test-enjoy .button-box .button-small.hollow-purple {
  color: #fff;
  min-width: 344px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  border-color: #fff;
  background-color: transparent;
}
.micro-test-enjoy .button-box .button-small.hollow-purple:hover {
  color: #fff;
  border-color: #4F2FE3;
  background-color: #4F2FE3;
}

@media (min-width: 1200px) {
  .micro-test-banner {
    position: relative;
  }
  .micro-test-banner #cssH1 {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 95px;
  }
  .micro-test-banner #descWord {
    margin-top: 75px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .micro-test .wrapper {
    max-width: 100%;
    padding: 0 16px;
  }
  .micro-test-banner {
    min-height: auto;
  }
  .micro-test-banner::before {
    display: none;
  }
  .micro-test-banner .wrapper {
    max-width: 100%;
  }
  .micro-test-banner-panel {
    padding: 48px 30px;
    padding-top: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    border-radius: 0 0 20px 20px;
  }
  .micro-test-banner-panel::before {
    display: none;
  }
  .micro-test-banner-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse wrap !important;
            flex-flow: column-reverse wrap !important;
  }
  .micro-test-banner-left {
    width: 100%;
  }
  .micro-test-banner-right {
    margin: 0 auto 64px;
  }
  .micro-test-guide-title {
    max-width: 100%;
  }
  .micro-test-guide-list, .micro-test-guide-pic {
    margin: 0 auto;
    margin-top: 50px;
  }
  .micro-test-choose-list {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micro-test-choose-content, .micro-test-choose-pic {
    margin: 20px auto;
    text-align: center;
  }
  .micro-test-faq-list {
    max-width: 100%;
  }
  .micro-test-faq-item {
    line-height: 0;
  }
  .micro-test-faq-name {
    padding: 20px 30px 30px 0;
  }
  .micro-test-faq-desc {
    margin-top: -5px;
  }
  .micro-test-enjoy .wrapper {
    padding: 0 30px;
    margin: 0 auto;
    width: 98%;
    height: 320px;
    background-size: cover;
    border-radius: 30px;
  }
  .micro-test-enjoy .button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .micro-test-enjoy .button-box .button-small {
    margin: 20px 3px;
  }
}
@media (max-width: 768px) {
  .wrapper-tips {
    padding: 0 30px;
    max-width: 100%;
  }
  .webcam-micro-nav {
    padding: 0;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  .webcam-micro-item {
    padding: 13px 11px 5px 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    position: relative;
    z-index: 0;
  }
  .webcam-micro-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .webcam-micro-item.active {
    border-bottom: 2px solid #6D4DFF;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(109, 77, 255, 0.2)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, rgba(109, 77, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .webcam-micro-item.active::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -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;
  }
  .webcam-micro-item.active .webcam-micro-word {
    color: #6D4DFF;
  }
  .webcam-micro-icon {
    margin-right: 0 !important;
  }
  .webcam-micro-word {
    font-size: 11px !important;
  }
  .micro-test .img-auto {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .micro-test .css-h2 {
    font-size: 25px;
  }
  .micro-test .page-google {
    margin-top: 10px;
  }
  .micro-test .wrapper,
.micro-test .webcam-test-banner-title,
.micro-test .webcam-test-banner-desc {
    padding: 0 30px;
    max-width: 100%;
  }
  .micro-test .micro-title {
    font-size: 16px;
  }
  .micro-test .micro-panel {
    border-radius: 50%;
  }
  .micro-test-banner {
    min-height: 0;
    padding: 28px 0 54px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f0ff));
    background: linear-gradient(#fff 0%, #f2f0ff 100%);
    position: relative;
  }
  .micro-test-banner .shade-bg {
    position: absolute;
    width: 100%;
    height: 335px;
    top: -65px;
    z-index: -1;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D6CCFF), to(#FFFEFE)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #D6CCFF 0%, #FFFEFE 100%) 0% 0% no-repeat padding-box;
  }
  .micro-test-banner .css-pc {
    display: none !important;
  }
  .micro-test-banner::before {
    display: none;
  }
  .micro-test-banner .wrapper {
    margin-top: 20px;
    max-width: 100%;
    padding: 0 16px;
    position: relative;
    z-index: 0;
  }
  .micro-test-banner .wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .micro-test-banner .wrapper:before {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    padding: 0px;
  }
  .micro-test-banner-title, .micro-test-banner-desc {
    padding: 0;
    display: block !important;
  }
  .micro-test-banner-panel {
    padding: 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse wrap !important;
            flex-flow: column-reverse wrap !important;
  }
  .micro-test-banner-panel::before {
    display: none;
  }
  .micro-test-banner-box {
    margin-top: 36px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .micro-test-banner-left, .micro-test-banner-right {
    margin: 0;
    width: 100%;
  }
  .micro-test-banner-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .micro-test-banner .step-line {
    display: none;
  }
  .micro-test-banner-step {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
  }
  .micro-test-banner-step::before {
    left: -4px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .micro-test-banner-step dt {
    width: 92px;
    height: 72px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
  }
  .micro-test-banner-step dt > img {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 62px;
    top: 5px;
    left: 5px;
  }
  .micro-test-banner-step dd {
    padding: 0;
    padding-left: 20px;
    text-align: left;
  }
  .micro-test-banner-right {
    margin: 0 auto 44px;
    width: 100%;
    max-width: 305px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micro-test-banner-right .micro-btn {
    margin: 0 auto;
    height: 50px;
  }
  .micro-test-banner-right .button-link {
    margin-top: 22px !important;
    font-size: 16px;
    line-height: 24px;
  }
  .micro-test-banner-right .button-link.microTestFailed {
    margin-top: 22px !important;
    font-size: 14px;
    width: 110% !important;
    margin-left: -5% !important;
    margin-right: -5% !important;
  }
  .micro-test-morethan {
    padding: 0 0 70px;
    background: #f2f0ff;
  }
  .micro-test-morethan-desc {
    padding: 22px 0 44px;
  }
  .micro-test-morethan-pic {
    margin: 0 auto;
    max-width: 597px;
    width: 100%;
    height: auto;
  }
  .micro-test-morethan .button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micro-test-guide {
    padding: 64px 0 40px;
    text-align: center;
  }
  .micro-test-guide-title {
    max-width: 100%;
  }
  .micro-test-guide-desc {
    padding: 15px 0 0;
  }
  .micro-test-guide-panel {
    margin-top: 16px;
  }
  .micro-test-guide-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
  .micro-test-guide-pic {
    display: none !important;
  }
  .micro-test-guide-item {
    padding: 20px;
    margin-bottom: 8px;
    border-radius: 10px;
    background-color: #FFECE3;
    position: relative;
    z-index: 0;
    display: block;
    min-height: 125px;
  }
  .micro-test-guide-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .micro-test-guide-item::before {
    top: 10px;
    right: 0px;
    width: 103px;
    height: 107px;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .micro-test-guide-item:nth-child(1)::before {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/guide_number1.svg);
  }
  .micro-test-guide-item:nth-child(2) {
    background-color: #E8FBE9;
  }
  .micro-test-guide-item:nth-child(2)::before {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/guide_number2.svg);
  }
  .micro-test-guide-item:nth-child(3) {
    background-color: #FFFAE3;
  }
  .micro-test-guide-item:nth-child(3)::before {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/guide_number3.svg);
  }
  .micro-test-guide-item:nth-child(4) {
    background-color: #EAF8F7;
  }
  .micro-test-guide-item:nth-child(4)::before {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/guide_number4.svg);
  }
  .micro-test-guide-item:nth-child(5) {
    background-color: #EEEFF9;
  }
  .micro-test-guide-item:nth-child(5)::before {
    background-image: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/guide_number5.svg);
  }
  .micro-test-guide-item dt {
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .micro-test-guide-item dt > img {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  .micro-test-guide-item dd {
    padding-top: 16px;
    line-height: 28px;
  }
  .micro-test-choose-title {
    padding-bottom: 40px;
  }
  .micro-test-choose-list {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse wrap !important;
            flex-flow: column-reverse wrap !important;
  }
  .micro-test-choose-list:nth-child(2n+1) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse wrap !important;
            flex-flow: column-reverse wrap !important;
  }
  .micro-test-choose-list .button-box {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micro-test-choose-list .button-small {
    min-width: 338px;
  }
  .micro-test-choose-content, .micro-test-choose-pic {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .micro-test-choose-pic {
    margin: 0 auto 25px;
    max-width: 525px;
    width: 100%;
  }
  .micro-test-choose-pic > img {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .micro-test-choose-name {
    font-size: 16px;
  }
  .micro-test-choose-desc {
    padding-top: 8px;
  }
  .micro-test-faq {
    padding: 56px 30px 70px;
  }
  .micro-test-faq-title {
    font-size: 25px;
  }
  .micro-test-faq-list {
    max-width: 100%;
    width: 100%;
  }
  .micro-test-faq-item {
    line-height: 0;
  }
  .micro-test-faq-name {
    padding: 12px 30px 12px 0;
  }
  .micro-test-faq-desc {
    padding-bottom: 12px;
    margin-top: 3px;
  }
  .micro-test-enjoy .wrapper {
    margin-bottom: 55px !important;
    padding: 0 30px 60px !important;
    height: auto;
    background: url(https://static-alter1.vidnoz.com/web/jp/img/micro-test/enjoy_bg_mob.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0;
  }
  .micro-test-enjoy-title {
    font-size: 24px;
    padding: 56px 0 50px;
  }
  .micro-test-enjoy-title.css-h2 {
    font-size: 24px;
  }
  .micro-test-enjoy .button-box .button-small {
    margin: 0 auto;
  }
  .micro-test-enjoy .button-box .button-small.hollow-purple {
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .micro-test-tips .swiper-container-tips {
    display: none;
  }
  .micro-test-tips .wrapper-tips {
    margin-bottom: 70px;
    overflow: hidden;
  }
  .micro-test-tips .swiper-container-tips-m {
    display: block !important;
    width: 260px;
    margin-top: 30px;
  }
  .micro-test-tips .swiper-container-tips-m .swiper-container {
    height: 8rem;
  }
  .micro-test-tips .swiper-container-tips-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);
    position: relative;
  }
  .micro-test-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item .free-tool {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    height: 25px;
    background-color: #00C54F;
    color: white;
    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;
    font-size: 12px;
    z-index: 1;
  }
  .micro-test-tips .swiper-container-tips-m .swiper-wrapper .swiper-slide .slide-item img {
    width: 100%;
    height: 3.37rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .micro-test-tips .swiper-container-tips-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;
  }
  .micro-test-tips .swiper-container-tips-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;
  }
}