@import url('https://fonts.googleapis.com/css2?family=Anta&family=Black+Ops+One&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'AlbertSans-Bold';
  src: url(../font/AlbertSans-Bold.woff2);
}

@font-face {
  font-family: 'AlbertSans-Medium';
  src: url(../font/AlbertSans-Medium.woff2);
}

/*========================================
*	common
========================================*/
::-moz-selection {
  color: #fff;
  background: #00e4ff;
}

::selection {
  color: #fff;
  background: #00e4ff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #2e2e2e;
  background-color: #fff;
  font-family: "AlbertSans-Medium", sans-serif;
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}

@media only screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

@media only screen and (min-width: 750px) {
  .gnavi {
    width: 47.5vh;
    height: 100%;
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, 60% 100%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, 60% 100%);
    background: #2e2e2e;
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    transition: -webkit-transform 400ms, -webkit-clip-path 400ms;
    transition: transform 400ms, clip-path 400ms;
    transition: transform 400ms, clip-path 400ms, -webkit-transform 400ms, -webkit-clip-path 400ms;
    transition-timing-function: cubic-bezier(0.085, 0.59, 0.35, 0.975), cubic-bezier(0.085, 0.59, 0.35, 0.975);
    transition-delay: 0ms, 0ms;
  }

  .gnavi.js--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%);
    transition-delay: 0ms, 200ms;
  }

  .gnavi:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00e4ff;
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, 57.5% 100%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, 57.5% 100%);
  }
}

@media only screen and (max-width: 750px) {
  .gnavi {
    width: 100%;
    height: 100%;
    background: #00e4ff;
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms, -webkit-transform 280ms;
    transition-timing-function: cubic-bezier(0.085, 0.59, 0.35, 0.975);
  }

  .gnavi.js--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.gnavi-btn {
  position: fixed;
  z-index: 11;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  .gnavi-btn {
    width: 2.60417vh;
    height: 2.39583vh;
    top: 1.45833vh;
    right: 1.30208vh;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-btn {
    width: 8vw;
    height: 7.2vw;
    top: 4.26667vw;
    right: 4vw;
  }
}

.gnavi-btn.js--white span,
.gnavi-btn.js--active span {
  background: #fff;
}

.gnavi-btn span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #666;
  pointer-events: none;
  transition: background-color 300ms;
}

@media only screen and (min-width: 750px) {
  .gnavi-btn span {
    height: 0.26042vh;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-btn span {
    height: 0.8vw;
  }
}

@media only screen and (min-width: 750px) {
  .gnavi-btn span:nth-of-type(2) {
    width: 1.71875vh;
    top: 1.04167vh;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-btn span:nth-of-type(2) {
    width: 5.33333vw;
    top: 3.2vw;
  }
}

@media only screen and (min-width: 750px) {
  .gnavi-btn span:nth-of-type(3) {
    top: 2.08333vh;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-btn span:nth-of-type(3) {
    top: 6.13333vw;
  }
}

.gnavi-menu {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

@media only screen and (min-width: 750px) {
  .gnavi-menu {
    width: 100%;
    top: 7.60417vh;
    font-size: 2.60417vh;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-menu {
    width: 100%;
    top: 25.33333vw;
    font-size: 6.66667vw;
  }
}

.gnavi-menu li {
  position: relative;
  cursor: pointer;
}

.gnavi-menu li.js--current {
  background: #2e2e2e;
  color: #00e4ff;
}

@media only screen and (min-width: 750px) {
  .gnavi-menu li {
    margin-top: 1.04167vh;
    padding-left: 1.5625vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 1.4% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.4% 100%);
    transition: all 400ms;
  }

  .gnavi-menu li:nth-of-type(0) {
    left: 3.64583vh;
  }

  .gnavi-menu li:nth-of-type(1) {
    left: 4.82292vh;
  }

  .gnavi-menu li:nth-of-type(2) {
    left: 6vh;
  }

  .gnavi-menu li:nth-of-type(3) {
    left: 7.17708vh;
  }

  .gnavi-menu li:nth-of-type(4) {
    left: 8.35417vh;
  }

  .gnavi-menu li:nth-of-type(5) {
    left: 9.53125vh;
  }

  .gnavi-menu li:nth-of-type(6) {
    left: 10.70833vh;
  }

  .gnavi-menu li:nth-of-type(7) {
    left: 11.88542vh;
  }

  .gnavi-menu li:nth-of-type(8) {
    left: 13.0625vh;
  }

  .gnavi-menu li:nth-of-type(9) {
    left: 14.23958vh;
  }

  .gnavi-menu li:nth-of-type(10) {
    left: 15.41667vh;
  }

  .gnavi-menu li:nth-of-type(11) {
    left: 16.59375vh;
  }

  .gnavi-menu li:nth-of-type(12) {
    left: 17.77083vh;
  }

  .gnavi-menu li:hover {
    background: #2e2e2e;
    color: #00e4ff;
  }
}

@media only screen and (max-width: 750px) {
  .gnavi-menu li {
    text-align: center;
    margin: 5.33333vw auto 0;
    text-align: center;
    clear: both;
    display: table;
    padding: 0 4vw;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: #e9e9e9;
}

.loading.js--hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: opacity 1000ms;
}

.loading-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (min-width: 750px) {
  .loading-inner {
    width: 19.79167vw;
    height: 19.79167vw;
  }
}

@media only screen and (max-width: 750px) {
  .loading-inner {
    width: 28vw;
    height: 28vw;
  }
}

.loading-circle {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  .loading-circle {
    width: 8.54167vw;
    height: 8.54167vw;
  }
}

@media only screen and (max-width: 750px) {
  .loading-circle {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.loading-text {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #fff;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  .loading-text {
    font-size: 4.84375vw;
  }
}

@media only screen and (max-width: 750px) {
  .loading-text {
    font-size: 6.66667vw;
  }
}

.loading-text span {
  position: relative;
  display: inline-block;
}

.loading-text span:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: #00e4ff;
}

@media only screen and (min-width: 750px) {
  .loading-text span:nth-of-type(1):before {
    width: 96%;
    bottom: -0.20833vw;
    height: 0.26042vw;
  }
}

@media only screen and (max-width: 750px) {
  .loading-text span:nth-of-type(1):before {
    width: 98%;
    bottom: -0.53333vw;
    height: 0.53333vw;
  }
}

.loading-text span:nth-of-type(2) {
  display: block;
  color: #00e4ff;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media only screen and (min-width: 750px) {
  .loading-text span:nth-of-type(2) {
    margin-top: 0.10417vw;
  }
}

@media only screen and (max-width: 750px) {
  .loading-text span:nth-of-type(2) {
    margin-top: 0.26667vw;
  }
}

.loading-line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#wrap .contents .footer {
  overflow: hidden;
  background: #000;
}

@-webkit-keyframes wobbling_x {
  0% {
    left: 0px;
  }

  100% {
    left: 6px;
  }
}

@keyframes wobbling_x {
  0% {
    left: 0px;
  }

  100% {
    left: 6px;
  }
}

@-webkit-keyframes wobbling_y {
  0% {
    top: 0px;
  }

  100% {
    top: 6px;
  }
}

@keyframes wobbling_y {
  0% {
    top: 0px;
  }

  100% {
    top: 6px;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .footer {
    height: 100vh;
  }
}

#wrap .contents .footer:before,
#wrap .contents .footer:after {
  content: "";
  position: fixed;
  background: #222225;
  z-index: 2;
  transition: -webkit-transform 500ms, -webkit-clip-path 500ms;
  transition: transform 500ms, clip-path 500ms;
  transition: transform 500ms, clip-path 500ms, -webkit-transform 500ms, -webkit-clip-path 500ms;
}

@media only screen and (min-width: 750px) {

  #wrap .contents .footer:before,
  #wrap .contents .footer:after {
    width: 23.90625vw;
    height: 23.90625vw;
  }
}

@media only screen and (max-width: 750px) {

  #wrap .contents .footer:before,
  #wrap .contents .footer:after {
    width: 74.66667vw;
    height: 74.66667vw;
  }
}

#wrap .contents .footer:before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(70% 0, 0 0, 0 70%);
  clip-path: polygon(70% 0, 0 0, 0 70%);
  -webkit-transform: translate3d(-200%, -200%, 0);
  transform: translate3d(-200%, -200%, 0);
}

#wrap .contents .footer:after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 100%, 100% 30%, 30% 100%);
  clip-path: polygon(100% 100%, 100% 30%, 30% 100%);
  -webkit-transform: translate3d(200%, 200%, 0);
  transform: translate3d(200%, 200%, 0);
}

