@charset "UTF-8";
.mainVisual {
	background:#000;
}
.mainVisual .inner{
	width:100%;
	max-width:1400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}

#video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1; /* 他の要素より上に表示 */
}

#mute-button{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:10;
}
