@charset "UTF-8";
.fs-preview-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
}

/*----------------------------------------------------------
      common
  ----------------------------------------------------------*/
* {
  word-break: break-all;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

form {
  margin-bottom: 0;
}

html,
body {
  overflow-x: hidden;
}

html[lang=en-x-mtfrom-ja] #content iframe {
  display: none;
}

body,
input,
textarea,
select {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #3F391F;
}

.sp,
.sptab {
  display: none !important;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a img {
  backface-visibility: hidden;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
}

.fs-pt-menu a {
  text-decoration: none;
  transition: 0.3s;
}

.fs-pt-menu ul {
  transition: 0s;
}

.fs-c-productListItem__productDescription {
  color: #858585;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/*画像*/
.image {
  overflow: hidden;
}

.image.image-zoom img {
  transition: 0.3s;
}
.image.image-zoom:hover img {
  opacity: 1;
  transform: scale(1.1);
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

.m_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.m_absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/*電話リンク動作させない*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*ログイン*/
.login-true,
.logout-false {
  display: none !important;
}

/********************
  共通パーツ
********************/
header.fs-l-header > *,
footer.fs-l-footer > *:not(.PageTop),
body#fs_Top .fs-l-pageMain > * {
  padding-left: 20px;
  padding-right: 20px;
}

/*メンテナンス画面*/
body#fs_StoreClosed {
  overflow: hidden;
}
body#fs_StoreClosed h1.fs-c-heading--page {
  text-align: center;
  padding: 1em 0 0;
}

section.fs-p-closed {
  padding: 3.2vw;
}

/*会員登録フォーム*/
.fs-c-inputInformation__field {
  max-width: 900px;
}

.table,
.mw_wp_form .fs-c-inputTable,
.fs-c-inputInformation__field .fs-c-inputTable {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: inherit;
  border-top: 1px solid;
}

.table > tbody,
.mw_wp_form .fs-c-inputTable > tbody,
.fs-c-inputInformation__field .fs-c-inputTable > tbody {
  display: table-row-group;
}

.table tbody > tr,
.mw_wp_form .fs-c-inputTable > tbody > tr,
.fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
  display: table-row;
  width: 100%;
}

.table tbody tr th,
.mw_wp_form .fs-c-inputTable > tbody tr th,
.fs-c-inputInformation__field .fs-c-inputTable > tbody tr th {
  min-width: 120px;
  width: 25%;
  padding: 15px 0 15px 20px;
  text-align: left;
  border-bottom: 1px solid;
  vertical-align: baseline;
}

.table > tbody tr td,
.mw_wp_form .fs-c-inputTable > tbody tr td,
.fs-c-inputInformation__field .fs-c-inputTable > tbody tr td {
  border-bottom: 1px solid;
  padding: 15px 20px 15px 20px;
}

.table > tbody > tr + tr,
.mw_wp_form .fs-c-inputTable > tbody > tr + tr,
.fs-c-inputInformation__field .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}

