@charset "utf-8";

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  background: #000808;
  cursor: none;
  overflow-x: hidden;
  overflow-y: auto;
}

body.index {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: opacity 0.2s linear;
  opacity: 1;
}

.loading.loaded {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.25s linear;
}

.fadeOverlay-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000808;
  pointer-events: auto;
  overflow: hidden;
  z-index: 1000;
}

.fadeOverlay {
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  pointer-events: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}

.fadeOverlay.active {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.glitch-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.25;
}

.glitch-red1 {
  background: red;
  transform: translate(2px, 0);
  animation: glitch 0.5s infinite linear;
  animation-delay: 0s;
}

.glitch-red2 {
  background: rgb(0, 255, 0);
  transform: translate(4px, 1px);
  animation: glitch-2 1s infinite linear;
  animation-delay: 0s;
  opacity: 0.25;
}

.glitch-blue1 {
  background: blue;
  transform: translate(-2px, 0);
  animation: glitch-2 1.25s infinite linear;
  animation-delay: 0s;
}

.glitch-blue2 {
  background: rgb(0, 255, 255);
  transform: translate(-4px, 2px);
  animation: glitch 0.75s infinite linear;
  animation-delay: 0s;
  opacity: 0.25;
}

@keyframes glitch {
  0% {
    clip-path: inset(15% 0% 60% 0%);
  }

  1% {
    clip-path: inset(40% 0% 45% 0%);
  }

  2% {
    clip-path: inset(80% 0% 5% 0%);
  }

  3% {
    clip-path: inset(10% 0% 12% 0%);
  }

  4% {
    clip-path: inset(8% 0% 85% 0%);
  }

  5% {
    clip-path: inset(7% 0% 63% 0%);
  }

  6% {
    clip-path: inset(80% 0% 5% 0%);
  }

  7% {
    clip-path: inset(2% 0% 35% 0%);
  }

  8% {
    clip-path: inset(50% 0% 7% 0%);
  }

  9% {
    clip-path: inset(30% 0% 45% 0%);
  }

  10% {
    clip-path: inset(35% 0% 90% 0%);
  }

  11% {
    clip-path: inset(60% 0% 55% 0%);
  }

  12% {
    clip-path: inset(8% 0% 68% 0%);
  }

  13% {
    clip-path: inset(95% 0% 45% 0%);
  }

  14% {
    clip-path: inset(20% 0% 68% 0%);
  }

  15% {
    clip-path: inset(45% 0% 65% 0%);
  }

  16% {
    clip-path: inset(65% 0% 95% 0%);
  }

  17% {
    clip-path: inset(3% 0% 12% 0%);
  }

  18% {
    clip-path: inset(80% 0% 18% 0%);
  }

  19% {
    clip-path: inset(50% 0% 35% 0%);
  }

  20% {
    clip-path: inset(55% 0% 75% 0%);
  }

  21% {
    clip-path: inset(0% 100% 0% 0%);
  }

  100% {
    clip-path: inset(0% 100% 0% 0%);
  }
}

@keyframes glitch-2 {
  0% {
    clip-path: inset(20% 0% 10% 0%);
  }

  1% {
    clip-path: inset(85% 0% 2% 0%);
  }

  2% {
    clip-path: inset(60% 0% 45% 0%);
  }

  3% {
    clip-path: inset(17% 0% 48% 0%);
  }

  4% {
    clip-path: inset(57% 0% 30% 0%);
  }

  5% {
    clip-path: inset(98% 0% 0% 0%);
  }

  6% {
    clip-path: inset(58% 0% 20% 0%);
  }

  7% {
    clip-path: inset(36% 0% 40% 0%);
  }

  8% {
    clip-path: inset(87% 0% 80% 0%);
  }

  9% {
    clip-path: inset(47% 0% 46% 0%);
  }

  10% {
    clip-path: inset(70% 0% 60% 0%);
  }

  11% {
    clip-path: inset(87% 0% 7% 0%);
  }

  12% {
    clip-path: inset(100% 0% 72% 0%);
  }

  13% {
    clip-path: inset(78% 0% 13% 0%);
  }

  14% {
    clip-path: inset(22% 0% 3% 0%);
  }

  15% {
    clip-path: inset(2% 0% 24% 0%);
  }

  16% {
    clip-path: inset(12% 0% 95% 0%);
  }

  17% {
    clip-path: inset(85% 0% 11% 0%);
  }

  18% {
    clip-path: inset(23% 0% 100% 0%);
  }

  19% {
    clip-path: inset(72% 0% 60% 0%);
  }

  20% {
    clip-path: inset(82% 0% 13% 0%);
  }

  21% {
    clip-path: inset(0% 100% 0% 0%);
  }

  100% {
    clip-path: inset(0% 100% 0% 0%);
  }
}

.fadeanime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0;
  animation: tenmetu 1.25s infinite linear;
}

@keyframes tenmetu {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0.7;
  }

  72% {
    opacity: 0;
  }

  74% {
    opacity: 0;
  }

  76% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.k-glitch-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  z-index: 1001;
}

.kfadeUp {
  animation: kfadeUpAnime 1s forwards 0.25s;
  opacity: 0;
}

@keyframes kfadeUpAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.k-glitch-box {
  width: 150px;
  height: 150px;
  position: relative;
}

.k-glitch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 3;
  animation: girigiri 2.5s infinite;
}

@keyframes girigiri {
  0% {
    opacity: 1;
    transform: none;
  }

  33% {
    opacity: 1;
    transform: none;
  }

  33.3% {
    opacity: .3;
    transform: skewX(5deg);
  }

  33.6% {
    opacity: 1;
    transform: skewX(-5deg);
  }

  33.9% {
    opacity: .3;
    transform: none;
  }

  34% {
    opacity: 1;
    transform: none;
  }

  34.3% {
    opacity: .2;
    transform: skewX(5deg);
  }

  34.6% {
    opacity: 1;
    transform: skewX(-5deg);
  }

  34.7% {
    opacity: .2;
    transform: none;
  }

  34.9% {
    opacity: 1;
  }

  44% {
    opacity: 1;
    transform: none;
  }

  44.2% {
    opacity: 0.1;
    transform: none;
  }

  44.4% {
    opacity: 1;
    transform: none;
  }

  44.6% {
    opacity: 0.1;
    transform: none;
  }

  45% {
    opacity: 1;
    transform: none;
  }

  65% {
    opacity: 1;
    transform: none;
  }

  65.3% {
    opacity: .2;
    transform: skewX(-30deg);
  }

  65.6% {
    opacity: 1;
    transform: skewX(30deg);
  }

  65.9% {
    opacity: .2;
    transform: none;
  }

  66% {
    opacity: 1;
    transform: none;
  }

  66.2% {
    opacity: .2;
    transform: skewX(5deg);
  }

  66.4% {
    opacity: 1;
    transform: skewX(-5deg);
  }

  66.6% {
    opacity: .2;
    transform: none;
  }

  70% {
    opacity: .8;
  }

  70.5% {
    opacity: 1;
  }

  70.8% {
    opacity: .2;
  }

  71% {
    opacity: 1;
  }

  76.3% {
    opacity: 1;
  }

  76.6% {
    opacity: 0.2;
  }

  76.9% {
    opacity: 1;
  }

  77% {
    opacity: 0.2;
    transform: none;
  }

  77.3% {
    opacity: 1;
    transform: skewX(15deg);
  }

  77.6% {
    opacity: 0.2;
    transform: skewX(-15deg);
  }

  77.9% {
    opacity: 1;
    transform: none;
  }

  78% {
    opacity: 1;
    transform: none;
  }

  78.1% {
    opacity: 0.2;
    transform: skewX(5deg);
  }

  78.4% {
    opacity: 0.5;
    transform: skewX(-5deg);
  }

  78.7% {
    opacity: 1;
    transform: none;
  }

  80% {
    opacity: 1;
  }

  80.3% {
    opacity: 0.2;
  }

  80.6% {
    opacity: 1;
  }

  80.9% {
    opacity: 0.2;
  }

  81% {
    opacity: 1;
  }
}

