@charset "utf-8";
/*アクセントカラー*/
.accent,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-c-subgroupList__link:hover,.fs-l-productLayout .fs-c-radio__radio:checked:enabled + label,
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel,
button.fs-p-productSearch__searchButton.fs-c-button--secondary,.contact_btn input:hover,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary:hover,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary:hover,.fs-c-button--primary:hover,.fs-c-button--secondary:hover  {
  background-color: #333;
  border-color: #333;

}
.fs-c-requiredMark::before {
  background-color: #c80909;
  border-color: #c80909;
}
/*テーブル*/
.fs-c-postage__table,.fs-c-postage__table__headerCell {
  font-size: 16px;
}
.fs-c-postage__list > dt,.fs-c-postage__table > thead ,.fs-c-specTable__headerCell ,
.fs-c-cartTable__headerCell,.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-c-noResultMessage,.fs-p-accountInfo,.fs-c-button--standard,
body#fs_Register .fs-c-inputTable > tbody tr th,.mw_wp_form .fs-c-inputTable > tbody tr th,
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background-color: #f9f4e4;
}

.ib {
  display: inline-block;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.image.float-r {
  margin-left: 1.5em;
}
.image.float-l {
  margin-right: 1.5em;
}
.mt1 {margin-top: 1em;}
.mb1 {margin-bottom: 1em;}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
background-color: rgba(75, 42, 33, .5);
box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
body {
  color: #222;
  font-weight: 400;
  overflow-x: hidden;
}
h1:not(.fs-c-productNameHeading),h2.top_title,h2.footer-upper-title,section.pop-sec h2,section.wborder-bg h2.center,
section.cate-comment h3,section.wborder-bg h3:not(.cate_name),.cate_comment_1 .fs-c-documentArticle h3,h2.heading,h2.fs-c-featuredProduct__title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.txt-yellow {
  color: #ffce74;
}
.txt-red {
  color: #c80909;
}
.inner,.nav_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.flex.row2,.flex.row3,.flex.row4 {
  flex-wrap: wrap;
  margin: -12px;
}
.flex.row2>*,.flex.row3>*,.flex.row4>* {
  margin: 12px;
}
.flex.row2>* {
  width: calc(50% - 24px);
  padding: 0;
}
.flex.row3>* {
  width: calc(33.333% - 24px);
}
.flex.row4>* {
  width: calc(25% - 24px);
}
/*ボタン系*/
.btn+.btn {
  margin-top: 10px;
}
.btn a:hover {
  text-decoration: none;
}
.btn.bg-btn a {
  display: block;
  background-color: #614a20;
  color: #fff;
  padding: 6px 50px;
  font-size: 16px;
  text-align: center;
}
.btn.border-btn {
  max-width: 384px;
}
.btn.border-btn a {
  display: block;
  font-size: 16px;
  border: 1px solid #614a20;
  padding: 5px 50px;
  text-align: center;
  color: #614a20;
  text-decoration: none;
  position: relative;
}
.btn.border-btn a:hover,.btn a:hover,.btn.close:hover {
  background-color: #ffce74;
}
.btn.border-btn a::before,.btn.border-btn a::after,.info-list a::before,.info-list a::after {
  display: block;
  content: "";
  position: absolute;
}
.btn.border-btn a::before,.info-list a::before {
  width: 24px;
  height: 1px;
  background-color: #614a20;
  top: calc(50% - .5px);
  right: 26px;
}
.btn.border-btn a::after,.info-list a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #614a20;
  transform: rotate(45deg);
  top: calc(50% - 3.5px);
  right: 26px;
}
main.fs-l-main .btn.border-btn {
  margin: 40px auto 0;
}
main.fs-l-main .btn.border-btn a {
  padding: 13px 50px;
  color: #222;
}
main.fs-l-main .btn.border-btn a::before {
  background-color: #222;
}
main.fs-l-main .btn.border-btn a::after {
  border-color: #222;
}
.btn.border-btn.contact a::before,.btn.bg-btn.fax a::before{
  position: static;
  top: auto;
  right: auto;
  display: inline-block;
  vertical-align: middle;
}
.btn.border-btn.contact a::after {
  display: none;
}
.btn.border-btn.contact a::before {
  width: 23px;
  height: 17px;
  margin-right: 8px;
  background: url(../images/common/@2x/ftr_icon_mail.png) no-repeat center;
  background-size: contain;
}
.btn.bg-btn.fax a::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 11px;
  background: url(../images/common/@2x/ftr_icon_fax.png) no-repeat center;
  background-size: contain;
}
.btn.close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  border: 1px solid;
  color: #222;
  height: 60px;
  max-width: 384px;
  font-size: 16px;
  cursor: pointer;
}
/*ロゴ*/
.fs-l-header__logo {
  margin-top: -35px;
  position: relative;
  z-index: 10;
  margin-left: 50px;
}
div#logo {
  width: 170px;
  height: 170px;
  background: url(../images/common/@1x/logo_bg.jpg) no-repeat center;
  background-size: contain;
}
.logo_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: .3s;
}
div#logo p.image img {
  display: block;
  margin: 5px auto;
}
.header.m_fixed .fs-l-header__logo {
  margin-top: 0;
}
.header.m_fixed div#logo {
  height: 100%;
  background-size: 110%;
}
.header.m_fixed div#logo .logo_flex {
  flex-direction: row;
  padding: 10px;
}
.header.m_fixed div#logo .logo_flex img {
  margin: 0;
  padding: 0 2px;
  max-height: 40px;
}

