@charset "UTF-8";

/* ----商品詳細画面---- */

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-src-l {
  border-radius: 6px;
  overflow: hidden;
}

.block-src-l .swiper-pagination {
  display: none;
}

.block-src-l a {
  display: block;
  line-height: 0;
}

.block-src-l figure {
  text-align: center;
}

.block-goods-img-comment {
  text-align: center;
  font-size: 15px;
  font-family: serif;
  margin: 16px 0 0;
}

.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-goods-btn-area {
  border-top: 1px solid #E0E0E0;
  margin: 16px 0 20px;
  padding: 20px 0 0;
}

.block-goods-btn-area > *:not(:last-child) {
  margin: 0 0 8px;
}

.block-add-cart--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 450px;*/
  width: 100%;
  height: 60px;
  margin: auto;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  z-index: 0;
}

.block-add-cart--btn::before,
.block-add-cart--btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AA0046;
  border: 1px solid #E21469;
  border-radius: 30px;
  z-index: -1;
  transition: .3s ease;
}

.block-add-cart--btn::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  z-index: -2;
}

.block-add-cart--btn:hover::before {
  opacity: 0;
}

.block-add-cart--btn span {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0 3px 38px;
  background: url(../../img/usr/common/icon_cart_w.png) no-repeat left center / 24px;
}

.block-add-cart--btn.block-add-cart--btn-point {
  display: block;
  color: #FFF;
  font-size: 12px;
  width: 560px;
}

.block-add-cart--btn.block-add-cart--btn-point span {
  background: 0;
  padding: 0;
  font-weight: normal;
}

.block-custom-order--btn {
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-goods-store-stock--btn {
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-arrival-notice--btn {
  padding: 17px 0;
  font-size: 16px;
  width: 450px;
}

.block-contact-about-goods {
  display: none;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-add-cart-reservation--btn {
  background: #1EABCC;
  border: 1px solid #3CC5E5;
  /*width: 450px;*/
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  padding: 17px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  transition: .3s ease;
}

.block-add-cart-reservation--btn span {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0 2px 34px;
  background: url(../../img/usr/common/icon_web_w.png) no-repeat left center / 24px;
}

.block-add-cart-regular--btn {
  background: #15BFB2;
  border: 1px solid #22D6C8;
  width: 450px;
  text-align: center;
  border-radius: 30px;
  padding: 17px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  transition: .3s ease;
}

.block-add-cart-regular--btn span {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0 2px 32px;
  background: url(../../img/usr/common/icon_calendar_w.png) no-repeat left center / 23px;
}

.block-goods-btn--store-list {
  display: block;
  background: #A52E69;
  border: 1px solid #CE4287;
  width: 450px;
  text-align: center;
  border-radius: 30px;
  padding: 17px 0;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  transition: .3s ease;
}

.block-goods-btn--store-list span {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0 2px 38px;
  background: url(../../img/usr/common/icon_store_w.png) no-repeat left center / 29px;
}

.block-add-cart-reservation--btn:hover,
.block-add-cart-regular--btn:hover,
.block-goods-btn--store-list:hover {
  opacity: .8;
  text-decoration: none;
}

.block-goods-btn-area02 {
  display: flex;
  justify-content: center;
  width: 450px;
  margin: auto;
}

.block-goods-favorite:not(:last-child) {
  margin: 0;
}

.block-goods-favorite--btn,
.block-goods-store-list-btn {
  display: block;
  border: 1px solid #8D075C;
  border-radius: 30px;
  width: 220px;
  background: #FFF;
  text-align: center;
  padding: 16px 0;
}

.block-goods-favorite--btn:hover,
.block-goods-store-list-btnt:hover {
  text-decoration: none;
  border-color: #EA0161;
  background: #FFF;
}

.block-goods-favorite--btn-text,
.block-goods-store-list-btn {
  color: #AA0046;
}

.block-goods-favorite--btn:hover span,
.block-goods-store-list-btnt:hover {
  color: #EA1061;
}

.block-goods-favorite--btn-text {
  padding: 2px 0 2px 28px;
  background: url(../../img/usr/common/icon_bookmark02.png) no-repeat top 3px left / 20px;
}

.block-goods-favorite-registed--btn .block-goods-favorite--btn-text,
.block-goods-favorite-registed--btn:hover .block-goods-favorite--btn-text {
  color: #FFF;
  background-image: url(../../img/usr/common/icon_bookmark03.png);
}

.block-goods-favorite--btn-text:hover {
  background-image: url(../../img/usr/common/icon_bookmark02_on.png);
}

.block-goods-store-list-btn {
  display: block;
  height: 100%;
  font-size: 16px;
  padding: 16px 0 16px 40px;
  background: url(../../img/usr/common/icon_store.png) no-repeat center left 40px / 24px;
}

.block-goods-store-list-btn:hover {
  color: #EA0161;
  text-decoration: none;
  border-color: #EA0161;
  background-image: url(../../img/usr/common/icon_store_on.png);
}

.block-goods-favorite-registed--btn {
  padding: 6px 0;
  font-size: 16px;
  width: 220px;
  color: #FFF;
  background: #AA0046;
  padding: 16px 0;
  border: #AA0046;
}

.block-goods-favorite-registed--btn:hover {
  opacity: .8;
  background: #AA0046;
}

.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;
}

.bookmarkmodal-option {
  margin: 5px;
}

.bookmarkmodal-option .btn {
  width: 310px;
}

.block-no-stock--message {
  font-size: 16px;
  color: #AA0046;
  font-weight: bold;
  margin: 0 0 16px;
}

.block-outside-sales-period--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.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 {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-goods-gallery {
  margin: 20px 0 0;
}

.block-goods-gallery ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.block-goods-gallery li {
  position: relative;
  width: 70px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.block-goods-gallery li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #AA0046;
  opacity: 0;
  z-index: -1;
  transition: .3s ease;
}

.block-goods-gallery li.block-goods-gallery--current::after {
  z-index: 1;
  opacity: 1;
}

.block-goods-gallery li figure {
  width: 70px;
  height: 70px;
}

.block-goods-caution01 {
  margin: 20px 0 0;
}

.block-goods-privileg-detail .block-goods-caution01 {
  display: none;
}

.block-goods-caution01 li {
  color: #121212;
  font-size: 11px;
  line-height: 17px;
}

.block-goods-comment1 {
  margin: 24px 0 0;
}

.block-goods-comment {
  margin: 8px 0 0;
}

.block-goods-name {
  margin: 12px 0 2px;
}

.block-goods-name h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
}

.block-goods-code {
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 10px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 16px;
  margin: 0 0 16px;
}

.block-goods-code dt {
  position: relative;
  padding: 0 6px 0 0;
  margin: 0 3px 0 0;
}

.block-goods-code dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}

.block-goods-price {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}

.block-goods-privileg-detail .block-goods-price {
  display: block;
}

.block-goods-price--price {
  font-size: 12px;
}

.block-goods-price--on-sales-comment {
  color: #AA0046;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 12px;
  order: 10;
}

.block-goods-price--area {
  display: flex;
  align-items: center;
  order: 20;
}

.block-goods-privileg-detail .block-goods-price--area {
  display: block;
}

.block-goods-privileg-detail .block-goods-price--area dl {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-goods-privileg-detail .block-goods-price--area dt {
  position: relative;
  font-weight: bold;
  padding: 0 20px 0 0;
  width: 108px;
}

.block-goods-privileg-detail .block-goods-price--area dt:after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 10px;
}

.block-goods-price--default-area + .block-goods-price--area {
  color: #AA0046;
}

.block-goods-price--net-price {
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.block-goods-price--net-price span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 5px 0 0;
}

.block-goods-price--default-area {
  display: flex;
  align-items: center;
  order: 30;
}

.block-goods-price--default-net-price {
  font-size: 13px;
  margin: 4px 10px 0 0;
  text-decoration: line-through;
}

.block-goods-price--default-price {
  font-size: 11px;
  margin: 2px 0 0;
}

.block-goods-point {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 10px 0 0;
}

.block-goods-point dt {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  font-weight: bold;
}

.block-goods-point dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}

