*{
  margin: 0;
  padding: 0;
  color: rgb(27, 27, 27);
}

.top_img{
  background-image: url(../img/momo2.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.top_text{
  text-align: center;
  padding: 250px 0px;
}

.top_text h1{
  font-size: 90px;
  font-family: 'Pacifico', cursive;
  color: #fff;
}

.top_text p{
  font-size: 30px;
  color: #fff;
}

.navbar-brand h3{
  font-family: 'Sacramento', cursive;
  /* font-family: 'Amatic SC', cursive; */
  color: rgb(122, 9, 9);
}

.about_area{
  background-image: url(../img/momo3.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0px;
  text-align: center;
}

.about h2{
  font-family: 'Pacifico', cursive;
  font-size: 70px;
}

.about p{
  padding: 1.5rem;
}

.works_area{
  background-color: rgb(0, 0, 0);
  text-align: center;
  padding: 50px;
}

.works_area h2{
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-size: 70px;
  padding: 100px 0 50px 0;
}

.works_area h3{
  color: #fff;
  font-family: 'Amatic SC', cursive;
  font-size: 2rem;
}

.works_area p{
  color: #fff;
}

.works_description{
  /* padding: 50px 90px 80px;  */
  margin: 80px 10px;
}

.works_description img{
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.works_area .btn{
  margin: 50px 0 100px;
}

.skill_area{
  background-image: url(../img/momo3.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0px;
  text-align: center;
}

.skill_area h2{
  font-family: 'Pacifico', cursive;
  font-size: 70px;
}

.skill_list{
  border: solid 1px black;
  margin: 40px 10px;
}

.skill_list img{
  width: 70px;
  height: 70px;
  margin: 20px 0;
}

.contact_area{
  background-color: rgb(0, 0, 0);
  text-align: center;
}

.contact_area h2{
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-size: 70px;
  padding: 100px 0 80px 0;
}

footer{
  background-image: url(../img/momo2.jpg);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

footer p{
  color:#fff;
  padding: 120px 0;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #fa707c;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 下層ページ */

.profile_area{
  background-image: url(../img/john-jason-aF99M98c_uk-unsplash.jpg);
  background-size: cover;
  height: 1800px;
  text-align: center;
}

.profile{
  padding-top: 100px;
}

.works_list{
  background-image: url(../img/2pawel-czerwinski-XQqd6JKDkSM-unsplash.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0px;
  text-align: center;
}

.works_list h1{
  font-family: 'Pacifico', cursive;
  font-size: 70px;
  padding: 50px 0px;
}

.works_list h2{
  font-family: 'Gluten', cursive;
  font-size: 2rem;
  font-weight: bold;
  padding: 40px 0px 10px;
}

.works_list h3{
  font-size: 1.5em;
  font-weight: bold;
  padding: 40px 0 0px;
}

.banner img{
  width: 300px;
  padding: 50px 0;
}

.leaflet img{
  width: 200px;
  padding: 50px 0;
}

.illustration img{
  width: 200px;
  padding: 50px 0;
}

.stamp img{
  width: 300px;
  padding: 50px 0;
}

.footer_sub{
  background-color: black;
}