@charset "UTF-8";
/* ----商品詳細画面---- */
.page-goods .block-topic-path {
  margin-top: 0;
}

.block-goods-detail {
  margin: 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-goods-detail-footer {
  margin: 15px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-goods-name {
  margin-bottom: 10px;
}

.block-icon {
  margin-bottom: 10px;
}

.block-src-l {
  text-align: center;
  margin-bottom: 10px;
}

.block-src-c {
  margin-bottom: 10px;
}

.block-goods-gallery {
  width: 100%;
}

.block-goods-gallery ul {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.block-goods-gallery li {
  width: 25%;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.block-goods-comment {
  margin-bottom: 10px;
  background-color: var(--common-beige-color);
  padding: 10px;
}

.block-goods-price--on-sales-comment {
  color: var(--common-pink-color);
  text-align: justify;
  margin-bottom: 10px;
}
.block-goods-price--on-sales-comment + .block-goods-price--price {
  color: var(--common-pink-color);
}

.block-goods-price {
  margin-bottom: 10px;
  text-align: right;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: bold;
}
.block-goods-price--default-price {
  color: #707070;
  font-weight: normal;
}
.block-custom-order--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-add-cart--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-favorite--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-no-stock--message {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
}

.block-contact-about-goods-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5,
.block-goods-comment6,
.block-goods-comment7 {
  margin-bottom: 10px;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-exchange-price {
  font-size: 12px;
}

.block-goods-set {
  margin-bottom: 10px;
}

.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}

.block-goods-set--item-list {
  margin-bottom: -1px;
}

.block-goods-set--item-name-link {
  text-decoration: underline;
}

.block-goods-sales-detail-append--item select {
  max-width: 300px;
}

/* バリエーション切り替えボタン */
.block-variation--name {
  margin: 10px -10px;
}

.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--selected-item {
  margin-bottom: 10px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.active dt {
  border: 2px solid #3fbf0d;
}

.block-color--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-color--item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.block-size--item dt {
  width: 54px;
  min-height: 54px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 12px;
}

.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* ----関連商品---- */
.block-accessory-list {
  margin-top: 10px;
}
.block-accessory-list--name {
    font-weight: bold;
    color: var(--common-green-color);
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 28px;
    padding-bottom: 0;
    margin: 0 0 20px;
}
.block-accessory-list--name::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-image: radial-gradient(circle, var(--common-green-color) 54%, transparent 40%);
  background-size: 100% 10px;
  background-position: top;
  background-repeat: repeat-y;
  margin-right: 10px;
}
.block-accessory-list--list #goods_list_auto_load_area {
  overflow: auto;
}
.block-accessory-list--list .js-enhanced-ecommerce-goods-list-wrapper {
  border-top: 0;
  flex-wrap: nowrap;
  width: fit-content;
  gap: 20px;
  padding: 0 10px;
}
.block-accessory-list--list .js-enhanced-ecommerce-goods-list-wrapper li {
  width: clamp(100px, 52vw, 300px);
  margin: 0;
  padding: 0;
}

/* ----ユーザーレビュー画面---- */
.block-goods-user-review {
  margin: 0 10px 40px;
}

.block-goods-user-review h2 {
  font-size: 1.25em !important;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 0.4em;
  border-bottom: 1px solid var(--common-green-color);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: justify;
}

.block-goods-user-review--count-summary {
  margin-bottom: 5px;
}

.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--score dd {
  display: inline;
}

.block-goods-user-review--score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--count dd {
  display: inline;
}

.block-goods-user-review--write-review {
  text-align: right;
}

.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}

.block-goods-user-review--item {
  padding: 30px 0;
}
.block-goods-user-review--item + .block-goods-user-review--item {
  border-top: 1px dotted #C3C3C3;
}

.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}

.block-goods-user-review--item-summary dt {
  display: inline;
}

.block-goods-user-review--item-summary dd {
  display: inline;
}

.block-goods-user-review--item-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-goods-user-review--item-moderate-vote {
  border-top: #eee 1px dotted;
  padding: 10px 0;
}

.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--readmore a {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}

.block-goods-user-review .dropdown {
  z-index: 1;
}

.block-goods-user-review--form {
  margin: 10px 10px 0;
}
.btn.btn-default.block-goods-user-review--write-review-btn {
  border-radius: 100em;
  padding: 10px;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  background-color: white;
  color: #222;
  margin: auto;
  border-color: #222;
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

.block-user-review {
  margin: 10px;
}

.block-user-review--header {
  margin: -10px -10px 0;
}

.block-user-review--review-body textarea {
  width: 100%;
}

.block-user-review--review-contribution-conditions h3 {
  padding: 10px 0;
}

.block-user-review--item-header {
  margin: 0 -10px 10px;
}

.block-user-review--message a {
  text-decoration: underline;
}

.block-user-review--evaluator-name dt {
  display: inline;
}

.block-user-review--evaluator-name dd {
  display: inline;
}

.block-user-review--evaluation {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review--evaluation-score dt {
  display: inline;
}

.block-user-review--evaluation-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-user-review--evaluation-score dd {
  display: inline;
}

.block-user-review--review-item {
  margin: 10px -10px 10px;
}

.block-user-review--review-header {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}

.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}

.block-user-review--evaluation-message {
  margin: 10px 10px 0;
}

.block-user-review--review-comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-user-review--review-item .action-buttons {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review-completed {
  margin: 10px;
}

.block-user-review-completed--header {
  margin: -10px -10px 0;
}

.block-user-review-completed--message-header {
  margin: 0 -10px 10px;
}

/* ----イベント画面---- */
.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----店舗在庫画面---- */
.block-store-stock {
  margin: 10px;
}

.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}

.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}

.block-store-stock--goods-detail {
  margin-bottom: 10px;
}

.block-store-stock-goods {
  margin-bottom: 10px;
}

.block-store-stock--header {
  margin: 10px -10px 10px;
}

.block-store-stock--message {
  border: solid 1px #a94442;
  color: #a94442;
  padding: 10px;
  margin-bottom: 10px;
}

.block-store-stock--div-name {
  font-weight: bold;
}

.block-store-stock--list {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.block-store-stock--list dd {
  padding: 5px 5px 5px 12px;
}

.block-store-stock--item {
  padding-right: 12px;
}

.block-store-stock--item a {
  text-decoration: underline;
}

/* ----アイコン---- */
.block-icon {
  font-size: 0;
  display: flex;
}

.block-icon span {
  margin-right: 3px;
}

.block-icon img {
  width: auto;
  height: 13px;
  vertical-align: top;
  opacity: .8;
}


/* ----商品一覧画面----*/
/* 表示方法 */
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-style--element {
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

.block-sort--select {
  padding: 5px 10px 10px 10px;
  vertical-align: middle;
}
.block-sort--select select {
  width: 100%;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.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--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* ページャ */
.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;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
.block-pickup-list-p--items {
  border-top: 1px solid #eee;
}

.block-pickup-list-p--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-pickup-list-p--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}

.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--goods-name {
  font-weight: bold;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 18px;
  font-weight: bold;
}

.block-pickup-list-p--scomment {
      color: var(--common-pink-color);
}
.block-pickup-list-p--scomment + .block-pickup-list-p--price-items .block-pickup-list-p--price {
      color: var(--common-pink-color);
}
.block-pickup-list-p--default-price.default-price {
    color: #707070;
    font-weight: normal;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-thumbnail-t--items li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  vertical-align: top;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 20px;
}

.block-thumbnail-t--items .block-pickup-list-t--add-cart {
  padding-top: 0.5rem;
  width: 100%;
  margin-top: auto;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
  display: block;
  width: 100%;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #E3E3E3;
}

.block-thumbnail-t--goods-image figure img {
  width: auto;
  height: 100%;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(14px * 3);
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

/* トップページ イベントのコメント非表示 */
#wrapper-top .block-thumbnail-t--comment {
  display: none;
}

.block-thumbnail-t--scomment {
  display: block !important;
  float: none !important;
  color: var(--common-pink-color);
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}

.block-thumbnail-t--scomment + .block-thumbnail-t--price-items  .block-thumbnail-t--price {
  color: var(--common-pink-color);
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-ranking-r--items li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-ranking-r--items li a {
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  aspect-ratio: 1;
}
.block-ranking-r--goods-image figure img {
  height: 100%;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
  font-weight: bold;
}

.block-ranking-r--comment {
  font-size: 12px;
}

.block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}
.block-ranking-r--price-infos {
  margin-top: 10px;
}
.block-ranking-r--price-infos > * {
  margin-top: 5px;
}
.block-ranking-r--scomment {
      color: var(--common-pink-color);
}
.block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
      color: var(--common-pink-color);
}
.block-ranking-r--default-price.default-price {
    color: #707070;
    font-weight: normal;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：サムネイル(レコメンド)：block-thumbnail-h---- */
.block-thumbnail-r {
  overflow: auto;
  padding: 0 10px;
}
.block-thumbnail-r--items {
  display: flex;
  width: max-content;
  gap: 1em;
}
.block-thumbnail-r--items li {
  width: 38vw;
  max-width: 200px!important;
  margin: 0;
}
.block-thumbnail-r--items li a {
  text-decoration: none;
}
.block-thumbnail-r--goods-image {
  width: 100%;
  border: 1px solid #E3E3E3;
}
.block-thumbnail-r--goods-image figure {
  width: 100%;
}
.block-thumbnail-r--goods-name{
  font-size: 14px;
  padding-top: .5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} 

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h--items {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 20px;
}

.block-thumbnail-h--items li {
  width: clamp(100px , 45vw , 300px);
}

.block-thumbnail-h--items li a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #E3E3E3;
}

.block-thumbnail-h--goods-image figure {
  width: 100%;
  aspect-ratio: 1;
}

.block-thumbnail-h--goods-image figure img {
  height: 100%;
}

.block-thumbnail-h--scomment,
.block-thumbnail-h--scomment + .block-thumbnail-h--price-items .price {
  color: #ED7585;
}
.block-thumbnail-h--price-infos * + * {
  margin-top: 5px;
}
.block-thumbnail-h--price-items .price,
.block-thumbnail-h--price-items .net-price,
.block-thumbnail-h--price-items .default-price,
.block-thumbnail-h--price-items .exchange-price,
.block-thumbnail-h--price-items .block-exchange-price--rate-dt {
  text-align: right;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-cart-i--items li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items li a {
  text-decoration: none;
}

.block-cart-i--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  aspect-ratio: 1;
}

.block-cart-i--goods-image figure img {
  height: 100%;
}

.block-cart-i--goods-description {
  word-wrap: break-word;
  font-size: 12px;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
.block-goods-detail-j--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
}

.block-goods-detail-j--items li {
  width: 50%;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-goods-detail-j--items li a {
  display: block;
}

.block-goods-detail-j--goods-image {
  vertical-align: top;
}

.block-goods-detail-j--goods-image figure {
  margin-bottom: 0.5rem;
  aspect-ratio: 1;
}
.block-goods-detail-j--goods-image figure img {
  height: 100%;
}

.block-goods-detail-j--goods-description {
  display: table-cell;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 14px;
}

.block-goods-detail-j--goods-name {
  font-weight: bold;
}

.block-goods-detail-j--comment {
  font-size: 12px;
}

.block-goods-detail-j--price {
  font-size: 18px;
  font-weight: bold;
}

.block-goods-detail-j--cart-btn {
  margin-top: 10px;
}

.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}

.block-goods-detail-j--custom-order {
  margin-top: 10px;
}

.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}
.block-goods-detail-j--price-infos {
  margin-top: 10px;
}
.block-goods-detail-j--price-infos > * {
  margin-top: 5px;
}
.block-goods-detail-j--scomment {
      color: var(--common-pink-color);
}
.block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--price {
      color: var(--common-pink-color);
}
.block-goods-detail-j--default-price.default-price {
    color: #707070;
    font-weight: normal;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
.block-goods-list-x--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-x--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-x--items li a {
  text-decoration: none;
}

.block-goods-list-x--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-x--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */
.block-goods-list-c--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-c--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-c--items li a {
  text-decoration: none;
}

.block-goods-list-c--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----カテゴリー画面---- */
.block-category-list--goods {
  margin: 0 0 10px 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */
.block-category-style-l--items {
  border-top: 1px solid #eee;
}

.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}

.block-category-style-l--item-container {
  display: table;
  width: 100%;
}

.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-l--item a {
  padding: 0 25px 0 0;
  text-decoration: none;
}

.block-category-style-l--item a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----カテゴリーツリー---- */
.block-category-tree {
  margin: 50px 10px;
}

.block-category-tree--header {
  border-bottom: 1px solid #eee;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}

.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}

.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}

/* ----ジャンル画面---- */
.block-genre-page--goods {
  margin: 0 0 10px 0;
}

.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----ジャンルツリー---- */
.block-genre-tree {
  display: none;
  border-bottom: 1px solid #eee;
}

.block-genre-tree--header {
  border-bottom: 1px solid #eee;
}

/*.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}

.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-genre-style--item:last-child {
  border-bottom: none;
}

.block-genre-style--item-container {
  display: table;
  width: 100%;
}

.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}*/

.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}

