@charset "UTF-8";

/* パンくず */
.block-topic-path:not(:empty) {
  border: none;
}

.pane-topic-path .container {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pane-topic-path .block-topic-path--list {
  max-width: 1480px;
  /* width: 1200px; */
  margin: 0 auto;
}

/* h1 */
.page-genre .pane-contents h1 {
  font-weight: bold;
}

@media (max-width: 675px) {
  .page-genre .pane-contents h1 {
    margin: 0 0 80px;
    font-size: 24px;
    min-height: 60px;
  }
}

/* block-genre-page--goods */
.block-genre-page--goods {
  display: none;
}

/* ブラウザバックボタン */
.page-back-btn {
  position: relative;
}

.page-back-btn a {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  font-size: 14px;
}

@media (max-width: 675px) {
  .page-back-btn {
    display: flex;
    align-items: center;
    top: 120px;
  }

  .page-back-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: black;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 1.8px solid;
    border-right: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: scale(1, 1.4) rotate(135deg);
  }

  .page-back-btn a {
    position: static;
    border: none;
    font-size: 12px;
    padding: 0 0 0 12px;
  }
}

/* 製品情報ボタン */
.block-thumbnail-t .block-thumbnail-t--items .detail-page-wrap .detail-btn.bg_bk {
  display: none;
}

/* サブジャンルリスト */

.block-nd-select-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-nd-select-wrap .select-cate-item {
  background: white;
  outline: 0;
  border: 1px solid #CCC;
  padding: 10px;
  width: calc((100% - 40px) / 4);
  cursor: pointer;
  text-align: justify;
  position: relative;
}

@media (max-width: 675px) {
  .block-nd-select-wrap .select-cate-item {
    width: calc((100% - 10px) / 2);
  }
}

/* ジャンル（ＰＣ） ファーストビュー用 */

/* ----画像センタリング配置---- */

.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ここまで sys/base_misc.css のコピー */


/* sys/layout.css のコピー ここから */
.wrapper {
  width: 100%;
}

.container {
  /* width: 1200px; */
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
}

.pane-header>.container {
  height: 95px;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 50px;
}

.page-event .pane-contents .container {
  display: block;
  width: auto;
}

.page-event .pane-main,
.page-event .pane-right-menu {
  width: auto;
}


/* ----左メニューブロック共通---- */

.pane-left-menu .pane-block--title {
  font-size: 16px;
  border-top: #444 1px solid;
  padding: 16px 0;
  font-weight: bold;
  margin-bottom: 0;
}

.pane-block--title {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

/* ----パンくず---- */

.block-topic-path {
  padding: 12px 0;
}

.block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ここまで sys/block_common.css のコピー */


/* sys/block_goods.css のコピー ここから */

/* ----アイコン---- */
.block-icon img {
  width: 32px;
}

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.block-goods-list--display-style-items .active {
  color: #c00;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.block-goods-list--sort-order-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin-right: 5px;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-p--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-p--image {
  width: 142px;
}

.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-p--comment {
  padding: 10px 0;
}

.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}

.block-pickup-list-p .price {
  font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: right;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item>span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item>span {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ここまで usr/layout.css のコピー */

/* usr/block.css のコピー ここから */

/* ----左メニュー---- */
.pane-left-menu .pane-block--title {
  margin: 28px 0 0;
  padding: 8px 0;
  border: 0;
  line-height: 1.25;
}

.pane-left-menu .pane-block--subtitle {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: normal;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  position: absolute;
  top: 20px;
  right: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  border-bottom: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
  top: 15px;
  transform: rotate(135deg);
}

.pane-left-menu .block-filter-option-items {
  padding: 5px 0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle+div {
  padding: 7px 0;
}

.block-leftmenu_banner .block-leftmenu_banner--list>li {
  margin-top: 32px;
}

ul.block-category-tree--level-1>.block-category-tree--item__open,
ul.block-category-tree--level-1>.block-category-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

ul>.block-category-tree--item__open,
ul>.block-category-tree--item {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}

.pane-left-menu ul.block-category-tree--items>li {
  position: relative;
}

.pane-left-menu ul.block-category-tree--items>li>a {
  height: 43px;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(-135deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener.is-open::before {
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a+.block-category-tree--item-opener {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3>li>a {
  background: #f5f5f5;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4>li>a {
  background: #f0f0f0;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

/* ----商品一覧---- */

.page-event .block-goods-list--items-wrap,
dl.block-goods-list--display-style-items,
dl.block-goods-list--sort-order-items {
  display: none;
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-ranking-r .block-ranking-r--items dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 32px 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items dl:nth-of-type(3n) {
  margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items dl {
  margin: 0 32px 0 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 276px;
  height: 276px;
  background: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank {
  top: 8px;
  left: 8px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #fff;
  background: #111;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description {
  margin-top: 25px;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-icon {
  display: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-ranking-r--goods .price {
  color: #081f2c;
}

.block-ranking-r--goods .block-ranking-r--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price {
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price+.default-price {
  font-size: 11px;
  font-weight: normal;
}


.block-thumbnail-t {
  width: 100%;
}

.block-thumbnail-t dl:nth-of-type(4n) {
  margin-right: 0;
}

.block-goodschange-list .block-thumbnail-t dl,
.block-goodschange-list .block-thumbnail-t dl:nth-of-type(4n),
.block-goodsadd-list .block-thumbnail-t dl,
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list .block-thumbnail-t dl:nth-of-type(5n),
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl,
.block-cart .block-accessory-list--list .block-thumbnail-t dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n),
.block-cart .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.page-top .block-thumbnail-t dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 0 0;
  padding: 0;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description {
  margin-top: 16px;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description {
  margin-top: 25px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description a {
  text-decoration: none;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 11px;
}

.block-thumbnail-t .price,
.block-thumbnail-t .net-price,
.block-thumbnail-t .default-price,
.block-thumbnail-t .exchange-price,
.block-thumbnail-t .block-exchange-price--rate-dt {
  text-align: left;
}

.block-thumbnail-t .price {
  color: #081f2c;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price {
  color: #d53115;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price+.default-price {
  font-size: 11px;
  font-weight: normal;
}

.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;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment+.block-goods-list-l--price-items .price {
  color: #d53115;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.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 {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.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 {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.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 {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

/* ここまで usr/block.css のコピー */