@charset "UTF-8";

/* 全体共通部分 ここから */
html{
  font-size:　100%;
}
body{
  font-family:'Shippori Mincho B1', serif;
  line-height: 1.7;
  color: #ffffff;
}/* 文字色 */

a{
  text-decoration:none;
}
img{
  max-width: 100%;
}
body{background-color:#000000;
}
/* 全体共通部分 ここまで */

/* home ここから */
.home-content {
  text-align: center;
  margin-top: 10%;
}
.home-content p {
  font-size: 1.125rem;
  margin: 10px 0 42px;
}

.button{
  font-size: 1.375rem;
  background: #000000;
  color: #ffffff;
  border-radius: 5px;
  padding: 18px 32px;
}
.button:hover{
  background: #7acbe1;
}

/* home ここまで */

/* フッター ここから */
footer{
  text-align: center;
  padding: 26px 0;
}
footer{
  color: #ffffff;
  font-size: 0.875rem;
}
/* フッター ここまで */


/* モバイル版 ここから */
@media(max-width: 600px){
  .page-title{
    font-size: 2.5rem;
  }

 /* home ここから */
 .home-content {
   marrin-top: 20%;
 }
 .page-header {
   flex-direction: column;
   align-items: center;
 }

 /* home ここまで */

}
/* モバイル版 ここまで */
