﻿@charset "UTF-8";

/*---- アイコン全共通 ---- */
.block-top-event--goods .block-icon img{
  height: 17px;
  width: auto;
}
.page-estimate .block-icon,
.page-topic .block-icon,
.page-cart .block-icon,
.page-method .block-icon,
.page-bookmark .block-icon,
.page-event .block-icon,
.page-category .block-icon,
.page-genre .block-icon,
.page-search .block-icon,
.page-goods .block-icon{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.page-estimate .block-icon,
.page-topic .block-icon,
.page-cart .block-icon,
.page-method .block-icon,
.page-bookmark .block-icon,
[data-style-list] .block-icon{
  display: none;
}
.block-accessory-list--list [data-style-list] .block-icon{
  display: flex;
  display: none!important;
}
.block-ranking-r [data-style-list] .block-icon{
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none!important;
}
.block-ranking-r [data-style-list] .block-icon >*:not(.block-icon--auto-on-sales):not(.block-icon--auto-new){
  display: none;
}
/* ----商品詳細画面---- */

.page-goods .block-src-l figure {
  text-align: center;
}
.page-goods .block-goods-affix-list {
  margin-bottom: 10px;
}
.page-goods .block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted var(--goods-border-color);
}
.page-goods .block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}
.page-goods .block-arrival-notice a,
.page-goods .block-outside-sales-period,
.page-goods .block-no-stock,
.page-goods .block-variation-add-cart--btn,
.page-goods .block-add-cart--btn {
  max-width: 400px;
  width: calc(400 / 1080 * 100vw);
  background-color: var(--theme-color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: calc(26 / 20);
  border: none;
  height: 70px;
  padding: 0 0 0 10%;
  position: relative;
  flex-grow: 1;
}
.page-goods .block-arrival-notice a:after,
.page-goods .block-variation-add-cart--btn:after,
.page-goods .block-add-cart--btn:after{
  content:'';
  background-image: url('../../img/usr/common/arrow-white-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(25 / 400 * 100%)
}
.page-goods .block-outside-sales-period,
.page-goods .block-no-stock{
  background-color: #9F9F9F;
}
.page-goods .block-outside-sales-period:after,
.page-goods .block-no-stock:after{
  content:'';
  background-image: url('../../img/usr/common/close-white.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(25 / 400 * 100%)
}
.page-goods .block-arrival-notice{
  margin-bottom: 10px;
}
.page-goods .block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}
.page-goods .block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
.page-goods .block-goods-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20.4px;
  flex-shrink: 0;
  min-height: 50px;
}
.page-goods .block-goods-favorite--btn{
  background-image: url('../../img/usr/common/bookmark-black.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 22px;
  display: block;
}
.page-goods .block-goods-favorite-registed--btn {
  background-image: url('../../img/usr/common/bookmark-black-registed.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 22px;
  display: block;
}
.page-goods .block-variation-add-cart {
  margin-right: 5px;
}

.page-goods .block-variation-favorite--btn {
  border: none;
}

.page-goods .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
  color: #f9f;
}
.page-goods .block-goods--reduced-tax,
.page-goods .block-goods--mixed-tax{
  margin: -4px 0 15px 0;
}
.bookmarkmodal-option {
  margin: 5px;
}

.bookmarkmodal-option .btn {
  width: 310px;
}

.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: var(--text-color-alert);
  background-color: #f2dede;
}

.block-goods-gallery ul {
  font-size: 0;
}

.block-goods-gallery li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-goods-gallery li figure {
  width: 100px;
  height: 100px;
}
.page-goods .block-goods-price--items,
.page-goods  .block-goods-price {
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.page-goods  .block-goods-price .message_{
  width: 100%;
}
.page-goods .block-goods-price--price{
  font-size: 2.25rem;
  font-family: var(--font-family-alpha);
  line-height: calc(48 / 36);
  font-weight: 400;
  letter-spacing: 0.12em;
}
.pane-goods-right-side .block-goods-not-login-default-wrapper .default-price:after,
.page-goods .block-goods-price--price:after{
  font-size: 1.125rem;
  line-height: calc(26 / 18);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.page-goods .block-goods-not-login-default-wrapper{
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
.page-goods .block-goods-not-login-default-wrapper > *:first-child{
  flex-shrink: 0;
}
.page-goods .block-goods-onsale-message span:after{
  content:'\203b\30ad\30e3\30f3\30da\30fc\30f3\8a73\7d30\306f\30ed\30b0\30a4\30f3\5f8c\306b\8868\793a';
  color:var(--text-color-alert);
  font-size: 0.875rem;
}

/*-- 関連商品 / セット商品 ---*/
.block-accessory-list.middle{
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
.page-goods .block-goods-set,
.page-goods .block-accessory-list:not(.bottom) {
  width: 100%;
  margin: 0 0 40px 0;
}
.page-goods .block-goods-set{
  margin-top: 10px;
}
.page-goods .block-accessory-list.bottom{
  margin-top: 40px;
}
.page-goods .block-goods-set--header,
.page-goods .block-accessory-list--name{
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: calc(27 / 20);
  margin: 0 0 25px 0;
}
.page-goods .block-accessory-list.bottom .block-accessory-list--name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-goods .block-goods-set--header:after,
.page-goods .block-accessory-list .block-accessory-list--name:after{
  content:'';
  width: 20px;
  height: 1px;
  background-color: var(--theme-color-primary);
  margin-top: 20px;
  display: block;
}
.block-accessory-list .accessory-icon{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.block-accessory-list .accessory-icon > *{
  background-color: #fff;
  padding: 2px 8px;
}
.block-accessory-list .accessory-icon *{
  font-size: 0.75rem;
  line-height: calc(20 / 12);
  letter-spacing: 0.02em;
}
.pane-goods-right-side .block-check-list-a--item-body {
  width: auto;
}

.block-goods-footer-cart {
  text-align: center;
}


/* 注文明細拡張 */

.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;
}

/* バリエーション切り替えボタン */
.page-goods .block-variation-wrapper{
  margin-bottom: 35px;
}
.page-goods .block-variation--name{
  display: none;
}
.page-goods .block-variation--selected-item{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(20 / 14);
  letter-spacing: 0.02em;
  margin-bottom: 13px;
}
.page-goods .block-variation--item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page-goods .block-variation--item{
  position: relative;
}
.page-goods .block-variation--item.size-disable-stock:after,
.page-goods .block-variation--item.color-disable-stock:after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.5);
}
.page-goods .block-variation--item.size-disable-stock img,
.page-goods .block-variation--item.color-disable-stock img{
  opacity: 0.5;
}
.page-goods .block-variation--item-description {
  display: none;
}

.page-goods .block-variation--item a {
  display: block;
  cursor: pointer;
}

.page-goods .block-variation--item.color-disable-stock dt {
  background-color: #eee;
}

.page-goods .block-variation--item.active {
  border: 1px solid var(--theme-color-primary);
}
.page-goods .block-color--item-term img {
  width: 100%;
  height: auto;
}

.page-goods .block-color--item-term figure {
  width: 100%;
  height: 100%;
}
.page-goods .block-color--item-term{
  width: 50px;
  height: 50px;
}
.page-goods .block-color--item-term span{
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}
.page-goods .block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  padding: 6px 6px;
  min-width: 50px;
}

/* サイズ別カートボタン */
.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;
}

/* カラーサイズ別カートボタン */
.page-goods .block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.page-goods .block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.page-goods .block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-goods .block-color-size-with-cart--size-line-inner{
  display: flex;
  align-items: center;
}
.page-goods .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;
}

