@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}

.header_ttl {
  font-family: 'Playfair Display', serif;
  position: fixed;
  display: inline-block;
  height: 200px;
  width: 200px;
  padding: 40px;
  font-size: 90px;
  color: rgb(249, 242, 242);

}


.header_mv {
  margin-bottom: 100px;
  height: 100vh;
  background: rgb(121, 81, 81) url(img/header.jpg) center center / cover;
}

.gnav__list {
  margin-bottom: 100px;
  font-size: 60px;
  text-align: center;
  color: rgb(17, 17, 17);
}

.gnav__link {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  text-decoration: none;
  color: rgb(17, 16, 16);
}

.gnav__link:hover {
  color: rgb(157, 147, 147);
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.profile {
  text-align: center;
  padding: 100px;
  background: rgb(117, 109, 109);
}

.profile_ttl {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 80px;
  padding: 40px;
}

.pro_1 {
  height: 600px;
  background: rgb(110, 108, 108) url(img/cafe.jpg) center center/ cover;
  margin-bottom: 100px;
}



.boom {
  text-align: center;
  padding: 100px;
  background: rgb(117, 109, 109);
}

.boom_ttl {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 80px;
  padding: 40px;
}


.boom_1 {
  height: 700px;
  background: rgb(110, 108, 108) url(img/stollen.jpg) center center/ cover;
  margin-bottom: 100px;
}

.green {
  height: 300px;
  width: 300px;
  background: rgb(110, 108, 108) url(img/greencurry.JPEG) center center/ cover;

}

.jenova {
  height: 300px;
  width: 300px;
  background: rgb(110, 108, 108) url(img/jenova.JPEG) center center/ cover;
}

.hiyoko {
  height: 300px;
  width: 300px;
  background: rgb(110, 108, 108) url(img/hiyoko.JPEG) center center/ cover;
}

.cafelatte {
  height: 300px;
  width: 300px;
  background: rgb(110, 108, 108) url(img/cafelatte.JPEG) left center / cover;
  margin-bottom: 50px;
}

.flexco {
  display: flex;
  justify-content: center;
}


.boom {
  text-align: center;
  padding: 100px;
  background: #fff;
}

.artist {
  text-align: center;
  padding: 100px;
  background: rgb(117, 109, 109);
}

.artist_ttl {
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-size: 80px;
  padding: 40px;
}


.art_1 {
  height: 700px;
  background: rgb(110, 108, 108) url(img/hyde_rolling2.jpg) left center/ cover;
  margin-bottom: 50px;
}

.flexco2 {
  display: flex;
  justify-content: center;
  margin: 60px;
}

.hyderolling2 {

  height: 360px;
  width: 300px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff url(img/hyderolling2.JPEG) center center/ cover;
}

.hydeuni {
  height: 360px;
  width: 300px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff url(img/hydeuni.JPEG) center center /cover;
}

.hydebar {
  height: 360px;
  width: 300px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff url(img/hydebar.JPEG) center center /cover;
}

.hydenatu {
  height: 356px;
  width: 300px;
  margin-bottom: 50px;
  padding: 30px;
  background: #fff url(img/hydenatu.JPEG) right center /cover;
}


.p {
  line-height: 60px;
}

.footer {

  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: rgb(14, 14, 14);
}