/* -------------------------------------
#mv
----------------------------------------*/
#mv {
  margin-bottom: 15px;
}
#mv .inner {
  position: relative;
  width: 100%;
  height: 32vw;
  background: url("/img/top/mv-sp.jpg");
  background-position: right;
  background-size: cover;
}
#mv h1 {
  position: absolute;
  bottom: 13%;
  left: 6.5vw;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
}
@media (min-width: 500px) {
  #mv h1 {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  #mv {
    margin-bottom: 45px;
  }
  #mv .inner {
    height: 255px;
    background: url("/img/top/mv.jpg");
    background-position: right;
    background-size: cover;
  }
  #mv h1 {
    bottom: 40px;
    left: 5%;
    font-size: 44px;
  }
}
@media (min-width: 900px) {
  #mv {
    margin-bottom: 70px;
  }
}
@media (min-width: 1000px) {
  #mv .inner {
    height: 340px;
    background-position: center;
  }
  #mv h1 {
    left: 17%;
  }
}

/* -------------------------------------
#overflow
----------------------------------------*/
#overflow {
  position: relative;
  margin-bottom: 37px;
}
#overflow .inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#overflow .textWrap {
  margin-bottom: 15px;
}
#overflow .textWrap p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#overflow .textWrap p span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#overflow .textWrap p span.otaru {
  color: #7E0B14;
}
#overflow .textWrap p span.obihiro {
  color: #008D39;
}
#overflow .textWrap p span.kitami {
  color: #006098;
}
@media (min-width: 768px) {
  #overflow {
    margin-bottom: 120px;
  }
  #overflow .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #overflow .textWrap {
    width: 50%;
    max-width: 510px;
    margin-bottom: 0;
  }
  #overflow .textWrap p {
    font-size: 18px;
    line-height: 2.2;
  }
  #overflow .textWrap p span {
    font-size: 23px;
    line-height: 1.8;
  }
  #overflow .imgWrap {
    width: 50%;
  }
}
@media (min-width: 900px) {
  #overflow .imgWrap {
    position: absolute;
    top: -100px;
    right: 0;
  }
}
@media (min-width: 1400px) {
  #overflow .textWrap {
    max-width: 510px;
  }
  #overflow .imgWrap {
    left: 50%;
    margin: 0 auto;
  }
}

/* -------------------------------------
#search
----------------------------------------*/
#search {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #search {
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=top.css.map */