﻿@charset "UTF-8";

#container {
  width: 100%;
  margin: 0 auto 0 0;
  position: relative;
}

#contentArea {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------
  共通ヘッダー 共通フッター
-------------------------------------------------------------------- */

div.wrapper_ {
  padding: 0 16px;
}

header + div.wrapper_ {
  padding-top: 89px;
}

header > div.header_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.header_ .head_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
}

div.header_ .welcomemessage_ {
  background-color: white;
  color: #333;
  text-align: left;
  padding: 4px 10px;
  width: 100%;
  font-size: 3.2vw;
}

div.header_ .welcomemessage_.assistlogin_ {
  background-color: #f00;
}

div.header_ .welcomemessage_ span {
  padding-right: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 2.666vw;
}

div.header_ p {
  clear: both;
  padding: 0;
}

div.header_ .header_top {
  padding: 7px;
  background: #f0f0f0;
}

div.header_ .header_top .catch {
  display: -webkit-box;
  max-height: 1.4em;
  font-size: 10px;
  font-weight: bold;
  color: #505050;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-word;
}

div.header_ .head_content_ttl {
  margin: 0 auto;
}

div.header_ .head_content_ttl img {
  vertical-align: top;
  width: 141px;
}

div.header_ .cart-btn {
  position: relative;
  display: block;
  width: 56px;
  text-align: center;
}

div.header_ .cart-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0 10px;
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  color: #222;
  box-sizing: border-box;
  background: url(../../img/usr/header/sp/icon_cart.png) top 13px left 13px / 25px auto no-repeat;
}

div.header_ .cart-btn .js-cart-count {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: none;
  font-size: 9px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  background: #3763ba;
}

div.header_ .header_bottom {
  display: flex;
  gap: 6px;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background: #222;
}

div.header_ .header_bottom .header_search {
  width: calc(100% - 46px);
}

div.header_ .header_bottom .header_search .header_search_form_ {
  position: relative;
  width: 100%;
}

div.header_ .header_bottom .header_search .header_search_form_ .header_goods_keyword_ {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 5px 44px 5px 12px;
  border: 0;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  box-sizing: border-box;
  background: #666;
}

div.header_ .header_bottom .header_search .header_search_form_ .header_goods_keyword_::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

div.header_ .header_bottom .header_search .header_search_form_ .header_search_button_ {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 100%;
  background: url(../../img/usr/header/sp/icon_search.png) center center / 28px auto no-repeat;
}

div.header_ .header_bottom .header_search_detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.166667;
  color: #505050;
  box-sizing: border-box;
  background: #eaeaea;
}

div.header_ ul.exp_btns_ {
  display: flex;
  background: #fff;
  padding: 2.667vw 0;
}

div.header_ ul.exp_btns_ li {
  position: relative;
  width: 30vw;
}

div.header_ ul.exp_btns_ li:last-child {
  width: 40vw;
}

div.header_ ul.exp_btns_ li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #333;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

div.header_ ul.exp_btns_ li:first-child:after {
  content: none;
}

div.header_ ul.exp_btns_ li a {
  color: #606060;
  background: #fff;
  font-size: 3.46vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6.66vw;
  font-weight: bold;
}

div.header_ ul.exp_btns_ li a::before {
  content: "";
  background: url(../../img/usr/header/sp/icon_mypage.png);
  width: 4.8vw;
  height: 5.6vw;
  background-size: contain;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 3vw;
}

div.header_ ul.exp_btns_ li:nth-of-type(2) a::before {
  background: url(../../img/usr/header/sp/icon_history.png);
  background-size: contain;
  background-repeat: no-repeat;
}

div.header_ ul.exp_btns_ li:nth-of-type(3) a::before {
  background: url(../../img/usr/header/sp/icon_precart.png);
  background-size: contain;
  background-repeat: no-repeat;
}

div.header_ ul.exp_btns_ li:last-child a::before {
  left: 5vw;
}

div.header_ #gnav_cart a {
  position: relative;
  width: 10.2vw;
  background: transparent;
}

div.header_ #gnav_cart a img {
  margin-top: 8.66vw;
  width: 8vw;
}

div.header_ .head_content .js-cart-count {
  display: none;
  position: absolute;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: normal;
  background-color: #e61d50;
  color: #fff;
  border-radius: 9px;
  right: -1.2vw;
  z-index: 2;
  margin-top: -5px;
}

div.footer_ {
  margin: 60px 0 0;
  color: #fff;
  background: #000;
}

div.footer_ .footer_btns_ {
  padding: 20px 16px;
}

div.footer_ .footer_btns_ li {
  padding: 4px 0;
}

div.footer_ .footer_btns_ li a {
  display: block;
  font-size: 14px;
  color: #fff;
}

div.footer_ #copyright {
  font-size: 10px;
  color: #909090;
  text-align: center;
  padding: 10px 0 12px;
}

