@charset "UTF-8";

#mv {
  background-image: url(/assets/images/top/mv-bg-smp.jpg);
  background-position: center;
  background-size: cover;
  height: 70vh;
}
#mv .title {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
}
#mv .hadano {
  z-index: 100;
  bottom: 0;
  left: 0;
}
#message {
  background-image: url(/assets/images/top/message-bg.jpg);
  background-position: center;
  background-size: cover;
}
#sec1 {
  background-image: url(/assets/images/top/sec1-bg.png);
  background-position: center;
  background-size: cover;
}

/* Tablet */
@media screen and (min-width: 465px) and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  #mv {
    background-image: url(/assets/images/top/mv-bg.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
  }
  .slider-top-line {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
  }
  .slider-bottom-line {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
  }
  #mv .title {
    top: 0;
    bottom: 0;
    right: 3%;
    left: auto;
  }
}
