@charset "UTF-8";
/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
--------------------------------------------------
  ブランドページ用スタイル
--------------------------------------------------
*/
/*
--------------------------------------------------
  セクション共通スタイル
--------------------------------------------------
*/
.page-header-section,
.brand-categories-section,
.brand-list-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-list-section {
  position: relative;
  z-index: 500;
  background-color: rgba(0, 179, 255, 0.0823529412);
}

.brand-categories-section {
  position: relative;
}

/*
--------------------------------------------------
  インナーコンテンツ (inner-content) スタイル
--------------------------------------------------
*/
.inner-content {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  padding-right: 40px;
  box-sizing: border-box;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .inner-content {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .inner-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner-content .category-uppercase-slug {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #59AAD3;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.inner-content .category-uppercase-slug::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #59AAD3;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .inner-content .category-uppercase-slug {
    font-size: 16px;
  }
}
.inner-content h2 {
  font-size: 46px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  line-height: 1;
  padding-top: 0.3em;
  padding-bottom: 1em;
}
@media (max-width: 1024px) {
  .inner-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .inner-content h2 {
    font-size: 28px;
  }
}

/*
--------------------------------------------------
  ブランドカテゴリチェックボックス (brand-categories-checkboxes) スタイル
--------------------------------------------------
*/
.brand-categories-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .brand-categories-checkboxes {
    gap: 12px;
    justify-content: flex-start;
  }
}
.brand-categories-checkboxes .category-radio-box {
  display: flex;
  height: 3.2em;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  padding: 10px 15px;
  background-color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  text-decoration: none;
  color: #221E1D;
}
.brand-categories-checkboxes .category-radio-box input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.brand-categories-checkboxes .category-radio-box:has(input[type=radio]:checked) {
  background-color: #247090;
  color: #fff;
  border-color: #247090;
}
.brand-categories-checkboxes .category-radio-box:hover:not(:has(input[type=radio]:checked)) {
  background-color: white;
  border-color: rgb(187.5, 187.5, 187.5);
}
@media (max-width: 1024px) {
  .brand-categories-checkboxes .category-radio-box {
    flex: 0 1 calc(50% - 10px);
    height: 4em;
  }
}
@media (max-width: 768px) {
  .brand-categories-checkboxes .category-radio-box {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .brand-categories-checkboxes {
    justify-content: flex-start;
  }
}

/*
--------------------------------------------------
  ブランドリストコンテナ (brand-list-container) スタイル
--------------------------------------------------
*/
#brand-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  max-width: 100%;
  box-sizing: border-box;
}
#brand-list-container h3 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #221E1D;
  padding: 2em 0 0;
}
#brand-list-container h3:first-child {
  padding: 0;
}
#brand-list-container h3::before {
  content: "＜";
}
#brand-list-container h3::after {
  content: "＞";
}

/*
--------------------------------------------------
  ブランドアイテム (brand-item) スタイル
--------------------------------------------------
*/
.brand-item {
  box-sizing: border-box;
  text-align: left;
  border-radius: 8px;
  box-shadow: none;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  flex: 0 1 calc(33.333% - 13.3333333333px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-item p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 0;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #221E1D;
  padding: 0 1em;
}
.brand-item p::before {
  content: "・";
}
.brand-item .brand-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.brand-item .brand-content {
  color: #221E1D;
  text-align: left;
}
@media (max-width: 1024px) {
  .brand-item {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .brand-item {
    flex: 0 1 calc(50% - 10px);
    height: auto;
    min-height: 1.2em;
  }
}