@charset "utf-8";

html {
  font-size:62.5%;
}
body {
  height: 100vh;
}
.wrapper {
  position: relative;
  min-height: 600px;
  height: 100%;
  overflow: hidden;
}
.container {
  -webkit-transform: translate(-50%,-70%);
          transform: translate(-50%,-70%);
  color: #333;
  position: absolute; top: 50%; left: 50%;
  text-align: center;
  width: 100%;
}

.container h1 {
  font-size: 2.4rem;
  margin-bottom: 45px;
}
.container p {
  font-size: 1.6rem;
  line-height: 2;
}
.container a {
  color: #333;
}

.footer {
  background-color: #f7f7f7;
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  padding: 37px 0;
  line-height: 1;
  position: absolute; bottom: 71px; left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

.footer-nav.group {
  position: absolute; bottom: 0; left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}


@media (max-width:480px) {
  .container {
    -webkit-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
  }

  .container h1 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  .container p {
    font-size: 1.3rem;
  }

  .footer {
    padding: 20px 0;
    bottom: 154px;
  }

  .footer-nav.group {
    padding: 15px;
  }

  .footer-nav.group p.ci {
    float: none;
    padding: 0;
  }
  .footer-nav.group ul {
    margin-bottom: 20px;
  }
  .footer-nav.group ul li {
    float: none;
    display: inline-block;
  }
  .footer-nav.group p.copyright {
    float: none;
    text-align: center;
  }
}