/* スライダー表示崩れ修正 */
.fs-pt-carousel__track{
  display: none;
}
.slick-slider.slick-initialized{
  display: block;
}

/* ガイドパーツ非表示処理 */
.fs-body-product-gd679 .guide-parts,.fs-body-product-gd677 .guide-parts{
display:none;
}

/*プレビューモード表示*/
div#fs_preview_header{
display:block !important; 
}
/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
display: none;
}
.fr3-item__productPrice__price::after,
.fs-c-price::after {
content: "円";
}
/* 商品個別送料パーツ 非表示 */
.fs-c-productPostage{display:none}

/* 非会員のレビュー記入ボタン */
div.fs-c-buttonContainer--addReview--guest a.fs-c-button--secondary{
  color: #FFF;
}

/*kog add*/
@charset "UTF-8";
#ranking .fr3-productListStatic .fr3-item:nth-child(1) a:before,
#ranking .fr3-productListStatic .fr3-item:nth-child(2) a:before,
#ranking .fr3-productListStatic .fr3-item:nth-child(3) a:before {
  padding-bottom: 8px;
  box-sizing: border-box;
}

.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label:after {
  content: "販売価格";
  color: #000;
}

.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label:after {
  content: "";
}

.fs-c-productActionButton button.fs-c-button--primary {
  background-color: #000;
  color: #fff;
}
.fs-c-productActionButton button.fs-c-button--primary:hover {
  background-color: #FFE100;
  color: #000;
}

div.voice a.fs-c-button--plain.fs-c-button--addReview--detail {
  background: #F3F3F3;
  border: 0;
  color: #000;
}
div.voice a.fs-c-button--plain.fs-c-button--addReview--detail:hover {
  background: #D7D7D7;
  border: 0;
  color: #000;
}

.fs-c-productQuantityAndWishlist .fs-c-quantity__number {
  width: 90px;
  height: 45px;
  text-align: center;
  margin-left: 60px;
  box-shadow: none;
}

.fs-c-productQuantityAndWishlist select.fs-c-quantity__select {
  padding: 0 40px;
}

.fs-c-quantity__number {
  box-shadow: none;
  text-align: center;
  width: 29px;
}
@media only screen and (min-width: 768px) {
  .fs-c-quantity__number {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .fs-c-quantity__number {
    width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .fs-c-featuredProduct {
    margin-right: -5.5%;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  overflow-x: scroll;
  column-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack:has(> .slick-list.draggable) {
    display: block;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .slick-list.draggable .slick-track{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 30px;
        row-gap: 30px;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .slick-list.draggable .slick-track::before,.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .slick-list.draggable .slick-track::before{
display:none;
}
}
@media only screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
    min-width: 105px;
  }
}

.fs-c-productList .fs-c-productList__controller .fs-c-pagination a.fs-c-pagination__item--prev,
.fs-c-productList .fs-c-productList__controller .fs-c-pagination a.fs-c-pagination__item--next {
  background: #f2f2f2;
}
.fs-c-productList .fs-c-productList__controller .fs-c-pagination a.fs-c-pagination__item--prev:hover,
.fs-c-productList .fs-c-productList__controller .fs-c-pagination a.fs-c-pagination__item--next:hover {
  text-decoration: none;
  background: #D7D7D7;
}

@media only screen and (max-width: 768px) {
  #ranking div.tabs .tab-buttons.column3 #lamp.content1 {
    left: -5%;
  }

  #ranking div.tabs .tab-buttons.column3 #lamp.content3 {
    left: 72.1%;
  }
}
#ranking .fr3-productListStatic .fr3-item a:before {
  text-indent: -3px;
}

#information a.linkbox p.txt {
  text-align: center;
}

.fs-c-cartTable__dataCell--action button.fs-c-button--cancel--cart {
  background: #fff;
  color: #C10A00;
  transition: 0.5s;
}
.fs-c-cartTable__dataCell--action button.fs-c-button--cancel--cart:hover {
  background: #C10A00;
  color: #fff;
  opacity: 1;
}

.fs-body-cart .fs-l-cart__sideColumn .fs-p-announcement .fs-p-announcement__body a.fs-p-linkButton {
  background: #fff;
  color: #000;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-p-announcement .fs-p-announcement__body a.fs-p-linkButton:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.fs-body-cart .fs-l-cart__sideColumn .gray-bg a.fs-c-button--primary, .fs-body-cart .fs-l-cart__sideColumn .gray-bg a.fs-c-button--secondary {
  background: #000;
  color: #fff;
  border-color: #000;
}
.fs-body-cart .fs-l-cart__sideColumn .gray-bg a.fs-c-button--primary:hover, .fs-body-cart .fs-l-cart__sideColumn .gray-bg a.fs-c-button--secondary:hover {
  background: #FFE100;
  border-color: #FFE100;
  color: #000;
}

@media only screen and (min-width: 1025px) {
  span.fr3-item__productPrice__price {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1421px) {
  span.fr3-item__productPrice__price {
    font-size: 2rem;
  }
}

div#fs-orderContents-container .fs-c-cartTable__headerCell--quantity, div#fs-orderContents-container .fs-c-cartTable__headerCell--subtotal, div#fs-orderContents-container .fs-c-cartTable__headerCell--point {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div#fs-orderContents-container .fs-c-cartTable__dataCell--quantity {
    text-align: center;
  }
  div#fs-orderContents-container .fs-c-cartTable__dataCell--subtotal .fs-c-price {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #menubox .menunav .itemsarea .other-area {
    padding: 0 5% 90px 5% !important;
  }
}

@media only screen and (max-width: 768px) {
  body#fs_CustomPage #ranking .flywheel-recommend__frame {
    width: 100%;
    overflow-x: auto;
  }
  body#fs_CustomPage #ranking .flywheel-recommend__frame .fr3-productListStatic {
    width: 100%;
    column-gap: 20px !important;
  }
  body#fs_CustomPage #ranking .flywheel-recommend__frame .fr3-productListStatic .fr3-item {
    margin-right: 0;
    width: calc(50% - 10px);
  }
}

#fs_MyWishList .fs-c-productList__list .fs-c-productListItem__control .fs-c-button--addToCart--list {
  background-color: #000;
  background-image: url(https://dogtree.itembox.design/item/img/common/icon_cart_white.svg);
  background-repeat: no-repeat;
  background-position: 11% center;
  color: #fff;
  width: 150px;
  border-radius: 100px;
  padding: 7px 0;
  background-size: 12%;
}
#fs_MyWishList .fs-c-productList__list .fs-c-productListItem__control .fs-c-button--addToCart--list:before {
  content: none;
}
#fs_MyWishList .fs-c-productList__list .fs-c-productListItem__control .fs-c-button--addToCart--list .fs-c-button__label {
  padding-left: 16px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #FF5F56;
}

.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail:after {
  color: #000 !important;
}

.fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail:after {
  color: #FF5F56 !important;
}

#fs-addressList-container .fs-c-checkout-multiAddress .fs-c-checkout-addresseeList .fs-c-checkout-addressee__control button {
  padding: 10px 20px;
}

#feature .feature-list a.linkbox div.text h2 {
  -webkit-line-clamp: 1;
}

#feature .tabs .feature-list a.linkbox div.text h3 {
  -webkit-line-clamp: 3;
}

#fs-multipleAddressButton-container .fs-c-checkout-addDestinationButton a.fs-c-button--multiDestination {
  box-shadow: 0 0 2px #b2b2b2;
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  color: #000 !important;
}

.fs-c-cartTable__dataCell--action .fs-c-button--buyItLater {
  display: none;
}

div.fs-c-productPrices--productDetail .fs-c-productPrice:nth-last-child(2) {
  color: #262626 !important;
}

div.fs-c-productPrices--productDetail .fs-c-productPrice:nth-last-child(2) .fs-c-productPrice__main__price {
  color: #262626 !important;
}

div.fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #FF5F56 !important;
}

div.fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: #FF5F56 !important;
}

div.fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: #FF5F56 !important;
}

span.fs-c-productPrice:nth-child(2):after,
div.fs-c-productPrice:nth-child(2):after {
  content: none;
}

/*
div.fs-c-productListItem__prices .fs-c-productPrice:nth-last-child(2):after {
  content: "→";
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 6px;
}
*/

#kv .fs-c-slick .slick-track {
  transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
}

@media only screen and (max-width: 768px) {
  #kv .fs-c-slick .slick-track {
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs-body-product .fs-c-productCarouselMainImage__image {
    width: 90vw !important;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    max-height: 100%;
  }
}

.voice .fs-c-productReview .fs-c-reviewList {
  width: 100%;
}
.voice .fs-c-productReview .fs-c-reviewList__item .fs-c-reviewer__profile {
  display: none;
}

.fs-client-cart-count--0{
display:none;
}

.fs-c-productNotice.fs-c-productNotice--outOfStock {
    padding: 4px;
}