﻿@charset "UTF-8";

/* ----LS用---- */

.block-filter--header {
  position: fixed;
  right: 10px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 99980;
  background: #222;
}

.block-filter--header.block-filter--open {
  display: none;
}

.block-filter--header .block-filter--header-label {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
}

.block-filter--modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.block-filter--modal .block-filter--frame {
  position: absolute;
  top: 20px;
  left: 10px;
  width: calc(100% - 20px);
  max-height: calc(100% - 40px);
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.block-filter--modal .block-filter--frame .block-filter--frame-header {
  margin: 0;
  padding: 18px 10px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #222;
  background: #dedede;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: #d53100;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::before {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::after {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  transform: rotate(-45deg);
  background: #fff;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--list-item {
  display: block;
  border-bottom: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--select-label {
  height: 52px;
  padding-left: 20px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon {
  width: 50px;
  height: 52px;
  padding: 0 18px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small {
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(90deg);
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small.block-icon-image--minus::after {
  display: none;
}

.block-filter--modal .block-filter--frame .block-filter--element {
  border-bottom: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--element:last-of-type {
  border-bottom: 0;
}

.block-filter--modal .block-filter--frame .block-filter--filter-options {
  border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--option-items {
  height: 52px;
  padding-left: 20px;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treelist-layer {
  border-top: #dedede 1px solid;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #dedede 1px solid;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem {
  border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem:first-of-type {
  border-top: 0;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem-name {
  height: 52px;
  text-decoration: none;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir {
  width: 50px;
  height: 52px;
  padding: 0 18px;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small {
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(90deg);
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small.block-icon-image--minus::after {
  display: none;
}

.block-filter--modal .block-filter--frame-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

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.ls-block-category-tree--items > li {
  position: relative;
}

ul.ls-block-category-tree--items > li > a {
  height: 43px;
}

ul.ls-block-category-tree--items.ls-block-category-tree--level-1 > li > a {
  height: 55px;
}

ul.ls-block-category-tree--items.ls-block-category-tree--level-3 > li > a {
  background: #f5f5f5;
}

ul.ls-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;
  color: #fff;
  font-size: 18px;
}

.menu-titlecate {
  padding: 5px 0 5px 5px;
  background: #444;
  color: #fff;
  font-size: 18px;
}

.ls-block-category-tree--item,
.ls-block-genre-tree--item {
  border-top: #eee 1px solid;
}

ul.ls-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 {
  transform: rotate(90deg);
}

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;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 8px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.ls-block-genre-tree--item-haschildren::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -8px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.ls-block-genre-tree--item-haschildren::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 12px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.ls-block-genre-tree--item-haschildren.is-open::before {
  transform: rotate(90deg);
}

ul.ls-block-genre-tree--items.ls-block-genre-tree--level-1 > li > div > a + .ls-block-genre-tree--item-opener {
  height: 55px;
}

.ls-block-category-tree--item-haschildren::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 12px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.ls-block-category-tree--item-haschildren::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -8px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.ls-block-category-tree--item-haschildren.is-open::before {
  transform: rotate(90deg);
}

.ls-block-category-tree--items-sparent {
  padding: 0 35px 0 1px;
}

ul.ls-block-category-tree--items-parent:not(level1) > li > div > a + .ls-block-category-tree--item-opener::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 12px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

ul.ls-block-category-tree--items-parent:not(level1) > li > div > a + .ls-block-category-tree--item-opener.is-open::before {
  transform: rotate(90deg);
}

.ls-block-category-tree--items {
  display: none;
}

.ls-block-category-tree--items-opener {
  top: 0;
  right: 0;
  width: 43px;
  cursor: pointer;
}

.title-category::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 4px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #fff;
  content: "";
}

.title-category::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -16px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #fff;
  content: "";
}

.title-category.is-open::before {
  transform: rotate(90deg);
}

.ls-block-genre-tree--items {
  display: none;
  margin-top: 30px;
}

.ls-block-genre-tree--items-opener {
  top: 0;
  right: 0;
  width: 43px;
  cursor: pointer;
}

.title-genre::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 4px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #fff;
  content: "";
}

.title-genre::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -16px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #fff;
  content: "";
}

.title-genre.is-open::before {
  transform: rotate(90deg);
}

.block-filter-tree-opener {
  position: relative;
}

.block-filter-tree-opener::before {
  position: absolute;
  right: 22px;
  display: block;
  width: 2px;
  height: 16px;
  top: 16px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.block-filter-tree-opener::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 2px;
  top: 22px;
  transition: all 0.3s;
  z-index: 2;
  background-color: #444;
  content: "";
}

.block-filter-tree-opener.is-open::before {
  transform: rotate(90deg);
}

.block-filter--filter-items div {
  padding: 0 0 !important;
}

.block-filter--item .ls-btn-default {
  float: right;
  position: relative;
  margin-right: 3em;
  bottom: 75px;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: #444;
}

.ls-block-filter-tree-items {
  display: none;
}

.ls-block-filter-tree-item {
  display: block;
  color: #000;
  background: #fff !important;
}
.sort-keyword {
  margin-left: 0;
}

.block-global-search--keyword {
  display: inline-block;
  width: 95% !important;
}

#filter-keyword {
  position: relative;
  bottom: 35px;
}

#left-menu-contents-brand #left-menu-contents {
  width: 100%;
  max-width: 100%;
}

#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 10px;
  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 li.ls-block-brand-tree--items {
  padding: 0;
  border-top: 0;
  list-style: none;
}

#left-menu-contents ul.ls-block-brand-tree--item {
  display: none;
  padding: 0;
  border-top: 0;
  list-style: none;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children {
  padding: 0;
  border-top: 1px solid #dedede;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children:first-of-type {
  border-top: 0;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children .leaf {
  margin-top: 10px;
  margin-bottom: 10px;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children .leaf a {
  position: relative;
  display: block;
  padding: 13px 0 13px 38px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children .leaf.highlight {
  background: none;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children .leaf.highlight a {
  background: #f0f0f0;
}

#left-menu-contents ul li.ls-block-brand-tree--item-children .leaf.highlight a::after {
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
  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-children .leaf span.item-name {
  padding: 0;
}

.filter-I input {
  display: none;
}

#paginate-info a {
  outline: none;
}

.ls-btn-default {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 1em !important;
}

.block-filter-keyword .ls-btn-default {
  border: 1px solid #333;
  color: #333;
  background: #fff;
  margin-top: 1em;
  margin-left: 0;
}

#price-filter-slider {
  margin-top: 5px;
  margin-bottom: 25px;
}

.price-slider {
  margin-bottom: 5px;
}

.filter-C {
  margin-bottom: 5px;
}

.ls-suggest {
  margin-top: 40px;
  visibility: hidden;
}

.ls-suggest .suggest-keyword {
  visibility: visible;
  width: 100%;
}

.ls-suggest .active-suggest {
  background-color: transparent;
}

#search_view .search_inner {
  z-index: 2;
  overflow-y: visible;
}

.level2::before {
  content: none;
}

.level3::before {
  content: none;
}

.list-item__center.level0 {
  padding-left: 1em;
}

.list-item__center.level1 {
  padding-left: 2em;
}

.list-item__center.level2 {
  padding-left: 3em;
}

.list-item__center.level3 {
  padding-left: 4em;
}

.list-item__center.level4 {
  padding-left: 5em;
}

li.ls-block-category-tree--item > ul > li:hover {
  background: none;
}

li.ls-block-genre-tree--item > ul > li:hover {
  background: none;
}

.ls-block-genre-tree--items {
  margin-top: 0;
}

.left-menu-contents-filter .item-name {
  margin-bottom: 0;
  background: #fff;
  color: #444;
  border: 1px solid #dedede;
  padding: 10px 0 10px 5px;
}

.brand-filter-btn {
  display: none;
  margin-top: 5px;
  margin-left: 10px;
}

.ls-block-filter-tree-item-children {
  padding: 5px 18px 5px 0;
}

.ls-block-brand-list {
  margin-left: 10px;
}

#sort-keyword.ls-search-keyword-realtime {
  margin: 2em 1em;
}

#filter-keyword.ls-search-keyword-realtime {
  position: static;
}

.ls-block-search-keyword {
  display: flex;
}

.ls-block-search-keyword .block-search-box--search-submit {
  margin: 0;
  width: 40px;
  background: #444;
  border: 1px solid #444;
}

/*  */

.block-ls-btn {
  display: flex;
  position: fixed;
  right: 10px;
  bottom: 74px;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDE4djE4SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMzAiIGZpbGw9IiMzMzMiLz48dGV4dCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMCA0NSkiIGZpbGw9IiNmZmYiIGZvbnQtc2l6ZT0iOCIgZm9udC1mYW1pbHk9IkhpcmFLYWt1UHJvTi1XMywgSGlyYWdpbm8gS2FrdSBHb3RoaWMgUHJvTiI+PHRzcGFuIHg9Ii0xNiIgeT0iMCI+57We44KK6L6844KAPC90c3Bhbj48L3RleHQ+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMSAxNSkiPjxwYXRoIGQ9Ik04LjIgMTcuNTY2YTIuNSAyLjUgMCAxIDEgMi41LTIuNSAyLjUgMi41IDAgMCAxLTIuNSAyLjVtMC00YTEuNSAxLjUgMCAxIDAgMS41IDEuNSAxLjUgMS41IDAgMCAwLTEuNS0xLjUiLz48cGF0aCBkPSJNNi4yIDE1LjU2NkgxYS41LjUgMCAwIDEgMC0xaDUuMmEuNS41IDAgMSAxIDAgMU0xNyAxNS41NjZoLTYuOGEuNS41IDAgMSAxIDAtMUgxN2EuNS41IDAgMCAxIDAgMU01IDUuNDM0YTIuNSAyLjUgMCAxIDEgMi41LTIuNSAyLjUgMi41IDAgMCAxLTIuNSAyLjVtMC00YTEuNSAxLjUgMCAxIDAgMS41IDEuNSAxLjUgMS41IDAgMCAwLTEuNS0xLjUiLz48cGF0aCBkPSJNMyAzLjQzNEgxYS41LjUgMCAwIDEgMC0xaDJhLjUuNSAwIDAgMSAwIDFNMTcgMy40MzRIN2EuNS41IDAgMCAxIDAtMWgxMGEuNS41IDAgMCAxIDAgMU0xMyAxMS41QTIuNSAyLjUgMCAxIDEgMTUuNSA5YTIuNSAyLjUgMCAwIDEtMi41IDIuNW0wLTRBMS41IDEuNSAwIDEgMCAxNC41IDkgMS41IDEuNSAwIDAgMCAxMyA3LjUiLz48cGF0aCBkPSJNMTEgOS41SDFhLjUuNSAwIDAgMSAwLTFoMTBhLjUuNSAwIDAgMSAwIDFNMTcgOS41aC0yYS41LjUgMCAwIDEgMC0xaDJhLjUuNSAwIDAgMSAwIDEiLz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
  cursor: pointer;
  z-index: 9999;
}

.block-ls-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #ffffff;
  z-index: 999999;
}

.block-ls-inner {
  display: block;
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: 60px 0 90px;
}

.block-ls-header,
.block-ls-footer,
.block-ls-body-item .item-content-header,
.block-ls-body-item .item-content .item-ul-btns,
.block-ls-body-item .list-submenu-header {
  position: fixed;
  width: 100vw;
  z-index: 9;
}

.block-ls-header,
.block-ls-footer {
  left: 0;
}

.block-ls-body-item .item-content-header,
.block-ls-body-item .item-content .item-ul-btns,
.block-ls-body-item .list-submenu-header {
  right: -101vw;
  transition: right 0.4s;
}

.block-ls-body-item .item-content.is-open .item-content-header,
.block-ls-body-item .item-content.is-open .item-ul-btns,
.block-ls-body-item .list-submenu.is-open .list-submenu-header {
  right: 0;
}

.block-ls-header,
.block-ls-body-item .item-content-header,
.block-ls-body-item .list-submenu-header {
  display: flex;
  top: 0;
  height: 60px;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.1em;
}

.block-ls-header .block-ls-header-btn,
.block-ls-body-item .item-content-header-btn,
.block-ls-body-item .list-submenu-header-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 20px;
  height: 16px;
  margin: -8px 0 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.block-ls-header .block-ls-header-btn::before,
.block-ls-body-item .item-content-header-btn::before,
.block-ls-body-item .list-submenu-header-btn::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background-image: var(--arw-lk-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.block-ls-header-main,
.block-ls-body-item .item-content-header-ttl,
.block-ls-body-item .list-submenu-header-ttl {
  padding-top: 3px;
}

.block-ls-header-esarch_num {
  margin-top: 6px;
  font-size: 1rem;
}

.block-ls-footer,
.block-ls-body-item .item-content .item-ul-btns {
  bottom: 0;
  height: 91px;
  padding: 0 20px;
  border-top: 1px solid var(--cl-gr-3);
  background-color: #ffffff;
}

.block-ls-footer ul,
.block-ls-body-item .item-content .item-ul-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-ls-footer ul {
  height: 100%;
}

.block-ls-footer li + li,
.block-ls-body-item .item-content .item-ul-btns .btn + .btn {
  margin-left: 15px;
}

.block-ls-footer .btn,
.block-ls-body-item .item-content .item-ul-btns .btn {
  height: 50px;
}

.block-ls-body {
  width: 100%;
  height: calc(100vh - 151px);
  height: calc(100dvh - 151px);
  overflow: auto;
}

.block-ls-body-sex {
  padding: 22px 20px;
}

.block-ls-body-sex ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-ls-body-sex li + li {
  margin-left: 12px;
}

.block-ls-body-sex input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33px;
  padding: 2px 10px 2px calc(10px + 0.15em);
  font-size: 1rem;
  font-family: var(--ff-en);
  text-align: center;
  letter-spacing: 0.15em;
  transition: background-color 0.15s, color 0.15s;
}

.block-ls-body-sex input[type="radio"]:checked + label {
  background-color: var(--cl-sub);
  color: #ffffff;
}

.block-ls-body-sex input[type="radio"] + label::before {
  content: none;
}

.block-ls-body-ttl {
  display: flex;
  height: 63px;
  padding: 35px 20px 0;
  border-top: 1px solid var(--cl-gr-3);
  font-weight: 600;
}

.block-ls-body-item {
  border-top: 1px solid var(--cl-gr-3);
}

.block-ls-body-item .item-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 18px 15px 18px 20px;
  border: none;
  background-color: transparent;
}

.block-ls-body-item > button.item-ttl {
  cursor: pointer;
}

.block-ls-body-item .item-ttl .item-ttl-name {
  flex-shrink: 0;
  margin-right: 20px;
}

.block-ls-body-item .item-ttl .item-ttl-selected {
  position: relative;
  padding-right: 23px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.3rem;
}

.block-ls-body-item .item-ttl .item-ttl-selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: var(--arw-lk-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-ls-body-item .item-ttl .item-ttl-selected p + p {
  margin-top: 4px;
}

.block-ls-body-item .item-ttl .item-ttl-selected p.is-all {
  color: var(--cl-sub);
}

.block-ls-body-item .item-content {
  position: fixed;
  top: 0;
  right: -101vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-top: 60px;
  background-color: #ffffff;
  z-index: 99;
  transition: right 0.4s;
}

.block-ls-body-item .item-content.is-open {
  right: 0;
}

.block-ls-body-item .item-dropdown-list {
  height: calc(100vh - 59px);
  height: calc(100dvh - 59px);
  overflow: auto;
}

.block-ls-body-item .item-dropdown-list.list-cb,
.block-ls-body-item .item-dropdown-list.list-color {
  height: calc(100vh - 150px);
  height: calc(100dvh - 150px);
}

.block-ls-body-item .item-dropdown-list .layer-1-item {
  border-bottom: 1px solid var(--cl-gr-3);
}

.block-ls-body-item .item-dropdown-list .list-ttl input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 21px 20px 21px 51px;
  transition: background-color 0.15s;
}

.block-ls-body-item .item-dropdown-list .list-ttl input[type="checkbox"]:checked + label {
  background-color: var(--cl-gr-2);
}

.block-ls-body-item .item-dropdown-list .list-ttl input[type="checkbox"] + label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -10px 0 0;
}

.block-ls-body-item .item-dropdown-list .list-ttl > button,
.block-ls-body-item .item-dropdown-list .list-submenu-item input[type="radio"] + label,
.block-ls-body-item .item-dropdown-list .list-ttl input[type="radio"] + label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 21px 46px 21px 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.block-ls-body-item .item-dropdown-list .list-ttl > button::after,
.block-ls-body-item .item-dropdown-list .list-submenu-item input[type="radio"] + label::after,
.block-ls-body-item .item-dropdown-list .list-ttl input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: var(--arw-lk-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-ls-body-item .item-dropdown-list .list-submenu {
  position: fixed;
  top: 0;
  right: -101vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-top: 60px;
  background-color: #ffffff;
  z-index: 9;
  transition: right 0.4s;
}

.block-ls-body-item .item-dropdown-list .list-submenu.is-open {
  right: 0;
}

.block-ls-body-item .item-dropdown-list .list-submenu-items {
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  overflow: auto;
}

.block-ls-body-item .item-dropdown-list .list-submenu-item {
  border-bottom: 1px solid var(--cl-gr-3);
}

.block-ls-body-item .item-dropdown-list .list-ttl input[type="radio"] + label::before,
.block-ls-body-item .item-dropdown-list .list-submenu-item input[type="radio"] + label::before {
  content: none;
}

.block-ls-brand-searchbox {
  position: relative;
  padding: 10px 20px 0;
}

.block-ls-brand-searchbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 46px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTAgMGg0M2EzIDMgMCAwIDEgMyAzdjM0YTMgMyAwIDAgMS0zIDNIMFYwWiIgZmlsbD0iIzMzMyIvPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0yMC45ODUgMjUuMjY0YTcuMTg0IDcuMTg0IDAgMSAxIDcuMTgzLTcuMTgzIDcuMTgzIDcuMTgzIDAgMCAxLTcuMTgzIDcuMTgzbTAtMTIuOTkyYTUuODA4IDUuODA4IDAgMSAwIDUuODA4IDUuODA4IDUuODA4IDUuODA4IDAgMCAwLTUuODA4LTUuODA4Ii8+PHBhdGggZD0iTTMxLjUxMSAyOS4xYS42ODQuNjg0IDAgMCAxLS40ODYtLjJsLTUuODM5LTUuODM3YS42ODguNjg4IDAgMSAxIC45NzMtLjk3M0wzMiAyNy45M2EuNjg5LjY4OSAwIDAgMS0uNDg2IDEuMTc0Ii8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0xMyAxMGgyMHYyMEgxM3oiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-ls-brand-searchbox input[type="text"] {
  width: calc(100% - 46px);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.block-ls-brand-initial {
  margin: 10px 0 31px;
  padding: 0 20px;
}

.block-ls-brand-initial-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 3px;
  background-color: #ffffff;
  font-family: var(--ff-en);
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.block-ls-brand-initial-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--arw-ac-1);
  transition: transform 0.15s;
}

.block-ls-brand-initial-anker {
  display: none;
  margin-top: 5px;
}

.block-ls-brand-initial-anker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-ls-brand-initial-anker li {
  width: calc((100vw - 65px) / 6);
  margin-top: 5px;
}

.block-ls-brand-initial-anker li.btn-ja {
  width: calc(100% - (((100vw - 65px) / 6) * 2) - 10px);
}

.block-ls-brand-initial-anker button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc((100vw - 65px) / 6);
  border: 1px solid var(--cl-gr-3);
  border-radius: 3px;
  background-color: #ffffff;
  font-family: var(--ff-en);
  font-weight: 600;
}

.block-ls-brand-item-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-top: -1px;
  padding: 0 20px;
  background-color: var(--cl-sub);
  color: #ffffff;
  letter-spacing: 0.1em;
}

