@charset "UTF-8";
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}
.is_logout {
  display: block;
}
.is_login {
  display: none;
}
.onlogin .is_logout {
  display: none;
}
.onlogin .is_login {
  display: block;
}
/* ----最近見た商品---- */
.block-recent-item {
  width: 1200px;
  margin: 0 auto;
  border-top: none;
  padding-top: 30px 0 60px;
}
.block-recent-item--header {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border: none;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
}
.block-recent-item--header:before,
.block-recent-item--header:after {
  content: none;
}
.block-recent-item--items {
  overflow: hidden;
}
.block-recent-item--items a {
  text-decoration: none;
}
.block-recent-item--keep-history {
  text-align: right;
  margin-top: 30px;
}
.block-recent-item--keep-history a {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.block-recent-item--keep-history a:before,
.block-recent-item--keep-history a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 10px;
  left: 5px;
  background: #444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-recent-item--keep-history a:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-recent-item--keep-history a:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.block-recent-item--keep-history a:hover:before,
.block-recent-item--keep-history a:hover:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.block-recent-item--empty-message {
  text-align: center;
}
/* ----最近チェックした商品(ブランド)---- */
.block-brand-recent-item {
  width: 900px;
}
.block-brand-recent-item--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}
.block-brand-recent-item--items {
  width: 900px;
}
.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}
.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
/* ----最近チェックした商品(カート)---- */
.block-cart-recent-item {
  width: 1180px;
  margin-bottom: 50px;
}
.block-cart-recent-item--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 22px;
  border-top: unset;
}
.block-cart-recent-item--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.block-cart-recent-item--items {
  width: 1180px;
}
.block-cart-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}
.block-cart-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
/* ----検索サジェスト---- */
.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}
.block-search-suggest--keyword {
  padding: 2px;
}
.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}
.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}
.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}
.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}
.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}
.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}
/* ----パンくず---- */
.block-topic-path {
  min-height: 58px;
  padding: 20px 0 20px 0;
  background-color: #fff;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.block-topic-path::-webkit-scrollbar {
  display: none;
}
.page-category .block-topic-path,
.page-genre .block-topic-path {
  min-height: 30px;
  margin: 30px 0 20px;
  padding: 0;
}
.block-topic-path--list {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  white-space: nowrap;
}
.block-topic-path--list li {
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
  position: relative;
}
.block-topic-path--list a {
  padding-right: 0.5em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.block-topic-path--list a span {
  padding-left: 0.5em;
}
.block-jscart--title {
  display: none;
}
.block-jscart--items {
  border-bottom: #eee 1px solid;
  padding-bottom: 12px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.block-jscart--items dd {
  text-align: right;
}
.block-jscart--name {
  margin-bottom: 5px;
}
.block-jscart--price {
  margin-top: 5px;
}
.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
  display: none;
}
.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}
.block-jscart--cart-to-order a {
  width: 100%;
  color: #fff;
  background: #888;
  letter-spacing: 0.1em;
}
.block-jscart--total {
  text-align: right;
  margin-top: 10px;
}
.block-jscart--total dt,
.block-jscart--total dd {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
}
.block-jscart--total dd {
  font-size: 17px;
}
.block-jscart--empty {
  text-align: center;
  padding: 0 5px 10px 5px;
}
/* ----エラー画面---- */
.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}
.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-common-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  width: 800px;
}
.block-common-alert-list--items {
  color: #a94442;
}
/* ----郵便番号サジェスト---- */
.block-ziplist--ziplist-frame {
  z-index: 2000;
}
/* ----サイクル情報編集---- */
.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
/* 注文明細拡張 */
.block-goods-sales-detail-append--item .form-label {
  padding: 15px;
  margin-right: 0;
  margin-bottom: 15px;
}
.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;
}
.pane-goods-right-side .block-goods-sales-detail-append--item .constraint .required {
  margin-top: 14px;
}
/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}
.block-variation-arrival-notice {
  margin-right: 5px;
}
.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}
/* ----ユーザーレビュー画面---- */
.block-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--score .form-control textarea,
.block-user-review--review-body .form-control textarea {
  max-width: 600px;
  padding: 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: 30px 0;
  padding: 25px;
  border: 1px #969696 dotted;
}
.block-user-review--footer h3 {
  padding: 40px 0 10px;
}
.block-user-review--evaluation-message {
  text-align: center;
  margin: 50px 0;
}
p.block-user-review--message {
  text-align: center;
  margin: 5em 0 0 0;
}
/* ----トップページイベント表示---- */
.block-top-event--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  font-size: 22px;
  text-align: center;
  border-top: inherit;
  padding: inherit;
}
.block-top-event--header:after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.block-top-event--header a {
  text-decoration: none;
  padding-bottom: 35px;
}
#block_of_category {
  margin: 0 auto 100px auto;
}
.block-common-btn {
  text-align: center;
}
.block-common-btn a {
  display: inline-block;
  max-width: 500px;
  position: relative;
}
.block-common-btn a:before,
.block-common-btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-common-btn a:before {
  border-top: 1px #444 solid;
  border-bottom: 1px #444 solid;
}
.block-common-btn a:after {
  border-left: 1px #444 solid;
  border-right: 1px #444 solid;
}
.block-common-btn a:hover:before {
  left: 50%;
  width: 0;
}
.block-common-btn a:hover:after {
  top: 50%;
  height: 0;
}
.block-common-btn a span {
  display: inline-block;
  text-align: center;
  padding: 10px 2em;
  letter-spacing: 0.2em;
}
/*
.block-common-btn a span:before,
.block-common-btn a span:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #444;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-common-btn a span:hover:before,
.block-common-btn a span:hover:after{
  top: 50%;
  height: 0;
}
.block-common-btn a span:before{
  left: 0;
}
.block-common-btn a span:after{
  right: 0;
}
*/
.block-top-event .block-top-event--goods {
  margin: 90px auto 60px auto;
  overflow: hidden;
}
.block-top-event--goods {
  margin-bottom: 120px;
  overflow: hidden;
}
/* ----店舗在庫画面---- */
.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}
.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}
.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}
.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
/* ----アイコン---- */
.block-icon {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.block-icon span {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
.block-icon span.block-icon--comment1 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 10px;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 1;
}
.block-icon span.block-icon--comment3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  border: 1px #000 solid;
  background: #000;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 3px;
}
.block-icon img {
  height: 20px;
  width: inherit;
}
/* ----商品一覧画面----*/
div.variation-name {
  font-size: 0.85em;
}
.block-category-list--comment {
  margin-bottom: 40px;
}
.block-event-page--header + .block-event-page--comment {
  margin-top: -30px;
  margin-bottom: 30px;
}
.block-event-page--goods {
  margin-top: 30px;
}
.block-event-page--goods .block-check-list-a,
.block-event-page--goods .block-bulk-purchase-b,
.block-event-page--goods .block-goods-list-c,
.block-event-page--goods .block-goods-list-d,
.block-event-page--goods .block-thumbnail-h,
.block-event-page--goods .block-cart-i,
.block-event-page--goods .block-goods-detail-j,
.block-event-page--goods .block-goods-list-l,
.block-event-page--goods .block-goods-name-n,
.block-event-page--goods .block-pickup-list-p,
.block-event-page--goods .block-ranking-r,
.block-event-page--goods .block-list-s,
.block-event-page--goods .block-thumbnail-t,
.block-event-page--goods .block-pickup-list-w,
.block-event-page--goods .block-goods-list-x {
  margin-top: 60px;
}
.block-category-list--goods .block-check-list-a,
.block-category-list--goods .block-bulk-purchase-b,
.block-category-list--goods .block-goods-list-c,
.block-category-list--goods .block-goods-list-d,
.block-category-list--goods .block-thumbnail-h,
.block-category-list--goods .block-cart-i,
.block-category-list--goods .block-goods-detail-j,
.block-category-list--goods .block-goods-list-l,
.block-category-list--goods .block-goods-name-n,
.block-category-list--goods .block-pickup-list-p,
.block-category-list--goods .block-ranking-r,
.block-category-list--goods .block-list-s,
.block-category-list--goods .block-thumbnail-t,
.block-category-list--goods .block-pickup-list-w,
.block-category-list--goods .block-goods-list-x {
  margin-top: 60px;
}
.block-event-page--goods .block-check-list-a,
.block-category-list--goods .block-check-list-a {
  margin-bottom: 60px;
}
.block-category-list--goods {
  margin-bottom: 60px;
}
/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items .active,
.block-goods-list--sort-order-items .active {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-goods-list--display-style-items {
  padding: 0 0 10px 0;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: normal;
}
.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  display: inline-block;
  margin: 0 4px;
  padding: 0 8px;
}
.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
  text-decoration: none;
}
.block-goods-list--display-style-items dd a:hover,
.block-goods-list--sort-order-items dd a:hover {
  text-decoration: underline;
}
.block-goods-list--sort-order-items {
  padding: 0 0 10px 0;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
}
.block-goods-list--sort-order-items dt {
  display: inline-block;
  font-weight: normal;
}
.block-goods-list--sort-order-items dd {
  display: inline-block;
}
.block-goods-list--display-style-items > p,
.block-goods-list--sort-order-items > p {
  line-height: 40px;
  font-size: 0.85em;
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.block-goods-list--display-style-items > select,
.block-goods-list--sort-order-items > select {
  border: none;
  width: 15em;
  border-bottom: 1px #969696 solid;
}
.block-goods-list--style-sort-clear {
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/* 商品0件時メッセージ */
.block-goods-notfound-message {
  background: #f1f1f1;
  padding: 50px;
  margin: 50px 0;
  text-align: center;
}
.block-recent-item .block-goods-notfound-message {
  display: none;
}
.block-top-event .block-goods-notfound-message {
  margin-top: 0;
}
.block-goods-notfound-message h2 {
  margin-top: 0;
  font-weight: bold;
}
.block-goods-notfound-message p {
  margin-bottom: 30px;
}
.block-top-event .block-goods-notfound-message p {
  margin-bottom: 0;
}
.block-goods-notfound-message a {
  min-width: 120px;
}
.block-top-event .block-goods-notfound-message a {
  display: none;
}
/* ----商品一覧画面：一覧：block-goods-list-l---- */
.block-goods-list-l--table {
  width: 100%;
}
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}
.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  width: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.block-goods-list-l--add-cart {
  text-align: center;
}
.block-goods-list-l--stock {
  text-align: center;
}
.block-goods-list-l--goods-name a {
  color: #000;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn:hover {
  color: #fff !important;
}
.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}
.block-goods-list-l .price {
  font-weight: bold;
}
.net-price {
  display: none;
}
.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}
/* ----商品一覧画面：一括購入：block-goods-list-l---- */
.block-bulk-purchase-b--table {
  width: 900px;
  margin: 0 auto 40px auto;
}
.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 td,
.block-bulk-purchase-b--table th {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.block-bulk-purchase-b--stock {
  text-align: center;
}
.block-bulk-purchase-b--goods-name a {
  color: #000;
}
.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-bulk-purchase-b .price {
  font-weight: bold;
}
.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}
.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}
/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
.block-goods-list-d li {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.block-goods-list-d--image {
  width: 200px;
}
.block-goods-list-d--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
.block-goods-list-d--item-description {
  padding-left: 40px;
  width: 880px;
}
.block-goods-list-d--goods-name a {
  color: #000;
  font-size: 16px;
}
.block-goods-list-d--item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.block-goods-list-d--item-details-left {
  width: 100%;
  padding-right: 20px;
}
.block-goods-list-d--item-details-left .block-goods-list-d--spec {
  display: inline-block;
}
.block-goods-list-d--item-details-left .block-goods-list-d--spec-title {
  display: inline-block;
}
.block-goods-list-d--add-cart {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  text-align: right;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: inline-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 {
  text-align: left;
}
.block-goods-list-d--price-title {
  display: inline-block;
}
.block-goods-list-d--price {
  display: inline-block;
}
.block-goods-list-d--stock-items {
  text-align: left;
}
.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: unset;
}
.block-goods-list-d--default-price.default-price {
  font-weight: normal;
  margin: 0px 0px 0px 30px;
  display: inline-block;
}
.block-goods-list-d--scomment {
  color: #cc3302;
}
.block-goods-list-d--comment {
  margin-top: 10px;
}
.block-goods-list-d--goods-comment {
  margin-top: 20px;
}
/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
.block-check-list-a li {
  width: 100%;
  margin: 0 0 25px 0;
}
.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
  text-align: left;
  margin: 5px 0;
}
.block-check-list-a--select-item .radio {
  margin-right: 0;
  width: 100%;
  display: block;
  padding: 10px 10px 10px 45px;
}
.block-check-list-a--select-item .radio:before {
  top: 11px;
  left: 16px;
}
.block-check-list-a--select-item .radio:after {
  top: 11px;
  left: 16px;
}
.block-check-list-a--image {
  width: 142px;
}
.block-check-list-a--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-check-list-a--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}
.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-check-list-a--select-item {
  margin-top: 5px;
  margin-right: 50px;
  background: #f3f3f3;
  width: 100%;
}
.block-check-list-a--item-description {
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
}
.block-check-list-a--goods-name {
  margin-bottom: 10px;
}
.block-check-list-a--goods-name a {
  color: #000;
}
.block-check-list-a--price-title {
  display: inline-block;
}
.block-check-list-a--price {
  display: inline-block;
}
.block-check-list-a--stock-title {
  display: inline-block;
}
.block-check-list-a--stock {
  display: inline-block;
}
.block-check-list-a .price {
  font-weight: bold;
}
.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: left;
}
.block-check-list-a--scomment {
  color: #cc3302;
}
.block-check-list-a--goods-comment {
  margin-top: 10px;
}
.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}
.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
  padding: 0 0 5px;
}
.block-order-complete .block-check-list-a .block-check-list-a--stock-items .page-bookmark .block-check-list-a .block-check-list-a--stock-items {
  padding: 5px 0;
}
/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
/* ----商品一覧画面：リスト：block-list-s---- */
.block-list-s {
  width: 900px;
  margin: 0 auto;
}
.block-list-s li:first-child {
  border-top: 1px solid #ccc;
}
.block-list-s li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 17px 0;
}
.block-list-s div {
  display: inline;
}
.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}
.block-list-s--goods-name a {
  color: #000;
}
.block-list-s .price {
  font-weight: bold;
}
.block-list-s--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i {
  overflow: hidden;
}
.block-cart-i--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 60px -10px;
}
.block-cart-i--items li {
  padding: 0 10px;
  margin-bottom: 50px;
  width: 100%;
}
.block-cart-i--items li a {
  display: block;
  text-decoration: none;
}
.block-cart-i--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-cart-i--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-cart-i--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover .block-cart-i figure img {
  opacity: 0.9;
}
.block-cart-i--goods {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-left: 33px;
}
.block-cart-i--goods:first-of-type {
  margin-left: 0;
}
.block-cart-i--goods a {
  text-decoration: underline;
}
.block-cart-i--goods-description {
  margin-top: 20px;
}
.block-cart-i--goods .price,
.block-cart-i--goods .net-price {
  font-weight: bold;
}
.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}
.block-cart-i--scomment {
  color: #cc3302;
}
/* ----商品一覧画面：商品名：block-goods-name-n---- */
.block-goods-name-n {
  width: 900px;
  margin: 0 auto;
}
.block-goods-name-n li:first-child {
  border-top: 1px solid #ccc;
}
.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 17px 0;
}
.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}
.block-goods-name-n a {
  color: #000;
}
/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
.block-goods-list-x--items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-goods-list-x--item-body {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-left: 33px;
}
.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}
.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}
/* ----商品一覧画面：カート画面：block-goods-list-c---- */
.block-goods-list-c--items {
  overflow: hidden;
}
.block-goods-list-c--items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.block-goods-list-c--items li > div {
  width: calc(100% / 6);
  width: -webkit-calc(100% / 6);
  padding: 0 10px;
}
.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}
#cart_itemhistory .block-goods-list-c--item-body {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin-left: unset;
}
.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-goods-list-c--image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-goods-list-c--image a:hover figure img {
  opacity: 0.8;
}
/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
.block-category-style-p {
  padding-top: 50px;
  border-top: 1px #dcdcdc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 50px 0;
}
.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 40px 40px;
}
.block-category-style-p--item {
  -ms-flex-preferred-size: 273px;
      flex-basis: 273px;
  overflow: hidden;
  margin: 0 0 40px 40px;
}
.block-category-style-p--item:nth-child(3n+1) {
  margin-left: 0;
}
.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #ccc dotted 1px;
  clear: both;
  padding-left: 20px;
  position: relative;
}
.block-category-style-p--item-name:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ccc;
}
.block-category-style-p--item-name a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-category-style-p--item-name a:hover {
  opacity: 0.5;
}
.block-category-style-p--item-image {
  width: 120px;
  float: left;
}
.block-category-style-p--item-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-category-style-p--item-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}
/* ----カテゴリー画面：詳細：block-category-style-d---- */
/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */
.block-category-style-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.block-category-style-g--item:nth-child(2n) {
  margin: 0 0 0 20px;
}
.block-category-style-g--item {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px;
  overflow: hidden;
}
.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}
.block-category-style-g--item-image {
  width: 143px;
  float: left;
}
.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}
.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.block-category-style-g--item ul li {
  margin: 0 0 0 2em;
  padding: 0;
  list-style: square;
}
/* ----カテゴリー画面：一覧：block-category-style-l---- */
.block-category-style-l--item-name {
  display: inline;
}
.block-category-style-l--splitter {
  margin: 0 5px;
}
/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
.block-category-style-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px 30px -10px;
}
.block-category-style-t--item {
  -ms-flex-preferred-size: 184px;
      flex-basis: 184px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 15px 0;
}
.block-category-style-t--item a {
  display: block;
  text-decoration: none;
}
.block-category-style-t--item-image {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.block-category-style-t--item-image span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.block-category-style-t--item-image span img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover .block-category-style-t--item-image span img {
  opacity: 0.9;
}
.block-category-style-t--item-name {
  font-size: 15px;
  text-align: center;
}
/* ----クイックビュー---- */
.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}
.block-quickview-line {
  overflow: hidden;
  width: 100%;
}
.block-quickview-item {
  display: inline-block;
  width: 142px;
}
/* ----商品購入規約---- */
.block-goods-agree--item {
  margin: 80px 0;
}
/* ----ジャンルページ/子ジャンル表示---- */
.block-genre-page--goods {
  margin-top: 60px;
  padding-top: 60px;
}
.block-genre-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 50px;
}
.block-genre-style--item {
  -ms-flex-preferred-size: 216px;
      flex-basis: 216px;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 15px;
}
.block-genre-style--item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
/*-------- parts-------- */
.mb100 {
  margin-bottom: 100px;
}
.bg_gray_ {
  background-color: #f3f3f3;
}
.txt_center_ {
  text-align: center;
}
.anchor_ {
  margin-top: -70px;
  padding-top: 70px;
}
/*-------- page-------- */
.page_contents {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 200%;
}
.page_contents_inner {
  margin-bottom: 40px;
}
.page_contents p {
  padding: 0 10px;
  margin-bottom: 20px;
}
.page_contents h1 {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: normal;
}
.page_contents h1 span {
  display: block;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0;
  padding-top: 5px;
}
.page_contents h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.page_contents h2 {
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 2px solid #444;
}
.page_contents h3 {
  margin: 10px 0;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}