.glitchklayers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.glitchklayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.glitchklayer:nth-child(1) {
  background-image: url(../img/wh-K.png);
  transform: translateX(-0.1%) translateY(-0.1%);
  animation: glitch-anim-1 1s infinite linear alternate;
}

.glitchklayer:nth-child(2) {
  background-image: url(../img/dgl-K.png);
  transform: translateX(0.05%) translateY(0.05%);
  animation: glitch-anim-2 2s -.5s infinite linear alternate;
}

.glitchklayer:nth-child(3) {
  background-image: url(../img/wh-K.png);
  transform: translateX(1%);
  animation: glitch-anim-flash 1s infinite linear;
}

@keyframes glitch-anim-1 {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 5%, 0 5%);
  }

  10% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }

  20% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }

  30% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }

  40% {
    clip-path: polygon(0 35%, 100% 35%, 100% 35%, 0 35%);
  }

  50% {
    clip-path: polygon(0 45%, 100% 45%, 100% 46%, 0 46%);
  }

  60% {
    clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
  }

  70% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }

  80% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  90% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }

  100% {
    clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip-path: polygon(0 15%, 100% 15%, 100% 30%, 0 30%);
  }

  15% {
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }

  25% {
    clip-path: polygon(0 8%, 100% 8%, 100% 20%, 0 20%);
  }

  30% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }

  45% {
    clip-path: polygon(0 45%, 100% 45%, 100% 45%, 0 45%);
  }

  50% {
    clip-path: polygon(0 50%, 100% 50%, 100% 57%, 0 57%);
  }

  65% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }

  75% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }

  80% {
    clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
  }

  95% {
    clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0 60%);
  }

  100% {
    clip-path: polygon(0 11%, 100% 11%, 100% 15%, 0 15%);
  }
}

@keyframes glitch-anim-flash {
  0% {
    opacity: .2;
  }

  30%,
  100% {
    opacity: 0;
  }
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: block;
}

a,
a:hover {
  cursor: none;
}

.mousecursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 995;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    width 0.2s ease,
    height 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  display: none;
}

.mousecursor.active {
  opacity: 1;
}

.mousecursor.mousechange {
  width: 70px;
  height: 70px;
  border: 2px solid #00ffff;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.8), transparent);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.hamburger-box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 980;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
}

.hamburger {
  width: 50px;
  height: 30px;
  position: relative;
  cursor: none;
}

.hamburger::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -1px;
  bottom: -10px;
  left: -25px;
}

.hamburger-name {
  font-family: 'Orbitron', monospace;
  display: block;
  color: #00ffff;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  margin: 0 0 7px;
  transition: all 0.4s ease;
  position: relative;
}

.hamburger-name::before,
.hamburger-name::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: right;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.hamburger-name::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.hamburger-name::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

.hamburger .line {
  display: block;
  height: 4px;
  background-color: #0ff;
  position: absolute;
  right: 0;
  transition: all 0.4s ease;
  border-radius: 2px;
  box-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
}

.hamburger .top {
  width: 100%;
  top: 0;
}

.hamburger .middle {
  width: 66%;
  top: 13px;
}

.hamburger .bottom {
  width: 33%;
  bottom: 0;
}

.hamburger.active .top {
  transform: translateY(13px) rotate(405deg);
  width: 100%;
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  transform: translateY(-13px) rotate(405deg);
  width: 100%;
}

.menu-overlay {
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100vw;
  height: 80vh;
  pointer-events: none;
  z-index: 980;
}

.vertical-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 0;
  background: cyan;
  transform: translate(-50%, -50%);
  transition: height 0.5s ease;
  z-index: 980;
}

.horizontal-line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55vh;
  width: 0;
  background: #00ffff;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease 0.5s;
  z-index: 975;
}

.menu-items {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65vw;
  height: 55vh;
  transform: translate(-50%, -50%);
  background: #000808;
  border: 3px solid transparent;
  border-radius: 20px;
  background-clip: padding-box;
  box-shadow:
    0 0 10px rgb(0 255 255 / 60%),
    0 0 20px rgb(0 255 255 / 60%),
    0 0 40px rgb(0 255 255 / 60%);
  opacity: 0;
  transition: opacity 0.5s ease 1s;
  pointer-events: none;
  z-index: 980;
}

.menu-items ul {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  width: 85%;
  height: auto;
}

.menu-items ul li {
  font-family: 'Orbitron', monospace;
  display: block;
  font-size: 1.7vw;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.menu-items li a,
.menu-items li a.is-current {
  color: #00ffff;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  transition: color 0.25s ease;
  text-shadow: 0 0 10px rgb(0 255 255 / 70%), 0 0 20px rgb(0 255 255 / 50%), 0 0 40px rgb(0 255 255 / 40%), 0 0 80px rgb(0 255 255 / 20%), 0 0 70px rgb(0 255 255 / 15%), 0 0 80px rgb(0 255 255 / 10%);
  display: block;
  padding: 0;
}

.menu-items li a.is-current {
  color: #00aaff;
}

.menu-items li a::before,
.menu-items li a::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.menu-items li a::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 1.5s infinite linear alternate-reverse;
}

.menu-items li a::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 2.5s infinite linear alternate-reverse;
}

.menu-items li a.is-current::before,
.menu-items li a.is-current::after {
  opacity: 1;
}

.menu-overlay .vertical-line {
  height: 0;
  transition: height 0.5s ease;
}

.menu-overlay .horizontal-line {
  width: 0;
  transition: width 0.5s ease 0.5s;
}

.menu-overlay.active .vertical-line {
  height: 55vh;
  transition: height 0.5s ease;
}

