﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-src-l {
  z-index: 3 !important;
}

.block-src-l figure {
  text-align: center;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.block-add-cart .block-add-cart--btn {
  font-size: 20px;
  font-weight: bold;
}
.block-add-cart .block-add-cart--btn::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  background: url(../../img/usr/common/icon_header_cart.png) center / contain no-repeat;
}
.block-add-cart .block-add-cart--btn .block-loading-min--ball::before {
  background: #ffffff;
}

.block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-arrival-notice .block-arrival-notice--btn {
  font-size: 20px;
  width: 280px;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite .block-goods-favorite--btn,
.block-goods-favorite .block-goods-favorite-registed--btn {
  width: auto;
  min-width: 182px;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 18px;
  background: #ffffff;
  border-color: #D9D4D0;
}
.block-goods-favorite .block-goods-favorite-registed--btn {
  background: #FCF7F2;
  border-color: #D9D4D0;
}
.block-goods-favorite .block-goods-favorite--btn::before,
.block-goods-favorite .block-goods-favorite-registed--btn::before {
  display: block;
  content: '';
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/contain no-repeat;
}
.block-goods-favorite .block-goods-favorite-registed--btn::before {
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/contain no-repeat;
}

.block-variation-add-cart {
  margin-right: 5px;
}

.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 165px;
  height: 54px;
}

.block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
}

.block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
  color: #f9f;
}

.block-no-stock--message {
  text-align: center;
  margin-top: 0;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  color: #ffffff;
  background-color: #B3B3B3;
}

.block-outside-sales-period--message {
  text-align: center;
  margin-top: 0;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  color: #ffffff;
  background-color: #B3B3B3;
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message,
.block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  text-align: center;
  margin-top: 0;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  color: #ffffff;
  background-color: #B3B3B3;
}

.block-goods-gallery-src {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-gallery ul {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
.block-goods-gallery li {
  position: relative;
  width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-gallery li.active::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 2px var(--color-red);

}

.block-goods-price {
  margin: 10px 0;
}
.block-goods-price .block-goods-price--price-wrap {
  position: relative;
}
.block-goods-price .block-goods-price--price-wrap .block-goods-point {
  position: absolute;
  right: 0;
  top: 0.45em;
  padding: 0 0 0 36px;
  font-size: 22px;
  font-weight: 500;
  color: #F29423;
  background: url(../../img/usr/goodsdetail/icon_point.png) left 0.2em / 26px auto no-repeat;
}
.block-goods-price .block-goods-price--price-wrap .block-goods-point::after {
  content: '～';
}

.block-goods-price .block-goods-price--price-line {
  display: flex;
  align-items: baseline;
}
.block-goods-price:has(.default-price) .block-goods-price--price-line {
  color: var(--color-red);

}
.block-goods-price .block-goods-price--price-line > p {
  min-width: 5.2em;
  font-size: 15px;
  font-weight: bold;
}
.block-goods-price .block-goods-price--price-line .price {
  font-size: 34px;
  font-weight: bold;
}
.block-goods-price .block-goods-price--price-line .price::first-letter {
  font-size: 22px;
}
.block-goods-price .block-goods-price--price-line .price:after {
  font-size: 15px;
  font-weight: 400;
}

.block-goods-price--on-sales-comment {
  margin: 0 0 10px;
  color: var(--color-red);
  font-size: 15px;
  font-weight: bold;
}
.block-goods-price--on-sales-comment .block-goods-price--on-sales-off-percent {
  display: inline-block;
  font-size: 13px;
  background: #ffffff;
  border-radius: 3px;
  margin: 0 8px 0 0;
  padding: 1px 8px;
}
.block-goods-price--on-sales-countdown {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-red);
}
.block-goods-price--on-sales-countdown div {
  display: inline-block;
}
.block-goods-price--on-sales-term {
  font-size: 13px;
  color: #4D4D4D;
}
.block-goods-price--default-price.default-price {
  font-size: 14px;
  font-weight: bold;
}
.block-goods-price--default-price.default-price::before {
  min-width: 5.2em;
  content: '通常価格：';
  font-size: 15px;
  font-weight: 400;
}
.block-goods-price--default-price.default-price:after {
  font-size: 13px;
  font-weight: 400;
}

.block-accessory-list {
  width: 100%;
}

.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}

.block-goods-detail .swiper-slider-main {
  overflow: hidden;
}

.block-goods-detail .swiper-slider-main:not(.swiper-initialized) .swiper-slide + .swiper-slide {
  display: none;
}
.block-goods-detail .swiper-slider-main img {
  /*
  height: 520px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  */
}

.block-goods-qty {
  font-weight: bold;
  margin-top: 10px;
}

.goods-list-qty {
  margin-bottom: 10px;
  text-align: start;
}

.qty-pulldown {
  margin-left: 1em;
}

#select-qty {
  font-weight: normal;
  width: 100px;
}

/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main img {
  /*max-height: 606px;*/
}
.block-goods-detail .goodsdetail-mv .swiper-slider-main figure {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-detail .goodsdetail-mv .swiper-slider-main figure img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main figure {
  text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 14px !important;
  text-align: center;
  display: none;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* 注文明細拡張 */

.block-goods-sales-detail-append--item .form-label {
  padding: 10px;
  margin-right: 10px;
}

.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
  width: 100%;
}

.block-goods-sales-detail-append--item .constraint .required {
  margin: -38px 20px 16px 0;
  display: block;
  text-align: right;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
  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 dt {
  width: 54;
  height: 54px;
}

.block-color--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.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 {
  padding: 5px 0;
  width: 100%;
  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: 96px;
  height: 50px;
  padding: 2px;
}

.block-size-with-cart--size-stock-item {
  display: flex;
}

.block-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-size-with-cart--stock-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--size-tooltip-container,
.block-size-with-cart--stock-tooltip-container {
  position: relative;
  display: flex;
  align-items: center;
}

.block-size-with-cart--size-tooltip-text,
.block-size-with-cart--stock-tooltip-text {
  display: inline-block;
  width: auto;
  max-width: 250px;
  min-width: 150px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: normal;
  word-wrap: break-word;
  background-color: #333;
  border-radius: 6px;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}

.block-size-with-cart--size-tooltip-text::after,
.block-size-with-cart--stock-tooltip-text::after {
  border-width: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: "";
}

.block-size-with-cart--size-tooltip-container:hover .block-size-with-cart--size-tooltip-text,
.block-size-with-cart--stock-tooltip-container:hover .block-size-with-cart--stock-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  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: 100%;
  max-height: 100%;
}

.block-color-with-cart--size-stock-item {
  display: flex;
}

.block-color-with-cart--stock-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--stock-tooltip-container {
  position: relative;
  display: flex;
  align-items: center;
}

.block-color-with-cart--stock-tooltip-text {
  display: inline-block;
  width: auto;
  max-width: 250px;
  min-width: 150px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: normal;
  word-wrap: break-word;
  background-color: #333;
  border-radius: 6px;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}

.block-color-with-cart--stock-tooltip-text::after {
  border-width: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: "";
}

.block-color-with-cart--stock-tooltip-container:hover .block-color-with-cart--stock-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-stock-item {
  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: 96px;
  height: 50px;
  padding: 2px;
}

.block-color-size-with-cart--stock-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--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: 100%;
  max-height: 100%;
}