@media only screen and (max-width: 750px) {
  #wrap .contents .footer:after {
    width: 38.4vw;
    height: 38.4vw;
  }
}

#wrap .contents .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
}


@media only screen and (min-width: 750px) {
  #wrap .contents .footer-logo {
    width: 26.04167vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .footer-logo {
    width: 66.66667vw;
  }
}

#wrap .contents .footer-character {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  mix-blend-mode: screen;
  transition: opacity 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .footer-character {
    width: 68.75vw;
    -webkit-transform: translate3d(-22.08333vw, -23.4375vw, 0);
    transform: translate3d(-22.08333vw, -23.4375vw, 0);
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .footer-character {
    width: 168vw;
    -webkit-transform: translate3d(-117.33333vw, -24vw, 0);
    transform: translate3d(-117.33333vw, -24vw, 0);
  }
}

#wrap .contents .footer-character__inner {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  transition: -webkit-transform 0ms;
  transition: transform 0ms;
  transition: transform 0ms, -webkit-transform 0ms;
  transition-delay: 500ms;
  opacity: .1;
  filter: grayscale(100%);
}

#wrap .contents .footer-character img {
  position: relative;
  -webkit-transform: rotateZ(21.6deg);
  transform: rotateZ(21.6deg);
}

#wrap .contents .footer-text-box {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: left;
  z-index: 6;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#wrap .contents .js--anime.footer .footer-text-box {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1000ms;
  transition-delay: 300ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .footer-text-box .footer-text * {
  margin: 0 auto;
  color: #1C81A7 !important;
}

#wrap .contents .footer-text-box .footer-text table {
  margin: 0 auto;
}

#wrap .contents .footer-text-box .footer-text table td {
  padding: 5px;
}

#wrap .contents .footer-text-box .footer-text table td.label {
  text-align: right;
  padding-right: 20px;
}

#wrap .contents .footer-text-box * {
  text-align: left;
}

#wrap .contents .footer-text-box p img {
  display: inline !important;
}

#wrap .contents .footer-text-box p a {
  display: inline !important;
  text-align: left !important;
}

#wrap .contents .footer-text-box {
  flex-direction: row;
  justify-content: center;
}

#wrap .contents .footer-text-box img {

  justify-content: center;
  margin-right: 5px;
}

