.static-html-content main{
  padding: 0 32px;
}

.catalog_wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 80px;
}

.catalog_wrap p {
  margin-bottom: 0px;
}

.pc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}

.pc-breadcrumb a,
.pc-breadcrumb span {
  text-decoration: none;
  color: #ababab;
}
.pc-breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-arrow {
  width: 5px;
}

.breadcrumb-arrow img {
  width: 100%;
  color: #006ca0;
}

.catalog_contents {
  display: flex;
  gap: 48px;
  margin-bottom: 64px;
}

.catalog_side_bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  max-width: 240px;
  min-width: 240px;
}
.catalog_side_bar form {
  width: 100%;
}

.menu-inside {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.catalog_title {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
}

.clear-text {
  text-align: right;
  display: inline;
  margin-bottom: 0;
  cursor: pointer;
}

.clear-text:hover {
  text-decoration: underline;
}

.ok-text:hover {
  text-decoration: underline;
}

.brand_sort_button {
  width: 100%;
  position: relative;
}

.brand_sort_button::before,
.brand_sort_button::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.brand_sort_button::before {
  display: inline-block;
  right: 0;
}

.brand_sort_button::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(../../../images/Arrow/M/Down_Arrow_M.svg);
}

.brand_sort_button select {
  appearance: none;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 16px 13.5px;
  border: solid 1px #d9d9d9;
  border-radius: 2px;
}

.brand_sort_button select:focus {
  outline: none;
}

.manage-chosen-tag-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px;
}

