.showup {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}
.showup.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.scroll-animation.on .showup {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.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;
  }
}
.tool_banner {
  margin-top: 76px;
}
.tool_banner .banner_content {
  width: 1364px;
  height: 400px;
  padding-left: 138px;
  background: -webkit-gradient(linear, right top, left top, from(#F2EFFF), to(#FBFBFE));
  background: linear-gradient(270deg, #F2EFFF 0%, #FBFBFE 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}
.tool_banner .banneer_left {
  padding-top: 57px;
  width: 536px;
}
.tool_banner .banneer_left .tip {
  font: normal normal 500 16px/23px Poppins;
  color: #B7B7C6;
}
.tool_banner .banneer_left .title {
  margin-top: 3px;
  color: #000000;
  font: normal normal 600 34px/50px Poppins;
}
.tool_banner .banneer_left p {
  margin-top: 7px;
  color: #000000;
  font: normal normal 300 15px/26px Poppins;
  margin-bottom: 28px;
}
.tool_banner .banneer_left .tool_banner_btn_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 342px;
  height: 49px;
  background-color: #8B3DFF;
  border-radius: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tool_banner .banneer_left .tool_banner_btn_pc .text {
  color: #fff;
  font: normal normal 500 18px/49px Poppins;
}
.tool_banner .banneer_left .tool_banner_btn_pc .icon {
  display: inline-block;
  margin-left: 11px;
  width: 12px;
  height: 8px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/btn_right.svg");
  background-size: cover;
}
.tool_banner .banneer_left .tool_banner_btn_pc:hover {
  background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
}
.tool_banner .banneer_right {
  width: 683px;
  height: 400px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/tool_banner.png");
  background-size: 100%;
}
.tool_banner .tool_banner_btn_mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .tool_banner {
    margin: 0;
  }
  .tool_banner .banner_content {
    width: 100%;
    height: 12.62rem;
    padding-left: 0;
    background: linear-gradient(271deg, #F2EFFF 0%, #FBFBFE 100%);
    display: block;
    margin: 0;
    padding-top: 1.07rem;
    border-radius: 0;
  }
  .tool_banner .banneer_left {
    padding-top: 0;
    width: 100%;
    padding: 0 0.6rem;
  }
  .tool_banner .banneer_left .tip {
    font: normal normal 500 0.24rem/0.33rem Poppins;
    text-align: center;
  }
  .tool_banner .banneer_left .title {
    text-align: center;
    margin-top: 0.22rem;
    font: normal normal 600 0.44rem/0.71rem Poppins;
  }
  .tool_banner .banneer_left p {
    text-align: center;
    margin-top: 0.09rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    margin-bottom: 0.28rem;
  }
  .tool_banner .banneer_left .tool_banner_btn_pc {
    display: none;
  }
  .tool_banner .banneer_right {
    width: 100%;
    height: 4.38rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/m_tool_banner.png");
    background-size: 100%;
  }
  .tool_banner .tool_banner_btn_mob {
    margin: 0.28rem auto 0;
    width: 6.1rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8B3DFF;
    border-radius: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tool_banner .tool_banner_btn_mob .text {
    color: #fff;
    font: normal normal 500 0.32rem/1rem Poppins;
  }
  .tool_banner .tool_banner_btn_mob .icon {
    display: inline-block;
    margin-left: 0.22rem;
    width: 0.22rem;
    height: 0.16rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/_common/btn_right.svg");
    background-size: cover;
  }
}
.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;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes transition_dot1 {
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes transition_dot1 {
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes transition_dot2 {
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes transition_dot2 {
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes transition_dot3 {
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes transition_dot3 {
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes review_scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes review_scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
#share-dialog .preview-video-box {
  margin-inline: auto !important;
}
#share-dialog .share-switch,
#share-dialog .share_switch_des {
  display: none !important;
}

.zoom-dialog {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.74);
}
.zoom-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  max-width: min(1086px, 95vw);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.zoom-bottom {
  margin-top: 20px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.zoom-bottom .share {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.zoom__video {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.zoom__video video {
  width: 100%;
  max-width: inherit;
  max-height: 609px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
  /* &::-webkit-media-controls-fullscreen-button {
    display: none !important;
  } */
}
.zoom__video .video-play {
  z-index: 99999;
}
.zoom__close {
  position: absolute;
  top: 33px;
  right: 30px;
  cursor: pointer;
  z-index: 2;
  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;
  background: #ffffff 0 0 no-repeat padding-box;
  display: block;
}
.zoom__close path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .zoom__close:hover path {
    stroke: #6d4dff;
  }
}

.operation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
}
.operation-box__button {
  cursor: pointer;
  width: 82px;
  height: 82px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  font: normal normal normal 12px/18px Poppins;
  color: #39325a;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.operation-box__button::before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  background-color: #39325a;
  -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_zoom.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_zoom.svg") no-repeat center;
          mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_zoom.svg") no-repeat center;
  mask-size: contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.operation-box__button:hover {
  color: #6d4dff;
}
.operation-box__button:hover::before {
  background-color: #6d4dff;
}
.operation-box__button.zoom::before {
  width: 23px;
  height: 23px;
}
.operation-box__button.share {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.operation-box__button.share::before {
  -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_share.svg") no-repeat center;
  mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_share.svg") no-repeat center;
}
.operation-box__button.download::before {
  -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_download.svg") no-repeat center;
  mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_download.svg") no-repeat center;
}

@media screen and (min-width: 1200px) {
  .hide-pc {
    display: none !important;
  }
  .video-play {
    --video-play-size: 84px;
    width: var(--video-play-size);
    height: var(--video-play-size);
    display: block;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_video_play_shadow.webp") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .video-play svg {
    width: var(--video-play-size);
    height: var(--video-play-size);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .video-play svg .video-play__trigger {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: bounding-box;
  }
  .video-play:not(:disabled):not(.video-play--disabled):has(.video-play__trigger:hover) {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  .video-play:not(:disabled):not(.video-play--disabled) .video-play__trigger {
    cursor: pointer;
  }
  .video-play:not(:disabled):not(.video-play--disabled) .video-play__trigger:hover {
    fill: #e0e0e2;
  }
  .video-play--hide {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide-mob {
    display: none !important;
  }
  .gen-result .operation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gen-result .operation-box__button {
    cursor: pointer;
    min-width: 1.06rem;
    max-height: 0.81rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    font: normal normal 500 0.22rem/0.28rem Poppins;
    color: #827c9a;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    gap: 0.09rem;
    background-color: transparent;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-result .operation-box__button::before {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    display: inline-block;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_zoom.svg") no-repeat center;
    background-size: contain;
  }
  .gen-result .operation-box__button.download::before {
    width: 0.39rem;
    height: 0.4rem;
  }
  .gen-result .operation-box__button.share::before {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_share.svg") no-repeat center;
  }
  .gen-result .operation-box__button.download::before {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_result_download.svg") no-repeat center;
  }
  .video-play {
    --video-play-size: 0.94rem;
    width: var(--video-play-size);
    height: var(--video-play-size);
    display: block;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border: none;
    outline: none;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_video_play_shadow.webp") no-repeat center;
    background-size: 100% 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .video-play svg {
    width: var(--video-play-size);
    height: var(--video-play-size);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .video-play svg .video-play__trigger {
    pointer-events: bounding-box;
  }
  .video-play--hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .preview-box {
    height: unset !important;
  }
  .share-box .share-switch {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .sync {
    background: -webkit-gradient(linear, left top, right top, from(#fff9f9), to(#ebe9ff));
    background: linear-gradient(to right, #fff9f9 0%, #ebe9ff 100%);
    padding: 24px 24px 72px;
  }
  .sync * {
    letter-spacing: 0;
  }
  .sync-wrapper {
    max-width: 1116px;
    margin: 0 auto;
  }
  .sync-header {
    text-align: center;
  }
  .sync__title {
    font: normal normal bold 40px/60px Poppins;
    color: #39325a;
  }
  .sync__desc {
    font: normal normal 300 18px/22px Poppins;
    color: #39325a;
    margin-block: 8px 36px;
  }
  .gen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gen-result {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .gen-result video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 16px;
    -webkit-transition: -webkit-filter 0.2s ease-out;
    transition: -webkit-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
    /* &::-webkit-media-controls-fullscreen-button {
      display: none !important;
    } */
  }
  .gen-operation {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    max-width: 492px;
    width: 100%;
  }
  .gen__audio-play {
    --video-play-size: 22px;
    width: var(--video-play-size);
    height: var(--video-play-size);
    display: inline-block;
    position: absolute;
    top: 16px;
    inset-inline-end: 10px;
    border: none;
    outline: none;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
    mask-size: contain;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .gen__audio-play:hover {
    background-color: #e0d9ff;
  }
  .gen__audio-play--playing {
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_open_audio.svg") no-repeat center;
    mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_open_audio.svg") no-repeat center;
  }
  .gen__delete {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    inset-inline-end: 6px;
    display: inline-block;
    border: none;
    outline: none;
    background-color: #39325a;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_delete.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_delete.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_delete.svg") no-repeat center;
    mask-size: contain;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
  }
  .gen__delete:hover {
    background-color: #6d4dff;
  }
  .gen__button {
    background-color: #6d4dff;
    border-radius: 25px;
    max-width: 314px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    border: none;
    outline: none;
    font: normal normal normal 17px/26px Poppins;
    color: #ffffff;
  }
  .gen__button span {
    font: normal normal normal 17px/26px Poppins;
    color: #ffffff;
    opacity: 0;
  }
  .gen__button:disabled {
    background-color: rgba(109, 77, 255, 0.3);
    cursor: default;
  }
  .gen__button:not(:disabled) {
    cursor: pointer;
  }
  .gen__button--transition .dot1 {
    -webkit-animation: transition_dot1 1s linear infinite;
            animation: transition_dot1 1s linear infinite;
  }
  .gen__button--transition .dot2 {
    -webkit-animation: transition_dot2 1s linear infinite;
            animation: transition_dot2 1s linear infinite;
  }
  .gen__button--transition .dot3 {
    -webkit-animation: transition_dot3 1s linear infinite;
            animation: transition_dot3 1s linear infinite;
  }
  .gen__generating {
    width: 124px;
    height: 124px;
    -webkit-box-shadow: 0px 3px 6px rgba(15, 16, 54, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(15, 16, 54, 0.1607843137);
    border: 2px solid #ffffff;
    border-radius: 67px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    gap: 5px;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .gen__generating span {
    font: normal normal normal 12px/18px Poppins;
    color: #39325a;
    text-align: center;
    display: block;
  }
  .gen__generating .icon {
    width: 43px;
    height: 43px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_loading.svg");
    background-size: 100%;
    -webkit-animation: spin 1.1s linear infinite;
            animation: spin 1.1s linear infinite;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-result__default {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
    display: none;
    position: relative;
  }
  .gen-result__default::before, .gen-result__default::after {
    position: absolute;
    bottom: 0;
    height: 37px;
    font: normal normal 600 12px Poppins;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.43);
  }
  .gen-result__default::before {
    content: var(--text-origin);
    left: 0;
    padding-left: 11px;
    padding-right: 14px;
    border-radius: 0 16px;
  }
  .gen-result__default::after {
    content: var(--text-synced);
    right: 0;
    padding-left: 14px;
    padding-right: 11px;
    border-radius: 16px 0;
  }
  .gen-result__display {
    -webkit-margin-end: 34px;
            margin-inline-end: 34px;
    position: relative;
    display: none;
  }
  .gen-result__display video {
    margin: 0 auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .gen-result__display .video-play {
    display: none;
  }
  .gen-result__display .gen__generating {
    display: none;
  }
  .gen-result__bottom {
    -webkit-margin-end: 34px;
            margin-inline-end: 34px;
    display: none;
    margin-top: 9px;
    position: relative;
  }
  .gen-result__bottom .gen-result__tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin-inline: auto;
  }
  .gen-result__bottom .gen-result__tip p,
.gen-result__bottom .gen-result__tip span {
    font: normal normal 500 13px/20px Poppins;
    color: #39325a;
  }
  .gen-result__bottom .gen-result__tip span {
    color: #fe4e29;
  }
  .gen-result__bottom .gen-result__tip::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fe4e29;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
    mask-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 3.5px;
  }
  .gen-result__bottom .gen-result__operation {
    display: none;
    margin-top: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gen-result--idle .gen-result__default {
    display: block;
  }
  .gen-result--display .gen-result__display {
    display: block;
  }
  .gen-result--display .gen-result__display .video-play {
    display: block;
  }
  .gen-result--generating .gen-result__display {
    display: block;
  }
  .gen-result--generating .gen-result__display video {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  .gen-result--generating .gen-result__display .gen__generating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .gen-result--generating .gen-result__bottom {
    display: block;
  }
  .gen-result--generating .gen-result__bottom .gen-result__tip {
    margin-top: 19px;
  }
  .gen-result--finished .gen-result__display {
    display: block;
  }
  .gen-result--finished .gen-result__display .video-play {
    display: block;
  }
  .gen-result--finished .gen-result__bottom {
    display: block;
  }
  .gen-result--finished .gen-result__bottom .gen-result__operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-result--display.is-vertical-video .gen-result__display, .gen-result--generating.is-vertical-video .gen-result__display, .gen-result--finished.is-vertical-video .gen-result__display {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-inline: auto;
  }
  .gen-result--display.is-vertical-video .gen-result__display video, .gen-result--generating.is-vertical-video .gen-result__display video, .gen-result--finished.is-vertical-video .gen-result__display video {
    width: unset;
    max-height: 415px;
  }
  .gen-result--display.is-vertical-video .gen-result__bottom, .gen-result--generating.is-vertical-video .gen-result__bottom, .gen-result--finished.is-vertical-video .gen-result__bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .gen-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    opacity: 0.85;
    padding-bottom: 10px;
  }
  .gen-card-header {
    padding-inline: 54px 12px;
    padding-block: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .gen-card-header * {
    display: inline-block;
  }
  .gen-card-header__index {
    position: absolute;
    inset-inline-start: 12px;
    top: -12px;
    width: 32px;
    height: 33px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_step1.webp") center no-repeat;
    background-size: contain;
  }
  .gen-card-header__index--step-2 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_step2.webp");
  }
  .gen-card-header__index--step-3 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_step3.webp");
  }
  .gen-card-header__title {
    font: normal normal 500 16px/23px Poppins;
    color: #39325a;
    cursor: default;
  }
  .gen-card-header__button {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    text-decoration: underline;
    font: normal normal 500 14px/21px Poppins;
    color: #6d4dff;
    cursor: pointer;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: end;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    /* word-break: keep-all;
      white-space: nowrap; */
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card-header__button:hover {
    color: #b076ff;
  }
  .gen-card-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
    padding-bottom: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card-tab__item {
    font: normal normal 500 16px/25px Poppins;
    color: #39325a;
    position: relative;
    cursor: pointer;
    padding-block: 4px;
  }
  .gen-card-tab__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 4px;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
  }
  .gen-card-tab__item:not(.gen-card-tab__item--active):hover {
    color: #737c90;
  }
  .gen-card-tab__item--active {
    color: #6d4dff;
  }
  .gen-card-tab__item--active::after {
    background-color: #6e4eff;
  }
  .gen-card-content {
    padding-inline: 12px;
  }
  .gen-card-content > div {
    background-color: #ffffff;
    border: 1px dashed #b2b7c2;
    border-radius: 10px;
    height: 134px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card__tip {
    font: normal normal 500 13px/19px Poppins;
    color: #808080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 11px;
    visibility: hidden;
  }
  .gen-card__tip::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") center no-repeat;
    background-size: 13px 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-upload {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 75px;
    display: none;
    overflow: hidden;
  }
  .gen-upload-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
    pointer-events: none;
  }
  .gen-upload__icon {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_app_video.svg") center no-repeat;
    background-size: contain;
    margin-top: 5px;
  }
  .gen-upload__icon--audio {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_app_audio.svg");
  }
  .gen-upload__title {
    font: normal normal 600 14px/20px Poppins;
    color: #39325a;
    margin-bottom: 5px;
  }
  .gen-upload__desc {
    font: normal normal 500 13px/20px Poppins;
    color: #6f6f6f;
  }
  .gen-upload__uploading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    pointer-events: none;
  }
  .gen-upload__uploading .icon {
    width: 36px;
    height: 36px;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_loading.svg");
    background-size: 100%;
    -webkit-animation: spin 1.1s linear infinite;
            animation: spin 1.1s linear infinite;
  }
  .gen-upload-input {
    display: none;
  }
  .gen-url {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 21px;
    display: none;
    overflow: hidden;
  }
  .gen-url__input {
    border: 1px solid #bdaffd;
    border-radius: 3px;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
  }
  .gen-url__input i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_youtube.svg") center no-repeat;
    background-size: contain;
    -webkit-margin-start: 14px;
            margin-inline-start: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-url__input input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    padding-inline: 14px;
    font: normal normal 500 14px/21px Poppins;
    color: #39325a;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .gen-url__input input::-webkit-input-placeholder {
    font: normal normal 500 13.5px/21px Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::-moz-placeholder {
    font: normal normal 500 13.5px/21px Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input:-ms-input-placeholder {
    font: normal normal 500 13.5px/21px Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::-ms-input-placeholder {
    font: normal normal 500 13.5px/21px Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::placeholder {
    font: normal normal 500 13.5px/21px Poppins;
    color: #b4b0c6;
  }
  .gen-url__input button {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    -webkit-margin-end: 3px;
            margin-inline-end: 3px;
    outline: none;
    display: none;
    background-color: #6d4dff;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 21px;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-url__input button:hover {
    background-color: #5534ea;
  }
  .gen-url--writing .gen-url__input {
    border-color: #b9b9b9;
  }
  .gen-url--writing .gen-url__input i {
    display: none;
  }
  .gen-url--writing .gen-url__input button {
    display: inline-block;
  }
  .gen-video {
    padding-inline: 19px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    display: none;
  }
  .gen-video__poster {
    max-width: 151px;
    height: 85px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-video__poster video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .gen-video__poster .video-play {
    --video-play-size: 46px;
  }
  .gen-video__title {
    font: normal normal 600 15px/21px Poppins;
    color: #39325a;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
  }
  .gen-video__desc {
    font: normal normal 500 13px/19px Poppins;
    color: #6f6f6f;
    cursor: default;
  }
  .gen-audio {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    padding-inline: 30px;
    overflow: hidden;
  }
  .gen-audio__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font: normal normal 600 14px/20px Poppins;
    color: #39325a;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    cursor: default;
  }
  .gen-audio__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 356px;
  }
  .gen-audio__progress {
    position: relative;
    width: 100%;
    height: 17px;
    background: #e1e5ee;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-bottom: 4px;
  }
  .gen-audio__progress::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: var(--progress);
    height: 100%;
    background: #8b3dff;
  }
  .gen-audio__duration {
    font: normal normal 500 11px/16px Poppins;
    color: #9a9a9a;
    cursor: default;
  }
  .gen-audio__play {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: none;
    outline: none;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: #8b3dff;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_paly.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_paly.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_paly.svg") no-repeat center;
    mask-size: contain;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    cursor: pointer;
  }
  .gen-audio__play:hover {
    background-color: #a460ff;
  }
  .gen-audio__play--playing {
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_pause.svg") no-repeat center;
    mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_pause.svg") no-repeat center;
  }
  .gen-card:not(.gen-card--dragging):not(.gen-card--uploading) .gen-upload, .gen-card--idle .gen-upload {
    cursor: pointer;
  }
  .gen-card:not(.gen-card--dragging):not(.gen-card--uploading) .gen-upload:hover, .gen-card--idle .gen-upload:hover {
    background-color: #fbfbfb;
  }
  .gen-card.gen-card--dragging .gen-upload {
    background-color: #f2ebff;
    border: 1px solid #e2e2e2;
  }
  .gen-card.gen-card--uploading .gen-upload,
.gen-card.gen-card--uploading .gen-url {
    border: 1px solid #e2e2e2;
    background-color: #f2ebff;
  }
  .gen-card.gen-card--uploading .gen-upload > :not(.gen-upload__uploading),
.gen-card.gen-card--uploading .gen-url > :not(.gen-upload__uploading) {
    display: none;
  }
  .gen-card.gen-card--uploading .gen-upload .gen-upload__uploading,
.gen-card.gen-card--uploading .gen-url .gen-upload__uploading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card--uploading .gen-card-tab__item,
.gen-card.gen-card--uploading .gen-card-header__button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    cursor: default;
  }
  .gen-card.gen-card-video--upload .gen-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video--url .gen-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video--url .gen-card__tip {
    visibility: visible;
  }
  .gen-card.gen-card-video--video .gen-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video--video .gen-card__tip {
    visibility: visible;
  }
  .gen-card.gen-card-audio {
    padding-bottom: 22px;
  }
  .gen-card.gen-card-audio .gen-card-content {
    margin-top: 5px;
  }
  .gen-card.gen-card-audio--upload .gen-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-audio--audio .gen-audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-generate .gen__button {
    margin-block: 16px 39px;
  }
  .gen--generating .gen-card .gen-card-header__button,
.gen--generating .gen-card .gen-card-tab,
.gen--generating .gen-card .gen-audio__play,
.gen--generating .gen-card .gen__delete {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1200px) {
  .sync {
    background: linear-gradient(80deg, #fff9f9 0%, #ebe9ff 100%);
    padding: 0.3rem 0.6rem 0.56rem;
  }
  .sync * {
    letter-spacing: 0;
  }
  .sync-wrapper {
    margin: 0 auto;
  }
  .sync-header {
    text-align: center;
  }
  .sync__title {
    font: normal normal bold 0.45rem/0.6rem Poppins;
    color: #39325a;
  }
  .sync__desc {
    font: normal normal 300 0.3rem/0.46rem Poppins;
    color: #39325a;
    margin-top: 0.1rem;
  }
  .gen {
    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;
  }
  .gen-result {
    padding-inline: 0.09rem;
  }
  .gen-result video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0.16rem;
    /* &::-webkit-media-controls-fullscreen-button {
      display: none !important;
    } */
  }
  .gen-operation {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.45rem;
    width: 100%;
  }
  .gen__audio-play {
    --video-play-size: 22px;
    width: var(--video-play-size);
    height: var(--video-play-size);
    display: inline-block;
    position: absolute;
    top: 16px;
    inset-inline-end: 10px;
    border: none;
    outline: none;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_close_audio.svg") no-repeat center;
    mask-size: contain;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  .gen__audio-play--playing {
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_open_audio.svg") no-repeat center;
    mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_open_audio.svg") no-repeat center;
  }
  .gen__delete {
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    top: 0.13rem;
    inset-inline-end: 0.14rem;
    display: inline-block;
    border: none;
    outline: none;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_delete.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  .gen__button {
    background-color: #6d4dff;
    border-radius: 0.5rem;
    max-width: 5.64rem;
    width: 100%;
    height: 0.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    border: none;
    outline: none;
    font: normal normal 500 0.26rem/0.39rem Poppins;
    color: #ffffff;
  }
  .gen__button span {
    font: normal normal 500 0.26rem/0.39rem Poppins;
    color: #ffffff;
    opacity: 0;
  }
  .gen__button:disabled {
    background-color: rgba(109, 77, 255, 0.3);
  }
  .gen__button--transition .dot1 {
    -webkit-animation: transition_dot1 1s linear infinite;
            animation: transition_dot1 1s linear infinite;
  }
  .gen__button--transition .dot2 {
    -webkit-animation: transition_dot2 1s linear infinite;
            animation: transition_dot2 1s linear infinite;
  }
  .gen__button--transition .dot3 {
    -webkit-animation: transition_dot3 1s linear infinite;
            animation: transition_dot3 1s linear infinite;
  }
  .gen__generating {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-box-shadow: 0px 0.03rem 0.06rem rgba(15, 16, 54, 0.1607843137);
            box-shadow: 0px 0.03rem 0.06rem rgba(15, 16, 54, 0.1607843137);
    border: 0.02rem solid #ffffff;
    border-radius: 0.67rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    gap: 0.06rem;
    overflow: hidden;
    pointer-events: none;
  }
  .gen__generating span {
    font: normal normal normal 0.14rem/0.24rem Poppins;
    color: #39325a;
    text-align: center;
    display: block;
  }
  .gen__generating .icon {
    width: 0.49rem;
    height: 0.49rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_loading.svg");
    background-size: 100%;
    -webkit-animation: spin 1.1s linear infinite;
            animation: spin 1.1s linear infinite;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-result__default {
    display: none;
    position: relative;
    margin-top: 0.1rem;
    margin-bottom: 0.44rem;
  }
  .gen-result__default::before, .gen-result__default::after {
    position: absolute;
    bottom: 0;
    height: 0.37rem;
    font: normal normal 600 0.14rem Poppins;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.43);
  }
  .gen-result__default::before {
    content: var(--text-origin);
    left: 0;
    padding-left: 0.19rem;
    padding-right: 0.21rem;
    border-radius: 0 0.16rem;
  }
  .gen-result__default::after {
    content: var(--text-synced);
    right: 0;
    padding-left: 0.22rem;
    padding-right: 0.21rem;
    border-radius: 0.16rem 0;
  }
  .gen-result__display {
    position: relative;
    display: none;
    margin-top: 0.58rem;
  }
  .gen-result__display video {
    max-width: 6.12rem;
    margin-inline: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .gen-result__display .video-play {
    display: none;
  }
  .gen-result__display .gen__generating {
    display: none;
  }
  .gen-result__bottom {
    display: none;
    margin-bottom: 0.56rem;
    margin-top: 0.22rem;
  }
  .gen-result__bottom .gen-result__tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.09rem;
    margin-inline: auto;
  }
  .gen-result__bottom .gen-result__tip p,
.gen-result__bottom .gen-result__tip span {
    font: normal normal 500 0.21rem/0.31rem Poppins;
    color: #39325a;
  }
  .gen-result__bottom .gen-result__tip span {
    color: #fe4e29;
  }
  .gen-result__bottom .gen-result__tip::before {
    content: "";
    display: inline-block;
    width: 0.21rem;
    height: 0.21rem;
    background-color: #fe4e29;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") no-repeat center;
    mask-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .gen-result__bottom .gen-result__operation {
    display: none;
    margin-top: 0.12rem;
    gap: 0;
  }
  .gen-result__bottom .gen-result__operation .operation-box__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gen-result__bottom .gen-result__operation .share {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
  .gen-result__bottom .gen-result__operation .download {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    min-width: 1.26rem;
  }
  .gen-result--idle .gen-result__default {
    display: block;
  }
  .gen-result--display {
    width: 100%;
  }
  .gen-result--display .gen-result__display {
    display: block;
    margin-bottom: 0.92rem;
  }
  .gen-result--display .gen-result__display .video-play {
    display: block;
  }
  .gen-result--generating {
    width: 100%;
  }
  .gen-result--generating .gen-result__display {
    display: block;
    margin-bottom: 0;
  }
  .gen-result--generating .gen-result__display video {
    -webkit-filter: blur(0.08rem);
            filter: blur(0.08rem);
  }
  .gen-result--generating .gen-result__display .gen__generating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .gen-result--generating .gen-result__bottom {
    display: block;
  }
  .gen-result--generating .gen-result__bottom .gen-result__tip {
    margin-top: 0.26rem;
  }
  .gen-result--finished {
    width: 100%;
  }
  .gen-result--finished .gen-result__display {
    display: block;
  }
  .gen-result--finished .gen-result__display .video-play {
    display: block;
  }
  .gen-result--finished .gen-result__bottom {
    display: block;
  }
  .gen-result--finished .gen-result__bottom .gen-result__operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-result--display.is-vertical-video .gen-result__display, .gen-result--generating.is-vertical-video .gen-result__display, .gen-result--finished.is-vertical-video .gen-result__display {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-inline: auto;
  }
  .gen-result--display.is-vertical-video .gen-result__display video, .gen-result--generating.is-vertical-video .gen-result__display video, .gen-result--finished.is-vertical-video .gen-result__display video {
    width: unset;
    max-height: 4.48rem;
  }
  .gen-result--display.is-vertical-video .gen-result__bottom, .gen-result--generating.is-vertical-video .gen-result__bottom, .gen-result--finished.is-vertical-video .gen-result__bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .gen-result--display.is-vertical-video .gen-result__bottom .gen-result__operation, .gen-result--generating.is-vertical-video .gen-result__bottom .gen-result__operation, .gen-result--finished.is-vertical-video .gen-result__bottom .gen-result__operation {
    margin-inline: auto;
  }
  .is-android-edge .gen-result__display {
    width: 100%;
    margin-inline: auto;
  }
  .is-android-edge .gen-result__display video {
    background-color: black;
    width: 100%;
    max-height: 4.48rem;
  }
  .gen-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 0.1rem;
    border: 0.01rem solid #e2e2e2;
    opacity: 0.85;
    padding-bottom: 0.22rem;
  }
  .gen-card-header {
    padding-inline: 1rem 0.25rem;
    padding-block: 0.22rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
  }
  .gen-card-header * {
    display: inline-block;
  }
  .gen-card-header__index {
    position: absolute;
    inset-inline-start: 0.16rem;
    top: -0.23rem;
    width: 0.64rem;
    height: 0.64rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_step_bg.svg") center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gen-card-header__index::before {
    content: "1";
    display: inline-block;
    font: italic normal 600 0.36rem Poppins;
    color: #ffffff;
    -webkit-transform: translateX(-0.02rem);
            transform: translateX(-0.02rem);
  }
  .gen-card-header__index--step-2::before {
    content: "2";
  }
  .gen-card-header__index--step-3::before {
    content: "3";
  }
  .gen-card-header__title {
    font: normal normal 600 0.25rem/0.38rem Poppins;
    color: #39325a;
  }
  .gen-card-header__button {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    text-decoration: underline;
    font: normal normal 500 0.22rem/0.31rem Poppins;
    color: #6d4dff;
    cursor: pointer;
    text-align: end;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.34rem;
    padding-bottom: 0.26rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card-tab__item {
    font: normal normal 500 0.24rem/0.33rem Poppins;
    color: #39325a;
    position: relative;
    cursor: pointer;
    padding-block: 0.06rem;
  }
  .gen-card-tab__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 0.06rem;
    width: 100%;
    background-color: transparent;
    border-radius: 0.05rem;
  }
  .gen-card-tab__item--active {
    color: #6d4dff;
  }
  .gen-card-tab__item--active::after {
    background-color: #6e4eff;
  }
  .gen-card-content {
    padding-inline: 0.25rem;
  }
  .gen-card-content > div {
    background-color: #ffffff;
    border: 0.02rem dashed #b2b7c2;
    border-radius: 0.12rem;
    height: 3.26rem;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .gen-card__tip {
    font: normal normal 500 0.2rem/0.28rem Poppins;
    color: #808080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.09rem;
    margin-top: 0.09rem;
    visibility: hidden;
  }
  .gen-card__tip::before {
    content: "";
    display: inline-block;
    width: 0.23rem;
    height: 0.23rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_gen_tip.svg") center no-repeat;
    background-size: 0.23rem 0.23rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-upload {
    padding-inline: 0.5rem;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .gen-upload-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.06rem;
    pointer-events: none;
  }
  .gen-upload__icon {
    display: inline-block;
    width: 0.53rem;
    height: 0.53rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_app_video.svg") center no-repeat;
    background-size: contain;
  }
  .gen-upload__icon--audio {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_app_audio.svg");
  }
  .gen-upload__title {
    font: normal normal 600 0.26rem/0.36rem Poppins;
    color: #39325a;
    margin-bottom: 0.08rem;
    text-align: center;
  }
  .gen-upload__desc {
    font: normal normal 500 0.2rem/0.29rem Poppins;
    color: #6f6f6f;
    text-align: center;
  }
  .gen-upload__uploading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.12rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    pointer-events: none;
  }
  .gen-upload__uploading .icon {
    width: 0.56rem;
    height: 0.56rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_loading.svg");
    background-size: 100%;
    -webkit-animation: spin 1.1s linear infinite;
            animation: spin 1.1s linear infinite;
  }
  .gen-upload-input {
    display: none;
  }
  .gen-url {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 0.3rem;
    display: none;
    overflow: hidden;
  }
  .gen-url__input {
    border: 0.01rem solid #bdaffd;
    border-radius: 0.04rem;
    width: 100%;
    height: 0.68rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
  }
  .gen-url__input i {
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_youtube.svg") center no-repeat;
    background-size: contain;
    -webkit-margin-start: 0.18rem;
            margin-inline-start: 0.18rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-url__input input {
    display: block;
    width: 100%;
    height: 100%;
    padding-inline: 0.18rem;
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #39325a;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .gen-url__input input::-webkit-input-placeholder {
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::-moz-placeholder {
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input:-ms-input-placeholder {
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::-ms-input-placeholder {
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #b4b0c6;
  }
  .gen-url__input input::placeholder {
    font: normal normal 500 0.2rem/0.33rem Poppins;
    color: #b4b0c6;
  }
  .gen-url__input button {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.03rem;
    -webkit-margin-end: 0.03rem;
            margin-inline-end: 0.03rem;
    outline: none;
    display: none;
    background-color: #6d4dff;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25rem 0.26rem;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-url--writing .gen-url__input input {
    max-width: calc(100% - 0.34rem - 0.18rem - 0.6rem - 0.03rem);
  }
  .gen-url--writing .gen-url__input button {
    display: inline-block;
  }
  .gen-video {
    padding-inline: 0.17rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.15rem;
    padding-top: 0.34rem;
  }
  .gen-video__poster {
    max-width: 4.11rem;
    height: 2.33rem;
    position: relative;
    border-radius: 0.07rem;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-video__poster video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .gen-video__poster .video-play {
    --video-play-size: 0.82rem;
  }
  .gen-video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.32rem;
    width: 100%;
  }
  .gen-video__title {
    font: normal normal 600 0.22rem/0.31rem Poppins;
    color: #39325a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .gen-video__desc {
    font: normal normal 500 0.2rem/0.28rem Poppins;
    color: #6f6f6f;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gen-audio {
    -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;
    display: none;
    padding-inline: 0.37rem;
    padding-top: 0.54rem;
    overflow: hidden;
  }
  .gen-audio__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font: normal normal 600 0.24rem/0.33rem Poppins;
    color: #39325a;
    max-height: 0.33rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
  }
  .gen-audio__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-block: 0.55rem 0.33rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 5.06rem;
  }
  .gen-audio__progress {
    position: relative;
    width: 100%;
    height: 0.23rem;
    background: #e1e5ee;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
            mask: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/gen_progress.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-bottom: 0.08rem;
  }
  .gen-audio__progress::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: var(--progress);
    height: 100%;
    background: #8b3dff;
  }
  .gen-audio__duration {
    font: normal normal 500 0.18rem/0.25rem Poppins;
    color: #9a9a9a;
  }
  .gen-audio__play {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: none;
    outline: none;
    width: 0.67rem;
    height: 0.67rem;
    border-radius: 0.67rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_paly.svg") no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  .gen-audio__play--playing {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/icon_audio_pause.svg") no-repeat center;
  }
  .gen-card:not(.gen-card--dragging):not(.gen-card--uploading) .gen-upload, .gen-card--idle .gen-upload {
    cursor: pointer;
  }
  .gen-card.gen-card--uploading .gen-upload,
.gen-card.gen-card--uploading .gen-url {
    border: 0.02rem solid #e2e2e2;
    background-color: #f2ebff;
  }
  .gen-card.gen-card--uploading .gen-upload > :not(.gen-upload__uploading),
.gen-card.gen-card--uploading .gen-url > :not(.gen-upload__uploading) {
    display: none;
  }
  .gen-card.gen-card--uploading .gen-upload .gen-upload__uploading,
.gen-card.gen-card--uploading .gen-url .gen-upload__uploading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video .gen-card-content {
    padding-top: 1px;
  }
  .gen-card.gen-card-video--upload .gen-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video--url .gen-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-video--url .gen-card__tip {
    visibility: visible;
  }
  .gen-card.gen-card-video--video .gen-card__tip {
    visibility: visible;
  }
  .gen-card.gen-card-audio {
    padding-bottom: 0.26rem;
  }
  .gen-card.gen-card-audio .gen-card-header {
    padding-block: 0.22rem 0.13rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 0.04rem;
  }
  .gen-card.gen-card-audio .gen-card-content {
    margin-top: 0.09rem;
  }
  .gen-card.gen-card-audio--upload .gen-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-audio--audio .gen-audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gen-card.gen-card-generate .gen__button {
    margin-block: 0.18rem 0.55rem;
  }
}
@media screen and (min-width: 1200px) {
  .mob-show {
    display: none !important;
  }
  .lip-sync-seo .tool_banner {
    margin-top: 0;
    margin-bottom: 74px;
  }
  .lip-sync-seo .tool_banner .banner_content {
    padding-left: 120px;
    padding-right: 24px;
    background: -webkit-gradient(linear, right top, left top, from(#F1EEFF), to(#E1EEFF));
    background: linear-gradient(270deg, #F1EEFF 0%, #E1EEFF 100%);
    border-radius: 20px;
  }
  .lip-sync-seo .tool_banner .banneer_left {
    width: 478px;
  }
  .lip-sync-seo .tool_banner .banneer_left .tip {
    color: #9A9AA9;
    letter-spacing: 0.48px;
  }
  .lip-sync-seo .tool_banner .banneer_left p {
    max-width: 463px;
    letter-spacing: 0.42px;
  }
  .lip-sync-seo .tool_banner .banneer_right {
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/tool_banner.webp");
    background-size: 100%;
  }
  .lip-sync-seo .tool_banner .tool_banner_btn_pc {
    width: 332px;
  }
  .lip-sync-seo .lip-sync-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 324px;
    padding: 12px 0;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    font: normal normal 500 18px/27px Poppins;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .lip-sync-seo .lip-sync-btn:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#8B3DFF), to(#B889FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #8B3DFF 0%, #B889FF 100%) 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 {
    width: 1192px;
    margin: 0 auto;
    padding-block: 90px 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    margin-bottom: 36px;
  }
  .lip-sync-seo .seo-section1 .demo-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px;
    -webkit-margin-before: 72px;
            margin-block-start: 72px;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 385px;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item video {
    width: 100%;
    height: 217px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item video.video-vertical {
    height: 456px;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.78) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 16px 16px;
    padding: 15px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 18px/27px Poppins;
    color: #000000;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-title i {
    width: 28px;
    height: 28px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/video_play.svg") 0% 0%/contain no-repeat padding-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-content {
    font: normal normal normal 14px/19px Poppins;
    color: #39325A;
    margin-top: 13px;
    display: none;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-content a {
    font: normal normal normal 14px/19px Poppins;
    color: #6d4dff;
  }
  .lip-sync-seo .seo-section1 .demo-videos .middle-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .lip-sync-seo .seo-section1 .video-compare {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding-top: 120px;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0) 0% 0% no-repeat padding-box;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    -ms-flex-line-pack: center;
        align-content: center;
    display: none;
  }
  .lip-sync-seo .seo-section1 .video-compare .close-compare {
    position: absolute;
    top: 160px;
    inset-inline-end: 59px;
    width: 18px;
    height: 18px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/close_icon.svg") 0% 0%/contain no-repeat padding-box;
    cursor: pointer;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 64px 0 64px 0;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin, .lip-sync-seo .seo-section1 .video-compare .compare-box .after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    min-width: 120px;
    padding: 6px 8px;
    height: 32px;
    background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    font: normal normal normal 14px/20px Poppins;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag p, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag p {
    font: inherit;
    color: inherit;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag.after, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag.after {
    background: #6D4DFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin video, .lip-sync-seo .seo-section1 .video-compare .compare-box .after video {
    width: 600px;
    height: 338px;
    border-radius: 15px;
    background-color: #000000;
  }
  .lip-sync-seo .seo-section1 .lip-sync-btn {
    margin-top: 36px;
  }
  .lip-sync-seo .seo-section2 {
    width: 1170px;
    height: 550px;
    margin: 0 auto;
    padding-block: 60px 110px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 h2 {
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    text-align: center;
  }
  .lip-sync-seo .seo-section2 .desc {
    font: normal normal bold 16px/30px Poppins;
    letter-spacing: 0.32px;
    color: #8B3DFF;
    text-align: center;
    margin-block: 12px 36px;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step {
    margin-top: 72px;
    position: relative;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card {
    width: 1170px;
    height: 760px;
    -webkit-box-shadow: 0px 8px 15px rgba(188, 188, 221, 0.7019607843);
            box-shadow: 0px 8px 15px rgba(188, 188, 221, 0.7019607843);
    border-radius: 26px;
    padding: 35px 42px;
    margin-top: 36px;
    position: sticky;
    top: 130px;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step1 {
    background: #D1D6FF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step2 {
    background: #CFE4FF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step3 {
    background: #FFD6E4 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card .step-title {
    text-align: center;
    font: normal normal 500 16px/25px Poppins;
    color: #000000;
    margin-bottom: 35px;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card .step-title span {
    color: #000000;
    font: normal normal 600 22px/25px Poppins;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card video {
    width: 1086px;
    height: 611px;
  }
  .lip-sync-seo .seo-section2 .lip-sync-btn {
    margin-top: 44px;
  }
  .lip-sync-seo .seo-section3 {
    padding-block: 2210px 120px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F5F5FF), color-stop(66%, rgba(242, 243, 247, 0.7058823529)), color-stop(77%, rgba(242, 243, 247, 0.6392156863)), to(rgba(242, 243, 247, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F5F5FF 0%, rgba(242, 243, 247, 0.7058823529) 66%, rgba(242, 243, 247, 0.6392156863) 77%, rgba(242, 243, 247, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section3 h2 {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    margin-bottom: 80px;
  }
  .lip-sync-seo .seo-section3 .industry-card {
    width: 1170px;
    margin: 0 auto;
    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;
    gap: 138px;
    margin-bottom: 114px;
  }
  .lip-sync-seo .seo-section3 .industry-card:last-child {
    margin-bottom: 0;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start {
    max-width: 464px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-title {
    text-align: left;
    font: normal normal 600 22px/33px Poppins;
    color: #39325A;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start img {
    display: none;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-content {
    text-align: left;
    font: normal normal 300 16px/25px Poppins;
    color: #39325A;
    margin-block: 22px 28px;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-content a {
    font: normal normal 300 16px/25px Poppins;
    color: #6d4dff;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .lip-sync-btn {
    margin: unset;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-end {
    width: 568px;
    height: 330px;
    border-radius: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lip-sync-seo .seo-section3 .industry-card:nth-of-type(2n) .card-end {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .lip-sync-seo .seo-section4 {
    width: 100%;
    margin: 0 auto;
    padding: 72px 0;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/seo_bg.webp") 0% 0%/cover no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
    margin-bottom: 36px;
  }
  .lip-sync-seo .seo-section4 .compare-table {
    width: 960px;
    margin: 0 auto;
    margin-top: 64px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
            box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
    border: 1px solid #DFE0E6;
    border-radius: 16px;
  }
  .lip-sync-seo .seo-section4 .compare-table table {
    width: 100%;
    table-layout: fixed;
  }
  .lip-sync-seo .seo-section4 .compare-table table th, .lip-sync-seo .seo-section4 .compare-table table td {
    height: 100px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    font: normal normal normal 16px/22px Poppins;
    color: #000000;
    border: 1px solid #DFE0E6;
  }
  .lip-sync-seo .seo-section4 .compare-table table th:nth-child(1), .lip-sync-seo .seo-section4 .compare-table table td:nth-child(1) {
    width: 21%;
  }
  .lip-sync-seo .seo-section4 .compare-table table th:nth-child(n+2), .lip-sync-seo .seo-section4 .compare-table table td:nth-child(n+2) {
    width: 15.8%;
  }
  .lip-sync-seo .seo-section4 .compare-table table th.first-cell, .lip-sync-seo .seo-section4 .compare-table table td.first-cell {
    -webkit-border-start: none;
            border-inline-start: none;
  }
  .lip-sync-seo .seo-section4 .compare-table table th.last-cell, .lip-sync-seo .seo-section4 .compare-table table td.last-cell {
    -webkit-border-end: none;
            border-inline-end: none;
  }
  .lip-sync-seo .seo-section4 .compare-table table th {
    border-top: none;
  }
  .lip-sync-seo .seo-section4 .compare-table table td {
    height: 88px;
    color: #7C7697;
    border-bottom: none;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product {
    display: inline-block;
    width: 34px;
    height: 34px;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.hg {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/heygen.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.mh {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/magic_hour.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.vz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/vozo.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1020px;
    -webkit-margin-start: -30px;
            margin-inline-start: -30px;
    background: #F2F2FF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 8px 20px rgba(220, 220, 255, 0.8);
            box-shadow: 0px 8px 20px rgba(220, 220, 255, 0.8);
    border-radius: 14px;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td {
    height: 110px;
    border: none;
    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;
    color: #8B3DFF;
    font-weight: 500;
    border-top: 2px solid #8B3DFF;
    border-bottom: 2px solid #8B3DFF;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(n+2) {
    width: 15.8%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(1) {
    width: 23.8%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(6) {
    width: 19.2%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .first-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15.4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    -webkit-border-start: 2px solid #8B3DFF;
            border-inline-start: 2px solid #8B3DFF;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    font: normal normal 500 18px/22px Poppins;
    color: #000000;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .first-cell i {
    width: 40px;
    height: 42px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/vidnoz.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .last-cell {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
    -webkit-border-end: 2px solid #8B3DFF;
            border-inline-end: 2px solid #8B3DFF;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .lip-sync-seo .seo-section4 .table-desc {
    text-align: center;
    font: normal normal 300 16px/30px Poppins;
    letter-spacing: 0.32px;
    color: #39325A;
    margin-top: 44px;
    margin-bottom: 36px;
  }
  .lip-sync-seo .seo-section5 {
    margin: 0 auto;
    padding-block: 100px 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section5 h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .lip-sync-seo .seo-section5 .review-swiper {
    width: 100%;
    overflow: hidden;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews {
    width: 2784px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin-top: 72px;
    -webkit-animation: review_scroll 60s linear infinite;
            animation: review_scroll 60s linear infinite;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item {
    width: 442px;
    min-height: 485px;
    padding: 34px 16px 16px 16px;
    background: #F2F3F7 0% 0% no-repeat padding-box;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .headshot {
    width: 68px;
    height: 68px;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 18px;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo .username {
    font: normal normal 500 18px/22px Poppins;
    color: #000000;
    margin-top: 8px;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-content {
    font: normal normal 300 14px/21px Poppins;
    color: #39325A;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img {
    width: 410px;
    height: 238px;
    margin-top: auto;
    position: relative;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img img {
    width: 100%;
    height: 100%;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img .review-play {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lip-sync-seo .seo-section5 .lip-sync-btn {
    margin-top: 36px;
  }
  .lip-sync-seo .seo-faq {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-faq h2 {
    max-width: 90%;
    font: normal normal 600 40px/56px Poppins;
    text-align: center;
    color: #000000;
    margin-bottom: 36px;
  }
  .lip-sync-seo .seo-faq .seo_faq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item {
    width: 700px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #D2D0DE;
    padding-bottom: 30px;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q {
    position: relative;
    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;
    cursor: pointer;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .text {
    font: normal normal 600 18px/27px Poppins;
    color: #000000;
    max-width: 650px;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/faq_icon.svg") 0% 0%/contain no-repeat padding-box;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .icon.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_a {
    margin-top: 20px;
    font: normal normal 300 14px/21px Poppins;
    color: #39325A;
    display: none;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_a a {
    font: normal normal 300 14px/21px Poppins;
    color: #6D4DFF;
  }
  .lip-sync-seo .bottom-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 54px;
    height: 478px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/bottom_banner.webp") center/cover no-repeat padding-box;
  }
  .lip-sync-seo .bottom-banner h2 {
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1200px) {
  .pc-show {
    display: none !important;
  }
  .lip-sync-seo .tool_banner .banner_content {
    width: 100%;
    height: unset;
    background: -webkit-gradient(linear, left bottom, left top, from(#F1EEFF), to(#E1EEFF));
    background: linear-gradient(0deg, #F1EEFF 0%, #E1EEFF 100%);
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }
  .lip-sync-seo .tool_banner .banneer_left .tip {
    color: #9A9AA9;
    font: normal normal 500 0.24rem/0.33rem Poppins;
    letter-spacing: 0.0072rem;
  }
  .lip-sync-seo .tool_banner .banneer_left .title {
    margin-top: 0.16rem;
    font: normal normal 600 0.44rem/0.64rem Poppins;
  }
  .lip-sync-seo .tool_banner .banneer_left p {
    margin-top: 0.28rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    margin-bottom: 0.56rem;
  }
  .lip-sync-seo .tool_banner .banneer_right {
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/m_tool_banner.webp");
    background-size: 100%;
  }
  .lip-sync-seo .tool_banner .tool_banner_btn_mob {
    margin: 0.49rem auto 0;
    width: 6.3rem;
    height: 0.98rem;
    border-radius: 0.5rem;
  }
  .lip-sync-seo .tool_banner .tool_banner_btn_mob .text {
    font: normal normal 500 0.34rem/0.98rem Poppins;
  }
  .lip-sync-seo .lip-sync-btn {
    width: 6.3rem;
    min-width: 6.3rem;
    padding: 0.25rem 0;
    margin: 0 auto;
    height: 0.98rem;
    text-align: center;
    background: #8B3DFF 0% 0% no-repeat padding-box;
    border-radius: 0.49rem;
    font: normal normal 500 0.34rem/0.51rem Poppins;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .lip-sync-seo .lip-sync-btn:active {
    background: transparent -webkit-gradient(linear, left top, right top, from(#8B3DFF), to(#B889FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #8B3DFF 0%, #B889FF 100%) 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0.24rem 0.55rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 h2 {
    width: 5.78rem;
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 0.36rem;
  }
  .lip-sync-seo .seo-section1 .demo-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.21rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 3.41rem;
    border-radius: 0.16rem;
    cursor: pointer;
    overflow: hidden;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item video {
    width: 100%;
    height: 1.92rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item video.video-vertical {
    height: 4.04rem;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.78) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0.16rem 0.16rem;
    padding: 0.2rem 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.16rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font: normal normal 500 0.28rem/0.42rem Poppins;
    color: #000000;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-title i {
    width: 0.47rem;
    height: 0.47rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/video_play.svg") 0% 0%/contain no-repeat padding-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lip-sync-seo .seo-section1 .demo-videos .video-item .desc .desc-content {
    display: none !important;
  }
  .lip-sync-seo .seo-section1 .demo-videos .left-videos, .lip-sync-seo .seo-section1 .demo-videos .right-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.21rem;
  }
  .lip-sync-seo .seo-section1 .video-compare {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 2.65rem 0.6rem 2rem 0.6rem;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0) 0% 0% no-repeat padding-box;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }
  .lip-sync-seo .seo-section1 .video-compare .close-compare {
    position: absolute;
    top: 1.89rem;
    inset-inline-end: 0.6rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/close_icon.svg") 0% 0%/contain no-repeat padding-box;
    cursor: pointer;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    margin: 0.64rem 0 0.84rem 0;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin, .lip-sync-seo .seo-section1 .video-compare .compare-box .after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag {
    position: absolute;
    top: 0.18rem;
    inset-inline-start: 0.18rem;
    padding: 0.11rem 0.16rem;
    height: 0.55rem;
    background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.28rem;
    font: normal normal normal 0.24rem/0.33rem Poppins;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag p, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag p {
    font: inherit;
    color: inherit;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin .video-tag.after, .lip-sync-seo .seo-section1 .video-compare .compare-box .after .video-tag.after {
    background: #6D4DFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section1 .video-compare .compare-box .origin video, .lip-sync-seo .seo-section1 .video-compare .compare-box .after video {
    width: 6.3rem;
    height: 3.55rem;
    border-radius: 0.3rem;
    background-color: #000000;
  }
  .lip-sync-seo .seo-section1 .lip-sync-btn {
    margin-top: 0.52rem;
  }
  .lip-sync-seo .seo-section2 {
    width: 100%;
    height: 6.8rem;
    margin: 0 auto;
    padding: 0.55rem 0.23rem 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 h2 {
    width: 5.12rem;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #000000;
    text-align: center;
    margin: 0 auto;
  }
  .lip-sync-seo .seo-section2 .desc {
    width: 5.72rem;
    font: normal normal bold 0.32rem/0.48rem Poppins;
    color: #8B3DFF;
    text-align: center;
    margin: 0 auto;
    margin-block: 0.16rem 0.36rem;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step {
    margin-top: 1rem;
    position: relative;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 5.88rem;
    -webkit-box-shadow: 0 0.08rem 0.15rem rgba(188, 188, 221, 0.7019607843);
            box-shadow: 0 0.08rem 0.15rem rgba(188, 188, 221, 0.7019607843);
    border-radius: 0.26rem;
    padding: 0.54rem 0.37rem;
    margin-top: 0.48rem;
    position: sticky;
    top: 2rem;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step1 {
    background: #D1D6FF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step2 {
    background: #CFE4FF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card.step3 {
    background: #FFD6E4 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card .step-title {
    text-align: center;
    font: normal normal 500 0.28rem/0.36rem Poppins;
    color: #000000;
    padding: 0 0.35rem;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card .step-title span {
    color: #000000;
    font: normal normal 600 0.36rem/0.36rem Poppins;
  }
  .lip-sync-seo .seo-section2 .lip-sync-step .step-card video {
    width: 6.3rem;
    height: 3.54rem;
  }
  .lip-sync-seo .seo-section2 .lip-sync-btn {
    margin-top: 0.52rem;
  }
  .lip-sync-seo .seo-section3 {
    padding-block: 18.5rem 1rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F5F5FF), color-stop(66%, rgba(242, 243, 247, 0.7058823529)), color-stop(77%, rgba(242, 243, 247, 0.6392156863)), to(rgba(242, 243, 247, 0))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F5F5FF 0%, rgba(242, 243, 247, 0.7058823529) 66%, rgba(242, 243, 247, 0.6392156863) 77%, rgba(242, 243, 247, 0) 100%) 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section3 h2 {
    width: 6.46rem;
    margin: 0 auto;
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #000000;
    margin-bottom: 0.8rem;
  }
  .lip-sync-seo .seo-section3 .industry-card {
    width: 6.3rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.8rem;
  }
  .lip-sync-seo .seo-section3 .industry-card:last-child {
    margin-bottom: 0;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start {
    max-width: 100%;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-title {
    text-align: center;
    font: normal normal 600 0.36rem/0.45rem Poppins;
    color: #39325A;
    margin-bottom: 0.36rem;
    padding: 0 0.4rem;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start img {
    display: block;
    width: 6.3rem;
    height: 3.66rem;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-content {
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    color: #39325A;
    margin-block: 0.28rem 0.4rem;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-start .card-content a {
    font: normal normal 300 0.28rem/0.42rem Poppins;
    color: #6d4dff;
  }
  .lip-sync-seo .seo-section3 .industry-card .card-end {
    display: none;
  }
  .lip-sync-seo .seo-section4 {
    width: 100%;
    margin: 0 auto;
    padding: 0.9rem 0;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/seo_bg_m.webp") 0% 0%/cover no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 h2 {
    width: 5.2rem;
    margin: 0 auto;
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #000000;
    margin-bottom: 0.36rem;
  }
  .lip-sync-seo .seo-section4 .table-conatiner {
    position: relative;
    padding: 0 0.6rem;
  }
  .lip-sync-seo .seo-section4 .table-conatiner::before {
    content: "";
    position: absolute;
    inset-inline-start: 0.24rem;
    top: 2rem;
    width: 0.4rem;
    height: 2rem;
    background: #f2f2ff 0% 0% no-repeat padding-box;
    border: 0.01rem solid #8b3dff;
    -webkit-border-end: none;
            border-inline-end: none;
    border-start-start-radius: 0.16rem;
    border-end-start-radius: 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
  }
  .lip-sync-seo .seo-section4 .compare-table {
    width: 6.9rem;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 0.84rem;
    border-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table {
    width: 13.8rem;
    table-layout: fixed;
    border-collapse: separate;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
            box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
    border-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table th, .lip-sync-seo .seo-section4 .compare-table table td {
    height: 2rem;
    padding: 0 0.14rem;
    vertical-align: middle;
    text-align: center;
    font: normal normal 500 0.24rem/0.35rem Poppins;
    color: #000000;
    border-bottom: 0.01rem solid #DFE0E6;
    -webkit-border-end: 0.01rem solid #DFE0E6;
            border-inline-end: 0.01rem solid #DFE0E6;
  }
  .lip-sync-seo .seo-section4 .compare-table table th:nth-child(n), .lip-sync-seo .seo-section4 .compare-table table td:nth-child(n) {
    width: 2.3rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table th.first-cell, .lip-sync-seo .seo-section4 .compare-table table td.first-cell {
    position: sticky;
    inset-inline-start: 0;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
            box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
  }
  .lip-sync-seo .seo-section4 .compare-table table th.last-cell, .lip-sync-seo .seo-section4 .compare-table table td.last-cell {
    -webkit-border-end: none;
            border-inline-end: none;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr:first-child .first-cell {
    border-start-start-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr:first-child .last-cell {
    border-start-end-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr:last-child .first-cell {
    border-end-start-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr:last-child .last-cell {
    border-end-end-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table td {
    height: 1.5rem;
    color: #7C7697;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product {
    display: inline-block;
    width: 0.68rem;
    height: 0.68rem;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.hg {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/heygen.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.mh {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/magic_hour.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table td .product.vz {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/vozo.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.52rem;
    border-radius: 0.16rem;
    -webkit-box-shadow: -20px 3px 10px rgba(219, 221, 232, 0.8);
            box-shadow: -20px 3px 10px rgba(219, 221, 232, 0.8);
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td {
    height: 2rem;
    border: none;
    border-radius: 0;
    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;
    color: #8B3DFF;
    font-weight: 500;
    border-top: 0.01rem solid #8B3DFF;
    border-bottom: 0.01rem solid #8B3DFF;
    background: #F2F2FF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(n+2) {
    width: 15.8%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(1) {
    width: 18.3%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight td:nth-child(6) {
    width: 19.2%;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .first-cell {
    inset-inline-start: -0.36rem;
    -webkit-margin-start: -0.36rem;
            margin-inline-start: -0.36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.165rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-padding-start: 0.46rem;
            padding-inline-start: 0.46rem;
    -webkit-border-start: 0.01rem solid #8B3DFF;
            border-inline-start: 0.01rem solid #8B3DFF;
    border-bottom: 0.01rem solid #8B3DFF;
    -webkit-border-end: 0.01rem solid #dfe0e6;
            border-inline-end: 0.01rem solid #dfe0e6;
    border-start-start-radius: 0.16rem;
    border-end-start-radius: 0.16rem;
    background: #F2F2FF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
            box-shadow: 0px 3px 10px rgba(219, 221, 232, 0.8);
    z-index: 1;
    font: normal normal 500 0.32rem/0.48rem Poppins;
    color: #000000;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .first-cell i {
    width: 0.8rem;
    height: 0.84rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/vidnoz.webp") 0% 0%/contain no-repeat padding-box;
  }
  .lip-sync-seo .seo-section4 .compare-table table tr.highlight .last-cell {
    -webkit-padding-end: 0.56rem;
            padding-inline-end: 0.56rem;
    -webkit-border-end: 0.01rem solid #8B3DFF;
            border-inline-end: 0.01rem solid #8B3DFF;
    border-start-end-radius: 0.16rem;
    border-end-end-radius: 0.16rem;
  }
  .lip-sync-seo .seo-section4 .table-desc {
    width: 5.9rem;
    text-align: center;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    color: #39325A;
    margin: 0.65rem auto 0.44rem;
  }
  .lip-sync-seo .seo-section5 {
    margin: 0 auto;
    padding-block: 1.1rem 1.2rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-section5 h2 {
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #000000;
    padding: 0 0.6rem;
  }
  .lip-sync-seo .seo-section5 .review-swiper {
    width: 100%;
    overflow: hidden;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews {
    width: 39.72rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.32rem;
    margin-top: 0.84rem;
    -webkit-animation: review_scroll 60s linear infinite;
            animation: review_scroll 60s linear infinite;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item {
    width: 6.3rem;
    min-height: 7.5rem;
    padding: 0.6rem 0.23rem 0.32rem 0.23rem;
    background: #F2F3F7 0% 0% no-repeat padding-box;
    border-radius: 0.32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.26rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.32rem;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .headshot {
    width: 0.97rem;
    height: 0.97rem;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 0.26rem;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-top .userinfo .username {
    font: normal normal 500 0.28rem/0.32rem Poppins;
    color: #000000;
    margin-top: 0.16rem;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .item-content {
    font: normal normal 300 0.26rem/0.38rem Poppins;
    color: #39325A;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img {
    width: 5.84rem;
    height: 3.39rem;
    margin-top: auto;
    position: relative;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img img {
    width: 100%;
    height: 100%;
  }
  .lip-sync-seo .seo-section5 .review-swiper .user-reviews .review-item .review-img .review-play {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lip-sync-seo .seo-section5 .lip-sync-btn {
    margin-top: 0.52rem;
  }
  .lip-sync-seo .seo-faq {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.2rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  .lip-sync-seo .seo-faq h2 {
    max-width: 85%;
    font: normal normal 600 0.48rem/0.72rem Poppins;
    text-align: center;
    color: #000000;
    margin-bottom: 0.7rem;
  }
  .lip-sync-seo .seo-faq .seo_faq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.61rem;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item {
    width: 6.3rem;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #D2D0DE;
    padding-bottom: 0.6rem;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q {
    position: relative;
    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;
    cursor: pointer;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .text {
    font: normal normal 600 0.32rem/0.48rem Poppins;
    color: #000000;
    max-width: 6rem;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .icon {
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/faq_icon.svg") 0% 0%/contain no-repeat padding-box;
    width: 0.36rem;
    height: 0.36rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_q .icon.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_a {
    margin-top: 0.34rem;
    font: normal normal 300 0.28rem/0.42rem Poppins;
    color: #39325A;
    display: none;
  }
  .lip-sync-seo .seo-faq .seo_faq_list .seo_faq_item .seo_faq_a a {
    font: normal normal 300 0.28rem/0.42rem Poppins;
    color: #6D4DFF;
  }
  .lip-sync-seo .bottom-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.72rem;
    height: 9.6rem;
    padding-top: 1.7rem;
    padding-inline: 0.5rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-lip-sync/bottom_banner_m.webp") center/cover no-repeat padding-box;
  }
  .lip-sync-seo .bottom-banner h2 {
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #FFFFFF;
  }
}