/*.fs-preview-header { display: none; }*/

/* CSS関数 */
:root {
  /* カラーパレット */
  --MAIN_0: #e8e2de;
  --MAIN_ACCENTS: #b2988b;
  --MAIN_HI_ACCENTS: #8c6e61;
  --GRAY_0: #808080;
  --GRAY_3: #efefef;
  --GRAY_6: #666666;
  --GRAY_8: #999999;
  --GRAY_DARK: #a9a9a9;
  --GRAY_LIGHT: #e2e2e2;
}

body {
  width: 100%;
  font-family: 'kendrick', 'kendrick-bold', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .1em;
  overflow-x: hidden;
  height: auto
}

  .fs-l-main {
    padding: 0;
  }

.main-col {
  background: var(--MAIN_0);
}

.accents-col {
  background: var(--MAIN_ACCENTS);
}

.hi-accents-col {
  background: var(--MAIN_HI_ACCENTS);
}

@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width:375px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }
}

a:hover {
  text-decoration: none
}

.fs-p-sideMenu a:hover {
  background:#333
}

a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
}

img {
  height: auto
}

/* トップページ、カテゴリページ、グループページのリスト */
.fs-m-list__all {
  padding: 0 16px;
}

.fs-c-creditCardIcons__image {
  max-height: 28px;
}

.fs-p-banner {
  border: none;
}

.fs-c-documentColumn__heading,
.fs-c-registeredUsers__title,
.fs-c-newUsers__title {
  color: #333;
  border-color: #999
}

.fs-c-breadcrumb {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 8px
}

/* 販売価格(トップページ、商品詳細ページ、グループページ、検索結果ページ) */
.fs-c-productPrice--listed {
    align-items: center;
    margin-top: 8px;
}

.fs-c-productPrice--listed::after {
    content: '\03e';
    padding: 0 4px;
    color: #333;
}

/*
ボタン調整

主要なボタン fs-c-button--primary
普通のボタン fs-c-button--standard
テキスト風ボタンfs-c-button--plain

特殊なボタン（css付与不要）  fs-c-button--particular
副次的なボタン（css付与不要） fs-c-button--secondary

*/

/* 基準サイズ */
.fs-c-button--primary,
.fs-c-button--secondary,
/* .fs-c-button--standard, */
.fs-c-button--continueShopping {
  width: max-content;
  padding: 1em 1.7em;
  font-weight: 700
}

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

  .fs-c-button--primary,
  .fs-c-button--secondary,
  /* .fs-c-button--standard, */
  .fs-c-button--continueShopping {
    min-width: 290px;
    font-size: 14px;
  }
}

/* サイトカラー */
.fs-c-button--wireCat,
.fs-c-coordinationCatalog__viewAllCoordination,
.fs-c-viewAllCoordinationLink__label {
  background: var(--GRAY_6);
  border: 1px solid var(--GRAY_6);
  color: #fff;
}

/* ・カラー反転 */
.fs-c-round--button--reversal {
  background: #fff;
  color: #2559a8;
  border-color: #2559a8;
  box-shadow: none;
}

.fs-c-round--button--reversal:hover,
.fs-c-round--button--reversal:visited,
.fs-c-round--button--reversal:active {
  color: #2559a8;
  text-decoration: none;
}

/* カート・手続き関連 */
#fs-cart_button_modalopen,
#fs-cart_button_modalopen_low,
.fs-c-button--confirmOrder,
.fs-c-button--purchaseHere,
.fs-c-variationCart__cartButton .fs-c-button--primary {
  background: var(--fs-color-font--productPrice) !important;
  border-color: var(--fs-color-font--productPrice) !important;
  color: #ffffff;
  border-radius: 4px;
}

.fs-c-variationCart__cartButton .fs-c-button--primary,
.fs-c-variationCart__cartButton .fs-c-button--secondary {
  padding: .8em 0;
  border-radius: 4px;
}

/* テキスト風ボタンアンダーライン付与 */
.fs-m-button--plain__underline {
  text-decoration: underline;
}

/* キャンセル-共通 */
.fs-c-button--cancel {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  box-shadow: none;
}

.fs-c-button--cancel:hover,
.fs-c-button--cancel:visited,
.fs-c-button--cancel:active {
  color: #333 !important;
}

/* その他 */
.fs-m-line_color {
  background: #05c656;
  color: #ffffff !important;
  border: 1px solid #05c656;
}



/* フォームありページレイアウト調整 */
.fs-c-buttonContainer--pair {
  justify-items: center
}

