@charset "UTF-8";

/* TOPカルーセル画像をPC/SPで切替 */
#top_carousel_PC {display: none;}
#top_carousel_SP {display: block;}

/* sidemenu */
#side_menu .fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
#side_menu .fs-p-sideMenu a:hover {
  background: #111111;
}
#side_menu ul.fs-pt-menu--lv1 > li.fs-pt-menu__item:not(:first-child) {
  margin-top: 30px;
}
#side_menu .fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom: 1px dashed #999999;
}
#side_menu .fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 0;
}

/* header */
.fs-l-header__contents {
  grid-template-columns: 4em 1fr 6em
}
.fs-p-headerUtilityMenu__list {
  font-size: 2.0rem;
}
.fs-l-header__utility .fs-p-cartItemNumber {
  top: -10px;
  left: 1em;
  right: auto;
}
.fs-p-headerUtilityMenu__list a::before {
  content:none;
}
.fs-p-headerNavBar {
  background: #111111;
  border-bottom: none;
}
.fs-p-headerNavigation {
  justify-content: center;
}
.fs-p-headerNavigation .fs-p-headerNavigation__search .fs-p-inputGroup {
  border: solid #c0c0c0;
  border-width: 5px 1px 5px 1px;
  background: #c0c0c0;
}
.fs-p-headerNavigation .fs-p-headerNavigation__search .fs-p-inputGroup .fs-p-inputGroup__button {
  background: #c0c0c0;
}
/* Logoにh1タグ追加の為、h1のstyleをリセット */
.fs-l-header__logo h1 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: unset;
}

/* ヘッダーUtilityメニュー SP版表示 PC版非表示 */
.fs-l-header__utility {
  display: block;
  align-self: center;
  padding: 0;
  margin-right: 15px;
}
.fs-l-header__utility #headerUtilityMenu_sp {
  display: block;
  /* align-self: center; */
}
.fs-p-headerNavigation__link > i {
    font-size: 2.0rem;
}
.fs-l-header__utility #headerUtilityMenu_pc {
  display: none;
}
/* ヘッダー検索サジェスト調整 */
div.poplink.pc011 {
  margin-top: 30px;
}

/* ドロワーメニュー マイページlink */
.fs-p-drawer__mypage {
  display: block;
  margin: 10px auto;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
}
.fs-p-drawer__mypage.is-loggedIn--false {
  /* logout時は非表示 */
  display: none;
}
/* お知らせの日付部分 */
.fs-p-dateList > li time:first-child {
  background: #111111;
}
/* TOPページのコンテンツ間のマージン */
#fs_Top #_rcmdjp_display_1,
#fs_Top #_rcmdjp_display_2,
#fs_Top #_rcmdjp_display_3 {
  margin-top: 30px;
}

/* 価格は右寄せ表示 */
.fs-c-productPrice {
  justify-content: flex-end;
}
/* 商品一覧表示の時、商品copyは非表示 */
.fs-c-productListItem .fs-c-productName__copy {
  display: none;
}
/* 任意商品表示のアイテムの幅 */
#newArrival .fs-c-slick .slick-slide {
  width: 45vw;
}
#newArrival .fs-c-productListCarousel__list__item {
  margin: 0 5px;
}