.page-goods .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;
}

.page-goods .block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.page-goods .block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.page-goods .block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
  background-color: var(--theme-color-quaternary);
  font-size: 22px;
  padding: 10px 15px;
}

.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}

.block-goods-user-review--score dd img {
  height: 21px;
}

.block-goods-user-review--count dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--count dd {
  display: inline-block;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--write-review-link {
  text-decoration: underline;
}

.block-goods-user-review--description {
  margin: 10px 0;
}

.block-goods-user-review--item {
  margin-top: 15px;
}

.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
}

.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 {
  margin: 5px 0;
}

.block-goods-user-review--write-review-btn {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 0;
  width: 160px;
}
.block-goods-price--regular-repeat-price-name,
.block-goods-price--regular-repeat-initial-price-name {
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
}
.block-goods-price--regular-repeat-price-name{
  margin-top: 20px;
}
.block-goods-price--regular-repeat-default-price{
  width: 100%;
  display: none;
}
/* ----ユーザーレビュー画面---- */

.block-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
  padding-top: 10px;
}

.block-user-review--evaluation-score img {
  height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-comment {
  margin: 10px 0;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}


/* ----店舗在庫画面---- */

.block-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: var(--text-color-alert);
  margin: 10px 0;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----商品一覧画面：一覧：block-goods-list-l---- */

.block-goods-list-l--items{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.block-goods-list-l--items > li{
  padding: 27px calc(20 / 500 * 100%);
  background-color: var(--theme-color-secondary);
}
.block-goods-list-l--inner{
  display: flex;
  gap: 0 20px;
}
.block-goods-list-l--inner > .block-left{
  flex-shrink: 0;
  width: calc(116 / 500 * 100%);
}
.block-goods-list-l--inner > .block-right{
  flex-grow: 1;
}
.block-goods-list-l .block-icon{
  margin-bottom: 8px;
}
.block-goods-list-l--goods-image .img-center{

}
.block-goods-list-l--goods-image .img-center img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-goods-list-l .variation-name,
.block-goods-list-l--goods-name{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.02em;
  color: var(--text-color-primary);
}
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .price {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc(32 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
  color: var(--text-color-primary);
  text-align: right;
}
.block-goods-list-l .price:after{
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: calc(19 / 13);
  letter-spacing: 0.05em;
  margin-left: 5px;
}
.block-goods-list-l--comment{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(20 / 14);
  letter-spacing: 0.02em;
  color: var(--text-color-primary);
}
.block-goods-list-l--scomment,
.block-goods-list-l--default-price{
  display: none;
}
.block-goods-list-l--add-cart{
  margin-top: 25px;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn {
  width: 100%;
  height: 57px;
  display: flex;;
  align-items: center;
  position: relative;
  padding: 0 calc(55 / 324 * 100%) 0 calc(25 / 324 * 100%);
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.02em;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn .block-loading-min{
  left: 50%;
  transform: translateX(-50%);
}
.block-goods-list-l--add-cart .block-list-add-cart-btn:after{
  content:'';
  background-image: url('../../img/usr/common/arrow-white-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(15 / 324 * 100%);
  display: block;
}
/* ----商品一覧画面：一括購入：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: var(--goods-scomment-text-color);
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */

.block-goods-list-d li {
  margin-bottom: 20px;
}

.block-goods-list-d--image {
  width: 200px;
}

.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}

.block-goods-list-d--image figure {
  width: 200px;
  height: 200px;
}

.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}

.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}

.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--price-title {
  display: inline-block;
}

.block-goods-list-d--price {
  display: inline-block;
}

.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--stock-title {
  display: inline-block;
}

.block-goods-list-d--stock {
  display: inline-block;
}

.block-goods-list-d .price {
  font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-d--scomment {
  color: var(--goods-scomment-text-color);
}

.block-goods-list-d--goods-comment {
  margin-top: 10px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a li {
  width: 100%;
  margin: 0 0 20px 20px;
}

.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: right;
  margin: 5px 0;
}

.block-check-list-a--select-item .radio {
  margin-right: 0;
}

.block-check-list-a--image {
  width: 142px;
}

.block-check-list-a--items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.block-check-list-a--item-body {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}

.block-check-list-a--image figure {
  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: var(--goods-scomment-text-color);
}

.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:not(.swiper-wrapper){
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}
.page-event .block-pickup-list-p--items:not(.swiper-wrapper),
.page-search .block-pickup-list-p--items:not(.swiper-wrapper),
.page-genre .block-pickup-list-p--items:not(.swiper-wrapper),
.page-category .block-pickup-list-p--items:not(.swiper-wrapper){
  max-width: 1000px;
  margin: auto;
}
.block-pickup-list-p--items:not(.swiper-wrapper) > li {
  width: calc((100% - 75px) / 4);
}

[data-event-slider-index] .img-center ,
.block-pickup-list-p--image .img-center {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 1;
}
[data-event-slider-index]  .img-center img,
.block-pickup-list-p--image .img-center img{
  width: 100%;
}

.block-pickup-list-p--item-description {
}
[data-event-slider-index] [class*="--comment"],
.block-pickup-list-p--comment {
  display: none;
}
[data-event-slider-index] .variation-name,
[data-event-slider-index] [class*="--goods-name"],
[data-event-slider-index] [class*="--goods-name"] a,
.block-pickup-list-p .variation-name,
.block-pickup-list-p--goods-name,
.block-pickup-list-p--goods-name a {
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}
[data-event-slider-index] [class*="--goods-name-wrapper"],
.block-pickup-list-p--goods-name-wrapper{
  margin-bottom: 10px;
}
[data-event-slider-index] .net-price,
[data-event-slider-index] .default-price,
[data-event-slider-index]  .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .price {
  font-size: 1rem;
  color: var(--text-color-primary);
  font-weight: 300;
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
}
[data-event-slider-index] .default-price,
.block-pickup-list-p .default-price{
  display: none;
}
/*
[data-event-slider-index] .price:after,
.block-pickup-list-p .price:after{
  content:'';
  display: none;
}
*/
[data-event-slider-index] [class*="--scomment"],
.block-pickup-list-p--scomment {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  letter-spacing: 0.05em;
  color: var(--goods-scomment-text-color);
  margin-bottom: 15px;
}
[data-event-slider-index] .variation-list-wrapper,
.block-pickup-list-p .variation-list-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 20px;
}
[data-event-slider-index]  .variation-list-wrapper > li,
.block-pickup-list-p .variation-list-wrapper > li{
  width: calc((100% - 32px) / 5);
  aspect-ratio: 1;
}
[data-event-slider-index]  .variation-list-wrapper > li.active a,
.block-pickup-list-p .variation-list-wrapper > li.active a{
  border: 1px solid var(--theme-color-primary);
}
[data-event-slider-index]  .variation-list-wrapper > li a,
.block-pickup-list-p .variation-list-wrapper > li a{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--goods-border-color);
  position: relative;
}
[data-event-slider-index] .variation-list-wrapper > li a.disable-qty:before,
.block-pickup-list-p .variation-list-wrapper > li a.disable-qty:before{
  content:'';
  display: block;
  background-color: rgba(204,204,204,0.5);
  mix-blend-mode: color;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
/* ----商品一覧画面：ピックアップ：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 {
  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: var(--goods-scomment-text-color);
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  align-items: stretch;
  width: min(100%,var(--pc-layout-width-sm));
  margin: 0 auto 100px;
}
.block-thumbnail-t--goods{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-thumbnail-t > [data-style-item]{
  width: calc((100% - 40px) / 2);
  border: 1px solid #CCCCCC;
  padding: 30px 20px;
}
.block-thumbnail-t--goods-image{
  width: 120px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.block-thumbnail-t--goods-top{
  display: flex;
  gap: 0 20px;
}
.block-thumbnail-t--goods-description{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.block-thumbnail-t--goods-bottom{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
.block-thumbnail-t--goods-name{
  font-size: 1.125rem;
  line-height: calc(28 / 18);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  font-family: var(--font-family-alpha);
  font-weight: 300;
}
.block-thumbnail-t--link-wrapper a{
  height: 70px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 55px 0 40px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: calc(26 / 20);
  letter-spacing: 0.02em;
  background: var(--theme-color-primary);
  color: #fff;
  font-family: var(--font-family-alpha);
  margin-top: 50px;
}
.block-thumbnail-t--link-wrapper a:after{
  content: '';
  background-image: url(../../img/usr/common/arrow-white-more@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: block;
}
.block-thumbnail-t--goods-text{
  margin-top:30px;
}
.block-thumbnail-t--goods-text > *{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0.05em;
}
.block-thumbnail-t--price-items{
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.block-thumbnail-t .price,
.block-thumbnail-t .default-price,
.block-thumbnail-t .netprice{
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
    line-height: calc(17 / 16);
    font-family: var(--font-family-kana);
}
.block-thumbnail-t .default-price:after,
.block-thumbnail-t .net-price:after{
  font-size: 0.75rem;
}
.block-thumbnail-t .price:after,
.block-thumbnail-t .default-price,
.block-thumbnail-t .netprice{
  display: none;
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */

.block-ranking-r--items:not(.swiper-wrapper){
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}
.page-event .block-ranking-r--items:not(.swiper-wrapper),
.page-search .block-ranking-r--items:not(.swiper-wrapper),
.page-genre .block-ranking-r--items:not(.swiper-wrapper),
.page-category .block-ranking-r--items:not(.swiper-wrapper){
  max-width: var(--pc-layout-width-sm);
  margin: auto;
}
.block-ranking-r--items:not(.swiper-wrapper) > li {
  width: calc((100% - 75px) / 4);
  position: relative;
}
.block-ranking-r--rank{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #848484;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.block-ranking-r--rank-1,
.block-ranking-r--rank-2,
.block-ranking-r--rank-3{
  background-color: var(--theme-color-primary);
}
.block-ranking-r--goods-image .link,
.block-ranking-r--goods-image img{
  aspect-ratio: 1;
  display: block;
  background-color: var(--theme-color-secondary);
}
.block-ranking-r--goods-image .img-center {
  width: 100%;
  margin-bottom: 20px;
  display: none;
  aspect-ratio: 1;
}
.block-ranking-r--goods-image .img-center.img-c {
  display: block;
}
.block-ranking-r--goods-image .img-center img{
  width: 100%;
}
.block-ranking-r--comment {
  display: none;
}
.block-ranking-r .variation-name,
.block-ranking-r--goods-name,
.block-ranking-r--goods-name a {
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}
.block-ranking-r--goods-name-wrapper{
  margin-bottom: 10px;
}
.block-ranking-r .net-price
.block-ranking-r .default-price
.block-ranking-r .price {
  font-size: 1rem;
  color: var(--text-color-primary);
  font-weight: 300;
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
}
.block-ranking-r .default-price{
  display: none;
}
/*
.block-ranking-r .price:after{
  content:'';
  display: none;
}
*/
.block-ranking-r--scomment {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  letter-spacing: 0.05em;
  color: var(--goods-scomment-text-color);
  margin-bottom: 15px;
}
.block-ranking-r .variation-list-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 20px;
}
.block-ranking-r .variation-list-wrapper > li{
  width: calc((100% - 32px) / 5);
  aspect-ratio: 1;
}
.block-ranking-r .variation-list-wrapper > li.active a{
  border: 1px solid var(--theme-color-primary);
}
.block-ranking-r .variation-list-wrapper > li a{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--goods-border-color);
  position: relative;
}
.block-ranking-r .variation-list-wrapper > li a.disable-qty:before{
  content:'';
  display: block;
  background-color: rgba(204,204,204,0.5);
  mix-blend-mode: color;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}

/* ---- イベント用　ランキング ---- */
.block-ranking-r-e .block-icon{
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  display: none!important;
}
.block-ranking-r-e--items{
  display: flex;
  flex-direction: column;
}
.block-ranking-r-e--rank:before{
  content:'No.';
  font-size: 1.3125rem;
  font-weight: 300;
  font-family: var(--font-family-alpha);
  letter-spacing: 0.2em;
  line-height: calc(28 / 21);
  display: inline;
}
.block-ranking-r-e--rank{
  font-size: 1.3125rem;
  font-weight: 300;
  font-family: var(--font-family-alpha);
  letter-spacing: 0.2em;
  line-height: calc(28 / 21);
}
.block-ranking-r-e [data-style-item]{
  border-bottom: 1px solid var(--goods-border-color);
}
.block-ranking-r-e--goods{
  padding: 20px 0 20px 0;
}
.block-ranking-r-e--goods-image-wrapper{
  display: flex;
  gap: 0 20px;
}
.block-ranking-r-e--goods-image .img-center{
  width: 100px;
  height: 100px;
  display: none;
  align-items: center;
  justify-content: center;
}
.block-ranking-r-e--goods-image .img-center.img-c{
  display: flex;
}
.block-ranking-r-e--goods-image .img-center img{
  width: 100%;
  height: auto;
}
.block-ranking-r-e--goods-name{
  margin-top:15px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: calc(20 / 14);
  font-weight: 500;
}
.block-ranking-r-e--scomment{
  display: none;
}
.block-ranking-r-e--price-items{
  margin-top:5px;
}
.block-ranking-r-e--default-price{
  display: none;
}
.block-ranking-r-e--net-price,
.block-ranking-r-e--default-price,
.block-ranking-r-e--price{
  font-size: 0.875rem;
  font-family: var(--font-family-alpha);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: calc(19 / 14);
}
/*
.block-ranking-r-e .price:after{
  content:'';
  display: none;
}
*/
/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */


.block-thumbnail-h:not(.swiper-wrapper) {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin: auto;
  max-width: 1065px;
  width: 100%;
}

.block-thumbnail-h:not(.swiper-wrapper) li {
  width: calc((100% - 160px) / 5);
}

.block-thumbnail-h--goods-image figure {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.block-thumbnail-h--goods-image figure img{
  width: 100%;
  height: auto;
}
.block-thumbnail-h--goods-name a,
.block-thumbnail-h--goods-name{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}
.block-thumbnail-h--goods-name-wrapper{
  margin: 0 0 10px 0;
}
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .price {
  font-size: 1rem;
  font-weight: 300;
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
  color: var(--text-color-primary);
}
.block-thumbnail-h--scomment,
.block-thumbnail-h--default-price{
  display: none;
}
/*.block-thumbnail-h--goods .price::after{
  display: none;
}*/


/* ----商品一覧画面：リスト：block-list-s（関連商品かごのフォーム　or セット商品）---- */

.block-list-s--items{
  gap: 10px 0;
  display: flex;
  flex-direction: column;
}
.block-list-s--items > li{
  background-color: var(--theme-color-secondary);
}
.block-list-s--inner{
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.block-list-s--inner .block-left{
  flex-shrink: 0;
  padding: 20px 0 20px calc(15 / 500 * 100%);
}
.block-list-s--inner .block-right{
  position: relative;
  flex-grow: 1;
  padding: 20px calc(55 / 500 * 100%) 20px 0;
  display: flex;
  align-items: center;
}
.block-list-s .img-center{
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.block-list-s .img-center img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-list-s--goods-name{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.02em;
  color: var(--text-color-primary);
}
.block-list-s--inner.block-goods-set--item-name-link .block-right:after{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(15 / 500 * 100%);
  display: block;
}
.block-list-s .block-goods-set--item-qty{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.02em;
  flex-shrink: 0;
  margin-left: 15px;
}
.block-list-s .block-goods-set--item-qty:before{
  content:'\00d7';
  position: relative;
  top: 2px;
}
/* ----商品一覧画面：買い物かご：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 {
  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-goods-detail-j---- */

.block-goods-detail-j--items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 3vw;
}
.block-goods-detail-j--items > li{
  width: calc((100% - 3vw * 4) / 5);
}
.block-goods-detail-j .img-center{
  margin: 0 0 20px 0;
}
.block-goods-detail-j .img-center img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-goods-detail-j .variation-name,
.block-goods-detail-j--goods-name{
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(20 / 14);
}
.block-goods-detail-j--price-infos{
  margin-top: 10px;
}
.block-goods-detail-j--net-price,
.block-goods-detail-j--default-price,
.block-goods-detail-j--price{
  font-size: 1rem;
  font-family: var(--font-family-alpha);
  letter-spacing: 0.12em;
  line-height: calc(21 / 16);
  font-weight: 300;
}
.block-goods-detail-j--scomment,
.block-goods-detail-j--default-price,
.block-goods-detail-j--goods .price::after{
  display: none;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

body:not(.page-top) .block-goods-name-n--items{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}
.page-event .block-goods-name-n--items,
.page-search .block-goods-name-n--items,
.page-genre .block-goods-name-n--items,
.page-category .block-goods-name-n--items{
  width: var(--pc-layout-width-sm);
  margin: auto;
}
body:not(.page-top) .block-goods-name-n--items > li {
  width: calc((100% - 75px) / 4);
}

body:not(.page-top) .block-goods-name-n--goods-image .img-center {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
body:not(.page-top) .block-goods-name-n--goods-image .img-center.img-s {
  display: block;
}
body:not(.page-top) .block-goods-name-n--goods-image .img-center img{
  width: 100%;
}
body:not(.page-top) .block-goods-name-n--comment {
  display: none;
}
body:not(.page-top) .block-goods-name-n .variation-name,
body:not(.page-top) .block-goods-name-n--goods-name,
body:not(.page-top) .block-goods-name-n--goods-name a {
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}
body:not(.page-top) .block-goods-name-n--goods-name-wrapper{
  margin-bottom: 10px;
}
body:not(.page-top) .block-goods-name-n .net-price
body:not(.page-top) .block-goods-name-n .default-price
body:not(.page-top) .block-goods-name-n .price {
  font-size: 1rem;
  color: var(--text-color-primary);
  font-weight: 300;
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
}
body:not(.page-top) .block-goods-name-n .default-price{
  display: none;
}
/*
body:not(.page-top) .block-goods-name-n .price:after{
  content:'';
  display: none;
}
*/

body:not(.page-top) .block-goods-name-n--scomment {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  letter-spacing: 0.05em;
  color: var(--goods-scomment-text-color);
  margin-bottom: 15px;
}
body:not(.page-top) .block-goods-name-n .variation-list-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 20px;
}
body:not(.page-top) .block-goods-name-n .variation-list-wrapper > li{
  width: calc((100% - 32px) / 5);
  aspect-ratio: 1;
}
.block-goods-name-n .variation-list-wrapper > li.active a{
  border: 1px solid var(--theme-color-primary);
}
body:not(.page-top) .block-goods-name-n .variation-list-wrapper > li a{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--goods-border-color);
  position: relative;
}
body:not(.page-top) .block-goods-name-n .variation-list-wrapper > li a.disable-qty:before{
  content:'';
  display: block;
  background-color: rgba(204,204,204,0.5);
  mix-blend-mode: color;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}

/* ----商品一覧画面：ブランド画面：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 {
  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 {
  width: 180px;
  height: 180px;
}

/*-- 商品一覧共通 --*/
[data-style-list] .variation-name .v-space:before{
  content:' ';
}
[data-style-list] .variation-name .v-space,
[data-style-list] .variation-name .v-1{
  display: none;
}
[data-style-list="true"] .variation-name{
  display: none!important;
}
[data-style-list] .net-price{
  display: none;
}
[data-style-list] .price:after{
  font-size: 0.75rem;
}

/* ----ジャンル画面：サブジャンル---- */
.block-genre-style{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 150px auto;
  align-items: stretch;
  gap: 40px;
  width: var(--pc-layout-width-sm);
  justify-content: center;
}

.block-genre-style--item {
  width: calc((100% - 80px) / 3);
  padding: 0;
}
.block-genre-style--item img{
  width: 100%;
  aspect-ratio: 1 / 1;
}
.block-genre-style--item .link{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}
.block-genre-style--item-name {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 15px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
.page-category .block-general-list--sub:has(>*) + .block-general-list--goods{
  margin-top: 150px;
}

.block-general-goods--header + .block-general-list--goods{
  margin-top: 150px;
}

.block-category-style-p{
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 0 auto;
  margin: 0 auto 0 auto;
  align-items: stretch;
  gap: 25px;
  max-width: var(--pc-layout-width-sm);
}

.block-category-style-p--item {
  width: calc((100% - 75px) / 4);
  border: 1px solid var(--goods-border-color);
  padding: 20px 0;
}
.block-category-style-p--item .link{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-category-style-p--item-name {
  display: none !important;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.block-category-style-p--item-image {
  width: 100%
}
.block-category-style-p--item-image img{
  width: 100%;
}
.block-category-style-p--description{
  display: none;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */

/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */

.block-category-style-g{
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 50px auto;
  align-items: stretch;
  gap: 25px;
  width: var(--pc-layout-width-sm);
}

.block-category-style-g--item {
  width: calc((100% - 75px) / 4);
  border: 1px solid var(--goods-border-color);
  padding: 20px 0;
}
.block-category-style-g--item-name {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}
.block-category-style-g--item-image {
  width: 100%
}
.block-category-style-g--item-image img{
  width: 100%;
}
.block-category-style-g--description{
  display: none;
}
.block-category-style-g--child{
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 10px;
}
.block-category-style-g--child > li{
  padding: 0 10px;
}
/* ----カテゴリー画面：一覧：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;
}

/* ---- 商品一覧　MV ----*/
[data-page-index-wrapper] .swiper-target{
  overflow: hidden;
  margin-bottom: 140px;
}
[data-page-index-wrapper].swiper-target-wrapper{
  max-width: var(--pc-layout-width-md);
  margin: auto;
  position: relative;
}
[data-page-index-wrapper].swiper-wrapper{
  border: 1px solid transparent;
}
[data-page-index-wrapper] .button-prev,
[data-page-index-wrapper] .button-next{
  display: none;
}
[data-page-index-wrapper] .for-topics ~ .button-prev,
[data-page-index-wrapper] .for-topics ~ .button-next{
  display: block;
}
[data-page-index-wrapper] .button-prev,
[data-page-index-wrapper] .button-next{
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
[data-page-index-wrapper] .swiper-button-disabled{
  opacity: 0;
}
[data-page-index-wrapper] .button-prev:hover,
[data-page-index-wrapper] .button-next:hover{
  opacity: 0.5;
}
[data-page-index-wrapper] .button-prev{
  left:0;
}
[data-page-index-wrapper] .button-next{
  right: 0;
}
[data-page-index-wrapper] .button-prev:before,
[data-page-index-wrapper] .button-next:before{
  content:'';
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 33px;
  display: block;
}
[data-page-index-wrapper] .button-prev:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-left.png');
}
[data-page-index-wrapper] .button-next:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-right-12x33.png');
}
[data-page-index-wrapper] .pagination-bullet-wrapper{
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
[data-page-index-wrapper] .pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
[data-page-index-wrapper] .pagination-bullet span{
  height: 1px;
  opacity: 1;
  background-color: #CCCCCC;
  color: transparent;
  padding: 0;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 30px;
}
[data-page-index-wrapper] .pagination-bullet .swiper-pagination-bullet-active{
  background-color: var(--theme-color-primary);
  border: none;
}
[data-page-index-wrapper] .swiper-slide{
  text-align: center;
}
/* ---- 商品一覧　イベント ----*/
[data-event-slider-index] .block-top-event--header a,
[data-event-slider-index] .block-top-event--header{
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 1.875rem;
}
[data-event-slider-index] .block-top-event--header{
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  padding: 0;
  left:calc((100% - var(--pc-layout-width-md)) / 2);
}
[data-event-slider-index]{
  position: relative;
  background-color: var(--theme-color-secondary);
  padding: 113px 0 100px 0;
  margin-bottom: 150px;
}
/* at genre js-mv = topics */
.page-genre .js-mv-wrapper[data-event-slider-index]{
  background-color: #fff;
  padding: 0;
  margin-bottom: 140px;
}
[data-event-slider-index].zero{
  background-color: transparent;
  padding: 0;
  margin: 0;
}
[data-event-slider-index].zero .block-top-event--goods,
[data-event-slider-index].zero .block-top-event--header{
  display: none;
}
[data-event-slider-index] .swiper-target{
  overflow: hidden;
}
[data-event-slider-index] .swiper-target-wrapper{
  max-width: var(--pc-layout-width-md);
  margin: auto;
  position: relative;
  padding: 0 50px;
}
.page-search .layout-center,
.page-event .layout-center,
.page-category .layout-center,
.page-genre .layout-center{
  width: var(--pc-layout-width-md);
  margin-left: auto;
  margin-right: auto;
}
.page-search .block-general-list--header,
.page-event .block-general-list--header,
.page-category .block-general-list--header,
.page-genre .block-general-list--header{
  text-align: center;
  background-color: var(--theme-color-secondary);
  padding: 15px 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: calc(26 / 26);
  letter-spacing: 0.02em;
  width: 100%;
  margin: 0 auto 100px auto!important;
}
.block-general-list--header-freespace{
  width: min(100%,var(--pc-layout-width-md));
  margin: auto;
}
.page-genre .block-genre-style-title{
  font-size: 1.875rem;
  font-family: var(--font-family-alpha);
  font-weight: 300;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}
.page-genre .block-genre-style-title{
  margin-bottom:50px;
}
.page-genre .block-genre-style-title:after{
  content:'CATEGORY';
}
.page-genre .js-mv-wrapper[data-event-slider-index] .swiper-target-wrapper{
  max-width: var(--pc-layout-width-sm);
  padding: 0;
}
[data-event-slider-index]  .button-prev,
[data-event-slider-index]  .button-next{
  position: absolute;
  cursor: pointer;
  top: 119px;
  z-index: 1;
}
.page-genre .js-mv-wrapper[data-event-slider-index] .button-prev,
.page-genre .js-mv-wrapper[data-event-slider-index] .button-next{
  top: 50%;
  transform: translateY(-50%);
}
[ddata-event-slider-index] .swiper-button-disabled{
  opacity: 0;
}
[data-event-slider-index] .button-prev:hover,
[data-event-slider-index] .button-next:hover{
  opacity: 0.5;
}
[data-event-slider-index] .button-prev{
  left:0;
}
[data-event-slider-index] .button-next{
  right: 0;
}
.page-genre .js-mv-wrapper[data-event-slider-index] .button-prev{
  left:-40px;
}
.page-genre .js-mv-wrapper[data-event-slider-index] .button-next{
  right: -40px;
}
[data-event-slider-index] .button-prev:before,
[data-event-slider-index] .button-next:before{
  content:'';
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 32px;
  display: block;
}
[data-event-slider-index] .button-prev:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-left.png');
}
[data-event-slider-index] .button-next:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-right-12x33.png');
}
[data-event-slider-index] .pagination-bullet-wrapper{
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.page-genre .js-mv-wrapper[data-event-slider-index] .pagination-bullet-wrapper{
  display: none;
}
[data-event-slider-index] .pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
[data-event-slider-index] .pagination-bullet span{
  height: 1px;
  opacity: 1;
  background-color: #CCCCCC;
  color: transparent;
  padding: 0;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 30px;
}
[data-event-slider-index] .pagination-bullet .swiper-pagination-bullet-active{
  background-color: var(--theme-color-primary);
  border: none;
}
[data-event-slider-index] .img-center{
  margin-bottom: 20px;
}
[data-event-slider-index] .variation-name,
[data-event-slider-index] [class*="goods-name"],
[data-event-slider-index] [class*="goods-name"] a{
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}
[data-event-slider-index] [class*="goods-name-wrapper"]{
  margin-bottom: 10px;
}
[data-event-slider-index] .price,
[data-event-slider-index] .default-price{
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--font-family-alpha);
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  color: var(--text-color-primary);
}
[data-event-slider-index] [class*="scomment"],
[data-event-slider-index] .default-price{
  display: none;
}
[data-event-slider-index] .default-price:after{
  content:'';
}
[data-event-slider-index] a{
  display: block;
}
/*----------------- topics -------------------*/
.page-topic h1{
  padding-left: calc(2 * var(--tb-padding-left-or-right))!important;
  padding-right: calc(2 * var(--tb-padding-left-or-right))!important;
}
.page-topic .block-topic-page--article-body{
  width: min(80%,var(--pc-layout-width-sm));
  margin: auto;
}
.page-top #block_of_topic{
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 150px 0;
  max-width: 1280px;
  margin: auto;
}
.page-top #block_of_topic .block-top-topic--wrapper{
  display: flex;
  justify-content: center;
  margin-left: auto;
  position: relative;
  max-width: 1180px;
}
.page-top .block-top-topic--body{
  flex-grow: 1;
}
.page-top #block_of_topic .block-top-topic--items{
  display: flex;
  justify-content: center;
}
.page-top #block_of_topic .block-top-topic--items > li{
  width: calc((100% - 80px) / 3);
  max-width: 320px;
}
.page-top #block_of_topic .block-top-topic--items > li:nth-of-type(n+2){
  margin-left: 40px;
}
.page-top #block_of_topic .block-top-topic--items > li:nth-of-type(n+4){
  display: none;
}
@media (min-width: 1080px) and (max-width:1211.98px){
  .page-top #block_of_topic .block-top-topic--wrapper{
    left: 0;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-top #block_of_topic .block-top-topic--body .line{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 320px;
}
.page-top #block_of_topic .block-top-topic--body .line .date{
  flex-shrink: 0;
  font-family: var(--font-family-alpha);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: calc(19 / 14);
}
.page-top #block_of_topic .block-top-topic--body .line .date-wrapper{
  margin-top: 15.4px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.page-top #block_of_topic .block-top-topic--body .line .date .yyyymmdd{
  margin-right: 2px;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\6708"]:after{
  content:'mon';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\706b"]:after{
  content:'tue';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\6c34"]:after{
  content:'wed';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\6728"]:after{
  content:'thu';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\91d1"]:after{
  content:'fri';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\571f"]:after{
  content:'sut';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .date [data-days="\65e5"]:after{
  content:'sun';
  display: inline;
}
.page-top #block_of_topic .block-top-topic--body .line .icon{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 5px;
  margin-right: 10px;
  position: relative;
}
.page-top #block_of_topic .block-top-topic--body .line .icon img{
  height: 17px;
  width: auto;
}
.page-top #block_of_topic .block-top-topic--body .line .comment{
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(20 / 16);
  margin-top: 7px;
}
.page-top #block_of_topic .block-top-topic--header {
  writing-mode: vertical-rl;
  display: inline-flex;
  font-family: var(--font-family-alpha);
  font-weight: 300;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  line-height: calc(40 / 30);
  margin: 0;
  padding: 0;
  width: 117px;
  flex-shrink: 0;
  align-items: flex-end;
}
.page-top #block_of_topic .block-top-topic--header:after{
  content:'SPECIAL CONTENT';
}
.js-mv-header,
body:not(.page-top) [data-topic-type="topic"] .block-top-topic--header{
  text-align: center;
  font-size: 1.875rem;
  font-family: var(--font-family-alpha);
  font-weight: 300;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  color: var(--text-color-primary);
  margin-bottom: 40px;
}
body:not(.page-top) [data-topic-type="topic"] .block-top-topic--header:after{
  content:'TOPICS';
}
.page-top #block_of_topic .block-top-topic--next-page {
  text-align: right;
  margin-top: 80px;
}
.page-top #block_of_topic .block-top-topic--next-page a{
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.page-top #block_of_topic .block-top-topic--next-page a .text{
  font-family: var(--font-family-alpha);
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(22 / 17);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.page-top #block_of_topic .block-top-topic--next-page a .text:after{
  content:'';
  display: block;
  background-image: url('../../img/usr/common/arrow-black-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  margin-left: var(--pc-padding-left-or-right);
}
.page-top #block_of_topic .block-top-topic--next-page a:after{
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color-primary);
  margin-top: 9.9px;
}
.page-top #block_of_topic .block-topic-page--article-icon {
  vertical-align: middle;
}