/* インフォメーションレイアウト調整 */
.fs-c-inputInformation__link {
  text-align: center;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook,
.fs-c-button--secondary.fs-c-button--addReview--guest,
.fs-c-button--confirmLeave {
  width: 240px;
  margin: auto
}

.fs-c-buttonContainer--myPageTop {
  justify-content: center;
}

@media screen and (max-width:768px) {
  .fs-c-button--continueShopping {
    min-width: 290px
  }
}

@media screen and (min-width:768px) {
  .fs-c-button--purchaseHere {
    min-width: 240px
  }
}

/* 固定スクロール位置CSS変数 */
body.scroll-lock {
  position: fixed;
  top: var(--scroll-y);
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.fs-c-checkbox__labelText a {
  color: #2559a8;
  font-weight: 700;
  padding-right: .5rem
}

.fs-c-productReviewed {
  margin-top: 16px;
  grid-template-columns: 20% 1fr;
  grid-template-rows: auto auto auto;
  gap: 0 8px
}

.fs-c-productReviewed__image {
  -ms-grid-row: 1/4;
  grid-row: 1/4
}

.fs-c-productReviewed__name {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 1.4rem
}

.fs-c-productReviewed__number {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
}

.fs-c-productReviewed__prices {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3
}

.fs-c-productReviewed .fs-c-productNumber {
  padding: 0;
  border: none;
  font-size: 1rem
}

.fs-c-aggregateRating {
  flex-direction: column-reverse;
  align-items: center
}

.fs-c-aggregateRating__rating {
  flex: auto;
  font-size: 1.4rem
}

.fs-c-aggregateRating__rating::before {
  content: ''
}

.fs-c-aggregateRating__count {
  font-weight: 700
}

.fs-c-aggregateRating__count::before {
  content: '総合評価 ('
}

.fs-c-aggregateRating__count::after {
  content: '件)'
}

.fs-c-button--plain.fs-c-button--viewAllReviews,
.fs-c-button--plain.fs-c-button--addReview--detail,
.fs-c-button--plain.fs-c-button--viewAllReviews::before,
.fs-c-button--plain.fs-c-button--addReview--detail::before {
  color: #333 !important;
  text-decoration: underline
}

.fs-c-button--plain.fs-c-button--viewAllReviews,
.fs-c-button--plain.fs-c-button--addReview--detail {
  font-weight: 700
}

.ratingcount-0 {
  display: none
}

.fs-c-button--chooseDestination::before {
  color: #333;
  right: auto;
  left: 5px
}

/* モーダルラベル */
.fs-m-modal {
  background: rgba(0, 0, 0, 0.7);
  color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  align-items: flex-start;
  opacity: 1;
  overflow: auto;
  padding: 16px 0 40px;
  -webkit-overflow-scrolling: touch;
}

/* モーダルサーチ中身 */
.global-search-info-popup_wrap>input,
.global-search-info-popup_wrap .fs-c-modal {
  display: none;
}

.fs_m_menuBtn__close {
  font-family: 'Lora', serif;
  display: block;
  height: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width:768px) {

  .global-search-info-popup_wrap input:checked~.fs-c-modal {
    display: block;
    background: #fff;
    /* background: rgba(232, 226, 222, 0.95); */
    /* background: rgba(178, 152, 139, 0.95); */
    /* background: rgba(140, 110, 97, 0.95); */
  }

  .global-search-popup_content {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 100%;
    padding-bottom: 40px;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: translate(-50%, -50%) translateY(100%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }

  .global-search-info-popup_wrap input:checked~.global-search-popup_content {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
    z-index: 2147483603;
    visibility: visible;
  }

  .global-search-popup-content-inner {
    padding: 0 8px;
  }

  .fs-p-inputGroup {
    background: #fff;
  }

  .fs-p-searchTextBox {
    margin: 0;
  }

  .fs-m-globalsearch_title {
    letter-spacing: 0.05em;
    margin: 28px auto 8px;
    padding: 4px 8px;
    font-size: 14px;
  }

  .hash_keyword__style {
    margin: 0;
  }

  .fs_m_menuBtn__close_btm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    align-content: center;
  }
}

@media (min-width: 768px) {
  .global-search-info-popup_wrap {
    flex: 1;
    padding-left: 16px;
  }

  .global-search-popup_content .fs_m_menuBtn__close,
  .global-search-popup-content-inner>div:not(.fs-p-searchTextBox),
  .fs_m_menuBtn__close_btm {
    display: none;
  }
}

.fs-c-returnedSpecialContract__link a::before {
  color: #333;
  top: auto;
  bottom: auto;
  right: auto;
  left: -1.4em
}

.fs-c-variationCart__cartButton .fs-c-button--primary::after {
  content: ''
}

/* .fs-pt-column--sp2pc4 .fs-pt-column__item::after {
  color: #333;
  bottom: 14px;
  right: 0
} */

.fs-p-footerNavigationItem__ctrlIcon::before,
.fs-p-footerNavigationItem__ctrlIcon::after {
  content: '';
  position: absolute;
  right: 1em;
  width: 1px;
  height: .75em;
  background: #333
}

.fs-p-footerNavigationItem__ctrlIcon::after {
  /* speak: none; */
  display: block;
  font-size: 2.2rem;
  margin-top: -1.2em;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s
}

.fs-c-wishlistProduct__viewAllProducts,
.fs-c-button--chooseDestination,
.fs-c-buttonContainer--back a {
  padding-right: 0;
  background: #fff;
  position: relative;
  border: none;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  box-shadow: none
}

.fs-c-buttonContainer--back {
  justify-content: center
}

.fs-c-buttonContainer--back a {
  padding: inherit
}

.fs-c-wishlistProduct__viewAllProducts:hover,
.fs-c-button--chooseDestination:hover {
  color: #333 !important;
  text-decoration: underline
}

.fs-c-wishlistProduct__viewAllProducts::before,
.fs-c-member-info-Link::before,
.fs-c-buttonContainer--back a::before {
  display: inline-block;
  font-family: 'fs-icon';
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90b';
  font-weight: 700
}

.fs-c-wishlistProduct__viewAllProducts::before {
  content: '\03e'
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
  /* margin-top: -20px;
  z-index: 1 */
}

.fs-p-searchTextBox {
  margin: 8px 4px 12px;
}

/* .fs-top-searchTextBox {
  padding: 0 8px
}

@media screen and (min-width:768px) {
  .fs-top-searchTextBox {
    display: none
  }
} */

.button_container,
.fs-c-coordinationCatalog__footer {
  margin-top: 2em;
  text-align: center
}

.fs-c-ranking-sub {
  margin-top: .25em;
  padding: 4px 8px;
  text-align: center
}

.fs-c-ranking-sub {
  margin-bottom: 2em;
  text-align: left
}

.hash_keyword__style {
  max-width: 1216px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
}

.hash_keyword__style li {
  margin: 4px;
  font-size: 1.1rem;
}

.hash_keyword__style li a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(126, 126, 126, 0.08);
}

.on_hashtag::before {
  content: "#";
}

@media screen and (min-width:768px) {
  .hash_keyword__style {
    margin: auto;
    justify-content: center;
  }
}

.fs-c-ranking-text {
  display: inline;
  font-size: 14px
}

.fs-p-pickup--part {
  margin-top: 2em;
  padding: 1em 8px;
}

.fs-p-announcement .fs-m-announcement__body {
  background: rgba(126, 126, 126, 0.08);
  margin: 8px 0px;
  padding: 12px;
}

.fs-m-newreg_ttl {
  margin: 8px 0 12px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700
}

.newreg-list {
  /* border: 1px solid #eee; */
  line-height: 1.4;
  margin-bottom: 8px
}

.memberStageInfoBtn {
  text-align: right;
  font-weight: 700;
  text-decoration: underline
}

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

  .fs-m-newreg,
  .memberStageInfoBtn {
    margin: auto;
    max-width: 640px
  }
}

.fs-p-PrLink {
  margin: 0;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  align-items: start
}

.fs-p-PrLink>*:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-p-PrLink>*:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2
}

.fs-p-PrLink__item {
  list-style-type: none;
  border-bottom: 1px solid #e9e9e9
}

.fs-p-footerSnsLink__item {
  padding: 0 .5rem;
  font-size: 2.4rem;
}

.fs-p-headerNavBar .fa-instagram {
  left: 4px
}

.fs-drawer__sns .fs-p-footerSnsLink {
  margin-top: 20px
}

.fs-p-changelangPanel {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-around
}

.fs-p-drawer .fs-p-changelangPanel {
  padding: 12px 28px
}

a[data-stt-changelang] {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700
}

a[data-stt-active] {
  font-weight: 700
}

@media screen and (max-width:768px) {
  a[data-stt-changelang] {
    flex: 1;
    justify-content: center;
    font-size: .85em
  }

  .fs-m-headerSnsLink {
    display: none
  }
}

@media screen and (min-width:768px) {
  .fs-p-changelangPanel {
    max-width: 1216px;
    margin: auto;
    /* padding: 16px */
  }
}

.fs-p-heading--lv2:not(:first-child) {
  margin-top: 3.5em;
}

.fs-p-heading--lv2 {
  margin: 3.5em 0 2em;
  border: 0;
  text-align: center;
  font-size: 24px;
  font-family: 'Lora', serif
}

.fs-c-heading--page {
  font-family: 'Lora', serif
}

.fs-p-heading--lv2 .sub_h2 {
  margin-top: 4px;
  font-size: 11px
}

.fs-p-heading--lv2:after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px 0 0;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:768px) {
  .fs-p-heading--lv2 {
    font-size: 32px
  }

  .fs-p-heading--lv2 .sub_h2 {
    font-size: 14px
  }
}

.fs-c-documentArticle__heading {
  padding: 12px 0 12px 12px;
  background: #eee;
  color: #333;
  font-weight: 700;
  text-align: left
}

body.all_modalOpen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0
}

/* 商品カラムマーク */
.fs-c-productMark {
  row-gap: 4px;
}

/* .fs-c-productMark>li {
  display: flex;
} */

.fs-c-productMark__mark {
  font-weight: 500
}

