﻿@charset "UTF-8";

/* ----LS用---- */
ul.ls-block-category-tree--level-1 > .ls-block-category-tree--item__open,
ul.ls-block-category-tree--level-1 > .ls-block-category-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

ul > .ls-block-category-tree--item__open,
ul > .ls-block-category-tree--item {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

ul.block-category-tree--items > li {
  position: relative;
}

ul.block-category-tree--items > li > a {
  height: 43px;
}

ul.block-category-tree--items.ls-block-category-tree--level-1 > li > a {
  height: 55px;
}

ul.block-category-tree--items.ls-block-category-tree--level-3 > li > a {
  background: #f5f5f5;
}

ul.block-category-tree--items.ls-block-category-tree--level-4 > li > a {
  background: #f0f0f0;
}

ul.ls-block-genre-tree--level-1 > .ls-block-genre-tree--item__open,
ul.ls-block-genre-tree--level-1 > .ls-block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

ul > .ls-block-genre-tree--item__open,
ul > .ls-block-genre-tree--item {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

ul.ls-block-genre-tree--items > li {
  position: relative;
}

ul.ls-block-genre-tree--items > li > a {
  height: 43px;
}

ul.ls-block-genre-tree--items.ls-block-genre-tree--level-1 > li > a {
  height: 55px;
}

ul.ls-block-genre-tree--items.ls-block-genre-tree--level-3 > li > a {
  background: #f5f5f5;
}

ul.ls-block-genre-tree--items.ls-block-genre-tree--level-4 > li > a {
  background: #f0f0f0;
}

li.ls-block-category-tree--item,
li.ls-block-genre-tree--item {
  border-top: none;
  border-bottom: #eee 1px solid;
  padding: 0 0;
  overflow: hidden;
}

.menu-title {
  padding: 5px 0 5px 5px !important;
  background: #444;
  color: #fff;
  margin-bottom: 11px;
}

.menu-title .item-name {
  padding: 0 0 0 0 !important;
}

.item-name {
  margin-bottom: 0 !important;
}

.ls-block-category-tree--item,
.ls-block-genre-tree--item {
  border-top: #eee 1px solid;
}

ul.block-category-tree--items-parent:not(.level1) {
  display: none;
}

ul.ls-block-genre-tree--items-parent:not(.level1) {
  display: none;
}

ul.ls-block-genre-tree--items > li > div > a + .ls-block-genre-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

ul.ls-block-genre-tree--items > li > div > a + .ls-block-genre-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

ul.ls-block-genre-tree--items > li > div > a + .ls-block-genre-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

ul.ls-block-genre-tree--items-parent:not(level1) > li > div > a + .ls-block-genre-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-135deg);
  transition: all 0.3s;
  content: "";
}

ul.ls-block-genre-tree--items-parent:not(level1) > li > div > a + .ls-block-genre-tree--item-opener.is-open::before {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

ul.ls-block-genre-tree--items.ls-block-genre-tree--level-1 > li > div > a + .ls-block-genre-tree--item-opener {
  height: 55px;
}

ul.block-category-tree--items > li > div > a + .block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

ul.block-category-tree--items > li > div > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

ul.block-category-tree--items > li > div > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

ul.block-category-tree--items-parent:not(level1) > li > div > a + .block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-135deg);
  transition: all 0.3s;
  content: "";
}

ul.block-category-tree--items-parent:not(level1) > li > div > a + .block-category-tree--item-opener.is-open::before {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

ul.block-category-tree--items.ls-block-category-tree--level-1 > li > div > a + .block-category-tree--item-opener {
  height: 55px;
}

.block-filter-tree-opener {
  position: relative;
}

.block-filter-tree-opener::after {
  position: absolute;
  top: calc(50% + 8px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-bottom: 0;
  transform: rotate(135deg);
  transition: all 0.3s;
  border-color: #fff;
  content: "";
}

.block-filter-tree-opener.is-open::after {
  top: calc(50% + 10px);
  transform: rotate(-45deg);
}

.block-filter--filter-items div {
  padding: 0 0 !important;
}

#left-menu-contents-brand {
  height: 240px;
}

#left-menu-contents-brand .item {
  cursor: default;
}

