.member.my-false {
  display: none !important;
}

.guest.my-true {
  display: none !important;
}

/*20231018*/
.fs-body-category .fs-c-heading{
        margin-top: 100px !important;
}
@media screen and (max-width: 768px){
  .fs-body-category .fs-c-heading{
      margin-top: 5rem !important;
  }
  .itemList-ranking {
    margin: 0 -15px;
  }
  .itemList-ranking .product-list li{
      flex-basis: 31.8%;
  }
  .itemList-ranking .product-list li:nth-child(n+4){
  display:none !important;
  }
}

.fs-c-cartDiscountInfo__info{
color: red;
}
.feature-blog .blog-list li{
border:none !important;
}
.itemDetail-feature{
display:block !important;
}
.itemDetail-feature ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.itemDetail-feature ul li {
    width: 18.210526%;
    margin-bottom: 7px;
    margin-right: 1.57894736842%;
}
.itemDetail-feature ul li:nth-child(even){
    width: 18.210526%;
    margin-bottom: 7px;
    margin-right: 1.57894736842%;
}
@media screen and (max-width: 768px){
.itemDetail-feature ul li {
    width: 49.210526%;
    margin-bottom: 7px;
    margin-right: 1.57894736842%;
}
.itemDetail-feature ul li:nth-child(even){
    width: 49.210526%;
    margin-bottom: 7px;
    margin-right: 1.57894736842%;
}
.itemDetail-feature ul li:nth-child(n+5){
    display: none;
}
}

/* サジェスト用 */
@media screen and (max-width: 1023px) {
  div.isSpSug{
    display : block;
  }
  div.isPcSug {
    display : none;
  }
}

@media screen and (min-width: 1023px) {
  div.isSpSug {
    display : none;
  }
  div.isPcSug {
    display : block;
  }
}

.heading + .mainTitle__subText{
  font-size: 14px;
  text-align: center;
  margin-bottom: 52px;
  margin-top: -40px;
}

@media screen and (max-width: 768px){
  .heading + .mainTitle__subText{
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  font-size: 12px;
  }
}

.fs-body-category .fs-c-heading{
  border: 1px solid #e1e1e1!important;
  padding: 58px 0!important;
    margin-top: 34px!important;
}

.fs-body-category .fs-c-heading:after{
  display: none!important;
}

@media screen and (max-width: 768px){
  .fs-body-category .fs-c-heading{
    padding: 20px 0!important;
    margin-top: 1.45rem!important;
  }
}

.product-list a:hover{
  color: #000;
}

