/*## 基本情報 #######################################################*/
/* 要素リセット */
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  /*font-size: 100%;*/
  vertical-align: baseline;
}

a img {
  border-style: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 基本設定 */
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 175%;
  font-weight: 400;
  font-variant: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

/* テーブルボーダーなし */
.no_border table,
.no_border tr,
.no_border td {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: 0 none;
}

/* テーブル_インフォ系 */
table.T_info {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #bfbbbb;
}
.T_info th,
.T_info td {
  border: 1px solid #bfbbbb;
  padding: 8px;
  vertical-align: top;
}
.T_info th {
  background-color: #f5f5f5;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 479px) {
  /*　標準テーブル　レイアウト */
  .T_info th,
  .T_info td {
    width: 100%;
    display: block;
  }
}

/* リスト */
ul.li_normal {
  padding: 0.5em 0.5em 0.5em 2em;
  /*ボックス内の余白*/
  list-style-type: disc;
}

ol.li_normal {
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-type: decimal;
}

ul.li_normal li,
ol.li_normal li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* 基本リンク色 */
a,
a:active {
  color: #39f;
}
a:visited {
  color: #2266ad;
}

/*## ヘッダ #########################################################*/
#header a {
  text-decoration: none;
}

#header #gnav {
  background: #4f3126;
  z-index: 88888;
}

#header #gnav a {
  display: block;
  color: #fff;
}

#fs_Top #header + .lay213 {
  display: none;
}

#key_visual {
  margin-bottom: 40px;
}

#mega {
  display: none;
}
.mega-box {
  display: none;
}

@media screen and (max-width: 479px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    scroll-padding-top: 70px;
  }
  #header #gnav,
  #header #primary {
    z-index: 88888;
  }
  #header h1,
  #header #telnumber,
  #header #shortcut {
    display: none;
  }

  #header #gnav {
    position: fixed;
    top: 70px;
    right: -300px;
    height: 100%;
    width: 300px;
    box-sizing: border-box;
    transition: left 0.5s, right 0.5s;
  }

  #header.spOn {
    margin-bottom: 0;
  }

  #header.spOn + .lay213 {
    margin-top: 89px;
  }

  #header #gnav.spOn {
    display: block;
    right: 0;
    transition: left 0.5s, right 0.5s;
  }

  #header #primary.spOn {
    position: fixed;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    top: 0;
  }

  #header #logo img {
    display: block;
    width: 148px;
    height: 53px;
  }

  #header #primary {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 5px 5px 3px 5px;
    background: #fff;
    border-bottom: 3px solid #4f3126;
  }

  #header #spShortcut {
    position: absolute;
    top: 8px;
    right: 10px;
  }

  #header #spShortcut ul {
    display: flex;
  }

  #header #spShortcut a {
    display: block;
    width: 100%;
    height: auto;
  }
  #header #spShortcut .cart {
    width: 47px;
  }
  #header #spShortcut .note {
    margin-top: 3px;
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    transform: scale(0.8);
    transform-origin: 0 0;
    word-break: keep-all;
  }
  #header #spShortcut .bars .note {
    position: relative;
    left: 6px;
  }

  #header #spShortcut span {
    display: flex;
    width: 44px;
    height: 44px;
    background: #4f3126;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
  }

  #header #spShortcut img {
    display: block;
    margin: auto;
  }

  #header #spShortcut .bars {
    margin-left: 5px;
  }

  #header #spTelnumber {
    background: #f5f3f2;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  #header #spTelnumber .num {
    font-family: Hiragino Mincho Pro, MS PMincho, serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
  }

  #header #spTelnumber .num a {
    color: #000;
  }

  #header #spTelnumber .num img {
    margin-right: 8px;
  }

  #header #spTelnumber .txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  #header #menu > li:not(#spSubmenu) {
    border: 1px solid #707070;
    border-bottom: 0;
    background: url("https://fushitaka.itembox.design/item/common/icon_sp_arrow.svg") no-repeat right 10px center;
  }

  #header #menu > li:not(#spSubmenu) a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 15px 30px;
    box-sizing: border-box;
  }

  #header #spSubmenu ul {
    display: flex;
    background: #f5f5dc;
  }

  #header #spSubmenu li {
    width: 50%;
    text-align: center;
    border: 1px solid #4f3126;
    box-sizing: border-box;
  }

  #header #spSubmenu a {
    padding: 10px 0;
    color: #4f3126;
  }

  .fs-c-breadcrumb, .pankuzu {
    padding-top: 75px !important;
  }

  #side_wrap .otm,
  #side_wrap .kobanashi,
  #side_wrap .facebook,
  #side_wrap .calendar {
    display: none;
  }

  #side_wrap .bnr_area {
    display: none;
  }

  #footer .footer_sp {
    padding-top: 20px;
    background: #f8f6f6;
  }

  #footer .footer_sp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  #footer #guide_wrap .float_L:not(.last),
  #footer #guide_wrap .deliver,
  #footer #sitemap_wrap {
    display: none;
  }

  #footer #company_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer #company_wrap ul li {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #707070;
  }

  #footer #company_wrap a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    height: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
  }

  #footer .copyright {
    margin-bottom: 43px;
    font-size: 12px;
    line-height: 1.5;
    background: #646464;
    color: #fff;
  }

  .fs-l-main {
    display: flex !important;
    flex-direction: column;
    padding: 20px 10px 50px 10px;
    box-sizing: border-box;
  }
  #wrapper.fs-l-main,
  #container.fs-l-main {
    padding: 0;
  }

  #main_wrap p.pankuzu {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #header #menu > li:not(#spSubmenu) a {
    padding: 10px 0 10px 30px;
  }
}
/*## フッターエリア #########################################################*/
#footer a:link,
#footer a:active {
  color: #4f3222;
}

#footer a:visited {
  color: #6b5545;
}

#footer .align_right.f14 a:link,
#footer .align_right.f14 a:active {
  color: #39f;
}

#footer .align_right.f14 a:visited {
  color: #2266ad;
}

