@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
  background: #ffffff;
  background-size: cover;
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
article{
  height: 700px;
}
a{
  font-weight: bold;
  text-decoration: none;
  transition: color 0.4s;
}
a:hover{
  color: #ffffff;
}
h1{
  font-family: 'Skranji', cursive;
  color: #4d4185;
  font-size: 30px;
  padding: 0 30px;
}
nav ul{
  display: flex;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 8px;
  list-style: none;
}
nav ul li a{
  margin-right: 50px;
  color: #000000;
}
.page-header{
  background: rgba(180,182,183,0.1);
  height: 40px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
}
.rogo img{
  width: 200px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
h2{
  width: 400px;
  font-size: 30px;
  text-align: center;
  font-weight: lighter;
  border-bottom: 3px solid #4d4185;
  margin: 0 auto;
}
p{
  font-size: 50px;
  text-align: center;
  margin: 0 auto;
}
footer{
  margin-top: auto;
  background: rgba(180,182,183,0.1);
  height: 40px;
  width: 100vw;
  text-align: center;
  padding: 3px;
}
