﻿.brandlist_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  font-weight: bold;
}
.brandlist_category_hdg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandlist_category_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.brandlist_category_btns .cmn-btn {
  width: 150px;
  height: 47px;
}
.brandlist_category_btns .cmn-btn:not(.is-active) {
  background-color: #fff;
}
.brandlist_menutabs {
  padding: 40px 30px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.brandlist_menutabs_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.brandlist_menutabs_nav-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
  padding: 0 10px 10px;
  margin-bottom: -2px;
  font-weight: bold;
  line-height: 1;
  color: #878787;
  text-align: center;
  text-align: center;
  cursor: pointer;
  border-bottom: 4px solid #e5e5e5;
}
[data-browse-mode=P] .brandlist_menutabs_nav-btn:hover {
  opacity: 0.75;
}

.brandlist_menutabs_nav-btn.is-active {
  color: #323232;
  border-bottom: 4px solid #323232;
}
.brandlist_menutabs_body {
  display: none;
  margin-top: 30px;
}
.brandlist_menutabs_body.is-active {
  display: block;
}
.brandlist_drilldown {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.brandlist_drilldown[data-type=kana] {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
.brandlist_drilldown[data-type=alphabet] {
  -ms-grid-columns: (1fr)[15];
  grid-template-columns: repeat(15, 1fr);
}
.brandlist_drilldown .cmn-btn--gray {
  height: 40px;
  font-size: 14px;
}
.brandlist_drilldown .cmn-btn--gray.is-mark {
  -ms-grid-column: 12;
  -ms-grid-column-span: 2;
  grid-column: 12/14;
}
.brandlist_drilldown2 {
  display: none;
  gap: 10px;
  margin-top: 60px;
}
.brandlist_drilldown2.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brandlist_drilldown2[data-type=kana] {
  gap: 50px;
}
.brandlist_drilldown2_btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
  width: 50px;
  padding: 0 10px 10px;
  margin-bottom: -2px;
  font-weight: bold;
  line-height: 1;
  color: #878787;
  text-align: center;
  text-align: center;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
[data-browse-mode=P] .brandlist_drilldown2_btn:hover {
  opacity: 0.75;
}

.brandlist_drilldown2_btn.is-active {
  color: #323232;
  border-bottom: 4px solid #323232;
}
.brandlist_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 20px;
  margin-top: 50px;
}
.brandlist_item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.brandlist_item_input {
  left: 15px;
  margin-right: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.brandlist_item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 92px;
  padding: 15px 15px 15px 45px;
  line-height: 1.2;
  cursor: pointer;
}
.brandlist_item_label strong {
  display: block;
  font-size: 14px;
}
.brandlist_item_label small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #878787;
}
.brandlist_item_input:checked + .brandlist_item_label {
  background-color: #e3decf;
}
.brandlist_submit {
  position: sticky;
  right: 0;
  bottom: 0;
  left: calc(var(--scroll-x) * -1);
  padding: 17px 30px;
  margin: 45px min(50% - var(--vw, 1vw) * 50, -30px) 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}
.brandlist_submit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brandlist_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brandlist .brandlist_count_hitnum, .brandlist .brandlist_count_selectednum {
  font-size: 16px;
}
.brandlist .brandlist_count_hitnum strong, .brandlist .brandlist_count_selectednum strong {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.brandlist .brandlist_count_hitnum span, .brandlist .brandlist_count_selectednum span {
  margin-left: 3px;
  font-weight: bold;
}
.brandlist_count_selectednum {
  padding-top: 4px;
}
.brandlist_count_selectednum strong {
  font-size: 22px;
}
.brandlist_count_hitnum strong {
  font-size: 30px;
}
.brandlist_submit_btns {
  gap: 10px;
  width: 660px;
}
.brandlist_submit_btns .cmn-btn,
.brandlist_submit_btns .cmn-btn--primary {
  height: 56px;
  font-size: 16px;
}
.brandlist_submit_btns .cmn-btn {
  width: 31.8181818182%;
}
.brandlist_submit_btns .cmn-btn--primary {
  width: 66.6666666667%;
}