/*--------------------------------------------
	img-frame
	https://www.bring-flower.com/blog/slideshow/
--------------------------------------------*/

.img-frame{
   position: relative;
   width: 100%;
   height: 100vh;
   overflow: hidden;
   margin: 0 auto;
}


	
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}

.img-01{
   background: url(../img/mll_top_back_pc.jpg) no-repeat center/cover;
   animation: slide-animation-01 24s infinite;
   animation-play-state:running;
}




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



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

	
.img-frame::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(255,255,255,0.10);
}



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

.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 100vh;
}


.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 .main-copy1{
  	font-size:50px;
	
  	line-height:1.2em;
 	letter-spacing:0.1em;
  	font-family: 'Shippori Mincho', sans-serif;
  	font-weight: 400;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:left;
  	padding-bottom:10px;
	position:relative;
	z-index:auto;
	
	/* 
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	*/

	display: inline-block;
}

@media screen and (max-width: 900px) {
.kv .main-copy1{
  	font-size:35px;
}
}

.kv .main-copy2_number{
	font-size:120%;
	
	/* 
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
	*/
	
	display: inline-block;

}


.kv .main-copy2{
  	font-size:25px;
  	line-height:2.0em;
 	letter-spacing:0.2em;
  	font-family: 'Shippori Mincho', sans-serif;
  	font-weight: 400;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:left;
  	padding-bottom:10px;
	position:relative;
	z-index:auto;
	
	/* 
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	*/
	
	display: inline-block;	
}




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


.kv .sub-copy2{
  	font-size:8px;
  	line-height:1.4em;
 	letter-spacing:0.2em;
  	font-family: 'Outfit', sans-serif;
  	font-weight: 400;
  	text-decoration: none;
	margin: 0px 0px 0px 0px;
  	text-align:left;
  	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: 50px;
}

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