
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
html.scroll-lock, body.scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
}
/* 矢印付きボタン */
.btn__next-arrow {
  background-color: #323232;
  color: #fff !important;
  position: relative;
  min-height: 70px;
  min-width: 290px;
  border-radius: 8px;
  padding: 20px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  font-size: 16px;
}
.btn__next-arrow::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 45px;
  height: 8px;
  transform: skewX(42deg);
  border-right: #fff solid 3px;
  border-bottom: #fff solid 2px;
  z-index: 0;
  transition: 0.3s;
  margin-left: 10px;
}
.btn__next-arrow:hover {
  color: #fff;
}
.btn__next-arrow--white {
  background-color: #fff;
  color: #000 !important;
}
.btn__next-arrow--white::after {
  border-right: #000 solid 3px;
  border-bottom: #000 solid 2px;
}
.btn__next-arrow--white span {
  background-color: #fff;
  color: #000;
}
.btn__next-arrow--border {
  border: 2px solid #000;
}
.btn__next-arrow--small {
  min-width: 0;
  padding: 20px;
}
.btn__next-arrow--small::after {
  width: 20px;
  height: 4px;
  margin-left: 5px;
}
.section__products__item-button .btn__next-arrow {
  min-width: 0;
  padding: 20px 40px;
  font-size: 13px;
}
.section__products__item-button .btn__next-arrow::after {
  width: 40px;
  margin-left: 5px;
}
.slick-slide .section__products__item-button .btn__next-arrow {
  min-width: 0;
  padding: 20px;
  font-size: 13px;
}
.slick-slide .section__products__item-button .btn__next-arrow::after {
  width: 20px;
  margin-left: 5px;
}
#category_shower .section__products__item-description,
#category_parts_section__products_44 .section__products__item-description,
#category_parts_section__products_45 .section__products__item-description,
#category_recommend .section__products__item-description {
  display: none;
}
/* 製品紹介 */
.section__products-container + .product-pickup::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #707070;
  margin: 66px auto 70px;
}
/* 製品紹介トップレベル */
.product-pickup {
  max-width: 1300px;
  margin: 50px auto 50px;
  padding: 0 20px;
}
.product-pickup__title {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
.product-pickup__item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 62px;
  position: relative;
}
.product-pickup__item.badge_2month-free::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -25px;
  width: 160px;
  height: 160px;
  background: url("/html/template/multipure2025/assets/img/products/badge_2monthfree.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.product-pickup + .product-pickup {
  padding-top: 53px;
  border-top: 1px dotted #707070;
}
.product-pickup__item-image {
  flex: 1;
  overflow: hidden;
}
.product-pickup__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: transform 0.3s ease-in-out;
}
.product-pickup__item-image:hover img {
  transform: scale(1.05);
}
.product-pickup__item-content {
  flex: 1;
}
.product-pickup__item-name {
  border-bottom: 3px solid #000000;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.product-pickup__item-name h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}
.product-pickup__item-description {
  margin-bottom: 30px;
}
.product-pickup__item-description p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
.product-pickup__item-price {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 45px;
  padding-top: 40px;
  border-top: 1px solid #323232;
}
.product-pickup__item-price__autoshipment {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}
.product-pickup__item-button {
  font-size: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
/* 製品カテゴリー */
.product-categories {
  background-color: #F9F9F9;
  padding: 110px 0 100px;
  text-align: center;
}
.product-categories .product-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  margin-top: 92px;
  margin-bottom: 55px;
  transition: all 0.3s;
}
.product-categories .product-categories__item {
  width: 175px;
}
.product-categories .product-categories__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: top;
}
.product-categories .product-categories__item-name h3 {
  font-size: 18px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}
