body {
  background-color: #000;
  color: #fff;
  word-break: keep-all;
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}

main section:not(.sec6) {
  z-index: 2;
}

.sec1 {
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 100rem;
  font-size: 10rem;
}
.sec1-content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  height: calc(var(--vh, 1vh) * 68.7);
  padding-top: 8.8888888889vh;
  margin-top: auto;
}
.sec1-content1 p {
  position: relative;
  background: linear-gradient(to right, #203DA4 50%, rgb(255, 255, 255) 50%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0;
  overflow: hidden;
  color: transparent;
  font-size: 9em;
  font-weight: 900;
}
.sec1-subText {
  position: relative;
  max-width: 1580px;
  width: 95%;
  font-size: 3.8em;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
}
.sec1.act .sec1-content1 p {
  animation: 1.4s 6.5s linear backgroundPostion forwards;
}
.sec1.act .sec1-subText {
  animation: 1.4s 6.5s linear subTextFadeIn forwards;
}

@keyframes scrllAni-logo {
  100% {
    width: 30%;
  }
}
.sqLogo-box {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.logoArea {
  position: relative;
  top: calc(var(--vh, 1vh) * -2);
  z-index: 90;
  max-width: 764rem;
  width: 39.7916666667vw;
  opacity: 0;
  animation: 0.8s linear logoFadeIn forwards;
}
.logoArea#sqLogo {
  margin-right: -148rem;
}

@keyframes backgroundPostion {
  0% {
    opacity: 0;
    transform: translateY(101%);
    background-position-x: 100%;
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    background-position-x: 0%;
  }
}
@keyframes logoFadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes subTextFadeIn {
  100% {
    opacity: 1;
  }
}
.sec2 {
  padding: 250rem 0 0;
  margin-top: 35vh;
}

.sec2 p {
  font-size: 60rem;
  font-weight: 300;
  line-height: 1.5;
}
.sec2 p + p {
  margin-top: 50rem;
}
.sec2 p span {
  display: block;
}
.sec2 p b {
  font-weight: 900;
}

.sec3 {
  position: relative;
  margin-top: 35vh;
}
.sec3 .numberBox-tl {
  height: calc(var(--vh, 1vh) * 140);
}
.sec3 .numberBox {
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  font-size: 425rem;
  font-weight: 900;
  text-align: center;
}

.sec4 {
  position: relative;
  perspective: 1000rem;
}

.crawl {
  position: relative;
  transform: rotateX(62deg) translateZ(-600rem);
  transform-origin: center bottom;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 200rem;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 170);
  margin-top: -85vh;
}

.crawl li {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
}
.crawl li:nth-child(2) {
  top: 50vh;
}
.crawl li:nth-child(3) {
  top: 90vh;
}
.crawl li:nth-child(4) {
  top: 130vh;
}
.crawl li img {
  width: 100%;
}

.sec5-txt {
  font-size: 55rem;
  font-weight: 800;
  text-align: center;
  line-height: 2;
}
.sec5-txt span {
  display: block;
}

.sec6 {
  position: relative;
  height: calc(var(--vh, 1vh) * 1200);
}

.sec6Bg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  display: block;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  overflow: hidden;
}
.sec6Bg.act {
  opacity: 1;
}

.sec6-textBox {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  scale: 1;
  text-align: center;
}
.sec6-textBox .tit {
  width: 100%;
  font-size: 55rem;
  font-weight: 800;
  line-height: 2;
}
.sec6-textBox .txt {
  width: 100%;
  font-size: 32rem;
  line-height: 1.59375;
}
.sec6-textBox .txt span {
  display: block;
}