span.fs-c-checkbox__labelText a {
  text-decoration: underline;
}
span.fs-c-checkbox__labelText a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .table > tbody,
  .mw_wp_form .fs-c-inputTable > tbody,
  .fs-c-inputInformation__field .fs-c-inputTable > tbody {
    display: block;
  }
  .table > tbody > tr,
  .mw_wp_form .fs-c-inputTable > tbody > tr,
  .fs-c-inputInformation__field .fs-c-inputTable > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .table > tbody tr th,
  .table > tbody tr td,
  .mw_wp_form .fs-c-inputTable > tbody tr th,
  .mw_wp_form .fs-c-inputTable > tbody tr td,
  .fs-c-inputInformation__field .fs-c-inputTable > tbody tr th,
  .fs-c-inputInformation__field .fs-c-inputTable > tbody tr td {
    width: 100% !important;
  }
}
/*枠線色*/
[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea,
.fs-c-checkbox__checkMark,
.fs-c-radio__radioMark,
.fs-c-inputInformation__field .fs-c-inputTable,
.mw_wp_form .fs-c-inputTable,
th,
td,
.fs-c-inputInformation__field .fs-c-inputTable > tbody tr th,
.fs-c-inputInformation__field .fs-c-inputTable > tbody tr td,
.mw_wp_form .fs-c-inputTable > tbody tr th,
.mw_wp_form .fs-c-inputTable > tbody tr td,
.table,
.table > tbody tr th,
.table > tbody tr td,
.fs-c-postage__list > dt,
.fs-c-postage__list > dd,
.fs-c-button--standard,
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink,
.fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-productListItem__control .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.fs-c-dropdown::after,
.fs-c-button--particular,
body#fs_ProductDetails form#fs_form,
div#fs_productCarouselMainImage,
h1.fs-c-productNameHeading.fs-c-heading {
  border-color: #d9d9d9;
  box-shadow: none;
}

.fs-l-productLayout .fs-c-variationMatrix__panel,
.fs-l-productLayout .fs-c-radio__label {
  border: 1px solid #c2c2c2;
  background-color: #f5f5f5;
}

/*ボタン系*/
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--standard {
  padding: 0.7em 1.6em 0.7em;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  max-width: 216px;
  border-radius: 3em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .btn a {
    height: 50px;
    max-width: 350px;
  }
}
.btn a img {
  opacity: 1;
}

.btn.btn-border a {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
.btn.btn-border a:hover {
  color: #fff;
  background-color: #000;
}

.btn.btn-arrow a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3em;
  margin: auto 0;
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*必須マーク*/
.fs-c-requiredMark {
  width: 2.2em;
  height: 1.25em;
  vertical-align: middle;
}
.fs-c-requiredMark::before {
  content: "必須";
  font-size: 0.8em;
  padding: 0.25em 0;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/*箇条書きパーツ*/
.fs-p-dateList > li {
  border-color: #c3c3c3;
  padding: 30px 0 0;
}
.fs-p-dateList > li:last-child {
  padding-bottom: 30px;
}
.fs-p-dateList > li time:first-child {
  padding: 2px 30px 1.6px;
}

.fs-pt-list--noMarker > li + li,
.fs-pt-list--unordered > li + li,
.fs-pt-list--ordered > li + li,
.fs-pt-list--note > li + li {
  margin-top: 30px;
}

/*ぱんくず*/
.fs-c-breadcrumb {
  max-width: 100%;
}
.fs-c-breadcrumb > * {
  max-width: 1240px;
  padding: 9px 20px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .fs-c-breadcrumb > * {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .fs-c-breadcrumb > * {
    max-width: 600px;
  }
}

.fs-l-main {
  max-width: 1320px;
  padding: 0 20px;
}

.fs-l-pageMain {
  max-width: 100%;
}

body#fs_Top .fs-l-main {
  max-width: 100%;
  padding: 0;
}
body#fs_Top .fs-l-pageMain > section {
  padding: 62px 0;
}
@media (max-width: 767px) {
  body#fs_Top .fs-l-pageMain > section {
    padding: 2em 0;
  }
}

/*スライダー矢印*/
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: rgba(30, 30, 30, 0.2);
}
.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
}

.fs-c-slick .slick-prev::before {
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translate(10px, 10px);
}
.fs-c-slick .slick-next::before {
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(5px, -5px);
}

/*ラジオボタン*/
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  background-color: #fff !important;
}

/*詳細検索*/
.fs-p-productSearch {
  border-bottom: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.fs-p-productSearch .fs-c-inputTable__dataCell [type=text],
.fs-p-productSearch .fs-c-inputTable__dataCell [type=number] {
  line-height: 38px;
  padding: 0 0.9375em;
}
.fs-p-productSearch .fs-c-inputTable__dataCell .priceInput {
  flex-grow: 0;
  justify-content: flex-start;
}
.fs-p-productSearch .fs-c-inputTable__dataCell .priceInput span.fs-c-inputTextGroup__item {
  white-space: nowrap;
  max-width: 8em;
  padding-right: 1.2em;
}
.fs-p-productSearch .fs-c-inputTable__dataCell .priceInput span.fs-c-inputTextGroup__item [type=text] {
  text-align: center;
}
.fs-p-productSearch form.fs-p-productSearch__form {
  transform: translateY(0);
}
.fs-p-productSearch form.fs-p-productSearch__form label {
  display: inline-flex;
  align-items: center;
}
.fs-p-productSearch .fs-c-inputTable__headerCell {
  padding-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .fs-p-productSearch .fs-c-inputTable__headerCell {
    padding-bottom: 5px;
  }
}
.fs-p-productSearch .fs-p-productSearch__search {
  max-height: none;
}
.fs-p-productSearch .fs-c-checkboxGroup > * {
  width: calc(33.333% - 5px);
}
.fs-p-productSearch .fs-c-checkbox,
.fs-p-productSearch .fs-c-radio {
  padding-left: 0.6em;
  margin-right: 5px;
}
.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;
}
.fs-p-productSearch input[type=checkbox],
.fs-p-productSearch input[type=radio] {
  display: none;
}