#wrap .contents .footer-text-box .img-size {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .footer-text-box .img-size {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .footer-text-box .img-size {
    width: 15px;
    height: 15px;
  }
}

#wrap .contents .footer-text-box .footer-text {
  justify-content: center;
}

.footer-text_size {
  font-size: 1.04167vw
}

@media only screen and (min-width: 750px) {
  .footer-text_size {
    font-size: 1.04167vw;
    line-height: 1.08333vw;
  }
}

@media only screen and (max-width: 750px) {
  .footer-text_size {
    font-size: 3.33333vw;
    line-height: 3.66667vw;
  }
}

#wrap .contents .js--anime.footer:before,
#wrap .contents .js--anime.footer:after {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  transition: -webkit-transform 700ms, -webkit-clip-path 2800ms;
  transition: transform 700ms, clip-path 2800ms;
  transition: transform 700ms, clip-path 2800ms, -webkit-transform 700ms, -webkit-clip-path 2800ms;
  transition-delay: 200ms, 300ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1), cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.footer:before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

#wrap .contents .js--anime.footer:after {
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
}

#wrap .contents .js--anime.footer .footer-character {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1000ms;
  transition-delay: 300ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.footer .footer-character img {
  -webkit-animation: wobbling_x 1.8s ease-in-out infinite alternate, wobbling_y 2.1s ease-in-out infinite alternate;
  animation: wobbling_x 1.8s ease-in-out infinite alternate, wobbling_y 2.1s ease-in-out infinite alternate;
  -webkit-animation-delay: 3200ms, 3200ms;
  animation-delay: 3200ms, 3200ms;
}

#wrap .contents .js--anime.footer .footer-character__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 2800ms;
  transition: transform 2800ms;
  transition: transform 2800ms, -webkit-transform 2800ms;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1);
}

body {
  position: relative;
  font-family: "AlbertSans-Medium", sans-serif;
  mix-blend-mode: normal;
}

@media only screen and (min-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

body .bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: .05;
}

body .bg-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: .2;
}

body .bg-line.js--hide {
  display: none;
}

body #wrap {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  body #wrap {
    overflow-x: hidden;
  }
}

body #wrap .contents * {
  word-break: break-word;
}

@media only screen and (min-width: 750px) {
  body #wrap .contents {
    font-size: 1.30208vw;
    line-height: 2.60417vw;
  }
}

@media only screen and (max-width: 750px) {
  body #wrap .contents {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
  }
}

body #wrap .contents section {
  position: relative;
  width: 100%;
  padding-top: 8.54167vw;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  body #wrap .contents section {
    width: 100%;
    overflow: hidden;
  }
}

@media only screen and (min-width: 750px) {
  body #wrap .contents section {
    min-height: 100vh;
    padding-top: 8.54167vw;
  }
}

@media only screen and (max-width: 750px) {
  body #wrap .contents section {
    padding-top: 18.13333vw;
  }
}

body #wrap .contents section .js--shuffle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  z-index: 2;
}

body #wrap .contents-title {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 0.78;
  background: #222;
  overflow: hidden;
  z-index: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}

@media only screen and (min-width: 750px) {
  body #wrap .contents-title {
    margin-bottom: 4.16667vw;
    font-size: 5.98958vw;
  }
}

@media only screen and (max-width: 750px) {
  body #wrap .contents-title {
    margin-bottom: 10.66667vw;
    font-size: 13.33333vw;
  }
}

body #wrap .contents-title__inner {
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media only screen and (min-width: 750px) {
  body #wrap .contents-title__inner {
    top: 0.26042vw;
  }
}

@media only screen and (max-width: 750px) {
  body #wrap .contents-title__inner {
    top: 0.66667vw;
  }
}

body #wrap .contents-inner {
  margin: 0 auto;
  text-align: left;
}

@media only screen and (min-width: 750px) {
  body #wrap .contents-inner {
    width: 57.29167vw;
  }
}

@media only screen and (max-width: 750px) {
  body #wrap .contents-inner {
    width: 89.33333vw;
  }
}

body #wrap .js--anime .contents-title {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 300ms;
  transition: clip-path 300ms;
  transition: clip-path 300ms, -webkit-clip-path 300ms;
}

body #wrap .js--anime .contents-title__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
  transition-delay: 240ms;
}

body #wrap .js--anime .js--shuffle {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1000ms;
  transition-delay: 0ms;
}

body #wrap .js--anime .subtitle {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 2000ms;
  transition-delay: 0ms;
}

#wrap .contents:before {
  content: "";
  position: absolute;
  background: #00e4ff;
  opacity: .2;
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  z-index: 3;
}

@media only screen and (min-width: 750px) {
  #wrap .contents:before {
    width: 0.10417vw;
    height: 208.33333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents:before {
    width: 0.26667vw;
    height: 266.66667vw;
    top: 144vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .top {
    min-height: 115vh;
  }
}

#wrap .contents .top-logo {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .top-logo {
    width: 80.20833vw;
    left: -11.45833vw;
    top: -14.27083vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .top-logo {
    width: 146.66667vw;
    left: -25.33333vw;
    top: -22.66667vw;
  }
}

#wrap .contents .top-character {
  position: absolute;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2;
  transition: opacity 250ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .top-character {
    top: 50%;
    width: 55vw;
    -webkit-transform: translate3d(-19.79167vw, -4.6875vw, 0);
    transform: translate3d(-19.79167vw, -4.6875vw, 0);
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .top-character {
    top: 0;
    -webkit-transform: translate3d(-75.2vw, 90.66667vw, 0);
    transform: translate3d(-75.2vw, 90.66667vw, 0);
    width: 126.66667vw;
  }
}

