@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
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;
}
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;
}
.imgrogo img{
  width: 550px;
  opacity: 0.7;
  padding-left: 200px;
  margin: 0 auto;
}
.wrap{
  display: flex;
}
.text{
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  right: 200px;
  top: 90px;
  text-align: center;
  margin: 0 auto;
}
h2{
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  letter-spacing: 10px;
}
#t1{
  color: #686ea0;
}
#t2{
  color: #625e9c;
}
#t3{
  color: #575195;
}
.wrap2{
  height: 200px;
  display: flex;
  justify-content: flex-start;
}
.title{
  display: inline-block;
  box-sizing: border-box;
  padding-top: 10px;
  width: 500px;
  height: auto;
  text-align: center;
}
.text2{
  display: inline-block;
  box-sizing: border-box;
  padding-top: 10px;
  width: 800px;

}
.text2 p {
  font-size: 20px;
}
#prbtn img{
  width: 15px;
}
#prbtn a{
  display: inline-block;
  box-sizing: border-box;
  font-size: 15px;
  color: #000000;
  padding-top: 10px;
}
h3{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  font-weight: 100;
}
footer{
  margin-top: auto;
  background: rgba(180,182,183,0.1);
  height: 40px;
  width: 100vw;
  text-align: center;
  padding: 3px;
}
