@charset "UTF-8";
@font-face {
  font-family: 'dash-digital';
  src: url("../../fonts/dash_digital-7.ttf") format("truetype");
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes border_anime {
  0% {
    width: 0%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes border_anime {
  0% {
    width: 0%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes menu_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu_text_anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut_logo {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@keyframes fadeOut_logo {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInLogo {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLogo {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  /*この数字を変化させたい時間に変更*/
}

@-webkit-keyframes border_anime_left_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
            clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_left_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
            clip-path: polygon(0% 0, 0% 0, 0% 0%, 0% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
            clip-path: polygon(10% 99%, 100% 99%, 100% 100%, 10% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_left_even {
  0% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
            clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
            clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_left_even {
  0% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
            clip-path: polygon(10% 0, 100% 0, 100% 0%, 10% 0%);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
            clip-path: polygon(10% 0, 100% 0, 100% 1%, 10% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_right_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
            clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
            clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_right_odd {
  0% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
            clip-path: polygon(0% 0, 90% 0, 90% 0, 0% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
            clip-path: polygon(0% 0, 90% 0, 90% 1%, 0% 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 90% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 99%, 100% 99%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes border_anime_right_even {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
            clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
            clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
    height: 100%;
    width: 100%;
  }
}

@keyframes border_anime_right_even {
  0% {
    -webkit-clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
            clip-path: polygon(0% 0, 0% 0, 100% 0, 100% 0);
    height: 100%;
    width: 0;
  }
  50% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
            clip-path: polygon(0% 0, 100% 0, 100% 1%, 0 1%);
    height: 100%;
    width: 100%;
  }
  90% {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
    width: 100%;
  }
  100% {
    -webkit-clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
            clip-path: polygon(0% 99%, 90% 99%, 90% 100%, 0 100%);
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes fadeout {
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  100% {
    opacity: 0;
  }
}

@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@keyframes border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anime2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  /*この数字を変化させたい時間に変更*/
}

.squares_wrap {
  margin: 0;
  background-color: #000;
  position: relative;
  -webkit-animation: fadeout 2s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: fadeout 2s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

@media screen and (max-width: 599px) {
  .squares_wrap {
    -webkit-animation: fadeout 1s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: fadeout 1s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
}

.squares_wrap .squares {
  width: 100vw;
  margin-top: 1px;
}

.squares_wrap .squares .desktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.squares_wrap .squares .desktop .square_left {
  width: 50%;
  height: 100%;
  padding-top: 1px;
}

.squares_wrap .squares .desktop .square_left .left {
  height: calc(100vh/10);
  position: relative;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(3)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(4)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(5)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(6)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(7)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(8)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(9)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(10)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(4)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(6)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(8)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(10)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(12)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(14)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(16)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(18)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_left .left:nth-child(20)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4ff907;
  -webkit-animation: border_anime_left_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_left_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

@media screen and (max-width: 599px) {
  .squares_wrap .squares .desktop .square_left .left {
    height: calc(100vh/15);
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(5)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(6)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(7)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(8)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(9)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(10)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(11)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(12)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(13)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(14)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(15)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_odd 1.5s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_odd 1.5s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(6)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(8)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(10)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(12)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(14)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(16)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(18)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(20)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(22)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 2.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 2.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(24)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 2.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 2.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(26)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 2.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 2.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(28)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 2.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 2.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_left .left:nth-child(30)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #4ff907;
    -webkit-animation: border_anime_left_even 1.5s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_left_even 1.5s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
}

.squares_wrap .squares .desktop .square_left .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .squares_wrap .squares .desktop .square_left .sp {
    height: calc(100vh/15);
    display: block;
  }
}

.squares_wrap .squares .desktop .square_right {
  width: 50%;
  height: 100%;
  padding-top: 1px;
}

.squares_wrap .squares .desktop .square_right .right {
  height: calc(100vh/10);
  position: relative;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(3)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(4)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(5)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(6)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(7)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(8)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(9)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(10)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(4)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(6)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(8)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(10)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(12)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(14)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(16)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(18)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

.squares_wrap .squares .desktop .square_right .right:nth-child(20)::before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #4ff907;
  -webkit-animation: border_anime_right_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
          animation: border_anime_right_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
}

@media screen and (max-width: 599px) {
  .squares_wrap .squares .desktop .square_right .right {
    height: calc(100vh/15);
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(5)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(6)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(7)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.7s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(8)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(9)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 0.9s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(10)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(11)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1.1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(12)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(13)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1.3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(14)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(15)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_odd 1.5s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_odd 1.5s 1.5s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 0.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 0.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(6)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 0.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(8)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 0.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(10)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 1s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(12)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 1.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(14)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 1.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(16)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 1.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(18)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 1.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(20)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(22)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 2.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 2.2s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(24)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 2.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 2.4s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(26)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 2.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 2.6s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(28)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 2.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 2.8s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
  .squares_wrap .squares .desktop .square_right .right:nth-child(30)::before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #4ff907;
    -webkit-animation: border_anime_right_even 1.5s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
            animation: border_anime_right_even 1.5s 3s cubic-bezier(0.8, 0, 0.5, 1) forwards;
  }
}

.squares_wrap .squares .desktop .square_right .sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .squares_wrap .squares .desktop .square_right .sp {
    height: calc(100vh/15);
    display: block;
  }
}
/*# sourceMappingURL=loading.css.map */