/* .productMark_label_runpumps {
  border: 1px solid #e27f91;
  color: #fff;
  background: #e27f91
}

.productMark_label_new {
  border: 1px solid #c78d2f;
  color: #c78d2f;
  background: #fff
}

.productMark_label_re {
  border: 1px solid #5c837d;
  color: #5c837d;
  background: #fff
}

.productMark_label_media {
  border: 1px solid #b2988b;
  color: #fff;
  background: #b2988b
} */

/* .fs-c-productMark .fs-c-productMark__mark {
  background: var(--MAIN_ACCENTS);
  color: #fff;
  border: 1px solid var(--MAIN_ACCENTS);
} */

.fs-c-productMark>li>.productMark_book {
  border: none
}

.fs-c-mark--bundle {
  border-radius: 2px;
  letter-spacing: .1rem;
  background: #ffe102;
  font-weight: 700;
  color: #000
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
  border-bottom: none;
  color: unset;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 16px
}

.fs-c-productPrice--listed {
  font-size: .8em
}

.fs-c-productPrice--listed .fs-c-productPrice__main {
  color: #999;
  line-height: 18px;
  text-decoration: line-through
}

.fs-c-default-slick .fs-c-productListCarousel__list__item {
  position: relative
}

.fs-c-default-slick .fs-c-productListItem__prices {
  display: inline-block;
  margin-top: 4px
}

.fs-c-default-slick .fs-c-productListItem__control {
  display: inline-block;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  right: 0
}

@media screen and (max-width:768px) {
  .fs-c-default-slick .fs-c-productListCarousel__ctrl {
    flex-basis: 6px;
    min-width: 6px
  }

  .fs-c-default-slick .fs-c-button--carousel {
    font-size: 2.4rem;
    padding-left: 2px
  }

  .fs-c-default-slick .fs-c-productListCarousel__list__item {
    flex-basis: 164px;
    max-width: 164px;
    min-width: 164px
  }
}

/*パーツ(任意商品一覧),AI recommend,グループページ,検索結果ページ*/
/* パーツ(任意商品一覧) */
.fs-c-noslick .fs-c-productListCarousel__ctrl {
  display: none !important
}

.fs-c-noslick .fs-c-slick .slick-track {
  width: 100% !important;
}

.fs-c-noslick .fs-c-slick .slick-slide {
  width: 50%;
  margin-bottom: 16px;
}

.fs-c-noslick .fs-c-slick .slick-slide:nth-child(2n-1) {
  padding-right: 8px;
}

.fs-c-noslick .fs-c-slick .slick-slide:nth-child(2n) {
  padding-left: 8px;
}

.fs-c-noslick .fs-c-productListCarousel__list__item {
  max-width: 100%;
  min-width: 100%;
  margin: 0;
  position: relative
}

.fs-c-productPrice,
.fr3-item__productPrice,
.fs-m-productListItem__BtmContents .fs-c-productPrices {
  justify-content: flex-end;
  color: var(--fs-color-font--productPrice);
}

.fs-c-productName__copy {
  margin-bottom: 3px;
  font-size: 11px;
  color: #7b7b7b;
}

.fr3-item__productName,
.fs-c-productName__name {
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
}

.fs-c-productListItem__productName {
  padding-right: 24px;
  line-height: 1.4;
}

/* .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
} */

.fs-c-productPrices span.fs-c-productPrice__main__price,
.fs-c-productPrice__addon,
.fr3-item__productPrice__price {
  letter-spacing: .05em;
}

.fs-c-productPrices span.fs-c-productPrice__main__price {
  font-size: 1.7rem;
}

.fr3-item__productPrice__price {
  font-size: 1.7rem !important;
}

.fs-c-productPrice__addon {
  padding: 0 4px 0 4px;
  line-height: .7;
}

.fs-c-noslick .fs-c-productListItem__control {
  position: absolute;
  top: 160px;
  right: 0;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: var(--MAIN_HI_ACCENTS);
}

/* AIレコメンド */
.flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}

.fr3-item__productName {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fr3-item__link {
  margin-bottom: 8px;
}

.fr3-item__productPrice__addon {
  font-size: 1.2rem !important;
}

/*閲覧履歴（トップページ、商品詳細、サーチ内）*/
@media (max-width: 768px) {
  .fs-ai-recommend__history{
    padding-left: 16px;
  }
    .fs-ai-recommend__history .fr3-productListStatic {
      display: block;
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
    }

    .fs-ai-recommend__history .fr3-item {
        display: inline-block;
        width: 35vw;
        scroll-snap-align: start;
        box-sizing: border-box;
        margin-right: 12px;
        vertical-align: top;
    }
}

.fs-ai-recommend__history .fr3-item__productName,
.fs-ai-recommend__history .fr3-item__productPrice {
    display: none !important;
}

/* 商品グループ */
.fs-c-productListItem form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fs-m-productListItem__BtmContents {
  position: relative;
}

.fs-m-productListItem__BtmContents .fs-c-productListItem__control {
  padding: 0;
  position: absolute;
  top: 4px;
  right: 0;
}

.fs-m-productListItem__endContents .fs-c-productPrices {
  margin-top: 8px;
}

.fs-m-productListItem__endContents .fs-c-aggregateRating__rating {
  font-size: 1.2rem;
}

.fs-m-productListItem__endContents .fs-c-rating__value {
  margin-left: 4px
}

.fs-m-productListItem__endContents .fs-m-rating__count {
  margin-left: 4px;
  opacity: .9;
}

.fs-m-productListItem__endContents {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media screen and (max-width:375px) {
  .fs-c-noslick .fs-c-productListItem__control {
    top: 124px;
  }
}

@media screen and (min-width:768px) {
  .fs-c-noslick .fs-c-slick .slick-slide {
    width: 24.2%
  }

  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(2n) {
    margin-left: 0
  }

  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(2),
  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(6),
  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(10),
  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(14),
  .fs-c-noslick .fs-c-slick .slick-slide:nth-child(18) {
    margin-right: 1%
  }

  .fs-c-noslick .fs-c-productListItem__control {
    bottom: 264px;
  }
}

.fs-c-ranking--daily .fs-p-heading--lv2 {
  font-size: 1.8rem
}

.fs-c-catItemList {
  margin-top: 3.5rem
}

div.fs-c-productMarks {
  margin-bottom: 8px;
}

.fs-c-ranking--daily .fs-c-productMarks,
.fs-c-catItemList .fs-c-productMarks {
  display: none
}

.fs-c-ranking--daily .fs-c-noslick .fs-c-slick .slick-slide,
.fs-c-catItemList .fs-c-noslick .fs-c-slick .slick-slide {
  width: 32.6%;
  margin: 0 0 20px 1%
}

.fs-c-ranking--daily .fs-c-noslick .fs-c-slick .slick-slide:first-child,
.fs-c-catItemList .fs-c-noslick .fs-c-slick .slick-slide:first-child {
  margin-left: 0
}

.fs-t-rankingList {
  counter-reset: number
}

.fs-t-rankingList .fs-c-productListItem__image::before {
  content: '';
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #fff;
  position: absolute;
  z-index: 100
}

.fs-t-rankingList .fs-c-productListItem__image::after {
  counter-increment: number;
  content: counter(number);
  display: block;
  top: -1px;
  color: #333;
  left: 7px;
  position: absolute;
  z-index: 101
}

.fs-t-rankingList .slick-slide:first-child .fs-c-productListItem__image::before {
  border-left: 3em solid #d0ac56
}

.fs-t-rankingList .slick-slide:nth-child(2) .fs-c-productListItem__image::before {
  border-left: 3em solid #a5a5a5
}

.fs-t-rankingList .slick-slide:nth-child(3) .fs-c-productListItem__image::before {
  border-left: 3em solid #88672d
}

.fs-t-rankingList .slick-slide:nth-child(-n+3) .fs-c-productListItem__image::after {
  color: #fff
}

@media screen and (max-width:600px) {
  .fs-t-rankingList .fs-c-productName__name {
    font-size: .8em
  }

  .fs-t-rankingList .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 2rem
  }
}

@media screen and (min-width:600px) {
  .fs-t-rankingList .fs-c-productListItem__image::before {
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #fff
  }

  .fs-t-rankingList .fs-c-productListItem__image::after {
    font-size: 1.2em;
    top: 0;
    left: 8px
  }

  .fs-t-rankingList .slick-slide:first-child .fs-c-productListItem__image::before {
    border-left: 3.5em solid #d0ac56
  }

  .fs-t-rankingList .slick-slide:nth-child(2) .fs-c-productListItem__image::before {
    border-left: 3.5em solid #a5a5a5
  }

  .fs-t-rankingList .slick-slide:nth-child(3) .fs-c-productListItem__image::before {
    border-left: 3.5em solid #88672d
  }
}

@media screen and (min-width:768px) {
  .tab-label {
    padding: 14px 28px
  }

  .fs-t-rankingList .fs-c-productListItem__image::after {
    top: 0;
    left: 10px
  }
}

@media screen and (max-width:600px) {

  .fs-c-ranking--daily .fs-c-noslick .fs-c-slick .slick-slide:nth-child(4),
  .fs-c-ranking--daily .fs-c-noslick .fs-c-slick .slick-slide:nth-child(5),
  .fs-c-catItemList .fs-c-noslick .fs-c-slick .slick-slide:nth-child(4),
  .fs-c-catItemList .fs-c-noslick .fs-c-slick .slick-slide:nth-child(5) {
    display: none
  }
}

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

  .fs-c-ranking--daily .fs-c-noslick .fs-c-slick .slick-slide,
  .fs-c-catItemList .fs-c-noslick .fs-c-slick .slick-slide {
    width: 19.2%
  }
}