.menu-overlay.active .horizontal-line {
  width: 65vw;
  transition: width 0.5s ease 0.5s;
}

.menu-overlay.closing .horizontal-line {
  width: 0;
  transition: width 0.5s ease;
}

.menu-overlay.closing .vertical-line {
  height: 0;
  transition: height 0.5s ease 0.5s;
}

.menu-overlay.active .menu-items {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease 1s;
}

.menu-overlay.closing .menu-items {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

header {
  position: fixed;
  width: 100%;
  z-index: 970;
  display: flex;
  justify-content: space-between;
}

.header-inner {
  width: 96%;
  padding: 0;
  margin: 15px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.header-inner h1 {
  font-family: 'Orbitron', monospace;
  font-size: 2.5rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.header-inner h1 a {
  display: block;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  transition: 0.25s;
  text-decoration: none;
  position: relative;
  margin: 0;
  padding: 8px 0;
}

.header-inner h1 a::before,
.header-inner h1 a::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  text-align: right;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.header-inner h1 a::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.header-inner h1 a::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

@keyframes glitch {
  0% {
    clip-path: inset(15% 0% 60% 0%);
  }

  1% {
    clip-path: inset(40% 0% 45% 0%);
  }

  2% {
    clip-path: inset(80% 0% 5% 0%);
  }

  3% {
    clip-path: inset(10% 0% 12% 0%);
  }

  4% {
    clip-path: inset(8% 0% 85% 0%);
  }

  5% {
    clip-path: inset(7% 0% 63% 0%);
  }

  6% {
    clip-path: inset(80% 0% 5% 0%);
  }

  7% {
    clip-path: inset(2% 0% 35% 0%);
  }

  8% {
    clip-path: inset(50% 0% 7% 0%);
  }

  9% {
    clip-path: inset(30% 0% 45% 0%);
  }

  10% {
    clip-path: inset(35% 0% 90% 0%);
  }

  11% {
    clip-path: inset(60% 0% 55% 0%);
  }

  12% {
    clip-path: inset(8% 0% 68% 0%);
  }

  13% {
    clip-path: inset(95% 0% 45% 0%);
  }

  14% {
    clip-path: inset(20% 0% 68% 0%);
  }

  15% {
    clip-path: inset(45% 0% 65% 0%);
  }

  16% {
    clip-path: inset(65% 0% 95% 0%);
  }

  17% {
    clip-path: inset(3% 0% 12% 0%);
  }

  18% {
    clip-path: inset(80% 0% 18% 0%);
  }

  19% {
    clip-path: inset(50% 0% 35% 0%);
  }

  20% {
    clip-path: inset(55% 0% 75% 0%);
  }

  21% {
    clip-path: inset(0% 100% 0% 0%);
  }

  100% {
    clip-path: inset(0% 100% 0% 0%);
  }
}

@keyframes glitch-2 {
  0% {
    clip-path: inset(20% 0% 10% 0%);
  }

  1% {
    clip-path: inset(85% 0% 2% 0%);
  }

  2% {
    clip-path: inset(60% 0% 45% 0%);
  }

  3% {
    clip-path: inset(17% 0% 48% 0%);
  }

  4% {
    clip-path: inset(57% 0% 30% 0%);
  }

  5% {
    clip-path: inset(98% 0% 0% 0%);
  }

  6% {
    clip-path: inset(58% 0% 20% 0%);
  }

  7% {
    clip-path: inset(36% 0% 40% 0%);
  }

  8% {
    clip-path: inset(87% 0% 80% 0%);
  }

  9% {
    clip-path: inset(47% 0% 46% 0%);
  }

  10% {
    clip-path: inset(70% 0% 60% 0%);
  }

  11% {
    clip-path: inset(87% 0% 7% 0%);
  }

  12% {
    clip-path: inset(100% 0% 72% 0%);
  }

  13% {
    clip-path: inset(78% 0% 13% 0%);
  }

  14% {
    clip-path: inset(22% 0% 3% 0%);
  }

  15% {
    clip-path: inset(2% 0% 24% 0%);
  }

  16% {
    clip-path: inset(12% 0% 95% 0%);
  }

  17% {
    clip-path: inset(85% 0% 11% 0%);
  }

  18% {
    clip-path: inset(23% 0% 100% 0%);
  }

  19% {
    clip-path: inset(72% 0% 60% 0%);
  }

  20% {
    clip-path: inset(82% 0% 13% 0%);
  }

  21% {
    clip-path: inset(0% 100% 0% 00%);
  }

  100% {
    clip-path: inset(0% 100% 0% 00%);
  }
}

@keyframes glitchTransform {
  0% {
    transform: translateX(0) scaleY(1);
  }

  20% {
    transform: translateX(-2px) scaleY(1.1);
  }

  40% {
    transform: translateX(3px) scaleY(0.95);
  }

  60% {
    transform: translateX(-3px) scaleY(1.15);
  }

  80% {
    transform: translateX(2px) scaleY(0.9);
  }

  100% {
    transform: translateX(0) scaleY(1);
  }
}

@keyframes glitchTransform-2 {
  0% {
    transform: translateX(0) scaleY(1);
  }

  25% {
    transform: translateX(2px) scaleY(0.95);
  }

  50% {
    transform: translateX(-3px) scaleY(1.1);
  }

  75% {
    transform: translateX(1px) scaleY(0.92);
  }

  100% {
    transform: translateX(0) scaleY(1);
  }
}

.mouse-scroll {
  position: fixed;
  bottom: 150px;
  right: 2%;
  transform: translateX(0);
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 10;
}

.mouse-shape {
  width: 30px;
  height: 50px;
  border: 2px solid cyan;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 0 10px cyan, 0 0 20px rgba(0, 255, 255, 0.4);
}

.wheel {
  width: 4px;
  height: 10px;
  background: cyan;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheelMove 1.5s infinite;
}

@keyframes wheelMove {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}

.scroll-text {
  text-align: center;
  color: cyan;
  font-size: 1.1rem;
  margin-top: 10px;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4);
  margin: 10px auto 0;
  animation: chakachaka 4s linear infinite;
}

article {
  width: 100%;
}

.top {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}

@keyframes chakachaka {
  0% {
    opacity: 0;
  }

  0.5% {
    opacity: 1;
  }

  54% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  56% {
    opacity: 0.7;
  }

  59% {
    opacity: 1;
  }

  59.5% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  60.5% {
    opacity: 1;
  }

  62% {
    opacity: 0.7;
  }

  63% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.big-kfab {
  position: absolute;
  top: 100px;
  left: 2%;
  font-family: 'Orbitron', monospace;
  font-size: 8vw;
  font-weight: 700;
  color: #ffffff;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.8),
    0 0 15px rgba(0, 255, 255, 0.6),
    0 0 25px rgba(0, 255, 255, 0.4),
    0 0 45px rgba(0, 255, 255, 0.3);
  z-index: 175;
}

.top-flow-text {
  position: absolute;
  bottom: 115px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 150;
}

.flow-two {
  position: absolute;
  bottom: 10%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  z-index: 150;
}

.flow-three {
  width: 100%;
  overflow: hidden;
  margin: 12px 0 0;
}

.flow-text-wrapper,
.flow-r-text-wrapper,
.slow-flow-text-wrapper {
  display: flex;
  width: fit-content;
  will-change: transform;
}

.flow-text-wrapper {
  animation: FlowText 150s linear infinite;
}

.flow-r-text-wrapper {
  animation: FlowReText 150s linear infinite;
}

.slow-flow-text-wrapper {
  animation: FlowText 200s linear infinite;
}

@keyframes FlowText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes FlowReText {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.flow-text {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.flow-text-content {
  font-family: 'Orbitron', monospace;
  font-size: 5rem;
  white-space: nowrap;
  color: #00ffff;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4);
  padding: 0;
  margin-right: 25px;
}

.top-flow-text-content {
  font-family: 'Orbitron', monospace;
  font-size: 3.5rem;
  white-space: nowrap;
  color: #00ffff;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4);
  padding: 0;
  margin-right: 25px;
  opacity: 0.4;
}

.about-flow-text {
  position: absolute;
  top: 10%;
  width: 100%;
  opacity: 0.5;
  margin: 0;
  z-index: 1;
}

.about-flowu-content {
  font-family: 'Orbitron', monospace;
  font-size: 2.5rem;
  white-space: nowrap;
  color: #00ffff;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4);
  padding: 0;
  margin-right: 25px;
  opacity: 0.3;
}

.about-flows-text-content {
  font-family: 'Orbitron', monospace;
  font-size: 3.5rem;
  white-space: nowrap;
  color: #00ffff;
  text-shadow:
    0 0 5px rgba(0, 255, 255, 0.9),
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4);
  padding: 0;
  margin-right: 25px;
  opacity: 0.6;
}


.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 300;
  perspective: 600px;
  perspective-origin: center center;
}

.click-box {
  position: absolute;
  top: calc(50% + 175px);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  display: block;
  z-index: 5;
}

.click-text {
  position: relative;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Orbitron', monospace;
  text-align: center;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  white-space: nowrap;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.click-text::before,
.click-text::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  color: #000808;
  overflow: hidden;
  pointer-events: none;
}

.click-text::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.click-text::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

a.button-wrap {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: rgb(0 11 11);
  box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.5);
  transition: transform 1.5s ease-in-out, box-shadow 0.5s ease-in-out;
  transform-style: preserve-3d;
  will-change: transform;
}

.button-wrap.wobble {
  animation: krogoMove 6s ease-in-out infinite;
}

@keyframes krogoMove {
  0% {
    transform: perspective(600px) translate(6px, 0px) rotateX(0deg) rotateY(10deg);
    background: rgb(0 11 11);
    box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.5);
  }

  12.5% {
    transform: perspective(600px) translate(4.2px, 4.2px) rotateX(6deg) rotateY(8deg);
  }

  25% {
    transform: perspective(600px) translate(0px, 6px) rotateX(12deg) rotateY(0deg);
  }

  37.5% {
    transform: perspective(600px) translate(-4.2px, 4.2px) rotateX(8deg) rotateY(-6deg);
  }

  50% {
    transform: perspective(600px) translate(-6px, 0px) rotateX(0deg) rotateY(-10deg);
    background: rgb(0 11 11);
    box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.5);
  }

  60% {
    transform: perspective(600px) translate(-4.2px, -4.2px) rotateX(-6deg) rotateY(-8deg);
    background: rgb(0 52 52);
    box-shadow: 0 0 30px 10px rgba(0, 255, 255, 0.8);
  }

  75% {
    transform: perspective(600px) translate(0px, -6px) rotateX(-12deg) rotateY(0deg);
  }

  80% {
    transform: perspective(600px) translate(4.2px, -4.2px) rotateX(-8deg) rotateY(6deg);
    background: rgb(0 52 52);
    box-shadow: 0 0 30px 10px rgba(0, 255, 255, 0.8);
  }

  90% {
    background: rgb(0 11 11);
    box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.5);
  }

  100% {
    transform: perspective(600px) translate(6px, 0px) rotateX(0deg) rotateY(10deg);
    background: rgb(0 11 11);
    box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.5);
  }
}

