﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.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-goods-affix-list--link:before {
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 5px;
}

.block-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 12px 28px;
  font-size: 18px;
  width: 350px;
  border: 0;
  background: #F09632 url(../../img/usr/sb/common/icon_cart02.png) no-repeat left 88px center / 18px;
}

.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--btn {
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  width: 350px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: #22BB66;
  border-radius: 30px;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite-registed--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
  color: #fff;
  background-color: #808080;
}

.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-outside-sales-period-text {
  color: #E9091A;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.block-outside-sales-period--message-before {
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  width: 350px;
  color: #666;
  letter-spacing: 1px;
  background-color: #DDD;
  border-radius: 30px;
}

.block-no-stock--message,
.block-outside-sales-period--message-after {
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  width: 350px;
  color: #FFF;
  letter-spacing: 1px;
  background-color: #AAA;
  border-radius: 30px;
}

.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-detail .bx-wrapper {
  position: relative;
}

.block-goods-detail .bx-controls-direction a {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
}

.block-goods-detail .bx-controls-direction a.bx-prev {
  left: -25px;
  background: url(../../img/usr/common/prev.png) no-repeat center / 100%;
}

.block-goods-detail .bx-controls-direction a.bx-next {
  right: -25px;
  background: url(../../img/usr/common/next.png) no-repeat center / 100%;
}

.block-goods-gallery {
  margin: 20px 0 0;
}

.block-goods-gallery ul {
  font-size: 0;
}

.block-goods-gallery li {
  display: inline-block;
  width: 56px;
  margin-right: 4px;
}

.block-goods-gallery li a {
  display: block;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  overflow: hidden;
}

.block-goods-gallery li a.active {
  position: relative;
  border-color: #444;
  pointer-events: none;
}

.block-goods-gallery li a.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  border-radius: 3px;
}

.block-goods-gallery li figure {
  width: 55px;
  height: 55px;
}

.block-goods-price {
  margin: 30px 0 0;
}

.block-goods-price-line:not(:last-child) {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #DDD;
}

.block-goods-price-line dl {
  display: flex;
  align-items: center;
}

.block-goods-price-line dt {
  width: 180px;
  padding: 0 5px;
}

.block-goods-price-line dd:first-child {
  flex: 1;
}

.block-goods-price--maker dt {
  font-size: 14px;
}

.block-goods-price--maker dd span {
  color: #333;
  font-size: 10px;
  margin: 0 0 0 3px;
}

.block-goods-price--price span.small {/* ITOYOKADO-1013 */
  color: #333;
  font-size: 12px;
  margin: 0 0 0 2px;
}

.block-goods-price--price dd {
  font-size: 20px;
  font-weight: bold;
}

.block-goods-price:has(.block-goods-price--sale) .block-goods-price--price dd span { /* ITOYOKADO-1013 */
  text-decoration: line-through;
}

.block-goods-price--sale {
  color: #E9091A;
  font-weight: bold;
}

.block-goods-price--sale dd {
  font-size: 22px;
}

.block-goods-price--sale dd span {
  font-size: 14px;
  margin: 0 0 0 2px;
}

.block-goods-price--sale dd.block-goods-price--sale-discount {
  font-size: 16px;
  margin: 0 0 0 8px;
}

.block-goods-price--sale-terms {
  color: #E9091A;
  text-align: center;
  margin: 3px 0 0 180px;
  padding: 3px 0;
  background: #FFF2F4;
}

.block-goods-point {
  color: #E28300;
  font-weight: bold;
}

.block-goods-point dd {
  font-size: 14px;
}

.block-goods-point dd span {
  font-size: 20px;
  margin: 0 2px 0 0;
}

.block-goods-point dd.block-goods-point--icon {
  font-size: 12px;
  border: 1px solid #E28300;
  border-radius: 3px;
  padding: 1px 10px;
  margin: 0 0 0 6px;
}

.block-goods-point--terms {
  color: #E28300;
  text-align: center;
  margin: 3px 0 0 180px;
  padding: 3px 0;
  background: #FFF7EB;
}

.block-goods-point--on-sales-comment , /* ITOYOKADO-255 */
.block-goods-price--on-sales-comment {
  color: #c30;
}

.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-delivery {
  border: 1px solid #DDD;
  margin: 40px 0 0;
}

