@charset "UTF-8";
/* CSS Document */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: 1s all 1s ease;
	z-index: 9999;
}
#loading .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	line-height: 0;
	overflow: hidden;
}
#loading .logo .st0 {
	transform: translate(0,100%);
	transition: 0.2s all 0s ease;
}
#loading .logo .st0:nth-of-type(2) {
	transition-delay: 0.05s;
}
#loading .logo .st0:nth-of-type(3) {
	transition-delay: 0.1s;
}
#loading .logo .st0:nth-of-type(4) {
	transition-delay: 0.15s;
}
#loading .logo .st0:nth-of-type(5) {
	transition-delay: 0.2s;
}
#loading .logo .st0:nth-of-type(6) {
	transition-delay: 0.25s;
}
#loading .logo .st0:nth-of-type(7) {
	transition-delay: 0.3s;
}
#loading .logo .st0:nth-of-type(8) {
	transition-delay: 0.35s;
}
#loading .logo .st0:nth-of-type(9) {
	transition-delay: 0.4s;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .logo.on .st0 {
	transform: translate(0)
}
@media only screen and (max-width: 768px)  {
	#loading .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 50%;
		line-height: 0;
		overflow: hidden;
	}	
	
}

#main_visual {
	width: 100%;
	height: 100svh;
	position: sticky;
	top: 0;
}
#main_visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	line-height: 0;
	z-index: 10
}
#main_visual .visual {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
#main_visual .visual .bg {
	background: url("../img/visual_a_p.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	opacity: 0;
	animation: switch 12s infinite;
	
}
#main_visual .visual .bg:nth-of-type(2) {
	background: url("../img/visual_b_p.jpg") no-repeat center center;
	background-size: cover;
	animation-delay: 3s;
}
#main_visual .visual .bg:nth-of-type(3) {
	background: url("../img/visual_c_p.jpg") no-repeat center center;
	background-size: cover;
	animation-delay: 6s;
}
#main_visual .visual .bg:nth-of-type(4) {
	background: url("../img/visual_d_p.jpg") no-repeat center center;
	background-size: cover;
	animation-delay: 9s;
}

@media only screen and (max-width: 768px)  {
	#main_visual h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 50%;
		line-height: 0;
		z-index: 10
	}	
	#main_visual .visual .bg {
		background: url("../img/visual_a_s.jpg") no-repeat center top;
		background-size: cover;

	}
	#main_visual .visual .bg:nth-of-type(2) {
		background: url("../img/visual_b_s.jpg") no-repeat center top;
		background-size: cover;
		animation-delay: 3s;
	}
	#main_visual .visual .bg:nth-of-type(3) {
		background: url("../img/visual_c_s.jpg") no-repeat center top;
		background-size: cover;
		animation-delay: 6s;
	}
	#main_visual .visual .bg:nth-of-type(4) {
		background: url("../img/visual_d_s.jpg") no-repeat center top;
		background-size: cover;
		animation-delay: 9s;
	}
	
}
@keyframes switch {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}


#visual .splide ul {
	display: flex!important;
	justify-content: center;
	column-gap: 2%;
}
#visual .splide ul li {
	width: 23%;
	box-sizing: border-box;
}
#visual .splide ul li .video {
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px;
	line-height: 0;
	border: 1px solid #fff;
}
#visual .splide ul li .thema {
	height: 60px;
	position: relative;
	margin: 10% auto 0;
}
#visual .splide ul li .thema img  {
	width: 100%;
	height: auto;
	max-width: 120px;
	max-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#visual .splide ul li .brand  {
	width: 85%;
	margin: 0 auto;
}
 
.splide__arrow > svg {
 display: none;
}
@media only screen and (max-width: 768px)  {
	#visual .splide ul {
		display: flex!important;
		justify-content: space-between;
		column-gap: 0;
	}
	#visual .splide ul li .inner {
		transform: scale(0.9);
		transition: 1s all 0s ease;
	}
	#visual .splide ul li.is-active .inner {
		transform: scale(1);
	}
}



@keyframes switch {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}



.anim {
	opacity: 0;
	transform: translate(0,50px);
	transition: 1s all 0s ease;
}

li:nth-of-type(2).anim {
	transition-delay: 0.1s;
}
li:nth-of-type(3).anim {
	transition-delay: 0.2s;
}
li:nth-of-type(4).anim {
	transition-delay: 0.3s;
}
li:nth-of-type(5).anim {
	transition-delay: 0s;
}
li:nth-of-type(6).anim {
	transition-delay: 0.1s;
}
li:nth-of-type(7).anim {
	transition-delay: 0.2s;
}
li:nth-of-type(8).anim {
	transition-delay: 0.3s;
}
@media only screen and (max-width: 768px)  {
	li:nth-of-type(2).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(3).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(4).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(5).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(6).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(7).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(8).anim {
		transition-delay: 0.1s;
	}	
	#visual li.anim {
		opacity: 1;
		transform: translate(0)
	}
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