input[name=minprice],
input[name=maxprice] {
  text-align: right;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.fs-c-checkbox__checkMark::before {
  top: -0.025em;
  left: -0.025em;
}

.fs-c-radio__radioMark,
.fs-c-checkbox__checkMark {
  border-width: 1px;
}

.fs-c-checkbox__checkMark {
  border-radius: 0;
}

@media (max-width: 767px) {
  /*詳細検索*/
  button.fs-p-productSearch__searchButton.fs-c-button--secondary {
    border-width: 1px;
    border-style: solid;
  }
  .fs-p-productSearch__searchButton {
    min-width: 11em;
  }
  .fs-p-productSearch__searchButton::before {
    content: "";
    display: inline-block;
    background: url(../images/top/@2x/sp/icon_searchbtn.png) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: auto;
    right: 12px;
  }
  .fs-c-inputTable > tbody > tr + tr {
    margin-top: 30px;
  }
  .fs-p-productSearch__inputTable span.fs-c-radio {
    flex-basis: calc(50% - 18px);
  }
  .fs-c-radioGroup {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fs-p-productSearch__form {
    padding: 0 4px;
    background: #fff;
  }
  .fs-c-inputTable__headerCell {
    font-size: 15px;
    font-weight: 500;
  }
  .fs-p-productSearch label {
    font-weight: bold;
    margin-bottom: 0;
  }
  .fs-p-productSearch label span {
    font-weight: 400;
    font-size: 15px;
  }
  .fs-p-productSearch [type=text] {
    height: 50px;
    border-color: #adadad;
    border-radius: 0;
  }
  .fs-p-productSearch .fs-c-inputTextGroup > * + * {
    line-height: 64.5px;
  }
  input[name=minprice],
  input[name=maxprice] {
    text-align: right;
  }
  .fs-p-productSearch__searchButton {
    width: 88%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 33px;
    position: relative;
  }
  .fs-c-checkboxGroup {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fs-c-checkboxGroup > * {
    flex-basis: calc(50% - 18px);
  }
  .fs-c-checkboxGroup > * + * {
    margin-top: 0;
  }
  .fs-p-productSearch__inputTable span.fs-c-checkbox,
  .fs-p-productSearch__inputTable span.fs-c-radio {
    margin: 4px 0 6px 18px;
  }
  table.fs-p-productSearch__inputTable.fs-c-inputTable + table.fs-p-productSearch__inputTable.fs-c-inputTable {
    margin-top: 28px;
  }
}
/*********************
ショッピングカート
*********************/
.fs-p-cartItemNumber:not(.fs-client-cart-count--0) {
  display: block;
}

a.fs-c-button--purchaseHere.fs-c-button--primary {
  white-space: nowrap;
}

/*小計*/
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  min-width: 75px;
}

.fs-c-button--standard {
  font-size: 1em;
  box-shadow: none;
}

.fs-c-cartDiscountInfo__title {
  font-size: 1.25em;
}

.fs-c-cartDiscountInfo__note {
  font-size: 0.875em;
}

.fs-c-cartPayment,
.fs-c-payWithAmazon,
.fs-c-button--secondary {
  font-size: 1em;
}

.fs-c-continueShopping {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body,
  input,
  textarea,
  select {
    font-size: 14px;
  }
  .fs-l-main {
    width: 100%;
    padding: 0 3.2vw;
  }
  /*ぱんくず*/
  .fs-c-breadcrumb {
    margin-bottom: 20px;
  }
  .fs-c-breadcrumb > * {
    padding: 6px 3.2vw 0;
    line-height: 1.4;
  }
}
@media (max-width: 959px) {
  .pctab {
    display: none !important;
  }
  .sptab {
    display: block !important;
  }
}
@media (max-width: 599px) {
  header.fs-l-header > *,
  footer.fs-l-footer > :not(.PageTop),
  body#fs_Top .fs-l-pageMain > * {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  /*マイページ*/
  .fs-c-accountService > li:not(:last-child) {
    flex-basis: calc(50% - 8px);
  }
}
a.fs-c-button--cancel.fs-c-button--standard {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-c-productListItem__control.fs-c-buttonContainer form {
  width: calc(100% - 32px);
}
.fs-c-productListItem__control.fs-c-buttonContainer form .fs-c-button--plain {
  width: 100%;
}
@media (max-width: 599px) {
  .fs-c-productListItem__control.fs-c-buttonContainer form .fs-c-button--plain {
    font-size: 12px;
    height: 28px;
  }
}

/*重要なお知らせ*/
section.main-news {
  font-size: 14px;
}
section.main-news .box {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  max-width: 994px;
  padding: 17px 5.667%;
  margin: 0 auto 40px;
}
section.main-news .box::before {
  content: "重要なお知らせ";
  display: block;
  min-width: 98px;
  margin-right: 7%;
  font-weight: bold;
  padding: 5px 0;
}
@media (max-width: 599px) {
  section.main-news .box {
    padding: 9px 5.667%;
  }
  section.main-news .box::before {
    padding: 2px 0;
  }
}
section.main-news li {
  align-items: center;
  padding: 5px 0;
}
section.main-news li a {
  color: #003a87;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.5em;
}
section.main-news li span {
  font-size: 12px;
  display: block;
  margin-right: 30px;
  min-width: 62px;
}
@media (max-width: 599px) {
  section.main-news li {
    padding: 2px 0;
  }
  section.main-news li span {
    margin-right: 22px;
  }
}

/*タブ切り替え*/
.sp-scroll {
  margin-bottom: 30px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .sp-scroll {
    white-space: nowrap;
  }
}

ul.tab-area .tab {
  background-color: #f9f9f9;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 1.14286em;
  padding: 0 1.188em;
  min-width: auto;
  height: 2.81em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
ul.tab-area .tab.is-active {
  pointer-events: none;
}
ul.tab-area .tab.is-active, ul.tab-area .tab:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
ul.tab-area .tab + .tab {
  margin-left: 0.63em;
}

.panel-area .panel {
  display: none;
}
.panel-area .panel.is-active {
  display: block;
}

/*バナー横３*/
.row.fs-pt-column {
  --bs-gutter-y: 20px;
}
.row.fs-pt-column + .row.fs-pt-column {
  margin-top: 0;
}
.row.fs-pt-column > * {
  padding-top: 0;
  padding-bottom: 0;
}
.row.fs-pt-column span.fs-pt-column__image img {
  margin: 0 auto;
}

/*ヘッダー上部*/
header.fs-l-header {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

section.header-top {
  font-size: 12px;
  line-height: 1.4;
  background-color: #545454;
  color: #fff;
  padding: 0.967em;
}
@media (max-width: 599px) {
  section.header-top {
    font-size: 10px;
  }
}

/*ヘッダーコンテンツ*/
.fs-p-logo {
  padding: 0;
}

section.header {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
  /*左ナビ*/
  /*右ナビ*/
}
@media (max-width: 959px) {
  section.header {
    padding: 6px 0;
  }
}
section.header .container {
  max-width: 1320px;
}
section.header ul.navbar-nav-left .nav-item {
  padding: 7px 5px;
  margin: 0 15px;
}
section.header ul.navbar-nav-left .nav-item.category::after {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  margin-left: 0.8em;
  margin-bottom: 3px;
}
section.header ul.navbar-nav-left .nav-item.category:hover::after, section.header ul.navbar-nav-left .nav-item.category.open::after {
  border: 0;
  border-left: 1px solid;
  border-top: 1px solid;
  margin-bottom: 0;
}
section.header ul.navbar-nav-left a {
  display: block;
}
section.header .sp_side__welcomeMsg {
  text-align: right;
  margin-bottom: 0.8em;
}
section.header .sp_side__welcomeMsg .fs-p-memberInfo__points {
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
section.header .kw-search {
  border: 1px solid #cecece;
  border-radius: 4px;
  overflow: hidden;
}
section.header .kw-search input[type=text] {
  line-height: 38px;
  padding: 0 15px;
  border: 0;
  width: clamp(180px, 15vw, 288px);
}
section.header .kw-search button.productSearch__searchButton {
  background-color: #fff;
  border: none;
  padding: 0 11px;
}
section.header ul.navbar-nav-right li.nav-item {
  margin-left: 26px;
}
section.header ul.navbar-nav-right li.nav-item i {
  font-size: 1.4em;
  line-height: 1;
}
section.header ul.navbar-nav-right li.nav-item .fs-p-cartItemNumber {
  top: -0.8em;
  right: -0.8em;
}

/*メニュー内閉じるボタン*/
header .btn_close,
footer .btn_close {
  text-align: center;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
header .btn_close span,
footer .btn_close span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  width: 75px;
  height: 75px;
  font-size: 12px;
  margin: 0 auto;
}
header .btn_close span::before,
footer .btn_close span::before {
  content: "×";
  display: inline-block;
  font-size: 50px;
  line-height: 0.6;
  margin-top: 5px;
  vertical-align: middle;
}

#hd-menubox {
  display: none;
  width: 100vw;
  background-color: #fff;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 999;
  max-width: 375px;
  transform: translateX(100%);
  transition: 0.5s;
}
@media (max-width: 959px) {
  #hd-menubox {
    display: block;
  }
}
@media (max-width: 599px) {
  #hd-menubox {
    max-width: 600px;
  }
}
#hd-menubox.open {
  transform: translateX(0);
}

/* ヘッダメニューBOX(ハンバーガーボタン)*/
p.menu_txt {
  line-height: 1;
  font-size: 10px;
}

header .hd_menu_btn {
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 27px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: #101010;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}

/*  SPハンバーガーメニューオープン時 */
.hd_menu_btn.open .menu-trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hd_menu_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.hd_menu_btn.open .menu-trigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/*メニュー内*/
#hd-menubox-search {
  background: #fff;
  top: 72px;
  max-width: 100%;
}

#hd-menubox-search > div,
#hd-menubox > div {
  height: 92vh;
  overflow: scroll;
}

section.hd-search input.fs-p-searchForm__input.fs-p-inputGroup__input,
section.hd-search .fs-p-searchForm__button {
  background: #fff;
}

ul.list_col.list_member {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
ul.list_col.list_member li {
  width: calc(50% - 5px);
  text-align: center;
}
ul.list_col.list_member li a {
  height: 55px;
  border-radius: 3em;
  border: 1px solid;
}

h3.side-h {
  padding: 14.5px 3.2vw;
  margin: 0;
  color: #fff;
  background-color: #2d2d2d;
}

h4.menu_ttl {
  font-size: 1.75rem;
  padding-bottom: 18px;
  border-bottom: 1px solid;
  margin-bottom: 8px;
}

.gnavi_l > ul > li:last-child {
  border-bottom: 0;
}
.gnavi_l li {
  border-bottom: 1px solid #cecece;
}
.gnavi_l li li a, .gnavi_l li li span {
  background-color: #f9f9f9;
}
.gnavi_l li li li a, .gnavi_l li li li span {
  background-color: #e8e8e8;
}
.gnavi_l li a,
.gnavi_l li span {
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
  padding: 3px 4.4%;
}
.gnavi_l li a::after,
.gnavi_l li span::after {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
.gnavi_l li span {
  border-bottom: 1px solid #cecece;
}
.gnavi_l li span::after {
  transform: rotate(-45deg);
}

ul.gnavi li + li {
  border-top: 1px solid #e5e5e5;
}
ul.gnavi li a::after {
  right: calc(3.2vw + 20px);
}

/*メニュー内閉じるボタン*/
header .btn_close,
footer .btn_close {
  padding: 6vw 0 calc(34vw + 44px);
}

@media (max-width: 767px) {
  .fs-l-header.fs-clientInfo.sp.is-ready {
    font-size: 10px;
    padding-right: 12px;
  }
  .fs-l-header__contents {
    grid-template-rows: auto auto;
    grid-template-columns: 7em 1fr 7em;
  }
  .fs-l-header .fs-p-memberInfo {
    justify-content: flex-end;
  }
  section.header_fixed {
    position: relative;
    z-index: 999;
  }
  .fs-l-header,
  section.header_fixed.m_fixed {
    padding: 0;
  }
  .fs-p-logo,
  section.header_fixed.m_fixed .fs-p-logo {
    padding: 9.5px;
  }
  .fs-p-logo img,
  section.header_fixed.m_fixed .fs-p-logo img {
    max-height: 46px;
  }
  #hd-menubox .hd_inner {
    margin: 25px auto 30px;
    padding: 0 3.2vw;
  }
  #hd-menubox .hd_inner::before {
    display: none;
  }
}
/*グローバルナビ*/
.menu-box {
  display: none;
  padding: 60px 0;
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  background-color: rgba(249, 249, 249, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 2;
}
.menu-box ul.row.category-list a {
  border-bottom: 1px solid #cecece;
  padding: 1.25em 0;
  background-color: transparent;
}
.menu-box ul.row.category-list a img {
  display: none;
}
.menu-box ul.row.category-list a h3 {
  margin-left: 0;
}

/*ページトップ*/
.PageTop {
  display: none;
  width: 47px;
  height: 47px;
  position: fixed;
  right: 1.2vw;
  bottom: 47px;
  z-index: 99;
}
.PageTop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #2d2d2d;
  border-radius: 50%;
}
.PageTop a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.PageTop a:hover,
.fs-p-scrollingCartButton__button:hover {
  opacity: 0.5;
}

.fs-p-scrollingCartButton {
  width: 47px;
  height: 47px;
  position: fixed;
  right: 1.2vw;
  bottom: 104px;
  z-index: 99;
}

.fs-p-scrollingCartButton__button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #2d2d2d;
  border-radius: 50%;
  opacity: 1;
}