.block-goods-delivery--info {
  display: flex;
  border-bottom: 1px solid #DDD;
}

.block-goods-delivery--info:last-child {
  border-bottom: 0;
}

.block-goods-delivery--info dt {
  width: 140px;
  padding: 20px;
  background: #EFEFEF;
  border-right: 1px solid #DDD;
}

.block-goods-delivery--info dt h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.block-goods-delivery--info dd {
  flex: 1;
  padding: 20px;
  font-size: 15px;
}

.block-goods-delivery--info-link-postage {
  text-decoration: underline;
}

.block-goods-delivery--info-link-postage:hover {
  text-decoration: none;
}

.block-goods-delivery--text {
  color: #F00;
}

.block-goods-delivery--note {
  margin: 3px 0 0;
}

.block-goods-delivery--note li {
  font-size: 14px;
  text-indent: -14px;
  padding: 0 0 0 14px;
}

.block-goods-delivery--label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block-goods-delivery--label li {
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 5px 14px 4px;
}

.block-goods-delivery--label li.normal {
  border-color: #33B22E;
}

.block-goods-delivery--label li.cool {
  border-color: #1BB9DE;
}

.block-goods-delivery--label li.frozen {
  border-color: #3E79FF;
}

.block-goods-delivery--label li.large {
  border-color: #FF8124;
}

.block-goods-delivery--link li:not(:last-child) {
  margin: 0 0 8px;
}

.block-goods-delivery--link li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

.block-goods-delivery--link li a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

.block-goods-delivery--link li a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 0 0 8px;
  background: url(../../img/usr/sb/common/icon_link.png) no-repeat right bottom / 100%;
}

.block-goods-delivery--link li a:hover {
  text-decoration: none;
}

.block-goods-brand {
  line-height: 0;
  margin: 15px 0 0;
}

.block-goods-brand a:hover {
  opacity: .8;
}

.block-goods-brand img {
  height: 40px;
}

.block-goods-name {
  margin: 15px 0 0;
}

.block-goods-name--text {
  font-size: 20px;
  margin: 0;
}

.block-goods-user-review--info {
  margin: 12px 0 0;
  font-size: 14px; /* ITOYOKADO-1037 */
}

.block-goods-user-review--count-summary {
  display: flex;
  align-items: flex-end;
}

.block-goods-user-review--score {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin: 0 7px 0 0;
}

.block-goods-user-review--score img {
  height: 18px;
  margin: 0 6px 0 0;
}

.block-goods-user-review--count {
  font-size: 14px;
  margin: 0 0 0 2px;
}

.block-goods-user-review--link {
  line-height: 1;
}

.block-goods-user-review--link a {
  color: #666;
  font-size: 13px;
  text-decoration: underline;
}

.block-goods-user-review--link a:hover {
  text-decoration: none;
}

.block-goods-comment {
  margin: 15px 0 0;
}

.block-goods-cart-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0;
  padding: 30px;
  background: #EFEFEF;
}

.block-goods-condition {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.block-goods-condition li {
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  border-radius: 3px;
  padding: 8px 20px;
}

.block-goods-condition li.for-adult {
  color: #FFF;
  background: #E9091A;
}

.block-goods-condition li.limit-1 {
  color: #E9091A;
  border: 1px solid #E9091A;
}

.block-goods-wrapping {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  width: 100%;
}

.block-goods-wrapping li {
  background: #FFF;
  border-radius: 3px;
  width: 94px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 1px;
}

.block-goods-wrapping li.ng {
  background: transparent;
  border: 1px solid #DDD;
}

.block-goods-wrapping li span {
  position: relative;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin: 0 auto 2px;
}

.block-goods-wrapping li:not(.ng) span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000;
}

.block-goods-wrapping li.ng span:before,
.block-goods-wrapping li.ng span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

.block-goods-wrapping li.ng span:after {
  transform: rotate(-45deg);
}

.block-goods-qty {
  display: flex;
  align-items: center;
  /*margin: 0 25px 20px 0;*//* ITOYOKADO-1029 */
  flex-shrink: 0;/* ITOYOKADO-1022 */
}

.block-goods-qty dt {
  letter-spacing: 4px;
  margin: 0 5px 0 0;
}

.block-goods-qty select {
  width: 80px;
}

