@charset "utf-8";

span.fs-c-productImageModal__close {
  height: 100%;
  width: 100%;
  text-align: right;
}

.fs-c-slick .slick-dots li {
  z-index: 4;
  position: relative;
}
/*アクセントカラー*/
.fs-c-requiredMark::before,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark,
.fs-p-productSearch input[type='checkbox']:checked + .fs-c-checkbox__checkMark,
.fs-p-productSearch input[type='checkbox']:checked + .fs-c-checkbox__checkMark,
.fs-p-productSearch input[type='radio']:checked + .fs-c-radio__radioMark::before {
  background-color: #c62626;
  border-color: #c62626;
}
.fs-p-productSearch input[type='radio']:checked + .fs-c-radio__radioMark {
  border-color: #c62626;
}
/*テーブル*/
.fs-c-postage__table,
.fs-c-postage__table__headerCell {
  font-size: 14px;
}
.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: #f8f1e7;
}

.mincho {
  font-family: 'Hiragino Mincho ProN', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
}

.bg-white,
.table td {
  background-color: #fff;
}

.fs-c-orderedList > li::before,
.fs-c-orderedList > li .fs-c-orderedList {
  color: #333;
  border-color: #333;
}

pre.wp-block-preformatted {
  white-space: normal;
}

body#fs_Register div#ft_fixed,body#fs_Login div#ft_fixed,body#contact div#ft_fixed{
  display: none!important;
}


/*レビュー一覧*/
/*星の色*/
.fs-c-rating__value,
.fs-c-reviewStars::before {
  color: #ff803b;
}
/*購入者の背景*/
.fs-c-reviewerStatus {
  background-color: #614a20;
  font-size: 1em;
  min-width: 12em;
  margin: 0.4em auto 0.5em;
}
/*レビュー本文*/
.fs-c-reviewBody {
  background-color: #f2f2f2;
  border: 0;
}

/*閉じる*/
.btn.btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5d5d5;
  width: 93.6%;
  height: 50px;
  padding: 0;
  border-radius: 3px;
}

/*カートの中身*/
.fs-p-cartItemNumber:not(.fs-client-cart-count--0) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 16%;
  background-color: #ff803b;
}

header .fs-p-cartItemNumber:not(.fs-client-cart-count--0) {
  top: -12px;
  right: -6px;
}

.fs-p-productSearch__searchButton::before {
  left: auto;
  right: 15px;
}

/*ヘッダートップ*/
section.header-top {
  font-size: 12px;
  background-color: #c62626;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 4px;
}

section.header-top .fs-l-header__welcomeMsg.flex.fs-clientInfo.is-ready {
  text-align: right;
}
section.header-top p {
  height: 100%;
}

section.header-top .fs-p-memberInfo {
  justify-content: flex-end;
}

section.header-top .fs-p-memberInfo__points {
  color: #fff;
}

.fs-l-header__welcomeMsg.d-flex.fs-clientInfo.is-ready {
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.fs-l-header__welcomeMsg.d-flex.fs-clientInfo.is-ready .fs-p-memberInfo.is-loggedIn--true {
  margin-left: 1em;
}

/*ヘッダー*/
header.fs-l-header {
  padding-top: 0;
}

section.header {
  position: relative;
}

section.header {
  background-color: #fff;
}

div#menubox-search {
  display: none;
}

li.nav-item.menu_btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  height: 100%;
}
li.nav-item p {
  display: flex;
  justify-content: center;
  align-items: center;
}
li.nav-item p:hover {
  text-decoration: underline;
}

li.nav-item span img {
  display: block;
  margin: 0 5px;
}

ul.navbar-nav-left.flex li + li {
  margin-left: 25px;
}

ul.navbar-nav-left.flex {
  margin-left: -7%;
}

section.header .fs-p-logo {
  padding: 0;
  align-items: flex-start;
}

section.header {
  border-bottom: 1px solid #777777;
}

ul.navbar-nav-right.flex.align-items-center {
  justify-content: flex-end;
}

ul.navbar-nav-right li.nav-item:not(.menu_btn-search) {
  font-size: 10px;
  margin-left: 14px;
  position: relative;
}

ul.navbar-nav-right li.nav-item:not(.menu_btn-search) p {
  margin-bottom: 3px;
}

ul.navbar-nav-right li.nav-item.menu_btn-search {
  font-size: 12px;
  padding: 5px 2px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

ul.navbar-nav-right li.nav-item.menu_btn-search:hover {
  background-color: #f8f1e7;
}

ul.navbar-nav-right li.nav-item.menu_btn-search::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  margin: 0 7px 3px;
}

li.nav-item.nav01,
li.nav-item.nav02 {
  cursor: pointer;
  padding: 27px 0;
  position: relative;
}

li.nav-item.nav03,
li.nav-item.nav04 {
  padding: 27px 0;
}

