﻿@charset "UTF-8";

/* 2023/1/19 更新 メイン・サムネール画像の位置指定追加*/
/* 2022/10/06 更新 ショップ検索　カカオフルーツジュース*/
/* 2022/03/28 更新 */
/* 2022/01/07 更新 */

/* 2021/12/24 更新 */
body > img{
  display: none;
}

/* 2021/12/1 更新 */
/* 2021/11/24 更新 */
/* 2021/11/8 更新 - New LOGO*/
/* 2021/10/25 更新 - Shop検索 バナー追加*/

/* 2021/08/14 更新 */
/* グローバルメニュー改修 Drink対応 */

/* 2021/06/15 18:31更新 */

/*　フォントファミリー　*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*　字間指定　*/
  font-feature-settings: "palt";
  letter-spacing: .8px;
}

/*　太字の指定　*/
b, strong, .bold{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}


.wrapper {
  background: #fff;
}

.pane-globalnav {
  position: relative;
  background-color: #421f1b;
  color: #fff;
}

.pane-header {
  background: #000;
  position: relative; /* 2021/12/24 更新 */
}

.pane-left-menu {
  width: 100%;
  margin: 0;
}
.page-goodspreview .pane-left-menu,
.page-goods .pane-left-menu {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
#welcomeMessage {
  padding: 0.5em 4%;
  color: #d3ae53;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#welcomeMessage #linkLogout{
  font-size: 11px;
  padding-left: 10px;
}
#welcomeMessage #linkLogout a{
  font-size: 11px;
  font-weight: normal;
  color: #444;
  text-decoration: underline;
}
.page-goodspreview .pane-left-menu #welcomeMessage,
.page-goods .pane-left-menu #welcomeMessage{
  padding: 0.5em 0;
}
@media (max-width: 1199px) {
.page-goodspreview .pane-left-menu,
.page-goods .pane-left-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.page-goodspreview .pane-left-menu #welcomeMessage,
.page-goods .pane-left-menu #welcomeMessage{
  padding: 0.5em 4%;
}

}
.pane-right-menu {
  display: block !important;
  width: 100%;
  margin: 0 auto;
}
.page-top #block_of_itemhistory {
  display: none;
}
.page-genre #block_of_categorytree,
.page-category #block_of_categorytree,
.page-goods #block_of_categorytree {
  display: none;
}

.pane-footer {
  background: #000;
  position: relative; /* 2021/12/24 更新 */
}

.pane-topic-path {
  background-color: #f5f5f5;
}

.pane-order-header {
  border-bottom: 2px solid #666;
}

.pane-order-contents {
  border: 1px solid #eee;
}

.pane-landingpage-contents {
  background: #eee;
  border: 1px solid #eee;
}

.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 900px;
  margin: 0 auto;
}


/* .page-top .bx-viewport {
  height: 38.52243vw !important;
} */
.bx-wrapper img {
  width: 100%;
}

.block-gift-btn {
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 10px;
}
.block-gift-btn a {
  width: 135px;
  height: 45px;
  background-color: #c11233;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  text-decoration: none;
}
.block-gift-btn a:after {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url(../../img/usr/ui/icon-gift-n.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  border-left: 1px solid #707070;
}




/* ----全体レイアウト---- sys/layout.css overwrite */
.container {
  width: 100%;
  margin: 0 auto;
}
.pane-header .container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  justify-content: flex-end;
  position: relative;
}
.pane-globalnav {
  width: 100%;
  z-index: 9990;
}
.js-dynamic-category {
  display: none;
}
.pane-contents {
  width: 100%;
  overflow: hidden;
  min-height: auto;
  padding: 0;
  position: relative; /* 2021/12/24 更新 */
}

.pane-contents .container {
  display: block;
}
@media (max-width: 1199px) {
  .pane-header .container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-end;
    height: 70px;
  }
}

/* sys/block_common.css overwrite */
.block-top-topic{
  position: relative; /* 2021/12/24 更新 */
  background-color: #fff; /* 2021/12/24 更新 */
}

.block-top-topic--body {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.block-top-topic--items {
  max-width: 1200px;
  margin: 0 auto;
}
.block-top-topic--items li {
  padding: 10px 0;
  text-align: center;
  border-bottom: none;
}
.block-top-topic--items li {
    padding: 10px 0;
    text-align: center;
    border-bottom: none;
    font-size: 12px;
}
.block-top-topic--items li a {
  padding-left: 14px;
  background-image: url(../../img/usr/ui/arrow_gold_right.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
}

/*.block-breadcrumb {
  padding: 0.7em 0;
  font-size: 18px;
  color: #666666;
}*/

.block-breadcrumb--body {
  max-width: 1200px;
  margin: 0 auto;
}

.block-breadcrumb {
    padding: 0.5em 0;
    font-size: 13px;
    color: #666666;
    position: relative; /* 2021/12/24 更新 */
    background-color: #fff; /* 2021/12/24 更新 */
}

@media (max-width: 1199px) {
  .block-top-topic--items li {
    padding: 10px 1em;
    text-align: left;
  }
  .block-top-topic--items li {
    padding: 5px 0;
    text-align: center;
    border-bottom: none;
    font-size: 12px;
  }
  .block-top-topic--items li a {
    padding-left: 1em;
    text-indent: -0em;
    display: inline-block;
  }
  .block-breadcrumb--body {
    padding: 0.3em 4%;
  }
}


.pane-block--subtitle {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
}

.block-filter--header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
  font-weight: bold;
  background-image: url(../../img/usr/ui/block-filter-bg.png);
  background-repeat: no-repeat;
}
.block-filter--header:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}


.block-filter--list-inner-label {
  background-color: #d5af4a;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-weight: bold;
  font-size: 18px;/*font-size: 20px;*/
  color: #402021;/*2020/10/05*/
}


.block-filter--list-inner-accordion--title {
  font-size: 18px;
  /* margin-top: 0.5em; */
  font-weight: bold;
}

.block-filter--list-inner-accordion {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1em 38px;/*padding: 0.5em 38px;*/
}

.block-filter--list-inner-accordion--box {
  display: flex;
  margin-bottom: 0.5em;
}
.block-filter--list-inner-accordion--box .block-filter-option-items {
  width: 16%;
}

.block-filter--list-inner-accordion--box .block-filter-option-items input[type="checkbox"] {
  border-color: #d5af4a;
}

.block-filter--btn-box {
  margin-top: 3em;
  text-align: center;
}
.block-filter--btn-box button {
  border: none;
  background-color: transparent;
  padding: 0;
}

@media (max-width: 1199px) {
  .block-filter--header {
    background-size: 26.811594203% auto;
    background-position: left bottom;
  }
  .block-filter--form {
    padding: 0 4%;
  }
  .block-filter--list-inner {
    margin-bottom: 1em;
  }
  .block-filter--list-inner-accordion--box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .block-filter--list-inner-accordion--box .block-filter-option-items {
    width: 100%;
  }
  .block-filter--list-inner-label {
    height: 50px;
    justify-content: space-between;
    padding: 0 5%;
    font-size: 18px;/*font-size: 3.9vw;*/
  }
  /* .block-filter--list-inner-label:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../img/usr/ui/white_minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .block-filter--close .block-filter--list-inner-label:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../img/usr/ui/white_plus.svg);
  } */
  .block-filter--form .block-filter--list .block-filter--list-inner-accordion {
    display: block;
  }
}

/* sys/block_goods.css overwrite */

/* ----トップページイベント表示---- */
.block-top-event--header {
  border-top: none;
}
.block-top-event--header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
  font-weight: bold;
}
.block-top-event--header:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.block-top-event--btn {
}
.block-top-event--btn {
  margin-top: 2em!important;
  /*margin-top: 3em;*/
  overflow: auto;
}
.block-top-event--btn a {
  width: 300px;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
  position: relative;
  background-color: #fff;
  text-decoration: none;
}
.block-top-event--btn a:after {
  content: '';
  width: 6px;
  height: 12px;
  background-image: url(../../img/usr/ui/arrow_gold_right.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
.block-top-event--btn a {
    margin: 0 auto 30px;
}
}


/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1200px;
  justify-content: space-between;
}

.block-thumbnail-t--goods {
  width: 372px;
  margin-bottom: 1em;
  margin-left: 0;
  position: relative;
  padding-bottom: 70px;
}
.block-goods-list .block-thumbnail-t--goods {
  width: 276px;
  position: relative;
  padding-bottom: 60px;
}

.block-thumbnail-t.block-goods-list li:before{
  content:"";
  display:block;
  width: 276px;
  height:0;
  order:1;
}
.block-thumbnail-t.block-goods-list li:after{
  content:"";
  display:block;
  width: 276px;
  height:0;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
  border: 1px solid #d5af4a;
  background: none;
  border-radius: 10px;
  overflow: hidden;
}

.block-thumbnail-t--goods a {
  color: #000;
  /* text-decoration: underline; */
  font-weight: bold;
}
.block-ranking-r--items .block-ranking-r--goods-image img {
  width: 100%;
}

.block-thumbnail-t--goods-description {
  margin-top: 20px;
}
.block-thumbnail-t--goods-name {
  min-height: 3em;
}

.block-thumbnail-t--price-items {
  min-height: 3em;
}
.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 {
  text-align: left;
}

.block-thumbnail-t--goods .price {
  color: #d3ae53;
  font-weight: bold
}
.block-thumbnail-t--goods span {
  color: #d3ae53;
  font-weight: normal;
  text-align: left;
}
.block-thumbnail-t--btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.block-thumbnail-t--btn a {
  width: 196px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .block-thumbnail-t--goods-image figure {
    position: relative;
  }
}

