.fs-preview-header {
  display: none;
}

.fs-body-cart .fs-c-cartDiscountInfo__note > li {
    display: none;
}

/*.fs-body-cart ul.fs-c-cartDiscountInfo__note::after {
    content: "※ハワイ別注商品は、別途送料をご連絡させて頂きます。";
}*/

div#unisizeBanner {margin-bottom: 20px;}
#unisizeBnr svg {margin: 15px 10px;}

/*商品ページ店舗在庫ボタン*/
.fs-c-productStoreInventoryInfo__link {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 2px solid #000000;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 2%;
    text-align: center;
    border-radius: 4px;
    transition: .4s;
    margin-bottom: 3%;
}

.fs-c-productStoreInventoryInfo__link:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}


/*ここから取り扱い一覧遷移後*/
.fs-c-storeInfo {
  margin: 24px 0;
}

.fs-c-storeInfo__title, .fs-c-storeInfo__description {
  margin: 0;
}
/*会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}
/*.fs-c-productPrice--stage3{display:none;}
.fs-c-productPrice--stage4{display:none;}
.fs-c-productPrice--stage5{display:none;}*/

/*会員価格ありを表示*/
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-mark--memberPrice.fs-c-mark .fs-c-mark__label {
    display: block !important;
}
.text-detail .fs-c-productPrices .fs-c-mark--memberPrice.fs-c-mark {
    display: block !important;
}

/*PDP会員価格ありの際のログインリンクを非表示*/
.fs-c-productMembersLoginLink{display:none;}

.fs-c-storeInfo__title {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
  padding: 4px 8px;
}

.fs-c-storeInfo__description {
  margin-bottom: 8px;
  padding: 8px;
}

/*AnyGiftのボタン*/
.anygift-gift-ui__container {
    width: 100% !important;
    /* margin: 10px 0px !important;  */
}
.anygift-gift-ui__main-button {
    border-radius: px !important;
    height: px !important;
}
.ag-text-left {
  text-align: right !important;
}
/*ボタンサイズ*/
.anygift-gift-ui__container {
    width: 100% !important;
    margin-left: auto;
}
.ag-rounded-lg {
    border-radius: 0px !important;
}
/*ボタンカラー
.anygift-gift-ui__main-button {
    --tw-gradient-from: rgba(97,13,18,1) !important;
    --tw-gradient-to: rgba(97,13,18,1) !important;
}*/
/*ボタンテキストのフォント・大きさ*/
.anygift-gift-ui__main-button {
    font-family: roboto !important;
    font-size: 12px !important;
}
/*デジタルメッセージカードのラベルの文言*/
.anygift-order-form__message-card__label__text {
  /* デフォルトの文言を非表示にします */
  font-size: 0;
}
.anygift-order-form__message-card__label__text:before {
  /* before属性を使用し、新しい文言を指定します */
  content: 'お相手が受け取るギフトカードのデザインを選択してください' !important;
  /* フォントサイズは、元のサイズを継承してください */
  font-size: 11px !important;
}

@media screen and (min-width: 600px) {
  .fs-c-storeInfo {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .fs-c-storeInfo__title, .fs-c-storeInfo__description {
    border-top: 1px solid #e5e5e5;
  }
  .fs-c-storeInfo__title {
    flex-basis: 30%;
    padding: 8px;
  }
  .fs-c-storeInfo__description {
    flex-basis: 70%;
    margin-bottom: 0;
  }
}

.fs-c-storeGroup__heading {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 8px;
}

.fs-c-storeGroup:first-child .fs-c-storeGroup__heading {
  border-top: 2px solid #e5e5e5;
}

.fs-c-storeGroup__area {
  display: flex;
}

.fs-c-storeGroup__area__storeCount::before {
  content: "(";
}

.fs-c-storeGroup__area__storeCount::after {
  content: ")";
}

.fs-c-storeGroup__body {
  border-bottom: 2px solid #e5e5e5;
}

.fs-c-storeGroup__checkbox + .fs-c-storeGroup__heading::after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: #999999;
  font-family: 'fs-icon';
  content: "\e90b";
  transform: rotate(-90deg);
}

.fs-c-storeGroup__checkbox:not(:checked) + .fs-c-storeGroup__heading + .fs-c-storeGroup__body {
  display: none;
}

.fs-c-storeGroup__checkbox:checked + .fs-c-storeGroup__heading::after {
  transform: rotate(90deg);
}

