@charset "UTF-8";
/* CSS Document */
#visual {
  position: relative;
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
  padding: 0
}
#visual img {
  width: 100%;
  height: auto;
}
#product_detail {
  margin-top: 1em;
}
#play_text {
  width: 100%;
}
#newGame {
  margin-left: 5%;
}
#newGame.noMargin {
  margin-left: 0;
}
#newGame, #play_movie {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
#play_movie div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#newGame iframe, #play_movie iframe {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#play_movie iframe {
  max-width: 420px;
}
#newGame iframe {
  max-width: 100%;
}
#play_movie div:nth-child(2) iframe {
  width: auto;
  max-height: 236px;
  margin: 1em;
  aspect-ratio: 344 / 612;
}
#play_images {
  justify-content: space-around;
}
#play_images img {
  width: calc((100% / 3) - 2%);
}
@media screen and (min-width: 481px) {
  #play_images img {
    width: calc((100% / 6) - 2%);
  }
}