@charset "UTF-8";

/* vi ベトナム語表示調整 */

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;700&display=swap');

body {
  font-family: 'Maven Pro', sans-serif;
  letter-spacing: 0;
}

.button-lang,
.button-header-link-large,
.button-header-link {
  font-family: 'Maven Pro', sans-serif;
}

.title-mv {
  letter-spacing: 0;
}




@media screen and (min-width: 768px) {
  .button-page-top__icon {
    width: 96px;
  }
  .button-page-top__text {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 32px;
    width: 74%;
  }
  .button-page-top.is-static .button-page-top__text {
    width: 100%;
  }
}