@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

body, html {
  margin: 0px;
  width: 100%;
  padding: 0px;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  font-family: 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
}

.clearFix {
  clear: both;
  float: none !important;
}

.hide {
  display: none;
}

.noScroll {
  overflow: hidden;
}

.cage {
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.flexC {
  display: flex;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.animate {
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

input, textarea, select {
  border: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  font-size: 0.85rem;
  padding: 15px 15px;
  letter-spacing: 1px;
  border-style: solid;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #cccccc;
}
input :focus, textarea :focus, select :focus {
  outline: none;
  outline-style: none;
  outline-color: transparent;
}

a {
  text-decoration: none;
}

.checkbox {
  margin: 0 15px 25px 0;
  display: inline-block;
}
.checkbox [type=checkbox]:not(:checked),
.checkbox [type=checkbox]:checked {
  left: -9999px;
  position: absolute;
}
.checkbox [type=checkbox]:not(:checked) + label,
.checkbox [type=checkbox]:checked + label {
  color: #818181;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-size: 0.8rem;
}
.checkbox [type=checkbox]:not(:checked) + label:before,
.checkbox [type=checkbox]:checked + label:before {
  left: 0;
  top: 0;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  border: 1px solid #cccccc;
}
.checkbox [type=checkbox]:not(:checked) + label:after,
.checkbox [type=checkbox]:checked + label:after {
  left: 0;
  top: -2px;
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: url("../img/check.png");
}
.checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@font-face {
  font-family: "PlusJakartaSans";
  src: url("../img/fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../img/fonts/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../img/fonts/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
img {
  width: 100%;
}

a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

span.line {
  display: inline-block;
}

span.sp {
  display: inline !important;
}
@media only screen and (max-width: 400px) {
  span.sp {
    display: inline-block !important;
  }
}

.pc {
  display: block;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

body, html {
  font-family: "NotoSansJP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
  font-weight: 300;
}

h2, .h2 {
  font-size: 37px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 10px;
}

h3, .h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

p {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
}

#cavasHolder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cavasHolder canvas {
  display: block;
  width: 100%;
  height: 100%;
}

#LogoSticky {
  position: fixed;
  top: 30px;
  left: 40px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 500px) {
  #LogoSticky {
    top: 20px;
    left: 20px;
  }
}
#LogoSticky img {
  width: 102px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1380px) {
  #LogoSticky img {
    background-color: #FFFFFF;
  }
}

#NavBlock {
  top: 30px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  position: fixed;
}
@media only screen and (max-width: 500px) {
  #NavBlock {
    top: 20px;
    right: 20px;
  }
}
#NavBlock .mobileMenu {
  width: 40px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media only screen and (max-width: 1380px) {
  #NavBlock .mobileMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#NavBlock .mobileMenu .bar {
  width: 100%;
  height: 1.5px;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#NavBlock .navItem {
  font-size: 11px;
  line-height: 21px;
  text-align: right;
}
@media only screen and (max-width: 1380px) {
  #NavBlock .navItem {
    display: none;
  }
}
#NavBlock .navItem a {
  color: #1f1c1d;
  padding: 0px 8px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}
#NavBlock .navItem a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1f1c1d;
  position: absolute;
  bottom: 0;
  right: -100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
#NavBlock .navItem a:hover {
  color: #FFFFFF;
  opacity: 1 !important;
}
#NavBlock .navItem a:hover::after {
  right: 0;
}

#mobileHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  background-color: #1f1c1d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
}
#mobileHeader.show {
  max-height: 2000px;
  pointer-events: auto;
}
#mobileHeader.show img.close {
  opacity: 1;
}
#mobileHeader .spacer {
  width: 100vw;
  height: 100vh;
  padding: 50px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mobileHeader img.close {
  top: 20px;
  right: 20px;
  width: 27px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  z-index: 102;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobileHeader .links {
  margin-bottom: 60px;
}
#mobileHeader .links .navItem {
  margin-bottom: 13px;
}
#mobileHeader .links .navItem a {
  color: #FFFFFF;
  font-size: 20px;
}
#mobileHeader .footer {
  font-size: 10px;
  letter-spacing: 2px;
}
#mobileHeader .footer img {
  max-width: 167px;
  display: block;
  margin-bottom: 20px;
}
#mobileHeader .footer .footerLinks a {
  color: #FFFFFF;
}
#mobileHeader .footer .footerLinks a:hover {
  text-decoration: underline;
}
#mobileHeader .footer .fp {
  display: block;
  line-height: 21px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#mobileHeader .footer .fp span {
  display: block;
}

#wrapper {
  z-index: 1;
  position: relative;
  padding: 0 4px;
}