.block-goods-detail-area {
  border-top: 1px solid #E0E0E0;
  margin: 20px 0 0;
  padding: 16px 0 0;
}

.goods-detail-description {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.7;
}

.block-goods-privileg-detail .goods-detail-description:not(.block-goods-spec) {
  display: none;
}

.goods-detail-description dt {
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}

.goods-detail-description dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}

.goods-detail-description dd {
  flex: 1;
}

.block-goods-detail-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.block-goods-detail-tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 56px;
  color: #AA0046;
  background: #F5F5F5;
  transition: .3s ease;
}

.block-goods-detail-tabs li:first-child {
  border-radius: 4px 0 0 0;
}

.block-goods-detail-tabs li:last-child {
  border-radius: 0 4px 0 0;
}

.block-goods-detail-tabs li.active {
  background: #FFF;
  height: 60px;
}

.block-goods-detail-tabs li:not(.active):hover {
  opacity: .8;
  cursor: pointer;
}

.block-goods-privileg-detail .block-goods-detail-tabs li[data-id="introductions"] {
  width: 800px;
}

.block-goods-privileg-detail .block-goods-detail-tabs li[data-id="info"] {
  display: none;
}

.block-goods-center-contents {
  background: #FFF;
  border-radius: 4px;
  padding: 60px 120px;
  margin: 0 0 20px;
}

.block-goods-item-introduction:not(:last-child) {
  margin: 0 0 70px;
}

.block-goods-item-introduction--img {
  line-height: 0;
  margin: 0 0 32px;
}

.block-goods-item-introduction--title {
  font-size: 18px;
  margin: 0 0 8px;
}

