@charset "UTF-8";

html {
  font-size: calc(10 * (100vw / 390));
}

@media (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 767px) {
  html {
    font-size: calc(10 * (100vw /1400));
  }
}