@import 'https://use.typekit.net/qts8mgh.css';
:root {
  --unit: 1vh;
  --width: 100;
  --height:100; }

.screenMedia {
  position: absolute;
  border: 0;
  width: var(--width);
  height: var(--height);
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 2.5s ease-in-out 1s;
  overflow: hidden; }
  .screenMedia.show {
    z-index: 10;
    opacity: 1; }

#sign, #bottomsign {
  z-index: 100;
  text-align: center;
  line-height: 1.618;
  letter-spacing: 0.1vw;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: calc( var(--width) - 8vh);
  max-width: calc( var(--width) - 8vh);
  opacity: 0;
  transition: opacity 2.5s ease-out 3.5s; }
  #sign h1, #bottomsign h1 {
    font-size: 5vw;
    margin-bottom: 2vw; }
  #sign h2, #bottomsign h2 {
    font-size: 5vw;
    margin-bottom: 2vw; }
  #sign h3, #bottomsign h3 {
    font-size: 3vw;
    margin-top: 6vw; }
  #sign h4, #bottomsign h4 {
    font-size: 1.236vw;
    font-weight: 300;
    margin-top: 4vw; }
  #sign.show, #bottomsign.show {
    opacity: 1; }

#bottomsign {
  top: inherit;
  bottom: calc(( 108vh - var(--height) ) / 2); }

#qrcode {
  margin: auto;
  display: inline-block;
  width: 12vh;
  opacity: 0.5;
  display: none; }
  #qrcode img {
    width: 100%; }
  @media (min-width: 512px) {
    #qrcode.show {
      display: inline-block; } }

#smallsign {
  z-index: 100;
  text-align: center;
  font-size: 2vh;
  line-height: 1;
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: calc(( 100vh - var(--height) ) / 2);
  transform: translateX(-50%);
  color: #000;
  border-radius: 25px 25px 0 0;
  max-width: calc( var(--unit) * var(--width)* 0.9);
  padding: 20px 20px 20px 20px;
  background: #ffffff50;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 2.5s ease-out 2s; }
  #smallsign.show {
    transition: opacity 2.5s ease-out;
    opacity: 1; }

.iframe-container {
  position: absolute;
  width: 0vw;
  height: 0vh;
  overflow: hidden; }
  .iframe-container:active {
    outline: 2px solid white;
    z-index: 10; }
  .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 12px;
  line-height: 1.618;
  vertical-align: baseline;
  font-weight: normal;
  box-sizing: border-box; }

html {
  text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

body {
  background: #000;
  color: #fff;
  height: 100%;
  overflow: hidden;
  font-family: itc-avant-garde-gothic-pro,sans-serif; }
  body.index {
    background: #888; }

.title {
  margin: 3vw;
  font-size: 2.5vw; }

.menu {
  margin: 3vw; }
  .menu a {
    padding: 0vw 3vw;
    margin: 1vw 1vw 0 0;
    display: inline-block;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 3vw;
    cursor: pointer; }
    .menu a:hover {
      background: #f80; }

#startbutton {
  position: fixed;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  cursor: pointer;
  padding: 1vw 3vw;
  margin: 1vw 1vw 0 0;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 5vw; }
  #startbutton:hover {
    background: #f80; }
