:root {
  --ais-ink: #333;
  --ais-muted: #696969;
  --ais-line: #e5e5e5;
  --ais-soft: #f7f7f7;
  --ais-white: #fff;
  --ais-radius: 10px;
}

body {
  margin: 0;
}

.footer-frame {
  width: 100%;
  height: 1750px;
  border: 0;
}

.pc_header {
  display: block;
}

.sp_header {
  display: none;
}
.header-top-bar p {
  color: #fff;
}
body.all-item-search-page-drawer-open {
  overflow: hidden;
}

.all-item-search-page,
.all-item-search-page * {
  box-sizing: border-box;
  font-size: 14px;
}

.all-item-search-page {
  min-height: 100vh;
  color: var(--ais-ink);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.65;
}

.all-item-search-page button,
.all-item-search-page input,
.all-item-search-page select {
  font: inherit;
}

.all-item-search-page__container {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.all-item-search-page__breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: #777;
  font-size: 12px;
  background: none;
}

.all-item-search-page__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.all-item-search-page__hero {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 8px 8px 8px 2px;
}

.all-item-search-page__eyebrow {
  margin: 0 0 4px;
  color: #8a8a8a;
  font:
    700 11px/1.4 "Lato",
    sans-serif;
  letter-spacing: 0.18em;
}

.all-item-search-page__hero h1 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.35vw, 32px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.all-item-search-page__hero p {
  margin: 0;
  color: var(--ais-muted);
  font-size: 15px;
}

.all-item-search-page__hero-art {
  display: flex;
  height: 108px;
  align-items: flex-end;
  gap: 14px;
  padding-right: 0%;
  opacity: 0.7;
}

.all-item-search-page__hero-art span {
  display: block;
  width: 62px;
  border: 1px solid #9b9388;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 25px,
    #9b9388 26px 27px
  );
}

.all-item-search-page__hero-art span:nth-child(1) {
  height: 70px;
}
.all-item-search-page__hero-art span:nth-child(2) {
  height: 98px;
  width: 54px;
}
.all-item-search-page__hero-art span:nth-child(3) {
  height: 82px;
  width: 72px;
}

.all-item-search-page__search {
  position: relative;
  display: block;
}

.all-item-search-page__popular {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 300px;
  margin-bottom: 14px;
  padding: 20px 15px;
  border: 1px solid var(--ais-line);
  border-radius: var(--ais-radius);
  background: var(--ais-white);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.025);
}

.all-item-search-page__section-head {
  margin-bottom: 14px;
}

.all-item-search-page__section-head h2 {
  margin: 0;
  font-size: 16px;
}

.all-item-search-page__section-head small {
  color: #888;
  font-size: 11px;
}

.all-item-search-page__popular-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.all-item-search-page__popular-grid button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--ais-line);
  border-radius: 8px;
  color: #252525;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}

.all-item-search-page__popular-grid button:hover,
.all-item-search-page__popular-grid button.is-active {
  border-color: #222;
  background: #f5f5f5;
  transform: translateY(-1px);
}

.color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.color-dot--black {
  background: #111;
}
.color-dot--white {
  border: 1px solid #222;
  background: #fff;
}

.all-item-search-page__app {
  position: relative;
  min-width: 0;
  margin-top: 0;
}

.all-item-search-page__sidebar {
  display: none;
}

.all-item-search-page .cat_detail_itemfilter.cat_detail_column__filter {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 300px;
  min-width: 300px;
  margin: 0;
  border: 1px solid var(--ais-line);
  border-radius: var(--ais-radius);
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.025);
  overflow: hidden;
}


.all-item-search-page .cat_detail_column_2col {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
  width: 100%;
}

.all-item-search-page .cat_detail_column__right {
  grid-column: 2;
  width: 100%;
  min-width: 0;
}