@media (max-width: 1199px) {
  .block-thumbnail-t li {
    padding: 0 4%;
    justify-content: space-around;
  }
  .block-thumbnail-t--goods {
    width: 47.826086957%;
    margin-left: 0;
  }
  .block-thumbnail-t--goods-image figure {
    width: 100%;
  }

  /* 2021/05/31 10:50更新 NEMOTO */
  .block-thumbnail-t--btn a {
    width: 94%;/*width: 84%;*/
    height: auto;
    font-size: 14px;/*font-size: 2vw;*/
    padding: 0.6em 0.3em; /*padding: 0.6em 0.6em;*/
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
  }
  .block-goods-list .block-thumbnail-t--goods {
    width: 47.826086957%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .block-thumbnail-t.block-goods-list li:before{
    content:"";
    display:block;
    width: 47.826086957%;
    height:0;
    order:1;
  }
  .block-thumbnail-t.block-goods-list li:after{
    content:"";
    display:block;
    width: 47.826086957%;
    height:0;
  }
}
@media (max-width: 767px) {
  .block-goods-list .block-thumbnail-t--goods {
    width: 47.826086957%;
    margin-left: 0;
    padding-top: 8.5vw;
  }
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking--header {
}
.block-ranking--goods {
  padding-bottom: 50px;
}
.block-ranking-r li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
}
.block-ranking-r--goods {
  width: 372px;
  flex-basis: auto;
  margin-left: 0;
  position: relative;
  padding-bottom: 60px;
}
.block-goods-list--ranking .block-ranking-r--goods{
  width: 224px;
}
.block-ranking-r--goods .block-ranking-r--rank-1 img,
.block-ranking-r--goods .block-ranking-r--rank-2 img,
.block-ranking-r--goods .block-ranking-r--rank-3 img {
  width: auto;
  height: 3em;
}
.block-ranking-r--goods .block-ranking-r--rank-4 img,
.block-ranking-r--goods .block-ranking-r--rank-5 img,
.block-ranking-r--goods .block-ranking-r--rank-6 img,
.block-ranking-r--goods .block-ranking-r--rank-7 img,
.block-ranking-r--goods .block-ranking-r--rank-8 img,
.block-ranking-r--goods .block-ranking-r--rank-9 img,
.block-ranking-r--goods .block-ranking-r--rank-10 img,
.block-ranking-r--goods .block-ranking-r--rank-11 img,
.block-ranking-r--goods .block-ranking-r--rank-12 img,
.block-ranking-r--goods .block-ranking-r--rank-13 img,
.block-ranking-r--goods .block-ranking-r--rank-14 img,
.block-ranking-r--goods .block-ranking-r--rank-15 img,
.block-ranking-r--goods .block-ranking-r--rank-16 img,
.block-ranking-r--goods .block-ranking-r--rank-17 img,
.block-ranking-r--goods .block-ranking-r--rank-18 img,
.block-ranking-r--goods .block-ranking-r--rank-19 img,
.block-ranking-r--goods .block-ranking-r--rank-20 img,
.block-ranking-r--goods .block-ranking-r--rank-21 img,
.block-ranking-r--goods .block-ranking-r--rank-22 img,
.block-ranking-r--goods .block-ranking-r--rank-23 img,
.block-ranking-r--goods .block-ranking-r--rank-24 img,
.block-ranking-r--goods .block-ranking-r--rank-25 img,
.block-ranking-r--goods .block-ranking-r--rank-26 img,
.block-ranking-r--goods .block-ranking-r--rank-27 img,
.block-ranking-r--goods .block-ranking-r--rank-28 img,
.block-ranking-r--goods .block-ranking-r--rank-29 img,
.block-ranking-r--goods .block-ranking-r--rank-30 img {
  width: auto;
  height: 2.18em;
  margin-top: 0.82em;
}
.block-goods-list--ranking .block-ranking-r--goods .block-ranking-r--rank {
  height: 4em;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .block-goods-list--ranking .block-ranking-r--goods-rank-6 {
    display: none;
  }
}
.block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
  border: 1px solid #d5af4a;
  background: none;
}
.block-ranking-r--goods a {
  font-weight: bold;
  text-decoration: none;
}
.block-ranking-r--goods-description {
  margin-top: 20px;
}

.block-ranking-r--goods-name {
  min-height: 3em;
}

.block-ranking-r--price-items {
  min-height: 3em;
}

.block-ranking-r--goods .price {
  font-weight: bold;
}
.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 {
  text-align: left;
}
.block-ranking-r--goods .price {
  color: #d3ae53;
  font-weight: bold
}
.block-ranking-r--goods span {
  color: #d3ae53;
  font-weight: normal;
}

.block-ranking-r--btn {
  width: 100%;
  margin-bottom: 3em;
}
.block-ranking-r--btn a {
  width: 196px;
  height: 40px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  text-align: left;
}

/* ランキングアイコン */
@media (min-width: 1200px) {
.block-ranking-r--goods-image {
  position: relative;
}
}
.block-ranking-r--goods .block-ranking-r--rank {
  text-align: center;
}

@media (max-width: 1199px) {
  .block-ranking-r li {
    padding: 0 4%;
    justify-content: space-around;
  }
  .block-ranking-r--goods {
    width: 47.826086957%;
    margin-left: 0;
  }
  .block-ranking-r--goods-image {
    margin-top: 7vw;
  }
  .block-ranking-r--goods-image figure {
    width: 100%;
  }
  .block-ranking-r--goods .block-ranking-r--rank {
    height: 3em;
    margin-bottom: 0.4em;
  }
  .block-ranking-r--goods .block-ranking-r--rank-1 img,
  .block-ranking-r--goods .block-ranking-r--rank-2 img,
  .block-ranking-r--goods .block-ranking-r--rank-3 img {
    width: auto;
    height: 3em;
  }
  .block-ranking-r--goods .block-ranking-r--rank-4 img,
  .block-ranking-r--goods .block-ranking-r--rank-5 img,
.block-ranking-r--goods .block-ranking-r--rank-6 img,
.block-ranking-r--goods .block-ranking-r--rank-7 img,
.block-ranking-r--goods .block-ranking-r--rank-8 img,
.block-ranking-r--goods .block-ranking-r--rank-9 img,
.block-ranking-r--goods .block-ranking-r--rank-10 img,
.block-ranking-r--goods .block-ranking-r--rank-11 img,
.block-ranking-r--goods .block-ranking-r--rank-12 img,
.block-ranking-r--goods .block-ranking-r--rank-13 img,
.block-ranking-r--goods .block-ranking-r--rank-14 img,
.block-ranking-r--goods .block-ranking-r--rank-15 img,
.block-ranking-r--goods .block-ranking-r--rank-16 img,
.block-ranking-r--goods .block-ranking-r--rank-17 img,
.block-ranking-r--goods .block-ranking-r--rank-18 img,
.block-ranking-r--goods .block-ranking-r--rank-19 img,
.block-ranking-r--goods .block-ranking-r--rank-20 img,
.block-ranking-r--goods .block-ranking-r--rank-21 img,
.block-ranking-r--goods .block-ranking-r--rank-22 img,
.block-ranking-r--goods .block-ranking-r--rank-23 img,
.block-ranking-r--goods .block-ranking-r--rank-24 img,
.block-ranking-r--goods .block-ranking-r--rank-25 img,
.block-ranking-r--goods .block-ranking-r--rank-26 img,
.block-ranking-r--goods .block-ranking-r--rank-27 img,
.block-ranking-r--goods .block-ranking-r--rank-28 img,
.block-ranking-r--goods .block-ranking-r--rank-29 img,
.block-ranking-r--goods .block-ranking-r--rank-30 img {
    width: auto;
    height: 2.18em;
    margin-top: 0.82em;
  }
  .block-ranking-r--btn a {
    width: 84%;/*width: 54%;*/
    height: auto;
    font-size: 14px;/*font-size: 2vw;*/
    padding: 0.6em 0.6em;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
  }
  .block-goods-list--ranking .block-ranking-r--goods{
    width: 47.826086957%;
    margin-left: 0;
  }
}

/* ----商品一覧アイコン共通---- */ /* 2021/06/15 18:31更新 NEMOTO */
.block-top-event .block-icon,
.block-ranking-r .block-icon,
.block-category-list .block-icon,
.block-top-event--goods .block-icon {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 98%;
}
.block-top-event .block-icon img,
.block-ranking-r .block-icon img,
.block-category-list .block-icon img,
.block-top-event--goods .block-icon img
 {
  width: 20.430107527%;
}

/* ----カテゴリーツリー---- */
.block-category-tree {
  width: 100%;
  background-color: #f5efe4;
  padding-top: 65px;
  padding-bottom: 87px;
}
.block-category-tree--header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 65px;
  position: relative;
  padding-bottom: 30px;
  font-weight: bold;
}
.block-category-tree--header:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block-category-tree--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.block-category-tree--items:before{
  content:"";
  display:block;
  width: 291px;
  height:0;
  order:1;
}
.block-category-tree--items:after{
  content:"";
  display:block;
  width: 291px;
  height:0;
}
.block-category-tree--item__open,
.block-category-tree--item {
  width: 291px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 12px;
  border-top: none;
  font-size: 16px;/* 2020/10/14 */
}
.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  justify-content: center;
  position: relative;
}
.block-category-tree--item__open a figure,
.block-category-tree--item a figure {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .block-category-tree {
    padding: 3em 4%;
  }
  .block-category-tree--item__open,
  .block-category-tree--item {
    width: 49.420289855%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .block-ranking-r .block-icon {
    top: 4.6em;
  }
}
@media (max-width: 767px) {
  .block-category-tree--item__open,
  .block-category-tree--item {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 4%;
    margin-bottom: 12px;
  }
  .block-category-tree--item__open a, .block-category-tree--item a, .block-category-tree--item > span {
    padding-left: 18%;
    justify-content: flex-start;
    word-wrap: break-word;
  }
  .block-category-tree--image {
    width: 15%;
    height: auto;
    margin-right: 3%;
  }
  .block-top-event .block-icon img,
  .block-ranking-r .block-icon img,
  .block-category-list .block-icon img {
    width: 30%;
  }
  .block-ranking-r .block-icon {
    top: 3.3em;
  }
}
/* ----絞り込み検索---- */
.block-filter {
  max-width: 1200px;
  margin: 0 auto 96px;
}
@media (min-width: 1200px) {
  .block-filter--close .block-filter--list-inner-accordion {
    display: block;
  }
  #frmFilterList .block-filter--list-inner-accordion {
    display: flex;
  }
  #frmFilterList .block-filter-option-items {
    display: flex;
    align-items: center;
    margin-right: 0.5em;
  }
}

/* パンくず */
.pane-topic-path {
  background-color: #fff;
  border-bottom: 1px solid #dbb15e;/*20201005*/
}
.pane-topic-path a {
  text-decoration: none;
}

/* 最近見た商品 */
.block-recent-item {
  width: 100%;
}
.block-recent--goods {
  max-width: 815px; /*width: 1200px;*//* 2021/11/24 更新 */
  margin: 0 auto 40px; /* margin: 0 auto;  2020/10/14*/
}
.block-recent--items {
}
.block-recent--items li {
  width: 151px;
  padding-bottom: 10px;/* 2021/11/24 更新 */
}
.block-recent--items li figure {
  width: 137px;
  border: 1px solid #d5af4a;
  margin-right: 12px;
}
.block-recent--goods .bx-wrapper {
  border: none;
  box-shadow: none;
}
.block-recent--goods .bx-wrapper .bx-prev {
  left: -40px;
  width: 24px;
  height: 46px;
  background-image: url(../../img/usr/ui/btn_prev.png);
  background-position: left center;
  margin-top: -23px;
}
.block-recent--goods .bx-wrapper .bx-next {
  right: -40px;
  width: 24px;
  height: 46px;
  background-image: url(../../img/usr/ui/btn_next.png);
  background-position: left center;
  margin-top: -23px;
}