.block-color-size-with-cart--size-tooltip-container,
.block-color-size-with-cart--stock-tooltip-container {
  position: relative;
  display: flex;
  align-items: center;
}

.block-color-size-with-cart--size-tooltip-text,
.block-color-size-with-cart--stock-tooltip-text {
  display: inline-block;
  width: auto;
  max-width: 250px;
  min-width: 150px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: normal;
  word-wrap: break-word;
  background-color: #333;
  border-radius: 6px;
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}

.block-color-size-with-cart--size-tooltip-text::after,
.block-color-size-with-cart--stock-tooltip-text::after {
  border-width: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: "";
}

.block-color-size-with-cart--size-tooltip-container:hover .block-color-size-with-cart--size-tooltip-text,
.block-color-size-with-cart--stock-tooltip-container:hover .block-color-size-with-cart--stock-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* 商品詳細(イベント一覧) */
#goodsdetail_eventlist .swiper-eventlist-content {
  margin: 40px 0 0;
  overflow: hidden;
  user-select: none;
}
#goodsdetail_eventlist {
  position: relative;
  z-index: 0 !important;
}



.block-eventlist {
  display: grid;
  grid-template-columns: repeat(999, 1fr);
  gap: 0 40px;
  padding: 0;
}
.swiper-initialized .block-eventlist {
  gap: 0;
}

.block-eventlist-item {
  padding: 0;
}

.block-eventlist-item--image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 calc(200 / 297 * 100%);
}
.block-eventlist-item--image figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
}

.block-eventlist-item--title {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-eventlist-item--title a {
  text-decoration: none;
}

/* 商品詳細(ブログ一覧) */

#goodsdetail_bloglist div[class^="swiper-bloglist-content_"] {
  margin: 0 35px;
  overflow: hidden;
  user-select: none;
}

#goodsdetail_bloglist > div[id^="goodsdetail_bloglist_"] {
  position: relative;
  z-index: 0 !important;
}

