@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --keycolor: #e35203;
  --normal: 350;
  --bold: 650;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: var(--normal);
}

@media (min-width: 568px) {
  .p-top-mv {
    background-image: url(../images/fuyumiyamamori/top_mv_bg_pc.jpg);
  }
}
@media (max-width: 567px) {
  .p-top-mv__title {
    background-image: url(../images/fuyumiyamamori/top_mv_bg_sp.jpg);
  }
}
@media (min-width: 568px) {
  html[lang=ja] .p-top-mv__title img {
    height: 31%;
  }
  html[lang=en] .p-top-mv__title img {
    height: 38%;
  }
}
@media (max-width: 567px) {
  .p-top-mv__image img {
    object-position: center top;
  }
}