#contentCage {
  padding: 0 20px;
  background-color: #1f1c1d;
  max-width: 1096px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleBlock {
  width: 100%;
  text-align: center;
  padding: 160px 0 140px;
}
.titleBlock .title {
  margin-bottom: 65px;
}
.titleBlock .discription {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 6px;
  border-radius: 999px;
  border: 1px solid #FFFFFF;
  padding: 15px 75px;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.titleBlock .discription span {
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.titleBlock .discription.show span {
  -webkit-animation: rotateX3Times 1s ease-in-out forwards;
          animation: rotateX3Times 1s ease-in-out forwards;
}
@media only screen and (max-width: 620px) {
  .titleBlock .discription {
    padding: 15px 30px;
    min-wdith: 400px;
  }
}

.contentBlock {
  width: 100%;
  max-width: 840px;
}

#videoBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#videoBG video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#KV {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
#KV .kvInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1f1c1d;
  max-width: 816px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
#KV .kvInner h1.kvTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  letter-spacing: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#KV .kvInner h1.kvTitle .main {
  margin-bottom: 40px;
  line-height: 1.6;
}
#KV .kvInner h1.kvTitle .main span {
  display: inline-block;
}
#KV .kvInner h1.kvTitle img {
  width: 100%;
  max-width: 500px;
}
#KV .kvInner h1.kvTitle .dash {
  height: 1px;
  width: 300px;
  background-color: white;
}
#KV .kvInner .discription {
  font-weight: 300;
  font-size: 11px;
  font-family: "PlusJakartaSans", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  line-height: 3;
}
#KV .kvInner .discription span {
  display: block;
}
@media only screen and (max-width: 450px) {
  #KV .kvInner .discription span {
    display: inline;
  }
}
#KV .breaker {
  width: 0.8px;
  height: 280px;
  background-color: #1f1c1d;
  position: relative;
  margin-top: -100px;
  margin-bottom: 132px;
}
#KV .breaker::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #1f1c1d;
  -webkit-animation: breakerMove 3s ease-in-out infinite;
          animation: breakerMove 3s ease-in-out infinite;
}
#KV .subDiscription {
  color: #1f1c1d;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 234px;
  font-family: "NotoSansJP", sans-serif;
  text-align: center;
}
#KV .subDiscription span {
  display: inline-block;
}

#What {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#What h2.title span {
  display: inline-block;
}
#What .block2 {
  width: 100%;
  max-width: 840px;
}
#What .block2 h3.h3 {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFFFFF;
}
#What .block2 p {
  margin-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  #What .block2 p {
    text-align: left;
  }
}
#What .block2 p span {
  display: block;
}
@media only screen and (max-width: 640px) {
  #What .block2 p span {
    display: inline;
  }
}
#What .block2 p span.highlight {
  display: inline-block;
  color: #1f1c1d;
  padding: 0px 7px;
  background-color: #41f973;
}
#What .block2 .calloutBox {
  color: #1f1c1d;
  margin: 0 auto;
  font-size: 12px;
  max-width: 640px;
  font-weight: 300;
  padding: 10px 0;
  letter-spacing: 2px;
  border-radius: 999px;
  color: #41f973;
}
#What .block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  font-size: 26px;
  color: #41f973;
  padding: 230px 20px 160px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#What .block3 span {
  display: block;
  background-color: #1f1c1d;
  position: relative;
}
#What .block3 span:nth-child(1)::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#What .block3 span:nth-child(2)::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#What .block3 span:nth-child(3)::after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#What .block3 span:nth-child(4)::after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#What .block3 span:nth-child(5)::after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#What .block3 span.first {
  margin-left: 30px;
}
#What .block3 span.first::before {
  content: "";
  display: block;
  width: 1px;
  height: 139%;
  background-color: #41f973;
  position: absolute;
  top: 105%;
  left: calc(50% - 1px);
}
#What .block3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 272px;
  background-color: #41f973;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#What .block3 span.top::after {
  top: 15px;
}
#What .block3.show span::after {
  width: 0;
}
#What .block3 span.top {
  margin-top: -15px;
}
#What .block4 .content {
  margin-bottom: 190px;
}
#What .block4 .content span.block {
  display: block;
}
#What .block5 .contentTitle {
  width: 100%;
  display: block;
  font-size: 19px;
  color: #41f973;
  font-weight: 300;
  border: 1px solid #41f973;
  padding: 14px 20px 16px;
  border-radius: 999px;
  margin-bottom: 64px;
}
#What .block5 .imageBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 620px) {
  #What .block5 .imageBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#What .block5 .imageBlock img {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 620px) {
  #What .block5 .imageBlock img {
    width: 100%;
  }
  #What .block5 .imageBlock img.pc {
    display: none;
  }
}
#What .block5 .imageBlock img.sp {
  display: none;
}
@media only screen and (max-width: 620px) {
  #What .block5 .imageBlock img.sp {
    display: block;
  }
}
#What .block5 p {
  margin-bottom: 50px;
}

