@font-face {
  font-family: 'Faro';
  src:
    url('../fonts/FaroWeb-BoldLucky.woff2') format('woff2'),
    url('../fonts/FaroWeb-BoldLucky.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* .zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

html,
body {
  margin: 0;
  padding: 0;
  background-color: var(--color-geppaku);
  color: var(--color-konai);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: min(calc(10/375*100vw), 25.6px);
}
body {
  font-size: 1rem;
}
.font-faro {
  font-family: 'Faro', sans-serif;
  font-weight: 700;
}
.font-dot {
  font-family: 'DotGothic16', sans-serif;
  font-weight: 400;
}

body {
  container-type: inline-size;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.container {
  max-width: var(--container-max-width);
  width: 100%;
  margin-inline: auto;
  background-color: var(--color-geppaku);
  color: var(--color-konai);
}
footer {
  small {
    display: block;
    padding-block: 2.4rem;
    color: var(--color-suzu);
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
}