header.fs-l-header.fs-l-header--min .fs-l-header__logo {
  margin: 0 auto;
}
header.fs-l-header.fs-l-header--min .fs-l-header__logo>* {
  margin: 0 auto;
}
header.fs-l-header.fs-l-header--min .fs-l-header__logo #logo_sp {
  width: 85px;
  height: 85px;
}
/*ヘッダー*/
/*ヘッダー 会員名 ポイント*/
.fs-l-header__welcomeMsg.flex.fs-clientInfo.is-ready {
    display: flex;
}

.header-top.flex .fs-p-welcomeMsg {
    margin-right: 15px;
}

.header-top.flex span.fs-p-memberInfo__points.has-points--300 {
    color: #fff;
}

.header-top.flex {
  font-size: 14px;
  padding: 5.5px 0 5.5px 240px;
  color: #fff;
  background-color: #0d0401;
  flex-wrap: wrap;
  align-items: center;
  min-height: 35px;
}
.header-top.flex span.txt-yellow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../images/common/@2x/hdr_icon_shipping.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}
.header-top.flex .fs-l-header__welcomeMsg {
  margin-left: auto;
  padding: 0 16px;
}
.fs-l-header {
  padding-top: 0;
}
section.header01 {
  background-color: #4b2a21;
  max-height: 80px;
}
.hd_inner > .flex {
  flex-wrap: wrap;
}
li.nav-btn {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 .5vw;
  padding: 1em.5em;
  font-size: 1.125em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
li.nav-btn.nav03.open {
  background-color: #F7B40D;
}
.nav-btn:not(.nav03).open>p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #ffce74 transparent;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-btn:not(.nav03).open>p::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffce74;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.header.m_fixed .nav-btn:not(.nav03).open>p::after {
  bottom: 3px;
}
.header.m_fixed .nav-btn:not(.nav03).open>p::before {
  bottom: 8px;
}
section.header01 .hd_inner,section.header01 .hd_inner .flex:not(.bnr-bg) {
  max-height: 80px;
}
.header.m_fixed section.header01 .hd_inner, .header.m_fixed section.header01 .hd_inner .flex {
  max-height: 60px;
}
.header.m_fixed section.header01 .hd_inner .menu-box .flex {
  max-height: none;
}
.header.m_fixed .pick_up-btn {
  margin-bottom: -18px;
}
section.header01 .left.flex .flex {
  align-items: center;
}
section.header01 .left.flex>.flex {
  margin-left: 1.7vw;
}
section.header01 .left.flex .nav-btn.nav01::before,section.header01 .left.flex .nav-btn.nav02::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
section.header01 .left.flex .nav-btn.nav01::before {
  width: 18px;
  height: 34px;
  background: url(../images/common/@2x/hdr_icon_nav01.png) no-repeat center;
  background-size: contain;
}
section.header01 .left.flex .nav-btn.nav02::before {
  width: 27px;
  height: 34px;
  background: url(../images/common/@2x/hdr_icon_nav02.png) no-repeat center;
  background-size: contain;
}
section.header01 .left.flex .nav-btn.nav01::after,section.header01 .left.flex .nav-btn.nav02::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 10px;
}
li.nav-btn.nav03 {
  margin: 0;
  margin-left: 1.1vw;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #97857e;
  border-radius: 3px;
  padding: .19em 1em;
  position: relative;
}
li.nav-btn.nav03::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  vertical-align: middle;
  background: url(../images/common/@2x/hdr_icon_search.png) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