/* ガイド */
#footer #guide_wrap {
  background: #f8f6f6;
  padding-bottom: 30px;
  color: #4f3222;
}

#footer #guide_wrap .inner {
  padding: 10px;
}

#footer #guide_wrap .inner .float_L .second span {
  padding-left: 30px;
  display: block;
  background-image: url("https://fushitaka.itembox.design/item/common/ftr_icon_check.jpg");
  background-repeat: no-repeat;
  background-position: 5px center;
}

#footer .calendar iframe {
  height: 300px;
}

#footer .tel {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

#footer .tel span {
  display: block;
  font-weight: 400;
}

#footer .facebook {
  margin-top: 20px;
  text-align: center;
}

/* サイトマップ */
#footer #sitemap_wrap {
  background: url("https://fushitaka.itembox.design/item/common/footer_sitemap_bg.jpg") repeat;
  padding-bottom: 30px;
  color: #4f3222;
  font-size: 100%;
}

#footer #sitemap_wrap .inner {
  padding: 10px;
  color: #4f3222;
}

#footer #sitemap_wrap .inner .top span {
  background: url("https://fushitaka.itembox.design/item/common/ftr_icon_home.jpg") no-repeat 5px bottom;
  padding-left: 40px;
  padding-top: 10px;
}

#footer #sitemap_wrap .inner .float_L .second {
  margin-bottom: 10px;
}

#footer #sitemap_wrap .inner .float_L .second span {
  background: url("https://fushitaka.itembox.design/item/common/ftr_alow_big.jpg") no-repeat 5px 3px;
  padding-left: 30px;
  display: block;
}

#footer #sitemap_wrap .inner .float_L ul li {
  background: url("https://fushitaka.itembox.design/item/common/ftr_alow_small.jpg") no-repeat 12px 8px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.8;
}

#footer #sitemap_wrap .inner .float_L ul li a {
  text-decoration: none;
}

#footer #sitemap_wrap .inner .float_L ul .down {
  background: url("https://fushitaka.itembox.design/item/common/ftr_alow_small.jpg") no-repeat 25px 5px;
  padding-left: 40px;
}

#footer #sitemap_wrap .inner .float_L .second.external span {
  background: url("https://fushitaka.itembox.design/item/common/icon_external.png") no-repeat 5px 3px;
}

#footer .snslink {
  margin-top: 20px;
  text-align: center;
}
#footer .snslink li {
  display: inline-block;
}
#footer .copyright {
  text-align: center;
}

#footer .copyright span {
  display: none;
}

.goUp {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 479px) {
  .goUp {
    bottom: 70px;
  }
}

/* スマートフォン下部ナビゲーション */
.iconnav-area {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  position: fixed;
  bottom: 0;
}

.iconnav-list {
  background: #f5f3f2;
  display: flex;
}

.iconnav-list .item + .item {
  border-left: 1px solid #dbdbdb;
}

.iconnav-list .item {
  display: flex;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
}

.iconnav-list .link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
}

.iconnav-list .title {
  margin-bottom: 10px;
  display: block;
  color: #000000;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
}

/* アイコン画像 */
.iconnav-list .citem {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_item.svg");
  background-size: 20px auto;
  background-position: center 16px;
}

.iconnav-list .aboutus {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_aboutus.png");
  background-size: 32px auto;
  background-position: center 13px;
}

.iconnav-list .erabikata {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_erabikata.svg");
  background-size: 20px auto;
  background-position: center 13px;
}

.iconnav-list .mutter {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_mutter.svg");
  background-size: 30px auto;
  background-position: center 16px;
}

.iconnav-list .magazine {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_magazine.svg");
  background-size: 24px auto;
  background-position: center 15px;
}
.iconnav-list .koe {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_koe.svg");
  background-size: 29px auto;
  background-position: center 12px;
}
.iconnav-list .promise {
  background-image: url("https://fushitaka.itembox.design/item/common/icon_sp_promise.svg");
  background-size: 32px auto;
  background-position: center 10px;
}

#container {
  display: flex;
  flex-direction: column;
}

/*## サイドエリア #########################################################*/
#side_wrap {
  float: none;
  width: 100%;
  order: 1;
}

@media screen and (max-width: 479px) {
  /* ナビゲーション（商品一覧） */
  #side_wrap #snav {
    background: url("https://fushitaka.itembox.design/item/common/item.jpg") top left #f5f4f2 no-repeat;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }

  #side_wrap #snav li#list {
    grid-column: 1 / 3;
    height: 61px;
  }

  #side_wrap #snav li:not(#list) {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    background: url("https://fushitaka.itembox.design/item/common/ftr_alow_small.jpg") no-repeat 12px 20px;
  }

  #side_wrap #snav li:not(#list) a {
    width: 100%;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
  }

  #side_wrap #snav li#kezuri,
  #side_wrap #snav li#siage,
  #side_wrap #snav li#form,
  #side_wrap #snav li span {
    display: none;
  }

  #footer #guide_wrap .bnr_shipping {
    display: none;
  }
}

/* ナビゲーション（伏高コラム/レシピ）*/
#side_wrap #snav_column #list {
  margin: 0px;
  padding: 0px;
  height: 61px;
  background: url(https://fushitaka.itembox.design/item/common/item.jpg) top left #f5f4f2 no-repeat;
}

#side_wrap #snav_column .no_image,
#side_wrap #snav_column .on {
  height: 60px;
  background: #f5f3f2 url(https://fushitaka.itembox.design/item/common/snav_dot.jpg) repeat-x bottom;
}

#side_wrap #snav_column .no_image a,
#side_wrap #snav_column .on a {
  height: 39px;
  display: block;
  padding-top: 20px;
  padding-left: 50px;
  background: url(https://fushitaka.itembox.design/item/common/snav_alow.png) no-repeat 25px 25px #f5f4f2;
}

#side_wrap #snav_column li.no_image a:link,
#side_wrap #snav_column li.no_image a:active {
  color: #000;
}
#side_wrap #snav_column li.no_image a:visited {
  color: #666;
}

