@charset "shift_jis";

/* CSS Document */

video {
  max-width: 95%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

video:-ms-fullscreen {
  transform: translate3d(0, 0, 0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(252, 252, 252);
}