.page-top #block_of_topic .block-topic-page--article figure {
  font-size: 0;
}

.page-top #block_of_topic .block-topic-page--article figure img {
  padding-bottom: 10px;
}

.page-top #block_of_topic .block-topic-details--items li {
  border-bottom: 1px solid var(--goods-border-color);
  padding: 24.9px 0;
}
body:not(.page-top):not(.page-topicdetaillist) [data-topic-type="topic"] .block-top-topic--next-page,
body:not(.page-top):not(.page-topicdetaillist) [data-topic-type="topic"] .icon,
body:not(.page-top):not(.page-topicdetaillist) [data-topic-type="topic"] .date,
body:not(.page-top):not(.page-topicdetaillist) [data-topic-type="topic"] .comment{
  display: none;
}
body:not(.page-top) [data-topic-type="topic"] .swiper-target{
  overflow: hidden;
  margin-bottom: 150px;
}
body:not(.page-top) [data-topic-type="topic"] .swiper-target-wrapper{
  max-width: 900px;
  margin: auto;
  position: relative;
  padding: 0 50px;
}

body:not(.page-top) [data-topic-type="topic"] .button-prev,
body:not(.page-top) [data-topic-type="topic"] .button-next{
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
body:not(.page-top) [data-topic-type="topic"] .swiper-button-disabled{
  opacity: 0;
}
body:not(.page-top) [data-topic-type="topic"] .button-prev:hover,
body:not(.page-top) [data-topic-type="topic"] .button-next:hover{
  opacity: 0.5;
}
body:not(.page-top) [data-topic-type="topic"] .button-prev{
  left:0;
}
body:not(.page-top) [data-topic-type="topic"] .button-next{
  right: 0;
}
body:not(.page-top) [data-topic-type="topic"] .button-prev:before,
body:not(.page-top) [data-topic-type="topic"] .button-next:before{
  content:'';
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 32px;
  display: block;
}
body:not(.page-top) [data-topic-type="topic"] .button-prev:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-left.png');
}
body:not(.page-top) [data-topic-type="topic"] .button-next:before{
  content:'';
  background-image: url('../../img/usr/common/arrow-black-right-12x33.png');
}
body:not(.page-top) [data-topic-type="topic"] .pagination-bullet-wrapper{
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
body:not(.page-top) [data-topic-type="topic"] .pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
body:not(.page-top) [data-topic-type="topic"] .pagination-bullet span{
  height: 1px;
  opacity: 1;
  background-color: #CCCCCC;
  color: transparent;
  padding: 0;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 30px;
}
body:not(.page-top) [data-topic-type="topic"] .pagination-bullet .swiper-pagination-bullet-active{
  background-color: var(--theme-color-primary);
  border: none;
}
/*----------------- Information -------------------*/
.page-topicdetaillist .block-topic-category{
  display: none;
}
.block-general-list--topic[data-topic-type="information"],
.page-top #block_of_information{
  background-color: var(--theme-color-secondary);
  position: relative;
  margin: 60px 0 0 0;
}
.mypage-menu-inner [data-topic-type="information"],
#header [data-topic-type="information"]{
  background-color: #fff;
}
.mypage-menu-inner[data-topic-type="information"] .block-top-topic--body,
.block-general-list--topic[data-topic-type="information"] .block-top-topic--body,
.page-top #block_of_information .block-top-topic--body{
  padding: 107px 0 88px;
  max-width: var(--pc-layout-width-md);
  margin: auto;
}
.mypage-menu-inner [data-topic-type="information"] .block-top-topic--body,
#header [data-topic-type="information"] .block-top-topic--body{
  padding: 0;
  max-width: var(--pc-layout-width-md);
  min-width: auto;
  min-height: 101%;
  margin: auto;
}
.mypage-menu-inner .block-topic-details--items,
.page-topicdetaillist .block-topic-details--items {
  margin: 20px 0;
}
.mypage-menu-inner .block-topic-details--items > li,
.page-topicdetaillist .block-topic-details--items > li{
  border-bottom: 1px solid var(--goods-border-color);
}
.mypage-menu-inner .block-topic-details--items > li a,
.page-topicdetaillist .block-topic-details--items > li a{
  display: block;
}
.mypage-menu-inner .block-topic-details--items .line,
.page-topicdetaillist .block-topic-details--items .line{
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  gap: 0 20px;
}
.mypage-menu-inner .block-topic-details--items .date-wrapper,
.page-topicdetaillist .block-topic-details--items .date-wrapper{
  width: 20%;
  display: flex;
  align-items: stretch;
}
.mypage-menu-inner .line .block-topic-details--image,
.page-topicdetaillist .line .block-topic-details--image{
  width: 20%;
}
.mypage-menu-inner [data-topic-type="information"] .line,
.block-general-list--topic[data-topic-type="information"] .line,
#header [data-topic-type="information"] .line,
.page-top #block_of_information .block-top-topic--body .line{
  display: flex;
  align-items: flex-start;
}
.mypage-menu-inner [data-topic-type="information"] .line .date-wrapper,
.block-general-list--topic[data-topic-type="information"] .line .date-wrapper,
#header [data-topic-type="information"] .line .date-wrapper,
.page-top #block_of_information .block-top-topic--body .line .date-wrapper{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 40px;
}
.mypage-menu-inner [data-topic-type="information"] .line .date,
.block-general-list--topic[data-topic-type="information"] .line .date,
#header [data-topic-type="information"] .line .date,
.page-topicdetaillist .block-topic-details--items .line .date,
.page-top #block_of_information .block-top-topic--body .line .date{
  flex-shrink: 0;
  font-family: var(--font-family-alpha);
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: calc(20 / 15);
  margin-right: 10px;
}
.mypage-menu-inner [data-topic-type="information"] .line .icon,
.block-general-list--topic[data-topic-type="information"] .line .icon,
#header [data-topic-type="information"] .line .icon,
.page-topicdetaillist .block-topic-details--items .line .icon,
.page-top #block_of_information .block-top-topic--body .line .icon{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 5px;
}
.mypage-menu-inner [data-topic-type="information"] .line img,
.block-general-list--topic[data-topic-type="information"] .line img,
#header [data-topic-type="information"] .line img,
.page-topicdetaillist .block-topic-details--items .line .icon img,
.page-top #block_of_information .block-top-topic--body .line .icon img{
  height: 17px;
  width: auto;
}
.mypage-menu-inner [data-topic-type="information"] .line img,
.block-general-list--topic[data-topic-type="information"] .line img,
#header [data-topic-type="information"] .line .comment,
.page-topicdetaillist .block-topic-details--items .line .comment,
.page-top #block_of_information .block-top-topic--body .line .comment{
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(20 / 16);
  width: 80%;
}
.mypage-menu-inner [data-topic-type="information"] .block-top-topic--header,
.block-general-list--topic[data-topic-type="information"] .block-top-topic--header,
.page-top #block_of_information .block-top-topic--header {
  font-size: 1.875rem;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  font-weight: 300;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  position: absolute;
  font-family: var(--font-family-alpha);
  top: -20px;
  z-index: 1;
  max-width: var(--pc-layout-width-md);
  width: 100%;
  padding: 0;
}
.mypage-menu-inner [data-topic-type="information"] .block-top-topic--items > li,
.block-general-list--topic[data-topic-type="information"] .block-top-topic--items > li,
#header [data-topic-type="information"] li,
.page-top #block_of_information .block-top-topic--items > li {
  border-bottom: 1px solid var(--goods-border-color);
  padding: 24.9px 0;
}
.mypage-menu-inner .block-top-topic--next-page{
  text-align: right;
  margin-top: 60px;
}
.block-general-list--topic .block-top-topic--next-page,
#header [data-topic-type="information"] .block-top-topic--next-page,
.page-top #block_of_information .block-top-topic--next-page {
  text-align: right;
  margin-top: 80px;
}
.mypage-menu-inner .block-top-topic--next-page a,
.block-general-list--topic .block-top-topic--next-page a,
#header [data-topic-type="information"] .block-top-topic--next-page a,
.page-top #block_of_information .block-top-topic--next-page a{
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.mypage-menu-inner .block-top-topic--next-page a .text,
.block-general-list--topic .block-top-topic--next-page a .text,
#header [data-topic-type="information"] .block-top-topic--next-page a .text,
.page-top #block_of_information .block-top-topic--next-page a .text{
  font-family: var(--font-family-alpha);
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: calc(22 / 17);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.mypage-menu-inner .block-top-topic--next-page a .text:after,
.block-general-list--topic .block-top-topic--next-page a .text:after,
#header [data-topic-type="information"] .block-top-topic--next-page a .text:after,
.page-top #block_of_information .block-top-topic--next-page a .text:after{
  content:'';
  display: block;
  background-image: url('../../img/usr/common/arrow-black-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 4px;
  margin-left: var(--pc-padding-left-or-right);
}
.mypage-menu-inner .block-top-topic--next-page a:after,
.block-general-list--topic .block-top-topic--next-page a:after,
#header [data-topic-type="information"] .block-top-topic--next-page a:after,
.page-top #block_of_information .block-top-topic--next-page a:after{
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color-primary);
  margin-top: 9.9px;
}
.page-top #block_of_information .block-topic-page--article-icon {
  vertical-align: middle;
}

