/********************************************************************************↓初期値イニシャル化など↓***************************************************************/
/*キーワード検索虫眼鏡調整*/
.fs-p-searchForm__button::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    /*display: block;*/
    font-size: 2.6rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
}


a {
  color: initial;
  text-decoration: initial;
}
a:link {
  color: initial;
  text-decoration: initial;
}
a:visited {
  color: initial;
  text-decoration: initial;
}
a:hover {
  color: initial;
  text-decoration: initial;
}
a:active {
  color: initial;
  text-decoration: initial;
}
a.info_btn:link,
a.info_btn:visited {
  color: #b9a77e;
  text-decoration: none;
}

/*商品グループ販売開始前コメント*/
.fs-c-productListItem__salesPeriodNotice {
    background: #5A270A;
    color: #ffffff;
}

/*商品グループタグアイコンマージン*/
.fs-c-productMark > li {
    box-sizing: border-box;
    margin: 2px;
}

/* 商品グループブランドコメントオープン時にアニメーションを設定 */
details[open] .details-content {
  margin-top: 15px;
  animation: fadeIn 1.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details {
    padding: 2em;
    line-height: 180%;
    margin: 4em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
details p {
    margin: 0; 
    padding: 0;
}
summary{
    font-size:1.5em;
}


/*ログインログアウト表示*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/*商品詳細サイズテーブルセット*/
.comment_comment table{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
}
.comment_comment table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
.comment_comment table tr td:hover{
  background-color: #d4f0fd;
}
.comment_comment table tr td{
  text-align: center;
  border-left: solid 1px #eee;
  /*width: 25%;*/
  padding: 15px 0;
}

/*商品グループ在庫切れ表示*/
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    background: transparent;
    border: 1px solid #B9A77E;
    color: #B9A77E;
}

/*商品グループ*/
.fs-c-productMarks {margin-top:10px;}

/*商品枠*/
article.fs-c-productList__list__item.fs-c-productListItem {
    border: solid 1px #cccccc;
    margin: 4px;
}

/*商品番号枠*/
.fs-c-productNumber {
    border: 0;
    margin-bottom: -16px;
}
/*2点購入表示*/
.fs-c-mark--22 {
    color: #fff;
    background: #ff0000;
}
/*販売期間枠*/
.fs-c-salesPeriod__date {
    border: 1px solid #5A270A;
    font-size: 1.2rem;
    margin: 0;
    padding: 4px 8px;
    text-align: center;
    color: #5A270A;
}
/*商品詳細送料込み*/
.fs-c-productPostage{display:none;}

/*商品詳細販売期間枠*/
.fs-c-productSalesPeriod {
    border: 1px solid #B9A77E;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 8px;
    text-align: center;
}

/*商品詳細問い合わせボタンマージン*/
.fs-c-buttonContainer--inquiryAboutProduct{
margin-top:20px;
}

/*商品詳細パーツ間マージン*/
.fs-l-product4 .fs-l-productLayout > * > * {
    margin-bottom: 16px;
}
/*商品詳細説明枠*/
/*.fs-p-productDescription--full {
    border: 1px solid #b9a77e;
    padding: 20px;
    line-height: 1.7em;
}*/


.fs-p-productDescription--full {
  position: relative;
  width: 90%;
  margin: 0 auto;
padding: 2.5em;
    line-height: 2em;
}


.fs-p-productDescription--full::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left top / 23px 23px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right top / 23px 23px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) left bottom / 23px 23px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #ca4 20px, #ca4 23px, transparent 23px) right bottom / 23px 23px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left top / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right top / 51% 3px no-repeat,
    linear-gradient(90deg, transparent 20px, #ca4 23px) left bottom / 51% 3px no-repeat,
    linear-gradient(-90deg, transparent 20px, #ca4 23px) right bottom / 51% 3px no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) left top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) left bottom / 3px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #ca4 23px) right top / 3px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #ca4 23px) right bottom / 3px 51% no-repeat;
}

.fs-p-productDescription--full::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 1px #ca4;
}

.fs-p-productDescription--short {
    font-size: 1.5em;
    color: #DA5044;
}

/*バンドル商品選択時の見出し文字背景*/
.fs-c-cartTable__message,
.fs-c-cartBundleInfo__title{background:#B9A77E;
}

/*詳細検索チェックボックス*/
.fs-c-checkbox__checkMark {
  border: 2px solid #b9a77e;
}
/*詳細検索フォーム色*/
[type="hidden"],[type="text"],[type="search"],[type="tel"],[type="url"],[type="email"],[type="password"],[type="datetime"],[type="date"],[type="month"],[type="week"],[type="time"],[type="datetime-local"],[type="number"],
select,textarea {
  border: 1px solid #b9a77e;
  border-radius: 3px;
  padding: 3px 5px;
}
/*検索結果文字*/
.fs-p-productSearch__parameter {
  font-size: 1.2em;
  font-weight: bold;
}
/*ショッピングを続けるボタン*/
a.fs-c-button--continueShopping:link,
a.fs-c-button--continueShopping:visited {
  color: #fefefe;
}
/*フリーページアーティクル高さ調整*/
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 20px;
  margin-bottom: 20px;
}
* + .fs-c-documentColumn {
  margin-top: 0px;
}
.fs-c-specTable,
.fs-c-specTable__headerCell,
.fs-c-specTable__dataCell {
  border: 1px solid #b2b2b2;
  white-space: nowrap;
}
th.fs-c-specTable__headerCell{
  background:#FDFAF2;
}

/*注文完了画面リスト行間空け*/
ul.fs-c-list li {
  margin-bottom: 10px;
}
/*ビジター注文画面個人情報同意表示*/
span.fs-c-checkbox__labelText a,
span.fs-c-checkbox__labelText a:visited {
  text-decoration: underline !important;
}
/*グループ表示*/
.fs-c-subgroupList__item {
  flex-grow: 1;
  flex-basis: calc(50%);
  margin-top: -1px;
  max-width: 50%;
}
 /*グループ表示リスト*/
.fs-c-subgroupList > li {
  box-sizing: border-box;
  border: 1px solid #efefef;
}
/*商品詳細お問い合わせボタンメールアイコン*/
 .fs-c-button--inquiryAboutProduct span:before{
  content: "\f0e0";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-style: bold;
}
/*商品詳細価格大きさ*/
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
 font-size: 2.5em;
}

/*商品詳細価格表示*/
.fs-c-productPrice__main span{
letter-spacing: 0.05em;
}

.fs-c-productPointDisplay__label{display:none;}

span.fs-c-productPointDisplay__quantity:before{
  content: "\f540";
  color: #e56c48;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.5em;
padding-right:5px;
}

/************************************************************↓お買い物画面枠ボタン固定切り替えパターンここから↓**********************************************************/
@media screen and (min-width: 1801px) and (max-width: 1920px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    position: fixed;
    right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    position: fixed;
    right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    max-width: 90%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    position: fixed;
    right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    max-width: 80%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1366px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    position: fixed;
    right: 0;
  }
  [class^="fs-body-checkout"] .fs-l-checkout {
    display: flex;
    align-items: flex-start;
    max-width: 950px;
  }
}
/************************************************************↑お買い物画面ボタン固定切り替えパターンここまで↑**********************************************************/
/*送料の線*/
.fs-c-postage__list > dt, .fs-c-postage__list > dd {
    margin: 0;
    padding: 4px;
    border: 1px solid #eee;
}
/*個人情報保護方針*/
.fs-c-privacyPolicyAgreeField {
  margin-top: 50px;
  font-weight: bold;
}
/*メガメニューブランドリストボタン*/
.brandbtn {
  display: flex;
  margin-top: 15px;
}
.brandbtn a {
  margin-left: 10px;
  /* border: 1px solid #efefef; */
  background: #fff;
  display: block;
  width: 30px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.brandbtn a:first-child {
  margin-left: 0;
}
/*マイページホバー*/
ul.fs-c-accountService li:hover {
  opacity: 0.7;
}
/*ウェルカムメッセージアンダーバー*/
a .fs-p-welcomeMsg,
a .fs-p-memberInfo__points {
  text-decoration: none;
  border-bottom: 1px solid #45393e;
  /*padding-bottom: 1px;*/
  display: inline-block;
}
/*カートログインボタン*/
.fs-c-buttonContainer--unregisteredUserPurchase {
  margin-top: 10px;
}
/*会員ログイン背景*/
.fs-body-cart-login .fs-c-inputInformation__field {
  background: #fdfaf2;
  padding: 16px 32px;
}
/*トップページh2*/
.fs-p-heading--lv2:not(:first-child) {
  margin-top: initial;
}
.fs-p-heading--lv2 {
  margin: 20px auto;
}
/*お客様情報入力背景*/
.fs-c-agreementConfirmation__message {
  background: #fdfaf2;
  padding: 8px;
}
/*メルマガ申し込み背景*/
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background: #fdfaf2;
  padding: 16px 32px;
}
/*メルマガ停止背景*/
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background: #fdfaf2;
  padding: 16px 32px;
}
/*会員規約リスト*/
.fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #c0b08b;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  box-sizing: content-box;
}
.fs-c-orderedList > li .fs-c-orderedList {
  margin: 16px 0 16px 2px;
  padding-left: 8px;
  border-left: 2px solid #c0b08b;
}
/*送料地域*/
.fs-c-postage__list > dt {
  background: #fdfaf2;
}
/*特定商取引見出し*/
.fs-c-documentArticle__heading {
    background: #ffffff;
    color: #B9A77E;
    font-size: 2.1rem;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 4px 8px;
    text-align: center;
border-bottom:1px solid #B9A77E;
}

