/* 【プレビュー画面のプレビュー中アピール部分の非表示】 サイトを「開店」にした以降は不要です。 */
.fs-preview-header { display: none; }

/* 【ご注文手続きページの通信欄の有無について】 display none=非表示、通信欄を表示する場合は行ごとの先頭に<!--と末尾の-->をつけてください。この左右の<!--と-->で挟むことを、コメントアウトと言います */
<!--.fs-body-checkout .fs-communicationInfo-container { display: none; }-->
<!--.fs-body-checkout-amazon .fs-c-checkout-communicationInfo { display: none; }-->
/* 【通信欄の有無について】 ここまで　※現在はコメントアウトにて対応しているので、表示されています。コメントアウト部分を取り去り保存することで、通信欄の部分は非表示になります。 */

/* ログインログアウトの表示切り替えを行うCSS ※こちらは触らないでください */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/* .fs-c-accountService__page--accountReviews { display: none; } */
.fs-c-reviewList__item{ padding: 15px 0 }

@media only screen and (min-width: 769px) {
  .fs-c-cartTable__dataCell--quantity,
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--point
    { vertical-align: middle; }
}

/* レビューリスト部分 */
}
.fs-c-reviewList__item {
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: solid 1px #ddd;
}
.fs-c-reviewList .fs-c-reviewBody {
    text-align: left;
    white-space: inherit;
    margin-top: 20px;
    padding: 0 10%;
}

.fs-c-listControl{
  margin-bottom: 30px;
}

.fs-c-aggregateRating{
  border: none !important;
  margin-top: 0px !important;
  padding: 20px !important;
}

.fs-c-reviewer__name, .fs-c-reviewer__profile, .fs-c-reviewInfo__date, .fs-c-reviewer{
  display: inline-block;
}

.fs-c-reviewer__name{
  margin-right: 5px;
}
.fs-c-reviewInfo__date{
  margin-left: 5px;
}

.fs-c-reviewRating{
  margin-top: 5px;
}

.fs-c-reviewList .fs-c-reviewBody{
  margin-top: 10px !important;
}

/* ご購入手続き（単数）返品特約の表示 */
.fs-c-returnedSpecialContract {
    margin: -7% 0 100px auto;
    text-align: right;
    width: 200px;
}
@media only screen and (max-width: 768px) {
.fs-c-returnedSpecialContract {
    margin: -7% auto 100px auto;
    text-align: right;
    width: 160px;
}
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
    display: block!important;
    text-align: enter;
}
}

/* レビューの不要プロフィール非表示 */
.fs-c-reviewer__status, .fs-c-reviewer__profile__prefecture{
  display: none;
}

/* 「会員のレビューページ」のSP版のみパンくず表示 */
@media only screen and (max-width: 768px) {
  .fs-body-reviews-reviewer .fs-c-breadcrumb .fs-c-breadcrumb__list {
    display: block;
  }
}

/* 「すべてのレビューを見る」「レビューを書く」ボタンの色変更 */
.fs-c-buttonContainer .fs-c-button--viewAllReviews,
.fs-c-buttonContainer .fs-c-button--addReview--detail{
  background-color: #828163 !important;
}

.fs-c-buttonContainer .fs-c-button--viewAllReviews:hover,
.fs-c-buttonContainer .fs-c-button--addReview--detail:hover{
  background-color: #917753 !important;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a{
  display: block!important;
  text-align: left;
}

/*お気に入り解除・カートに入れるボタンを表示するCSS*/
.fs-c-wishList .fs-c-productListItem .fs-c-productListItem__control,
.fs-c-wishList .fs-c-productListItem .fs-c-button__label {
    display: block;
}
 
/*カートに入れるボタンを非表示にするCSS*/
.fs-c-wishList .fs-c-productListItem .fs-c-button--addToCart--list {
    display: none;
}

/* 20240725 */
@media (min-width: 769px) {
 .sp_headerNavi, .topSearch_keywords, .top_categories {display: none;}
}
.bottomNav {
 padding: 0 20px;
 background: #669966;
}
.bottomNav ul {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 15px;
}
.bottomNav ul li {
 flex: 0 0 55px;
 max-width: 55px;
}
.bottomNav ul li a {
 display: block;
 padding: 8px 0;
 text-align: center;
 color: #fff;
 font-size: 10px;
}
.bottomNav ul li a span {
 display: block;
}
.bottomNav__icon {
 width: 25px;
 height: 25px;
 margin: auto;
}
.topSearch_keywords {
 max-width: 450px;
 width: 90%;
 margin: -40px auto 80px;
}
.sf_keywords {
 margin-top: 20px;
}
.sf_title {
 margin-bottom: 10px;
}
.sf_keywords ul {
 gap: 10px;
 display: flex;
 flex-wrap: wrap;
}
.sf_keywords ul li a {
 display: block;
 line-height: 24px;
 font-size: 12px;
 background: #f2f2f2;
 padding: 0 5px;
 border-radius: 5px;
}
.top_categories {
 margin: 40px 0;
 padding: 0 15px;
}
.top_categories h2 {
 font-family: Noto Sans JP;
 font-size: 24px;
 font-weight: 700;
 line-height: 34.75px;
 text-align: center;
 margin-bottom: 20px;
}
.top_categories h2 small {
 margin: 0;
}
.cateList {
 display: flex;
 flex-wrap: wrap;
 gap: 12px 6px;
}
.cateList li {
 flex: 48%;
}
.cateList li a {
 display: flex;
 border: 1px solid #dfdfdf;
 padding: 0;
 height: 100%;
 align-items: center;
 justify-content: center;
}