@media screen and (max-width:768px) {
  .fs-l-header__contents {
    width: 100%;
    -ms-grid-columns: 4em 1fr 7em;
    grid-template-columns: 4em 1fr 7em;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 20;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
  }

  .fs-l-header__contents>* {
    padding: 0
  }

  .fs-l-header__contents.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  .fs-l-header__contents.is-fixed.js-header__scroll {
    transform: translateY(-101%)
  }
}

.fs-l-header__pore {
  position: relative
}

.fs-l-header__drawerOpener {
  line-height: 0
}

.drawer-toggle {
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  padding: 4px 8px 30px;
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.drawer-toggle span {
  display: block;
  position: absolute;
  width: 70%;
  border-bottom: solid 1px #000;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding-top: 5px
}

.drawer-toggle span:nth-child(1) {
  top: 3px
}

.drawer-toggle span:nth-child(2) {
  top: 12px
}

.drawer-toggle span:nth-child(3) {
  top: 21px
}

.fs-l-header__leftContainer .fs-p-drawerButton {
  padding: 0
}

.fs-p-logo {
  padding: 0;
}

.fs-m-header__Menu>label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1.6
}

.fs-l-header__logo {
  margin-left: 4em;
  margin-right: 1em;
  padding-top: 4px;
}

.fs-p-logo__listItem {
  padding-left: 8px;
  flex: 1
}

.fs-p-logo__image {
  width: 148px
}

.fs-p-headertext,
.fs-p-logo__lead {
  text-align: center;
}

.fs-p-headertext .fs-p-headertext__info {
  padding: 6px 0;
  display: none;
  color: #fff;
}

.fs-p-headerNavBar {
  border-bottom: none
}

@media screen and (min-width:768px) {
  .fs-l-header__welcomeMsg.is-ready {
    font-size: 12px
  }

  .fs-p-logo {
    align-items: flex-start
  }
}

/* .fs-l-header__utility a:link,
.fs-p-headerNavBar a:link {
  color: #333
}

.fs-l-header__utility a:visited,
.fs-p-headerNavBar a:visited {
  color: #333
}

.fs-l-header__utility a:hover,
.fs-p-headerNavBar a:hover {
  color: #333
}

.fs-l-header__utility a:active,
.fs-p-headerNavBar a:active {
  color: #333
} */

.fs-p-headerNavigation__list {
  align-items: center
}

.fs-p-headerNavBar .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem {
  width: 50%;
  white-space: nowrap;
}

.fs-m-header__Menu .fs-icon--navCtrl,
.fs-p-headerNavigation__listItem .fa-sharp {
  font-size: 20px
}

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

#fs-gfooter_cp {
  position: absolute;
  right: -6px;
  top: -2px;
  width: 10px;
  height: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  background: #9d2a2f;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  display: none;
}

.fs-p-headerNavigation__listItem .fs-p-drawerButton {
  background: transparent;
  display: flex;
  flex-direction: column;
  font-size: 1rem
}

.fs-headerCart {
  position: relative
}

.fs-headerCart .fs-icon--cart {
  font-size: 28px
}

.fs-headerCart span {
  font-size: 1rem;
  line-height: 1.6
}

.fs-headerCart .fs-client-cart-count {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  background: #9d2a2f;
  border-radius: 50%;
  text-align: center;
  -moz-opacity: .8;
  opacity: .8;
  letter-spacing: 0
}

.fs-l-header__utility,
.fs-p-headerNavigation__list__pc,
.fs-p-headerNavigation__search {
  display: none
}

.fs-m-footer_banner__link__logout.is-loggedIn--false,
.fs-m-headerNavigation__logout.is-loggedIn--false {
  display: none
}

.fs-m-footer_banner__link__login.is-loggedIn--true,
.fs-m-headerNavigation__login.is-loggedIn--true {
  display: none
}

.fs-p-headerNavigation__link {
  padding-bottom: 6px;
}

/* .fs-p-headerNavigation__link:hover {
  color: #333
} */

@media screen and (max-width:768px) {

  .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem:nth-child(2),
  .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem:nth-child(3) {
    display: none
  }
}

/* @media screen and (max-width:768px) {
  .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem:nth-child(-n+2) {
    display: none
  }
} */

@media screen and (min-width:768px) {
  .fs-p-headerNavigation__link {
    padding: 0;
    flex-direction: column
  }

  .fs-p-headerNavigation__link span {
    font-size: 1rem;
    line-height: 1.6
  }
}

