/*--------------------------------------------
	top-video
--------------------------------------------*/

.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 100vh;
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 100%;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/.jpg) no-repeat center/cover;
  z-index: -2;
  animation: slide-animation-zoom01 24s infinite;
}

@keyframes slide-animation-zoom01 {
    0% {opacity: 0; transform: scale(1.0);}
50% {opacity: 1; transform: scale(1.2);}
100% {opacity: 1; transform: scale(1.2);}
}

@media screen and (max-width: 900px) {
	
video {
  background: url(../img/.jpg) no-repeat center/cover;
}

}

 
.mv-bg {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  background-color: rgba(255,255,255,0.0);
  /* videoの上に乗せる */
  z-index: 0;
}
 
.mv-txt {
  color: #fff;
  font-size: 50px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}




/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  z-index: 3;
}

.kv .main-copy1{
  	font-size:18px;
  	line-height:1.4em;
 	letter-spacing:0.15em;
  	font-family: 'Inter','Noto Sans JP', sans-serif;
  	font-weight: 500;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:center;
  	padding-bottom:10px;
	display: inline-block;
	width:100%;
	position:relative;
	z-index:auto;
}


.kv .main-copy2{
  	font-size:16px;
  	line-height:1.4em;
 	letter-spacing:0.3em;
  	font-family: 'Inter','Noto Sans JP', sans-serif;
  	font-weight: 500;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:center;
  	padding-bottom:10px;
	display: inline-block;
	width:100%;
	position:relative;
	z-index:auto;
}

.kv .sub-copy1{
  	font-size:14px;
  	line-height:1.4em;
 	letter-spacing:0.2em;
  	font-family: 'Outfit', sans-serif;
  	font-weight: 600;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:center;
  	padding:10px 0px 10px 0px;
	display: inline-block;
	width:100%;
	position:relative;
	z-index:auto;
}


.kv .sub-copy2{
  	font-size:12px;
  	line-height:1.4em;
 	letter-spacing:0.2em;
  	font-family: 'Outfit', sans-serif;
  	font-weight: 500;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:center;
  	padding-bottom:10px;
	display: inline-block;
	width:100%;
	position:relative;
	z-index:auto;
}

.kv .sub-copy img{
	width:30%;
	position:relative;
	z-index:auto;
	margin: 0px 0px 10px 0px;
	max-width: 250px;
}

.kv .sub-copy2 img{
	width:70%;
	position:relative;
	z-index:auto;
	margin: 0px 0px 10px 0px;
	max-width: 500px;
}