div[class^="swiper-bloglist-prev_"] {
  position: absolute;
  top: 85px;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

div[class^="swiper-bloglist-prev_"]::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

div[class^="swiper-bloglist-next_"] {
  position: absolute;
  top: 85px;
  right: 0;
  width: 35px;
  height: calc(100% - 85px);
  margin: 0;
  background: none;
  font-size: 0;
}

div[class^="swiper-bloglist-next_"]::before {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

div[id^="swiper-bloglist-navigation_"] .swiper-button-disabled {
  display: none;
}

.block-bloglist {
  display: flex;
  padding: 0 0 10px 0;
}

.block-bloglist-item {
  padding: 0 10px 0 0;
  width: 228px;
}

.block-bloglist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 170px;
}

.block-bloglist-item--date {
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-bloglist-item--newicon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  color: rgb(255, 255, 255);
  background: #e5002d;
  font-size: 12px;
  font-weight: bold;
}

.block-bloglist-item--title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-bloglist-item--title a {
  text-decoration: none;
}

.block-bloglist-item--taglist {
  margin: 10px 0 0 0;
}

.block-bloglist-item--taglist div {
  display: inline-block;
}

.block-bloglist-item--taglist-item {
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #e9e9e9;
  word-break: break-all;
}

.block-bloglist-item--taglist-item a {
  text-decoration: none;
}

/* 商品詳細選べるセット商品 */
.block-goods-pickup--comment {
  margin: 20px 0;
  font-size: 32px;
}
.block-goods-pickup--block-title {
  display: flex;
  align-items: center;
  font-size: 28px;
}
.block-goods-pickup--block-title .required::after {
  vertical-align: middle;
}
.block-goods-pickup--block-title .required {
  margin-left: 10px;
}
.block-goods-pickup--block-top-comment {
  margin-bottom: 5px;
}
.block-goods-pickup--block-bottom-comment {
  margin-top: 5px;
}
.block-goods-pickup--block-variation--count {
  margin: 20px 0 5px 0;
  font-size: 24px;
  background: #f9f9f9;
  padding: 10px;
}
.block-goods-pickup--block-variation-name {
  margin: 10px 0;
  font-size: 18px;
}
.block-goods-pickup--goods-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 10px;
}
.block-goods-pickup--block-variation-area .block-goods-pickup--goods-list {
  margin-top: 0;
}
.block-goods-pickup--goods-list.hidden {
  display: none;
}
.block-goods-pickup--goods-item {
  width: calc(20% - 8px);
  border: 1px solid #dcdcdc;
}
.block-goods-pickup--goods-item.block-goods-pickup--pickup-normal {
  position: relative;
  padding: 10px 10px 60px 10px;
}
.selected-goods .block-goods-pickup--goods-item {
  padding: 10px;
}
.selected-goods .block-goods-pickup--goods-item.allowed-to-delete-goods {
  position: relative;
  padding: 10px 10px 50px 10px;
}
.block-goods-pickup--goods-item.active {
  border: 3px solid #f00;
}
.block-goods-pickup--goods-item label {
  display: block;
  padding: 10px;
  height: 100%;
}
.block-goods-pickup--goods-item.block-goods-pickup--block-variation-variation1-item {
  padding: 2px 0;
}
.block-goods-pickup--goods-item.block-goods-pickup--block-variation-variation1-item.active {
  padding: 0;
}
.block-goods-pickup--pickup-radio label,
.block-goods-pickup--pickup-variation label {
  cursor: pointer;
}
.block-goods-pickup--goods-img-figure {
  width: 100%;
  aspect-ratio: 1;
}
.block-goods-pickup--goods-img img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-pickup--goods-price {
  display: block;
  text-align: right;
  font-weight: bold;
}
.block-goods-pickup--net-price.net-price,
.block-goods-pickup--default-price.default-price {
  text-align: right;
}
.block-goods-pickup--goods-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.block-goods-pickup--block-variation--isdisplay {
  margin: 10px 0;
}
.block-goods-pickup--variation-add-goods {
  margin: 10px 0;
  padding: 6px 0;
  font-size: 16px;
  width: 160px;
}
.block-goods-pickup--block-content {
  border: solid 1px #dcdcdc;
  padding: 20px 20px 20px 20px;
  margin: 0 0 20px 0;
}
.block-goods-pickup--block-no-goods,
.block-goods-pickup--no-select {
  font-size: 21px;
  font-weight: bold;
  padding: 50px;
  text-align: center;
}
.block-goods-pickup--goods-qty-area {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-pickup--goods-qty-area .block-goods-pickup--goods-qty-button {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  background-color: white;
  margin: 0 10px;
}
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  margin: 0 5px;
  padding: 0;
  border: none;
  outline: none;
  -moz-appearance: textfield;
}
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input::-webkit-inner-spin-button,
.block-goods-pickup--goods-qty-area input[type="number"].block-goods-pickup--goods-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gray-out {
  position: relative;
}
.gray-out::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  z-index: 1;
}
.block-goods-pickup--block-variation-variation2-list {
  font-size: 0;
}
.block-goods-pickup--block-variation-variation2-item {
  display: inline-block;
  margin-right: 5px;
}
.block-goods-pickup--block-variation--list .block-goods-pickup--block-variation-variation2-item {
  font-size: 0;
}
.block-goods-pickup--block-variation-variation2-item-button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.block-goods-pickup--block-variation-variation2-item-button img {
  max-width: 100%;
  max-height: 100%;
}
.block-goods-pickup--variation-selected-goods-text {
  font-size: 16px;
}
.block-goods-pickup--variation-selected-goods-text.price {
  font-weight: bold;
}
.block-goods-pickup--variation-selected-goods-text.default-price,
.block-goods-pickup--variation-selected-goods-text.net-price {
  font-size: 14px;
}
.block-goods-pickup--block-variation-variation1-name,
.block-goods-pickup--goods-item .variation-name {
  overflow-wrap: anywhere;
  word-break: break-all;
}
#block-goods-pickup--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 -2px 5px #0000001a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#block-goods-pickup--total-info-qty {
  display: flex;
  align-items: center;
  margin: 10px 20px 0 0;
}
.block-goods-pickup--total-qty {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  color: #333;
}
#total-text {
  margin-right: 10px;
}
#total-price-text {
  min-width: 65px;
  font-size: 16px;
}
.block-goods-pickup--total-price.price {
  font-size: 24px;
  font-weight: bold;
  color: #e74c3c;
  margin-left: 10px;
}
.block-goods-pickup--footer-add-cart {
  font-size: 18px;
  width: 280px;
}
.block-goods-pickup--footer-add-cart .block-add-cart--btn {
  margin: 0;
}
.delete-button {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  padding: 5px 0;
  margin: 10px auto;
  width: 50px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.block-goods-pickup--block-variation-variation2-item-button.active {
  border: 3px solid #f00;
}

.block-goods-pickup--havingvariation-btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review {
  margin-top: 60px;
}
.block-goods-user-review h2 {
  background-color: #f5f5f5;
  font-size: 22px;
  padding: 10px 15px;
}
.block-goods-user-review--info {
  margin: 50px 0 40px;
}
.block-goods-user-review--score dt {
  display: inline-block;
}
.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}
.block-goods-user-review--score dd img {
  height: 100%;
}
.block-goods-user-review--count dt {
  display: inline-block;
}

.block-goods-user-review--count dd {
  display: inline-block;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--write-review-link {
  text-decoration: underline;
}

.block-goods-user-review--description {
  margin: 10px 0;
}

.block-goods-user-review--item {
  margin: 40px 0;
  padding: 30px;
  border: solid 1px #E6E3E1;
  border-radius: 4px;
}

.block-goods-user-review--item-title {
  font-weight: 500;
  font-size: 17px;
}
.block-goods-user-review--item-score {
  margin: 6px 0 14px;
}
.block-goods-user-review--item-score dt {
  margin: 0;
  height: 20px;
}

.block-goods-user-review--item-score dt img {
  height: 100%;
}


.block-goods-user-review--item-size,
.block-goods-user-review--item-color,
.block-goods-user-review--item-name,
.block-goods-user-review--item-size,
.block-goods-user-review--item-color,
.block-goods-user-review--item-name,
.block-goods-user-review--item-moderate-underestimate,
.block-goods-user-review--item-moderate-underestimate,
.block-goods-user-review--item-moderate-overestimate,
.block-goods-user-review--item-moderate-overestimate {
  display: inline-block;
  font-size: 13px;
  color: #777777;
}
.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}

.block-goods-user-review--item-name ~ dl > dt {
  padding-left: 1em;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  clear: both;
}
.block-goods-user-review--readmore {
  text-align: center;
}
.block-goods-user-review--readmore a {
  display: inline-block;
  text-decoration: underline;
}
.block-goods-user-review--container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.block-goods-user-review--container .block-goods-user-review--pager-now,
.block-goods-user-review--container a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffff;
    border: solid 1px #D9D4D0;
    font-size: 15px;
    font-weight: 400;
    color: unset;
    padding: 0;
}
.block-goods-user-review--container .block-goods-user-review--pager-now {
  background: var(--color-red);
  border-color: var(--color-red);
  color: #ffffff;
}