.block-goods-stock {
  display: flex;
  /*margin: 20px 0;*//* ITOYOKADO-1029 */
}
/* ITOYOKADO-1022 start */
.block-goods-stock dt {
	flex-shrink: 0;
}
/* ITOYOKADO-1022 end */
.pane-goods-right-side .block-goods-favorite {
  position: static;
  width: 150px;
  height: auto;
  border-radius: 0;
  background: none;
  margin-left: auto;
}

.pane-goods-right-side .block-goods-favorite--btn,
.pane-goods-right-side .block-goods-favorite-registed--btn {
  width: 100%;
  margin: 0;
  border: 1px solid #DDD;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  background: #FFF url(../../img/usr/sb/common/icon_bookmark.png) no-repeat left 21px top 19px / 14px;
  padding: 15px 0 15px 18px;
}

.pane-goods-right-side .block-goods-favorite-registed--btn {
  color: #E9091A;
  font-weight: bold;
  border-color: #E9091A;
  background-image: url(../../img/usr/sb/common/icon_bookmark_on.png);
}

.block-goods-alchol {
  margin: 0 0 80px;
}

.block-goods-alchol-caution {
  background: #EFEFEF;
  border: 1px solid #DDD;
  margin: 0 0 40px;
  padding: 25px 30px;
}

.block-goods-alchol-caution--headline {
  font-weight: bold;
  margin: 0 0 5px;
}

.block-goods-alchol-about {
  margin: 0 0 40px;
}

.block-goods-alchol-about h2,
.block-goods-alchol-contact h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.block-goods-alchol-about dl {
  display: flex;
  border: 1px solid #DDD;
}

.block-goods-alchol-about dl:not(:last-child) {
  border-bottom: 0;
}

.block-goods-alchol-about dt {
  width: 300px;
  background: #EFEFEF;
  border-right: 1px solid #DDD;
  padding: 13px 28px;
}

.block-goods-alchol-about dt h3 {
  font-size: 16px;
  margin: 0;
}

.block-goods-alchol-about dd {
  flex: 1;
  padding: 13px 28px;
}

.block-goods-alchol-contact dl {
  display: flex;
}

.block-goods-info--title,
.block-goods-spec--title,
.block-accessory-list--name,
.block-goods-user-review--title {
  position: relative;
  border-top: 1px solid #BBB;
  margin: 0;
  padding: 15px 0 15px 20px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.block-goods-info--title {
  cursor: default;
}

.block-goods-info--title:before,
.block-goods-spec--title:before,
.block-accessory-list--name:before,
.block-goods-user-review--title:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(to bottom, #0E9EE6 40%, #E9091A 40%);
}

.block-goods-spec--title:after,
.block-accessory-list--name:after {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background: #EFEFEF;
  border-radius: 50%;
}

.block-goods-spec--title span:before,
.block-goods-spec--title span:after,
.block-accessory-list--name span:before,
.block-accessory-list--name span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #000;
  z-index: 1;
}

.block-goods-spec--title:not(.open) span:after,
.block-accessory-list--name:not(.open) span:after {
  transform: rotate(90deg);
}

.block-goods-info--contents {
  margin: 20px 0 80px;
}

.block-goods-info--note {
  margin: 20px 0 0;
}

.block-goods-info--note li {
  font-size: 14px;
  text-indent: -14px;
  padding: 0 0 0 14px;
  margin: 0 0 8px;
}

.block-goods-info--note li:last-child {
  margin: 0;
}

.block-goods-info--movie {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0 0;
}

.block-goods-info--movie-box {
  width: 390px;
  line-height: 0;
  aspect-ratio: 16 / 9;
}

.block-goods-info--movie-box iframe {
  width: 100%;
  height: 100%;
}

.block-goods-spec--contents {
  margin: 20px 0 80px;
}

.block-goods-spec--contents dl {
  display: flex;
  border: 1px solid #DDD;
}

.block-goods-spec--contents dl:not(:last-child) {
  border-bottom: 0;
}

.block-goods-spec--contents dt {
  width: 300px;
  background: #EFEFEF;
  border-right: 1px solid #DDD;
  padding: 13px 28px;
}

.block-goods-spec--contents dt h3 {
  font-size: 16px;
  margin: 0;
}

.block-goods-spec--contents dd {
  flex: 1;
  padding: 13px 28px;
}