.fs-p-scrollingCartButton__icon {
  font-size: 20px;
}

.fs-icon--cart:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  margin: auto;
}

.fs-p-scrollingCartButton__label {
  display: none;
}

@media (max-width: 767px) {
  /*カレンダー*/
  div.cal_wrapper {
    width: 49%;
    padding: 10px 5px 18px;
  }
  div.cal_wrapper table.cal tr td {
    padding: 0 2px;
  }
  /*ページトップ*/
  .PageTop {
    right: 3.2vw;
    margin-left: auto;
  }
  /*フッター固定*/
  div#ft_fixed {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding-bottom: env(safe-area-inset-bottom);
  }
  div#ft_fixed .flex {
    display: flex;
    justify-content: space-between;
  }
  div#ft_fixed li {
    width: 20%;
    height: 61px;
    border-top: 1px solid #e5e5e5;
  }
  div#ft_fixed li + li a {
    border-left: 1px solid #e5e5e5;
    text-decoration: none;
  }
  div#ft_fixed li a {
    display: block;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 3px 0 0;
    font-size: 10px;
  }
  div#ft_fixed li img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
  }
}
/*//////////////////////////////////////////
//  変数 ※記述場所確認
//////////////////////////////////////////*/
/*//////////////////////////////////////////
//  ページ全体設定
//////////////////////////////////////////*/
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  background: #E4E3DC;
}