.block-goods-item-introduction--text a {
  display: inline-block;
  color: #AA0046;
  margin: 20px 0 0;
}

.block-goods-item-introduction--text a:hover {
  text-decoration: underline;
}

.block-goods-item-info {
  display: none;
}

.block-goods-item-info--title {
  margin: 0 0 8px;
  font-size: 16px;
}

.block-goods-item-info--spec-title {
  margin: 0 0 4px;
}

.block-goods-item-info--spec {
  display: flex;
  border: 1px solid #DEDEDE;
}

.block-goods-item-info--spec:not(:last-of-type) {
  border-bottom: 0;
}

.block-goods-item-info--spec dt {
  background: #F5F5F5;
  width: 250px;
  padding: 10px;
  border-right: 1px solid #DEDEDE;
  text-align: center;
}

.block-goods-item-info--spec dd {
  width: 730px;
  padding: 10px;
}

.block-goods-comment7 {
  margin: 12px 0 0;
}

.block-goods-caution02 {
  margin: 70px 0 0;
}

.block-goods-privileg-detail .block-goods-caution02 {
  display: none;
}

.block-goods-caution02 li {
  color: #808080;
  font-size: 10px;
  line-height: 1.7;
}

.block-accessory-list {
  width: 100%;
  margin: 40px 0 0;
}

.block-order-complete .block-accessory-list {
  width: 1200px;
  margin: 60px auto 0;
}

.block-accessory-list--name {
  margin-top: 0;
}

.block-accessory-list .swiper-button-prev,
.block-accessory-list .swiper-button-next {
  display: none;
}

.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}

.block--goods-option-title {
    background: #F7F7F7;
    padding: 6px 16px 5px;
    margin: 0 0 20px;
    font-weight: bold;
}

.block--goods-qty {
    margin: 0 0 20px;
}
.block-apply--goods-modal-option-title {
  background: #F7F7F7;
  padding: 6px 16px 5px;
  margin: 0 0 20px;
  font-weight: bold;
}
.block--goods-qty-frame {
  display: flex;
  align-items: center;
}
.block--goods-qty-frame input.block--goods-qty-text {
  border: 0;
  width: 78px;
  text-align: center;
  font-size: 20px;
  margin: 0;
  background: #FFF;
  outline: none;
}
.block--goods-qty-frame input.block--goods-qty-text::-webkit-inner-spin-button,
.block--goods-qty-frame input.block--goods-qty-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input.block--goods-qty-text:hover {
  border: 0;
}
.block--goods-qty-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  cursor: pointer;
}
.block--goods-qty-btn.minus {
  border: 2px solid #DEDEDE;
}
.block--goods-qty-btn.minus:not(.is-active) {
  pointer-events: none;
}
.block--goods-qty-btn.minus.is-active,
.block--goods-qty-btn.plus {
  border: 2px solid #AA0046;
}
.block--goods-qty-btn.minus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #DEDEDE;
  border-radius: 10px;
}
.block--goods-qty-btn.minus.is-active::before {
  background: #AA0046;
}
.block--goods-qty-btn.plus::before,
.block--goods-qty-btn.plus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #AA0046;
  border-radius: 10px;
}
.block--goods-qty-btn.plus::after {
  transform: rotate(90deg);
}

/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: 606px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-wrapper {
  position: relative;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev {
  left: 10px;
  background: url(../../img/usr/btn_slider_prev.png) no-repeat center;
  position: absolute;
  top: 40%;
  left: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next {
  background: url(../../img/usr/btn_slider_next.png) 0 0 no-repeat;
  position: absolute;
  top: 40%;
  right: -5%;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction a.disabled {
  opacity: 0.3;
  cursor: default;
}

.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;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item 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-gallery--color-variation-src {
  vertical-align: top;
}

/* 注文明細拡張 */

.block-goods-sales-detail-append--item .form-label {
  padding: 10px 10px 10px 53px;
  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 10px;
  display: block;
  text-align: left;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}

.block-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-color {
  padding: 0 0 8px;
  border-bottom: 1px solid #E0E0E0;
}

.block-variation--name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
}

.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
}

.block-variation--item {
  margin: 0 8px 8px 0;
}

.block-variation--item-description {
  font-size: 10px;
  text-align: center;
  margin: 8px 0 0;
}

.block-variation--item dt {
  display: block;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item dt {
  position: relative;
  width: 70px;
  height: 70px;
}

.block-variation--item dt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #AA0046;
  border-radius: 4px;
  transition: .3s ease;
  display: none;
}

.block-variation--item.active dt::after {
  display: block;
}

.block-variation--item dt a:hover {
  opacity: .8;
}

.block-color--item-term img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 4px;
}

.block-variation--item-term figure {
  width: 70px;
  height: 70px;
}

.block-size--item dt {
  width: 70px;
  min-height: 70px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  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-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: 40px;
  max-height: 40px;
}