#left-menu-contents-brand .ls-menu-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: none;
}

#left-menu-contents-brand .ls-menu-title button {
  display: inline;
  border: 0;
  margin-left: auto;
  padding: 0;
  font-size: 13px;
  color: #d53100;
  cursor: pointer;
  background: none;
}

#left-menu-contents-brand.left-menu-window {
  height: 240px;
}

#left-menu-contents li.ls-block-brand-tree--item {
  padding: 0;
  border-top: 0;
}

#left-menu-contents ul li.ls-block-brand-tree--item {
  padding: 0;
  border-top: 1px solid #dedede;
}

#left-menu-contents ul div.ls-block-brand-tree--item-children {
  margin-bottom: 5px;
  margin-top: 5px;
}

#left-menu-contents ul li.ls-block-brand-tree--item:first-of-type {
  border-top: 0;
}

#left-menu-contents ul li.ls-block-brand-tree--item .leaf a {
  position: relative;
  display: block;
  padding: 13px 0 13px 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  cursor: pointer;
}

#left-menu-contents ul li.ls-block-brand-tree--item .leaf.highlight {
  background: none;
}

#left-menu-contents ul li.ls-block-brand-tree--item .leaf.highlight a {
  background: #f0f0f0;
}

#left-menu-contents ul li.ls-block-brand-tree--item .leaf.highlight a::after {
  position: absolute;
  top: calc(50% - 8px);
  left: 7px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 1px;
  transform: rotate(45deg);
  z-index: 2;
  content: "";
}

#left-menu-contents ul li.ls-block-brand-tree--item .leaf span.item-name {
  padding: 0;
}

#left-menu-contents ul.ls-block-brand-tree--items {
  overflow-y: scroll;
  height: 240px;
}

#paginate-info a {
  outline: none;
}

button.block-global-search--submit.btn.btn-default {
  background: url(../../img/usr/common/ico_search.png) center center / auto auto no-repeat;
}

.pane-globalnav {
  z-index: 999;
}

.bold .ls-btn-default {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}

li .ls-btn-default {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}

#price-filter-slider {
  margin-top: 5px;
  margin-bottom: 15px;
}

#filter-keyword {
  margin-bottom: 10px;
}

.price-slider {
  margin-bottom: 5px;
}

.filter-C {
  margin-bottom: 5px;
}

.pane-globalnav {
  z-index: 999;
}

.block-filter--filter-items .ls-suggest {
  margin-top: 30px;
}

.ls-suggest {
  margin-top: 40px;
  visibility: hidden;
}

.ls-suggest .suggest-keyword {
  visibility: visible;
  min-width: 190px;
}

.ls-suggest .active-suggest {
  background-color: transparent;
}

.block-category-tree--items-sparent a {
  height: 43px;
  display: block !important;
}

.btn-close {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 5px;
  bottom: 1px;
  margin-left: 3px;
  background: #333;
  transform: rotate(45deg);
  vertical-align: middle;
}

.btn-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(90deg);
}

.filter-I-btn-close {
  bottom: 7px;
}

.item-name {
  margin-bottom: 0 !important;
}

.ls-block-search-keyword {
  display: flex;
}

.ls-block-search-keyword .block-search-box--search-submit {
  margin-bottom: 10px;
  width: 40px;
  background: #444;
  border: 1px solid #444;
}

.ls-block-search-keyword--image {
  margin: 4px 0 0;
}

/*  */

.block-search_result-side-result {
  margin-bottom: 56px;
}

.block-search_result-side-result p:nth-child(2) {
  margin-top: 2px;
}

.block-search_result-side-result p:nth-child(2) b {
  margin-right: 5px;
  font-size: 2.4rem;
  font-weight: 600;
}

.block-search_result-side-item {
  margin-top: 50px;
}