a.button-wrap:hover {
  background: rgb(0 52 52);
  box-shadow: 0 0 30px 10px rgba(0, 255, 255, 0.8);
}

a.button-wrap:hover .button-g {
  opacity: 0;
}

a.button-wrap:hover .button-b {
  opacity: 1;
}

.button {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button-g {
  opacity: 1;
  transition: all 0.3s ease;
}

.button-b {
  opacity: 0;
  transition: all 0.3s ease;
}

.c {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 -50% 0 0;
}

.c p {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #008e8e;
  margin: 0;
}

footer {
  width: 100%;
  height: 22px;
  padding: 0;
}

footer p {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #008e8e;
  text-align: center;
  margin: 0;
}

.work {
  width: 96%;
  margin: 0 auto;
  padding: 1px 0 50px;
}

.w-text {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 75px 0 40px;
  z-index: 50;
}

.shuffle-text-big {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Orbitron', monospace;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
}

.w-c-box {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 150px auto 0;
}

.w-c-b {
  width: 28%;
  margin: 60px 0 0;
}

.w-c-b-i {
  width: 100%;
  aspect-ratio: 1920 / 1091;
  position: relative;
  overflow: visible;
  margin: 0;
  perspective: 1000px;
}

.w-c-b-i a {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  will-change: transform;
  border: 2px solid rgba(0, 255, 255, 0.7);
  box-shadow: 0 0 15px 5px rgba(0, 255, 255, 0.4);
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  position: relative;
}

.work-link-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  filter: sepia(100%) hue-rotate(145deg) saturate(65%);
}

.work-link-icon {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 22px;
  height: auto;
  object-fit: contain;
  z-index: 10;
}

.w-c-b-i-text {
  font-size: 1.5rem;
  color: #00ffff;
  text-align: center;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  margin: 15px 0 0;
  padding: 0;
  transition: 0.25s;
  position: relative;
}

.w-c-b-i-text::before,
.w-c-b-i-text::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.w-c-b-i-text::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.w-c-b-i-text::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

.work-comment {
  font-size: 1.5rem;
  color: #00ffff;
  text-align: center;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),

    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  margin: 60px 0 0;
  padding: 0;
}

.sample {
  width: 100%;
  height: calc(100vh - 23px);
  height: calc(100dvh - 23px);
  position: relative;
  padding: 1px 0 0;
}

.sample-shuffle {
  width: 96%;
  margin: 75px auto 0;
}