.sec8 {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 80);
  margin-top: calc(var(--vh, 1vh) * 20);
  overflow: hidden;
}
.sec8-textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 17rem 445rem;
  width: 100%;
  height: calc(var(--vh, 1vh) * 200);
  font-size: 76rem;
  font-weight: 800;
  line-height: 1.1934210526;
}
.sec8-textBox .txt {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(50% - 445rem);
  overflow: hidden;
}
.sec8-textBox .left {
  text-align: right;
}
.sec8-textBox .right {
  text-align: left;
}
.sec8-textBox .txt span {
  position: relative;
  opacity: 0;
}
.sec8-textBox .left span {
  left: -100%;
}
.sec8-textBox .right span {
  right: -100%;
}
.sec8-imgBox .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transform-origin: center center;
  display: block;
}
.sec8-imgBox .sec8-sq {
  width: 366rem;
  z-index: 1;
}
.sec8.act .sec8-sq {
  animation: 1.2s cubic-bezier(0.85, -0.01, 0.36, 0.95) sec8ImgCale forwards;
}
.sec8.act .sec8-circle {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  animation: 1.2s linear sec8ImgOpacity forwards 0.2s, 30s linear sec8ImgRotate infinite 1.4s;
}
.sec8.act .sec8-textBox .left span {
  animation: 0.5s cubic-bezier(0.85, -0.01, 0.36, 0.95) leftRightFadeIn forwards 0.2s;
}
.sec8.act .sec8-textBox .right span {
  animation: 0.5s cubic-bezier(0.85, -0.01, 0.36, 0.95) rightLeftFadeIn forwards 0.2s;
}
.sec8.act .sec8-textBox .left.bottom span, .sec8.act .sec8-textBox .right.bottom span {
  animation-delay: 0.4s;
}