.block-search_result-side-item .item-ttl {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--cl-gr-3);
  font-weight: 600;
  line-height: 1.2;
}

.block-search_result-side-item .item-content {
  margin-top: 8px;
}

.block-search_result-side-item .item-list-lb li + li {
  margin-top: 4px;
}

.block-search_result-side-item .item-list-lb li p {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 6px 29px 6px 8px;
  background-color: var(--cl-gr-1);
  font-size: 1.2rem;
}

.block-search_result-side-item .icon-cancel {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIvPjxwYXRoIGQ9Ik04IDFhNyA3IDAgMSAwIDcgNyA3LjAwOCA3LjAwOCAwIDAgMC03LTciIGZpbGw9IiNmNGY0ZjQiLz48cGF0aCBkPSJNOCAxYTcgNyAwIDEgMCA3IDcgNy4wMDggNy4wMDggMCAwIDAtNy03bTAgMTNhNiA2IDAgMSAxIDYtNiA2LjAwNyA2LjAwNyAwIDAgMS02IDYiIGZpbGw9IiNkY2RjZGMiLz48cGF0aCBkPSJNMTAuODU0IDUuMTQ2YS41LjUgMCAwIDAtLjcwNyAwTDggNy4yOTIgNS44NTQgNS4xNDZhLjUuNSAwIDAgMC0uNzA3LjcwN0w3LjI5MyA4bC0yLjE0NiAyLjE0NmEuNS41IDAgMSAwIC43MDcuNzA3TDggOC43MDdsMi4xNDcgMi4xNDZhLjUuNSAwIDAgMCAuNzA3LS43MDdMOC43MDggOGwyLjE0Ni0yLjE0N2EuNS41IDAgMCAwIDAtLjcwNyIgZmlsbD0iIzc0NzQ3NCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.block-search_result-side-item .item-list-cb li {
  padding-left: 8px;
}

.block-search_result-side-item .item-list-cb li + li,
.block-search_result-side-item .item-list-rb li + li {
  margin-top: 4px;
}

.block-search_result-side-item input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
}

.block-search_result-side-item input[type="checkbox"] + label::before {
  top: 0;
}

.block-search_result-side-item input[type="radio"] + label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 6px 29px 6px 8px;
  font-size: 1.2rem;
  transition: background-color 0.15s;
}

.block-search_result-side-item input[type="radio"]:checked + label {
  background-color: var(--cl-gr-1);
}

.block-search_result-side-item .item-list-rb .icon-cancel {
  opacity: 0;
  transition: opacity 0.15s;
}

.block-search_result-side-item .item-list-rb input[type="radio"]:checked + label .icon-cancel {
  opacity: 1;
}

.block-search_result-side-item input[type="radio"] + label::before,
.block-search_result-side-item input[type="radio"] + label::after {
  content: none;
}

.block-search_result-side-item .item-list-sc + .item-list-sc {
  margin-top: 4px;
}

.block-search_result-side-item .item-list-sc-name {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 30px;
  margin-bottom: 4px;
  padding: 6px 29px 6px 8px;
  font-size: 1.2rem;
  cursor: pointer;
}

.block-search_result-side-item .item-list-sc-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIvPjxwYXRoIGQ9Ik03Ljk2IDExLjRhLjUuNSAwIDAgMS0uMzI3LS4xMjJsLTUuNTYtNC44YS41LjUgMCAwIDEgLjY1NC0uNzU3bDUuMjM1IDQuNTIgNS4zMTQtNC41MjJhLjUuNSAwIDEgMSAuNjQ4Ljc2MmwtNS42NCA0LjhhLjUuNSAwIDAgMS0uMzI0LjExOSIgZmlsbD0iIzc0NzQ3NCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.15s;
}

.block-search_result-side-item .item-list-sc-name.is-open::after {
  transform: rotate(180deg);
}

.block-search_result-side-item .item-list-sc-content {
  display: none;
}

.block-search_result-side-item .item-list-cb-color li + li {
  margin-top: 8px;
}