.block-accessory-list--list {
  margin: 20px 0 80px;
}

.page-goods .block-thumbnail-t--goods {
  width: 220px;
  margin: 0 25px 0 0;
}

.page-goods .block-thumbnail-t--goods:nth-child(4n) {
  margin-right: 20px;
}

.page-goods .block-thumbnail-t--goods:nth-child(5n) {
  margin-right: 0;
}

/* 同一バリエーション画像表示 */

.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;
  line-height: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item:not(:first-child) {
  opacity: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-wrapper .block-goods-detail-line-item {
  opacity: 1;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

.block-goods-detail--goods-name {
  color: #444;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  padding: 20px 0 0;
}

/* 注文明細拡張 */

.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 {
  margin-right: 5px;
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation {
  padding: 30px;
  margin: 20px 0 0;
  background: #EFEFEF;
}

.block-variation-box:not(:last-of-type) {
  margin: 0 0 25px;
}

.block-variation--head {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.block-variation--name {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin: 0 7px 0 0;
  padding: 0 12px 0 18px;
}

.block-variation--name:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}

.block-variation--name:after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}

.block-variation--selected-item {
  font-size: 14px;
}

.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
  display: block;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  border-radius: 3px;
  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 {
  position: relative;
  border-color: #444;
  pointer-events: none;
}

.block-variation--item.block-color-item.active dt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  border-radius: 3px;
}

.block-color--item dt {
  width: 58px;
  height: 58px;
}

.block-color--item-term img {
  max-width: 50px;
  max-height: 50px;
}

.block-color--item-term figure {
  width: 58px;
  height: 58px;
}

.block-size--item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  font-size: 14px;
  padding: 9px 10px 8px;
}

.block-size--item.active dt {
  color: #888;
  background: transparent;
}

/* サイズ別カートボタン */
.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 .block-goods-user-review--info {
  margin: 20px 0 25px;
}

.block-goods-user-review .block-goods-user-review--score {
  display: flex;
  align-items: center;
}

.block-goods-user-review .block-goods-user-review--score img {
  height: 23px;
}

.block-goods-user-review .block-goods-user-review--score dd {
  font-size: 20px;
  font-weight: bold;
}

.block-goods-user-review--count {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-goods-user-review--count dd span {
  font-size: 16px;
  font-weight: bold;
}

.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: 20px 0 0;
}

.block-goods-user-review--description p {
  font-size: 14px;
}

.block-goods-user-review--description p br {
  display: none;
}

.block-goods-user-review--description a {
  color: #0E9EE6;
  text-decoration: underline;
}

.block-goods-user-review--description a:hover {
  text-decoration: none;
}

.block-goods-user-review--item:not(:last-child) {
  margin: 0 0 40px;
}

.block-goods-user-review--item-body {
  padding: 35px 45px;
  border: 1px solid #DDD;
}

.block-goods-user-review--item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.block-goods-user-review--item-score {
  line-height: 0;
  margin: 0 0 10px;
}

.block-goods-user-review--item-score img {
  height: 16px;
}

.block-goods-user-review--item-name {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.block-goods-user-review--item-name dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  line-height: 0;
  margin: 0 10px 0 0;
}

.block-goods-user-review--item-name dt img {
  max-width: 100%;
  max-height: 100%;
}

.block-goods-user-review--item-name dd {
  color: #666;
  font-size: 14px;
}

.block-goods-user-review--item-score dt {
  margin: 0 0 5px 0;
  height: 14px;
}

.block-goods-user-review--item-score dt img {
  height: 14px;
}

.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-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}

.block-goods-user-review--pager-now {
  color: #c00;
}

.block-goods-user-review--item-comment {
  font-size: 14px;
}

.block-goods-user-review--write-review-btn {
  display: block;
  margin: 10px auto 0;
  padding: 12px 0;
  width: 300px;
  border-radius: 30px;
  font-weight: bold;
  background: #FFF;
}

.block-goods-user-review--item-moderate-vote {
  margin: 15px 0 0;
}

.block-goods-user-review--item-moderate-vote p {
  font-size: 14px;
}

