#banner {
	position: relative;
	width: 100vw;
	z-index: 3;
	margin-top: 70px;
	background: #f0ede8;
}

#banner img {
	width: 100vw;
	min-height: 75vh;
}

#banner .pos_abs {
	width: 100vw;
	height: 75vh;
	top: 0;
	left: 0;
}

#banner .info {
	height: 75vh;
}

#banner .info .txt {
	margin: auto;
}

#banner .info .txt * {
	font-weight: 400;
	color: var(--white);
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

#banner .info .txt h3 {
	font-size: 50px;
}

#banner .info .txt p {
	font-weight: 300;
	font-size: 18px;
}

#banner a.pos_abs {
	z-index: 2;
}

#banner video,
#banner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#banner #sup02 {
	top: 0;
	display: flex;
	justify-content: flex-end;
}

#banner #sup01 {
	top: 0;
	z-index: 2;
}

#banner #sup02 img {
	width: min(62%, 1230px);
	margin-right: 5%;
}

#banner #sup02 {
	top: 0;
	z-index: 0;
}

/* slick-current */
#banner .slick-current .info .txt * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

#banner .slick-current .info .txt p {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}

@media screen and (min-width: 761px) {
	#banner img {
		aspect-ratio: 160/71;
		object-fit: contain;
	}

	#banner .pos_abs {
		height: 95vh;
	}

	#banner .info {
		padding-bottom: 10vh;
		height: 85vh;
	}
}

@media screen and (max-width: 1500px) {
	#banner #sup02 img {
		width: min(90%, 901px);
		margin-right: 2%;
		margin-top: -2%;
		margin-bottom: -10px;
	}
}

@media screen and (max-width: 1280px) {
	#banner .pos_abs {
		height: 100%;
	}

	#banner img {
		min-height: auto;
	}

	#banner #sup02 img {
		width: min(90%, 720px);
		margin-right: 2%;
		margin-top: -2%;
		aspect-ratio: 1/1;
		height: auto;
	}
}

@media screen and (max-width: 980px) {
	#banner #sup02 img {
		width: min(53%, 661px);
		margin-right: 2%;
		margin-top: -2%;
	}
}

@media screen and (max-width: 760px) {
	#banner #sup02 img {
		width: min(58%, 426px);
		object-fit: contain;
	}
}

@media screen and (max-width: 550px) {
	#banner .info .txt h3 {
		font-size: 12vw;
	}

	#banner {
		margin-top: 15px;
	}

	#banner img {
		height: 337px;
		object-position: 9% 50%;
	}

	#banner #sup01 img {
		height: 300px;
		object-position: 179% 21%;
		margin-top: -7px;
		/* opacity: 0; */
	}

	#banner #sup02 img {
		object-position: 45% 50%;
		width: min(44%, 353px);
		height: 143px;
		aspect-ratio: 1/1;
		object-fit: contain;
		margin-top: 61px;
		margin-right: 0%;
	}

	#banner #sup02:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 40px;
		top: 0;
		background: #f0ede8;
		z-index: -1;
	}

	#banner #sup02:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 110px;
		bottom: -2px;
		background: #fefefe;
		z-index: -1;
	}
}

@media screen and (max-width: 480px) {
	#banner img {
		height: 478px;
		object-position: 10% 50%;
	}

	#banner .pos_rel {
		padding-bottom: 30px;
	}

	#banner #sup02:after {
		height: 244px;
	}

	#banner #sup02 img {
		margin-top: 344px;
		width: min(96%, 383px);
		height: 208px;
		object-position: -33% 50%;
		margin-bottom: 0;
	}

	#banner #sup01 img {
		object-position: 57% 21%;
		height: 237px;
	}
}