:root {
  --white: white;
  --black: black;
}

body {
  background-color: #000;
  font-size: .8vw;
  line-height: 1.2;
}

img {
  max-width: 1000%;
  display: inline-block;
}

.pano-bg {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.logo {
  z-index: 500;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 2em;
  display: flex;
  position: fixed;
}

.logo__img {
  z-index: 20;
  flex: none;
  width: 12em;
  height: 12em;
  padding: .5em .7em .7em;
  position: relative;
}

.controls {
  z-index: 100;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  bottom: 1em;
  right: 4em;
}

.controls__bg {
  z-index: 10;
  width: 20em;
  position: absolute;
}

.controls__icon {
  z-index: 20;
  flex: none;
  width: 120%;
  position: absolute;
}

.tags {
  z-index: 100;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  bottom: 2em;
  left: 2em;
}

.tags__hide-show {
  background-color: #00000080;
  border-radius: .8em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.tags__icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tags__mark {
  background-color: #00000080;
  border-radius: .8em;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.tags__txt {
  color: #fff;
  font-family: Next art, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.logo__tint {
  z-index: 10;
  background-image: radial-gradient(circle closest-side, #fff, #fff0);
  width: 20em;
  height: 20em;
  display: none;
  position: absolute;
}

.controls__buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  justify-content: center;
  display: flex;
}

.logo__box {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.controls__button {
  background-color: #00000080;
  border-radius: .8em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.controls__speedometer {
  background-color: #00000080;
  border-radius: 1.6em 1.6em .8em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28em;
  height: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 5em 1em #00000080;
}

.controls__lottie {
  z-index: 10;
  flex: none;
  width: 130%;
  position: absolute;
}

.tags__wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  transform-origin: 100% 100%;
  flex: none;
  align-items: center;
  display: flex;
  transform: skew(8deg, 5deg);
}

.controls__wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  transform-origin: 0 100%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  transform: skew(-8deg, -5deg);
}

.tagline {
  z-index: 500;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 3.8em;
  display: flex;
  position: fixed;
}

.tagline__box {
  background-color: #fff;
  border-radius: 1.4em;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: -12.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: none;
  position: absolute;
  transform: skew(0deg, -11deg);
}

.tagline__img {
  z-index: 20;
  flex: none;
  width: 10em;
  position: relative;
}

.gigarama {
  z-index: 500;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-top: 2em;
  padding-left: 2em;
  display: flex;
  position: fixed;
}

.gigarama__logo {
  flex: none;
  width: 13em;
  height: 3em;
  position: relative;
}

.top-tint {
  z-index: 400;
  background-image: linear-gradient(#00000080, #0000);
  width: 100%;
  height: 20em;
  position: fixed;
}

.year {
  z-index: 550;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-right: 2em;
  display: flex;
  position: fixed;
  top: 2em;
}

.year__link {
  background-color: #fff;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
  width: 10em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.year__link.year__link--off {
  background-color: #0003;
}

.year__txt {
  color: #d44334;
  font-family: Next art, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.year__txt.yaer__txt--off {
  color: #fff;
}

.year__wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  transform: skew(0deg, -11deg);
}

.year__txt-sub {
  color: #d44334;
  font-family: Next art, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

.year__txt-sub.yaer__txt--off {
  color: #fff;
}

.year__divider {
  background-image: linear-gradient(90deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.2vw;
  }

  .logo {
    justify-content: center;
    padding-top: 1em;
  }

  .logo__img {
    width: 10em;
    height: 10em;
  }

  .controls {
    justify-content: center;
    align-items: flex-end;
    padding-right: 1em;
    bottom: 11.5em;
    right: 1.5em;
  }

  .tags {
    justify-content: flex-start;
    padding-left: 1em;
    bottom: 1em;
    left: auto;
  }

  .logo__tint {
    opacity: .5;
    margin-left: 0;
  }

  .controls__buttons {
    position: absolute;
    bottom: -6em;
  }

  .controls__speedometer {
    border-radius: .8em;
    width: 17em;
    height: 9em;
  }

  .controls__lottie {
    width: 120%;
  }

  .tags__wrap {
    transform: skew(-8deg);
  }

  .controls__wrap {
    align-items: flex-end;
    transform: skew(-8deg);
  }

  .tagline {
    justify-content: center;
    padding-top: 2.3em;
  }

  .tagline__box {
    border-radius: .8em;
    margin-right: -9em;
    padding: 1em 1em 1em 0;
    transform: skew(0deg, -11deg);
  }

  .tagline__img {
    width: 8em;
  }

  .gigarama {
    padding-top: 1em;
    padding-left: 1em;
  }

  .gigarama__logo {
    width: 11em;
    height: 2.4em;
  }

  .year__link {
    border-radius: .8em;
  }
}


@font-face {
  font-family: 'Next art';
  src: url('../fonts/NEXT-ART_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Next art';
  src: url('../fonts/NEXT-ART_Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Next art';
  src: url('../fonts/NEXT-ART_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Next art';
  src: url('../fonts/NEXT-ART_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Next art';
  src: url('../fonts/NEXT-ART_SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}