body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header {
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100%;
  color: rgb(0, 0, 0);
  height: 50px;
  z-index: 9999;
}
header h1 {
  position: absolute;
  top: 13px;
  left: 20px;
}

main {
  padding-top: 50px;
}
main section#hero-section {
  max-height: 80vh;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
main section#hero-section img {
  width: 100%;
}
main section h2 {
  text-align: center;
  margin-bottom: 30px;
}
main section#fragments-section {
  background-color: rgb(255, 255, 255);
  padding: 30px;
}
main section#fragments-section ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main section#fragments-section ul li:hover {
  text-decoration: underline;
}
main section#products-section {
  color: black;
  padding: 30px;
}

footer {
  text-align: center;
  padding: 50px;
  background-color: rgb(230, 230, 230);
}
footer .footer-site-logo {
  margin-bottom: 14px;
  font-size: 1.5rem;
  font-weight: 600;
}
footer .footer-sns-link {
  display: flex;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  opacity: 60%;
}
footer .copyright {
  margin-top: 20px;
  opacity: 40%;
}/*# sourceMappingURL=style.css.map */