/*.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}*/

.block-genre-style--comment {
  display: none;
}

.block-genre-style--items-1 > li {
  padding-left: 10px;
}

.block-genre-style--items-2 > li {
  padding-left: 20px;
}

.block-genre-style--items-3 > li {
  padding-left: 30px;
}

.block-genre-style--items-2 {
  margin-left: -10px;
}

.block-genre-style--items-3 {
  margin-left: -20px;
}

/* ----絞り込み検索---- */
.block-filter--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--list-item {
  display: none;
  border-bottom: #eee 1px solid;
}

.block-filter--filter-options {
  border-top: #eee 1px solid;
}

.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}

.block-filter--element:last-child {
  border-bottom: none;
}

.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}

.block-filter--close i:before {
  content: "\f067";
}

.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--treeitem:first-child {
  border-top: none;
}

a.block-filter--treeitem-name {
  text-decoration: underline;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}

.block-filter--tree-2 > li {
  padding-left: 20px;
}

.block-filter--tree-3 > li {
  padding-left: 30px;
}

.block-filter--tree-4 > li {
  padding-left: 40px;
}

.block-filter--tree-2 {
  margin-left: -10px;
}

.block-filter--tree-3 {
  margin-left: -20px;
}

.block-filter--tree-4 {
  margin-left: -30px;
}

.block-filter--treeitem-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

/* ----詳細検索---- */
.block-search-goods--condition-items {
  margin: 10px;
}

.block-search-goods--to-dt {
  margin-top: 5px;
}

.block-search-goods .action-buttons {
  margin: 0 10px 10px 10px;
}

/* ---- カートリンク ----*/
div .cart-link-msg {
  text-align: center;
  padding-bottom: 0.5rem;
}
div .cart-link-msg br {
  display: none;
}
