@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
}

.hero {
  background-size: cover;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 黒色 + 50%透明 */
  z-index: 1; /* コンテンツより背面に配置 */
}/*# sourceMappingURL=main.css.map */