.fs-l-page {
  padding-top: 78px;
}

.fs-l-main {
  max-width: 1368px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 44px;
}
@media (max-width: 767px) {
  .fs-l-main {
    padding: 0 22px;
  }
}

.fs-l-pageMain {
  max-width: 1368px;
  width: 100%;
  margin: 0 auto;
}

a {
  color: #3F391F;
  transition: linear all 0.2s;
}
a:visited {
  color: #3F391F;
}
a:hover {
  color: #3F391F;
  text-decoration: underline;
  opacity: initial;
}

.fs-c-button--plain {
  color: #3F391F;
}
.fs-c-button--plain:hover {
  opacity: initial;
}

.fix-menu {
  position: fixed;
  right: 36px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  gap: 8px 0;
  transition: linear all 0.2s;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .fix-menu {
    right: 5px;
    bottom: 10px;
    gap: 4px 0;
  }
}
.fix-menu.scrollEnd {
  bottom: 23%;
}
.fix-menu li {
  width: 88px;
}
@media (max-width: 767px) {
  .fix-menu li {
    width: 64px;
  }
}
.fix-menu li a {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3F391F;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .fix-menu li a {
    width: 64px;
    height: 64px;
  }
}
.fix-menu li a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.fix-menu li a span {
  font-size: 0.75em;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fix-menu li a span {
    font-size: 0.625em;
  }
}
.fix-menu li a .bi {
  font-size: 0.875em;
}
.fix-menu li.btn-buy a {
  background: #E6B4C1;
}
.fix-menu li.btn-buy a span {
  margin-top: 5px;
  padding-bottom: 3px;
}
.fix-menu li.to-top a {
  background: #fff;
}
.fix-menu li.to-top a span {
  padding-bottom: 5px;
}