@keyframes sec8ImgCale {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes sec8ImgCale {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes sec8ImgOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sec8ImgRotate {
  10% {
    filter: blur(5rem);
    -webkit-filter: blur(5rem);
  }
  20% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  30% {
    filter: blur(10rem);
    -webkit-filter: blur(10rem);
  }
  40% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  50% {
    filter: blur(10rem);
    -webkit-filter: blur(10rem);
  }
  60% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  70% {
    filter: blur(10rem);
    -webkit-filter: blur(10rem);
  }
  80% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
  90% {
    filter: blur(10rem);
    -webkit-filter: blur(10rem);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
    filter: blur(5);
    -webkit-filter: blur(5);
  }
}
@keyframes rightLeftFadeIn {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes leftRightFadeIn {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@media all and (min-width: 1921px) and (min-width: 120.0625rem) {
  .sec1-content1 {
    height: calc(var(--vh, 1vh) * 80);
  }
  .logoArea {
    top: 0;
  }
}
@media all and (max-width: 1680px) and (max-width: 105rem) {
  .sec2 p, .sec5-txt, .sec8-textBox {
    font-size: 48rem;
  }
  .sec1 {
    font-size: 9rem;
  }
  .sec2 {
    padding-top: 128rem;
  }
  .sec3 .numberBox {
    font-size: 340rem;
  }
}
@media all and (max-width: 1440px) and (max-width: 90rem) {
  .sec1 {
    font-size: 8rem;
  }
}
@media all and (max-width: 1280px) and (max-width: 80rem) {
  .sec1-content1 {
    padding-top: 0;
    flex-direction: column;
    margin-bottom: 40rem;
  }
  .logoArea {
    width: 500rem;
    top: calc(var(--vh, 1vh) * -5);
  }
  .logoArea#sqLogo {
    margin-right: 0;
  }
  .logoArea.area {
    height: 380rem;
  }
  .sec2 p, .sec5-txt {
    font-size: 32rem;
  }
  .sec3 .numberBox {
    font-size: 300rem;
  }
  .sec6Bg svg {
    height: calc(var(--vh, 1vh) * 100) !important;
    margin-top: 0;
  }
  .sec8 {
    margin-top: calc(var(--vh, 1vh) * 5);
  }
  .sec8-imgBox .sec8-sq {
    width: 280rem;
  }
  .sec8-textBox {
    font-size: 48rem;
  }
  .sec8-textBox .txt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .sec8-textBox .txt.left.bottom {
    margin-top: 240rem;
  }
}
@media all and (max-width: 1024px) and (max-width: 64rem) {
  .sec1-subText br {
    display: none;
  }
  .sec2 p, .sec5-txt {
    font-size: 26rem;
  }
  .sec3 .numberBox {
    font-size: 200rem;
  }
  .crawl {
    margin-top: -100vh;
  }
  .sec6-textBox .tit {
    font-size: 42rem;
  }
  .sec6-textBox .txt {
    font-size: 18rem;
  }
  .sec8-textBox {
    font-size: 36rem;
    line-height: 1;
  }
}
@media all and (max-width: 750px) and (max-width: 46.875rem) {
  .sec1 {
    font-size: 7rem;
  }
  .logoArea {
    width: 370rem;
  }
  .logoArea.area {
    height: 220rem;
  }
  .sec2 p, .sec5-txt {
    font-size: 20rem;
  }
  .sec4 {
    display: none;
  }
  .sec6 {
    height: calc(var(--vh, 1vh) * 600);
  }
  .sec8-imgBox .sec8-sq {
    width: 164rem;
  }
}
@media all and (max-height: 820px) and (max-width: 750px) {
  .logoArea#sqLogo {
    margin-bottom: -20rem;
  }
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .sec1 {
    font-size: 6rem;
  }
  .sec1-content1 {
    gap: 60rem;
  }
  .sec1-subText {
    font-size: 2.8em;
    text-align: center;
  }
  .logoArea {
    width: 300rem;
  }
  .logoArea.area {
    height: 156rem;
  }
  .sec2 {
    text-align: center;
    margin-top: 25vh;
  }
  .sec2 p + p {
    margin-top: 28rem;
  }
  .sec3 {
    margin-top: 0;
  }
  .sec3 .numberBox {
    font-size: 100rem;
  }
  .sec6-textBox .tit {
    font-size: 22rem;
  }
  .sec6-textBox .txt {
    font-size: 15rem;
  }
  .sec8-textBox {
    font-size: 28rem;
  }
  .sec8.act .sec8-circle {
    width: 80%;
  }
}
@media all and (max-width: 540px) and (max-height: 750px) {
  .sec1-content1 {
    height: calc(var(--vh, 1vh) * 63.7);
  }
}
.main-intro {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1000;
  animation: 1s 2s ease forwards introAni1;
}
.main-intro--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  background-color: #fff;
  animation: 1s 2s ease-in-out forwards introAni2;
}
.main-intro--svg {
  display: block;
  width: 200rem;
  height: 200rem;
}
.main-intro--text {
  width: 100%;
  margin-top: 20rem;
  color: #BBBBBB;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.432;
  text-align: center;
  overflow: hidden;
}
.main-intro--text b {
  padding-left: 8rem;
  color: #203DA4;
  font-size: 24rem;
  font-weight: 900;
  line-height: ine-height(28.64, 24);
}
.main-intro--text span {
  display: block;
  position: relative;
  transform: translate(0, 100%);
  animation: 1s ease-in-out forwards introTxtAni;
}

@keyframes introAni1 {
  100% {
    transform: translate(-50%, -100%) rotate(-8deg);
  }
}
@keyframes introAni2 {
  0% {
    clip-path: inset(0% round 0%);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes introTxtAni {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body.up .scrolldown, body.scrollnone .scrolldown {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

.scrolldown {
  position: fixed;
  right: 80rem;
  bottom: 80rem;
  transition: all 0.3s;
}
.scrolldown--box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28rem;
  margin: auto;
}
.scrolldown--mousey {
  padding: 7rem 12rem;
  height: 26rem;
  border: 2rem solid #fff;
  border-radius: 25rem;
  opacity: 0.75;
  box-sizing: content-box;
}
.scrolldown--scroller {
  width: 2rem;
  height: 10rem;
  border-radius: 25%;
  background-color: #fff;
  animation-name: mouseScroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  margin-left: -1rem;
}
.scrolldown--txt {
  display: block;
  width: 74rem;
  font-size: 10rem;
  margin-left: -24rem;
  margin-top: 8rem;
}

@keyframes mouseScroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .scrolldown {
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
}

/*# sourceMappingURL=main.css.map */
