@charset "UTF-8";
@media screen and (max-width: 1200px) {
  .pc-show {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-show {
    display: none !important;
  }
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ai-image-extender {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .ai-image-extender {
    height: 965px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .ai-image-extender {
    padding-top: 0.3rem;
    padding-bottom: 1.01rem;
  }
}

@media screen and (min-width: 1200px) {
  .text-box {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .text-box {
    width: 6.3rem;
    margin: 0 auto 0.96rem auto;
  }
}
.text-box .box-title {
  text-align: center;
  color: #39325A;
}
@media screen and (min-width: 1200px) {
  .text-box .box-title {
    font: normal normal bold 40px/60px Poppins;
  }
}
@media screen and (max-width: 1200px) {
  .text-box .box-title {
    font: normal normal bold 0.45rem/0.6rem Poppins;
  }
}
.text-box .box-desc {
  text-align: center;
  color: #39325A;
}
@media screen and (min-width: 1200px) {
  .text-box .box-desc {
    font: normal normal 300 16px/22px Poppins;
    width: 1065px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .text-box .box-desc {
    font: normal normal 300 0.3rem/0.46rem Poppins;
  }
}

.page-container {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media screen and (min-width: 1200px) {
  .page-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.page-container .page-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-container .page-first {
    width: 1046px;
    gap: 28px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-first {
    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;
  }
}
.page-container .page-first .left-container {
  -webkit-box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1607843137);
  border: 6px solid #FFFFFF;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .page-container .page-first .left-container {
    width: 558px;
    height: 566px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-first .left-container {
    width: 6.3rem;
    height: 5.66rem;
    margin: auto;
  }
}
.page-container .page-first .left-container .correction-video-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-container .page-first .left-container .correction-video-container .gif-item {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.page-container .page-first .left-container .correction-video-container .video-loading-icon {
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/left_video_loading.svg");
  background-size: cover;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  margin: auto;
}
.page-container .page-first .right-container {
  background: rgba(255, 255, 255, 0.8509803922) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
          box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .page-container .page-first .right-container {
    width: 460px;
    height: 566px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-first .right-container {
    width: 6.3rem;
    height: 7.96rem;
    margin: auto;
  }
}
.page-container .page-second {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second {
    gap: 24px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second {
    width: 6.3rem;
    gap: 0.3rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-container .page-second .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #FEFDFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
          box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .top-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .top-container {
    height: 6.3rem;
  }
}
.page-container .page-second .top-container .close-btn {
  background: #39325A 0% 0% no-repeat padding-box;
  opacity: 0.5;
  border-radius: 8px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .top-container .close-btn {
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
  }
  .page-container .page-second .top-container .close-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .top-container .close-btn {
    width: 0.48rem;
    height: 0.48rem;
    left: 5.82rem;
    top: -0.9rem;
    border-radius: 0.12rem;
  }
}
.page-container .page-second .top-container .close-btn .close-icon {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/top_close.webp");
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .top-container .close-btn .close-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .top-container .close-btn .close-icon {
    width: 0.28rem;
    height: 0.28rem;
    margin: 0.1rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_close.webp");
    background-size: cover;
  }
}
.page-container .page-second .top-container .bg-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.page-container .page-second .top-container .bg-container .bg-icon {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
}
.page-container .page-second .top-container .bg-container .bg-origin-icon {
  display: none;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.page-container .page-second .top-container .bg-container.preview .bg-icon {
  display: none;
}
.page-container .page-second .top-container .bg-container.preview .bg-origin-icon {
  display: block;
}
.page-container .page-second .top-container .canvas-container-upper {
  position: relative;
  z-index: 2;
  margin: auto;
  height: 100%;
  width: 100%;
}
.page-container .page-second .top-container .canvas-container-upper .canvas-container {
  position: relative;
}
.page-container .page-second .top-container .canvas-container-upper .canvas-container .canvas-item {
  display: block;
}
.page-container .page-second .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.85) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
          box-shadow: 0px 3px 6px rgba(42, 34, 34, 0.1490196078);
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container {
    height: 750px;
    padding: 22px 16px 16px 16px;
    width: 259px;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container {
    height: 12.14rem;
    padding: 0.26rem 0.24rem 0.29rem 0.24rem;
    width: 6.3rem;
    position: relative;
  }
}
.page-container .page-second .bottom-container .space-line {
  background: #39325A 0% 0% no-repeat padding-box;
  opacity: 0.08;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .space-line {
    width: 227px;
    height: 1px;
  }
  .page-container .page-second .bottom-container .space-line.top {
    top: 64px;
  }
  .page-container .page-second .bottom-container .space-line.bottom {
    top: 468px;
  }
  .page-container .page-second .bottom-container .space-line.tool {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .space-line {
    width: 5.82rem;
    height: 0.02rem;
  }
  .page-container .page-second .bottom-container .space-line.top {
    top: 0.8rem;
  }
  .page-container .page-second .bottom-container .space-line.bottom {
    top: 6.27rem;
  }
  .page-container .page-second .bottom-container .space-line.tool {
    top: 9.26rem;
  }
}
.page-container .page-second .bottom-container .white-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
          box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
  border-radius: 8px;
  position: relative;
  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;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn {
    height: 44px;
    width: 44px;
  }
  .page-container .page-second .bottom-container .white-btn.preview {
    position: absolute;
    left: 199px;
    top: 488px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn {
    background: rgba(109, 77, 255, 0.1) 0% 0% no-repeat padding-box;
    width: 0.96rem;
    height: 0.96rem;
    position: absolute;
  }
  .page-container .page-second .bottom-container .white-btn.preview {
    left: 5.1rem;
    top: 6.61rem;
  }
}
.page-container .page-second .bottom-container .white-btn .icon {
  width: 20px;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.page-container .page-second .bottom-container .white-btn .icon.preview {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_preview.webp");
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn .icon.preview {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_preview.svg");
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn:not(.disabled):hover .icon.preview {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_preview_hover.webp");
  }
}
.page-container .page-second .bottom-container .white-btn.disabled {
  cursor: default;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.page-container .page-second .bottom-container .white-btn.disabled .preview {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_preview_disable.webp");
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-btn.disabled .preview {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_preview_disable.webp");
  }
}
.page-container .page-second .bottom-container .white-two-btn {
  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;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn {
    width: 97px;
    height: 44px;
    top: 488px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
            box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
    border-radius: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn {
    width: 2.16rem;
    height: 0.96rem;
    top: 6.61rem;
    gap: 0.24rem;
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box {
  height: 44px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box {
    background: rgba(109, 77, 255, 0.1) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
            box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.1490196078);
    border-radius: 8px;
    width: 0.96rem;
    height: 0.96rem;
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box .icon {
  width: 20px;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box .icon.undo {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_undo.webp");
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box .icon.undo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_undo.webp");
    background-size: cover;
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box .icon.redo {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_redo.webp");
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box .icon.redo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_redo.svg");
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box:not(.disabled):hover .icon.undo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_undo_hover.webp");
  }
  .page-container .page-second .bottom-container .white-two-btn .icon-box:not(.disabled):hover .icon.redo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_redo_hover.webp");
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box.disabled {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  cursor: default;
}
.page-container .page-second .bottom-container .white-two-btn .icon-box.disabled .undo {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_undo_disable.webp");
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box.disabled .undo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_undo_disable.svg");
    background-size: cover;
  }
}
.page-container .page-second .bottom-container .white-two-btn .icon-box.disabled .redo {
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_redo_disable.webp");
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .icon-box.disabled .redo {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_redo_disable.svg");
    background-size: cover;
  }
}
.page-container .page-second .bottom-container .white-two-btn .btn-line {
  background: #39325A 0% 0% no-repeat padding-box;
  border-radius: 1px;
  opacity: 0.3;
  width: 1px;
  height: 24px;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .white-two-btn .btn-line {
    display: none;
  }
}
.page-container .page-second .bottom-container .blue-btn {
  color: #fff;
  background: #6D4DFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(109, 77, 255, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(109, 77, 255, 0.3019607843);
  border-radius: 8px;
  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;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn {
    width: 227px;
    height: 52px;
    position: absolute;
  }
  .page-container .page-second .bottom-container .blue-btn.expand {
    top: 312px;
  }
  .page-container .page-second .bottom-container .blue-btn.download {
    top: 552px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn {
    width: 5.82rem;
    height: 0.88rem;
    position: absolute;
  }
  .page-container .page-second .bottom-container .blue-btn.expand {
    top: 5.03rem;
  }
  .page-container .page-second .bottom-container .blue-btn.download {
    top: 7.89rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn:not(.disabled):hover {
    background: #8970ff 0% 0% no-repeat padding-box;
  }
}
.page-container .page-second .bottom-container .blue-btn.disabled {
  opacity: 0.25;
  cursor: default;
}
.page-container .page-second .bottom-container .blue-btn .btn-text {
  font: normal normal 500 14px/24px Poppins;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn .btn-text {
    font: normal normal 500 0.24rem/0.24rem Poppins;
  }
}
.page-container .page-second .bottom-container .blue-btn .icon {
  display: inline-block;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn .icon.expand {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_expand.webp");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn .icon.expand {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.12rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_expand.webp");
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn .icon.download {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_download.webp");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .blue-btn .icon.download {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.12rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_download.webp");
  }
}
.page-container .page-second .bottom-container .tool-edit-btn {
  color: #39325A;
  background: rgba(57, 50, 90, 0.1490196078) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  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;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn {
    width: 227px;
    height: 40px;
    position: absolute;
    top: 646px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn {
    width: 5.82rem;
    height: 0.88rem;
    position: absolute;
    top: 9.61rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn:not(.disabled):hover {
    background: rgba(57, 50, 90, 0.2509803922) 0% 0% no-repeat padding-box;
  }
}
.page-container .page-second .bottom-container .tool-edit-btn .btn-text {
  font: normal normal 500 14px/24px Poppins;
  color: #39325A;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn .btn-text {
    font: normal normal 500 0.24rem/0.29rem Poppins;
  }
}
.page-container .page-second .bottom-container .tool-edit-btn .icon {
  display: inline-block;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn .icon.imgEdit {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/tool_img_edit.webp");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-edit-btn .icon.imgEdit {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.12rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_img_edit.webp");
  }
}
.page-container .page-second .bottom-container .tool-video-btn {
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#67A2F9), to(#2C67F2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #67A2F9 0%, #2C67F2 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  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;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn {
    width: 227px;
    height: 40px;
    position: absolute;
    top: 694px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn {
    width: 5.82rem;
    height: 0.88rem;
    position: absolute;
    top: 10.63rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn:not(.disabled):hover {
    background: #67A2F9 0% 0% no-repeat padding-box;
  }
}
.page-container .page-second .bottom-container .tool-video-btn .btn-text {
  font: normal normal 500 14px/24px Poppins;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn .btn-text {
    font: normal normal 500 0.24rem/0.29rem Poppins;
  }
}
.page-container .page-second .bottom-container .tool-video-btn .icon {
  display: inline-block;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn .icon.imgVideo {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/tool_img_video.webp");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .tool-video-btn .icon.imgVideo {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.12rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_img_video.webp");
  }
}
.page-container .page-second .bottom-container .img-btn {
  color: #39325A;
  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;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn {
    width: 56px;
    height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn {
    width: 1.02rem;
    height: 0.33rem;
  }
}
.page-container .page-second .bottom-container .img-btn .btn-text {
  font: normal normal normal 14px/24px Poppins;
  color: #39325A;
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn .btn-text {
    font: normal normal normal 0.24rem/0.24rem Poppins;
  }
}
.page-container .page-second .bottom-container .img-btn .icon {
  display: inline-block;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn .icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_back.webp");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn .icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.11rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_back.webp");
  }
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .img-btn:hover .btn-text {
    color: #6D4DFF;
  }
  .page-container .page-second .bottom-container .img-btn:hover .icon {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_back_hover.webp");
  }
}
.page-container .page-second .bottom-container .menu-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container {
    width: 227px;
    top: 84px;
    gap: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container {
    width: 5.82rem;
    top: 0.96rem;
    gap: 0.14rem;
  }
}
.page-container .page-second .bottom-container .menu-box-container .menu-box-title {
  font: normal normal 600 14px/24px Poppins;
  color: #39325A;
}
.page-container .page-second .bottom-container .menu-box-container .menu-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #39325A;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box {
    width: 227px;
    height: 44px;
  }
  .page-container .page-second .bottom-container .menu-box-container .menu-box:hover {
    border: 1px solid #6D4DFF;
  }
  .page-container .page-second .bottom-container .menu-box-container .menu-box:hover .arrow-icon {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_arrow_hover.svg");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box {
    width: 5.82rem;
    height: 0.82rem;
  }
}
.page-container .page-second .bottom-container .menu-box-container .menu-box .select-text {
  font: normal normal normal 14px/24px Poppins;
  color: #39325A;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box .select-text {
    margin: auto auto auto 14px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box .select-text {
    margin: auto auto auto 0.22rem;
  }
}
.page-container .page-second .bottom-container .menu-box-container .menu-box .arrow-icon {
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box .arrow-icon {
    width: 14px;
    height: 14px;
    margin: auto 14px auto auto;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_arrow.svg");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-container .menu-box .arrow-icon {
    width: 0.32rem;
    height: 0.32rem;
    margin: auto 0.22rem auto auto;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_arrow.svg");
  }
}
.page-container .page-second .bottom-container .menu-box-list-container {
  display: none;
  background: rgb(255, 255, 255);
  border-radius: 6px 6px 6px 6px;
  position: absolute;
  border: 1px solid #39325A;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}
.page-container .page-second .bottom-container .menu-box-list-container.show {
  display: block;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-list-container {
    width: 227px;
    top: 158px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-list-container {
    width: 5.82rem;
    top: 2.4rem;
  }
}
.page-container .page-second .bottom-container .menu-box-list-container .menu-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-container .page-second .bottom-container .menu-box-list-container .menu-item {
  font: normal normal normal 14px/24px Poppins;
  color: #39325A;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item {
    width: 217px;
    height: 36px;
    padding-left: 14px;
    padding-right: 10px;
  }
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item:hover {
    background: #EFEFF2 0% 0% no-repeat padding-box;
  }
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item .check-icon {
    display: none;
    width: 14px;
    height: 14px;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_check.svg");
  }
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item.checked .check-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item {
    width: 5.82rem;
    height: 0.72rem;
    padding-left: 0.22rem;
    padding-right: 0.24rem;
  }
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item .check-icon {
    display: none;
    width: 0.28rem;
    height: 0.28rem;
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_check.svg");
    background-size: 100%;
  }
  .page-container .page-second .bottom-container .menu-box-list-container .menu-item.checked .check-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-container .page-second .bottom-container .edit-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container {
    width: 160px;
    top: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container {
    width: 3.84rem;
    top: 2.45rem;
  }
}
.page-container .page-second .bottom-container .edit-box-container .edit-box-title {
  font: normal normal 600 14px/24px Poppins;
  color: #39325A;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box-title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box-title {
    margin-bottom: 0.14rem;
  }
}
.page-container .page-second .bottom-container .edit-box-container .edit-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #39325A;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box {
    width: 160px;
    height: 44px;
    margin-bottom: 8px;
  }
  .page-container .page-second .bottom-container .edit-box-container .edit-box:hover {
    border: 1px solid #6D4DFF;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box {
    width: 3.84rem;
    height: 0.82rem;
    margin-bottom: 0.16rem;
  }
}
.page-container .page-second .bottom-container .edit-box-container .edit-box .edit-tag {
  font: normal normal bold 14px/24px Poppins;
  color: #39325A;
  opacity: 0.3;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-tag {
    margin: auto auto auto 14px;
  }
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-tag.h {
    margin: auto auto auto 17px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-tag {
    margin: auto auto auto 0.28rem;
  }
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-tag.h {
    margin: auto auto auto 0.33rem;
  }
}
.page-container .page-second .bottom-container .edit-box-container .edit-box .edit-item {
  text-align: right;
  font: normal normal normal 14px/24px Poppins;
  color: #39325A;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-item {
    margin: auto 14px auto auto;
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-container .edit-box .edit-item {
    margin: auto 0.22rem auto auto;
    width: 2rem;
  }
}
.page-container .page-second .bottom-container .edit-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link {
    gap: 34px;
    left: 184px;
    top: 215px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link {
    gap: 0.56rem;
    left: 4.3rem;
    top: 3.22rem;
  }
}
.page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-top {
  border-radius: 8px;
  opacity: 0.6;
  border-right: 1px dashed #39325A;
  border-top: 1px dashed #39325A;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-top {
    width: 37px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-top {
    width: 1.03rem;
    height: 0.44rem;
  }
}
.page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-bottom {
  border-radius: 8px;
  opacity: 0.6;
  border-right: 1px dashed #39325A;
  border-bottom: 1px dashed #39325A;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-bottom {
    width: 37px;
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-line-bottom {
    width: 1.03rem;
    height: 0.44rem;
  }
}
.page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon {
  cursor: pointer;
  position: absolute;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon {
    width: 24px;
    height: 24px;
    left: 24px;
    top: 20px;
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.lock {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_lock.svg");
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.lock:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_lock_hover.svg");
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.unlock {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_unlock.svg");
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.unlock:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/bottom_unlock_hover.svg");
  }
}
@media screen and (max-width: 1200px) {
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon {
    width: 0.44rem;
    height: 0.4rem;
    left: 0.8rem;
    top: 0.5rem;
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.lock {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_lock.svg");
  }
  .page-container .page-second .bottom-container .edit-box-link .edit-box-link-icon.unlock {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_unlock.svg");
  }
}

.upload-container {
  color: #fff;
  background: rgba(109, 77, 255, 0.0509803922) 0% 0% no-repeat padding-box;
  border: 1px dashed #6D4DFF;
  border-radius: 8px;
  position: relative;
  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;
}
@media screen and (min-width: 1200px) {
  .upload-container {
    margin: 16px auto;
    width: 428px;
    height: 340px;
  }
  .upload-container .upload-img {
    margin: 79px auto 40px auto;
  }
}
@media screen and (max-width: 1200px) {
  .upload-container {
    width: 5.9rem;
    height: 4.96rem;
    margin: 0.2rem auto;
  }
  .upload-container .upload-img {
    margin: 0.74rem auto 0.52rem auto;
    width: 0.96rem;
    height: 0.96rem;
  }
}
.upload-container .drag-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* Chrome/Safari 需要此前缀 */
}
.upload-container .drag-mask .drag-text {
  pointer-events: none;
  margin: auto;
  font: normal normal normal 18px/24px Poppins;
  color: #39325A;
}

.upload-pre-box {
  display: block;
}
.upload-pre-box .upload-text {
  color: #39325A;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .upload-pre-box .upload-text {
    font: normal normal normal 14px/21px Poppins;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .upload-pre-box .upload-text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    margin-top: 0.12rem;
    display: none;
  }
}
.upload-pre-box .upload-hint {
  color: #39325A;
  opacity: 0.6;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .upload-pre-box .upload-hint {
    font: normal normal normal 12px/18px Poppins;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .upload-pre-box .upload-hint {
    font: normal normal normal 0.2rem/0.3rem Poppins;
    margin-top: 1.3rem;
  }
}

.upload-start-box {
  display: none;
}

.upload-btn {
  cursor: pointer;
  color: #fff;
  background: #6D4DFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(63, 33, 196, 0.2588235294);
          box-shadow: 0px 3px 6px rgba(63, 33, 196, 0.2588235294);
  border-radius: 8px;
  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;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .upload-btn {
    width: 220px;
    height: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .upload-btn {
    width: 4rem;
    height: 0.88rem;
  }
}
@media screen and (min-width: 1200px) {
  .upload-btn:hover {
    background: #8970ff 0% 0% no-repeat padding-box;
  }
}
.upload-btn .btn-icon {
  display: inline-block;
  background-size: 100%;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/right_upload.webp");
}
@media screen and (min-width: 1200px) {
  .upload-btn .btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 1200px) {
  .upload-btn .btn-icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
  }
}
.upload-btn span {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .upload-btn span {
    font: normal normal normal 14px/24px Poppins;
  }
}
@media screen and (max-width: 1200px) {
  .upload-btn span {
    font: normal normal normal 0.24rem/0.24rem Poppins;
  }
}

.uploading-btn {
  color: #fff;
  background: #8970ff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(63, 33, 196, 0.2588235294);
          box-shadow: 0px 3px 6px rgba(63, 33, 196, 0.2588235294);
  border-radius: 8px;
  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;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .uploading-btn {
    width: 220px;
    height: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .uploading-btn {
    width: 4rem;
    height: 0.88rem;
  }
}
.uploading-btn .btn-icon {
  display: inline-block;
  background-size: 100%;
  background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/right_loading.webp");
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@media screen and (min-width: 1200px) {
  .uploading-btn .btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 1200px) {
  .uploading-btn .btn-icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
  }
}
.uploading-btn span {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .uploading-btn span {
    font: normal normal normal 14px/24px Poppins;
  }
}
@media screen and (max-width: 1200px) {
  .uploading-btn span {
    font: normal normal normal 0.24rem/0.24rem Poppins;
  }
}

.line {
  border-bottom: 2px solid #E6E5EB;
}
@media screen and (min-width: 1200px) {
  .line {
    width: 428px;
    margin: 24px auto;
  }
}
@media screen and (max-width: 1200px) {
  .line {
    width: 5.9rem;
    margin: 0.4rem auto 0.22rem auto;
  }
}

.select-image-text {
  color: #39325A;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .select-image-text {
    font: normal normal normal 14px/21px Poppins;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .select-image-text {
    font: normal normal normal 0.24rem/0.35rem Poppins;
    margin-bottom: 0.24rem;
  }
}

.image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .image-container {
    padding: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .image-container {
    padding: 0 0.2rem 0.2rem 0.2rem;
    gap: 0.11rem;
  }
}
.image-container .image-item {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .image-container .image-item {
    width: 101px;
    height: 101px;
  }
  .image-container .image-item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .image-container .image-item {
    width: 1.39rem;
    height: 1.39rem;
  }
}
.image-container.disabled .image-item {
  cursor: default;
}
@media screen and (min-width: 1200px) {
  .image-container.disabled .image-item:hover {
    opacity: 1;
  }
}

.creations-loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  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;
  z-index: 1000;
}

.seo-box {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.seo-box .showup-btn {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}
.seo-box .showup-btn.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.seo-box .scroll-animation.on .showup-btn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.seo-box .seo-btn {
  background: transparent -webkit-gradient(linear, left top, right top, from(#6D4DFF), to(#DB60FF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #6D4DFF 0%, #DB60FF 100%) 0% 0% no-repeat padding-box;
  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: #FFFFFF;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .seo-box .seo-btn {
    border-radius: 26px;
    font: normal normal bold 16px/25px Poppins;
    width: 290px;
    height: 52px;
  }
  .seo-box .seo-btn:hover {
    background: #6D4DFF;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .seo-btn {
    border-radius: 0.55rem;
    font: normal normal normal 0.34rem/0.51rem Poppins;
    width: 6.3rem;
    height: 1.1rem;
  }
}
.seo-box .seo-btn-try {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  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;
  cursor: pointer;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .seo-box .seo-btn-try {
    font: normal normal 500 18px/27px Poppins;
    width: 188px;
    height: 49px;
  }
  .seo-box .seo-btn-try:hover {
    background: #6D4DFF;
    color: #fff;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .seo-btn-try {
    font: normal normal normal 0.33rem/0.5rem Poppins;
    width: 5rem;
    height: 1.1rem;
  }
}
.seo-box .section-title {
  color: black;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .seo-box .section-title {
    font: normal normal bold 40px/60px Poppins;
    width: 1085px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section-title {
    font: normal normal bold 0.44rem/0.81rem Poppins;
    width: 6.3rem;
    margin: 0 auto;
  }
}
.seo-box .section-text {
  color: black;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .seo-box .section-text {
    font: normal normal normal 20px/30px Poppins;
    width: 885px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    width: 6.3rem;
    letter-spacing: 0.0084rem;
    margin: 0 auto;
  }
}
.seo-box .swiper-pagination {
  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;
  gap: 4vw;
}
.seo-box .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background-color: #beb8cb;
  opacity: 1;
  border-radius: 50%;
}
.seo-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #6d4dff;
  border-radius: 50%;
}
.seo-box .section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section1_bg.webp");
    background-size: cover;
    padding: 106px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section1_bg.jpg");
    background-size: cover;
    padding-top: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-title {
    width: 600px;
    margin: 0 auto 91px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-title {
    margin-bottom: 0.72rem;
    width: 6.5rem;
  }
}
.seo-box .section1 .section-box-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container {
    gap: 69px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .seo-box .section1 .section-box-container.p1 {
    margin-bottom: 201px;
  }
  .seo-box .section1 .section-box-container.p2 {
    margin-bottom: 197px;
  }
  .seo-box .section1 .section-box-container.p3 {
    margin-bottom: 189px;
  }
  .seo-box .section1 .section-box-container.p4 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seo-box .section1 .section-box-container.p1 {
    margin-bottom: 1.25rem;
  }
  .seo-box .section1 .section-box-container.p2 {
    margin-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seo-box .section1 .section-box-container.p3 {
    margin-bottom: 1.25rem;
  }
  .seo-box .section1 .section-box-container.p4 {
    margin-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-img .section-img {
    width: 795px;
    height: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-img .section-img {
    width: 6rem;
    height: 4.45rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-img .section-video {
    width: 795px;
    height: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-img .section-video {
    width: 6rem;
    height: 4.45rem;
    margin: auto;
  }
}
.seo-box .section1 .section-box-container .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text {
    gap: 0.25rem;
  }
}
.seo-box .section1 .section-box-container .section-box-text .box-title {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text .box-title {
    font: normal normal bold 22px/30px Poppins;
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text .box-title {
    font: normal normal 600 0.32rem/0.48rem Poppins;
    width: 6.3rem;
    text-align: center;
  }
}
.seo-box .section1 .section-box-container .section-box-text .box-text {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text .box-text {
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0.42px;
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section1 .section-box-container .section-box-text .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    width: 6.3rem;
    text-align: center;
  }
}
.seo-box .section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 120px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 1.12rem 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .section-title {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .section-title {
    margin-bottom: 0.27rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .section-text {
    margin: 0 auto 24px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .section-text {
    margin-bottom: 0.27rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .seo-btn {
    margin: 0 auto 44px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .seo-btn {
    margin: 0 auto 0.52rem auto;
  }
}
.seo-box .section2 .swiper-box-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .swiper-box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .swiper-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    gap: 0.47rem;
  }
}
.seo-box .section2 .swiper-box-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .swiper-box-container .swiper-wrapper {
    width: 6.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .swiper-box-container .swiper-wrapper {
    width: 1360px;
    aspect-ratio: 1436/550;
    gap: 0.81%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section2 .swiper-slide {
    width: 20.89%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    -webkit-transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .seo-box .section2 .swiper-slide .box-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .seo-box .section2 .swiper-slide .box-mask .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
  }
  .seo-box .section2 .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .seo-box .section2 .swiper-slide .short-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 72px 26px 57px 26px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  }
  .seo-box .section2 .swiper-slide .box-title {
    font: normal normal bold 22px/30px Poppins;
    color: #FFFFFF;
    text-align: center;
  }
  .seo-box .section2 .swiper-slide .box-text {
    font: normal normal normal 14px/28px Poppins;
    color: #FFFFFF;
    letter-spacing: 0.42px;
    text-align: center;
    display: none;
  }
  .seo-box .section2 .swiper-slide.active {
    width: 34.819%;
  }
  .seo-box .section2 .swiper-slide.active .box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo-box .section2 .swiper-slide.active .short-box {
    padding: 53px 26px 40px 26px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section2 .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 6.3rem;
    height: 8.13rem;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
  }
  .seo-box .section2 .swiper-slide .box-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .seo-box .section2 .swiper-slide .box-mask .box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
  }
  .seo-box .section2 .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    transition: 0.8s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .seo-box .section2 .swiper-slide .short-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.56rem 0.33rem 0.28rem 0.33rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  }
  .seo-box .section2 .swiper-slide .box-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
    color: #FFFFFF;
    text-align: center;
  }
  .seo-box .section2 .swiper-slide .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    color: #FFFFFF;
    letter-spacing: 0.0084rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.seo-box .section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 123px 0 106px 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section3 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 1.33rem 0 0.58rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .section-title {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section3 .section-title {
    margin: 0 auto 0.27rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .section-text {
    margin: 0 auto 59px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section3 .section-text {
    margin: 0 auto 0.27rem auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section3 .seo-btn {
    margin: 0 auto 0.5rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container {
    gap: 12px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container .feature-btn {
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container .feature-btn {
    padding: 8px 20px 8px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container .feature-btn .btn-text {
    pointer-events: none;
    text-align: center;
    font: normal normal normal 19px/30px Poppins;
    color: #000000;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .feature-btn-container .feature-btn.active {
    background: #000000 0% 0% no-repeat padding-box;
  }
  .seo-box .section3 .feature-btn-container .feature-btn.active .btn-text {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .section-box-container {
    margin: auto;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .seo-box .section3 .section-box-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .section-box-container {
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .section-box-container .section-box-img .section-img {
    width: 786px;
    height: 510px;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .section-box-container .section-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .seo-box .section3 .section-box-container .section-box-text .box-title {
    font: normal normal bold 30px/50px Poppins;
    color: black;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .section-box-container .section-box-text .box-title {
    width: 518px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section3 .section-box-container .section-box-text .box-text {
    font: normal normal normal 14px/28px Poppins;
    color: black;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section3 .section-box-container .section-box-text .box-text {
    letter-spacing: 0.42px;
    width: 518px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section3 .swiper-box-container {
    position: relative;
    width: 6.3rem;
    overflow: hidden;
    margin: 0 auto;
  }
  .seo-box .section3 .swiper-box-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo-box .section3 .feature-btn {
    border: 1px solid #000000;
    width: 4.19rem;
    height: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0.44rem auto;
  }
  .seo-box .section3 .feature-btn .btn-text {
    margin: auto;
    pointer-events: none;
    text-align: center;
    font: normal normal normal 0.24rem/0.3rem Poppins;
    color: #000000;
  }
  .seo-box .section3 .section-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seo-box .section3 .section-box-container .section-box-img {
    margin-bottom: 0.44rem;
  }
  .seo-box .section3 .section-box-container .section-box-img .section-img {
    width: 6.3rem;
    height: 4.41rem;
  }
  .seo-box .section3 .section-box-container .section-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .seo-box .section3 .section-box-container .section-box-text .box-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
    color: black;
    width: 6.3rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .seo-box .section3 .section-box-container .section-box-text .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    color: black;
    letter-spacing: 0.0084rem;
    width: 6.3rem;
    text-align: center;
  }
  .seo-box .section3 .swiper-btn-prev,
.seo-box .section3 .swiper-btn-next {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1607843137);
    border-radius: 50%;
    top: 11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo-box .section3 .swiper-btn-prev .arrow-icon,
.seo-box .section3 .swiper-btn-next .arrow-icon {
    margin: auto;
    width: 0.24rem;
    height: 0.24rem;
    background-size: cover;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section7_icon1.svg") no-repeat center;
  }
  .seo-box .section3 .swiper-btn-prev.prev,
.seo-box .section3 .swiper-btn-next.prev {
    left: 0.15rem;
  }
  .seo-box .section3 .swiper-btn-prev.prev .arrow-icon,
.seo-box .section3 .swiper-btn-next.prev .arrow-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .seo-box .section3 .swiper-btn-prev.next,
.seo-box .section3 .swiper-btn-next.next {
    left: 6.65rem;
  }
  .seo-box .section3 .swiper-btn-prev.next .arrow-icon,
.seo-box .section3 .swiper-btn-next.next .arrow-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.seo-box .section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section4_bg.webp");
    background-size: cover;
    aspect-ratio: 2/1;
    max-width: 1600px;
    max-height: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section4_bg.webp");
    background-size: cover;
    aspect-ratio: 7.5/15.53;
    width: 7.5rem;
    padding: 0.9rem 0 0.58rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-title {
    margin: 0 auto 37px auto;
    max-width: 1226px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-title {
    width: 6.3rem;
    margin: 0 auto 0.33rem auto;
  }
}
.seo-box .section4 .section-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container {
    gap: 104px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-img {
    width: 6.68rem;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-img .section-img {
    width: 668px;
    height: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-img .section-img {
    width: 6.68rem;
    height: 4.4rem;
  }
}
.seo-box .section4 .section-box-container .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text {
    width: 6.3rem;
  }
}
.seo-box .section4 .section-box-container .section-box-text .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seo-box .section4 .section-box-container .section-box-text .step-item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.seo-box .section4 .section-box-container .section-box-text .step-item.active .step-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seo-box .section4 .section-box-container .section-box-text .step-item.active .step-title {
  font: normal normal bold 22px/30px Poppins;
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-item.active .step-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-item {
    margin-bottom: 23px;
  }
  .seo-box .section4 .section-box-container .section-box-text .step-item:hover .step-title {
    font: normal normal bold 22px/30px Poppins;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-item {
    margin-bottom: 0.23rem;
  }
}
.seo-box .section4 .section-box-container .section-box-text .step-line {
  display: none;
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-line {
    width: 528px;
    height: 0px;
    border: 1px solid #BEB5FB;
    opacity: 0.84;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-line {
    width: 6.3rem;
    height: 0px;
    border: 1px solid #BEB5FB;
    opacity: 0.84;
  }
}
.seo-box .section4 .section-box-container .section-box-text .step-title {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-title {
    font: normal normal normal 20px/30px Poppins;
    width: 528px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-title {
    font: normal normal normal 0.32rem/0.5rem Poppins;
    width: 6.3rem;
    margin-bottom: 0.24rem;
  }
}
.seo-box .section4 .section-box-container .section-box-text .step-des {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-des {
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0.42px;
    width: 518px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section4 .section-box-container .section-box-text .step-des {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    width: 6.3rem;
    margin-bottom: 0.24rem;
  }
}
.seo-box .section5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 105px 0 67px 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 0.79rem 0 0.49rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-title {
    width: 1300px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-title {
    width: 6.3rem;
    margin: 0 auto 0.34rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .seo-btn {
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .seo-btn {
    margin: 0 auto 0.71rem auto;
  }
}
.seo-box .section5 .section-box-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.31rem;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-img {
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-img .section-img {
    width: 548px;
    height: 455px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-img .section-img {
    width: 5.48rem;
    height: 4.55rem;
  }
}
.seo-box .section5 .section-box-container .section-box-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
    max-width: 748px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.53rem;
    width: 6.3rem;
  }
}
.seo-box .section5 .section-box-container .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-icon {
    width: 0.68rem;
    height: 0.68rem;
    margin: 0 auto 0.18rem auto;
  }
}
.seo-box .section5 .section-box-container .section-box-text .box-title {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-title {
    font: normal normal bold 22px/30px Poppins;
    width: 340px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
    width: 6.3rem;
    text-align: center;
  }
}
.seo-box .section5 .section-box-container .section-box-text .box-text {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-text {
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0.42px;
    width: 340px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container .section-box-text .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    width: 6.3rem;
    text-align: center;
  }
}
.seo-box .section5 .section-box-container2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 43px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-img .section-img {
    width: 609px;
    height: 337px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-img .section-img {
    width: 7.09rem;
    height: 3.93rem;
  }
}
.seo-box .section5 .section-box-container2 .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section5_box_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 711px;
    height: 327px;
    padding: 96px 72px 70px 62px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section5_box_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.93rem;
    height: 6.36rem;
    padding: 1.22rem 0.55rem 0.75rem 0.61rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-icon {
    width: 0.72rem;
    height: 0.68rem;
    margin: 0 auto 0.42rem auto;
  }
}
.seo-box .section5 .section-box-container2 .section-box-text .box-title {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-title {
    font: normal normal bold 22px/30px Poppins;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
    margin-bottom: 0.2rem;
    text-align: center;
  }
}
.seo-box .section5 .section-box-container2 .section-box-text .box-text {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-text {
    font: normal normal normal 14px/28px Poppins;
    letter-spacing: 0.42px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section5 .section-box-container2 .section-box-text .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    text-align: center;
  }
}
.seo-box .section6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section6 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section6_bg.webp");
    background-size: cover;
    padding: 99px 0 94px 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section6 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section6_bg.webp");
    background-size: cover;
    padding: 1.1rem 0 1.06rem 0;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section6 .section-title {
    width: 1180px;
    margin: 0 auto 48px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section6 .section-title {
    width: 6.3rem;
    margin: 0 auto 0.63rem auto;
  }
}
.seo-box .section6 .seo-btn-try {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    row-gap: 23px;
    max-width: 1400px;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 324px;
    height: 421px;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide.p1 {
    background: #F1E6F2 0% 0% no-repeat padding-box;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide.p2 {
    background: #E2EEE1 0% 0% no-repeat padding-box;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide.p3 {
    background: #EFF1F8 0% 0% no-repeat padding-box;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide.p4 {
    background: #FFEDE5 0% 0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-icon.p1 {
    width: 278px;
    height: 167px;
    margin: 27px auto 28px auto;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-icon.p2 {
    width: 280px;
    height: 158px;
    margin: 36px auto 28px auto;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-icon.p3 {
    width: 279px;
    height: 162px;
    margin: 32px auto 28px auto;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-icon.p4 {
    width: 290px;
    height: 167px;
    margin: 32px auto 23px auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-title {
    font: normal normal bold 18px/30px Poppins;
    color: black;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-title {
    width: 270px;
    margin: 0 auto 11px auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-text {
    font: normal normal normal 14px/24px Poppins;
    color: black;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-text {
    letter-spacing: 0.42px;
    width: 270px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section6 .swiper-box-container {
    width: 5.99rem;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.38rem;
  }
  .seo-box .section6 .swiper-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background: #F1E6F2 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 5.99rem;
    height: 8.01rem;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-icon {
    width: 4.49rem;
    height: 2.69rem;
    margin: 0.56rem auto 0.45rem auto;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-title {
    font: normal normal bold 0.32rem/0.5rem Poppins;
    color: black;
    text-align: center;
    width: 5.02rem;
    margin: 0 auto 0.3rem auto;
  }
  .seo-box .section6 .swiper-wrapper .swiper-slide .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    color: black;
    letter-spacing: 0.0084rem;
    width: 5.02rem;
    margin: 0 auto 0.45rem auto;
    text-align: center;
  }
  .seo-box .section6 .swiper-btn-prev,
.seo-box .section6 .swiper-btn-next {
    position: absolute;
    width: 0.27rem;
    height: 0.43rem;
    top: 7.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seo-box .section6 .swiper-btn-prev.prev,
.seo-box .section6 .swiper-btn-next.prev {
    left: 0.17rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section6_icon1.svg") no-repeat center;
    background-size: cover;
  }
  .seo-box .section6 .swiper-btn-prev.next,
.seo-box .section6 .swiper-btn-next.next {
    right: 0.17rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section6_icon2.svg") no-repeat center;
    background-size: cover;
  }
}
.seo-box .section7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 106px 0 110px 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 0.48rem 0 0.9rem 0;
  }
}
.seo-box .section7 .section-box-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 107px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
}
.seo-box .section7 .section-box-container .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text {
    width: 387px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text {
    width: 6.3rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-icon {
    width: 347px;
    height: 333px;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section7_1.webp");
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-icon {
    width: 4.43rem;
    height: 2.1rem;
    background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section7_1.webp");
    background-size: cover;
    margin: 0 auto;
  }
}
.seo-box .section7 .section-box-container .section-box-text .box-title {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-title {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0.8px;
    width: 387px;
    margin: 14px 0 29px 0;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-title {
    font: normal normal bold 0.44rem/0.6rem Poppins;
    letter-spacing: 0.0088rem;
    width: 6.3rem;
    text-align: center;
  }
}
.seo-box .section7 .section-box-container .section-box-text .box-text {
  color: black;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-text {
    font: normal normal 300 32px/48px Poppins;
    letter-spacing: 3.2px;
    width: 387px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .section-box-text .box-text {
    font: normal normal 300 0.38rem/0.57rem Poppins;
    letter-spacing: 0.038rem;
    width: 6.3rem;
    margin: 0 0 0.23rem 0;
    text-align: center;
  }
}
.seo-box .section7 .section-box-container .faq-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width {
    width: 6.3rem;
    gap: 0.15rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width {
    width: 870px;
    gap: 15px;
  }
}
.seo-box .section7 .section-box-container .faq-width .hover-faq-name {
  text-align: left;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-faq-name {
    font: normal normal bold 18px/18px Poppins;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-faq-name {
    font: normal normal bold 0.28rem/0.5rem Poppins;
  }
}
.seo-box .section7 .section-box-container .faq-width .hover-p {
  height: auto;
  background: #F3F3F5 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-p {
    padding: 22px 47px 21px 47px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-p {
    padding: 0.3rem 0.52rem 0.3rem 0.52rem;
  }
}
.seo-box .section7 .section-box-container .faq-width .hover-p.active {
  background: #E9F1FA 0% 0% no-repeat padding-box;
  border: 1px solid #442994;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-p.active {
    padding: 39px 47px 39px 47px;
  }
}
.seo-box .section7 .section-box-container .faq-width .hover-p a,
.seo-box .section7 .section-box-container .faq-width .hover-p .wrapper-faq .wrapper-faq-inner .faq-right .hover-p span {
  text-decoration: underline;
}
.seo-box .section7 .section-box-container .faq-width .hover-p span {
  color: #8b3dff;
}
.seo-box .section7 .section-box-container .faq-width .title-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.seo-box .section7 .section-box-container .faq-width .arrow-img {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section7_icon1.svg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .arrow-img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .arrow-img {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.seo-box .section7 .section-box-container .faq-width .arrow-img.active {
  background: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section7_icon2.svg") no-repeat center;
}
.seo-box .section7 .section-box-container .faq-width .hover-desc {
  display: none;
  width: 100%;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-desc {
    margin-top: 15px;
    font: normal normal normal 14px/21px Poppins;
    width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section7 .section-box-container .faq-width .hover-desc {
    margin-top: 0.2rem;
    font: normal normal normal 0.22rem/0.4rem Poppins;
    letter-spacing: 0.0066rem;
  }
}
.seo-box .section8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section8 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/section8_bg.webp");
    background-size: cover;
    aspect-ratio: 1600/650;
    max-width: 1600px;
    max-height: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section8 {
    background-image: url("https://static-alter1.vidnoz.com/web/jp/img/ai-image-extender/mob_section8_bg.webp");
    background-size: cover;
    width: 6.5rem;
    height: 12.31rem;
  }
  .seo-box .section8 .seo-btn {
    width: 5.44rem;
    height: 1.1rem;
  }
}
.seo-box .section8 .section-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .seo-box .section8 .section-box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section8 .section-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.71rem;
  }
}
@media screen and (min-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-img .section-img {
    width: 658px;
    height: 506px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-img .section-img {
    width: 5.72rem;
    height: 4.44rem;
  }
}
.seo-box .section8 .section-box-container .section-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.seo-box .section8 .section-box-container .section-box-text .box-title {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-text .box-title {
    font: normal normal bold 40px/60px Poppins;
    letter-spacing: 0.8px;
    width: 650px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-text .box-title {
    font: normal normal bold 0.44rem/0.6rem Poppins;
    letter-spacing: 0.0088px;
    width: 5.72rem;
    margin: 0 auto 0.23rem auto;
    text-align: center;
  }
}
.seo-box .section8 .section-box-container .section-box-text .box-text {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-text .box-text {
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0.6px;
    width: 650px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .seo-box .section8 .section-box-container .section-box-text .box-text {
    font: normal normal normal 0.28rem/0.56rem Poppins;
    letter-spacing: 0.0084rem;
    width: 5.72rem;
    margin: 0 auto 0.46rem auto;
    text-align: center;
  }
}