@charset "UTF-8";

.wrapper {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 4rem;
  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url(../images/bg.jpg);
  background-size: cover;
  height: 100vh;
}
.page_title {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: normal;
}

/* モバイル
----------------------------- */
@media (max-width: 600px) {
  .page_title{
      font-size: 2.5rem;
  }
}