@import url(https://use.typekit.net/kju5mqp.css);
*{
  box-sizing: border-box;
}
*{
  margin: 0px;
  padding: 0px;
}
body{
  margin: 0px 0px;
  padding:0px 0px;
  font-family: "niveau-grotesk", "a-otf-futo-go-b101-pr6n", sans-serif;
}
li {
  list-style: none;
}
a{
  text-decoration: none;
}
.wrap{
  overflow: hidden;
}
.clear{
  clear:left;

}

.container{
  max-width: 1030px;
  width:100%;
  margin:0px auto;
  padding:0px 15px;
}

header{
  width:100%;
  height:200px;
  margin:0px;
  background-color:rgba(256,256,256,0.5);
  /* position:fixed; */
  z-index: 10;
  top: 0px;

}
.logo{
  width: 75px;
  margin:63px 20px;
}
.header-left{
  float:left;
}
.header-right{
  float:right;
}
.menu a{
  color:black;
  font-weight: lighter;
  font-size :20px;
  letter-spacing: 0px;
  opacity: 1;

}
.menu li{
  float:left;
  /* width:92px; */
  padding:88px 55px 0px 0px ;

}
.page-name{
  text-align: center;
  margin-top: 50px;
}
.page-name h1{
  font-size: 48px;
  font-weight: 400;
}
.page-name h2{
  font-size: 28px;
  font-weight: 300;
}
.back-to-page {
  text-align: center;
  margin:100px;
}
.back-to-page a{
  color:white;
  background-color: black;
  border:1px solid #000;
  padding:20px 20px;
  font-size:20px;
}
footer{
  height:300px;
  background-color: black;
  width:100%;
}
.footer-logo{
  width:105px;
  float:left;
  margin:45px 0px;
}
.footer-menu a{
  color:white;
  font-weight: lighter;
  font-size:20px;
  letter-spacing: 0px;
  opacity: 1;
}
.footer-menu li{
  float:left;
  /* width:92px; */
  padding:88px 0px 0px 60px ;
}
footer hr{
  height:1px;

}
.footer-bottom p{
  color: #FFFFFF;
  font-weight: 100;
  margin:25px;
  text-align: center;

}

@media(max-width:1030px){
  .header-left{
   margin:0px auto;
  }
  .top-wrapper{
    height:600px;
    padding:200px 0px;
  }
  .menu{
    display:none;
  }
  .footer-logo{
    width:90px;
    float:left;
    margin:45px 60px;
  }


  .footer-bottom p{
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 100;
    margin:40px 0px;
    text-align: center;
  
  }
  .footer-menu a{
    font-size:14px;
  }
  .footer-menu li{
    padding:88px 60px 0px 0px ;
  }

}
@media(max-width:750px){
  .page-name h1{
    font-size: 40px;
    font-weight: 400;
  }
  .page-name h2{
    font-size: 24px;
    font-weight: 300;
  }
  .back-to-page {
    text-align: center;
    margin:50px;
  }
  .back-to-page a{
    display: block;
    width: 100%;
    color:white;
    background-color: black;
    border:1px solid #000;
    padding:14px 14px;
    font-size:14px;
  }
  footer{
    height:300px;
    background-color: black;
    width:100%;
  }
  .footer-left {
    width:60px; /*.footer-logoのwidthと連動させる*/
    margin:0 auto;

  }
  .footer-logo{
    width:60px;
    float:left;
    margin: 45px auto;
  }


  .footer-bottom p{
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 100;
    margin:40px 0px;
    text-align: center;
  
  }
  .footer-menu{
    display: none;
  }

}