#side_wrap #snav_column li.no_image a:hover,
.aboutus_aisatsu #side_wrap #snav_column .aisatsu a,
.aboutus_promise #side_wrap #snav_column .promise a,
.aboutus_media #side_wrap #snav_column .media a,
.aboutus_staff #side_wrap #snav_column .staff a,
.aboutus_history #side_wrap #snav_column .history a,
.aboutus_qa #side_wrap #snav_column .qa a,
.aboutus_subscribe #side_wrap #snav_column .subscribe a,
.aboutus_map #side_wrap #snav_column .map a {
  color: #000;
  text-decoration: none;
  background: #eddcd4 url(https://fushitaka.itembox.design/item/common/snav_alow.png) no-repeat 25px 25px;
}

#side_wrap #snav_column li.on a:link,
#side_wrap #snav_column li.on a:active {
  background: #eddcd4 url(https://fushitaka.itembox.design/item/common/snav_alow.png) no-repeat 25px 25px;
  color: #000;
}

#side_wrap #snav_column li.on a:visited {
  background: #eddcd4 url(https://fushitaka.itembox.design/item/common/snav_alow.png) no-repeat 25px 25px;
  color: #666;
}

#side_wrap #snav_column li.on a:hover,
.dashi_howto #snav_column #dashi_howto a,
.body_recipe #snav_column #recipe a,
.body_saijiki #snav_column #recipe a,
.body_fuukei #snav_column #fuukei a,
.body_hitori #snav_column #hitori a,
.body_mutter #snav_column #mutter a,
.body_tale #snav_column #tale a,
.body_kiki #snav_column #kiki a,
.body_kiki_tsukiji #snav_column #kiki_tsukiji a,
.body_shinan #snav_column #shinan a,
.body_okyoushitsu #snav_column #okyoushitsu a,
.aboutus_aisatsu #snav_column #aisatsu a,
.aboutus_promise #snav_column #promise a,
.aboutus_point #snav_column #point a,
.aboutus_media #snav_column #media a,
.aboutus_staff #snav_column #staff a,
.aboutus_history #snav_column #history a,
.aboutus_qa #snav_column #qa a,
.aboutus_magazine #snav_column #magazine a,
.aboutus_map #snav_column #map a {
  background: #eddcd4 url(https://fushitaka.itembox.design/item/common/snav_alow.png) no-repeat 25px 25px;
  color: #000;
}

/*## メインエリア #########################################################*/
#main_wrap {
  float: none;
  width: 100%;
  order: 0;
  padding: 20px 10px 50px 10px;
  box-sizing: border-box;
  word-break: break-all;
}

#main_wrap img,
#footer img {
  max-width: 100%;
  height: auto;
}

#main_wrap iframe {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  #main_wrap table {
    width: 100%;
  }

  #main_wrap table th,
  #main_wrap table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ぱんくず */
.pankuzu,
.fs-c-breadcrumb__list {
  color: #4f3222;
  background: #f5f3f2;
  padding: 5px;
  margin-bottom: 10px;
}

#main_wrap .pankuzu a:link,
#main_wrap .pankuzu a:active,
.fs-c-breadcrumb__list a:link,
.fs-c-breadcrumb__list a:active {
  color: #4f3222;
}

#main_wrap .pankuzu a:visited,
.fs-c-breadcrumb__list a:visited {
  color: #666;
}

#main_wrap .pankuzu a:hover,
.fs-c-breadcrumb__list a:hover {
  color: #000;
  text-decoration: none;
}

#main_wrap .pankuzu + h2 {
  margin-top: 20px;
}

#footer #guide_wrap .inner .float_L p {
  margin-bottom: 10px;
}

#main_wrap .copy {
  font-size: 140%;
  color: #cc0a25;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}

/*## 内容のスタイルシート #########################################################*/
#main_wrap .section {
  padding-bottom: 30px;
}

#main_wrap h2 {
  margin-bottom: 25px;
}

#main_wrap p {
  margin-bottom: 15px;
}

#main_wrap.lines00 h2,
#main_wrap.lines00 p,
#main_wrap.lines05 h2,
#main_wrap.lines05 p,
#main_wrap.lines10 h2,
#main_wrap.lines10 p,
#main_wrap.lines20 h2,
#main_wrap.lines20 p {
  margin-bottom: 0px;
}

#main_wrap.lines00 td p:first-child,
#main_wrap.lines05 td p:first-child,
#main_wrap.lines10 td p:first-child,
#main_wrap.lines20 td p:first-child,
#main_wrap.lines00 th p:first-child,
#main_wrap.lines05 th:first-child,
#main_wrap.lines10 th:first-child,
#main_wrap.lines20 th:first-child {
  margin-top: 0px;
}

/*行間設定
----------------------------------------------------------------*/
/*行上20px*/
.lines20 li,
.lines20 dt,
.lines20 dd {
  margin-top: 10px;
}
.lines20 p,
.lines20 ul,
.lines20 ol,
.lines20 dl {
  margin-top: 20px;
}

/*行上10px*/
.lines10 p {
  margin-top: 10px;
  margin-bottom: 20px !important;
}
.lines10 ul,
.lines10 ol,
.lines10 dl {
  margin-top: 10px;
}
.lines10 li,
.lines10 dt,
.lines10 dd {
  margin-top: 5px;
}

/*行上5px*/
.lines05 li,
.lines05 dt,
.lines05 dd {
  margin-top: 0;
}
.lines05 p,
.lines05 ul,
.lines05 ol,
.lines05 dl {
  margin-top: 5px;
}

/*行上0px*/
select {
  font-size: 130%;
}
input.btn_cartin {
  font-size: 120%;
  margin: 10px auto;
  padding: 15px;
}
.lines20 p.pankuzu {
  margin-top: 0 !important;
}
.lines00 p,
.lines00 ul,
.lines00 ol,
.lines00 dl,
.lines00 li,
.lines00 dt,
.lines00 dd {
  margin-top: 0;
}