.block-ls-brand-item-ttl b {
  font-size: 2rem;
  font-family: var(--ff-en);
}

.block-ls-body-item .list-color {
  padding: 0 20px;
}

.block-ls-body-item .list-color ul {
  display: flex;
  flex-wrap: wrap;
}

.block-ls-body-item .list-color li {
  width: calc((100% - 76px) / 5);
  margin-top: 25px;
}

.block-ls-body-item .list-color li:not(:nth-child(5n)) {
  margin-right: 19px;
}

.block-ls-body-item .list-color input[type="checkbox"] + label {
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

.block-ls-body-item .list-color input[type="checkbox"] + label::before {
  content: none;
}

.block-ls-body-item .list-color input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIGQ9Ik0wIDBoNTJ2NTJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Im0xNS43NTUgMjUuNCA3LjggNi45NjYgMTIuMi0xMyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGNkY2RjIi8+PC9nPjwvc3ZnPg==");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.15s;
}

.block-ls-body-item .list-color input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.block-ls-body-item .list-color input[type="checkbox"] + label img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.block-ls-body-item .item-price-input {
  display: flex;
  align-items: center;
}

.block-ls-body-item .item-price-input p {
  display: flex;
  align-items: flex-end;
  font-size: 1rem;
}

.block-ls-body-item .item-price-input p + p {
  margin-left: 3px;
}

.block-ls-body-item .item-price-input input {
  width: 68px;
  height: 35px;
  margin-right: 3px;
  padding: 0 5px;
}

.block-ls-body-item .item-btn-list {
  flex-shrink: 1;
}

.block-ls-body-item .item-btn-list ul {
  display: flex;
}

.block-ls-body-item .item-btn-list li + li {
  margin-left: 7px;
}

.block-ls-body-item .item-btn-list input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 12px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1;
  transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}

.block-ls-body-item .item-btn-list input[type="radio"]:checked + label {
  border-color: var(--cl-main);
  background-color: var(--cl-main);
  color: #ffffff;
}

.block-ls-body-item .item-btn-list input[type="radio"] + label::before {
  content: none;
}
