@charset "utf-8";.shop-list {
	margin-bottom: 100px;
}
.shop-list__item {
	padding: 30px 0 50px;
}

.shop-list__title {
	border-bottom: solid 1px #cbcbcb;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: .5rem;
	margin-bottom: 1.5rem;
}
.shop-list__title--brand {
	font-size: 2rem;
	font-weight: bold;
	margin-top: -51px;
	padding-top: 51px;
}
.shop-list__title--description {
	font-weight: normal;
	margin-bottom: auto;
}
.shop-list__text {
	margin-bottom: 1rem;
}
.shop-list__thumbnail-image {
	width: 100%;
}
.static__brand-list-item-image {
	max-height: 2.1875rem;
	height: 100%;
	object-fit: contain;
}
.static__brand-list-item-image.fullbk {
	max-height: 2.5rem;
}
}
.static__brand-list-item-image.tegteg{
	max-height: 2.5rem;
}
.static__brand-list-item-link {
	color: #000;
	display: block;
	padding: 1.5625rem;
}
.static__brand-list-item-link.padding0 {
	padding: 0;
}
@media screen and (min-width: 64em){
  .grid-margin-x>.large-3 {
    width: calc(20% - 1.875rem);
  }
}
@media screen and (max-width: 63.99875em){
.shop-list__title {
	font-size: 38px;
}
.shop-list__title--brand {
	font-size: 45px;
}
.shop-list__text {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 39.99875em){
.shop-list__item {
	padding:4.6875vw 0 7.8125vw;
}
.shop-list__title {
	font-size: 6vw;
}
.shop-list__title--brand {
	font-size: 7vw;
}
.shop-list__text {
	font-size: 3.75vw;
}
}