/* ゆっくりに遷移する */
html {
  scroll-behavior: smooth;
}

/* 検索メニュー在庫の条件を非表示 */
.search-menu-wrap .search-form-list .arrow.nostock {
    /*display: none;*/
  }
  .search-menu-wrap .search-form-list .arrow.sale {
    display: none;
  }
  
  /* 共通パーツ */
  .inner-block.systemblock {
    padding-top: 60px;
  }
  @media only screen and (max-width: 640px) {
    .inner-block.systemblock {
      padding-top: 40px;
    }
  }
  
  /* 通常ボタン */
  .fs-c-button--viewProductDetail,
  .fs-c-button--myPageTop,
  .fs-c-button--continueShopping,
  .fs-c-button--standard,
  .fs-c-button--login,
  .fs-c-buttonContainer--unregisteredUserPurchase,
  .fs-c-button--next {
    font-size: 16px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    border-radius: 4px;
    position: relative;
    padding: 14px 15px 12px;
    text-align: center;
    margin: 15px auto 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-width: 345px;
    width: 100%;
    color: #000;
  }
  .fs-c-button--viewProductDetail::after,
  .fs-c-button--myPageTop::after,
  .fs-c-button--continueShopping::after,
  .fs-c-button--standard::after,
  .fs-c-button--login::after,
  .fs-c-buttonContainer--unregisteredUserPurchase:after,
  .fs-c-button--next:after {
    background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 8px;
    width: 8px;
  }
  
  @media only screen and (max-width: 640px) {
    .fs-c-button--myPageTop,
    .fs-c-button--continueShopping,
    .fs-c-button--standard,
    .fs-c-button--login,
    .fs-c-buttonContainer--unregisteredUserPurchase,
    .fs-c-button--next {
      max-width: 100%;
      font-size: 14px;
      padding: 15px 15px 12px;
    }
    .fs-c-button--viewProductDetail {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-width: 641px) {
    .fs-c-button--viewProductDetail:hover,
    .fs-c-button--myPageTop:hover,
    .fs-c-button--continueShopping:hover,
    .fs-c-button--standard:hover,
    .fs-c-button--login:hover,
    .fs-c-buttonContainer--unregisteredUserPurchase:hover,
    .fs-c-button--next:hover {
      background: #fcf0e8;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }
  }
  
  /* オレンジボタン */
  .fs-c-button--primary,
  .fs-c-button--confirmRegister,
  .fs-c-button--confirmDelete,
  .fs-c-button--changeInfomation,
  .fs-c-button--register,
  .fs-c-button--confirmChange,
  .fs-c-button--send,
  .fs-c-button--confirmLeave,
  .fs-c-button--addToAddressbook,
  .fs-c-button--memberRegister {
    background: #e06e1d;
    border: 1px solid #e06e1d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 14px 15px 12px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    max-width: 345px;
    margin: 15px auto 0;
    text-align: center;
  }
  .fs-c-button--primary::after,
  .fs-c-button--confirmRegister::after,
  .fs-c-button--confirmDelete::after,
  .fs-c-button--changeInfomation::after,
  .fs-c-button--register::after,
  .fs-c-button--confirmChange::after,
  .fs-c-button--send::after,
  .fs-c-button--confirmLeave::after,
  .fs-c-button--addToAddressbook::after,
  .fs-c-button--memberRegister::after {
    background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg) no-repeat center center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 8px;
    width: 8px;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-button--primary,
    .fs-c-button--confirmRegister,
    .fs-c-button--changeInfomation,
    .fs-c-button--register,
    .fs-c-button--confirmChange,
    .fs-c-button--send,
    .fs-c-button--confirmLeave,
    .fs-c-button--addToAddressbook,
    .fs-c-button--memberRegister {
      font-size: 14px;
      padding: 15px 15px 12px;
    }
  }
  @media only screen and (min-width: 641px) {
    .fs-c-button--primary:hover,
    .fs-c-button--confirmRegister:hover,
    .fs-c-button--confirmDelete:hover,
    .fs-c-button--changeInfomation:hover,
    .fs-c-button--register:hover,
    .fs-c-button--confirmChange:hover,
    .fs-c-button--send:hover,
    .fs-c-button--confirmLeave:hover,
    .fs-c-button--addToAddressbook:hover,
    .fs-c-button--memberRegister:hover {
      background: #fff;
      color: #e06e1d;
    }
    .fs-c-button--primary::after,
    .fs-c-button--confirmRegister::after,
    .fs-c-button--confirmDelete:hover::after,
    .fs-c-button--changeInfomation:hover::after,
    .fs-c-button--register:hover::after,
    .fs-c-button--confirmChange:hover::after,
    .fs-c-button--send:hover::after,
    .fs-c-button--confirmLeave:hover::after,
    .fs-c-button--addToAddressbook:hover::after,
    .fs-c-button--memberRegister:hover::after {
      background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg) no-repeat center center;
    }
  }
  
  /* マイページトップボタン */
  .fs-c-buttonContainer--myPageTop {
    margin-top: 50px;
  }
  
  /* ボタン２つ横並び用親パーツ */
  .fs-c-buttonContainer--deleteChange,
  .fs-c-buttonContainer--pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-c-buttonContainer--deleteChange button,
  .fs-c-buttonContainer--deleteChange a,
  .fs-c-buttonContainer--pair button,
  .fs-c-buttonContainer--pair a {
    max-width: 100%;
    width: calc((100% - 20px) / 2);
  }
  
  /* 下線付きリンクボタン */
  
  /* 情報入力テーブル */
  .fs-c-inputTable {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .fs-c-inputTable__headerCell {
    display: block;
    background: #f4f4f4;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 14px 12px 12px;
    text-align: left;
    width: 100%;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-inputTable__headerCell {
      font-size: 14px;
      padding: 9px 10px 8px;
    }
  }
  .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
    padding: 14px 0 12px;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-inputTable__dataCell {
      font-size: 14px;
      padding: 9px 0 8px;
    }
  }
  .fs-c-inputTable__dataCell .fs-c-inputTextGroup {
    display: flex;
  }
  .fs-c-inputTable__dataCell .fs-c-inputTextGroup .fs-c-inputTextGroup__item {
    width: 100%;
  }


  
  /*闇市パスワード入力画面*/
  .fs-c-inputField {
      padding: 10% 5% 5%;
      margin-bottom: 0px;
  }
  
  
  
  
  
  
  .fs-c-inputField__field input[type="text"],
  .fs-c-inputField__field input[type="tel"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 12px;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-inputField__field input[type="text"],
    .fs-c-inputField__field input[type="tel"] {
      padding: 10px;
    }
  }
  .fs-c-confirmation__data {
    padding: 0 12px;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-confirmation__data {
      padding: 0 10px;
    }
  }
  .fs-c-dropdown__menu {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 12px 3em 12px 12px;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-dropdown__menu {
      padding: 10px 3em 10px 10px;
    }
  }
  
  /* 特定商取引法に基づく表示 */
  .terms .c-table02 {
    margin: 10px 0;
  }
  
  /* 個人情報の取扱いについて */
  @media only screen and (max-width: 640px) {
    .c-title02 + .text {
      font-size: 12px;
    }
    .c-title02 + .text + .text {
      font-size: 12px;
      margin-top: 20px;
    }
  }
  .num-list02 {
    counter-reset: number 0;
    margin: 10px 0;
  }
  .num-list02 li {
    position: relative;
    padding-left: 29px;
  }
  .num-list02 li::before {
    counter-increment: number 1;
    content: "(" counter(number) ")";
    position: absolute;
    top: 0;
    left: 0;
  }
  .num-list02 li + li {
    margin-top: 3px;
  }
  @media only screen and (max-width: 640px) {
    .num-list02 li {
      font-size: 12px;
      padding-left: 23px;
    }
  }
  .out-link-list li + li {
    margin-top: 5px;
  }
  
  /* 古着屋JAMについて */
  .guide .wrap .image.first {
    background: url(https://jamtrading.itembox.design/item/jam/img/guide/guide_first-bg-pc.jpg) no-repeat center center / cover;
  }
  @media only screen and (max-width: 640px) {
    .guide .wrap .image.first {
      background: url(https://jamtrading.itembox.design/item/jam/img/guide/guide_first-bg.jpg) no-repeat center center / cover;
    }
  }
  .guide .wrap .image.first .ttl {
    line-height: 2;
  }
  .shopingflow-list {
    counter-reset: number 0;
  }
  .shopingflow-list > li .c-title04 {
    position: relative;
    counter-increment: number 1;
    padding-left: 46px;
    margin-top: 40px;
  }
  .shopingflow-list > li .c-title04:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: counter(number);
    background: #000;
    color: #fff;
    padding: 14px 12px 12px;
  }
  @media only screen and (max-width: 640px) {
    .shopingflow-list > li .c-title04:before {
      padding: 9px 12px 8px;
    }
  }
  
  /* 店舗メンテナンス */
  .fs-p-closed .fs-p-closed__image {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  .fs-p-closed .fs-p-closed__heading {
    font-size: 16px;
    margin: 10px 0;
  }
  @media only screen and (max-width: 640px) {
    .fs-p-closed .fs-p-closed__heading {
      font-size: 14px;
    }
  }
  
  /* ページが見つかりません */
  .fs-p-pageNotFound .fs-p-pageNotFound__image {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  .fs-p-pageNotFound .fs-p-pageNotFound__title {
    font-size: 16px;
    margin: 10px 0;
  }
  @media only screen and (max-width: 640px) {
    .fs-p-pageNotFound .fs-p-pageNotFound__title {
      font-size: 14px;
    }
  }
  
  /* マイページ */
  .fs-c-accountService {
    display: block;
  }
  .fs-c-accountService .fs-c-accountService__page {
    border-bottom: 1px solid #ccc;
  }
  .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink {
    position: relative;
    display: block;
    width: 100%;
    padding: 19px 10px;
  }
  .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink::before {
    background: url(https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg) no-repeat center center;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .fs-c-wishlistProduct {
    display: none;
  }
  
  /* ログイン */
  .fs-c-registeredUsers__title,
  .fs-c-subSection__title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .fs-c-registeredUsers__title::before,
  .fs-c-subSection__title::before {
    background: #ccc;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fs-c-registeredUsers__title::after,
  .fs-c-subSection__title::after {
    background: #e06e1d;
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-registeredUsers__title,
    .fs-c-subSection__title {
      font-size: 16px;
      letter-spacing: 0.08em;
      padding-bottom: 5px;
    }
  }
  
  /* お届け先リスト */
  .fs-c-addressBookList__count {
    margin: 20px 0 10px;
  }
  .fs-c-addressBookList__list.fs-c-listTable {
    display: block;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody {
    display: block;
    width: 100%;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody > tr {
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 20px 15px;
    border-radius: 6px;
  }
  .fs-c-addressBookList__list.fs-c-listTable > tbody > tr > td {
    display: block;
  }
  
  /* 退会手続き */
  .fs-c-inputInformation__message {
    margin: 0 0 10px;
  }
  
  /* お気に入りパーツ（システムパーツ） */
  .fs-c-wishlistProduct {
    margin: 50px 0;
  }
  .fs-c-wishlistProduct__title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .fs-c-wishlistProduct__title::before {
    background: #ccc;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fs-c-wishlistProduct__title::after {
    background: #e06e1d;
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  @media only screen and (max-width: 640px) {
    .fs-c-wishlistProduct__title {
      font-size: 16px;
      letter-spacing: 0.08em;
      padding-bottom: 5px;
    }
  }
  
  /* パスワード再設定 */
  .fs-c-orderedList {
    margin: 0;
  }
  
  /* 注文履歴 */
  .fs-c-buttonContainer--moveToStoreOrders {
    text-align: right;
    color: #0d4e90;
    text-decoration: underline;
  }
  .fs-c-history__termCtrl {
    margin-bottom: 40px;
  }
  .fs-c-history__infoSummary {
    background: #f4f4f4;
    padding: 20px 15px;
    border-radius: 6px;
  }
  
  /* カート */
  @media screen and (max-width: 600px) {
    .fs-c-cartTableContainer .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
      justify-content: flex-start;
      flex-wrap: nowrap;
    }
    .fs-c-cartTableContainer .fs-c-cartTable__dataCell {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      text-align: left;
    }
    .fs-c-cartTableContainer .fs-c-cartTable__row {
      border: 1px solid #ccc;
  border: none;
    }
    .fs-c-cartTable__dataCell--point::before,
    .fs-c-cartTable__dataCell--quantity::before,
    .fs-c-cartTable__dataCell--subtotal::before {
      font-size: 14px;
      margin-right: 12px;
      width: 100%;
      display: block;
      /*background: #eee;*/
      padding: 8px 0;
    }
    .fs-c-cartTable__dataCell .fs-c-price,
    .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
      font-size: 16px;
    }
  }
  
  /* ポイント履歴 */
  .fs-c-pointListTable.fs-c-listTable {
    margin-top: 50px;
    width: 100%;
  }
  .fs-c-pointListTable.fs-c-listTable > thead > tr > th,
  .fs-c-pointListTable.fs-c-listTable > tbody > tr > td {
    padding: 5px;
  }
  .fs-c-pointListTable.fs-c-listTable > thead > tr > th {
    background: #eee;
  }
  @media only screen and (min-width: 641px) {
    .fs-c-pointListTable.fs-c-listTable > tbody > tr > td {
      border: 1px solid #ccc;
    }
    .fs-c-pointListTable.fs-c-listTable > tbody > tr:first-child > td {
      border-top: none;
    }
  }
  @media only screen and (max-width: 640px) {
    .fs-c-pointListTable.fs-c-listTable > tbody > tr {
      border: 1px solid #ccc;
    }
  }
  .fs-c-pointListTable.fs-c-listTable > thead,
  .fs-c-pointListTable.fs-c-listTable > tbody > tr > th::before,
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before,
  .fs-c-pointListTable.fs-c-listTable > tbody > tr > td,
  .fs-c-pointListTable.fs-c-listTable .fs-c-pointListTable__dataDetail {
    font-size: 14px;
  }
  
  /* 受け取り店舗指定 > 検索結果 */
  
  li.fs-c-checkout-pickupStoreList__list__item.fs-c-checkout-addressee {
    margin-top: 40px;
  }
  
  span.fs-c-checkout-addressee__data__openDescription {
    font-size: 17px;
    font-weight: bold;
  }
  span.fs-c-checkout-pickupStoreDisabled__button {
    color: red;
  }
  
  .fs-c-button--setPickupStore {
    background: #e06e1d;
    border: 1px solid #e06e1d;
    color: #fff;
  }
  
  /*カート → 変更項目内 → 設定ボタン*/
  .fs-c-modal__contents .fs-c-inputInformation__button.fs-c-buttonContainer--pair .fs-c-button--settings.fs-c-button--primary {
    background: #e06e1d;
    border: 1px solid #e06e1d;
  }
  
  /* 期間指定表示 */
  .fs-c-productListItem__salesPeriod {
    padding: 5px;
    border: 2px solid #eee;
    font-size: 11px;
    margin-top: 5px;
  }
  .fs-c-productListItem__salesPeriod .fs-c-time {
    white-space: normal;
  }
  
  
  
  
  /*検索ドロワー内HOTキーワード*/
  
  h2.hotkey-title {
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 6px;
  }
  
  .hotkey {
      margin-top: 15px;
      overflow: hidden;
  }
  
  
  
  
  .hotkey-box li {
      float: left;
      background: #ffffff;
      border-radius: 3px;
      padding: 4px 9px;
      margin: 3px;
  }
  
  .hotkey-box p {
      font-size: 12px;
      font-weight: bold;
  }
  
  
  
  /*サイトトップ　人気アイテム*/
  
  h2.hotitem-title::before {
      content: "";
      background-image: url("https://jamtrading.itembox.design/item/jam/img/top/hotitem-icon01.png?10");
      display: inline-block;
      width: 22px;
      height: 27px;
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
  }
  
  h2.hotitem-title {
      font-size: 16px;
      letter-spacing: 0.08em;
      padding-bottom: 5px;
      font-weight: bold;
  margin-top: 20px;
  }
  
  
  section.hotitem {
      margin-top: 0px;
      overflow: hidden;
  }
  
  @media only screen and (min-width: 641px) {
  
      section.hotitem {
          margin-top: 20px;
      }
  
  }
  
  section.hotitem h3 {
      font-weight: bold;
      margin-top: 2%;
  }

  ul.hotitem-box {
    display: flex;
    flex-wrap: wrap;
}

ul.hotitem-box li {
    float: left;
}

  .hotitem-box li {
      width: 31%;
  }
  
  .hotitem-box li:not(:last-child) {
      margin-right: 2%;
  }
  
  .hotitem-box div {
      border-radius: 55px;
      /*border: 1px solid #f4f4f4;*/
      min-height: 80px;
      min-width: 80px;
  }
  
  
  .hotitem-box p {
      font-size: 10px;
      text-align: center;
      margin-bottom: 5px;
      font-weight: bold;
  }
  
  .hotitem-box img {
      padding: 5px 7px 0px 7px;
      padding: 2px 0px 3px 0px;
  }
  

   /*2023.5.2 生野追加　人気アイテムレディース追加*/
  .hotitem .c-title01::before {
      background: none;
  }
  .hotitem-top .c-title01::after {
    background: none;
   }
  
.hotitem.hotitem-top h3 {
    font-size: 13px;
    margin-bottom: 0px;
}
.hotitem-men {
    margin-bottom: 10%;
}
.hotitem-top .more-btn.abs {
    bottom: 4px;
}
h3.women.c-title01.medium {
    color: #b92929;
}
h3.mens.c-title01.medium {
    color: #4c4681;
}
  
  



  p.sub-word {
      font-weight: 600;
      color: rgb(160, 160, 160);
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      overflow-wrap: normal;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-bottom: 2px;
      font-size: 12px;
      line-height: 1.5;
  }
  
  /*2022.11.8 小野寺追加　右下固定バナー*/
  
  .banner {
    position: fixed;
    /*right: 30px;*/
    bottom: 30px;
    visibility: hidden;
    z-index: 10;
  }
  
  /*2023.3.11 生野追加 固定検索ボタンと被るため位置をずらす　右下固定バナー*/
  .banner {
      left: 30px;
  }
  
  /*jsでクラス付与*/
  .banner.is-show {
    visibility: visible;
  }
  
  .banner.is-hide {
    display: none;
  }
  
  .banner a {
    display: inline-block;
    width: 120px;
    border-radius: 5px;
    /*角丸を表示させるため*/
    overflow: hidden;
  }
  
  .banner a > img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    vertical-align: top;
  }
  
  .banner-body {
    background-color: #d6542b;
    text-align: center;
    padding: 8px;
  }
  
  .banner-text {
      font-size: 10px;
      font-weight: bold;
      line-height: 1.5;
      color: #fdfaf8;
      margin: initial;
      letter-spacing: 0.75px;
  }
  
  .banner-text span {
    display: block;
  }
  
  @media screen and (min-width: 641px) {
    .banner a {
      width: 180px;
    }
  
    .banner a > img {
      width: 180px;
      height: 180px;
    }
  
    .banner-body {
      padding: 15px;
    }
  
    .banner-text {
      font-size: 14px;
    }
  }
  
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  
  }
  
  .banner-close {
    position: absolute;
    top: -14px;
    right: -9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: gray;
  }
  
  /*2023.3.11 生野追加 固定検索ボタンと被るため位置をずらす　右下固定バナー*/
  .banner-close {
      left: -9px;
  }
  
  @media screen and (min-width: 641px) {
    .banner-close {
      top: -20px;
      right: -13px;
      width: 40px;
      height: 40px;
    }
  }
  
  .banner-close span {
    width: 60%;
    height: 2px;
    background-color: white;
  }
  
  .banner-close span:first-of-type {
    transform: translateY(50%) rotate(45deg);
    
  }
  
  .banner-close span:last-of-type {
    transform: translateY(-50%) rotate(-45deg);
  }
  
  @media only screen and (min-width: 641px) {
    .banner a:hover {
      opacity: 0.8;
    }
  }
  
  /*ショッピングカート内のイベントバナー削除*/
  body#fs_ShoppingCart .obibabber {
      display: none;
  }
  
  
  /*ショッピングカート内のヘッター部分の要素を非表示*/
  #fs_ShoppingCart .search-category,
  #fs_ShoppingCart .search-shop,
  #fs_ShoppingCart .about-block,
  #fs_ShoppingCart .banner-area {
    display: none;
  }
  #fs_ShoppingCart .inner-block.systemblock {
      padding-top: 2px;
  }
  .fs-body-checkout .search-category,
  .fs-body-checkout .search-shop,
  .fs-body-checkout .about-block,
  .fs-body-checkout .banner-area {
    display: none;
  }
  
  
  .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
      padding: 0px;
  }
  
  .fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
      padding: 5px 8px;
      background: #eee;
  }
  .fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
      border: none;
  }
  .fs-c-cartDiscountInfo__info {
      color: red;
  }
  .fs-c-cartDiscountInfo.fs-c-cartDiscountInfo--postage {
      padding: 0px 15px;
  }
  div#fs-checkout-payHere-container {
      bottom: 29px;
      position: sticky;
      background: #FFF;
      width: 100%;
      padding-top: 2%;
      border-top: 1px #eee solid;
      z-index: 1;
  }
  