/* カラーサイズ別カートボタン */
.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-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--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-goods-user-review--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px;
}

.block-goods-user-review--score {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}

.block-goods-user-review--score dt {
  position: relative;
  font-size: 16px;
  padding: 0 12px 0 0;
  margin: 0 10px 0 0;
}

.block-goods-user-review--info dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}

.block-goods-user-review--score img {
  width: 126px;
}

.block-goods-user-review--count {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.block-goods-user-review--count dt {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}

.block-goods-user-review--count {
  font-size: 13px;
}

.block-goods-user-review--count dd span {
  display: inline-block;
  font-size: 18px;
  padding: 0 1px 0 0;
  transform: translateY(1px);
}

.block-goods-user-review--need-login-message {
  margin: 0 0 8px;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--need-login-message a:hover {
  text-decoration: none;
}

.block-goods-user-review--nothing {
  width: 100%;
  text-align: center;
}

.block-goods-user-review--nothing .block-goods-user-review--write-review {
  margin: 20px 0 0;
}

.block-goods-user-review--write-review-btn {
  position: relative;
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 210px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  z-index: 0;
}

.block-goods-user-review--write-review-btn::before,
.block-goods-user-review--write-review-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AA0046;
  border: 1px solid #E21469;
  border-radius: 30px;
  z-index: -1;
  transition: .3s ease;
}

.block-goods-user-review--write-review-btn::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  z-index: -2;
}

.block-goods-user-review--write-review-btn:hover::before {
  opacity: 0;
}

.block-goods-user-review--nothing .block-goods-user-review--write-review-btn {
  margin: 0 auto;
}

.block-goods-user-review--description {
  margin: 10px 0;
}

.block-goods-user-review--item {
  background: #F5F5F5;
  border-radius: 2px;
  margin: 0 0 16px;
  padding: 24px 32px;
}

.block-goods-user-review--item:nth-child(n + 3) {
  /*display: none;*/
}

.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 12px;
}

.block-goods-user-review--item-score {
  margin: 0 0 8px;
}

.block-goods-user-review--item-score dt img {
  height: 14px;
}

.block-goods-user-review--item-name {
  color: #808080;
  font-size: 11px;
  line-height: 24px;
  padding: 0 0 0 32px;
  margin: 0 0 12px;
  background: url(../../img/usr/common/icon_review_person.png) no-repeat left center / 24px;
}

.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-moderate-vote {
  position: relative;
  margin: 8px 0 0;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-link:hover,
.block-goods-user-review--item-moderate-other-link:hover {
  text-decoration: none;
}

.block-goods-user-review--pagenav {
  /*display: none;*/
  margin: 24px 0 0;
}

.block-goods-user-review--container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.block-goods-user-review--prev,
.block-goods-user-review--next {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 80px;
  height: 40px;
  background: #F5F5F5 url(../../img/usr/common/arrow_prev03.png) no-repeat center / 7px;
  border-radius: 2px;
  margin: 0 21px 0 0;
}

.block-goods-user-review--next {
  background-image: url(../../img/usr/common/arrow_next03.png);
  margin: 0 0 0 21px;
}

.block-goods-user-review--pager-ref {
  width: 40px;
  height: 40px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
}

a.block-goods-user-review--pager-ref:hover {
  opacity: .8;
  text-decoration: none;
}

.block-goods-user-review--pager-now {
  background: #DEDEDE;
}

.block-goods-user-review--pager-bw {
  font-size: 16px;
  margin: 0 6px;
  padding: 0 0 8px;
}

.block-goods-price--inner {
  display: flex;
  align-items: center;
}

.block-goods-price--regular-repeat-initial-price-name,
.block-goods-price--regular-repeat-price-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 75px;
}

.block-goods-price--items {
  display: flex;
  align-items: center;
}

.block-goods-price--item {
  display: table-cell;
  padding-right: 20px;
}

.block-goods-price--regular-repeat-default-price {
  text-decoration: line-through;
  font-weight: bold;
}

.block-goods-price--regular-repeat-price {
  font-size: 12px;
}

.block-goods-user-review--read-more {
  display: none;
  margin: 24px 0 0;
}

.block-goods-user-review--read-more .block-btn-more {
  cursor: pointer;
}

ul[id^="js-moderate-select-view"] {
  position: static !important;
  display: flex;
  margin: 8px 0 0;
}

.dropdown .block-goods-user-review--item-moderate-vote-item {
  background: #FFF;
  border: 1px solid #8D075C;
  border-radius: 30px;
  margin: 0 4px 0 0;
}

.dropdown .block-goods-user-review--item-moderate-vote-item:hover {
  border-radius: 30px;
  border-color: #EA0161;
}

.dropdown .block-goods-user-review--item-moderate-vote-item span {
  color: #AA0046;
  padding: 10px 16px;
  border-radius: 30px;
}