/* 商品詳細ページ 商品画像～カートボタンまで */
section.fs-l-pageMain .fs-l-productLayout #basic_info {
  display: block;
}
section.fs-l-pageMain .fs-l-productLayout #basic_info #img_area {
  width: 100%;
  padding: 0;
}
section.fs-l-pageMain .fs-l-productLayout #basic_info #detail_area {
  width: 100%;
}
/* カートbtnの高さを大きく */
.fs-c-button--addToCart--detail {
  padding: 1.2em 1.6em;
}
/* 商品詳細ページ 商品詳細(区分)一覧部分 */
section.fs-l-pageMain .fs-l-productLayout #division_area {
  width: 100%;
  margin-bottom: 50px;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr:first-child {
  border-top: 1px dotted #333333;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr {
  border-bottom: 1px dotted #333333;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr th, section.fs-l-pageMain .fs-l-productLayout #division_area table tr td {
  padding: 10px;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr th {
  width: 15%;
  font-weight: bold;
  text-align: center;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr td {
  width: 85%;
  text-align: left;
}

#fs_Register #fs_form a {
  text-decoration: underline;
}

/* マイページの退会リンクを非表示に */
.fs-c-accountService {
  margin-bottom: 120px;
}
.fs-c-accountService .fs-c-accountService__page--accountDelete {
  display: none;
}
/* 動的カートボタンの色・サイズ変更 */
.fs-p-scrollingCartButton__icon {
  color: #000000;
}
.fs-p-scrollingCartButton__button {
  background: rgba(255,255,255,0.8);
}


@media screen and (min-width: 768px) {
  /* PCサイズの時 */
  /* シンプルヘッダー */
  .fs-l-header--min .fs-l-header__logo .fs-p-logo .fs-p-logo__image {
    max-height: 48px ! important;
    min-height: 1px;
  }
  /* ヘッダーUtilityメニュー SP版非表示 PC版表示 */
  .fs-l-header__utility #headerUtilityMenu_sp {
    display: none;
  }
  .fs-l-header__utility #headerUtilityMenu_pc {
    display: block;
  }
  .fs-p-headerUtilityMenu__list {
    font-size: 1.4rem;
  }
  /*.fs-l-header__utility .fs-p-cartItemNumber {
    top: -10px;
    left: 1em;
    right: auto;
  }*/
  /* ドロワーメニュー */
  .drawer_toCart {
    display: none;
  }
  .fs-p-headerNavigation .fs-p-headerNavigation__search .fs-p-inputGroup {
    border-width: 1px;
  }
  /* TOPカルーセル画像をPC/SPで切替 */
  #top_carousel_PC {display: block;}
  #top_carousel_SP {display: none;}
  
  /* 任意商品表示のアイテムの幅 */
  #newArrival .fs-c-slick .slick-slide {
    width: auto;
    /* width: calc(832px / 5);*/
  }
  /*
  #newArrival .fs-c-productListCarousel__list__item {
    flex-basis: 160px;
    max-width: 160px;
    min-width: 160px;
    margin: 0 2px;
  }
  */
  
  /* ハンバーガーメニューを非表示 */
  /*.fs-l-header__leftContainer {
    display: none;
    align-self: start; 
  }*/
  .fs-p-headerNavigation__list {
    width: 70%;
  }
  .fs-l-header__contents {
    -ms-grid-columns: 40% 20% 40%;
    grid-template-columns: 40% 20% 40%;
    /*-ms-grid-columns: 30% 40% 30%;
    grid-template-columns: 30% 40% 30%;
    margin-bottom: 20px;*/
  }
  
  /* TOPページのコンテンツ間のマージン */
  #fs_Top #_rcmdjp_display_1,
  #fs_Top #_rcmdjp_display_2,
  #fs_Top #_rcmdjp_display_3 {
    margin-top: 50px;
  }
  
  /* 商品詳細ページ 商品画像～カートボタンまで */
  section.fs-l-pageMain .fs-l-productLayout #basic_info {
    display: flex;
    align-items: flex-start;
  }
  section.fs-l-pageMain .fs-l-productLayout #basic_info #img_area {
    width: 50%;
    align-self: flex-start;
    padding-right: 30px;
  }
  section.fs-l-pageMain .fs-l-productLayout #basic_info #detail_area {
    width: 50%;
    align-self: flex-start;
  }
  /* 商品詳細ページ 商品詳細一覧部分 */
  section.fs-l-pageMain .fs-l-productLayout #division_area table {
    width: 95%;
  }
}

/* 商品グループ表示　20230331 */
.fs-c-subgroupList {
  position: relative;
}

.fs-c-subgroupList > li {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  line-height: 3.0;
}

.fs-c-subgroupList__item {
  /* flex-grow: 1; */
  flex-grow: unset; 
}
@media screen and (min-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item {
    /* flex-basis: calc(25% + 1px); */
    flex-basis: calc(33.3% + 1px);
  }
}
.fs-c-subgroupList__link {
  /* background: rgba(126, 126, 126, 0.08);
  border: 1px solid #7c8790; */
  background: transparent;
  border: none;
}
.fs-c-subgroupList__link::after {
  content: "";
}

@media screen and (min-width: 960px) {
  .fs-c-subgroupList__item:nth-of-type(3n+1):before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    content: "";
    background: #d3d3d3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fs-c-subgroupList__item::after {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 1px;
    height: 80%;
    content: "";
    background: #d3d3d3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* 商品グループ表示 ここまで　20230331 */

/* AIレコメンドの見出しを非表示　20230605 */
div.flywheel-recommend__frame .fs-p-heading--lv2 {
  display: none;
}
/*
div.flywheel-recommend__frame[data-frame-id="pickup_test"] .fs-p-heading--lv2,
div.flywheel-recommend__frame[data-frame-id="mouton_ranking"] .fs-p-heading--lv2  {
  display: none;
}
*/
/* /AIレコメンドの見出しを非表示 */

/* 見出し上部のマージン調整 */
.fs-p-heading--lv2:not(:first-child) {
  margin-top: 3em;
}
/* AIレコメンド ランキングの色変更 */
.fr3-item__rank[data-item-rank="1"] {
  color: #111111;
  background-color: #FFD700;
}
.fr3-item__rank[data-item-rank="2"] {
  color: #111111;
  background-color: #C0C0C0;
}
.fr3-item__rank[data-item-rank="3"] {
  color: #111111;
  background-color: #C47222 ;
}

/* added 2024/06/25  */
/* 商品詳細 キャンペーン対応 */
/* 規定の価格表示を非表示とし、独自表示にする */
div#detail_area div#org_price_area {
  display: none;
}
#campPriceArea {
  margin: 20px 0;
}
#campPriceArea .bold {
  font-weight: bold;
}
#campPriceArea .fs150 {
  font-size: 150%! important;
}
#campPriceArea .fs180 {
  font-size: 180%! important;
}
#campPriceArea .fs70 {
  font-size: 70%! important;
}
#campPriceArea .camp_price {
  margin: 10px 0;
}
#campPriceArea .camp_price_inner {
  display: inline;
  border: 1px solid #b30101;
  padding: 20px 10px 15px;
}
#campPriceArea .camp_price_inner2 {
  display: inline;
  padding: 10px 20px 5px;
  background-color: #b30101;
  color: #ffffff;
  font-size: 120%;
}
/* /商品詳細 キャンペーン対応 */