.block-goods-user-review--item-comment {
  margin: 10px 0;
}
.block-goods-user-review--item-moderate-vote {
  display: none!important;
}
.block-goods-user-review--write-review-btn {
  margin: 28px 0 0;
    padding: 18px 28px 18px 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-red);
    background: #ffffff;
    border: solid 1px var(--color-red);
    border-radius: 5px;
    transition: all 0.3s;
    min-width: 196px;
    height: 4.2rem;
    border-radius: 3rem;
}
.block-goods-user-review--write-review-btn::after {
  content:"";
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--color-red);
  border-right: solid 1px var(--color-red);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.block-goods-price--regular-repeat-price-line {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.block-goods-price--regular-repeat-price-name {
  min-width: 5.2em;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--items {
  display: block;
}
.block-goods-price--item {
}

.block-goods-price--regular-repeat-price {
  font-weight: bold;
  color: #333;
}

.block-goods-price--regular-repeat-net {
  color: #555;
}

.block-goods-price--regular-repeat-default-price {
  font-size: 15px;
  display: flex;
  align-items: baseline;
}
.block-goods-price--regular-repeat-default-price::before {
  color: #333;
  content: '通常価格：';
}
.block-goods-price--regular-repeat-default-price .default-price {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: bold;
}

/* ----ユーザーレビュー画面---- */

.block-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
  padding-top: 10px;
}

.block-user-review--evaluation-score img {
  width: 11.8%;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-item {
  margin: 40px 0;
    padding: 30px;
    border: solid 1px #E6E3E1;
    border-radius: 4px;
}
.block-user-review--review-header {
  margin: 0;
  font-weight: 500;
    font-size: 17px;
}
.block-user-review--evaluation {
  margin: 6px 0 14px;
}
.block-user-review--evaluation .block-user-review--evaluation-score img {
  width: auto;
  height: 20px;
}
.block-user-review--review-comment {
  margin: 10px 0;
}
.block-user-review--evaluator-name {
display: inline-block;
    font-size: 13px;
    color: #777777;  
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}

/* ----トップページイベント表示---- */
.block-top-event--header {
  position: relative;
  margin: 0 0 40px;
}
.block-top-event--header .block-top-event--header-tit {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: none;
  font-size: 30px;
  font-weight: 500;
  color: var(--text-color);
}
.block-top-event--header .block-top-event--header-tit span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #111111;
}
.block-top-event--header a {
  position: absolute;
  right: 0;
  top: 0;
}
.block-top-event--goods:not(:last-child) {
  margin-bottom: 80px;
}

/* ----店舗在庫画面---- */

.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}

.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}

.block-store-stock--message {
  margin: 10px 0;
}

.block-store-stock--div-name {
  font-weight: bold;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon img {
  width: 32px;
}

/* ----商品一覧画面----*/
.goodslist-tops-area {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 1px 0;
}
.wrapper:not(:has(.pane-topic-path)) .goodslist-tops-area {
  padding-top: 50px;
}
.goodslist-tops-area::before {
  display: block;
  content: '';
  background: #F9F9F9;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: var(--sideOverSpace);
  right: var(--sideOverSpace);
  border-bottom: solid 1px #E6E3E1;
}
.goodslist-tops-header {
  margin: 0 0 30px;
  padding: 80px 110px;
  background: #ffffff;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.12);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.goodslist-tops-header h1 {
  margin: 0 0 0;
  padding: 0 0 0.5rem;
  font-size: 3.2rem;
  border-bottom: solid 1px #111111;
}
.goodslist-tops-header .goodslist-tops-header--comment {
  margin-top: 4.0rem;
  line-height: 1.6;
}
.goodslist-tops-header:has(figure) {
  position: relative;
  padding-left: 100px;
  padding-right: calc(45% + 100px);
}
.goodslist-tops-header figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
}
.goodslist-tops-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-event-page--goods,
.block-genre-page--goods,
.block-category-list--goods {
  position: relative;
  z-index: 1;
  margin: 0 auto 80px;
  padding: 100px 0 50px;
}
.block-event-page--goods::after,
.block-genre-page--goods::after,
.block-category-list--goods::after {
  display: block;
  content: '';
  background: #FAF9F5;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: var(--sideOverSpace);
  right: var(--sideOverSpace);
}

.block-event-page--goods:empty,
.block-genre-page--goods:empty,
.block-category-list--goods:empty {
  display: none;
}
/* 表示方法・並べ替え・ページャ */
.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--ctrl {
  position: relative;
  z-index: 10;
  height: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 15px;
}
.block-goods-list--ctrl:empty {
  display: none;
}
.block-goods-list--sort-bg {
  background: rgba(0,0,0,0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.block-goods-list--filter-btn {
  order: 0;
}
.block-goods-list--sort-btn {
  order: 10;
}
.block-goods-list--filter-btn span,
.block-goods-list--sort-btn span {
  position: relative;
margin: 0;
    padding: 10px 35px 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #4D4D4D;
    background: #ffffff;
    border: solid 1px #8E867B;
    border-radius: 5px;
    transition: all 0.3s;
    min-width: 14.5rem;
    min-width: 0;
    height: 4.2rem;
    border-radius: 3rem;
    cursor: pointer;
}
.block-goods-list--filter-btn span:hover,
.block-goods-list--filter-btn span.active,
.block-goods-list--sort-btn span:hover,
.block-goods-list--sort-btn span.active {
  opacity: 1;
  background-color: #8E867B;
  color: #ffffff;
}
.block-goods-list--filter-btn span::after,
.block-goods-list--sort-btn span::after {
  content:"";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(135deg);
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
}
.block-goods-list--filter-btn span:hover::after,
.block-goods-list--filter-btn span.active::after,
.block-goods-list--sort-btn span:hover::after,
.block-goods-list--sort-btn span.active::after {
  border-color: #ffffff;
}
.block-goods-list--filter-btn span.active::after,
.block-goods-list--sort-btn span.active::after {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.block-goods-list--sort-order-items {
  display: none;
  padding-top: 5px;
}
.block-goods-list--ctrl .block-goods-list--sort-order-items {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 3;
}

.block-goods-list--sort-order-items .active {
  font-weight: bold;
  color: #111111;
}

.block-goods-list--sort-order-items dt {
  display: none;
}

.block-goods-list--sort-order-items dd {
  display: block;
  padding: 6px 18px;
  background: #ffffff;
  border: solid 1px #D9D4D0;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.06);
  border-radius: 10px;
}
.block-goods-list--sort-order-items dd ul {
  min-width: 134px;
}
.block-goods-list--sort-order-items dd ul li {
  color: #777777;
  padding: 10px 0;
}
.block-goods-list--sort-order-items dd ul li + li {
  border-top: solid 1px #E6E3E1;
}
.block-goods-list--image-relative {
  position: relative;
}

.block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}
/* ----商品一覧画面：一覧：block-goods-list-l---- */

.block-goods-list-l--table {
  width: 100%;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}

.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}

.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #444;
}