.block-search_result-side-item .item-list-cb-color input[type="checkbox"] + label {
  height: 32px;
}

.block-search_result-side-item .item-list-cb-color input[type="checkbox"] + label img {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 3px;
}

.block-search_result-side-item .item-btns {
  display: flex;
  justify-content: space-between;
  width: 168px;
  margin-top: 20px;
}

.block-search_result-side-item .item-btns button {
  width: 80px;
  height: 26px;
  margin: 0;
  font-size: 1rem;
}

.block-search_result-side-item .item-price-range {
  margin-top: 20px;
}

.block-search_result-side-item .ui-widget.ui-widget-content {
  position: relative;
  width: 150px;
  height: 20px;
  margin-left: 10px;
  border: none;
  background: none;
}

.block-search_result-side-item .ui-widget.ui-widget-content::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: var(--cl-gr-3);
}

.block-search_result-side-item .ui-slider .ui-slider-range {
  top: 0;
  height: 20px;
  background: none;
}

.block-search_result-side-item .ui-slider .ui-slider-range::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 0;
  background-color: var(--cl-main);
}

.block-search_result-side-item .ui-state-default,
.block-search_result-side-item .ui-widget-content .ui-state-default {
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  border: 1px solid var(--cl-main);
  border-radius: 20px;
  background: #ffffff;
}

.block-search_result-side-item .item-price-range-disp {
  display: flex;
  justify-content: space-between;
  width: 168px;
  margin-top: 16px;
}

.block-search_result-side-item .item-price-range-disp p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 70px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--cl-main);
  font-size: 1rem;
}

.block-search_result-side-item .item-price-range-disp p span {
  font-size: 1.2rem;
}