#AIFail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#AIFail .failBlock {
  width: 100%;
  padding: 50px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid #00baef;
}
@media only screen and (max-width: 620px) {
  #AIFail .failBlock {
    padding: 30px 20px;
  }
}
#AIFail .failBlock .header {
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  #AIFail .failBlock .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#AIFail .failBlock .header .titleSection {
  width: 47%;
  color: #00baef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 980px) {
  #AIFail .failBlock .header .titleSection {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
#AIFail .failBlock .header .titleSection .title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 13px;
}
#AIFail .failBlock .header .titleSection .title .icon {
  width: 40px;
}
#AIFail .failBlock .header .titleSection .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  letter-spacing: 2px;
  font-family: "PlusJakartaSans", sans-serif;
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}
@media only screen and (max-width: 980px) {
  #AIFail .failBlock .header .titleSection .number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#AIFail .failBlock .header .titleSection .number .no {
  font-size: 87px;
  line-height: 87px;
}
#AIFail .failBlock .header .titleSection .number .percent {
  font-size: 38px;
  line-height: 87px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
#AIFail .failBlock .header .titleSection p {
  font-size: 15px;
  line-height: 1.4;
}
#AIFail .failBlock .header .content {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 980px) {
  #AIFail .failBlock .header .content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 620px) {
  #AIFail .failBlock .header .content {
    text-align: left;
  }
}
#AIFail .failBlock .header .content .title {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 4px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
#AIFail .failBlock .header .content .list.blue {
  letter-spacing: 3px;
}
#AIFail .failBlock .header .content .list.blue::before {
  content: "●";
  color: #00baef;
}
#AIFail .failBlock .footer {
  width: 100%;
  color: #1f1c1d;
  font-size: 19px;
  line-height: 1;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 4px;
  padding: 10px 20px;
  border-radius: 999px;
  background-color: #00baef;
}
#AIFail .block1 {
  text-align: center;
  margin-bottom: 90px;
  max-width: 480px;
}
#AIFail .block1 p {
  display: block;
}
#AIFail .block1 p.pop {
  font-size: 21px;
  color: #00baef;
  letter-spacing: 3px;
}
#AIFail .breaker {
  width: 0.5px;
  height: 50px;
  background-color: #00baef;
}
#AIFail .block4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 470px;
  aspect-ratio: 1/1;
  position: relative;
}
#AIFail .block4 p {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}
#AIFail .block4 .title {
  font-size: 21px;
  color: #00baef;
  letter-spacing: 6px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
#AIFail .block4 .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: spinClockwise 20s linear infinite;
          animation: spinClockwise 20s linear infinite;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#AIFail .block4 .spinner img {
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 3s ease-in-out infinite;
          animation: pulse 3s ease-in-out infinite;
}

