﻿@charset "UTF-8";

/* ----ブランド画面---- */

.block-brand-list {
margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
margin-bottom: 40px;
}

.block-brand-list--items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 60px 20px;
}

.block-brand-list--item {
	width: calc((100% - 20px * 2) / 3);
}

.block-brand-list--item:nth-of-type(3n+1) {
margin-left: 0;
}

.block-brand-list--item-img {
width: 100%;
height: auto;
text-align: center;
}
.block-brand-list--item-img img {
	max-width: 100%;
	max-height: 100%;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
border: 0;
}

.block-brand-list--item-name {
padding: 16px 0 12px;
font-size: 16px;
font-weight: bold;
line-height: 1.25;
text-align: center;
}

.block-brand-list--item-comment {
border: 0;
padding: 0;
}

.block-brand-list--item-btn {
display: block;
text-align: center;
width: 240px;
height: auto;
line-height: 1.5;
color: #333;
font-size: 14px;
margin: 16px auto 0;
padding: 15px 10px;
border: 1px solid #111;
background: #fff;
}

.block-brand-detail--image {
margin-top: 40px;
}

.block-brand-detail--description {
margin-bottom: 30px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display:none;
}