div.change_mode_ {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 24px 0;
  background: #222;
}

div.change_mode_ a,
div.change_mode_ span {
  display: block;
  width: calc(50% - 20px);
  padding: 11px 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  background: #fff;
}

div.change_mode_ a {
  cursor: pointer;
}

div.change_mode_ span {
  background: #707070;
}

#contentArea > div > div > h1 {
  text-align: left;
}

/* ---------------------------------------------------
  ヘッダー
  -----------------------------------------------------*/

.gnavi__sp-style {
  position: fixed;
  top: 88px;
  left: 0;
  display: block;
  pointer-events: none;
  overflow: auto;
  overscroll-behavior: none;
  width: 100%;
  height: calc(100% - 88px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: 99;
}

.gnavi__pc-style {
  display: none;
}

/*メニューボタン　展開前*/
.menu-btn {
  position: relative;
  display: block;
  width: 56px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}

.menu-btn span {
  position: absolute;
  left: 16px;
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  background: #222;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-btn span:nth-of-type(1) {
  top: calc(50% - 9px);
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}

/*メニューボタン　展開後*/
body.no-scroll {
  overflow: hidden;
}

.menu-btn.active span:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:nth-child(3) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnavi__sp-style ul.nav_link_under {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.gnavi__sp-style ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

.gnavi__sp-style ul.nav_link_under li:last-of-type {
  padding-bottom: 0;
  width: 300px;
  margin: 0 auto;
}

.gnavi__sp-style ul li a {
  display: block;
  color: #282828;
  padding: 1em 0;
  text-align: left;
  text-decoration: none;
}

.gnavi__sp-style.active {
  opacity: 1;
  pointer-events: all;
}

.gnavi_inner {
  overflow: auto;
  margin: 0 15px;
  padding-top: 0;
  padding-bottom: 150px;
}

.gnavi_top {
  background-color: #222;
}

.gnavi_top li {
  text-align: center;
}

.gnavi_top .header_account_,
.gnavi_top .staffname {
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #222;
}

.gnavi_top .header_account_ span {
  padding: 0 1.0em;
}

.gnavi_search,
.goods_search_box_ {
  position: relative;
  display: flex;
  gap: 6px;
  width: 100%;
  padding: 16px 8px 20px;
  box-sizing: border-box;
  background: #222;
}

.gnavi_search form,
.goods_search_box_ form {
  position: relative;
  width: calc(100% - 46px);
}

.gnavi_search form .search_keyword_,
.goods_search_box_ .search_form_ .header_goods_keyword_ {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 5px 44px 5px 12px;
  border: 0;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  box-sizing: border-box;
  background: #666;
}

.gnavi_search form .search_keyword_::placeholder,
.goods_search_box_ form .header_goods_keyword_::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.gnavi_search form .search_submit,
.goods_search_box_ .search_form_ .search_button_ {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 100%;
  background: url(../../img/usr/header/sp/icon_search.png) center center / 28px auto no-repeat;
}

.gnavi_search .head_search_detail a,
.goods_search_box_ .detail_search_open_close_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.166667;
  color: #505050;
  box-sizing: border-box;
  background: #eaeaea;
}

.gnavi_link ul.link_list_ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  padding: 0 24px 24px;
  box-sizing: border-box;
  background: #222;
}

.gnavi_link ul.link_list_ > li {
  width: calc(50% - 4px);
}

.gnavi_link ul.link_list_ .entry .entry_buttons_ li {
  width: calc(50% - 16px);
  padding: 10px 0;
}

.gnavi_link ul.link_list_ .entry .entry_buttons_ .entry_biz_ {
  padding-left: 12px;
}

.gnavi_link ul.link_list_ li.mypage,
.gnavi_link ul.link_list_ li.login,
.gnavi_link ul.link_list_ li.entry {
  width: calc(100% - 2px);
}

.gnavi_link ul.link_list_ li a {
  display: block;
  padding: 10px 4px;
  border: 1px solid #505050;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: #505050b2;
}

.gnavi_link ul.link_list_ > li .entry_opener_.is-open a {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.gnavi_link ul.link_list_ .entry .entry_buttons_ li a {
  border-radius: 0;
  background: #646464;
}

.gnavi_link ul.link_list_ li a::before {
  display: inline-block;
  height: 21px;
  margin-right: 8px;
  vertical-align: top;
  content: "";
}

.gnavi_link ul.link_list_ .entry .entry_buttons_ li a::before {
  margin-right: 0;
}

.gnavi_link ul.link_list_ li.mypage a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_mypage.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.login a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_member.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.entry .entry_opener_ a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_entry.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.entry .entry_opener_ a::after {
  position: absolute;
  right: 60px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  box-sizing: border-box;
  content: "";
}

.gnavi_link ul.link_list_ li.entry .entry_opener_.is-open a::after {
  transform: rotate(-135deg);
}

.gnavi_link ul.link_list_ li.entry .entry_buttons_ {
  display: flex;
  gap: 8px;
  border: 1px solid #505050;
  background-color: #505050b2;
  border-radius: 0 0 4px 4px;
  border-top: none;
}

.gnavi_link ul.link_list_ li.history a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_history.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.quickorder a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_quickorder.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.bulk_model_search a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_bulkmodelsearch.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.precart a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_precart.png) center center / 18px auto no-repeat;
}