section.header01 .hd_inner .right {
  margin-left: auto;
}
section.header01 .right .flex {
  height: 100%;
  color: #fff;
  align-items: center;
}
section.header01 .right .flex li {
  margin-left: 1vw;
  position: relative;
  z-index: 2;
}
section.header01 .right .flex a:not(.fs-pt-column__item) {
  color: #fff;
  display: flex;
  align-items: center;
}
section.header01 .right .flex a img {
  margin-right: 4px;
}
/*ヘッダー重要なお知らせ*/
p.lead-bg.center {
  padding: 18px 240px;
  font-size: 14px;
  line-height: 1.2;
  background: url(../images/common/@1x/bg01.jpg);
}
/*ヘッダーメニュー*/
.menu-box {
  display: none;
  padding: 55px 20px;
  background-color: #f9f4e4;
  cursor: default;
  position: fixed;
  top: 115px;
  left: 0;
  right: 0;
  z-index: 1;
}
.header.m_fixed .menu-box {
  top: 60px;
}
.menu-box .nav_inner {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(80vh - 110px);
}
.menu-box ul.fs-pt-menu.fs-pt-menu--lv1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.menu-box ul.fs-pt-menu.fs-pt-menu--lv1>li {
  width: calc(25% - 27px);
  margin: 0 12px 50px;
}
.menu-box a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
  font-size: 18px;
  padding: 8.5px;
  background: url(../images/common/@1x/bg04.jpg);
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  justify-content: center;
}
.menu-box .fs-pt-menu a:not(.fs-pt-menu__link--lv1) {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #cbcbcb;
  padding: 10px;
  line-height: 1.3;
}
.menu-box .fs-pt-menu a:not(.fs-pt-menu__link--lv1)::before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  margin-right: 5px;
}

