@charset "EUC-JP";
#home-body {
	background: #EBEBEB;
  margin-bottom: 80px;
}
.pickups {
	padding: 90px 0 40px;
}
.brands {
	padding: 20px 0 80px;
}
.pickups .area-title,
.brands .area-title {
	font-size: 20px;
	margin-bottom: 20px;
}

/* -----------------
Pickup
----------------- */
.pickup-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
}
.pickup-list .pickup-item {
	width: 50%;
	margin-top: 10px;
}
.pickup-list .pickup-item:nth-child(1),
.pickup-list .pickup-item:nth-child(2) {
	margin-top: 0;
}
.pickup-list .pickup-item:nth-child(2n+1) {
	padding-right: 5px;
}
.pickup-list .pickup-item:nth-child(2n) {
	padding-left: 5px;
}
.pickup-list .pickup-item a {
	display: block;
	background: #333;
}
.pickup-list .pickup-item a img {
	transition: all 0.3s;
}
.pickup-list .pickup-item a:hover img {
	opacity: 0.5;
}

@media screen and (max-width: 820px) {
	.pickup-list .pickup-item {
		width: 100%;
		padding: 0!important;
	}
	.pickup-list .pickup-item:nth-child(2) {
		margin-top: 10px;
	}
}

/* -----------------
Brand
----------------- */
.brand-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
}
.brand-item {
	width: 50%;
	margin-top: 10px;
	box-sizing: border-box;
}
.brand-list .brand-item:nth-child(1),
.brand-list .brand-item:nth-child(2) {
	margin-top: 0;
}
.brand-list .brand-item:nth-child(2n+1) {
	padding-right: 5px;
}
.brand-list .brand-item:nth-child(2n) {
	padding-left: 5px;
}
.brand-item a {
	display: block;
	position: relative;
	overflow: hidden;
}
.brand-item a .img img,
.brand-item a .logo,
.brand-item a .t {
	transition: all 0.3s;
}
.brand-item a .img {
	background: #333;
}
.brand-item a .logo {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 102;
}
.brand-item.half a .logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 102;
}
.brand-item.half a .logo img {
	height: 100%;
	width: auto;
}
.brand-item a .t {
	position: absolute;
	bottom: 24px;
	padding: 0 20px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 103;
	font-size: 16px;
	color: #FFF;
}
.brand-item a:hover .logo {
	opacity: 1;
}
.brand-item a:hover .img img {
	opacity: 0.2;
	/*transform: scale(1.1);*/
}
.brand-item a:hover .t {
	opacity: 1;
}
@media screen and (max-width: 820px) {
	.brand-item {
		width: 100%;
		padding: 0!important;
	}
	.brand-item.half {
		width: 50%;
	}
	.brand-list .brand-item:nth-child(2) {
		margin-top: 10px;
	}
	.brand-item a .t {
		position: static;
		padding: 10px 20px 30px;
		width: 100%;
		text-align: center;
		opacity: 1;
		z-index: 103;
		font-size: 12px;
		color: #565656;
	}
	.brand-item a:hover .logo {
		opacity: 1;
	}
	.brand-item a:hover .img img {
		opacity: 0.2;
		transform: scale(1);
	}
	.brand-item a:hover .t {
		opacity: 1;
	}
}

.news {
	padding: 100px 0;
}
.news-list {
	width: 660px;
	margin: 0 auto;
}
.news-list dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	letter-spacing: 0.8pt;
	font-size: 14px;
	color: #333333;
}
.news-list dt {
	width: 21%;
	font-weight: 400;
	padding-left: 30px;
	box-sizing: border-box;
	
}
.news-list dd {
	width: 79%;
	padding-left: 55px;
	box-sizing: border-box;
	margin: 0;
	background: url(https://file001.shop-pro.jp/PA01137/532/images/common/news_dotted.png) no-repeat left 10px;
}
.news-list dd a {
	transition: all 0.3s;
}
.news-list dd a:hover {
	color: #888!important;
}
@media screen and (max-width: 820px) {
	.news {
		padding: 50px 0;
		margin-bottom: 30px;
	}
	.news-list {
		width: 100%;
		padding: 0 20px;
	}
	.news-list dl {
		display: block;
		flex-wrap: wrap;
		margin-bottom: 20px;
		letter-spacing: 0.8pt;
		font-size: 14px;
		color: #333;
	}
	.news-list dt {
		display: inline-block;
		width: auto;
		font-size: 10px;
		padding: 0;
		margin-bottom: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.news-list dt::after {
		content: '';
		display: block;
		width: 17px;
		height: 1px;
		background: #F00 url(https://file001.shop-pro.jp/PA01137/532/images/common/news_dotted.png) no-repeat left top;
		position: absolute;
		top: 50%;
		right: -27px;
	}
	.news-list dd {
		width: 100%;
		padding-left: 0;
		background: none;
		
	}
	.news-list dd a {
		transition: none;
	}
	.news-list dd a:hover {
		color: #333!important;
	}
}

.btns {
	max-width: 1120px;
	padding-bottom: 100px;
	margin: 0 auto;
}
.btns ul {
	display: flex;
	flex-wrap: wrap;
}
.btns ul li {
	width: 32.4%;
	margin: 10px auto 0;
}
.btns ul li:nth-child(1),
.btns ul li:nth-child(2),
.btns ul li:nth-child(3) {
	margin-top: 0;
}
.btns ul li a {
	display: block;
	background: #333;
}
.btns ul li a img {
	transition: all 0.3s;
}
.btns ul li a:hover img {
	opacity: 0.5;
}

@media screen and (max-width: 820px) {
	.btns {
		padding-bottom: 50px;
	}
	.btns ul li {
		width: 50%;
		margin-top: 4px;
	}
	.btns ul li:nth-child(1),
	.btns ul li:nth-child(2) {
		margin-top: 0;
	}
	.btns ul li:nth-child(3) {
		margin-top: 4px;
	}
	.btns ul li:nth-child(2n+1) {
		padding-right: 2px;
	}
	.btns ul li:nth-child(2n) {
		padding-left: 2px;
	}
}