/*2重価格(セール)時、通常価格デザイン*/
.fs-c-productPrice--listed span.fs-c-productPrice__main__price.fs-c-price {
    text-decoration-line: line-through;
}
.fs-c-productList__list .fs-c-productPrice__main__price {
    font-size: 11px;
}



/*オフ率表示のデザイン*/

.fs-c-productMark__mark--7 {
    color: #000 !important;
    background: #ffb3b3;
    font-weight: bold;
}
span.sale-mark-30off.fs-c-productMark__mark--11.fs-c-productMark__mark {
    font-weight: bold !important;
}

.fs-c-productMark__mark--9 {
    color: #000 !important;
}

.fs-c-productMark__mark--10 {
    color: #000 !important;
    background: #ffff98;
    font-weight: bold !important;
}

/*「セール価格」デザイン*/
.fs-c-productList__list .fs-c-productPrice__addon--listed {
  background: none !important;
  color: red !important;
  padding: 0 !important;
  width: 100%;
}

.new-item-section h2 span {
    font-size: 10px;
    margin-left: 3%;
}


  .campaign-banner-block {
   margin-top: 0px;
  }

/*unisize*/
div#unisize_secondhand_tag {
    margin-bottom: 10%;
}


._paidy-promotional-messaging {
    margin-bottom: 0% !important;
}

button.next-btn {
    color: #FFF;
    background: #000;
    padding: 1% 6%;
    width: 100%;
    margin-bottom: 3%;
}


/*在庫数を表示にして、お気に入り一覧で売り切れがわかるようにする*/

.fs-c-productListItem__numberOfStock.fs-c-productListItem__notice.fs-c-productStock {
    display: none;
}
span.fs-c-productStock__label {
    display: none;
}
span.fs-c-productStock__number {
    display: none;
}

/*TOPカルーセルと新着アイテムの余白調整*/

#top-carousel {
    margin-bottom: 24px;
}


/* ストアマガジン変更時のフォントサイズ調整 */
@media only screen and (max-width: 640px) {
    .c-title03.medium {
        font-size: 16px;
    }
}


#top_new_product_tab {
display: none;
}


.product-main-image .swiper-button-prev,
.product-main-image .swiper-button-next {
display: none!important;
}


/* 20250516 商品詳細の画像列表示時、カルーセルの余白調整 */
/*@media screen and (min-width: 641px) {
.fs-c-productCarouselMainImage__carousel.fs-c-slick .slick-slide + .slick-slide {
    margin-left: 40px;
}
}*/