.menu-box .all-menu a{
  border-bottom: 1px solid #cbcbcb;
  display:block;
  padding: 5px 0;
}
.fs-pt-menu * {
  transition: auto;
}
  /*ヘッダー商品検索*/
  .fs-pt-menu * {
    transition: auto;
  }
  header .fs-p-productSearch__formSwitch {
      display: none;
  }
  header .fs-p-productSearch__search {
      max-height: none;
  }
  header .fs-p-productSearch .fs-p-productSearch__search .fs-p-productSearch__form {
      transform: translateY(0);
      padding: 0;
      background-color: transparent;
      color: #222;
  }
  header .fs-p-productSearch {
      padding: 0;
      border-bottom: 0;
  }
  table.fs-p-productSearch__inputTable.fs-c-inputTable {
    font-size: 16px;
  }
  .fs-p-productSearch__field th.fs-c-inputTable__headerCell {
      font-size: 18px;
  }
  .fs-p-productSearch td.fs-c-inputTable__dataCell [type="text"] {
      padding: 13px 23px;
  }
  .fs-p-productSearch .fs-c-inputTable > tbody > tr + tr {
      margin-top: 20px;
  }
  button.fs-p-productSearch__searchButton.fs-c-button--secondary {
      max-width: 384px;
      width: 100%;
      height: 60px;
      /*color: #222;*/
      border: 1px solid;
      border-radius: 0;
  }
  .nav-btn:last-child .menu-box .nav_inner {
      overflow-y: auto;
  }
  .fs-p-productSearch__field {
    grid-column-gap: 72px;
    grid-template-rows: auto auto;
    -ms-grid-columns: calc(50% - 18px*2) calc(50% - 18px*2);
    grid-template-columns: calc(50% - 18px*2) calc(50% - 18px*2);
  }
  .fs-p-productSearch [type="checkbox"], .fs-p-productSearch [type="radio"] {
      display: none;
  }
  .fs-p-productSearch form label {
      display: inline-flex;
      align-items: center;
  }
  .fs-p-productSearch .fs-c-checkboxGroup>* {
      width: calc(33.333% - 5px);
  }
  .fs-c-radio__radioMark,.fs-c-checkbox__checkMark {
      border-width: 1px;
  }
  .fs-c-checkbox__checkMark {
      border-radius: 0;
  }
  .fs-p-productSearch .fs-c-checkbox,.fs-p-productSearch .fs-c-radio {
      padding-left: .6em;
      margin-right: 5px;
  }
  .fs-p-productSearch input[type="checkbox"]:checked + .fs-c-checkbox__checkMark, .fs-p-productSearch input[type="radio"]:checked + .fs-c-radio__radioMark {
    border-color: #ffce74;
  }
  .fs-p-productSearch input[type="checkbox"]:checked + .fs-c-checkbox__checkMark {
    background-color: #ffce74;
  }
  .fs-p-productSearch input[type="checkbox"]:checked + .fs-c-checkbox__checkMark::before {
    opacity: 1;
  }
  .fs-p-productSearch input[type="radio"]:checked + .fs-c-radio__radioMark::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #ffce74;
  }
  .fs-p-productSearch__searchButton::before {
    content: "";
    width: 25.5px;
    height: 24.5px;
    background: url(../images/common/@2x/icon_search.png) no-repeat center;
    background-size: contain;
    left: auto;
    right: 20px;
  }