#Structure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Structure .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Structure .block1 .title {
  font-weight: 300;
  color: #ff59fc;
  margin-bottom: 40px;
}
#Structure .block1 p {
  width: 100%;
  font-size: 12px;
  max-width: 540px;
  text-align: left;
  display: block;
  margin: 0 auto;
  letter-spacing: 2px;
}
#Structure .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  overflow: hidden;
}
#Structure .block2 img {
  width: 100%;
  max-width: 545px;
}
@media only screen and (max-width: 620px) {
  #Structure .block2 img {
    max-width: 999px;
  }
}
#Structure .block2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1f1c1d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Structure .block2.show::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#Structure .block3 {
  margin-top: -70px;
  margin-bottom: 227px;
}
@media only screen and (max-width: 620px) {
  #Structure .block3 {
    margin-top: -30px;
  }
}
#Structure .block3 .card {
  max-width: 410px;
  background-color: #ff59fc;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 620px) {
  #Structure .block3 .card {
    margin: 0 auto;
  }
}
#Structure .block3 .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff59fc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Structure .block3 .card.show::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#Structure .block3 .card .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Structure .block3 .card .header .content {
  padding: 57px 0 0 57px;
}
@media only screen and (max-width: 460px) {
  #Structure .block3 .card .header .content {
    padding: 20px 0 0 20px;
  }
}
#Structure .block3 .card .header .content .coy {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
#Structure .block3 .card .header .content .name.en {
  color: #1f1c1d;
  font-size: 30px;
  line-height: 1.1;
  font-family: "PlusJakartaSans", sans-serif;
  margin-bottom: 10px;
}
#Structure .block3 .card .header .content .name.jp {
  color: #1f1c1d;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 26px;
}
#Structure .block3 .card .header .content .role {
  color: #1f1c1d;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: "PlusJakartaSans", sans-serif;
}
#Structure .block3 .card .header .content .role span {
  color: #FFFFFF;
}
#Structure .block3 .card .header img {
  display: block;
  max-width: 180px;
}
@media only screen and (max-width: 460px) {
  #Structure .block3 .card .header img {
    max-width: 150px;
  }
}
#Structure .block3 .card .footer p {
  color: #1f1c1d;
  line-height: 1.9;
  letter-spacing: 2px;
  text-align: left;
  padding: 70px 57px;
}
@media only screen and (max-width: 460px) {
  #Structure .block3 .card .footer p {
    padding: 20px 20px;
  }
}
#Structure .block4 {
  margin-bottom: 57px;
}
#Structure .block4 .header {
  position: relative;
}
#Structure .block4 .header img {
  max-width: 484px;
  margin: 0 auto;
}
#Structure .block4 .header img.title {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 148px;
  opacity: 0;
}
#Structure .block4 .header img.title.show {
  -webkit-animation: spinZoomFade 0.5s ease-out forwards;
          animation: spinZoomFade 0.5s ease-out forwards;
}
#Structure .block4 .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 770px) {
  #Structure .block4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#Structure .block4 .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 50px 0;
}
#Structure .block4 .content .block .coyName {
  font-size: 11px;
  margin-bottom: 30px;
}
#Structure .block4 .content .block .logo {
  width: auto;
  height: 43px;
  margin-bottom: 52px;
}
#Structure .block4 .content .block .tagBlock {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
#Structure .block4 .content .block .tagBlock .tag {
  font-size: 11px;
  width: 200px;
  color: #ff59fc;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 2px;
  display: inline-block;
  border: 1px solid #ff59fc;
}
#Structure .block4 .content .block p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 30px;
}
#Structure .block4 .content .block p.fp {
  color: #ff59fc;
  margin-bottom: 0;
}
#Structure .block4 .content .breakLine {
  top: 50px;
  left: 50%;
  width: 0.5px;
  position: absolute;
  height: calc(100% - 100px);
}
@media only screen and (max-width: 770px) {
  #Structure .block4 .content .breakLine {
    position: relative;
    height: 40px;
    width: 1px;
    top: 0;
    left: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#Structure .block4 .content .breakLine .bar {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ff59fc;
}
#Structure .block4 .content .breakLine .bar::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #ff59fc;
  -webkit-animation: breakerMove 3s ease-in-out infinite;
          animation: breakerMove 3s ease-in-out infinite;
}
#Structure .block4 .footer img {
  max-width: 484px;
  margin: 0 auto;
}
#Structure .block5 h3.h3.title {
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: 50px;
}
#Structure .block5 .cardHolder {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(252px, 1fr));
  row-gap: 35px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
#Structure .block5 .cardHolder .card {
  text-align: left;
  width: 100%;
}
#Structure .block5 .cardHolder .card img {
  margin-bottom: 20px;
}
#Structure .block5 .cardHolder .card .coyName {
  font-size: 15px;
  color: #ff59fc;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
#Structure .block5 .cardHolder .card .name {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 40px;
}
#Structure .block5 .cardHolder .card .message {
  color: #ff59fc;
  font-size: 14px;
  border-bottom: 1px solid #ff59fc;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
#Structure .block5 .cardHolder .card p {
  font-size: 12.5px;
}
@media only screen and (max-width: 515px) {
  #Structure .block5 .cardHolder .card p br.sp {
    display: none;
  }
}

