.manito_2025_10 .img_title {
	top: 14.1%;
	left: 18.7%;
	width: 60.8%;
	height: 42.4%;
}
.manito_2025_10 .img_obj {
	top: 35.9%;
	left: 58.3%;
	width: 41.8%;
	height: 31.9%;
}
.manito_2025_10 .img_front_02 {
	top: 58.5%;
	left: 14.8%;
	width: 68.4%;
	height: 31.8%;
}
.manito_2025_10 .img_front_01 {
	bottom: 0%;
	left: 0%;
	width: 41.6%;
	height: 23.3%;
}

.manito_2025_10 .btn_pickup {
	top: 57.6%;
	left: 19.6%;
	width: 60.4%;
	height: 6%;
}

.manito_2025_10 .farmer {
	top: 34.7%;
	left: 26.9%;
	width: 45.8%;
	height: 26.9%;
}

.manito_2025_10 .img_balloon {
	top: 32.1%;
	left: 71.1%;
	width: 16.8%;
	height: 8.7%;
}

.manito_2025_10 .item_01 {
	top: 40.6%;
	left: 6.8%;
	width: 44.3%;
	height: 21.4%;
	animation: wiggleToRight 3s ease-in-out infinite 0.2s;
	transform-origin: bottom right;
}
.manito_2025_10 .item_02 {
	top: 30%;
	left: 25.4%;
	width: 22%;
	height: 29.4%;
	animation: wiggleToRight 3s ease-in-out infinite 0.1s;
	transform-origin: bottom right;
}
.manito_2025_10 .item_03 {
	top: 30%;
	left: 52.7%;
	width: 22.1%;
	height: 29.4%;
	animation: wiggleToRight 3s ease-in-out infinite 0.2s;
	transform-origin: bottom left;
}
.manito_2025_10 .item_04 {
	top: 40.6%;
	left: 48.9%;
	width: 44.3%;
	height: 21.4%;
	animation: wiggleToRight 3s ease-in-out infinite;
	transform-origin: bottom left;
}

@keyframes wiggleToRight {
	0% {
		transform: rotate(0deg);
	}
	33% {
		transform: rotate(5deg);
	}
	66% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
