@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
@font-face {
  font-family: "SQUARED2";
  src: url("../font/SQUARED2.woff") format("woff"),
    url("../font/SQUARED2.ttf") format("truetype"),
    url("../font/SQUARED2.eot") format("embedded-opentype");
}

body {
  background-color: #000 !important;
  background-size: contain;
  background-repeat: repeat;
  margin: 0;
  width: 100vw;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  scrollbar-width: none;
  color: #fff;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  background: #555;
  -webkit-box-shadow: inset 0 0 6px rgba(119, 119, 119, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: #00000055;
  outline: 1px solid rgb(0, 0, 0);
}

/* html.fixWindow {
  position: fixed;
  width: 100%;
} */

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

a.active {
  color: aqua;
}

.sticky-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  display: block;
  pointer-events: none;
}

.sticky-box1 {
  position: fixed;
  left: 0;
  top: 0;
  /* padding-top: 15px; */
  z-index: 3;
  display: block;
}

.sticky-box1::after,
.sticky-box1::before,
.sticky-box1 {
  box-shadow: 0 0 0px #00000000 !important;
}

@media screen and (max-width: 768px) {
  .top-bar-right {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
  }

  .navbar-collapse,
  .collapsing {
    background-color: #000000cc;
    /* padding: 25px; */
    margin-top: 15px !important;
  }

  .nav-item {
    height: 50px;
  }
  .navbar-dark .navbar-toggler {
    margin-top: 15px !important;
    transition: 0.3s;
    margin-bottom: 17px;
  }
}

.lb-bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100vw;
  height: 100vw;
  opacity: 1;
  transition: 1s;
  pointer-events: none;
}

.lb-bg.active {
  opacity: 0;
  transition: 1s;
}

.lb-bg-in {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000000;
  background-image: linear-gradient(-150deg, #aa323200 80%, #6a32aa 100%);
  background-size: 100%;
  /* animation: bgAni infinite 6s; */
  pointer-events: none;
  background-position: left bottom;
  /* filter:hue-rotate(30deg); */
  /* z-index: 9; */
  /* filter:hue-rotate(200deg) */
}

.red-point {
  width: 10px;
  height: 10px;
  background-color: red;
  position: fixed;
  left: calc(50vw - 5px);
  top: 70px;
  transform: rotateZ(45deg);
  z-index: 99999;
  display: block;
  display: none;
}

.still-box3 {
  /* --bg3: calc(61vw - 1300px); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: grid;
  align-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  background-image: url(../img/web_sec3-bg2.png);
  background-size: auto 100vh;
  background-position: center 100% !important;
  /* background-attachment: fixed; */
}

@media screen and (max-width: 990px) {
  .still-box3 {
    background-position: 55% 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .still-box3 {
    /* --bg3: calc(120vw - 1300px); */
    padding-left: 4vw;
    /* padding-bottom: 10vw; */
    background-attachment: unset;
    background-position: 55% 100% !important;
  }
}

.still-box3 .title0,
.still-box3 .titleA {
  text-transform: uppercase;
}

.titleA {
  text-transform: uppercase;
}

.title0.size3,
.titleA.size3 {
  font-size: 2.6em;
}

.title0.size4,
.titleA.size4 {
  font-size: 1.5em;
  padding-top: 5px;
  /* line-height: 1.5em; */
}

/* .b001 {
  margin-left: -40px;
} */

.b001::before {
  /* content: "■ 001"; */
  display: block;
  /* width:100%;
  justify-items: flex-start;
  justify-content: flex-start; */
  text-align: left;
  margin-left: -40px;
  margin-bottom: -10px;
  color: #fff;
  font-size: 0.4em;
  font-weight: 200;
}

.b002::before {
  /* content: "■ 002"; */
  display: block;
  text-align: left;
  margin-left: -40px;
  margin-bottom: -10px;
  color: #fff;
  font-size: 0.4em;
  font-weight: 200;
}

.b003::before {
  /* content: "■ 003"; */
  display: block;
  text-align: left;
  margin-left: -40px;
  margin-bottom: -10px;
  color: #fff;
  font-size: 0.4em;
  font-weight: 200;
}

.top-boxs {
  /* background-color: #000; */
  background-image: linear-gradient(
    180deg,
    #000000bb 30%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 70px;
  margin: 0;
}

section {
  height: 1px;
  width: 100vw;
  position: relative;
  z-index: 1;
  /* perspective:500px; */
}

.still {
  z-index: 1;
  /* opacity: 0; */
  opacity: 1;
  min-height: 100vh;
  width: 100vw;
  /* position: fixed; */
  position: relative;
  top: 0;
  left: 0;
  transition: 0s;
  overflow: hidden;
  /* border:solid #f00 3px; */
}

@media screen and (max-width: 768px) {
  .still-box2 {
    margin-top: -10vh;
    transition: 0.5s;
  }
}

/*
.top.go + .still {
  transform: translateY(-100%);
}

.bottom.go + .still {
  transform: translateY(100%);
}

.go.back.bottom + .still {
  transition: 1.2s;
  transform: translateY(-100%);
}

.go.back.top + .still {
  transition: 1.2s;
  transform: translateY(100%);
}

.go.active + .still {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.8s;
  transform: translateY(0);
  opacity: 1;
} */

.still-box1 .title0.hide,
.still-box1 .titleA.hide {
  display: none;
}
.still-box1 .title0 {
  margin-bottom: 5vh;
  margin-left: 5vw;
}

.still-box2 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .still-box1 .title0 {
    margin-bottom: 25vh;
    margin-left: 5vw;
  }
}

/* .go.active + .still-box1 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(0);
} */

/*
.go:not(.active) + .still-box2 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(100%);
  opacity: 0;
}

.go.active + .still-box2 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
} */
/*
.go:not(.active) + .still-box3 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(100%);
  opacity: 0;
}

.go.active + .still-box3 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
} */
.ml2 {
  font-weight: 400;
  font-size: 0.8em;
  color: aqua;
}

.ml2 .letter {
  display: inline-block;
  /* line-height: 0.5em; */
}

.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 0.9em;
  color: #ccc;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  /* line-height: 1em; */
}
.m-text .ml2 {
  font-size: 1.1em;
}
.m-text .ml9 {
  font-size: 1em;
}

/* ======loading=========== */

.loading {
  position: absolute;
  top: calc(50vh - 40px);
  left: calc(50vw - 20px);
  z-index: 999;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #999;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* ===========loading END==== */

.opening {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  overflow-x: hidden;
}
.opening.active {
  opacity: 0;
  transition: 1s;
}

.opening {
  justify-content: center;
  justify-items: center;
  display: grid;
}

.opening #video {
  min-width: 100vw;
  height: 100vh;
  background-color: #000;
}

.navbar {
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: #000 !important;
}

.navbar-nav {
  text-transform: uppercase;
}

.navbar-nav a {
  color: #fff !important;
}

.nav-link.active {
  color: aqua !important;
  font-weight: 700;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 102, 203);
}