/*ヘッダーピックアップ*/
.pick_up-btn {
  cursor: pointer;
}
.menu-box.pick_up {
  max-width: 768px;
  padding: 55px 40px;
  left: auto;
  z-index: 1;
  box-shadow: 10px 0px 20px #222;
}
.picup_inner .bnr-width.fs-pt-column>* {
  padding: 8px 0;
}
.menu-box.pick_up .nav_inner {
  max-height: calc(100vh - 300px);
}
.header.m_fixed .menu-box.pick_up .nav_inner {
  max-height: calc(100vh - 245px);
}
h3.hd_title {
  font-size: 28px;
  line-height: 1;
  color: #222;
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.picup_inner {
  margin-bottom: 60px;
}
section.header01 .menu-box.pick_up ul.info-list a:not(.fs-pt-column__item) {
  font-size: 18px;
  color: #222;
  padding: 10px 75px 10px 0;
  display: inline-block;
  position: relative;
}
.btn.border-btn a::before, .info-list a::before {
  background-color: #222;
}

/*フッター*/

.fs-l-footer {
	    margin-top: 40px;
}
section.footer-upper {
  padding-top: 30px;
  padding-bottom: 80px;
  padding: 30px 20px 60px;
}
footer.fs-l-footer {
  background-color: #f9f4e4;
  border-top: 0;
  color: #101010;
}
section.footer-upper h2,section.footer-upper h3 {
  color: #614a20;
  text-align: center;
}
h2.footer-upper-title {
  font-size: 34px;
  margin: 0.5em auto 0.8em;
}
section.footer-upper ul.flex {
  flex-wrap: wrap;
  margin: -12px;
}
section.footer-upper ul.flex li {
  width: calc(33.333% - 24px);
  margin: 12px;
  background-color: #fff;
  border: 1px solid #614a20;
  padding: 20px 30px 40px;
}
section.footer-upper ul.flex li:nth-child(n + 4) {
  width: calc(50% - 24px);
}
section.footer-upper h3 {
  font-size: 24px;
  margin: 0 auto;
}
section.footer-upper .js-ac-target {
  margin-top: 1em;
}
section.footer-upper p {
  font-size: 16px;
}
p.f-sec-ttl02 {
  font-weight: bold;
}
p.f-sec-txt.tel {
  font-size: 26px;
}
.f-sec-left {
  width: 48.5%;
}
p.f-sec-txt.tel a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url(../images/common/@2x/ftr_icon_tel.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}
table.cal {
  border-collapse: collapse;
}
div.cal_wrapper table.cal tr.headline {
  background-color: #ffce74;
  color: #101010;
}
div#cal0 {
  max-width: 232px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  display: none;
}
div.cal_wrapper table.cal tr th p {
  width: 100%;
  font-size: 16px;
  background-color: #2f0b01;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0;
  border-right: 1px solid #2f0b01;
  box-sizing: content-box;
}
div.cal_wrapper table.cal tr td,div.cal_wrapper table.cal tr td div {
  font-size: 12px;
}
div.cal_wrapper table.cal tr td div {
  padding: 5px 9px;
  white-space: pre;
}
div.cal_wrapper table.cal tr td {
  border: 1px solid #cbcbcb;
  padding: 0;
}
div.cal_wrapper table.cal tr td div,div.cal_wrapper table.cal tr td div.Holyday,div.cal_wrapper table.cal tr td div.backward {
  border-radius: 0;
}
div.cal_wrapper table.cal tr td div.Wed {
  background-color: #e1e1e1;
}
section.footer-upper .js-ac-target .flex .f-sec-right {
  margin-left: auto;
  position: relative;
  max-width: 232px;
}
section.footer-upper .js-ac-target .flex .f-sec-right::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ccc;
  margin-left: 7px;
}
section.footer-upper .js-ac-target .flex .f-sec-right::before {
  content: "定休日";
  display: block;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
}
section.footer-upper ul.flex li .btn {
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
}
.flex-re {
  display: flex;
  flex-direction: row-reverse;
}
p.copyright {
  text-align: center;
}
.footer03 p.copyright {
  margin-right: auto;
  text-align: left;
}
section.footer01 {
  background-color: #2f0b01;
  color: #fff;
  padding: 50px 20px;
}
section.footer01 a {
  color: #fff;
}
.ft-left {
  width: 37.5%;
  min-width: 360px;
  margin-right: 3.6vw;
  padding-right: 3.6vw;
  border-right: 1px solid #63443c;
}
.ft-left p.image {
  margin-bottom: 30px;
}
ul.sns-list {
  margin-top: 25px;
}
ul.sns-list li+li {
  margin-top: 10px;
}
ul.sitemap.flex {
  flex-wrap: wrap;
  width: 62.5%;
  padding-left: 5.2vw;
}
.sitemap_list a::before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
}
.sitemap_list {
  display: flex;
  flex-wrap: wrap;
}
ul.sitemap.flex li ul li {
  margin-right: 6vw;
}
ul.sitemap.flex li:last-child .sitemap_list ul:last-child li {
  margin-right: 0;
}
.footer03 {
  padding: 8px 20px;
}
.footer03 .flex-re li:not(:last-child) {
  margin-right: 1.5em;
}
.footer03 a {
  font-size: 12px;
}
.footer03 a::before {
  content: "-";
  display: inline-block;
}
.PageTop {
  width: 83px;
  height: auto;
}
.PageTop a {
  background-color: #fff;
}
.PageTop a::after {
  display: none;
}
.PageTop > *+* {
  margin-top: 12px;
}
.PageTop .fs-p-scrollingCartButton {
  position: static;
  right: auto;
  bottom: auto;
  width: 83px;
  height: 84px;
}
.PageTop .fs-p-scrollingCartButton a {
  padding: 0;
}
.PageTop .fs-p-cartItemNumber {
  font-size: 1em;
  width: 25px;
  height: 25px;
}

