@charset "UTF-8";

/*--------------------main--------------------*/
.kv .inner{
	position: relative;
}
.kv dl{
	width: 910px;
	position: absolute;
	top: 45%;/*50%*/
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 100;
}
.kv dt{
	margin-bottom: 15px;
}
.kv dd h1{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	letter-spacing: 0.22em;
}

/*.matrix .bg-wrap,
.matrix .bg-wrap .inn {
	display: block;
}
.matrix .bg-wrap {
	overflow: hidden;
	opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
	margin-top: 10px;
}
.matrix .bg-wrap .inn {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
	opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}*/

/*.toptitFd {
	animation: toptitFd 0.7s ease 3s 1 normal;
	opacity: 0;
}
@keyframes toptitFd {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}*/


/*.kv .type01 li,
.kv .type02 li{
	width: 20%;
	float: left;
}*/

.kv .bg_list {
	position: relative;
	overflow: hidden;
}
/*.kv .bg_list::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cbcbcb;
	mix-blend-mode: multiply;
}*/
.kv .bg,
.kv .bg ul {
	display: flex;
}
.kv .bg.type01 ul:first-child {
	animation: loopLeft01 200s -100s linear infinite;
	/*animation: loopLeft01 100s -50s linear infinite;*/
}
.kv .bg.type01 ul:last-child {
	animation: loopLeft02 200s linear infinite;
	/*animation: loopLeft02 100s linear infinite;*/
}
.kv .bg.type02 ul:first-child {
	animation: loopRight01 200s -100s linear infinite;
}
.kv .bg.type02 ul:last-child {
	animation: loopRight02 200s linear infinite;
}
@keyframes loopLeft01 {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loopLeft02 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes loopRight01 {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}
@keyframes loopRight02 {
	from {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(0);
	}
}
.kv .bg ul {
	flex: 0 0 auto;
}
.kv .bg li {
	flex: 0 0 auto;
}
.kv .bg img {
	width: auto;
	height: 50svh;
	/*opacity: 0;
	transition-duration: 1s;*/
}
/*.is-loaded_top .kv .bg img {
	opacity: 1;
}*/
.kv .bg.type01 li:nth-child(1) img {
	transition-delay: 1s;	
}
.kv .bg.type01 li:nth-child(2) img {
	transition-delay: .6s;
}
.kv .bg.type01 li:nth-child(3) img {
	transition-delay: 1.2s;
}
.kv .bg.type01 li:nth-child(4) img {
	transition-delay: .85s;
}
.kv .bg.type01 li:nth-child(5) img {
	transition-delay: .4s;
}
/*.kv .bg.type01 li:nth-child(6) img {
	transition-delay: .94s;
}
.kv .bg.type01 li:nth-child(7) img {
	transition-delay: 1.1s;
}
.kv .bg.type01 li:nth-child(8) img {
	transition-delay: 1.3s;
}*/
.kv .bg.type02 li:nth-child(1) img {
	transition-delay: 1.2s;
}
.kv .bg.type02 li:nth-child(2) img {
	transition-delay: .8s;
}
.kv .bg.type02 li:nth-child(3) img {
	transition-delay: 1.2s;
}
.kv .bg.type02 li:nth-child(4) img {
	transition-delay: .85s;
}
.kv .bg.type02 li:nth-child(5) img {
	transition-delay: .4s;
}
/*.kv .bg.type02 li:nth-child(6) img {
	transition-delay: .94s;
}
.kv .bg.type02 li:nth-child(7) img {
	transition-delay: 1.1s;
}
.kv .bg.type02 li:nth-child(8) img {
	transition-delay: 1.3s;
}*/

.kv_fadein1,.kv_fadein2,.kv_fadein3,.kv_fadein4,.kv_fadein5 {
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	/*transform: translateY(20px);*/
	opacity: 0;
}
.kv_fadein1 {
	animation-name: kvfadeIn1;
	animation-delay: 0.3s;
}
.kv_fadein2 {
	animation-name: kvfadeIn2;
	animation-delay: 0.5s;
}
.kv_fadein3 {
	animation-name: kvfadeIn3;
	animation-delay: 0.7s;
}
.kv_fadein4 {
	animation-name: kvfadeIn4;
	animation-delay: 0.9s;
}
.kv_fadein5 {
	animation-name: kvfadeIn5;
	animation-delay: 1.1s;
}
@keyframes kvfadeIn1 {
    0% {
    }
    100% {
        /*transform: translateY(0);*/
        opacity: 1;
    }
}
@keyframes kvfadeIn2 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@keyframes kvfadeIn3 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@keyframes kvfadeIn4 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
@keyframes kvfadeIn5 {
    0% {
    }
    100% {
        opacity: 1;
    }
}



/*----------------------------------------------------*/
@media only screen and (max-width: 1115px) {

/*--------------------main--------------------*/
.kv{
	margin-top: 85px;
}
/*.kv .inner{
	position: relative;
}*/
.kv dl{
	width: 90%;
	/*position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 100;*/
}
/*.kv dt{
	margin-bottom: 15px;
}
.kv dd h1{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	letter-spacing: 0.22em;
}*/

.kv .bg img {
	/*width: auto;*/
	height: 30svh;
}


}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*--------------------main--------------------*/
.kv{
	margin-top: 60px;
}
.kv dl{
	width: 95%;
	/*position: absolute;*/
	top: 49%;
	/*left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 100;*/
}
.kv dt{
	margin-bottom: 15%;
}
.kv dd h1{
	font-size: 5.0vw;
	/*font-weight: 800;
	color: #fff;
	text-align: center;*/
	line-height: 150%;
	letter-spacing: 0.25em;
}

.kv .bg img {
	height: 28svh;
}


}

