@charset "UTF-8";
/** TOPICS/CATALOG一覧用 sp**/
/** 共通　追加css sp**/
body {
	font-family: 'Jost-Regular','NotoSansJP-Regular';
}
.brand h1.title {
	display: block;
	padding-top: 70px!important;
	margin-top: -70px!important;
	border-bottom:none!important;
}
.title {
	text-align: left;
}
.title h1 {
	font-size: 41px;
	border-bottom: none;
    color: #333333;
}
.block-sort--select {
	padding-bottom: 62px;
	overflow-x: auto;
    overflow-y: hidden;
}
/**
.block-sort--select .block-goods-list--sort-order-items--link > li.active a {
    color: #333333;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-decoration: underline;
}**/
.block-sort--select .block-goods-list--sort-order-items--link > li a {
    color: #333333;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-decoration: unset;
}
.block-sort--select .block-goods-list--sort-order-items--link > li {
	color:#A7A7A7;
	width: 23.36%;
    min-width: 23.36%;
    min-height: 15px;
    margin-left: 3px;
    /**border: solid 1px #ccc;**/
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
#contents .contents.main#topics .brand .all-item a{
	border: 1px solid #33333380;
	width: 240px;
	height: 48px;
	margin: 0 auto;
	vertical-align: middle;
	padding-right: 0;
	display: table-cell;
	font-size: 12px;
	text-align: center;
}
#contents > .contents.main#topics > .brand > .all-item > a::after {
	content:none;
}

#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(2) {
	font-size:14px;
	display: block;
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(3) {
	font-size:14px;
}
#contents > .contents.main#topics > .brand > .pages > ul > li:nth-child(4) {
	font-size:14px;
}
/** TOPICS用　追加css pc**/
.region-main .block-sort--select .block-goods-list--sort-order-items--link{
	display: flex;
    padding: 15px 0 2px;
    overflow-x: auto;
}
#topics .brand{
	padding-bottom: 62px;
}

#topics .brand .title span {
	font-size:41px;
}
#topics .brand .all-item {
	display: table;
	margin: auto;
}
#brand_sort::-webkit-scrollbar {
  width: 30px;
  height: 10px;
}
/* スクロールバーの形を設定する */
#brand_sort::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
#brand_sort::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #F5F5F5;
}
/** CATALOG用　追加css sp**/

#catalog .brand{
	padding-bottom: 62px;
}
#catalog .brand .title span {
	font-size:41px;
}
#catalog .brand .all-item {
	display: table;
	margin: auto;
}
#contents > .contents.main#catalog > .brand > .all-item > a {
	border: 1px solid #33333380;
	width: 240px!important;
	height: 48px;
	margin: 0 auto!important;
	vertical-align: middle;
	padding-right: 0;
	display: table-cell!important;
	font-size: 12px;
	text-align: center;
}
#contents > .contents.main#catalog > .brand > .all-item > a::after {
	content:none!important;
}
#contents > .contents.main#catalog > .brand > .pages > ul > li:nth-child(2) {
	font-size:14px;
	display: block;
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#contents > .contents.main#catalog > .brand > .pages > ul > li:nth-child(3) {
	font-size:14px;
}
#contents > .contents.main#catalog > .brand > .pages > ul > li:nth-child(4) {
	font-size:14px;
}