/*ポイント履歴線初期化*/
.fs-c-listTable > tbody {
  border-top: initial;
  border-bottom: initial;
}
/*ポイントについてタイトル*/
.fs-c-documentColumn__heading {
  color: #b9a77e;
  border-color: #b9a77e;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 8px;
}
/*注文履歴線*/
.fs-c-history__total dt,
.fs-c-history__total dd {
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
  padding-top: 8px;
}
/*注文詳細見出し*/
.fs-c-heading--section {
  color: #807052;
  margin: 8px 0;
}
.fs-c-orderDetailList__date,
.fs-c-orderDetailList__date + dd {
  background: #c0b08b;
  color: #ffffff;
}
.fs-c-orderDetailList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-gap: 0;
  border: 1px solid #c0b08b;
}
.fs-c-orderPerAddressee__heading {
  background: #c0b08b;
  color: #ffffff;
  margin: 8px 0;
  padding: 4px;
}
/*注文詳細表背景*/
.fs-c-deliveryInfoList > dt {
  background-color: #fdfaf2;
  font-weight: 400;
}
.fs-c-orderPaymentTable > thead > tr > th,
.fs-c-orderPaymentTable > tfoot > tr > th,
.fs-c-orderPaymentTable > tbody > tr > th {
  background: #fdfaf2;
  font-weight: 400;
}
/*注文詳細テーブル・線系*/
.fs-c-deliveryInfoList {
  border-color: #e5e5e5;
}
.fs-c-deliveryInfoList {
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto auto;
  grid-auto-flow: row;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.fs-c-deliveryInfoList > * {
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
  margin: 0;
  padding: 4px;
}
.fs-c-orderTotalTable > thead > tr th,
.fs-c-orderTotalTable > thead > tr td,
.fs-c-orderTotalTable > tfoot > tr th,
.fs-c-orderTotalTable > tfoot > tr td,
.fs-c-orderTotalTable > tbody > tr th,
.fs-c-orderTotalTable > tbody > tr td {
  border: none;
  border-top: 1px solid #e5e5e5;
  padding: 4px;
}
.fs-c-orderTotalTable > thead > tr:last-of-type,
.fs-c-orderTotalTable > tfoot > tr:last-of-type,
.fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #e5e5e5;
  padding: 4px;
}
.fs-c-orderPaymentTable > thead > tr th,
.fs-c-orderPaymentTable > thead > tr td,
.fs-c-orderPaymentTable > tfoot > tr th,
.fs-c-orderPaymentTable > tfoot > tr td,
.fs-c-orderPaymentTable > tbody > tr th,
.fs-c-orderPaymentTable > tbody > tr td {
  border: 1px solid #e5e5e5;
  padding: 4px;
}
/*注文詳細リンク*/
.fs-c-cartTable__dataCell--review a:link {
  color: #fff;
}
.fs-c-cartTable__dataCell--review a:visited {
  color: #fff;
}
.fs-c-cartTable__dataCell--review a:hover {
  color: #fff;
}
.fs-c-cartTable__dataCell--review a:active {
  color: #fff;
}
.fs-c-button--addReview--detail {
  white-space: nowrap;
}
.fs-c-addressBookList__list fs-c-listTable td {
  border: 1px solid#807052;
}
/*カートに入れるボタン下マージン*/
.fs-c-productQuantityAndWishlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  margin-bottom: 10px;
}
/*ご注文画面*/
.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
}
.fs-c-checkout-previewAndEdit__info {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  padding: 8px;
}
.fs-c-checkout-paymentMethod {
  border: 2px solid #fff;
}
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #b9a77e;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-paymentMethod.is-active {
  border: 2px solid #b9a77e;
}
.fs-c-checkout-paymentMethod__title {
  background: #fff;
  color: #333333;
}
.fs-c-checkout-delivery__method {
  background-color: #fdfaf2;
  padding: 8px;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #b9a77e;
}
.fs-c-radio__radioMark {
  border-color: #b9a77e;
}
/*お届け先追加*/
.fs-c-button--register {
  margin-right: 15px;
}
.fs-c-button--secondary.fs-c-button--addToAddressbook,
.fs-c-button--secondary.fs-c-button--addReview--guest {
  /* max-width: 240px;*/
}
/*レビュプロフィール背景*/
.fs-c-inputTable--child {
  background: #fdfaf2;
  display: block;
  padding: 8px;
}
/*レビュを書く戻るボタン*/
.fs-c-button--back {
  min-width: 240px;
}
.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active {
  color: #fff;
  text-decoration: none;
}
/*パスワード変更背景*/
.fs-body-my-account-password .fs-c-inputInformation__field {
  background-color: #fdfaf2;
  padding: 16px 32px;
}
/*レビュ投稿者マーク背景*/
.fs-c-reviewerStatus {
  background: #5b290c;
  border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin: 0 4px;
  min-width: 8em;
  padding: 4px 8px;
  text-align: center;
}
/*レビュを書く背景*/
.fs-c-aggregateRating__message {
  flex-basis: 100%;
  background: #fdfaf2;
  padding: 8px;
  text-align: center;
}
/*レビュを書くボーダー*/
.fs-body-review-write .fs-c-reveiwNotes {
  border: 1px solid #807052;
  border-width: 1px 0;
}
/*レビュ履歴背景*/
.fs-c-noResultMessage {
  background-color: #fdfaf2;
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}
/*レビュログイン背景*/
.fs-body-review-login .fs-c-inputInformation__field {
  background-color: #fdfaf2;
  padding: 16px 32px;
}
/*パスワード再設定背景*/
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-cardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
  background-color: #fdfaf2;
  padding: 16px 32px;
}
/*お気に入りリストスタイル*/
.fs-c-list li::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  margin: auto 4px auto -8px;
  border: 4px solid #b9a77e;
  border-radius: 50%;
  box-sizing: content-box;
}
/*クーポン情報*/
.fs-c-couponName__name {
  color: #807052;
  font-size: 1.8rem;
}
/*ポイント履歴背景*/
.fs-c-pointSummary [class$="--availablePoint"] {
  padding: 16px 8px 8px;
  background: rgba(253, 250, 242, 1);
}
.fs-c-pointSummary [class$="--limitedPoint"] {
  background: rgba(253, 250, 242, 1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
/*購入履歴線色*/
.fs-c-orderHistoryItem {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}
.fs-c-history__total dt,
.fs-c-history__total dd {
  border-top: 1px solid #8E5E5E5;
  margin-top: 8px;
  padding-top: 8px;
}
/*購入履歴ヘッダ*/
.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #e5e5e5;
  background: rgba(253, 250, 242, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 10px;
}
/*購入履歴ステータス*/
.fs-c-history__info {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}
.fs-c-history__term {
  color: #5a270a;
  font-weight: 400;
  font-size: 1.2rem;
}
/*ヘッダログインメニュー*/
.fs-p-headerUtilityMenu__list a::before {
  content: initial;
  border: initial;
  border-right-width: initial;
  border-left-color: initial;
  display: initial;
  height: initial;
  width: initial;
}
.fs-pt-menu__link::before,
.fs-pt-menu__link::after {
  font-family: initial;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
}
/*カートアイコン*/
.fs-p-scrollingCartButton__icon {
  font-size: 2.9rem;
}
/*ポイント表示*/
.fs-c-productPointDisplay {
    background: #fff;
    color: #39393e;
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    padding: 4px 8px;
    margin-bottom: 0 !important;
}
/*1ポイント＝1円表示*/
.point_1p=1yen {
    background: #fff;
    color: #39393e;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    padding-left: 8px !important;
}

/*商品並べ替え*/
.fs-c-sortItems__label {
  border: initial;
  /* background-color: #807052; */
  color: #39393e;
  line-height: initial;
}
/*ソートラベル*/
.fs-c-sortItems__list__item__label {
  display: block;
  padding: 4px 8px;
  border: 1px solid #b9a77e;
  border-right: 0;
}
/*ソートアクティブ*/
.fs-c-sortItems__list__item.is-active {
  background: #b9a77e;
  color: #ffffff;
}
.fs-c-sortItems__list > li {
  box-sizing: border-box;
}
/*ソート枠*/
.fs-c-sortItems {
  /*border: 1px solid #B9A77E;*/
  display: flex;
  align-items: stretch;
  font-size: 1.02rem;
}
/*ソート枠縦棒*/
.fs-c-sortItems__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 0px solid #b9a77e;
  border-right: 1px solid #b9a77e;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: nowrap;
}
/*カートに入れるホバー*/
.fs-c-button--plain:hover {
  color: initial;
  opacity: initial;
  text-decoration: initial;
}
/*商品一覧商品名非表示*/
.fs-c-productListItem__productName {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  margin: 8px 0;
  font-weight: normal;
  text-decoration: underline;
}
/*カート削除ボタン*/
th.fs-c-cartTable__headerCell--action {
  width: 95px;
}
/*ログインヘッダ*/
.fs-l-header--min {
  border-bottom: 0;
}
[type="hidden"]:focus,[type="text"]:focus,[type="search"]:focus,[type="tel"]:focus,[type="url"]:focus,[type="email"]:focus,[type="password"]:focus,[type="datetime"]:focus,[type="date"]:focus,[type="month"]:focus,
[type="week"]:focus,[type="time"]:focus,[type="datetime-local"]:focus,[type="number"]:focus,select:focus,textarea:focus {
  border-color: #807052;
  box-shadow: inset 0 0 1px #807052;
  outline: none;
}
/*詳細検索チェックボックス*/
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #b9a77e;
  border-color: #b9a77e;
}
/*カートボタンラベル*/
.fs-c-sortItems__label {
  border: initial;
}
/*common*/
b {
  display: block;
}
.center {
  text-align: center;
}
/*リンク基本*/
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}
/*検索ボタン*/
.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #b9a77e;
  background: #b9a77e;
}

.fs-p-inputGroup__button {
  background: #b9a77e;
  border: none;
  color: #ffffff;
  width: auto;
flex-shrink: 0;
}

/*パンくずリスト*/
.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding: 5px;
  max-width: 1200px;
}
.fs-c-breadcrumb__listItem a:link,
.fs-c-breadcrumb__listItem a:visited,
.fs-c-breadcrumb__listItem a:hover,
.fs-c-breadcrumb__listItem a:active {
  color: #b9a77e;
}
/*カートに入れるホバー*/
.fs-c-button--plain:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
/*お気に入りボタン*/
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
  color: #b9a77e;
}
/*ページネーション*/
.fs-c-pagination__item.is-active {
  background: initial;
  color: initial;
  background: #b9a77e;
  color: #ffffff;
}
/*詳細検索ボタン*/
.fs-p-productSearch__formSwitch {
  display: block;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  cursor: pointer;
  background: #b9a77e;
  line-height: 2;
  padding: 0 8px;
  color: #fff;
  font-weight: normal;
}
/*詳細検索背景*/
.fs-p-productSearch__form {
  background: #fdfaf2;
  padding: 32px;
  transform: translateY(-100%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
/*詳細検索見出し*/
.fs-c-inputTable__headerCell {
  padding: 2px;
}
/*詳細検索　検索ボタン*/
.fs-c-button--secondary {
  background: #b9a77e;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1.1em 1.6em;
  /*min-width: 180px;*/
  margin: 0 4px;
}
/*詳細検索　下線*/
.fs-p-productSearch {
  border-bottom: 1px solid #ededed;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: auto 1fr;
  grid-template: auto 1fr / 1fr auto;
  padding: 8px;
}
/*ブランド一覧*/
.fs-c-subgroupList__link {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background: rgba(253, 250, 242, 1);
  border: initial;
  color: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 1.2em;
  grid-template-columns: auto 1fr 1.2em;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  height: 100%;
  padding: 2%;
  text-decoration: none;
}
/*検索結果仕切り下線*/
.fs-c-productList__list__item {
  border-bottom: 1px solid #c5c5c5;
  padding: 20px 8px;
}
/***********商品一覧***********/
/*商品価格*/
.fs-c-productPrice:not(.fs-c-productPrice--listed)
  .fs-c-productPrice__main__price {
  color: #cc0000;
}
/*元の価格*/
.fs-c-productPrice--listed {
  display: flex;
  align-items: baseline;
  font-size: 0.9em;
}
/*.fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #1e5d9b;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
}*/
.fs-c-button--plain {
  /*font-size: 0.9em;*/
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  background-color: #b9a77e;
  /* border-radius:25px;　*/
  /*max-width:140px;*/
}
.red {
  color: #ff0000;
}
.fs-preview-header {
  display: none;
}
.info_box_left a:visited,
.info_box_right a:visited {
  color: #fff;
  text-decoration: none;
}
/*調整ここから*/
h1 {
  text-align: center;
  line-height: 1.4;
  top: 10px;
  font-size: 1.8em;
  color: #807052;
}
/*SPメニューボタン*/
#header .open {
  top: 0;
  z-index: 999;
  position: fixed;
  right: 0;
  margin: 15px;
  font-size: 0.6em;
}
#header .open i {
  font-size: 4em;
}
.dropshadow {
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}

