@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    /*main {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }*/
}

.logout.my-false { display: none; }
.login.my-true { display: none; }

/*一覧ページカート非表示*/
.fs-c-productList .fs-c-button--addToCart--list.fs-c-button--plain {
display: none;
}

/*一覧ページ拡大アイコン非表示*/
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
    display: none;
}

/*　商品詳細ページカート投入数注意文言　*/
#fs_ProductDetails .fs-c-productQuantityAndWishlist::after  {
    content: "※個数10以上ご注文の方は10+を選んで必要数量をご入力ください。";
    display: block;
    width: 80%;
    margin-top: 2px;
    padding-right: 7px;
    color: #666;
    font-size: 12px;
}

/* カートページのあと●円で送料無料ですを非表示  */
#fs_ShoppingCart .fs-c-cartDiscountInfo__body {display:none;}
#fs_ShoppingCart .fs-c-cartDiscountInfo__note{display:none;}

/*　セールアイコンの調整　*/
.fs-c-productMark__mark.markimg {
    padding: 0;
}


/*　商品一覧ページレイアウト調整　*/
@media screen and (max-width: 767px) {
/*.fs-c-productMark {
    flex-wrap: unset;
}*/
.fs-c-productMark__mark {
    font-size: 10px!important;
}
.fs-c-productMarks {
    margin: 0px!important;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    padding: 0 5px!important;
}
h2.fs-c-productListItem__productName {
    font-size: 10px!important;
    margin-top: 0!important; 
    margin-bottom: 0!important;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    height: auto!important;
}
.fs-c-reviewStars::before {
    font-size: 1.0em!important;
}
.fs-c-reviewStars {
    margin-top: 2px!important;
    margin-right: 2px!important;
}
.fs-c-productListItem__prices.fs-c-productPrices {
    margin: 0!important;
}
.fs-c-productPrice__main {
    line-height: 1.2!important;
    font-size: 14px!important;
}
.fs-c-productPrice--listed {
    line-height: 1.2!important;
}
.productRating {
    font-size: 12px!important;
}
.fs-c-productPrice.fs-c-productPrice--selling {
    line-height: 1.2!important;
}

header .spsearch {
    margin: 0;
    padding: 8px 20px;
    background-color: rgba(129,202,206,0.3);
    height: 68px;
}

.top-banner__txt {
    line-height: 1.4!important;
    margin-bottom: 15px!important;
    letter-spacing: 0;
}

/* 20231212 カテゴリーの人気ランキングSP見た目調整 */
h2.fs-c-productListItem__productName a {
    margin: 5px 0 8px;
    line-height: 1.6em;
    letter-spacing: 0;
    font-weight: 400;
}

.top-history__section {
    margin-bottom: 0!important;
}
}


/* 閲覧履歴テキスト追加調整 */
.recommendlist .imgauto {
    margin-bottom: 10px;
}
.recommendlist h3.Ttl {
    font-size: 12px!important;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 6px;
}
.recommendlist .Price {
    text-align: end;
    font-size: 12px;
}
.recommendlist .Price > span {
    font-size: .8em;
    margin-left: 3px;
}


/* 商品一言説明表示調整  */
.fs-c-productListItem__productDescription {
  order: 11;
}
.oneword_comment summary {
  list-style: none;
}
.oneword_comment summary::-webkit-details-marker {
  display:none;
}
.oneword_comment {
  padding-left: 5px;
}
.oneword_comment__header {
  display: flex;
}
.oneword_comment__close-heading {
  display: block;
  font-size: 11px;
  color: #A5A5A5;
  padding-left: 5px;
  line-height: 22px;
}
.oneword_comment__open-heading {
  display: none;
  font-size: 11px;
  color: #A5A5A5;
  padding-left: 5px;
  line-height: 22px;
}
details[ open ] .oneword_comment__close-heading {
  display: none;
}
details[ open ] .oneword_comment__open-heading {
  display: block;
}
.oneword_comment__content {
  font-size: 11px;
  color: #A5A5A5;
}
details[ open ] .oneword_comment__content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.oneword_comment__plus {
  display: inline-block;
  vertical-align: middle;
  color: #83D1D6;
  line-height: 1;
  min-width: 9px;
  height: 2px;
  background-color: #83D1D6;
  position: relative;
  top: 10px;
  @include mq("sp") {
    min-width: 11px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.3s;
  }
}

details[ open ] .oneword_comment__plus::before {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .oneword_comment {
    margin-bottom: 5px;
  }
  .oneword_comment__close-heading {
    padding-left: 5px;
    font-size: 10px;
    margin: 0;
  }
  .oneword_comment__open-heading {
    padding-left: 5px;
    font-size: 10px;
  }
  .oneword_comment__plus {
    min-width: 8px;
    top: 9px;
  }
  .oneword_comment__content {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  main.wrapper #fs_ProductSearch .fs-c-button--particular::before, main.wrapper #fs_ProductCategory .fs-c-button--particular::before, main.wrapper #fs_BundleProductList .fs-c-button--particular::before {
      top: -33px!important;
  }
}

.fs-c-linkedServiceLogin__login {
  display: grid;
}
.fs-c-anotherLogin--amazon {
  order: -1;
}
.fs-l-cart__contentsArea.is-linkedServiceLoginAvailable .fs-c-linkedServiceLogin__message {
display:none;
}
#appleid-signin>div {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
#appleid-signin {
  margin-bottom: 20px;
}
}

@media screen and (min-width: 768px) {
.top-aboutfarbe_banner {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
}
}
@media screen and (max-width: 767px) {
.top-aboutfarbe_banner {
  margin-bottom: 30px;
  padding: 0 20px;
}
}

/* 20250530 カート内メッセージの文字の大きさ調整 */
.fs-c-cartTable__message {
    font-size: 1.2rem!important;
}


@media screen and (min-width: 768px) {
h2.subtitle-onerow {
	    margin-top: 15px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	h2.subtitle-onerow .cate_caption {
	    display: block;
	    font-size: 13px;
	    font-weight: 400;
	    margin-top: 7px;
	    text-align: center;
	    line-height: 100%;
	    position: relative;
	}
	h2.subtitle-onerow .cate_caption::before {
	    transform: rotate(-25deg);
	    left: -15px;
	}
	h2.subtitle-onerow .cate_caption::after {
	    transform: rotate(25deg);
	    right: -15px;
	}
	h2.subtitle-onerow .cate_caption::before, h2.subtitle-onerow .cate_caption::after {
	    width: 1px;
	    height: 18px;
	    background-color: #404040;
	    content: '';
	    display: inline-block;
	    top: 0;
	    position: absolute;
	}

    /* 20250708 OIWAI工房配送日表示(メーカー直送) 中央寄せ henobu03 */
    .oiwaikoubou_prodctP .oiwaikoubou {
        justify-content: center !important;
    }
}