.container-video {
	position: relative;
	height: 600px;
	overflow: hidden;
	opacity: 0.01;
	animation: load 1.5s 0.8s ease-out forwards;
  }
.container-video #video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
	transform: translate(-50%, -50%) scale(1.05);
  }
  
  @keyframes load {
	100% {
	  opacity: 1;
	}
  }
  .table-center {
	display: table;
	width: 100%;
	position: relative;
	height: 100%;
  }
  .table-center > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
  }
  .table-center > div p {
	color: #fff;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px;
	font-size: 2em;
	font-weight: 600;
  }
  #video-area {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 60%;
	min-height: 60%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(movie.jpg) no-repeat;
	background-size: cover;
   }
#full-screen-btn {
	margin-top: 10px;
}
#super_mode_title {
	z-index: 1;
}
#super_mode {
	z-index: 1;
}
#content {
	z-index: 1;
}
#overlayText {
	position: absolute; /* 絶対的な位置指定 */
	top: 3%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1; /* videoより手前に表示 */
	background-color: rgba(255, 255, 255, 0.8); /* 背景の透明度 */
	padding: 10px;
	border-radius: 5px;
	color: gray;
	font-weight: bold;
  }
div {
	display: flex;
	flex-direction: column;
	align-items: start;
	/* height: 150px; */
}
body {
	overflow: hidden;
}
