/* --- RESET --- */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  cursor: url(hand.png) 32 32,
  default !important;
  text-rendering: optimizeLegibility;
}

a {
  cursor: url(hand_rock.png) 32 32,
  default !important;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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


html,
body {
  min-height: 100vh;
  background-color: #111111;
  max-width: 100vw;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

.content {
  color: #111111;
  font-family: Roboto,
  -apple-system,
  BlinkMacSystemFont,
  Segoe UI,
  Oxygen,
  Ubuntu,
  Cantarell,
  Fira Sans,
  Droid Sans,
  Helvetica Neue,
  sans-serif;
  letter-spacing: -0.25rem;
  font-weight: 900;
  padding: 0 3vw 0 5vw;
  padding-top: 12vh;
  font-size: calc( 28px + 96 * (100vw - 300px) / 1200 );
}

.content p {
  color: #202020;
  opacity: 0.9;
}

.privacy {
  padding-top: 3vw;
  color: beige;
  letter-spacing: 0.25rem;
  padding-bottom: 10vh;
}

.privacy h1 {
  color: beige;
  margin: 5rem 0;
  font-size: calc(28px + 96 * (100vw - 300px) / 1000);
}

.privacy h2 {
  color: beige;
  margin: 5rem 0;
}

.privacy h3 {
  color: aqua;
  filter: contrast(0.5);
  margin: 5rem 0;
}

.privacy h4 {
  color: beige;
  margin: 3rem 0;
  font-size: calc(28px + 96 * (100vw - 300px) / 1800);
}

.privacy p {
  color: beige;
  font-size: calc(28px + 96 * (100vw - 300px) / 3500);
}

video {
  max-width: 90vw;
  margin: 0 auto;
}

.headline {
  font-size: calc( 28px + 96 * (100vw - 300px) / 600);
}

.finger {
  max-width: calc(28px + 96 * (100vw - 300px) / 800);
  margin-left: calc(28px + 96 * (100vw - 300px) / 5000);
  margin-bottom: 15rem;
  z-index: 999;
  position: relative;
}

.header_video {
  max-width: calc(28px + 96 * (100vw - 300px) / 120);
  margin-left: calc(28px + 96 * (100vw - 300px) / 5000);
  margin-top: 3.5rem;
  z-index: 999;
  position: relative;
}

.peace {
  max-width: calc(28px + 96 * (100vw - 300px) / 600);
  z-index: 999;
  position: relative;
  display: block;
  margin: 0 auto 8rem auto;
}

.insta {
  text-align: center;
  margin: 3rem auto 26rem auto;
}

.insta_pic {
  max-width: calc(28px + 96 * (100vw - 300px) / 15000);
}

.content span {
  --h: 0;
  --s: 100%;
  --l: 80%;
  --color-light: hsl(var(--h), var(--s), var(--l));
  --color-dark: hsl(calc(var(--h) + 30), var(--s), var(--l));
  position: relative;
  color: var(--color-light);
  display: inline;
  background: linear-gradient(to right, var(--color-light), var(--color-dark)), no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}
.content span:nth-child(1) {
  --h: 160;
}
.content span:nth-child(2) {
  --h: 170;
}
.content span:nth-child(3) {
  --h: 180;
}
.content span:nth-child(4) {
  --h: 190;
}
.content span:nth-child(5) {
  --h: 200;
}
.content span:nth-child(6) {
  --h: 210;
}
.content span:nth-child(7) {
  --h: 220;
}
.content span:nth-child(8) {
  --h: 230;
}
.content span:nth-child(9) {
  --h: 240;
}
.content span:nth-child(10) {
  --h: 250;
}
.content span:nth-child(11) {
  --h: 260;
}
.content span:nth-child(12) {
  --h: 270;
}
.content span:nth-child(13) {
  --h: 280;
}
.content span:nth-child(14) {
  --h: 290;
}
.content span:nth-child(15) {
  --h: 300;
}
.content span:nth-child(16) {
  --h: 310;
}
.content span:nth-child(17) {
  --h: 320;
}
.content span:nth-child(18) {
  --h: 330;
}
.content span:nth-child(19) {
  --h: 340;
}
.content span:nth-child(20) {
  --h: 360;
}
.content span:nth-child(21) {
  --h: 10;
}
.content span:nth-child(22) {
  --h: 20;
}
.content span:nth-child(23) {
  --h: 30;
}
.content span:nth-child(24) {
  --h: 40;
}
.content span:nth-child(25) {
  --h: 50;
}
.content span:nth-child(26) {
  --h: 60;
}
.content span:nth-child(27) {
  --h: 70;
}
.content span:nth-child(28) {
  --h: 80;
}
.content span:nth-child(29) {
  --h: 90;
}
.content span:nth-child(30) {
  --h: 100;
}
.content span:nth-child(31) {
  --h: 110;
}

[data-app-container] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 1s;
  opacity: 0;
}
[data-app-container].is-ready {
  opacity: 1;
}
[data-app-container] > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-app-container] > canvas:focus {
  outline: none;
}
[data-app-container]:before, [data-app-container]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 15vh;
}
[data-app-container]:before {
  top: 0;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}
