app-loading {
  top: 0;
  left: 0;
  z-index: 90000;
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background: whitesmoke;
  transition: 0.52s;
  opacity: 1;
  -webkit-transform: scale(1, 1); }
  app-loading p {
    margin-top: 25vw;
    font-size: 32px;
    text-align: center; }
  app-loading app-load-icon {
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: #00c2c2 solid 10px;
    top: calc(50vh - 100px);
    left: calc(50vw - 100px);
    border-top-color: transparent;
    -webkit-animation: load 1s infinite; }

app-loading.disabled {
  opacity: 0;
  top: 200vh;
  -webkit-transform: scale(0, 0); }

app-view.p1 .app-img-content {
  left: calc(50vw - 60px);
  width: 120px;
  height: 120px;
  top: calc(50vh - 60px); }
app-view.p1 app-button {
  width: 120px;
  left: calc(50vw - 60px);
  top: calc(50vh + 90px); }
app-view.p1 .caution {
  position: absolute;
  width: 100%;
  top: 0;
  background: #00c2c2;
  color: black;
  text-align: center; }

.p2 .app-p2-welcome-text {
  z-index: 30;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  bottom: 50vh;
  font-size: 6vmax;
  text-align: center;
  width: 100vw;
  border-bottom: #00c2c2 solid 2px;
  font-family: "DIN Alternate", "Roboto", "GenWeb", sans-serif; }
.p2 .app-p2-outline-text {
  z-index: 30;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  top: 50vh;
  font-size: 15px;
  padding: 30px;
  text-align: center;
  width: 100vw; }
.p2 .p2-img {
  display: block;
  position: absolute;
  bottom: calc(50vh - 25vw);
  left: 25vw;
  width: 50vw; }

app-view.p2 app-button {
  border-width: 3px;
  font-size: 13px;
  width: calc(100vw / 4); }
app-view.p2 app-button.home {
  left: 0; }
app-view.p2 app-button.about {
  left: 25vw; }
app-view.p2 app-button.team {
  left: 50vw; }
app-view.p2 app-button.access {
  left: 75vw; }

app-view.p3 app-button.back {
  z-index: 30;
  width: 120px; }

app-view.p4 {
  /*  canvas {
    width: 100vw;
    height: 100vh;
  }*/ }
  app-view.p4 app-button.music {
    right: 0;
    bottom: 0; }
  app-view.p4 app-button.what {
    right: 0;
    bottom: 45px; }

app-button.back {
  z-index: 30;
  width: 120px; }

app-view.p5 app-button p {
  font-size: calc(50vh - 60px);
  font-weight: 100;
  text-shadow: #00c2c2 0 0 10px; }
app-view.p5 app-button.live {
  width: calc(50vw - 30px);
  height: calc(100vh - 60px);
  left: 30px;
  top: 30px;
  background-color: rgba(0, 194, 194, 0.2); }
app-view.p5 app-button.game {
  width: calc(50vw - 30px);
  height: calc(100vh - 60px);
  right: 30px;
  top: 30px;
  background-color: rgba(0, 194, 194, 0.2); }

app-view.p6 {
  top: 0;
  left: -100vw; }
  app-view.p6 app-button.next-team {
    height: calc(100vh - 60px);
    right: 0px;
    padding-top: 40vh;
    background: rgba(0, 194, 194, 0.4);
    top: 30px; }

app-view.p7 {
  top: 0;
  right: -100vw; }
  app-view.p7 app-button.prev-team {
    height: calc(100vh - 60px);
    left: 0px;
    padding-top: 40vh;
    background: rgba(0, 194, 194, 0.4);
    top: 30px; }

.canvas-circle {
  position: absolute;
  display: inline-block;
  width: 30vmax;
  height: 30vmax;
  position: absolute;
  left: calc(50vw - 15vmax);
  top: calc(50vh - 15vmax);
  background-image: url(../images/back/sq.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-animation: circle-puyopuyo 3s infinite;
  -moz-animation: circle-puyopuyo 3s infinite;
  box-shadow: white 1px 3px 50px 10px;
  cursor: pointer;
  /*span {
    cursor: pointer;
    position: absolute;
    display: block;
    text-align: center;
    width: 30vmax;
    top: 15vmax;
    font-family: 'Orbitron', sans-serif;
    text-shadow: $bluC 0 0 10px;
  }*/ }

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg); }

  50% {
    -webkit-transform: scale(2, 2) rotate(180deg);
    -moz-transform: scale(2, 2) rotate(180deg); }

  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg); } }

@-webkit-keyframes circle-puyopuyo {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg); }

  50% {
    -webkit-transform: scale(2, 2) rotate(43deg);
    -moz-transform: scale(2, 2) rotate(43deg); }

  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg); } }

@-moz-keyframes circle-puyopuyo {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg); }

  50% {
    -webkit-transform: scale(2, 2) rotate(43deg);
    -moz-transform: scale(2, 2) rotate(43deg); }

  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg); } }