/*メニュー内*/
.menu-box {
  display: none;
}
.menu-box {
  display: none;
  background: url(../images/top/@1x/bg01.jpg);
  padding: 30px 20px 60px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.menu-box.cate-box li:hover,
.menu-box.scene-box li:hover {
  background: url(../images/top/@1x/bg02.jpg);
}

.menu-box.cate-box li a,
.menu-box.scene-box li a {
  display: block;
  padding: 30px 10px;
  border-bottom: 1px solid #777;
  text-decoration: none;
}

.menu-box.cate-box li:hover h3,
.menu-box.scene-box li:hover h3 {
  color: #fff;
}

.menu-box.cate-box li a:hover img,
.menu-box.scene-box li a:hover img {
  opacity: 1;
}

ul#menu-search-list a {
  display: block;
  line-height: 50px;
  padding: 0 4vw;
  position: relative;
  background-color: #f9edd5;
  border-bottom: 1px solid #777;
}

ul#menu-search-list p.ac_btn {
  display: block;
  line-height: 50px;
  padding: 0 4vw;
  position: relative;
  background-color: #f9edd5;
  border-bottom: 1px solid #777;
}

ul#menu-search-list a::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  transform: rotate(45deg);
  top: calc(50% - 6px);
  right: 20px;
  border-color: #777;
}

ul#menu-search-list p.ac_btn::before {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #777;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}

ul#menu-search-list p.ac_btn::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #777;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto 0;
}

ul#menu-search-list p.ac_btn.open::after {
  opacity: 0;
}

ul#menu-search-list p.ac_btn {
  cursor: pointer;
}

ul#menu-search-list li {
  margin-top: 0;
}

ul#menu-search-list li span {
  border: 0;
}

ul#menu-search-list li span a {
  background-color: #fff;
  color: #333;
}

/*キーワード検索*/
li.nav-item.menu_btn-search.open {
  background-color: #f8f1e7;
}

li.nav-item.menu_btn-search.open::before {
  content: '';
  display: block;
  width: 81px;
  height: 4px;
  background-color: #c62626;
  position: absolute;
  bottom: -20px;
}

div#menubox-search {
  left: auto;
  right: 2vw;
  padding: 30px;
  width: 100%;
  max-width: 460px;
}

.kw-search {
  max-width: 400px;
  width: 100%;
}

.kw-search label {
  width: calc(100% - 48px);
}

.kw-search label input[type='text'] {
  line-height: 32px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  padding-left: 15px;
}

button.productSearch__searchButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  border: 1px solid #d5d5d5;
  border-left: 0;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}

/*詳細検索*/
.fs-p-productSearch__form {
  background-color: transparent;
}

div#menubox-search-dtl {
  padding: 20px 3.2vw;
  position: fixed;
  top: 0;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

form.fs-p-productSearch__form {
  padding: 0;
}

table.fs-p-productSearch__inputTable.fs-c-inputTable {
  font-size: 16px;
}

.fs-p-productSearch form th label {
  font-size: 17px;
}

.fs-p-productSearch [type='text'] {
  border-radius: 3px;
  border-color: #d5d5d5;
  padding: 5px 15px;
}

.fs-p-productSearch__inputTable span.fs-c-checkbox,
.fs-p-productSearch__inputTable span.fs-c-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin: 5px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 10px;
  flex-basis: calc(50% - 10px);
}

button.fs-p-productSearch__searchButton.fs-c-button--secondary {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  margin: 0 3.2% -45px;
  background-color: #333;
  border-color: #333;
}

button.fs-p-productSearch__searchButton.fs-c-button--secondary:hover {
  opacity: 1;
  background: #c62626;
  border: 1px solid #c62626;
}

/*フッター*/
section.footer-sitemap .container {
  padding: 0 15px 45px;
}

h2.sitemap-ttl {
  font-size: 16px;
  margin: 30px 0 18px;
  padding: 18px 10px;
  font-weight: bold;
  border-bottom: 1px solid;
}

.sitemap a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 4px 7px;
  font-size: 14px;
}

p.ft-contact a,
.ft-tel a {
  justify-content: flex-start;
}

p.ft-contact a::before,
.ft-tel a::before {
  content: '';
  display: inline-block;
  margin-right: 13px;
}

p.ft-contact a::before {
  width: 26px;
  height: 22px;
  background: url(../images/ftr/@2x/ftr_icon_mail.png);
  background-size: contain;
  vertical-align: middle;
}

.ft-tel a::before {
  width: 24px;
  height: 24px;
  background: url(../images/ftr/@2x/ftr_icon_tel.png);
  background-size: contain;
}

section.footer {
  background-color: #fff;
  color: #333;
}

section.footer a {
  color: #333;
  font-size: 12px;
}

.footer03 li {
  margin-left: 35px;
}

.footer03 li a {
  display: block;
  padding: 15px 0;
}

.footer03 .d-md-flex.flex-row-reverse {
  justify-content: space-between;
  align-items: center;
}

footer small {
  font-size: 12px;
}

div#ft_fixed li a {
  background-color: #333;
}

div#ft_fixed li + li a {
  border-left: 0;
}

p.ft-contact a {
  font-size: 16px;
}

.ft-22 {
  font-size: 22px;
}

.ft-12 {
  font-size: 12px;
}

.ft-tel {
  line-height: 1.5;
}

p.ft-contact a,
.ft-tel a,
.sitemap .d-flex li {
  margin-top: 10px;
}

