﻿@charset "UTF-8";

/* カテゴリ（スマートフォン） ファーストビュー用 */

/* sys/sb_base_form.css のコピー ここから */

/* ここまで sys/sb_base_form.css のコピー */

/* sys/sb_base_misc.css のコピー ここから */

/* ----ページャー---- */

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0;
  border-top: 0;
}

.pager-total {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  font-weight: 500;
}

.pager-count {
  position: relative;
}

.pager-count::after {
  content: "／";
}

.pager-count span {
  font-size: 1.8rem;
  font-weight: 700;
}

.pager-scope {
  margin: 0;
  padding: 0;
}

.block-goods-list--pager-top .pager-scope span {
  font-size: 1.8rem;
  font-weight: 700;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination > * {
  margin-left: 6px;
  padding: 0;
  border: none;
  background-color: transparent;
  list-style-type: none;
  float: none;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-family: var(--ff-num);
  font-weight: 500;
}

.pagination span {
  background-color: var(--cl-bk);
}

.pagination > .disabled {
  color: #777;
}

.pager-current {
  color: #ffffff;
}

.pager-first a,
.pager-next a,
.pager-previous a,
.pager-last a {
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  text-indent: -999999px;
}

.pager-first a,
.pager-last a {
  background-image: url(../../img/usr/common/icon_pager_arw_2.png);
}

.pager-previous a,
.pager-next a {
  background-image: url(../../img/usr/common/icon_pager_arw_1.png);
}

.pager-first a,
.pager-previous a {
  transform: rotate(180deg);
}

.pager-previous a {
  margin: 0 7px 0 14px;
}

.pager-next a {
  margin: 0 14px 0 7px;
}

/* ----パンくずリスト---- */

.pane-topic-path {
  margin-top: 80px;
}

.block-topic-path {
  margin: 0;
  padding: 0 20px;
  border-top: none;
  background: none;
  color: var(--cl-link);
  font-size: 1.2rem;
}

.page-category .block-topic-path,
.block-genre-page--goods + .block-topic-path {
  margin-top: 80px;
}

.block-topic-path--list {
  display: inline;
}

.block-topic-path--list + .block-topic-path--list {
  margin-top: 5px;
}

.block-topic-path--list li {
  display: inline;
  position: relative;
  padding-right: 17px;
}

.block-topic-path--list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: var(--cl-bdr);
}

.block-topic-path a {
  color: var(--cl-link);
  text-decoration: none;
}

.block-topic-path--delimiter {
  display: none;
}

/* ----画像センタリング配置---- */

.img-center {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ここまで sys/sb_base_misc.css のコピー */

/* sys/sb_block_goods.css のコピー ここから */

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

/* ページャ */
.block-goods-list-naviframe {
  margin-bottom: 10px;
  text-align: center;
}

/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
  display: none;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t {
  margin-top: 40px;
  padding: 0 20px;
}

.block-thumbnail-t-swiper .block-thumbnail-t {
  margin-top: 0;
  padding: 0;
}

.block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 0;
}

.block-thumbnail-t-swiper .block-thumbnail-t--items {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.block-thumbnail-t--item {
  display: block;
  flex-shrink: 0;
  width: calc((100% - 10px) / 2);
  font-size: 1.4rem;
  padding-bottom: 0;
  padding-left: 0;
}

.block-thumbnail-t--item:not(:nth-child(-n + 2)) {
  margin-top: 40px;
}

.block-thumbnail-t-swiper .block-thumbnail-t--item {
  width: 220px;
}

.block-thumbnail-t-swiper .block-thumbnail-t--item:first-child {
  margin-left: 20px;
}

.block-thumbnail-t-swiper .block-thumbnail-t--item:not(:first-child) {
  margin-left: 10px;
}

.block-thumbnail-t-swiper .block-thumbnail-t--item:last-child {
  margin-right: 20px;
}

.block-thumbnail-t-swiper .block-thumbnail-t--item:not(:nth-child(-n + 2)) {
  margin-top: 0;
}

.block-thumbnail-t--goods-image {
  position: relative;
  margin-bottom: 10px;
}

.block-thumbnail-t--goods-image figure {
  padding: 0;
  background-color: transparent;
}

.block-thumbnail-t--goods-color {
  display: flex;
  align-items: center;
}

.block-thumbnail-t-swiper .block-thumbnail-t--goods-color {
  display: none;
}

.block-thumbnail-t--goods-color img {
  display: block;
  width: 16px;
  height: auto;
}

.block-thumbnail-t--goods-color img:not(.icon-more) {
  border-radius: 16px;
  border: 1px solid var(--cl-bdr);
}

.block-thumbnail-t--goods-color img + img {
  margin-left: 5px;
}

.block-thumbnail-t--goods-color img.icon-more {
  width: 8px;
  margin-left: 10px;
}

.block-thumbnail-t--goods-name,
.block-thumbnail-t--goods-name p {
  font-weight: 500;
}

.block-thumbnail-t--goods-name .block-thumbnail-t--goods-color + p {
  margin-top: 10px;
}

.block-thumbnail-t--goods-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.block-thumbnail-t-swiper .block-thumbnail-t--goods-name p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.block-thumbnail-t .variation-name {
  display: none;
}

.block-thumbnail-t--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  font-family: var(--ff-num);
}