.block-goods-list-l--add-cart {
  text-align: center;
}

.block-goods-list-l--stock {
  text-align: center;
}

.block-goods-list-l--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-top: 5px;
}

.block-goods-list-l .price {
  font-weight: bold;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */

.block-bulk-purchase-b--table {
  width: 100%;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border-collapse: collapse;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  padding: 10px;
}

.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border: 1px solid #444;
}

.block-bulk-purchase-b--stock {
  text-align: center;
}

.block-bulk-purchase-b--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-bulk-purchase-b .price {
  font-weight: bold;
}

.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}

.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */

.block-goods-list-d--item {
  margin-bottom: 20px;
}

.block-goods-list-d--image {
  width: 200px;
}

.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}

.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}

.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}

.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-top: 5px;
}

.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--price-title {
  display: inline-block;
}

.block-goods-list-d--price {
  display: inline-block;
}

.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--stock-title {
  display: inline-block;
}

.block-goods-list-d--stock {
  display: inline-block;
}

.block-goods-list-d .price {
  font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-d--scomment {
  color: #cc3302;
}

.block-goods-list-d--goods-comment {
  margin-top: 10px;
}

.block-goods-list-d--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-d--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a--item {
  width: 100%;
  margin: 0 0 20px 20px;
}

.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: right;
  margin: 5px 0;
}

.block-check-list-a--select-item .radio {
  margin-right: 0;
}

.block-check-list-a--image {
  width: 142px;
}

.block-check-list-a--form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-check-list-a--item:last-child .block-check-list-a--item-body {
  border-bottom: none;
}

.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-check-list-a--price-title {
  display: inline-block;
}

.block-check-list-a--price {
  display: inline-block;
}

.block-check-list-a--stock-title {
  display: inline-block;
}

.block-check-list-a--stock {
  display: inline-block;
}

.block-check-list-a .price {
  font-weight: bold;
}

.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}

.block-check-list-a--scomment {
  color: #cc3302;
}

.block-check-list-a--goods-comment {
  margin-top: 10px;
}

.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}

.block-order-complete .block-check-list-a .block-check-list-a--stock-items
.page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}

.block-check-list-a--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  height: 30%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-check-list-a--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  height: 30%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：ピックアップ：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--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-top: 5px;
}

.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-pickup-list-p--scomment {
  color: #cc3302;
}

.block-pickup-list-p--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-pickup-list-p--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-w--image {
  width: 142px;
}

.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}

.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-top: 5px;
}

.block-pickup-list-w .price {
  font-weight: bold;
}

.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-w--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t {
}
.block-thumbnail-t .block-thumbnail-t--items {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 4rem * 3) / 4));
  gap: 4rem;
}
.block-thumbnail-t .block-thumbnail-t--item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background: #ffffff;
  border: solid 1px #E6E3E1;
  border-radius: 2px;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  margin: 0 0 5px;
  padding: 10px 35px 0 10px;
  display: flex;
  min-height: 36px;
}

.block-thumbnail-t .block-thumbnail-t--item .block-goods-list--favorite--btn,
.block-thumbnail-t .block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 5;
  width: 20px;
  height: 20px;
  background-size: contain;

}