.gnavi_link ul.link_list_ li.bookmark a::before {
  width: 18px;
  background: url(../../img/usr/header/sp/icon_bookmark.png) center center / 18px auto no-repeat;
}

.gnavi__sp-style ul.gnavi_link_under {
  padding: 36px 0 60px;
  background: #222;
}

.gnavi__sp-style ul.gnavi_link_under li {
  width: calc(100% - 80px);
  margin: 0 auto 8px;
  text-align: center;
}

.gnavi__sp-style ul.gnavi_link_under li:last-of-type {
  margin-bottom: 0;
}

.gnavi__sp-style ul.gnavi_link_under li a {
  display: block;
  padding: 11px 4px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #505050;
}

.gnavi__sp-style ul.gnavi_link_under li.nav_link_under_contact a::before {
  display: inline-block;
  width: 19px;
  height: 21px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/header/sp/icon_mail.png) center center / 19px auto no-repeat;
  content: "";
}

.gnavi__sp-style ul.gnavi_link_under li.nav_link_under_tel a::before {
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/header/sp/icon_tel.png) center center / 20px auto no-repeat;
  content: "";
}

.head_account span {
  padding: 0 0.5em;
}

.gnavi__sp-style .gnavi_content {
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  margin-top: 0;
}

.gnavi__sp-style .gnavi_content li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #ccc;
}

.gnavi__sp-style .gnavi_content li:last-child {
  border: none;
}

.gnavi__sp-style .gnavi_content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.gnavi__sp-style .gnavi_content li a img {
  height: 20px;
  width: auto;
}