.sample-contents {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  width: 600px;
  height: auto;
  display: inline-block;
  text-align: center;
}

.sample-board {
  margin: auto;
  width: 415px;
  height: 65px;
  display: block;
  background-color: #000808;
  border: 5px solid #00ffff;
  border-radius: 35px;
  box-shadow: 0 0 10px rgb(0 255 255 / 60%),
    0 0 20px rgb(0 255 255 / 40%),
    0 0 40px rgb(0 255 255 / 20%);
  text-decoration: none;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.sample-name {
  font-family: 'Orbitron', monospace;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  display: block;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  transition: 0.25s;
  position: relative;
  margin: 0;
  padding: 0;
}

.sample-name::before,
.sample-name::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  text-align: right;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.sample-name::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.sample-name::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

.sample-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  display: inline-block;
}

.sample-comment {
  display: inline-block;
  margin: 10px auto 0;
}

.sample-comment p {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.5rem;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  animation: chakachaka 3s linear infinite;
  padding: 0;
}

.loading-messages {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -50% 0 0;
  font-family: 'Orbitron', monospace;
  font-size: 1.5rem;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  display: block;
}

.blink {
  margin: 10px 0;
  animation: chakachaka 3s linear infinite;
}

.about {
  width: 100%;
  min-height: calc(100vh - 23px);
  min-height: calc(100dvh - 23px);
  padding: 1px 0 0;
  position: relative;
}

.about-title {
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
  margin: 75px auto 50px;
  z-index: 250;
}

.shuffle-text-about {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Orbitron', monospace;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 20px rgba(0, 255, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.4), 0 0 80px rgba(0, 255, 255, 0.2), 0 0 70px rgba(0, 255, 255, 0.15), 0 0 80px rgba(0, 255, 255, 0.1);
  margin: 0;
}

.about-box {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0;
  z-index: 200;
}

.rogo-box-one,
.rogo-box-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px 0;
}

.rogo-box-one img,
.rogo-box-two img {
  display: block;
  width: 22%;
  object-fit: contain;
  margin: 0 40px 0;
}

.about-text {
  font-family: 'Orbitron', monospace;
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  text-align: center;
  margin: 50px auto 0;
  animation: chakachaka 4s linear infinite;
}

@keyframes chakachaka {
  0% {
    opacity: 0;
  }

  0.5% {
    opacity: 1;
  }

  54% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  56% {
    opacity: 0.7;
  }

  59% {
    opacity: 1;
  }

  59.5% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  60.5% {
    opacity: 1;
  }

  62% {
    opacity: 0.7;
  }

  63% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.about-video.overlay {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 35vw;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}

.video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 3px 3px;
  background-image: linear-gradient(45deg, rgb(3 24 22 / 55%), rgb(33 36 37 / 12%));
}

.contact {
  width: 100%;
  position: relative;
  padding: 1px 0 100px;
}

.contact-top {
  width: 96%;
  margin: 75px auto 0;
}

.contact-box {
  width: 700px;
  margin: 75px auto 0;
}

.shuffle-text {
  display: inline-block;
  white-space: nowrap;
  font-family: 'Orbitron', monospace;
  letter-spacing: 0;
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
}

.form {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.form-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.form-item-label {
  display: block;
  width: 100%;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  color: #00ffff;
  padding: 0;
  margin: 10px 0;
}

.form-item-input {
  font-size: 1.5rem;
  width: calc(100% - 34px);
  height: 50px;
  color: #ffffff;
  background: #000808;
  border: 1px solid #00ffff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 255 255 / 10%), 0 0 20px rgb(0 255 255 / 10%);
  margin: 10px 0 0;
  padding: 0 15px;
}

#email-error {
  font-size: 1.5rem;
  width: calc(100% - 34px);
  min-height: 50px;
  color: #00ffcc;
  margin: 10px 0 0;
  padding: 0 15px;
  display: none;
}

.form-item-textarea {
  font-size: 1.5rem;
  width: calc(100% - 34px);
  height: 300px;
  color: #ffffff;
  background: #000808;
  border: 1px solid #00ffff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 255 255 / 10%), 0 0 20px rgb(0 255 255 / 10%);
  margin: 10px 0 0;
  padding: 15px;
}

.form-item-input:-webkit-autofill,
.form-item-textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000808 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.form-item-input::placeholder,
.form-item-textarea::placeholder {
  color: rgba(0, 255, 255, 0.4);
  font-size: 1.8rem;
}

.form-item-input:focus,
.form-item-textarea:focus {
  outline: none;
  border: 1px solid #00ffcc;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
}

.form-btn {
  font-size: 1.5rem;
  color: #00ffff;
  letter-spacing: 0.1rem;
  margin: 75px auto 0;
  padding: 10px 0;
  width: 380px;
  display: block;
  border-radius: 25px;
  background-color: #000808;
  border: 3px solid #00ffff;
  box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 30%), inset 0 0 10px rgb(0 255 255 / 30%);
  transition: color 0.25s ease, border 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

input,
textarea,
.form-item-label,
.form-check,
.form-btn,
.form-s-btn,
.form-r-btn {
  cursor: none;
}

.form-check {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: #ffffff;
  padding: 0;
  margin: 30px 0 0;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.form-check input[type="checkbox"] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  accent-color: #00ffff;
  border: 2px solid #00ffffff;
  background-color: #000808;
}

.error-messages,
.successMessage {
  padding: 10px 0;
  font-size: 16px;
  list-style: none;
  margin: 30px 0;
  text-align: center;
}

.error-messages {
  color: #00ffcc;
}

.error-messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.error-messages ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.error-message-mail {
  color: #00ffcc;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.form-attention {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #ffffff;
  padding: 0;
  margin: 50px 0;
}

.form-attention a {
  color: #00ffff;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.attention {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #00ffff;
  padding: 0;
  margin: 0 0 100px;
  text-align: center;
  animation: chakachaka 4s linear infinite;
}

.note {
  text-align: center;
  margin: auto;
  padding: 60px 0 0;
}

.note p {
  font-size: 1.4rem;
  color: #00ffff;
  letter-spacing: 0.1rem;
}

.note a {
  white-space: nowrap;
  color: #00ffff;
  transition: 0.2s;
}

.confirm-table {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
  display: block;
  width: 100%;
  letter-spacing: 0.2rem;
  padding: 5px 0 0;
}

.confirm-table th {
  font-size: 1.5rem;
  font-weight: 400;
  color: #00ffff;
  margin: 20px 0 0;
}

.confirm-table td {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 5px 0 10px
}