.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--image {
  position: relative;
  /*
  height: 0;
  padding: 0 0 calc(928 / 1160 * 100%);
  */
  aspect-ratio: 1 / calc(928 / 1160);
  overflow: hidden;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--image figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--image a:hover {
  opacity: 1.0;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--image a:hover figure {
  transform: scale(1.15);
}



.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-name-line {
  margin: 10px auto 15px;
  width: calc(100% - 4.4rem);
}
.block-thumbnail-t .block-thumbnail-t--item a.block-thumbnail-t--goods-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(255,255,255,0);
}
.block-thumbnail-t .block-thumbnail-t--item a.block-thumbnail-t--goods-link span {
  opacity: 0;
}
.block-thumbnail-t--goods-name {
display: -webkit-box;       
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
font-size: 17px;
font-weight: 500;
transition: opacity 0.3s;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-price-line {
  width: calc(100% - 4.4rem);
  margin: 0 auto 25px;
  padding: 0 0;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox .price {
  white-space: nowrap;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox:has(.default-price) .price {
  color: var(--color-red);
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox:not(:has(.default-price)) {
  margin-bottom: 21px;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
@media screen and (max-width: 1390px) {
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox {
  flex-flow: wrap;
}
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox .block-thumbnail-t--goods-pricebox--tab {
  margin-top: 8px;
  padding: 3px 8px;
  background: #ffffff;
  border: solid 1px #D9D4D0;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.block-thumbnail-t .block-thumbnail-t--item .block-thumbnail-t--goods-pricebox .block-thumbnail-t--goods-pricebox--tab__regular {
  background: #F4F3ED;
}

.block-thumbnail-t--btn {
  width: calc(100% - 4.4rem);
  margin: 0 auto;
  padding: 0 0 30px;
}
.block-thumbnail-t--btn .btn {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 12px;
  font-weight: 500;
}
.block-thumbnail-t--btn .btn::after {
  display: block;
}

.block-thumbnail-t .block-thumbnail-t--item:has(a.block-thumbnail-t--goods-link:hover) .block-thumbnail-t--goods-name,
.block-thumbnail-t .block-thumbnail-t--item:has(a.block-thumbnail-t--goods-link:hover) .block-thumbnail-t--btn .btn {
  opacity: 0.4;
}
.block-thumbnail-t .block-thumbnail-t--item:has(a.block-thumbnail-t--goods-link:hover) .block-thumbnail-t--image figure {
  transform: scale(1.15);
}

/* slide */
.block-accessory-contents .block-thumbnail-t--items:not(.swiper-wrapper) .block-thumbnail-t--item:nth-child(n+5) {
  display: none;
}
.goodslist--slider-wrap .block-thumbnail-t--items.swiper-wrapper .swiper-slide::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(255,255,255,0);
  
}
.goodslist--slider-wrap .block-thumbnail-t--items.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(999, 1fr);
  gap: 0;
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r .block-thumbnail-t--item {
  position: relative;
}
.block-ranking-r--rank {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 45px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/usr/common/icon_rank_00.png) center / contain no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.block-ranking-r--rank.block-ranking-r--rank-1 { background-image: url(../../img/usr/common/icon_rank_01.png); }
.block-ranking-r--rank.block-ranking-r--rank-2 { background-image: url(../../img/usr/common/icon_rank_02.png); }
.block-ranking-r--rank.block-ranking-r--rank-3 { background-image: url(../../img/usr/common/icon_rank_03.png); }
.block-ranking-r .block-thumbnail-t--item .block-thumbnail-t--head {
  padding-left: 40px;
}
.block-ranking-r .goodslist--slider-wrap.swiper-outer .swiper {
  margin-top: -10px;
  padding-top: 10px;
  margin-left: -10px;
  padding-left: 10px;

}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  margin: 10px 0;
}

.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-thumbnail-h--item {
  width: 142px;
  margin-left: 9px;
}

.block-thumbnail-h--item:nth-child(6n+1) {
  margin-left: 0;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 120px;
  height: 120px;
}

.block-thumbnail-h--goods-description {
  margin-top: 20px;
}

.block-thumbnail-h--goods .price {
  font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-thumbnail-h--scomment {
  color: #cc3302;
}

.block-thumbnail-h--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  height: 30%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-thumbnail-h--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  height: 30%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s--item:first-child {
  border-top: 1px solid #444;
}

.block-list-s--item {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s--item div {
  display: inline-block;
}

.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}

.block-list-s--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-list-s .price {
  font-weight: bold;
}

.block-list-s--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-cart-i--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart-i--goods a {
  text-decoration: underline;
}

.block-cart-i--goods-description {
  margin-top: 20px;
}

.block-cart-i--goods .price {
  font-weight: bold;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-cart-i--scomment {
  color: #cc3302;
}

.block-cart-i--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-cart-i--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-goods-detail-j--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-detail-j--goods:first-of-type {
  margin-left: 0;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-detail-j--goods a {
  text-decoration: underline;
}

.block-goods-detail-j--goods-description {
  margin-top: 20px;
}

.block-goods-detail-j--goods .price {
  font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-detail-j--scomment {
  color: #cc3302;
}

.block-goods-detail-j--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-detail-j--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n--item:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n--item {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}

.block-goods-name-n a {
  color: #000;
  text-decoration: underline;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-list-x--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-x--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 3.0rem;
}
.block-goods-list-c--items .block-goods-list-c--item-body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.block-goods-list-c--items .block-goods-list-c--image {
  position: relative;
  z-index: 0;
  height: 0;
  padding: 0 0 calc(928 / 1160 * 100%);

}
.block-goods-list-c--items .block-goods-list-c--image figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;

}

.block-goods-list-c--items .block-goods-list-c--goods-name {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 500;
}

.block-goods-list-c--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-goods-list-c--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}
.swiper .block-goods-list-c--items {
  gap: 0;
}

.block-category-list--event {
  margin: 80px auto;
}
.block-category-list--topic {
  margin: 80px auto;
}
.block-category-list--topic:empty {
  display: none;
}
/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */

.block-category-style-p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-p--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  clear: both;
}

.block-category-style-p--item-image {
  width: 143px;
  float: left;
}

.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */

/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */

.block-category-style-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-g--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-g--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}

.block-category-style-g--item-image {
  width: 143px;
  float: left;
}

.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}

.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}

.block-category-style-g--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--item-name {
  display: inline;
}

.block-category-style-l--splitter {
  margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
.block-genre-list--sub,
.block-category-list--sub {
  margin: 30px 0 40px;
}
.block-genre-style,
.block-category-style-t {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.block-genre-style--item span,
.block-category-style-t--item span {
  position: relative;
display: inline-block;
    white-space: nowrap;
    color: var(--color-red);
    background: #ffffff;
    border: solid 1px var(--color-red);
    padding: 6px 15px 8px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 2em;
}
.block-genre-style--item a span,
.block-category-style-t--item a span {
  padding-right: 28px;
}
.block-genre-style--item a span::after,
.block-category-style-t--item a span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--color-red);
  border-right: solid 1px var(--color-red);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 3px);
}


/* ----カテゴリーツリー---- */

.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--level-2 > li > a {
  padding-left: 10px;
}

.block-category-tree--level-3 > li > a {
  padding-left: 20px;
}

.block-category-tree--level-4 > li > a {
  padding-left: 30px;
}

.block-category-tree--image {
  min-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--level2 > li {
  text-indent: 10px;
}

.block-genre-tree--level3 > li {
  text-indent: 20px;
}

.block-genre-tree--level4 > li {
  text-indent: 30px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----絞り込み検索---- */
#block_of_filter {
  /*display: none;*/
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#block_of_filter .block-filter-BG {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1501;
  background: rgba(0,0,0,0.5);
}
#block_of_filter .block-filter-container {
  position: fixed;
  left: -450px;
  top: 0;
  bottom: 0;
  z-index: 1502;
  width: 400px;
  background: #FCF7F2;
  border-radius: 0 10px 10px 0;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.06);
  transition: left 0.5s;
  display: flex;
  flex-flow: column;
}
#block_of_filter.active {
  visibility: visible;
  opacity: 1;
}
#block_of_filter.active .block-filter-container {
  left: 0;
}

#block_of_filter.active .block-filter--header {
  margin: 0 0 24px;
  padding: 23px 30px 0;
}
#block_of_filter .block-filter--header > p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #111111;
}
#block_of_filter .block-filter--header .block-filter-close {
  width: 25px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
#block_of_filter .block-filter--header .block-filter-close::before,
#block_of_filter .block-filter--header .block-filter-close::after {
  display: block;
  content: '';
  width: 25px;
  height: 1px;
  background: #111111;
  transform: rotate(32deg);
  position: absolute;
  left: 0;
  top: 50%;
}
#block_of_filter .block-filter--header .block-filter-close::after {
  transform: rotate(-32deg);
}
#block_of_filter .block-filter-container > form {
  flex: 1;
  overflow-y: auto;
  padding: 0 30px 30px;
}

