body {
  margin: 0;
  padding-bottom: 100px;
}

#info {
  background: white;
  width: 100%;
  padding: 0 10%;
}

h1 {
  color: black;
  text-align: center;
  font-size: 300%;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 100px 0;
  line-height: 0;
  font-family: "Michroma", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  color: black;
  text-align: left;
  font-size: 200%;
  width: 100%;
  margin: 2vh 0;
  font-family: "Michroma", serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  color: black;
  text-align: left;
  font-size: 150%;
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#face div div {
  width: 100%;
  height: auto;
}
#face div div img {
  width: 100%;
}

#info .description {
  padding: 20px 0;
  width: 100%;
  background-color: white;
}

#info p {
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eyecon {
  height: 50px;
  margin: 0 auto;
}

footer {
  background: #00b0f0;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.works {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10vh;
}

.works li {
  flex: 1 0 21%; /* 幅を調整 */
  margin: 5px;
}

.works img {
  width: 30vh;
  height: auto;
  margin: auto;
  display: block;
}

.works p {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 0;
}

.detail {
  text-align: center;
}

.detail img {
  margin: auto;
  margin-top: 4vh;
}

.detail p {
  text-align: center;
  margin-top: 1vh;
}
