* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.privacy {
  width: 90%;
  margin: 0 auto;
}
.privacy-h1 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 35px auto;
}
.privacy-p {
  font-size: 1.3rem;
}
p {
  line-height: 2.3;
}
/*food*/
#food {
  position: relative;
  background-color: #fafaf9;
  overflow: hidden;
}
.food-p {
  flex-wrap: wrap;
  position: absolute;
  font-size: 15rem;
  font-weight: 700;
  opacity: 0.08;
  color: #a9a9a4;
  pointer-events: none;
  width: 100%;

  letter-spacing: 25px;
}
.nav-ul {
  margin: 10px 30px;
  list-style: none;
}
.nav-ul li {
  font-size: 1.7rem;
  padding: 20px 30px;
}
.nav-ul li a {
  transition: color 0.4s;
  cursor: pointer;
}
.nav-ul li a:hover {
  color: #7b7b79;
}

.copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}