.page-top #block_of_information .block-topic-page--article figure {
  font-size: 0;
}

.page-top #block_of_information .block-topic-page--article figure img {
  padding-bottom: 10px;
}

.page-top #block_of_information .block-topic-details--items li {
  border-bottom: 1px solid var(--goods-border-color);
  padding: 24.9px 0;
}
body:not(.page-top) [data-topic-type="information"] .block-top-topic--body{
  margin-bottom: 126px;
}
.page-menu .mypage-menu-inner [data-topic-type="information"] .block-top-topic--body{
  margin-bottom: 0;
}
.page-menu .mypage-menu-inner{
  margin: 60px 0;
}
/* ---- 商品一覧 ----*/
.block-general-list--header{
  font-size: 1.875rem;
  font-weight: 300;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  color: var(--text-color-primary);
  /*font-family: var(--font-family-alpha);*/
  margin: 40px auto!important;
  /*width: var(--pc-layout-width-sm);*/
  width: var(--pc-layout-width-md);
}
.block-general-goods--header{
  font-size: 1.875rem;
  font-weight: 300;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  color: var(--text-color-primary);
  font-family: var(--font-family-alpha);
  text-align: center;
  margin-top: 150px;
  margin-bottom: 15px;
  width: 100%;
  display: none;
}
.page-search .block-general-goods--header{
  display: block;
}
.page-search .block-general-goods--header:after,
.page-genre .block-general-goods--header:after,
.page-event .block-general-goods--header:after,
.page-category .block-general-goods--header:after{
  content:'PRODUCTS';
}
.page-search .block-general-goods--header.rank:after,
.page-genre .block-general-goods--header.rank:after,
.page-event .block-general-goods--header.rank:after,
.page-category .block-general-goods--header.rank:after{
  content:'RANKING';
}
.block-goods-style-sort-wrapper{
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 50px;
  justify-content: center;
}
.block-goods-style-sort-wrapper .block-goods-style-sort-inner{
  display: flex;
  align-items:center;
  margin-bottom: 40px;
}
.block-goods-style-sort-inner{
  display: none!important;
}
/* ----ページャー---- */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager > * {
  display: inline-block;
  vertical-align: top;
}