.fs-c-storeInventoryProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 600px) {
  .fs-c-storeInventoryProduct {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto auto;
    grid-gap: 8px 16px;
    align-items: end;
    max-width: 624px;
  }
  .fs-c-storeInventoryProduct__image {
    grid-column: 1;
    grid-row: 1/ 4;
    align-self: center;
  }
  .fs-c-storeInventoryProduct__image__image {
    max-width: 100%;
  }
  .fs-c-storeInventoryProduct__name {
    grid-column: 2;
    grid-row: 1;
  }
  .fs-c-storeInventoryProduct__name:nth-last-child(2) {
    grid-row: 2;
  }
  .fs-c-storeInventoryProduct__number {
    grid-column: 2;
    grid-row: 2;
  }
  .fs-c-storeInventoryProduct__number:last-child {
    grid-row: 3;
  }
  .fs-c-storeInventoryProduct__variation {
    grid-column: 2;
    grid-row: 3;
  }
}

.fs-c-storeInventoryStatus {
  display: flex;
  margin: 24px 0;
}

.fs-c-storeInventoryStatus > * {
  border: 1px solid #e5e5e5;
  padding: 8px;
}

.fs-c-storeInventoryStatus > *:not(:first-child) {
  border-left: none;
}

.fs-c-storeInventoryStatus__label {
  background-color: rgba(126, 126, 126, 0.08);
  border-right: none;
}

.fs-c-storeInventoryStatus__message {
  flex-basis: 100%;
  margin: 0;
}

.fs-c-storeInventoryVariation__item__title {
  background: rgba(126, 126, 126, 0.08);
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 8px;
}

.fs-c-storeInventoryVariation__item__body {
  display: flex;
}

.fs-c-storeInventoryVariation__item__body > :last-child {
  flex-grow: 1;
}

.fs-c-storeInventoryVariation__item__image {
  margin: 8px 8px 8px 0;
}

.fs-c-storeInventoryVariationList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-storeInventoryVariationList > li {
  box-sizing: border-box;
}

.fs-c-storeInventoryVariationList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 8px;
  align-items: center;
  padding: 8px;
}

.fs-c-storeInventoryVariationList__item + .fs-c-storeInventoryVariationList__item {
  border-top: 1px solid #e5e5e5;
}

.fs-c-storeInventoryVariationList__item:nth-of-type(even) {
  background: rgba(192, 192, 192, 0.08);
}

.fs-c-storeInventoryVariationList__item__image {
  display: block;
  margin: 8px 8px 8px 0;
}

.fs-c-storeInventoryVariationList__item__stock {
  text-align: right;
}

.fs-c-storeInventoryVariationList--withImage .fs-c-storeInventoryVariationList__item {
  -ms-grid-columns: auto 40% 40%;
  grid-template-columns: auto 40% 40%;
}

.fs-c-storeList {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-storeList > li {
  box-sizing: border-box;
}

.fs-c-storeList__item {
  padding: 8px;
}

.fs-c-storeList__item:nth-of-type(even) {
  background-color: rgba(126, 126, 126, 0.08);
}

.fs-c-storeListItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-c-storeListItem__store {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fs-c-storeListItem__store__name {
  font-weight: bold;
}

.fs-c-storeListItem__store__address {
  color: #3c3c3c;
  display: none;
  font-size: 1rem;
}

.fs-c-storeListItem__stock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fs-c-storeListItem__stock__label {
  font-size: 1rem;
}

.fs-c-storeListItem__stock__status, .fs-c-storeListItem__stock__extend {
  font-size: 1.2rem;
}
.fs-c-storeInvetoryInfo .fs-c-storeGroup {
    max-width: 624px;
   /* margin: 0 auto;*/
}
/*.fs-l-main ul {
    width: 72%;
    margin: 0 auto;
}*/
.fs-c-storeInventoryProduct {
    padding-bottom: 5%;
    /*width: 100%;
    margin: 0 auto;*/
}
.fs-c-storeInvetoryInfo {
    margin: 5% 0 10%;
}
.fs-l-main.fs-c-button--secondary {
  background: #000000;
  border: 1px solid #000000;
  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.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

.fs-l-main.fs-c-button--secondary:hover {
  opacity: 0.8;
}

.fs-l-main.fs-c-button--secondary:hover, .fs-l-main.fs-c-button--secondary:visited, .fs-l-main.fs-c-button--secondary:active {
  color: #ffffff;
  text-decoration: none;
}
label.fs-c-storeGroup__heading {
    background: #d6d6d6;
}

@media screen and (min-width: 600px) {
  .fs-c-storeListItem__store__address {
    display: block;
  }
}
@media screen and (max-width: 600px) {
.fs-l-main {
padding: 0;
}
.fs-c-storeInvetoryInfo .fs-c-storeGroup {
    width: 100%;
}

}




