#main_gallery_bg {
  margin: 0;
}

#main_heroimg_width {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
}

.main_title {
  text-align: center;
  margin: 0;
  position: relative;
}

.main_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 100px;
  color: #3f2210;
}

@media screen and (max-width: 599px) {
  * {
    float: none;
    position: static;
  }
  #main_gallery_bg {
    margin: 50px 0 0;
  }
  .main_title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    color: #3f2210;
  }
}/*# sourceMappingURL=gallery.css.map */