body {
  background-color: #000;
}

.wrap {
  position: relative;
  z-index: 2;
}

.hero {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 54vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/res/img/bg/network.jpg");
}
.hero header {
  position: relative;
  left: 6vh;
  top: 6vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4vh;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.hero header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6vh;
  height: 6vh;
}
.hero header span img {
  position: relative;
  bottom: -0.4vh;
  height: 6vh;
}

.-page {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50vh;
  padding-bottom: calc(8vh + 24px*1.2);
  width: 100%;
}
.-page main {
  background-image: linear-gradient(147deg, #d8ffd6 7%, #d8fed5 7%, #fffad1 49%, #d3cfff 91%);
}
.-page main section {
  padding: 4vh;
}
.-page main section h2 {
  margin-bottom: 2vh;
  opacity: 0.2;
  font-size: 8vh;
  font-family: "Oswald", sans-serif;
}
.-page main section.area_twitter {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.-page aside .area_blank {
  height: calc(8vh + 1.8em);
}

.p_twitter_box a {
  display: inline-block;
  padding: 8px;
  background-color: #000;
}
.icon--x {
  fill: #fff;
  width: 24px;
  width: 24px;
  vertical-align: bottom;
}

footer {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4vh;
  background-color: #000;
}
footer address {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer address i {
  margin-right: 4px;
  font-size: 24px;
}