@charset "utf-8";


/* fixedBanner
-------------------------------------------------- */
.fixedBanner {
	position: fixed;
	left: 20px;
	bottom: -314px;
	-webkit-transform: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
	z-index: 1000;
}
.fixedBanner.l-container--fixed {
	bottom: 20px;
}
.fixedBanner a {
	display: block;
}
.fixedBanner img {
	width: 218px;
	height: 168px;
	margin-bottom: 15px;
	display: block;
	-webkit-transform: all .3s cubic-bezier(0.19, 1, 0.22, 1) .1s;
	transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}
.fixedBanner a:hover img {
	margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
	.fixedBanner {
		left: 0;
	}
	.fixedBanner img {
		width: 160px;
		height: 123px;
	}
}