* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-animation: bgbeat 12s linear infinite;
          animation: bgbeat 12s linear infinite;
  width: 100%;
  height: 100%;
  font-size: 6px;
  color: white;
}

html body.home header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

html body.home header div#rogowrap {
  height: auto;
  max-width: 100px;
  position: absolute;
}

@media screen and (max-width: 480px) {
  html body.home header div#rogowrap {
    width: 20%;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  html body.home header div#rogowrap {
    width: 15%;
  }
}

html body.home header div#rogowrap div {
  height: auto;
  max-width: 100px;
}

html body.home header div#rogowrap div #grogomark {
  -webkit-animation: sound 12s ease-in-out infinite;
          animation: sound 12s ease-in-out infinite;
  width: 100%;
  height: auto;
}

html body.home header div#rogowrap h1 {
  height: auto;
  max-width: 100px;
  margin-top: 1rem;
}

html body.home header div#rogowrap h1 img#grogotype {
  width: 100%;
  height: auto;
}

html body.home header div#navi {
  width: 100%;
  height: 100%;
}

html body.home header div#navi h2 {
  -webkit-animation: flash 3s linear infinite;
          animation: flash 3s linear infinite;
  position: fixed;
  text-align: center;
}

@media screen and (max-width: 480px) {
  html body.home header div#navi h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 480px) {
  html body.home header div#navi h2 {
    font-size: 4rem;
  }
}

html body.home header div#navi h2 a {
  color: white;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

html body.home header div#navi h2 a:hover {
  color: black;
}

html body.home header div#navi h2 a:hover .caption {
  opacity: 1;
}

html body.home header div#navi h2 a .caption {
  opacity: 0;
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

html body {
  width: 100%;
  height: 100%;
}

html body header {
  width: 100%;
  height: 40px;
}

html body header div#rogowrap {
  height: auto;
  max-width: 100px;
  position: absolute;
}

@media screen and (max-width: 480px) {
  html body header div#rogowrap {
    width: 20%;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  html body header div#rogowrap {
    width: 15%;
  }
}

html body header div#rogowrap div {
  height: auto;
  max-width: 100px;
}

html body header div#rogowrap div #grogomark {
  -webkit-animation: sound 12s ease-in-out infinite;
          animation: sound 12s ease-in-out infinite;
  width: 100%;
  height: auto;
}

html body header div#rogowrap h1 {
  height: auto;
  max-width: 100px;
  margin-top: 1rem;
}

html body header div#rogowrap h1 img#grogotype {
  width: 100%;
  height: auto;
}

html body header div#navi {
  width: 100%;
  height: 40px;
  top: 0;
  position: absolute;
}

html body header div#navi div#map {
  width: 100%;
  height: 100%;
}

html body header div#navi div#map h2 {
  -webkit-animation: flash 3s linear infinite;
          animation: flash 3s linear infinite;
  position: fixed;
  text-align: center;
}

@media screen and (max-width: 480px) {
  html body header div#navi div#map h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 480px) {
  html body header div#navi div#map h2 {
    font-size: 4rem;
  }
}

html body header div#navi div#map h2 a {
  color: white;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

html body header div#navi div#map h2 a:hover {
  color: black;
}

html body header div#navi div#map h2 a:hover .caption {
  opacity: 1;
}

html body header div#navi div#map h2 a .caption {
  opacity: 0;
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

html footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5%;
  text-align: center;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes sound {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sound {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bgbeat {
  0%, 100% {
    background: gray;
  }
  25%, 75% {
    background: #E6E6E6;
  }
}

@keyframes bgbeat {
  0%, 100% {
    background: gray;
  }
  25%, 75% {
    background: #E6E6E6;
  }
}
/*# sourceMappingURL=main.css.map */