.all-item-search-page .cat_detail_column__list,
.all-item-search-page .cat_detail_itemlist,
.all-item-search-page .cat_detail_products,
.all-item-search-page .productlist_body,
.all-item-search-page .productlist-main {
  width: 100%;
  min-width: 0;
  margin-left: 0;
}

.all-item-search-page .cat_detail_itemfilter__inner > h2 {
  margin: 0;
  padding: 17px 18px;
  color: #fff;
  background: #424242;
  font-size: 14px;
}

.all-item-search-page .ais-filter-header-close,
.all-item-search-page .ais-filter-footer-clear {
  display: none;
}

.all-item-search-page .filter-widget {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--ais-line);
}

.all-item-search-page .filter-widget__ttl {
  position: relative;
  padding: 16px 42px 16px 18px;
  cursor: pointer;
}

.all-item-search-page .filter-widget__ttl::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}

.all-item-search-page .filter-widget.is-open .filter-widget__ttl::after,
.all-item-search-page .filter-widget.open .filter-widget__ttl::after {
  content: "−";
}

.all-item-search-page .filter-widget__ttl .cat_detail_filtering_title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.all-item-search-page
  .filter-widget.is-accordion-ready:not(.is-open)
  > :not(.filter-widget__ttl),
.all-item-search-page .is-accordion-size-part:not(.is-open) {
  display: none;
}

.all-item-search-page
  .filter-widget.is-accordion-ready.is-open
  > :not(.filter-widget__ttl) {
  display: block;
}

.all-item-search-page .filter-widget {
  margin: 0;
  padding: 0;
}
.cat_detail_filtering_list {
  padding: 0px 18px 16px;
}

.all-item-search-page .filter-widget .cat_detail_filtering_list li {
  border-radius: 6px;
}

.all-item-search-page .cat_detail_itemfilter .size-flex {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: end;
  width: calc(100% - 36px);
  margin: 0 18px 14px;
}

.all-item-search-page
  .cat_detail_itemfilter
  .filter-widget
  > .cat_detail_filtering_title,
.all-item-search-page
  .cat_detail_itemfilter
  .is-accordion-size-part
  > .cat_detail_filtering_title,
.all-item-search-page
  .cat_detail_itemfilter
  .filter-widget
  + .cat_detail_filtering-category_inner
  > .cat_detail_filtering_title,