#Why {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Why h3.h3.title {
  color: #ffff00;
  font-weight: 300;
  margin-bottom: 70px;
}
#Why .block1, #Why .block2, #Why .block3 {
  margin-bottom: 155px;
  max-width: 580px;
}
@media only screen and (max-width: 500px) {
  #Why .block1, #Why .block2, #Why .block3 {
    margin-bottom: 120px;
  }
}
#Why .block1 .imgBlock, #Why .block2 .imgBlock, #Why .block3 .imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 700px) {
  #Why .block1 .imgBlock, #Why .block2 .imgBlock, #Why .block3 .imgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  #Why .block1 .imgBlock .arrow, #Why .block2 .imgBlock .arrow, #Why .block3 .imgBlock .arrow {
    rotate: 90deg;
  }
}
#Why .block1 .imgBlock .imgHolder, #Why .block2 .imgBlock .imgHolder, #Why .block3 .imgBlock .imgHolder {
  width: 100%;
  position: relative;
}
#Why .block1 .imgBlock .arrow, #Why .block2 .imgBlock .arrow, #Why .block3 .imgBlock .arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#Why .block1 .imgBlock .circleBlock, #Why .block2 .imgBlock .circleBlock, #Why .block3 .imgBlock .circleBlock {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 224px;
  top: 49.5%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
  #Why .block1 .imgBlock .circleBlock, #Why .block2 .imgBlock .circleBlock, #Why .block3 .imgBlock .circleBlock {
    max-width: 282px;
  }
}
#Why .block1 .imgBlock .circleGlow, #Why .block2 .imgBlock .circleGlow, #Why .block3 .imgBlock .circleGlow {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 49%;
  left: 50%;
  background: linear-gradient(45deg, transparent, transparent 40%, yellow), linear-gradient(#262626, #141414);
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
#Why .block1 .imgBlock .circleGlow:before, #Why .block1 .imgBlock .circleGlow:after, #Why .block2 .imgBlock .circleGlow:before, #Why .block2 .imgBlock .circleGlow:after, #Why .block3 .imgBlock .circleGlow:before, #Why .block3 .imgBlock .circleGlow:after {
  content: " ";
  position: absolute;
  inset: 2%;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#262626));
  background: linear-gradient(#161616, #262626);
  border-radius: inherit;
}
#Why .block1 .imgBlock .circleGlow:before, #Why .block2 .imgBlock .circleGlow:before, #Why .block3 .imgBlock .circleGlow:before {
  background: linear-gradient(45deg, transparent, transparent 40%, yellow);
  filter: blur(16px);
  -webkit-filter: blur(16px);
}
#Why .block1 .contentText, #Why .block2 .contentText, #Why .block3 .contentText {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  #Why .block1 .contentText, #Why .block2 .contentText, #Why .block3 .contentText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#Why .block1 .contentText .block, #Why .block2 .contentText .block, #Why .block3 .contentText .block {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  #Why .block1 .contentText .block, #Why .block2 .contentText .block, #Why .block3 .contentText .block {
    width: 100%;
  }
  #Why .block1 .contentText .block:first-child, #Why .block2 .contentText .block:first-child, #Why .block3 .contentText .block:first-child {
    margin-bottom: 20px;
  }
}
#Why .block1 .contentText .block .title, #Why .block2 .contentText .block .title, #Why .block3 .contentText .block .title {
  font-size: 28px;
  line-height: 1.4;
}
#Why .block1 .contentText .block .title span, #Why .block2 .contentText .block .title span, #Why .block3 .contentText .block .title span {
  display: block;
}
#Why .block1 .contentText .block .title .smallText, #Why .block2 .contentText .block .title .smallText, #Why .block3 .contentText .block .title .smallText {
  font-size: 18px;
  margin-bottom: 8px;
}
#Why .block1 .contentText .block .title .numbers, #Why .block2 .contentText .block .title .numbers, #Why .block3 .contentText .block .title .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#Why .block1 .contentText .block .title.col, #Why .block2 .contentText .block .title.col, #Why .block3 .contentText .block .title.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Why .block1 .contentText .block .number, #Why .block2 .contentText .block .number, #Why .block3 .contentText .block .number {
  font-size: 32px;
  display: block;
  font-family: "PlusJakartaSans", sans-serif;
}
#Why .block1 .contentText .block p, #Why .block2 .contentText .block p, #Why .block3 .contentText .block p {
  font-size: 12px;
}
#Why .block4 {
  overflow-x: auto;
}
#Why .block4 table {
  min-width: 500px;
  font-size: 16px;
  width: 100%;
  text-align: left;
}
#Why .block4 table thead tr th {
  padding: 15px 0;
  text-align: center;
}
#Why .block4 table thead tr th:nth-child(3) {
  color: #ffff00;
}
#Why .block4 table tbody tr td {
  padding: 15px 0;
  border-bottom: 1px solid #646464;
}
#Why .block4 table tbody tr td:first-child {
  color: #969696;
}
#Why .block4 table tbody tr td:nth-child(2), #Why .block4 table tbody tr td:nth-child(3) {
  text-align: center;
}
#Why .block4 table tbody tr td:nth-child(2) span, #Why .block4 table tbody tr td:nth-child(3) span {
  max-width: 400px;
  display: inline-block;
  background-color: #ffff00;
  color: #1f1c1d;
  width: 100%;
  border-radius: 999px;
}