.pager-scope {
  display: inline-block;
  font-size: 0.9375rem;
}
.pager-total {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(20 / 14);
  letter-spacing: 0.05em;
  color: #000000;
}
.pagination {
  display: flex;
}

.pagination > li > * {
  display: flex;
  flex-direction: column;
  width: 30px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: calc(22 / 17);
  color: #CCCCCC;
  position: relative;
  font-family: var(--font-family-alpha);
  left: 2px;
}
.pager .pagination-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pagination > .disabled {
  color: #777;
}
.pager-current > * {
  color: var(--text-color-primary)!important;
}
.pager-current:after{
  content:'';
  display: block;
  height: 1px;
  width: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
  position: relative;
}
.pager .pagination-wrapper .pager-first,
.pager .pagination-wrapper .pager-last{
  display: none;
}
.pager .pagination-wrapper .pager-previous a{
  background-image: url('../../img/usr/common/arrow-black-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1,1);
  margin-right: 15px;
}
.pager .pagination-wrapper .pager-next a{
  background-image: url('../../img/usr/common/arrow-black-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}
.block-goods-list--pager-top{
  margin-bottom: 50px;
}
[class*="--pager-top"]{
  margin-bottom: 20px;
}
[class*="--pager-top"] .pagination-wrapper{
  display: none;
}
.block-goods-list--pager-bottom{
  margin-top: 50px;
}
[class*="--pager-bottom"]{
  margin-top: 50px;
}
[class*="--pager-bottom"] .pager-total,
[class*="--pager-bottom"] .pager-scope{
  display: none;
}

/* ----商品一覧：event-pickup-list-p---- */

.event-general-list--goods {
  display: none;/* init */
  margin-top: 135px;
  width: 100%;
  position: relative;
  background-color: var(--theme-color-secondary);
  padding: 113px 0 140px 0;
}
.event-general-list--goods .block-general-goods--header{
  font-size: 1.875rem;
  font-weight: 300;
  line-height: calc(40 / 30);
  letter-spacing: 0.2em;
  font-family: var(--font-family-alpha);
  margin: 0 auto;
  left: calc((100% - var(--pc-layout-width-md)) / 2);
  position: absolute;
  top: -18px;
  text-align: left;
}
.event-general-list--goods .swiper-target {
  overflow: hidden;
}

.event-general-list--goods .swiper-target-wrapper {
  max-width: var(--pc-layout-width-md);
  margin: auto;
  padding: 0 72px;
  position: relative;
}

.event-general-list--goods .button-prev,
.event-general-list--goods .button-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.event-general-list--goods .swiper-button-disabled {
  opacity: 0;
}

.event-general-list--goods .button-prev:hover,
.event-general-list--goods .button-next:hover {
  opacity: 0.5;
}

.event-general-list--goods .button-prev {
  left: 0;
}

.event-general-list--goods .button-next {
  right: 0;
}

.event-general-list--goods .button-prev:before,
.event-general-list--goods .button-next:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 33px;
  display: block;
}

.event-general-list--goods .button-prev:before {
  content: '';
  background-image: url('/img/usr/common/arrow-black-left.png');
}

.event-general-list--goods .button-next:before {
  content: '';
  background-image: url('/img/usr/common/arrow-black-right-12x33.png');
}

.event-general-list--goods .pagination-bullet-wrapper {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  display: none;
}

.event-general-list--goods .pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}

.event-general-list--goods .pagination-bullet span {
  height: 1px;
  opacity: 1;
  background-color: var(--goods-background-color);
  color: transparent;
  padding: 0;
  cursor: pointer;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 30px;
}

.event-general-list--goods .pagination-bullet .swiper-pagination-bullet-active {
  background-color: var(--theme-color-primary);
  border: none;
}

.event-general-list--goods .block-goods-list--pager-bottom,
.event-general-list--goods .block-goods-list--pager-top {
  display: none;
}

.event-general-list--goods .swiper-target-wrapper {
  max-width: var(--pc-layout-width-md);
  margin: auto;
  padding: 0 72px;
  position: relative;
}

.event-general-list--goods .pagination-bullet-wrapper {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  display: none;
}

.event-pickup-list-p--image figure {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.event-pickup-list-p---image figure img {
  width: 100%;
  height: auto;
}

.event-pickup-list-p--goods-name a,
.event-pickup-list-p--goods-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(20 / 16);
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
}

.event-pickup-list-p--goods-name-wrapper {
  margin: 0 0 10px 0;
}

.event-pickup-list-p--goods .net-price,
.event-pickup-list-p--goods .default-price,
.event-pickup-list-p--goods .price {
  font-size: 1rem;
  font-weight: 300;
  line-height: calc(21 / 16);
  letter-spacing: 0.12em;
  font-family: var(--font-family-alpha);
  color: var(--text-color-primary);
}

.event-pickup-list-p--comment,
.event-pickup-list-p--scomment,
.event-pickup-list-p--default-price {
  display: none;
}

.event-pickup-list-p--scomment {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  letter-spacing: 0.05em;
  color: var(--goods-scomment-text-color);
  margin-bottom: 15px;
}

.event-pickup-list-p .variation-list-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 20px;
}

.event-pickup-list-p .variation-list-wrapper>li {
  width: calc((100% - 32px) / 5);
  aspect-ratio: 1;
}

.event-pickup-list-p .variation-list-wrapper>li.active a {
  border: 1px solid var(--theme-color-primary);
}

.event-pickup-list-p .variation-list-wrapper>li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--goods-border-color);
  position: relative;
}

.event-pickup-list-p .variation-list-wrapper>li a.disable-qty:before {
  content: '';
  display: block;
  background-color: rgba(204, 204, 204, 0.5);
  mix-blend-mode: color;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
.event-pickup-list-p .variation-list-wrapper > li img{
  vertical-align: top;
}