@charset "UTF-8";
/* レイアウト */
.ContentOver-bg {
  position: relative;
  z-index: 0;
}
.ContentOver-bg:after {
  content: " ";
  height: calc(100% + 1rem);
  width: 100cqw;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 130, 130, 0.2941176471);
}
/*# sourceMappingURL=page.css.map */