.search__display,
.fs-p-headerNavigation__list__pc {
  display: none
}

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

  .fs-p-logo__lead,
  .fs-l-header__contents,
  .fs-m-headerBtmContents {
    max-width: 1216px;
    margin: auto;
  }

  .fs-p-logo__lead {
    margin-top: 12px;
    text-align: left;
  }

  .fs-l-header__contents {
    margin-bottom: 8px;
    -ms-grid-columns: 240px 1fr 360px;
    grid-template-columns: 240px 1fr 360px
  }

  .fs-m-header__Menu {
    display: none
  }

  .fs-p-headerNavigation__listItem [class*='fs-icon--'] {
    font-size: 28px;
    opacity: .7
  }

  .fs-l-header__leftContainer {
    -ms-grid-column: 2;
    grid-column: 2
  }

  .fs-l-header__utility {
    display: grid;
    padding-top: 8px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
  }

  .fs-p-headerUtilityMenu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .fs-p-drawerButton,
  .fs-p-headerUtilityMenu__list a::before {
    display: none
  }

  .fs-p-headerUtilityMenu__list li span::after {
    content: '\03e'
  }

  .fs-p-memberInfo__points {
    color: var(--fs-color-font--productPrice);
    padding-left: 1em
  }

  .fs-l-header__logo {
    padding: 0 16px;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0
  }

  .fs-p-headerNavBar {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3
  }

  .fs-m-headerBtmContents {
    padding: 20px 4px 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-top: 1px solid #666
  }

  .fs-p-headerNavigation__list__pc {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Lora', serif;
    font-weight: 700
  }

  .fs-p-headerUtilityMenu a:hover,
  .fs-p-headerNavigation__list__pc a:hover {
    text-decoration: underline
  }

  .fs-p-headerNavigation__list {
    width: 100%
  }

  .fs-p-headerNavigation__list a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7
  }

  .fs-p-headerNavigation__search {
    width: 30%
  }

  .fs-p-headerNavBar .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem {
    width: 25%;
    min-width: 25%;
    justify-content: center
  }

  .fs-p-headerNavigation__list__pc .fs-p-headerNavigation__listItem {
    justify-content: center
  }

  .fs-headerCart .fs-client-cart-count {
    right: -4px;
    top: -6px;
    width: 16px;
    height: 16px;
    line-height: 16px
  }

  .fs-p-headerNavigation__search {
    display: block
  }
}

#fs-m-focusSearchForm {
  color: #333;
  border: none
}

#fs-m-focusSearchForm {
  margin-left: auto
}

.fs-p-inputGroup {
  min-height: 40px;
  position: relative;
  border-color: #ccc;
}

.fs-p-searchForm__input::-webkit-input-placeholder {
  padding-top: .1em
}

.fs-p-searchForm__input {
  padding-left: .6em;
}

.fs-p-searchForm__button {
  background: #fff;
  border: none;
  width: auto;
  height: auto;
  align-items: center;
  color: gray
}

.fs-p-searchForm__icon,
.fs-p-searchForm__close {
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 1px 6px;
  background: #fff;
  border: none;
}

.fs-p-searchForm__icon::before {
  font-size: 24px;
  font-family: 'fs-icon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e932';
  color: #333;
  display: block
}

/* @media screen and (max-width:768px) {
  .fs-p-inputGroup {
    border-radius: 25px;
  }

.fs-p-searchForm__input {
  border-radius: 25px 0 0 25px;
}

.fs-p-searchForm__icon,
.fs-p-searchForm__close {
  border-radius: 0 25px 25px 0;
}
} */

@media screen and (min-width:768px) {
  #fs-m-searchTextBox {
    width: 320px
  }

  .fs-p-inputGroup {
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .fs-p-searchForm__input {
    padding-left: .5em;
  }

  .fs-p-searchForm__icon,
  .fs-p-searchForm__close {
    background: #fff
  }

  .fs-p-searchForm__close {
    display: none
  }
}

.fs-l-footer {
  background-color: rgba(126, 126, 126, 0.08);
}

.fs-l-footer .fs-p-bannerGroup {
  padding: 0 8px;
}

/* .fs-l-footer__contents {
  max-width: inherit;
  padding: 8px 0
} */

#fs-p-fixed-footerNavigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 20;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s
}

.fs-p-fixed-opensearchButton__scroll {
  transform: translateX(130%)
}

.fs-p-fixed-footerNavigation__listItem {
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  flex: 1;
  text-align: center;
  font-size: 9px;
  line-height: 1.5
}

.fs-p-fixed-footerNavigation__listItem i {
  font-size: 24px;
  opacity: .8
}

@media screen and (max-width:375px) {

  .fs-m-header__Menu span,
  .fs-m-headerNavigation__login,
  .fs-m-headerNavigation__logout,
  .fs-headerCart span,
  .fs-p-fixed-footerNavigation__listItem {
    font-size: 8px;
  }

  .fs-p-fixed-footerNavigation__listItem {
    padding: 4px 0;
  }

  .fs-p-fixed-footerNavigation__listItem i {
    font-size: 20px;
    opacity: .8
  }

  .fs-p-footerSnsLink {
    padding: 0 12px;
  }
}

@media screen and (min-width:600px) {
  #fs-p-fixed-footerNavigation {
    display: none
  }
}

@media screen and (min-width:768px) {
  .fs-p-footerNavigationItem {
    margin: 0
  }
}

@media screen and (min-width:600px) {
  .fs-clientContent {
    display: none
  }
}

.fs-p-drawer {
  width: 80%;
  padding: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 2147483604;
}

.menuBtn__close i {
  margin-right: 10px;
  font-size: 1.5rem;
  vertical-align: middle;
}

.fs-p-drawer .fs-clientInfo div.is-loggedIn--false {
  display: none
}

.fs-p-drawer__welcomeMsg {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e9e9e9
}

.fs-p-drawer__welcomeMsg .fs-p-welcomeMsg {
  padding-left: 8px
}

@media screen and (min-width:600px) {
  .fs-p-drawer {
    display: none
  }
}

.fs-p-sideMenu .fs-pt-menu__item {
  border-bottom: 1px solid #e9e9e9
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  padding: 12px 8px;
  border: none
}

.fs-p-sideMenu .fs-pt-menu__item+.fs-pt-menu__item {
  margin-top: 0
}

.fs-clientContent>div {
  margin-bottom: 32px
}

.fs-p-drawer__heading {
  margin: 0;
  border: 1px solid #e9e9e9;
  padding: 8px 10px;
  background: #f9f9f9;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  text-align: left
}

.fs-m-drawer__heading__hb0 {
  border-top: none
}

.fs-p-headerUtilityMenu {
  margin-left: auto
}

.fs-p-memberInfo__rank {
  padding-left: 8px;
  font-weight: 700
}

.fs-p-memberInfo__points {
  color: var(--fs-color-font--productPrice);
  padding-left: .4em
}

.fs-p-memberInfo__txt {
  padding-left: .2em;
  font-size: .7em
}

.fs-p-drawer .fs-c-buttonContainer {
  flex-flow: column
}

.fs-p-drawer .fs-c-button--primary {
  margin-bottom: 1.7rem
}

.fs-p-drawer .fs-p-footerSnsLink {
  padding: 8px
}

.fs-drawer__category {
  margin-bottom: 14px
}

.fs-drawer__category ul {
  list-style: none
}

.fs-drawer__category .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%
}

.fs-drawer__category .cp_actab:last-child {
  border-bottom: 1px solid #d6d6d6
}

.fs-drawer__category .cp_actab input {
  position: absolute;
  vertical-align: middle;
  z-index: -1;
  opacity: 0
}

.fs-drawer__category .cp_actab label {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 4px;
  cursor: pointer
}

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

  .fs-p-headerUtilityMenu,
  .fs-p-memberInfo {
    padding-right: 24px;
    justify-content: flex-end;
    border-right: 1px solid #666
  }

  .fs-drawer__category .cp_actab label {
    padding: 12px 0
  }
}

.fs-drawer__category .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s
}