/* 製品紹介コンテナ */
.section {
  /* 製品紹介コンテナ背景色 */
}
.section__container {
  padding: 110px 0 100px;
}
.section__container--background {
  background-color: #F9F9F9;
}
.section__header {
  text-align: center;
  margin-bottom: 40px;
}
.section__title_en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #C7C7C7;
}
.section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #000;
}
.section__description {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 2;
  margin-top: 47px;
  word-break: keep-all;
  white-space: pre-wrap;
}
.section__buttons {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 35px;
}
#category_parts_45 {
  background-color: #F9F9F9;
}
/* ページネーション */
.pagination {
  display: block;
  margin: 4rem auto;
  text-align: center;
  font-weight: 600;
}
.pagination__list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination__item {
  margin: 0 0.25rem;
}
.pagination__link {
  display: block;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.pagination__item.active .pagination__link {
  background-color: #D8D8D8;
  color: #000000;
  border-color: #D8D8D8;
}
.pagination__link:hover {
  background-color: #f8f9fa;
}
.pagination__next, .pagination__prev {
  background-color: transparent;
  border: none;
}
.ec-pagerRole {
  display: block;
  margin: 4rem auto;
  text-align: center;
  font-weight: 600;
}
.ec-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.ec-pager__item {
  margin: 0 0.25rem;
}
.ec-pager a {
  display: block;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.ec-pager__item--active a {
  background-color: #D8D8D8;
  color: #000000;
  border-color: #D8D8D8;
}
.ec-pager a:hover {
  background-color: #f8f9fa;
}
.ec-pager__next, .ec-pager__prev {
  background-color: transparent;
  border: none;
}
.loading {
  text-align: center;
  padding: 2rem;
  color: #666;
}
/* 絞り込み */
.filter-container {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
.filter-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  min-width: 190px;
  position: relative;
  margin-left: 30px;
  padding-right: 40px;
}
.filter-button::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.filter-button.active {
  background-color: #000;
  color: #fff;
}
.filter-button.active::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.filter-popup {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: none;
  width: 600px;
  height: auto;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: left;
  overflow: hidden;
}
.filter-popup.active {
  display: block;
  opacity: 1;
}
.filter-popup-content {
  background-color: #fff;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  display: flex;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.filter-popup.active .filter-popup-content {
  transform: translateY(0);
}
.filter-section {
  flex: 1;
}
.filter-section-category {
  width: 300px;
}
.filter-section-tag {
  width: 300px;
  background-color: #F2F2F2;
}
.filter-section h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #333;
}
.category-list, .tag-list {
  display: flex;
  flex-direction: column;
}
.category-item {
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.category-item .category-item-content {
  position: relative;
  padding-right: 30px;
}
.category-item .tag-list {
  display: none;
}
.category-item.active {
  background-color: #000;
  color: #fff;
}
.category-item:hover {
  background-color: #f8f9fa;
}
.category-item.active {
  background-color: #000;
  color: #fff;
}
.tag-item {
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tag-item.active {
  background-color: #999999;
  color: #fff;
}
.tag-item:hover {
  background-color: #f8f9fa;
}
.tag-item.active {
  background-color: #999999;
  color: #fff;
}
.tag-list-placeholder {
  color: #6c757d;
  text-align: center;
  padding: 1rem;
}
.filter-actions {
  text-align: right;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-close {
  padding: 0.5rem 1rem;
  color: #000;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-close img {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.filter-back {
  display: none;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}
.filter-back.active {
  display: block;
}
.category-list-placeholder {
  color: #6c757d;
  text-align: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f9fa;
}
/* スライダー */
.slick-slider {
  margin-bottom: 0;
}
/*スライダーのドット*/
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}
.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
/* PC版のスタイル */
/* SP版のスタイル */
/* 商品詳細情報アコーディオン
-------------------------------- */
.custom-html-widget .d_h3_01 {
  font-size: 28px;
  font-weight: 700;
}
.d_table th, .d_table td {
  border-color: #707070 !important;
}
.d_table th {
  background-color: #E0ECEE !important;
}
/* ページトップボタン
-------------------------------- */
.ec-blockTopBtn {
  display: none;
  width: 80px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/html/template/multipure2025/assets/img/common/pagetop_button.svg");
  background-color: transparent;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  .btn__next-arrow--bigtext { /* PC */
    font-size: 24px;
    font-weight: 600;
  } /* PC */
  .section__products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 66px 53px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section__products__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }
  .section__products__item-image {
    overflow: hidden;
  }
  .section__products__item-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 385/240;
    vertical-align: top;
    transition: transform 0.3s ease-in-out;
  }
  .section__products__item-image:hover img {
    transform: scale(1.05);
  }
  .section__products__item-name,
  .section__products__item-name h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 1;
  }
  .section__products__item-description {
    font-size: 18px;
    font-weight: 500;
  }
  .section__products__item-price {
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid #707070;
    padding-top: 22px;
    margin-top: 26px;
  }
  .section__products__item-price-autoshipment {
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
    height: 2em;
    line-height: 1;
  }
  .section__products__item-button {
    margin-top: 31px;
  }
  .category_parts_section__products .section__products-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .section__products__item-tags {
    margin-top: 38px;
    line-height: 1;
  }
  .section__products__item-tags p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .section__products__item-tags .section__products__item-tag {
    display: block;
    font-size: 14px;
  }
  .category-item { /* PC */
    padding: 0 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 45px;
  }
  .category-item::after {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url("/html/template/multipure2025/assets/icon/angle-right-black.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -25px;
  }
  .category-item.active {
    background: #000;
    color: #fff;
  }
  .category-item.active::after {
    opacity: 1;
    filter: invert(100%) sepia(0%) saturate(5461%) hue-rotate(31deg) brightness(109%) contrast(104%);
  }
  .category-item:first-child::after {
    display: none;
  }
  .filter-section-category {
    width: 300px;
  }
  .filter-section-tag {
    width: 300px;
    background-color: #F2F2F2;
  }
  .category-item .tag-list {
    display: none;
  }
  .category-item.active .tag-list {
    display: none;
  }
  .filter-popup-content {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1459px) {
  .product-categories { /* PC（幅狭） */ }
  .product-categories .product-categories__list {
    padding: 0 20px;
    gap: 20px;
    justify-content: space-between;
  }
  .product-categories .product-categories__item {
    flex: 1;
  }
  .product-categories .product-categories__item .product-categories__item-image {
    aspect-ratio: 1/1;
  }
  .product-categories .product-categories__item-name h3 {
    font-size: 1.4vw;
    margin-top: 10px;
    color: #000;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1210px) {
  .filter-popup { /* PC */
    left: 117px;
  }
}
@media screen and (max-width: 767px) { /* SP */
  .slick-track {
    display: flex;
  }
  .section__products__item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: auto !important;
    position: relative;
    padding: 0 25px;
  }
  .section__products__item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
  }
  .section__products__item-image {
    margin-bottom: 10px;
  }
  .section__products__item-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 155/110;
  }
  .section__products__item-name,
  .section__products__item-name h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    height: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .section__products__item-description {
    font-size: 16px;
    font-weight: 500;
  }
  .section__products__item-price {
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #707070;
    padding-top: 15px;
    margin-top: 0;
  }
  .section__products__item-price-autoshipment {
    font-size: 12px;
    font-weight: 500;
    height: 2em;
    line-height: 1;
  }
  .section__products__item-button a {
    width: 100%;
    margin-top: 15px;
  }
  .section__products__item-tags {
    margin-top: 15px;
  }
  .section__products-container + .product-pickup::before { /* SP */
    margin: 110px auto 40px;
  }
  .product-pickup__item.badge_2month-free::before {
    width: 90px;
    height: 90px;
    top: -30px;
    right: -3px;
  }
  .product-pickup__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .product-pickup__item {
    flex-direction: column;
    gap: 20px;
  }
  .product-pickup__item-content {
    width: 100%;
  }
  .product-pickup__item-image {
    flex: 0 0 auto;
    width: 100%;
  }
  .product-pickup__item-name h3 {
    font-size: 28px;
  }
  .product-pickup__item-name.no-border {
    border: none;
    text-align: center;
  }
  .product-pickup__item-description p {
    font-size: 16px;
  }
  .product-pickup__item-button {
    flex-direction: column;
    text-align: center;
  }
  .product-pickup__item-button a + a {
    margin-top: 12px;
  } /* SP */
  #category_builtin .product-pickup__item-content, #category_rental .product-pickup__item-content {
    order: 2;
  }
  #category_builtin .product-pickup__item-image, #category_rental .product-pickup__item-image {
    order: 1;
  }
  .product-categories { /* SP */
    padding: 32px 0 51px;
  }
  .product-categories .product-categories__list {
    justify-content: normal;
    margin-top: 53px;
    margin-bottom: 30px;
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 20px 20px;
  }
  .product-categories .product-categories__item {
    width: 100px;
    flex: 0 0 auto;
  }
  .product-categories .product-categories__item-name h3 {
    font-size: 12px;
  }
  .section__container { /* SP */ }
  .section__container {
    padding: 30px 0 50px;
  }
  .section__description { /* SP */
    font-size: 18px;
  }
  .section { /* SP */ }
  .section__title_en {
    font-size: 25px;
  }
  .section__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .filter-container {
    margin: 0 15px 2rem;
  }
  .filter-button-wrapper {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .filter-button {
    margin: 0;
    padding: 15px 20px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
  }
  .filter-button::before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  .filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border: none;
    background: #fff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .filter-popup.active {
    transform: translateX(0);
  }
  .filter-popup-content {
    display: flex;
    width: 200%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
  }
  .filter-popup-content.show-tags {
    transform: translateX(-50%);
  }
  .filter-section {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 80px;
    flex-shrink: 0;
  }
  .filter-section-category {
    background: #fff;
    position: relative;
    left: 0;
  }
  .filter-section-tag {
    background: #f9f9f9;
    position: relative;
    left: 0;
  }
  .filter-close {
    width: auto;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
  } /* SP */
  .slick-slider {
    margin-bottom: 45px;
  }
  .filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border: none;
    background: #fff;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
  .filter-popup.active {
    transform: translateX(0);
  }
  .filter-popup-content {
    display: flex;
    width: 200%;
    height: 100vh;
    max-height: 100vh;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
  }
  .filter-popup-content.show-tags {
    transform: translateX(-50%);
  }
  .filter-section {
    width: 50%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
  }
  .filter-section-category {
    background: #fff;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .filter-section-tag {
    background: #f9f9f9;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .filter-popup-content.show-tags .filter-section-category {
    transform: translateX(-100%);
  }
  .filter-popup-content.show-tags .filter-section-tag {
    transform: translateX(0);
  }
  .category-item {
    padding: 0 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 45px;
  }
  .category-item::after {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url("/html/template/multipure2025/assets/icon/angle-right-black.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .category-item.active {
    background: #000;
    color: #fff;
  }
  .category-item.active::after {
    border-color: #fff;
    opacity: 1;
  }
  .category-item:first-child::after {
    display: none;
  }
  .tag-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    height: 45px;
  }
  .tag-item.active {
    background: #999999;
    color: #fff;
    font-weight: 500;
  }
  .filter-actions {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
  }
  .filter-close {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    width: 45px;
    height: 45px;
  }
  .filter-close img {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  .filter-back {
    display: none;
    padding: 0;
    color: #000;
    border: none;
    cursor: pointer;
    background-image: url("/html/template/multipure2025/assets/icon/angle-right-black.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 40% 50%;
    transform: rotate(180deg);
    width: 50px;
    height: 45px;
  }
  .filter-back.active {
    display: block;
  } /* SP */
  .new-more-block .half + .half {
    margin-top: 20px;
  } /* SP */
  .ec-blockTopBtn {
    display: none !important;
  }
}
/*# sourceMappingURL=style_add.css.map */