.sitemap .d-flex li {
  margin-top: 6px;
  width: 80px;
}

.fs-l-footer {
  margin-top: 80px;
}

.PageTop {
  width: 81px;
  height: 81px;
  cursor: pointer;
}
.PageTop img {
  transition: 0.3s;
}
.PageTop img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  ul.navbar-nav-left.flex {
    margin-left: -1%;
  }
}
@media screen and (max-width: 959px) {
  section.header .fs-p-logo {
    align-items: center;
    padding: 11px;
  }

  .hd_menu_btn {
    border: 1px solid;
  }

  .header .row.row-cols-3.align-items-center > * {
    padding: 0;
  }

  header.fs-l-header > *,
  footer.fs-l-footer > :not(.PageTop),
  body#fs_Top .fs-l-pageMain > * {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }

  p.menu_txt {
    margin-top: -2px;
  }

  header .fs-l-header__welcomeMsg.is-ready {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1.4;
  }

  section.header .col-4.col-lg-2 {
    order: 1;
  }

  section.header .col-4.col-xl-4 {
    order: 2;
  }

  div#menubox-search {
    right: 0;
  }

  li.nav-item.menu_btn-search.open::before {
    bottom: -11px;
  }
}

@media screen and (max-width: 767px) {
  /*キーワード検索*/
  div#menubox-search {
    display: none !important;
  }

  /*ヘッダー*/
  ul.list_col.list_member {
    margin-top: 20px;
  }

  nav#hd_menubox {
    font-size: 16px;
  }

  ul.list_col.list_member li a {
    display: block;
    background-color: #c62626;
    color: #fff;
    border-radius: 3px;
  }

  ul.list_col.list_member li {
    border: 0;
  }

  section.header > .container:not(.relative) .row {
    min-height: 64px;
    margin: 0 auto;
  }

  section.header-top {
    font-size: 10px;
    text-align: center;
  }

  h3.side-h {
    font-size: 16px;
    background-color: #333;
  }

  .gnavi_l > p {
    background-color: #f9edd5;
    border-bottom: 1px solid #777;
  }
  .gnavi_l a {
    display: block;
    line-height: 50px;
    padding: 0 4vw;
    position: relative;
  }

  .gnavi_l p a::after,
  .gnavi p a::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #353535;
    border-right: 1px solid #353535;
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 20px;
    border-color: #777;
  }

  .btn.btn_close {
    margin: 45px auto calc(44px + 15vh);
  }

  .fs-p-productSearch td label {
    font-weight: 400;
  }

  /*フッター*/
  div#ft_fixed li a {
    background-color: #333;
  }

  div#ft_fixed li + li a {
    border-left: 0;
  }

  h2.sitemap-ttl {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    padding: 17px;
  }

  footer.fs-l-footer > section.footer-sitemap {
    padding-left: 0;
    padding-right: 0;
  }

  section.footer-sitemap .container {
    padding: 0;
  }

  .sitemap p a {
    display: block;
    background-color: #f8f1e7;
    color: #333;
    padding: 17px;
    line-height: 1.2;
    text-decoration: none;
  }

  .sitemap p + p a {
    border-top: 1px solid #777;
  }

  .sitemap {
    background-color: #f8f1e7;
  }

  p.ft-contact a,
  .ft-tel a,
  .sitemap .d-flex li {
    margin-top: 0;
  }

  p.ft-contact a,
  .ft-tel a {
    padding: 10px 17px;
  }

  p.ft-contact a::before,
  .ft-tel a::before {
    width: 48px;
    height: 48px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-color: #3e3432;
    border-radius: 50%;
  }

  p.ft-contact {
    padding-top: 10px;
  }

  .sitemap p.ft-contact a::after {
    display: none;
  }

  .ft-tel {
    padding-bottom: 15px;
  }

  .sitemap ul.d-flex {
    padding: 20px 10px;
  }

  .sitemap ul.d-flex a {
    background-color: #3e3432;
    padding: 10px;
    border-radius: 50%;
    margin: 0 7px;
  }

  .sitemap a {
    color: #333;
  }

  .sitemap p a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: calc(3.2vw + 10px);
  }

  .sitemap p a,
  h2.sitemap-ttl {
    position: relative;
  }

  h2.sitemap-ttl::before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(3.2vw + 11px);
    margin: auto 0;
  }

  h2.sitemap-ttl.open::before {
    opacity: 0;
  }

  h2.sitemap-ttl::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(3.2vw + 4px);
    margin: auto 0;
  }

  footer.fs-l-footer > .footer {
    padding: 0;
  }

  .footer03 li {
    margin-left: 0;
    width: 50%;
    text-align: center;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
  }

  .footer03 li + li {
    border-left: 1px solid #777;
  }

  .footerCopyright {
    text-align: center;
  }

  footer .row > * {
    padding: 0;
  }

  footer .row {
    margin: 0;
  }

  footer .row li:last-child h2 {
    border-bottom: 0;
  }

  .PageTop {
    width: 54px;
    height: 54px;
  }
  .fs-l-footer {
    margin-top: 80px;
  }
}