/* ここから */
.category__name--text{
  color: #506865;
  font-size: 20px !important;
  font-weight: 700;
  padding-top: 20px;
}

@media screen and (max-width:768px){
  .category__name--text{
    font-size: 18px;
  }
}


.category__name{
  display: none;
}

.fs-c-productMarks{
  display: block!important;
}

.fs-c-productMark{
gap : 5px ;
}

.pc{
  display: block;
}

@media screen and (max-width:768px){
  .pc{
    display: none;
  }
}

.sp{
  display: none;
}

@media screen and (max-width:768px){
  .sp{
    display: block;
  }
}

/* 20241129 AI recommend */
.fs-p-heading--lv2 {display:none !important;}
.fr3-item {
 background-color: #fff;
 -webkit-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
 position: relative;
 height: 100%; 
}
.fr3-item__productName {
 justify-content: center;
 overflow: hidden;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.fr3-item__productPrice, .fr3-item__productPrice__price {
 justify-content: center;
 font-family: 'Roboto', sans-serif;
 color: #828163;
}
.fr3-productListCarousel__Button {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 border-radius: 50%;
 background: url(https://wachi.itembox.design/item/_assets/images/slider-arrow-right.svg) center center no-repeat #917753 !important;
}
.fr3-productListCarousel__ButtonImage {
 display: none;
}
.fr3-productListCarousel__ButtonContainer {
 position: relative;
}
.fr3-productListCarousel__prevButton {
 transform: rotate(180deg);
}
.fr3-item__rank {
 text-align: center;
 background-color: #DDA234 !important;
 border-radius: 4px !important;
 color: #fff !important;
 font-family: 'Roboto', sans-serif;
 font-weight: 700 !important;
 position: absolute;
 left: 0;
 right: 0;
 margin: auto;
}
.fr3-item__rankContainer {height: auto !important;}
@media only screen and (min-width: 769px) {
 .fr3-productListCarousel__slides {
  overflow-x: hidden !important;
 }
 .flywheel-recommend__frame {
  max-width: 1164px;
  margin: 0 auto;
  margin-top: 10px;
 }
 .fr3-productListCarousel__slides {
  padding: 40px 20px 40px;
 }
 .fr3-item {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
 }
 .fr3-item:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 }
 .fr3-item__productName {
  padding-top: 10px;
  font-size: 16px !important;
 }
 .fr3-item__productPrice, .fr3-item__productPrice__price {
  font-size: 18px !important;
 }
 .fr3-productListCarousel__Button {
  width: 32px !important;
  height: 32px !important;
 }
 .fr3-item__rank {
  top: -14px;
  width: 28px !important;
  height: 28px !important;
  font-size: 16px !important;
  line-height: 30px;
 }
}
@media only screen and (max-width: 768px) {
 .checked_block {
  margin-top: 15px;
 }
 .fr3-item {
  padding: 10px 5px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
 }
 .fr3-item__productName {
  line-height: 1.5;
  padding: 5px 5px 0 5px;
  font-size: 14px !important;
 }
 .fr3-item__productPrice, .fr3-item__productPrice__price {
  font-size: 16px !important;
 }
 .fr3-productListCarousel__Button {
  width: 22px !important;
  height: 22px !important;
  left: 5px;
  background-size: 6px auto !important;
 }
 .fr3-item__rank {
  top: -12px;
  width: 24px !important;
  height: 24px !important;
  font-size: 14px !important;
  line-height: 24px;
 }
 .fr3-productListStatic {
  gap: 25px 15px !important;
  padding: 0 !important;
 }
 .top-ranking .fr3-item:nth-child(n + 7) {display:none;}
}

/* 241129 tabs */
.tabSwitch {
 display: flex;
 flex-wrap: wrap;
 gap: 12px 6px;
 margin-bottom: 20px;
}
.tabSwitch li {
 flex: 48%;
}
.tabSwitch li span {
 display: flex;
 border: 1px solid #dfdfdf;
 background: #fff;
 padding: 0;
 height: 100%;
 align-items: center;
 justify-content: center;
}
.tabSwitch li.active span {
 background: rgba(255,255,255,.5);
}

/* 250121 入荷お知らせボタン追加 */
.fs-c-button--subscribeToArrivalNotice--detail {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  position: relative;
  border-style: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: url(https://wachi.itembox.design/item/_assets/images/arrow_right-white.svg) no-repeat #696;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .fs-c-button--subscribeToArrivalNotice--detail {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    margin: 0px auto 0 auto;
    line-height: 50px;
    background-position: right 15px center;
  }

  .fs-body-product #fs_form .fs-c-button--subscribeToArrivalNotice--detail {
    margin-top: 6px;
  }
}

