@charset "utf-8";

/* CSS Document */

/* slider */
#static .jcarousel-wrapper {
	margin-bottom: 30px;
}

/* brand-link-list */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	display: block;
	text-decoration: none;
}
#static .brand-link-list span {
	color: #888;
	font-size: 12px;
}

/* pickup-item */
#static .pickuptitle {
	margin-bottom: 20px;
	text-align: center;
}
#static .pickup-item li {
	width: 216px;
}
#static .pickup-item img {
	width: 216px;
	height: 216px;
	margin-bottom: 8px;
}

/* brandstory */
#static .img-brandstory {
	margin-bottom: 60px;
}

/* img-lazy */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}