.chosen-tag {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.product_lists_chosen-tag{
  margin-top: 0px;
}

.cursor_pointer{
  cursor: pointer;
}

.chosen-tag p {
  margin-bottom: 0;
  color: #666;
  margin-right: 8px;
}

.xbutton_wrap {
  width: 8.06px;
  height: 8.06px;
  display: flex;
  align-items: center;
}

.xbutton_wrap img {
  width: 100%;
  height: 100%;
}

.div-dropdown-outside {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.div-dropdown-inside {
  display: flex;
  height: 48px;
  padding: 2px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background: #fff;
  justify-content: space-between;
}

.p-dropdown {
  color: #1b1b1b;
  margin-bottom: 0;
}

.img-dropdown {
  height: 100%;
  width: 100%;
}

.big-category {
  color: #1b1b1b;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.big-category:hover, .active_big_category{
  color: #006ca0;
}
.big-category.active_big_category::after{
  background-image: url(subsclife/images/xbutton_s.svg);
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
}

.wrap-medium-category {
  width: 100%;
  display: flex;
  /* padding-left: 24px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  /*cursor: pointer;*/
  position: relative;
}
.medium-category-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.wrap-medium-category:last-of-type{
  margin-bottom: 0px;
}
.medium-category {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  position: relative;
}
/* .medium-category:hover .medium-category-headline{ */
/*   color: #006ca0; */
/* } */

.medium-category-headline {
  display: inline-block;
  color: #1b1b1b;
  margin-bottom: 0;
/*   width: 100%; */
}
.medium-category-headline:hover{
  color: #006ca0;
}
.medium-category.active{
  justify-content: unset;
  gap: 8px;
}

.catalog_sidebar_img_wrap {
  display: inline;
  margin-left: 4px;
}

.small-category {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 0px 16px 16px 16px;
  background: #f6f6f6;
}

.small-category-hover{
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 0px 16px 16px 16px;
  background: #f6f6f6;
  position: absolute;
  border: solid 1px #D9D9D9;
  top: 8px;
  left: 232px;
  z-index: 2;
  pointer-events: auto;
}

.small-category-hover p:hover{
  color: #006ca0;
  pointer-events: auto;
}

.wrap-small-category-content {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0px 16px 16px 16px;
  background: #f6f6f6;
}

.wrap-small-category-content p:hover {
  color: #006ca0;
}

.wrap-small-category-content.disabled p:hover {
  color: inherit !important;
  cursor: unset;
}

.js_c-categoryItem__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.active_small_category {
  color: #006ca0;
  margin-bottom: 0;
  width: fit-content;
}

.amount_conditions_wrap {
  display: flex;
  align-items: center;
}

.amount_conditions_wrap p {
  margin-bottom: 0;
  cursor: pointer;
}

.vertical-line {
  background: #d9d9d9;
  width: 1px;
  height: 26px;
  margin: 0 16px;
}

.catalog_radio_button_wrap {
  display: flex;
  gap: 16px;
}

.catalog_radio_button {
  display: flex;
  align-items: center;
}

.catalog_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  padding: 0px;
}


.catalog_radio_button_wrap input[type="radio"] {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}

.catalog_radio_button_wrap input[type="radio"]::before,
.catalog_radio_button_wrap input[type="radio"]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.catalog_radio_button_wrap input[type="radio"]::before {
  background-color: #fff;
  height: 25px;
  width: 25px;
  border: 2px solid #d9d9d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.catalog_radio_button_wrap input[type="radio"]::after {
  background-color: #006ca0;
  opacity: 0;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.catalog_radio_button_wrap input[type="radio"]:checked::before {
  border: 2px solid #006ca0;
}

.catalog_radio_button_wrap input[type="radio"]:checked::after {
  opacity: 1;
}

.input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.input-container {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  width: 100%;
  max-width: 126px;
  height: 48px;
  display: flex;
  align-items: center;
}

.input-group span {
  color: #1b1b1b;
}

.input-container input {
  border: none;
  outline: none;
  width: 100%;
  text-align: end;
  margin-right: 16px;
  color: #ABABAB;
}

.row-color-pickers{
  display: flex;
  flex-direction: column;
  gap: 8px;
  width:100%;
}
.row-color-picker {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width:100%;
}
.row-color-picker label {
  display: flex !important;
}

.catalog_color_picker_wrap {
  width: 28px;
  height: 28px;
  position: relative;
}

.catalog_color_picker_wrap img {
  width: 100%;
  height: 100%;
}

.catalog_color_picker_wrap img:hover {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}

.color_name{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateY(-100%);
  background-color: #666666;
  border-radius: 20px 20px 20px 0px;
  padding: 8px 12px;
  z-index: 2;
}
.color_name p{
  color: #fff;
  white-space: nowrap;
}

.catalog_main {
  width: calc(100% - 288px);
}

.pc-information-wrap-outside {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.pc-information {
  /** width: calc(100% - 304px); */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.pc-information-top-box {
  display: flex;
  flex-direction: column;
}

.pc-information-bottom-text {
  margin-bottom: 0;
}

.pc-information p.Body_S_Regular.header-text {
  width: 100%;
}

.information-text-open-shut {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.open_description:hover {
  text-decoration: underline;
  text-decoration-color: #006ca0;
}

.close_description {
  display: none;
}
.close_description:hover {
  text-decoration: underline;
  text-decoration-color: #006ca0;
}

.catalog_arrow_img_wrap {
  /* width: 12px;
  height: 6px; */
  display: flex;
  align-items: center;
}

.catalog_arrow_img_wrap img {
  width: 100%;
  /* height: 100%; */
}

.close_description_arrow {
  transform: rotateX(180deg);
}

.catalog_header_img_wrap {
  width: 272px;
}

.catalog_header_img_wrap img {
  width: 100%;
  height: 100%;
}

.sp-information-wrap-outside {
  display: none;
}

.product_list_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 56px;
}

.product_list_tab {
  width: 100%;
}

.tab_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  align-items: center;
  gap: 0;
  position: relative;
}

.tab_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #006ca0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 0;
}

.tab_wrap>label {
  max-width: 182px;
  width: 100%;
  padding: 12px 0;
  border-radius: 2px 2px 0px 0px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background: #f6f6f6;
  color: #535353;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.tab_wrap input {
  display: none;
}

.tab_wrap label:has(:checked) {
  background-color: #fff;
  border-top: 1px solid #006ca0;
  border-right: 1px solid #006ca0;
  border-left: 1px solid #006ca0;
  border-bottom: none;
  border-radius: 2px 2px 0px 0px;
  z-index: 1;
}

/*CSSæ–°è¦è¿½è¨˜ï¼ˆé’ã„ç·šã®ä¸Šã«æ¥ã‚‹ã‚ˆã†ã«ç™½ã„é•·æ–¹å½¢ã‚’ç½®ã„ã¦ã€ç·šãŒè¦‹ãˆãªã„ã‚ˆã†ã«ã™ã‚‹ï¼‰*/
.tab_wrap label:has(:checked):after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.tab_wrap label:has(:checked)+div {
  display: block;
}

.tab_wrap label:hover {
  background-color: #fff;
  border-top: 1px solid #006ca0;
  border-right: 1px solid #006ca0;
  border-left: 1px solid #006ca0;
  border-bottom: none;
  border-radius: 2px 2px 0px 0px;
}

.product_list_header {
  width: 100%;
  padding: 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.display_results {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product_list_condition {
  display: flex;
}

.product_filter_button {
  display: none;
}

.product_sort_button {
  position: relative;
  background-color: #fff;
}
.product_sort_button select{
  background-color: #fff;
}

.product_sort_button::before,
.product_sort_button::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.product_sort_button::before {
  display: inline-block;
  right: 0;
}

.product_sort_button::after {
  position: absolute;
  top: 48%;
  right: 24px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #006ca0;
  border-right: 2px solid #006ca0;
}

.product_sort_button {
  border: solid 1px #d9d9d9;
  border-radius: 2px;
}

.product_sort_button select {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 9.5px 36px 9.5px 16px;
  color: #1b1b1b;
}

.product_sort_button select:focus {
  outline: none;
}

.catalog_products {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  border-radius: 4px;
  width: 100%;
}

.catalog_product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(25% - 24px);
  min-width: 170px;
}

.catalog_product:hover .catalog_product_img_filter {
  background-color: #1a1a1a5e;
}

.catalog_product_img_wrap {
  width: 100%;
  border-radius: 2px;
  gap: 16px;
  position: relative;
  margin-bottom: 16px;
}

.catalog_product_img_filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 4px;
}

.catalog_product_img img {
  width: 100%;
  border-radius: 4px;
}

.favorites_icon {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1.5px solid #d9d9d9;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 1;
}

.favorites_icon_img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalog_product_colors {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  max-height: 6px; /* =product_color_ ã®height */
  padding-top: 10px
}

.product_color_300101 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #E63D39;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300102 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #3683E5;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300103 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #1E9073;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300104 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #F4E44D;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300105 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #E68C3E;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300106 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e63eb1;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300107 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #8e46dc;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300108 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e0bd6b;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300109 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #5f401a;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300110 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #795831;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300111 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #a2825d;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300112 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300113 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #a2a2a2;
  border-radius: 50%;
  display: inline-block;
}

.product_color_300114 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  display: inline-block;
}