/*メガメニュー調整*/
.Blog,
.drop-down-ul {
  z-index: 2;
}
/*トップ背景*/
.fs-body-top {
  background-color: #fdfaf2;
}
/*お知らせ表示*/
.fs-p-messageBoard {
  background-color: #fdfaf2;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #3c3c3c;
  margin: 0 auto 24px auto;
  padding: 16px;
  max-width: 900px;
}
/*ニュース見出し*/
.fs-p-heading--lv2 {
  border-bottom: none;
  color: #292929;
  font-size: 2.5rem;
  text-align: center;
}
/*ニュース*/
.fs-p-dateList > li {
  border: 0;
  padding: 8px 0 0;
}
.fs-pt-list__item {
  max-width: 900px;
  margin: 0 auto;
}
/*ニュース日付*/
.fs-p-dateList > li time:first-child {
  background: #5A270A;
  border-radius: 10px;
  padding: 0px 8px;
  font-size: 0.9em; */
}
/*新商品見出し背景*/
.new_products {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #292929;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0;
}
.fs-c-productListCarousel {
  background: #fff;
  margin-top: 0;
  padding: 80px 20px;
  width: 100%;
}
.fs-c-productListCarousel__list {
  max-width: 1020px;
}
.fs-l-footer {
  margin-top: 0px;
}
/*コンテンツボタン*/
.btn-icon_m {
  display: block;
  max-width: 320px;
  text-align: left;
  background-color: #b9a77e;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  position: relative;
  margin: 0px auto 0px auto;
}
.btn-icon_m:hover {
  opacity: 0.7;
}
.btn-icon_m:visited {
  color: #fff;
}
.btn-icon_m:active {
  color: #fff;
}
a.btn-icon_m {
  display: block;
  max-width: 320px;
  text-align: left;
  background-color: #b9a77e;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  position: relative;
  margin: 0px auto 0px auto;
}
a.btn-icon_m:hover {
  opacity: 0.7;
}
a.btn-icon_m:visited {
  color: #fff;
}
a.btn-icon_m:active {
  color: #fff;
}
a.btn-icon {
  display: block;
  max-width: 260px;
  text-align: left;
  background-color: #5a270a;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  border-radius: 8px;
  position: relative;
  margin: 20px auto 0px auto;
}
.btn-icon:before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-style: bold;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}
a.btn-icon:hover {
  opacity: 0.8;
}
a.btn-icon:visited {
  color: #fff;
}
a.btn-icon:active {
  color: #fff;
}
/*レビュー上マージン*/
.fs-c-aggregateRating {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
/*テキスト隙間空け*/
.fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価";
    flex: 1 0 100%;
    font-size: 1rem;
    line-height: 180%;
}

/*詳細検索ラジオボタン*/
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #b9a77e;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #b9a77e;
}
.fs-c-dropdown::after {
  background: #b9a77e;
  color: #fff;
}
/*商品詳細ボタン*/
.fs-c-buttonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 0;
  right: 0;
  /*padding-bottom:10px;*/
}
.fs-c-buttonContainer a:link {
  color: #fff;
}
.fs-c-buttonContainer a:visited {
  color: #fff;
}
.fs-c-buttonContainer a:hover {
  color: #fff;
}
.fs-c-buttonContainer a:active {
  color: #fff;
}
/*商品画像拡大ボタン*/
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  content: "\e912";
  font-size: 2.5rem;
}
.fs-c-button--viewMoreImage,
.fs-c-button--viewExtendedImage {
  border-radius: 25px;
  width: 38px;
}
/********************************************************************************↓PCカスタマイズここから↓***************************************************************/
@media (min-width: 1010px) {
/*商品詳細スペック*/
.comment_box{display: flex; border-top:1px solid #efefef; padding:15px 0; flex-wrap: wrap;}
.comment_title{width:10%;}
.comment_comment{width:90%;}

/*ブランドリストホバー*/
.brandcont a .brandname:hover{background:#FDFAF2;}

/*ニュース一覧ボタン*/
  ul.btn_box3 {
    display: flex;
    width: 1010px;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content:center;
  }
  ul.btn_box3 a  {
    border: 1px solid #C0B08B;
    padding: 10px;
    display: block;
    width: 220px;
    color: #fff;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    background:#C0B08B;
}

  /*アラートパネル高さ合わせ*/
  .fs-c-panelContainer {
    margin-top: 50px;
  }
  /*検索窓高さ合わせ*/
  .fs-p-searchForm__input {
    width: calc(100% - 2.2em);
    height: 30px;
  }
  /*システムページh1*/
  .fs-c-heading--page {
    border-bottom: 2px solid #807052;
    color: #807052;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
  }
  /*トップカルーセル*/
  .fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    width: 100%;
    max-width: 640px;
  }
  .fs-c-button--edit {
    width: 80px;
  }
  /*レビュを書く戻るボタン*/
  .fs-c-button--standard {
    background: #807052;
    border: 0px solid #bbbbbb;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.1em 1.6em;
    box-shadow: 0 0 2px #b2b2b2;
    max-width: 215px;
    margin: 0px 4px 0px 4px;
  }
  /*ご注文画面*/
  .fs-c-checkout-preview__title {
    color: #807052;
    border-bottom: 1px solid #807052;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0 0 8px;
    text-align: left;
  }
  /*カート背景*/
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    border: 1px solid #e5e5e5;
    padding: 8px;
  }
  /*カート表背景*/
  .fs-c-cartTable__headerCell {
    background-color: #fdfaf2;
    word-break: keep-all;
  }
  .fs-l-pageMain {
    max-width: 1216px;
    width: 100%;
    padding-bottom:50px;
    /*min-height: 540px;*/
  }
  .fs-c-productMainImage {
    position: relative;
    width: 90%;
  }
  .fs-c-productPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    /*width: 45%;*/
  }
  /*レビューの線*/
  .fs-c-reviewList__item:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .fs-c-reviewList__item {
    border-bottom: 1px solid #e5e5e5;
    /*display: flex;*/
    flex-direction: column;
    padding: 16px 8px;
  }
  /*検索ボタン*/
  .fs-p-searchForm__button::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /*詳細検索・検索ボタン*/
  .fs-p-productSearch__searchButton::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e932";
    font-size: 2.4rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    text-align: center;
    width: 1em;
    height: 1em;
  }
  /*カートボタン*/
  .fs-p-scrollingCartButton {
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 9;
    width: 65px;
    height: 65px;
  }
  .fs-p-cartItemNumber {
    background: #e25b33;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .fs-p-scrollingCartButton__button {

    background:#B9A77E;
    border-radius: 10px 0 0 10px;
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 9px;
    position: relative;
    text-align: center;
  }
  .fs-l-header {
    display: block;
    padding-top: 8px;
    height: 100%;
    /*background-image: url(https://xsell.itembox.design/item/head_bg.jpg);*/
    background-size: cover;
    background-position: center;
  }
  /*検索窓*/
  .fs-p-searchForm {
    float: right;
    z-index: 1;
    padding-top: 16px;
    padding-left: 30px;
    width: 270px;
  }
  /*ウィジェットカルーセル*/
  .fs-c-productListCarousel {
    background: #fff;
    padding: 80px 20px;
    width: 100%;
  }
  /*ニュース下線*/
  .fs-pt-list__item a:hover {
    text-decoration: underline;
  }
  /*検索結果画像拡大アイコン*/
  .fs-c-productListItem {
    position: relative;
  }
  .fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 8px;
    opacity: 0.7;
  }
  /*会員登録トップへ戻る*/
  .fs-c-button--myPageTop {
    min-width: 180px;
  }
  /*会員登録ボタン*/
  .fs-c-button--primary {
    background: #b9a77e;
    border: 1px solid #b9a77e;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    /*box-shadow: 0 0 2px #b2b2b2;*/
    margin: 0px 4px 0px 4px;
  }
  .fs-c-button--editReview {
    width: 180px;
  }
  .fs-c-button--confirmChange {
    width: 160px;
  }
  .fs-c-button--settings {
    width: 160px;
  }
  .fs-c-button--change {
    width: 180px;
  }
  .fs-c-button--edit {
    width: 85px;
  }
  .fs-l-header__welcomeMsg,
  .fs-l-header__welcomeMsg.is-ready {
    display: block;
    z-index: 999;
    font-size: 0.95em;
    /*float: left;*/
    margin-left: 10px;
    margin-top: 5px;
  }
  .info_mark {
    /*background: #fff;*/
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .shop_info {
    max-width: 1100px;
    margin: 30px auto;
  }
  .shop_info_left {
    float: left;
    width: 490px;
  }
  .shop_info_left img {
    width: 490px;
  }
  .shop_info_right {
    float: left;
    width: 500px;
    margin-left: 30px;
  }
  .fs-c-buttonContainer--loginAndPurchase {
    width: 180px;
    margin: 0 auto;
  }
/*カートモーダルボタン*/
#modal-open {
    width: 70%;
    height: auto;
    background-size: 100%;
    background-color: #e56c48;
    border: 0px;
    padding: 4% 3%;
    margin: 40px auto 2% auto;
    font-size: 1.1em;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
}

  /*会員登録テーブル位置*/
  /*.fs-c-specTable{margin:0 auto;}*/
}
/********************************************************************************↓SPカスタマイズここから↓***************************************************************/
@media (max-width: 1009px) {
/*商品詳細スペック*/
.comment_box{border-top:1px solid #efefef; padding:15px 0;}

/*商品詳細問い合わせ*/
.fs-c-button--inquiryAboutProduct{width:100%:display:block;}

/*カートモーダルボタン*/
#modal-open {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-color: #e56c48;
  border: 0px;
  padding: 3% 4%;
  margin: 40px auto 2% auto;
  font-size: 1.1em;
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
}
#modal-open:hover {
  opacity: 0.7;
}

#modal-open1 {
    width: 100%;
    height: auto;
    background-size: 100%;
    background-color: #e56c48;
    border: 0px;
    padding: 4% 4%;
    /* margin: 40px auto 2% auto; */
    font-size: 1.3em;
    color: #fff;
    /* border-radius: 3px; */
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
#modal-open1:hover {
  opacity: 0.7;
}


.fs-l-pageMain {
  width: 100%;
  padding: 8px;
}