.bg-dark {
  background-color: #00000000 !important;
}

.bg-c {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-c-c {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.spe-font {
  font-family: "SQUARED2", "Kosugi", "Noto Sans TC", sans-serif;
}

@media (min-width: 992px) {
}
.navbar-expand-lg .navbar-collapse {
  width: calc(50vw - 107px) !important;
  padding-left: 10px;
  /* border:solid */
}

.logo-img {
  width: 240px;
  margin: 0;
  margin-top: 10px;
}

.top-bar-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  font-size: 0.9em;
  width: calc(50vw + 130px);
}

.right-menu {
  display: flex;
  justify-items: flex-end;
  justify-content: end;
  padding-right: 20px;
}
.right-menu a {
  margin: auto 5px;
  margin-top: 0;
}

.right-menu img {
  width: 30px;
  margin-left: 2px;
}

.right-menu img:hover {
  filter: brightness(0.8);
  opacity: 1;
}

.c-c {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}

.frame-box {
  width: calc(100vw - 60px);
  height: calc(100vh - 90px);
  border-bottom: solid 0px #000;
  margin: auto;
  margin-left: 22px;
  justify-content: center;
  justify-items: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .frame-box {
    width: calc(100vw - 20px);
  }
}

.top-left-line {
  width: 30vw;
  margin: auto;
  border-top: solid #888 1px;
  height: 1px;
  position: absolute;
  left: 2vw;
  top: 66px;
  opacity: 0.3;
}

.top-right-line {
  width: 30vw;
  margin: auto;
  border-top: solid #888 1px;
  height: 1px;
  position: absolute;
  right: 2vw;
  top: 66px;
  opacity: 0.3;
}

.left-line {
  position: absolute;
  left: 2vw;
  top: 66px;
  height: calc(100vh - 440px);
  margin: 0;
  border-right: 1px solid #888;
  width: 1px;
  opacity: 0.3;
}

.right-line {
  position: absolute;
  right: 2vw;
  top: 66px;
  height: calc(100vh - 100px);
  margin: auto;
  border-right: 1px solid #888;
  width: 10px;
  opacity: 0.3;
}
.top-left-line.active,
.top-right-line.active,
.left-line.active,
.right-line.active {
  /* filter: brightness(1); */
  transition: 1s;
}

.top-left-line.active,
.top-right-line.active,
.left-line.active,
.right-line.active {
  /* filter: brightness(1.5); */
  transition: 1s;
}

.map-box {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  justify-content: flex-start;
  align-items: flex-end;
}

/* //fonts - 1 */
.title0,
.titleA {
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.4em;
  /* padding: 0 0 30px 40px; */
  display: block;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  white-space: nowrap;
  transform-origin: 0% 50%;
}

/* @media screen and (max-width: 768px) {
  .title0 {
    font-size: 4em;
  }
} */

.title0.size1,
.titleA.size1 {
  font-size: 7.5em;
}

.title0.size2,
.titleA.size2 {
  font-size: 2.5em;
}

.bottom-shadow {
  width: 100vw;
  height: 120px;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
  position: absolute;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.top-shadow {
  width: 100vw;
  height: 110px;
  top: 0;
  margin: auto;
  background-image: linear-gradient(0deg, #00000000 0%, #000000 50%);
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}

.navbar {
  z-index: 2;
}

.title0 span {
  opacity: 0;
  transition: 0.5s;
  animation: fontaniBack 1 0.5s;
  opacity: 1;
  animation-fill-mode: forwards;
}

.titleA:not(.stop) {
  opacity: 0;
  transition: 1s;
  transform: translateY(40%);
}

.emerge-up {
  opacity: 0;
  transition: 1s;
  transform: translateY(20%);
}

.title0.active span {
  animation: fontani 1 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.titleA.active {
  opacity: 1;
  transition: 1.5s;
  transition-delay: 0.2s;
  transform: translateY(0);
}

.emerge-up.active {
  opacity: 1;
  transition: 1.5s;
  transition-delay: 0.2s;
  transform: translateY(0);
}

.sibling {
  padding: 0 0 30px 40px;
  margin-top: -10px;
}

.smallfont {
  font-size: 0.8em;
}

.position1 {
  position: absolute;
  left: 3vw;
  top: 30vh;
}

.position2 {
  position: absolute;
  right: 3vw;
  top: 13vh;
}

.position3 {
  position: absolute;
  right: 3vw;
  bottom: 30px;
  margin: 0;
}

.team-item {
  display: grid;
  grid-template-rows: 100px 50px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 1.5em;
  width: auto;
}

.team-item-bottom > div {
  overflow: hidden;
}

.team-item-bottom > div img {
  width: 25px;
  cursor: pointer;
}

.team-content {
  /* width:80vw; */
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 90vw;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-contentB {
  /* width:80vw; */
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 90vw;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slide-title {
  line-height: 0.6em;
}
.slide-title > span {
  font-size: 0.5em;
}

#owl-two {
  display: none;
  font-family: "SQUARED2", "Orbitron", sans-serif;
  overflow: hidden;
}

#owl-two .item img {
  background-color: #888;
  border-radius: 50% !important;
  width: 90%;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: unset;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: unset;
  filter: brightness(0.8);
}

.owl-theme .owl-nav {
  height: 100px;
}

.hideOnDesk {
  display: none;
}

.kadokawaLogo,
.partnersLogo {
  height: 100px;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.partnersLogo {
  display: grid;
  margin: auto;
}
.partnersLogo > div:nth-of-type(1) {
  justify-content: flex-end;
  display: grid;
  justify-items: flex-end;
  border: solid;
}

.kadokawaLogo img {
  height: 100px;
  margin: auto;
}

.kadokawaLogo > img:last-child {
  width: 300px !important;
  height: unset !important;
  margin-top: 10px;
}

.partnersLogo img {
  width: 85px;
  margin: auto;
}

.circle {
  width: 150px;
  height: 150px;
  border: solid 1px rgb(0, 0, 0);
  animation: circle-ani 1 forwards 3s;
  box-shadow: 0 0 10px #ffffff;
}

@keyframes circle-ani {
  0% {
    box-shadow: 0 0 5px #ffffff;
  }
  25% {
    box-shadow: 5px 0 10px #ffffff;
  }
  50% {
    box-shadow: 5px 5px 10px #ffffff;
  }
  75% {
    box-shadow: 5px 0 10px #ffffff;
  }
  100% {
    box-shadow: 5px 0 10px #ffffff;
  }
}

.kadokawaLogo,
.partnersLogo {
  height: auto;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .kadokawaLogo,
  .partnersLogo {
    height: auto;
  }

  .kadokawaLogo img {
    width: 20vw;
    height: auto;
  }
  .kadokawaLogo > img:last-child {
    width: 60vw !important;
    height: unset !important;
  }

  .partnersLogo span img {
    width: 20vw;
  }

  .partners-box {
    margin-top: 3vh;
  }

  .partners-box > div {
    padding-right: 0;
  }

  .partner-box {
    margin-top: 5vh;
  }
}

@media screen and (max-width: 550px) {
  .owl-theme .owl-nav {
    margin-top: -20vh;
    z-index: 999;
    position: relative;
  }
  .owl-next img,
  .owl-prev img {
    transform: scale(0.5);
  }
}

.owl-next {
  /* font-size: 3em !important; */
  margin-left: 44vw !important;
}

/* .owl-btn{
  width:50px!important;
  height:50px;
  background-color: unset!important;
} */

@media screen and (max-width: 990px) {
  .team-content {
    grid-template-columns: repeat(4, 1fr);
  }
  .hideMb990 {
    display: none;
  }
  #owl-two {
    display: grid !important;
  }

  .navbar {
    padding-top: 0px;
  }

  .logo-img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .team-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo-img {
    width: 180px;
  }

  .hideMb990 {
    display: none;
  }

  .hideOnDesk {
    display: grid;
  }

  #owl-two {
    display: grid !important;
  }

  #owl-two .item img {
    width: 35%;
    margin: auto;
  }

  .ccbt img {
    width: 30px !important;
    cursor: pointer;
  }

  .owl-dots {
    margin-top: 30px;
    opacity: 0.5;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    transition: 0.5s;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    transform: scale(2);
    transition: 0.5s;
  }

  .team1 {
    margin-bottom: 20px;
  }
}

.team-pic {
  overflow: hidden;
  border-radius: 50%;
}

.team-pic > img {
  max-width: 100px;
  border-radius: 50%;
  background-color: #999;
  margin: auto;
  transform-origin: 50% 50%;
  orientation: 500;
  transform: rotateY(80deg);
  transition: 0.4s;
  /* transform: translateX(100%); */
}

.team-pic.active > img {
  /* transform: translateX(0); */
  transform: rotateY(0);
  transition: 1.4s;
  /* transition: 1.5s; */
}

.team-pic > img:hover {
  transition: 0.5s !important;
  transform: scale(1.2) !important;
  cursor: pointer;
}

.team-item-bottom > div:nth-of-type(2) {
  overflow: hidden;
  line-height: 1em;
}
.ccbt {
  display: grid;
  grid-template-columns: 30px 1fr;
  width: 180px;
  margin: auto;
  text-transform: uppercase;
}

.ccbt > div:nth-of-type(2) {
  margin-left: -10px;
  line-height: 1em;
}

.go.active + .still .team-content > div > img {
  transition: 0.5s;
  transform: scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg)
    translate3d(0px, 0px, 0px) !important;
  filter: blur(0) !important;
}

.still .team-content > div > img {
  /* animation: ccitemAni infinite 2s!important; */
  box-shadow: #ffffff55 0 0 15px 6px;
  transition: 2.5s !important;
}

/* @keyframes ccitemAni {
  0% {
    box-shadow: #ffffff11 0 0 10px 7px;
  }
  50% {
    box-shadow: #ffffff55 0 0 20px 7px;
  }
  100% {
    box-shadow: #ffffff11 0 0 10px 7px;
  }
} */

/*
.go + .still .team-content > div:nth-of-type(1) > img {
  transform: scale(3) rotateX(50deg) rotateY(80deg) rotateZ(280deg)
    translate3d(-10vw, -10vw, 20vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(2) > img {
  transform: scale(3) rotateX(50deg) rotateY(-50deg) rotateZ(280deg)
    translate3d(20vw, 30vw, 20vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(3) > img {
  transform: scale(3) rotateX(50deg) rotateY(30deg) rotateZ(280deg)
    translate3d(-20vw, -30vw, 20vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(4) > img {
  transform: scale(3) rotateX(50deg) rotateY(20deg) rotateZ(-280deg)
    translate3d(50vw, -30vw, 80vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(5) > img {
  transform: scale(3) rotateX(-150deg) rotateY(-50deg) rotateZ(280deg)
    translate3d(120vw, 90vw, 80vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(6) > img {
  transform: scale(3) rotateX(20deg) rotateY(70deg) rotateZ(110deg)
    translate3d(10vw, 30vw, 180vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(7) > img {
  transform: scale(3) rotateX(80deg) rotateY(110deg) rotateZ(-20deg)
    translate3d(-20vw, 100vw, 40vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(8) > img {
  transform: scale(3) rotateX(180deg) rotateY(10deg) rotateZ(90deg)
    translate3d(-20vw, 150vw, 180vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(9) > img {
  transform: scale(3) rotateX(-180deg) rotateY(-40deg) rotateZ(-190deg)
    translate3d(20vw, 40vw, 10vw);
  filter: blur(5px);
}

.go + .still .team-content > div:nth-of-type(10) > img {
  transform: scale(3) rotateX(-80deg) rotateY(140deg) rotateZ(-110deg)
    translate3d(-70vw, 20vw, 50vw);
  filter: blur(5px);
} */

@media screen and (max-width: 990px) {
  .team-pic > img {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .team-pic > img {
    max-width: 120px;
  }
}

.team-item-bottom {
  display: grid;
  grid-template-columns: 35px 1fr;
  line-height: 16px;
  white-space: nowrap;
}

.dot-box {
  width: 60px;
  height: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: 5s;
}

.dot-box span {
  margin: 2px 2px;
  width: 8px;
  height: 3px;
  background-color: #aff4ff;
  opacity: 0;
  animation-name: dotAni;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 2s;
}

.dot-box.position1.active {
  opacity: 0.2;
  transition: 5s;
}

.dot-box span:hover {
  transition: 0.5s;
  transform: scale(2);
  background-color: aqua;
}

.dot-line {
  display: flex;
  justify-items: flex-start;
}

.dot-line-box span {
  width: 6px;
  height: 6px;
  /* border:solid 10px #00000000; */
  margin: 6px 7px;
  border-radius: 50%;
  display: block;
  background-color: #eee;
  animation-name: dotLineAni;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  opacity: 0;
  transition: 2s;
}

.dot-line-box span:hover {
  transition: 0.5s;
  transform: scale(3);
  transform-origin: 50% 50%;
}

.icon-box img {
  width: 50px;
  margin-top: -6.9vw;
  /* animation: iconAni infinite 1s; */
  /* animation-timing-function: ease-in; */
  transform-origin: 50% 100%;
}

@keyframes iconAni {
  0% {
    transform: translateY(40%) scaleY(85%);
    filter: blur(1px);
  }
  10% {
    transform: translateY(40%) scaleY(100%);
    filter: blur(0);
  }
  89% {
    transform: translateY(40%) scaleY(100%);
    filter: blur(0);
  }
  90% {
    transform: translateY(40%) scaleY(100%);
    filter: blur(1px);
  }
}

.left-icons {
  /* background-image: url(../img/web_sec2-leftbar.png); */
  width: 90px;
  height: 400px;
  position: relative;
  height: 100vh;
  background-position: 50% 98%;
  background-size: 35%;
  transition: 1s;
  transform: rotateY(0);
  margin-left: -15px;
  pointer-events: none;
  /* border:solid#f00; */
}

.left-icons.active {
  transition: 5s;
  transform: rotateY(720deg);
}

.box3-in > div:nth-of-type(2) {
  width: calc(100vw - 128px);
  margin: 0;
}

.left-icon-box {
  position: absolute;
  width: 60px;
  height: 350px;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: grid;
  justify-content: center;
  transition: 1s;
  opacity: 1;
  pointer-events: none;
}

.left-icon-box.active {
  transition: 1s;
  opacity: 0;
}

.left-icon-box-in {
  display: grid;
  justify-content: center;
  justify-items: center;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.5)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}

.left-icon-box-in-in {
  display: grid;
  justify-content: center;
  justify-items: center;
  /* border:solid #00F 1px; */
  height: 900px;
  /* animation: left-line-ani infinite 10s linear; */
  pointer-events: none;
}

.left-icon-box-in-in > div {
  height: calc(700px / 20);
  width: calc(700px / 20);
  margin: 5px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* animation:iconAni infinite */
}

@media screen and (max-width: 768px) {
  .left-icon-box-in-in {
    opacity: 0.5;
    /* animation: left-line-ani-mo infinite 10s linear; */
  }

  .box3-in > div:nth-of-type(2) {
    width: unset;
    margin: unset;
  }
}

.left-icon-box-in .left-icon-box-in-in img {
  height: calc(700px / 20);
  margin: 5px auto;
  cursor: pointer;
}

@keyframes left-line-ani {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes left-line-ani-mo {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  10% {
    transform: translateY(-90%);
    opacity: 0.5;
  }
  90% {
    transform: translateY(-10%);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

.box2-in {
  display: grid;
  /* grid-template-columns: 90px 1fr; */
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.box3-in {
  display: grid;
  grid-template-columns: 60px 90vw;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .box3-in {
    grid-template-columns: 0 100vw;
  }
  .hideOnMobile {
    display: none;
  }
}

.sec2-right-box {
  /* margin-left: -20px; */
  width: 100vw;
  /* border:solid #0f0; */
  display: grid;
  grid-template-rows: 350px 1fr;
  /* height: 100vh; */
}
.sec2-rt-box {
  padding-top: 50px;
}

.sec2-rb-box {
  display: grid;
  justify-items: center;
  justify-content: center;
  text-align: center;
}

.sec2-rt-box > div {
  display: grid;
  justify-content: flex-start;
}

.sec2-rt-box > div div {
  margin: 0;
  padding: 0;
}

.animated {
  margin-top: -15px;
  margin-bottom: -10px;
}

.narrated {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .animated {
    margin-top: 10px;
    margin-bottom: -5px;
  }
  .narrated {
    font-size: 1.2em;
  }
}

@keyframes dotLineAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes dotAni {
  0% {
    /* filter: blur(3px); */
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    /* filter: blur(0); */
    opacity: 1;
  }
}

@keyframes fontani {
  0% {
    /* filter: blur(20px); */
    opacity: 0;
  }
  30% {
    /* filter: blur(20px); */
    opacity: 1;
  }

  100% {
    opacity: 1;
    /* filter: blur(0); */
  }
}

@keyframes fontaniBack {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  70% {
    /* filter: blur(50px); */
    opacity: 1;
  }

  100% {
    opacity: 0;
    /* filter: blur(50); */
  }
}

.left-box div {
  clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 100%, 0 100%);
  /* box-shadow: -10px 0 15px #00000099; */
}

.right-box div {
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
  /* box-shadow: 10px 0 15px #00000099; */
}

.jp-font {
  position: absolute;
  display: grid;
  /* transition: 1s; */
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 20px;
}

.position-0 {
  transition: 1s;
  left: 150vw;
  bottom: 70vh;
}

.position-4 {
  transition: 1s;
  left: 75vw;
  bottom: 70vh;
}

.position-5 {
  transition: 1s;
  left: 85vw;
  bottom: 20vh;
}

.position-6 {
  transition: 1s;
  left: 65vw;
  bottom: 40vh;
}

@media screen and (max-width: 768px) {
  .jp-font > img {
    width: 80px;
  }

  .position-4 {
    transition: 1s;
    left: 72vw;
    bottom: 60vh;
  }

  .position-5 {
    transition: 1s;
    left: 65vw;
    bottom: 5vh;
  }
}

.sec3-bg {
  width: 100vw;
  height: 100vh;
  /* border: solid #0f0 3px; */
  position: absolute;
  display: grid;
  text-align: center;
  justify-items: center;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  perspective: (500px);

  /* transition: 0.9s; */
}

.sec3-bg img {
  max-height: 90vh;
  max-width: 150vh;
  margin: auto;
}

.point1 {
  width: 10px;
  height: 10px;
  background-color: #ffffff55;
  position: absolute;
  left: 20px;
  z-index: 9999;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.zoom1,
.zoom2,
.zoom3 {
  transform-origin: 0 50%;
  /* transform: scale(1); */
  transition: 1s;
  user-select: none;
}
.zoom1 {
  margin-left: 9vw;
  color: aqua;
}
.zoom2 {
  margin-left: 9vw;
  color: aqua;
}
.zoom3 {
  margin-left: 9vw;
  margin-top: 0vh;
}

.zoom1-s,
.zoom2-s {
  margin-left: 9vw;
  font-weight: 100;
  transition: 1s;
  max-width: 300px;
  transform-origin: 0% 0%;
  line-height: 1.1em;
  user-select: none;
  transition: 0.8s;
  transform-origin: 0% 0%;
  font-size: 1.2em;
}

.zoom1-s.active,
.zoom2-s.active {
  font-size: 1.8em;
  transition: 0.8s;
}

.zoom1-box,
.zoom2-box {
  max-width: 900px;
}

.zoom1-s.active,
.zoom2-s.active {
  font-size: 3.5em;
  transition: 0.5s;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .zoom1-s.active,
  .zoom2-s.active {
    font-size: 2em;
  }
}

/* .zoom1:hover,
.zoom2:hover {
  transform: scale(1.5);
  transition: 1s;
} */

.aim1 {
  width: 10px;
  height: 10px;
  clip-path: polygon(
    0 33%,
    33% 33%,
    33% 0,
    66% 0,
    66% 33%,
    100% 33%,
    100% 66%,
    66% 66%,
    66% 100%,
    33% 100%,
    33% 66%,
    0 66%
  );
  background-color: #fff;
  margin-left: 96vw;
}

/* =================================slide ================================================================================ */

.slide-box {
  width: calc(100vw - 150px);
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: -5vw;
  /* transform: scaleX(0.01%); */

  transition: 0.5s;
  /* z-index: 1000; */
}

@media screen and (max-width: 768px) {
  .slide-box {
    transform: scaleX(100%) !important;
  }
}

.go.active + .still .slide-box {
  transition: 0.8s;
  transition-delay: 0.4s;
  transform: scaleX(100%) !important;
}

.scene1-bg6 {
  display: grid;
  justify-content: center;
}

.text-light {
  font-size: 2em !important;
}

:root {
  --translate1: 0;
  --translate2: -70%;
  --translate3: -126%;
  --translate4: -178%;
  --translate5: -227%;
  --translate6: -272%;
  --translate7: 101%;

  --scale1: 1;
  --scale2: 0.95;
  --scale3: 0.9;
  --scale4: 0.85;
  --scale5: 0.8;
  --scale6: 0.75;
  --scale7: 0.7;

  --translateB1: 0;
  --translateB2: 70%;
  --translateB3: 126%;
  --translateB4: 178%;
  --translateB5: 227%;
  --translateB6: 272%;
  --translateB7: -101%;
  --imgMT: -13vw;
  --imgSZ: 13vw;
}

@media screen and (max-width: 1000px) {
  :root {
    --translate1: 0;
    --translate2: -20%;
    --translate3: -30%;
    --translate4: -35%;
    --translate5: -40%;
    --translate6: -45%;
    --translate7: 101%;

    --translateB1: 0;
    --translateB2: 20%;
    --translateB3: 30%;
    --translateB4: 35%;
    --translateB5: 40%;
    --translateB6: 45%;
    --translateB7: -101%;
    --imgMT: -33vw;
    --imgSZ: 33vw;
  }
}

.left-box,
.right-box {
  /* display: grid;
  grid-template-columns: repeat(6, 1fr); */
  padding: 0;
  margin: 0;
  overflow: hidden !important;
}

.left-box {
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: flex-end;
  justify-content: flex-end;
}

.right-box {
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: flex-start;
  justify-content: flex-start;
}

.img-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 20px; */
  position: relative;
  width: var(--imgSZ);
  height: var(--imgSZ);
  display: block;
  margin: auto;
  transition: 0.5s;
  z-index: 10;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.left-box > div:nth-of-type(1) {
  animation-name: imgAni1;
}
.left-box > div:nth-of-type(2) {
  animation-name: imgAni2;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(3) {
  animation-name: imgAni3;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(4) {
  animation-name: imgAni4;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(5) {
  animation-name: imgAni5;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(6) {
  animation-name: imgAni6;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(7) {
  animation-name: imgAni7;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(8) {
  animation-name: imgAni8;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(9) {
  animation-name: imgAni9;
  margin-top: var(--imgMT);
}
.left-box > div:nth-of-type(10) {
  animation-name: imgAni10;
  margin-top: var(--imgMT);
}

.right-box > div:nth-of-type(1) {
  animation-name: imgAni1B;
}
.right-box > div:nth-of-type(2) {
  animation-name: imgAni2B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(3) {
  animation-name: imgAni3B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(4) {
  animation-name: imgAni4B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(5) {
  animation-name: imgAni5B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(6) {
  animation-name: imgAni6B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(7) {
  animation-name: imgAni7B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(8) {
  animation-name: imgAni8B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(9) {
  animation-name: imgAni9B;
  margin-top: var(--imgMT);
}
.right-box > div:nth-of-type(10) {
  animation-name: imgAni10B;
  margin-top: var(--imgMT);
}

@keyframes imgAni1 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  20% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  30% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  40% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  50% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  60% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  70% {
  }
  80% {
  }
  90% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale7));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni2 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  20% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  30% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  40% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  50% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  60% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  70% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  80% {
  }
  90% {
  }
  95% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale7));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni3 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  20% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  40% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  50% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  60% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  70% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  80% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  90% {
  }
  95% {
  }
  96% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni4 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  40% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  50% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  60% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  70% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  80% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  90% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  100% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni5 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  40% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  50% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  60% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  70% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  80% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  90% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  100% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
}

@keyframes imgAni6 {
  0% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  10% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  20% {
    transform: translateX(var(--translate7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  50% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  60% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  70% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  80% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  90% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  100% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
}

@keyframes imgAni7 {
  0% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }

  10% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  20% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  30% {
    transform: translateX(var(--translate7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  60% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  70% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  80% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  90% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  100% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
}

@keyframes imgAni8 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
  10% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }

  20% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  30% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    transform: translateX(var(--translate7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  50% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  70% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  80% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  90% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  100% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }
}

@keyframes imgAni9 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
  10% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }

  20% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    opacity: 1;
    z-index: 16;
  }

  30% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  40% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  50% {
    transform: translateX(var(--translate7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  70% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  80% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  90% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
  100% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }
}

@keyframes imgAni10 {
  0% {
    opacity: 1;
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }

  10% {
    transform: translateX(var(--translate2)) scale(var(--scale2));
    z-index: 18;
  }

  20% {
    transform: translateX(var(--translate3)) scale(var(--scale3));
    z-index: 17;
  }

  30% {
    transform: translateX(var(--translate4)) scale(var(--scale4));
    opacity: 1;
    z-index: 16;
  }

  40% {
    transform: translateX(var(--translate5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  50% {
    transform: translateX(var(--translate6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  60% {
    transform: translateX(var(--translate7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  70% {
    opacity: 0;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  90% {
    opacity: 1;
    transform: translateX(var(--translate7)) scale(var(--scale1));
    z-index: 20;
  }
  100% {
    transform: translateX(var(--translate1)) scale(var(--scale1));
    z-index: 19;
  }
}

@keyframes imgAni1B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  20% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  30% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  40% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  50% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  60% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  70% {
  }
  80% {
  }
  90% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale7));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni2B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  20% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  30% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  40% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  50% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  60% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  70% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  80% {
  }
  90% {
  }
  95% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale7));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni3B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  20% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  40% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  50% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  60% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  70% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  80% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
  90% {
  }
  95% {
  }
  96% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 14;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni4B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  10% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  40% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  50% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  60% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  70% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  80% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  90% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  100% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 14;
  }
}

@keyframes imgAni5B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  30% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  40% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  50% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  60% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  70% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  80% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  90% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  100% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }
}

@keyframes imgAni6B {
  0% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
  10% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  20% {
    transform: translateX(var(--translateB7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  50% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  60% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  70% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  80% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  90% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
  100% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }
}

@keyframes imgAni7B {
  0% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }

  10% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  20% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  30% {
    transform: translateX(var(--translateB7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  60% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  70% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  80% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  90% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  100% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }
}

@keyframes imgAni8B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
  10% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    z-index: 16;
    opacity: 1;
  }

  20% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  30% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  40% {
    transform: translateX(var(--translateB7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  50% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  70% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  80% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  90% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  100% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }
}

@keyframes imgAni9B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
  10% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }

  20% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    opacity: 1;
    z-index: 16;
  }

  30% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  40% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  50% {
    transform: translateX(var(--translateB7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  70% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  80% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  90% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
  100% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }
}

@keyframes imgAni10B {
  0% {
    opacity: 1;
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }

  10% {
    transform: translateX(var(--translateB2)) scale(var(--scale2));
    z-index: 18;
  }

  20% {
    transform: translateX(var(--translateB3)) scale(var(--scale3));
    z-index: 17;
  }

  30% {
    transform: translateX(var(--translateB4)) scale(var(--scale4));
    opacity: 1;
    z-index: 16;
  }

  40% {
    transform: translateX(var(--translateB5)) scale(var(--scale5));
    opacity: 1;
    z-index: 15;
  }

  50% {
    transform: translateX(var(--translateB6)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  60% {
    transform: translateX(var(--translateB7)) scale(var(--scale6));
    opacity: 0;
    z-index: 14;
  }

  70% {
    opacity: 0;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  90% {
    opacity: 1;
    transform: translateX(var(--translateB7)) scale(var(--scale1));
    z-index: 20;
  }
  100% {
    transform: translateX(var(--translateB1)) scale(var(--scale1));
    z-index: 19;
  }
}

/* slide END */

.z002 {
  margin-left: 4vw !important;
  padding-bottom: 0;
  margin-top: 0vh;
}

@media screen and (max-width: 991px) {
  .top-bar-right {
    width: calc(100vw - 90px);
  }

  .top-left-line {
    width: 5vw;
    margin-left: 0;
  }

  .top-right-line {
    width: calc(100vw - 320px);
  }

  .dot-line-box span {
    width: 4px;
    height: 4px;
    margin: 3px 3px;
  }

  .position3 {
    right: 40px;
    bottom: 1vh;
    transform: rotateZ(-90deg);
  }

  .title0.size2,
  .titleA.size2 {
    font-size: 1.8em;
  }
}

.so-box {
  transition: 0.5s;
}

@media screen and (max-width: 654px) {
  .so-box {
    width: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(100vh - 240px);
    z-index: 900;
    transform: translateY(-160px);
    opacity: 1;
    transition: 0.5s;
  }

  .so-box.active {
    transition: 0.5s;
    /* opacity: 0.3; */
    transform: translateY(-60px);
  }

  .so-box.active img {
    transition: 0.5s;
    opacity: 0.3;
  }

  .so-box img {
    margin-bottom: 0px;
  }

  .top-left-line {
    width: 13vw;
    margin-left: 0;
    left: 5vw;
  }

  .left-line {
    left: 5vw;
  }

  .top-right-line {
    width: 13vw;
    right: 5vw;
  }

  .right-mask {
    display: block;
  }

  .right-line {
    right: 5vw;
    height: calc(100vh - 480px);
    transition: 0.3s;
  }
  .right-line.active {
    height: calc(100vh - 370px);
    transition: 0.5s;
  }

  .position1 {
    left: 6vw;
  }
  .position2 {
    right: 6vw;
  }
  .position3 {
    right: 6vw;
  }

  .title0,
  .titleA {
    font-size: 10.5vw;
  }

  .title0.size1,
  .titleA.size1 {
    font-size: 18vw;
  }

  .title0.size3,
  .titleA.size3 {
    font-size: 6vw;
  }

  .zoom1 + div,
  .zoom1-s {
    font-size: 0.8em;
    font-weight: 100;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .z002 {
    margin-left: 4vw !important;
    padding-bottom: 0;
    margin-top: 15px;
  }

  .dot-line-box span {
    width: 4px;
    height: 4px;
    margin: 3px 3px;
  }

  .position3 {
    right: 40px;
    bottom: 1vh;
    transform: rotateZ(-90deg);
  }

  .slide-box {
    width: calc(100vw - 100px);
    margin-left: -20px;
  }

  .icon-box img {
    margin-left: -20px;
  }

  .dot-box,
  .dot-line-box {
    opacity: 0.2;
  }
}

.business-circles {
  line-height: 1.2em;
  align-items: flex-start;
  align-content: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.business-circles > div > div,
.business-circles > div {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .business-circles {
    grid-template-columns: repeat(2, 1fr);
  }
}

.business-circles > div {
  width: 170px;
  margin: auto 3vw;
  margin-top: 3vh;
  display: grid;
  /* justify-content: flex-start; */
  justify-items: center;
  align-items: flex-start;
}

.business-circles > div > div {
  display: grid;
  justify-items: flex-start;
}

.business-circles .s-text {
  padding-top: 5px;
  margin: auto;
}
.business-circles .s-text span:nth-of-type(1) {
  margin-top: 10px;
}
.business-circles .s-text span:nth-of-type(2) {
  /* border:solid salmon 1px; */
  margin-top: -15px;
  line-height: 1.1em;
}

.business-circles .ml2 {
  font-size: 0.9em;
}

.business-circles .ml9 {
  font-size: 0.9em;
}

.business-circles > div > div:nth-of-type(1) {
  justify-items: center !important;
}

.business-circles > div > div img {
  margin-top: -95%;
  opacity: 0;
}

svg {
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  .business-circles svg,
  .business-circles > div > div img {
    transform: scale(0.8);
  }

  .business-circles .s-text span:nth-of-type(1) {
    margin-top: -8px;
  }

  .business-circles > div {
    width: 140px;
  }
}

.ccc {
  stroke-dasharray: 430; /*this is the totalLength*/
  stroke-dashoffset: 430; /*this will reduse the circle line and make a gap*/
  /* transition: stroke-dashoffset 1s ease; */
  transform-origin: 50% 50%;
}

.time-wrapper.active .ccc {
  animation: draw 2s ease forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0; /*now, reduse 0 so the circle will complate*/
  }
}

.time-wrapper.active + img {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.2s;
  transform: scale(0.7);
}

@media screen and (max-width: 768px) {
  .time-wrapper.active + img {
    transform: scale(0.4);
  }
  .ccc {
    transform: scale(0.8);
  }
}

.st0 {
  stroke-dasharray: 820; /*this is the totalLength*/
  stroke-dashoffset: 820; /*this will reduse the circle line and make a gap*/
  transition: stroke-dashoffset 1s ease;
  position: relative;
  z-index: 1;
}

.circle-s-box.active .circle-s path {
  animation: circle-s 2s ease forwards;
}

@keyframes circle-s {
  0% {
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0; /*now, reduse 0 so the circle will complate*/
  }
}

.found-uni {
  align-content: flex-start;
}

.found-uni img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .found-uni img {
    width: 70px;
  }

  .found-uni {
    font-size: 0.9em;
  }
  .still-box6 .titleA {
    margin-top: 50px;
  }
}

.found-line {
  height: 5vh;
}

.circle-s {
  transform: scale(0.8);
}

.helf-circle {
  width: calc(200px * 0.8 - 3px);
  height: calc(200px * 0.8 - 3px);
  margin-top: calc(-200px * 0.8 - 37px);
  margin-left: 1px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px #ffffff;
  transition: 0.2s;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.circle-s-box.active .helf-circle {
  transition: 3s;
  transition-delay: 1.5s;
  opacity: 1;
}

.helf-circle > div:nth-of-type(1) {
  background-color: #fff;
}

.helf-circle > div:nth-of-type(2) {
  background-color: #000;
}

.world-text-box {
  margin-left: 17vw;
}

.world-box {
  max-width: 800px;
  margin: auto;
}

.world.titleA {
  margin-top: 100px;
}

.world,
.ml9 {
  max-width: 600px;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .world,
  .ml9 {
    max-width: 65vw;
  }
}

.slide-uni-box {
  height: 100vh;
  width: 100vw;
  /* background-attachment: fixed; */
  background-position-y: 50%;
  background-position-x: 50%;
  background-size: 120%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
  transition: 0s;
  z-index: 2;
  /* transition: 0.8s; */
  /* ///smooth moving */
}

.slide-title {
  font-size: 5em;
  color: #eee;
  text-shadow: -1px -1px white, 2px 2px #333, 1px 1px 8px #000000aa;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .slide-title {
    font-size: 3em;
  }
}

.slide-content {
  font-size: 1.5em;
  color: #fff;
  /* text-shadow: -1px -1px white, 2px 2px #333, 1px 1px 8px #000000aa; */
  text-shadow: 2px 2px 5px #000000bb;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .slide-content {
    font-size: 1.2em;
    max-width: 80vw;
  }
}

.slide-uni-boxB {
  height: 70vh;
  width: 50vw;
  margin: auto;
  /* background-attachment: fixed; */
  background-position-y: 50%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.slide-uni-boxC {
  height: 100vh;
  width: 100vw;
  /* background-attachment: fixed; */
  background-position-y: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.super-slide-out-box {
  position: relative;
}

.super-slide-box {
  /* overflow: hidden; */
  display: inline-flex;
  position: relative;
  width: 1000vw;
  height: 100vh;
  transition: 0.8s;
  /* transform:translateX(-20%);  */
}

.super-slide-box.active {
  transition: 0s !important;
}

.slide-out {
  width: 100vw;
  height: 100vh;
  position: relative;
  /* top: 0;
  left: 0; */
  z-index: 1;
  /* transition: 0.8s; */
}

.super-slide-in {
  text-align: right;
  width: 100%;
  pointer-events: none;
  user-select: none;
  transition: 0.8s;
  position: relative;
  z-index: 1;
}

.super-slide-in.left-man {
  transform: translateX(-100%);
  transition: 0.8s;
}

.super-slide-in.right-man {
  transform: translateX(100%);
  transition: 0.8s;
}

.slide-text-box {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 50vw;
  top: 70vh;
  transition: 0.8s;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  /* margin-top:-50vh */
}
.slide-arrows {
  width: 100vw;
  height: 10vh;
  position: absolute;
  z-index: 3;
  top: 50vh;
}
.slide-arrow-left,
.slide-arrow-right {
  position: absolute;
  cursor: pointer;
}

.slide-arrow-left {
  top: 50vh;
  left: 2vw;
  right: unset;
  animation: arrow-left-ani infinite 1s;
}
.slide-arrow-right {
  top: 50vh;
  right: 2vw;
  animation: arrow-right-ani infinite 1s;
}
@keyframes arrow-left-ani {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-right-ani {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-arrow-left img,
.slide-arrow-right img {
  width: 4vw;
}
@media screen and (max-width: 768px) {
  .slide-arrow-left img,
  .slide-arrow-right img,
  .slide-arrow-left,
  .slide-arrow-right {
    width: 8vw;
  }
}

.super-slide-in img {
  max-height: 80vh;
  /* margin:auto */
}

.super-slide-inB img {
  max-height: 60vh;
}

@media screen and (max-width: 768px) {
  .jp-font {
    display: none;
    opacity: 0;
  }

  .slide-uni-box,
  .slide-uni-boxB {
    background-size: 200%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .super-slide-inB img,
  .super-slide-inC img {
    max-width: 70vw;
  }

  .super-slide-in img {
    max-width: 80vw;
    max-height: 70vh;
  }
  .super-slide-in {
    text-align: center;
  }

  .slide-text-box {
    left: 10vw;
    top: 90vh;
  }

  .slide-uni-boxB {
    height: 50vh;
    width: 100vw;
    margin: auto;
    /* background-attachment: fixed; */
    background-position-y: 50%;
    /* background-size: 120%; */
    background-repeat: no-repeat;
  }
}

.carouselb {
  max-height: 45vh !important;
}

.carouselb-item {
  cursor: e-resize;
  min-height: 45vh;
}
.carouselb-item img {
  max-height: 45vh;
  max-width: 45vh;
}

@media screen and (min-width: 768px) {
  .fund-bottom-content {
    display: grid;
    grid-template-columns: 40% 1fr;
    margin-left: -100px;
  }
  .circle-s-box {
    width: 200px;
  }
}

.fund-bottom-content > div:nth-of-type(2) {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  width: 100%;
}

.slide-nav {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 20px;
  width: 100vw;
  height: 30vh;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-image: linear-gradient(180deg, #00000000 0%, #000000ff 70%);
}

.slide-shadow-top {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 20px;
  width: 100vw;
  height: 30vh;
  position: absolute;
  z-index: 0;
  top: 0;
  background-image: linear-gradient(0deg, #00000000 0%, #000000ff 70%);
}

.slide-nav img {
  width: 40px;
  margin: auto 10px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slide-nav {
    display: grid;
    grid-template-columns: 30px 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 150px;
    margin: auto;
    /* left: calc(30vw / 2); */
    left: 0;
  }

  .slide-nav img {
    width: 30px;
    margin: 3px 5px;
  }
}
.slide-nav-btn {
  transition: 0s;
  filter: brightness(0.6);
}
.slide-nav-btn.active {
  transition: 0.5s;
  transform: scale(1.3) rotateY(360deg);
  filter: brightness(1);
}

.still-box8 .ml2 {
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: -10px;
}
.still-box8 .ml9 {
  font-size: 1em;
  line-height: 1.4em;
  max-width: unset;
}

.faq-text-box {
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .faq-text-box {
    max-width: calc(100vw - 70px);
  }
}

.still-box8 {
  height: auto;
}

.still-box6,
.still-box5 {
  min-height: unset !important;
  padding-top: 100px;
}

.slide-uni-box.ch1 {
  background-image: url(../img/world/slidebg_bg1.jpg);
}
.slide-uni-box.ch2 {
  background-image: url(../img/world/slidebg_bg2.jpg);
}
.slide-uni-box.ch3 {
  background-image: url(../img/world/slidebg_bg3.jpg);
}
.slide-uni-box.ch4 {
  background-image: url(../img/world/slidebg_bg4.jpg);
}
.slide-uni-box.ch5 {
  background-image: url(../img/world/slidebg_bg5.jpg);
}
.slide-uni-box.ch6 {
  background-image: url(../img/world/slidebg_bg6.jpg);
}
.slide-uni-box.ch7 {
  background-image: url(../img/world/slidebg_bg7.jpg);
}
.slide-uni-box.ch8 {
  background-image: url(../img/world/slidebg_bg8.jpg);
}
.slide-uni-box.ch9 {
  background-image: url(../img/world/slidebg_bg9.jpg);
}
.slide-uni-box.ch10 {
  background-image: url(../img/world/slidebg_bg10.jpg);
}

@media screen and (max-width: 1000px) {
  .slide-uni-box.ch1 {
    background-image: url(../img/world/mo/slidebg_mobg1.jpg);
  }
  .slide-uni-box.ch2 {
    background-image: url(../img/world/mo/slidebg_mobg2.jpg);
  }
  .slide-uni-box.ch3 {
    background-image: url(../img/world/mo/slidebg_mobg3.jpg);
  }
  .slide-uni-box.ch4 {
    background-image: url(../img/world/mo/slidebg_mobg4.jpg);
  }
  .slide-uni-box.ch5 {
    background-image: url(../img/world/mo/slidebg_mobg5.jpg);
  }
  .slide-uni-box.ch6 {
    background-image: url(../img/world/mo/slidebg_mobg6.jpg);
  }
  .slide-uni-box.ch7 {
    background-image: url(../img/world/mo/slidebg_mobg7.jpg);
  }
  .slide-uni-box.ch8 {
    background-image: url(../img/world/mo/slidebg_mobg8.jpg);
  }
  .slide-uni-box.ch9 {
    background-image: url(../img/world/mo/slidebg_mobg9.jpg);
  }
  .slide-uni-box.ch10 {
    background-image: url(../img/world/mo/slidebg_mobg10.jpg);
  }
}

.main-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  animation: mapAni 1 0.8s forwards linear;
  animation-play-state: paused;
  user-select: none;
}
.main-map img {
  max-width: 90vw;
  height: 90vh;
  margin: auto;
}

.ch2 img {
  max-width: 70vw;
  max-height: 60vh;
}
.ch5 img {
  max-width: 70vw;
  max-height: 60vh;
}
.ch6 img,
.ch9 img,
.ch10 img,
.ch3 img,
.ch4 img {
  max-width: 75vw;
  max-height: 65vh;
}
.ch7 img {
  max-width: 80vw;
  max-height: 70vh;
}
.ch8 img {
  max-width: 70vw;
  max-height: 60vh;
}

@keyframes mapAni {
  0% {
    transform: scale(5);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  /* 80% {
    
    transform: scale(0.9);
  }
  90% {
    
    transform: scale(0.9);
  }
  94% {
    transform: scale(0.9) skew(15deg, 0);;
  }
  98% {
    
    transform: scale(0.9)skew(-15deg, 0);;
  } */
  100% {
    transform: scale(0.9) skew(0, 0);
  }
}

@media screen and (max-width: 1000px) {
  .main-map {
    margin-top: 10vh;
  }
  .main-map img {
    max-width: 70vw;
    height: unset;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .main-map {
    margin-top: 2vh;
  }
  .main-map img {
    max-width: 100vw;
    height: unset;
    margin: auto;
  }

  .ch2 img {
    max-width: 60vw;
    max-height: 50vh;
  }
  .ch5 img {
    max-width: 65vw;
    max-height: 55vh;
  }
  .ch6 img,
  .ch9 img,
  .ch10 img,
  .ch3 img,
  .ch4 img {
    max-width: 70vw;
    max-height: 60vh;
  }
  .ch8 img {
    max-width: 60vw;
    max-height: 50vh;
  }
}

.team-item .ml2 {
  font-size: 0.9em;
}

.team-item .ml9 {
  font-size: 0.8em;
}

.video-mo {
  width: 100vw;
  height: 75vw;
  padding: 0;
  margin: 0;
}

.q2-box img {
  width: 100%;
}

.join-title {
  font-size: 8.5vw;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: left;
}

.join-title.zh {
  font-size: 4.5vw;
}

.join-title.jp {
  font-size: 3.3vw;
}

.join-subtitle {
  font-size: 3.4vw;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .join-text {
    margin-top: 20px;
  }
  .join-title {
    font-size: 20vw;
    line-height: 0.8em;
    text-transform: uppercase;
    text-align: left;
  }

  .join-title.zh {
    font-size: 14vw;
  }

  .join-title.jp {
    font-size: 9vw;
  }
  .join-subtitle {
    font-size: 8vw;
    line-height: 0.8em;
    text-transform: uppercase;
    text-align: left;
  }
}

.join-content div {
  margin-top: 12px;
}

.join-content a {
  color: aqua;
}

.join-btn {
  font-size: 1.8em;
  border-radius: 10px;
  width: 140px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(../img/web_join-btn.png);
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  margin-left: -20px;
  padding: auto;
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .join-btn {
    padding-top: 4px;
  }
}

/** Chrominum */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .join-btn {
    padding-top: 4px;
  }
}

/** Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .join-btn {
    padding-top: 19px;
  }
}

.join-btn:hover {
  background-image: url(../img/web_hover_join-btn.png);
  color: aqua;
}

.joinus-box {
  margin-top: 200px;
  margin-bottom: 100px;
}

.team-small-text {
  text-transform: uppercase;
}
.mint-btn {
  background-image: url(../img/minBg1.png);
  background-size: cover;
  background-position: center center;
  width: 200px;
  height: 65px;
  position: absolute;
  right: 30vw;
  bottom: 10vh;
  cursor: pointer;
  font-size: 1.8em;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: aqua;
  padding: auto;
  user-select: none;
  /* display: none; */
}

.mint-btn div {
  margin: auto;
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .mint-btn {
    padding-top: 4px;
  }
}

/** Chrominum */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .mint-btn {
    padding-top: 4px;
  }
}

/** Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .mint-btn {
    padding-top: 20px;
  }
}

.mint-btn:hover {
  background-image: url(../img/minBg2.png);
  color: aqua;
}

@media screen and (max-width: 768px) {
  .mint-btn {
    right: calc(50vw - 100px);
    bottom: 15vh;
  }
}

.fab-title {
  margin-top: 80px;
}

:root {
  --fbboxH: calc(18vw + 25px);
  --fbimgW: 18vw;
  --fbMargin: 3px;
}

.fb-box {
  width: 100vw;
  height: var(--fbboxH);
  position: absolute;
  bottom: 0;
}

.fables-box {
  display: flex;
  padding-top: 25px;
  position: absolute;
  bottom: 0;
  cursor: e-resize;
  z-index: 0;
}

.fables-shadow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100vw;
  /* border: solid salmon 3px; */
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 7%,
    rgba(0, 0, 0, 0) 93%,
    rgba(0, 0, 0, 1) 100%
  );
  user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .fables-shadow {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 15%,
      rgba(0, 0, 0, 0) 85%,
      rgba(0, 0, 0, 1) 100%
    );
  }
}
