body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}


a:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
p {
  line-break: strict;
}

picture,
img,
a,
span {
  display: inline-block;
}
