@charset "UTF-8";

@font-face {
  font-family: "Jokker";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Jokker-Semibold.woff2") format("woff2");
}

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

blockquote,
body,
button,
dd,
dl,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
input,
legend,
ol,
option,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
sub,
sup,
th {
  font-size: inherit;
  font-weight: inherit;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

a,
abbr[title],
ins {
  text-decoration: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
  min-height: 100%;
  font-family: "Jokker", "Outfit", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  background: none;
  color: inherit;
  font: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

a,
button,
input[type="checkbox"],
input[type="radio"],
label,
select {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Shared keyframes borrowed from Styleport ===== */
@keyframes animationGradient {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes moveLight {
  0% {
    transform: translate(0) scale(1.2) rotate(0deg);
  }
  20% {
    transform: translate(-5%, -14%) scale(1.4) rotate(15deg);
  }
  40% {
    transform: translate(-10%, -28%) scale(1.3) rotate(25deg);
  }
  60% {
    transform: translate(-15%, -14%) scale(1.6) rotate(15deg);
  }
  80% {
    transform: translate(-5%, 5%) scale(1.25) rotate(8deg);
  }
  100% {
    transform: translate(0) scale(1.2) rotate(0deg);
  }
}

@keyframes noiseAnimation {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%);
  }
  70% {
    transform: translateY(10%);
  }
  80% {
    transform: translate(-15%);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%);
  }
}

@keyframes loadingIcon {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