@media screen and (max-width:1465px) {
  section.header01 .right>.flex>li:nth-child(2) {
    display: none;
}
}
@media screen and (max-width:1040px) {
  p.lead-bg.center {
    padding: 18px 20px 18px 240px;
}
  .menu-box ul.fs-pt-menu.fs-pt-menu--lv1>li {
    width: calc(33.333% - 24px);
  }
  section.header01 .right>.flex>li:nth-child(1) {
    display: none;
  }
  section.footer-upper ul.flex {
    display: block;
    margin: 0 auto;
    max-width: 600px;
  }
  section.footer-upper ul.flex li,section.footer-upper ul.flex li:nth-child(n + 4) {
    width: 100%;
    margin: 12px 0;
  }
  div#cal0 {
    max-width: 100%;
  }
  table.cal {
    margin: 0 auto;
  }
}
@media screen and (max-width:930px) {
  .header-top.flex {
    font-size: 10px;
  }
  section.header01 .left.flex>.flex {
    margin-left: .8vw;
  }
  li.nav-btn>p.pc, li.nav-btn.nav03::before {
    display: none;
  }
  li.nav-btn.nav03 {
    padding: 0;
    border: 0;
}
}

/*スマホ*/
@media screen and (max-width:767px) {
  .float-l,.float-r {
    float: none;
  }
  .btn.close {
    margin-bottom: 30px;
  }
  /*ロゴ*/
  .fs-l-header__logo,.fs-l-header__logo * {
    height: 100%;
  }
  section.header01 .left.flex .flex {
      margin: 0 4px;
  }
  /*ヘッダー*/
  .header-top.flex {
    padding: 0;
    justify-content: center;
    min-height: auto;
  }
  .fs-l-header__logo {
      margin: 0;
  }
  div#logo {
      height: auto;
  }
  section.header01 .left.flex>.flex {
    margin-left: 0;
  }
  li.nav-btn {
      font-size: 12px;
      padding: 0;
      margin: 0 4px;
  }
  section.header01 .left.flex .nav-btn.nav01::before, section.header01 .left.flex .nav-btn.nav02::before {
      height: 20px;
      margin-bottom: 5px;
      margin-right: 0;
  }
  section.header01 .left.flex .nav-btn.nav02::before {
    width: 25px;
  }
  section.header01 .left.flex .nav-btn.nav01::after, section.header01 .left.flex .nav-btn.nav02::after {
      display: none;
  }
  li.nav-btn {
      flex-direction: column;
      justify-content: center;
      height: 50px;
      line-height: 1;
      padding: 0 7px;
      border: 1px solid;
      border-radius: 2px;
  }
  .nav-btn:not(.nav03).open>p::before,.nav-btn:not(.nav03).open>p::after {
    display: none;
  }
  li.nav-btn.open {
    background-color: #ffce74;
    border-color: #ffce74;
  }
  section.header01 .hd_inner {
      padding: 0 3.2vw;
  }
  section.header01 .right {
    width: 20%;
  }
  section.header01 .hd_inner .flex {
      align-items: center;
  }
