/** PAGE -- TOP
==============================================*/
.page--top {
  background-color: #fff;
}

.page--top .gn-brand_logo {
  display: none;
}

.page--top .footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page--top .brand {
  opacity: 0;
}

.page--top .section-hero .section-content {
  position: relative;
  height: 100vh;
}

.page--top .section-hero .brand {
  text-align: center;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .brand {
    padding-top: 0;
  }
}

.page--top .section-hero .brand img {
  max-width: 240px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .brand img {
    height: 120px;
  }
}

.page--top .section-hero .brand__en {
  font-size: 3.6rem;
  letter-spacing: 0.2ch;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .brand__en {
    font-size: 2.4rem;
  }
}

.page--top .section-hero .brand__desc {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .brand__desc {
    font-size: 1.0rem;
  }
}

.isopen .page--top .section-hero .brand {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.page--top .section-hero .noise-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/noise-3.png) repeat;
  position: absolute;
  opacity: 0.3;
}

.page--top .fnav__contact {
  display: none;
}