.form-s-btn {
  font-size: 1.5rem;
  color: #00ffff;
  letter-spacing: 0.1rem;
  margin: 75px auto 0;
  padding: 10px 0;
  width: 380px;
  display: block;
  border-radius: 25px;
  background-color: #000808;
  border: 3px solid #00ffff;
  box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 30%), inset 0 0 10px rgb(0 255 255 / 30%);
  transition: color 0.25s ease, border 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.form-r-btn {
  font-size: 1.5rem;
  color: #00ffff;
  letter-spacing: 0.1rem;
  margin: 40px auto 0;
  padding: 10px 0;
  width: 380px;
  display: block;
  border-radius: 25px;
  background-color: #000808;
  border: 3px solid #00ffff;
  box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 30%), inset 0 0 10px rgb(0 255 255 / 30%);
  transition: color 0.25s ease, border 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.thanks {
  width: 100%;
  height: calc(100vh - 23px);
  height: calc(100dvh - 23px);
  position: relative;
  padding: 1px 0 0;
}

.thanks-contents {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  height: auto;
  display: inline-block;
}

.thanks-contents h2 {
  font-family: 'Orbitron', monospace;
  font-size: 2rem;
  letter-spacing: 1.5rem;
  text-align: center;
  margin: 0 0 75px;
  padding: 0;
  display: block;
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 20px rgba(0, 255, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.4), 0 0 80px rgba(0, 255, 255, 0.2), 0 0 70px rgba(0, 255, 255, 0.15), 0 0 80px rgba(0, 255, 255, 0.1);
  position: relative;
}

.thanks-contents h2::before,
.thanks-contents h2::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #005252;
  overflow: hidden;
  pointer-events: none;
}

.thanks-contents h2::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 1s infinite linear alternate-reverse;
}

.thanks-contents h2::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 1.75s infinite linear alternate-reverse;
}

.thanks-comment {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  color: #ffffff;
  padding: 0;
  margin: 0 0 50px;
}

.thanks-btn {
  margin: auto;
  width: 380px;
  height: 55px;
  display: block;
  background-color: #000808;
  border: 5px solid #00ffff;
  border-radius: 28px;
  box-shadow: 0 0 10px rgb(0 255 255 / 60%),
    0 0 20px rgb(0 255 255 / 40%),
    0 0 40px rgb(0 255 255 / 20%);
  text-decoration: none;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.thanks-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 -50% 0 0;
  display: inline-block;
}

.thanks-btn-name {
  font-family: 'Orbitron', monospace;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  display: block;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  transition: 0.25s;
  position: relative;
  margin: 0;
  padding: 0;
}

.thanks-btn-name::before,
.thanks-btn-name::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  text-align: right;
  color: #000808;
  overflow: hidden;
  opacity: 0;
  transition: 0.1s;
  pointer-events: none;
}

.thanks-btn-name::before {
  left: 1px;
  text-shadow: -1px 0 #ff0000;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch 0.5s infinite linear alternate-reverse;
}

.thanks-btn-name::after {
  left: -1px;
  text-shadow: 1px 0 #0000ff;
  clip-path: inset(0% 0% 0% 0%);
  animation: glitch-2 0.75s infinite linear alternate-reverse;
}

.privacy {
  width: 100%;
  position: relative;
  padding: 1px 0 0;
}

.privacy-top {
  width: 96%;
  margin: 75px auto 0;
}

.privacy-top h3 {
  white-space: nowrap;
  font-family: 'Orbitron', monospace;
  letter-spacing: 0;
  font-size: 5rem;
  font-weight: 700;
  color: #00ffff;
  text-shadow:
    0 0 10px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(0, 255, 255, 0.5),
    0 0 40px rgba(0, 255, 255, 0.4),
    0 0 80px rgba(0, 255, 255, 0.2),
    0 0 70px rgba(0, 255, 255, 0.15),
    0 0 80px rgba(0, 255, 255, 0.1);
  margin: 0;
}

.privacy-middle {
  width: 80%;
  margin: auto;
  padding: 65px 0;
}

.privacy-inner {
  width: 100%;
  margin: 0 auto;
}

.privacy-inner h3 {
  margin: 0 0 30px 0;
  font-size: 3rem;
  font-weight: 500;
  color: #00ffff;
  letter-spacing: 0.3rem;
}