@media only screen and (min-width: 769px) {
  .fs-c-button--subscribeToArrivalNotice--detail {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    margin: 0px auto 0 auto;
    line-height: 60px;
    background-position: right 25px center;
  }
}

/* ローカルナビゲーションコンポーネントの追加 */
.page-local-nav {
  padding: 30px 0;
}

.page-local-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-local-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 30px;
  background-color: #fff;
  border: 2px solid #669966;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.page-local-nav ul li a::after {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  mask: url(https://wachi.itembox.design/item/_assets/images/sp-nav-arrow.svg) center right 20px no-repeat;
  mask-position: 50% 15px;
  background-color: #669966;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .page-local-nav {
    padding: 15px 0;
  }

  .page-local-nav ul {
    gap: 5px;
  }

  .page-local-nav ul li a {
    justify-content: start;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
  }

  .page-local-nav ul li a::after {
    mask-position: 50% 5px;
  }
}

/* 250319 */
.cateList li a {
  min-height: 42px;
  font-size: 11px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .site-header {
    position: sticky !important;
    top: 0;
    z-index: 98;
    width: 100%;
    background-color: #ffffff;
  }
}

/* 250422 カテゴリー独自コメント10を使用しているページ用スタイル */
.fs-body-category #custom-comment-area-10 {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 138px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 {
    margin-bottom: 50px;
  }
}

.fs-body-category #custom-comment-area-10 .wrap {
  padding: 0 15px;
}

.fs-body-category #custom-comment-area-10 .sec {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .sec {
    margin-top: 50px;
  }
}

.fs-body-category #custom-comment-area-10 .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 3px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.fs-body-category #custom-comment-area-10 .title span {
  position: relative;
}

.fs-body-category #custom-comment-area-10 .title span::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 1px;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  background: #000;
}

@media screen and (max-width: 991px) {
  .fs-body-category #custom-comment-area-10 .title span::before {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .title span::before {
    width: 40px;
  }
}

.fs-body-category #custom-comment-area-10 .title span::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 1px;
  right: -20px;
  top: 50%;
  transform: translate(100%, -50%);
  background: #000;
}

@media screen and (max-width: 991px) {
  .fs-body-category #custom-comment-area-10 .title span::after {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .title span::after {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .btnarea {
    text-align: center;
  }
}

.fs-body-category #custom-comment-area-10 .btn {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  color: #fff;
  background: #669966;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 15px 0;
  position: relative;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .btn {
    margin-top: 0;
  }
}

.fs-body-category #custom-comment-area-10 .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
  right: 15px;
}

.fs-body-category #custom-comment-area-10 .groups {
  max-width: 880px;
  margin: auto;
  margin-top: 85px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .groups {
    margin-top: 20px;
    gap: 20px;
  }
}

.fs-body-category #custom-comment-area-10 .groups .group {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  width: calc(33.3333% - 20px);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .groups .group {
    width: calc(50% - 15px);
  }
}

.fs-body-category #custom-comment-area-10 .groups .group:hover {
  transform: scale(1.04);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.fs-body-category #custom-comment-area-10 .groups .group__price {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  color: #828163;
}

.fs-body-category #custom-comment-area-10 .groups .group__price small {
  margin-top: 0;
  color: #828163;
}

.fs-body-category #custom-comment-area-10 .groups .group__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fs-body-category #custom-comment-area-10 .group__btnarea {
  margin-top: 30px;
}

.fs-body-category #custom-comment-area-10 .top {
  margin-top: 57px;
  margin-bottom: 78px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .top {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.fs-body-category #custom-comment-area-10 .top .top__box {
  width: 100%;
  margin: auto;
}

.fs-body-category #custom-comment-area-10 .top .top__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 3px;
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .top .top__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.fs-body-category #custom-comment-area-10 .top .top__text {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .top .top__text {
    font-size: 16px;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products {
  max-width: 1200px;
  margin: auto;
}

.fs-body-category #custom-comment-area-10 .feature-products__item {
  display: flex;
  justify-content: center;
  gap: 74px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__item {
    flex-direction: column;
    gap: 15px;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__box {
    gap: 20px;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__img {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__img {
    width: 100%;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__box {
  width: 550px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__box {
    width: 100%;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__name {
    font-size: 16px;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__price {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.fs-body-category #custom-comment-area-10 .feature-products__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .fs-body-category #custom-comment-area-10 .feature-products__text {
    font-size: 15px;
  }
}

.fs-body-cart .fs-c-totalAndActions .fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--registerAndPurchase {
  display: none;
}