@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.header_wrap {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_wrap header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap .logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 751- */
}
@media all and (min-width: 751px) {
  .header_wrap .logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.header_wrap .hamburger {
  /* 751- */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .header_wrap .hamburger {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.main {
  padding: 100px 0 0px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .main {
    padding: 180px 0 0px 0;
  }
}

.mv {
  position: relative;
  padding: 20px 0 100px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv {
    padding: 20px 0 280px;
  }
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg_second_mountain_sp.webp);
  background-size: 100% auto;
  height: -webkit-fill-available;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  bottom: -1px;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .mv::after {
    background-image: url(../images/common/bg_second_mountain.webp);
  }
}
/*# sourceMappingURL=second.css.map */