@charset "utf-8";

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

.slidelogo_sp {
	max-width: 100%;
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateY(51%);
	z-index: 5;
}

.slidelogo_img {
	width: 75%;
	height: auto;
}

#img2 {animation: slidexsp 4s 1;}

@keyframes slidexsp {
	0%{opacity: 0; transform: translateY(calc(50% + 75px));}
	80% {opacity: 1; transform: translateY(calc(50% + 75px)););}
 	100%{transform: translateY(51%);
}