.js-filter-box .pane-block--subtitle::before,
.js-filter-box.block-filter--close .pane-block--subtitle::after {
  display: block;
  content: '';
  width: 13px;
  height: 2px;
  background: var(--color-red);
  position: absolute;
  right: 0;
  top: 50%;
}
.js-filter-box.block-filter--close .pane-block--subtitle::after { transform: rotate(90deg); }
.js-filter-box .block-filter--list-inner-accordion {
  padding: 20px 10px 0;
}
.block-filter-option-items label {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 0 12px 0;
  border-bottom: solid 1px #EBE5E1;
}

.block-filter--treelist-inner-accordion {
  padding: 10px 10px 0;
}
.block-filter--treeitem {
}

.block-filter--tree-2 {
  padding-left: 20px;
}

.block-filter--tree-3 {
  padding-left: 10px;
}

.block-filter--tree-4 {
  padding-left: 10px;
}

.block-filter--treeitem-container {
  position: relative;
  width: 100%;
  border-bottom: #e6e3e1 1px solid;
}
.block-filter--tree-3 .block-filter--treeitem-container,
.block-filter--tree-4 .block-filter--treeitem-container {
  border-bottom: none;
}
.block-filter--tree-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-filter--tree-3 .block-filter--treeitem-name {
  padding: 5px 0;
}
.block-filter--tree-4 .block-filter--treeitem-container {
  font-size: 13px;
  font-weight: 300;
}
.block-filter--tree-4 .block-filter--treeitem-name {
  padding: 5px 0;
}

.block-filter--treeitem-dir {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.block-filter--treeitem-dir::before,
.block-filter--treeitem-dir.block-filter--treeitem-dir__close::after {
  display: block;
  content: '';
  width: 8px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #8E867B;
}
.block-filter--treeitem-dir.block-filter--treeitem-dir__close::after {
  transform: rotate(90deg);
}

.block-filter--treeitem-name {
  display: block;
  padding: 10px 0;
}
.block-filter--treeitem-name::after {
  content:"";
  width: 6px;
  height: 6px;
  border-top: solid 1px #8E867B;
  border-right: solid 1px #8E867B;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: calc(50% - 3px);
}
.block-filter--treeitem-dir + .block-filter--treeitem-name {
  pointer-events: none;
}
.block-filter--treeitem-dir + .block-filter--treeitem-name::after {
  display: none;
}
.block-filter--treeitem-selected {
  color: var(--color-red);
}

.block-filter--imagelist-inner-accordion {
  padding: 20px 10px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.block-filter--image {
  width: calc((100% - 6px * 2) / 3);
}
.block-filter--image > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-filter--image > a img {
  width: 100%;
  height: auto;
}
.block-filter--image-check {
  position: relative;
  display: block;
}

.block-filter--image > a img.block-filter-checkmark {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-filter--image-check:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px var(--color-red);
}
.block-filter--select-inner-accordion {
  padding: 20px 10px 0;
}
.block-filter--select-inner-accordion select {
  width: 100%;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}

.block-filter--option-items img {
  vertical-align: middle;
}

.filter-button {
  padding: 10px 0;
}
.filter-button button {
  border: 1px solid #000;
  color: #000;
}


#current-filter-list {
  margin: 0 0 50px;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
#current-filter-list > a {
  position: relative;
  margin: 0;
  padding: 4px 35px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  color: #4D4D4D;
  background: #ffffff;
  border: solid 1px #8E867B;
  transition: all 0.3s;
  min-width: 0;
  border-radius: 2em;
  cursor: pointer;
}
#current-filter-list > a::before,
#current-filter-list > a::after {
display: block;
    content: '';
    width: 12px;
    height: 1px;
    background: #111111;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 48%;
}
#current-filter-list > a::after {
    transform: rotate(-45deg);
}
/* ----クイックビュー---- */

.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}

.block-quickview-line {
  overflow: hidden;
  width: 100%;
}

.block-quickview-item {
  display: inline-block;
  width: 142px;
}

.block-goods-regular-min-count {
  color: #c30;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}

/* ----カート---- */

.block-cart--goods-list-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center/50% no-repeat;
}

.block-cart--goods-list-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/50% no-repeat;
}
/* ----商品詳細画面：クーポン表示---- */

.block-goods-coupon {
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border-top: 1px dashed #707070;
}

.block-goods-coupon--title {
  font-size: 16px;
  font-weight: bold;
}

