﻿@charset "utf-8";
/* ------------------------------------------------
商品検索：左メニュー
------------------------------------------------ */
/* ----------------レイアウトリセット---------------- */
.page-searchgoods {}
.page-searchgoods .pane-left-menu {
  width: 180px;
  margin-right: 40px;
}
.page-searchgoods .block-search-goods {
  margin-left: 0;
}
/* ----------------左メニュー---------------- */
.search_list_box {
  display: flex;
  width: 180px;
}
.search_btn_sticky {
  position: sticky;
  bottom: -1px;
  align-self: flex-end;
  width: 100%;
  height: 131px;
  flex-shrink: 0;
  z-index: 3;
  background: url(../../img/left_menu/search_btn_bg.png) no-repeat bottom center;
}
.search_btn_sticky a {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 22px;
}
.search_btn_sticky a:hover {
  text-decoration: none;
}
.search_list_box_inner {
  position: relative;
  left: -180px;
  width: 180px;
  flex-shrink: 0;
  padding-bottom: 150px;
}
/* ----------選択された条件---------- */
.search_selected_conditions {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
}
.ssc_heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ssc_cancel_list + .ssc_heading {
  margin-top: 20px;
}
/* キーボード */
.ssc_search_keywords {
  font-size: 12px;
}
.ssc_search_keywords-b .change_keyword {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #015AB4;
  margin-right: 4px;
}
.ssc_search_keywords-b .change_keyword:hover {
  text-decoration: none;
}
.ssc_search_keywords-b div {
	padding: 1px;
}
.ssc_search_keywords input {
  width: 100%;
  font-size: 12px;
}
.ssc_cancel_list li {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.ssc_cancel_btn {
  font-size: 14px;
  font-weight: 600;
  color: #015AB4;
  margin-right: 4px;
}
.ssc_cancel_btn:hover {
  text-decoration: none;
}
.ssc_clear_btn a {
  position: absolute;
  top: 10px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 22px;
  font-size: 10px;
  font-weight: 600;
  color: #015AB4;
  text-align: center;
  line-height: 1;
  border: 1px solid #015AB4;
  border-radius: 12px;
}
.ssc_clear_btn a:hover {
  text-decoration: none;
}
/* ----------絞り込み---------- */
.search_narrowdown {}
/* -----見出し----- */
.sn_heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
/* -----項目----- */
.sn_list_group {}
.sn_list_group:has(> .icon_commitment) {
  border-bottom: 1px solid #E5E5E5;
}
/* 見出し */
.sn_list_heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  font-size: 12px;
  font-weight: 600;
  padding-left: 32px;
  background: #fff;
  border-top: 1px solid #E5E5E5;
}
/* 見出しアイコン */
.icon_junior {
  background: url(../../img/left_menu/icon_junior.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_soldout {
  background: url(../../img/left_menu/icon_soldout.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_price_type {
  background: url(../../img/left_menu/icon_price_type.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_speedy_delivery {
  background: url(../../img/left_menu/icon_speedy_delivery.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_category {
  background: url(../../img/left_menu/icon_category.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_brand {
  background: url(../../img/left_menu/icon_brand.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_team {
  background: url(../../img/left_menu/icon_team.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_price {
  background: url(../../img/left_menu/icon_price.png) no-repeat center left 8px;
  background-size: 16px auto;
  border-bottom: 1px solid #E5E5E5;
}
.icon_color {
  background: url(../../img/left_menu/icon_color.png) no-repeat center left 8px;
  background-size: 16px auto;
  border-bottom: 1px solid #E5E5E5;
}
.icon_size {
  background: url(../../img/left_menu/icon_size.png) no-repeat center left 8px;
  background-size: 16px auto;
  border-bottom: 1px solid #E5E5E5;
}
.icon_commitment {
  background: url(../../img/left_menu/icon_commitment.png) no-repeat center left 8px;
  background-size: 16px auto;
}
.icon_none {
  padding-left: 8px;
}
/* 説明POPUP */
.sn_list_group:has(.icon_speedy_delivery) {
  position: relative;
}
.sn_list_heading.icon_speedy_delivery:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  content: "?";
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  background: #015AB4;
  color: #FFF;
  font-family: "Lato", sans-serif;
  margin-right: 8px;
  cursor: pointer;
}
.menu_popup {
  display: none;
  position: absolute;
  top: 21px;
  left: calc(100% - 13px);
  min-width: 184px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 25px 10px 15px;
  font-size: 12px;
  z-index: 1;
}
.menu_popup p a {
  text-decoration: underline;
  color: #015AB4;
}
.menu_popup p a:hover {
  text-decoration: none;
}
.menu_popup_close {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #015AB4;
  font-size: 14px;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
}
/* チェック数（js） */
.js_sn_checked {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-right: 8px;
  background: #015AB4;
  border-radius: 50%;
}
.js_sn_acc + .js_sn_checked {
  margin-right: 28px;
}
.js_sn_checked:empty {
  display: none;
}
/* アコーディオン（js） */
.js_sn_acc_menu {
  display: none;
}
.js_sn_acc {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.snli_single .js_sn_acc {
  width: 30px;
}
.js_sn_acc::after {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.js_sn_acc.js_sn_acc_open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
/* 仕切り */
.sn_list_item {}
/* 単体 */
.sn_list_item .snli_single {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 41px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 0 5px 32px;
  background: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}
.sn_list_item .snli_single > a, .sn_list_item .snli_single label {
  width: 120px;
}
/* 単体チェックボックス見出し */
.sn_list_item.sn_single_heading .snli_single {
  font-weight: 600;
  background: #fff;
}
.sn_list_item.sn_single_heading .snli_single label {
  cursor: pointer;
}
/* ラジオボックス */
.sn_list_item .snli_single input[type="radio"].sn_checkbox {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
/* チェックボックス */
.sn_list_item .snli_single input[type="checkbox"].sn_checkbox, .sn_list_item_size .snli_single_size input[type="checkbox"].sn_checkbox {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sn_list_item .snli_single input[type="checkbox"].sn_checkbox:checked, .sn_list_item_size .snli_single_size input[type="checkbox"].sn_checkbox:checked {
  background: #015AB4 url("../../img/left_menu/icon_check.png") no-repeat center center;
  border: 1px solid #015AB4;
  background-size: 10px auto;
}
/* 親カテゴリ */
.sn_list_item .snli_parent {}
/* 小カテゴリ */
.sn_list_item .snli_child {}
.sn_list_item .snli_child .snli_single {
  padding-left: 52px;
  background: #EEE;
}
.sn_list_item .snli_child .snli_single input[type="checkbox"].sn_checkbox {
  left: 28px;
}
/* スクロール */
.sn_list_scrollbar {
  max-height: 340px;
  overflow-y: auto;
}
.sn_list_scrollbar::-webkit-scrollbar {
  width: 2px;
}
.sn_list_scrollbar::-webkit-scrollbar-track {
  background-color: #EEE;
}
.sn_list_scrollbar::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 2px;
}
.sn_list_scrollbar {
  /* Firefox */
  scrollbar-width: 2px;
  scrollbar-color: #808080;
}
/* 価格（レンジスライダー） */
.sn_list_item_price {
  padding: 15px 9px 12px;
  background: #F5F5F5;
}
.slider-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 4px;
}
.slider-track, .slider-highlight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
}
.slider-track {
  background-color: #CCC;
}
.slider-highlight {
  background-color: #015AB4;
  z-index: 1;
}
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #015AB4;
  border-radius: 50%;
  cursor: grab;
  outline: none;
  z-index: 2;
}
.slider-handle:focus {
  outline: none;
}
.slider-handle.active {
  cursor: grabbing;
}
.price-input-group, .price-display-group {
  margin: 15px auto 0;
  font-size: 12px;
}
.price-display-group {
  display: none;
}
input[type="text"].price-input, input[type="text"].price-display {
  width: 60px;
  height: 32px;
  text-align: center;
  margin-left: 2px;
  padding: 6px 4px 8px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 4px;
}
.price-display {
  display: inline-block;
}
/* カラーチップ */
.sn_list_item_color {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 9px 9px;
  background: #F5F5F5;
}
.sn_list_item_color .snli_single_color {
  position: relative;
}
.sn_list_item_color .snli_single_color a {
  display: none;
}
.sn_list_item_color .snli_single_color label {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 6px 6px 0;
}
.sn_list_item_color .snli_single_color label img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
}
.sn_list_item_color .snli_single_color input[type="checkbox"].sn_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 0 6px 6px 0;
  background: transparent;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sn_list_item_color .snli_single_color:nth-of-type(6n) input[type="checkbox"].sn_checkbox {
  margin-right: 0;
}
/*.sn_list_item_color .snli_single_color input[value="黒"].sn_checkbox {
    background: #000000;
}
.sn_list_item_color .snli_single_color input[value="白"].sn_checkbox {
    background: #fff;
    border: 1px solid #CCC;
}
.sn_list_item_color .snli_single_color input[value="青"].sn_checkbox {
    background: #133de7;
}
.sn_list_item_color .snli_single_color input[value="黄色"].sn_checkbox {
    background: #ffd300;
}
.sn_list_item_color .snli_single_color input[value="赤"].sn_checkbox {
    background: #f10c09;
}
.sn_list_item_color .snli_single_color input[value="緑"].sn_checkbox {
    background: #02871c;
}
.sn_list_item_color .snli_single_color input[value="紫"].sn_checkbox {
    background: #a600a2;
}
.sn_list_item_color .snli_single_color input[value="グレー"].sn_checkbox {
    background: #676767;
}
.sn_list_item_color .snli_single_color input[value="茶色"].sn_checkbox {
    background: #4f1901;
}
.sn_list_item_color .snli_single_color input[value="ピンク"].sn_checkbox {
    background: #fa508e;
}
.sn_list_item_color .snli_single_color input[value="オレンジ"].sn_checkbox {
    background: #ff5811;
}
.sn_list_item_color .snli_single_color input[value="紺"].sn_checkbox {
    background: #142d63;
}
.sn_list_item_color .snli_single_color input[value="ゴールド"].sn_checkbox {
    background: #c9951d;
}
.sn_list_item_color .snli_single_color input[value="シルバー"].sn_checkbox {
    background: #9e9d99;
}
.sn_list_item_color .snli_single_color input[value="その他"].sn_checkbox {
    background: #444444;
}*/
.sn_list_item_color .snli_single_color input[type="checkbox"].sn_checkbox:checked {
  background-image: url("../../img/left_menu/icon_check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}
.sn_list_item_color .snli_single_color input[type="checkbox"]:where([value="4"], [value="6"], [value="7"]).sn_checkbox:checked {
  background-image: url("../../img/left_menu/icon_check_b.png");
}
/* サイズ */
.sn_list_item_size {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 9px 6px;
  background: #F5F5F5;
}
.sn_list_item_size .snli_single_size {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 20px 9px 0;
}
.sn_list_item_size .clothes_size_box, .sn_list_item_size .foot_size_box {
  display: flex;
  flex-wrap: wrap;
}
.sn_list_item_size .clothes_size_box .snli_single_size:nth-of-type(3n) {
  margin-right: 0;
}
.sn_list_item_size .snli_single_size.foot_size {
  margin-right: 15px;
}
.sn_list_item_size .foot_size_box .snli_single_size:nth-of-type(2n) {
  margin-right: 0;
}
.sn_list_item_size .snli_single_size > a {
  width: 36px;
  padding-left: 23px;
}
.sn_list_item_size .foot_size_box .snli_single_size > a {
  width: 70px;
}
.sn_list_item_size .snli_single_size input[type="checkbox"].sn_checkbox {
  left: 0;
}
/* ------------------------------------------------
メイン
------------------------------------------------ */
/* ----------------検索リスト---------------- */
.category_search_box {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 50px auto 0;
  width: 100%;
  max-width: 980px;
}
.category_search_box + .category_search_box {
  margin-top: 0;
}
.category_search_box.js-csl .category_search_heading{
  background: #fff;
  border: none;
}
.category_search_box.js-csl .category_search_list{
  padding:5px 5px 5px 65px;
  gap:5px;
  background: transparent;
}
.category_search_box.js-csl li.csl_menu{
  background: #fff;
  border-radius: 50rem;
  border: 1px solid currentColor;
  font-weight: 600;
}
.category_search_box.js-csl li.csl_menu span::after{
  transition: none;
}
.category_search_box.js-csl li.csl_menu.is-active{
  background: #fff;
  color: #015AB4;
}
.category_search_box.js-csl li.csl_menu.is-active span::after{
  border-color: currentColor;
}

.category_search_heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 36px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  color: #015AB4;
  line-height: 1.1;
  background: #F7F7F7;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  z-index: 2;
}
.category_search_box_inner {
  overflow-x: auto;
  white-space: nowrap;
  height: 42px;
}
.category_search_list {
  display: flex;
  height: 36px;
  padding-left: 59px;
  background: #F7F7F7;
}
.category_search_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px 0 10px;
  font-size: 10px;
  text-align: center;
  background: #F7F7F7;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  /*cursor: grab;*/
  cursor: pointer;
}
.category_search_list li:hover {
  text-decoration: none;
  opacity: .7;
}
.category_search_list li span {
  position: relative;
}
.category_search_list li span::after {
  content: "";
  position: absolute;
  right: -12px;
  top: calc(50% - 4px);
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}



.csl_submenu {
  position: absolute;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  width: 200px;
  z-index: 10;
  display: none;
  top: 36px !important;
}
.csl_submenu.is-active {
  display: block;
}
.csl_submenu > li {
  position: relative;
  margin-bottom: 10px;
}
.csl_submenu > li:last-child {
  margin-bottom: 0;
}
.csl_submenu > li {
  padding: 0 15px;
}
.csl_submenu > li > a {
  width: 100%;
  display: block;
}
.csl_submenu_detail {
  visibility: hidden;
  position: absolute;
  top: -15px;
  left: 100%;
  z-index: 99;
  width: 200px;
  height: auto;
  max-height: 400px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  overflow-y: auto;
}
.csl_submenu_detail > li {
  margin-bottom: 10px;
}
.csl_submenu_detail > li:last-child {
  margin-bottom: 0;
}
.csl_submenu[style*="left: 7"] .csl_submenu_detail, .csl_submenu[style*="left: 6"] .csl_submenu_detail {
  left: unset;
  right: 100%;
}
.csl_submenu > li:hover .csl_submenu_detail {
  visibility: visible;
}
/* スクロール */
.js-main-scroll::-webkit-scrollbar {
  height: 6px;
}
.js-main-scroll::-webkit-scrollbar-track {
  background-color: #EEE;
}
.js-main-scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 2px;
}
.js-main-scroll {
  /* Firefox */
  scrollbar-width: 2px;
  scrollbar-color: #808080;
}
/* ----------------検索設定---------------- */
.switching_setting_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7;
  height: 46px;
  border-bottom: 1px solid #E5E5E5;
}
.swc_left_posi, .swc_right_posi {
  display: flex;
  align-items: center;
}
/* 合計数 */
.sw_goods_total {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
.sw_goods_total span {
  font-size: 12px;
}
/* 条件 */
.sw_conditions, .swc_presence, .swc_sale {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}
.sw_conditions input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sw_conditions input[type="checkbox"]:checked {
  background: #015AB4 url("../../img/left_menu/icon_check.png") no-repeat center center;
  border: 1px solid #015AB4;
  background-size: 10px auto;
}
.sw_conditions label {
  margin: 0 15px 0 29px;
}
/* 並べ替え */
.swc_order {
  position: relative;
  width: 140px;
  margin-right: 20px;
  background: #F5F5F5;
  border-radius: 4px;
}
.swc_order:has(> .swc_order_heading + .swc_order_item[style="display: block;"]) {
  border-radius: 4px 4px 0 0;
}
.swc_order_heading {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
  background: url("../../img/goods_list/icon_order.png") no-repeat center right 10px;
  background-size: 10px auto;
  cursor: pointer;
}
.swc_order_heading:hover {
  opacity: .7;
}
.swc_order_item {
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
  width: 140px;
  background: #F5F5F5;
  border-radius: 4px;
  z-index: 4;
}
.swc_order_item ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 0 15px;
}
.swc_order_item ul li:not(:has(> a)) {
  background: #EEE;
}
.swc_order_item ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
}
.swc_order_item ul li:has(> a):hover {
  background: #EEE;
}
.swc_order_item ul li:has(> a):last-child:hover {
  border-radius: 0 0 4px 4px;
}
.swc_order_item ul li a:hover {
  text-decoration: none;
}
/* 列表示 */
.swc_row ul {
  display: flex;
  width: 44px;
}
.swc_row ul li:not(:last-child) {
  margin-right: 12px;
}
.swc_row ul li, .swc_row ul li a {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.swc_row ul li:not(.js-row_on) {
  cursor: pointer;
}
.swc_row_3.js-row_on {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../img/goods_list/icon_3row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_3 {
  background: url("../../img/goods_list/icon_3row_off.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_3:hover {
  background: url("../../img/goods_list/icon_3row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_5.js-row_on {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../img/goods_list/icon_5row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_5 {
  background: url("../../img/goods_list/icon_5row_off.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_5:hover {
  background: url("../../img/goods_list/icon_5row_on.png") no-repeat center right;
  background-size: 16px auto;
}
/* ----------------商品一覧（reset）---------------- */
/* -----レイアウト----- */
.block-goods-list-d .block-goods-list-d--items {
gap: 50px 20px;
}
.block-goods-list-d .block-goods-list-d--items > li {
  width: calc((100% - 80px) / 5);
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.block-goods-list-d .block-goods-list-d--items > li:nth-child(5n) {
  margin: 0;
}
.block-goods-list-d .block-goods-list-d--item-area {
  width: 100%;
}
.block-goods-list-d--items-image {
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 18px;
}
/* 3列 */
.block-goods-list-d.swc_row_3items .block-goods-list-d--items {
  column-gap: 21px;
}
.block-goods-list-d.swc_row_3items .block-goods-list-d--items > li {
  width: calc(100% / 3 - 14px);
}

/* -----商品画像----- */
.block-goods-list-d--items-image figure img {
  width: 100%;
  transition: all 0.5s;
}
/* 3列 */
.block-goods-list-d.swc_row_3items .block-goods-list-d--items-image figure img {

}
/* -----アイコン（スピード出荷）----- */
.block-goods-list-d--items > li {
  position: relative;
}
.block-iconarea {
  position: static;
}
.block-icon {
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-icon--auto-speed {
  position: absolute;
  top: 0;
  left: 0;
}
.block-icon .block-icon--auto-speed img {
  display: inline-block;
  height: 10px;
}
.block-icon [class^="icon--"] {
  display: inline-block;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 4px;
}
.block-icon [class^="icon--"] img {
  height: 12px;
}
/* -----ブランド名----- */
.block-goods-list-d--items-brand {
  font-size: 10px;
  color: #808080;
  margin: 3px 0 0 0;
}
/* -----値段----- */
.block-goods-list-d--items-price, .block-goods-list-d--items-sale-normal {
  font-size: 11px;
  color: #444;
  margin: 3px 0 0 0;
}
.block-goods-list-d--items-sale-normal {
  position: relative;
  display: inline-block;
  margin: 0;
}
.block-goods-list-d--items-sale-normal::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 47%, #808080 47%, #808080 52%, transparent 52%);
}
.block-goods-list-d--items-sale .block-goods-list-d--items-price-font {
  font-size: 16px;
}
.block-goods-list-d--items-price-font {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.block-goods-list-d--items-price-tax, .block-goods-list-d--items-price-off {
  font-size: 9px;
  margin-left: 3px;
}
/* ----------------商品一覧（add）---------------- */
/* -----ブックマーク----- */
.block-goods-list-d--items-image {
  position: relative;
}
.block-bookmark {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 4;
}
.block-bookmark a {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/goods_list/icon_bookmark.png") no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
}
.block-bookmark a.block-bookmark-on {
  background: url("../../img/goods_list/icon_bookmark_on.png") no-repeat center center;
  background-size: 20px auto;
}
/* -----売り切れ----- */
.block-goods-soldout-item {
  position: absolute;
  top: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #00081C80;
  z-index: 3;
}
.block-goods-soldout-item-inner {
  width: 100%;
  margin-top: 30px;
  padding: 12px;
  transition: all 0.5s ease-in-out;
}
.block-goods-soldout-txt {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}
.block-goods-soldout-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 26px;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #ffffff33;
  border: 1px solid #fff;
  border-radius: 22px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.block-goods-soldout-btn:not(:last-of-type) {
  margin-bottom: 4px;
}
.block-goods-soldout-btn:hover {
  opacity: .7;
  text-decoration: none;
}
.block-restock span {
  padding-left: 16px;
  background: url("../../img/goods_list/icon_restock.png") no-repeat center left;
  background-size: 9px auto;
  transition: all 0.5s ease-in-out;
}
.block-shopstock span {
  padding-left: 16px;
  background: url("../../img/goods_list/icon_shopstock.png") no-repeat center left;
  background-size: 8px auto;
  transition: all 0.5s ease-in-out;
}
/* 3列 */
.block-goods-list-d.swc_row_3items .block-goods-soldout-item-inner {
  margin-top: 90px;
}
.block-goods-list-d.swc_row_3items .block-goods-soldout-txt {
  font-size: 20px;
  margin-bottom: 24px;
}
.block-goods-list-d.swc_row_3items .block-goods-soldout-btn {
  height: 32px;
  font-size: 12px;
}
.block-goods-list-d.swc_row_3items .block-goods-soldout-btn:not(:last-of-type) {
  margin-bottom: 8px;
}
.block-goods-list-d.swc_row_3items .block-restock span {
  padding-left: 24px;
  background: url("../../img/goods_list/icon_restock.png") no-repeat center left;
  background-size: 11px auto;
}
.block-goods-list-d.swc_row_3items .block-shopstock span {
  padding-left: 24px;
  background: url("../../img/goods_list/icon_shopstock.png") no-repeat center left;
  background-size: 10px auto;
}
/* -----再入荷のお知らせ登録/店舗在庫状況（モーダルウィンドウ）----- */
/* 共通 */
.block-goods-restock-overlay-bg, .block-goods-shopstock-overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000080;
  z-index: 1000000000;
}
.block-goods-restock-overlay-item, .block-goods-shopstock-overlay-item {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 667px;
  height: calc(100% - 60px);
  max-height: 610px;
  margin: auto;
  z-index: 1000000001;
}
.block-goods-stock-item {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 667px;
  height: calc(100% - 60px);
  max-height: 550px;
  margin: -30px auto 0;
  padding: 34px 40px;
  background: #fff;
  z-index: 1000000002;
}
.block-goods-stock-item-inner:not(:has(+ a)) {
  height: 100%;
}
.bgs-heading {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.bgs-heading span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.block-goods-stock-inner {
  display: flex;
}
.bgs-img {
  aspect-ratio: 1 / 1;
  width: 300px;
  flex-shrink: 0;
  padding: 19px;
}
.bgs-img img {
  width: 100%;
  height: auto;
}
.bgs-detail {
  position: relative;
  width: calc(100% - 300px);
  height: calc(426px - 50px);
  font-weight: 400;
  text-align: left;
}
.block-goods-shopstock-overlay-item .bgs-detail:has(> .bgs-goods-shop) {
  display: grid;
  grid-template-rows: repeat(5, auto);
  height: 426px;
}
.bgs-goods-name {
  font-size: 15px;
  margin-bottom: 7px;
}
.bgs-goods-color {
  font-size: 12px;
  color: #808080;
}
.bgs-goods-size {
  font-size: 10px;
  margin-top: 15px;
}
.bgs-goods-price {
  margin-bottom: 12px;
}
.bgs-goods-price-num {
  font-family: "Lato", sans-serif;
  font-size: 13px;
}
.bgs-goods-price-tax {
  font-size: 9px;
  margin-left: 3px;
}
.bgs-select-txt {
  font-size: 10px;
  margin-top: 15px;
}
select.bgs-select-size {
  width: 147px;
  height: 34px;
  margin: 4px auto 20px 0;
  padding: 4px 12px 7px;
  font-size: 12px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #F5F5F5 url(https://www.sskamo.co.jp/img/top/parts/top_icon_nd_arrow.png) no-repeat center right 15px;
  background-size: 9px auto;
  border-radius: 4px;
  border: none;
  outline: none;
}
.bgr-goods-note {
  font-size: 10px;
  color: #808080;
  line-height: 1.7;
  margin-bottom: 30px;
}
.block-goods-stock-inner:has(> .bgr-goods-notfound) {
  justify-content: center;
  align-items: center;
  height: calc(100% - 36px - 36px);
}
.bgr-goods-notfound {
  text-align: center;
  padding-bottom: 36px;
}
.bgr-goods-notavailable {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  display: table;
  margin: auto;
}
/* 店舗 */
.bgs-goods-shop {
  overflow-x: auto;
  height: 300px;
}
.bgs-goods-shop:not(:has(> .bgs-goods-shop-list:nth-child(7))) {
  height: 230px;
}
.bgs-goods-shop .bgs-goods-shop-list {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 5px 0;
  font-size: 12px;
  border-top: 1px solid #E5E5E5;
}
.bgs-goods-shop-store {
  width: 90px;
  padding: 0 10px;
  text-align: left;
}
.bgs-goods-shop-stock {
  width: 80px;
  padding: 0 10px;
  font-size: 10px;
  text-align: left;
  color: #015AB4;
}
.bgs-goods-shop-order a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 24px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #015AB4;
  border-radius: 4px;
}
.bgs-goods-shop-order a:hover {
  text-decoration: none;
}
/* 店舗在庫状況 */
.bgs-goods-detail {
  margin-bottom: 12px;
}
.bgs-goods-detail .bgs-goods-detail-list {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 12px;
  border-bottom: 1px solid #E5E5E5;
}
.bgs-goods-detail-heading {
  width: 90px;
  font-size: 14px;
}
.bgs-goods-detail-price {
  width: 90px;
  font-size: 14px;
}
.bgs-goods-detail-price-num {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.bgs-goods-detail-price-tax {
  font-size: 10px;
  margin-left: 3px;
}
.bgs-goods-detail-shop {}
.bgs-select-row {
  display: flex;
}
select.bgs-select-stock {
  width: 60px;
  height: 34px;
  margin: 4px auto 20px 10px;
  padding: 4px 12px 7px;
  font-size: 12px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #F5F5F5 url(https://www.sskamo.co.jp/img/top/parts/top_icon_nd_arrow.png) no-repeat center right 15px;
  background-size: 9px auto;
  border-radius: 4px;
  border: none;
  outline: none;
}
/* ボタン */
.bgr-info-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 35px;
  font-size: 13px;
  line-height: 1;
  margin: auto;
  border: 1px solid #444444;
  border-radius: 22px;
  z-index: 1000000000;
}
.bgr-info-btn:hover {
  opacity: .7;
  text-decoration: none;
}
.bgr-btn-area, .bgss-btn-area {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 1000000003;
}
.bgr-close-btn, .bgss-close-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000000004;
}
.bgr-close-btn:hover, .bgss-close-btn:hover {
  opacity: .7;
}
.bgr-close-btn::before, .bgr-close-btn::after, .bgss-close-btn::before, .bgss-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #7B7B7B;
}
.bgr-close-btn::before, .bgss-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bgr-close-btn::after, .bgss-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* ----------------ページャー---------------- */
.block-goods-list--pager-area {}
.block-goods-list--pager-area a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  margin: 0 17px;
}
.block-goods-list--pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-list--pager-list li {
  position: relative;
}
.block-goods-list--pager-num-this {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: 0 5px;
  background: #015AB4;
  border-radius: 20px;
}
.block-goods-list--pager-prev a::after, .block-goods-list--pager-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  transform: translate(-50%, -50%) rotate(45deg);
}
.block-goods-list--pager-prev a::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.block-goods-list--pager-abb {
  letter-spacing: -6px;
}

/* ----------------コンテンツ内閲覧履歴---------------- */
.block-itemhistory {
	width: 1200px;
    margin: 0 auto 70px;
}


/* ----------------メイン：〇〇〇---------------- */
/* ----------〇〇〇〇〇〇〇---------- */
/* -----〇〇〇----- */
/* 〇 */