@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #111111;
  animation: pulsate 3s ease-in-out;
}

@keyframes pulsate {
  0% {
    background: white;
  }
  100% {
    background: black;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vid {
  position: fixed;
  left: 0rem;
  right: 0rem;
  bottom: 0;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#top-menu li.active a {
  border-top: 3px solid #333;
  color: #333;
}
.nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 320px;
  min-height: 100rem;
  background-color: #333333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.w3-top {
  display: none;
}
.slideInLeft {
  animation-duration: 1s;
  animation-delay: 5s;
}
.nav__list {
  display: flex;
  margin-top: 5rem;
  flex-flow: column wrap;
  height: 60vh;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav__list {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav__item {
  position: relative;
  height: 60px;
  margin-top: 30px;
}
.nav-element {
  float: right;
  padding: 30px;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.3;
}
.nav-about {
  opacity: 1;
}
.nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  font-size: 24px;
  background: #ffff;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav__link:hover {
  background: #ffff;
}

.error {
  color: red;
}

.burger {
  height: 15vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #333333;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.burger img {
  max-width: 150px;
  padding: 5px;
  margin-right: 12rem;
}
.burger__patty {
  position: relative;
  height: 2px;
  width: 40px;
  background: white;
}
.burger__patty:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty,
.burger__patty:before,
.burger__patty:after {
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.burger--active .burger__patty {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.burger--active .burger__patty:before {
  -webkit-transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
  transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
}
.burger--active .burger__patty:after {
  -webkit-transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
  transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
}
@media (max-width: 640px) {
  .burger {
    height: 10vh;
  }
  .burger__patty {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .burger--active .burger__patty {
    -webkit-transform: scale(0.8) rotate(90deg);
    transform: scale(0.8) rotate(90deg);
  }
}
.b-yellow {
  animation-duration: 1s;
  animation-delay: 5.8s;
  animation-fill-mode: both;
}

.panel {
  height: 100vh;
  margin-left: 20rem;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.panel__wrapper {
  padding: 7vh 7vw;
  padding-right: 150px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.form-top-message {
  color: #ffff;
}

.b-blue {
  width: 100%;
  margin-left: 12rem;
}

.panel__headline {
  font-weight: 700;
  opacity: 0.8;
  font-size: 48px;
  margin: 0 0 25px 0;
}

.panel p:last-child {
  margin-bottom: 0;
}
.panel__block {
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}
.first-sec-img {
  display: inline-block;
  width: 105rem;
  margin-left: 25rem;
  margin-top: -1rem;
}
.zero-image {
  max-width: 11rem;
  max-height: 25rem;
  margin-bottom: 57rem;
  animation-duration: 0.8s;
  animation-delay: 5s;
  animation-fill-mode: both;
}
.arrow-image {
  max-width: 4rem;
  max-height: 4rem;
  margin-bottom: 56rem;
  margin-left: 5rem;
  animation-duration: 0.8s;
  animation-delay: 5.3s;
  animation-fill-mode: both;
}
.hundred-image {
  width: 60rem;
  height: 25rem;
  margin-bottom: 45rem;
  margin-left: 5rem;
  margin-right: -5rem;
  animation-duration: 1s;
  animation-delay: 5.8s;
  animation-fill-mode: both;
}

.panel__headline_one {
  color: #ffff;
  font-weight: 500;
  font-size: 70px;
  margin: 0px 0 20px 0;
  line-height: 1.8;
}
.first-sec-text {
  margin-left: 26.5rem;
  margin-top: -45rem;
  color: #fff;
  max-width: 800px;
  font-size: 16px;
  animation-duration: 1s;
  animation-delay: 6.1s;
  animation-fill-mode: both;
}
.first-sec-text-two {
  margin-left: 26.5rem;
  margin-top: 6rem;
  color: #fff;
  max-width: 800px;
  font-size: 14px;
  font-weight: bold;
  animation-duration: 1s;
  animation-delay: 6.1s;
  animation-fill-mode: both;
}
.first-sec-text-two-text {
  margin-left: 26.5rem;
  margin-top: 1rem;
  color: #fff;
  max-width: 800px;
  font-size: 14px;
  animation-duration: 1s;
  animation-delay: 6.1s;
  animation-fill-mode: both;
}
.news-line {
  display: inline-block;
  width: 350px;
  border-bottom: 1.5px solid #fff;
  line-height: 0;
  margin-bottom: 6px;
}
.first-sec-button {
  margin-left: 26.5rem;
  cursor: pointer;
  margin-top: 2rem;
  color: #fff;
  border: 1px solid white;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  background-color: transparent;
  padding: 15px 50px;
  outline: none;
  animation-duration: 0.7s;
  animation-delay: 6.1s;
  animation-fill-mode: both;
}
.about-link {
  color: #fff;
  text-decoration: none;
}
.about-link {
  color: #001f3f;
}
.first-sec-button:hover {
  color: #001f3f;
  background-color: #fff;
}
.third-sec-images {
  display: inline-block;
  width: 100%;
  margin-left: 8rem;
  margin-top: -1rem;
}
.works-title-sp {
  display: none;
}
.slider-title-sp {
  display: none;
}
.third-sec-img {
  max-width: 22rem;
  max-height: 20rem;
  margin: 1rem;
  transition: transform 0.4s;
  opacity: 0.6;
}
.third-sec-img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.panel__content button {
  margin-top: 75px;
  transition: all 0.5s ease;
  color: #fff;
  border: 1px solid white;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  background-color: transparent;
  padding: 15px 50px;
  outline: none;
}
.panel__content button:hover {
  color: #001f3f;
  background-color: #fff;
}

.card-button {
  margin-top: 75px;
  margin-right: 300px;
  transition: all 0.5s ease;
  color: #fff;
  border: 1px solid white;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  background-color: transparent;
  padding: 15px 50px;
  outline: none;
}
.card-button:hover {
  color: #001f3f;
  background-color: #fff;
}

.panel__wrapper_two {
  width: 80rem;
  padding-right: 30px;
  padding-left: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.panel__headline_four {
  color: #fff;
  font-weight: 500;
  font-size: 60px;
  margin: 0;
  line-height: 1.8;
}
.panel__content_four p {
  color: #ffff;
  font-size: 20px;
  margin: 0px 0 20px 0;
  line-height: 1.5;
}
.panel__wrapper_four {
  padding: 7vh 2vw;
  width: 60rem;
  margin-left: -10rem;
  padding-right: 30px;
  padding-left: 120px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.panel__content_four button {
  margin-top: 30px;
  transition: all 0.5s ease;
  color: #000;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  background-color: transparent;
  padding: 15px 70px;
  outline: none;
  background-color: #fff;
}
.panel__content_four button:hover {
  color: #fff;
  background-color: #000;
}
.b-green {
}

.form {
  padding: 20px 0px;
  display: table-caption;
}
label {
  color: #fff;
}
.form textarea {
  padding: 10px 10px;
  color: #ffff;
  width: 30.5rem;
  margin: 5px 0;
  border: none;
  border: 1px solid #fff;
  background: transparent;
}
.form input {
  padding: 10px 10px;
  color: #ffff;
  width: 30.5rem;
  margin: 5px 0;
  border: none;
  border: 1px solid #fff;
  background: transparent;
}
::placeholder {
  color: grey;
  font-size: 15px;
}
.language {
  margin-right: 20px;
}
.language p {
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
  text-align: center;
  float: right;
  padding-right: 30px;
  color: #fff;
}
.language p a {
  text-decoration: none;
}
.language-sp {
  float: left;
  margin-left: 1.7rem;
}
.language-sp p a {
  text-decoration: none;
}
.footer {
  margin-top: 5rem;
}
.footer p {
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}

.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageTitle sup {
  font-size: 0.6em;
  color: #333;
}
.well {
  padding: 3%;
  margin: 20px auto;
  border: none;
  text-align: center;
}
.well p {
  font-weight: 300;
}
.content p {
  font-weight: 300;
}
.secondRow {
  margin-top: -1.4%;
}
.content h3.cardTitle {
  margin-top: 0%;
}
.content {
  padding: 4%;
  font-weight: 100;
  text-align: left;
  font-weight: bold;
}
.first-img-sec-sp {
  display: none;
}
.contact-image {
  position: absolute;
  left: 30rem;
  top: 18rem;
}
.english-img {
  top: 19rem;
}

.footer-sp {
  display: none;
}

@media all and (max-width: 1550px) {
  .first-sec-img {
    width: 81rem;
    margin-left: 9rem;
  }
  .arrow-image {
    margin-bottom: 57rem;
  }
  .hundred-image {
    width: 60rem;
    height: 25rem;
    margin-bottom: 46rem;
  }
  .zero-image {
    margin-bottom: 56rem;
  }
  .first-sec-text {
    margin-left: 10rem;
    margin-top: -50rem;
  }
  .first-sec-button {
    margin-left: 10rem;
  }
  .first-sec-text-two {
    margin-left: 10rem;
  }
  .first-sec-text-two-text {
    margin-left: 10rem;
  }
  .panel {
    height: auto;
  }
  .panel__wrapper_three {
    margin-top: 10rem;
    margin-left: -6rem;
    width: 100%;
  }
}
@media all and (max-width: 1500px) {
  .panel__wrapper_three {
    margin-top: 8rem;
    margin-left: -8rem;
    width: 80%;
  }
}
@media all and (max-width: 1400px) {
  .first-sec-img {
    width: 82rem;
    margin-left: 15rem;
  }
  .arrow-image {
    margin-bottom: 61rem;
  }
  .hundred-image {
    width: 60rem;
    height: 25rem;
    margin-bottom: 50rem;
  }
  .zero-image {
    margin-bottom: 62rem;
  }
  .first-sec-text {
    margin-left: 17rem;
    margin-top: -55rem;
  }
  .first-sec-button {
    margin-left: 17rem;
  }
  .first-sec-text-two {
    margin-left: 17rem;
  }
  .first-sec-text-two-text {
    margin-left: 17rem;
  }
  .panel__wrapper_two {
    width: 55rem;
    margin-top: 3rem;
  }
  .panel__wrapper_three {
    margin-top: 8rem;
    margin-left: -5rem;
    width: 100%;
  }
  .b-yellow {
    margin-left: 16rem;
    z-index: 0;
    animation-duration: 1s;
    animation-delay: 5.8s;
    animation-fill-mode: both;
  }
  .panel {
    height: auto;
  }
  .panel__wrapper_four {
    padding: 7vh 2vw;
    width: 100%;
    margin-left: 5rem;
  }
}

@media all and (max-width: 1280px) {
  .first-sec-img {
    width: 90rem;
    margin-left: 27rem;
  }
  .first-sec-text {
    margin-left: 28rem;
    margin-top: -55rem;
  }
  .first-sec-button {
    margin-left: 28rem;
  }
  .first-sec-text-two {
    margin-left: 28rem;
  }
  .first-sec-text-two-text {
    margin-left: 28rem;
  }
  .b-yellow {
    margin-left: 22rem;
    animation-duration: 1s;
    animation-delay: 5.8s;
    animation-fill-mode: both;
  }
  .third-sec-images {
    margin-left: 9rem;
  }
  .panel__wrapper_four {
    margin-left: 6rem;
  }
  .news-line {
    width: 350px;
  }
  .nav {
    min-height: 110rem;
  }
}

@media all and (max-width: 1150px) {
  .slideInLeft {
    display: none;
  }
  /* .loading-video {
    display: none;
  } */
  .w3-top {
    display: block;
  }
  .panel {
    margin-left: -6rem;
    width: 130%;
  }
  .first-sec-img {
    width: 120%;
    margin-top: 2rem;
    margin-left: 2rem;
  }
  .hundred-image {
    width: 60rem;
    animation-delay: 1.6s;
    margin-top: 2rem;
  }
  .zero-image {
    margin-bottom: 60rem;
    animation-delay: 1s;
  }
  .arrow-image {
    animation-delay: 1.2s;
  }
  .first-sec-text {
    margin-left: 3rem;
    animation-delay: 1.3s;
  }
  .first-sec-button {
    margin-left: 3rem;
    animation-delay: 1.3s;
  }
  .first-sec-text-two {
    margin-left: 3rem;
    animation-delay: 1.3s;
  }
  .first-sec-text-two-text {
    margin-left: 3rem;
    animation-delay: 1.3s;
  }
  .panel__wrapper_two {
    width: 100%;
    margin-right: 2rem;
    margin-left: 3.5rem;
    margin-bottom: 3rem;
  }
  .panel {
    height: auto;
  }
  .panel__wrapper_three {
    margin-top: 3rem;
    width: 80%;
    margin-left: -0rem;
  }
  .panel__wrapper_four {
    padding: 2rem;
    width: 100%;
    margin-left: 10rem;
  }
  .sp-logo-img {
    height: 25px;
    width: 100px;
    margin-left: -10px;
  }
  .contact-image {
    position: absolute;
    left: 20rem;
    top: 18rem;
  }
}
@media all and (max-width: 990px) {
  .panel__wrapper_two {
    width: 75%;
    margin-left: -9rem;
  }
  .footer-sp {
    display: block;
    text-align: center;
  }
  .footer-sp p {
    color: #ffff;
    font-size: 13.5px;
    margin: 5rem 0;
    margin-left: -5rem;
  }
  .b-yellow {
    animation-duration: 1s;
    animation-delay: 5.8s;
    animation-fill-mode: both;
  }
}
@media all and (max-width: 910px) {
  .slideInLeft {
    display: none;
  }
  .zero-image {
    margin-bottom: 60rem;
  }
  .panel {
    margin-left: -2rem;
    width: 130%;
  }
  .first-sec-img {
    width: 140%;
  }
  .panel {
    height: auto;
  }
  .panel__wrapper_two {
    width: 70%;
    margin-left: -15rem;
    padding-right: 0;
    padding-left: 0;
    margin-top: -5rem;
  }
  .panel__wrapper_three {
    margin-top: -2rem;
    width: 80%;
    margin-left: -16rem;
  }
  .slider-title-sp {
    display: block;
    margin-left: 3rem;
  }
  .third-sec-images {
    margin-left: 5rem;
  }
  .works-title-sp {
    display: block;
  }
  .panel__wrapper_four {
    margin-left: 5rem;
  }
  .b-yellow {
    animation-duration: 1s;
    animation-delay: 5.8s;
    animation-fill-mode: both;
  }
}
@media all and (max-width: 710px) {
  .first-sec-img {
    display: none;
  }
  .contact-image {
    display: none;
  }
  .first-img-sec-sp {
    display: block;
    margin-top: 7rem;
  }
  .first-img-sp {
    height: auto;
    width: 100%;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
  }
  .first-sec-text {
    margin-top: 2rem;
    font-size: 20px;
    margin-left: 1rem;
  }
  .first-sec-text-two {
    font-size: 16px;
    margin-top: 3rem;
    margin-left: 1rem;
  }
  .news-line {
    width: 340px;
    height: 2px;
  }
  .panel__wrapper {
    padding: 0 0 0 2.5rem;
    width: 100%;
  }
  .first-sec-button {
    font-size: 12px;
    margin-left: 1rem;
  }
  .first-sec-text-two-text {
    font-size: 12px;
    margin-left: 1rem;
  }
  .panel {
    height: auto;
  }
  .panel__wrapper_two {
    width: 78%;
    margin-top: 3rem;
    margin-left: -8.2rem;
  }
  .panel__wrapper_three {
    margin-top: 3rem;
    width: 80%;
    margin-left: -18rem;
  }
  .slider-title-sp {
    display: block;
    margin-left: 4.1rem;
  }
  .works-title-sp {
    margin-left: -2.5rem;
  }
  .third-sec-images {
    margin-left: 11rem;
  }
  .panel__wrapper_four {
    margin-left: 7rem;
  }
  .form textarea {
    width: 27rem;
  }
  .form input {
    padding: 10px;
    width: 27rem;
  }
  .news-line-slider {
    width: 350px;
  }
  .works-line {
    width: 360px;
  }
  .panel__content_four p {
    color: #ffff;
    font-size: 18px;
    margin: 0px 40px 20px 0;
    line-height: 1.5;
    width: 23rem;
  }
  .b-yellow {
    animation-duration: 1s;
    animation-delay: 5.8s;
    animation-fill-mode: both;
  }
}
@media all and (max-width: 550px) {
  .panel__wrapper_four {
    margin-left: 2.3rem;
  }
  .footer-sp {
    display: block;
    text-align: left;
  }
  .footer-sp p {
    color: #ffff;
    font-size: 13.5px;
    margin: 3rem 0;
    margin-left: 2.8rem;
  }
  .third-sec-img {
    opacity: 1;
  }
}
@media all and (max-width: 415px) {
  .panel__wrapper_two {
    margin-top: 0.5rem;
    margin-left: -0.5rem;
    width: 100%;
  }
  .panel__wrapper_three {
    margin-top: -1.6rem;
    width: 100%;
    margin-left: -17.5rem;
  }
  .form input {
    padding: 10px;
    width: 27rem;
  }
  .form textarea {
    width: 27rem;
  }
  .form {
    padding: 0;
  }
  .third-sec-img {
    min-width: 27.5rem;
    margin-left: -1.7rem;
  }
  .sp-logo-img {
    height: 25px;
    width: 100px;
    margin-left: -10px;
  }
  .works-title-sp {
    margin-left: -3rem;
  }
  .third-sec-images {
    margin-left: 15.5rem;
  }
}
@media all and (max-width: 375px) {
  .third-sec-img {
    min-width: 27.5rem;
    margin-left: -3.2rem;
  }
}

/* Ghaith Animation Start */

/* MAIN CENTERED DIV */

.kuro-main {
  font-family: "Helvetica";
  font-size: 64px;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: Bold;
  text-align: center;
  z-index: 99;
}

.kuro-wrapper {
  display: flex;
}

.numbers-letters {
  letter-spacing: 28px;
  overflow: hidden;
  height: 70px;
}

.numbers-letters div {
  margin-bottom: 50px;
}

/* Animation starting with FFFFFF to 111111 */

.kuro-animation {
  animation: numbers-letters-animation 2s linear;
  color: #f0efe9;
  letter-spacing: 32px;
}

@keyframes numbers-letters-animation {
  0% {
    margin-top: -1600px;
  }
  100% {
    margin-top: 0;
  }
}

.two-numbers {
  color: #fcfcfa;
}

.three-numbers {
  color: #fafaf8;
}

.four-numbers {
  color: #f9f9f6;
}

.five-numbers {
  color: #f7f7f4;
}

.six-numbers {
  color: #f5f5f1;
}

.seven-numbers {
  color: #f3f2ed;
}

.eight-numbers {
  color: #f0efe9;
}

.nine-numbers {
  color: #ecebe4;
}

.A-letters {
  color: #4b4b49;
  letter-spacing: 20px;
}

.B-letters {
  color: #3c3c3a;
  letter-spacing: 20px;
}

.C-letters {
  color: #30302e;
  letter-spacing: 20px;
}

.D-letters {
  color: #262625;
  letter-spacing: 20px;
}

.E-letters {
  color: #1e1e1e;
  letter-spacing: 23px;
}

.F-letters {
  color: black;
  letter-spacing: 26px;
}

/* Hashtag animation */

.kuro-hashtag {
  letter-spacing: 28px;
  animation: hashtag-animation 8s forwards;
}

@keyframes hashtag-animation {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}

/* Zeros animation  */

.zeros h1 {
  position: relative;
  display: inline-block;
  font-size: 64px;
  letter-spacing: 30px;
  float: left;
  font-family: "Helvetica";
  font-weight: Bold;
  color: #111111;
}

.zeros h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: white;
  overflow: hidden;
  animation: zeros-kuro-animation 0.5s linear;
}

/* KURO animation  */

.kuro-letters {
  width: 400px;
  fill: #a9aaaa;
  animation: fake;
}

@keyframes fake {
}

.kuro-letters h1 {
  position: relative;
  display: inline-block;
  color: #c6c6c6;
  font-family: "system-ui";
  font-size: 64px;
  font-weight: 900;
}

.kuro-letters h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #111111;
  overflow: hidden;
  animation: zeros-kuro-animation 0.5s linear;
}

@keyframes zeros-kuro-animation {
  0% {
    width: 100%;
  }
}

/* Ghaith Animation End */
