/*
Theme Name: Lightning Child Sample
Template: lightning
*/

#splash-screen {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; /* ← 目立たせる */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.splash-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