#Service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Service h3.h3.title {
  color: #64dcb4;
  font-weight: 300;
  margin-bottom: 90px;
}
#Service .displayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-bottom: 130px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #Service .displayBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }
}
#Service .displayBlock:last-child {
  margin-bottom: 0;
}
#Service .displayBlock .imgBlock {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 750px) {
  #Service .displayBlock .imgBlock {
    margin: 0 auto;
    max-width: 240px;
  }
}
#Service .displayBlock .imgBlock .block {
  top: 49%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 999px;
  aspect-ratio: 1/1;
  padding: 15px;
  -webkit-box-shadow: 0 0 25px 0 rgb(0, 0, 0);
          box-shadow: 0 0 25px 0 rgb(0, 0, 0);
}
#Service .displayBlock .imgBlock img.bg {
  top: 50%;
  left: 50%;
  z-index: 0;
  position: relative;
  -webkit-animation: spinClockwise 20s linear infinite;
          animation: spinClockwise 20s linear infinite;
}
#Service .displayBlock .contentText {
  width: 100%;
  text-align: left;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#Service .displayBlock .contentText h4.title {
  font-weight: 600;
  letter-spacing: 2px;
}
#Service .displayBlock .contentText .section .title {
  color: #1f1c1d;
  padding: 6px 25px 8px;
  border-radius: 10px;
  background-color: #64dcb4;
  margin-bottom: 12px;
  gap: 10px;
  line-height: 1.4;
}
#Service .displayBlock .contentText .section p {
  line-height: 2;
}

#CaseStudies {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 180px;
}
#CaseStudies h3.h3.title {
  color: #ff59fc;
  font-weight: 300;
  margin-bottom: 90px;
}
#CaseStudies .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#CaseStudies .block1 .block {
  width: 50%;
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .block {
    width: 100%;
  }
}
#CaseStudies .block1 .nevToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#CaseStudies .block1 .nevToggle .toggleNev {
  font-size: 13px;
  text-align: left;
  color: #ff59fc;
  border: 1px solid #ff59fc;
  padding: 3px 15px;
  width: 65%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  background-color: #1f1c1d;
  margin-bottom: 20px;
}
#CaseStudies .block1 .nevToggle .toggleNev:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .nevToggle .toggleNev {
    width: 100%;
  }
  #CaseStudies .block1 .nevToggle .toggleNev::after {
    content: "";
    display: block;
    top: 42%;
    right: 10px;
    position: absolute;
    width: 15px;
    height: 8px;
    background-size: cover;
    background-image: url("../img/dropDownArrow-Pink.svg");
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#CaseStudies .block1 .nevToggle .toggleNev .arrow {
  top: 50%;
  left: 35%;
  width: 35%;
  height: 0.5px;
  position: absolute;
  background-color: #ff59fc;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  will-change: left, transform;
}
#CaseStudies .block1 .nevToggle .toggleNev .arrow::after {
  content: "";
  top: -14px;
  right: 0%;
  width: 15px;
  height: 30px;
  position: absolute;
  background-image: url("../img/arrow.svg");
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .nevToggle .toggleNev .arrow {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .nevToggle .toggleNev.active {
    margin-bottom: 5px;
  }
  #CaseStudies .block1 .nevToggle .toggleNev.active::after {
    content: "";
    rotate: 180deg;
    background-image: url("../img/dropDownArrow.svg");
  }
}
#CaseStudies .block1 .nevToggle .toggleNev.active .arrow {
  opacity: 1;
  -webkit-animation: arrowMove 1s ease-in-out forwards;
          animation: arrowMove 1s ease-in-out forwards;
}
#CaseStudies .block1 .nevToggle .toggleNev.active, #CaseStudies .block1 .nevToggle .toggleNev:hover {
  background-color: #ff59fc;
  color: #1f1c1d;
}
#CaseStudies .block1 .card {
  width: 50%;
  color: #1f1c1d;
  letter-spacing: 1px;
  background-color: #ff59fc;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .card {
    position: relative;
    width: 100%;
    left: 0;
    max-height: 0;
  }
}
#CaseStudies .block1 .card.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 1500px;
}
@media only screen and (max-width: 770px) {
  #CaseStudies .block1 .card.active {
    margin-bottom: 20px;
  }
}
#CaseStudies .block1 .card .spacingHolder {
  padding: 25px 25px 45px;
}
#CaseStudies .block1 .card .spacingHolder .subTitle {
  width: 160px;
  display: inline-block;
  font-size: 11px;
  color: #ff59fc;
  background-color: #1f1c1d;
  padding: 4px 15px;
  border-radius: 999px;
  margin-bottom: 5px;
}
#CaseStudies .block1 .card .spacingHolder .title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}
#CaseStudies .block1 .card .spacingHolder .sectionTitle {
  color: #ff59fc;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
