﻿@charset "utf-8";
/* CSS Document */

/*チャットボタン*/
body ._fs_chat_sp_right {
  bottom: 15vw !important;
}

/*パンくず*/
.block-topic-path ul {
  line-height: 2;
  list-style-type: none;
}

/*--サジェスト--*/
#suggest {
  width: 95%;
}
.suggest-keyword {
  padding: 0;
  border: none;
  background: #fff;
}
.suggest-keyword a > div {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.suggest-keyword a {
  display: block;
}
.suggest-keyword a:hover {
  text-decoration: none;
  opacity: .7;
}
#block_of_searchbox .suggest-keyword a > div > img {
  padding: 0;
  margin: 5px;
}
.suggest-keyword a > div > img {
  display: block;
  margin-right: 5px;
  min-width: 50px;
  height: auto !important;
  min-height: auto;
}
.block_of_searchbox .suggest-keyword a > div > img {
  margin: 5px;
}
.suggest-keyword a div > div {
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
}
.suggest-keyword a div > div span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*ページネーション*/
#pagination {
  margin: auto;
  text-align: center;
}
.pager {
  margin-bottom: 0;
  padding: 20px;
}
.header-pager {
  display: none;
}
.footer-pager {
  margin: 40px 0;
}
.pagination > li.page-item.active > a,
.pager-next a {
  color: #1a8bcc;
}

/*検索結果表示*/
.nowloading {
  background-size: 50px 50px;
  background-position: center;
  width: 100%;
  height: 100vw;
  margin: 50px auto;
}
.block-search-goods--header {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  height: auto;
  padding: 0;
}
div#result-info-area {
  padding: 0;
  height: auto;
  margin-bottom: 20px;
}
.ls-block-goods-list--item-per-page, #result-info-area .ls-block-goods-list--display-style-items {
  display: none;
}
div#result-info {
  width: 100%;
  margin: 10px auto;
}
#hitCount {
  line-height: 1;
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
}
div#result-info span div:first-child {
  display: none;
  width: auto;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
