@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-weight: 400;
  font-family: "Unbounded";
}

.under-mv {
  overflow: hidden;
  height: 60vh;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10vh;
}
@media screen and (max-width: 834px) {
  .under-mv {
    height: 50vh;
  }
}
.under-mv .under-mv__title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: auto;
  left: auto;
  transform: none;
}
.under-mv .under-mv__img {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.under-mv .under-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=under-mv.css.map */