#CaseStudies .block1 .card .spacingHolder .sectionTitle span {
  display: block;
  font-size: 10px;
}
#CaseStudies .block1 .card .spacingHolder > p {
  margin-bottom: 30px;
  line-height: 1.5;
}
#CaseStudies .block1 .card .spacingHolder .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  #CaseStudies .block1 .card .spacingHolder .col2 {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#CaseStudies .block1 .card .spacingHolder .col2:last-child {
  margin-bottom: 0;
}
#CaseStudies .block1 .card .spacingHolder .col2 .tag {
  width: 108px;
  font-size: 11px;
  color: #ff59fc;
  background-color: #1f1c1d;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 2px;
  border-radius: 999px;
}
#CaseStudies .block1 .card .spacingHolder .col2 p {
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.5;
}
#CaseStudies .block1 .card .spacingHolder .col2 .listBlock {
  text-align: left;
  width: 100%;
}
#CaseStudies .block1 .card .spacingHolder .col2 .listBlock .list {
  position: relative;
  padding-left: 19px;
}
#CaseStudies .block1 .card .spacingHolder .col2 .listBlock .list::before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 770px) {
  #CaseStudies .contentToggle {
    display: none;
  }
}
#CaseStudies .contentToggle .card.placeholder {
  opacity: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  position: relative;
  width: 100%;
}

#FAQ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#FAQ .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 580px) {
  #FAQ .block1 {
    padding: 0 18px;
  }
}
#FAQ .block1 .listBlock {
  width: 100%;
  color: #1f1c1d;
  font-size: 15px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  background-color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}
#FAQ .block1 .listBlock img {
  top: 27px;
  right: -7px;
  width: 38px;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#FAQ .block1 .listBlock .headerQuestion {
  width: 100%;
  padding: 15px 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 580px) {
  #FAQ .block1 .listBlock .headerQuestion {
    text-align: left;
    padding-right: 68px;
  }
}
#FAQ .block1 .listBlock .content {
  max-height: 0;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#FAQ .block1 .listBlock .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1f1c1d;
  position: absolute;
  top: 0;
  left: 0;
}
#FAQ .block1 .listBlock .content p {
  display: block;
  margin: 0 auto;
  padding: 40px 15px;
}
@media only screen and (max-width: 580px) {
  #FAQ .block1 .listBlock .content p {
    text-align: left;
  }
}
#FAQ .block1 .listBlock.active img {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
#FAQ .block1 .listBlock.active .content {
  max-height: 800px;
}
#FAQ .block2 {
  color: #1f1c1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
@media only screen and (max-width: 580px) {
  #FAQ .block2 {
    padding: 0 18px;
  }
}
#FAQ .block2 h2.h2.title {
  font-size: 27px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 580px) {
  #FAQ .block2 h2.h2.title {
    margin-bottom: 40px;
  }
}
#FAQ .block2 p {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 4px;
}

#GetInTouch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 810px) {
  #GetInTouch {
    padding: 0 18px;
  }
}
#GetInTouch .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#GetInTouch .block1 .headerTitle {
  width: 100%;
  text-align: center;
  color: #1f1c1d;
}
#GetInTouch .block1 .headerTitle h2.h2.title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 43px;
  margin-bottom: 40px;
}
#GetInTouch .block1 .headerTitle .discription {
  margin-bottom: 160px;
}
@media only screen and (max-width: 810px) {
  #GetInTouch .block1 .headerTitle .discription {
    margin-bottom: 100px;
  }
}
#GetInTouch .formBlock {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#GetInTouch .formBlock .formGroup {
  color: #1f1c1d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #FFFFFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 810px) {
  #GetInTouch .formBlock .formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
  }
}
#GetInTouch .formBlock .formGroup label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  width: 200px;
  text-align: left;
}
#GetInTouch .formBlock .formGroup .inputBlock {
  position: relative;
  width: calc(100% - 210px);
}
@media only screen and (max-width: 810px) {
  #GetInTouch .formBlock .formGroup .inputBlock {
    width: 100%;
  }
}
#GetInTouch .formBlock .formGroup .inputBlock input, #GetInTouch .formBlock .formGroup .inputBlock select, #GetInTouch .formBlock .formGroup .inputBlock textarea {
  width: 100%;
  padding: 23px 15px;
  background-color: transparent;
  font-size: 14px;
  font-family: "NotoSansJP", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: none !important;
}
#GetInTouch .formBlock .formGroup .inputBlock input::-webkit-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock select::-webkit-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock input::-moz-placeholder, #GetInTouch .formBlock .formGroup .inputBlock select::-moz-placeholder, #GetInTouch .formBlock .formGroup .inputBlock textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock input:-ms-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock select:-ms-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock input::-ms-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock select::-ms-input-placeholder, #GetInTouch .formBlock .formGroup .inputBlock textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock input::placeholder, #GetInTouch .formBlock .formGroup .inputBlock select::placeholder, #GetInTouch .formBlock .formGroup .inputBlock textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock select {
  cursor: pointer;
  color: #1f1c1d;
}
#GetInTouch .formBlock .formGroup .inputBlock select:invalid {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock select option {
  background-color: #1f1c1d;
  color: #FFFFFF;
}
#GetInTouch .formBlock .formGroup .inputBlock select option[value=""] {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock select option:not([value=""]) {
  color: rgba(0, 0, 0, 0.4);
}
#GetInTouch .formBlock .formGroup .inputBlock textarea {
  resize: vertical;
  min-height: 120px;
}
#GetInTouch .formBlock .formGroup .inputBlock .errorMessage {
  display: inline-block;
  color: #ff4444;
  font-size: 12px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
