/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"); */

html {
  /* font-family: "Noto Sans JP", sans-serif; */
  overflow: hidden;
}

html,
body,
#root {
  height: 100%;
  width: 100%;
}

#root {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

svg {
  flex-shrink: 0;
}

@media (width < 40rem) {
  html {
    --page-padding: 1rem;
  }
}
._images_16zvx_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 10rem);
  gap: 0.5rem;
}

._images_16zvx_1[data-single-row="true"] {
  display: flex;
  height: 7rem;
  overflow-x: auto;
  gap: 0.5rem;
}

._fullscreen_16zvx_14 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 2vw;

  display: flex;
  justify-content: center;
  align-items: center;
}

._fullscreen_16zvx_14 img {
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  object-fit: contain;
  object-position: center;
}