/* タグリスト */
.block-tag--box {
  width: 1200px;
  margin: 2em auto;
}
.block-tag--items {
  display: flex;
  flex-wrap: wrap;
}
.block-tag--items li {
  border: 1px solid #ec9f00;
  border-radius: 19px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.block-tag--items li a {
  color: #ec9f00;
}
@media (max-width: 1199px) {
  .block-tag--box {
    width: 100%;
    padding: 0 4%;
  }
}

/* 下層メインビジュアル */
.block-mv {
  background: #f5efe4;
  display:table;
  width: 100%;
  min-height: 240px;
  position: relative;
}

.block-mv img{
  position:absolute;
  right:0;
  display:table-cell;
  /*width:100%;*/
  overflow: hidden;
  min-height: 240px;
}

.block-mv--text {
  position:absolute;
  left:0;
  display:table-cell;
  width:50%;/**/
  background: #f5efe4;
  overflow: hidden;
}

.block-mv--text h1{
  margin: 30px 0 10px;/*margin: 20px 0 20px; 2020/10/15*/
  color: #402021;
  padding-left: 5%;
}
.block-mv--text span {
  font-size: 24px;/*font-size: 14px; 2020/10/15*/
  font-weight: bold;
  color: #d5af4a;
  padding-left: 5%;
}
.block-mv--text p {
  margin-top: 1em;
  line-height: 2;
  padding-bottom: 0;
  padding-left: 5%;
  font-size: 16px;
  color: #402021;
}
.block-mv--text p br{
  display: block;
}
@media (max-width: 1199px) {
.block-mv {
  min-height: auto;
  height: 25vw;
}
.block-mv img{
 position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  min-height: 100%;
}

.block-mv--text {
  width:50%;
  height: 100%;
}
.block-mv--text h1{
  margin: 20px 0 10px;/*margin: 20px 0 20px; 2020/10/15*/
  color: #402021;
  padding-left: 3%;
  font-size: 20px;/*font-size: 24px; 2020/10/15*/
  font-weight: bold;
}
.block-mv--text span {
  font-size: 14px;
  font-weight: bold;
  color: #d5af4a;
  padding: 0 3%;
}
.block-mv--text p {
  margin-top: 1em;
  line-height: 1.8;
  padding-bottom: 0;
  padding: 0 3%;
}
.block-mv--text p br{
  display: none;
}
}

@media (max-width:500px) {
.block-mv {
  min-height: auto;
  height: 35vw;
}
.block-mv img{
  position:absolute;
  right: -20%;
  display:table-cell;
  overflow: hidden;
  min-height: 100%;
}
.block-mv--text {
  width:70%;
  height: 100%;
}

.block-mv--text h1{
  padding-left: 3%;
  font-size: 4vw;
  margin: .7em 0 0;/*margin: 0.5em 0 0.1em; 2020/10/15*/
}
.block-mv--text span {
  font-size: 14px;/*font-size: 3vw; 2020/10/15*/
  font-weight: bold;
  color: #d5af4a;
  padding: 0 3%;
}
.block-mv--text p {
  font-size: 3vw;
  margin-top: 0.5em;
  line-height: 1.6;
  padding-bottom: 0;
  padding: 0 3%;
}

}

/* 並び替え */

.block-goods-list-sort--condition {
  display: flex;
  justify-content: flex-end;
  padding: 1em 0;
  border-bottom: 1px solid #401f1c;
}
.block-goods-list-sort--condition span {
  margin-right: 1em;
  font-weight: bold;
}
.block-goods-list-sort--title {
  padding: 1em 0;
  margin-bottom: 2em;
}
.block-goods-list-sort--condition a {
  margin-right: 1em;
  margin-left: 1em;
}
.block-goods-list-sort--box {
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-list-sort--condition a:after {
  background-image: url(../../img/usr/ui/arrow_down_g.svg);
  content: '';
  width: 10px;
  height: 6px;
  color: #b98524;
  display: inline-block;
  margin-left: 0.5em;
}
.block-goods-list-sort--condition a.block-goods-list-sort--condition--rd:after {
  transform: rotateX(0deg);
}
.block-goods-list-sort--condition a.block-goods-list-sort--condition--gp:after {
  transform: rotateX(180deg);
}
@media (max-width: 1199px) {
  .block-goods-list-sort {
    padding: 0 4%;
  }
}

/* 検索結果ページャー */
.block-goods-list-pagenav {
  padding-bottom: 2em;
}
.block-goods-list-pagenav--box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-goods-list-pagenav--number {
  position: absolute;
}
.block-goods-list-pagenav--now {
  font-size: 1.5em;
}
.block-goods-list-pagenav--total {
  font-size: 1.5em;
}
.block-goods-list-pagenav--divide {
  font-size: 1.5em;
}
.block-goods-list-pagenav--control {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.block-goods-list-pagenav--control select {
  margin-left: 0.5em;
  margin-right: 1em;
}
.block-goods-list-pagenav--select-total {
  margin-left: 0.5em;
  margin-right: 2em;
}
.block-goods-list-pagenav--prev,
.block-goods-list-pagenav--next {
  width: 40px;
  height: 40px;
  background-color: #d5af4a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .block-goods-list-pagenav--box {
    flex-direction: column;
    align-items: center;
    padding: 0 4%;
  }
  .block-goods-list-pagenav--number {
    position: relative;
  }
  .block-goods-list-pagenav--control {
    margin-left: 0;
  }
}
.bg_color_beige {
  background-color: #f4eee3;
}


/* 商品詳細 */
.block-goods-detail {
  margin: 0 auto;
  max-width: 1200px;
  grid-template-columns: 1fr 620px;
}

.pane-goods-right-side {
  position: relative;
  width: 620px;
}

.block-goods-detail .bx-wrapper {
  box-shadow: none;
}

.pane-goods-left-side {
  width: 480px;
  margin-right: 100px;
}

.block-goods-gallery {
  width: 490px;
}

.block-goods-gallery li {
  width: 60px;
}

/*メイン・サムネール画像の位置指定追加*/
.block-goods-gallery ul {
    font-size: 0;
        display: flex;
    flex-flow: wrap;
    margin: 0px;
}
/* パソコン対応*/
@media screen and (min-width:960px) {
.block-src-l figure {
    text-align: center;
    height: 480px;
    margin-bottom: 8px;
}
}
/* タブレット対応*/
@media screen and (max-width:959px) and (min-width:415px){
.block-src-l figure {
    text-align: center;
    height: 600px;
    margin-bottom: 8px;
}
}
/* スマホ対応*/
@media screen and (max-width:414px) {
.block-src-l figure {
    text-align: center;
    height: 358px;
    margin-bottom: 8px;
}
}
/*メイン・サムネール画像の位置指定追加END*/

.block-goods-gallery li figure {
  width: 60px;
  height: 60px;
  border: 1px solid #d5af4a;
}

.block-goods-detail .block-icon {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: 0;
  top: 0;
}
.block-goods-detail .block-icon span {
  color: #fff;
  margin-right: 4px;
}
.block-goods-detail .block-icon span img {
  width: 64px;
}
.block-goods-footer-cart .block-icon span img {
  width: 64px;
}
.block-goods-sns li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.block-goods-tag {
  padding: 40px 0 20px;
}

.block-goods-tag span {
  color: #d5af4a;
  border: 1px solid #d5af4a;
  border-radius: 3px;
  padding: 0.2em 1em;
  margin-top: 20px;
}

.block-add-cart--input {
  width: 58px;
  height: 58px;
  text-align: right;
  transform: translateY(2px);
}

.block-goods-price--price {
  color: #d5af4a;
}
.block-goods-price--price span {
  font-weight: normal;
  font-size: 16px;
}


.block-add-cart--btn {
  margin-top: 0;
  min-height: 58px;
}

.block-goods-favorite {
  display: inline-block;
}
.block-goods-favorite--btn {
  font-size: 16px;
}
.block-variation-favorite--btn, .block-variation-favorite-registed--btn {
  font-size: 16px;
}
.block-goods-favorite a {
  width: 58px;
  height: 58px;
  color: #d5af4a;
  border: 1px solid #d5af4a;
  background-color: #fff;
  line-height: 40px;
  font-size: 30px;
  margin-top: 0;
  display: inline-block;
}

.block-goods-favorite a.js-cancel-modal {
  color: #fff;
  border: 1px solid #d5af4a;
  background-color: #d5af4a;
}

.pane-goods-center {
  padding-top: 3em;
  margin-top: 1em;
  /*border-top: 2px solid #000; 20201005*/
}

.block-goods-affix-list--btn {
  height: 62px;
  text-align: center;
  border-bottom: 2px solid #d5af4a;
  padding: 1em 0;
  font-size: 18px;/*font-size: 22px;*/
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-affix-list--btn:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url(../../img/usr/ui/size_minus.png);
  background-size: 100% 6px;
  background-position: center center;
  margin-top: -2px;
  margin-left: 0.5em;
  background-repeat: no-repeat;
}
.block-goods-affix-list--btn.close:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url(../../img/usr/ui/size_plus.png);
  background-size: 100% auto;
  background-position: center center;
}
.block-goods-affix-list {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-affix-list dl {
  display: flex;
  border-bottom: 1px solid #d5af4a;
}
.block-goods-affix-list dt {
  width: 172px;
  border: none;
  padding: 1em 0;
}
.block-goods-affix-list dd {
  width: 948px;
  padding: 1em 0;
}

.js-block-goods-detail--box.js-block-goods-detail--close {
  display: none;
}

/* セット内容1 */
.block-goods-setdetail1 h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d5af4a;
  padding: 1em 0 0.5em;
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-setdetail1--box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.block-goods-setdetail1--set {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;/*20201005*/
}
.block-goods-setdetail1--set h3 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.block-goods-setdetail1--set dt {
  width: calc(30% - 10px);/*width: 20%;*/
  padding-right: 10px;/*20201005*/
}

.block-goods-setdetail1--set dd {
  width: 70%;/*width: 80%;*/
}

@media (max-width: 767px) {
.block-goods-setdetail1--set dt {
  padding: 10px 10px 10px 0; /*padding: 10px 0; 20201016*/
}
}
/* セット内容2 */
.block-goods-setdetail2 h2 {
  font-size: 20px;
  font-weight: bold;
  /* padding: 1em 0 0.5em; */
  padding-left: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-setdetail2--box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d5af4a;
  max-width: 1200px;
  margin: 0 auto;
}
.block-goods-setdetail2--set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-goods-setdetail2--set h3 {
  font-size: 16px;
  font-weight: bold;
}
.block-goods-setdetail2--set dt {
  border-bottom: 1px solid #d5af4a;
  width: 90%;
  display: flex;
  align-items: center;
  border-left: 1px solid #d5af4a;
  /* border-right: 1px solid #d5af4a; */
  padding: 0.5em;
}
.block-goods-setdetail2--set dt img {
  width: 100px;
}
.block-goods-setdetail2--set dd {
  width: 10%;
  border-left: 1px solid #d5af4a;
  border-bottom: 1px solid #d5af4a;
  border-right: 1px solid #d5af4a;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* セット内容2 */

/* 個数違いの商品 */
.block-accessory-list {
  width: 1200px;
  margin: 0 auto;
}
.block-accessory-list--name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
  font-weight: bold;
}
.block-accessory-list--name:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.block-goods-detail-j--goods {
  width: 180px;
  flex-basis: auto;
  margin-left: 0;
}
.block-goods-detail-j--goods .price {
  color: #d5af4a;
  text-align: left;
}
.block-goods-detail-j--items {
}
.block-goods-detail-j--items li {
  justify-content: space-between;
}
.block-goods-detail-j--items li figure {
  width: 180px;
  height: auto;
  border: 1px solid #d5af4a;
}


/* お客様の声 */
.block-goods-user-review {
  margin-bottom: 2em;
}
.block-goods-user-review--description a {
  color: #d5af4a;
}
.block-goods-user-review h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
  font-weight: bold;
  background: none;
  /*border-top: 1px solid #d5af4a; 20201005*/
}
.block-goods-user-review h2:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.block-goods-user-review--info {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #d5af4a;
  padding: 1em;
}
.block-goods-user-review--list {
  max-width: 1200px;
  margin: 0 auto;
}

.block-goods-user-review--item-score {
  display: inline-block;
}
.block-goods-user-review--item-score img {
  height: 21px;
}
.block-goods-user-review--item-comment {
  font-weight: bold;
  margin: 1em auto;
}
.block-goods-user-review--item-title {
  border-bottom: 2px solid #d5af4a;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

/* 商品詳細下部カート部 */
.pane-goods-footer {
  /*border-top: 2px solid #d5af4a;*/
  padding: 2em 0;
}
.pane-goods-footer--box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.pane-goods-footer-image {
  width: 300px;
}
.block-goods-footer-cart {
  text-align: left;
  padding-left: 80px;
}



/* 店舗一覧 */

.block-store-list--header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-top: 65px;
  padding-bottom: 95px;
  font-weight: bold;
  background: none;
  border-top: 1px solid #d5af4a;
}
.block-store-list--header:after {
  background-color: #d5af4a;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.block-store-list--area {
  padding: 1em 0;
}
.block-store-list--area form {
  width: 100%;
}
.block-store-list--area-select {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block-store-list--area-select select {
  height: 42px;
}
.block-store-list--area-select input {
  margin-left: 6px;
  height: 42px;
}
.block-store-list--checkbox {
  max-width: 1200px;
  margin: 1em auto;
}
.block-store-list--checkbox ul {
  display: flex;
  /*justify-content: space-between;*//* 2021/12/1 更新 */
  padding: 0.5em 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  flex-wrap: wrap;
}

/* 2021/12/1 更新 */
.block-store-list--checkbox ul li{
  padding: 5px;
}

.block-store-list--checkbox ul li label input[type="checkbox"]{
  margin-right: 15px;
}
/* 2021/12/1 更新 */

.block-store-list--checkbox li label {
  display: flex;
  align-items: center;
  height: 2em;
}
.block-store-list--checkbox li label img {
  margin-left: 0.5em;
}
.block-store-list--searchbtn {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.block-store-list--searchbtn button {
  color: #fff;
  border-radius: 2px;
  background-color: #421f1b;
  border: none;
  width: 17.2%;
  padding: 1em 0;
  font-weight: bold;
  min-width: 100px;
}

.block-store-list--stores {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  padding: 3em 0 4em;
}
.block-store-list--stores-list {
  justify-content: space-between;
}

.block-store-list--store {
  width: 32%;
  border-top: 2px solid #d5af4a;
  padding: 0 1em;
}

.block-store-list--stores-list:before{
  content:"";
  display:block;
  width: 32%;
  height:0;
  order:1;
}
.block-store-list--stores-list:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}

.block-store-list--store-name {
  margin: 1em 0;
}
.block-store-list--store-name a {
  text-decoration: none;
  font-weight: bold;
}
.block-store-list--store-image {
  width: 100%;
}
.block-store-list--store-image figure {
  width: 100%;
  height: auto;
}
.block-store-list--store-image figure img {
  width: 100%;
  height: auto;
}
.block-store-list--store-description {
  padding: 1em 0 3em;
}
.block-store-list--store-detail {
  order: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
}
.block-store-list--store-detail dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /*20201109*/
}
.block-store-list--store-detail dt img {
  margin-right: 1em;
  margin-bottom: .5em; /*20201109*/
}
.block-store-list--store-detail dd a {
  background-color: #f4eee3;
  font-weight: bold;
  padding: 0.5em 1.5em;
  display: inline-block;
  margin-right: auto;
}
.block-store-list--store-detail dd a:after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../../img/usr/shoplist/shop_arrowr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  margin-left: 1em;
}