[data-app-container]:after {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  bottom: 0;
}
.info_section {
  text-align: center;
  display: flex;
  position: relative;
  bottom: 1rem;
  z-index: 99999;
}
.contact_button {
  color: #fff;
  border: 5px solid #fff;
  margin: calc(28px + 96 * (100vw - 300px) / 500) auto;
  padding: 5rem;
  text-align: center;
  max-width: 60vw;
  letter-spacing: 1.25rem;
  position: relative;
  z-index: 99;
  background: transparent;
  border-radius: 2rem;
}

.contact_button a {
  text-align: center;
  letter-spacing: 1.25rem;
  position: relative;
  z-index: 99;
}

.navi-corner {
  position: fixed;
  width: 1000px;
  text-align: center;
  font-size: 0.85em;
  background: #111111;
  z-index: 999999;
}

.navi-corner.navi-top.navi-right {
  top: -6rem;
  right: -43rem;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.navi-corner .navi-title {
  color: #ffffff;
  height: 25rem;
  line-height: 36rem;
  width: 100%;
  font-family: Roboto,
  -apple-system,
  BlinkMacSystemFont,
  Segoe UI,
  Oxygen,
  Ubuntu,
  Cantarell,
  Fira Sans,
  Droid Sans,
  Helvetica Neue,
  sans-serif;
  letter-spacing: -0.25rem;
  font-weight: 900;
  filter: contrast(0.2);
}

.navi-title a {
  color: #121519;
  font-size: calc(28px + 96 * (100vw - 300px) / 9000);
}

.frame {
  width: 100vw;
  background: #111111;
  color: #b7b7b7;
  font-family: Roboto,
  -apple-system,
  BlinkMacSystemFont,
  Segoe UI,
  Oxygen,
  Ubuntu,
  Cantarell,
  Fira Sans,
  Droid Sans,
  Helvetica Neue,
  sans-serif;
  letter-spacing: -0.25rem;
  font-weight: 100;
  font-size: calc(22px + 96 * (100vh - 300px) / 8000);
  padding: 1rem 5vw 3rem 5vw;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: -0.5rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 99999;
}

.frame__cookie,
.frame__privacy {
  margin: 1rem auto 1rem auto;
}

.frame__cookie {
  font-family: Roboto,
  -apple-system,
  BlinkMacSystemFont,
  Segoe UI,
  Oxygen,
  Ubuntu,
  Cantarell,
  Fira Sans,
  Droid Sans,
  Helvetica Neue,
  sans-serif;
  letter-spacing: -0.25rem;
  font-weight: 100;
}

.frame__privacy {
  display: inline;
}

.frame__contact,
.frame__impress a:not(:last-child),
.frame__privacy a:not(:last-child) {
  margin-right: 5rem
}

.frame__impress {
  margin: 2rem 2rem;
}

a {
  text-decoration: none;
  color: #b7b7b7;
  outline: 0
}

a:focus,
a:hover {
  color: #f5f5f5;
  outline: 0
}

.copyright {
  font-family: Roboto,
  -apple-system,
  BlinkMacSystemFont,
  Segoe UI,
  Oxygen,
  Ubuntu,
  Cantarell,
  Fira Sans,
  Droid Sans,
  Helvetica Neue,
  sans-serif;
  letter-spacing: -0.25rem;
  position: fixed;
  color: #b7b7b7;
  left: 0;
  top: 33vh;
  font-size: calc(22px + 96 * (100vh - 300px) / 8000);
  font-weight: 100;
  writing-mode: vertical-lr;
}