﻿@charset "UTF-8";
/* ジャンル（ＰＣ） ファーストビュー用 */
.block-freespace {
  overflow: hidden;
}
.block-freespace--block {
  margin: 40px 0;
}
.block-goods-list--narrowdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-top: 80px;
  background-color: #fafafa;
}
.block-goods-list--narrowdown + .block-goods-list--narrowdown {
  margin-top: 10px;
}
.block-goods-list--narrowdown dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 134px;
  font-weight: bold;
}
.block-goods-list--narrowdown dd {
  position: relative;
  overflow: hidden;
}
.block-goods-list--narrowdown dd:has(.is-swiper) {
  padding: 0 40px;
}
.block-goods-list--narrowdown-inner.swiper-horizontal {
  position: initial;
  width: 668px;
  overflow: hidden;
}
.block-goods-list--narrowdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.is-keyword-txt .block-goods-list--narrowdown-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.block-goods-list--narrowdown-list-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-goods-list--narrowdown-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px !important;
  margin-right: 9px;
}
.block-goods-list--narrowdown-item:last-child {
  margin-right: 0;
}
.block-goods-list--narrowdown-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 4px 6px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  color: #00498f;
  background-color: #fff;
  border: 1px solid #00498f;
}
.is-type .block-goods-list--narrowdown-item a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.is-type .block-goods-list--narrowdown-item a::after {
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #00498f;
  border-bottom: 2px solid #00498f;
  -webkit-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
}
.is-keyword .block-goods-list--narrowdown-item {
  width: auto !important;
}
.is-keyword .block-goods-list--narrowdown-item a {
  padding: 4px 15px;
}
.is-keyword-txt .block-goods-list--narrowdown-item {
  width: auto !important;
  margin-right: 0;
}
.is-keyword-txt .block-goods-list--narrowdown-item a {
  display: inline;
  padding: 0;
  font-weight: normal;
  color: #008bd5;
  background-color: transparent;
  border: 0 none;
}
.block-goods-list--narrowdown-item.is-type-ya a::before {
  display: block;
  content: "";
  background-image: url(../../img/design/type-ya.svg#type-ya-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 33px;
}
.block-goods-list--narrowdown-item.is-type-a a::before {
  display: block;
  content: "";
  background-image: url(../../img/design/type-a.svg#type-a-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 33px;
}
.block-goods-list--narrowdown-item.is-type-ab a::before {
  display: block;
  content: "";
  background-image: url(../../img/design/type-ab.svg#type-ab-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 18px;
  height: 33px;
}
.block-goods-list--narrowdown-item.is-type-be a::before {
  display: block;
  content: "";
  background-image: url(../../img/design/type-be.svg#type-be-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 19px;
  height: 33px;
}
.block-goods-list--narrowdown .swiper-navigation {
  top: 50%;
  margin-top: -15px;
}
.block-goods-list--narrowdown .swiper-navigation .carousel-button-prev,
.block-goods-list--narrowdown .swiper-navigation .carousel-button-next {
  top: 0;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
}

.block-mysize {
  padding-top: 20px;
}
.block-mysize a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10px 12px;
  font-size: 15px;
  font-weight: bold;
  color: #00498f;
  border: 1px solid #00498f;
}
.block-mysize--hdg {
  position: absolute;
  top: -20px;
  right: 20px;
  left: 20px;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #00498f;
}
.block-mysize--hdg::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 13px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  background-color: #00498f;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-mysize--txt {
  position: relative;
}
.block-mysize--txt::after {
  position: absolute;
  top: 50%;
  right: -14px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #00498f;
  border-bottom: 2px solid #00498f;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0.7);
          transform: translateY(-50%) rotate(-45deg) scale(0.7);
}

/* ----商品一覧---- */
.block-goods-list--items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  margin: 40px 0;
  border-top: 1px solid #e8e8e8;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 14px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items + dl.block-goods-list--sort-order-items {
  margin-left: 40px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dt {
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dt {
  display: block;
  margin-right: 4px;
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dd, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dd {
  display: block;
  margin: 0;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li {
  margin-right: 20px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a {
  position: relative;
  display: block;
  padding-left: 21px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active {
  position: relative;
  padding-left: 21px;
  color: #081f2c;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::before, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  z-index: 1;
  width: 17px;
  height: 17px;
  content: "";
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::after, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::after {
  position: absolute;
  top: calc(50% - 4.5px);
  left: 4px;
  z-index: 2;
  width: 9px;
  height: 9px;
  content: "";
  background: #444;
  border-radius: 50%;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before, .block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  z-index: 1;
  width: 17px;
  height: 17px;
  content: "";
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}
.block-goods-list-d--item-description .block-icon {
  display: none;
}
.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}
.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}
.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #d53115;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  color: #081f2c;
  text-align: left;
}

.block-goods-list-d--add-cart {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  width: 200px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn,
.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 0;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-goods-list-l .block-goods-list-l--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #d53115;
}

.block-goods-list-l--price-infos {
  white-space: nowrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #d53115;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin-top: 8px;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  color: #081f2c;
  text-align: left;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #d53115;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
  text-align: left;
}
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  color: #081f2c;
  text-align: left;
}
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #d53115;
}
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

/* ----カテゴリ画面---- */
.block-category-list--header {
  margin: 40px 0 25px;
  font-size: 28px;
  font-weight: 500;
}

.block-category-list--header-img {
  margin: 40px 0 25px;
}

.block-category-list--comment {
  margin: 0 0 36px;
  line-height: 1.7;
}

/* ----ジャンル画面---- */
.block-genre-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 30px 20px 10px;
  margin: 0 auto;
  background: #eee;
}
.block-genre-style .block-genre-style--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  margin: 0 20px 20px 0;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border: 0;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name a::before {
  content: "＞ ";
}

/* ここまで usr/block.css のコピー */
.wrapper .pane-topic-path {
  margin-top: 0;
}