@charset "UTF-8";
/* SPサイズ */
.pc_only{display: none;}
.sp_only{display: block;}

.fs-l-header {
  padding-top: 0;
}
.fs-p-drawer__heading {
  font-size: 1.8rem;
  /* border-bottom: 1px solid #008000;*/
  border-bottom: 1px solid #9dcce0;
  border-bottom: 1px solid #b39f74;
}
.fs-p-drawer {
  z-index: 10;
}

/* header menu */
.fs-p-headerUtilityMenu__list a:link {
  color: #ffffff;
}
.fs-p-headerNavBar {
  /* border-bottom: 2px solid #008000; */
  /* border-bottom: 2px solid #9dcce0; 
  border-bottom: 2px solid #4090b1;
  border-bottom: 2px solid #014b66;*/
  border-bottom: 2px solid #b39f74;
  
}
.fs-p-headerUtilityMenu__list a:link,
.fs-p-headerUtilityMenu__list a:visited {
  /* color: #030025; */
  color: var(--fs-color-maincolor);
}
.fs-p-headerUtilityMenu__list a:hover {
  /* color: #008000; */
  color: var(--fs-color-button--primary);
}
.fs-l-header__utility .fs-p-cartItemNumber {
  top: -10px;
  left: 1.5em;
  right: auto;
}
/* ヘッダー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;
}

/* TOPページ お知らせ一覧 日付の背景色*/
.fs-p-dateList > li time:first-child {
  background: var(--fs-color-button--primary);
}

/* sidemenu */
#side_menu * {
  transition-duration: 0s;
}

#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: #b39f74; */
  background: var(--fs-color-maincolor);
}
#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;
}
.fs-c-documentArticle__heading {
  background: #4090b1;
}
.fs-c-documentColumn__heading {
  /* border-color: #008000; 
  border-color: #014b66; */
  border-color: #4090b1;
}

/* ヘッダーナビ header navigation */
#fs_p_headerNavigation .fs-p-headerNavigation__link {
  width: 100%;
  line-height: 2em;
}
#fs-p-headerNavigation {
  justify-content: center;
}
.fs-p-headerNavigation__link:hover {
  background-color: #b39f74;
}
#fs_p_headerNavigation .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .15s;
  z-index: 5;
  flex-direction: row;
  justify-content: center;
}
#fs_p_headerNavigation .dropDown {
  width: max-content;
  position: absolute;
  bottom: 0;
  display: none;
  background-color: #40220f;
  box-shadow: 0px 3px 8px -2px #777;
  color: #fff;
  transform: translate(0, 100%);
}
#fs_p_headerNavigation .link:hover > .dropDown,
#fs_p_headerNavigation .link:focus-within > .dropDown {
  display: block;
}
#fs_p_headerNavigation .dropDown__item {
  list-style-type: none;
  padding: 10px 20px 10px 10px;
}
#fs_p_headerNavigation .dropDown__list {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  row-gap: 10px;
  padding: 0;
}
#fs_p_headerNavigation .dropDown__link {
  transition: color .15s;
  color: #fff;
}
#fs_p_headerNavigation .dropDown__item:hover {
  background-color: #b39f74;
}
#fs_p_headerNavigation .dropDown__link > img {
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
#fs_p_headerNavigation a:hover {
  text-decoration: none;
}
/* /ヘッダーナビ header navigation */

/* 商品 */
/* 価格は右寄せ表示 */
.fs-c-productPrice {
  justify-content: flex-end;
}
/* 商品一覧表示の時、商品copyは非表示 */
.fs-c-productListItem .fs-c-productName__copy {
  display: none;
}
/* 商品一覧 商品名の色 */
h2.fs-c-productListItem__productName .fs-c-productName a:active {
  color: #000;
}

/* 商品詳細ページ 商品詳細(区分)一覧部分 */
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: 98%;
  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: 25%;
  font-weight: bold;
  text-align: center;
}
section.fs-l-pageMain .fs-l-productLayout #division_area table tr td {
  width: 75%;
  text-align: left;
}
/* 手動スライダーの商品の幅 */
.fs-c-productListCarousel__list__item {
  max-width: 135px;
  min-width: 135px;
  /* margin: 0 8px;- */
}
/* マイページ */
.fs-c-accountService {
  margin-bottom: 120px;
}
.fs-c-accountService .fs-c-accountService__page--accountDelete {
  display: none;  /* 退会リンクを非表示 */
}

#fs_ProductCategory .fs-c-noResultMessage {
  display: none;  /*  */
}
.fs-p-banner--registration {
  background: var(--fs-color-button--primary);
}

@media screen and (min-width: 768px) {
  /* PCサイズの時 */
  .pc_only{display: block;}
  .sp_only{display: none;}
  
  
  /* シンプルヘッダー */
  .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-sideArea {
    width: 20%;
    max-width: 240px;
    /* background-color: #41210f;
    color: #ffffff; */  /* 茶系が煩いの外し */
    color: #41210f;
    padding-left: 0;
    padding-right: 0;
  }
  .fs-p-drawer__heading {
    font-size: 1.8rem;
  }
  
  /* ヘッダーナビ header navigation */
  /* PCサイズの時 */
  .fs-p-headerNavigation__list {
    width: 70%;
  }
  #fs_p_headerNavigation .link {
    justify-content: left;
  }
  #fs_p_headerNavigation .dropDown__link > img {
    height: 80px;
  }
  /* /ヘッダーナビ header navigation */
  
  /* 商品詳細ページ 商品画像～カートボタンまで */
  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%;
  }
  
  /* 手動スライダーの商品の幅 */
  .fs-c-productListCarousel__list__item {
    max-width: 150px;
    min-width: 150px;
    /* margin: 0 8px;- */
  }
}

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

.fs-c-subgroupList > li {
  position: relative;
  border-bottom: 1px solid var(--fs-color-subcolor1);
  line-height: 3.0;
}
.fs-c-subgroupList__item {
  flex-grow: unset; 
}

.fs-c-subgroupList__link {
  background: transparent;
  border: none;
  transition-duration: 0.1s;
}
.fs-c-subgroupList__link:hover {
  /* background: #b39f74;*/
  background: var(--fs-color-maincolor); 
  color: #ffffff;
  border: none;
}
.fs-c-subgroupList__link::after {
  content: "";
}

@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(33.3% + 1px);
  }
}

@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; */
    background: var(--fs-color-subcolor1);
    -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; */
    background: var(--fs-color-subcolor1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* 商品グループ表示 ここまで */