/*//////////////////////////////////////////
//  ヘッダー
//////////////////////////////////////////*/
.fs-l-header--min {
  border-bottom: none;
}

header.fs-l-header {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  header.fs-l-header {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  header.fs-l-header.is-animation {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  header.fs-l-header.open {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
header.fs-l-header .h-inner {
  height: 78px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  header.fs-l-header .h-inner {
    padding: 0 22px;
    height: 76.5px;
  }
}
header.fs-l-header .logo {
  width: 80px;
}
header.fs-l-header .header-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 48px;
}
@media (max-width: 767px) {
  header.fs-l-header .header-nav {
    align-items: center;
    gap: 0 15px;
  }
}
header.fs-l-header .header-nav .nav-txt {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 767px) {
  header.fs-l-header .header-nav .nav-txt {
    width: 100%;
    height: 248px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    position: absolute;
    transition: all linear 0.2s;
    left: 0;
    bottom: -200px;
    opacity: 0;
    gap: 20px 0;
    z-index: -1;
  }
  header.fs-l-header .header-nav .nav-txt.open {
    visibility: visible;
    background: #fff;
    bottom: -248px;
    opacity: 1;
    z-index: 1;
  }
}
header.fs-l-header .header-nav .nav-txt .txt-item a {
  color: #3F391F;
  transition: linear all 0.2s;
  display: inline-block;
}
header.fs-l-header .header-nav .nav-txt .txt-item a:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
header.fs-l-header .header-nav .nav-icon {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  header.fs-l-header .header-nav .nav-icon {
    gap: 0 15px;
  }
}
header.fs-l-header .header-nav .nav-icon .icon-item a {
  transition: linear all 0.2s;
}
header.fs-l-header .header-nav .nav-icon .icon-item a:hover {
  opacity: 0.5;
}
header.fs-l-header .header-nav .nav-icon .icon-item .bi:before {
  font-size: 20px;
  color: #3F391F;
}
header.fs-l-header .header-nav .nav-icon .icon-item.btn-search {
  cursor: pointer;
}
header.fs-l-header .btn-menu {
  display: none;
  width: 19px;
  height: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: initial;
  border: none;
  position: relative;
  padding: 0;
  transition: linear all 0.2s;
}
header.fs-l-header .btn-menu span {
  border-radius: 50px;
  width: 19px;
  height: 2px;
  background: #3F391F;
  padding: 0;
  transition: linear all 0.2s;
}
header.fs-l-header .btn-menu span:before, header.fs-l-header .btn-menu span:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 19px;
  height: 2px;
  background: #3F391F;
  position: absolute;
  transition: linear all 0.2s;
}
header.fs-l-header .btn-menu span:before {
  top: 0;
}
header.fs-l-header .btn-menu span:after {
  bottom: 0;
}
header.fs-l-header .btn-menu.open span {
  background: transparent;
}
header.fs-l-header .btn-menu.open span:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header.fs-l-header .btn-menu.open span:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  header.fs-l-header .btn-menu {
    display: flex;
  }
}
header.fs-l-header .search-area {
  display: flex;
  align-items: center;
  visibility: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 0;
  left: 0;
  opacity: 0;
  transition: linear all 0.2s;
}
header.fs-l-header .search-area.open {
  bottom: -120px;
  opacity: 1;
  visibility: visible;
  height: 120px;
}
@media (max-width: 767px) {
  header.fs-l-header .search-area.open {
    height: 92px;
    bottom: -90px;
  }
}
header.fs-l-header .search-area .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1368px;
  width: 100%;
  padding: 0 44px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  header.fs-l-header .search-area .inner {
    padding: 0 22px;
  }
}
header.fs-l-header .search-area .form-search {
  width: calc(100% - 44px);
}
header.fs-l-header .search-area .form-search .input-kwd {
  position: relative;
  width: 100%;
  height: 56px;
  background: rgba(228, 227, 220, 0.4);
  border: none;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}