.all-item-search-page
  .cat_detail_itemfilter
  .filter-widget
  + .cat_detail_filtering-category_inner
  + .cat_detail_filtering-category_inner
  > .cat_detail_filtering_title {
  margin: 10px 18px 6px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.cat_detail_filtering-category_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_detail_filtering-category_inner ul li p {
  font-size: 14px;
  font-weight: 500;
}

.cat_detail_filtering_title {
  margin: 10px 18px 6px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.all-item-search-page
  .cat_detail_itemfilter
  .is-accordion-size-part:first-of-type
  > .cat_detail_filtering_title {
  margin-top: 2px;
}

.all-item-search-page .cat_detail_itemfilter .size-flex label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.all-item-search-page .cat_detail_itemfilter .size-flex label select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 4px 24px 4px 7px;
}

.all-item-search-page .cat_detail_itemfilter .size-flex label span,
.all-item-search-page .cat_detail_itemfilter .size-flex .symbol {
  margin: 0;
  white-space: nowrap;
  font-size: 11px;
}

.all-item-search-page .size-filter__body {
  padding: 12px 10px 16px;
}

.all-item-search-page .size-filter__primary {
  padding-bottom: 12px;
}

.all-item-search-page .size-filter__label {
  margin: 0 0 9px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

.all-item-search-page .size-filter__ranges {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
}

.all-item-search-page .size-filter__ranges li.size-filter__range-option {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  color: #333;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.all-item-search-page .size-filter__ranges li.size-filter__range-option:hover,
.all-item-search-page .size-filter__ranges li.size-filter__range-option.active {
  background: #f1f1f1;
}

.all-item-search-page .size-filter__ranges li.size-filter__range-option p {
  display: flex;
  min-height: 40px;
  align-items: center;
  margin: 0;
  padding: 6px 4px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.all-item-search-page
  .size-filter__ranges
  li.size-filter__range-option
  .cat_detail_filtercheck_icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  flex: 0 0 18px;
  box-sizing: border-box;
}

.all-item-search-page .size-filter__ranges li.size-filter__range-option:focus-visible,
.all-item-search-page .selected-filter__taglist li:focus-visible,
.all-item-search-page .size-filter__advanced summary:focus-visible {
  outline: 2px solid #159bbb;
  outline-offset: 2px;
}

.all-item-search-page .size-filter__advanced {
  border-top: 1px solid #e1e1e1;
}

.all-item-search-page .size-filter__advanced summary {
  position: relative;
  padding: 12px 24px 12px 1px;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.all-item-search-page .size-filter__advanced summary::-webkit-details-marker {
  display: none;
}

.all-item-search-page .size-filter__advanced summary::before {
  content: "+";
  display: inline-block;
  width: 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  vertical-align: -1px;
}

.all-item-search-page .size-filter__advanced[open] summary::before {
  content: "−";
}

.all-item-search-page .size-filter__advanced .size-filter__ranges {
  margin: 0 0 13px;
}

.all-item-search-page .selected-filter {
  width: auto;
  margin: 0 0 20px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #f1f1f1;
}

.all-item-search-page .selected-filter__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0 0 7px;
  border-bottom: 1px solid #555;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.all-item-search-page .filter-reset__btn {
  min-height: 24px;
  margin-left: 0;
  padding: 2px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  color: #444;
  background: #fff;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
}

.all-item-search-page .selected-filter__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.all-item-search-page .selected-filter__taglist li {
  display: inline-flex;
  position: relative;
  width: auto;
  min-height: 28px;
  align-items: center;
  margin: 0;
  padding: 4px 30px 4px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  color: #333;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.3;
}

.all-item-search-page .selected-filter__taglist li::after {
  content: "×";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

.all-item-search-page .selected-filter__taglist li:hover,
.all-item-search-page .filter-reset__btn:hover {
  background: #fafafa;
}

.all-item-search-page__accordions,
.all-item-search-page__selected,
.all-item-search-page__count {
  border: 1px solid var(--ais-line);
  border-radius: var(--ais-radius);
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.025);
  overflow: hidden;
}

.all-item-search-page__accordions details {
  border-bottom: 1px solid var(--ais-line);
}

.all-item-search-page__accordions details:last-child {
  border-bottom: 0;
}

.all-item-search-page__accordions summary {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 16px;
  gap: 8px;
  align-items: center;
  min-height: 53px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  list-style: none;
}

.all-item-search-page__accordions summary::-webkit-details-marker {
  display: none;
}

.all-item-search-page__accordions summary::after {
  content: "+";
  grid-column: 3;
  font-size: 20px;
  line-height: 1;
  text-align: right;
}

.all-item-search-page__accordions details[open] summary::after {
  content: "−";
}

.all-item-search-page__accordion-help {
  padding: 0 16px 15px 46px;
  color: #777;
  font-size: 11px;
}

.all-item-search-page__selected,
.all-item-search-page__count {
  margin-top: 12px;
  padding: 17px 16px;
}

.all-item-search-page__side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.all-item-search-page__side-heading h2,
.all-item-search-page__count h2 {
  margin: 0;
  font-size: 14px;
}

.all-item-search-page__side-heading button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #777;
  color: #555;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}

.all-item-search-page__selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.all-item-search-page__condition-tag,
.all-item-search-page__empty-condition {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid var(--ais-line);
  border-radius: 999px;
  color: #4c4c4c;
  background: #fafafa;
  font-size: 10px;
}

.all-item-search-page__empty-condition {
  border: 0;
  padding-left: 0;
  color: #888;
  background: transparent;
}

.all-item-search-page__count p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin: 10px 0 0;
}

.all-item-search-page__count strong {
  font:
    700 36px/1.2 "Lato",
    sans-serif;
  letter-spacing: 0.04em;
}

.all-item-search-page__count span {
  font-size: 13px;
  font-weight: 700;
}

.all-item-search-page #productlist {
  min-width: 0;
}

.all-item-search-page .cat_detail_wrapper,
.all-item-search-page .cat_detail_allwrapper {
  width: 100%;
  max-width: none;
  margin: 0;
}

.all-item-search-page .cat_detail_filtering {
  width: 300px;
  margin-top: 0;
  border: 1px solid var(--ais-line);
  border-radius: var(--ais-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.025);
}

.all-item-search-page .cat_detail_filtering-category_inner > li,
.all-item-search-page #cat_detail_filtering-select > li {
  border-color: var(--ais-line);
}