/*ご注文手続きに進むテキスト高さ*/
.fs-c-cartPayment p, .fs-c-payWithAmazon p {
    margin: 0 0 20px;
}
/*ニュース一覧ボタン*/
  ul.btn_box3 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content:center;
  }
  ul.btn_box3 a li {
    border: 1px solid #C0B08B;
    padding: 10px;
    display: block;
    width: 220px;
    color: #fff;
margin:10px;
    border-radius: 10px;
    text-align: center;
    background:#C0B08B;
}

  /*メニューミドルクラスナビ矢印*/
  .dd_menu_item::after {
    content: "〉";
    position: absolute;
    color: rgb(216, 216, 216);
    right: 10px;
    top: 20%;
  }
  /*マイページ系変更ボタン*/
  .fs-c-button--purchaseHere,
  .fs-c-button--register,
  .fs-c-button--confirmChange,
  .fs-c-button--settings,
  .fs-c-button--cancel {
    width: 160px;
  }
  /*会員登録テーブル*/
  .fs-c-specTable,
  .fs-c-specTable__headerCell,
  .fs-c-specTable__dataCell {
    margin: 0 auto;
  }
  .info_mark {
    /*background: #fff;*/
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .xsellinfo {
    background: #4f1311;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .shop_info {
    width: 90%;
    margin: 10px auto;
  }
  .shop_info_left {
    width: 90%;
    margin: 20px auto;
  }
  .shop_info_left img {
    width: 100%;
  }
  .shop_info_right {
    width: 90%;
    margin: 20px auto;
  }
  /*全体メインエリア*/
  .fs-l-main {
    margin: 0px auto;
  }
  /*システムページh1*/
  .fs-c-heading--page {
    border-bottom: 2px solid #807052;
    color: #807052;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 0.6em;
    text-align: center;
  }
  /*グループページャー*/
  .fs-c-subgroup {
    margin: 0;
  }

  .fs-p-headerUtilityMenu__list > li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .fs-p-headerUtilityMenu__list.is-ready {
    display: block;
    padding-top: 10px;
  }
  .fs-l-header__welcomeMsg,
  .fs-l-header__welcomeMsg.is-ready {
    display: block;
    z-index: 999;
    font-size: 0.9em;
    float: left;
    margin-left: 5%;
    margin-top: -10px;
   line-height: 200%;
  }
  .fs-c-button--editReview {
    width: 180px;
  }
  .fs-c-button--loginAndPurchase {
    width: 240px;
  }
  .fs-c-button--plain {
    /*font-size: 0.8em;*/
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.5em;
    color: #fff;
    background-color: #b9a77e;
    /* border-radius: 25px; */
    /*min-width: 48%;*/
  }
  /*お届け先件数表示*/
  .fs-c-addressBookList__count {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: right;
    margin-top: 20px;
  }
  /*退会ボタン空白*/
  .fs-c-buttonContainer--pair {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-row-gap: 20px;
  }
  /*会員登録トップへ戻る*/
  .fs-c-button--myPageTop {
    min-width: 48%;
  }
  /*ご注文画面*/
  .fs-c-checkout-preview__title {
    border-bottom: 1px solid #807052;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0 0 8px;
    text-align: center;
  }
  .fs-c-button--chooseDestination {
    margin-top: 10px;
  }
  /*カートボタン仕切り線削除*/
  .fs-c-cartTable__actionButton__container
    + .fs-c-cartTable__actionButton__container {
    border: 0px solid #b2b2b2;
  }
  /*PC版ログイン非表示*/
  .fs-l-header__contents nav.fs-p-headerUtilityMenu {
    display: none;
  }
  /*SP版ログイン調整*/
  .global-nav nav.fs-p-headerUtilityMenu {
    /*float: left;*/
    padding-top: 5px;
    /*margin-left: 20px;*/
  }
  .fs-p-scrollingCartButton {
    position: fixed;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 1;
  }
  .fs-p-scrollingCartButton {
    position: fixed;
    right: 45px;
    top: 5px;
    z-index: 1;
  }
  .fs-p-scrollingCartButton__button {
    background: #464646;
    border-radius: 0px;
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 0.5em;
    position: relative;
    text-align: center;
  }
  .fs-p-scrollingCartButton__button:visited {
    color: #464646;
  }
  .fs-p-scrollingCartButton__button:visited {
    color: #464646;
  }
  .fs-p-scrollingCartButton__button {
    background-color: rgba(255,255,255,0);
    border-radius: 0px;
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 0.5em;
    position: relative;
    text-align: center;
  }
  .fs-p-scrollingCartButton__icon {
    font-size: 3rem;
    color: #464646;
  }
  /*カートラベル*/
  .fs-p-scrollingCartButton__label {
    display: none;
  }
  /*メニュー検索窓*/
  .fs-p-searchForm {
    margin: 20px auto 30px auto;
    width: 80%;
  }
  /*検索結果検索窓*/
  .fs-p-searchForm2 {
    margin: 30px auto 30px auto;
    width: 80%;
  }

  /*検索結果検索窓2*/
  .fs-p-searchForm3 {
    margin: 5px auto 30px auto;
    width: 80%;
  }

  .fs-l-header {
    display: block;
    padding-top: 0px;
    height: 100%;
  }
  .fs-l-header__contents {
    display: block;
    height: 48px;
    font-size: 0.7em;
  }
  .fs-p-logo {
    padding: 5px 0px 5px 0px;
    height: 48px;
  }
  .fs-p-logo__lead {
    display: none;
  }
  .m_menu {
    margin-bottom: 0;
    padding-left: 0;
  }
  .m_menu li a{color:#666;}
  .submenu {
    padding-left: 5px;
  }
  .submenu__item {
    list-style: none;
    padding-left: 0;
  }
  .fs-p-logo__image {
    max-height: 40px;
  }
  nav.mn {
    margin-top: 0px;
  }
  nav.mn ul {
    border-top: none;
    flex-wrap: wrap;
  }
  nav.mn ul li {
    line-height: 1.25;
    border: none;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
  }
  /*nav.mn ul li:first-child {
    border-top: 1px solid #f2f2f2;
  }*/
nav.mn ul li a {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #fff;
    width: 50%;
    margin: 0;
    padding: 12px 8px 12px 12px;
    box-sizing: border-box;
    background: #B9A77E;
    background-size: 5.6px 11px;
    font-size: 0.7em;
    display: flex;
    align-items: center;
}
  /*検索結果画像拡大アイコン*/
  .fs-c-productListItem {
    position: relative;
  }
  .fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    top: 20px;
    opacity: 0.7;
    right: 8px;
    border-radius: 10px 0 0 10px !important;
  }
  .fs-c-button--primary {
    background: #b9a77e;
    border: 1px solid #b9a77e;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    /* box-shadow: 0 0 2px #b2b2b2; */
    margin: 0px 4px 0px 4px;
    min-width: initial;
  }
  .fs-c-button--standard {
    background: #807052;
    border: 0px solid #bbbbbb;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1.1em 1.6em;
    box-shadow: 0 0 2px #b2b2b2;
    margin: 0px 4px 0px 4px;
  }
}
/********************************************************************************↑SPカスタマイズここまで↑***************************************************************/
/********************************************************************************↓全体カスタマイズここから下に追記していく↓***************************************************************/
html,
body,
.container,
.scroller {
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
}
body {
  margin: 0;
  padding: 0;
font-family: /*"Yu Gothic", "YuGothic",*/'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-weight: 500;
font-size:1.1em;
/*font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/*     *, :after, :before {
  box-sizing: border-box;
}*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**common**/
/*ヘッダ*/
header {
  background-color: #fdfaf2;
  padding-top: 10px;
}
header a {
  /*display: block;*/
}
header a:hover {
  opacity: 0.7;
}
/*PCグローバルメニュー*/
.exo-menu {
  /*float: left;*/
  list-style: none;
  background: #fff;
  display: block;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
.exo-menu > li {
  display: inline-block;
  float: left;
}
.exo-menu > li > a {
  color: #5a270a;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px #efefef solid;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  background: #5a270a;
  color: #fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
z-index:999;
}
/*li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
height:60px;
}*/
li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
.drop-down-ul {
  display: none;
}
.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}
li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  color: #3f3f3d;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #fdfaf2;
  border-bottom: 1px solid #efefef;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul > li > a,
.flyout-left ul > li > a {
  border-bottom: 1px dotted #b8c7bc;
}
/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100vh;
  padding: 15px;
  min-width: 742px;
}
h4.row.mega-title {
  color: #3f3f3d;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}
/*mega menu*/
.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-top: 0;
  min-height: 50vh;
  z-index: 999;
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}
h4.row.mega-title {
  color: #3f3f3d;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  padding-top: 26px;
  border-bottom: 1px solid #5a270a;
  width: 99.5%;
}
ul.drop-down-ul {
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  opacity: 0.9;
}
.mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
  color: #3f3f3d;
}
ul.stander li a {
  padding: 3px 0px;
}
ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}
ul.description li span {
  color: #5a270a;
  font-size: 85%;
  line-height: 120%;
}
a.view-more {
  color: #c65f9e !important;
  margin-top: 15px;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover {
  color: #333;
  text-decoration: underline;
}
ul.icon-des li a i {
  color: #5a270a;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  line-height: 35px !important;
}
ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
.bland_box {
  display: flex;
  margin-top: 10px;
}
/*Blog DropDown*/
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #fdfaf2;
  padding-bottom: 15px;
z-index:999;
}
.Blog .blog-date {
  color: #3f3f3d;
  margin-top: 15px;
  font-weight: bold;
}
.Blog .blog-title {
  color: #3f3f3d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.Blog .blog-des {
  color: #3f3f3d;
  font-size: 90%;
  margin-top: 15px;
}
.Blog a.view-more {
  margin-top: 0px;
}
/*Images*/
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #5a270a;
  padding-bottom: 15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
  background-color: rgba(251, 243, 223, 0.98);
}
/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
  background-color: rgba(251, 243, 223, 0.98);
}

/*ブランドアイコンマージン*/
.bland_box a {margin-right:15px;}

