/* --------------------main------------------- */
/* brands-artisits-top */
.brands-artisits-top{
	padding: 40px 0 0;
}
.brands-artisits__ttl{
	-ms-align-items: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}
.brands-artisits__ttl h2{
	font-size: 30px;
}
.brands-artisits__buyerlink{
	width: 212px;
	text-align: right;
	margin-top: 10px;
}
.brands-artisits__buyerlink a{
	display: block;
	border: 2px solid #000;
	padding: 10px 30px 10px 0;
	position: relative;
}
.brands-artisits__buyerlink a::before {
	position: absolute;
	top: 10px;
	left: 25px;
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/group-brand/buyer.svg) no-repeat;
	background-size:contain;
}
#asrtistform{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#asrtistbox{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #000;
	padding: 20px 0 20px 20px;
}
#asrtistform-btn{
	height:50px;
	position:absolute; 
	right: 20px;
	top:3px;
	background:none;
	color:#000;
	border:none;
	font-size:30px;
}
#asrtistform-btn:hover{
	cursor: pointer;
	opacity: 0.7;
}
.artitist-list{
	padding-bottom: 60px;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
}
.artitist-list li{
	width: 42%;
	margin-bottom: 30px;
}
.artitist-list li:nth-of-type(2n){
	margin-right: 0;
}
.artist-photo{
	width: 100%;
}
.artist-photo img{
	width: 100%;
	border-radius: 50%;
	border: 3px solid #000;
}
.brand-name{
	font-weight: bold;
	margin: 10px 0 ;
	text-align: center;
}
.artist-name{
	margin-bottom: 20px;
	padding-left: 23px;
	position: relative;
}
.artist-name::before{
	position:absolute;
	left: 0;
	top: 2px;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/group-brand/namedeco.png) no-repeat;
	background-size:contain;
}

