#page_title{
	margin:0 auto 160px;
	background:url('../images/brand/pagetitle.webp') no-repeat top center;
}
#section1{
	text-align:center;
}
#section2{
	background:#f1f1f1;
	padding:4dvw;
}
#section2 article{
	max-width:1120px !important;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#section2 article dl{
	width:calc((100% - 120px) / 4);
	padding:20px;
	box-sizing:border-box;
	background:#fff;
}
.brandname img{
	display:block;
	width:200px !important;
	height:45px !important;
	object-fit:contain;
	margin:0 auto 10px;
}
.brandname strong{
	display:block;
	text-align:center;
	font-size:14px;
}
.brandsite{
	padding:10px 0;
}
.brandsite a{
	display:block;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	background:#000;
	text-align:center;
}
.brandsite a:hover{
	background:#ad4b5a;
}
.shopicon ul{
	padding:0;
	display:flex;
	list-style:none;
	gap:15px;
	justify-content:flex-end;
}
.shopicon img{
	display:block;
	margin-bottom:10px;
	width:25px;
}