@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@media screen and (min-width: 900px) {
  #contentsBox img {
    display: block;
  }
  .oshinoko {
    font-family: "Noto Serif JP", serif;
    background-image: url(https://www.ohbsn.com/event/oshinokoten/images/20240712oshinoko_bkimg.jpg);
    background-color: rgba(0, 106, 219, 0.4);
    background-blend-mode: multiply;
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    padding: 50px;
    line-height: 1.5em;
    letter-spacing: 1.25px;
    display: block;
    border-radius: 30px;
  }
}
@media screen and (max-width: 899px) {
  #contentsBox img {
    display: block;
  }
  .oshinoko {
    font-family: "Noto Serif JP", serif;
    background-image: url(https://www.ohbsn.com/event/oshinokoten/images/20240712oshinoko_bkimg.jpg);
    background-color: rgba(0, 106, 219, 0.4);
    background-blend-mode: multiply;
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    padding: 1.25em;
    line-height: 1.5em;
    letter-spacing: 1.25px;
    display: block;
    border-radius: 30px;
  }
}/*# sourceMappingURL=2024oshinoko.css.map */