.all-item-search-page .cat_detail_item,
.all-item-search-page .productlist_item {
  border: 1px solid var(--ais-line);
  border-radius: var(--ais-radius);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
  overflow: hidden;
}

.all-item-search-page img {
  max-width: 100%;
  height: auto;
}

.all-item-search-page__mobile-filter {
  display: none;
}

.all-item-search-page__drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.38);
}
.cat_detail_column__filter_grayborder ul li:last-child {
  border-bottom: none;
}

[data-s-2] .selected-filter__header,
.selected-filter__header[data-s-2] {
  color: #333;
}
[data-s-2] .selected-filter,
.selected-filter[data-s-2],
[data-s-3] .selected-filter,
.selected-filter[data-s-3],
[data-s-1] .selected-filter,
.selected-filter[data-s-1],
[data-s-0] .selected-filter,
.selected-filter[data-s-0] {
  margin: 0 auto 15px !important;
  border-radius: 5px;
}
.cat_detail_itemlist ul li .itemname {
  font-size: 12px;
  line-height: 1.5;
  min-height: 3em;
  margin: 10px 0;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

@media (max-width: 1100px) {
  .all-item-search-page__container {
    width: min(100% - 40px, 1100px);
  }

  .all-item-search-page__popular,
  .all-item-search-page .cat_detail_filtering {
    width: 280px;
  }

  .all-item-search-page .cat_detail_itemfilter.cat_detail_column__filter {
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  html
    body
    .all-item-search-page
    .cat_detail_column__right
    .cat_detail_filtering-btn {
    display: none;
  }

  body.ps-filter-modal-open::before {
    content: "";
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.42);
  }

  /* 閉じた瞬間に本体と背景を完全に隠し、fadeOutの残像を防ぐ */
  body:not(.ps-filter-modal-open)
    .all-item-search-page
    .cat_detail_itemfilter,
  body:not(.ps-filter-modal-open)
    .all-item-search-page
    .cat_detail_itemfilter__bg {
    display: none !important;
    opacity: 0 !important;
  }

  .all-item-search-page, .all-item-search-page * {
    font-size: 12px;
  }

  .pc_header {
    display: none;
  }

  .sp_header {
    position: relative;
    z-index: 10001;
    display: block;
  }

  .all-item-search-page__container {
    width: 100%;
    padding: 16px 10px 0px;
    overflow: hidden;
  }

  .all-item-search-page__breadcrumb {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .all-item-search-page__hero {
    min-height: 0;
    margin-bottom: 10px;
  }

  .all-item-search-page__hero h1 {
    font-size: 24px;
  }

  .all-item-search-page__hero p {
    max-width: 325px;
    font-size: 13px;
  }

  .all-item-search-page__hero-art {
    display: none;
  }

  .all-item-search-page__mobile-filter {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 14px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: #424242;
    font-weight: 700;
  }

  .all-item-search-page__search {
    display: block;
  }
  .all-item-search-page .filter-widget__ttl .cat_detail_filtering_title {
    font-size: 14px;
  }

  .all-item-search-page__popular {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: none;
  }

  .all-item-search-page__popular .all-item-search-page__section-head {
    position: relative;
    padding: 16px 46px 16px 18px;
    cursor: pointer;
  }

  .all-item-search-page__popular .all-item-search-page__section-head::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
  }

  .all-item-search-page__popular.is-mobile-open .all-item-search-page__section-head::after {
    content: "−";
  }
  .all-item-search-page__section-head {
    margin-bottom: 0px;
  }

  .all-item-search-page__popular .all-item-search-page__popular-grid {
    display: none;
    padding: 0 14px 14px;
  }

  .all-item-search-page__popular.is-mobile-open .all-item-search-page__popular-grid {
    display: grid;
  }

  .all-item-search-page__app {
    margin-top: 0;
  }

  .all-item-search-page .cat_detail_itemfilter.cat_detail_column__filter {
    position: fixed !important;
    z-index: 10000;
    top: 17vh !important;
    bottom: 0 !important;
    max-width: 420px !important;
    min-width: 0;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    overflow: hidden !important;
    background: #fff;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
    transform: none !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  body.ps-filter-modal-open
    .cat_detail_filtering-information
    .cat_detail_itemcounter {
    padding: 0;
  }

  body.ps-filter-modal-open
    .all-item-search-page
    .cat_detail_itemfilter.cat_detail_column__filter {
    display: flex !important;
    flex-direction: column;
  }

  body.ps-filter-modal-open
    .all-item-search-page
    .cat_detail_itemfilter
    .size-flex {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    width: calc(100% - 36px);
  }

  body.ps-filter-modal-open
    .all-item-search-page
    .cat_detail_itemfilter
    .size-flex
    > label {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: auto;
    min-width: 0;
  }

  body.ps-filter-modal-open
    .all-item-search-page
    .cat_detail_itemfilter
    .size-flex
    select {
    width: 100%;
    min-width: 0;
  }

  .all-item-search-page .cat_detail_itemfilter__inner {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.ps-filter-modal-open
  .all-item-search-page
  .cat_detail_itemfilter__inner
  > h2 {
    display: flex;
    position: sticky !important;
    z-index: 10;
    top: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 56px;
    box-sizing: border-box;
    background: #fff;
  }

  .all-item-search-page .ais-filter-header-close {
    display: flex;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #333;
    background: transparent;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .all-item-search-page .ais-filter-header-close:active {
    background: #eee;
  }

  .all-item-search-page .cat_detail_itemfilter .cat_detail_filtering__bottom {
    display: grid;
    position: fixed !important;
    flex: 0 0 auto;
    z-index: 10002;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    max-width: none !important;
    min-height: 76px;
    grid-template-columns: minmax(110px, 1.3fr) 76px minmax(92px, 1fr);
    gap: 8px;
    align-items: stretch;
    margin: 0;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    box-sizing: border-box;
    background: #424242;
    border-top: 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .cat_detail_filtering-information {
    display: contents;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .cat_detail_itemcounter {
    display: flex;
    min-width: 0;
    width: auto;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .cat_detail_itemcounter_text {
    margin: 0;
    color: #fff;
    font-size: 0;
    font-weight: 700;
    line-height: 2.2;
    text-align: left;
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .filtering-itemcount::after {
    content: "件の";
    font-size: 14px;
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .cat_detail_itemcounter_text::after {
    content: "商品があります";
    display: block;
    font-size: 14px;
  
  }

  .all-item-search-page
  .cat_detail_filtering__bottom
  .filtering-itemcount {
    margin-right: 3px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
  }

  .all-item-search-page .cat_detail_filtering-look_btn button {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    color: #222;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
  }

  .all-item-search-page .cat_detail_filtering-look_btn button::before {
    display: none;
  }

  .all-item-search-page .ais-filter-footer-clear {
    display: flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .all-item-search-page .cat_detail_filtering-close {
    display: none !important;
  }

  .all-item-search-page .cat_detail_filtering-close button {
    display: flex;
    width: 100%;
    min-height: 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    color: #222;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .all-item-search-page .cat_detail_column_2col {
    display: block;
    width: 100%;
  }

  .all-item-search-page .cat_detail_column__right {
    width: 100%;
  }

  .all-item-search-page .cat_detail_column__list,
  .all-item-search-page .cat_detail_itemlist,
  .all-item-search-page .cat_detail_products,
  .all-item-search-page .productlist_body,
  .all-item-search-page .productlist-main {
    width: 100%;
    margin-left: 0;
  }

  .all-item-search-page .cat_detail_filtering-btn__float,
  .all-item-search-page .cat_detail_filtering-btn {
    display: none;
  }

  .all-item-search-page .cat_detail_products,
  .all-item-search-page .cat_detail_itemlist,
  .all-item-search-page .productlist_body,
  .all-item-search-page .productlist-main {
    width: 100%;
    margin-left: 0;
    min-width: 0;
  }

  .all-item-search-page ul {
    max-width: 100%;
  }

  .all-item-search-page .cat_detail_itemlist,
  .all-item-search-page .productlist_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .all-item-search-page .cat_detail_item,
  .all-item-search-page .productlist_item {
    min-width: 0;
  }
  body.ps-filter-modal-open .cat_detail_filtering-category_inner ul li {
    width: 100%;
  }
  .cat_detail_itemfilter.cat_detail_column__filter
    .cat_detail_filtering-category_inner
    ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  body.ps-filter-modal-open .filter-widget__body {
    padding: 16px 10px;
  }
  .color_list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .pagination-list {
    width: 100%;
  }
  .cat_detail_itemfilter.cat_detail_column__filter .cat_detail_filtering_title {
    font-size: 13px;
  }
  body.ps-filter-modal-open
  .cat_detail_itemfilter.cat_detail_column__filter {
    width: calc(100% - 20px) !important;
  }

  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner ul li {
    width: 100% !important;
    min-width: 0;
  }

  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner ul li p {
    width: 100%;
    min-height: 30px;
    padding: 6px 0;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }

  body.ps-filter-modal-open
  ul[data-category="category_class"] {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* タッチ操作後に:hoverの背景やチェックが残らないようにする */
  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner ul li {
    -webkit-tap-highlight-color: transparent;
    transition: none !important;
  }

  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner ul li:not(.active):hover,
  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner ul li:not(.active):focus {
    background: transparent !important;
    color: inherit !important;
  }

  body.ps-filter-modal-open .cat_detail_filtercheck_icon,
  body.ps-filter-modal-open .cat_detail_filtercheck_icon::before,
  body.ps-filter-modal-open .cat_detail_filtercheck_icon::after {
    transition: none !important;
  }

  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner
  ul li:not(.active):hover
  .cat_detail_filtercheck_icon::before,
  body.ps-filter-modal-open
  .cat_detail_filtering-category_inner
  ul li:not(.active):hover
  .cat_detail_filtercheck_icon::after {
    width: 0 !important;
  }

  /* カラーは選択中だけ枠・背景・チェックを表示する */
  body.ps-filter-modal-open ul[data-category="color"] li {
    position: relative;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    background: transparent;
    transition: none;
  }

  body.ps-filter-modal-open ul[data-category="color"] li.active {
    border-color: #159bbb;
    background: #eef9fc !important;
    box-shadow: 0 0 0 1px rgba(21, 155, 187, 0.2);
  }

  body.ps-filter-modal-open ul[data-category="color"] li.active::after {
    content: "✓";
    display: flex;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #159bbb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  body.ps-filter-modal-open ul[data-category="color"] li.active p {
    color: #0b6c84 !important;
    font-weight: 700;
  }
}