/*トップへ戻るボタン*/
#goto_top {
  position: fixed;
  right: 6%;
  bottom: 8%;
  z-index: 2;
}
#goto_top a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #8b644a;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.7;
  font-size: 2em;
}
/*responsive*/
@media (min-width: 1010px) {
  /*header{height: 152px;}*/
  .iz_logo {
    float: right;
    margin-right: 10px;
  }
  .shop_logo {
    width: 230px;
    margin: 0 auto 10px;
  }
  /*ティッカー*/
  .ticker_message {
    background-color: #c0081e;
    text-align: center;
    color: #fff;
    line-height: 200%;
    font-size: 1.2em;
  }
  .exo-menu {
    display: flex;
    justify-content: center;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    justify-content: center;
    border-bottom: 1px dotted #efefef;
  }
  .exo-menu > li > a {
    display: block;
    padding: 20px 18px;
  }
  .mega-menu,
  .flyout-mega-wrap,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: absolute;
  }
  .flyout-right > ul {
    left: 100%;
  }
  .flyout-left > ul {
    right: 100%;
  }
  a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px 15px;
    font-size: 1.9em;
    /*background-color: #FFF;*/
    color: #5a270a;
    top: 0px;
    line-height: 48%;
    text-decoration: none;
    height: 60px;
  }
  a.toggle-menu span {
    font-size: 0.2em !important;
  }
  .content {
    width: 100%;
    /*margin: 0px 100px 0px 100px;*/
  }
  /*Slick*/
  .slick img {
    width: 100%;
    height: auto;
  }
  .list_table {
    margin: 0 auto;
  }
  .list_table,
  .list_table > dt,
  .list_table > dd {
    box-sizing: border-box;
  }
  .list_table > dt,
  .list_table > dd {
    padding: 1em;
    margin: 0px;
  }
  .list_table > dt {
    font-weight: bold;
    color: #999;
  }
  .list_table > dd {
  }
  .list_table dd span {
    font-weight: bold !important;
    color: #999;
  }
  .news {
    background-color: #fdfaf2;
  }
  .news h3 {
    padding: 30px;
    text-align: center;
    margin: 0;
  }
  .xsellinfo p {
    line-height: 200%;
    margin-top: 0;
  }
  .xsellinfo p a {
    color: #fff;
    text-decoration: none;
  }
  .xsellinfo h4 {
    color: #c0b08b;
    border-bottom: 1px solid;
    font-size: 26px;
    padding-bottom: 5px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  a.info_btn:hover {
    color: #b9a77e;
    text-decoration: none;
    opacity: 0.7;
  }
  .list_table > dd img {
    vertical-align: middle;
  }
  .no_pc {
    display: none;
  }
  .list_table {
    display: flex;
    flex-wrap: wrap;
    width: 750px;
  }
  .list_table > dt,
  .list_table > dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .list_table > dt {
    width: 15%;
  }
  .list_table > dd {
    width: 85%;
  }
  .xsellinfo {
    background: #4f1311;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .info_box {
    width: 1010px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .info_btn {
    border: 2px solid #b9a77e;
    display: block;
    color: #b9a77e;
    background: #fefefe;
    text-align: center;
    padding: 20px;
    margin: 30px auto;
    font-size: 1.3em;
    width: 280px;
  }
  .menu-trigger {
    display: none;
  }
  /*PCフッタコンテンツ*/
  .xsellinfo h3 {
    margin: 0px auto 30px auto;
    text-align: center;
  }
  .flexcontainer a:hover {
    text-decoration: none;
  }
  .flexcontainer {
    display: flex;
    width: 1010px;
    margin: 0px auto;
    /*flex-wrap: wrap;*/
  }
  .flexitem {
    width: 23%;
    margin: 1%;
  }
  .flexitem img {
    border: 1px solid #eee;
  }
  .info_circle {
  margin: 0 auto;
  text-align: center;
  background: #c0b08b;
  color: #fff;
  width: 150px;
  height: 150px;
  padding-top: 30px;
  border-radius: 15%;
  font-size: 1.1em;
  margin-bottom: 20px;
  }
  .info_circle:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .yellow {
    background: #c0b08b;
  }
  .green {
    background: #c0b08b;
  }
  .blue {
    background: #c0b08b;
  }
  .info_circle i {
    font-size: 5em;
  }
  /*PCエクセルとは*/
  .about_xsell {
    max-width: 1100px;
    margin: 50px auto 0px auto;
  }
  .mt_30 {
    margin-top: 30px;
  }
  .about_left {
    float: left;
    width: 50%;
    background: #291743;
    padding: 20px;
  }
  .about_pic {
    text-align: center;
    margin-top: 30px;
  }
  .about_pic img {
    width: 80%;
  }
  .about_left,
  .about_right p {
    color: #fff;
  }
  .about_right {
    float: right;
    width: 50%;
    background: #4f1311;
    padding: 20px;
  }
  .about_left a,
  .about_right a {
    color: #b9a77e;
  }
  .about_left a:hover,
  .about_right a:hover {
    color: #e0ca82;
  }
  /*フッタ*/
  footer {
    background: #fdfaf2;
    font-size: 0.8em;
    text-align: center;
    height: 150px;
  }
  .footer_ul {
    display: flex;
    padding-top: 20px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
  .footer_ul li {
    margin-left: 20px;
  }
  .footer_image {
    text-align: center;
    padding-top: 10px;
    margin: 20px auto;
  }
  .footer_image a img {
    width: 120px;
  }
  .footer_ul a:link {
    color: #5a270a;
    text-decoration: none;
  }
  .footer_ul a:visited {
    color: #5a270a;
    text-decoration: none;
  }
  .footer_ul a:hover {
    color: #5a270a;
    text-decoration: underline;
  }
  .footer_ul a:active {
    color: #5a270a;
    text-decoration: underline;
  }
}
/*タブレットサイズ調整*/
@media screen and (min-width: 1070px) {
  /*スライドコンテンツ*/
  .no_slide {
    display: none;
  }
  .new_item {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item_box .btn{
margin:5px;
position: absolute;
  }
  .item_box a {
    color: #39393e;
    /*margin:1%;*/
    width:180px;
  }
  .item_box a:hover,
  .item_box a img:hover {
    opacity: 0.7;
  }
.item_box {
    /* width: 221px; */
    border: 1px solid #ebebeb;
    /* box-shadow: 0 0 8px #efefef; */
    margin: 5px;
}
  .item_box img {
    width: 180px;
  }
  .item_box span {
    display: block;
  }
  .item_box span.bland_name {
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: Georgia,serif;
  }
.item_box span.item_comments {
    text-align: center;
    padding: 5px;
    /* width: 95%; */
    border-top: 1px solid #eee;
    /* margin: 0 auto; */
    font-size: 0.85em;
    line-height: 180%;
}

  .slider h3 {
    padding: 30px;
    text-align: center;
    margin: 0;
  }
  .bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
  }
  .bx-wrapper img {
    display: block;
    margin: 0px auto;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 1;
  }
}
@media (max-width: 1069px) {
  .no_tb {
    display: none;
  }
  .no_slide {
    background: #fff;
    padding-top: 5px;
  }
  div.no_slide h3 {
    padding: 30px;
    text-align: center;
    margin: 0;
  }
.new_item {
    margin: 0px auto;
    width: 90%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
  .new_item .btn{position: absolute;
  }
  .new_item .btn,
  .item_box .btn {
margin: 5px;
font-size:0.8em;
  }
 
  .item_box {
    width: 46%;
    border: 1px solid#EBEBEB;
    box-shadow: 0 0 2px #efefef;
    margin: 2%;
    position: relative;
  }
  .event_main {
    width: 80%;
    margin: 0 auto 30px auto;
    border: 1px solid #efefef;
    padding: 10px;
  }
  .event_main img {
    width: 100%;
  }

  .item_box img {
    width: 100%;
    height: auto;
  }

  .item_box span.bland_name {
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .item_box span {
    display: block;
  }
.item_box span.item_comments {
    text-align: center;
    padding: 8px 5px;
    width: 95%;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    font-size: 0.85em;
    line-height: 180%;
}
  ul.btn_box1 {
    display: block;
    width: 80%;
    margin: 10px auto 30px;
  }
  ul.btn_box1 li {
    padding: 20px;
    display: block;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color:#fff;
    background:#C0B08B;
  }
}
@media screen and (max-width: 600px) {
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    background: #fdfaf2;
    border-top: 1px solid #b2b2b2;
  }
  /*ポイント履歴枠線*/
  .fs-c-listTable > tbody > tr {
    border: 1px solid #e5e5e5;
  }
}
/*ポイント履歴PC体裁合わせ*/
@media screen and (min-width: 601px) {
  .fs-c-listTable th,
  .fs-c-listTable td {
    padding: 8px;
  }
  .fs-c-listTable > thead {
    border-top: 1px solid #e5e5e5;
    background-color: #fdfaf2;
    border-bottom: 1px solid #e5e5e5;
  }
  .fs-c-listTable > tbody > tr:nth-child(odd) {
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
  }
  .fs-c-listTable > tbody > tr:nth-child(even) {
    border-top: 1px solid #e5e5e5;
    background-color: #fdfaf2;
  }
  .fs-c-listTable {
    border-collapse: collapse;
    width: 100%;
    margin: 8px 0;
    border: 1px solid #e5e5e5;
  }
  .fs-c-listTable th,
  .fs-c-listTable td {
    border-right: 1px solid #e5e5e5;
    padding: 8px;
  }
  .fs-c-cartTable__headerCell {
    background-color: #fdfaf2;
    word-break: keep-all;
  }
}
@media screen and (min-width: 960px) [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  margin-top: 0;
  flex-grow: 1;
  flex-basis: 320px;
  min-width: 320px;
  position: relative;
}
/*スマホポイント履歴体裁合わせ*/
@media screen and (max-width: 600px) {
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: flex;
    border-bottom: 1px solid #eee;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td:last-child {
    border-bottom: 0;
  }
  .fs-c-continueShopping {
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  /*スマホマイページアイコン調整*/
  .fs-c-accountService__page {
    flex-basis: 48%;
    display: flex;
    align-items: stretch;
    height: 118px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 480px) {
  .fs-c-checkout-addressee__control {
    min-width: 192px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
/*スマホコンテンツ*/
@media (max-width: 1009px) {
  b {
    text-align: center;
  }
  .fs-c-button--topPage {
    margin-top: 10px;
  }
  /* 改造ここから */
  body.nav-open {
    overflow: hidden;
    /* コンテンツのスクロールを止める */
  }
  /*スマホ非表示*/
  .no_sp {
    display: none!important;
  }
/*スマホヘッダ*/
  #header_sp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    z-index: 1000;
    /*background-image: url(https://xsell.itembox.design/item/head_bg.jpg);*/
    background-size: cover;
    background-position: center;
    /*background-color: rgba(255,255,255,0.8);
    background-blend-mode:color-dodge;*/
  }
  .shop_logo_sp {
    width: 120px;
    margin: 0 auto 10px auto;
  }
  .shop_logo_sp img {
    width: 100px;
    padding-top: 0px;
  }
  /*ティッカー*/
  .ticker_message {
    background-color: #c0081e;
    text-align: center;
    color: #fff;
    line-height: 200%;
    font-size: 0.98em;
  }
  .global-nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    /*height: 100vh;*/
height: 100%;
    padding-top: 40px;
    /*padding-bottom: 50px;*/
    margin-bottom: 50px;
    /*background-color: #fff;*/
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
    -webkit-overflow-scrolling: touch;
    /* おまけで慣性スクロール */
   /* background-image: url(https://xsell.itembox.design/item/head_bg.jpg);*/
    background-color:rgba(255,255,255,1);
    /*background-blend-mode:lighten;*/
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    /* クリックしやすいように幅を指定 */
    height: 40px;
    /* クリックしやすいように高さを指定 */
    cursor: pointer;
    z-index: 300;
  }
  /*クラス名がddなのは途中でドロップダウンに作りなおそうと思ったから。でも時間がないのでやめた（笑）*/
  .dd_menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dd_menu_item {
    text-align: left;
    /* メニュー内の文字そろえ */
    padding: 0 14px;
    border-bottom: 1px solid #eee;
    position: relative;
    background:#fff;
  }
.dd_menu_item a {
    display: block;
    padding: 12px 0;
    /* border-bottom: 1px solid #eee; */
    text-decoration: none;
    color: #666;
}
  /*.dd_menu_item a:hover {
    background-color: #eee;
  }*/
  .hamburger__line {
    position: absolute;
    left: 8px;
    width: 18px;
    height: 1px;
    background-color: #111;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
padding-bottom:20px;
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 18px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 18px;
  }
  #hmt {
    top: 28px;
    position: relative;
    font-size: 90%;
  }
  /* 改造ここまで */
  #header {
    height: 50px;
    width: 100%;
  }
  .shop_logo {
    display: none;
  }
  .shop_logo img {
    display: none;
  }
  .iz_logo {
    display: none;
  }
  .exo-menu {
    display: none;
  }
  .list_table {
    width: 100% !important;
  }
  .list_table > dt,
  .list_table > dd {
    text-align: center;
  }
  .list_table > dd span {
    display: block;
  }
  .list_table > dd > ul {
    text-align: left;
  }
  .info_box_left {
    padding: 20px;
    background: #291743;
    opacity: 0.9;
    width: 100%;
    z-index: 0;
  }
  .info_box_right {
    padding: 40px;
    background: #551717;
    opacity: 0.9;
    width: 100%;
    z-index: 0;
  }
  .info_btn {
    border: 2px solid #b9a77e;
    display: block;
    color: #b9a77e;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    font-size: 1.3em;
    z-index: 0;
    background: #fff;
  }
  .menu__item {
    background: #fdfaf2;
    color: #999;
    cursor: pointer;
    display: block;
    /*margin-bottom: 1px;*/
  }
  .menu__item__link,
  .menu__item__link_none {
    color: #666;
    display: block;
    line-height: 48px;
    padding: 0 1rem;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .menu__item__link:hover {
    text-decoration: none;
  }
  .menu__item__link:visited {
    text-decoration: none;
  }
  .menu__item__link:after {
    background: #b9a77e;
    color: #fff;
    content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 48px;
    width: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
  .menu__item__link.on:after {
    content: "\f106";
  }
  .submenu {
    background: #fff;
    display: none;
  }
  .submenu__item {
    border-bottom: 1px dotted #eee;
    /*color: #222;*/
    padding: 1rem;
    text-decoration: none;
  }
  .xsellinfo h3 {
    margin: 0px auto 30px auto;
    text-align: center;
  }
  .xsellinfo h4 {
    color: #b9a77e;
    border-bottom: 1px solid;
    font-size: 1.8em;
    padding-bottom: 5px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  .flexcontainer {
    display: flex;
    flex-wrap: wrap;
  }
  .flexitem {
    width: 48%;
    margin: 1%;
  }
  .flexitem img {
    border: 1px solid #eee;
  }
  .info_circle {
    margin: 0 auto;
    text-align: center;
    background: #c0b08b;
    color: #fff;
    width: 140px;
    height: 140px;
    padding-top: 40px;
    border-radius: 20%;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .yellow {
    background: #c0b08b;
  }
  .green {
    background: #c0b08b;
  }
  .blue {
    background: #c0b08b;
  }
  .info_circle i {
    font-size: 3em;
  }
  /*エクセルとは*/
  .about_xsell {
    max-width: 1100px;
    margin: 0 auto;
  }
  .about_xsell p {
    width: 90%;
    margin: 0 auto;
    line-height: 200%;
  }
  .mt_30 {
    margin-top: 30px;
  }
  .about_left {
    width: 100%;
    background: #291743;
    padding: 20px;
  }
  .about_pic {
    text-align: center;
    margin: 30px 0 30px;
  }
  .about_pic img {
    width: 80%;
  }
  .about_left,
  .about_right p {
    color: #fff;
  }
  .about_right {
    width: 100%;
    background: #4f1311;

    padding: 20px;
  }
  .about_left a,
  .about_right a {
    color: #e0ca82;
  }
  /*SPフッタ*/
  footer {
    background: #fff;
  }
  .footer_ul {
    margin-top: 10px;
    margin-bottom: 30px;
    list-style: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
  }
  .footer_ul li {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin: 0;
  }
  .footer_ul:first-child {
    border-top: 1px solid #d8d8d8;
  }
  .footer_ul li:hover {
    opacity: 0.8;
  }
  .footer_ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
  .footer_ul li span {
    font-size: 12px;
    color: #666;
  }
  .footer_ul li::after {
    content: "〉";
    position: absolute;
    color: #d8d8d8;
    right: 10px;
    top: 30%;
  }
  .foot_copy {
    padding: 20px;
    background: #fdfaf2;
    font-size: 0.9em;
  }
  /*商品並び替え*/
  .fs-c-sortItems {
    display: flex;
    align-items: stretch;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }

  .fs-c-productPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    /*width: 45%;*/
  }
  .fs-c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-bottom:10px;*/
  }
  /*参考価格*/
  .fs-c-productPrice__main__label {
    font-size: 0.75em;
  }
  /*税込み*/
  .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.1;
    font-size: 0.75em;
  }
  .fs-c-productMainImage {
    position: relative;
  }
  /*メニューログアウト*/
  .mb_logout {
    margin: 30px auto 0 30px;
    font-size: 0.9em;
  }
}
/*↑SPカスタム終了*/

/*ヘッダログイン部分*/
/*1111*/
.fs-p-headerUtilityMenu{

}
.fs-p-headerUtilityMenu__list a::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f007";
  margin-right: 3px;
  color: #ffffff;
}
.fs-p-headerUtilityMenu__list a:link {
  color: #ffffff;
}
.fs-p-headerUtilityMenu__list a:visited {
  color: #ffffff;
}
.fs-p-headerUtilityMenu__list a:hover {
  color: #ffffff;
}
.fs-p-headerUtilityMenu__list a:active {
  color: #ffffff;
}
/*カートボタン非表示*/
.fs-c-button--addToCart--list {
  display: none;
}
/*商品詳細ボタン調整*/
.fs-c-returnedSpecialContract__link a:link,
.fs-c-returnedSpecialContract__link a:visited {
  text-decoration: underline;
}
/*レビュー*/
.fs-c-button--viewAllReviews,
.fs-c-button--addReview--detail {
  width: 180px;
  margin-top: 20px;
}
/*商品画像*/
.fs-c-productThumbnail__image.is-active > img {
  border: 1px solid #b9a77e;
}
/*モーダル*/
#modal-content {
    width: 95%;
    max-width: 600px;
    /* margin: 2em auto 0; */
    padding: 10px 2%;
    background: #fff;
    z-index: 999999;
    position: fixed;
    display: none;
    overflow-y: auto;
    max-height: calc(85vh - 2em);
}

#modal-overlay {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
/*モーダル閉じるボタン*/
#modal-content p {
  margin-top: 20px;
}

