﻿﻿@charset "UTF-8";

/* ----商品詳細画面---- */
.page-goods .block-topic-path {
  margin-top: 0;
}

.block-goods-detail {
  margin: 0;
  display: -webkit-flex;
  display: flex;
}

.pane-goods-left-side{
  margin: 0 -20px 30px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 1 !important;
}
.pane-goods-left-side .bx-wrapper{
  position: relative;
}
.pane-goods-left-side .bx-controls a.bx-prev,
.pane-goods-left-side .bx-controls a.bx-next {
  text-indent: -9999px;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  display: block;
  z-index: 1;
}
.pane-goods-left-side .bx-controls a.bx-prev.disabled,
.pane-goods-left-side .bx-controls a.bx-next.disabled {
  display: none;
}
.pane-goods-left-side .bx-controls a.bx-prev::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  box-sizing: content-box;
  transform: translate(-50%,-50%) rotate(45deg);
}
.pane-goods-left-side .bx-controls a.bx-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  box-sizing: content-box;
  transform: translate(-50%,-50%) rotate(-45deg);
}

.pane-goods-left-side .bx-controls a.bx-prev {
  left: 0;
}

.pane-goods-left-side .bx-controls a.bx-next {
  right: 0;
}

.block-goods-detail--color-variation-goods-thumbnail-form .bx-viewport{
  overflow: visible !important;
}

.block-goods-detail--color-variation-goods-thumbnail-form .bx-controls{
  display: none;
}

.block-goods-detail-footer {
  margin: 20px;
  display: none;
}

.block-goods-detail-footer .block-goods-favorite{
  margin-top: 10px;
  display: block;
}

.block-goods-detail-footer .block-goods-favorite a{
  text-align: right;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-goods-name {
  margin-bottom: 5px;
}

.block-goods-name h2 {
  margin: -10px;
}

.block-icon {
  margin-bottom: 5px;
}

.block-src-l {
  text-align: center;
  margin-bottom: 10px;
}

.block-src-c {
  margin-bottom: 10px;
}
.block-goods-gallery{
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.block-goods-gallery ul {
  display: flex;
  width: max-content;
  padding: 0 20px;
}

.block-goods-gallery li {
  display: inline-block;
  font-size: 14px;
  float: none !important;
  width: 64px !important;
  height: 64px !important;
  margin-left: 5px;
}

.block-goods-gallery li:first-child {
  margin-left: 0;
}

.block-goods-gallery li a{
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 1px;
  display: block;
}

.block-goods-gallery li a.active{
  border: 1px solid #333;
}

.block-goods-gallery li figure{
  width: 60px;
  padding-top: 60px;
  position: relative;
}

.block-goods-gallery li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-goods-name--text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.block-goods-comment {
  margin-bottom: 10px;
  display: none;
}

.block-goods-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin: 10px 0 0;
}

.block-goods-price--on-sales-comment{
  width: 100%;
  color: #B82424;
  display: none;
}

.block-goods-price--on-sales-comment + .block-goods-price--default-price + .block-goods-price--price{
  color: #B82424;
  margin-left: 5px;
}

.block-goods-price--price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.block-goods-price--price span {
  font-size: 12px;
  color: #fff;
  background: #B82424;
  padding: 2px 5px 0;
  margin-left: 7px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -2px;
}

.block-cart-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 25px;
}

.block-qty-wrap span{
  font-size: 12px;
}

.block-qty-wrap input{
  width: 65px;
  border-radius: 0;
  margin-left: 10px;
  padding: 8px 10px;
}

.block-cart-wrap .block-add-cart{
  width: calc(100% - 110px);
}

.block-custom-order--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-add-cart .block-add-cart--btn {
  padding: 14px 10px;
  border-radius: 10px;
  width: 100%;
}

.block-goods-favorite{
  display: inline-block;
}

.block-goods-favorite--btn {
  width: 100%;
  margin:0 15px 0 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 12px;
}