@media (max-width: 767px) {
  header.fs-l-header .search-area .form-search .input-kwd {
    height: 44px;
    font-size: pxem2(14/14) !important;
  }
}
header.fs-l-header .search-area .form-search .input-kwd::-moz-placeholder {
  color: rgba(63, 57, 31, 0.32);
}
header.fs-l-header .search-area .form-search .input-kwd::placeholder {
  color: rgba(63, 57, 31, 0.32);
}
@media (max-width: 767px) {
  header.fs-l-header .search-area .form-search .input-kwd::-moz-placeholder {
    font-size: pxem2(14/14) !important;
  }
  header.fs-l-header .search-area .form-search .input-kwd::placeholder {
    font-size: pxem2(14/14) !important;
  }
}
header.fs-l-header .search-area .form-search .btn-search {
  display: block;
  background: initial;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 90px;
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
}
header.fs-l-header .search-area .form-search .btn-search .bi:before {
  color: #3F391F !important;
}
@media (max-width: 767px) {
  header.fs-l-header .search-area .form-search .btn-search {
    width: 44px;
    height: 44px;
    right: 67px;
  }
}
header.fs-l-header .search-area .btn-close {
  background: initial;
  border: none;
  font-size: 20px;
  padding: 0;
  color: #3F391F !important;
}