/*section.header01 .right img {
      max-height: 50px;
  }*/
  section.header01 .right .flex li {
      margin-left: auto;
  }
  section.header01 .hd_inner, section.header01 .hd_inner .flex:not(.fs-pt-column), .header.m_fixed section.header01 .hd_inner, .header.m_fixed section.header01 .hd_inner .flex:not(.fs-pt-column) {
      height: 68px;
      max-height: none;
  }
  .header.m_fixed .pick_up-btn {
      margin-bottom: 0;
  }
  p.lead-bg.center {
    padding: 1em 3.2vw;
    font-size: 12px;
  }

  /*ヘッダーメニュー*/
  .menu-box {
    top: 85px;
    padding: 25px 3.2vw;
  }
  .header.m_fixed .menu-box {
      top: 68px;
  }
  .menu-box .nav_inner {
    max-height: calc(100vh - 115px);
  }
  .header.m_fixed .menu-box .nav_inner {
    max-height: calc(100vh - 115px);
  }
  .menu-box ul.fs-pt-menu.fs-pt-menu--lv1 {
      display: block;
      margin: 0 auto;
  }
  .menu-box ul.fs-pt-menu.fs-pt-menu--lv1>li {
      width: 100%;
      margin: 0 auto;
  }
  .menu-box a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
      justify-content: left;
      padding: 18px 20px;
      margin-bottom: 1px;
  }
  .menu-box .fs-pt-menu a:not(.fs-pt-menu__link--lv1) {
      padding: 19px 20px;
  }
  .menu-box .fs-pt-menu__submenu {
      display: none;
  }
  .menu-box span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    position: relative;
  }
  .menu-box span.fs-pt-menu__heading.fs-pt-menu__heading--lv1::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 50px;
    background: url(../images/sp/icon_ac.png) no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
  }
  .menu-box span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.open::after {
    background: url(../images/sp/icon_ac_open.png)no-repeat center;
    background-size: 20px 20px;
  }
  .menu-box .fs-pt-menu a:not(.fs-pt-menu__link--lv1)::before {
    display: none;
  }
  /*詳細検索*/
  .fs-p-productSearch__search {
    overflow: visible;
  }
  .fs-p-productSearch__inputTable span.fs-c-checkbox, .fs-p-productSearch__inputTable span.fs-c-radio {
      width: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
      margin: 5px;
      background-color: #fff;
      border: 1px solid #cbcbcb;
      border-radius: 3px;
      padding: 0;
      height: 60px;
      line-height: 1.4;
  }
  .fs-p-productSearch form label {
      width: 100%;
      height: 100%;
      padding: 0 10px;
      font-weight: 400;
  }
  /*ヘッダーピックアップ*/
  .menu-box.pick_up {
    box-shadow: none;
  }
  .menu-box.pick_up .nav_inner {
    max-height: calc(100vh - 250px);
  }
  .header.m_fixed .menu-box.pick_up .nav_inner {
      max-height: calc(100vh - 232px);
  }
  .menu-box.pick_up {
    padding: 30px 3.2vw;
  }
  h3.hd_title {
      font-size: 21px;
      text-align: center;
      margin-bottom: 20px;
  }
  .picup_inner {
      margin-bottom: 45px;
  }
    section.header01 .right .flex span.fs-pt-column__image img {
      margin: 0;
      max-height: none;
  }

  /*フッター*/
  .f-sec-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  section.footer-upper ul.flex li, section.footer-upper ul.flex li:nth-child(n + 4) {
    margin: 0 0 -1px;
    padding: 0;
  }
  .js-ac-target {
    display: none;
    padding: 0 15px 2em;
  }
  section.footer-upper .js-ac-target .flex {
    display: block;
  }
  section.footer-upper .js-ac-target .flex .f-sec-right {
    margin: 0 auto;
  }
  div.cal_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  section.footer01 {
    padding: 50px 3.2vw;
  }
  section.footer01 .inner.flex {
    display: block;
    text-align: center;
  }
  ul.sitemap.flex {
    width: 100%;
    padding-left: 0;
  }
  .sitemap_list ul {
    width: 50%;
  }
  ul.sitemap.flex > li {
    width: 100%;
  }
  ul.sitemap.flex li ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    background-color: #f9f4e4;
    color: #2f0b01;
    border-bottom: 1px solid;
    border-right: 1px solid;
    text-decoration: none;
    line-height: 1.4;
  }
  ul.sitemap.flex li ul li {
    margin-right: 0;
  }
  .sitemap_list a::before {
    display: none;
  }
  .ft-left {
    width: 100%;
    min-width: unset;
    border-right: 0;
    margin-bottom: 50px;
  }
  .footer03 {
    padding: 0;
    background-color: #fff;
  }
  .footer03 .inner.flex-re {
    display: block;
  }
  .footer03 a::before {
    display: none;
  }
  .footer03 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-decoration: none;
  }
  .footer03 .flex-re li:not(:last-child) {
    border-right: 1px solid #2f0b01;
    margin-right: 0;
  }
  .footer03 li {
    width: 50%;
    border-bottom: 1px solid #2f0b01;
  }
  .footer03 p.copyright {
    text-align: center;
    padding: 18px 0;
  }
  div#ft_fixed li {
    height: 61px;
  }
  div#ft_fixed li a {
    background-color: #2f0b01;
    color: #fff;
    padding: 3px 0 0;
  }
  div#ft_fixed li + li a {
    border-left: 0;
  }
  div#ft_fixed li img {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
  }
  div#ft_fixed li:nth-child(3) img {
    margin-top: 0;
  }
  .PageTop {
    width: 55px;
  }
}

@media screen and (max-width:374px) {
  li.nav-btn {
    font-size: 10px;
  }
  section.header01 .right {
    width: 15%;
}
}