@font-face {
  font-family: 'Authentic';
  src:  url('authentic-sans-condensed-90-webfont.woff2') format('woff2'),
        url('authentic-sans-condensed-90-webfont.woff') format('woff');
}

* {
  box-sizing: border-box
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background: #f0f0f0;
  font-family: 'Authentic', sans-serif;
}

a {
  color: #000;
}

.main {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.main img {
  width: 80%;
  max-width: 50rem;
}

.contact {
  background: #000;
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem;
  padding: .1rem 2rem .15rem;
  letter-spacing: -1px;
}

.notice {
  margin: 1rem .3rem;
  padding: 1rem;
  max-width: 28em;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
  line-height: 1;
}

.notice img {
  width: 2.15em;
  float: left;
  margin-right: .7em;
}

@media (max-width: 1000px) {
  .contact {
    font-size: 1.25rem;
  }
  .notice {
    font-size: .9rem;
  }
}

.sq {
  background: #000;
  width: 1rem;
  height: .7rem;
  position: fixed;
  border-radius: 0;
}

.sq.lt {
  top: .2rem;
  left: .2rem
}

.sq.rt {
  top: .2rem;
  right: .2rem
}

.sq.lb {
  bottom: .2rem;
  left: .2rem
}

.sq.rb {
  bottom: .2rem;
  right: .2rem
}

progress::-moz-progress-bar { background: #000; }
progress::-webkit-progress-value { background: #000 !important; }
progress[value] { -webkit-appearance:none; }
progress[value]::-webkit-progress-value { background: #000 !important; }
progress { color: #000; }