.privacy-inner p {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.privacy-inner a {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #00ffff;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  transition: color 0.25s;
}

.privacy-inner h4 {
  margin: 50px 0 20px;
  font-size: 2rem;
  color: #00ffff;
  line-height: 2;
  letter-spacing: 0.3rem;
}

.privacy-inner ol {
  margin: 20px 0 20px 20px;
}

.privacy-inner li {
  list-style: outside decimal;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 20px 0;
}

.privacy-last {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #00ffff;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*1100px以上*/
@media screen and (min-width:1100px) {
  .scroll-text {
    display: none;
  }
}

/*1099px以下*/
@media screen and (min-width:600px) and (max-width:1099px) {

  .horizontal-line {
    border-radius: 10px;
  }

  .menu-items {
    border-radius: 10px;
  }

  .menu-items ul {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 90%;
    top: 50%;
  }

  .menu-items ul li {
    font-size: 2.5rem;
  }

  a.button-wrap .button-g {
    animation: tentou 6s linear infinite;
  }

  @keyframes tentou {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 1;
    }

    60% {
      opacity: 0;
    }

    80% {
      opacity: 0;
    }

    90% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  a.button-wrap .button-b {
    animation: syoutou 6s linear infinite;
  }

  @keyframes syoutou {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    90% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  .big-kfab {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 -50% 0 0;
    font-size: 22vw;
  }

  .container {
    width: 500px;
    height: auto;
    perspective: 500px;
  }

  .click-box {
    display: none;
  }

  .mouse-scroll {
    position: fixed;
    bottom: 150px;
    right: 30px;
  }

  .scroll-text {
    display: none;
  }

  .rogo-box-one,
  .rogo-box-two {
    margin: 0;
  }

  .rogo-box-one img,
  .rogo-box-two img {
    width: 40%;
    margin: 4% 15%;
  }

  .about-text {
    margin: 5% auto 0;
    text-shadow: none;
  }

  .w-c-box {
    display: block;
    width: 100%;
    margin: 250px 0 50px;
  }

  .w-c-b {
    width: 75%;
    margin: 50px auto;
  }

  .w-c-b-i-text {
    font-size: 1.5rem;
  }

  .work-comment {
    font-size: 1.4rem;
    margin: 100px auto;
    padding: 0;
  }

  .about-video.overlay {
    bottom: 8%;
    right: 5%;
    width: 50vw;
    border-radius: 10px;
  }

  .sample-board {
    background-color: #002e2e;
    border: 5px solid #ffffff;
    box-shadow:
      0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .sample-name::before {
    opacity: 1;
  }

  .sample-name::after {
    opacity: 1;
  }

  .sample-name {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }

  .sample-name::before {
    animation: glitch 1.5s infinite linear alternate-reverse;
  }

  .sample-name::after {
    animation: glitch-2 2.5s infinite linear alternate-reverse;
  }

  .shuffle-text {
    font-size: 4rem;
  }

  .contact-box {
    width: 550px;
  }

  .form {
    width: 550px;
  }

  .form-btn {
    background-color: #002e2e;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .note {
    text-align: left;
  }

  .note p {
    font-size: 1.3rem;
  }

  .confirm-table {
    width: 550px;
  }

  .form-s-btn,
  .form-r-btn {
    background-color: #002e2e;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .thanks-btn {
    background-color: #002e2e;
    border: 5px solid #ffffff;
    box-shadow:
      0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .thanks-btn-name::before {
    opacity: 1;
  }

  .thanks-btn-name::after {
    opacity: 1;
  }

  .thanks-btn-name {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }

  .thanks-btn-name::before {
    animation: glitch 1.5s infinite linear alternate-reverse;
  }

  .thanks-btn-name::after {
    animation: glitch-2 2.5s infinite linear alternate-reverse;
  }

  .privacy-top-title {
    display: block;
    padding: 250px 0 30px;
    width: 80%;
    text-align: right;
  }

  .privacy-middle {
    width: 80%;
    padding: 50px 0;
  }

  .privacy-inner h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }

  .privacy-inner p {
    font-weight: 400;
    letter-spacing: 0.2rem;
  }

  .privacy-inner h4 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }

  .privacy-inner ol {
    margin: 20px 0;
    padding: 0 0 0 25px;
  }

  .privacy-inner li {
    font-weight: 400;
    letter-spacing: 0.2rem;
  }

}

/*599px以下*/
@media screen and (max-width:599px) {

  .hamburger-box {
    bottom: 15px;
    right: 15px;
  }

  .hamburger-name {
    font-size: 1.5rem;
  }

  .hamburger {
    width: 40px;
    height: 28px;
  }

  .hamburger .middle {
    top: 12px;
  }

  .horizontal-line {
    top: 42%;
    border-radius: 10px;
  }

  .vertical-line {
    top: 42%;
  }

  .menu-overlay.active .horizontal-line {
    width: 80vw;
  }

  .menu-items {
    top: 42%;
    width: 80vw;
    border-radius: 10px;
  }

  .menu-items ul {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 90%;
    top: 50%;
  }

  .menu-items ul li {
    font-size: 1.8rem;
    padding: 5px 15px;
  }

  .header-inner {
    width: 96%;
    margin: 5px auto 0;
  }

  .header-inner h1 {
    font-size: 2rem;
    margin: 0;
  }

  .header-inner h1 a {
    padding: 8px;
  }

  .header-inner h1 a::before,
  .header-inner h1 a::after {
    top: 8px;
  }

  .top-text {
    bottom: 70%;
  }

  .k-glitch-container {
    top: 51%;
    width: 100px;
    height: 100px;
  }

  .k-glitch-box {
    width: 100px;
    height: 100px;
  }

  .top-flow-text {
    bottom: 85px;
  }

  .flow-text {
    margin: 0 0 6px;
  }

  .flow-text-content,
  .about-flows-text-content {
    font-size: 3rem;
    margin-right: 15px;
  }

  .top-flow-text-content {
    font-size: 2rem;
    margin-right: 8px;
  }

  .big-kfab {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 -50% 0 0;
    font-size: 22vw;
  }

  .container {
    width: 175px;
    height: auto;
    perspective: 175px;
  }

  .click-box {
    display: none;
  }

  a.button-wrap {
    width: 175px;
    height: 175px;
  }

  .button {
    width: 100px;
    height: 100px;
  }

  a.button-wrap .button-g {
    animation: tentou 6s linear infinite;
  }

  @keyframes tentou {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 1;
    }

    60% {
      opacity: 0;
    }

    80% {
      opacity: 0;
    }

    90% {
      opacity: 1;
    }

    100% {
      opacity: 1;
    }
  }

  a.button-wrap .button-b {
    animation: syoutou 6s linear infinite;
  }

  @keyframes syoutou {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    90% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  .mouse-scroll {
    position: fixed;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
  }

  .sample-shuffle {
    width: calc(96% - 16px);
    margin: 50px auto 0;
  }

  .sample-contents {
    width: 100%;
    top: 48%;
  }

  .sample-board {
    width: 268px;
    height: 55px;
    border-radius: 30px;
    background-color: #002e2e;
    border: 3px solid #ffffff;
    box-shadow:
      0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .sample-name::before {
    opacity: 1;
  }

  .sample-name::after {
    opacity: 1;
  }

  .sample-name {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }

  .sample-name::before {
    animation: glitch 1.5s infinite linear alternate-reverse;
  }

  .sample-name::after {
    animation: glitch-2 2.5s infinite linear alternate-reverse;
  }

  .sample-comment {
    text-align: left;
    margin: 28px 0 0;
    width: 250px;
  }

  .sample-comment p {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    margin: 0;
  }

  .loading-messages {
    bottom: 10%;
    font-size: 1.3rem;
  }

  .about-title {
    width: 96%;
    margin: 50px auto 50px;
  }

  .shuffle-text-about {
    font-size: 3rem;
    margin: 0 0 0 8px;
  }

  .about-box {
    top: 52%;
  }

  .rogo-box-one,
  .rogo-box-two {
    display: block;
    margin: 0 auto;
  }

  .rogo-box-one img,
  .rogo-box-two img {
    width: 175px;
    margin: 30px auto 0;
  }

  .about-text {
    font-size: 2rem;
    margin: 30px auto 0;
    text-shadow: none;
  }

  .w-text {
    margin: 100px 0 40px;
  }

  .work {
    width: 100%;
  }

  .w-text {
    margin: 50px 0 0 8px;
    padding: 0 0 0 2%;
  }

  .shuffle-text-big {
    font-size: 3rem;
  }

  .w-c-box {
    display: block;
    width: 100%;
    margin: 140px 0 0;
  }

  .w-c-b {
    width: 100%;
    margin: 0 0 50px;
  }

  .w-c-b-i a {
    border-top: 2px solid rgba(0, 255, 255, 0.7);
    border-bottom: 2px solid rgba(0, 255, 255, 0.7);
    border-left: none;
    border-right: none;
  }

  .w-c-b-i-text {
    font-size: 1.4rem;
    text-align: left;
    margin: 12px 0 0 8px;
    padding: 0 0 0 2%;
  }

  .w-c-b-i-text::before,
  .w-c-b-i-text::after {
    display: none;
  }

  .work-link-icon {
    top: 7%;
    right: 3%;
  }

  .work-comment {
    font-size: 1.3rem;
    margin: 50px 0 20px;
    padding: 0;
  }

  .header-inner-comment {
    font-size: 1.4rem;
  }

  .header-inner-comment::before,
  .header-inner-comment::after {
    border-width: 5px 7px 5px 0;
  }

  .header-inner-comment::after {
    left: 11px;
  }

  .about-video.overlay {
    bottom: 8%;
    right: 3%;
    width: 55vw;
    border-radius: 8px;
  }

  .flow-two {
    bottom: 8%;
  }

  .contact-top {
    width: calc(96% - 16px);
    margin: 50px auto 0;
  }

  .contact-box {
    width: 90%;
    margin: 50px auto 0;
  }

  .shuffle-text {
    font-size: 2.75rem;
  }

  .contact-box>p {
    margin: 100px auto 0;
  }

  .form {
    margin-top: 15px;
    width: 100%;
  }

  .form-item-label {
    font-size: 1.5rem;
    margin: 0px;
  }

  #email-error {
    font-size: 1.4rem;
    width: calc(100% - 10px);
    min-height: 50px;
    color: #00ffcc;
    margin: 10px 0 0;
    padding: 0 5px;
  }

  .form-item-input {
    font-size: 1.5rem;
    width: calc(100% - 24px);
    padding: 0 10px;
  }

  .form-item-textarea {
    font-size: 1.5rem;
    width: calc(100% - 24px);
    padding: 10px;
  }

  .form-btn {
    font-size: 1.5rem;
    margin: 65px auto 0;
    padding: 7px 0;
    width: 70%;
    display: block;
    border-radius: 18px;
    background-color: #002e2e;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .form-check {
    font-size: 1.4rem;
  }

  .form-attention {
    font-size: 1.5rem;
    margin: 0 auto 35px;
    text-align: left;
    letter-spacing: 0;
  }

  .attention {
    font-size: 1.2rem;
    margin: 35px auto 100px;
    text-align: center;
    width: 95%;
    letter-spacing: 0;
  }

  .error-messages ul li {
    text-align: left;
  }

  .note {
    text-align: left;
  }

  .note p {
    font-size: 1.3rem;
  }

  .confirm-table {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
  }

  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
    letter-spacing: 0.2rem;
    padding: 5px 0 0;
  }

  .confirm-table th {
    font-size: 1.4rem;
    font-weight: 400;
    color: #00ffff;
    margin: 20px 0 0;
  }

  .confirm-table td {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 5px 0 10px
  }

  .form-s-btn,
  .form-r-btn {
    font-size: 1.5rem;
    padding: 7px 0;
    width: 70%;
    display: block;
    border-radius: 18px;
    background-color: #002e2e;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .form-s-btn {
    margin: 65px auto 0;
  }

  .form-r-btn {
    margin: 35px auto 0;
  }

  .thanks-contents {
    top: 48%;
    width: 80%;
  }

  .thanks-contents h2 {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    margin: 0 0 50px;
  }

  .thanks-comment {
    margin: 0 0 40px;
  }


  .thanks-btn {
    width: 222px;
    height: 40px;
    border-radius: 22px;
    background-color: #002e2e;
    border: 3px solid #ffffff;
    box-shadow:
      0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .thanks-btn-name::before {
    opacity: 1;
  }

  .thanks-btn-name::after {
    opacity: 1;
  }

  .thanks-btn-name {
    color: #ffffff;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }

  .thanks-btn-name::before {
    animation: glitch 1.5s infinite linear alternate-reverse;
  }

  .thanks-btn-name::after {
    animation: glitch-2 2.5s infinite linear alternate-reverse;
  }

  .privacy-top {
    width: calc(96% - 16px);
    margin: 50px auto 0;
  }

  .privacy-middle {
    width: 90%;
    padding: 50px 0 100px;
  }

  .privacy-inner h3 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .privacy-inner p {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }

  .privacy-inner h4 {
    margin: 30px 0 10px;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }

  .privacy-inner ol {
    margin: 20px 0;
    padding: 0 0 0 25px;
  }

  .privacy-inner li {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }

}

@media (hover: hover) {
  .hamburger-box:hover .hamburger-name {
    color: #ffffff;
  }

  .hamburger-box:hover .hamburger-name::before {
    opacity: 1;
  }

  .hamburger-box:hover .hamburger-name::after {
    opacity: 1;
  }

  .hamburger-box:hover .hamburger .line {
    background-color: #ffffff;
  }

  .menu-items li a:hover {
    color: #ffffff;
  }

  .menu-items li a:hover::before,
  .menu-items li a:hover::after {
    opacity: 1;
  }

  .header-inner h1 a:hover {
    color: #ffffff;
  }

  .header-inner h1 a:hover::before {
    opacity: 1;
  }

  .header-inner h1 a:hover::after {
    opacity: 1;
  }

  .container a:hover~.click-box .click-text {
    opacity: 1;
  }

  .w-c-b-i a:hover {
    transform: scale(0.97);
    box-shadow: 0 0 20px 8px rgba(0, 255, 255, 0.5);
  }

  .w-c-b-i a:hover~.w-c-b-i-text {
    color: #ffffff;
  }

  .w-c-b-i a:hover .work-link-photo {
    filter: none !important;
  }

  .w-c-b-i a:hover~.w-c-b-i-text::before {
    opacity: 1;
  }

  .w-c-b-i a:hover~.w-c-b-i-text::after {
    opacity: 1;
  }

  .sample-board:hover {
    background-color: #002e2e;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .sample-board:hover .sample-name {
    color: #ffffff;
  }

  .sample-board:hover .sample-name::before {
    opacity: 1;
  }

  .sample-board:hover .sample-name::after {
    opacity: 1;
  }

  .form-btn:hover {
    color: #ffffff;
    background-color: #002e2e;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .form-s-btn:hover {
    color: #ffffff;
    background-color: #002e2e;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .form-r-btn:hover {
    color: #ffffff;
    background-color: #002e2e;
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%), 0 0 20px rgb(0 255 255 / 50%), inset 0 0 5px rgb(0 255 255 / 50%), inset 0 0 10px rgb(0 255 255 / 30%);
  }

  .form-attention a:hover {
    color: #00ffcc;
  }

  .note a:hover {
    color: #ffffff;
  }

  .thanks-btn:hover {
    background-color: #002e2e;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px rgb(0 255 255 / 50%),
      0 0 20px rgb(0 255 255 / 50%),
      0 0 40px rgb(0 255 255 / 50%),
      inset 0 0 5px rgb(0 255 255 / 30%),
      inset 0 0 10px rgb(0 255 255 / 30%),
      inset 0 0 20px rgb(0 255 255 / 30%);
  }

  .thanks-btn:hover .thanks-btn-name {
    color: #ffffff;
  }

  .thanks-btn:hover .thanks-btn-name::before {
    opacity: 1;
  }

  .thanks-btn:hover .thanks-btn-name::after {
    opacity: 1;
  }

  .privacy-inner a:hover {
    color: #00ffcc;
  }

}

@media (hover: none) {

  a:hover,
  .hamburger-box:hover {
    cursor: default;
  }

  .mousecursor.mousechange {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid white !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent) !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6) !important;
  }

}