@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: auto;
}
html > img {
  display: none !important;
}

body {
  width: 100%;
}

strong {
  font-weight: inherit;
}

a {
  display: block;
  font-size: 1.4rem;
  transition: all 0.2s;
}

a:hover {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

figcaption {
  font-size: 2.9333333333vw;
  line-height: 2.27;
}
@media (1080px <= width) {
  figcaption {
    font-size: 1.2rem;
  }
}
@media (width < 1080px) {
  figcaption {
    font-size: 1.1rem;
  }
}