/**************************************************
	TOP
**************************************************/
@media screen and (min-width: 835px) {
  body#manga-contents section#content .title {
    width: 100%;
    height: 123px;
    background-image: url("../manga/25/images/title.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 834px) {
  body#manga-contents section#content .title {
    width: 49.33333vw;
    height: 16.4vw;
    margin-left: 5.33333vw;
    background-image: url("../manga/25/images/title_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
body#manga-contents section#content .manga-report__h2 {
  background-image: url("../manga/25/images/title_small.png");
}