/*FutureCart
----------------------------------------------------------------*/
.fs-preview-header {
  display: none;
}

/*並べ替えを非表示に*/
.fs-c-productList__controller,
.fs-c-listControl {
  display: none;
}

/*画像拡大を非表示に*/
.fs-c-button--viewMoreImage {
  display: none;
}

.fs-c-productMarks {
  margin-top: 15px;
}

/* カゴへ入れる・お気に入り */
.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--addToWishList--detail {
  display: block;
  margin-top: 10px;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  line-height: 1;
  vertical-align: top;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label {
  line-height: 22px;
  vertical-align: text-bottom;
}

.fs-c-button--addToCart--list,
.fs-c-button--addToCart--detail {
  margin-top: 10px;
  width: 100%;
  padding: 18px 0;
  background: #a52a2a;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: 0;
  box-shadow: none;
}

.fs-c-button--addToCart--list:hover,
.fs-c-button--addToCart--detail:hover {
  background: #cc0a25;
  color: #fff;
  text-decoration: none;
}

.fs-p-scrollingCartButton {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
}

.fs-p-scrollingCartButton__button {
  background: #a52a2a;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 2px 4px #666;
  display: block;
  line-height: 1;
  padding: 15px 13px;
  position: relative;
  text-align: center;
}

.fs-p-scrollingCartButton__button {
  text-decoration: none;
}
.fs-p-scrollingCartButton__button:link {
  color: #ffffff;
}
.fs-p-scrollingCartButton__button:visited {
  color: #ffffff;
}
.fs-p-scrollingCartButton__button:hover {
  color: #ffffff;
}
.fs-p-scrollingCartButton__button:active {
  color: #ffffff;
}
.fs-p-scrollingCartButton__icon {
  font-size: 3.6rem;
}

.fs-p-scrollingCartButton__label {
  font-family: Hiragino Mincho Pro, MS PMincho, serif;
  margin-top: 3px;
  display: block;
  font-size: 1.2rem;
}

/* テンプレート */
.fs-c-productListItem__productName {
  font-size: 18px;
  line-height: 1.4;
}

.product_id_fstk {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}

.template-type-c .fs-c-subgroupList,
.template-type-c .fs-c-productList__list {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.template-type-c .fs-c-subgroupList__item,
.template-type-c .fs-c-productList__list__item {
  margin-top: 30px;
  width: 100%;
}

.template-type-c .fs-c-subgroupList__link {
  text-decoration: none;
}

.template-type-c .fs-c-subgroupList__label {
  text-align: left;
  text-decoration: underline;
  margin-bottom: 10px;
}

.template-type-c .fs-c-subgroupList__label {
  font-size: 18px;
  line-height: 1.6;
}
.template-type-c .fs-c-subgroupList__comment {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  width: calc(98% - 130px);
  margin-left: 140px;
  display: block;
}
.fs-c-subgroupList__image {
  width: 130px;
  margin-right: 10px;
  float: left;
}

.template-type-c .fs-c-noResultMessage {
  display: none;
}
.template-type-c .fs-c-productList__list__item:only-child {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .template-type-c .fs-c-productList__list__item:only-child {
    width: 100%;
  }
}
.template-type-f .fs-c-productList {
  margin: 40px 0;
}

.template-type-f .fs-c-productName a {
  text-decoration: none;
  color: #000;
  cursor: default;
}

.template-type-f .fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}

.template-type-f .fs-c-productList__list__item {
  width: 100%;
}

.template-type-f .fs-c-button--viewProductDetail {
  display: none;
}

.template-type-f .fs-c-productName__name {
  font-size: 18px;
  line-height: 1.4;
}

#main_wrap h2.fs-c-productListItem__productName {
  margin: 15px 0 0 0;
}

@media screen and (max-width: 479px) {
  .fs-c-button--particular.fs-c-button--addToWishList--icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .fs-c-button--addToWishList--icon .fs-c-button__label,
  .fs-c-button--removeFromWishList--icon .fs-c-button__label {
    display: none;
  }

  .fs-c-productList__list .fs-c-buttonContainer {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 44px;
    -ms-grid-columns: 1fr 44px;
    grid-column-gap: 7px;
  }

  .fs-c-button--addToCart--list {
    grid-column: 1;
    -ms-grid-columns: 1;
  }

  .fs-c-button--addToWishList--icon {
    grid-column: 2;
    -ms-grid-columns: 2;
  }
}

/* 関連商品 */
#group_series_item_list_wrapper .fs-c-subgroupList {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#group_series_item_list_wrapper .fs-c-subgroupList__item {
  margin-top: 10px;
  width: 100%;
  line-height: 1.4;
}
#group_series_item_list_wrapper .fs-c-subgroupList__link {
  text-decoration: none;
}
#group_series_item_list_wrapper .fs-c-subgroupList__label {
  text-align: center;
  text-decoration: underline;
}
#group_series_item_list_wrapper .fs-c-subgroupList__comment {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
#group_series_item_list_wrapper .thum_d .box_a {
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  #group_series_item_list_wrapper .fs-c-subgroupList {
    margin-top: 10px;
    padding: 0 15px;
    justify-content: flex-start;
  }
  #group_series_item_list_wrapper .fs-c-subgroupList__item {
    margin-right: 13px;
    width: 155px;
  }
  #group_series_item_list_wrapper .fs-c-subgroupList__item:nth-child(4n) {
    margin-right: 0;
  }
  #group_series_item_list_wrapper .fs-c-subgroupList__comment {
    text-align: left;
  }
}

/* 階層ラベル */
#hidepanlabel + .fs-c-breadcrumb {
  display: none;
}

.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list {
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
  font-size: 12px;
  line-height: 1.5;
  word-break: keep-all;
}

.fs-c-breadcrumb + .fs-c-breadcrumb ol li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
}

.fs-c-breadcrumb + .fs-c-breadcrumb ol li {
  display: none;
}