div#result-info span div:last-child {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  display: none;
}
div#result-info > span {
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.75;
  align-items: center;
  justify-content: center;
  width: 100%;
  vertical-align: middle;
}
div#paginate-info {
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin: auto;
}
div#paginate-info .pagination > * {
  list-style-type: none;
  margin-left: -1px;
  padding: 0;
  background-color: #fff;
  border: none;
  font-size: 16px;
  min-width: 36px;
}
div#paginate-info .pagination li:first-child, div#paginate-info .pagination li:last-child {
  position: relative;
  margin: auto;
  text-align: center;
}
div#paginate-info .pagination li:first-child a, div#paginate-info .pagination li:last-child a {
  opacity: 0;
}
div#paginate-info .pagination li:first-child::before, div#paginate-info .pagination li:last-child::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 3px;
  right: 0;
}
div#paginate-info .pagination li:last-child::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.ls-block-goods-list--sort-order-items h2, .ls-block-goods-list--sort-order-items .ls-block-sort--expand-icon {
  display: none;
}
.ls-block-sort--element {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.ls-block-sort--select {
  width: calc((100% - 10px) / 2);
}
#result-info-area .ls-block-goods-list--sort-order-items select {
  width: 100%;
  padding: 8px 0;
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 12px;
  color: #444;
  text-align: center;
  text-align-last: center; /* safari 中央寄せ */
  appearance: none;
}
#result-info-area .ls-block-goods-list--sort-order-items select option:first-child {
  width: 90px;
}
.contents-filter-open-btn {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-indent: -9999px;
  background-color: #2d2d2d;
  background-image: url(../../../img/usr/U/common/icon-search-sort-sp.png);
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 24px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999;
}
.contents-filter-open-btn::before {
  content: '絞り込む';
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
.ls-block-sort--select {
  text-align: center;
}
.ls-block-sort--select select {
  border: none;
  font-size: 14px;
}
.ls-block-sort--select select option {
  width: 100%;
  margin: 0 auto;
  -webkit-width: 100%;
  display: block;
  -webkit-display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  display: box;
  box-pack: center;
  -webkit-box-pack: center;
  background-color: #fff;
  translate: translateX(-50%);
}
.ls-block-sort--select select option[value="g-d"],
.ls-block-sort--select select option[value="gn"],
.ls-block-sort--select select option[value="gn-d"],
.ls-block-sort--select select option[value="g"] {
  display: none;
}
.ls-block-sort--select select:focus-within,
.ls-block-sort--select select:focus-visible,
.ls-block-sort--select select:focus,
.ls-block-sort--select select:visited {
  outline: none !important;
}

/*--検索モーダル--*/
.contents-filter {
  display: none;
  width: 100%;
  height: 100%;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #f6f6f6;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.contents-filter .bold {
  font-weight: normal;
}
.left-menu-contents-filter div {
  padding: 0;
}
.left-menu-contents-filter .left-menu-contents-filter {
  padding: 66px 10px 10px;
}
.left-menu-contents-filter #left-menu-contents-filter-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

/*--項目順--*/
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-keyword {
  margin-top: 10px;
  order: 0;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-stock {
  order: 1;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-f3 {
  order: 2;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-f2 {
  order: 3;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item:nth-child(4) {
  order: 4;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item:nth-of-type(-n+2) {
  order: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100005;
  width: 49%;
}
.contents-filter .ls-block-filter--expand-icon {
  display: none;
}
.left-menu-contents-filter h2 {
  width: 100%;
  background-color: #5a5a5a;
  text-align: center;
  color: #fff;
  font-size: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.left-menu-contents-filter h2 span.filter_close {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 0;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item {
  width: 100%;
  margin: 0 auto 20px;
}
.left-menu-contents-filter .item-name {
  background: none;
  color: #444;
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
}

/*--ボタン--*/
#left-menu-contents-filter-sb .ls-block-filter--list-item.submit_ button {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border: none;
  border-radius: 100px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #22abdd;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item div.modal_close_, #left-menu-contents-filter-sb .ls-block-filter--list-item button.reset {
  display: inline-block;
  width: 49%;
  text-align: center;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item div.modal_close_ {
  border: solid 1px #9e9e9e;
  border-radius: 3px;
  background: #fff;
  padding: 10px 0;
  display: none;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item button.reset {
  width: 100%;
  padding: 14px 0;
  border: solid 1px #22abdd;
  border-radius: 100px;
  font-size: 14px;
  color: #22abdd;
  background-color: #fff;
}

/*--会員ランク--*/
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-f12 {
  display: none !important;
}

/*--価格--*/
#price-filter-slider {
  padding: 0;
}
#price-filter-slider .vue-slider-process {
  background-color: #444;
}

/*--キーワード--*/
input#filter-keyword {
  width: 100%;
  padding: 13px 50px 13px 18px;
  border: none;
  border-radius: 100px;
  font-size: 12px;
  color: #d3d4d4;
  background-image: url(../../../img/usr/U/common/icon-lightning-search-sp.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center right 15px;
}
/*--サイズ--*/
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-f1 .filter-C {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
#left-menu-contents-filter-sb .ls-block-filter--list-item.type-f1 .filter-C li {
  width: 6em;
  text-align: left;
  padding-bottom: 0;
}

/*--カラー--*/
ul .filter-I {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  line-height: 1;
  margin-left: 0;
}
ul .filter-I li {
  width: 1.45rem;
  margin: 1%;
  text-align: center;
  padding-bottom: 0;
  border: none;
}
ul .filter-I img.filter-image {
  display: block;
  margin: 0;
  margin-right: 5px;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  box-shadow: 0.5px 1px 2px 0px rgb(0 0 0 / 50%);
}
ul .filter-I .filter-enable {
  padding: 1px;
  border: solid 1px darkslategray;
}

/*--性別/在庫_check_box--*/
ul .filter-C input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin-right: 7px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  position: relative;
  font-size: 12px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  content: "";
  width: 6px;
  height: 1px;
  background: #3C3C3C;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 5px;
  top: 12px;
  content: "";
  width: 13px;
  height: 1px;
  background: #3C3C3C;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