.fs-drawer__category .cp_actab .cp_actab-content p {
  margin: 1em
}

.fs-drawer__category .cp_actab input:checked~.cp_actab-content {
  max-height: 10000rem
}

.fs-drawer__category .cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center
}

.fs-drawer__category .cp_actab input[type='checkbox']+label::after {
  content: '';
  width: 7.6px;
  height: 7.6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 45%;
  margin-top: -3px;
  right: 15px
}

.fs-drawer__category .cp_actab input[type='checkbox']:checked+label::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.fs-drawer__category .tab-drawer__subcategory li {
  padding: 4px 0;
  font-size: 12px
}

.fs-drawer__category .tab-drawer__subcategory li a,
.fs-drawer__category .other__category ul li a {
  color: #333
}

.fs-drawer__category .other__category ul {
  margin-top: 0;
  padding-left: 0
}

.fs-drawer__category .other__category ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 4px
}

.fs-drawer__category .other__category ul li a::after {
  content: '';
  width: 7.6px;
  height: 7.6px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: 9px;
  right: 34px
}

.fs-drawer__brand ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none
}

.fs-drawer__brand ul li {
  margin: 0 1% 1% 0;
  width: 32.33%;
  padding: 4px
}

.fs-drawer__brand ul li:first-child {
  padding-top: 16px
}

@media screen and (min-width:768px) {
  .fs-drawer__brand ul li:first-child {
    padding-top: 9px
  }
}

/* カラーパレット カラーマーク */
.fs-c-noslick .fs-c-productMarks [class*="productMark_label"] {
  display: none;
}

[class*="color-type"] {
  width: 16px;
  height: 16px;
  padding: 0;
  display: inline-block;
 }

 li:has(.br-mark) {
  width: 100%;
  height: 0;
}

.br-mark {
  overflow: hidden;
  color: transparent;
  padding: 0;
  width: 100%;
  font-size: 0;
}

[class*="color-type"] .fs-c-productMark__label {
  display: none !important;
}

.fs-drawer__colorpallet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  list-style: none
}