.fs-c-breadcrumb + .fs-c-breadcrumb ol li:nth-last-child(2) {
  background: #4f3126;
  display: inline-block;
  padding: 1px 5px;
}

.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__listItem::before {
  display: none;
}

.fs-c-breadcrumb + .fs-c-breadcrumb + .title2 {
  padding-top: 0 !important;
}

/*商品ページ*/
.fs-body-product .fs-l-productLayout {
  width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-product .fs-c-productQuantityAndWishlist {
  grid-row: 6;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  justify-self: center;
}

.fs-body-product .fs-c-productNumber__label::after {
  content: ": ";
}
.fs-body-product .fs-c-button--addToCart--detail {
  margin-top: 0;
}
.fs-body-product .fs-c-button--inquiryAboutProduct {
  text-align: center;
}
.fs-body-product .fs-c-quantity,
.fs-body-product .product_comment3_fstk:empty,
.fs-body-product .product_comment4_fstk:empty {
  display: none;
}

.fs-c-button--secondary {
  color: #fff !important;
}

.fs-c-message {
  font-size: 90%;
  line-height: 1.5em;
}

/*　カート画面 */
.fs-c-returnedSpecialContract__link {
  display: none;
}
.fs-c-wishlistProduct__title {
  margin: 40px 0;
}
.fs-c-continueShopping {
  display: block;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 479px) {
  #main_wrap table.fs-c-orderTotalTable th,
  #main_wrap table.fs-c-orderTotalTable td {
    display: table-cell;
  }
  #fs-cartTotals-container {
    margin-top: 20px;
  }
  .fs-c-payWithAmazon .fs-c-buttonContainer,
  .fs-c-purchaseHere .fs-c-buttonContainer {
    grid-template-columns: 1fr;
  }
  .fs-c-payWithAmazon .amazonpay-button-inner-image,
  .fs-c-purchaseHere .fs-c-button--primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .fs-c-continueShopping {
    display: block;
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
  .fs-c-quantity {
    display: inline-block;
  }
  .fs-c-accountService .fs-c-accountService__page {
    flex-basis: 47%;
  }
  .fs-c-accountService .fs-c-accountService__page--accountDelete {
    flex-basis: 100%;
    height: auto;
  }
}

/* カート内お気に入りリスト */
.fs-c-productListCarousel__list .fs-c-productName__name {
  font-size: 1.5rem;
  line-height: 1.4;
}
.fs-c-productListCarousel__list .fs-c-price__value {
  line-height: 1;
}
.fs-c-productListCarousel__list .fs-c-productPrice__main__label {
  font-size: 1.3rem;
  line-height: 1;
}
.fs-c-productListCarousel__list .fs-c-productMarks {
  margin-top: 5px;
}
.fs-c-productListCarousel__list .fs-c-buttonContainer {
  padding: 0;
}
.fs-c-productListCarousel__list .fs-c-productPrice__addon {
  display: none;
}
#main_wrap .fs-c-productListCarousel__list h2.fs-c-productListItem__productName {
  margin: 10px 0 0;
}
.fs-c-productListCarousel__list .fs-c-button__label {
  vertical-align: top;
}
.fs-c-productListCarousel__list__item {
  margin: 0 20px;
}
.fs-c-wishlistProduct__list .fs-c-buttonContainer {
  display: block;
  grid-template-columns: 1fr;
}
.fs-c-wishlistProduct__list .fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-wishlistProduct__list .fs-c-button--addToCart--list,
.fs-c-wishlistProduct__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  margin-top: 0;
}

@media screen and (max-width: 479px) {
  .fs-c-wishlistProduct__list {
    overflow: hidden;
  }
  .fs-c-wishlistProduct__list .fs-c-productListItem__productName {
    font-size: 14px;
    line-height: 1.3;
  }

  .fs-c-wishlistProduct__list .fs-c-productPrice {
    font-size: 60%;
  }
}

.fs-c-price__value {
  font-weight: bold;
  font-size: 120%;
  word-break: keep-all;
}

.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
  font-weight: bold;
}

.fs-c-productListItem__productDescription,
.product_comment3_fstk,
.product_comment4_fstk {
  font-size: 90%;
  line-height: 1.5em;
}

/*　「このサイトでお支払い」を目立つように　*/
.fs-c-button--primary {
  background: #a52a2a !important;
  border: none !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem !important;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1.2em 1.6em 1.2em !important;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
  border-radius: 5px;
}
.fs-c-checkout-multiDestination__subtitle {
  border-left: 2px solid #999999;
  font-size: 1.5rem !important;
  font-weight: bold;
  line-height: 1;
  padding: 8px !important;
}

/*　「ショッピングを続ける」を目立つように　*/
.fs-c-price__price {
  align-items: baseline;
}
.fs-c-button--continueShopping {
  color: #000 !important;
  font-weight: bold;
  font-size: 1.6rem;
}
/*　AmazonPay調整　*/
.fs-c-payWithAmazon {
  line-height: 1.5;
}
#main_wrap .fs-c-payWithAmazon p {
  margin-bottom: 4px;
}

