@charset "UTF-8";
.Inter-Bold {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.Inter-SemiBold {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.Inter-Regular {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hiragi-w3 {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}

.hiragi-w6 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.DIN-bold {
  font-family: "DINNextLTPro-Bold";
}

.DIN-Regular {
  font-family: "DINNextLTPro-Condensed";
}

.DIN-Medium {
  font-family: "DINNextLTPro-Medium";
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  font-size: 10px;
  overflow-x: hidden;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: #bbd2d6;
}

ul {
  list-style: none;
  margin-inline: 0;
  padding-inline: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  list-style: none;
}

img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */