@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined);


@font-face {
  src: url("https://pair.itembox.design/item/whiteclover/common/font/NotoSansCJKjp-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("https://pair.itembox.design/item/whiteclover/common/font/NotoSansCJKjp-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  src: url("https://pair.itembox.design/item/whiteclover/common/font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("https://pair.itembox.design/item/whiteclover/common/font/NotoSerifCJKjp-SemiBold.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  src: url("https://pair.itembox.design/item/whiteclover/common/font/LibreBaskerville-Bold.woff") format("woff");
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

/** リセット **/
body {
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  height: auto;

}

/* fs class */
/*パンくず*/
.fs-c-breadcrumb {
  font-size: 1rem;
  background-color: #f7f7f7;
  font-weight: bold;
}

.fs-c-breadcrumb ol {
  margin: 0 auto;
  padding: 8px;
  max-width: 1000px;
  padding: .8rem 2rem;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: normal;
}
.fs-c-breadcrumb ol li{
  display: inline;
}

/* メイン */
.fs-l-main {
  margin: 1% auto;
  max-width: 1000px;
  padding: 0 8px;
letter-spacing: 0.5px;
}

/* 下層ページタイトル */
.fs-c-heading--page {
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #3c3c3c;
  padding: 1em 0;
}

.fs-c-heading--page::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #dddddd;
  margin: .5em auto 0;
}

.fs-l-pageMain>div :first-child .fs-c-documentArticle__heading {
  margin-top: 0;
}

.fs-c-documentArticle__heading {
  font-size: 1.5em;
  text-align: left;
  padding: 0.5em;
  background-color: #00b285;
  color: #f7f7f7;
  font-weight: bold;
  margin: 1em 0 2em;
}

.fs-c-documentColumn__heading,
.fs-p-announcement__title {
  font-size: 1.17em;
  padding: initial;
  margin: initial;
  font-weight: bold;
  color: #00b285;
  border: none;
  border-bottom: 4px solid #00b285;
}

.fs-c-subSection__title {
  font-size: 1.17em;
  font-weight: bold;
  color: #00b285;
  border: none;
  border-bottom: 4px solid #00b285;
}

.fs-c-documentArticle__content {
  padding: 0 1em 1em;
}

.fs-c-documentColumn__content {
  padding: 1em;
}


.fs-c-explainList {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.fs-c-explainList dt,
.fs-c-explainList dd {
  border-bottom: 1px solid #dddddd;
  padding: 16px 8px;
}

.fs-c-explainList dd:not(:last-child) {
  margin-bottom: 0;
}

.fs-c-list li {
  margin-left: auto;
  text-indent: 0;
  padding-left: 1.5em;
  position: relative;
}

.fs-c-list li::before {
  display: inline-block;
  content: "・";
  width: auto;
  height: auto;
  margin: auto;
  border: none;
  border-radius: 0;
  box-sizing: content-box;
  position: absolute;
  left: 0;
}

/*商品一覧 商品詳細画 像拡大ボタン*/


.fs-c-productListItem__viewMoreImageButton,
.fs-c-productCarouselMainImage__expandButton ,
.fs-c-productListItem__preorderMessage{
  display: none;
}

/*商品一覧 商品詳細画像*/
.fs-c-productCarouselMainImage__carousel {
  width: 500px;
  height: 503px;
  overflow: hidden;
}

.fs-c-productCarouselMainImage__carousel figure {
  display: none;
}


.fs-c-productCarouselMainImage__carousel.slick-slider {
  max-width: 500px;
  max-height: 503px;
  width: 100%;
  height: auto;
}

.fs-c-productCarouselMainImage__carousel.slick-slider figure {
  display: block;
}

@media screen and (max-width: 580px) {
  .fs-c-productCarouselMainImage {
    height: auto;
  }

  .fs-c-productCarouselMainImage__carousel {
    width: auto;
    height: 350px;
    overflow: hidden;
  }
}


/*商品一覧 商品名*/
.fs-c-productName__copy,
.fs-c-slick.slick-slider a.fs-c-button--viewProductDetail,
.fs-c-button--viewProductDetail,
.fs-c-button--addToCart--list,
.fs-c-productName__variation {
  display: none;
}

.fs-c-productName__name {
font-size: 11px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

/*商品一覧 お気に入りボタン*/
.fs-c-productListItem__control {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 8px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  display: none;
}

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

/*商品一覧 商品詳細*/
.fs-c-productList__list .fs-c-productPrice--listed{
  font-size: 12px;
}
.fs-c-productList__list .fs-c-productPrice--selling{
    font-size: 14px;
    letter-spacing: 1px;
}
.fs-c-productList__list .fs-c-productPrice__main__label,
.fs-c-productList__list .fs-c-productPrice__addon{
  font-size: 0.8em;
}
.fs-c-productList__list form .fs-c-productPrices{
  margin-top: 2px;
}
.fs-c-productList__list form{
  padding-bottom: 4px;
}
.fs-c-productList__list form .fs-c-productListItem__productName,
.fs-c-productList__list form .fs-c-productMarks,
.fs-c-productList__list form .fs-c-productListItem__prices,
.fs-c-productList__list form .fs-c-preorderMessage,
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName,
.fs-c-productListCarousel__list__item .fs-c-productMarks,
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices,
.fs-c-productListCarousel__list__item .fs-c-preorderMessage{
  margin: 6px auto 0;
}



/*商品一覧 商品詳細 販売価格*/
.fs-c-productPrice__main__price .fs-c-price__value {
  font-weight: bold;
}

/*商品一覧 商品詳細 販売価格*/

.fs-c-productListItem__prices > div:nth-child(2).fs-c-productPrice--selling,
.fs-c-productListItem__prices > div:nth-child(2).fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: #ff0000;
}

/* あと払い（ペイディ） */
._paidy-promotional-messaging>div>div{
  padding: 0!important;
}

/*商品一覧 商品詳細 ページ下部カートを見るボタン*/
.fs-p-scrollingCartButton {
  bottom: 110px;
  z-index: 80;
}

/*商品一覧 商品画像カルーセル*/
.fs-c-productCarouselMainImage {
  max-width: 500px;
  margin: 8px auto 0;
  width: 100%;
}

.fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
}

/*商品詳細　画像拡大時背景*/
.fs-c-photoswipe .pswp__bg {
  background: rgba(0, 0, 0, .6);
}

/*商品詳細　商品名*/
.fs-c-productNameHeading {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .1em;

}
.fs-c-productNameHeading__copy{
  font-size: 1em;
}
.fs-c-productNameHeading__name {
  word-break: break-all;
}

/*商品詳細　バリエーション項目*/
.fs-c-variationCart>li {
  background-color: #f5f5f5;
}
.fs-c-variationCart__variationName{
  padding: 0 0 0 13px;
}

.fs-c-variationList__item__cart{
  padding-left: 0;
  padding-right: 0;
}

.fs-c-productSelection {
  margin-top: 24px;
  border-top: 1px solid #dbdbdb;
  margin-bottom :0!important;
}

@media screen and (min-width:992px) {
  .fs-c-productSelection {
    margin-top: 40px
  }
}
.fs-c-productOption{
  margin-top: 0;
}

.fs-c-productSelection__name ,
.fs-c-productOption__name,
.fs-c-variationAndActions__variationLabel{
  padding: 8px 0 0;
  font-size: 13px;
  background-color: transparent;
}

@media screen and (min-width:768px) {
  .fs-c-productSelection__name,
  .fs-c-productOption__name,
  .fs-c-variationAndActions__variationLabel{
    padding: 16px 0 0;
  }
}

.fs-c-productSelection__label ,
.fs-c-productOption__label,
.fs-c-variationLabel__label{
  font-weight: 400
}

.fs-c-productSelection__label .fs-c-requiredMark:before ,
.fs-c-productOption__label .fs-c-requiredMark:before {
  font-size: 1em;
  color: #ff4e4e
}

.fs-c-productSelection__selection,
.fs-c-productOption__option{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  margin: 8px 0 0;
  border-bottom: 1px solid #dbdbdb
}

.fs-c-variationAndActions__variation{
  padding-left: 0;
  padding-right: 0;
  margin: 8px 0 0;
}

@media screen and (min-width:768px) {
  .fs-c-productSelection__selection,
    .fs-c-productOption__option{
      padding-bottom: 24px
  }
    .fs-c-variationAndActions__variation{
      /* padding-bottom: 24px */
  }
}

.fs-c-productSelection__field input[type=text] {
  padding: 8px 12px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  outline: none;
  font-size :14px;
}

@media screen and (min-width:992px) {
  .fs-c-productSelection__field input[type=text] {
    padding: 13px
  }
}

.fs-c-productSelection__field input[type=text]:focus {
  border-color: #00b285;
  box-shadow: none
}

.fs-c-productOption__comment,
.fs-c-variationAndActions__stockSignLegend {
  margin-top: .5em;
  line-height: 1.5em;
}

.fs-c-dropdown select {
  padding: 8px 12px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
}

@media screen and (min-width:992px) {
  .fs-c-dropdown select {
    padding: 13px
  }
}

.fs-c-dropdown select:focus {
  border-color: #00b285;
  box-shadow: none
}

.fs-c-dropdown:after {
  display: none
}

.fs-c-dropdown:before {
  position: absolute;
  top: 50%;
  right: 12px;
  flex-shrink: 0;
  padding-right: 0 !important;
  font-family: Material Icons Outlined;
  font-size: 18px;
  color: #707070;
  content: "" !important;
  transform: translateY(-50%)
}

.fs-c-productQuantityAndWishlist__wishlist {
  margin-top: 8px
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail{
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}



@media screen and (min-width:992px) {
  .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail:hover .fs-c-button__label {
    color: #00b285;
  }

  .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail:hover .fs-c-button__label:after {
    text-decoration: none !important;
    background-color: #00b285
  }
}

@media screen and (min-width:992px) {
  .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail:hover .fs-c-button__label {
    /* text-decoration: underline */
  }
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: inline-flex;
  align-items: center;
  color: rgb(64, 64, 64);
}

  .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  width: 48px;
  height: 48px;
  padding-top: 13px;
  margin-left: 16px;
  /* font-family: Material Icons Outlined; */
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
  /* content: ""; */
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #00b285
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  color: #fff;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.is-disabled {
  pointer-events: none;
  opacity: .5
}


.fs-c-productQuantityAndWishlist__quantity {
  display: inline-flex;
  align-items: center;
  max-width: 100%
}

.fs-c-productQuantityAndWishlist__quantity:before {
  flex-shrink: 0;
  margin-right: 15px;
  content: "数量"
}

.fs-c-productQuantityAndWishlist__quantity input[type=text],
.fs-c-productQuantityAndWishlist__quantity select {
  width: 104px;
  min-width: 0;
  padding: 8px 12px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  outline: none
}

@media screen and (min-width:992px) {

  .fs-c-productQuantityAndWishlist__quantity input[type=text],
  .fs-c-productQuantityAndWishlist__quantity select {
    padding: 13px
  }
}

.fs-c-productQuantityAndWishlist__quantity input[type=text]:focus,
.fs-c-productQuantityAndWishlist__quantity select:focus {
  border-color: #00b285;
  box-shadow: none
}



/*商品詳細　予約コメント*/
.fs-c-productPreorderMessage {
  padding: 16px;
  margin-top: 8px;
  font-size: 12px;
  color: #ff4e4e;
  background-color: #fafafa;
  line-height: 1.6em;
}
.fs-c-productPreorderMessage p{
  margin: 0;
}
@media screen and (min-width: 992px){
.fs-c-productPreorderMessage {
    padding: 20px 24px;
}
}


/*スマホメニューボタン*/
@media screen and (min-width: 1000px) {
  .fs-p-drawerButton {
    display: none;
  }
}

.fs-p-drawerButton {
  text-align: center;
  padding: 4px 8px;
}

.fs-p-drawerButton__label {
  font-weight: normal;
}


/*検索*/
/*
  .fs-p-headerNavigation__search.search_form {
  padding: 20px 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  }
  
  .fs-p-headerNavigation__search.search_form form {
  margin: 0 auto;
  width: 90%;
  }
  
  
  .option_text {
  text-align: center;
  margin: 30px 0 0;
  position: relative;
  }
  
  .option_text::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #cccccc;
  z-index: 0;
  }
  
  .option_text span {
  position: relative;
  z-index: 1;
  color: #5a5a5a;
  background-color: #fff;
  padding: 0 1em;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-inputTable__headerCell {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  background-color: #f7f7f7;
  position: relative;
  }
  
  .fs-p-headerNavigation__search.search_form form>.fs-c-inputTable__headerCell {
  cursor: pointer;
  
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-inputTable__headerCell .fs-icon--close:before {
  display: block;
  transform: rotate(45deg);
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  }
  
  .fs-p-headerNavigation__search.search_form .input_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-buttonContainer {
  padding: 16px 0 8px;
  }
  
  .fs-p-headerNavigation__search.search_form .search_keyword,
  .fs-p-headerNavigation__search.search_form .search_price {
  width: 48%;
  ;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-p-inputGroup {
  border: 1px solid #dddddd;
  }
  
  m .fs-p-headerNavigation__search.search_form .fs-p-inputGroup__button {
  background: #dddddd;
  color: #5a5a5a;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-checkbox {
  margin: 0;
  line-height: 1em;
  padding: 5px 1em;
  min-width: 6em;
  }
  */

/* 検索 v2 */
.fs-l-page {
  overflow-x: hidden;
}

.fs-l-pageMain {
  position: relative;
  min-height: 420px;
}

/* .fs-l-pageMain .search_btn {
  border: 1px solid #00b285;
  padding: 0.5em 1em;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 auto;
  max-width: 10em;
  text-align: center;
  transition: .4s;
  color: #fff;
  background-color: #00b285;
}

.fs-l-pageMain .search_btn:hover {
  color: #00b285;
  background-color: #fff;
} */

.search_form_v2_wrap{
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.search_form_v2 {
  position: absolute;
  right: -100%;
  width: 90%;
  max-width: 300px;
  z-index: 90;
  background-color: #FFF;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  transition: .4s all;
  opacity: 0;
}

.search_form_v2.open {
  right: 0;
  opacity: 1;
}

.search_form_v2 .fs-c-inputTable__headerCell {
  font-weight: bold;
  color: #00b285;
  margin: 0 0 2px;
}

.search_form_v2 .fs-c-dropdown,
.search_form_v2 .fs-c-inputTextGroup,
.search_form_v2 .fs-c-inputTable__dataCell {
  margin: 0 0 10px;
}

.search_form_v2 .fs-c-checkboxGroup {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.search_form_v2 .fs-c-checkbox {
  margin: 0;
  line-height: 1em;
  padding: 5px 1em 5px 0em;
}

.fs-p-productSearch__searchButtonContainer .fs-c-button--secondary {
  margin: 0 10px;
}

.fs-p-productSearch__searchButtonContainer input[type="reset"] {
  margin: 0 10px;
  background: #ececec;
  border: 1px solid #6b6b6b;
  border-radius: 0px;
  color: #1c1c1c;
  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;
}


.fs-p-productSearch__searchButtonContainer input[type="reset"]:hover {
  opacity: 0.8;
}

/* ポイントページ */
#fs_AboutPoints .fs-c-note{
  display: block;
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 1em;
}

/*サイト告知*/
.fs-p-messageBoard {
  background-color: #fff;
  border: 1px solid #e61212;
  max-width: 960px;
  width:95%;
  margin: auto;
}

.fs-p-messageBoard strong {
  line-height: 3rem;
  color: #e61212;
}


.flywheel-recommend__frame{
 min-height: 162px;
}

/** 共通パーツ **/
/* ヘッダー */
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  /* border-bottom: 1px solid #dddddd; */
}

.header_contents {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;

}

.header_contents .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #dddddd;
}

.header_contents .logo {
  max-width: 180px;
}

.header_contents .navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_contents .navi a,
.header_contents .navi .sub-menu span,
header .search_btn {
  position: relative;
  padding: 1em;
  font-size: 12px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

.header_contents .navi .sub-menu {
  position: relative;
}

.header_contents .navi .sub-menu:hover {
  color: #00b285;
}

.header_contents .navi .sub-menu ul {
  position: absolute;
  padding: 0;
  margin: auto;
  text-align: left;
  background-color: #fafafa;
  list-style: none;
  opacity: 0;
  transition: .4s;
  visibility: hidden;
  z-index: 10;
}

.header_contents .navi .sub-menu:hover ul {
  visibility: visible;
  opacity: 1;
}

.header_contents .navi .sub-menu ul li {
  border-top: 1px solid #dddddd;
}

.header_contents .navi .sub-menu ul li {
  padding: 1em;
  display: block;
  white-space: normal
}



header .search_btn:hover {
  color: #00b285;
}

.header_contents .navi i {
  display: block;
  text-align: center;
  font-size: 20px;
}

.header_contents .navi .fs-client-cart-count {
  width: 1.6em;
  height: 1.6em;
  display: block;
  background-color: #00b285;
  color: #fff;
  position: absolute;
  border-radius: 2em;
  top: 0;
  right: .5em;
  text-align: center;
  font-size: 10px;
  line-height: 1.6em;
}

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

header .search_area {
  display: none;
}

/* ヘッダー固定用*/
.header_contents.fixed {
  position: fixed;
  top: 0;
}

/* メインスライダー */

.fs-pt-carousel__track {
  display: flex;
}

.fs-pt-carousel__track.slick-initialized {
  display: block;
}

.main_slider {
  width: 100%;
  overflow: hidden;
  min-height: 480px;
}

.main_slider .fs-pt-carousel__slide {
  vertical-align: bottom;
}

.main_slider .slick-slide img {
  opacity: 0.4;
transition: opacity .4s;
}

.main_slider .slick-slide.slick-current img {
  opacity: 1;
}

.main_slider .slick-prev,
.main_slider .slick-next {
  background: rgba(30, 30, 30, 0.8);
}

/* ナビゲーション アイテムリスト */

.navi_area i {
  display: none;
}

.navi_area {
  margin: 0 auto;
  max-width: 1000px;
  /*	border-top: 1px solid #dddddd;*/
}

.navi_area ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navi_area li {
  position: relative;
  padding: 0;
  width: 100%;
  text-align: center;
}

.navi_area li::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  background: #dddddd;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navi_area li:first-child:after {
  display: none;
}

.navi_area li .headline,
.navi_area li .headline_link {
  padding: 1.5em 0;
  display: block;
  cursor: pointer;
}

.navi_area li .navi_second-level {
  top: calc(4em + 2px);
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  transition: all .2s ease;
  background: #fafafa;
  box-sizing: border-box;
}

.navi_area li:hover .navi_second-level {
  visibility: visible;
  opacity: 1;
}

.navi_area li .navi_second-level li {
  border-top: 1px solid #dddddd;
}

.navi_area li .navi_second-level li::after {
  display: none;
}

.navi_area li .navi_second-level li.sp {
  display: none;
}

.navi_area li .navi_second-level li a {
  padding: 1em;
  display: block;
  white-space: normal
}

/* フッター */
.footer {
  font-size: 12px;
  line-height: 2em;
  border-top: 1px solid #dddddd;
  background-color: #fff;
}

.footer .footer_contents {
  box-sizing: border-box;
  padding: 60px 10px 30px;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer .footer_info {
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #e5e5e5;
  width: 62%;
}

.footer .footer_info .logo {
  width: 70%;
  max-width: 250px;
}

.footer .footer_info .mail_form {
  border: 1px solid #00b285;
  padding: 0.5em 1em;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: .4s;
  color: #fff;
  background-color: #00b285;
  margin-bottom: 14px;
}

.footer .footer_info .mail_form:hover {
  color: #00b285;
  background-color: #fff;
}

.footer .footer_info .corporate_site {
  display: block;
  background-color: #000;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  transition: .4s;
}

.footer .footer_info .corporate_site:hover {
  background-color: #545454;
  color: #fff;
}


.footer .calendar p {
  font-size: 14px;
  margin: 0 0 1rem;
}

.footer .calendar #calendar_table {
  min-height: 180px;
  display: flex;
  line-height: 1.5em;
  text-align: center;
  font-size: 10px;
}

.footer .calendar #calendar_table div {
  padding: 1em;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.footer .calendar #calendar_table div:first-child {
  margin: 0 1em 0 0;
}

.footer .calendar #calendar_table .d0,
.footer .calendar #calendar_table .d6,
.footer .calendar #calendar_table .closed {
  color: #ff3e3e;
  font-weight: bold;
}

.footer .calendar #calendar_table .open {
  color: #3c3c3c;
  font-weight: normal;
}

.footer .page_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 38%;
}

.footer .page_list ul {
  padding: 0;
  margin: 0 0 0 2%;
  list-style: none;
}

.footer .page_list li {
  font-size: 14px;
}

.footer .page_list li .navi_second-level {
  margin: 0;
}

.footer .page_list li .navi_second-level li {
  padding: 0 1em;
  font-size: 12px;
}

.footer .page_list .navi_second-level a {
  position: relative;
  display: block;
}

.footer .page_list .navi_second-level i {
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}


.footer .pagetop {
  position: fixed;
  right: -200px;
  bottom: 50px;
  text-align: center;
  background-color: #000000;
  /* font-size: 10px; */
  cursor: pointer;
  /* box-shadow: 4px 4px 0 #e88124; */
  transition: .4s right, .4s background-color;
  z-index: 80;

  width: 52px;
  height: 52px;
  border-radius: 100px;
}

.footer .pagetop a {
  display: block;
  /* padding: 10px 40px 10px 15px;
  color: #fff; */

  color: #c9c9c9;
  line-height: 52px;
  font-size: 14px;
}

.footer .pagetop:hover {
  /* background-color: #333333;
  right: -2px !important; */
}

.footer .copyright {
  max-width: 480px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px;
  color: #737373;
  font-size: 10px;
  border-top: 1px solid #e5e5e5;
  width: 90%;
}

/* ドロワーメニュー */
.header__drawerOpener {
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: 100;
}

.header__drawerOpener.fixed {
  position: fixed;
}

.sideArea {
  z-index: 200;
  display: none;
  padding: 0px;
  width: 90%;
}

.sideArea .titel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
  font-weight: bold;
  align-items: center;
}

.sideArea .headline .other,
.sideArea .headline_link .other,
.footer .headline .other {
  transform: rotate(45deg);
}

.sideArea .fs-p-headerNavigation__search.search_form {
  position: relative;
}

.sideArea .one {}

.sideArea .icons {
  display: none;
}

.sideArea .navi_content .navi_second-level {
  list-style: none;
}

.sideArea .navi_content .navi_second-level li {
  border-bottom: 1px solid #dddddd;
  text-indent: 2.2em;
  /*
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  */
}

.sideArea .navi_content .navi_second-level li a {
  display: block;
  width: 100%;
  padding: 15px 5px;
}

.sideArea .navi_content .navi_second-level li i {
  float: right;
  margin-right: 17px;
}

.sideArea .navi_content .headline,
.sideArea .navi_content .headline_link,
.sideArea .page_list .headline {
  background-color: #f7f7f7;
  padding: 15px 6%;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.sideArea .navi_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sideArea .navi_content li {}

/* ドロワーメニュー ページリスト */
.sideArea .page_list {}

.sideArea .page_list .navi_second-level {
  list-style: none;
  text-indent: 2.2em;
}

.sideArea .page_list .navi_second-level li {
  border-bottom: 1px solid #dddddd;
}

.sideArea .page_list .navi_second-level li a {
  display: block;
  width: 100%;
  padding: 15px 5px;
}

.sideArea .page_list .navi_second-level li i {
  float: right;
  margin-right: 17px;
}

.sideArea .page_list .headline.fff {
  background-color: #ffffff;
}

.sideArea .page_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* お知らせ*/
.notice_5percent {
  width: 100%;
  text-align: center;
  background-color: #e61212;
  border-bottom: 1px solid #dddddd;
}

.notice_5percent img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.notice_asutsuku {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.notice_asutsuku img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 768px;
  width: 100%;
  margin-top: 3%;
}

/* 見出し各種 */
.sect_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 1em;
  color: #3c3c3c;
  font-family: 'Libre Baskerville','Noto Serif JP', serif;
}

.sect_title::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background-color: #dddddd;
  margin: .5em auto 0;
}

.sect_sub_title {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
  color: #999999;
}

.sect_title_02{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 2em;
  color: #3c3c3c;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 3px;
}

.sect_title_02 span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #00b285;
  text-indent: .2em;
  letter-spacing: .2em;
  content: attr(data-en);
  font-weight: 500;
  margin-top: 12px;
}


/* カートを見るボタン */
.fs-p-scrollingCartButton__button {
  background: #5a5a5a;
  opacity: 1;
  border-radius: 5px 0 0 5px;
}

.fs-p-cartItemNumber {
  background: #00b285;
}

.fs-p-scrollingCartButton__icon {
  font-size: 3rem;
}


/* 商品一覧ソート */
.fs-c-productList__controller {
  display: block;
}

.fs-c-sortItems {
  border: none;
}

.fs-c-sortItems__list {
  border: none;
  flex-wrap: nowrap;
  max-width: 400px;
  margin: 0 0 0 auto;
}

.fs-c-sortItems__list li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #00b285;
}

.fs-c-productList .fs-c-productList__controller:first-child .fs-c-listControl {
  display: none;
}

.fs-c-productList .fs-c-productList__controller:nth-child(3) .fs-c-sortItems {
  display: none;
}

.fs-c-sortItems__label {
  display: none;
}

.fs-c-sortItems__list__item__label {

  padding: 1em .5em;
}

.fs-c-sortItems__list__item.is-active {
  background: #00b285;
}


.fs-c-listControl__status {
  /* font-weight: bold; */
  font-size: 1.2rem;
  margin: 0 1em;
}

.fs-c-pagination__item.is-active {
  background: #00b285;
}

/*カテゴリリスト*/
.category_list {
  margin: 0;
  padding: 80px 0;
  background-color: #f3f3f3;
  /* border-bottom: 1px solid #dddddd; */
}

.category_list h3 {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}

.category_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
.category_list section:last-child ul {
  margin: 0;
}

.category_list li {
  width: 23%;
  margin: 1% 1%;
}

.category_list li a,
.category_list li span {
  transition: .4s border, .4s background, .4s color;
  border: 1px solid rgba(0, 178, 133, 0);
  position: relative;
  text-align: center;
  /* background: #f7f7f7; */
  background: #ffffff;
  padding: 1em 2em;
  display: block;
  cursor: pointer;
}

.category_list li a:hover,
.category_list li span:hover {
  border: 1px solid rgba(0, 178, 133, 1);
  background: #fff;
  color: rgba(0, 178, 133, 1);
}

.category_list li a::after,
.category_list li span::after {

  transition: .4s right;
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);


}

.category_list li a:hover::after,
.category_list li span:hover::after {
  right: .5em;
}

/** 各ページ **/
/* トップ */
#fs_Top .top_title {
  font-size: 0.6em;
  text-align: center;
  padding: 0;
  margin: 6px 0 0;
  color: #9f9999;
}


#fs_Top .contents_wrapper,
#fs_ProductCategory .contents_wrapper{
  max-width: 1200px;
  margin: 0 auto;
  width: 97%;
}

#fs_Top .fs-l-main,
#fs_Top .fs-l-pageMain{
  width: 100%;
  max-width: inherit;
  margin: 0;
  padding: 0;
}

#fs_Top .recommend {
  padding: 20px 0 60px;
  background-color: #f3f3f3;
}
#fs_Top .recommend.item_list {
  padding-top: 60px;
  padding-bottom: 0;
}



#fs_Top .recommend ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 10px;
}

#fs_Top .recommend li {
  text-align: center;
  width: calc(25% - 10px);
  /* margin: 1% 0; */
}

#fs_Top .recommend li a{
  display: block;
}
#fs_Top .recommend li span{
  display: block;
margin-top: 5px;
}


#fs_Top .recommend.xmas{
  width: 100%;
  padding: 80px 0;
}

#fs_Top .recommend.xmas .sect_title{
margin: 0 0 2em;
}

#fs_Top .recommend.xmas .sect_title::after{
  display: none;
}

#fs_Top .collaboration {
  /* margin: 160px 0; */
}

#fs_Top .collaboration .pages {
  /* margin-bottom: 6%; */
  margin: 5em auto;
}

#fs_Top .collaboration .pages ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  padding: 0;
    margin: 0 auto;
    gap: 10px;
    width: 95%;
}

#fs_Top .collaboration .pages li {
  text-align: center;
  width: calc(25% - 10px);
  /* width: 24%;
  margin: 1% .5%; */
}
#fs_Top .collaboration .pages li a{
  display: block;
}

#fs_Top .collaboration .pages li.title_banner{
  width: calc(20% - 10px);
}
#fs_Top .collaboration .pages li.title_banner a>div{
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(64, 64, 64, .08);
  transition: box-shadow .2s ease-out;
}

#fs_Top .collaboration .pages li.title_banner a:hover>div {
  box-shadow: 0 0 8px rgba(64, 64, 64, .16);
}

#fs_Top .collaboration .pages li.title_banner a>div>img {
  transition: transform .2s ease-out;
}
#fs_Top .collaboration .pages li.title_banner a:hover>div>img {
  transform: scale(1.05);
}


#fs_Top .collaboration .pages li span{
  display: block;
margin-top: 5px;
}
#fs_Top .collaboration .pages li.flex-grow2 {
  flex-grow: 2;
  width: calc(25% - 10px);
  /* width: 49%;
  margin: 1% 0.5%; */
}

#fs_Top .ranking_pair {
  margin: 80px 0;
}
#fs_Top #ranking_pair>section:nth-child(even){
  padding: 40px 0;
  background-color: #f3f3f3;
}


#fs_Top .ranking_pair .items {
  /* min-height: 360px;
  max-height: 360px;
  overflow: hidden; */
  margin-bottom: 60px;
}
#fs_Top .ranking_pair .swiper-wrapper,
#fs_Top .ranking_pair .slick-list {
  counter-reset: number 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fs_Top .ranking_pair .swiper-slide {
  padding: 0 5px;
}


#fs_Top .ranking_pair .swiper-slide a>span {
  padding: 0.5em;
  display: block;
}

#fs_Top .ranking_pair .swiper-slide a>span::after {
  content: "(税込)";
  display: inline-block;
  font-size: 0.8em;
}

#fs_Top .ranking_pair .swiper-slide:before,
#fs_Top .ranking_pair .slick-slide:before {
  counter-increment: number 1;
  content: counter(number);
  font-weight: bold;
  background-image: url(https://pair.itembox.design/item/whiteclover/top/icon_rank4-.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  color: #000;
  width: 36px;
  height: 23px;
  text-align: center;
  line-height: 33px;
  margin: 0 auto 10px;
  font-family: 'Noto Serif JP', serif;
}

#fs_Top .ranking_pair .swiper-slide:nth-child(1):before,
#fs_Top .ranking_pair .slick-slide:nth-child(1):before {
  background-image: url(https://pair.itembox.design/item/whiteclover/top/icon_rank1.png);
}

#fs_Top .ranking_pair .swiper-slide:nth-child(2):before,
#fs_Top .ranking_pair .slick-slide:nth-child(2):before {
  background-image: url(https://pair.itembox.design/item/whiteclover/top/icon_rank2.png);
}

#fs_Top .ranking_pair .swiper-slide:nth-child(3):before,
#fs_Top .ranking_pair .slick-slide:nth-child(3):before {
  color: #fff;
  background-image: url(https://pair.itembox.design/item/whiteclover/top/icon_rank3.png);
}

#fs_Top .ranking_pair .fs-c-buttonContainer {
  /* display: none; */
}


#fs_Top .new_item a.text_link,
#fs_Top .ranking_pair a.text_link {
  position: relative;
  display: block;
  padding: 1.2em 2em;
  box-sizing: border-box;
  margin: 4% auto 0;
  text-align: center;
  /* background-color: #faf5ec; */
  background-color: #00b285;
  /* color: #3c3c3c; */
  color: #fff;
  border-radius: 100px;
  max-width: 280px;
  width: 90%;
  font-size: 14px;
  letter-spacing: 2px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  transition: .4s all;
}
#fs_Top .new_item a.text_link:hover,
#fs_Top .ranking_pair a.text_link:hover{
  box-shadow: 0 0 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  color: #00b285;
}

#fs_Top .new_item a.text_link::after,
#fs_Top .ranking_pair a.text_link::after {
  transition: .4s right;
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

#fs_Top .new_item a.text_link:hover::after,
#fs_Top .ranking_pair a.text_link:hover::after {
  right: 1em;
}

#fs_Top .new_item {
  margin: 80px 0;
}

#fs_Top .new_item .items {
  /* max-height: 340px;
  overflow: hidden; */
  /* margin-bottom: 60px; */
}
#fs_Top .information_btn{
  border:1px solid #ddd;
  border-radius: 5px ;
  padding: 1em ;
  max-width: 1200px;
  margin: 60px auto;
  display: block;
  position: relative;
  width: 90%;
}


#fs_Top .information_btn::after{
content: "";
width: 7px;
height: 7px;
border-top:2px solid #000;
border-left:2px solid #000;
transform: rotate(135deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 16px;
transition: right .4s;
}
#fs_Top .information_btn:hover::after{
  right: 10px;
}


#fs_Top .fs-c-slick .slick-dots{
  /* position: absolute; */
  bottom: 0;
  margin: 16px auto;
  left: 0;
  right: 0;
  padding: 0;
}

#fs_Top .fs-c-slick .slick-dots li{
  position: relative;
  display: inline-block;
  height: 8px;
  width: initial;
  margin: 3px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

#fs_Top .fs-c-slick .slick-dots li button{
  border: 0;
  background-color: #dddddd;
  display: block;
  height: 2px;
  width: 64px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  margin-top: 3px;
  padding: 0;
}
#fs_Top .fs-c-slick .slick-dots li.slick-active button{
  background-color: #00b285;
}

#fs_Top .fs-c-slick .slick-dots li button:before{
  content: none;
  /* color: #fff;
  opacity: 0.5; */
}

#fs_Top .fs-c-slick .slick-dots li.slick-active button:before{
  opacity: 1;
}



/* 商品一覧 */

.fs-c-productList__list__item{
  border-bottom: none;
  padding: 4px;
  }

.fs-body-category .fs-c-heading--page{
  display:none
  } 

.fs-body-category .category_comment {
  margin-bottom: 16px;
  opacity:0;
  transition: .4s opacity;
}

.fs-body-category .category_comment img.pc {
  display: inline-block;
}

.fs-body-category .category_comment img.sp {
  display: none;
}

.fs-body-category .fs-c-productList{
  margin-top: 44px;
}

.fs-c-productList__list form,
.fs-c-productListCarousel__list__item {
  position: relative;

  border: solid 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 8px;
  background: #f8f8f8;
  height: 100%;
  transition: opacity .4s;

}

.fs-c-productList__list form:hover,
.fs-c-productListCarousel__list__item:hover {
  opacity: .6;
}

.fs-c-productList__list form .fs-c-productListItem__productName,
.fs-c-productList__list form .fs-c-productMarks,
.fs-c-productList__list form .fs-c-productListItem__prices,
.fs-c-productList__list form .fs-c-preorderMessage,
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName,
.fs-c-productListCarousel__list__item .fs-c-productMarks,
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices,
.fs-c-productListCarousel__list__item .fs-c-preorderMessage {
  padding: 0 .5em;
  margin-top: 8px;
}

/* レコメンド */
#fs_Top .fs-p-heading--lv2,
#fs_ProductSearch .fs-p-heading--lv2,
#fs_ProductSearch .fr3-item__productName,
#fs_ShoppingCart .fs-p-heading--lv2,
#fs_ShoppingCart .fr3-item__productName,
#fs_ProductDetails .fs-p-heading--lv2,
#fs_ProductDetails .fr3-item__productName,
#fs_ProductCategory .fs-p-heading--lv2,
#fs_ProductCategory .fr3-item__productName{
  display: none;
}
#fs_Top .fr3-productListCarousel__slides,
#fs_ShoppingCart .fr3-productListCarousel__slides,
#fs_ProductSearch .fr3-productListCarousel__slides,
#fs_ProductDetails .fr3-productListCarousel__slides,
#fs_ProductCategory .fr3-productListCarousel__slides{
  scrollbar-width: none;
}
#fs_Top .fr3-productListCarousel__slides::-webkit-scrollbar,
#fs_ShoppingCart .fr3-productListCarousel__slides::-webkit-scrollbar,
#fs_ProductSearch .fr3-productListCarousel__slides::-webkit-scrollbar,
#fs_ProductDetails .fr3-productListCarousel__slides::-webkit-scrollbar,
#fs_ProductCategory .fr3-productListCarousel__slides::-webkit-scrollbar{
  display:none;

}
#fs_Top .fr3-productListCarousel__slide,
#fs_ShoppingCart .fr3-productListCarousel__slide,
#fs_ProductSearch .fr3-productListCarousel__slide,
#fs_ProductDetails .fr3-productListCarousel__slide,
#fs_ProductCategory .fr3-productListCarousel__slide{
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  -ms-overflow-style: none;
  background-color: #f8f8f8;
}

.fr3-item{
  position: relative;
}


#fs_Top .fr3-item__productName{
  padding: 4px 12px;
  font-size: 12px;
  opacity: .7;
    line-height: 1.5em;
}

#fs_Top .fr3-item__productPrice,
#fs_ShoppingCart .fr3-item__productPrice,
#fs_ProductSearch .fr3-item__productPrice,
#fs_ProductDetails .fr3-item__productPrice{
  padding: 4px 12px 24px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

#fs_ProductCategory .fr3-item__productPrice{
  padding: 12px 12px 24px;
  box-sizing: border-box;
  background-color: #f8f8f8;

}


.fr3-productListStatic{
  display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px!important;
  gap: 24px!important;
}
#fs_ProductCategory .fr3-productListStatic{
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  gap: 16px !important;
}

.fr3-productListStatic .fr3-item{
  flex-shrink: 0;
  max-width: 210px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  -ms-overflow-style: none;
  background-color: #f8f8f8;
  box-shadow: 0 0 8px rgba(64, 64, 64, .08);
  transition: all .2s ease;
}
.fr3-productListStatic .fr3-item:hover{
  box-shadow: 0 0 8px rgba(64, 64, 64, .16);
}

.fr3-productListStatic .fr3-item .fr3-item__imageContainer{
  overflow: hidden;
}
.fr3-productListStatic .fr3-item .fr3-item__imageContainer img{
  transform: scale(1);
  transition: all .2s ease;
}
.fr3-productListStatic .fr3-item:hover .fr3-item__imageContainer img{
  transform: scale(1.05);
}

.fr3-item__rankContainer{
  position: absolute;
 }
 
 #fs_Top .fr3-item__rank,
 #fs_ShoppingCart .fr3-item__rank,
 #fs_ProductSearch .fr3-item__rank,
 #fs_ProductDetails .fr3-item__rank,
 #fs_ProductCategory .fr3-item__rank{
  z-index: 1;
   color: #ffffff;
   /* background-color: #dddddd; */
   background-color: #b2b2b2;
   border-radius: 0 0 5px 0;
 }
 
 .fr3-productListStatic .fr3-item:nth-child(1) .fr3-item__rank,
 .fr3-productListCarousel__slide:nth-child(1) .fr3-item__rank{
   background: linear-gradient(135deg,  #ff7c30 0%,#ffdc30 20%,#fff59e 31%,#ffdc30 48%,#ff7c30 100%);
   text-shadow:-1px -1px 1px #ff7c30;
  }
   .fr3-productListStatic .fr3-item:nth-child(2) .fr3-item__rank,
   .fr3-productListCarousel__slide:nth-child(2) .fr3-item__rank{
     background: linear-gradient(135deg,  #98abd6 0%,#d8d7e5 20%,#ece8ff 31%,#d8d7e5 48%,#98abd6 100%);
     text-shadow:-1px -1px 1px #98abd6;
    }
    .fr3-productListStatic .fr3-item:nth-child(3) .fr3-item__rank,
 .fr3-productListCarousel__slide:nth-child(3) .fr3-item__rank{
   background: linear-gradient(135deg,  #ce7248 0%,#e27e4f 20%,#ffd289 31%,#e27e4f 48%,#ce7248 100%);
   text-shadow:-1px -1px 1px #ce7248;
 } 

/* グループページ */
.category_subcat_btn {
  margin-bottom: 16px;
}

.category_subcat_btn a {
  display: flex;
  width: 100%;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  font-weight: bold;
  padding: 1em 3em 1em 1em;
  box-sizing: border-box;
  position: relative;
  transition: all .4s;
  border: 1px solid;

}

.category_subcat_btn a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all .4s;
  border-top: 2px solid ;
  border-right: 2px solid ;
}

.category_subcat_btn a:hover::after {
  right: 1em;
}


/* 商品詳細 */
.fs-body-product .iziToast-wrapper {
  /*display: none;*/
}

.fs-body-product .fs-c-productReview{
  margin-top: 40px;
}

main.fs-l-product2 {
  margin: 0 auto;
}

main.fs-l-product2 .top_comment {
  max-width: 1000px;
  margin: 0 auto 80px;
}

main.fs-l-product2 .top_comment .title {
  background-position: center;
  background-size: cover;
  padding: 10% 0;
}

main.fs-l-product2 .top_comment .title .img {
  width: 90%;
  margin: auto;
  max-width: 900px;
}

main.fs-l-product2 .top_comment .title .img img {
  max-width: 50%;
}

main.fs-l-product2 .top_comment section h1 {
  border-left: 8px solid #000;
  font-size: 20px;
  padding: 0 0 0 1em;
  margin-top: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

main.fs-l-product2 .top_comment section .flex {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

main.fs-l-product2 .top_comment section .text {
  width: 55%;
}

main.fs-l-product2 .top_comment section .text .text_nowap {
  display: inline-block;
}


main.fs-l-product2 .top_comment section .text .annotation {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}

main.fs-l-product2 .top_comment section .text .annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

main.fs-l-product2 .top_comment section p {
  padding: 0 5%;
  margin-top: 30px;
  line-height: 1.5em;
}

main.fs-l-product2 .top_comment section .img_1 {
  width: 40%;
  margin: 30px auto 0;
  text-align: center;
}

main.fs-l-product2 .top_comment section .img_2 {
  width: 40%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

main.fs-l-product2 .top_comment section .img_2 img {
  width: 49%;
}
main.fs-l-product2 .product_image1{
  margin-bottom: 10px;
}
main.fs-l-product2 .product_image1 .pc {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main.fs-l-product2 .product_image1 .sp {
  width: 100%;
  height: auto;
  display: none;
  margin: 0 auto;
}



.fs-l-productLayout .fs-c-slick.slick-slider {
  border: solid 1px #dddddd;
  box-sizing: border-box;
}

.fs-l-productLayout .fs-c-slick .slick-slide {
  width: 95vw;
  max-width: 500px;
}

.fs-l-productLayout .fs-c-slick.slick-slider img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.fs-l-productLayout .fs-c-slick .slick-prev {
  left: -50px;
}

.fs-l-productLayout .fs-c-slick .slick-next {
  right: -50px;
}

.fs-c-productCarouselMainImage__thumbnailList {
  overflow: auto;
  flex-wrap: wrap;
}

.fs-c-productCarouselMainImage__thumbnailList>li {
  border: solid 1px #dddddd;
  flex-basis: inherit;
  flex-shrink: 0;
  width: 19%;
  max-width: inherit;
  margin: 0 1% 1% 0;
  box-sizing: border-box;
  display: block;
}

.fs-l-productLayout .product_comment_area {
  margin-bottom: 60px;
}

.fs-l-productLayout .fs-l-productLayout__item--1 .product_comment_area {
  display: block;
  font-size: 12px;
  letter-spacing: 1.4px;
}

.fs-l-productLayout .fs-l-productLayout__item--2{
  font-size: 12px;
  letter-spacing: 1.4px;

}
.fs-l-productLayout .fs-l-productLayout__item--2 .product_comment_area {
  display: none;
  font-size: 12px;
  letter-spacing: 1.4px;
}

.product_comment_area {
    margin-top: 36px;
}
.product_comment_area .tab{
  max-width: 600px;
  margin: 0 auto;
}

.product_comment_area .tab-list{
  display: flex;
  margin-bottom: -1px;
}

.product_comment_area .tab-list-item{
  width: 25%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.product_comment_area .tab-contents{
  display: none;
  padding: 20px;
  border: solid #ddd 1px;
}

.product_comment_area .is-btn-active{
  font-weight: bold;
  border: solid #ddd 1px;
  border-bottom: solid #fff 1px;
}

.product_comment_area .is-contents-active{
  display: block;
}




.fs-l-productLayout .product_comment_area .title {
  font-size: 2rem;
  padding: 10px;
  font-weight: bold;
  margin: 40px 0 0;
}

.fs-l-productLayout .product_comment_area .text {
  line-height: 1.7em;
}

.fs-l-productLayout .product_comment_area .red {
  color: #fd1818;
}

.fs-l-productLayout .product_comment_area .pink {
  color: #f1aaba;
}

.fs-l-productLayout .product_comment_area .vi_pink {
  color: #ff1493;
}

.fs-l-productLayout .product_comment_area .blue {
  color: #2c64e0;
  ;
}

.fs-l-productLayout .product_comment_area .sky_blue {
  color: #0070ce;
  ;
}

.fs-l-productLayout .product_comment_area .light_blue {
  color: #4dbbc8;
}

.fs-l-productLayout .product_comment_area .orange {
  color: #fba128;
}

.fs-l-productLayout .product_comment_area .purple {
  color: #9a82fd;
}

.fs-l-productLayout .product_comment_area .bure {
  color: #9a82fd;
}

.fs-l-productLayout .product_comment_area .mint_green {
  color: #31d786;
}

.fs-l-productLayout .product_comment_area .brown {
  color: #91613c;
}

.fs-l-productLayout .product_comment_area .yellow {
  color: #e7ca25;
}


.fs-l-productLayout .product_comment_area .font_bold {
  font-weight: bold;
}

.fs-l-productLayout .product_comment_area .annotation {
  padding-left: 1.2em;
  position: relative;
  display: block;
}


.fs-l-productLayout .product_comment_area .annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

.fs-l-productLayout .product_comment_area a {
  background-color: #f5f5f5;
  color: #3c3c3c;
  padding: 1em;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0 0;
  box-sizing: border-box;
  border: 1px solid #7c8790;

}

.fs-l-productLayout .product_comment_area a:hover {
  background-color: #fff;
  color: #00b285;
  border: 1px solid #dddddd;

}

.fs-l-productLayout .product_comment_area ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.fs-l-productLayout .product_comment_area ul li {
  position: relative;
  padding-left: 1.5em;
}

.fs-l-productLayout .product_comment_area ul li::before {
  content: "■";
  position: absolute;
  left: 0.2em;
}


.fs-l-productLayout .product_comment_area table {
  border-collapse: collapse;
  margin: 20px auto 0;
  border-top: 1px solid #dddddd;
  width: 100%;
line-height: 1.7em;
}

.fs-l-productLayout .product_comment_area tr {
  border-bottom: 1px solid #dddddd;
}

.fs-l-productLayout .product_comment_area th {
  white-space: nowrap;
  padding: 1em;
  text-align: right;
}

.fs-l-productLayout .product_comment_area td {
  word-break: break-all;
  padding: 1em;
}


.fs-l-productLayout .youtube_video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.fs-l-productLayout .youtube_video iframe {
  width: 100%;
  height: 100%;
}


.fs-c-featuredProduct {
  padding: 50px 0 50px;
  border-top: 1px solid #dddddd;
  margin-top: 50px;
}

.fs-c-featuredProduct .fs-c-featuredProduct__title {
  border: none;
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px;
  color: #999999;
}

.fs-c-productActionButton .fs-c-button--primary {
  padding: 1.6em;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 4px;
  min-width: 100%;
}

.fs-l-productLayout__item .input_error {
  color: #ff3e3e;
  font-weight: bold;
  font-size: 1em;
}

.fs-c-productMark__mark {
  border-radius: 0;
  padding: 4px 6px;
  color: #3c3c3c;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #3c3c3c;
  margin: 0 6px 2px 0;
}

.fs-c-productMark__mark.kokuin {
  color: #65b04f;
  border: 1px solid #65b04f;
}

.fs-c-productMark__mark.sokujitsu {
  color: #5795db;
  border: 1px solid #5795db;
}

.fs-c-productMark__mark.jyutyuseisan {
  color: #a43aad;
  border: 1px solid #a43aad;
}

.fs-c-productMark__mark.sale {
  background: #ff0000;
  color: #fff;
  font-size: 1.1em;
  border:1px solid #ff0000;
}

.fs-l-product2 .fs-c-productMark__mark.sale{
  font-size: 12px;

}

.fs-body-category .fs-c-productMark__mark.sale ,
.fs-body-search .fs-c-productMark__mark.sale {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 0 0 5px 0;
}

.fs-c-productListItem__prices {
  margin-top: 8px;
}

.fs-l-productLayout__item .ranking_banners {
  padding: .5em 0 1em;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.fs-l-productLayout__item .ranking_banner {
  color: #3c3c3c;
  display: block;
  margin: 10px 0;
  text-align: center;
}

.fs-l-productLayout__item .ranking_banner:hover {
  background: none;
  color: #00b285;
  opacity: 0.8;
}

/*
  .fs-l-productLayout__item input[name="productOptionsWithPrice[20].id"],
  .fs-l-productLayout__item input[name="productOptionsWithPrice[20].id"]+dt.fs-c-productOption__name,
  .fs-l-productLayout__item input[name="productOptionsWithPrice[20].id"]+dt.fs-c-productOption__name+dd.fs-c-productOption__option{
    display: none;
  }
*/

/* 特定商取引 */
.fs-body-about-terms .annotation {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}

.fs-body-about-terms .annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

#fs_AboutTerms .mail_form {
  border: 1px solid #00b285;
  padding: 0.5em 1em;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: .4s;
  color: #fff;
  background-color: #00b285;
  margin-top: 14px;
  max-width: 20em;
}

#fs_AboutTerms .mail_form:hover {
  color: #00b285;
  background-color: #fff;
}

/* カート　会員ページ */
.fs-body-cart .recommend {
  margin-top: 40px;
}

.fs-body-cart .recommend .sect_title,
.fs-body-cart .recommend .sect_sub_title {
  display: none;
}

.fs-body-cart .recommend ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.fs-body-cart .recommend ul li {
  text-align: center;
  width: 23%;
  margin: 1% 0;
}

.fs-body-cart .recommend ul li span {
  display: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: #ffffff;
  color: #333333;
}

.fs-c-accountService {
  justify-content: space-around;
}

/* 幅1200px以下 */
@media screen and (max-width: 1200px) {
  .fr3-productListStatic {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 16px!important;
}
.fr3-productListStatic .fr3-item{
  width: 35vw;
}

}
/* 幅1000px以下 */
@media screen and (max-width: 1000px) {

  /*ヘッダー*/
  .header_contents .navi a,
  .header_contents .navi .sub-menu span,
  header .search_btn {
    padding: 0.5rem;
    font-size: 1rem;
  }

  .header_contents .navi .fs-client-cart-count {
    top: -0.2em;
    right: 0.2em;
  }

  /*フッター*/
  .footer .footer_info {
    flex-wrap: wrap;
    width: 50%;
  }

  .footer .calendar {
    margin-top: 5%;
  }

  .footer .page_list {
    width: 50%;
  }

  /*カテゴリリスト*/
  .category_list li {
    width: 31%;
  }

  /*トップページ*/
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    display: none !important;
  }
  .main_slider {
    min-height: 48vw;
  }
  
  #fs_Top .ranking_pair,
  #fs_Top .new_item,
  #fs_Top .collaboration{
    margin: 15% 0;
  }


}


/* 幅960px以下 */
@media screen and (max-width: 960px) {

  #fs_Top .fs-c-slick .slick-dots li button{
    width: 32px;
  }

  /* 商品詳細 */
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary {
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 1em;
  }

  .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary.inview {
    position: relative;
    z-index: 0;
  }

  .fs-l-productLayout .fs-l-productLayout__item--1 .product_comment_area {
    display: none;
  }

  .fs-l-productLayout .fs-l-productLayout__item--2 .product_comment_area {
    display: block;
    margin-bottom: 20px;
  }

  main.fs-l-product2 .top_comment section .flex {
    max-width: 640px;
    width: 95%;
    justify-content: flex-start;
    margin-bottom: 10%;
  }

  main.fs-l-product2 .top_comment section .flex .text,
  main.fs-l-product2 .top_comment section .img_1,
  main.fs-l-product2 .top_comment section .img_2 {
    width: 100%;
  }

  .fs-l-productLayout__item .ranking_banner {
    display: inline-block;
    margin: 10px 1%;
    width: 48%;
  }
}

/* 幅640px以上 */
@media screen and (min-width: 640px) {
  .fs-p-drawerButton {
    display: none;
  }

  .footer .headline i {
    display: none;
  }

  .fs-c-accountService {
    justify-content: flex-start;
  }

}


/* 幅640px以下 */
@media screen and (max-width: 640px) {
  .sideArea {
    display: block;
  }

  /*ヘッダー*/
  .header .header_contents {
    justify-content: center;
    min-height: 50px;
  }

  .header .header_contents .inner {
    border: none;
    padding: 4px;
  }

  .header .header_contents .logo {
    width: 33%;
  }

  .header_contents .navi {
    width: 30%;
    justify-content: flex-end;
  }

  .header .header_contents .navi li {
    display: none;
  }

  .header .header_contents .navi li.search_btn,
  .header .header_contents .navi li.cart_btn {
    display: block;
  }

  .header .navi_area {
    display: none;
  }

  .header__drawerOpener{
    top: 5px;
    left: 4px;
  }

    .header_contents .navi a,
    .header_contents .navi .sub-menu span,
    header .search_btn {
      padding: 1rem;
    }

  /*	検索*/
  /*
  .fs-c-checkboxGroup {
  flex-direction: row;
  flex-wrap: wrap;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-checkbox {
  flex-basis: 50%;
  }
  
  .fs-p-headerNavigation__search.search_form .fs-c-checkboxGroup.size .fs-c-checkbox {
  flex-basis: inherit;
  }
  
  .fs-p-headerNavigation__search.search_form .search_keyword,
  .fs-p-headerNavigation__search.search_form .search_price {
  width: 100%;
  }
  */

  /*フッター*/
  .footer .footer_contents {
    padding: 60px 10px 0px;
  }

  .footer .footer_info {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5%;
    width: 100%;
    max-width: 480px;
  }

  .footer .page_list {
    width: 100%;
    max-width: 480px;
  }

  .footer .page_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }

  .footer .page_list .headline {
    padding: 1em;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
  }

  .footer .page_list li .navi_second-level li {
    border-bottom: 1px solid #dddddd;
    padding: 0 1.2em 0 1.5em;
  }

  .navi_area li .navi_second-level li.sp {
    display: list-item;
  }

  .footer .page_list .navi_second-level li a {
    display: block;
    width: 100%;
    padding: 1em 0;
  }

  .footer .page_list .navi_second-level i {
    right: 0;
  }

  .footer .copyright {
    border-top: none;
  }

  .fs-body-product .footer .copyright {
    margin-bottom: 50px;

  }


  /* 商品一覧ソート */
  .fs-c-sortItems__list {
    max-width: initial;
  }

  /*カテゴリリスト*/
  .category_list li {
    font-size: 1.2rem;
    width: 48%;
  }

  /*トップページ*/
  #fs_Top .recommend ul,
  .fs-body-cart .recommend ul {
    justify-content: space-around;
  }

  #fs_Top .recommend li,
  .fs-body-cart .recommend ul li {
    text-align: center;
    width: calc(50% - 5px);
    /* width: 48%;
    margin: 1% 0; */
  }

  #fs_Top .collaboration .pages li {
    width: calc(50% - 5px);
    /* width: 49%;
    margin: .5%; */
  }
  #fs_Top .collaboration .pages li.title_banner{
    width: calc((100% - 20px) / 3);
  }

  #fs_Top .recommend li span,
  #fs_Top .collaboration .pages li span {
    /* display: none; */
    font-size: 10px;
    margin: 7px auto 5px;
  }
  /* 商品一覧 */
  .fs-body-category .category_comment img.pc {
    display: none;
  }

  .fs-body-category .category_comment img.sp {
    display: inline-block;
  }

  /* 商品詳細 */
  main.fs-l-product2 {
    padding: 0 8px;
  }

  main.fs-l-product2 .top_comment section h1 {
    font-size: 16px;
  }

  main.fs-l-product2 .top_comment section p {
    font-size: 12px;
  }

  main.fs-l-product2 .product_image1{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  main.fs-l-product2 .product_image1 .pc {
    display: none;
  }

  main.fs-l-product2 .product_image1 .sp {
    display: block;
  }

  .fs-l-productLayout__item .ranking_banner {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  .fs-l-productLayout .product_comment_area th {
    padding: 1em 1em 0;
    text-align: left;
    display: block;
    width: 100%;
  }

  .fs-l-productLayout .product_comment_area th br {
    display: none;
  }

  .fs-l-productLayout .product_comment_area td {
    display: block;
    width: 100%;
  }
}