.block-search_result-side-item .item-price-range-disp p input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item {
  position: relative;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item + .layer-1-item {
  margin-top: 4px;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-ttl > * {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 6px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item:hover .list-ttl > * {
  background-color: var(--cl-gr-1);
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu {
  display: block;
  position: absolute;
  top: 0;
  left: 160px;
  width: 398px;
  padding: 4px 0;
  border: 1px solid var(--cl-gr-3);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: opacity 0.25s;
  transition-delay: 0.15s;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu.has-maxheight {
  max-height: 260px;
  overflow: auto;
  scrollbar-width: none;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu.has-maxheight::-webkit-scrollbar {
  display: none;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item:hover .list-submenu {
  opacity: 1;
  visibility: visible;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu-item + .list-submenu-item {
  margin-top: 4px;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu-item button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 6px 18px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}

.block-search_result-side-item .item-dropdown-list .layer-1-item .list-submenu-item button:hover {
  background-color: var(--cl-gr-1);
}

.block-search_result-side-item .item-dropdown-list + .item-list-lb {
  margin-top: 8px;
}

.block-search_result-side-item .item-dropdown-other {
  margin-top: 20px;
}

.block-search_result-side-item .item-dropdown-other-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 31px 0 8px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

.block-search_result-side-item .item-dropdown-other-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxNnYxNkgweiIvPjxwYXRoIGQ9Ik03Ljk2IDExLjRhLjUuNSAwIDAgMS0uMzI3LS4xMjJsLTUuNTYtNC44YS41LjUgMCAwIDEgLjY1NC0uNzU3bDUuMjM1IDQuNTIgNS4zMTQtNC41MjJhLjUuNSAwIDEgMSAuNjQ4Ljc2MmwtNS42NCA0LjhhLjUuNSAwIDAgMS0uMzI0LjExOSIgZmlsbD0iIzc0NzQ3NCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.15s;
}

.block-search_result-side-item .item-dropdown-other-ttl.is-open::after {
  transform: rotate(180deg);
}

.block-search_result-side-item .item-dropdown-other-content {
  display: none;
}

.block-search_result-modal-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 18px;
  margin-top: 8px;
}

.block-search_result-modal-btn button {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--cl-sub);
  font-size: 1.2rem;
  cursor: pointer;
}

.block-search_result-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.block-search_result-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.block-search_result-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.block-search_result-modal-body {
  position: relative;
  width: 1000px;
  max-height: calc(100vh - 60px);
  padding: 40px;
  background-color: #ffffff;
}

.block-search_result-modal-body .modal-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: var(--ico-close);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 9;
  transition: opacity 0.3s;
}

.block-search_result-modal-body .modal-close-btn:hover {
  opacity: 0.65;
}

.block-search_result-modal-body .modal-ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 42px;
  height: 32px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.block-search_result-modal-body .modal-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-search_result-modal-body.modal-label .modal-ttl::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMCAwaDMydjMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjMzMzIj48cGF0aCBkPSJNMjguNDQxIDI3Ljg5SDMuNTU5YTEgMSAwIDAgMS0xLTFWNy45NDRBMy44MzkgMy44MzkgMCAwIDEgNi4zOTQgNC4xMWgxOS4yMTNhMy44MzggMy44MzggMCAwIDEgMy44MzQgMy44MzRWMjYuODlhMSAxIDAgMCAxLTEgMW0tMjMuODgyLTJoMjIuODgyVjcuOTQ0YTEuODM2IDEuODM2IDAgMCAwLTEuODM0LTEuODM0SDYuMzk0YTEuODM3IDEuODM3IDAgMCAwLTEuODM1IDEuODM0WiIvPjxwYXRoIGQ9Ik0yMy43MTcgMjcuODloLTUuOTg1YTEgMSAwIDAgMS0xLTF2LTguNTUyYTEgMSAwIDAgMSAxLTFoNS45ODVhMSAxIDAgMCAxIDEgMXY4LjU1MmExIDEgMCAwIDEtMSAxbS00Ljk4NS0yaDMuOTg1di02LjU1MmgtMy45ODVaTTEyLjY0NyAyNC4xMTFoLTQuMWExIDEgMCAwIDEtMS0xdi00Ljc3M2ExIDEgMCAwIDEgMS0xaDQuMWExIDEgMCAwIDEgMSAxdjQuNzczYTEgMSAwIDAgMS0xIDFtLTMuMS0yaDIuMXYtMi43NzJoLTIuMVpNMjguNDQxIDE0LjcwN0gzLjU1OWExIDEgMCAxIDEgMC0yaDI0Ljg4MmExIDEgMCAwIDEgMCAyIi8+PC9nPjwvc3ZnPg==");
}

.block-search_result-modal-body.modal-brand .modal-ttl::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGQ9Im0yOS40IDE2LjA2Mi0xMi0xMS45OTRhMy4yIDMuMiAwIDAgMC0yLjE1MS0uODUzbC04LjU3NC0uNTg0YTMuODE1IDMuODE1IDAgMCAwLTQuMTQ0IDQuMTQzbC41ODUgOC41NzZhMy4xNzggMy4xNzggMCAwIDAgLjgzMyAyLjEzM0w1LjYgMTkuMTM1Yy0uMDkyLjY0Ny0uMTY4IDEuMjgtLjIxNSAxLjg3NC0uMjg1IDMuNTcuMzY4IDYuNTUzIDEuNzQ2IDcuOTgyYTIuNzczIDIuNzczIDAgMCAwIDEuOTU5LjkyM2guMTA2YTIuODE0IDIuODE0IDAgMCAwIDIuMTU0LS45MjEgNi4yMjYgNi4yMjYgMCAwIDAgMS4zNzMtMi43MzFsMy4yMzkgMy4yMzhhMy4wMDkgMy4wMDkgMCAwIDAgNC4yNS4wMDdsOS4xODgtOS4xOTVhMy4wMDggMy4wMDggMCAwIDAtLjAwNy00LjI1TTkuOTEyIDI3LjZhLjg1NS44NTUgMCAwIDEtLjcxNS4zMTIuODEuODEgMCAwIDEtLjYyNi0uMzEyYy0uNzI3LS43NTItMS40NzUtMi44ODktMS4xOTEtNi40MzMuMDA2LS4wNzUuMDE2LS4xNTUuMDIzLS4yMzFsMy42MzcgMy42MzhBNS42NDIgNS42NDIgMCAwIDEgOS45MTIgMjcuNm0xOC4wNzgtOC43LTkuMTkgOS4xOWExLjAwOCAxLjAwOCAwIDAgMS0xLjQyMi0uMDA3bC00LjI2MS00LjI2MmExOC45MzQgMTguOTM0IDAgMCAwLS4wMTgtMi44MTIgNDUuOTM2IDQ1LjkzNiAwIDAgMC0yLjIzMi0xMC4xNzQgMiAyIDAgMSAwLTIuODg3LjA3MSAxLjk3NiAxLjk3NiAwIDAgMCAuOTgxLjUzNCA0My44NTIgNDMuODUyIDAgMCAxIDIuMTM5IDkuNzI4Yy4wMTkuMjM2LjAyMi40NS4wMzIuNjc0bC01Ljc4OS01Ljc5NGExLjQ0MiAxLjQ0MiAwIDAgMS0uMjMxLS44MzRsLS41ODUtOC41NzZhMS44MTcgMS44MTcgMCAwIDEgMi4wMTEtMi4wMTFsOC41NzYuNTg0YTEuNDA3IDEuNDA3IDAgMCAxIC44NTUuMjUxbDEyLjAxNCAxMi4wMTRhMS4wMDcgMS4wMDcgMCAwIDEgLjAwNyAxLjQyNCIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==");
}

.block-search_result-modal-body .modal-label-list,
.block-search_result-modal-body .modal-brand-list {
  position: relative;
  width: 100%;
  border: 1px solid var(--cl-gr-3);
  overflow: auto;
  scrollbar-width: none;
}

.block-search_result-modal-body .modal-label-list {
  max-height: calc(100vh - 252px);
  margin-top: 15px;
  padding: 25px;
}

.block-search_result-modal-body .modal-brand-list {
  max-height: calc(100vh - 352px);
  padding: 0 35px 50px;
}

.block-search_result-modal-body .modal-label-list::-webkit-scrollbar,
.block-search_result-modal-body .modal-brand-list::-webkit-scrollbar {
  display: none;
}

.block-search_result-modal-body .modal-brand-list-item-list {
  margin-top: 20px;
}

.block-search_result-modal-body .modal-label-list ul,
.block-search_result-modal-body .modal-brand-list-item-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-search_result-modal-body .modal-label-list li,
.block-search_result-modal-body .modal-brand-list-item-list li {
  width: calc(100% / 3);
}

.block-search_result-modal-body .modal-label-list input[type="checkbox"] + label,
.block-search_result-modal-body .modal-brand-list-item-list input[type="checkbox"] + label {
  min-height: 48px;
  padding-left: 45px;
}

.block-search_result-modal-body input[type="checkbox"] + label::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNS4wMDEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNXYyNUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIC4wMDFoMjV2MjVIMHoiLz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xMi41IDBBMTIuNSAxMi41IDAgMSAxIDAgMTIuNSAxMi41IDEyLjUgMCAwIDEgMTIuNSAwIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEyLjUgMjVBMTIuNSAxMi41IDAgMSAxIDI1IDEyLjUgMTIuNTE0IDEyLjUxNCAwIDAgMSAxMi41IDI1bTAtMjMuODA5QTExLjMwOSAxMS4zMDkgMCAxIDAgMjMuODA5IDEyLjUgMTEuMzIyIDExLjMyMiAwIDAgMCAxMi41IDEuMTkxIiBmaWxsPSIjZGNkY2RjIi8+PHBhdGggZD0iTTEwLjgxMSAxOC4wMDhhLjY4Mi42ODIgMCAwIDEtLjQyNy0uMThsLTQuNzQxLTQuODczYS42LjYgMCAwIDEgLjg1NC0uODNsNC4zMiA0LjQ0IDcuNzIzLTcuN2EuNi42IDAgMSAxIC44NDEuODQ0bC04LjE0OSA4LjEyN2EuNi42IDAgMCAxLS40MjEuMTczIiBmaWxsPSIjZGNkY2RjIi8+PC9nPjwvc3ZnPg==");
}

.block-search_result-modal-body input[type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNS4wMDEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNXYyNUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIC4wMDFoMjV2MjVIMHoiLz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xMi41IDBBMTIuNSAxMi41IDAgMSAxIDAgMTIuNSAxMi41IDEyLjUgMCAwIDEgMTIuNSAwIiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTEwLjgxMSAxOC4wMDhhLjY4Mi42ODIgMCAwIDEtLjQyNy0uMThsLTQuNzQxLTQuODczYS42LjYgMCAwIDEgLjg1NC0uODNsNC4zMiA0LjQ0IDcuNzIzLTcuN2EuNi42IDAgMSAxIC44NDEuODQ0bC04LjE0OSA4LjEyN2EuNi42IDAgMCAxLS40MjEuMTczIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.block-search_result-modal-body .modal-btn {
  margin-top: 15px;
}

.block-search_result-modal-body .modal-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-search_result-modal-body .modal-btn li + li {
  margin-left: 15px;
}

.block-search_result-modal-body .modal-btn .btn {
  width: 160px;
  height: 50px;
  font-size: 1.2rem;
}

.block-search_result-modal-body .modal-brand-searchbox {
  position: relative;
  margin-top: 15px;
}

.block-search_result-modal-body .modal-brand-searchbox input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 30px 0 67px;
  font-size: 1.2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48cGF0aCBmaWxsPSJub25lIiBkPSJNMiAxLjVoMjB2MjBIMnoiLz48ZyBmaWxsPSIjMzMzIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik05Ljk4NSAxNi43NjRhNy4xODQgNy4xODQgMCAxIDEgNy4xODMtNy4xODMgNy4xODMgNy4xODMgMCAwIDEtNy4xODMgNy4xODNtMC0xMi45OTJhNS44MDggNS44MDggMCAxIDAgNS44MDggNS44MDggNS44MDggNS44MDggMCAwIDAtNS44MDgtNS44MDgiLz48cGF0aCBkPSJNMjAuNTExIDIwLjZhLjY4NC42ODQgMCAwIDEtLjQ4Ni0uMmwtNS44MzktNS44MzdhLjY4OC42ODggMCAxIDEgLjk3My0uOTczTDIxIDE5LjQzYS42ODkuNjg5IDAgMCAxLS40ODYgMS4xNzQiLz48L2c+PC9zdmc+");
  background-position: center left 28px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.block-search_result-modal-body .modal-brand-searchbox-suggest {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid var(--cl-gr-3);
}

.block-search_result-modal-body .modal-brand-searchbox-suggest li + li {
  border-top: 1px solid var(--cl-gr-3);
}

.block-search_result-modal-body .modal-brand-searchbox-suggest button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 20px 71px 20px 39px;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.block-search_result-modal-body .modal-brand-searchbox-suggest button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: var(--arw-lk-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-search_result-modal-body .modal-brand-searchbox-suggest button:hover {
  background-color: var(--cl-gr-1);
}

.block-search_result-modal-body .modal-brand-anker ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.block-search_result-modal-body .modal-brand-anker li + li {
  position: relative;
  margin-left: 18px;
}

.block-search_result-modal-body .modal-brand-anker li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGNpcmNsZSBjeD0iMS41IiBjeT0iMS41IiByPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSAzLjUpIiBmaWxsPSIjMzMzIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMHYxMEgweiIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-search_result-modal-body .modal-brand-anker button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--cl-main);
  font-family: var(--ff-en);
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.block-search_result-modal-body .modal-brand-list-item {
  margin-top: 50px;
}

.block-search_result-modal-body .modal-brand-list-item-ttl b {
  font-size: 2.4rem;
  font-family: var(--ff-en);
}

.block-search_result-modal-body .modal-brand-list-item-ttl span {
  margin-left: 2px;
  color: var(--cl-sub);
  font-size: 1.2rem;
}
