@charset "UTF-8";
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  --vw: 100vw;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 585.98px) {
  html {
    font-size: calc(var(--vw) / 384);
  }
}
@media (min-width: 586px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  html {
    font-size: calc(var(--vw) / 1440);
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 1.25px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

body {
  font-size: 14rem;
  font-weight: 400;
  color: #ffffff;
  background: #373737;
  line-height: 1.66;
  -webkit-text-size-adjust: 100%;
  min-width: 320rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 15rem;
  }
}

.l-body--black {
  color: #ffffff;
  background: #373737;
}
.l-body--white {
  color: #171717;
  background: #F4F4F4;
}

[id] {
  scroll-margin-top: 130px;
}
@media screen and (min-width: 768px), print {
  [id] {
    scroll-margin-top: 170px;
  }
}

@media screen and (min-width: 768px), print {
  .l-inner {
    width: 1307rem;
    margin: 0 auto;
  }
  .l-inner--toppage {
    width: 1372rem;
  }
  .l-inner--narrow {
    width: 1140rem;
  }
  .l-inner--narrow2 {
    width: 908rem;
  }
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    width: 100%;
    padding: 0 24rem;
    box-sizing: border-box;
  }
  .u-pc-only {
    display: none !important;
  }
}
.touchdevice .u-clickdevice-only {
  display: none;
}

.clickdevice .u-touchdevice-only {
  display: none;
}

[lang=en],
.u-en {
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
  font-weight: 400 !important;
}

[lang=ja],
.u-ja {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
}

a {
  color: currentColor;
}

p,
dd,
li {
  text-align: justify;
  line-height: 1.84;
}
@media screen and (min-width: 768px), print {
  p,
  dd,
  li {
    line-height: 2;
  }
}

i:has(svg) {
  line-height: 0;
}
i:has(svg) svg {
  width: 100%;
  aspect-ratio: 1;
}

#contents {
  margin-top: 80rem;
}
@media screen and (min-width: 768px), print {
  #contents {
    margin-top: 112rem;
  }
}

.u-hidden {
  display: none;
}/*# sourceMappingURL=basic.css.map */