#wrap .contents .top-character__inner {
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  transition: -webkit-transform 0ms;
  transition: transform 0ms;
  transition: transform 0ms, -webkit-transform 0ms;
  transition-delay: 250ms;
}

#wrap .contents .js--anime.top .top-character {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 1000ms;
  transition-delay: 300ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.top .top-character__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 2800ms;
  transition: transform 2800ms;
  transition: transform 2800ms, -webkit-transform 2800ms;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .about {
    padding-bottom: 83.33333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .about {
    padding-bottom: 213.33333vw;
    overflow: visible;
    min-height: auto;
  }
}

#wrap .contents .about-bottom {
  position: absolute;
  background: #000;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: left 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .about-bottom {
    width: 131.14583vw;
    height: 131.14583vw;
    left: -140.625vw;
    top: -5.41667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .about-bottom {
    width: 248.8vw;
    height: 248.8vw;
    left: -405.33333vw;
    top: 45.33333vw;
  }
}

#wrap .contents .about-bottom:before {
  content: "";
  position: fixed;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .about-bottom:before {
    width: 131.14583vw;
    height: 131.14583vw;
    left: -98.02083vw;
    bottom: -32.8125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .about-bottom:before {
    width: 248.8vw;
    height: 248.8vw;
    left: -200.4vw;
    top: -2.66667vw;
  }
}