.page_contents h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #333;
}
.page_contents h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 6px 6px 6px 10px;
}
.page_contents .page_box1 {
  text-align: center;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.page_contents .page_box1 span {
  font-size: 13px;
}
.page_contents .page_box2 {
  background-color: #f2f2f2;
  padding: 20px;
}
.page_contents .txt_l {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.page_contents .txt_s {
  font-size: 12px;
  color: #808080;
}
.page_contents .page_button1 {
  margin: 0 auto 30px auto;
  width: 360px;
  display: block;
  font-size: 18px;
}
.page_contents a.page_button1 {
  text-decoration: none;
}
.page_contents .page_table {
  width: 100%;
  margin-bottom: 40px;
}
.pane-order-contents .block-cart--amazonpay-description {
  text-align: center;
}
.pane-order-contents #AmazonPayButton {
  margin: 0 auto;
}


/* ----購入グループ　非表示---- */
.page-cart .block-cart--rule {
  display: none;
}
.block-filter {
  margin: 0 20px 20px 20px;
  padding-top: 20px;
  border-top: 1px #bdbdbd solid;
}
.block-goods-list--filter {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  margin: 30px auto;
  border: 1px solid #e3e3e3;
}
.block-goods-list--filter:not(:has(#block_of_filter)) {
  display: none;
}
.block-goods-list--filter > h3 {
  width: 100%;
  height: 80px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}
.block-goods-list--filter > h3:hover span {
  color: #c0a951 !important;
}
.block-goods-list--filter > h3:before,
.block-goods-list--filter > h3:after {
  content: "";
  display: block;
  position: absolute;
  background: #999;
  top: 50%;
}
.block-goods-list--filter > h3:before {
  width: 16px;
  height: 2px;
  right: 24px;
}
.block-goods-list--filter > h3:after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  right: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-goods-list--filter > h3 span {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-goods-list--filter.active > h3:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.block-goods-list--filter .block-goods-list--filter-inner {
  display: none;
}
#block_of_itemhistory .block-goods-list--filter {
  display: none !important;
}
#block_of_filter .block-filter--header {
  font-size: 14px;
  font-weight: bold;
}
#block_of_filter h3 {
  display: table-cell;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
}
#block_of_filter form > div > div p {
  display: table-cell;
  vertical-align: top;
  width: 7em;
  font-weight: bold;
}
#block_of_filter form > div > div > div {
  display: table-cell;
}
#block_of_filter form .block-filter-option-items {
  display: inline-block;
}
#block_of_filter .block-filter--treelist-inner h3 {
  display: none;
  vertical-align: top;
  padding-top: 20px !important;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#block_of_filter .block-filter--treelist-inner h3:hover {
  color: #c0a951 !important;
}
.block-filter--list,
.block-filter--imagelist {
  margin-bottom: 20px;
}
#block_of_filter form > div > div {
  display: table;
  width: 100%;
}
.block-category-list--sub .block-category-style-t {
  border-top: 1px #dcdcdc solid;
  margin-top: 60px;
  padding-top: 60px;
}
.pane-right-menu .block-filter {
  margin: 40px 0;
}
.block-filter--treeitem,
.block-filter--list-inner,
.block-filter--imagelist-inner {
  min-height: 55px;
  height: auto;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  border-top: none;
}
.block-filter--tree-1 {
  border-bottom: 1px #ccc solid;
}
.block-filter--tree-1 > li {
  border-bottom: 1px #ccc solid;
}
.block-filter--tree-1 > li:first-child {
  padding-bottom: 6px;
}
.block-filter--tree-1 > li:last-child {
  border: none;
}
.block-filter--tree-2 {
  padding-bottom: 10px;
}
.block-filter--tree-2 > li {
  padding-right: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.block-filter--tree-2 > li:last-child {
  border: none;
}
.block-filter--tree-3 > li {
  padding-left: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.block-filter--tree-3 > li:last-child {
  border: none;
}
.block-filter--tree-4 > li {
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.block-filter--tree-4 > li:last-child {
  border: none;
}
.block-filter--treeitem-container {
  width: 100%;
}
.block-filter--treeitem-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.block-filter--treeitem-dir i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-filter--treeitem-dir + .block-filter--treeitem-name {
  display: none;
}
.block-filter--treeitem-dir span {
  display: block;
  margin-left: 0.5em;
}
.block-filter--treeitem-dir {
  width: 100%;
  height: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-filter--treeitem-dir span {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding-left: 5px;
}
.block-filter--treeitem-dir:hover span {
  color: #c0a951 !important;
}
.block-filter--tree-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-filter--treeitem-name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0;
}
.block-filter--treeitem-name span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  text-decoration: none;
  color: #777;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-filter--treeitem-name span.block-filter--treeitem-selected {
  background: #c0a951;
  color: #fff;
  border: 1px solid #c0a951;
}
.block-filter--treeitem-name span:hover {
  background: #c0a951;
  color: #fff;
  border: 1px solid #c0a951;
}
.block-filter--treeitem-dir__close i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.block-filter--treeitem-selected {
  opacity: 1;
  color: #c0a951;
}
.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 20px;
}
.block-filter--image-check {
  position: relative;
  display: block;
}
.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}
.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-filter--list-inner,
.block-filter--imagelist-inner {
  border-bottom: 1px #ccc solid;
}
.block-filter--select-inner-accordion select {
  width: auto;
  height: auto;
  margin: 10px 0;
  padding: 8px 10px;
  font-size: 14px;
  border-bottom: none;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  position: relative;
  background-image: url("/img/usr/common/icons/arrow_delta.png");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.block-filter--treeitem-dir > div.block-icon-image-double-small {
  margin-left: 10px;
}
.block-filter--tree-1 {
  border-bottom: none;
}
.block-filter--tree-1 > li {
  padding: 1em 0;
}
.block-filter--tree-2 {
  padding-bottom: 0;
}
.block-filter--tree-2 > li {
  min-height: unset;
  border-bottom: none;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3) {
  border-radius: 6px;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3):not(:has(.block-filter--treeitem-dir__close)) {
  background: #000;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3):not(:has(.block-filter--treeitem-dir__close)) .block-filter--treeitem-dir span {
  color: #fff;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3):not(:has(.block-filter--treeitem-dir__close)) .block-icon-image--angle-right-bold:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3):not(:has(.block-filter--treeitem-dir__close)) .block-filter--tree-3 .block-filter--treeitem-name span {
  background: #fff;
}
.block-filter--tree-2 > li:has(.block-filter--tree-3):not(:has(.block-filter--treeitem-dir__close)) .block-filter--tree-3 .block-filter--treeitem-name span:hover {
  background: #c0a951;
  color: #fff;
  border: 1px solid #c0a951;
}
body[class*="page-contact"] .u-sp {
  display: none;
}
body[class*="page-contact"] .block-inquiry {
  width: 800px;
}
body[class*="page-contact"] .inquiry_faq_btn {
  border-width: 2px;
  font-size: 18px;
}
body[class*="page-contact"] .block-inquiry h2 {
  font-size: 24px;
}
body[class*="page-contact"] .block-contact {
  margin-bottom: 65px;
}
body[class*="page-contact"] .c-border-link {
  border: 6px solid #000;
  display: block;
  font-size: 19px;
  text-align: center;
  width: 305px;
  margin: 50px auto 0;
  padding: 19px 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 4px 0 #000;
          box-shadow: 0 2px 4px 0 #000;
}
body[class*="page-contact"] .c-border-link img {
  margin-right: 20px;
}
body[class*="page-contact"] .c-contentbox__txt03 {
  margin-top: 40px;
  font-size: 14px;
}
body[class*="page-contact"] .c-contentbox__txt03+.c-contentbox__txt03 {
  margin-top: 20px;
}
body[class*="page-contact"] .c-border-txt02 {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin: 50px 0 10px;
}
body[class*="page-contact"] .c-maker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body[class*="page-contact"] .c-maker-list > div {
  width: 48%;
  position: relative;
  padding-left: 25px;
  margin: 10px 0 10px;
}
body[class*="page-contact"] .c-maker-list__item {
  font-size: 18px;
}
body[class*="page-contact"] .c-maker-list__item--dt {
  font-weight: bold;
  letter-spacing: -1px;
}
body[class*="page-contact"] .c-maker-list__item--dt::before {
  content: "";
  width: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background-color: #c0a951;
}
body[class*="page-contact"] .fieldset .form-label {
  padding: 35px 10px 35px 15px;
  vertical-align: middle;
}
body[class*="page-contact"] .block-inquiry--inquiry-body .form-label {
  padding-top: 35px;
}
body[class*="page-contact"] .block-inquiry--inquiry-body .constraint {
  padding-top: 5px;
}
.gc_container {
  padding: 40px 0 80px;
}
.gc_container + .gc_container {
  border-top: 1px solid #dedede;
}
h2.gc_h2 {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  text-align: left;
}
h3.gc_h3 {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  text-align: left;
}
p.gc_commnt {
  margin: 30px 0;
  font-size: 14px;
  line-height: 2;
}
p.gc_commnt + p.gc_commnt {
  margin: 20px 0;
}
.gc_img {
  width: 100%;
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gc_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 10px;
}
.gc_img + h3.gc_h3 {
  margin: 40px 0 0;
}
.gc_img + h3.gc_h3 + .gc_img {
  margin: 30px 0 0;
}
.gc_img + p.gc_commnt {
  margin: 15px 0;
}
.block-goods-list--display-style-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
}
.block-goods-list--display-style-items dt {
  font-weight: 600;
  font-size: 16px;
}
.block-goods-list--display-style-items dd {
  font-size: 14px;
}
h1.block-category-list--header,
h1.block-genre-page--header,
h1.block-event-page--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "BIZ UDPMincho", serif;
}
.genre_brand h1.block-genre-page--header {
  gap: 5px;
}
.genre_brand h1.block-genre-page--header:before {
  content: "brand";
  text-transform: uppercase;
  font-size: 10px;
  color: #c0a951;
}
.page-category .block-top-event--goods {
  margin-bottom: 80px;
}
.block-category-list--event {
  margin-top: 120px;
}
.block-top-event--header {
  margin: 130px auto 40px;
  font-family: "BIZ UDPMincho", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.block-top-event--header:after {
  content: none;
}
.block-thumbnail-t {
  width: 100%;
}
.block-thumbnail-t .variation-name {
  display: none;
}
.block-thumbnail-t li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 22px;
  margin-bottom: 15px;
}
.block-thumbnail-t li > a {
  display: block;
  text-decoration: none;
}
.block-thumbnail-t.block-thumbnail-u {
  margin: 0 -8px;
}
.block-thumbnail-t.block-thumbnail-u li {
  width: calc(100% / 5);
  width: -webkit-calc(100% / 5);
  padding: 0 8px;
  margin-bottom: 40px;
}
.block-thumbnail-t.block-thumbnail-v {
  margin: 0 -6px;
}
.block-thumbnail-t.block-thumbnail-v li {
  width: calc(100% / 6);
  width: -webkit-calc(100% / 6);
  padding: 0 6px;
  margin-bottom: 30px;
}
.pane-right-menu .block-thumbnail-t li,
.pane-goods-footer .block-thumbnail-t li {
  width: calc(100% / 6);
  width: -webkit-calc(100% / 6);
}
.block-thumbnail-t--goods {
  width: 100%;
  margin: 0;
}
.block-thumbnail-t--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-thumbnail-t--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover .block-thumbnail-t--goods-image figure img {
  opacity: 0.9;
}
a:hover .block-ranking-r--goods-image figure img {
  opacity: 0.9;
}
a:hover .block-thumbnail-h--goods-image figure img {
  opacity: 0.9;
}
.block-thumbnail-t--goods a {
  color: #000;
  text-decoration: none;
}
.block-thumbnail-t--goods-description {
  margin-top: 12px;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price {
  font-weight: normal;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.1em;
}
.block-ranking-r--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.block-ranking-r--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-ranking-r--goods-image figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-ranking-r--rank {
  width: 32px;
  height: 32px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  top: 10px;
  left: 10px;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
}
.block-ranking-r--goods-rank-1 .block-ranking-r--rank {
  color: #fff;
  background: #c0a951;
  border: none;
}
.block-ranking-r--goods-rank-2 .block-ranking-r--rank {
  color: #fff;
  background: #808080;
  border: none;
}
.block-ranking-r--goods-rank-3 .block-ranking-r--rank {
  color: #fff;
  background: #956949;
  border: none;
}
.block-ranking-r--goods a {
  text-decoration: none;
}
.block-ranking-r--goods-description {
  margin-top: 14px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-ranking-r--goods-description .block-ranking-r--rank {
  display: table-cell;
  width: 2.5em;
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.block-ranking-r--goods-description .block-ranking-r--rank:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: 3em;
  background-color: #444;
}
.block-ranking-r--goods-description .block-ranking-r--goods {
  display: table-cell;
}
.block-ranking-r--goods-description .block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-ranking-r--goods-description .variation-name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-ranking-r--goods-description .block-icon {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.block-ranking-r--goods-description .block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price {
  font-weight: normal;
}
.block-ranking-r--price-items:has(.default-price) .block-ranking-r--price {
  color: #e21836;
  font-weight: bold;
}
.block-ranking-r-t--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.block-ranking-r--scomment {
  color: #cc3302;
}
.block-thumbnail-h {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.block-thumbnail-h li {
  width: 190px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 6px;
}
.block-thumbnail-h .variation-name {
  display: none;
}
.block-goods-detail-j--items li {
  margin: 10px 0 0 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.block-ranking-r {
  width: 100%;
  overflow: hidden;
}
.block-ranking-r ul {
  margin: 0;
  display: block;
}
.block-ranking-r ul li {
  margin: 10px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
}
.block-ranking-r li > a {
  margin-left: 0;
  text-decoration: none;
}
.block-ranking-r li > a:first-of-type {
  margin-left: 0;
}
.block-ranking-r .variation-name {
  display: none;
}
.block-goods-detail-j--goods,
.block-ranking-r--goods {
  width: auto;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  border-radius: 6px;
}
.block-goods-detail-j--goods a,
.block-ranking-r--goods a {
  text-decoration: none;
}
.block-thumbnail-h--goods {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  border-radius: 6px;
}
.block-thumbnail-h--goods a {
  text-decoration: none;
}
.block-thumbnail-h--goods-image,
.block-goods-detail-j--goods-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.block-thumbnail-h--goods-image figure,
.block-goods-detail-j--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.block-thumbnail-h--goods-image figure img,
.block-goods-detail-j--goods-image figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-goods-detail-j--goods-description {
  margin-top: 12px;
}
.block-goods-detail-j--goods-description .variation-name {
  display: none;
}
.block-thumbnail-h--goods-description {
  margin: 0;
  padding: 20px;
}
.block-thumbnail-h--goods-description .variation-name {
  display: none;
}
.block-thumbnail-h--goods {
  position: relative;
  padding: 0 0 60px !important;
}
.block-ranking-r--goods,
.block-goods-detail-j--goods {
  position: relative;
  padding: 30px 0 60px !important;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price {
  font-weight: normal;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt,
.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt,
.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  font-size: 16px;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  margin-top: 3px;
  text-align: left;
  letter-spacing: 0.1em;
}
.block-pickup-list-p--price {
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.block-pickup-list-p--price-items:has(.default-price) .block-pickup-list-p--price {
  color: #e21836;
  font-weight: bold;
}
.block-pickup-list-p--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}
.block-thumbnail-h--scomment,
.block-goods-detail-j--scomment {
  color: #cc3302;
}
.goodsList_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 25px;
  margin: 60px 0 20px;
}
.block-goods-list--sort-order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  white-space: nowrap;
}
.block-thumbnail-h--price,
.block-goods-detail-j--price {
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.block-thumbnail-h--price-items:has(.default-price) .block-thumbnail-h--price {
  color: #e21836;
  font-weight: bold;
}
.block-thumbnail-h--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}
.block-goods-detail-j--price-items:has(.default-price) .block-goods-detail-j--price {
  color: #e21836;
  font-weight: bold;
}
.block-goods-detail-j--default-price.default-price {
  font-size: 12px;
  font-weight: 400;
}
.block-thumbnail-t--goods-description .block-icon--comment1,
.block-ranking-r--goods-description .block-icon--comment1,
.block-thumbnail-h--goods-description .block-icon--comment1,
.block-pickup-list-p--item-description .block-icon--comment1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  height: 20px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: none;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: none;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}
.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: none;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}
.block-jscart .block-jscart--items {
  display: none;
}
.pane-right-menu {
  width: 100%;
}
.block-recent-item,
#goodsdetail_itemhistory {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
}
.block-recent-item:before,
#goodsdetail_itemhistory:before,
.block-recent-item:after,
#goodsdetail_itemhistory:after {
  content: "";
  display: block;
  height: 100%;
  width: calc(100vw - 1200px);
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
}
.block-recent-item:before,
#goodsdetail_itemhistory:before {
  left: calc(1200px - 100vw);
}
.block-recent-item:after,
#goodsdetail_itemhistory:after {
  right: calc(1200px - 100vw);
}
.block-recent-item:not(:has(.block-thumbnail-h)),
#goodsdetail_itemhistory:not(:has(.block-thumbnail-h)) {
  display: none;
}
.block-recent-item--keep-history {
  padding-bottom: 60px;
}
.block-goods-list--display-style-items > select,
.block-goods-list--sort-order-items > select {
  width: auto;
  height: auto;
  padding: 8px 10px;
  font-size: 14px;
  border-bottom: none;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  position: relative;
  background-image: url("/img/usr/common/icons/arrow_delta.png");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 10px center;
}
.block-goods-list--display-style-items > select::-ms-expand,
.block-goods-list--sort-order-items > select::-ms-expand {
  display: none;
}
.sort_title {
  font-size: 16px;
  font-weight: 600;
}
.block-goods-list--pager-top,
.block-goods-list--pager-bottom {
  width: 100%;
  margin: 0;
  padding: 0;
}
.block-goods-list--pager-top.pager,
.block-goods-list--pager-bottom.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-goods-list--pager-bottom {
  margin-top: 100px;
}
.pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.pager-scope {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
}
.pager-total {
  display: block;
  margin: 40px auto 0 0;
  padding: 0;
}
.pager-total .pager-count {
  font-size: 14px;
}
.pager-total .pager-count span {
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 2px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.pagination > * {
  border: unset;
}
.pagination > li {
  width: 31px;
  height: 31px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.pagination > li.pager-current span {
  color: #000;
  border: none;
}
.pagination a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination > .disabled {
  color: #777;
}
.pagination span,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  width: 31px;
  height: 31px;
  border-radius: 6px;
}
.pager-previous a,
.pager-first a,
.pager-next a,
.pager-last a {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.pager-previous a:before,
.pager-previous a:after,
.pager-first a:before,
.pager-first a:after,
.pager-next a:before,
.pager-next a:after,
.pager-last a:before,
.pager-last a:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 31px;
  height: 31px;
}
.pager-first a:before {
  background-image: url("/img/usr/common/icons/icon_pager__last.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center center;
}
.pager-first a:after {
  content: none;
}
.pager-previous a:before {
  background-image: url("/img/usr/common/icons/icon_pager__next.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center center;
}
.pager-previous a:after {
  content: none;
}
.pager-next a:before {
  background-image: url("/img/usr/common/icons/icon_pager__next.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pager-next a:after {
  content: none;
}
.pager-last a:before {
  background-image: url("/img/usr/common/icons/icon_pager__last.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pager-last a:after {
  content: none;
}
.block-pickup-list-p {
  width: 100%;
  margin: 0 auto;
}
.block-pickup-list-p li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
.block-pickup-list-p .block-list-add-cart-btn {
  display: none;
}
.block-pickup-list-p--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 30px) / 2);
  margin: 0;
}
.block-pickup-list-p--image {
  width: 142px;
}
.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}
.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 0;
}
.block-pickup-list-p--item-description .variation-name {
  display: none;
}
.block-pickup-list-p--item-description .block-icon {
  margin-top: 10px;
}
.block-thumbnail-t--goods-description,
.block-ranking-r--goods-description,
.block-thumbnail-h--goods-description,
.block-pickup-list-p--item-description,
.block-goods-detail-j--goods-description {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.block-thumbnail-t--goods-description > div,
.block-ranking-r--goods-description > div,
.block-thumbnail-h--goods-description > div,
.block-pickup-list-p--item-description > div,
.block-goods-detail-j--goods-description > div {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.block-thumbnail-t--goods-description [class$="--goods-name"],
.block-ranking-r--goods-description [class$="--goods-name"],
.block-thumbnail-h--goods-description [class$="--goods-name"],
.block-pickup-list-p--item-description [class$="--goods-name"],
.block-goods-detail-j--goods-description [class$="--goods-name"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-thumbnail-t--goods-description .block-icon,
.block-ranking-r--goods-description .block-icon,
.block-thumbnail-h--goods-description .block-icon,
.block-pickup-list-p--item-description .block-icon,
.block-goods-detail-j--goods-description .block-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.block-thumbnail-t--goods-description [class$="--comment"],
.block-ranking-r--goods-description [class$="--comment"],
.block-thumbnail-h--goods-description [class$="--comment"],
.block-pickup-list-p--item-description [class$="--comment"],
.block-goods-detail-j--goods-description [class$="--comment"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.block-thumbnail-t--goods-description [class$="--price-infos"],
.block-ranking-r--goods-description [class$="--price-infos"],
.block-thumbnail-h--goods-description [class$="--price-infos"],
.block-pickup-list-p--item-description [class$="--price-infos"],
.block-goods-detail-j--goods-description [class$="--price-infos"] {
  font-family: "BIZ UDPMincho", serif;
}
.block-thumbnail-t--goods-description [class$="--price-infos"]:has(.default-price) .price,
.block-ranking-r--goods-description [class$="--price-infos"]:has(.default-price) .price,
.block-thumbnail-h--goods-description [class$="--price-infos"]:has(.default-price) .price,
.block-pickup-list-p--item-description [class$="--price-infos"]:has(.default-price) .price,
.block-goods-detail-j--goods-description [class$="--price-infos"]:has(.default-price) .price {
  color: #e21836;
  font-weight: bold;
}
.block-thumbnail-t--goods-description [class$="--price-infos"] .default-price,
.block-ranking-r--goods-description [class$="--price-infos"] .default-price,
.block-thumbnail-h--goods-description [class$="--price-infos"] .default-price,
.block-pickup-list-p--item-description [class$="--price-infos"] .default-price,
.block-goods-detail-j--goods-description [class$="--price-infos"] .default-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 10px;
}
.block-thumbnail-t--goods-description [class$="--price-infos"] .net-price,
.block-ranking-r--goods-description [class$="--price-infos"] .net-price,
.block-thumbnail-h--goods-description [class$="--price-infos"] .net-price,
.block-pickup-list-p--item-description [class$="--price-infos"] .net-price,
.block-goods-detail-j--goods-description [class$="--price-infos"] .net-price {
  font-size: 12px;
}
.block-thumbnail-t--goods-description [class$="--price"],
.block-ranking-r--goods-description [class$="--price"],
.block-thumbnail-h--goods-description [class$="--price"],
.block-pickup-list-p--item-description [class$="--price"],
.block-goods-detail-j--goods-description [class$="--price"] {
  color: #000;
  font-size: 16px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.block-thumbnail-t--goods-description .variation-name,
.block-ranking-r--goods-description .variation-name,
.block-thumbnail-h--goods-description .variation-name,
.block-pickup-list-p--item-description .variation-name,
.block-goods-detail-j--goods-description .variation-name {
  display: none;
}
.block-thumbnail-t--price,
.block-ranking-r--price,
.block-thumbnail-h--price,
.block-pickup-list-j--price {
  color: #000;
  font-size: 16px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.block-thumbnail-t--price.price,
.block-ranking-r--price.price,
.block-thumbnail-h--price.price,
.block-pickup-list-j--price.price {
  font-weight: bold;
}
.block-thumbnail-t--goods-image figure,
.block-ranking-r--goods-image figure,
.block-thumbnail-h--goods-image figure,
.block-pickup-list-j--goods-image figure {
  aspect-ratio: 1/1;
}
form#noshisettingfrm ul[class$="-select"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
  margin: 30px 0;
}
form#noshisettingfrm ul[class$="-select"] li {
  margin: 0;
}
form#noshisettingfrm ul[class$="-select"] li label {
  margin: 0;
}
.page-goods .block-goods-qty{
  order:40;
  margin-bottom: 20px;
}
.block-goods-detail select {
  min-width: 100px !important;
}