.block-goods-favorite--btn::before {
  content: "";
  width: 16px;
  height: 14px;
  display: inline-block;
  background: url(../../img/sys/icon/black/bookmark.png) center center / contain no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.block-goods-favorite-registed--btn {
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0 5px 0 0;
  text-decoration: underline;
}

.block-goods-favorite-registed--btn::before {
  content: "";
  width: 16px;
  height: 14px;
  display: inline-block;
  background: url(../../img/sys/icon/black/bookmark.png) center center / contain no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.block-arrival-notice--btn {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
}

.block-variation.block-color {
  margin-top: 25px;
}

.block-variation.block-size {
  margin: 25px 0;
}

.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-no-stock--message {
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}

.block-outside-sales-period--message {
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
  border-radius: 3px;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
}

.block-contact-about-goods{
  display: inline-block;
}

.block-contact-about-goods-btn {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 12px;
}

.block-goods-link {
  margin-bottom: 10px;
}

.block-goods-comment1 h3,
.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.block-goods-comment1 em,
.block-goods-comment2 em,
.block-goods-comment3 em,
.block-goods-comment4 em,
.block-goods-comment5 em {
  font-style: normal;
  font-weight: bold;
}

.block-goods-comment1{
  font-size: 12px;
  margin: 15px 0 0;
}

.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin-top: 30px;
}

.block-goods-comment1 a,
.block-goods-comment2 a,
.block-goods-comment3 a,
.block-goods-comment4 a,
.block-goods-comment5 a{
  text-decoration: underline;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-exchange-price {
  font-size: 12px;
}

.block-goods-set {
  margin-bottom: 10px;
}

.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}

.block-goods-set--item-list {
  margin-bottom: -1px;
}

.block-goods-set--item-name-link {
  text-decoration: underline;
}

.block-goods-sales-detail-append--item select {
  max-width: 300px;
}

/* 同一バリエーション画像表示 */

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-wrapper {
  position: relative;
  max-width: 100% !important;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport li {
  margin-left: 9px;
  padding-left: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-viewport li:first-child {
  margin-left: 0;
}

.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;
  display: none;
}

.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 .bx-viewport .block-goods-detail-line-item figure img{
  width: 100%;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  margin-bottom: 10px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-form .bx-viewport ul li img {
  width: 100%;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* バリエーション切り替えボタン */


.block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
}

.block-variation--item-list select{
  padding-right: 30px;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--item.block-color--item{
  display: block;
  font-size: 14px;
  margin-right: 5px;
  width: calc((100% - 20px) / 5);
}

.block-variation--item.block-size--item{
  display: block;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.block-variation--item.block-color--item:nth-child(5n) {
  margin-right: 0;
}
.block-variation--item.block-color--item:nth-child(n+6) {
  margin-top: 7px;
}

.block-variation--selected-item {
  margin-bottom: 10px;
}

.block-variation--selected-item span{
  font-weight: bold;
  margin-right: 5px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

.block-size--item-term {
  border: 1px solid #D6D6D6;
}

.block-variation--item.color-disable-stock dt {
  border: 2px solid #fff;
  position: relative;
}

.block-variation--item.color-disable-stock dt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: rgba(0,0,0,0.25);
  pointer-events: none;
  z-index: 1;
}

.block-variation--item.color-disable-stock dt::after {
  content: "";
  width: 141%;
  height: 1px;
  background: rgba(255,255,255,0.76);
  transform: translate(-50%,-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.block-variation--item.size-disable-stock dt {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}

.block-variation--item.active dt {
  border: 1px solid #333;
}

.block-color--item-term {
  padding: 1px;
}

.block-color--item-term img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-color--item-term figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.block-size--item dt {
  min-width: 60px;
  max-width: 120px;
  min-height: 40px;
}

.block-size--item-term span {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  text-align: center;
  min-height: 38px;
  padding: 5px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-variation-outside-sales-period--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-variation-favorite-registed--btn {
  color: #f9f;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn,
.block-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-variation-outside-sales-period--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-with-cart .block-variation-favorite--btn,
.block-color-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-variation-outside-sales-period--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 12px;
}

.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-size-with-cart .block-variation-favorite--btn,
.block-color-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.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-accessory-list {
  margin-top: 50px;
}

.block-accessory-list--name{
  text-align: center;
  font-size: 18px;
}

.block-accessory-list--list .block-thumbnail-t--items{
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}

.block-accessory-list--list .block-thumbnail-t--items li{
  display: inline-block;
  margin-left: 20px;
}

.block-accessory-list--list .block-thumbnail-t--items li:first-child{
  margin-left: 0;
}

.block-accessory-list--list .block-thumbnail-t--items li:nth-child(n+3) {
  margin-top: 0;
}

.block-accessory-list--list .block-thumbnail-t--goods-description {
  white-space: normal;
}

/* ----ユーザーレビュー画面---- */

.block-goods-user-review {
  margin-bottom: 10px;
}

.block-goods-user-review h2 {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.block-goods-user-review--info {
  padding: 10px;
  background: #eee;
}

.block-goods-user-review--count-summary {
  margin-bottom: 5px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eee;
}

.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--score dd {
  display: inline;
}

.block-goods-user-review--score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--count dd {
  display: inline;
}

.block-goods-user-review--write-review {
  text-align: right;
}

.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}

.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}

.block-goods-user-review--item-summary dt {
  display: inline;
}

.block-goods-user-review--item-summary dd {
  display: inline;
}

.block-goods-user-review--item-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-goods-user-review--item-moderate-vote {
  border-top: #eee 1px dotted;
  padding: 10px 0;
}

.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--readmore a {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}

.block-goods-user-review .dropdown {
  z-index: 1;
}

.block-goods-user-review--form {
  margin: 10px 10px 0;
}

.block-goods-user-review--write-review-btn {
  width: 100%;
  padding: 10px 0;
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

.block-user-review {
  margin: 30px 20px;
}

.block-user-review--header {
  margin: 0 0 10px;
}

.block-user-review--review-body textarea {
  width: 100%;
}

.block-user-review--review-contribution-conditions h3 {
  margin: 20px 0 0;
  padding: 10px 0;
}

.block-user-review--item-header {
  margin: 0 0 10px;
}

.block-user-review--confirmation-message{
  margin-top: 10px;
}

.block-user-review--message a {
  text-decoration: underline;
}

.block-user-review--evaluator-name dt {
  display: inline;
}

.block-user-review--evaluator-name dd {
  display: inline;
}

.block-user-review--evaluation-score dt {
  display: inline;
}

.block-user-review--evaluation-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}

.block-user-review--evaluation-score dd {
  display: inline;
}

.block-user-review--review-item {
  margin: 15px 0;
  padding: 10px 0;
}

.block-user-review--review-header {
  margin-bottom: 10px;
}

.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}

.block-user-review--evaluation-message {
  margin: 10px 0 0;
}

.block-user-review--review-comment {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.block-user-review-completed {
  margin: 30px 20px;
}

.block-user-review-completed--header {
  margin: 0 0 10px;
}

.block-user-review-completed--message-header {
  margin: 0 0 10px;
}

/* ----イベント画面---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}

.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----店舗在庫画面---- */

.block-store-stock {
  margin: 10px;
}

.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}

.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}

.block-store-stock--goods-detail {
  margin-bottom: 10px;
}

.block-store-stock-goods {
  margin-bottom: 10px;
}

.block-store-stock--header {
  margin: 10px -10px 10px;
}

.block-store-stock--message {
  border: solid 1px #a94442;
  color: #a94442;
  padding: 10px;
  margin-bottom: 10px;
}

.block-store-stock--div-name {
  font-weight: bold;
}

.block-store-stock--list {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.block-store-stock--list dd {
  padding: 5px 5px 5px 12px;
}

.block-store-stock--item {
  padding-right: 12px;
}

.block-store-stock--item a {
  text-decoration: underline;
}

/* ----アイコン---- */

.block-icon {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-icon span {
  display: block;
  margin-right: 3px;
}

.block-icon span:nth-child(3n){
  margin-right: 0;
}

.block-icon img {
  width: 50px;
  height: auto;
  vertical-align: top;
}

/* ----商品一覧画面----*/

.block-category-list--header{
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 20px;
}

/* 表示方法 */
.block-goods-list--display-style-items{
  display: none;
}
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-style--element {
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

.block-sort--select {
  padding-left: 20px;
  font-size: 12px;
}

.block-sort--select select{
  padding: 8px 5px;
  width: 60%;
  color: #000;
  min-height: 35px;
}

/* 並び替え */
.block-goods-list--sort-order-items{
  z-index: 1;
}
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 20px;
  display: none;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--close i:before {
  content: "\f067";
}

.block-goods-list--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* ページャ */
.block-goods-list-naviframe{
  text-align: center;
}
.block-goods-list-naviframe--top .pagination{
  display: none;
}
.block-goods-list-naviframe--bottom{
  margin: 35px 0 0;
}
.block-goods-list-naviframe--top{
  margin-top: -25px;
  padding-right: 20px;
}
.block-goods-list-naviframe--top .pager-total-wrap{
  justify-content:flex-end;
  margin-bottom: 0;
}

/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
  display: none;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0 20px;
}

.block-pickup-list-p--items li {
  width: 47%;
}
.block-pickup-list-p--items li:nth-child(n+3){
  margin-top: 40px;
}

.block-pickup-list-p--items li a {
  display: block;
  text-decoration: none;
}

.block-pickup-list-p--items li .block-icon{
  margin-bottom: 10px;
}

.block-pickup-list-p--items li .block-icon span{
  margin-right: 5px;
}

.block-pickup-list-p--items li .block-icon img{
  width: 41px;
  height: auto;
}

.block-pickup-list-p--goods-image {
  width: 100%;
  vertical-align: top;
}

.block-pickup-list-p--goods-image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.block-pickup-list-p--goods-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-pickup-list-p--goods-description {
  vertical-align: top;
  word-wrap: break-word;
  font-size: 12px;
  margin: 15px 0 0;
}

.block-pickup-list-p--goods-name {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.block-pickup-list-p--comment {
  margin: 10px 0 0;
  padding: 8px 0;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.block-pickup-list-p--comment span{
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0;
  text-align: center;
}

.block-pickup-list-p--scomment{
  display: none;
}

.block-pickup-list-p--price-items{
  text-align: center;
  margin: 12px 0 0;
}
.block-pickup-list-p--default-price{
  font-size: 13px;
}
.block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price{
  color: #B82424;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-pickup-list-p--price {
  font-size: 14px;
  font-weight: bold;
}
.block-pickup-list-p--price span {
  font-size: 10px;
  color: #fff;
  background: #B82424;
  padding: 1px 5px;
  margin-left: 7px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.03em;
  position: relative;
  top: -1px;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-search .block-thumbnail-t--items {
  padding: 10px 0;
}

.block-top-event--goods .block-thumbnail-t--items {
  padding: 10px 0;
  width: 100%;
}

.block-thumbnail-t--items li {
  width: 47%;
  vertical-align: top;
  font-size: 14px;
}
.block-thumbnail-t--items li:nth-child(n+3){
  margin-top: 30px;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
  flex-basis: 100%;
}

.block-top-event--goods .block-icon{
  display: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 10px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.block-thumbnail-t--goods-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-size: 12px;
  line-height: 1.41;
}

.block-thumbnail-t--comment {
  font-size: 10px;
  display: none;
}

.block-thumbnail-t--scomment{
  display: none;
}

.block-thumbnail-t--price-items{
  margin: 15px 0 0;
}

.block-thumbnail-t--price {
  font-size: 14px;
  font-weight: bold;
}

.block-thumbnail-t--price span {
  font-size: 10px;
  color: #fff;
  background: #B82424;
  padding: 1px 5px;
  margin-left: 7px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.03em;
  position: relative;
  top: -1px;
}

.block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price{
  color: #B82424;
  display: flex;
  align-items: center;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-ranking-r--items li {
  width: 47%;
  vertical-align: top;
}

.block-ranking-r--items li:nth-child(n+3) {
  margin-top: 70px;
}

.block-ranking-r--items li a {
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 15px;
}

.block-ranking-r--goods-image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.block-ranking-r--goods-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--description .block-icon{
  display: none;
}

.block-ranking-r--goods-name {
  font-size: 12px;
  line-height: 1.41;
}

.block-ranking-r--comment {
  font-size: 12px;
  display: none;
}

.block-ranking-r--scomment{
  display: none;
}

.block-ranking-r--price-infos{
  margin-top: 12px;
}

.block-ranking-r--price {
  font-size: 14px;
  font-weight: bold;
}

.block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price{
  font-size: 14px;
  font-weight: bold;
  color: #B82424;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.block-ranking-r--price span {
  font-size: 10px;
  color: #fff;
  background: #B82424;
  padding: 1px 5px;
  margin-left: 7px;
  letter-spacing: 0;
  position: relative;
  top: -1px;
}

.block-ranking-r--default-price{
  font-size: 12px;
  font-weight: 400;
}

.brand_layout_B .block-ranking-r--default-price{
  font-size: 13px;
  font-weight: bold;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  font-family: var(--arial);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  background: #F5F5F5;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.block-ranking-r--goods-rank-1 .block-ranking-r--rank {
  background: #FBED6E;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h--items {
  font-size: 0;
  padding: 10px 20px;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  border: none;
}

.block-thumbnail-h--items li {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 21px;
}

.block-thumbnail-h--items li:first-child {
  margin-left: 0;
}

.block-thumbnail-h--items li a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
}

.block-thumbnail-h--goods-image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.block-thumbnail-h--goods-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-cart-i--items li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items li a {
  text-decoration: none;
}

.block-cart-i--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-cart-i--goods-description {
  word-wrap: break-word;
  font-size: 12px;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--items {
  padding: 0 20px;
}

.block-goods-detail-j--items li {
  border-top: 1px solid #E9E9E9;
  padding: 50px 0;
}
.block-goods-detail-j--items li:first-child {
  padding-top: 30px;
  border: none;
}

.block-goods-detail-j--items li a {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.block-goods-detail-j--items .block-icon{
  justify-content: center;
}

.block-goods-detail-j--items .block-icon span{
  margin-right: 4px;
}

.block-goods-detail-j--items .block-icon span:last-child{
  margin-right: 0;
}

.block-goods-detail-j--goods-image {
  width: 62.69%;
  vertical-align: top;
  margin: 10px auto 0;
}

.block-goods-detail-j--goods-image figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.block-goods-detail-j--goods-image figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.block-goods-detail-j--goods-description {
  font-size: 13px;
}
.block-goods-detail-j--goods-comment{
  font-size: 12px;
  margin: 10px 0 0;
}

.block-goods-detail-j--goods-name {
  text-align: center;
  font-weight: bold;
  margin: 15px 0 0;
}

.block-goods-detail-j--goods-description .variation-name{
  text-align: center;
}

.block-goods-detail-j--comment {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
}
.block-goods-detail-j--scomment{
  display: none;
}

.block-goods-detail-j--price-items{
  text-align: center;
}

.block-goods-detail-j--default-price{
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 0;
}

.block-goods-detail-j--price {
  font-size: 20px;
  font-weight: bold;
}

.block-goods-detail-j--price span {
  font-size: 12px;
  color: #fff;
  background: #B82424;
  padding: 2px 5px 0;
  margin-left: 7px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.03em;
}

.block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price{
  color: #B82424;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-goods-detail-j--cart-btn {
  margin-top: 10px;
  display: none;
}

.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}

.block-goods-detail-j--custom-order {
  margin-top: 10px;
}

.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items {
  font-size: 0;
  padding: 10px 20px;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  border: none;
}

.block-goods-list-x--items li {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 21px;
}
.block-goods-list-x--items li:first-child {
  margin-left: 0;
}

.block-goods-list-x--items li a {
  text-decoration: none;
}

.block-goods-list-x--goods-image {
  width: 100%;
}

.block-goods-list-x--goods-image figure {
  width: 100%;
  min-width: 80px;
  min-height: 80px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items {
  font-size: 0;
  padding: 10px 20px;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}

.block-goods-list-c--items li {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 21px;
}

.block-goods-list-c--items li:first-child {
    margin-left: 0;
}

.block-goods-list-c--items li a {
  text-decoration: none;
}

.block-goods-list-c--goods-image {
  width: 100%;
}

.block-goods-list-c--goods-image figure {
  width: 100%;
  min-width: 80px;
  min-height: 80px;
}

/* ----商品一覧画面：variation-name---- */
.page-brandtop .variation-name,
.page-category .variation-name,
.page-search .variation-name,
.page-event .variation-name,
.page-genre .variation-name{
  display: none;
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0 0 10px 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

.block-category-list--comment {
  margin: 0 10px 10px 10px;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--items {
  border-top: 1px solid #eee;
}

.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}

.block-category-style-l--item-container {
  display: table;
  width: 100%;
}

.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
  padding: 0 5px 0 0;
}

.block-category-style-l--item a {
  padding: 0 5px 0 0;
  text-decoration: none;
}

.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----カテゴリーツリー---- */

.block-category-tree {
  border-bottom: 1px solid #eee;
}

.block-category-tree--header {
  border-bottom: 1px solid #eee;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}

.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}

.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}

/* ----ジャンル画面---- */

.block-genre-page--goods {
  margin: 0 0 10px 0;
}

.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

.block-genre-page--header{
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 20px;
}

/* ----ジャンルツリー---- */

.block-genre-tree {
  border-bottom: 1px solid #eee;
}

.block-genre-tree--header {
  border-bottom: 1px solid #eee;
}

.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}

.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-genre-style--item:last-child {
  border-bottom: none;
}

.block-genre-style--item-container {
  display: table;
  width: 100%;
}

.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}

.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.block-genre-style--comment {
  display: none;
}

.block-genre-style--items-1 > li {
  padding-left: 10px;
}

.block-genre-style--items-2 > li {
  padding-left: 20px;
}

.block-genre-style--items-3 > li {
  padding-left: 30px;
}

.block-genre-style--items-2 {
  margin-left: -10px;
}

.block-genre-style--items-3 {
  margin-left: -20px;
}

/* ----絞り込み検索---- */
.block-filter{
  display: none;
}
.block-filter--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 20px;
}

.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--list-item {
  border-bottom: #eee 1px solid;
}

.block-filter--filter-options {
  border-top: #eee 1px solid;
}

.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}

.block-filter--element:last-child {
  border-bottom: none;
}

.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}

.block-filter--close i:before {
  content: "\f067";
}

.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--treeitem:first-child {
  border-top: none;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}

.block-filter--tree-2 > li {
  padding-left: 20px;
}

.block-filter--tree-3 > li {
  padding-left: 30px;
}

.block-filter--tree-4 > li {
  padding-left: 40px;
}

.block-filter--tree-2 {
  margin-left: -10px;
}

.block-filter--tree-3 {
  margin-left: -20px;
}

.block-filter--tree-4 {
  margin-left: -30px;
}

.block-filter--treeitem-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

/* ----詳細検索---- */
.page-event-list::-webkit-scrollbar{
  display:none;
}
.block-search-goods--header{
  margin-bottom: 10px;
}

.block-search-goods{
  margin: 30px 20px;
}

.block-search-goods--condition-items {
  margin: 10px 0;
}

.block-search-goods--to-dt {
  margin-top: 5px;
}

.block-search-goods .block-sort--select{
  padding-left: 0;
}



.block-goods-list-l--image figure,
.block-pickup-list-w--image figure
 {
    position: relative;
}

.sold_out_ .img-center:after {
    position: absolute;
    background: rgba(000, 000, 000, 0.5);
    top: 50%;
    left: 50%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    content: 'SOLD OUT';
    letter-spacing: 4px;
    place-content: center;
}