.gnavi__sp-style div.CategoryStyleG_ div.name_ {
  border-top: none;
  font-weight: normal;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block0_ > div.link_ {
  border-bottom: solid 1px #ccc;
  text-align: left;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 4vw 0 4vw 10px;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block0_ > div.link_ a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 400;
}

.gnavi__sp-style div.CategoryStyleG_ {
  border: none;
  margin-bottom: 12.333vw;
}

.gnavi__sp-style .CategoryStyleG_nav_img {
  height: 6vw;
  width: 6vw;
  object-fit: contain;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block1_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.category_list_block2_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.category_list_block3_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.category_list_block4_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block1_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block2_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block3_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block4_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.maker_list_block1_ > div.name_ {
  padding: 4vw 0;
  border: none;
  border-bottom: solid 1px #ccc;
  text-align: left;
  background-color: inherit;
  position: relative;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block1_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block1_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.maker_list_block1_ > div.name_ {
  padding-left: 30px;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block2_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block2_ > div.name_ {
  padding-left: 50px;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block3_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block3_ > div.name_ {
  padding-left: 70px;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block4_ > div.name_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block4_ > div.name_ {
  padding-left: 90px;
}

.gnavi__sp-style div.CategoryStyleG_ div.category_list_block1_,
.gnavi__sp-style div.CategoryStyleG_ div.genre_list_block1_,
.gnavi__sp-style div.CategoryStyleG_ div.maker_list_block1_ {
  display: none;
}

.gnavi__sp-style .nav_link_under li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.gnavi__sp-style .nav_link_under li.nav_link_under_contact {
  width: 300px;
  margin: 0 auto 10px;
}

.gnavi__sp-style .nav_link_under li.nav_link_under_contact a {
  padding: 15px 20px;
  background-color: #fff;
}

.gnavi__sp-style .nav_link_under li.nav_link_under_tel a {
  gap: 6px;
  background-color: #fff;
}

.gnavi__sp-style .nav_link_under li a img {
  height: 25px;
  width: auto;
}

.block-goods-list__navi {
  position: relative;
  margin: 0 0 16px;
}

.block-goods-list__navi--btn {
  position: fixed;
  top: 14px;
  right: 14px;
  background: #f3f3f3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  border: 1px solid #dfdfdf;
  color: #333;
  font-size: 1.4rem;
}

.block-goods-list__navi--menu {
  padding: 12px 16px 60px;
}

.block-goods-list__navi.open {
  overflow: visible;
}

.block-goods-list__navi--menulist {
  margin: 0;
  padding: 0 0 65px;
  border: none;
}

.block-goods-list__navi--menutitle {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.block-goods-list__navi-title {
  position: relative;
  text-align: center;
}

.block-goods-list__navi-title h2 {
  font-size: 15px;
  padding-top: 3px;
}

.block-goods-list__navi-close {
  position: absolute;
  top: -5px;
  right: 0;
  padding-top: 10px;
  width: 35px;
  height: 30px;
}

.block-goods-list__navi-close .action-sheet-icon--material {
  height: 16px;
  line-height: 16px;
  font-size: 20px;
  width: auto;
  margin: 0;
  color: #c7c7cc;
  float: none;
}

.block-goods-list__navi .list {
  border-bottom: none;
  background: none;
}

.block-goods-list__navi .list-item {
  flex-wrap: wrap;
}

.block-goods-list__navi .list-item__label {
  font-size: 13px;
}

.block-goods-list__navi .list-title {
  padding: 12px 14px 11px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}

.block-goods-list__navi .list-title-current {
  font-weight: 300;
  margin-left: 14px;
  font-size: 12px;
  color: #000;
}

.block-goods-list__navi .list-item__top {
  box-sizing: border-box;
}

.block-goods-list__navi .list-item__center {
  display: flex;
  align-items: center;
  min-height: 45px;
  font-weight: normal;
  background: none;
  -webkit-order: 0;
  order: 0;
  padding: 3px 0 3px 8px;
  word-break: break-all;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714286;
  text-align: left;
  color: #111;
  border-bottom: 1px solid #afafaf;
}

.block-goods-list__navi .list-item--chevron__right {
  background: none;
  font-size: 12px;
  color: #999;
  font-weight: 200;
  padding-right: 36px;
  z-index: 4;
  display: none;
}

.block-goods-list__navi .arrowclose + .list-item--chevron__right {
  display: flex;
}

/* 1階層ノーマルリンク用 */
.block-goods-list__navi--menulist > li.list-item--chevron {
  padding-left: 14px;
}

.block-goods-list__navi .list-item--expandable {
  background: none;
}

/* slidedown用 */
.block-goods-list__navi-slidedown {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.block-goods-list__navi .list-item--chevron {
  position: relative;
  flex-wrap: wrap;
}

.block-goods-list__navi .list-item--chevron span i {
  float: right;
  margin: 3px 5px 0 0;
}

.block-goods-list__navi .list-item--chevron.arrowdown {
  border-bottom: none;
}

.block-goods-list__navi .list-item--chevron.arrowdown:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px;
  top: 17px;
}

.block-goods-list__navi .list-item--chevron.arrowup:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 13px;
  top: 20px;
}

.block-goods-list__navi-slidedown > ul {
  max-height: 0;
  transition: max-height 0.8s;
}

.block-goods-list__navi-slidedown.open > ul {
  line-height: 1.5;
  max-height: 100vh;
  border-bottom: none;
}

.block-goods-list__navi-slidedown > ul li:last-child {
  border-bottom: none;
}

/* slideside用 */
.block-goods-list__navi.open .block-goods-list__navi-slideside {
  display: none;
  z-index: 8;
  height: auto;
  overflow: hidden;
}

.block-goods-list__navi-slideside h4 {
  text-align: center;
  padding: 12px 40px 11px;
}

.block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 6;
}

.block-goods-list__navi-slideside .block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 7;
}

.block-goods-list__navi .list-title-cancel {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  padding: 13px 14px;
}

.block-goods-list__navi .arrowclose:before {
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f2d7";
  right: 16px;
  top: calc(50% - 9px);
  color: #c7c7cc;
  font-size: 18px;
  border: none;
  transform: none;
  z-index: 3;
}

/* fontawesome overwrite */
.fas {
  color: #ddd;
}

.block-goods-list__navi--side-slide {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  left: 120vw;
  z-index: 30;
  transition: 0.4s;
  top: 0;
}

.block-goods-list__navi--side-slide.open {
  left: 0;
}

/* block-goods-list__item */
.block-goods-list__item {
  padding: 0;
  margin: 0;
  display: block;
}

.list-item div.list-item__center {
  position: relative;
}

.list-item--chevron > div.list-item__center:before,
.list-item--chevron > div.list-item__center:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  z-index: 2;
}

.list-item__center span {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  right: 0;
  z-index: 5;
}

.list-item--img_ > div.list-item__center::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  transform: rotate(45deg);
  content: "";
}

.list-item--chevron > div.list-item__center::before {
  top: calc(50% - 5px);
  right: 20px;
  width: 2px;
  height: 10px;
  background-color: #afafaf;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-item--chevron > div.minus:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.list-item--chevron > div.list-item__center:after {
  right: 16px;
  width: 10px;
  height: 2px;
  background-color: #afafaf;
}

.list-item__center.level0 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li:first-of-type {
  display: none;
}

.list-item__center.level1 {
  padding-left: 20px;
}

.list-item__center.level2 {
  padding-left: 20px;
  background: #f7f7f7;
}

.list-item__center.level3 {
  padding-left: 20px;
  background: #eaeaea;
}

.list-item__center.level4 {
  padding-left: 20px;
  background: #dedede;
}

.goods_search_box_ .search_form_ .detail_search_open_close_ {
  position: absolute;
  top: 50%;
  right: 11vw;
  transform: translate(0%, -50%);
  padding: 1vw 4.2vw 1vw 2vw;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  font-size: 3.0vw;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}

.goods_search_box_ .search_form_ .detail_search_open_close_::after {
  content: "";
  position: absolute;
  top: calc(50% - 1vw);
  right: 1.4vw;
  width: 0;
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.92vw solid #4cae8d;
}

body.goods_search_box_open_ {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.goods_search_box_modal_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  overflow: hidden;
}

.goods_search_box_modal_.show {
  opacity: 1;
  visibility: visible;
}

.goods_search_box_ .detail_search_form_ {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: white;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
}

.goods_search_box_ .detail_search_form_ .detail_search_close_btn_ {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.goods_search_box_ .detail_search_form_ .detail_search_close_btn_::before,
.goods_search_box_ .detail_search_form_ .detail_search_close_btn_::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #333;
}

.goods_search_box_ .detail_search_form_ .detail_search_close_btn_::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.goods_search_box_ .detail_search_form_ .detail_search_close_btn_::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ {
  margin-top: 30px;
  margin-bottom: 20px;
  max-height: calc(80vh - 150px);
  overflow-y: auto;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_::-webkit-scrollbar {
  display: none;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ table {
  width: 100%;
  table-layout: fixed;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ th {
  width: 40%;
  text-align: left;
  padding: 1vw 0 1vw 3vw;
  font-size: 3.2vw;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td {
  width: 60%;
  padding: 1vw 1vw 1vw 3vw;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="text"],
.goods_search_box_ .detail_search_form_ .detail_search_item_ td select {
  width: 90%;
  box-sizing: border-box;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="text"][name="min_price"],
.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="text"][name="max_price"],
.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="text"][name="last_sdt"],
.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="date"] {
  width: 65%;
  box-sizing: border-box;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td input[type="date"] {
  height: 30px;
  box-sizing: border-box;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_ {
  position: relative;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_select_area_ {
  width: 90%;
  padding: 4px 30px 4px 8px;
  border: 1px solid #222;
  border-radius: 4px;
  box-sizing: border-box;
  background: url(../../img/usr/down_arrow.png) center right 11px / 9.5px auto no-repeat;
  color: #000;
  min-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ {
  width: 85%;
  display: none;
  position: absolute;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  background-color: white;
  color: #000;
  padding: 5px;
  max-height: 30vh;
  overflow-y: auto;
  z-index: 1;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .search_genre_ label {
  font-size: 3.2vw;
  cursor: pointer;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .genre_select_box_disp_area_ {
  width: 90%;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #f9f9f9;
  font-size: 14px;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ {
  margin-top: 5px;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ input[type="radio"],
.goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ label {
  vertical-align: middle;
  cursor: pointer;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ .keyword_search_method_ label {
  font-size: 2.8vw;
  margin-right: 10px;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td select {
  padding: 6px 30px 6px 8px;
  font-size: 14px;
}

.goods_search_box_ .detail_search_form_ .detail_search_item_ td input {
  font-size: 14px;
}

.goods_search_box_ .detail_search_form_ .detail_search_btn_::before {
  content: "";
  margin-top: 10px;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background-size: contain;
  color: #fff;
  position: absolute;
  background-image: url("../../img/usr/go.png");
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.goods_search_box_ .detail_search_form_ .detail_search_btn_ {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.goods_search_box_ .detail_search_form_ .detail_search_btn_ input#detail_search_btn {
  border-radius: 4px;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-description {
  display: block;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #cbcbcb;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-table-container {
  overflow-y: hidden;
}

.goods_search_box_ .detail_search_form_ .search_box_filter th {
  width: 25%;
}

.goods_search_box_ .detail_search_form_ .search_box_filter td {
  width: 75%;
}

.goods_search_box_ .detail_search_form_ .search_box_filter td label {
  display: inline-flex;
  align-items: center;
  word-break: break-all;
}

.goods_search_box_ .detail_search_form_ .search_box_filter td label input[type="checkbox"] {
  vertical-align: middle;
  max-width: 16px;
  min-width: 16px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-header,
.goods_search_box_ .detail_search_form_ #search-box-filter-accordion-footer {
  text-align: center;
}

.goods_search_box_ .detail_search_form_ td.toggle-search-box-filter-accordion-header {
  padding: 3vw 3vw 1vw 3vw;
}

.goods_search_box_ .detail_search_form_ td.toggle-search-box-filter-accordion-footer {
  padding: 3vw;
}

.goods_search_box_ .detail_search_form_ .search-box-filter-table-body .search_box_filter th {
  vertical-align: top;
  padding-top: 8px;
}

.goods_search_box_ .detail_search_form_ .toggle-search-box-filter-accordion-header::before {
  content: "";
  display: block;
  position: relative;
  right: -80.4%;
  top: 17px;
  width: 2px;
  height: 10px;
  background-color: #222;
}

.goods_search_box_ .detail_search_form_ .toggle-search-box-filter-accordion-header::after {
  content: "";
  display: block;
  position: relative;
  right: -79%;
  top: -13px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

.goods_search_box_ .detail_search_form_ .toggle-search-box-filter-accordion-footer::after {
  content: "";
  display: block;
  position: relative;
  right: -70%;
  top: -12px;
  width: 10px;
  height: 2px;
  background-color: #222;
}

/* ----トップページ本文---- */
.page-top div.wrapper_ {
  padding-left: 0;
  padding-right: 0;
}

.page-top div.wrapper_ .login_ {
  padding-left: 16px;
  padding-right: 16px;
}

#top-slider-warp {
  overflow: visible;
  position: relative;
}

#top-slider-warp .top-slider-container {
  overflow: hidden;
}

#top-slider-warp .top-slider-container li a::before {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding: 0;
  content: "";
}

#top-slider-warp .top-slider-container li img {
  display: block;
  width: 100%;
}

#top-slider-warp .top-slider-container li.swiper-slide-lazy img {
  width: 100%;
  height: auto;
  display: block;
}

#top-slider-warp .swiper-button-prev,
#top-slider-warp .swiper-button-next {
  --swiper-navigation-sides-offset: -44px;
  position: absolute;
  top: 0;
  width: 44px;
  height: calc(100% - 18px);
  margin: 0;
}

#top-slider-warp .swiper-button-prev {
  justify-content: start;
}

#top-slider-warp .swiper-button-next {
  justify-content: end;
}

#top-slider-warp .swiper-button-prev svg,
#top-slider-warp .swiper-button-next svg {
  width: 20px;
}

#top-slider-warp .swiper-pagination-bullets {
  position: static;
  display: flex;
  width: 100%;
  padding: 0;
}

#top-slider-warp span.swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: 0;
  background: #eaeaea;
  opacity: 1;
}

#top-slider-warp span.swiper-pagination-bullet:hover,
#top-slider-warp span.swiper-pagination-bullet-active {
  background: #707070;
}

.filter_title_ {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 16px 10px 16px 0;
  border-bottom: 1px solid #797979;
  font-size: 16px;
  font-weight: bold;
}

.block-filter--close .filter_items_ {
  display: none;
}

.filter_ {
  margin-bottom: 24px;
}

.clear_filter_ {
  text-align: right;
}

.clear_filter_ .filter_clear_link {
  color: #333;
  text-decoration: underline;
}

.filter_type1_container {
  width: 100%;
  margin: 0 0 5px;
  overflow: hidden;
}

.filter_type1_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.filter_type1_class {
  position: relative;
  width: calc(50% - 8px);
}

.filter_type1_class input[type="checkbox"] {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.filter_type1 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.checkbox_label_type1 {
  display: block;
  word-wrap: break-word;
  margin: 27px 11px 0;
}

.filter_type1_container + .checkbox_label_type1 {
  display: block;
  word-wrap: break-word;
}

.filter_type2_class {
  width: 100%;
  padding: 8px 0;
}

.filter_type2_class .checkbox_container {
  display: flex;
  align-items: center;
  padding: 0;
}

.filter_type2_class .checkbox_container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.filter_type2 {
  display: flex;
  flex-wrap: wrap;
}

.checkbox_label_type2 {
  display: block;
  max-width: calc(100% - 34px);
  word-wrap: break-word;
}

.filter_type3_container {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.filter_type3_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.filter_type3 {
  display: flex;
  flex-wrap: wrap;
}

.filter_type3_class {
  width: calc((50% - 30px));
  margin: 0 5px 5px 5px;
  display: flex;
}

.filter_type3_item {
  margin-left: 5px;
}

.checkbox_label_type3 {
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

.filter_type4_container {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.filter_type4_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.filter_type4_class {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
}

.filter_type4_class .checkbox_container {
  display: flex;
  align-items: center;
  padding: 0;
}

.filter_type4_class .checkbox_container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.filter_type4_item {
  margin-left: 5px;
  margin-right: 5px;
}

.checkbox_label_type4 {
  display: block;
  max-width: calc(100% - 34px);
  word-wrap: break-word;
}

.filter_type4_image + .checkbox_label_type4 {
  max-width: calc(100% - 110px);
}

.filter_items_ input[name="min_price"],
.filter_items_ input[name="max_price"] {
  width: 70px;
  height: 26px;
  margin-right: 6px;
  padding: 6px 12px;
  border: 1px solid #222;
  border-radius: 2px;
}

.remove_filter {
  color: #444;
  text-decoration: underline;
}

.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: 500;
  text-align: center;
  background: none;
}

.block-filter--modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.filter_button_ {
  text-align: center;
}

.filter_button_ .btn-large {
  width: 180px;
  height: auto;
  margin: 0 0 8px;
  padding: 12px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  box-sizing: border-box;
  background: #222;
}

.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--close .block-filter--expand-icon .block-icon-image-double-small::after {
  transform: rotate(135deg);
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small {
  background: none;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 1px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #111;
  border-right: 1.5px solid #111;
  border-bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  box-sizing: border-box;
  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: 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;
}

.block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  justify-content: center;
}

.block-goods-list--sort-order-items .block-sort--header {
  display: block;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header .block-sort--expand-icon {
  display: none;
}

.block-goods-list--sort-order-items .block-sort--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select {
  display: block;
  width: 100%;
  height: auto;
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select select {
  width: 100%;
  padding: 4px;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-goods-list--display-style-items .block-style--header {
  display: block;
  background: none;
}

.block-goods-list--display-style-items .block-style--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #222;
  background: none;
}

.block-goods-list--display-style-items .block-style--header .block-style--expand-icon {
  display: none;
}

.block-goods-list--display-style-items .block-style--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--display-style-items .block-style--element .block-style--select {
  display: block;
  width: 100%;
  height: auto;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
  width: 100%;
  padding: 4px;
}

.block-goods-list--params {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: calc(100vw - var(--usr-scrollbar-width));
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 16px calc(50% - ((100vw - var(--usr-scrollbar-width)) / 2));
  position: absolute;
  left: 0;
}

.block-filter {
  visibility: hidden;
  height: 48px;
  margin: 20px 0;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: none;
}

.block-goods-list--params .block-filter {
  width: 33.4%;
  visibility: visible;
  margin: 0 auto 0 0;
  height: auto;
}

.block-goods-list--params .block-goods-list--display-style-items,
.block-goods-list--params .block-goods-list--sort-order-items {
  display: flex;
}

.block-goods-list--params .block-filter .block-filter--header,
.block-goods-list--params .block-filter .block-filter--header.block-filter--header.block-filter--open {
  position: static;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
  padding: 10px 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  background: #f7f7f7;
}

.block-goods-list--params .block-filter .block-filter--header::before {
  display: inline-block;
  width: 14px;
  height: 1.5em;
  margin-right: 8px;
  vertical-align: top;
  background: url(../../img/usr/sp/ico_responsive_filter.png) center center / 100% auto no-repeat;
  content: "";
}

.block-goods-list--params .block-filter .block-filter--header h2 {
  border: 0;
  font-size: 12px;
  line-height: 1.5;
}

.block-goods-list--params .block-filter--modal .block-filter--frame {
  position: fixed;
  top: 48px;
  left: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 64px);
  max-height: none;
  margin: 0;
  padding: 0 16px;
  border-radius: 0;
  color: #222;
  scrollbar-color: transparent transparent;
  box-sizing: border-box;
  background: #fff;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar-track {
  background-color: transparent;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-header {
  display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close::before,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 24px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item {
  border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--select-label {
  height: 52px;
  padding-left: 16px;
  font-size: 22px;
  font-weight: bold;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon {
  position: relative;
  width: 72px;
  height: 52px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon > div {
  position: static;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon > div.block-icon-image--plus::before {
  position: absolute;
  top: calc(50% - 8px);
  left: auto;
  right: 18px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(225deg);
  background: none;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon > div.block-icon-image--minus::before {
  position: absolute;
  top: calc(50% - 4px);
  left: auto;
  right: 18px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(45deg);
  background: none;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon > div::after {
  display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--filter-options {
  border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items {
  padding-left: 16px;
  height: auto;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox {
  position: relative;
  display: block;
  padding: 8px 0 8px 33px;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.15);
  z-index: 1;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox.checked::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 6px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 2;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox input[type="checkbox"] {
  display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items.block-filter--image img {
  vertical-align: middle;
  margin-right: 8px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items.block-filter--image span {
  display: inline-block;
  vertical-align: middle;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--select {
  padding-left: 16px;
  height: 60px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--select select {
  min-width: 0;
  max-width: 240px;
  width: 100%;
  height: 40px;
  border: 1px solid #808080;
  border-radius: 0;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  background: #000;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle {
  padding: 0 16px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treelist-layer {
  border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4 {
  margin: 0;
  border: 0;
  font-size: 14px;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 {
  padding-bottom: 8px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem {
  padding: 0;
  border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-1 > .block-filter--treeitem {
  border-bottom: 1px solid #555;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 > .block-filter--treeitem {
  padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3 > .block-filter--treeitem {
  padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4 > .block-filter--treeitem {
  padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name {
  position: relative;
  padding: 0 0 0 33px;
  color: #fff;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir {
  position: relative;
  width: 56px;
  height: 56px;
  padding: 0;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir > div {
  position: static;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir > div::before {
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  right: 3px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(225deg);
  background: none;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir.expand-tree-open > div::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir > div::after {
  display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 > .block-filter--treeitem .block-filter--treeitem-name {
  height: 56px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 > .block-filter--treeitem .block-filter--treeitem-name,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3 > .block-filter--treeitem .block-filter--treeitem-name,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4 > .block-filter--treeitem .block-filter--treeitem-name {
  height: 38px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 > .block-filter--treeitem .block-filter--treeitem-dir,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3 > .block-filter--treeitem .block-filter--treeitem-dir,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4 > .block-filter--treeitem .block-filter--treeitem-dir {
  height: 38px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span.block-filter--treeitem-selected {
  color: #fff;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  z-index: 1;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span.block-filter--treeitem-selected::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 6px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 2;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 8px;
  width: 83%;
  background-color: rgba(255,255,255,0.18);
  -webkit-backdrop-filter: blur(39px);
  backdrop-filter: blur(39px);
  padding: 12px 16px;
  z-index: 99;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-button--clear {
  display: block;
  width: 86px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-button--clear .block-filter--clear-btn {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  padding: 11px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-buttonr--search {
  width: calc(100% - 94px);
  padding: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-buttonr--search .block-filter--search-btn {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  padding: 12px 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg {
  background: rgba(0, 0, 0, 0.75);
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg::before {
  position: absolute;
  top: 12px;
  right: 23px;
  width: 2px;
  height: 24px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg::after {
  position: absolute;
  top: 12px;
  right: 23px;
  width: 2px;
  height: 24px;
  transform: rotate(-45deg);
  background: #fff;
  content: "";
}

.block-goods-list--params .block-goods-list--display-style-items,
.block-goods-list--params .block-goods-list--sort-order-items {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #dedede;
  display: flex;
  flex-grow: unset;
  flex-shrink: unset;
  width: 33.3%;
  min-width: 0;
  max-width: none;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header {
  cursor: pointer;
  width: 100%;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2 {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 11px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  box-sizing: border-box;
  content: "";
}

.block-style--element-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0.0;
  cursor: pointer;
  z-index: 9997;
}

.block-style--element-bg.is-show {
  visibility: visible;
  opacity: 1.0;
}

.block-style--element {
  position: absolute;
  top: 40px;
  right: 0;
  visibility: hidden;
  min-width: 210px;
  transition: all 0.3s;
  opacity: 0.0;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9998;
}

.block-style--element.is-show {
  visibility: visible;
  opacity: 1.0;
}

.block-style--element select {
  display: none;
}

.block-style--element ul.block-style--list {
  display: block;
  border: 1px solid #000;
}

.block-style--element ul.block-style--list a,
.block-style--element ul.block-style--list span {
  position: relative;
  display: block;
  padding: 3px 0 3px 24px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
}

.block-style--element ul.block-style--list span::before {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 12px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-35deg) skewY(-15deg);
  content: "";
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header {
  cursor: pointer;
  width: 100%;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header h2 {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header h2::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 11px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  box-sizing: border-box;
  content: "";
}

.block-sort--element-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0.0;
  cursor: pointer;
  z-index: 9997;
}

.block-sort--element-bg.is-show {
  visibility: visible;
  opacity: 1.0;
}

.block-sort--element {
  position: absolute;
  top: 40px;
  right: 0;
  visibility: hidden;
  min-width: 282px;
  transition: all 0.3s;
  opacity: 0.0;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9998;
}

.block-sort--element.is-show {
  visibility: visible;
  opacity: 1.0;
}

.block-sort--element select {
  display: none;
}

.block-sort--element ul.block-sort--list {
  display: block;
  border: 1px solid #000;
}

.block-sort--element ul.block-sort--list a,
.block-sort--element ul.block-sort--list span {
  position: relative;
  display: block;
  padding: 3px 0 3px 24px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  color: #000;
}

.block-sort--element ul.block-sort--list span::before {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 12px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-35deg) skewY(-15deg);
  content: "";
}

.block-goods-filter {
  width: 100%;
  height: 80px;
}

.checkbox_container {
  display: flex;
  padding: 8px 0;
}

.checkbox_container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 16px 0 0;
  border: 1px solid #afafaf;
  border-radius: 4px;
  background: #fff;
}

.price_container_ {
  padding-left: 5px;
}

.checkbox_label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  word-wrap: break-word;
}

.filter_controls_ {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #797979;
  padding: 10px;
}