.product_color_300115 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: -moz-linear-gradient(top, #e0e0e0, #FFF);
  background: -webkit-linear-gradient(top, #e0e0e0, #FFF);
  background: linear-gradient(to bottom, #e0e0e0, #FFF);
  border-radius: 50%;
  display: inline-block;
}

.product_color_300116 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ffeea8 0%,#d9b61d 50%,#fff3c1 100%);
  border-radius: 50%;
  display: inline-block;
}

.product_color_300117 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(45deg, #f4f4f4 0%,#aaaaaa 50%,#e4e4e4 100%);
  border-radius: 50%;
  display: inline-block;
}


.product_color_300118 {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ff5656, #ffbc82, #ffff7d, #98ff98, #73ffff, #6a6aff, #e68ce6);
  border-radius: 50%;
  display: inline-block;
}




.product_color_red {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e63d39;
  border-radius: 50%;
  display: inline-block;
}

.product_color_blue {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #3683e5;
  border-radius: 50%;
  display: inline-block;
}

.product_color_green {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #1a9073;
  border-radius: 50%;
  display: inline-block;
}

.product_color_light_green {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #1a9073;
  border-radius: 50%;
  display: inline-block;
}

.product_color_yellow {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #f4e54c;
  border-radius: 50%;
  display: inline-block;
}

.product_color_orange {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e58c3e;
  border-radius: 50%;
  display: inline-block;
}

.product_color_pink {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #e63db1;
  border-radius: 50%;
  display: inline-block;
}

.display_limit_count{
  line-height: 0.2;
}

.catalog_text_wrap {
  width: 100%;
}

.catalog_product_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog_product_price {
  color: #ababab;
  display: flex;
  margin: 12px 0 8px;
}

.outlet_price {
  text-decoration: line-through;
}

.suggested_retail_price {
  margin-right: 8px;
}

.monthly_price_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.monthly-price {
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #e2e1df;
  color: #666;
}

.catalog_text_wrap p,
.catalog_product_price p,
.monthly_price_wrap p,
.display_results h2,
.display_results h5,
.pc-information p,
.wrap-small-category-content p,
.catalog_title h4,
.num-monthly-price,
.num-monthly-price-original {
  margin-bottom: 0;
}

.wrap-small-category-content.disabled p{
  opacity: 0.4;
}

.num-monthly-price,
.num-monthly-price-original {
  color: #1b1b1b;
}

.num-monthly-outlet-price {
  color: #ce0029;
}

.product-list-pagination {
  margin-top: 24px;
}

.sp-manage-page-nation,
.sp-title-div,
.pc_catalog_br,
.sp-breadcrumb,
.sp_refined_search_wrap,
.product_list_refined_search_category,
.product_list_refined_search_brand,
.sp-catalog-title,
#is-product-list {
  display: none;
}

.product_detail_wrap p {
  white-space: nowrap !important;
}

.no_products_message {
  display: none;
  margin-top: 32px;
}

.xbutton_wrap {
  cursor: pointer;
}

.hover_xbtn {
  display: none;
}

.xbutton_wrap:hover .hover_xbtn {
  display: block;
}

.xbutton_wrap:hover .no_hover_xbtn {
  display: none;
}

.start-price, .end-price{
  font-family: Roboto;
}