.dropdown .block-goods-user-review--item-moderate-vote-item span:hover {
  background: #FFF;
  color: #EA0161;
}

p[class^="block-goods-user-review--item-moderate-info"] {
  margin: 4px 0 0;
}

.block-goods-user-review--item-frame + p[class^="block-goods-user-review--item-moderate-info"],
.block-goods-user-review--item-moderate-vote + p[class^="block-goods-user-review--item-moderate-info"] {
  margin: 8px 0 0;
}

/* ----ユーザーレビュー画面---- */

.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 {
  height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-comment {
  margin: 10px 0;
}

.block-user-review--footer h3 {
  padding: 40px 0 10px;
}

.block-user-review--back-to-goods-page,
.block-user-review--back {
  width: 280px;
  padding: 16px 0;
}

.block-user-review--item-header {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.block-user-review--review-header {
  font-size: 16px;
}

.block-user-review--review-item {
  margin: 0 0 60px;
}

.block-user-review .form-error {
  display: inline-flex;
  padding: 0;
  line-height: 1.8;
}

.block-user-review .form-error:before,
.block-user-review .form-error:after {
  content: '';
  width: 10px;
  height: 100%;
}

/* ----トップページイベント表示---- */
.block-top-event--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

/* ----店舗在庫画面---- */

.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 {
  color: #a94442;
  margin: 10px 0;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon {
  display: flex;
  flex-wrap: wrap;
}

.block-icon span {
  display: inline-block;
  line-height: 0;
  margin: 0 4px 7px 0;
}

.block-pickup-list-p--item-description .block-icon .block-icon--auto-new + span + span {
  margin-right: 4px;
}

.block-icon img {
  width: auto;
  height: 19px;
}

.pane-goods-right-side .block-icon img {
  height: 24px;
}

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.block-goods-list--display-style-items .active {
  color: #c00;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items {
  position: relative;
  width: 220px;
  margin-left: auto;
  font-size: 13px;
  order: 20;
}

.block-goods-list--sort-order-title {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 9px 16px;
  background: #FFF url(../../img/usr/common/arrow_select.png) no-repeat right 16px center / 12px;
  cursor: pointer;
}

.block-goods-list--sort-order-title.open {
  background-image: url(../../img/usr/common/arrow_select_open.png);
}

.block-goods-list--sort-order-items ul {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 100%;
  background: #FFF;
  border-radius: 2px;
  padding: 12px 8px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 10;
}

.block-goods-list--sort-order-items li.active {
  display: none;
}

.block-goods-list--sort-order-items li a {
  display: block;
  border-radius: 2px;
  padding: 8px;
}

.block-goods-list--sort-order-items li a:hover {
  background: #F5F5F5;
  text-decoration: none;
}

.block-goods-list--sort-order-items .active {
  color: #c00;
}

.block-goods-list--sort-order-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin-right: 5px;
}

/* ----商品一覧画面：一覧：block-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-bottom: 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 li {
  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-bottom: 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-check-list-a---- */

.block-check-list-a li {
  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--items {
  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--items li: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-pickup-list-p---- */

.block-pickup-list-p {
  order: 30;
  margin: 25px 0 0;
  width: 100%;
}

.block-pickup-list-p--items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#block_of_recommend .block-pickup-list-p--items{
  margin: 0 -20px;
}

.block-pickup-list-p li {
  position: relative;
  width: 200px;
  margin: 0 40px 40px 0;
}

#block_of_recommend .block-pickup-list-p li {
  width: calc(100% / 5);
  padding: 0 20px;
  margin: 0 0 40px 0;
}



.block-pickup-list-p li:nth-child(4n) {
  margin-right: 0;
}

.block-pickup-list-p--image {
  width: 200px;
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
  margin: 0 0 12px;
}

.block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
}

.block-icon--auto-on-sales {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 43px;
  z-index: 1;
}

.block-ranking-r .block-icon--auto-on-sales {
  left: auto;
  right: 4px;
}

.block-icon--auto-on-sales img {
  height: 43px !important;
}

.block-pickup-list-p--comment {
  padding: 10px 0;
}

.block-pickup-list-p--goods-name {
  padding: 4px 0;
}

.block-pickup-list-p--add-cart > a:not(:last-child){
  margin: 0 0 8px;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  color: #FFF;
  z-index: 0;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn::before,
.block-pickup-list-p--add-cart .block-list-add-cart-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  transition: .3s ease;
  z-index: -1;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn::after {
  background: linear-gradient(#c60051 0%, #e50069 100%);
  border: 1px solid #f8237b;
  z-index: -2;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn:hover::before {
  opacity: 0;
}

.block-list-reservation-btn {
  display: block;
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  color: #FFF;
  border: 1px solid #3CC5E5;
  background: #1EABCC;
  border-radius: 30px;
  text-align: center;
}

.block-list-reservation-btn:hover,
.block-list-regular-btn:hover,
.block-list-store-list-btn:hover {
  text-decoration: none;
  opacity: .8;
}

.block-list-reservation-btn span {
  padding: 2px 0 2px 25px;
  background: url(../../img/usr/sb/common/icon_web_w.png) no-repeat left center / 18px;
  font-size: 14px;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn span:not(.sr-only):not(.block-loading-min--ball) {
  color: #FFF;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 2px 0 2px 35px;
  background: url(../../img/usr/common/icon_cart_w.png) no-repeat left center / 18px;
}

.block-list-regular-btn {
  display: block;
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  color: #FFF;
  border: 1px solid #22D6C8;
  background: #15BFB2;
  border-radius: 30px;
  text-align: center;
}

.block-list-regular-btn span {
  padding: 2px 0 2px 25px;
  background: url(../../img/usr/common/icon_calendar_w.png) no-repeat left center / 17px;
}

.block-list-store-list-btn {
  display: block;
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  color: #FFF;
  border: 1px solid #CE4287;
  background: #A52E69;
  border-radius: 30px;
  text-align: center;
}

.block-list-store-list-btn span {
  padding: 2px 0 2px 30px;
  background: url(../../img/usr/common/icon_store_w.png) no-repeat left top 4px / 20px;
}

.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.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: #AA0046;
  font-size: 11px;
  margin: 6px 0 20px;
}

.block-pickup-list-p--price-items {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
}

.block-pickup-list-p--default-area {
  display: flex;
  align-items: flex-end;
  order: 2;
}

.block-pickup-list-p--price-area {
  display: flex;
  align-items: center;
  order: 1;
}

.block-pickup-list-p--default-area + .block-pickup-list-p--price-area {
  color: #AA0046;
}

.block-pickup-list-p--net-price {
  font-size: 14px;
}

.block-pickup-list-p--price {
  font-size: 11px;
  margin: 0 0 0 8px;
}

.block-pickup-list-p--default-net-price  {
  font-size: 12px;
}

.block-pickup-list-p--default-price {
  font-size: 10px;
  margin: 0 0 0 8px;
}

.block-pickup-list-p--release-date {
  height: 25px;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w li {
  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: 142px;
  height: 142px;
}

.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-bottom: 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 {
  margin: 0 auto;
}

.block-thumbnail-t .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.block-thumbnail-t--goods {
  width: 215px;
  margin: 0 20px 20px 0;
}

.block-thumbnail-t--goods:nth-child(4n),
.block-accessory-list--list .block-thumbnail-t--goods:nth-child(5n) {
  margin-right: 0;
}

body:not(.page-menu) .block-accessory-list--list .block-thumbnail-t--goods:nth-child(4n) {
  margin-right: 20px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 215px;
  height: 215px;
}

.block-thumbnail-t--goods a:hover {
  opacity: .8;
  text-decoration: none;
}

.block-thumbnail-t--goods-description {
  background: #FFF;
  padding: 16px 16px 20px;
  font-weight: bold;
  height: calc(100% - 200px);
}

.block-thumbnail-t--price-items {
  display: flex;
  flex-direction: column;
  margin: 8px 0 0;
}

.block-thumbnail-t--price-area {
  display: flex;
  align-items: center;
  order: 1;
}

.block-thumbnail-t--default-area {
  display: flex;
  align-items: center;
  order: 2;
}

.block-thumbnail-t--default-area + .block-thumbnail-t--price-area {
  color: #AA0046;
}

.block-thumbnail-t--price,
.block-thumbnail-t--default-price {
  font-size: 11px;
  margin: 0 0 0 10px;
}

.block-thumbnail-t--default-net-price {
  text-decoration: line-through;
}

.block-thumbnail-t--scomment {
  color: #AA0046;
  font-size: 11px;
  margin: 6px 0 10px;
}

.block-thumbnail-t .swiper-button-prev,
.block-thumbnail-t .swiper-button-next {
  display: none;
}

.block-thumbnail-t--release-date {
  height: 20px;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.block-ranking-r::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #F8F2EB;
  z-index: -1;
  transition: 1s ease;
}

.block-ranking-r.anim::after {
  height: 88%;
}

body:not(.page-top) .block-ranking-r .swiper-button-prev,
body:not(.page-top) .block-ranking-r .swiper-button-next {
  display: none;
}

.page-top .block-ranking-r .swiper-button-prev {
  left: 32px;
}

.page-top .block-ranking-r .swiper-button-next {
  right: 32px;
}

.block-ranking-r .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.block-ranking-r--goods {
  position: relative;
  width: 215px;
  margin: 0 20px 20px 0;
}

.block-ranking-r--goods:nth-child(4n) {
  margin-right: 0;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 215px;
  height: 215px;
}

.block-ranking-r--goods a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-ranking-r--goods-description {
  padding: 16px 16px 24px;
  background: #FFF;
  font-weight: bold;
  height: calc(100% - 200px);
}

.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-ranking-r--price-infos {
  margin: 8px 0 0;
}

.block-ranking-r--price-items {
  display: flex;
  flex-direction: column;
}

.block-ranking-r--price-area {
  display: flex;
  align-items: center;
  order: 1;
}

.block-ranking-r--default-area {
  display: flex;
  align-items: center;
  order: 2;
}

.block-ranking-r--default-area + .block-ranking-r--price-area {
  color: #AA0046;
}

.block-ranking-r--goods .price,
.block-ranking-r--default-price {
  font-size: 11px;
  margin: 0 0 0 10px;
}

.block-ranking-r--default-net-price {
  text-decoration: line-through;
}

.block-ranking-r--scomment {
  color: #AA0046;
  font-size: 11px;
  margin: 6px 0 10px;
}

.block-ranking-r--release-date {
  height: 20px;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  position: absolute;
  top: 0;
  left: 8px;
  width: 45px;
  height: 61px;
  background: url(../../img/usr/common/img_rank.png) no-repeat center / 100%;
  color: #808080;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 21px 0 0;
}

.block-ranking-r--goods-image .block-ranking-r--rank-1 {
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../../img/usr/common/img_rank01.png) no-repeat center / 100%;
}

.block-ranking-r--goods-image .block-ranking-r--rank-2 {
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../../img/usr/common/img_rank02.png) no-repeat center / 100%;
}

.block-ranking-r--goods-image .block-ranking-r--rank-3 {
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../../img/usr/common/img_rank03.png) no-repeat center / 100%;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-thumbnail-h--goods {
  width: 150px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.block-thumbnail-h--goods:last-child {
  margin-right: 0;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 150px;
  height: 150px;
}

.block-thumbnail-h--goods-description {
  margin-top: 5px;
}

.block-thumbnail-h li a:hover {
  text-decoration: none;
  opacity: .8;
}

.block-thumbnail-h--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
}

.block-thumbnail-h--price-infos {
  margin: 8px 0 0;
}

.block-thumbnail-h--price-items {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.block-thumbnail-h--price-area {
  display: flex;
  align-items: center;
  order: 1;
}

.block-thumbnail-h--default-area {
  display: flex;
  align-items: center;
  order: 2;
}

.block-thumbnail-h--default-area + .block-thumbnail-h--price-area {
  color: #AA0046;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--default-price {
  font-size: 11px;
  margin: 0 0 0 10px;
}

.block-thumbnail-h--default-net-price {
  text-decoration: line-through;
}

.block-thumbnail-h--scomment {
  color: #AA0046;
  font-size: 11px;
  margin: 6px 0 10px;
}

.block-thumbnail-h--release-date {
  height: 25px;
  font-size: 13px;
  white-space: nowrap;
}

.block-thumbnail-h--price-area > .block-thumbnail-h--price:first-child,
.block-goods-list-c--price-area > .block-goods-list-c--price:first-child,
.block-pickup-list-p--price-area > .block-pickup-list-p--price:first-child,
.block-ranking-r--price-area > .block-ranking-r--price:first-child,
.block-thumbnail-t--price-area > .block-thumbnail-t--price:first-child
 {
  font-size: 15px;
  margin-left: 0;
}

/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s li:first-child {
  border-top: 1px solid #444;
}

.block-list-s li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s div {
  display: inline;
}

.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 {
  order: 40;
  width: 100%;
  background: #FFF;
  margin: 10px 0 0;
  padding: 42px 200px 0;
}

.block-cart-i li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.block-cart-i--goods {
  display: flex;
  justify-content: space-between;
  width: 380px;
}

.block-cart-i--goods-image {
  width: 120px;
}

.block-cart-i--goods-image figure {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
}

.block-cart-i--goods-description {
  display: flex;
  flex-direction: column;
  width: 240px;
}

.block-cart-i--goods-name {
  margin: 0 0 12px;
}

.block-cart-i--goods-name a {
  font-size: 13px;
  font-weight: bold;
}

.block-cart-i--goods-point {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 12px;
}

.block-cart-i--detail-btn {
  text-align: right;
  margin-top: auto;
}

.block-cart-i--detail-btn a {
  display: inline-block;
  width: 120px;
  text-align: center;
  border: 1px solid #8D075C;
  border-radius: 30px;
  color: #AA0046;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 8px;
  filter: drop-shadow(0px 4px 6px rgba(37, 28, 41, 0.06));
}

.block-cart-i--detail-btn a:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j li {
  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--release-date {
  font-seze: 13px;
  height: 20px;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n li:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n li {
  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-c---- */

.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-c--item-body {
  position: relative;
  flex-basis: 150px;
  margin-right: 25px;
}

.block-goods-list-c--item-body:last-child {
  margin-right: 0;
}

.block-goods-list-c--image figure {
  width: 150px;
  height: 150px;
}

.block-goods-list-c---description {
  margin: 10px 0 0;
}

.block-goods-list-c---name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
}

.block-goods-list-c--price-infos {
  margin: 8px 0 0;
}

.block-goods-list-c--scomment {
  color: #AA0046;
  font-size: 11px;
  margin: 6px 0 10px;
}

.block-goods-list-c--price-items {
  display: flex;
  flex-direction: column;
}

.block-goods-list-c--default-area {
  display: flex;
  align-items: center;
  order: 2;
}

.block-goods-list-c--price-area {
  display: flex;
  align-items: center;
  order: 1;
}

.block-goods-list-c--default-area + .block-goods-list-c--price-area {
  color: #AA0046;
}

.block-goods-list-c--price,
.block-goods-list-c--default-price {
  font-size: 11px;
  margin: 0 0 0 10px;
  font-weight: normal;
}

.block-goods-list-c--release-date {
  height: 20px;
  font-size: 13px;
  white-space: nowrap;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */

.block-category-list--sub {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
}

.block-category-list--sub-inner {
  overflow-x: auto;
  padding: 0 0 16px;
  text-align: center;
  width: 920px;
}

.block-category-list--sub-inner::-webkit-scrollbar {
  height: 8px;
}

.block-category-list--sub-inner::-webkit-scrollbar-thumb {
  background: #AA0046;
  border-radius: 4px;
}

.block-category-list--sub-inner::-webkit-scrollbar-track {
 background: #F0F0F0;
}

.block-category-style-p {
  display: inline-block;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  white-space: nowrap;
}

.block-category-style-p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 920px;
  height: 53%;
  background: #F8F2EB;
  z-index: -1;
}

.block-category-style-p--item {
  display: inline-block;
  width: 120px;
  margin: 0 20px 0 0;
  white-space: normal;
  vertical-align: top;
}

.block-category-style-p--item-name {
  font-size: 16px;
}

.block-category-style-p--item-image {
  width: 120px;
  line-height: 0;
  margin: 0 0 10px;
}

.block-category-style-p--item-name {
  font-size: 13px;
  text-align: center;
  margin: 0;
}

/* ----カテゴリー画面：詳細：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-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-t--item {
  flex-basis: 210px;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.block-category-style-t--item:nth-child(4n+1) {
  margin: 0;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open a,
.block-category-tree--item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 13px;
}

.block-category-tree--level-1 > li {
  position: relative;
}

.block-category-tree--level-1 > li > a {
  font-size: 15px;
}

.block-category-tree--item-arrow {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}

.block-category-tree--items:not(.block-category-tree--level-1) .block-category-tree--item-arrow {
  display: none;
}

.block-category-tree--item-arrow::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  border-radius: 50%;
  transition: .3s ease;
  opacity: 0;
}

.block-category-tree--item-arrow::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #AA0046;
  border-bottom: 2px solid #AA0046;
  transform: rotate(45deg);
  transition: .3s ease;
}

.block-category-tree--level-1 > li.block-category-tree--item__open .block-category-tree--item-arrow::before,
.block-category-tree--item-arrow:hover::before {
  opacity: 1;
}

.block-category-tree--level-1 > li.block-category-tree--item__open .block-category-tree--item-arrow::after {
  top: 14px;
  transform: rotate(225deg);
}

.block-category-tree--level-1 > li a {
  display: inline-flex;
  width: auto;
}

.block-category-tree--level-1 a[href*="cprivileg"] {
  display: none;
}

.block-category-tree--level-2 {
  display: none;
  margin: 0 0 16px;
  cursor: default;
}

.block-category-tree--item__open .block-category-tree--level-2 {
  display: block;
}

.block-category-tree--level-2 > li {
  padding: 5px 10px 2px;
  border-bottom: 1px solid #E0E0E0;
}

.block-category-tree--level-3 > li {
  text-indent: 20px;
}

.block-category-tree--level-4 > li {
  text-indent: 30px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree {
  margin: 0 0 28px;
}

.block-genre-tree--item:not(:last-child) {
  margin: 0 0 0px;
}

.block-genre-tree--item a,
.block-genre-tree--item__open a {
  font-size: 15px;
  display:inline-flex;
  height:34px;
  align-items:center;
  
}

.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-filter--list-item {
  margin: 0 0 18px;
}

.block-filter--tree-1 > li > .block-filter--treeitem-container a {
  color: #808080;
  font-size: 12px;
  margin: 0 0 8px;
  pointer-events: none;
}

.block-filter--tree-3 > li {
  padding-left: 20px;
}

.block-filter--tree-4 > li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
  display: table;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 15px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-dir > div {
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close > div {
  transform: rotate(0);
}

.block-filter--treeitem-name {
  font-size: 13px;
  line-height: 2;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}

.block-filter--image-check {
  position: relative;
  display: block;
}

.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}

.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter--option-items img {
  vertical-align: middle;
}

/* ----クイックビュー---- */

.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;
}