@media screen and (min-width: 769px){
  .spOnly{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .col-4-sp.product-list li{
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
  .col-4-sp.product-list li:nth-child(n+4){
    display: none;
  }
  .col-4-sp.product-list li .product-list__title{
    font-size: 12px;
  }
.footer-ranking .col-4-sp.product-list li figure::before{
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5;
}
  .product-list li:nth-child(n+5){
    display: none;
  }

}

.category_pageItem ul {
  display: grid;
  grid-template-columns: repeat(5, 130px);
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .category_pageItem ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.category_pageItem li:last-child a {
  grid-template-columns: 1fr;
}
.category_pageItem a {
  display: grid;
  align-items: center;
  grid-template-columns: 35% 65%;
  border: 1px solid #ddd;
  height: 50px;
}
.category_pageItem a:hover {
  color: unset;
}
.category_pageItem img {
  vertical-align: middle;
}
.category_pageItem span:nth-child(2) {
  text-align: left;
}

.shipping-notice p {
  color: #00d0ff;
  text-decoration: underline;
}

.feature_pageCate ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .feature_pageCate ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.feature_pageCate span {
  text-decoration: underline;
}
.feature_pageCate .link-squ {
  margin-top: 30px;
}

.footer-feature .bnrList a p {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 5px;
}

.top_search.drawer_search {
    max-width: fit-content;
    margin: 20px -15px;
    width: fit-content;
    padding: 30px 15px;
    background: #ddd;
}
.top_search.drawer_search .top_search_text form input[type="text"] {
    border: 1px solid #000;
}
.top_search.drawer_search .top_search_text form input[type="submit"] {
    border: 1px solid #000;
    background: #000;
}
.top_search.drawer_search .top_hotkeyword {
    margin-top: 15px;
}
.top_search.drawer_search .top_hotkeyword ul {
    gap: 5px 10px;
}
.top_search.drawer_search .top_hotkeyword ul li a {
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
}
@media (min-width: 768px) {
.top_search.drawer_search .top_search_text form input[type="text"] {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 20px;
    font-size: 14px;
}
.top_search.drawer_search .top_search_text form input[type="submit"] {
    width: 100px;
    height: 40px;
}
}
.header-nav__block.keyword {display: none !important;}

.header-nav__block.bnr.mb2 {
    margin-bottom: 20px;
}
.header-nav__block.hasChildren--click {
    margin: 0 !important;
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.header-nav__block.hasChildren--click h2 {
    margin: 0;
    cursor: pointer;
    position: relative;
}
.header-nav__block.hasChildren--click h2.open {
    margin-bottom: 15px;
}
.header-nav__block.hasChildren--click h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
    right: 20px !important;
    border: none;
    width: 1px !important;
    height: 12px !important;
    background: #000;
}
.header-nav__block.hasChildren--click h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px !important;
    border: none;
    width: 1px !important;
    height: 12px !important;
    background: #000;
    transform: rotate(90deg) translateY(-50%) !important;
    transform-origin: top center !important;
}
.header-nav__block.hasChildren--click h2.open:before {
    transform: rotate(90deg) translateY(-50%) !important;
}
.top-cate {
    display: none;
}
@media (max-width: 768px) {
    .top-cate {
        display: block;
    }
    .header-nav__block.cat.topcate {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .header-nav__block.cat.topcate li {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        padding: 5px;
        border: 1px solid #dfdfdf;
        margin: 5px !important;
        box-sizing: border-box;
    }
    .header-nav__block.cat.topcate li .allitem {
        padding: 0 !important;
        text-align: center;
    }
}

/* 240321追加 */
.fs-body-top .product-list__title{
  text-decoration: underline;
}

/* 20240424 */
#fs_ProductDetails .category_pageItem {
  margin-bottom: 40px;
}

/* 20240527 */
.header-nav .header-nav__inner .header-nav__block.addLink {
  margin: 0 !important;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.header-nav .header-nav__inner .header-nav__block.addLink h2 {
  margin: 0;
}
.header-nav .header-nav__inner .header-nav__block.addLink h2 a {
  display: block;
}
.iconNav__cart {
  position: relative;
}
.iconNav__cart .cartAmount {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 15px;
  width: 15px;
  background: #B10000;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 240819 */
/* 福袋商品 説明文表示 */
.fs-body-product-5980HB .fs-p-productDescription.fs-p-productDescription--full,
.fs-body-product-5980HB .itemDescription-big{
display:block!important;
}

/* 240827_nn */
.bloglist__hoverText:hover{
  color: #3572b0;
}

/* 240827_rk */
/* 商品一覧：FS組み込みパーツ商品表示の調整 */
/* 商品名まわり調整 */
.fs-body-category .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__name {
  text-decoration: underline;
}

.fs-body-category .fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy {
  margin-bottom: 4px;
}

/* 商品金額まわり調整：調整後金額 */
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling {
  color: red;
}

/* 商品金額まわり調整：調整前金額 */
.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--listed {
  position: relative;
}

.fs-body-category .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--listed::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

/* 商品詳細：画面左側に表示されてしまうチェックボックスの除去 */
.fs-body-product #fs_form .fs-l-productLayout__item.fs-l-productLayout__item--2 label span:before {
  display: none;
}

/* 商品詳細：カルーセル内 prev, nextボタン表示の修正 */
.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow {
  width: 30px;
  height: 30px;
}

.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev {
  right: initial;
  left: 0;
}

.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next {
  right: 0;
  left: initial;
}

.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow::before {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-prev::before {
  background-image: url(https://cafetabi.jp/wp-content/themes/cafetabi/img/top/arrow_slide_prev.png);
}

.fs-body-product .fs-c-productCarouselMainImage__carousel .slick-arrow.slick-next::before {
  background-image: url(https://cafetabi.jp/wp-content/themes/cafetabi/img/top/arrow_slide_next.png);
}

/* 商品詳細：細くなった説明文の調整 */
@media screen and (min-width: 769px) {
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 .com1Wrap .detail-size-note {
    width: 100%;
  }
}

/* （オプション）商品詳細：SP時カルーセル横幅の調整 */
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    width: 100%;
    margin: 0px;
  }
}

/* 240828 */
/* 共通：ドロワー内への（検索パーツ統一化） */
.header-nav .header-nav__inner .top_search {
  width: 100%;
}

.header-nav .header-nav__inner .top_search ul {
  margin-top: 20px;
}

.header-nav .header-nav__inner .top_search #openPopup {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .header-nav .header-nav__inner .top_search.spOnly {
    margin-right: 0;
    margin-left: 0;
  }

  .fs-body-top .top_search.spOnly,
  .header-nav .header-nav__inner .top_search.spOnly {
    display: block;
  }

  .header-nav .header-nav__inner .top_search .top_search_text form input[type="text"] {
    width: calc(100% - 80px);
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 20px 0px 0px 20px;
  }

  .header-nav .header-nav__inner .top_search .top_search_text form input[type="submit"] {
    width: 80px;
    height: 40px;
    font-size: 13px !important;
    border-radius: 0px 20px 20px 0px !important;
  }
}


@media screen and (min-width: 1023px) {
  .fs-body-top .top_search div.isSpSug,
  .header-nav .header-nav__inner .top_search div.isSpSug {
    display: block;
  }
}

@media (min-width: 992px) {
.top_search .openPopup2408 {
    display: none;
}
}

@media (max-width: 991px) {
.top_search {
    margin-bottom: 50px!important;
}
}