#GetInTouch .formBlock .formGroup .inputBlock.hasError input, #GetInTouch .formBlock .formGroup .inputBlock.hasError select, #GetInTouch .formBlock .formGroup .inputBlock.hasError textarea {
  border-color: #ff4444;
}
#GetInTouch .formBlock .formGroup.textBlock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#GetInTouch .formBlock .formGroup.textBlock label {
  margin-top: 20px;
}
#GetInTouch .formBlock .formGroup.recaptcha {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  border: 0px !important;
  padding-top: 20px;
  position: relative;
  min-height: 80px;
}
#GetInTouch .formBlock .formGroup.recaptcha .recaptcha-badge-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 810px) {
  #GetInTouch .formBlock .formGroup.recaptcha {
    margin-bottom: 80px;
  }
}

.thankYouMessage {
  width: 100%;
}

.grecaptcha-badge {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  top: auto !important;
  left: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  margin: 0 auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  pointer-events: auto !important;
}
.grecaptcha-badge:hover {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.grecaptcha-badge *, .grecaptcha-badge *::before, .grecaptcha-badge *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  position: relative !important;
}
.grecaptcha-badge iframe {
  position: relative !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.successMessage {
  display: none;
  color: #41f973;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(65, 249, 115, 0.1);
  border: 1px solid #41f973;
  border-radius: 4px;
  text-align: center;
}

.formError {
  display: none;
  color: #ff4444;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(255, 68, 68, 0.1);
  border: 1px solid #ff4444;
  border-radius: 4px;
  text-align: center;
}

.submitBtn {
  border: none;
  width: 235px;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  padding: 15px 30px;
  border-radius: 999px;
  letter-spacing: 2px;
  display: inline-block;
  background-color: #323232;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  margin-top: 20px;
  margin-bottom: 300px;
  position: relative;
}
.submitBtn:hover {
  background-color: #1f1c1d;
}
.submitBtn:hover img {
  animation: bounceRightLeft 0.6s ease-in-out infinite;
  -webkit-animation: bounceRightLeft 0.6s ease-in-out infinite;
  -moz-animation: bounceRightLeft 0.6s ease-in-out infinite;
  -ms-animation: bounceRightLeft 0.6s ease-in-out infinite;
}
.submitBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.submitBtn img {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.thankYouMessage {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 300px;
  text-align: center;
  color: #1f1c1d;
  display: none;
}
.thankYouMessage .messageContent .title {
  font-size: 42px;
  letter-spacing: 4px;
  margin-bottom: 30px;
  font-family: "PlusJakartaSans", sans-serif;
}
.thankYouMessage .messageContent .message {
  font-size: 16px;
  letter-spacing: 2px;
}

footer {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1f1c1d;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 950px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
footer p {
  margin: 0;
}
footer .addressBlock {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 580px) {
  footer .addressBlock {
    margin-bottom: 10px;
  }
}
footer .cw {
  font-size: 10px;
  color: #1f1c1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
footer .cw a {
  color: #1f1c1d;
}
footer .cw a:hover {
  text-decoration: underline;
}
footer .cw span.breaker {
  opacity: 0.4;
}

@-webkit-keyframes breakerMove {
  0% {
    top: -2px;
  }
  100% {
    top: 100%;
  }
}

@keyframes breakerMove {
  0% {
    top: -2px;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    left: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrowMove {
  0% {
    left: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bounceRightLeft {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(-8px);
            transform: translateY(-50%) translateX(-8px);
  }
  75% {
    -webkit-transform: translateY(-50%) translateX(-4px);
            transform: translateY(-50%) translateX(-4px);
  }
}
@keyframes bounceRightLeft {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(-8px);
            transform: translateY(-50%) translateX(-8px);
  }
  75% {
    -webkit-transform: translateY(-50%) translateX(-4px);
            transform: translateY(-50%) translateX(-4px);
  }
}
@-webkit-keyframes spinClockwise {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinClockwise {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
}
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes spinZoomFade {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.5);
            transform: translateX(-50%) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg) scale(1);
            transform: translateX(-50%) rotate(360deg) scale(1);
    opacity: 1;
  }
}
@keyframes spinZoomFade {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.5);
            transform: translateX(-50%) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg) scale(1);
            transform: translateX(-50%) rotate(360deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotateX3Times {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes rotateX3Times {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}