/*//////////////////////////////////////////
//  フッター
//////////////////////////////////////////*/
footer.fs-l-footer {
  margin-top: 160px;
  background: #3F391F;
  color: #E4E3DC;
}
@media (max-width: 767px) {
  footer.fs-l-footer {
    margin-top: 60px;
  }
}
footer.fs-l-footer .inner {
  max-width: 1368px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 64px 44px;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner {
    flex-direction: column-reverse;
    padding: 48px 22px 60px;
  }
}
footer.fs-l-footer .inner .nav-box {
  max-width: calc(100% - 384px);
  width: 100%;
  padding-right: 50px;
  border-right: 1px solid #E4E3DC;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .nav-box {
    max-width: 100%;
    border-right: none;
    border-top: 1px solid #E4E3DC;
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 0;
  }
}
footer.fs-l-footer .inner .nav-box .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .nav-box .menu-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px 0;
  }
}
footer.fs-l-footer .inner .nav-box .menu-list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  font-weight: 500;
}
footer.fs-l-footer .inner .nav-box .menu-list .list-item a {
  color: #fff;
  transition: linear all 0.2s;
  display: inline-block;
  font-weight: 400;
}
footer.fs-l-footer .inner .nav-box .menu-list .list-item a:visited {
  color: #fff;
}
footer.fs-l-footer .inner .nav-box .menu-list .list-item a:hover {
  opacity: 1;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
footer.fs-l-footer .inner .nav-box .menu-list .list-item:not(:last-child):after {
  content: "/";
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .nav-box .menu-list .list-item:not(:last-child):after {
    content: none;
  }
}
footer.fs-l-footer .inner .nav-box .copyright {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75em;
  margin-top: 40px;
  font-weight: 400;
  color: rgba(228, 227, 220, 0.8);
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .nav-box .copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
  }
}
footer.fs-l-footer .inner .link-box {
  width: 384px;
  padding-left: 77px;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .link-box {
    width: 100%;
    padding-left: 0;
  }
}
footer.fs-l-footer .inner .link-box .sns-list {
  display: flex;
  justify-content: flex-end;
  gap: 0 16px;
}
footer.fs-l-footer .inner .link-box .sns-list a {
  color: #fff;
  transition: linear all 0.2s;
}
footer.fs-l-footer .inner .link-box .sns-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .link-box .sns-list {
    justify-content: center;
    font-size: 20px;
    gap: 0 20px;
  }
}
footer.fs-l-footer .inner .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E4E3DC;
  text-align: center;
  background: #E4E3DC;
  width: 308px;
  height: 64px;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .btn-contact {
    width: 224px;
    height: 46px;
    margin: 25px auto 0;
  }
}
footer.fs-l-footer .inner .btn-contact:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  display: block;
  justify-content: center;
  align-items: center;
  background: #3F391F;
  border-radius: 4px;
  width: 306px;
  height: 62px;
  font-weight: 200;
  transition: linear all 0.2s;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .btn-contact:before {
    width: 222px;
    height: 44px;
    top: 1px;
    left: 1px;
  }
}
footer.fs-l-footer .inner .btn-contact span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 62px;
  gap: 0 10px;
  z-index: 2;
  font-weight: 200;
}
@media (max-width: 767px) {
  footer.fs-l-footer .inner .btn-contact span {
    width: 222px;
    height: 44px;
  }
}
footer.fs-l-footer .inner .btn-contact span:before {
  content: "\f32f";
  font-family: bootstrap-icons;
}
footer.fs-l-footer .inner .btn-contact:hover {
  text-decoration: none;
}
footer.fs-l-footer .inner .btn-contact:hover:before {
  scale: 0;
}
footer.fs-l-footer .inner .btn-contact:hover span {
  color: #3F391F;
}/*# sourceMappingURL=common.css.map */