@charset "utf-8";
/* CSS Document */



/*Visual
----------------------------------------------------------------------------------------------------------------------*/
.main{
	width: 100%;
	overflow: hidden;
}

.main video {
  /*画面サイズに応じてサイズを可変するように設定*/
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  min-width: 100vw;
  height: 100vh;
  z-index: -1;
  position: relative;
}

.centerBox {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  width: 100%;
}

.centerBox .health-sus img{
	width: 600px;
	height: auto;
	margin: 0 auto;
}

.index-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;/*------z-index------*/
	background: #fff;
}

@media screen and (max-width:600px) {

.centerBox .health-sus img{
	width: 90%;
	height: auto;
}

}




























