/* common */
/* small screen */
main {
  /* font-size: 1em; */
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.cover {
  background: url(../img/cover_02.jpeg);
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}

h1 {
  font-size: 40px;
  letter-spacing: 3px;
  font-family: 'Playfair Display', serif;
}

h1:first-letter{
  color:#d80d0d;
  font-size:105%;
}

.brand {
  text-align: center;
  background-color: #000;
}

.brand > img {
  height: 40px;
  margin: 10px 0;
}

h2 {
  font-size: 20px;
  line-height: 140%;
}



/* medium screen */
@media (min-width: 768px) {

  .cover {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  h1 {
    font-size: 70px;
    letter-spacing: 4px;
  }

  .brand > img {
    height: 45px;
    margin: 15px 0;
  }

  h2 {
    font-size: 30px;
  }
}



/* large screen */
@media (min-width: 992px) {
  .cover {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  h1 {
    font-size: 120px;
    letter-spacing: 6px;
  }

  .brand > img {
    height: 50px;
    margin: 15px 0;
  }
}