#wrap .contents .about-bottom__character {
  position: fixed;
  -webkit-transform: translate3d(-200%, 200%, 0);
  transform: translate3d(-200%, 200%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

#wrap .contents .about-bottom__character img {
  opacity: .2;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .about-bottom__character {
    left: -71.61458vw;
    bottom: -28.69792vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .about-bottom__character {
    left: -143.06667vw;
    bottom: -43.6vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .about-bottom__character img {
    width: 113.48958vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .about-bottom__character img {
    width: 208vw;
  }
}

#wrap .contents .js--anime.about .about-bottom {
  transition: left 700ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .js--anime.about .about-bottom {
    left: -78.125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.about .about-bottom {
    left: -156vw;
  }
}

#wrap .contents .js--anime.about .about-bottom:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 700ms;
  transition: transform 700ms;
  transition: transform 700ms, -webkit-transform 700ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.about .about-bottom__character {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 2800ms;
  transition: transform 2800ms;
  transition: transform 2800ms, -webkit-transform 2800ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products {
    padding-bottom: 36.45833vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products {
    width: 100%;
    overflow: hidden;
    padding-bottom: 53.33333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products .contents-title {
    margin-bottom: 7.5vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products .contents-title {
    margin-bottom: 12.53333vw;
  }
}

#wrap .contents .products-contents {
  margin: 0 auto;
  text-align: left;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 89.58333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents {
    width: 89.33333vw;
  }
}

@media only screen and (min-width: 750px) {

  #wrap .contents .products-contents__left,
  #wrap .contents .products-contents__right {
    width: 41.66667vw;
  }
}

@media only screen and (max-width: 750px) {

  #wrap .contents .products-contents__left,
  #wrap .contents .products-contents__right {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents__left {
    margin-bottom: 10.4vw;
  }
}

#wrap .contents .products-contents__title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #525252;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-contents__title {
    margin-bottom: 1.875vw;
    font-size: 3.64583vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents__title {
    margin-bottom: 6.13333vw;
    font-size: 8vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-contents__text p {
    line-height: 2.08333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents__text p {
    line-height: 5.33333vw;
  }
}

#wrap .contents .products-contents__text p span {
  display: block;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-contents__text p span {
    margin-bottom: 0.52083vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents__text p span {
    margin-bottom: 1.33333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-contents__text p {
    margin-top: 2.5vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-contents__text p {
    margin-top: 4.53333vw;
  }
}

#wrap .contents .products-contents__text p:first-of-type {
  margin-top: 0 !important;
}

#wrap .contents .products-bottom {
  position: absolute;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-bottom {
    width: 131.14583vw;
    height: 131.14583vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-bottom {
    width: 213.86667vw;
    height: 213.86667vw;
  }
}

#wrap .contents .products-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-bottom:before {
    width: 131.14583vw;
    height: 131.14583vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-bottom:before {
    width: 213.86667vw;
    height: 213.86667vw;
  }
}

#wrap .contents .products-bottom__left {
  right: 50%;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-bottom__left {
    -webkit-transform: translate3d(-6.45833vw, 0, 0);
    transform: translate3d(-6.45833vw, 0, 0);
    top: -13.22917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-bottom__left {
    -webkit-transform: translate3d(20vw, 0, 0);
    transform: translate3d(20vw, 0, 0);
    top: 73.33333vw;
  }
}

#wrap .contents .products-bottom__left:before {
  -webkit-transform: translate3d(-200%, -200%, 0);
  transform: translate3d(-200%, -200%, 0);
}

#wrap .contents .products-bottom__right {
  left: 50%;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-bottom__right {
    -webkit-transform: translate3d(16.97917vw, 0, 0);
    transform: translate3d(16.97917vw, 0, 0);
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-bottom__right {
    -webkit-transform: translate3d(16.53333vw, 0, 0);
    transform: translate3d(16.53333vw, 0, 0);
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .products-bottom__right {
    top: -45.52083vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .products-bottom__right {
    top: -58.66667vw;
  }
}

#wrap .contents .products-bottom__right:before {
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
}

#wrap .contents .js--anime.products .products-bottom:before {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: -webkit-transform 7000ms;
  transition: transform 7000ms;
  transition: transform 7000ms, -webkit-transform 7000ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news {
    padding-bottom: 52.08333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news {
    width: 100%;
    padding-bottom: 133.33333vw;
  }
}

#wrap .contents .news-bottom {
  position: absolute;
  background: #000;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: right 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-bottom {
    width: 131.14583vw;
    height: 131.14583vw;
    right: -140.625vw;
    top: -5.41667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-bottom {
    width: 243.86667vw;
    height: 243.86667vw;
    right: -426vw;
    top: 64vw;
  }
}

#wrap .contents .news-bottom:before {
  content: "";
  position: fixed;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #fff;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-bottom:before {
    width: 131.14583vw;
    height: 131.14583vw;
    right: -98.02083vw;
    bottom: -53.64583vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-bottom:before {
    width: 243.86667vw;
    height: 243.86667vw;
    right: -190.13333vw;
    top: 34.26667vw;
  }
}

#wrap .contents .news-bottom__character {
  position: fixed;
  bottom: 0vw;
  -webkit-transform: translate3d(0, 300%, 0);
  transform: translate3d(0, 300%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#wrap .contents .news-bottom__character img {
  opacity: .2;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-bottom__character {
    right: -5.46875vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-bottom__character {
    right: -25.33333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-bottom__character img {
    width: 113.48958vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-bottom__character img {
    width: 212vw;
    max-width: 212vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-list li {
    margin-top: 1.97917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-list li {
    margin-top: 6.13333vw;
  }
}

#wrap .contents .news-list li dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-list li dl dt {
    width: 11.45833vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-list li dl dt {
    width: 29.33333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .news-list li dl dd {
    width: calc(100% - 11.45833vw);
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .news-list li dl dd {
    width: calc(100% - 24.8vw);
  }
}

#wrap .contents .js--anime.news .news-bottom {
  transition: right 2000ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .js--anime.news .news-bottom {
    right: -78.125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.news .news-bottom {
    right: -182.13333vw;
  }
}

#wrap .contents .js--anime.news .news-bottom:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 3000ms;
  transition: transform 3000ms;
  transition: transform 3000ms, -webkit-transform 3000ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.news .news-bottom__character {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 12000ms;
  transition: transform 12000ms;
  transition: transform 12000ms, -webkit-transform 12000ms;
  transition-timing-function: cubic-bezier(0, 0.865, 0, 1);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team {
    min-height: auto;
    padding-bottom: 10.66667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team {
    padding-bottom: 26.66667vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team .contents-title {
    margin-bottom: 8.125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team .contents-title {
    margin-bottom: 22vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team .contents-inner {
    width: 100%;
  }
}

#wrap .contents .team-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team-list__image {
    margin-bottom: 0.72917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team-list__image {
    margin-bottom: 3.73333vw;
  }
}

#wrap .contents .team-list__image img {
  height: auto;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team-list__image img {
    width: 11.35417vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team-list__image img {
    width: 38.13333vw;
  }
}

#wrap .contents .team-list li {
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: opacity 200ms, -webkit-transform 1000ms;
  transition: opacity 200ms, transform 1000ms;
  transition: opacity 200ms, transform 1000ms, -webkit-transform 1000ms;
  transition-delay: 0ms, 0ms;
}

#wrap .contents .team-list li>* {
  pointer-events: none;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team-list li {
    width: 12.45vw;
    margin-bottom: 2.91667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team-list li {
    width: 42vw;
    margin-bottom: 12.26667vw;
  }
}

#wrap .contents .team-list li dl dt {
  font-family: "AlbertSans-Bold", sans-serif;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team-list li dl dt {
    font-size: 1.5625vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team-list li dl dt {
    font-size: 4.53333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .team-list li dl dd {
    font-size: 1.30208vw;
    margin-top: -0.72917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .team-list li dl dd {
    font-size: 3.46667vw;
    margin-top: -1.33333vw;
  }
}

#wrap .contents .js--anime.team .team-list li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, transform 800ms;
  transition: opacity 800ms, transform 800ms, -webkit-transform 800ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .js--anime.team .team-list li.js--anime__pc_group02 {
    transition-delay: 200ms;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.team .team-list li.js--anime__sp_group02 {
    transition-delay: 160ms;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.team .team-list li.js--anime__sp_group03 {
    transition-delay: 320ms;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors {
    min-height: auto;
    padding-bottom: 10.66667vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors .contents-title {
    margin-bottom: 8.125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors .contents-title {
    margin-bottom: 22vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors .contents-inner {
    width: 100%;
  }
}

#wrap .contents .advisors-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors-list__image {
    margin-bottom: 0.72917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors-list__image {
    margin-bottom: 3.73333vw;
  }
}

#wrap .contents .advisors-list__image img {
  height: auto;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors-list__image img {
    width: 11.35417vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors-list__image img {
    width: 38.13333vw;
  }
}

#wrap .contents .advisors-list li {
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  transition: opacity 200ms, -webkit-transform 1000ms;
  transition: opacity 200ms, transform 1000ms;
  transition: opacity 200ms, transform 1000ms, -webkit-transform 1000ms;
  transition-delay: 0ms, 0ms;
}

#wrap .contents .advisors-list li>* {
  pointer-events: none;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors-list li {
    width: 16.66667vw;
    margin-bottom: 2.91667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors-list li {
    width: 42vw;
    margin-bottom: 12.26667vw;
  }
}

#wrap .contents .advisors-list li dl dt {
  font-family: "AlbertSans-Bold", sans-serif;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors-list li dl dt {
    font-size: 1.5625vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors-list li dl dt {
    font-size: 4.53333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .advisors-list li dl dd {
    font-size: 1.30208vw;
    margin-top: -0.72917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .advisors-list li dl dd {
    font-size: 3.46667vw;
    margin-top: -1.33333vw;
  }
}

#wrap .contents .js--anime.advisors .advisors-list li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, transform 800ms;
  transition: opacity 800ms, transform 800ms, -webkit-transform 800ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .js--anime.advisors .advisors-list li.js--anime__pc_group02 {
    transition-delay: 200ms;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.advisors .advisors-list li.js--anime__sp_group02 {
    transition-delay: 160ms;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .js--anime.advisors .advisors-list li.js--anime__sp_group03 {
    transition-delay: 320ms;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .experience {
    min-height: auto;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .experience {
    padding-bottom: 0vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .experience .contents-title {
    margin-bottom: 8.125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .experience .contents-title {
    margin-bottom: 18.66667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .experience .contents-inner {
    width: 93.33333vw;
  }
}

#wrap .contents .experience-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 500ms;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

@media only screen and (min-width: 750px) {
  #wrap .contents .experience-list {
    width: 39.58333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .experience-list {
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .experience-list li {
    width: 9.89583vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .experience-list li {
    width: 23.33333vw;
  }
}

#wrap .contents .experience-list li img {
  width: 100%;
  height: auto;
}

#wrap .contents .js--anime.experience .experience-list {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 800ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap {
    padding-bottom: 26.04167vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap {
    padding-bottom: 213.33333vw;
    overflow: visible;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap .contents-title {
    margin-bottom: 5.72917vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap .contents-title {
    margin-bottom: 9.06667vw;
  }
}

#wrap .contents .roadmap-header {
  position: fixed;
  left: 50%;
  background: #000;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-header {
    bottom: -7.29167vw;
    width: 171.40625vw;
    height: 171.40625vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap-header {
    bottom: -26.66667vw;
    width: 400vw;
    height: 400vw;
  }
}

#wrap .contents .roadmap-contents {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-contents {
    width: 54.16667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap-contents {
    width: 89.33333vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-contents__item {
    margin-bottom: 4.16667vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap-contents__item {
    margin-bottom: 26.66667vw;
  }
}

#wrap .contents .roadmap-contents__item__year {
  font-family: "AlbertSans-Bold", sans-serif;
  color: #fff;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-contents__item__year {
    margin-bottom: 1.5625vw;
    font-size: 3.28125vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap-contents__item__year {
    margin-bottom: 10.13333vw;
    font-size: 14.26667vw;
  }
}

#wrap .contents .roadmap-contents__item__text {
  text-align: left;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-contents__item__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .roadmap-contents__item__text p {
    width: 27.08333vw;
    margin-bottom: 2.1875vw;
    padding-left: 5vw;
    line-height: 2.08333vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .roadmap-contents__item__text p {
    width: 100%;
    margin-bottom: 10.66667vw;
    line-height: 6.66667vw;
    font-size: 3.33vw;
  }
}

#wrap .contents .js--anime.roadmap .roadmap-header {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  transition: -webkit-transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

@media only screen and (max-width: 750px) {
  #wrap .contents .providers {
    padding-top: 26.66667vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .providers .contents-title {
    margin-bottom: 15.10417vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .providers .contents-title {
    margin-bottom: 29.86667vw;
  }
}


.eco-providers {
  background-color: #000;
}

.eco-providers img,
.providers img {
  filter: grayscale(100%) brightness(1000%);
}

@media only screen and (max-width: 750px) {
  #wrap .contents .eco-providers {
    padding-top: 26.66667vw;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .eco-providers .contents-title {
    margin-bottom: 15.10417vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .eco-providers .contents-title {
    margin-bottom: 29.86667vw;
  }
}

#wrap .contents .providers .contents-inner {
  position: relative;
  z-index: 1;
}

#wrap .contents .eco-providers .contents-inner {
  position: relative;
  z-index: 1;
}

#wrap .contents .providers-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #000;
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

@media only screen and (min-width: 750px) {
  #wrap .contents .providers-footer {
    width: 214.58333vh;
    height: 107.29167vh;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .providers-footer {
    -webkit-clip-path: polygon(0 50vw, 50% 0, 100% 50vw, 100% 100%, 0% 100%);
    clip-path: polygon(0 50vw, 50% 0, 100% 50vw, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
  }
}

#wrap .contents .providers-list {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (min-width: 750px) {
  #wrap .contents .providers-list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46.09375vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .providers-list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 750px) {
  #wrap .contents .providers-list li {
    width: 15.36458vw;
  }
}

@media only screen and (max-width: 750px) {
  #wrap .contents .providers-list li {
    width: 50%;
  }
}

#wrap .contents .providers-list li img {
  width: 100%;
  height: auto;
}

#wrap .contents .js--anime.providers .providers-list {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 400ms;
  transition-delay: 400ms;
}

#wrap .contents .js--anime.eco-providers .providers-list {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 400ms;
  transition-delay: 400ms;
}

#wrap .contents .js--anime.providers .providers-footer {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

#wrap .contents .js--anime.eco-providers .providers-footer {
  -webkit-transform: translate3d(-20%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

.popup-profile {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 101;
  background: #00e4ff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: opacity 400ms;
}

.popup-profile:before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #b1ccf7;
  mix-blend-mode: screen;
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  transition: -webkit-transform 0ms;
  transition: transform 0ms;
  transition: transform 0ms, -webkit-transform 0ms;
  transition-delay: 400ms;
}

@media only screen and (min-width: 750px) {
  .popup-profile:before {
    width: 131.14583vw;
    height: 131.14583vw;
    left: -69.63542vw;
    bottom: -49.0625vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile:before {
    width: 170.66667vw;
    height: 170.66667vw;
    left: -84vw;
    bottom: 3.06667vw;
  }
}

.popup-profile:after {
  content: "";
  position: absolute;
  background: #fff;
  z-index: 5;
  -webkit-transform: rotateZ(45deg) translate3d(0, 50%, 0);
  transform: rotateZ(45deg) translate3d(0, 50%, 0);
}

@media only screen and (min-width: 750px) {
  .popup-profile:after {
    right: -5.9375vw;
    bottom: -5.9375vw;
    width: 0.10417vw;
    height: 104.16667vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile:after {
    right: 0vw;
    bottom: -24vw;
    width: 0.26667vw;
    height: 133.33333vw;
  }
}

.popup-profile__close {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  background: #fff;
}

.popup-profile__close__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
}

.popup-profile__close__inner:before,
.popup-profile__close__inner:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #00e4ff;
}

@media only screen and (min-width: 750px) {

  .popup-profile__close__inner:before,
  .popup-profile__close__inner:after {
    width: 2.8125vw;
    height: 0.10417vw;
  }
}

@media only screen and (max-width: 750px) {

  .popup-profile__close__inner:before,
  .popup-profile__close__inner:after {
    width: 8vw;
    height: 0.26667vw;
  }
}

.popup-profile__close__inner:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}

.popup-profile__close__inner:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}

@media only screen and (min-width: 750px) {
  .popup-profile__close {
    top: 4.0625vw;
    right: 8.64583vw;
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 4.6875vw;
    transition: opacity 300ms;
  }

  .popup-profile__close:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__close {
    top: 1.33333vw;
    right: 1.33333vw;
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 13.33333vw;
  }
}

.popup-profile__logo {
  position: absolute;
}

@media only screen and (min-width: 750px) {
  .popup-profile__logo {
    top: 0;
    left: 0;
  }

  .popup-profile__logo img {
    width: 64.73958vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__logo {
    top: 37.86667vw;
  }

  .popup-profile__logo img {
    width: 100%;
  }
}

.popup-profile__character {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  -webkit-transform: translate3d(10%, 10%, 0);
  transform: translate3d(10%, 10%, 0);
  transition: -webkit-transform 0ms;
  transition: transform 0ms;
  transition: transform 0ms, -webkit-transform 0ms;
  transition-delay: 400ms;
}

.popup-profile__character img {
  position: absolute;
}

.popup-profile__content * {
  color: #000;
}

@media only screen and (min-width: 750px) {
  .popup-profile__character img {
    width: 113.95833vw;
    height: auto;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__character img {
    width: 282.8vw;
    max-width: 282.8vw;
    right: -30.66667vw;
    bottom: -16.53333vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__content {
    position: relative;
    z-index: 1;
    overflow: auto;
    height: 100vh;
  }
}

@media only screen and (min-width: 750px) {
  .popup-profile__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 57.29167vw;
    height: 100%;
    overflow: auto;
    padding: 16.66667vw 2.08333vw 2.08333vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .popup-profile__inner::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__inner {
    padding: 16vw 5.33333vw 24vw;
  }
}

.popup-profile__top {
  width: 100%;
}

@media only screen and (min-width: 750px) {
  .popup-profile__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2.5vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__top {
    text-align: center;
    margin-bottom: 6.4vw;
  }
}

@media only screen and (min-width: 750px) {
  .popup-profile__img {
    margin-right: 2.29167vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__img {
    margin-bottom: 4vw;
  }
}

.popup-profile__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

@media only screen and (min-width: 750px) {
  .popup-profile__img img {
    width: 11.35417vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__img img {
    width: 34.4vw;
  }
}

.popup-profile__name {
  font-family: "AlbertSans-Bold", sans-serif;
}

@media only screen and (min-width: 750px) {
  .popup-profile__name {
    font-size: 2.60417vw;
    margin-bottom: 0.3125vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__name {
    font-size: 7.33333vw;
    margin-bottom: 0.8vw;
  }
}

@media only screen and (min-width: 750px) {
  .popup-profile__job {
    font-size: 2.1875vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__job {
    font-size: 6.13333vw;
  }
}

.popup-profile__text {
  display: none;
}

.popup-profile__text.js--show {
  display: block;
}

@media only screen and (min-width: 750px) {
  .popup-profile__text {
    font-size: 1.04167vw;
    line-height: 2.08333vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__text {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
  }
}

.popup-profile__text p {
  /*word-break: break-all; */
  text-align: justify;
}

@media only screen and (min-width: 750px) {
  .popup-profile__text p {
    margin-bottom: 1.66667vw;
  }
}

@media only screen and (max-width: 750px) {
  .popup-profile__text p {
    margin-bottom: 4.26667vw;
  }
}

.js--anime.popup-profile {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
}

.js--anime.popup-profile:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 10000ms;
  transition: transform 10000ms;
  transition: transform 10000ms, -webkit-transform 10000ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
  transition-delay: 100ms;
}

.js--anime.popup-profile .popup-profile__close__inner {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-delay: 100ms;
}

.js--anime.popup-profile .popup-profile__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transition: -webkit-filter 200ms;
  transition: filter 200ms;
  transition: filter 200ms, -webkit-filter 200ms;
  transition-delay: 100ms;
}

.js--anime.popup-profile .popup-profile__character {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 10000ms;
  transition: transform 10000ms;
  transition: transform 10000ms, -webkit-transform 10000ms;
  transition-timing-function: cubic-bezier(0.085, 0.59, 0.34, 0.97);
  transition-delay: 100ms;
}

/*# sourceMappingURL=../maps/share.css.map */



.team-list li img {
  border-radius: 24px;
}

.advisors li img {
  border-radius: 24px;
}

.popup-profile__img img {
  border-radius: 24px;
}



.nav-tr {
  position: fixed;
  z-index: 11;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  .nav-tr {
    /* width: 2.60417vh; */
    height: 2.39583vh;
    top: 1.45833vh;
    right: 6vh;
  }
}

@media only screen and (max-width: 750px) {
  .nav-tr {
    /* width: 8vw; */
    height: 7.2vw;
    top: 4.26667vw;
    left: 5vw;
    /* right: 4vw;  */
  }

  .nav-tr ul li a img {
    width: 5vw !important;
    line-height: 100%;
    margin-left: 10px;
    filter: grayscale(30%);

  }

  .nav-tr ul li a svg {
    width: 5vw !important;
    margin-left: 10px;
  }
}

.nav-top-bg {
  display: block;
  height: 6vh;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;

}

/* .nav-tr.js--white span, .nav-tr.js--active span {
    background: #fff; }
  .nav-tr span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #00e4ff;
    pointer-events: none;
    transition: background-color 300ms; }
    @media only screen and (min-width: 750px) {
      .nav-tr span {
        height: 0.26042vh; } }
    @media only screen and (max-width: 750px) {
      .nav-tr span {
        height: 0.8vw; } }
    @media only screen and (min-width: 750px) {
      .nav-tr span:nth-of-type(2) {
        width: 1.71875vh;
        top: 1.04167vh; } }
    @media only screen and (max-width: 750px) {
      .nav-tr span:nth-of-type(2) {
        width: 5.33333vw;
        top: 3.2vw; } }
    @media only screen and (min-width: 750px) {
      .nav-tr span:nth-of-type(3) {
        top: 2.08333vh; } }
    @media only screen and (max-width: 750px) {
      .nav-tr span:nth-of-type(3) {
        top: 6.13333vw; } }

.nav-tr{
  position: absolute;
  top: 3vh;
  right: 5vw;
} */
.nav-tr ul,
.nav-tr ul li,
.nav-tr * {
  display: flex;
  flex-direction: column;
}

.nav-tr ul {
  flex-direction: row;
}

.nav-tr ul li {
  padding: 0 1vw;
  justify-content: center;
}

.nav-tr ul li a {
  color: #000000;
  text-transform: uppercase;
  padding-top: 0;
}

.nav-tr ul li a span {
  display: block;
  line-height: 100%;
}

.nav-tr ul li a img {
  width: 1.5vw;
  line-height: 100%;
  margin-left: 10px;
  filter: grayscale(30%);

}

.nav-tr ul li a:hover {
  color: #00e4ff;
}

.nav-tr ul li a svg {
  width: 1.5vw;
  line-height: 100%;
}

.nav-tr ul li a:hover svg {
  color: #00e4ff;
  fill: #00e4ff;
}

.nav-tr ul li a:hover img {
  filter: grayscale(0%);
}

.subtitle {
  font-family: "Raleway", sans-serif;
  text-align: left;
  position: absolute;
  bottom: 10vh;
  left: 12%;
  line-height: 120%;
  font-size: 3.60417vh;
  z-index: 3;
  opacity: 0;
  font-weight: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (min-width: 750px) {
  .subtitle {
    /* left: 0; */
    /* width: 2.60417vh; */
  }
}

@media only screen and (max-width: 750px) {
  .subtitle {
    left: 1vw;
    font-size: 2.5vh;
    bottom: 30vh;
    /* width: 8vw; */
    /* right: 4vw;  */
  }
}


.subtitle .highlight span {
  padding: 5px 0px;
  margin-top: 10px;
  display: block;
  color: #00e4ff;
  font-weight: normal;

}

.mobile {
  display: none;
}

.computer {
  display: block;
}

/* @media only screen and (max-width: 750px){
  .mobile{
    display: block;
  }

  .computer{
    display: none;
  }
} */


/* themes black */
body {
  
  color: #fff;
}
.page-background{
  background-image: url('/images/Background.png');
  background-color: #222326;
  position: fixed;
  top:0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.top-character__inner img {
  opacity: 1;
}

.experience-list li {
  padding: 5px;
}

.experience-list img {
  filter: grayscale(5%);
  background-color: #fff;
  border-radius: 12px;
}

::-webkit-scrollbar {
  width: 2px;
  /* 滚动条的宽度 */
}

::-webkit-scrollbar-track {
  background: #000;
  /* 滚动条轨道的颜色 */
}

::-webkit-scrollbar-thumb {
  background: #888;
  /* 滚动条本身的颜色 */
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滚动条在鼠标悬停时的颜色 */
}