@media screen and (min-width: 480px) {
  /*## 基本情報 #######################################################*/
  body {
    background-image: url("https://fushitaka.itembox.design/item/common/body_bg.jpg");
    background-repeat: repeat-x;
    font-size: 16px;
    line-height: 2;
    min-width: 980px;
  }
  a:hover {
    color: #39f;
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
  a:hover img.noroll {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }

  /*## ラッパー #########################################################*/
  #wrapper {
    width: 970px;
    margin: 0 auto;
    padding: 0px 0 80px 0;
  }

  /*## ヘッダ #########################################################*/
  /* ヘッダ大枠 */
  #header {
    margin-bottom: 30px;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    width: 968px;
    height: 174px;
  }
  #header #cart a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  #header h1 {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    color: #fff;
    padding-top: 5px;
    font-weight: normal;
  }
  #header #logo {
    position: absolute;
    top: 38px;
  }
  #header #shortcut {
    display: flex;
    position: absolute;
    top: 0;
    left: 518px;
    background: #fff;
    padding: 0 5px 5px 5px;
    border: 1px solid #4f3126;
    border-top: none;
    border-radius: 0 0 4px 4px;
  }
  #header #shortcut #guide a {
    border-left: 1px dashed #4f3126;
  }
  #header #shortcut #inquiry a {
    border-left: 1px dashed #4f3126;
  }
  #header #shortcut a {
    display: inline-block;
    color: #4f3126;
    margin: 0 2px;
    padding: 0 3px;
    font-size: 11px;
    line-height: 20px;
  }
  #header #shortcut a img {
    background: transparent;
    vertical-align: middle;
  }
  #header #shortcut a:hover {
    background: #eddcd4;
  }
  #header #shortcut #cart a:hover {
    background: transparent;
  }
  #header #shortcut #cart {
    position: absolute;
    width: 165px;
    left: 288px;
    top: 0px;
    border-left: 0;
    box-sizing: content-box;
  }
  #header #primary #telnumber {
    display: block;
    width: 449px;
    position: absolute;
    right: 0px;
    top: 50px;
  }
  #header #primary .inquiry {
    position: absolute;
    left: 503px;
    top: 84px;
  }
  #header #gnav #menu {
    display: table;
    width: 100%;
    justify-content: space-around;
    position: absolute;
    top: 140px;
    background: url("https://fushitaka.itembox.design/item/common/header_gnav_bg.jpg") transparent no-repeat bottom;
  }
  #header #gnav li {
    display: table-cell;
    text-align: center;
  }
  #header #gnav a {
    margin: 0 auto 5px auto;
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
  }
  #header #gnav li.current a,
  #header #gnav li a:hover,
  .fs-body-category #header #gnav li#item a,
  .fs-body-product #header #gnav li#item a,
  .fs-body-top #header #gnav li#top a {
    background: url("https://fushitaka.itembox.design/item/common/header_list_bg.jpg") center bottom;
    border-radius: 5px 5px 0 0;
    color: #fff;
  }
  #header #gnav li:first-child a {
    margin-left: 10px;
  }
  #header #gnav li:last-child a {
    margin-right: 10px;
  }
  #header #gnav a:hover {
    background: #000;
    color: #fff;
  }
  #header #spShortcut,
  #header #spTelnumber,
  #header #menu #spSubmenu {
    display: none;
  }
  
  /* メガメニュー */
  #mega {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 185px;
    z-index: 888;
    background: #e7e6e4;
  }
  .mega-box {
    width: 970px;
    margin: auto;
    border: 1px solid #fff;
  }
  .mega-box + .mega-box {
    border-top: none;
  }
  .mega-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
  }
  .mega-list .item {
    width: 20%;
    height: 46px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
  }
  .mega-list .item + .item{
    border-left: 1px solid #fff;
  }
  .mega-list .item + .item:nth-child(6n) {
    border-left: 0;
  }
  .mega-list .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #4f3222;
    font-size: 16px;
    font-weight: bold;
  }
  .mega-list .link:hover {
    background: #fff;
    text-decoration: underline !important;
  }

  /* メガメニュー：商品一覧用設定 */
  .citem .mega-box .item {
    height: 60px;
  }
  .citem .mega-box .link {
    display: flex;
    justify-content: flex-start;
  }
  .citem .mega-box .icon {
    width: 50px;
    margin: auto 10px auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show .mega-box {
    display: flex;
  }
  .current-mega a {
    background: url("https://fushitaka.itembox.design/item/common/header_list_bg.jpg") center bottom;
    border-radius: 5px 5px 0 0;
    color: #fff !important;
  }
  /*## サイドエリア #########################################################*/
  #side_wrap {
    float: left;
    width: 250px;
    order: 0;
  }
  #side_wrap .otm {
    margin-bottom: 10px;
  }
  #side_wrap #snav {
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  #side_wrap #snav #list {
    margin: 0px;
    padding: 0px;
    height: 61px;
    border-bottom: 1px solid #0e0e0e;
  }
  #side_wrap #snav_column a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  #side_wrap #snav li a:link,
  #side_wrap #snav li a:active,
  #side_wrap #snav_order li a:link,
  #side_wrap #snav_order li a:active {
    color: #000;
  }
  #side_wrap #snav li a:visited,
  #side_wrap #snav_order li a:visited {
    color: #666;
  }
  #side_wrap #snav #pack a,
  #side_wrap #snav #katuo a,
  #side_wrap #snav #konbu a,
  #side_wrap #snav #niboshi a,
  #side_wrap #snav #shiitake a,
  #side_wrap #snav #kai a,
  #side_wrap #snav #kona a,
  #side_wrap #snav #kanmen a,
  #side_wrap #snav #wakame a,
  #side_wrap #snav #tyoumiryo a,
  #side_wrap #snav #ume a,
  #side_wrap #snav #gentei a,
  #side_wrap #snav #doug a,
  #side_wrap #snav #cshikki a,
  #side_wrap #snav #gift a {
    box-sizing: content-box;
    height: 40px;
    display: block;
    padding-top: 20px;
    padding-left: 70px;
  }
  #side_wrap #snav #siage a,
  #side_wrap #snav #kezuri a {
    box-sizing: content-box;
    height: 30px;
    display: block;
    padding-top: 12px;
    padding-left: 115px;
  }
  .fs-body-category-dashipack1 #side_wrap #snav #pack a,
  .fs-body-category-katsuo #side_wrap #snav #katuo a,
  .fs-body-category-kobu #side_wrap #snav #konbu a,
  .fs-body-category-niboshi #side_wrap #snav #niboshi a,
  .fs-body-category-shiitake #side_wrap #snav #shiitake a,
  .fs-body-category-kaibashira #side_wrap #snav #kai a,
  .fs-body-category-kona #side_wrap #snav #kona a,
  .fs-body-category-kanmen #side_wrap #snav #kanmen a,
  .fs-body-category-kaisou #side_wrap #snav #wakame a,
  .fs-body-category-choumiryou #side_wrap #snav #tyoumiryo a,
  .fs-body-category-umeboshi #side_wrap #snav #ume a,
  .fs-body-category-kisetsu #side_wrap #snav #gentei a,
  .fs-body-category-dougu #side_wrap #snav #doug a,
  .fs-body-category-shikki #side_wrap #snav #cshikki a,
  .fs-body-category-set_c #side_wrap #snav #gift a {
    background-image: none;
    height: 40px;
    padding-top: 20px;
    padding-left: 70px;
    box-sizing: content-box;
  }
  #side_wrap #snav #siage a,
  #side_wrap #snav #kezuri a {
    background-image: none;
    height: 30px;
    padding-top: 12px;
    padding-left: 115px;
    box-sizing: content-box;
  }
  .fs-body-category-shiage #side_wrap #snav #siage a,
  .fs-body-category-kezuri #side_wrap #snav #kezuri a {
    background-image: none;
  }

  #side_wrap #snav a {
    background-repeat: no-repeat;
  }
  #side_wrap #snav #pack a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_pack.jpg");
  }
  #side_wrap #snav #pack a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_pack.jpg");
  }
  #side_wrap #snav #katuo a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_katuo.jpg");
  }
  #side_wrap #snav #siage a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_shiage.jpg");
  }
  #side_wrap #snav #kezuri a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_kezuri.jpg");
  }
  #side_wrap #snav #konbu a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_konbu.jpg");
  }
  #side_wrap #snav #niboshi a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_niboshi.jpg");
  }
  #side_wrap #snav #shiitake a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_siitake.jpg");
  }
  #side_wrap #snav #kai a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_kai.jpg");
  }
  #side_wrap #snav #kona a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_kona.jpg");
  }
  #side_wrap #snav #kanmen a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_kanmen.jpg");
  }
  #side_wrap #snav #wakame a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_wakame.jpg");
  }
  #side_wrap #snav #tyoumiryo a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_tyoumiryou.jpg");
  }
  #side_wrap #snav #ume a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_umeboshi.jpg");
  }
  #side_wrap #snav #gentei a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_kisetsu.jpg");
  }
  #side_wrap #snav #doug a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_dougu.jpg");
  }
  #side_wrap #snav #cshikki a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_shikki.jpg");
  }
  #side_wrap #snav #gift a {
    background-image: url("https://fushitaka.itembox.design/item/common/snav_set.jpg");
  }

  #side_wrap #snav #form {
    box-sizing: content-box;
    background-color: #f5f3f2;
    padding: 10px;
    width: 230px;
    text-align: center;
  }
  #side_wrap #snav #form form .text {
    box-sizing: content-box;
    height: 1.5em;
    width: 80%;
    display: block;
    margin: -5px auto 5px;
  }
  #side_wrap #snav #form form .submit {
    box-sizing: content-box;
    font-size: 1em;
    height: 33px;
    width: 105px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #side_wrap #snav_order {
    background-color: #f5f3f2;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
  }
  #side_wrap #snav_order li {
    background-image: url(https://fushitaka.itembox.design/item/common/snav_order_alow_s.jpg);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  #side_wrap .bnr_area {
    display: block;
  }
  #side_wrap .bnr_area img {
    vertical-align: bottom;
  }
  #side_wrap .bnr_area li {
    margin-bottom: 10px;
  }
  #side_wrap .bnr_area .kobanashi {
    margin-bottom: 10px;
    border-right: 1px solid #bfbbbb;
    border-bottom: 1px solid #bfbbbb;
    border-left: 1px solid #bfbbbb;
    line-height: 160%;
  }
  #side_wrap .bnr_area .kobanashi .text {
    width: 215px;
    margin: -6px auto 10px;
  }
  #side_wrap .bnr_area .kobanashi form {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    box-sizing: border-box;
  }
  #side_wrap .bnr_area .kobanashi form input {
    width: 100%;
    box-sizing: border-box;
  }
  #side_wrap .bnr_area .kobanashi input[type="submit"] {
    height: 30px;
    width: 110px;
    margin: 10px auto;
    display: block;
  }
  /* ナビゲーション（伏高コラム/レシピ）*/
  #side_wrap #snav_column {
    margin-bottom: 20px;
  }
  #side_wrap #snav_column #list {
    width: 250px;
  }
  #side_wrap #snav #list {
    width: 250px;
  }
  #side_wrap #snav li a:hover,
  #side_wrap #snav_order li a:hover {
    color: #000;
    text-decoration: none;
  }
  #side_wrap #snav {
    background-image: url("https://fushitaka.itembox.design/item/common/item_over.jpg");
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  #side_wrap #snav #pack a:hover,
  #side_wrap #snav #katuo a:hover,
  #side_wrap #snav #siage a:hover,
  #side_wrap #snav #kezuri a:hover,
  #side_wrap #snav #konbu a:hover,
  #side_wrap #snav #niboshi a:hover,
  #side_wrap #snav #shiitake a:hover,
  #side_wrap #snav #kai a:hover,
  #side_wrap #snav #kona a:hover,
  #side_wrap #snav #kanmen a:hover,
  #side_wrap #snav #wakame a:hover,
  #side_wrap #snav #tyoumiryo a:hover,
  #side_wrap #snav #ume a:hover,
  #side_wrap #snav #gentei a:hover,
  #side_wrap #snav #doug a:hover,
  #side_wrap #snav #cshikki a:hover,
  #side_wrap #snav #gift a:hover {
    background-image: none;
  }

  /*## フッターエリア #########################################################*/
  #footer .footer_sp,
  .iconnav-area {
    display: none;
  }
  /*フッターエリアリンク*/
  #footer a:hover {
    color: #cc0a25;
    text-decoration: none;
  }
  #footer .align_right.f14 a:hover {
    color: #39f;
    text-decoration: none;
  }
  /* ガイド */
  #footer #guide_wrap {
    padding-top: 20px;
  }
  #footer #guide_wrap .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer #guide_wrap .inner:nth-child(2) {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  #footer #guide_wrap .inner:nth-child(2) > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  #footer #guide_wrap .inner:nth-child(2) > div:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  #footer #guide_wrap .inner:nth-child(2) > div:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  #footer #guide_wrap .inner .float_L {
    background: url("https://fushitaka.itembox.design/item/common/ftr_dot.jpg") repeat-y 307px;
    padding: 0 30px 0 0;
  }
  #footer #guide_wrap .inner .float_L.last {
    width: 300px;
    padding-right: 0px;
  }
  #footer #guide_wrap .inner .float_L .second {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #footer #guide_wrap .inner .float_L ul li {
    padding-left: 30px;
    margin-bottom: 5px;
    background-image: url("https://fushitaka.itembox.design/item/common/ftr_alow_circle.jpg");
    background-repeat: no-repeat;
    background-position: 15px 8px;
  }
  #footer #guide_wrap .inner .float_L ul {
    margin-bottom: 10px;
  }
  /* お支払い方法 */
  .payment_table th {
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 3px 5px;
    border-bottom: 10px solid #f8f6f6;
  }
  .payment_table td {
    font-feature-settings: "palt";
    padding-bottom: 0 !important;
  }
  .payment_table td img {
    display: block;
  }
  .yubin {
    background: #719f54;
  }
  .ginko {
    background: #4e80ac;
  }
  .daibiki {
    background: #cd4d4f;
  }
  .credit {
    background: #e28f2b;
  }
  /* サイトマップ */
  #footer #sitemap_wrap .inner {
    width: 960px;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  #footer #sitemap_wrap .inner .float_L {
    width: 203px;
    margin-right: 49px;
  }
  #footer #sitemap_wrap .inner .float_L.last {
    margin-right: 0px;
  }
  #footer #sitemap_wrap .inner .top {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #footer #sitemap_wrap .inner .float_L ul {
    margin-bottom: 30px;
  }
  #footer #guide_wrap .inner .float_L table tr td {
    font-size: 90%;
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  /* 会社情報 */
  #footer #company_wrap {
    color: #4f3126;
  }
  #footer #company_wrap ul {
    margin-top: 10px;
    display: flex;
  }
  #footer #company_wrap li {
    background: url("https://fushitaka.itembox.design/item/common/ftr_alow_small.jpg") no-repeat 12px 8px;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  #footer #company_wrap .copyright {
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #footer #company_wrap .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  #footer .copyright span {
    display: block;
  }
  #footer .snslink li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
  }
  /*## 内容のスタイルシート #########################################################*/
  #container {
    display: block;
    flex-direction: row;
  }
  #main_wrap {
    float: right;
    width: 690px;
    padding: 0 0 80px 0;
    order: 1;
  }

  /*FutureCart
----------------------------------------------------------------*/
  #fs_Login #header #mypage a,
  #fs_MyOrders #header #mypage a,
  #fs_MyAddressBook #header #mypage a,
  #fs_EditPassword #header #mypage a,
  #fs_MyAccountSettings #header #mypage a,
  #fs_MyPageTop #header #mypage a {
    background: #eddcd4;
  }
  .fs-c-breadcrumb {
    max-width: 960px;
    margin: auto;
  }
  .fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list {
    text-align: left;
  }
  .fs-l-main {
    max-width: 970px;
    margin: auto;
    padding: 0 0 80px 0;
    display: block !important;
    flex-direction: row;
  }
  .template-type-c .fs-c-productList__list {
    align-items: flex-end;
  }
  .template-type-c .fs-c-productListItem__imageContainer {
    margin-bottom: auto;
  }
  .template-type-c .fs-c-subgroupList {
    margin-top: 10px;
    padding: 0 15px;
    justify-content: flex-start;
  }
  .template-type-c .fs-c-subgroupList__item {
    margin-top: 40px;
    margin-right: 13px;
    width: 155px;
  }
  .template-type-c .fs-c-subgroupList__item:nth-child(4n) {
    margin-right: 0;
  }
  .template-type-c .fs-c-subgroupList__label {
    text-align: center;
  }
  .template-type-c .fs-c-subgroupList__comment {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .fs-c-subgroupList__image {
    width: 100%;
    margin-right: 0;
  }
  .template-type-c .fs-c-productList__list__item {
    width: 325px;
  }

  .template-type-c .fs-c-productList__list__item:nth-child(2n) {
    margin-left: 40px;
  }
  .template-type-c .fs-c-button--addToCart--list,
  .template-type-c .fs-c-button--addToWishList--icon {
    max-width: 260px;
  }
  #main_wrap .fs-c-productListItem__image img {
    max-width: 270px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .template-type-f .fs-c-productList__list__item {
    width: 220px;
    margin-right: 15px;
  }
  .template-type-f .fs-c-productList__list__item:nth-child(3n) {
    margin-right: 0;
  }
  .fs-c-buttonContainer {
    flex-direction: column;
  }
  /* カゴへ入れる・お気に入り */
  .fs-c-button--particular.fs-c-button--addToWishList--icon,
  .fs-c-button--addToWishList--detail {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    border-radius: 0;
  }
  .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label {
    line-height: 22px;
    vertical-align: text-bottom;
  }
  /* カート */
  #fs_ShoppingCart #main_wrap {
    float: none;
    width: 100%;
    padding: 0;
  }
  .fs-c-continueShopping {
    margin: 20px 0;
  }
  .fs-c-continueShopping .fs-c-button--continueShopping {
    display: inline-block;
    width: 280px;
  }

  /* お気に入り一覧 */
  #fs_MyWishList .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
  }
  #fs_MyWishList .fs-c-productListItem {
    margin-top: 20px;
    width: 20%;
    margin-right: 5%;
  }

  /* カート内お気に入り一覧 */
  #fs_ShoppingCart .fs-c-wishlistProduct img {
    max-width: 100%;
  }
}