.block-goods-user-review--item-moderate-vote p a {
  color: #0E9EE6;
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-vote p a:hover {
  text-decoration: none;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.block-goods-price--items {
  display: table;
}

.block-goods-price--item {
  display: table-cell;
  padding-right: 20px;
}

.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 {
  text-decoration: line-through;
  color: #333;
  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 {
  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;
}
/* DTASK-56275 start */
.block-user-review--item-header {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  background: #EFEFEF;  
}
.block-user-review--score .help-block {
  text-align: left;
  margin: 5px 0;
}
/* DTASK-56275 end */

/* ----トップページイベント表示---- */
.block-top-event--header {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
.block-top-event--header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 44px;
  background: linear-gradient(to bottom, #0E9EE6 40%, #E9091A 40%);
}
.block-top-event--header p {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin: 3px 0 0;
}
.block-top-event--header:not(:has(span)) {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0 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 img {
  width: auto;
  height: 19px;
}
.block-icon--auto-on-new img,
.block-icon--auto-new img {
  height: 19px;
}

/* ----商品一覧画面----*/

/* 表示方法・並べ替え・ページャ */

.block-goods-list--pager-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #EFEFEF;
}
.block-goods-list--pager-bottom {
  margin: 65px 0 0;
}
.block-goods-list--pager-top .pagination {
  width: 100%;
  background: #FFF;
  padding: 30px 0;
}
.pager-total {
  font-weight: 600;
  padding: 12px 0; /* DTASK-56275 */
  padding: 12px 0 12px 20px; /* ITOYOKADO-55 */
}
.pager-total span {
  font-size: 26px;
  margin: 0 3px 0 0;
}
.pager-scope {
  font-size: 12px;
  margin-right: auto;
}
.block-displayresult {
  padding: 12px 0;
  margin: 0 15px 0 auto;
}
.block-displayresult--selectbox,
.block-goods-list--sort-order-items-selectbox {
  width: 200px;
}
.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  padding: 12px 20px 12px 15px;
}
.block-goods-list--display-style-items dt {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.block-goods-list--display-style-items dd a {
  display: block;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #DDD;
}
.block-goods-list--display-style-items dd:not(:first-of-type) {
  margin-left: -1px;
}
.block-goods-list--display-style-items dd a:hover {
  opacity: .8;
}
.block-goods-list--display-style-items dd.active a {
  pointer-events: none;
}
.block-goods-list--display-style-items dd.styleT a {
  background: #FFF url(../../img/usr/sb/common/icon_display_t.png) no-repeat center / 18px;
}
.block-goods-list--display-style-items dd.styleT.active a {
  background: #444 url(../../img/usr/sb/common/icon_display_t_on.png) no-repeat center / 18px;
}
.block-goods-list--display-style-items dd.styleD a , /* ITOYOKADO-254 */
.block-goods-list--display-style-items dd.styleP a {
  background: #FFF url(../../img/usr/sb/common/icon_display_p.png) no-repeat center / 18px;
}
.block-goods-list--display-style-items dd.styleD.active a , /* ITOYOKADO-254 */
.block-goods-list--display-style-items dd.styleP.active a {
  background: #444 url(../../img/usr/sb/common/icon_display_p_on.png) no-repeat center / 18px;
}
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.block-goods-list-naviframe--top .pagination {
  margin: 30px 0;
}
.pagination li {
  position: relative;
  margin: 0 5px;
}
.pagination li.hide {
  display: none;
}
.pagination li.pager-bw-b {
  margin-left: 20px;
}
.pagination li.pager-bw-a {
  margin-right: 20px;
}
.pagination li.pager-bw-b:before,
.pagination li.pager-bw-a:before {
  content: '...';
  position: absolute;
  top: 1px;
  left: -18px;
}
.pagination li.pager-bw-a:before {
  left: auto;
  right: -18px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #F5F5F5;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 0;
}
.pagination li span {
  background: #444;
  color: #FFF;
}
.pagination li.pager-previous a,
.pagination li.pager-next a {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.pagination li.pager-previous a {
  margin-right: 10px;
}
.pagination li.pager-next a {
  margin-left: 10px;
}
.pagination li.pager-previous a:after,
.pagination li.pager-next a:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 43%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
}
.pagination li.pager-next a:after {
  left: 38%;
  transform: rotate(-45deg);
}

/* 一覧お気に入り */
.block-goods-favorite {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.block-goods-list-favorite--btn,
.block-goods-list-favorite-registed--btn {
  width: 14px;
  height: 12px;
  background: url(../../img/usr/sb/common/icon_bookmark.png) no-repeat center / 100%;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  padding: 0;
  transition: .3s ease;
  border-radius: unset; /* ITOYOKADO-1110 */
}

.block-goods-list-favorite-registed--btn {
  background-image: url(../../img/usr/sb/common/icon_bookmark_on.png);
}

/* 一覧ステータス */
.block-goods-list-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}

/* ----商品一覧画面：一覧：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--items li {
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: 2px dotted #DDD;
}
.block-goods-list-d--items li:last-child {
  margin: 0;
}
.block-goods-list-d--item-body {
  display: flex;
  align-items: center;
}
.block-goods-list-d--image {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 20px 0 0;
}
.block-goods-list-d--image figure {
  width: 220px;
  height: 220px;
}
.block-goods-list-d a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-goods-list-d--item-description {
  width: 460px;
  margin: 0 20px 0 0;
}
.block-goods-list-d--item-description .block-icon {
  margin: 0 0 10px;
}
.block-goods-list-d--goods-name {
  margin: 0 0 10px;
}
.block-goods-list-d--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.block-goods-list-d--comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.block-goods-list-d--price-infos {
  margin: 10px 0 0;
}
.block-goods-list-d--default-price-items {
  display: flex;
  align-items: center;
  text-decoration: line-through;
}
.block-goods-list-d--default-price-items .default-price {
  text-decoration: none;
}
.block-goods-list-d--default-net-price,
.block-goods-list-d--net-price {
  font-size: 20px;
}
.block-goods-list-d--default-price,
.block-goods-list-d--price {
  margin: 0 0 0 5px;
}
.block-goods-list-d--price-items {
  display: flex;
  align-items: center;
}
.block-goods-list-d--default-price-items + .block-goods-list-d--price-items .block-goods-list-d--net-price {
  color: #E9091A;
  font-size: 22px;
  font-weight: bold;
}
.block-goods-list-d--default-price-items + .block-goods-list-d--price-items .block-goods-list-d--price {
  color: #E9091A;
  font-size: 18px;
  font-weight: bold;
}
.block-goods-list-d--point {
  color: #E28300;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.block-goods-list-d--point span {
  font-size: 18px;
}
.block-goods-list-d--btn {
  width: 180px;
}
.block-goods-list-d--btn-detail {
  display: block;
  border: 1px solid #DDD;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 5px;
}

/* ----商品一覧画面：チェックリスト：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--items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.block-pickup-list-p--items li {
  width: 220px;
}
.block-pickup-list-p--image {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 20px 0 0;
}
.block-pickup-list-p--image figure {
  width: 220px;
  height: 220px;
  background: #FFF;
}
.block-pickup-list-p--image .block-icon--auto-new {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.block-pickup-list-p a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-pickup-list-p--item-description {
  padding: 10px 12px 12px;
  background: #FFF;
}
.block-pickup-list-p--goods-name {
  margin: 0 0 10px;
}
.block-pickup-list-p--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
}
.block-pickup-list-p--price-infos {
  margin: 10px 0 0;
}
.block-pickup-list-p--default-price-items {
  display: flex;
  flex-wrap: wrap; /* ITOYOKADO-884 */
  align-items: center;
  text-decoration: line-through;
}
.block-pickup-list-p--default-price-items .default-price {
  text-decoration: none;
}
.block-pickup-list-p--default-price,
.block-pickup-list-p--price {
  margin: 0 0 0 5px;
}
.block-pickup-list-p--price-items {
  display: flex;
  flex-wrap: wrap; /* ITOYOKADO-884 */
  align-items: center;
}
.block-pickup-list-p--price {
  color: #333;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.block-pickup-list-p--default-price-items + .block-pickup-list-p--price-items .block-pickup-list-p--net-price {
  color: #E9091A;
  font-weight: bold;
}
.block-pickup-list-p--default-price-items + .block-pickup-list-p--price-items .block-pickup-list-p--price {
  color: #E9091A;
  font-weight: bold;
}

/* ----商品一覧画面：ピックアップ：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 {
  display: flex;
  flex-wrap: wrap;
}
.block-thumbnail-t--goods {
  width: 210px;
  margin: 0 20px 100px 0;
}
.block-thumbnail-t--goods:nth-child(4n) {
  margin-right: 0;
}
.block-thumbnail-t--goods:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-thumbnail-t--goods-image {
  position: relative;
  margin: 0 0 10px;
}
.block-thumbnail-t--goods-image .block-icon--auto-new {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.block-thumbnail-t a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-thumbnail-t--goods-description {
  padding: 0 4px;
}
.block-thumbnail-t--goods-name {
  margin: 0 0 20px;
}
.block-thumbnail-t--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
}
.block-thumbnail-t--default-price-items {
  display: flex;
  align-items: center;
  text-decoration: line-through;
}
.block-thumbnail-t--price-items {
  display: flex;
  align-items: center;
}
.block-thumbnail-t--default-price-items + .block-thumbnail-t--price-items {
  color: #E9091A;
  font-weight: bold;
}
.block-thumbnail-t--default-price {
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.block-thumbnail-t--price {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.block-pickup-list-p--point, /* ITOYOKADO-884 */
.block-thumbnail-t--point {
  color: #E28300;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 0;
}
.block-thumbnail-t--point span {
  font-size: 14px;
}
.block-thumbnail-t--btn {
  margin: 10px -4px 0;
}
.block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0 6px;
}
.block-list-add-cart-btn:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: 0 6px 0 0;
  background: url(../../img/usr/sb/common/icon_cart02.png) no-repeat center / 100%;
  transform: translateY(-1px); /* ITOYOKADO-55 *//* ITOYOKADO-1349 */
}
.block-thumbnail-t--btn-detail {
  display: block;
  border: 1px solid #DDD;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0 5px;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
}
.block-ranking-r--items li {
  width: 195px;
  margin: 0 15px 15px 0;
}
.block-ranking-r--items li:nth-child(4n) {
  margin-right: 0;
}
.block-ranking-r--goods-image {
  position: relative;
  margin: 0 0 10px;
}
.block-ranking-r .block-icon--auto-on-new {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.block-ranking-r--goods-image figure {
  width: 195px;
  height: 195px;
}
.block-ranking-r--rank {
  display: none;
}
.block-ranking-r a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-ranking-r--goods-description {
  padding: 0 8px;
}
.block-ranking-r--goods-name {
  margin: 0 0 20px;
}
.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
}
.block-ranking-r--default-price-items {
  display: flex;
  align-items: center;
  text-decoration: line-through;
}
.block-ranking-r--price-items {
  display: flex;
  align-items: center;
}
.block-ranking-r--default-price-items + .block-ranking-r--price-items {
  color: #E9091A;
  font-weight: bold;
}
.block-ranking-r--default-price {
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.block-ranking-r--default-price.default-price {
  text-decoration: line-through;
}
.block-ranking-r--price {
  font-size: 12px;
  margin: 0 0 0 5px;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--items li:nth-child(n + 5),
#main_area [data-tagscode^="category_"] .block-ranking-r--items li:nth-child(n + 5),
#main_area [data-tagscode^="block_pc_new-arrival_"] .block-ranking-r--items li:nth-child(n + 5) {
  margin-top: 20px;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--goods-name,
#main_area [data-tagscode^="category_"] .block-ranking-r--goods-name,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--goods-name {
  margin-bottom: 5px;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--price-items,
#main_area [data-tagscode^="category_"] .block-ranking-r--price-items,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--price-items {
  flex-direction: column-reverse;
  align-items: flex-start;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--price,
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--default-price,
#main_area [data-tagscode^="category_"] .block-ranking-r--price,
#main_area [data-tagscode^="category_"] .block-ranking-r--default-price,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--price,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--default-price {
  font-size: 15px;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--price:has(+.block-ranking-r--default-price),
#main_area [data-tagscode^="category_"] .block-ranking-r--price:has(+.block-ranking-r--default-price),
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--price:has(+.block-ranking-r--default-price) {
  font-weight: bold;
  color: #E9091A;
}
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--price span,
#main_area [data-tagscode^="sevenpremium_ranking"] .block-ranking-r--default-price span,
#main_area [data-tagscode^="category_"] .block-ranking-r--price span,
#main_area [data-tagscode^="category_"] .block-ranking-r--default-price span,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--price span,
#main_area [data-tagscode^="block_pc_new"] .block-ranking-r--default-price span {
  font-size: 12px;
  font-weight: normal;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h {
  display: flex;
}
.block-thumbnail-h li {
  width: 140px;
  margin: 0 11px 0 0;
}
.block-thumbnail-h li:last-child {
  margin: 0;
}
.block-thumbnail-h--goods-image {
  position: relative;
  margin: 0 0 10px;
}
.block-thumbnail-h--goods-image figure {
  width: 140px;
  height: 140px;
  background: #FFF;
}
.block-thumbnail-h--goods-name {
  margin: 0 0 5px;
}
.block-thumbnail-h--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
}
.block-thumbnail-h--default-price-items {
  font-size: 14px;
  text-decoration: line-through;
  margin: 0 0 2px;
}
.block-thumbnail-h--default-price {
  font-size: 10px;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.block-thumbnail-h--default-price-items + .block-thumbnail-h--price-items {
  color: #E9091A;
  font-weight: bold;
}
.block-thumbnail-h--net-price {
  font-size: 14px;
}
.block-thumbnail-h--price {
  font-size: 10px;
}
.block-thumbnail-h a:hover {
  text-decoration: none;
  opacity: .8;
}

/* ----商品一覧画面：リスト：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 li {
  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-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-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 {
  flex-basis: 180px;
  margin-left: 24px;
}

.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
}

/* ----カテゴリー画面：ピックアップ：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--items {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  margin: 0 auto;
}
.block-category-style-g--item {
  width: 182px;
  margin: 5px;
}
.block-category-style-g--item a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #DDD;
  border-radius: 30px;
  padding: 10px 35px 10px 20px;
  font-size: 15px;
  line-height: 1.3;
  /*height: 100%;*/ /* ITOYOKADO-861 */
}
.block-category-style-g--item a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-category-style-g--item a:hover {
  text-decoration: none;
  opacity: .8;
}

/* ----カテゴリー画面：一覧：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 {
  padding: 0 0 22px;
}

.block-category-tree--header {
  font-weight: bold;
  padding: 22px 0 20px;
}

.block-category-tree--items.root {
  display: none;
}
/* ITOYOKADO-693 start */
/*
.block-category-tree--items:not(:has(.block-category-tree--level-parent)) .block-category-tree--level-child:not(:last-child) {
  margin: 0 0 5px;
}

.block-category-tree--level-parent:not(.root) + .block-category-tree--level-current,
.block-category-tree--level-parent:not(.root) + .block-category-tree--level-parent,
.block-category-tree--items:has(.block-category-tree--level-parent) .block-category-tree--level-child {
  position: relative;
  padding: 0 0 0 35px;
  margin: 10px 0 0;
}

.root + .block-category-tree--level-parent + .block-category-tree--level-current ~ .block-category-tree--level-child,
.root + .block-category-tree--level-parent + .block-category-tree--level-parent + .block-category-tree--level-current {
  margin-left: 35px;
}

.root + .block-category-tree--level-parent + .block-category-tree--level-parent + .block-category-tree--level-current + .block-category-tree--level-child {
  margin-left: 70px;
}

.block-category-tree--level-parent:not(.root) + .block-category-tree--level-current:before,
.block-category-tree--level-parent:not(.root) + .block-category-tree--level-parent:before,
.block-category-tree--items:has(.block-category-tree--level-parent) .block-category-tree--level-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

.block-category-tree--level-parent:not(.root) + .block-category-tree--level-current a,
.block-category-tree--level-parent:not(.root) + .block-category-tree--level-parent a,
.block-category-tree--items:has(.block-category-tree--level-parent) .block-category-tree--level-child a {
  color: #0E9EE6;
  text-decoration: underline;
}

.block-category-tree--level-parent:not(.root) + .block-category-tree--level-current a:hover,
.block-category-tree--level-parent:not(.root) + .block-category-tree--level-parent a:hover,
.block-category-tree--items:has(.block-category-tree--level-parent) .block-category-tree--level-child a:hover {
  text-decoration: none;
}
/* ITOYOKADO-693 end */

/* ----ジャンルツリー---- */

.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-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--tree-1 > li:first-child {
  border-top: none;
}

.block-filter--tree-2 > li {
  padding-left: 10px;
}

.block-filter--tree-3 > li {
  padding-left: 20px;
}

.block-filter--tree-4 > li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-dir i {
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close i {
  transform: rotate(0);
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.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--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-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;
}
