.main main .fixed_wrap .info_btn {
  position: fixed;
  left: 3.125vw;
  bottom: 3.125vw;
  width: 16.7708333333vw;
  height: 3.3854166667vw;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  padding: 0.3125vw;
  border-radius: 1.71875vw;
  transition: 0.8s;
  opacity: 0;
  box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.25);
}
.main main .fixed_wrap .info_btn.is-active {
  opacity: 1;
}
.main main .fixed_wrap .info_btn .introduction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4895833333vw;
  height: 100%;
  background: #4033d6;
  border-radius: 1.40625vw;
}
.main main .fixed_wrap .info_btn .introduction p {
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
  margin-right: 0.625vw;
}
.main main .fixed_wrap .info_btn .introduction div {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
}
.main main .fixed_wrap .info_btn .inquiry {
  width: 7.65625vw;
  padding-left: 0.8333333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
}
.main main .fixed_wrap .main_visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/main/main_visual.png);
  background-size: 137.6041666667vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.8s;
}
.main main .fixed_wrap .main_visual .scroll_ani {
  position: absolute;
  left: 50%;
  bottom: 3.6458333333vw;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
.main main .fixed_wrap .main_visual .scroll_ani.is-active {
  opacity: 1;
}
.main main .fixed_wrap .main_visual .scroll_ani p {
  font-size: 0.8333333333vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.8333333333vw rgba(3, 3, 3, 0.47);
  margin-bottom: 0.5729166667vw;
}
.main main .fixed_wrap .main_visual .scroll_ani div {
  animation: sdb 1.5s infinite;
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 1.0416666667vw);
    opacity: 0;
  }
}
.main main .fixed_wrap .main_visual .txt_scroll {
  position: fixed;
  bottom: 20%;
  left: 0;
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
  z-index: 1;
  font-size: 10.7291666667vw;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.main main .fixed_wrap .main_visual .txt_scroll.is-hidden, .main main .fixed_wrap .main_visual .txt_scroll.is-active {
  opacity: 0;
}
.main main .fixed_wrap .main_visual .txt_scroll.is-delete {
  display: none;
}
.main main .fixed_wrap .main_visual.is-sm, .main main .fixed_wrap .main_visual.is-active {
  margin: 12rem 12rem 9rem;
  width: calc(100vw - 24rem);
  height: calc(100vh - 21rem);
  background-size: cover;
  background-position: 50% 0;
  transition: 0.8s;
  border-radius: 0.5208333333vw;
}
.main main .fixed_wrap .main_visual.before-hidden::before {
  opacity: 0;
  transition: opacity 0.8s;
}
.main main .fixed_wrap .main_visual.after-visible::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0.2rem;
  border-radius: 24rem;
  background-color: #fff;
  opacity: 0.4;
  transition: 0.8s;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .main_visual.after-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  border-radius: 24rem;
  background-color: #fff;
  opacity: 1;
  transition: 0.8s;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .main_visual.height-active {
  position: relative;
}
.main main .fixed_wrap .main_visual.height-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 100%;
  border-radius: 0 !important;
  background-color: #fff;
  opacity: 1;
  transition: 0.8s;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .main_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: opacity 0.8s;
}
.main main .fixed_wrap .logo_fade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  opacity: 0;
  z-index: 100;
}
.main main .fixed_wrap .logo_fade.logo-active {
  opacity: 1;
  will-change: opacity;
}
.main main .fixed_wrap .logo_fade.logo-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 70px;
  background-image: url("../images/logo/logo_black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .txt_wrap {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 110;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .txt_wrap p {
  font-size: 5.7291666667vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.main main .fixed_wrap .txt_wrap p.txt_fadeIn {
  transform: scale(2.5);
  opacity: 0;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_fadeIn.is-active {
  transform: scale(1);
  opacity: 1;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_fadeIn.is-out {
  opacity: 0;
  transform: translateX(calc(50vw + 50%));
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_right {
  text-align: left;
  transform: translateX(calc(-50vw - 50%));
  opacity: 0;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_right.is-active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_right.is-out {
  opacity: 0;
  transform: translateX(calc(-50vw - 50%));
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_left {
  text-align: right;
  transform: translateX(calc(50vw + 50%));
  opacity: 0;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_left.is-active {
  transform: translateX(0);
  opacity: 1;
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap p.txt_left.is-out {
  opacity: 0;
  transform: translateX(calc(50vw + 50%));
  transition: 0.8s;
}
.main main .fixed_wrap .txt_wrap.is-active {
  visibility: visible;
}
.main main .fixed_wrap .card_event {
  z-index: 120;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.8s;
}
.main main .fixed_wrap .card_event.is-active {
  opacity: 1;
}
.main main .fixed_wrap .card_event.is-active .card_content {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .card_event.is-active .card_content.is-active {
  opacity: 1;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade {
  top: 50%;
  opacity: 1;
  transition: 0.8s;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_txt {
  display: none;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img {
  transition: 0.8s;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale {
  width: 270vw;
  height: 200vh;
  transition: 0.8s;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-active {
  transition: 0.8s;
  opacity: 1;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-change {
  transition: 0.8s;
}
.main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-change span {
  transition: 0.8s;
  background: transparent;
  background-position: top left;
  color: #fff;
}
.main main .fixed_wrap .card_event.is-active .card_content p.card_txt {
  font-size: 4.3229166667vw;
  font-weight: 700;
  margin-bottom: 20.5729166667vw;
}
.main main .fixed_wrap .card_event.is-active .card_content .card_img {
  width: 31.0416666667vw;
  height: 17.65625vw;
  border-radius: 0.5208333333vw;
  background: #080808;
  margin: 0 auto;
}
.main main .fixed_wrap .card_event.is-active .card_content .card_img .cont_txt {
  transition: 0.8s;
  opacity: 0;
  font-size: 3.4375vw;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: -moz-max-content;
  width: max-content;
}
.main main .fixed_wrap .card_event.is-active .card_content .card_img .cont_txt span {
  transition: 0.8s;
  display: inline-block;
  min-width: 11.875vw;
  width: -moz-max-content;
  width: max-content;
  background: url("../images/main/span.svg") no-repeat center center/contain;
  color: transparent;
  text-align: center;
  margin: 0 1.0416666667vw;
  height: 3.125vw;
  line-height: 3.125vw;
}
.main main .fixed_wrap .info_section {
  z-index: 130;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  transform: translate(-50%, -50%);
}
.main main .fixed_wrap .info_section.content-start {
  background: linear-gradient(45deg, #2630a2, #58b2ff);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s;
}
.main main .fixed_wrap .info_section.content-middle {
  background: linear-gradient(45deg, #303891, #3f7beb);
}
.main main .fixed_wrap .info_section.content-bottom {
  background: linear-gradient(45deg, #96a4dd, #4aabff);
}
.main main .fixed_wrap .info_section .info_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s;
}
.main main .fixed_wrap .info_section .info_content.middle-cont {
  top: -100%;
}
.main main .fixed_wrap .info_section .info_content.bottom-cont {
  top: -200%;
}
.main main .fixed_wrap .info_section .info_content.is-active {
  opacity: 1;
}
.main main .fixed_wrap .info_section .info_content .info_box {
  position: relative;
  height: 100vh;
  transition: all 0.8s;
}
.main main .fixed_wrap .info_section .info_content .info_box.sec .video_box {
  top: 55%;
}
.main main .fixed_wrap .info_section .info_content .info_box.sec .video_txt {
  top: 40%;
}
.main main .fixed_wrap .info_section .info_content .info_box.sec.is-on .video_box {
  top: 40%;
}
.main main .fixed_wrap .info_section .info_content .info_box.sec.is-on .video_txt {
  top: 73%;
}
.main main .fixed_wrap .info_section .info_content .info_box.tir .video_box {
  top: 55%;
}
.main main .fixed_wrap .info_section .info_content .info_box.tir .video_txt {
  top: 40%;
}
.main main .fixed_wrap .info_section .info_content .info_box.tir.is-on .video_box {
  top: 40%;
}
.main main .fixed_wrap .info_section .info_content .info_box.tir.is-on .video_txt {
  top: 75%;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_box {
  width: 46.1458333333vw;
  height: 23.125vw;
  border-radius: 0.5208333333vw;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: all 0.8s;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_box video {
  -o-object-fit: cover;
     object-fit: cover;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  background: #5dd3ff;
  opacity: 0.97;
  width: 100%;
  height: 100%;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_box .overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: soft-light;
  background: linear-gradient(to bottom, #0076ff, #111164);
  opacity: 0.97;
  width: 100%;
  height: 100%;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_txt {
  opacity: 0;
  transition: opacity 0.8s;
  font-size: 2.3958333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  transition: all 0.3s;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_txt.is-active {
  opacity: 1;
}
.main main .fixed_wrap .info_section .info_content .info_box .video_txt b {
  margin-bottom: 1.8229166667vw;
  display: block;
}
.main main .fixed_wrap .step_section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 140;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.8s;
}
.main main .fixed_wrap .step_section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .step_section p.step-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 2.3958333333vw;
  font-weight: 600;
}
.main main .fixed_wrap .step_section p.step-tit::after {
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  content: "";
  position: absolute;
  right: 37.2395833333vw;
  top: 50%;
  transform: translateY(-50%);
  background: #4d34e2;
  border-radius: 100%;
}
.main main .fixed_wrap .step_slide {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.main main .fixed_wrap .step_slide.is-active {
  opacity: 1;
}
.main main .fixed_wrap .step_slide .step_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7.8125vw;
  height: 100%;
  position: relative;
}
.main main .fixed_wrap .step_slide .step_box.step2_bg {
  background: #2a0c79;
}
.main main .fixed_wrap .step_slide .step_box.step3_bg {
  background: #002c67;
}
.main main .fixed_wrap .step_slide .step_box.step4_bg {
  background: #151f6c;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt {
  position: relative;
  width: 100%;
  height: 9rem;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-align: center;
  font-size: 1.3020833333vw;
  font-weight: 600;
  transition: opacity 0.4s;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt b {
  font-size: 1.6145833333vw;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5208333333vw;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.change-color, .main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.change-color2, .main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.change-color3 {
  color: #fff;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.step2, .main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.step3, .main main .fixed_wrap .step_slide .step_box .slide-contain-txt .stop_txt.step4 {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step2 .stop_txt {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step2 .stop_txt.step2 {
  opacity: 1;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step3 .stop_txt {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step3 .stop_txt.step2 {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step3 .stop_txt.step3 {
  opacity: 1;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step4 .stop_txt {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step4 .stop_txt.step2 {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step4 .stop_txt.step3 {
  opacity: 0;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain-txt.step4 .stop_txt.step4 {
  opacity: 1;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain {
  display: flex;
  align-items: center;
  position: absolute;
  left: 36%;
  top: 7.8125vw;
  transition: 0.8s;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain.step2 {
  left: -4%;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain.step3 {
  left: -44.5%;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain.step4 {
  left: -84.5%;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box {
  width: 27.7083333333vw;
  height: 27.0833333333vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  padding: 2.0833333333vw 2.6041666667vw 2.34375vw;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box:not(:last-child) {
  margin-right: 12.5vw;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box span {
  font-size: 1.3541666667vw;
  font-weight: 700;
  color: #fff;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box h2 {
  font-size: 1.875vw;
  font-weight: 700;
  color: #fff;
  margin-top: 1.1979166667vw;
  line-height: 2.34375vw;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box p {
  margin-top: 6.1458333333vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.main main .fixed_wrap .step_slide .step_box .slide-contain .box p::after {
  position: absolute;
  content: "";
  width: 1.6145833333vw;
  height: 0.2604166667vw;
  background: #fff;
  left: 0;
  top: -2.6041666667vw;
}
.main main .fixed_wrap .icon-section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main main .fixed_wrap .icon-section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .icon-section .contain .txt-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 7rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div {
  transition: 0.8s;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: #fff;
  width: 100%;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.fade {
  opacity: 1;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-1 {
  gap: 2.5rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-4 .con {
  transform: translateY(-2px);
  margin-right: -0.5rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-6 {
  gap: 1.7rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-7 {
  gap: 2rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-8 {
  gap: 2rem;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div p {
  font-size: 1.875vw;
  font-weight: 700;
}
.main main .fixed_wrap .icon-section .contain .txt-cont > div .con {
  width: 7rem;
  height: 7rem;
}
.main main .fixed_wrap .video_section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 160;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.main main .fixed_wrap .video_section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .video_section .video_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.3229166667vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.8s;
}
.main main .fixed_wrap .video_section .video_text.is-active {
  opacity: 1;
}
.main main .fixed_wrap .video_section .video_bg {
  width: 100vw;
  height: 100vh;
}
.main main .fixed_wrap .video_section .video_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main main .fixed_wrap .gif_section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 170;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.main main .fixed_wrap .gif_section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .gif_section .gif_box {
  z-index: 180;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.8s;
  padding-top: 2.6041666667vw;
}
.main main .fixed_wrap .gif_section .gif_box.is-black {
  background: #000;
}
.main main .fixed_wrap .gif_section .gif_box.is-pp {
  background: #6248fa;
}
.main main .fixed_wrap .gif_section .gif_box.is-bl {
  background: #0660de;
}
.main main .fixed_wrap .gif_section .gif_box.is-am {
  background: #0d596c;
}
.main main .fixed_wrap .gif_section .gif_box.is-black2 {
  background: #121212;
}
.main main .fixed_wrap .gif_section .gif_box div {
  text-align: center;
  transition: 0.8s;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont1 {
  margin-top: 5.2083333333vw;
  transition: 0.8s;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont1.change-txt {
  margin-top: -2.6041666667vw;
  opacity: 0.3;
  margin-bottom: 2.6041666667vw;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont2 {
  transition: 0.8s;
  z-index: 190;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active {
  margin-bottom: 7.2916666667vw;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active.change-txt p {
  opacity: 0.3;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active p {
  opacity: 1;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont3 {
  transition: 0.8s;
  z-index: 190;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont3.is-active {
  margin-top: -4.6875vw;
  margin-bottom: 18.2291666667vw;
}
.main main .fixed_wrap .gif_section .gif_box div.gif_cont3.is-active p {
  opacity: 1;
}
.main main .fixed_wrap .gif_section .gif_box div p {
  transition: 0.8s;
  font-size: 1.9270833333vw;
  font-weight: 700;
  color: #fff;
  opacity: 0;
}
.main main .fixed_wrap .gif_section .gif_box div p.is-fade {
  opacity: 1;
}
.main main .fixed_wrap .gif_section .gif_box .gif_img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.8s;
}
.main main .fixed_wrap .gif_section .gif_box .gif_img.is-active {
  opacity: 1;
}
.main main .fixed_wrap .filter_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 190;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main main .fixed_wrap .filter_wrap.is-active {
  opacity: 1;
}
.main main .fixed_wrap .filter_wrap .gradient {
  width: 20.8333333333vw;
  height: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(40% 50%, #67affe, transparent);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.8s;
}
.main main .fixed_wrap .filter_wrap .gradient.is-active {
  width: 80%;
  height: 80%;
  opacity: 1;
}
.main main .fixed_wrap .filter_wrap .filter-txt {
  font-size: 2.7604166667vw;
  font-weight: 700;
  z-index: 191;
}
.main main .fixed_wrap .filter_wrap .filter-txt span {
  transition: 0.8s;
}
.main main .fixed_wrap .filter_wrap .filter-txt span.is-active {
  color: #fff;
}
.main main .fixed_wrap .studio_section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #121212;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  padding-top: 5.46875vw;
}
.main main .fixed_wrap .studio_section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .studio_section .tomboy_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.main main .fixed_wrap .studio_section .tomboy_cont .tomboy {
  display: none;
  background: url(../images/main/studio.png) no-repeat center center/cover;
  width: 15.6770833333vw;
  height: 17.8645833333vw;
  margin-bottom: 5.46875vw;
}
.main main .fixed_wrap .studio_section .tomboy_cont > p {
  font-size: 1.6145833333vw;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10.4166666667vw;
  transform: translateX(-50%);
}
.main main .fixed_wrap .client_section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 210;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #121212;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  padding-top: 5.46875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10.4166666667vw;
}
.main main .fixed_wrap .client_section.is-active {
  opacity: 1;
}
.main main .fixed_wrap .client_section > p {
  font-size: 1.6145833333vw;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10.4166666667vw;
  transform: translateX(-50%);
}
.main main .fixed_wrap .client_section .client {
  width: 81.3541666667vw;
  height: 22.2395833333vw;
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.main main .fixed_wrap .client_section .client.is-active .logo {
  opacity: 1;
}
.main main .fixed_wrap .client_section .client .logo {
  width: 8.4895833333vw;
  height: 5.5729166667vw;
  opacity: 0;
  margin-right: 3.6458333333vw;
}
.main main .fixed_wrap .client_section .client .logo:nth-child(7), .main main .fixed_wrap .client_section .client .logo:nth-child(14), .main main .fixed_wrap .client_section .client .logo:nth-child(20) {
  margin-right: 0;
}
.main main .fixed_wrap .client_section .client .logo:nth-child(18), .main main .fixed_wrap .client_section .client .logo:nth-child(19) {
  width: 14.5833333333vw;
}
.main main .fixed_wrap .last-section {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 220;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #121212;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.main main .fixed_wrap .last-section .last-contain {
  transition: 0.8s;
  width: 100%;
  height: 139.0625vw;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/main/last-bg.png);
  background-size: cover;
  background-position: center center;
}
.main main .fixed_wrap .last-section .last-contain .first_cont {
  position: relative;
  padding: 12.65625vw 0 0 6.25vw;
  height: 33.3%;
}
.main main .fixed_wrap .last-section .last-contain .first_cont.is-active h2 {
  color: #333;
}
.main main .fixed_wrap .last-section .last-contain .first_cont.is-active h2 span {
  color: #4033d6;
}
.main main .fixed_wrap .last-section .last-contain .first_cont.is-active p {
  color: #fff;
}
.main main .fixed_wrap .last-section .last-contain .first_cont.is-active p::after {
  top: -1.5625vw;
  opacity: 1;
}
.main main .fixed_wrap .last-section .last-contain .first_cont h2 {
  font-size: 3.125vw;
  font-weight: 700;
  color: #fff;
  transition: 0.8s;
}
.main main .fixed_wrap .last-section .last-contain .first_cont p {
  transition: 0.8s;
  font-size: 2.6041666667vw;
  font-weight: 700;
  color: #333333;
  position: absolute;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
}
.main main .fixed_wrap .last-section .last-contain .first_cont p::after {
  transition: 0.8s;
  content: "";
  position: absolute;
  left: 50%;
  top: -36.4583333333vw;
  transform: translateX(-50%);
  width: 0.78125vw;
  height: 0.78125vw;
  background: #4033d6;
  border-radius: 100%;
  opacity: 0;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont {
  height: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont h2 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 700;
  color: #333;
  position: relative;
  transition: 1.2s;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont h2::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 50%;
  top: -36.4583333333vw;
  transform: translateX(-50%);
  width: 0.78125vw;
  height: 0.78125vw;
  background: #4033d6;
  border-radius: 100%;
  opacity: 0;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2 {
  color: #fff;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2 span {
  color: #4033d6;
}
.main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2::after {
  top: -1.5625vw;
  opacity: 1;
}
.main main .fixed_wrap .last-section .last-contain .last_cont {
  height: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main main .fixed_wrap .last-section .last-contain .last_cont h2 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 700;
  color: #333;
  position: relative;
  transition: 0.8s;
}
.main main .fixed_wrap .last-section .last-contain .last_cont h2::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 50%;
  top: -36.4583333333vw;
  transform: translate(-50%);
  width: 0.78125vw;
  height: 0.78125vw;
  background: #4033d6;
  border-radius: 100%;
  opacity: 0;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group {
  margin-top: 4.1666666667vw;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a {
  width: 18.0729166667vw;
  height: 3.125vw;
  border-radius: 3.125vw;
  border: 0.1041666667vw solid #777;
  padding: 0.8854166667vw 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a p {
  font-size: 1.1458333333vw;
  font-weight: 700;
  color: #777;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.active {
  margin-bottom: 0.78125vw;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.is-active p {
  color: #fff;
}
.main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.is-active div {
  width: 0.46875vw;
  height: 0.46875vw;
  background: #4f41f0;
  border-radius: 100%;
}
.main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2 {
  color: #fff;
}
.main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2 span {
  color: #4033d6;
}
.main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2::after {
  top: -1.5625vw;
  opacity: 1;
}
.main main .fixed_wrap .last-section .last-contain.first-active {
  top: 50%;
  transform: translateY(-50%);
}
.main main .fixed_wrap .last-section .last-contain.sec-active {
  top: 100%;
  transform: translateY(-100%);
}
.main main .fixed_wrap .last-section.is-active {
  opacity: 1;
}
.main main .fixed_wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .main main .fixed_wrap .info_btn {
    position: fixed;
    left: 3.125vw;
    bottom: 3.125vw;
    width: 16.7708333333vw;
    height: 3.3854166667vw;
    z-index: 250;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    padding: 0.3125vw;
    border-radius: 1.71875vw;
    transition: 0.8s;
    opacity: 0;
    box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.25);
  }
  .main main .fixed_wrap .info_btn.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .info_btn .introduction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.4895833333vw;
    height: 100%;
    background: #4033d6;
    border-radius: 1.40625vw;
  }
  .main main .fixed_wrap .info_btn .introduction p {
    font-size: 1.0416666667vw;
    font-weight: 700;
    color: #fff;
    margin-right: 0.625vw;
  }
  .main main .fixed_wrap .info_btn .introduction div {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
  }
  .main main .fixed_wrap .info_btn .inquiry {
    width: 7.65625vw;
    padding-left: 0.8333333333vw;
    font-size: 1.0416666667vw;
    font-weight: 700;
    color: #fff;
  }
  .main main .fixed_wrap .main_visual {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/main/main_visual.png);
    background-size: 137.6041666667vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: 0.8s;
  }
  .main main .fixed_wrap .main_visual .scroll_ani {
    position: absolute;
    left: 50%;
    bottom: 3.6458333333vw;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
  }
  .main main .fixed_wrap .main_visual .scroll_ani.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .main_visual .scroll_ani p {
    font-size: 0.8333333333vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 0.8333333333vw rgba(3, 3, 3, 0.47);
    margin-bottom: 0.5729166667vw;
  }
  .main main .fixed_wrap .main_visual .scroll_ani div {
    animation: sdb 1.5s infinite;
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 1.0416666667vw);
      opacity: 0;
    }
  }
  .main main .fixed_wrap .main_visual .txt_scroll {
    position: fixed;
    bottom: 20%;
    left: 0;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    z-index: 1;
    font-size: 10.7291666667vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }
  .main main .fixed_wrap .main_visual .txt_scroll.is-hidden, .main main .fixed_wrap .main_visual .txt_scroll.is-active {
    opacity: 0;
  }
  .main main .fixed_wrap .main_visual .txt_scroll.is-delete {
    display: none;
  }
  .main main .fixed_wrap .main_visual.is-sm, .main main .fixed_wrap .main_visual.is-active {
    margin: 12rem 12rem 9rem;
    width: calc(100vw - 24rem);
    height: calc(100vh - 21rem);
    background-size: cover;
    background-position: 50% 0;
    transition: 0.8s;
    border-radius: 0.5208333333vw;
  }
  .main main .fixed_wrap .main_visual.before-hidden::before {
    opacity: 0;
    transition: opacity 0.8s;
  }
  .main main .fixed_wrap .main_visual.after-visible::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 0.2rem;
    border-radius: 0rem;
    background-color: #fff;
    opacity: 0.4;
    transition: 0.8s;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .main_visual.after-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.2rem;
    border-radius: 24rem;
    background-color: #fff;
    opacity: 1;
    transition: 0.8s;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .main_visual.height-active {
    position: relative;
  }
  .main main .fixed_wrap .main_visual.height-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 100%;
    border-radius: 0 !important;
    background-color: #fff;
    opacity: 1;
    transition: 0.8s;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .main_visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    transition: opacity 0.8s;
  }
  .main main .fixed_wrap .logo_fade {
    transition: all 0.8s;
    opacity: 0;
    z-index: 100;
  }
  .main main .fixed_wrap .logo_fade.logo-active {
    opacity: 1;
    will-change: opacity;
  }
  .main main .fixed_wrap .logo_fade.logo-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 70px;
    background-image: url("../images/logo/logo_black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .txt_wrap {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .txt_wrap p {
    font-size: 5.7291666667vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
  .main main .fixed_wrap .txt_wrap p.txt_fadeIn {
    transform: scale(2.5);
    opacity: 0;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_fadeIn.is-active {
    transform: scale(1);
    opacity: 1;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_fadeIn.is-out {
    opacity: 0;
    transform: translateX(calc(50vw + 50%));
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_right {
    text-align: left;
    transform: translateX(calc(-50vw - 50%));
    opacity: 0;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_right.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_right.is-out {
    opacity: 0;
    transform: translateX(calc(-50vw - 50%));
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_left {
    text-align: right;
    transform: translateX(calc(50vw + 50%));
    opacity: 0;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_left.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap p.txt_left.is-out {
    opacity: 0;
    transform: translateX(calc(50vw + 50%));
    transition: 0.8s;
  }
  .main main .fixed_wrap .txt_wrap.is-active {
    visibility: visible;
  }
  .main main .fixed_wrap .card_event {
    z-index: 120;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.8s;
  }
  .main main .fixed_wrap .card_event.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .card_event.is-active .card_content {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade {
    top: 50%;
    opacity: 1;
    transition: 0.8s;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_txt {
    display: none;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img {
    transition: 0.8s;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale {
    width: 270vw;
    height: 200vh;
    transition: 0.8s;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-active {
    transition: 0.8s;
    opacity: 1;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-change {
    transition: 0.8s;
  }
  .main main .fixed_wrap .card_event.is-active .card_content.is-fade .card_img.is-scale .cont_txt.is-change span {
    transition: 0.8s;
    background: transparent;
    background-position: top top;
    color: #fff;
  }
  .main main .fixed_wrap .card_event.is-active .card_content p.card_txt {
    font-size: 4.3229166667vw;
    font-weight: 700;
    margin-bottom: 20.5729166667vw;
  }
  .main main .fixed_wrap .card_event.is-active .card_content .card_img {
    width: 31.0416666667vw;
    height: 17.65625vw;
    border-radius: 0.5208333333vw;
    background: #080808;
    margin: 0 auto;
  }
  .main main .fixed_wrap .card_event.is-active .card_content .card_img .cont_txt {
    transition: 0.8s;
    opacity: 0;
    font-size: 3.4375vw;
    font-weight: 700;
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: -moz-max-content;
    width: max-content;
  }
  .main main .fixed_wrap .card_event.is-active .card_content .card_img .cont_txt span {
    transition: 0.8s;
    display: inline-block;
    min-width: 11.875vw;
    width: -moz-max-content;
    width: max-content;
    background: url("../images/main/span.svg") no-repeat center center/contain;
    color: transparent;
    text-align: center;
    margin: 0 1.0416666667vw;
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .main main .fixed_wrap .info_section {
    z-index: 130;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    transform: translate(-50%, -50%);
  }
  .main main .fixed_wrap .info_section.content-start {
    background: linear-gradient(45deg, #2630a2, #58b2ff);
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s;
  }
  .main main .fixed_wrap .info_section.content-middle {
    background: linear-gradient(45deg, #303891, #3f7beb);
  }
  .main main .fixed_wrap .info_section.content-bottom {
    background: linear-gradient(45deg, #96a4dd, #4aabff);
  }
  .main main .fixed_wrap .info_section .info_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s;
  }
  .main main .fixed_wrap .info_section .info_content.middle-cont {
    top: -100%;
  }
  .main main .fixed_wrap .info_section .info_content.bottom-cont {
    top: -200%;
  }
  .main main .fixed_wrap .info_section .info_content.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .info_section .info_content .info_box {
    position: relative;
    height: 100vh;
    transition: all 0.8s;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.sec .video_box {
    top: 55%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.sec .video_txt {
    top: 40%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.sec.is-on .video_box {
    top: 40%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.sec.is-on .video_txt {
    top: 73%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.tir .video_box {
    top: 55%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.tir .video_txt {
    top: 40%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.tir.is-on .video_box {
    top: 40%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box.tir.is-on .video_txt {
    top: 75%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_box {
    width: 46.1458333333vw;
    height: 23.125vw;
    border-radius: 0.5208333333vw;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    transition: all 0.8s;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_box video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    background: #5dd3ff;
    opacity: 0.97;
    width: 100%;
    height: 100%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_box .overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: soft-light;
    background: linear-gradient(to bottom, #0076ff, #111164);
    opacity: 0.97;
    width: 100%;
    height: 100%;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_txt {
    opacity: 0;
    transition: opacity 0.8s;
    font-size: 2.3958333333vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    transition: all 0.3s;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_txt.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .info_section .info_content .info_box .video_txt b {
    margin-bottom: 1.8229166667vw;
    display: block;
  }
  .main main .fixed_wrap .step_section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 140;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.8s;
  }
  .main main .fixed_wrap .step_section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .step_section p.step-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-size: 2.3958333333vw;
    font-weight: 600;
  }
  .main main .fixed_wrap .step_section p.step-tit::after {
    width: 0.6770833333vw;
    height: 0.6770833333vw;
    content: "";
    position: absolute;
    right: 37.2395833333vw;
    top: 50%;
    transform: translateY(-50%);
    background: #4d34e2;
    border-radius: 100%;
  }
  .main main .fixed_wrap .step_slide {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .main main .fixed_wrap .step_slide.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .step_slide .step_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 7.8125vw;
    height: 100%;
    position: relative;
  }
  .main main .fixed_wrap .step_slide .step_box.step2_bg {
    background: #2a0c79;
  }
  .main main .fixed_wrap .step_slide .step_box.step3_bg {
    background: #002c67;
  }
  .main main .fixed_wrap .step_slide .step_box.step4_bg {
    background: #151f6c;
  }
  .main main .fixed_wrap .step_slide .step_box .stop_txt {
    color: #000;
    margin-top: 3.8541666667vw;
    text-align: center;
    font-size: 1.3020833333vw;
    font-weight: 600;
  }
  .main main .fixed_wrap .step_slide .step_box .stop_txt b {
    font-size: 1.6145833333vw;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5208333333vw;
  }
  .main main .fixed_wrap .step_slide .step_box .stop_txt.change-color, .main main .fixed_wrap .step_slide .step_box .stop_txt.change-color2, .main main .fixed_wrap .step_slide .step_box .stop_txt.change-color3 {
    color: #fff;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain {
    display: flex;
    align-items: center;
    position: absolute;
    left: 36%;
    top: 7.8125vw;
    transition: 0.8s;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain.step2 {
    left: -4%;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain.step3 {
    left: -44.5%;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain.step4 {
    left: -84.5%;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box {
    width: 27.7083333333vw;
    height: 27.0833333333vw;
    border-radius: 0.5208333333vw;
    overflow: hidden;
    padding: 2.0833333333vw 2.6041666667vw 2.34375vw;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box:not(:last-child) {
    margin-right: 12.5vw;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box span {
    font-size: 1.3541666667vw;
    font-weight: 700;
    color: #fff;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box h2 {
    font-size: 1.875vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.1979166667vw;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box p {
    margin-top: 8.28125vw;
    font-size: 1.0416666667vw;
    font-weight: 700;
    color: #fff;
    position: relative;
  }
  .main main .fixed_wrap .step_slide .step_box .slide-contain .box p::after {
    position: absolute;
    content: "";
    width: 1.6145833333vw;
    height: 0.2604166667vw;
    background: #fff;
    left: 0;
    top: -2.6041666667vw;
  }
  .main main .fixed_wrap .icon-section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main main .fixed_wrap .icon-section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 7rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div {
    transition: 0.8s;
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: #fff;
    width: 100%;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.fade {
    opacity: 1;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-1 {
    gap: 2.5rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-4 .con {
    transform: translateY(-2px);
    margin-right: -0.5rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-6 {
    gap: 1.7rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-7 {
    gap: 2rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div.tc-8 {
    gap: 2rem;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div p {
    font-size: 1.875vw;
    font-weight: 700;
  }
  .main main .fixed_wrap .icon-section .contain .txt-cont > div .con {
    width: 7rem;
    height: 7rem;
  }
  .main main .fixed_wrap .video_section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 160;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s;
  }
  .main main .fixed_wrap .video_section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .video_section .video_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 4.3229166667vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: 0.8s;
  }
  .main main .fixed_wrap .video_section .video_text.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .video_section .video_bg {
    width: 100vw;
    height: 100vh;
  }
  .main main .fixed_wrap .video_section .video_bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main main .fixed_wrap .gif_section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 170;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: 0.8s;
  }
  .main main .fixed_wrap .gif_section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .gif_section .gif_box {
    z-index: 180;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.8s;
    padding-top: 2.6041666667vw;
  }
  .main main .fixed_wrap .gif_section .gif_box.is-black {
    background: #000;
  }
  .main main .fixed_wrap .gif_section .gif_box.is-pp {
    background: #6248fa;
  }
  .main main .fixed_wrap .gif_section .gif_box.is-bl {
    background: #0660de;
  }
  .main main .fixed_wrap .gif_section .gif_box.is-am {
    background: #0d596c;
  }
  .main main .fixed_wrap .gif_section .gif_box.is-black2 {
    background: #121212;
  }
  .main main .fixed_wrap .gif_section .gif_box div {
    text-align: center;
    transition: 0.8s;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont1 {
    margin-top: 5.2083333333vw;
    transition: 0.8s;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont1.change-txt {
    margin-top: -2.6041666667vw;
    opacity: 0.3;
    margin-bottom: 2.6041666667vw;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont2 {
    transition: 0.8s;
    z-index: 190;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active {
    margin-bottom: 7.2916666667vw;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active.change-txt p {
    opacity: 0.3;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont2.is-active p {
    opacity: 1;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont3 {
    transition: 0.8s;
    z-index: 190;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont3.is-active {
    margin-top: -4.6875vw;
    margin-bottom: 18.2291666667vw;
  }
  .main main .fixed_wrap .gif_section .gif_box div.gif_cont3.is-active p {
    opacity: 1;
  }
  .main main .fixed_wrap .gif_section .gif_box div p {
    transition: 0.8s;
    font-size: 1.9270833333vw;
    font-weight: 700;
    color: #fff;
    opacity: 0;
  }
  .main main .fixed_wrap .gif_section .gif_box div p.is-fade {
    opacity: 1;
  }
  .main main .fixed_wrap .gif_section .gif_box .gif_img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.8s;
  }
  .main main .fixed_wrap .gif_section .gif_box .gif_img.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .filter_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 190;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main main .fixed_wrap .filter_wrap.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .filter_wrap .gradient {
    width: 20.8333333333vw;
    height: 10.4166666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(40% 50%, #67affe, transparent);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    transition: 0.8s;
  }
  .main main .fixed_wrap .filter_wrap .gradient.is-active {
    width: 80%;
    height: 80%;
    opacity: 1;
  }
  .main main .fixed_wrap .filter_wrap .filter-txt {
    font-size: 2.7604166667vw;
    font-weight: 700;
    z-index: 191;
  }
  .main main .fixed_wrap .filter_wrap .filter-txt span {
    transition: 0.8s;
  }
  .main main .fixed_wrap .filter_wrap .filter-txt span.is-active {
    color: #fff;
  }
  .main main .fixed_wrap .studio_section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #121212;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    padding-top: 5.46875vw;
  }
  .main main .fixed_wrap .studio_section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .studio_section .tomboy_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
  .main main .fixed_wrap .studio_section .tomboy_cont .tomboy {
    display: none;
    background: url(../images/main/studio.png) no-repeat center center/cover;
    width: 15.6770833333vw;
    height: 17.8645833333vw;
    margin-bottom: 5.46875vw;
  }
  .main main .fixed_wrap .studio_section .tomboy_cont > p {
    font-size: 1.6145833333vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10.4166666667vw;
    transform: translateX(-50%);
  }
  .main main .fixed_wrap .client_section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 210;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #121212;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    padding-top: 5.46875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10.4166666667vw;
  }
  .main main .fixed_wrap .client_section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap .client_section > p {
    font-size: 1.6145833333vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10.4166666667vw;
    transform: translateX(-50%);
  }
  .main main .fixed_wrap .client_section .client {
    width: 81.3541666667vw;
    height: 22.2395833333vw;
    display: flex;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .main main .fixed_wrap .client_section .client.is-active .logo {
    opacity: 1;
  }
  .main main .fixed_wrap .client_section .client .logo {
    width: 8.4895833333vw;
    height: 5.5729166667vw;
    opacity: 0;
    margin-right: 3.6458333333vw;
  }
  .main main .fixed_wrap .client_section .client .logo:nth-child(7), .main main .fixed_wrap .client_section .client .logo:nth-child(14), .main main .fixed_wrap .client_section .client .logo:nth-child(20) {
    margin-right: 0;
  }
  .main main .fixed_wrap .client_section .client .logo:nth-child(18), .main main .fixed_wrap .client_section .client .logo:nth-child(19) {
    width: 14.5833333333vw;
  }
  .main main .fixed_wrap .last-section {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 220;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #121212;
    width: 100%;
    height: 100%;
    transition: 0.8s;
  }
  .main main .fixed_wrap .last-section .last-contain {
    transition: 0.8s;
    width: 100%;
    height: 139.0625vw;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/main/last-bg.png);
    background-size: cover;
    background-position: center center;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont {
    position: relative;
    padding: 12.65625vw 0 0 6.25vw;
    height: 33.3%;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont.is-active h2 {
    color: #333;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont.is-active h2 span {
    color: #4033d6;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont.is-active p {
    color: #fff;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont.is-active p::after {
    top: -1.5625vw;
    opacity: 1;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont h2 {
    font-size: 3.125vw;
    font-weight: 700;
    color: #fff;
    transition: 0.8s;
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont p {
    transition: 0.8s;
    font-size: 2.6041666667vw;
    font-weight: 700;
    color: #333333;
    position: absolute;
    bottom: 1.5625vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .main main .fixed_wrap .last-section .last-contain .first_cont p::after {
    transition: 0.8s;
    content: "";
    position: absolute;
    left: 50%;
    top: -36.4583333333vw;
    transform: translateX(-50%);
    width: 0.78125vw;
    height: 0.78125vw;
    background: #4033d6;
    border-radius: 100%;
    opacity: 0;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont {
    height: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont h2 {
    text-align: center;
    font-size: 3.125vw;
    font-weight: 700;
    color: #333;
    position: relative;
    transition: 1.2s;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont h2::after {
    transition: 0.2s;
    content: "";
    position: absolute;
    left: 50%;
    top: -36.4583333333vw;
    transform: translateX(-50%);
    width: 0.78125vw;
    height: 0.78125vw;
    background: #4033d6;
    border-radius: 100%;
    opacity: 0;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2 {
    color: #fff;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2 span {
    color: #4033d6;
  }
  .main main .fixed_wrap .last-section .last-contain .sec_cont.is-active h2::after {
    top: -1.5625vw;
    opacity: 1;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont {
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont h2 {
    text-align: center;
    font-size: 3.125vw;
    font-weight: 700;
    color: #333;
    position: relative;
    transition: 0.8s;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont h2::after {
    transition: 0.2s;
    content: "";
    position: absolute;
    left: 50%;
    top: -36.4583333333vw;
    transform: translate(-50%);
    width: 0.78125vw;
    height: 0.78125vw;
    background: #4033d6;
    border-radius: 100%;
    opacity: 0;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group {
    margin-top: 4.1666666667vw;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a {
    width: 18.0729166667vw;
    height: 3.125vw;
    border-radius: 3.125vw;
    border: 0.1041666667vw solid #777;
    padding: 0.8854166667vw 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a p {
    font-size: 1.1458333333vw;
    font-weight: 700;
    color: #777;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.active {
    margin-bottom: 0.78125vw;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.is-active p {
    color: #fff;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont .btn_group a.is-active div {
    width: 0.46875vw;
    height: 0.46875vw;
    background: #4f41f0;
    border-radius: 100%;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2 {
    color: #fff;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2 span {
    color: #4033d6;
  }
  .main main .fixed_wrap .last-section .last-contain .last_cont.is-active h2::after {
    top: -1.5625vw;
    opacity: 1;
  }
  .main main .fixed_wrap .last-section .last-contain.first-active {
    top: 50%;
    transform: translateY(-50%);
  }
  .main main .fixed_wrap .last-section .last-contain.sec-active {
    top: 100%;
    transform: translateY(-100%);
  }
  .main main .fixed_wrap .last-section.is-active {
    opacity: 1;
  }
  .main main .fixed_wrap.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}/*# sourceMappingURL=index.css.map */