.start-price::placeholder, .end-price::placeholder{
  font-family: Roboto;
  color: #ABABAB;
}

.start-price::-webkit-inner-spin-button, .end-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]{
  color: #1b1b1b;
  font-family: Roboto;
}

.c-categoryItem__check {
  display: none;
}
.c-categoryColor__check {
  display: none;
}
.wrap-small-category-content-tooltip, .c-categoryItem__txt_left {
	cursor: pointer;
}
.wrap-small-category-content-tooltip{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: center;
}

.bulk-price-margintop{
  margin-top:5px;
}

.bulk-price-original-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
}

.original-bulk-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
}

.bulk-price-discounted {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
}

.original-bulk-price > p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-decoration-line: line-through;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #ABABAB;
}

.bulk-price-discounted > p{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #CE0029;
}

.catalog_checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
}

.free-delivery-fee-hidden-checkbox,
.spec__hidden-checkbox {
  display: none;
}

.free-delivery-fee-checkmark,
.color-pickers-checkmark,
.spec-pickers-checkmark {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  background: white;
  border-radius: 2px;
  border: 1.5px #d9d9d9 solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}


.free-delivery-fee-hidden-checkbox:checked + label .free-delivery-fee-checkmark, 
.c-categoryColor__check:checked + .color-pickers-checkmark,
.spec__hidden-checkbox:checked + .spec-pickers-checkmark {
  background-image: url("../../../images/checked-blue.svg");
  background-color: #006ca0;
  border: none;
}	

.catalog_checkbox label {
  font-size: 14px;
  line-height: 24.5px;
  letter-spacing: 0.28px;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog_checkbox label a {
  color: #006ca0;
}

.catalog_checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 2px;
  border: 0.75px #d9d9d9 solid;
  accent-color: #006ca0;
}

.catalog_checkbox label a {
  color: #006ca0;
}

.sp_search_btn_wrap {
  display: none;
}

.search-category {
    margin-top: 95px;
}

.category-search-medium__wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}

.category-search-medium {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 8px;
  min-width: 180px;
  align-items: flex-start;
  height: fit-content;
}

.search-category__childs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 0px;
  gap: 2px 4px;
}
.category-search-medium p {
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.28px;
  font-weight: 400;
  color: #1B1B1B;
  cursor: pointer;
}

.category-search-medium p:hover {
  color: #006ca0;
}

.category-search-small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  
}

.category-search-small p {
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.28px;
  font-weight: 400;
  color: #1B1B1B;
  cursor: pointer;
}

.category-search-small p:hover {
  color: #006ca0;
}
.category-search__slash {
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.28px;
  font-weight: 400;
  color: #AAAAAA;
}

.search-category {
    margin-top: 95px;
}

.category-search-arrow__wrap {
    line-height: 0.95;
}

.medium-category__facet_count,
.free-delivery-fee__facet_count,
.color__facet_count,
.spec__facet_count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2px 10px;
  width: 30px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  word-break: normal;
  justify-content: center;
  align-content: center;
}

.medium-category__facet_count span,
.free-delivery-fee__facet_count span,
.color__facet_count span,
.spec__facet_count span {
  height: 14px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 175%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pwid' on;
  color: #ABABAB;
}

.medium-category__facet_container,
.color__facet_container{
  display: flex;
  align-items: center;
  gap: 4px;
}

/** ã‚µã‚¤ã‚ºæ¤œç´¢ */
.sizeSearch__slider-group {
  margin-bottom: 30px;
}

.sizeSearch__slider-title,
.spec__subtitle {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #1B1B1B;
}

.sizeSearch__track {
  width: 100%;
  position: relative;
  height: 6px;
  border-radius: 4px;
  background: #ececec;
  cursor: pointer;
}

.sizeSearch__range {
  position: absolute;
  height: 6px;
  top: 0;
  border-radius: 4px;
  background: #006ca0;
}

.sizeSearch__handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  transition: border 0.2s;
}

.sizeSearch__handle:hover {
  border: 2px solid #006ca0;
}

.sizeSearch__values {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.sizeSearch__values input {
  width: 86.64px;
  height: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  text-align: right;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #ABABAB;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.sizeSearch__unit {
  margin-left: 4px;
}

.sizeSearch__unit,
.sizeSearch__values span{
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  text-align: right;
  color: #1B1B1B;
}

.row-spec-pickers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.row-spec-picker__name{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt' on, 'pwid' on;
  color: #1B1B1B;
}

.catalog_checkbox_wrap {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sizeSearch-clear{
  text-align: right;
  display: inline;
  margin-bottom: 0;
  cursor: pointer;
}

.sizeSearch-clear:hover {
  text-decoration: underline;
}