/*在庫表示*/
.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
  margin-top: 20px;
  background: #fdfaf2;
  padding: 4px;
  text-align: center;
}
/*商品詳細商品名*/
.fs-c-productNameHeading {
  font-weight: 400;
}
/*商品拡大ボタン*/
.fs-c-button--viewExtendedImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
/*会員登録アナウンスタイトル*/
.fs-p-announcement__title {
  color: #807052;
  padding-top: 20px;
}
/*会員登録アナウンス*/
.fs-p-announcement {
  /*max-width:900px;*/
  margin: 0 auto 30px auto;
}
.w900 {
  max-width: 600px;
}
/*会員登録背景*/
.fs-body-login .fs-c-inputInformation__field {
  background: rgba(253, 250, 242);
  padding: 16px 32px;
}
/*サブセクションタイトル*/
.fs-c-subSection__title {
  border-bottom: 1px solid #807052;
  color: #807052;
  font-size: 1.8rem;
}
/*ログインラベル*/
.fs-c-inputTable__label {
  color: #39393e;
}
/*会員登録ボタン*/
.fs-c-buttonContainer--memberRegister {
  margin-top: 20px;
}
/*マイページ背景*/
.fs-p-accountInfo {
  background: #fdfaf2;
  color: #39393e;
  padding: 8px;
}
/*マイページタイル*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink {
  background: #b9a77e;
  border: 1px solid #b9a77e;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/*マイページタイルアイコン*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete)
  .fs-c-accountService__pageLink__label::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}
/*ヘッダメニューポイント表示*/
.fs-p-memberInfo__points {
  color: #c98696;
}
/********ご注文手続き派生部分********/
.fs-c-button--addAddressee,
.fs-c-button--setDestination {
  background-color: #b9a77e;
}
/*お届け先変更画面*/
.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #b9a77e;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #b9a77e;
}
.fs-c-checkout-checkoutMethodList--uncollapsed
  .fs-c-checkout-checkoutMethod:not(.is-active)
  .fs-c-checkout-checkoutMethod__title:not(.is-active) {
  background: #fdfaf2;
}
.fs-c-checkout-checkoutMethodList--uncollapsed
  .fs-c-checkout-checkoutMethod:not(.is-active) {
  border: 2px solid #fdfaf2;
}
.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #b9a77e;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-pointSetting {
  border: 2px solid #fff;
}
.fs-c-checkout-pointSetting.is-active {
  border: 2px solid #b9a77e;
}
.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #b9a77e;
  color: #f7f7f7;
  color: #ffffff;
}
.fs-c-checkout-pointSetting__title {
  background: #fff;
  color: #333333;
}
.fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #b9a77e;
}
.fs-c-checkout-deliveryMethod__option__setting {
  background-color: #fdfaf2;
  padding: 8px;
  margin: 8px 0;
}
.fs-c-buttonContainer--viewOrderHistoryDetail {
  justify-content: left;
  margin-left: 10px;
}
.fs-c-button__label {
  white-space: nowrap;
}
.fs-c-subgroupList__item a {
  background-color: #fff;
}
/*グループページネーションスペース空け*/
.fs-c-subgroupList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 1px 0 0 1px;
}
/*商品一覧グループ表示調整ここから*/
@media screen and (min-width: 1200px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    max-width: 300px;
  }
}
@media screen and (min-width: 830px) and (max-width: 1199px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    min-width: 130px;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 829px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    min-width: 90px;
    max-width: 160px;
  }
}
/*商品一覧グループ表示調整ここまで*/
/*グループ表示アイコン*/
.fs-c-subgroupList__link::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #807052;
  content: "\e90c";
  font-size: 2.2rem;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}
