#video-area{
z-index: -1; top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
position: fixed;
}
#video-area_cr{
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
position: relative;
}
#video-area_cr02{
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
position: relative;
}
.video { position: absolute;
z-index: -2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 177.77777778vh; height: 56.25vw; min-height: 100%;
min-width: 100%;
}
#video_cr { position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); width: 177.77777778vh; height: 56.25vw; min-height: 100%;
min-width: 100%;
}
#video_cr02 { position: absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); width: 177.77777778%; height: 56.25%; min-height: 100%;
min-width: 100%;
}
.video_sp { position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); width: 56.25vh; height: 177.77777778vw; min-height: 100%;
min-width: 100%;
}
.top_img {
object-fit: cover;
min-height: 100vh;
}