﻿@charset "utf-8";
/* ------------------------------------------------
商品検索：メニュー
------------------------------------------------ */
/* ----------------レイアウトリセット---------------- */
.page-searchgoods {}
.page-searchgoods .contents_ {
  position: relative
}
.swiper-container {
  margin-bottom: 0;
}
/* ----------------PCの左メニュー要素---------------- */
.search_list_box {
  position: fixed;
  top: calc(32px + calc(44 * (100vw / 375)));
  left: -100%;
  width: 100%;
  height: -webkit-fill-available;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.6s;
}
.search_list_box.js_search_list_box_active {
  left: 0;
  height: calc(100vh - calc(44 * (100vw / 375)));
}
/* ヘッダーのお知らせ非表示時 */
header:has(> .header_news[style="display: none;"]) + .pane-main .search_list_box, header:has(> .header_news[style="display: none;"]) + .pane-main .search_list_box.js_search_list_box_active, header:has(> .header_news + .header_navi_area.hna_fixed) + .pane-main .search_list_box, header:has(> .header_news + .header_navi_area.hna_fixed) + .pane-main .search_list_box.js_search_list_box_active {
  top: calc(44 * (100vw / 375));
}
/* ----------機能ボタン---------- */
.sn_search_sub_btn {
  /*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 139px;
  margin-bottom: 28px;
  background: url(../../img/left_menu/search_btn_bg_sp.png) no-repeat bottom center;
  background-size: 100% auto;
}
.sn_search_sub_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: calc(199 * (100vw / 375));
  height: 35px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 22px;
}
.sn_search_btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 139px;
  background: url(../../img/left_menu/search_btn_bg_sp.png) no-repeat bottom center;
  background-size: 100% auto;
  transition: all 0.6s;
}
.js_search_list_box_active .sn_search_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.sn_search_btn_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 28px;
}
.sn_search_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: calc(199 * (100vw / 375));
  height: 35px;
  margin-right: calc(8 * (100vw / 375));
  background: #fff;
  border: 1px solid #444;
  border-radius: 22px;
}
.search_btn a:hover {
  text-decoration: none;
}
.sn_search_btn span.js_sn_all_clear {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: calc(120 * (100vw / 375));
  height: 35px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 22px;
}
.search_list_box_inner {
  width: 100%;
}
/* ----------選択された条件---------- */
.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 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 {
  padding-bottom: calc(160 * (100vw / 375));
}
/* -----見出し----- */
.sn_heading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(10 * (100vw / 375));
  font-weight: 400;
  text-align: center;
  height: calc(36 * (100vw / 375));
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 10001;
}
.sn_heading span {
  padding-left: calc(32 * (100vw / 375));
  font-weight: 600;
}
.icon_search {
  background: url(../../img/left_menu/icon_search_heading.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.js_search_close {
  position: absolute;
  top: 50%;
  right: calc(10 * (100vw / 375));
  transform: translateY(-50%);
  width: calc(12 * (100vw / 375));
  height: calc(12 * (100vw / 375));
  padding: 0;
  background: url(../../img/left_menu/icon_search_close.png) no-repeat center center;
  background-size: calc(12 * (100vw / 375)) auto;
}
/* -----項目----- */
.sn_list_group {
  border-top: 1px solid #E5E5E5;
}
.sn_list_group_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: calc(12 * (100vw / 375));
  border-top: 1px solid #E5E5E5;
}
.sn_list_group:has(> .icon_commitment) {
  margin-top: 0 !important;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.sn_list_group:has(> .icon_none) {
  margin-top: 0 !important;
  margin-bottom: -1px !important;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.adjust_heading .sn_list_group_label:not(.menu-data-target-none), .adjust_heading .sn_list_group:not(.menu-data-target-none) {
  padding-top: calc(36 * (100vw / 375) + 1px);
}
.sn_heading + .sp-search-select_wrap {
  padding-top: calc(36 * (100vw / 375) + 6px);
}
/* 選択中条件 */
.sp-search-select_wrap .sp-search-select_c {
  color: inherit;
  border-bottom:none;
}
.sp-search-select_wrap .sp-search-select_c01 {
  font-weight: bold;
  font-size: 14px;
  border:none;
}
.sp-search-select_wrap .ssc_cancel_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.sp-search-select_wrap .sp-search-select_c02 {
  padding-bottom: 0;
}
.sp-search-select_wrap .ssc_cancel_list li {
  margin-bottom: 0;
}
/* キーワード */
.sn_keywords {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
    width: 95%;
    margin: 0 auto 7px;
    padding: 5px;
    border: 2px solid #ccc;
    border-top:none;
}
.sn_keywords dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  background: #fff;
  
    font-size: 14px;
}
.sn_keywords dt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: -5px;
  left: 0;
}
.sn_keywords dd {
    font-size: 12px;
  flex: 1;
}
.sn_keywords .sp-search-keyword-b a {
	float: left;
  font-size: 14px;
  font-weight: 600;
  color: #015AB4;
  margin-right: 4px;
}
.sn_keywords .sp-search-keyword-b div {
	padding: 1px;
}
/* 見出し */
.sn_list_heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(42 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
  font-weight: 600;
  padding-left: calc(32 * (100vw / 375));
  background: #fff;
}
/* 見出しアイコン */
.icon_junior {
  background: url(../../img/left_menu/icon_junior.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_soldout {
  background: url(../../img/left_menu/icon_soldout.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_price_type {
  background: url(../../img/left_menu/icon_price_type.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_speedy_delivery {
  background: url(../../img/left_menu/icon_speedy_delivery.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_category {
  background: url(../../img/left_menu/icon_category.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_brand {
  background: url(../../img/left_menu/icon_brand.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(14 * (100vw / 375)) auto;
}
.icon_team {
  background: url(../../img/left_menu/icon_team.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_price {
  background: url(../../img/left_menu/icon_price.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
  border-bottom: 1px solid #E5E5E5;
}
.icon_color {
  background: url(../../img/left_menu/icon_color.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
  border-bottom: 1px solid #E5E5E5;
}
.icon_size {
  background: url(../../img/left_menu/icon_size.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
  /*border-bottom: 1px solid #E5E5E5;*/
}
.icon_commitment {
  background: url(../../img/left_menu/icon_commitment.png) no-repeat center left calc(8 * (100vw / 375));
  background-size: calc(16 * (100vw / 375)) auto;
}
.icon_none {
  padding-left: calc(8 * (100vw / 375));
}
/* 説明POPUP */
#menu_speedy_delivery {
  position: relative;
}
.sn_list_heading.icon_speedy_delivery:after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  content: "?";
  border-radius: 50%;
  background: #015AB4;
  color: #FFF;
  font-family: "Lato", sans-serif;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 700;
}
.menu_popup {
  display: none;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  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_close {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #015AB4;
  font-size: 14px;
  font-weight: 700;
  background: none;
  border: none;
}
/* チェック数（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, .js_sn_slide + .js_sn_checked {
  margin-right: 28px;
}
.js_sn_checked:empty {
  display: none;
}
/* アコーディオン・スライドメニュー（js） */
.js_sn_acc_menu {
  display: none;
}
.sn_list_group:has(> .js_sn_acc_menu) {
  margin-top: -1px;
}
.js_sn_slide_menu {
  position: fixed;
  z-index: 10000;
  top: calc(32px + calc(44 * (100vw / 375)));
  left: -110%;
  width: 100vw;
  height: 100vh;
  background: #fff;
  /*transition: all 0.6s;*/
}
.js_sn_slide_menu.js_sn_slide_menu_active {
  left: 0;
  height: calc(100vh - 44px);
  height: -webkit-fill-available;
  padding-top: calc(36 * (100vw / 375) + 1px);
}
/* ヘッダーのお知らせ非表示時 */
header:has(> .header_news[style="display: none;"]) + .pane-main .js_sn_slide_menu.js_sn_slide_menu_active, header:has(> .header_news + .header_navi_area.hna_fixed) + .pane-main .js_sn_slide_menu.js_sn_slide_menu_active {
  top: calc(42 * (100vw / 375) + 1px);
}
.js_sn_acc, .js_sn_slide {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.snli_single .js_sn_acc, .snli_single .js_sn_slide {
  width: 30px;
}
.js_sn_acc::after, .js_sn_slide::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_slide::after {
  transform: rotate(45deg);
}
.js_sn_acc.js_sn_acc_open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.sn_list_slide_heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(42 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
  font-weight: 400;
  text-align: center;
}
.sn_list_slide_heading span {
  padding-left: calc(32 * (100vw / 375));
}
.js_sn_slide_close {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.js_sn_slide_close::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;
}
/* 仕切り */
.sn_list_item {}
.sn_list_label_select {
  display: flex;
}
/* 単体 */
.sn_list_item .snli_single {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(41 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
  font-weight: 400;
  line-height: 1.4;
  padding: calc(5 * (100vw / 375)) 0 calc(5 * (100vw / 375)) calc(46 * (100vw / 375));
  background: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}
.sn_list_item .snli_single > a, .sn_list_item .snli_single label {
  width: 90%;
}
/* 単体チェックボックス見出し */
.sn_list_item.sn_single_heading .snli_single {
  font-weight: 600;
  padding-left: calc(32 * (100vw / 375));
  background: #fff;
  border-top: none;
}
.sn_list_item.sn_single_heading .snli_single input[type="checkbox"].sn_checkbox {
  left: calc(8 * (100vw / 375));
}
/* ラベル */
input.sn_labelbox {
  display: none;
}
input.sn_labelbox + label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: calc(24 * (100vw / 375));
  font-size: calc(10 * (100vw / 375));
  font-weight: 400;
  margin-left: calc(8 * (100vw / 375));
  padding: 0 calc(16 * (100vw / 375));
  background: #F5F5F5;
  border-radius: calc(4 * (100vw / 375));
}
input:checked.sn_labelbox + label {
  color: #fff;
  font-weight: 600;
  background: #015AB4;
}
/* チェックボックス */
.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: calc(24 * (100vw / 375));
  transform: translateY(-50%);
  width: calc(14 * (100vw / 375));
  height: calc(14 * (100vw / 375));
  background: #fff;
  border: 1px solid #CCC;
  border-radius: calc(2 * (100vw / 375));
  -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: calc(10 * (100vw / 375)) auto;
}
/* 親カテゴリ */
.sn_list_item .snli_parent {}
/* 小カテゴリ */
.sn_list_item .snli_child {}
.sn_list_item .snli_child .snli_single {
  padding-left: calc(58 * (100vw / 375));
  background: #EEE;
}
.sn_list_item .snli_child .snli_single input[type="checkbox"].sn_checkbox {
  left: calc(36 * (100vw / 375));
}
/* スクロール */
.sn_list_scrollbar {
  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;
  touch-action: none;
}
.slider-handle:focus {
  outline: none;
}
.slider-handle.active {
  cursor: grabbing;
}
.price-input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  font-size: 12px;
}
input[type="text"].price-input, input[type="text"].price-display {
  display: unset;
  width: 100px;
  height: 32px;
  text-align: center;
  margin-left: 4px;
  padding: 6px 4px 8px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 4px;
}
.sn_range_price_kara {
  margin: 0 15px;
}
.price-display-group {
  display: flex;
  align-items: center;
  width: 135px;
  height: 24px;
  font-size: 10px;
  color: #fff;
  margin-right: 28px;
  padding: 0 0 0 10px;
  background: #015AB4;
  border-radius: calc(12 * (100vw / 375));
  pointer-events: none;
}
.price-display {
  display: inline-block;
  width: 40px;
  text-align: right;
}
.price-display-group .sn_range_price_kara {
  margin: 0px 4px;
}
/* カラーチップ */
.sn_list_item_color {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 10px 11px 10px;
  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 5px 6px 5px;
}
.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 5px 6px 5px;
  background: transparent;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*.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 17px 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: auto;
  width: 100%;
  max-width: 980px;
}
.category_search_box:first-of-type {
  margin-top: 50px;
}
.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: #fff;
  /* border-right: 1px solid #E5E5E5; */
  z-index: 2;
}
.category_search_box_inner {
  overflow-x: auto;
  /*white-space: nowrap;*/
}
.category_search_list {
  display: flex;
  width: max-content;
  height: 36px;
  padding-left: 59px;
  background: transparent;
  font-weight: 600;
}
.category_search_list li:last-child {
  border-right: 1px solid #E5E5E5;
}
/*.category_search_list li:active {
  cursor: grabbing;
}*/
.category_search_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 15px;
  border-left: 1px solid #E5E5E5;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.category_search_list li:hover {
  text-decoration: none;
}
.category_search_list li span {
  position: relative;
}
.category_search_list li span::after {
  content: "";
  position: absolute;
  right: -18px;
  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;
}
.category_search_list li.is-active span {
  color: #015AB4;
  font-weight: 700;
}
.category_search_list li.is-active span::after {
  border-color: #015AB4;
}
.category_search_list li[data-group-target] {
  display: none;
}
.category_search_list li[data-group-target].is-show {
  display: flex;
}
.category_search_box.js-csl .category_search_list{
  padding:5px 5px 5px 65px;
  gap:5px;
}
.category_search_box.js-csl li.csl_menu{
  background: #fff;
  border-radius: 50rem;
  border: 1px solid currentColor;
}
.icon_search_narrowdown {
  background: #fff url(../../img/goods_list/icon_searchlist_heading.png) no-repeat center center;
  background-size: auto 16px;
}
.category_search_heading.icon_search_narrowdown {
  width: 40px;
}
.icon_search_narrowdown + .category_search_box_inner .category_search_list {
  padding-left: 39px;
  background: #fff;
}
.icon_search_narrowdown + .category_search_box_inner .category_search_list li {
  background: #fff;
}
.csl_submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  height: 100svh;
  width: 100%;
  z-index: 10;
  display: none;
  top: 36px !important;
  left: 0;
  font-size: 12px;
  max-height: calc(100svh - calc(44 * (100vw / 375)) - 36px);
  overflow-y: auto;
  background: transparent;
}
.csl_submenu.is-active {
  display: block;
}
/* csl_submenu開いているときはスクロール禁止 */
body:has(.csl_menu.is-active) {
  overflow: hidden;
}
.csl_submenu > li {
  background-color: #EEEEEE;
  border-top: 1px solid #E5E5E5;
}
.csl_submenu > li a {
  display: block;
  padding: 12px;
}
.menu-data-target-none {
  display: none;
}
.csl_submenu_detail {
  display: none;
  height: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  /* max-height: 150px;
  overflow-y: auto; */
  font-size: 11px;
}
.js_csl_acc_heading {
	position: relative;
	display: flex;
}
.js_csl_acc_heading > a {
  width: calc(100% - 40px);
}
.js_csl_acc {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.js_csl_acc::after {
    content: "";
    position: absolute;
    right: calc(50% - 4px);
    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_csl_acc.js_csl_acc_open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}
.csl_submenu_detail > li > a {
  padding-block: 8px;
}

/* ----------------検索設定---------------- */
.switching_setting_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7;
  height: 40px;
  /*border-bottom: 1px solid #E5E5E5;*/
}
.swc_left_posi, .swc_right_posi {
  display: flex;
  align-items: center;
}
/* 合計数 */
.sw_goods_total {
  font-size: 13px;
  font-weight: 400;
  margin: 0 15px 0 12px;
}
.sw_goods_total span {
  font-size: 10px;
}
/* 条件 */
.sw_conditions, .swc_presence, .swc_sale {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 11px;
  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 5px 0 27px;
}
/* 並べ替え */
.swc_order {
	width: 70px;
	margin-right: 12px;
}
.swc_order select {
	align-items: center;
	width: 100%;
	height: 34px;
	padding: 0 0 0 15px;
	font-size: 11px;
	font-weight: 400;
  background: url("../../img/goods_list/icon_order.png") no-repeat center left;
  background-size: 10px auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 列表示 */
.swc_row {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.swc_row > ul {
  position: relative;
  width: 16px;
}
.swc_row > ul li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
}
.swc_row > ul li.js-row_on {
  display: block;
}
.swc_row_2 {
  background: url("../../img/goods_list/icon_3row_on.png") no-repeat center center;
  background-size: 16px auto;
}
.swc_row_3 {
  background: url("../../img/goods_list/icon_5row_on.png") no-repeat center center;
  background-size: 16px auto;
}
.swc_row_1 {
  background: url("../../img/goods_list/icon_1row_on.png") no-repeat center center;
  background-size: 16px auto;
}
.swc_row_select {
  display: none;
  position: absolute;
  top: 20px;
  right: -10px;
  width: 90px;
  padding: 10px;
  background: #F7F7F7;
  border-radius: 5px;
  z-index: 5;
}
.swc_row_select span {
  display: block;
  margin: auto;
  font-size: 12px;
  text-align: center;
}
.swc_row_select ul {
  width: 50px;
  margin: auto;
  font-size: 12px;
}
.swc_row_select ul li {
  margin-top: 5px;
}
.swc_row_select ul li.js-row_on {
  pointer-events: none;
}
.swc_row_select_2.js-row_on {
  background: url("../../img/goods_list/icon_3row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_select_2 {
  background: url("../../img/goods_list/icon_3row_off.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_select_3.js-row_on {
  background: url("../../img/goods_list/icon_5row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_select_3 {
  background: url("../../img/goods_list/icon_5row_off.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_select_1.js-row_on {
  background: url("../../img/goods_list/icon_1row_on.png") no-repeat center right;
  background-size: 16px auto;
}
.swc_row_select_1 {
  background: url("../../img/goods_list/icon_1row_off.png") no-repeat center right;
  background-size: 16px auto;
}
/* ----------------商品一覧（reset）---------------- */
/* -----レイアウト----- */
ul.sp-item-list {
  width: calc(100% - 24px);
  margin-top: 12px;
}
.sp-item-list-width {
  width: 100%;
  margin-top: 16px;
}
/* 2列 */
ul.sp-item-list li {
  width: calc((100% / 2) - 6px);
  margin-right: 12px;
  margin-bottom: 32px;
  transition: all 0.5s ease-in-out;
}
ul.sp-item-list li:nth-child(2n) {
  margin-right: 0;
}
/* 3列 */
ul.sp-item-list.swc_row_3items li {
  width: calc((100% / 3) - (14px / 3));
  margin-right: 7px;
}
ul.sp-item-list.swc_row_3items li:nth-child(2n) {
  margin-right: 7px;
}
ul.sp-item-list.swc_row_3items li:nth-child(3n) {
  margin-right: 0;
  transition: all 0.5s ease-in-out;
}
/* 1列 */
ul.sp-item-list.swc_row_1items li {
  width: 100%;
  margin-right: 0;
}
ul.sp-item-list.swc_row_1items li:nth-child(2n), ul.sp-item-list.swc_row_1items li:nth-child(3n) {
  margin-right: 0;
  transition: all 0.5s ease-in-out;
}
/* -----商品画像----- */
.sp-item-list-img {
}
.sp-item-list-img img {
  width: 100% !important;
}
/* -----アイコン（スピード出荷）----- */
.block-icon--auto-speed {
  position: absolute;
  top: 0;
  left: 0;
}
.block-icon--auto-speed img {
  display: inline-block;
  height: 10px;
}
/* -----ブランド名----- */
.sp-item-list-brand {
  display: block;
  font-size: 10px;
  color: #808080;
  margin-bottom: 5px;
}
/* -----商品名----- */
.sp-item-list-name {
  font-size: 13px;
  color: #444;
}
/* -----値段----- */
.sp-item-list-price-sale span {
  display: inline-block;
}
.sp-item-list-price {
  font-size: 13px;
  color: #444;
  margin: 3px 0 0 0;
}
.sp-item-list-price-sale .sp-item-list-price-font {
  font-size: 13px;
  color: #E3201F;
}
.sp-item-list-price-font {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
.sp-item-list-price-sale {
  line-height: 1.1;
}
.sp-item-list-price-tax, .sp-item-list-price-sale span.sp-item-list-price-tax {
  font-size: 9px;
  margin-left: 3px;
}
.sp-item-list-price-sale .sp-item-list-price-font + .sp-item-list-price-tax, .sp-item-list-price-sale .sp-item-list-price-font + .sp-item-list-price-tax .sp-item-list-price-off {
  font-size: 9px;
  margin-left: 3px;
  color: #E3201F;
}
.sp-item-list-price-sale .sp-item-list-price-font + .sp-item-list-price-tax + .sp-item-list-price {
  display: inline-block;
  margin-left: 5px;
}
.sp-item-list-price-sale .sp-item-list-price-font + .sp-item-list-price-tax + .sp-item-list-price span {
  position: relative;
  color: #808080;
}
.sp-item-list-price-sale .sp-item-list-price-font + .sp-item-list-price-tax + .sp-item-list-price span::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 47%, #808080 47%, #808080 52%, transparent 52%);
}
/* ----------------商品一覧（add）---------------- */
/* -----ブックマーク----- */
.sp-item-list-img {
  position: relative;
}
.block-bookmark {
  position: absolute;
  right: 4px;
  bottom: 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;
}
/* 3列リセット */
.swc_row_3items .block-bookmark {
  top: calc(91 * (100vw / 375));
}
/* 1列リセット */
.swc_row_1items .block-bookmark {
  top: calc(328 * (100vw / 375));
  right: calc(6 * (100vw / 375));
}
/* -----売り切れ----- */
.block-goods-soldout-ident {
  position: relative;
}
.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: 0;
  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列リセット */
.swc_row_3items .block-goods-soldout-item-inner {
  margin-top: 0;
  padding: 4px;
}
.swc_row_3items .block-goods-soldout-txt {
  font-size: 12px;
  margin-bottom: 5px;
}
.swc_row_3items .block-goods-soldout-btn {
  height: 24px;
  font-size: 9px;
}
.swc_row_3items .block-goods-soldout-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13px;
}
/* 1列リセット */
.swc_row_1items .block-goods-soldout-item-inner {
  margin-top: 0;
  padding: 13px;
}
.swc_row_1items .block-goods-soldout-txt {
  font-size: 20px;
  margin-bottom: 40px;
}
.swc_row_1items .block-goods-soldout-btn {
  height: 32px;
  font-size: 12px;
}
.swc_row_1items .block-goods-soldout-btn:not(:last-of-type) {
  margin-bottom: 8px;
}
.swc_row_1items .block-restock span {
  padding-left: 23px;
  background: url("../../img/goods_list/icon_restock.png") no-repeat center left;
  background-size: 11px auto;
}
.swc_row_1items .block-shopstock span {
  padding-left: 23px;
  background: url("../../img/goods_list/icon_shopstock.png") no-repeat center left;
  background-size: 11px auto;
}
.swc_row_1items .block-goods-soldout-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
}
/* -----再入荷のお知らせ登録/店舗在庫状況（モーダルウィンドウ）----- */
/* 共通 */
.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: calc(100% - 48px);
  height: calc(80% - 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: 100%;
  height: calc(100% - 60px);
  max-height: 550px;
  margin: -30px auto 0;
  padding: 20px 20px 24px;
  background: #fff;
  overflow-y: auto;
  z-index: 1000000002;
}
.block-goods-stock-item-inner {
  height: calc(100% - 45px);
  overflow: auto;
}
.block-goods-stock-item-inner:not(:has(+ a)) {
  height: 100%;
}
.bgs-heading {
  font-size: 20px;
  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: 122px;
  flex-shrink: 0;
  padding: 9px;
}
.bgs-img img {
  width: 100%;
  height: auto;
}
.bgs-detail {
  position: relative;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
.bgs-goods-name {
  font-size: 13px;
  margin-bottom: 7px;
}
.bgs-goods-color {
  font-size: 10px;
  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: 12px;
}
select.bgs-select-size {
  width: 100%;
  height: 34px;
  margin: 4px auto 24px 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 {
  display: table;
  margin: 40px auto 0;
}
/* 店舗 */
.bgs-goods-shop {
  overflow-x: auto;
  height: calc(100% - 185px);
}
.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 {
  width: calc(100% - 90px - 80px);
}
.bgs-goods-shop-order a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  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;
  align-items: center;
  margin-bottom: 20px;
}
.bgs-select-row .bgs-select-txt {
  font-size: 12px;
  margin-top: 0;
}
select.bgs-select-stock {
  width: 60px;
  height: 34px;
  margin: 4px auto 0 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: 10px auto 0;
  background: #fff;
  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 {
  width: calc(100% - 24px);
  margin: 0 auto 70px;
}
.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 {
    margin: 0 auto 40px;
}

.block-itemhistory ul.header_myitem_list {
    display: flex;
    min-width: 400px;
    padding: 0 0 10px;
font-size: calc(13 * (100vw / 375));
}

.block-itemhistory ul.header_myitem_list li {
    width: calc(80 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    flex-shrink: 0;
    margin-right: 5px;
}

.block-itemhistory ul.header_myitem_list li a {
    position: relative;
    display: block;
    color: #121212;
    text-align: left;
    padding: 0;
}

.block-itemhistory ul.header_myitem_list img {
    width: calc(80 * (100vw / 375));
    height: calc(80 * (100vw / 375));
    margin: 0;
}
