@charset "utf-8";

.button-layer01 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  margin-bottom: 20px;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.button-layer01 li {
  width: 48%;
}

.button-layer01 li button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #51c5f4;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

@media (max-width: 575px) {
  .button-layer01 li button {
    min-height: 50px;
    font-size: 15px;
    text-align: left;
    line-height: 1.2;
    padding: 4px 0;
  }
}

.button-layer01 li button .fas {
  position: relative;
  top: 2px;
  padding-right: 8px;
}

.button-layer01 li button:hover {
  opacity: 1;
  background-color: #51c5f4;
  color: #fff;
}

.button-layer01 li button:focus {
  outline: none;
}

.button-layer01 li button.active {
  background-color: #51c5f4;
  color: #fff;
  cursor: auto;
}

.button-layer01 li button.active .fas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 12px;
  padding-right: 18px;
}

.nav.nav-tabs.button-layer02 {
  border: none;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nav.nav-tabs.button-layer02 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav.nav-tabs.button-layer02 .nav-item {
  margin: 0 10px 8px 0;
}

@media (max-width: 767px) {
  .nav.nav-tabs.button-layer02 .nav-item {
    width: calc(33.333% - 3px * 2);
    margin: 0 0 8px 0;
  }
}

.nav.nav-tabs.button-layer02 .nav-link {
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  color: #51c5f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 6px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .nav.nav-tabs.button-layer02 .nav-link {
    font-size: 12px;
    min-height: 40px;
    padding: 2px 8px;
    line-height: 1.2;
  }
}

.nav.nav-tabs.button-layer02 .nav-link:hover {
  opacity: 1;
  background-color: #51c5f4;
  color: #fff;
}

.nav.nav-tabs.button-layer02 .nav-link.active {
  background-color: #51c5f4;
  color: #fff;
}

.nav.nav-tabs.button-layer02 .nav-link.active:hover {
  opacity: 1;
  cursor: default;
}

.tab-content {
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 575px) {
  .tab-content {
    border-radius: 6px;
  }
}

.title-category {
  color: #51c5f4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .title-category {
    padding: 16px 0 0 16px;
  }
}

/* 2023.03 在庫絞り込みチェックボックス */
input.js-checkbox {
  width: 24px;
  height: 24px;
}
input.js-checkbox + label {
  font-weight: bold;
  line-height: 1;
}
