@charset "utf-8";
/* CSS Document */


div#sblong02 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
}

div#sblong02 img{
	width: 100%;
	max-width: 750px;
	margin: 0;
	padding: 0;
	display: block;
}

div#sblong02 section{
	position: relative;
}

div#sblong02 section a:hover{
	filter: brightness(1.1)
}

div#sblong02 section a{
	width: 94.5%;
	display: block;
	position: absolute;
	left: 2.7%;
	animation: spin 1s ease-in-out infinite;
}

div#sblong02 .cart1 a{
	bottom:3%;
}

div#sblong02 .cart2 a{
	bottom:6%;
}

div#sblong02 .cart3 a{
	bottom:5%;
	animation: none;
}