@media (max-width: 1199px) {
  .block-store-list--checkbox ul {
    flex-wrap: wrap;
    padding: 0.5em 4%;
  }
  .block-store-list--checkbox ul li {
    width: 48%;
    padding:5px 0;
  }
  .block-store-list--stores {
    width: 100%;
    padding: 1em 4%;
  }
  .block-store-list--store {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .block-store-list--store {
    width: 100%;
  }
  .block-store-list--header {
    padding: 1em 0;
    font-size: 24px;
  }
  .block-store-list--header:after {
    bottom: 0.8em;
  }
}
@media (max-width: 375px) {
  .block-store-list--checkbox ul li {
    width: 100%;
    padding: 5px 0;
  }
  .block-store-list--area-select input {
    margin-top: 0.5em;
  }
  .block-store-list--searchbtn button {
    padding: 0.5em 0;
  }
}

@media (max-width:415px) {
.block-store-list--store-detail dd a {
    background-color: #f4eee3;
    font-weight: bold;
    padding: 0.5em 1em;
    display: inline-block;
    margin-right: auto;
    min-width: 100px;
}

.block-store-list--store-detail dd a:after {
    content: '';
    width: 6px;
    height: 10px;
    background-image: url(../../img/usr/shoplist/shop_arrowr.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    margin-left: .3em;
}
}

/* 店舗詳細 */
.block-store-detail--title {
  width: 1200px;
  margin: 3em auto 0;
  border-top: 3px solid #d5af4a;
  font-size: 20px;
  padding: 0.5em;
  font-weight: bold;
}
.block-store-detail--news {
  width: 1200px;
  margin: 3em auto 3em;
  border-bottom: 2px solid #d5af4a;
}

.block-store-detail--news-title {
  background-color: #f4eee3;
  border-bottom: 2px solid #d5af4a;
  padding: 0.5em;
  font-weight: bold;
}
.block-store-detail--news-list {
  display: flex;
}
.block-store-detail--news-list:nth-of-type(1) {
  border-bottom: 1px dashed #dcdcdc;
}
.block-store-detail--news-list-dt {
  width: 14%;
  padding: 0.5em;
}
.block-store-detail--news-list-title {
  width: 86%;
  padding: 0.5em;
}
.block-store-detail--store-photo .img-center img {
  width: 100%;
}
.block-store-detail--store-src-2 {
  padding-left: 0;
}
.block-store-detail--store-src-3 {
  padding-right: 0;
}
.block-store-detail--store-src-4 {
  padding-left: 0;
}
.block-store-detail--store-src-5 {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .block-store-detail--title {
    width: 100%;
  }
  .block-store-detail--news {
    width: 100%;
  }
  .block-store-detail--news-list {
    flex-wrap: wrap;
  }
  .block-store-detail--news-list-dt {
    width: 100%;
    padding-bottom: 0;
  }
  .block-store-detail--news-list-title {
    width: 100%;
    padding-top: 0;
  }
}

.block-store-detail--store {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.block-store-detail--store-info {
  width: 100%;
  display: block;
  padding: 0;
  padding-bottom: 3em;
}
.block-store-detail--store-photo {
  width: 54%;
  float: left;
  margin-right: 6%;
}

.block-store-detail--store-address,
.block-store-detail--store-tel,
.block-store-detail--store-sales-info,
.block-store-detail--store-access,
.block-store-detail--store-cat,
.block-store-detail--store-fax,
.block-store-detail--store-regularholiday,
.block-store-detail--store-etc-sales-info,
.block-store-detail--store-comment,
.block-store-detail--store-openclose-schedule
{
  width: 40%;
  float: right;
}
.block-store-detail--store-cat {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.block-store-detail--store-cat li {
  width: 140px;
  height: 35px;
  border: 1px solid #d5af4a;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 26px;
}

@media (max-width: 1199px) {
  .block-store-detail {
    padding: 0 4%;
  }
  .block-store-detail--store {
    width: 100%;
  }
  .block-store-detail--store-photo {
    width: 100%;
    clear: both;
    margin-right: 0;
  }
  .block-store-detail--store-address,
  .block-store-detail--store-tel,
  .block-store-detail--store-sales-info,
  .block-store-detail--store-access,
  .block-store-detail--store-cat,
  .block-store-detail--store-fax,
  .block-store-detail--store-regularholiday,
  .block-store-detail--store-etc-sales-info,
  .block-store-detail--store-comment,
  .block-store-detail--store-openclose-schedule
  {
    width: 100%;
    clear: both;
  }
  .block-store-detail--store-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-store-detail--store-cat li {
    width: 49%;
    margin-right: 0;
  }
  .block-store-detail--store-btm-button {
    width: 100%;
  }
}

.block-store-detail--store-cat-a {
  background-image: url(../../img/usr/shoplist/a.png);
  background-repeat: no-repeat;
  background-position: 9px center;
}
.block-store-detail--store-cat-b {
  background-image: url(../../img/usr/shoplist/b.png);
  background-repeat: no-repeat;
  background-position: 9px center;
}
.block-store-detail--store-cat-c {
  background-image: url(../../img/usr/shoplist/c.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-d {
  background-image: url(../../img/usr/shoplist/d.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-e {
  background-image: url(../../img/usr/shoplist/e.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-f {
  background-image: url(../../img/usr/shoplist/f.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-g {
  background-image: url(../../img/usr/shoplist/g.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-h {
  background-image: url(../../img/usr/shoplist/h.png);
  background-repeat: no-repeat;
  background-position: 6px center;
}
.block-store-detail--store-cat-i {
  background-image: url(../../img/usr/shoplist/i.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  /* 2022/10/06 更新 ショップ検索　カカオフルーツジュース*/
  font-size: 12px;
}
.block-store-detail--store-cat-j {
  background-image: url(../../img/usr/shoplist/j.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  font-size: 11px;
}
.block-store-detail--store-cat-k {
  background-image: url(../../img/usr/shoplist/k.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  font-size: 11px;
}
.block-store-detail--store-cat-l {
  background-image: url(../../img/usr/shoplist/l.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  font-size: 11px;
}
.block-store-detail--store-cat-m {
  background-image: url(../../img/usr/shoplist/m.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  font-size: 11px;
}

.block-store-detail--store-map-info {
  width: 100%;
  clear: both;
}


.block-store-detail--store-btm-button {
  width: 1200px;
  margin: 2em auto;
  text-align: center;
}
.block-store-detail--store-btm-button a {
  background-color: #421f1b;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1.5em;
  display: inline-block;
  margin-right: auto;
}
.block-store-detail--store-btm-button a:before {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../../img/usr/shoplist/shop_arrowl.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  margin-right: 1em;
}

@media (max-width: 1199px) {
  .block-store-detail--store-btm-button {
    width: 100%;
  }
}





/* ----------------------------------------------- */
/* 購入導線、会員登録導線等                        */
/* ----------------------------------------------- */
.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  padding: 0 0 3em;
}

.block-mypage {
  width: 1200px;
  margin: 0 auto;
}
.block-topic-path {
  width: 1200px;
  margin: 0 auto;
}
.block-purchase-history,
.block-coupon-list,
.block-point-history-list,
.block-favorite,
.block-arrival-notice-list,
.block-cart,
.block-regular-purcharse-list {
  width: 1200px;
  margin: 0 auto 3em;
}
.block-login {
  width: 1200px;
  margin: 0 auto;
}
/* ご注文方法の指定 */
.block-order-method {
  width: 1200px;
  margin: 0 auto;
}
/* ご注文の確認 */
.block-order-estimate--spandual {
  width: 1200px;
  margin: 0 auto;
}
/* ご注文完了 */
.block-order-complete {
  width: 1200px;
  margin: 0 auto;
}
/* お問い合わせ履歴詳細 */
.block-inquiry-history-detail {
  width: 1200px;
  margin: 0 auto;
}

.block-goods-list-c--items li {
    justify-content: center;/* 2022/01/07 更新 */
  }

.block-goods-list-c--item-body {
  margin-left: 0;
  padding: 10px;/* 2022/01/07 更新 */
  }

@media (max-width: 1199px) {
  .block-login {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .block-login--member-body {
    display: flex;
    flex-wrap: wrap;
  }
  .block-login--uid input, .block-login--pwd input {
    width: 100%;
  }
  .block-login--social-frame {
    padding: 0;
  }
  .block-login--snslogin-body {
    width: 100%;
  }
  .block-login--snslogin-body ul {
    margin-left: 0;
  }
  .block-login--input-items {
    width: 100%;
  }
  .block-mypage {
    width: 100%;
  }
  .block-mypage h1 {
    padding: 0 4%;
  }
  .block-mypage--customer-status {
    flex-direction: column;
  }
  .block-mypage--sign {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .block-purchase-history,
  .block-coupon-list,
  .block-point-history-list,
  .block-favorite,
  .block-arrival-notice-list,
  .block-cart,
  .block-regular-purcharse-list {
    width: 100%;
    padding: 0 4% 3em;
  }
  .block-cart--infomation {
    width: 100%;
    font-size: 0.9em;
  }
  .block-cart-recent-item {
    width: 100%;
  }
  .block-cart-recent-item--items {
    width: 100%;
  }
  .block-cart--contents {
    width: 100%;
    clear: both;
  }
  .block-topic-path {
    width: 100%;
    padding: 6px 4%;/*padding: 12px 4%;*/
  }
  .block-mypage--shopping-info-items li,
  .block-mypage--member-info-items li,
  .block-mypage--inquiry-info-items li,
  .block-mypage--snssync-info-items li {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    border: #c8c8c8 1px solid;
    margin: 15px 4%;
  }
  .block-mypage--shopping-info-items li:nth-of-type(3n+1),
  .block-mypage--member-info-items li:nth-of-type(3n+1),
  .block-mypage--inquiry-info-items li:nth-of-type(3n+1),
  .block-mypage--snssync-info-items li:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .block-mypage--shopping-info-items li dt a,
  .block-mypage--member-info-items li dt a,
  .block-mypage--inquiry-info-items li dt a,
  .block-mypage--snssync-info-items li dt a {
    max-width: 100%;
    width: 100%;
  }
  .block-cart--container .order-side-area-fixed {
    display: block;
    position: relative;
  }
  .block-cart--container .order-side-area-end {
    position: relative;
    padding: 0;
  }
  /* ご注文方法の指定 */
  .block-order-method {
    width: 100%;
    padding: 0 4%;
  }
  .block-order-method--contents {
    width: 100%;
  }
  .block-order-method--side-area {
    width: 100%;
  }
  .block-order-method--container .order-side-area-fixed {
    position: relative;
  }
  .block-order-method--side-contents {
    width: 100%;
    margin: 0;
  }
  /* ご注文の確認 */
  .block-order-estimate--spandual {
    width: 100%;
    padding: 0 4%;
  }
  .block-order-estimate--content {
    width: 100%;
  }
  .block-order-estimate--side-area {
    width: 100%;
  }
  .block-order-estimate--container .order-side-area-fixed {
    position: relative;
  }
  .block-order-estimate--side-contents {
    width: 100%;
    margin: 0;
  }
  /* ご注文完了 */
  .block-order-complete {
    width: 100%;
    padding: 0 4%;
  }
  /* お問い合わせ履歴詳細 */
  .block-inquiry-history-detail {
    width: 100%;
    padding: 0 4%;
  }
  .block-inquiry-history-detail--item dt {
    flex-wrap: wrap;
  }
  .block-inquiry-history-detail--contact-name {
    width: 100%;
  }
  .block-inquiry-history-detail--update-dt {
    width: 100%;
  }
}

@media (max-width: 899px) {
  .block-member-info,
  .block-member-info-confirmation,
  .block-member-registration-completed,
  .block-shipping-address,
  .block-credit-card-confirmation,
  .block-inquiry,
  .block-inquiry-history,
  .block-mail-address,
  .block-member-password,
  .block-reset-password,
  .block-user-review,
  .block-mail-news {
    width: 100%;
    padding: 0 4% 3em;
  }
  .block-common-alert-list {
    width: 100%;
  }
  .form-control > span {
    width: 100%;
    display: inline-block;
  }
  .block-cart--container .order-side-area-fixed {
    display: block;
  }
  .block-cart--container .order-side-area-end {
    position: relative;
    padding: 0;
  }
  /* モーダル */
  .modal-dialog {
    width: 92% !important;
    left: 4% !important;
  }
}
@media (max-width: 767px) {
  .fieldset .form-group {
    display: block;
  }
  .fieldset .form-label {
    width: 100%;
    display: inline-block;
    padding: 10px 25px;
  }
  .fieldset .constraint {
    background: #fff;
  }
  .fieldset .form-control {
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
  }
  .fieldset .constraint {
    padding-left: 20px;
    padding: 5px 20px;
  }
  .block-member-info input[name="name"],
  .block-member-info input[name="name2"],
  .block-member-info input[name="kana"],
  .block-member-info input[name="kana2"] {
    max-width: 100%;
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    max-width: 100%;
  }
  /* カート購入の流れ */
  .block-order-flow--step {
    padding: 2em 0;
  }
  .block-order-flow--step ul {
    display: flex;
    flex-direction: column;
  }
  .block-order-flow--step li {
    margin-right: 0;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    height: auto;
  }
  .block-order-flow--step li:after {
    display: none;
  }
  /* カート内商品 */
  .block-cart--goods-list li {
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  .block-cart--goods-list li > a {
    width: 100%;
    height: auto;
  }
  .block-cart--goods-list li > a > figure {
    width: 100%;
    height: auto;
  }
  .block-cart--goods-list li > a > figure > img {
    width: 100%;
    height: auto;
  }
  .block-cart--container .order-side-area-end {
    clear: both;
    position: relative;
    padding: 0;
    float: unset;
  }
  .block-cart--container .order-side-area-fixed {
    display: block;
    top: 0;
    clear: both;
    position: relative;
    padding: 0;
    float: unset;
  }
  .block-cart--side-contents {
    margin: 0;
    min-width: 280px;
    width: 100%;
  }
  /* 購入導線内、最近チェックした商品 */
  .block-goods-list-c--items li {
    justify-content: space-around;
  }
  .block-goods-list-c--items li:after {
    content: '';
    display: block;
    width: 47.826086957%;
  }
  .block-goods-list-c--item-body {
    width: 45%;
    margin-left: 0;
    flex-basis: auto;
    padding: 10px;/* 2022/01/07 更新 */
  }
  .block-goods-list-c--image {
    width: 100%;
    height: auto;
  }
  .block-goods-list-c--image a {
    width: 100%;
    height: auto;
  }
  .block-goods-list-c--image figure {
    width: 100%;
    height: auto;
  }
  /* ご注文方法の指定 */
  .block-order-method--coupon-available-btn {
    width: 100%;
    margin: 1em auto 0;
  }
}


/* ポイント履歴一覧 */
.block-point-history-list table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}

/* モバイル向け */
@media(max-width: 767px) {
  .block-point-history-list table {
    border: none;
  }
  .block-point-history-list table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-point-history-list table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-point-history-list table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-point-history-list table td:before {
    display: block;
  }
  /*見出し*/
  .block-point-history-list td:nth-of-type(1):before { content: "利用or獲得日"; }
  .block-point-history-list td:nth-of-type(2):before { content: "ポイント利用・獲得区分"; }
  .block-point-history-list td:nth-of-type(3):before { content: "ポイント数"; }
  .block-point-history-list td:nth-of-type(4):before { content: "備考"; }
}
/* ポイント履歴一覧 */
.block-point-history-list table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 767px) {
  .block-point-history-list table {
    border: none;
  }
  .block-point-history-list table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-point-history-list table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-point-history-list table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-point-history-list table td:before {
    display: block;
  }
  /*見出し*/
  .block-point-history-list td:nth-of-type(1):before { content: "利用or獲得日"; }
  .block-point-history-list td:nth-of-type(2):before { content: "ポイント利用・獲得区分"; }
  .block-point-history-list td:nth-of-type(3):before { content: "ポイント数"; }
  .block-point-history-list td:nth-of-type(4):before { content: "備考"; }
}

/* 所持クーポン一覧 */
.block-coupon-list table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 767px) {
  .block-coupon-list table {
    border: none;
  }
  .block-coupon-list table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-coupon-list table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-coupon-list table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-coupon-list table td:before {
    display: block;
  }
  /*見出し*/
  .block-coupon-list td:nth-of-type(1):before { content: "クーポンコード"; }
  .block-coupon-list td:nth-of-type(2):before { content: "クーポンイベント名"; }
  .block-coupon-list td:nth-of-type(3):before { content: "クーポン特典"; }
  .block-coupon-list td:nth-of-type(4):before { content: "有効期間"; }
  .block-coupon-list td:nth-of-type(5):before { content: "クーポンが利用できる条件"; }
}

/* 購入履歴一覧 */
.block-purchase-history table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
.block-purchase-history--pager-bottom {
  display: none;
}
@media(max-width: 999px) {
  .block-purchase-history--search-frame {
    flex-wrap: wrap;
  }
  .block-purchase-history--search-item {
    width: 100%;
  }
  .block-purchase-history table {
    border: none;
  }
  .block-purchase-history table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-purchase-history table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-purchase-history table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-purchase-history table td:before {
    display: block;
  }
  /*見出し*/
  .block-purchase-history td:nth-of-type(1):before { content: "注文日"; }
  .block-purchase-history td:nth-of-type(2):before { content: "オーダーID"; }
  .block-purchase-history td:nth-of-type(3):before { content: "注文内容"; }
  .block-purchase-history td:nth-of-type(4):before { content: "注文金額合計"; }
  .block-purchase-history td:nth-of-type(5):before { content: "支払い方法"; }
  .block-purchase-history td:nth-of-type(6):before { content: "処理状態"; }
  .block-purchase-history--status .status-order {
    width: 100%;
  }
}

@media(max-width: 999px) {
  /* 入荷案内申し込み商品 */
  .block-arrival-notice-list--goods {
    flex-wrap: wrap;
  }
  .block-arrival-notice-list--image {
    flex-basis: auto;
    width: 100%;
  }
  .block-arrival-notice-list--image figure {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  .block-arrival-notice-list--image figure img {
    width: 100%;
    height: auto;
  }
  .block-arrival-notice-list--description {
    width: 100%;
    margin-top: 1em;
  }
  .block-arrival-notice-list--delete-item {
    flex-basis: auto;
    width: 100%;
    margin-top: 1em;
  }
  .block-arrival-notice-list--delete-item a {
    width: 50%;
  }
  /* お気に入り */
  .block-favorite--favorite-goods {
    flex-wrap: wrap;
  }
  .block-favorite--image {
    flex-basis: auto;
    width: 100%;
  }
  .block-favorite--image figure {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  .block-favorite--image figure img {
    width: 100%;
    height: auto;
  }
  .block-favorite--description {
    width: 100%;
    margin-top: 1em;
  }
  .block-favorite--comment {
    width: 100%;
    margin-top: 1em;
  }
  .block-favorite--delete-item {
    flex-basis: auto;
    width: 100%;
    margin-top: 1em;
  }
  .block-favorite--delete-item a {
    width: 50%;
  }
  .block-favorite--form .action-buttons .action {
    margin: 0;
  }
  .block-favorite--form .action-buttons .action .btn {
    font-size: 12px;
  }
}

/* サジェスト */
.block-search-suggest {
  top: 165px !important;
  left: auto !important;
  right: calc((100% - 1200px) / 2);
}
.block-search-suggest--goods-img {
  border: 1px solid #d5af4a;
}
.block-search-suggest--goods-img img {
  vertical-align: top;
}
.block-search-suggest--goods-comment {
  display: none;
}
.block-search-suggest--goods-price-items {
  color: #d5af4a;
}
.block-search-suggest--goods-price-items .price {
  color: #d5af4a;
}

/* クイックオーダー */
.block-quick-order table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 999px) {
  .block-quick-order table {
    border: none;
  }
  .block-quick-order table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-quick-order table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-quick-order table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-quick-order table td:before {
    display: block;
  }
  .block-quick-order td:nth-of-type(7) { text-align: right; }
  /*見出し*/
  .block-quick-order td:nth-of-type(1):before { content: "商品コード"; }
  .block-quick-order td:nth-of-type(2):before { content: "商品"; }
  .block-quick-order td:nth-of-type(3):before { display: none; }
  .block-quick-order td:nth-of-type(4):before { content: "数量"; }
  .block-quick-order td:nth-of-type(5):before { content: "小計"; }
  .block-quick-order td:nth-of-type(6):before { content: "在庫"; }
  .block-quick-order td:nth-of-type(7):before { display: none; }
}


/* ギフト購入 */
table.block-order-gift-select--delivery-dest-goods-content-info td:before {
  background: #f5efe4;/*background: #eee;*/
  color:#231815;/**/
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 999px) {
  table.block-order-gift-select--delivery-dest-goods-content-info {
    border: none;
    position: relative;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info tbody tr:first-child th {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info td {
    border: 1px solid #dbb15e;/*border: 1px solid;*/
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info tbody tr:first-child {
    margin-bottom: 0;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info tbody tr:first-child td {
    border: none;
    padding: 0;
    text-align: right;
    position: absolute;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info td:before {
    display: block;
  }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(6) { text-align: right; }
  /*見出し*/
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(1):before { content: "商品名"; }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(2):before { content: "販売価格(税込)"; }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(3):before { content: "購入数量"; }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(4):before { content: "商品合計金額(税込)"; }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(5):before { content: "のし・ラッピング手数料"; }
  table.block-order-gift-select--delivery-dest-goods-content-info td:nth-of-type(6):before { display: none; }
  table.block-order-gift-select--delivery-dest-goods-content-info tbody tr:first-child td:nth-of-type(1):before {
    display: none;
  }
}

/* ギフト注文確認 */
@media(max-width: 999px) {
  .block-order-gift-confirmation--novelty-item-image {
    width: 30%;
  }
  .block-order-gift-confirmation--novelty-item-image figure {
    width: 100%;
    height: auto;
  }
  .block-order-gift-confirmation--shipping-address {
    width: 100%;
  }
  .block-order-gift-confirmation--shipping-info {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .block-order-gift-confirmation--mailnews .constraint {
    width: 100%;
    background-color: #fff;
  }
  .block-order-gift-confirmation--order-item-detail {
    width: 100%;
  }
  .block-order-gift-confirmation--order-item-summary {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
table.block-order-gift-confirmation--order-item-detail-table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 999px) {
  table.block-order-gift-confirmation--order-item-detail-table {
    border: none;
  }
  table.block-order-gift-confirmation--order-item-detail-table tbody tr:first-child th {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  table.block-order-gift-confirmation--order-item-detail-table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  table.block-order-gift-confirmation--order-item-detail-table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  table.block-order-gift-confirmation--order-item-detail-table td:before {
    display: block;
  }
  /*見出し*/
  table.block-order-gift-confirmation--order-item-detail-table td:nth-of-type(1):before { content: "商品名"; }
  table.block-order-gift-confirmation--order-item-detail-table td:nth-of-type(2):before { display: none; }
  table.block-order-gift-confirmation--order-item-detail-table td:nth-of-type(3):before { content: "数量"; }
  table.block-order-gift-confirmation--order-item-detail-table td:nth-of-type(4):before { content: "合計(税込)"; }
}
table.block-order-gift-confirmation--sending-item-detail-table td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 999px) {
  table.block-order-gift-confirmation--sending-item-detail-table {
    border: none;
  }
  table.block-order-gift-confirmation--sending-item-detail-table tbody tr:first-child th {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  table.block-order-gift-confirmation--sending-item-detail-table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  table.block-order-gift-confirmation--sending-item-detail-table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  table.block-order-gift-confirmation--sending-item-detail-table td:before {
    display: block;
  }
  /*見出し*/
  table.block-order-gift-confirmation--sending-item-detail-table td:nth-of-type(1):before { content: "商品名"; }
  table.block-order-gift-confirmation--sending-item-detail-table td:nth-of-type(2):before { display: none; }
  table.block-order-gift-confirmation--sending-item-detail-table td:nth-of-type(3):before { content: "数量"; }
  table.block-order-gift-confirmation--sending-item-detail-table td:nth-of-type(4):before { content: "注文明細拡張"; }
}

/* 定期購入商品一覧 */
@media (max-width: 1199px) {
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info {
    width: 100%;
    padding: 1em 0;
  }
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail {
    width: 100%;
  }
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_next {
    width: 100%;
  }
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter-end {
    right: 10px;
  }
  .block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter {
    right: 10px;
  }
  .block-regular-purcharse-method-info-update--regular-sales-items {
    width: 100%;
  }
  .block-regular-purcharse-method-info-update--regular-sales-items th,
  .block-regular-purcharse-method-info-update--regular-sales-items td {
    display: flex;
  }
  .block-regular-purcharse-cycle-info-update--regular-sales-items {
    width: 100%;
  }
  .block-regular-purcharse-cycle-info-update--regular-sales-items th,
  .block-regular-purcharse-cycle-info-update--regular-sales-items td {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

/* ----------------------------------------------- */
/* その他CMS画面                                    */
/* ----------------------------------------------- */
.block-update-new-password,
.block-regular-purcharse-cancellation,
.block-regular-purcharse-method-info-update,
.block-regular-purcharse-cycle-info-update,
.block-regular-purcharse-shipment-info-update,
.block-order-gift-confirmation,
.block-order-gift-noshi,
.block-order-gift-select,
.block-order-gift-dest,
.block-reset-password-completed,
.block-shipping-address-confirmation,
.block-search-goods,
.block-mail-address--update-form,
.block-goods-agree,
.block-user-review-completed,
.block-member-terms--auth-url-mail-comp,
.block-withdrawal,
.block-member-terms,
.block-common-alert,
.block-inquiry-completed,
.block-quick-order,
.block-logout {
  padding: 0 0 3em;
  width: 1200px;
  margin: 0 auto;
}
.block-common-alert {
  padding: 20px;
  margin: 2em auto;
}
.block-member-terms--message {
  margin-top: 3em;
}
@media (max-width: 1199px) {
  .block-update-new-password,
  .block-regular-purcharse-cancellation,
  .block-regular-purcharse-method-info-update,
  .block-regular-purcharse-cycle-info-update,
  .block-regular-purcharse-shipment-info-update,
  .block-order-gift-confirmation,
  .block-order-gift-noshi,
  .block-order-gift-select,
  .block-order-gift-dest,
  .block-reset-password-completed,
  .block-shipping-address-confirmation,
  .block-search-goods,
  .block-mail-address--update-form,
  .block-goods-agree,
  .block-user-review-completed,
  .block-member-terms--auth-url-mail-comp,
  .block-withdrawal,
  .block-member-terms,
  .block-common-alert,
  .block-inquiry-completed,
  .block-quick-order,
  .block-logout {
    width: 100%;
    padding: 0 4% 3em;
  }
  .block-common-alert {
    width: 92%;
    padding: 20px;
    margin: 2em 4%;
  }
}

/* 配送方法 */
@media(max-width: 999px) {
  .block-order-gift-select--delivery-date-content dt, .block-order-gift-select--delivery-date-content dd {
    display: block;
    margin-bottom: 0.5em;
  }
  .block-order-gift-select--delivery-dest-goods-select, .block-order-gift-select--point-use-select {
    padding: 0;
  }
  .block-order-gift-select--delivery-dest-total tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-order-gift-select--delivery-dest-total th {
    width: 100%;
  }
  .block-order-gift-select--delivery-dest-total td {
    width: 100%;
    text-align: right;/*20201005*/
  }
}
.block-headernav--item-list li:nth-child(2):after {
  display: none;
}
@media (max-width: 1199px) {
  .block-headernav--item-list li:nth-child(2) {
    padding-right: 14px;
  }
}
@media(max-width: 767px) {
  .block-cart h2 {
    font-size: 1em;
  }
}

/* 商品詳細 */
.block-recent--items li .img-center img {
  width: 100%;
  height: auto;
}



@media(max-width: 1199px) {
  .block-thumbnail-h {
    justify-content: space-between;
    padding: 0 4%;
  }
  .block-thumbnail-h:after {
    content: '';
    display: block;
    width: 47%;
  }
  .block-thumbnail-h li:nth-child(6n+6){
    margin-left: 9px;/* 2021/11/24 更新 */
}
  .block-recent--goods {
    width: 100%;
  }
  .block-recent--items li figure {
    width: 100%;
  }
  .block-recent--items li {
    width: 47%;
    margin-left: 0;/**//* 2021/11/24 更新 */
    margin-bottom: 1em;
  }
}

/* カート投入フォーム */
.pane-goods-center > p{
  width: 1200px;
  margin: 0 auto;
}
.block-goods-name h1 {
    margin: 20px 0 0;/*margin: 40px 0 20px;*/
    font-size: 20px;/*font-size: 26px;*/
  }
@media (max-width: 1199px) {
  .block-goods-detail {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1em 4%;
  }
  .pane-goods-footer--box {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1em 4%;
  }
  .pane-goods-footer-image {
    width: 100%;
  }
  .block-goods-footer-cart {
    width: 100%;
    padding: 0 0;
  }
  .block-goods-detail-j--items li {
    padding: 0 4%;
  }
  .pane-goods-left-side {
    width: 100%;
    margin-right: 0;
  }
  .pane-goods-right-side {
    width: 100%;
    margin-right: 0;
  }
  .block-accessory-list {
    width: 100%;
  }
  .pane-goods-center > p{
    width: 100%;
    padding: 0 4%;
  }
  .block-goods-affix-list {
    padding: 0 4%;
  }
  .block-goods-affix-list dl {
    flex-direction: column;
  }
  .block-goods-affix-list dl:last-child() {
    border-bottom: none;
  }
  .block-goods-affix-list dt {
    width: 100%;
    padding-bottom: 0;
  }
  .block-goods-affix-list dd {
    width: 100%;
  }
  .block-goods-setdetail1 h2 {
    padding: 1em 4% 0.5em;
    border-top: 1px solid #d5af4a;
  }
  .block-goods-setdetail1--box {
    padding: 1em 4%;
  }
  .block-goods-setdetail1--set {
    width: 100%;
  }
  .pane-goods-footer-image {
    text-align: center;
  }
  .block-goods-user-review {
    padding: 0 4%;
  }
  .block-footernav--item-list {
    width: 80% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .block-top-topic--items {
    padding: 0 4%;
  }
  .block-goods-detail-j--goods {
    width: 46%;
  }
  .block-goods-detail-j--items li figure {
    width: 100%;
  }
  .variation-name {
    word-wrap: break-word;
  }
  .block-add-cart--btn {
    width: 50%;
    font-size: 14px;
  }
  .block-goods-name h1 {
    margin: .5em 0;/*margin: 1em 0;*/
    font-size: 20px;/*font-size: 24px;*/
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.btn-primary {
  color: #fff;
  border: solid 1px #cf152d;/*border: solid 1px #c54f00;*/
  background-color: #cf152d;/*background-color: #f60;*/
}
@media (max-width: 767px) {
  .block-amazon--address-widget {
    width: 100%;
  }
}


/* 購入履歴詳細 */
.block-purchase-history-detail {
  width: 1200px;
  margin: 0 auto 2em;
}
@media (max-width: 1199px) {
  .block-purchase-history-detail {
    width: 100%;
    padding: 0 4%;
  }
  .block-purchase-history-detail--order-info-table th {
    width: auto;
  }
  .block-purchase-history-detail--customer-name {
    width: 100%;
  }
  .block-purchase-history-detail--order-info {
    flex-wrap: wrap;
  }
  .block-purchase-history-detail--order-body {
    flex-wrap: wrap;
  }
  .block-purchase-history-detail--shipping-info {
    flex-wrap: wrap;
  }
  .block-purchase-history-detail--order-info-left {
    width: 100%;
  }
  .block-purchase-history-detail--order-info-right {
    width: 100%;
    padding: 0;
    width: 100%;
  }
  .block-purchase-history-detail--order-body-left {
    width: 100%;
  }
  .block-purchase-history-detail--order-body-right {
    width: 100%;
    padding: 0;
    width: 100%;
    margin-top: 1em;
  }
  .block-purchase-history-detail--shipping-info-left {
    width: 100%;
  }
  .block-purchase-history-detail--shipping-info-right {
    width: 100%;
    padding: 0;
    margin-top: 1em;
  }
  .block-purchase-history-detail--order-detail-items {
    margin-top: 1em;
  }
  .table .block-purchase-history-detail--shipment-delivery-dest-spec {
    width: 100%;
  }
  .status-order {
    width: 100%;
    margin-top: 1em;
  }
  .block-purchase-history-detail--shipment-items {
    margin-top: 1em;
  }
  .block-purchase-history-detail--requests-for-order .action {
    margin: 0;
  }
  .block-purchase-history-detail .block-purchase-history-detail--add-goods {
    width: 100%;
  }
  .block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 100%;
  }
}

/* 商品詳細縦展開部1 */
.block-purchase-history-detail--order-detail-items td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 767px) {
  .block-purchase-history-detail--order-detail-items {
    border: none;
  }
  .block-purchase-history-detail--order-detail-items thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-purchase-history-detail--order-detail-items tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-purchase-history-detail--order-detail-items td {
    border: 1px solid #c8c8c8;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-purchase-history-detail--order-detail-items td:before {
    display: block;
  }
  /*見出し*/
  .block-purchase-history-detail--order-detail-items td:nth-of-type(1):before { content: "商品番号"; }
  .block-purchase-history-detail--order-detail-items td:nth-of-type(2):before { content: "商品名"; }
  .block-purchase-history-detail--order-detail-items td:nth-of-type(3):before { content: "数量"; }
  .block-purchase-history-detail--order-detail-items td:nth-of-type(4):before { content: "合計"; }
}
/* 商品詳細縦展開部2 */
.block-purchase-history-detail--shipment-items td:before {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
@media(max-width: 767px) {
  .block-purchase-history-detail--order-detail-items {
    border: none;
  }
  .block-purchase-history-detail--order-detail-items thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  .block-purchase-history-detail--order-detail-items tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .block-purchase-history-detail--order-detail-items td {
    border: 1px solid #c8c8c8;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 100%;
  }
  .block-purchase-history-detail--order-detail-items td:before {
    display: block;
  }
  /*見出し*/
  .block-purchase-history-detail--order-detail-items td:nth-of-type(1):before { content: "商品名"; }
  .block-purchase-history-detail--order-detail-items td:nth-of-type(2):before { content: "数量"; }
  .block-purchase-history-detail--order-detail-items td:nth-of-type(3):before { content: "注文明細拡張"; }
}

/* 定期購入領収書 */
  h2.block-purchase-history-detail {
    margin-top: 1em;
  }
@media(max-width: 767px) {
  h2.block-purchase-history-detail {
    margin-top: 1em;
    margin-bottom: 1em;gg
    padding: 0;
  }
  .block-purchase-history-detail--receipt-table tr {
    display: flex;
    flex-direction: column;
  }
  .block-purchase-history-detail--receipt-table tr input {
    width: 100%;
  }
}
/* 定期購入導線 */
@media(max-width: 767px) {
  .block-regular-cycle--cycle-timing-w {
    width: 100%;
    margin: 0 !important;
  }
  .block-regular-cycle--cycle-timing-m {
    width: 100%;
    margin: 0 !important;
  }
  .block-regular-cycle--cycle-timing-d {
    width: 100%;
    margin: 0 !important;
  }
  .block-order-estimate--amazonpay-wallet-widget {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-wallet-widget .widget-container {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-wallet-widget .widget-container iframe {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-consent-widget {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-consent-widget .widget-container {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-consent-widget .widget-container iframe {
    width: 100% !important;
  }
  .block-order-estimate--regular-cycle {
    width: 100% !important;
  }
  .table.block-order-estimate--regular-cycle {
    width: 100% !important;
  }
  .block-order-estimate--confirmation-list {
    width: 100% !important;
  }
  .block-order-estimate--amazonpay-address-widget {
    width: 100% !important;
  }
  .block-regular-purcharse-shipment-info--amazonpay-address-widget {
    width: 100% !important;
  }
  .block-regular-purcharse-shipment-info--amazonpay-address-widget .widget-container {
    width: 100% !important;
  }
  .block-regular-purcharse-shipment-info--amazonpay-address-widget .widget-container #OffAmazonPaymentsWidgets0IFrame {
    width: 100% !important;
  }
  .block-regular-purcharse-shipment-info--amazonpay-widget-body table{
    display: block;
  }
  .block-regular-purcharse-shipment-info--amazonpay-widget-body table td {
    display: block;
  }
  .block-regular-purcharse-shipment-info-update--new-info .action-buttons {
    display: flex;
    flex-direction: column;
  }
}


/* 2020/10/05 */
.block-order-gift-select--delivery-dest-goods-delete-btn{
  font-size: 11px;
}
.block-order-gift-select--delivery-dest-goods-add{
  margin-bottom: 20px;
  text-align: right;
}

/* 2020/10/09 Onlineshop TOP Slider Swipe
/* オンラインショップ トップ スライダー
-------------------------------------- */
.main_slides {
  position: relative;
  margin:0 auto;
  max-width: 1000px;
}
.main_slides .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.main_slides .swiper-container .pc_only{
  display: block;
}
.main_slides .swiper-container .sp_only{
  display: none;
}

.main_slides .swiper-button-next{
  right:10px;
}
.main_slides .swiper-button-prev{
  left:10px;
}

/* mainvisual */
.mainvisual {
  overflow-x: hidden;
  margin-bottom: 40px;
}

@media(max-width:767px) {
.main_slides {
  position: relative;
  margin:0 auto;
  max-width: 250px;
}
.main_slides .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.main_slides .swiper-container .pc_only{
  display: none;
}
.main_slides .swiper-container .sp_only{
  display: block;
}
.main_slides .swiper-button-next{
  right:-12%;
}
.main_slides .swiper-button-prev{
  left:-12%;
}

/* mainvisual */
.mainvisual {
  overflow-x: hidden;
  margin-bottom: 0px;
}
}


.block-goods-desc-cms {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .block-goods-desc-cms {
    width: 100%;
    padding: 1em 4%;
  }
}


/*2020/10/15 */
#welcomeMessage .fontsize_small_{
  font-size: 15px;
}
@media (max-width:640px) {
#welcomeMessage .fontsize_small_{
  font-size: 12px;
}
}


/* 2020/10/15 5.ログイン / ログイン画面・上部*/
.block-login p.old_friend{
    border-top: dashed 1px #d5b04a;
    border-bottom: dashed 1px #d5b04a;
    padding: 1em .5em;
    margin-bottom: 20px;
}

.block-login p.old_friend span{
    color:#cf152d;
    font-weight:bold;
}

/* 2020/10/16 4.注文ページ / 注文方法指定画面・支払い方法説明文*/
.gdv_payment_method{
  border-top: dashed 1px #ccc;
    margin-top: 20px;
    padding-top: 10px;
}
p.gdv_creditcard{
  font-size: 13px;
  font-weight: bold;
}

p.gdv_np_pay{
  font-size: 13px;
  font-weight: bold;
}
p.gdv_np_pay2{
  font-size: 13px;
}

/* 2020/10/16 購入ボタン調整*/

.block-cart--amazonpay-mt10 {
    border-top: 1px solid #9f9c97;  /**/
    padding: 10px 0 0;
    margin-top: 10px;
    text-align: center;
}

.block-cart--subtotal-price-l {
    font-size: 24px;
    font-weight: bold;
}
.block-cart--order-button-description-bold{
  border-top: 1px solid #9f9c97;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 8px;
  margin-bottom: 10px;
}
/*button.block-cart--order-btn{
  line-height: 1.2;
}*/
button.block-cart--order-btn-gift{
  line-height: 1.6;/*line-height: 1.2; 2020/12/14*/
}

button.block-cart--order-btn span, button.block-cart--order-btn-gift span{
  font-size: 80%;
  }

.block-cart--order-button-new_member{
    font-size: 14px;/*font-size: 12px; 2020/12/14*/
    font-weight: bold;
    margin-bottom: 10px;
}
.block-cart--amazonpay-description-center{
  text-align: center;
  font-size: 12px;
}

.block-cart--order-button_member-condition{ /*2020/12/14*/
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 注文キャンセル 20201023 */
.block-order-cancellation{
  width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1199px){
.block-order-cancellation {
    width: 95%;
}
}



.block-order-cancellation--order-info-left {
  margin: 0;
}

@media (max-width: 1199px){
.block-order-cancellation--order-info{
display: block;
}
.block-order-cancellation--order-info-left {
  width: 100%;
  margin: 10px 0;
}
.block-order-cancellation--order-info-right{
  width: 100%;
  padding: 0 0 0 0;
}
}

.action-buttons {
    margin-bottom: 20px;
}

/*2020/10/27 法人様窓口フォーム*/
h1.block-inquiry--header{
  border-bottom: solid 2px #d5b04a;
  color: #402021;
}
.block-inquiry__lead{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-inquiry__lead--message{
  width: 50%;
  padding: 20px 10px;
  margin: 5px 0;
  margin-bottom: 20px;
}
.block-inquiry__lead--message p{
  font-size: 14px;
  line-height: 1.5;
}
.block-inquiry__lead--img{
  width: 50%;
  margin: 5px auto;
}
@media (max-width: 768px) {
h1.block-inquiry--header{
  margin: 20px 0 20px;
}
.block-inquiry__lead{
  display: block;
  justify-content: center;
  align-items: center;
}
.block-inquiry__lead--message{
  width: 100%;
  padding: 0px 10px 10px;
  margin: 0px auto;
}
.block-inquiry__lead--img{
  width: 100%;
  margin: 0 auto 10px;
}
  }

/* 20201028 フォームボタンのスマホ時順入れ換え */
@media (max-width: 767px) {
.action-buttons {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    /* display: block; */
    display: flex;
    flex-direction: column-reverse;
}
}


/* 2020/12/25 14:11更新 NEMOTO */

.block-top-topic--items__shops {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.block-top-topic--items__shops li {
  width: calc((100% - 20px) / 2);
  min-height: 50px;
  padding: 10px;
  border:1px solid #d5af4a;
  margin: 5px 5px 10px;
  font-size: 12px;
  text-align: center;
}

.block-top-topic--items__shops li a {
  padding-left: 14px;
  background-image: url(../../img/usr/ui/arrow_gold_right.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: underline;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .block-top-topic--items__shops {
  display: block;
  justify-content: center;
}
.block-top-topic--items__shops li {
  width: 95%;
  min-height: 50px;
  padding: 10px;
  margin: 5px auto 5px;
}
}

/* 2021/02/05 LP用ブランドサイトTOPへ戻る */
.brand_lp_back-btn a{
    width: 300px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #231815;
}

.brand_lp_back-btn a::after {
    content: '';
    width: 6px;
    height: 12px;
    background-image: url(../../img/usr/ui/arrow_gold_right.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

/* 2021/03/23 15:21更新 NEMOTO */
p.red{
  color: #cf152d;
}
span.red{
  color: #cf152d;
}

/* 2021/08/14 更新 NEMOTO */
/* グローバルメニュー改修 Drink対応 */

.brand-nav .block-globalnav-menu--freespace h4 {
    font-size: 12px!important;
    font-weight: bold;
    margin-bottom: 3px;
    background-color: #d5b04a;
    display: inline-block;
    padding: 4px 10px 6px;
    border-radius: 6px;
    min-width: 180px;
    color: #fff;
  }
.brand-nav .block-globalnav-menu--freespace h4 .arrow_right{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    border-color: #fff;
}
.brand-nav .block-globalnav-menu--freespace h4 .arrow_right::before,
.brand-nav .block-globalnav-menu--freespace h4 .arrow_right::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid ;
}
 .brand-nav .block-globalnav-menu--freespace h4 a{
    color: #fff;
  }
 .brand-nav .block-globalnav-menu--freespace h4 a:hover,
 .brand-nav .block-globalnav-menu--freespace h4 span a:hover{
  color: #000;
 }

  .block-globalnav-menu--freespace .baked{
    border-top: dashed 1px #d5b04a;
    border-bottom: dashed 1px #d5b04a;
     margin-bottom: 10px;
     padding-top: 10px;
     background-color: #f5efe4;
  }
  .block-globalnav-menu--freespace .drink{
    border-top: dashed 1px #d5b04a;
    border-bottom: dashed 1px #d5b04a;
     margin-bottom: 10px;
     padding-top: 10px;
     background-color: #f5efe4;
  }
  @media (max-width: 1199px){

.pane-globalnav-sp.brand > ul > li > ul > li.cecece {
    border-top: 1px solid #cecece!important;
  }
.pane-globalnav-sp.brand > ul > li > ul > li {
    border-top: 1px solid #6b6868;
}
.pane-globalnav-sp.brand > ul > li > ul > li > ul > li > a {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 0;
    align-items: center;
    padding: 0.5em 0;
  }
  .pane-globalnav-sp.brand > ul > li > ul > li > ul > li:not(.pane-globalnav-sp__bnr) > a > img{
    width: auto;
    height: 30px;
    margin-right: 0.5em;
  }
  .pane-globalnav-sp.brand > ul > li > ul > li > ul > li:not(.pane-globalnav-sp__bnr) > a > img:nth-child(2) {
    width: auto;
    height: 20px;
    margin-right: 0.5em;
  }
  .pane-globalnav-sp.brand > ul > li > ul > li > ul > li.pane-globalnav-sp__bnr > a {
    display: block;
    width: 48%;
    height: auto;
    padding: 0;
  }
  .pane-globalnav-sp.brand > ul > li > ul > li > ul > li a:after {
    color: #b98524;
  }
  .pane-globalnav-sp.brand > ul > li > ul > li > ul > li.pane-globalnav-sp__bnr > a:after {
    display: none;
  }
.pane-globalnav-sp.brand > ul > li > ul > li > a.toggleBtn{
  font-weight: bold;
  color: #b98524;
  text-decoration: none;
}
.pane-globalnav-sp.brand > ul > li > ul > li > a.toggleBtn span{
  display: block;
  font-size: 80%;
}
.pane-globalnav-sp.brand > ul > li > ul > li > a.toggleBtn:after {
    content: '+';
    font-weight: bold;
    font-size: 25px;
}

  .pane-globalnav-sp.brand > ul > li > ul > li > a.toggleBtn.open:after {
    content: '－';
    font-weight: bold;
    font-size: 25px;
}

.pane-globalnav-sp.brand > ul > li > ul > li > ul > li {
    border-top: 1px solid #cecece;
}

.pane-globalnav-sp > ul > li > ul > li > ul {
    display: none;
}

.pane-globalnav-sp > ul > li > ul > li > ul.open {
    display: block;
}
  }

/* 2021/10/25 更新 NEMOTO - Shop検索 バナー追加*/

.free_space_middle{
  max-width: 1200px;
  margin: 0.5em auto 1em;
}

.free_space_middle ul li{
  display: inline;
}


/* 2021/11/8 更新 - New LOGO */
#menu_btn_icon{
  background: linear-gradient(90deg, rgba(206,157,83,1) 0%, rgba(239,207,141,1) 25%, rgba(246,239,177,1) 50%, rgba(239,207,141,1) 75%, rgba(206,157,83,1) 100%)!important;
}
#menu_btn_icon:before, #menu_btn_icon:after{
  background: linear-gradient(90deg, rgba(206,157,83,1) 0%, rgba(239,207,141,1) 25%, rgba(246,239,177,1) 50%, rgba(239,207,141,1) 75%, rgba(206,157,83,1) 100%)!important;
}

.block-headernav--item-list li a {
    color: #efcf8d!important;
}
.block-footer-logo {
    text-align: center;
    width: 170px;
    margin: auto;
}

.brand .block-headernav--item-list li:first-child {
    right: 2%!important;
}

.block-headernav--cart-count{
  background-color: #efcf8d!important;
  }

@media (max-width: 1199px){
.brand .block-headernav--item-list li:first-child {
    top: 25px!important;
}
}

@media (max-width: 375px){
.brand .block-headernav--item-list li:first-child {
    top: 28px!important;
}
}
/**/