.fs-c-subgroupList__link:hover {
  background: #fdfaf2;
}
/*-------------------------------------------------------------------------------フリーページのみ----------------------------------------------------------------------------------*/
/*フリーページ.css*/
/*システムから移植ページアンカー高さ*/
@media screen and (min-width: 1010px) {
  #anc__a,#anc__b,#anc__c,#anc__d,#anc__e,#anc__f,#anc__g,#anc__h,#anc__i,#anc__j,#anc__k,#anc__l,#anc__m,#anc__n,#anc__o,#anc__p,#anc__q,#anc__r,#anc__s,#anc__t,#anc__u,#anc__v,#anc__w,#anc__x,#anc__y,#anc__z {
    display: block;
    height: 50px;
  }
}
@media screen and (max-width: 1009px) {
#anc__a,#anc__b,#anc__c,#anc__d,#anc__e,#anc__f,#anc__g,#anc__h,#anc__i,#anc__j,#anc__k,#anc__l,#anc__m,#anc__n,#anc__o,#anc__p,#anc__q,#anc__r,#anc__s,#anc__t,#anc__u,#anc__v,#anc__w,#anc__x,#anc__y,#anc__z {
    display: block;
    height: 50px;
  }
}
/*ブランドリストアンカー*/
#anc_a,#anc_b,#anc_c,#anc_d,#anc_e,#anc_f,#anc_g,#anc_h,#anc_i,#anc_j,#anc_k,#anc_l,#anc_m,#anc_n,#anc_o,#anc_p,#anc_q,#anc_r,#anc_s,#anc_t,#anc_u,#anc_v,#anc_w,#anc_x,#anc_y,#anc_z,#anc_etc {
  height: 40px;
  display: block;
}
/*フリーページ用ボタン*/
a.fs-pt-menu__link,
a.simple_square_btn {
  display: block;
  position: relative;
  width: 190px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #b9a77e;
  margin: 10px auto 0px auto;
}
a.fs-pt-menu__link:hover,
a.simple_square_btn:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
.simple_square_btn span,
.simple_square_btn img {
  vertical-align: middle;
}
.tbl-r02 th span {
  font-size: 0.75em;
}
#mainttl {
  font-size: 26px;
}
.element a:link {
  color: #fff;
}
.element a:visited {
  color: #fff;
}
.element a:hover {
  color: #fff;
}
.element a:active {
  color: #fff;
}
#list_z,
#list_homeitem {
  margin-bottom: 50px;
}
/*ショッピングガイドテーブル*/
.tbl-r02 {
  margin-left: 2%;
  margin-bottom: 30px;
  width: 80%;
}
.tbl-r02 th {
  background: #f0f0f0;
  border: solid 1px #fff;
  color: #333;
  padding: 20px;
  width: 25%;
  /*font-weight:normal;*/
}
.tbl-r02 td {
  border: solid 1px #fff;
  background: #fafafa;
  padding: 20px;
}
.tbl-r03 {
  margin-bottom: 20px;
  margin-left: 2%;
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
}
/*ギフトラッピング*/
.giftcontainer {
  display: flex;
  justify-content: center;
}
.giftflexitem {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
.giftflexitem img {
  width: 90%;
  height: auto;
}
.giftflexitem img .gsecond {
  margin: 0 2% 0 2%;
}
/*アイテムリスト、ブランドリスト最後の要素高さ*/
.br_end {
  margin-bottom: 70px;
}
@media (min-width: 1010px) {
  @charset "utf-8";
  /* CSS Document */
  #wrapper {
    max-width: 1216px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*高さ出しアンカー*/
  #anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08 {
    display: block;
    height: 40px;
  }
  /*
#ftsn{
    margin-bottom: 100px;
    background-position: right top;
    background-repeat: no-repeat;
}
*/
  #corporate_info {
    margin-bottom: 100px;
    background-image: url(https://xsell.itembox.design/item/syaoku.jpg?t=20230114162346);
    background-position: right top;
    background-repeat: no-repeat;
    margin-right: -20px;
  }
  .midashi {
    font-size: 24px;
    color: #2b2b2b;
    line-height: 1.5em;
    position: relative;
    padding: 0 20px;
    width: 100%;
    /* margin-top: 20px; */
  }
  .midashi:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(242, 70, 173), transparent);
    background: -webkit-linear-gradient(
      to right,
      rgb(242, 70, 173),
      transparent
    );
    background: linear-gradient(to right, rgb(192, 176, 139), transparent);
  }
  .midashi span {
    font-size: 16px;
    color: #b9a77e;
    vertical-align: text-top;
    margin-left: 5px;
  }
  .midashi2 {
    font-size: 18px;
    color: #363636;
    line-height: 1.5em;
    text-align: center;
  }
  .order_image {
    display: flex;
    flex-wrap: wrap;
  }
  .order_image li {
    width: 16.6%;
  }
  .text {
    color: #2b2b2b;
    line-height: 1.7em;
    letter-spacing: 2px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  ul.sg {
    list-style-type: circle;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .e-cross_images {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
  }
  /*.orderflow_txt {
    margin-top: 20px;
    margin-bottom: 30px;
}*/
  .orderflow_txt ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    background: #ffffff;
    width: 98%;
  }
  .orderflow_txt ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
  }
  .orderflow_txt ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #b9a77e;
    color: white;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .notice ul {
    border: solid 2px #b9a77e;
    padding: 0.5em 1em 0.5em 2.3em;
    width: 95%;
    position: relative;
    margin: 0 auto 30px auto;
  }
  .notice ul li {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0.5em 0;
    list-style-type: none !important;
    /*ポチ消す*/
  }
  .notice ul li:before {
    /*疑似要素*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    content: "＊";
    position: absolute;
    left: 1em;
    /*左端からのアイコンまで*/
    color: #b9a77e;
    /*アイコン色*/
  }
  .payment_img {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .card {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 10px;
  }
  .cod {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 0;
  }
  .banktransfer {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 0;
  }
  .other {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 0 10px 0;
  }
  /*小見出し*/
  .p_komidashi {
    font-size: 18px;
    font-weight: bold;
    color: #807052;
    border-bottom: solid 1px #c0b08b;
    width: 60%;
    margin: 20px 0 15px 0;
    padding: 5px 0 10px 5px;
  }
  .c_infoimg {
    width: 95%;
    margin: 0 auto 30px auto;
    border: 1px solid #efefef;
    padding: 10px;

  }
  .c_infoimg p {
    margin-bottom: 30px;
  }
  .p_section {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .c_lavel {
    margin-right: 10px;
  }
  .description_txt {
    font-size: 14px;
    line-height: 1em;
  }
  .description_txt_y {
    font-size: 16px;
    line-height: 1em;
  }
  .st_txt {
    color: #2a3539;
    font-size: 21px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
  }
  .notice_txt {
    color: #b9a77e;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
  }
  .wrapping_txt {
    font-size: 1.1em;
    line-height: 2em;
    padding: 0 3% 0 3%;
    margin: 20px 0 20px 0;
  }
  .wrapping_txt > div > span {
    color: #b9a77e;
    margin-right: 5px;
  }
  .description_txt2 {
    font-size: 1em;
    line-height: 2em;
    margin-left: 1em;
  }
  .b_space {
    height: 70px;
  }
  #noshi_txt {
    font-size: 16px;
    line-height: 1.3em;
  }
  #noshi_txt h4 {
    font-size: 21px;
    line-height: 1em;
  }
  #haiso_txt {
    font-size: 16px;
    line-height: 1.5em;
  }
  .delivery_img {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .time_am {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_am img {
    width: 100%;
  }
  .time_14 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_14 img {
    width: 100%;
  }
  .time_16 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_16 img {
    width: 100%;
  }
  .time_18 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_18 img {
    width: 100%;
  }
  .time_19 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_19 img {
    width: 100%;
  }
  .souryoumuryou {
    text-align: center;
    font-size: 28px;
    line-height: 3.5em;
    color: #006fba;
    font-weight: bold;
    text-decoration: underline;
  }
  .koukanhenpin {
    text-align: center;
    font-size: 28px;
    line-height: 2em;
    color: #006fba;
    font-weight: bold;
    text-decoration: underline;
    margin: 50px 0 70px 0;
  }
  .koukanhenpin span {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    color: #006fba;
  }
  .description_txt3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    margin-left: 20px;
  }
  .description_txt4 {
    font-size: 14px;
    line-height: 2em;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .icon_img {
    position: relative;
    margin: 2px 5px 0 2px;
    vertical-align: middle;
  }
  /*メニューボタン角マル*/
  .naviwrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .menu_title {
    font-size: 20px;
    color: #2b2b2b;
    line-height: 1.5em;
    position: relative;
    padding: 0.25em 0;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
  }
  /*線*/
  hr.menu_style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
      to right,
      rgba(90, 39, 10, 0),
      rgba(90, 39, 10, 0.75),
      rgba(90, 39, 10, 0)
    );
    background-image: -o-linear-gradient(left, #fff, #3598ae, #fff);
    margin-bottom: 20px;
  }
  .square_btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background: #b9a77e;
    transition: 0.4s;
    margin: 5px 16px 20px 16px;
  }
  .square_btn:hover {
    color: #2b2b2b;
    opacity: 0.7;
  }
  .element a {
    text-decoration: none;
  }
  .element a:hover {
    text-decoration: none;
  }
  .element span img {
    vertical-align: -10%;
    margin-right: 10px;
  }
  .menu_wrap2 {
    width: 1100px;
    margin: 0 auto;
  }
  /*フッターナビ*/
  .footer_menu {
    margin-bottom: 0px;
  }
  .footer-nav {
    position: fixed;
    left: 0;
    bottom: -18px;
  }
  .nav-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .nav-item {
    display: table-cell;
    border: solid 1px #ffffff;
    padding: 0px 0px;
  }
  .nav-item span img {
    vertical-align: -6%;
    margin-right: 10px;
  }
  .footer-nav ul:not([nav-list]) {
    border: none;
  }
  .footer-nav ul:not([nav-list]) li {
    color: #ffffff;
    background-color: #5a270a;
  }
  .footer-nav ul:not([nav-list]) li:before {
    content: "";
  }
  .footer-nav ul:not([nav-list]) li a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    display: block;
    font-size: 16px;
    line-height: 2.2em;
    text-decoration: none;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #5a270a 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #5a270a 0%, #5a270a 100%);
    transition: 0.4s;
  }
  .footer-nav ul:not([nav-list]) li a:hover {
    color: #2b2b2b;
    background-image: -webkit-linear-gradient(45deg, #916c52 0%, #916c52 100%);
    background-image: linear-gradient(45deg, #916c52 0%, #916c52 100%);
  }
  .b_space2 {
    height: 80px;
  }
  /*コピー*/
  #e-croo_copyright {
    width: 1100px;
    height: 10px;
    text-align: center;
    clear: left;
  }
  /*リスト*/
.brandcont {
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
}
.brandname {
    font-size: 0.95em;
    color: #2b2b2b;
    width: 230px;
    padding: 8px 5px;
    border: 1px solid #B9A77E;
    margin: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: center;
    line-height: 180%;
}
.brandname::after {
    content: "〉";
    position: absolute;
    color: rgb(216, 216, 216);
    right:0px;
   
}

  .brandname2 {
    font-size: 1em;
    text-align:center;
    color: #2b2b2b;
    width: 230px;
    padding: 10px 5px;
    border: 1px solid #B9A77E;
    margin: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center; 
  justify-content: center; 
  }
  .brandname_brank {
    line-height: 1.5em;
    color: #2b2b2b;
    width: 500px;
    text-align: left;
    float: left;
    margin: 10px 5px 20px 0;
    padding-left: 20px;
    font-size: 18px;
  }
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
  }
  /*トグル*/
  .return_link {
    margin-top: 100px;
    display: inline-block;
    text-align: right;
    width: 100%;
  }
  .content {
    width: 90%;
    margin: auto;
    padding-bottom: 200px;
  }
  .wrap {
    width: 96%;
    padding: 10px 20px;
    border: 0px;
  }
  h3.open_h3 {
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 1px dotted #a9a9a9;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
  }
  .open_h3:after,
  .open_h3.active:after {
    font-size: 20px;
    line-height: 3em;
    margin-left: 20px;
  }
  .open_h3.active::after {
    color: #b9a77e;
    content: "▲";
  }
  .open_h3::after {
    color: #b9a77e;
    content: "▼";
  }
  .info1,.info2,.info3,.info4,.info5,.info6,.info7,.info8,.info9,.info10,.info11,.info12,.info13,.info14,.info15,.info16,.info17,.info18,.info19,.info20,.info21,
  .info22,.info23,.info24,.info25,.info26,.info27,.info28,.info29,.info30,.info31,.info32,.info33,.info34,.info35,.info36,.info37,.info38,.info39,.info40  {
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    letter-spacing: 1px;
    margin: 10px;
  }
  #jaccs_flow {
    margin-top: 20px;
  }
  .jaccs_flow_txt {
    font-size: 13px;
  }
  /*PC銀行口座表位置*/
  .tbl-r02 {
    margin-left: 2%;
    margin-bottom: 30px;
  }
  .tbl-r03 td {
    width: 70px;
  }
  .tbl-r03 td:first-child {
    font-weight: bold;
    background: #fafafa;
    width: 160px;
    font-size: 0.95em;
  }
  /*ギフトラッピング*/
  .gift_wrap {
    max-width: 870px;
    margin: 30px auto 0px auto;
  }
  .gift_image {
    float: left;
    text-align: center;
  }
  .gift_image img {
    max-width: 300px;
  }
  .gift_comment {
    float: right;
    text-align: left;
    max-width: 550px;
    font-size: 1.1em;
  }
  .gift_comment p {
    margin-bottom: 20px;
  }
  /*配送について*/
  .delivery_wrap {
    margin: 20px auto 40px auto;
    width: 95%;
  }
  .delivery_image {
    float: left;
    text-align: center;
    max-width: 40%;
  }
  .delivery_image img {
    width: 100%;
  }
  .delivery_comment {
    float: left;
    text-align: left;
    max-width: 38%;
  }

  .delivery_comment ul {
    margin-top: 5%;
  }
  .delivery_comment ul li {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 0.96em;
  }
  .del_item1 {
    background: #fff;
  }
  .del_item2 {
    background: #52d164;
  }
  .del_item3 {
    background: #66ccff;
  }
  .del_item4 {
    background: #ff99a0;
  }
}
/*********************************************ここからSP************************************************************/
@media (max-width: 1009px) {
  #wrapper {
    max-width: 1009px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  /*高さ出しアンカー*/
  #anc01,#anc02,#anc03,#anc04,#anc05,#anc06,#anc07,#anc08 {
    display: block;
    height: 30px;
  }
  .brandname2 {
    text-align: center;
  }
  /*
#ftsn{
    margin-bottom: 100px;
    background-position: right top;
    background-repeat: no-repeat;
}
*/
  #corporate_info {
    background-image: url(https://xsell.itembox.design/item/syaoku.jpg?t=20230114162346);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 16px;
  }
  .midashi {
    font-size: 1.5em;
    color: #2b2b2b;
    line-height: 1.5em;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .midashi:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(242, 70, 173), transparent);
    background: -webkit-linear-gradient(
      to right,
      rgb(242, 70, 173),
      transparent
    );
    background: linear-gradient(to right, rgb(185, 167, 126), transparent);
  }
  .midashi span {
    font-size: 16px;
    color: #b9a77e;
    vertical-align: text-top;
    margin-left: 5px;
  }
  .midashi2 {
    font-size: 1.5rem;
    color: #363636;
    line-height: 1.35em;
    text-align: center;
  }
  .text {
    color: #2b2b2b;
    line-height: 1.5em;
    letter-spacing: 2px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  ul.sg {
    list-style-type: circle;
    width: 90%;
    margin: 0 auto 20px auto;
    padding-left: 5%;
  }
  .order_image {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .order_image li {
    width: 33%;
  }
  .orderflow_txt ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    background: #ffffff;
    width: 98%;
  }
  .orderflow_txt ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
  }
  .orderflow_txt ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #b9a77e;
    color: white;
    font-family: "Avenir", "Arial Black", "Arial", sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .notice ul {
    border: solid 2px #b9a77e;
    padding: 0.5em 1em 0.5em 2.3em;
    width: 95%;
    position: relative;
    margin: 0 auto 20px auto;
  }
  .notice ul li {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0.5em 0;
    list-style-type: none !important;
    /*ポチ消す*/
  }
  .notice ul li:before {
    /*疑似要素*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    content: "＊";
    position: absolute;
    left: 1em;
    /*左端からのアイコンまで*/
    color: #b9a77e;
    /*アイコン色*/
  }
  .e-cross_images {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .brandname,
  .brandname2 {
    line-height: 1.5em;
    color: #2b2b2b;
    text-align: left;
    margin: auto;
    border-bottom: 1px solid #B9A77E;
    padding: 6px;
  }
  .brandname_brank {
    line-height: 1.2em;
    color: #2b2b2b;
    text-align: center;
    margin: 10px 0px 20px 0px;
  }
  .payment_img {
    max-width: 1009px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .card {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 10px;
  }
  .cod {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 0;
  }
  .banktransfer {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 20px 10px 0;
  }
  .other {
    width: 210px;
    float: left;
    position: relative;
    margin: 20px 0 10px 0;
  }
  /*小見出し*/
  .p_komidashi {
    font-size: 18px;
    font-weight: bold;
    color: #807052;
    border-bottom: solid 1px #807052;
    margin: 10px 0 15px 0;
    padding: 5px 0 10px 5px;
  }
  .c_infoimg {
    /*width: 90%;*/
    margin: 0 auto 20px auto;
    border: 1px solid #efefef;
    padding: 10px;
  }
  .p_section {
    /*padding-left:2%;
padding-right:2%;*/
    margin-bottom: 40px;
  }
  .c_lavel {
    margin-right: 10px;
  }
  .description_txt {
    font-size: 14px;
    line-height: 1em;
  }
  .description_txt_y {
    font-size: 16px;
    line-height: 1em;
  }
  .st_txt {
    color: #2a3539;
    font-size: 21px;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
  }
  .notice_txt {
    color: #b9a77e;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
  }
  .wrapping_txt {
    font-size: 1.1em;
    line-height: 2em;
    padding: 0 3% 0 3%;
    margin: 2% 0 2% 0;
  }
  .wrapping_txt > div > span {
    color: #b9a77e;
    margin-right: 5px;
  }
  .description_txt2 {
    font-size: 0.9em;
    line-height: 2em;
    margin-left: 1em;
  }
  .b_space {
    height: 70px;
  }
  #noshi_txt {
    font-size: 16px;
    line-height: 1.3em;
  }
  #noshi_txt h4 {
    font-size: 21px;
    line-height: 1em;
  }
  #haiso_txt {
    font-size: 16px;
    line-height: 1.5em;
  }
  .delivery_img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .time_am {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_am img {
    width: 100%;
  }
  .time_14 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_14 img {
    width: 100%;
  }
  .time_16 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_16 img {
    width: 100%;
  }
  .time_18 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_18 img {
    width: 100%;
  }
  .time_19 {
    width: 170px;
    float: left;
    position: relative;
    margin: 10px;
  }
  .time_19 img {
    width: 100%;
  }
  .souryoumuryou {
    text-align: center;
    font-size: 28px;
    line-height: 3.5em;
    color: #006fba;
    font-weight: bold;
    text-decoration: underline;
  }
  .koukanhenpin {
    text-align: center;
    font-size: 28px;
    line-height: 2em;
    color: #006fba;
    font-weight: bold;
    text-decoration: underline;
    margin: 50px 0 70px 0;
  }
  .koukanhenpin span {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    color: #006fba;
  }
  .description_txt3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    margin-left: 20px;
  }
  .description_txt4 {
    font-size: 14px;
    line-height: 2em;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .icon_img {
    position: relative;
    margin: 2px 5px 0 2px;
    vertical-align: middle;
  }
  /*メニューボタン角マル*/
  .naviwrap {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0x;
  }
  .menu_title {
    font-size: 20px;
    color: #2b2b2b;
    line-height: 1.5em;
    position: relative;
    padding: 0.25em 0;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
  }
  /*線*/
  hr.menu_style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
      to right,
      rgba(90, 39, 10, 0),
      rgba(90, 39, 10, 0.75),
      rgba(90, 39, 10, 0)
    );
    background-image: -o-linear-gradient(left, #fff, #3598ae, #fff);
    margin-bottom: 20px;
  }
  .square_btn {
    display: inline-block;
    padding: 10px 5px;
    border-left: 1px solid#fff;
    border-bottom: 1px solid#fff;
    text-decoration: none;
    color: #fff;
    background: #b9a77e;
    transition: 0.4s;
    margin: 0;
    width: 100%;
  }
  .square_btn:hover {
    color: #2b2b2b;
    opacity: 0.7;
  }
  .element {
    width: 100%;
  }
  .w25 {
    width: 25%;
  }
  .element a {
    text-decoration: none;
  }
  .element a:hover {
    text-decoration: none;
  }
  .element span img {
    vertical-align: -10%;
    margin-right: 5px;
  }
  .menu_wrap2 {
    width: 100%;
    margin: 0 auto;
  }
  .return_link {
    margin-top: 100px;
    display: inline-block;
    text-align: right;
    width: 100%;
  }
  .content {
    width: 90%;
    margin: auto;
    padding-bottom: 200px;
  }
  .wrap {
    width: 100%;
    padding: 10px;
    border: 0px;
  }
  h3.open_h3 {
    color: #333333;
    letter-spacing: 1px;
    border-bottom: 1px dotted #a9a9a9;
    cursor: pointer;
    margin-top: 5px;
    font-size: 1.3em;
    line-height: 2em;
    padding-bottom: 10px;
  }
  .open_h3:after,
  .open_h3.active:after {
    font-size: 20px;
    line-height: 2em;
    margin-left: 20px;
    display: contents;
  }
  .open_h3.active::after {
    color: #b9a77e;
    content: "▲";
  }
  .open_h3::after {
    color: #b9a77e;
    content: "▼";
  }
  .info1,.info2,.info3,.info4,.info5,.info6,.info7,.info8,.info9,.info10,.info11,.info12,.info13,.info14,.info15,.info16,.info17,.info18,.info19,.info20,.info21,.info22,.info23,.info24,.info25,.info26,.info27,
  .info28,.info29,.info30,.info31,.info32,.info33,.info34,.info35,.info36,.info37,.info38,.info39,.info40 {
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .tbl-r02 {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r03 {
    margin: 0 auto 20px auto;
  }
  .tbl-r03 td:first-child {
    font-weight: bold;
    background: #fafafa;
    font-size: 0.95em;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 100%;
  }
  .tbl-r03 tbody tr {
    /* width: 50%;*/
    border-left: 1px solid #ccc;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
  /*ギフトラッピング*/
  .gift_image {
    text-align: center;
    margin-top: 20px;
  }
  .gift_comment {
    text-align: left;
    width: 95%;
    margin: 20px auto;
    font-size: 1.1em;
  }
  .gift_comment p {
    margin-bottom: 20px;
  }
  /*配送について*/
  .delivery_wrap {
    margin: 20px auto 0 auto;
    width: 90%;
  }
  .delivery_image {
    text-align: center;
  }
  .delivery_image img {
    width: 100%;
  }
  .delivery_comment {
    text-align: left;
  }
  .delivery_comment ul {
    margin-top: 5%;
  }
  .delivery_comment ul li {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 0.96em;
  }
  .del_item1 {
    background: #fff;
  }
  .del_item2 {
    background: #52d164;
  }
  .del_item3 {
    background: #66ccff;
  }
  .del_item4 {
    background: #ff99a0;
  }
}
/*iphone_plus対応*/
@media (max-width: 414px) {
  .naviwrap1 {
    margin-left: 9%;
  }
}
/*iphone_nomal対応*/
@media (max-width: 375px) {
  .naviwrap1 {
    margin-left: 6%;
  }
}
/*iphone_5・SE対応*/
@media (max-width: 320px) {
  .naviwrap1 {
    margin-left: 0%;
  }
  .square_btn {
    padding: 10px 5px;
  }
}

