@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Lovers+Quarrel");
.top-slider {
  height: 100vh !important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-slider {
    height: 70vh !important;
  }
}
.top-slider .vegas-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-slider .vegas-wrapper h1 {
  color: #fff;
  display: inline;
  -webkit-filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
  font-family: "Noto Serif JP", sans-serif;
  font-size: 50px;
  margin: auto;
}

.top-about {
  background: #dcdada;
  padding: 40px;
  position: relative;
}
.top-about__img {
  left: 0;
  position: absolute;
  width: 70%;
  z-index: 0;
}
.top-about__box {
  background: #fff;
  padding: 40px;
  position: absolute;
  right: 0;
  z-index: 1;
}
/*# sourceMappingURL=custom.css.map */