.block-goods-coupon-item {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.block-goods-coupon-item--benefit {
  font-size: 16px;
  color: var(--color-red);
  font-weight: bold;
}

.block-goods-coupon-item--benefit-remarks {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}

.block-goods-coupon-item--name {
  font-size: 14px;
  word-break: break-all;
}

.block-goods-coupon-item--term,
.block-goods-coupon-item--condition {
  font-size: 12px;
  color: #777;
}

.block-goods-coupon-item--term dt,
.block-goods-coupon-item--condition dt {
  float: left;
}

.block-goods-coupon-item--term dd,
.block-goods-coupon-item--condition dd {
  margin-left: 60px;
}

/* ----商品詳細画面：キャンペーン表示---- */

.block-goods-promotion {
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border-top: 1px dashed #707070;
}

.block-goods-promotion--title {
  font-size: 16px;
  font-weight: bold;
}

.block-goods-promotion-item {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.block-goods-promotion-item--benefit {
  font-size: 16px;
  color: var(--color-red);
  font-weight: bold;
}

.block-goods-promotion-item--benefit-remarks {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}

.block-goods-promotion-item--name {
  font-size: 14px;
  word-break: break-all;
}

.block-goods-promotion-item--term,
.block-goods-promotion-item--condition {
  font-size: 12px;
  color: #777;
}

/* ----商品詳細画面：もっと見る---- */

.seemore {
  position: relative;
  box-sizing: border-box;
}

.block-seemore {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.block-seemore::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.seemore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.seemore-label:before {
  content: "もっと見る";
}

.seemore-check {
  display: none;
}

.seemore-check:checked ~ .seemore-label {
  display: none;
}

.seemore-check:checked ~ .block-seemore {
  height: auto;
}

.seemore-check:checked ~ .block-seemore::before {
  display: none;
}

/* ----レフィル商品情報---- */

.block-refill-goods {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding-top: 16px;
  margin: 0 0 12px;
}


.block-refill-goods h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  border-bottom: none;
}

.block-refill-goods-item {
  margin-bottom: 20px;
}

.block-refill-goods-item--body {
  display: flex;
  width: auto;
}

.block-refill-goods-item--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-refill-goods-item--description {
  width: auto;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
}

.block-refill-goods-item--name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.block-refill-goods-item--description dl {
  margin-bottom: 0.5em;
}

.block-refill-goods-item--goods-code-infos dt {
  width: auto;
  min-width: 9em;
  display: inline-block;
}

.block-refill-goods-item--goods-code-infos dd {
  margin-left: 0.3em;
  width: auto;
  min-width: 9em;
  display: inline-block;
}

.block-refill-goods-item--price-infos {
  clear: both;
  position: relative;
}

.block-refill-goods-item--price-infos dt {
  width: auto;
  min-width: 9em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--price-infos dd {
  padding-left: 9.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--set-goods-infos dd {
  padding-left: 9.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dd p {
  display: inline-block;
}

.block-refill-goods-item--set-goods-item-name {
  width: auto;
  min-width: 5em;
  text-decoration: underline;
}

.block-refill-goods-item--price {
  display: inline-block;
}

.block-refill-goods-item--net-price {
  display: inline-block;
}

.block-refill-goods-item--qty {
  display: inline-block;
}

.block-refill-price--infos {
  display: flex;
  align-items: flex-end;
}

.block-refill-price--total-price {
  font-weight: bold;
  color: #333;
}

/* ----商品詳細画面：動画表示---- */

.block-goods--video {
  z-index: 3 !important;
}

.block-goods--video-thumbnail {
  color: #444;
  position: relative;
}

.block-goods--video-thumbnail-none {
  background-color: #f5f5f5;
  padding: 50%;
}

.block-goods--video-thumbnail::before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods--video-thumbnail::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 6px 0 6px 10px;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-univideo {
  max-height: 520px;
  overflow: hidden;
}

.block-goods-detail .swiper-slider-main .hacobune-app-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.block-goods-detail .swiper-slider-main .hacobune-unit-video-outline {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-poster {
  display: none;
}

.block-goods-detail .swiper-slider-thumbnail .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}

/* ----商品詳細画面：商品切り替えボタン---- */

.block-switch-goods {
  position: relative;
  margin: 30px 0 0;
}

.block-switch-goods--button {
  display: flex;
  align-items: stretch;
  gap: 2px;
}

.block-switch-goods--button > .this {
  background: #F5F5F5;
}
.block-switch-goods--button > a.this {
  pointer-events: none;
  color: #000000;
  text-decoration: none;
}

.btn-switch-goods {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex: 1;
  height: 54px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-red);
}

.block-switch-goods--comment {
  position: absolute;
    right: 25%;
    top: -20px;
    transform: translateX(+50%);
    background: #EB4554;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
}
.block-switch-goods--comment::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #EB4554;
  border-bottom: 0;
}

/* ----商品詳細画面：出荷予定日---- */

.block-goods-ship-schedule span {
  font-weight: bold;
}

.block-search-goods--condition-items {
  margin-top: 60px;
}

/* ----商品詳細画面：注文明細拡張モーダル---- */
.block-goods-sales-detail-append--modal-btn.hide {
  display: none!important;
}
.block-goods-sales-detail-append--modal-btn a {
margin: 0;
    padding: 16px 8px;
  /*padding-left: 52px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff!important;
    background: var(--color-red);
    border: solid 1px var(--color-red);
    border-radius: 5px;
    transition: all 0.3s;
}
.block-goods-sales-detail-append--modal-btn a::before {
  display: block;
  content: '';
  margin: 0 10px 0 0;
  width: 26px;
  height: 30px;
  background: url(../../img/usr/goodsdetail/icon_goodsdetail_append.png) center no-repeat;
}
.block-goods-sales-detail-append--modal-btn a p {
    font-size: 13px;
    font-weight: 400;
}
.block-goods-sales-detail-append--modal-btn a p span {
    font-size: 16px;
    font-weight: bold;
}
.block-goods-sales-detail-append--modal-btn:not(.hide) ~ .block-add-cart {
  display: none;
}

.block-goods-sales-detail-append {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.block-goods-sales-detail-append.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.block-goods-sales-detail-append-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-sales-detail-append--bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0,0,0,0.5);
}
.block-goods-sales-detail-append--modal {
  position: relative;
  z-index: 10;
    padding: 0 50px;
    background: #FCF7F2;
    border: solid 1px #D9D4D0;
    border-radius: 4px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    width: 1080px;
    max-height: 80vh;
    overflow: auto;
}

.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--close {
position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--close::before,
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--close::after {
display: block;
    content: '';
    width: 20px;
    height: 1px;
    background: #111111;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 10px);
    top: 50%;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--close::after {
    transform: rotate(-45deg);
}

.block-goods-sales-detail-append--modal--head {
  margin: 0;
  padding: 60px 0 10px;
}
.block-goods-sales-detail-append--modal--head p {
  font-size: 16px;
  font-weight: bold;
}
.block-goods-sales-detail-append--modal--head p:nth-child(2) {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: normal;
}
.block-goods-sales-detail-append--modal--bottom {
  margin: 0;
  padding: 20px 0 60px;
  text-align: center;
}
.block-goods-sales-detail-append--modal--bottom p {
  margin: 10px 0 0;
  color: var(--color-red);
  font-weight: bold;
}
.block-goods-sales-detail-append--modal--bottom a {
  font-size: 17px;
}

.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item {
  margin: 0 0 0 0;
  padding-right: 15px;
  max-height: none!important;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .form-group {
  position: relative;
  margin: 20px 0 0;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .form-group:first-child {
  margin-top: 0;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .form-group .form-label {
  margin: 0 0 10px;
  padding: 10px 50px 10px 10px;
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .constraint .required {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .help-block,
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .append_itemcomment {
  font-size: 14px;
  font-weight: 500;

}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .help-block a,
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .append_itemcomment a {
  text-decoration: underline;
}
.block-goods-sales-detail-append--modal .block-goods-sales-detail-append--item .append_iteminput {
  margin-top: 10px;
}