.fs-drawer__colorpallet ul li {
  width: 14.2%;
  padding: 6px;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fs-drawer__colorpallet ul li a::before,
.sideSize li a::before {
  border: none
}

.fs-drawer__colorpallet ul li a .sideColorName {
  display: none
}

.fs-drawer__colorpallet ul li a .sideColorBox {
  display: block;
  width: 100%;
  padding-top: 100%
}

.pallet_cl_nochoice {
  border: 1px solid #ccc !important;
  background: inherit;
  background-image: linear-gradient(45deg, transparent 49%, red 49%, red 51%, transparent 51%, transparent)
}

.color-type-black,
.pallet_cl_black {
  background: #000
}

.color-type-white,
.pallet_cl_white {
  border: 1px solid #ccc !important;
  background: #fff
}

.pallet_cl_ivory {
  background: #fff9e3
}

.color-type-gray,
.pallet_cl_gray {
  background: #999
}

.color-type-beige,
.pallet_cl_beige {
  background: #ebd6ab
}

.color-type-brown,
.pallet_cl_brown {
  background: #955322
}

.color-type-blue,
.pallet_cl_blue {
  background: #1e90ff
}

.color-type-navy,
.pallet_cl_navy {
  background: #060f80
}

.color-type-khaki,
.pallet_cl_khaki {
  background: #6b7320
}

.color-type-green,
.pallet_cl_green {
  background: #1fa600
}

.color-type-yellow,
.pallet_cl_yellow {
  background: #ffd701
}

.color-type-orange,
.pallet_cl_orange {
  background: #fd7e00
}

.color-type-red,
.pallet_cl_red {
  background: #e00000
}

.color-type-pink,
.pallet_cl_pink {
  background: #fe6195
}

.color-type-purple,
.pallet_cl_purple {
  background: #9900e0
}

.color-type-gold,
.pallet_cl_gold {
  background: linear-gradient(to right, #ffe762 0%, #ffe762 50%, #f0d23c 50%, #f0d23c 100%)
}

.color-type-silver,
.pallet_cl_silver {
  background: linear-gradient(to right, #e9e9e9 0%, #e9e9e9 50%, #d9d9d9 50%, #d9d9d9 100%)
}

.color-type-multi,
.pallet_cl_multi {
  background: linear-gradient(45deg, #fff722, #ff26f9)
}

.color-type-clear        { background-color: #F8F8F8; }
.color-type-cream        { background-color: #FFF3C1; }
.color-type-yellowgreen  { background-color: #C4E538; }
.color-type-skyblue      { background-color: #87CEFA; }
.color-type-bronze       { background-color: #CD7F32; }
.color-type-winered      { background-color: #8B1E3F; }

@media screen and (min-width:768px) {
  .fs-drawer__colorpallet ul li a .sideColorName {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 11px;
    width: 80px;
    text-align: center;
    position: absolute;
    margin-left: -20px;
    margin-top: -16px
  }

  .fs-drawer__colorpallet ul li a:hover .sideColorName {
    display: block
  }
}

.fs-l-drawerClose .fs-c-modal,
.fs-l-searchClose .fs-c-modal {
  display: none
}

.fs-p-ctrlDrawer:checked~.fs-l-drawerClose .fs-c-modal {
  display: block;
}

/* .fs-searchBox {
  background: #fff;
  box-shadow: 1px 1px 5px #b2b2b2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 108px;
  transform: translateY(-101%);
  z-index: 2;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s
}

.fs-p-ctrlSearchBox:checked+.fs-p-productSearchBox {
  transform: translateY(0)
}

.fs-p-searchbox__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center
} */

.fs-c-inputTable__headerCell {
  font-size: 14px
}

.fs-c-inputTable>tbody>.fs-c-ai__flexstart {
  align-items: flex-start
}

.fs-c-va__sub {
  vertical-align: sub
}

.fs-p-productSearchBox .fs-c-inputTable>tbody>tr {
  flex-direction: row;
  align-items: center
}

.fs-c-inputTable__headerCell {
  flex: 1 1 27%
}

.fs-c-inputTable__dataCell {
  flex: 1 1 73%
}

.fs-c-checkbox {
  margin-right: 0;
  padding: 4px 0;
  font-size: 14px
}

.fs-c-checkbox__checkMark {
  border: 1px solid #999;
  margin-right: 8px
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #fff;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s
}

.fs-c-checkbox__checkMark::before {
  color: #2559a8;
  font-weight: 700;
  font-size: 1.2em;
  top: 0;
  left: 0
}

.fs-c-inputPrice {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.fs-c-inputPrice span:nth-child(2) {
  margin: 0 4px
}

.fs-c-inputPrice .fs-c-inputTextGroup__item {
  display: flex;
  justify-content: space-between;
  align-items: center
}

div.poplink>div.close_button {
  width: 28px !important;
  height: 28px !important;
  background: #333;
  font-size: 17px;
  color: #fff;
  text-align: center;
  top: 40px !important;
  border-radius: 50%;
  opacity: .7
}

div.poplink>div.close_button>img {
  position: absolute;
  left: inherit;
  opacity: 0
}

div.poplink>div.close_button::before {
  font-family: 'fs-icon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e911'
}

/* トップへ戻る_サーチボタン グローバル */
.fs-p-footerPageTop {
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  bottom: 60px;
  gap: 8px;
  z-index: 1;
}

.fs-p-footerPageTop__btn {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: opacity 1s, visibility 1s, transform 1s
}

.fs-p-footerPageTop__btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.fs-p-footerPageTop__link {
  margin-left: auto;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%
}

.fs-p-footerPageTop__link::before {
  color: #fff;
}


@media screen and (min-width:375px) {
  .fs-p-footerPageTop__link {
    width: 36px;
    height: 36px;
  }

  .fs-p-footerPageTop__link::before {
    line-height: 1.4;
  }
}


/* サーチを開く グローバル */
.fs-p-footerSearch__open {
  position: fixed;
  bottom: 60px;
  z-index: 1;
  left: 0;
  display: flex;
  padding: 0 12px;
}

@media screen and (max-width:375px) {
  .fs-p-footerPageTop {
    padding: 0 6px;
    bottom: 48px;
  }
}

.fs-p-footerSearch__open__btn::before {
  content: "\e932";
}

.fs-l-footer__utility {
  width: 100%;
}

.fs-p-footerUtilityMenu .fs-pt-menu li:first-child,
.fs-p-footerUtilityMenu .fs-pt-menu li:nth-child(2) {
  font-weight: 700;
}

.fs-p-footerUtilityMenu_sub {
  padding-left: 8px;
}

.fs-p-footerNavigationItem__calH,
.fs-p-footerNavigationItem__snsH {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.fs-p-footerNavigationItem__snsH {
  margin-top: 48px;
}

/* .fs-p-footerNavigation {
  text-align: center
}

.fs-p-footerNavigationItem {
  background: #fff;
  border-radius: 3px
}

.fs-p-footerNavigationItem__body h2 {
  margin: .5em 0 .3em;
  font-weight: 700
}

.fs-p-footerNavigationItem__txt {
  font-size: .9em
} */

/*営業日カレンダー*/
.business_day_calendar__table {
  border-collapse: collapse
}

.business_day_calendar__table th {
  padding-bottom: 8px;
  font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
}

.change_mouth_btn {
  background: inherit;
  color: #333;
  border: none;
  font-weight: normal;
  cursor: pointer;
}

.change_mouth_btn.left {
  margin-right: 12px;
}

.change_mouth_btn.right {
  margin-left: 12px;
}

.business_day_calendar__table tr.headline td {
  font-size: 10px;
}

.business_day_calendar__table td {
  border-bottom: solid 1px #CCCCCC;
  text-align: center;
  width: 28px;
  height: 24px;
  font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 12px;
}

.business_day_calendar__table td.Today {
  font-weight: bold;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.business_day_calendar__table td.sat {
  color: #333333;
  background-color: #DFE6FC;
}

.business_day_calendar__table td.holyday {
  color: #FF0000;
  background-color: #FFCCCC;
}

.cal_text {
  padding-left: 4px;
  list-style: none;
  font-size: 11px;
}

.sat_text:before {
  content: "■";
  color: #DFE6FC;
}

.holy_text:before {
  content: "■";
  color: #FFCCCC;
}

@media screen and (max-width:768px) {

  .fs-m-footer_calender .business_day_calendar__table,
  #business_day_calendar_swipetype .business_day_calendar__table {
    margin: auto;
  }

  .fs-m-footer_calender .cal_text,
  #business_day_calendar_swipetype .cal_text {
    padding-left: 92px;
  }
}

@media screen and (min-width:768px) {
  .fs-l-footer .fs-p-bannerGroup {
    padding: 16px;
  }

  .fs-l-footer .fs-p-footerNavigation {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 14px;
  }

  .fs-l-footer .fs-p-footerNavigationItem:first-child {
    grid-row: 1;
    grid-column: 3;
  }

  .fs-l-footer .fs-p-footerNavigationItem:nth-child(2) {
    grid-row: 1;
    grid-column: 1;
  }

  .fs-l-footer .fs-p-footerNavigationItem:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }

  .fs-p-footerPageTop {
    display: none
  }

  .fs-p-footerNavigationItem__calH,
  .fs-p-footerNavigationItem__snsH {
    text-align: left;
  }

  .fs-p-footerNavigationItem__calH {
    margin-top: 0;
  }

  .fs-p-footerNavigationItem__snsH {
    margin: 24px 0 0;
  }
}

@media screen and (min-width:960px) {
  /* .fs-pt-column--sp2pc4 .fs-pt-column__item::after {
    bottom: 8px
  } */

  .fs-p-footerUtilityMenu {
    padding: 0;
  }

  .fs-p-footerUtilityMenu__list {
    flex-direction: column;
  }

  .fs-p-footerUtilityMenu__list>li+li {
    margin-left: 0;
  }

  .fs-p-footerUtilityMenu__list {
    gap: 8px;
  }

  .fs-p-footerUtilityMenu__list a::before {
    border: none;
  }
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
.fs-p-footerUtilityMenu__list>li:not(:first-child) a {
  border: none;
}

.fs-p-footerUtilityMenu__list a::after {
  font-size: 1.2em;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  .fs-l-footer {
    margin-bottom: 54px;
  }

  .fs-p-footerUtilityMenu .fs-pt-menu li {
    border-bottom: solid 1px #e5e5e5;
  }

  .fs-p-footerUtilityMenu__list_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 12px;
    line-height: 2.4;
  }

  .fs-p-footerUtilityMenu__list_sub li {
    margin-right: 2rem;
  }
}

@media screen and (max-width:375px) {
  .fs-l-footer {
    margin-bottom: 44px;
  }
}

/* .fs-l-footer__utility {
  margin-bottom: 24px
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin: 16px 0
}

.fs-p-footerUtilityMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
.fs-p-footerUtilityMenu__list>li:not(:first-child) a {
  font-size: 14px
}

.fs-p-footerUtilityMenu__list a::after {
  content: ''
}

@media screen and (max-width:600px) {
  .fs-p-footerUtilityMenu__list li {
    flex: 50%
  }

  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
  .fs-p-footerUtilityMenu__list>li:not(:first-child) a {
    font-size: .85em;
    font-weight: 700
  }
} */

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

  .fs-l-footer .fs-l-header__logo a {
    max-width: 280px
  }

  .fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin-top: 0;
  }

  .fs-p-footerSnsLink {
    justify-content: flex-start;
  }

  .fs-p-footerUtilityMenu__list span {
    padding: 0 8px
  }
}

@media screen and (min-width: 960px) {
  .fs-l-footer__utility {
    align-items: flex-start;
  }
}

.fs-event-documentArticle {
  margin: 16px 0;
  max-width: 1216px;
  overflow: hidden
}

.fs-event-documentArticle .fs-event-documentColumn {
  margin: 24px 0
}

.fs-event-documentArticle .fs-event {
  text-align: center
}

.fs-event-documentArticle .fs-event span {
  font-size: 14px
}

.fs-p-productSearchBox {
  background: #fff;
  box-shadow: 1px 1px 5px #b2b2b2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 24px;
  transform: translateY(-150%);
  z-index: 100;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s
}

.fs-p-productSearchBox_h2 {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-weight: 700
}

.fs-p-searchBox__close {
  position: absolute;
  padding: 1px 6px;
  top: 0;
  right: 0;
  font-size: 24px;
  height: 56px;
  display: flex;
  align-items: center
}

.fs-p-productSearch__field {
  padding: 12px 8px
}

vs .fs-c-inputTable>tbody>tr+tr {
  margin-top: 12px
}

.fs-c-inputInformation__field input,
.fs-c-inputInformation__field select,
.fs-p-productSearchBox input,
.fs-p-productSearchBox select {
  padding: 8px 42px 8px 6px
}

.fs-l-c-pallet {
  padding: 0 8px;
  flex-direction: row;
  flex-wrap: wrap
}

.fs-l-c-pallet span:first-child {
  margin-bottom: 8px
}

.fs-c-radioGroup>*+*,
.fs-c-checkboxGroup>*+* {
  margin: 0 0 8px
}

.fs-l-c-pallet>* {
  flex-basis: auto
}

.fs-l-c-pallet .fs-c-radio__radioMark {
  width: 40px;
  height: 40px;
  border-radius: inherit;
  border: none
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__colorPallet::before {
  background: inherit
}

.fs-l-c-pallet .fs-c-radio__radioMark::before {
  font-family: 'fs-icon' !important;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e910';
  color: #fff;
  font-size: 1.6em;
  top: -.4em;
  left: -.4em
}

.fs-l-c-pallet .pallet_cl_nochoice::before,
.fs-l-c-pallet .pallet_cl_white::before {
  color: #666
}

.fs-l-c-pallet .fs-c-radio__labelText {
  display: none;
  position: absolute;
  top: -2em;
  left: 0;
  font-size: 1rem;
  white-space: nowrap;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 4px;
  z-index: 10
}

.fs-l-c-pallet a {
  position: relative
}

.fs-l-c-pallet a:hover .fs-c-radio__labelText {
  display: block
}

@media screen and (min-width:600px) {
  .fs-l-c-pallet {
    padding: 0
  }
}

.fs-p-productSearchBox .fs-c-buttonContainer {
  margin-top: 12px;
  justify-content: space-between
}

.fs-p-productSearchBox .fs-c-buttonContainer>* {
  width: 48.5%;
  font-size: 14px;
  letter-spacing: .05rem;
  border-radius: 4px;
  padding: 5px
}

.fs-p-SearchBox__resetButton {
  background: #fff;
  border: 1px solid #ccc
}

.fs-p-SearchBox__searchButton {
  background: #464646;
  border: 1px solid #464646;
  color: #fff
}

div.poplink.sphs,
div.poplink.pc011 {
  top: 40px
}

.fs-c-sceneTitle {
  margin: 8px 0 4px;
  position: relative;
  padding: .25em 1em;
  display: inline-block;
  font-weight: 700
}

.fs-pt-column--sp2pc4 {
  margin-top: 8px;
  padding: 0 8px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  text-align: center
}

.fs-pt-column--sp2pc4>*:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
}

.fs-pt-column--sp2pc4>*:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2
}

.fs-pt-column--sp2pc4>*:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2
}

.fs-pt-column--sp2pc4 .fs-pt-column__item {
  grid-template-columns: 40% auto;
  margin-bottom: 1.2em;
  align-items: center;
  position: relative;
  border: 1px solid var(--MAIN_0);
  border-radius: 6px
}

.fs-pt-column--sp2pc4 .fs-pt-column__brand_logo {
  grid-template-columns: 80% auto
}

.fs-pt-column--sp2pc4 .fs-pt-column__brand_logo .fs-pt-column__image {
  padding-left: 7%
}

.fs-pt-column--mb0 .fs-pt-column__item {
  margin-bottom: 0
}

.fs-pt-column--sp2pc4 .fs-pt-column__heading {
  grid-column: 2;
  grid-row: 1;
  font-size: .8em
}

.fs-pt-column--sp2pc4 .fs-pt-column__description {
  position: absolute;
  font-size: 10px;
  bottom: -2em
}

@media screen and (min-width:600px) {
  .fs-pt-column--sp2pc4 {
    margin-bottom: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto
  }

  .fs-pt-column--sp2pc4>*:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .fs-pt-column--sp2pc4>*:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .fs-pt-column--sp2pc4>*:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .fs-pt-column--sp2pc4 .fs-pt-column__item {
    grid-template-columns: 45% 1fr
  }

  .fs-pt-column--sp2pc4 .fs-pt-column__brand_logo {
    grid-template-columns: 85% auto
  }

  .fs-pt-column--sp2pc4 .fs-pt-column__heading {
    font-size: 1em
  }

  .fs-pt-column--sp2pc4 .fs-pt-column__description {
    font-size: 16px
  }
}

.fs-c-scene {
  text-align: center
}

.fs-pt-column--media--auto {
  padding: 0 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 8px;
  list-style-type: none
}

.fs-pt-column--media--auto time {
  font-size: .7em;
}

.fs-pt-column--media--auto p {
  margin: 0;
  font-size: .8em;
  line-height: 1.5;
  font-weight: 700
}

.fs-pt-column--media--auto>*:nth-child(1) {
  order: 4
}

.fs-pt-column--media--auto>*:nth-child(2) {
  order: 3
}

.fs-pt-column--media--auto>*:nth-child(3) {
  order: 2
}

.fs-pt-column--media--auto>*:nth-child(4) {
  order: 1
}

@media screen and (min-width:600px) {
  .fs-pt-column--media--auto {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto
  }

  .fs-pt-column--media--auto time {
    font-size: .8em
  }

  .fs-pt-column--media--auto span {
    font-size: .9em
  }
}

.fs-p-footerNavigationItem__body a {
  color: #fff
}

.fs-c-footer-cat {
  margin-bottom: 3.5em
}

.fs-pt-column--footer-cat .fs-pt-column__item {
  margin-bottom: 0
}

small {
  font-size: 1em
}

.fs-c-coordinationCatalog__list {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 16px;
}

.fs-c-staffCoordinationSearchMenu__link {
  color: #333
}

.fs-c-coordinationListItem__staffInfo__height::before,
.fs-c-coordinationListItem__staffInfo__shop::before,
.fs-c-coordinationStaffInfo__shop::before,
.fs-c-coordinationStaffInfo__height::before {
  content: '#';
  padding-right: 2px
}

.fs-c-coordinationCatalog__coordinateAll__link {
  margin-top: 2em;
  text-align: center;
  font-weight: 700
}

.fs-c-coordinationListItem__staffComment {
  margin-top: 1em;
  font-size: .9em;
  line-height: 1.6
}

@media screen and (min-width:768px) {
  .fs-c-coordinationCatalog__list {
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
}
}

/* 配送日情報 */
.ship-info__date_strong {
  color: var(--fs-color-font--productPrice);
  font-size: 1.2em;
}

.ship-info__countdown {
  font-size: .8em;
  font-weight: 700;
}

.ship-info__sup {
  font-size: .8em;
}

#ship-info__date .fs-icon--delivery {
  padding-right: 4px;
}

.fs-m-ship-date_image {
  max-width: 600px;
  width: 100%;
}

.ship-info_content__sup {
  padding-left: 16px;
  font-size: .8em;
}

/* 販促バナー（ご注文完了ページ、新規会員登録完了ページ） */
.fs-p_success_page-cell .fs-p_success_page-banner {
  margin-bottom: 1em;
}

/* 決済方法一覧 */
.fs-c-creditCardIcons {
  max-width: 420px;
}

.fs-c-documentSubColumn__content>ul.fs-c-creditCardIcons:not(:last-of-type) {
  justify-content: space-around;
}


/* アプリ用グローバルヘッダー、フッター調整 */
.header_app {
  position: relative;
}

.footer_app {
  display: none;
}