.block-thumbnail-t-swiper .block-thumbnail-t--price-infos {
  margin-top: 5px;
}

.block-thumbnail-t--price {
  font-size: 1.6rem;
  font-weight: 400;
}

.block-thumbnail-t--price::after,
.block-thumbnail-t--price-infos:has(.block-thumbnail-t--scomment) .block-thumbnail-t--default-price::after {
  margin-left: -5px;
  font-size: 1rem;
  font-family: var(--ff-ja);
}

.block-thumbnail-t--default-price,
.block-thumbnail-t--net-price,
.block-thumbnail-t--scomment {
  display: none;
}

.block-thumbnail-t--price-infos:has(.block-thumbnail-t--scomment) .price {
  color: var(--cl-rd);
}

.block-thumbnail-t--price-infos:has(.block-thumbnail-t--scomment) .block-thumbnail-t--default-price {
  display: block;
  position: relative;
  font-weight: 400;
  text-decoration: none;
}

.block-thumbnail-t--price-infos:has(.block-thumbnail-t--scomment) .block-thumbnail-t--default-price::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 12px);
  height: 1px;
  background-color: var(--cl-bk);
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

/* ここまで sys/sb_block_goods.css のコピー */

/* ここから usr/sb_block.css のコピー */

.block-filter--header .block-filter--header-label {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 8px;
}

.block-goods-list--display-style-items .block-style--header {
  display: block;
  width: 60px;
  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: #444;
  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;
  padding-left: 12px;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
  width: 100%;
  padding: 4px;
}

.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 {
  visibility: visible;
  margin: 0;
  height: auto;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header {
  width: 90px;
  cursor: pointer;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2 {
  width: 90px;
  padding: 14px 4px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2::after {
  display: inline-block;
  width: 13px;
  height: 18px;
  margin-left: 10px;
  vertical-align: top;
  background: url(../../img/usr/common/ico_responsive_arrow.png) center center / 100% auto no-repeat;
  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;
  cursor: pointer;
  z-index: 9997;
}

.block-style--element-bg.is-show {
  visibility: visible;
  opacity: 1;
}

.block-style--element {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  min-width: 282px;
  padding: 20px 12px;
  border-radius: 7px;
  transition: all 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9998;
}

.block-style--element.is-show {
  visibility: visible;
  opacity: 1;
}

.block-style--element select {
  display: none;
}

.block-style--element ul.block-style--list {
  display: block;
}

.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: #fff;
}

.block-style--element ul.block-style--list span::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-35deg) skewY(-15deg);
  content: "";
}

.block-sort--element select {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .net-price {
  font-size: 13px;
  font-weight: 500;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

/* ----カテゴリ画面---- */
.block-category-list--header-img {
  padding: 0 0 20px;
}

.block-category-list--header-img img {
  width: 100%;
}

.block-category-list--header {
  padding: 0 20px;
}

.block-category-list--comment {
  margin: 0 20px 32px;
}

.block-category-list--sub {
  padding: 20px;
  background-color: var(--cl-bg-1);
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--items {
  display: flex;
  flex-wrap: wrap;
  margin: -14px -20px 0 0;
  border-top: none;
}

.block-category-style-l--item {
  min-height: 0;
  margin: 14px 29px 0 0;
  border-bottom: none;
  background-color: transparent;
}

.block-category-style-l--item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: var(--cl-bdr);
}

.block-category-style-l--item-container {
  display: block;
  width: auto;
}

.block-category-style-l--item a.block-category-style-l--body {
  display: block;
  height: auto;
  padding: 0;
  font-weight: 500;
}

.block-category-style-l--item .block-icon-image--table {
  display: block;
  width: auto;
}

.block-category-style-l--item .block-icon-image--table-cell {
  display: block;
}

.block-category-style-l--item .block-icon-image--table-cell-angle-right {
  display: none;
}

.block-category-style-l--item .block-category-style-l--name {
  display: block;
  padding-left: 0;
}

/* ここまで usr/sb_block.css のコピー */

.pane-main .block-goods-list--params {
  position: relative;
  margin-top: 40px;
  padding: 0 20px;
}

.block-goods-list--params .block-filter--filter-form {
  border: 1px solid var(--cl-bdr);
}

.block-goods-list--params .block-filter .block-filter--header h2 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 42px;
  color: var(--cl-bk);
  font-size: 1.4rem;
  font-weight: 400;
}

.block-goods-list--params .block-filter .block-filter--header h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 13px;
  margin: -6px 0 0;
  padding: 0;
  background-image: url(../../img/usr/common/sp/icon_select_filter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pane-main .block-goods-list--params .block-goods-list--display-style-items,
.pane-main .block-goods-list--params .block-goods-list--sort-order-items {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
  padding: 0;
  border: none;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header {
  display: none;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--element {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0;
  z-index: 9;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--element .block-sort--select {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.block-goods-list--params .block-sort--element ul.block-sort--list {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
}

.block-goods-list--params .block-sort--list-item {
  display: none;
  position: relative;
  width: 100%;
  margin-top: -1px;
  padding: 0;
  order: 20;
}

.block-goods-list--params .block-sort--list-item.active {
  display: block;
  margin-top: 0;
  order: 10;
}

.block-goods-list--params .block-sort--list-item.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 7px;
  margin-top: -3px;
  background-image: url(../../img/usr/common/sp/icon_select_arw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.15s;
}
