@charset "UTF-8";
/**
* 共通テーマ
*/
body[class*=fs-body] {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
body[class*=fs-body] .fs-c-slick .slick-prev, body[class*=fs-body] .fs-c-slick .slick-next {
  background: #80bc9d;
}
body[class*=fs-body] .fs-l-header__logo {
  max-width: 270px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}
body[class*=fs-body] .fs-l-header__logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body] .fs-l-header__logo {
    max-width: 200px;
    padding-left: 0;
  }
}
body[class*=fs-body] h1.fs-c-heading {
  font-size: 30px;
  font-weight: bold;
  padding: 56px 1em 56px;
  background: no-repeat 50% 50%/560px 80px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body] h1.fs-c-heading {
    background-size: contain;
    font-size: 1.75em;
    padding: 1em 1em;
  }
}
body[class*=fs-body] h2.fs-c-wishlistProduct__title,
body[class*=fs-body] h2.fs-p-heading--lv2 {
  border-bottom: 1px solid #80bc9d;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 1em;
  background: url("../img/common/ttl-img.webp") no-repeat 50% 0%/24px 24px;
}
body[class*=fs-body] h2.fs-c-wishlistProduct__title span,
body[class*=fs-body] h2.fs-p-heading--lv2 span {
  display: block;
  padding-top: 1em;
  font-size: 11px;
  color: #80bc9d;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 960px) {
  body[class*=fs-body] h2.fs-c-wishlistProduct__title,
  body[class*=fs-body] h2.fs-p-heading--lv2 {
    font-size: 28px;
  }
}
body[class*=fs-body] small {
  display: inline-block;
  line-height: 1.5em;
}
body[class*=fs-body] .txt-nowrap {
  white-space: nowrap;
}
body[class*=fs-body] .txt-red {
  color: #d55656 !important;
}
body[class*=fs-body] .txt-green {
  color: #80bc9d !important;
}
body[class*=fs-body] .txt-blue {
  color: #0072c1 !important;
}
body[class*=fs-body] .txt-orange {
  color: #ec8034 !important;
}

body[class*=fs-body-register] h1.fs-c-heading,
body.fs-body-resetPassword h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-register.webp");
}

body[class*=fs-body-my] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-mypage.webp");
}

body[class*=fs-body-newsletter] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-newsletter.webp");
}

body[class*=fs-body-reviews] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-reviews.webp");
}

body[class*=fs-body-cart] h1.fs-c-heading,
body[class*=fs-body-checkout] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-cart.webp");
}

body[class*=fs-body-about] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-about.webp");
}

body[class*=fs-body-search] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-search.webp");
}

body[class*=fs-body-custom] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-customer.webp");
}

body[class*=fs-body-forgot] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-forgot.webp");
}

body[class*=fs-body-category] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-category.webp");
}

body[class*=fs-body-login] h1.fs-c-heading {
  background-image: url("../img/common/ttl-h1-login.webp");
}

/**
* ヘッダーCSS
*/
.fs-l-header {
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding-top: 0;
}
.fs-l-header .fs-l-header__contents {
  background: rgba(146, 203, 215, 0.22);
  height: 45px;
  line-height: 45px;
  grid-template-columns: 40% 1% 59%;
}
.fs-l-header .fs-l-header__contents .fs-l-header__leftContainer {
  padding-left: 1em;
}
.fs-l-header .fs-l-header__contents .fs-l-header__utility {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  padding-right: 1em;
}
.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu {
  margin-top: 0;
  padding: 0 0 0.75em;
}
.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu .fs-p-headerUtilityMenu__list .fs-pt-menu__item a {
  font-size: 1em;
}
.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu .fs-p-headerUtilityMenu__list .fs-pt-menu__item a::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border: solid 1px #cbcbcb;
  border-radius: 50%;
  margin-right: 8px; /* テキストとの間隔 */
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fs-l-header .fs-l-header__contents {
    display: none;
  }
}
.fs-l-header .l-header__navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  max-width: 1216px;
  margin: 0 auto;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar {
  background: transparent;
  border: none;
  color: #211816;
  padding-top: 1em;
  padding-right: 1em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation {
  display: block;
  max-width: unset;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list {
  gap: 8px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem {
  min-width: unset;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem.pc_only {
    display: none;
  }
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a {
  display: block;
  color: #211816;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 70px;
  height: 60px;
  padding: 1em 0 0.5em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a i.pw-icon--home {
  background: url(../img/common/icon-home.webp) no-repeat 50% 50%/24px 24px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a i.pw-icon--favorite {
  background: url(../img/common/icon-heart.webp) no-repeat 50% 50%/24px 24px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a i.pw-icon--mypage {
  background: url(../img/common/icon-user.webp) no-repeat 50% 50%/24px 24px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a.fs-p-headerNavigation__viewCartButton {
  width: 60px;
  height: 60px;
  background: #ec8034;
  color: white;
  padding-top: 0.5em;
  margin-left: 1em;
  margin-right: 0.5em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a.fs-p-headerNavigation__viewCartButton i.pw-icon--cart {
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-cart.webp) no-repeat 50% 50%/30px 30px;
}
@media screen and (max-width: 767px) {
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a.fs-p-headerNavigation__viewCartButton {
    width: 48px;
    height: 48px;
    font-size: 11px;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .fs-p-headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem a.fs-p-headerNavigation__viewCartButton i.pw-icon--cart {
    width: 24px;
    height: 24px;
    background: url(../img/common/icon-cart.webp) no-repeat 50% 50%/24px 24px;
  }
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener {
  position: relative;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #211816;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__label {
  font-size: 13px;
  font-weight: bold;
  display: block;
  color: white;
  padding-top: 5px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon {
  position: relative;
  width: 27px;
  height: 20px;
  margin-top: 6px;
  display: inline-block;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::before, .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::after,
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::before {
  top: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon span {
  top: 8.5px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::after {
  bottom: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton.is-open .pw-p-drawerButton__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6.5px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton.is-open .pw-p-drawerButton__icon span {
  opacity: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton.is-open .pw-p-drawerButton__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6.5px;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton {
    width: 48px;
    height: 48px;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__label {
    font-size: 11px;
    padding-top: 2px;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon {
    width: 24px;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::before {
    top: 0;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon span {
    top: 8.5px;
  }
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerButton .pw-p-drawerButton__icon::after {
    bottom: 0;
  }
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener #pw_p_ctrlDrawer:checked ~ .pw-p-drawerNav {
  max-height: 500px; /* 十分な高さ */
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav {
  position: absolute;
  top: 68px;
  right: 0;
  width: 300px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  z-index: 999;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav {
    top: 60px;
    right: -1em;
  }
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .fs-clientInfo,
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .fs-p-drawer__loginLogout,
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu {
  padding: 0 1em 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .fs-clientInfo {
  font-size: 12px;
  text-align: center;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu ul li {
  position: relative;
  margin: 0;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu ul li a {
  display: block;
  color: #211816;
  font-weight: bold;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu ul li a span {
  font-size: 0.75em;
  padding-left: 1em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .brand_menu {
  padding-top: 1em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .brand_menu li {
  border-bottom: 1px dotted #999;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .brand_menu li a {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 12%;
  border-bottom: solid 2px white;
  background: url(../img/common/icon-arrow1b.webp) no-repeat 95% 50%;
  background-size: 8px 15px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .brand_menu li a:hover {
  background-position: 98% 50%;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .sub_menu {
  padding-top: 1em;
  padding-bottom: 1em;
}
.fs-l-header .l-header__navmenu .fs-p-headerNavBar .pw-l-header__drawerOpener .pw-p-drawerNav .pw-p-drawerNav_menu .sub_menu li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  font-size: 0.9em;
}
.fs-l-header.fs-l-header--min {
  border-bottom: none;
  padding-top: 0;
}
.fs-l-header.fs-l-header--min .fs-l-header__logo {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0;
}
.fs-l-header.fs-l-header--min .fs-l-header__logo .fs-p-logo {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .fs-l-header.fs-l-header--min .fs-p-logo {
    margin: 0 auto;
  }
}

#header_infoBar {
  background: rgba(146, 203, 215, 0.22);
}
#header_infoBar .header_infoBar_inner {
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header_infoBar .header_infoBar_inner img {
  vertical-align: bottom;
}
#header_infoBar .header_infoBar_inner .header_infoBar_img1,
#header_infoBar .header_infoBar_inner .header_infoBar_img2,
#header_infoBar .header_infoBar_inner .header_infoBar_img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#header_infoBar .header_infoBar_inner .header_infoBar_img1:hover,
#header_infoBar .header_infoBar_inner .header_infoBar_img2:hover,
#header_infoBar .header_infoBar_inner .header_infoBar_img:hover {
  opacity: 0.8;
}
#header_infoBar .header_infoBar_inner .header_infoBar_img1 {
  width: 44.27%;
}
@media screen and (max-width: 767px) {
  #header_infoBar .header_infoBar_inner .header_infoBar_img1 {
    width: 50%;
  }
}
#header_infoBar .header_infoBar_inner .header_infoBar_img2 {
  width: 55.73%;
}
@media screen and (max-width: 767px) {
  #header_infoBar .header_infoBar_inner .header_infoBar_img2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #header_infoBar .header_infoBar_inner .header_infoBar_img_pc {
    display: none;
  }
}
#header_infoBar .header_infoBar_inner .header_infoBar_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header_infoBar .header_infoBar_inner .header_infoBar_img_sp {
    display: block;
  }
}

.fs-c-breadcrumb {
  background: #f2f2f2;
  mix-blend-mode: multiply;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  max-width: 1216px;
  margin: 0 auto;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child a {
  background: url("../img/common/icon-home.webp") no-repeat 0% 50%/12px 12px;
  padding-left: 18px;
}

/**
* フッターCSS
*/
.fs-p-footerPageTop {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  opacity: 0;
  text-align: center;
  z-index: 99;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  pointer-events: none;
  max-width: unset;
}
.fs-p-footerPageTop a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: solid 1px white;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  opacity: 0.75;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.fs-p-footerPageTop a:hover {
  opacity: 1;
}

.fs-l-footer {
  padding-top: 4em;
  padding-bottom: 5em;
}
.fs-l-footer .fs-l-footer__logo {
  padding-bottom: 4em;
}
.fs-l-footer .fs-l-footer__logo .fs-p-logo {
  max-width: 300px;
  margin: 0 auto;
}
.fs-l-footer .fs-l-footer__logo .fs-p-logo a:hover {
  opacity: 0.8;
}
.fs-l-footer .footer__brandlist {
  max-width: 1216px;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 959px) {
  .fs-l-footer .footer__brandlist {
    margin-bottom: 0;
  }
}
.fs-l-footer .footer__brandlist .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-l-footer .footer__brandlist .inner .brand-set {
  display: block;
  max-width: 240px;
  margin: 0 1em 2.5em 1em;
}
.fs-l-footer .footer__brandlist .inner .brand-set:hover {
  text-decoration: none;
}
.fs-l-footer .footer__brandlist .inner .brand-set:hover .brand-logo {
  opacity: 0.8;
}
.fs-l-footer .footer__brandlist .inner .brand-set:hover .brand-copy {
  background-position: 98% 50%;
}
.fs-l-footer .footer__brandlist .inner .brand-set .brand-copy {
  min-height: 84px;
  padding-top: 1em;
  padding-right: 12%;
  padding-bottom: 1em;
  border-bottom: solid 2px white;
  font-size: 0.86em;
  line-height: 1.58;
  background: url(../img/common/icon-arrow1w.webp) no-repeat 95% 50%;
  background-size: 8px 15px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.fs-l-footer .fs-l-footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .fs-l-footer .fs-l-footer__contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.fs-l-footer .fs-l-footer__contents .fs-l-footer__utility {
  display: block;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .fs-l-footer .fs-l-footer__contents .fs-l-footer__utility {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.fs-l-footer .fs-l-footer__contents .fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin-top: 0;
  padding: 0 0 0.75em;
}
@media screen and (min-width: 960px) {
  .fs-l-footer .fs-l-footer__contents .fs-l-footer__utility .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px; /* テキストとの間隔 */
    vertical-align: middle;
    border: none;
  }
}
@media screen and (max-width: 959px) {
  .fs-l-footer .fs-l-footer__contents .fs-l-footer__utility .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item a {
    border-color: white;
  }
  .fs-l-footer .fs-l-footer__contents .fs-l-footer__utility .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item:last-child a {
    border-bottom: 2px solid white;
  }
}
.fs-l-footer .fs-l-footer__contents .fs-l-footer__utility .fs-p-footerCopyright {
  background: transparent;
  font-size: 1rem;
  text-align: left;
  padding: 0;
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
}
@media screen and (max-width: 959px) {
  .fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 2em 0 2em;
  }
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item {
  margin: 0.25em 0;
  position: relative;
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a:hover {
  opacity: 0.8;
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a.fb {
  background-image: url(../img/common/icon-sns-fb.webp);
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a.insta {
  background-image: url(../img/common/icon-sns-insta.webp);
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a.x {
  background-image: url(../img/common/icon-sns-x.webp);
}
.fs-l-footer .fs-l-footer__contents .fs-p-footerSnsLink .fs-p-footerSnsLink__item a.line {
  background-image: url(../img/common/icon-sns-line.webp);
}

/**
* サイドバーCSS
*/
@media screen and (max-width: 1199px) {
  .fs-l-sideArea {
    display: none;
  }
}

/**
 * 共通パーツCSS
 */
html {
  scroll-behavior: smooth;
}

body[class*=fs-body] .fs-c-viewAllProductsLink,
body[class*=fs-body] .fs-c-button--myPageTop {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
          box-shadow: 0 0 2px #b2b2b2;
}
body[class*=fs-body] .fs-c-viewAllProductsLink:hover,
body[class*=fs-body] .fs-c-button--myPageTop:hover {
  opacity: 0.8;
}
body[class*=fs-body] .fs-c-button--cancel {
  font-size: 18px;
  font-weight: bold;
}

/**
* トップページ
*/
.fs-body-top .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/**
* 商品関連ページ
*/
body[class*=fs-body] .fs-c-productNameHeading__copy {
  color: #80bc9d;
  font-size: 0.75em;
}
body[class*=fs-body] .fs-c-productNumber {
  border-color: #80bc9d;
}
body[class*=fs-body] .fs-c-price {
  font-weight: bold;
}
body[class*=fs-body] .fs-c-productQuantityAndWishlist {
  grid-template-columns: unset;
}
body[class*=fs-body] .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity select {
  font-size: 1.5em;
}
body[class*=fs-body] .fs-c-button--particular.fs-c-button--addToWishList--detail {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #3c3c3c;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
          box-shadow: 0 0 2px #b2b2b2;
}
body[class*=fs-body] .fs-c-button--primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.8em 1em;
}
body[class*=fs-body] .fs-c-button--primary.fs-c-button--addToCart--detail::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../img/common/icon-cart.webp);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 50% 50%;
}

.fs-body-category .fs-c-productImage a:hover {
  opacity: 0.8;
}
.fs-body-category .fs-p-scrollingCartButton .fs-p-scrollingCartButton__button {
  background: #ec8034;
}
.fs-body-category .fs-p-scrollingCartButton .fs-p-scrollingCartButton__button .fs-icon--cart {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  background: url("../img/common/icon-cart.webp") no-repeat 50% 50%/36px 36px;
}
.fs-body-category .fs-p-scrollingCartButton .fs-p-scrollingCartButton__button .fs-icon--cart::before {
  display: none;
}
.fs-body-category .fs-p-scrollingCartButton .fs-p-scrollingCartButton__button .fs-p-scrollingCartButton__label {
  font-weight: bold;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: #d55656;
}

body.fs-body-product .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
body.fs-body-product .fs-p-footerPageTop {
  display: none;
}
body.fs-body-product h1.fs-c-heading.fs-c-productNameHeading {
  font-size: 24px;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.fs-body-product h1.fs-c-heading.fs-c-productNameHeading {
    background-size: contain;
    font-size: 1.5em;
  }
}
body.fs-body-product .fs-c-estimatedDeliveryDate {
  background: rgba(146, 203, 215, 0.22);
  font-size: 1.2rem;
  line-height: 2em;
  padding: 1.4em;
}
body.fs-body-product .fs-c-estimatedDeliveryDate .fs-c-estimatedDeliveryDate__info__date {
  font-size: 1.6em;
  display: block;
}
body.fs-body-product .fs-c-returnedSpecialContract {
  margin-bottom: 0;
}
body.fs-body-product .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
  padding-left: 14px;
  background: url("../img/common/icon-arrow1b.webp") no-repeat 0% 50%/8px 12px;
}
body.fs-body-product .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct .fs-c-button__label {
  padding-left: 14px;
  background: url("../img/common/icon-arrow1b.webp") no-repeat 0% 50%/8px 12px;
}
body.fs-body-product .fs-p-snsArea {
  margin-top: 1em;
}
body.fs-body-product .fs-l-productLayout__item--3 {
  line-height: 1.88em;
}
body.fs-body-product .first-product {
  padding-bottom: 2em;
  font-size: 1.25em;
}
body.fs-body-product .fs-p-card {
  margin-bottom: 2em;
  border: none;
  background: #f2f2f2;
}
body.fs-body-product .fs-p-card h2.fs-p-card__title {
  border-bottom: 1px solid #80bc9d;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 1em;
  background: url("../img/common/ttl-img.webp") no-repeat 50% 0%/24px 24px;
}
body.fs-body-product .fs-p-card h2.fs-p-card__title span {
  display: block;
  padding-top: 1em;
  font-size: 11px;
  color: #80bc9d;
  letter-spacing: 0.5em;
}
body.fs-body-product .pw-product {
  margin-bottom: 2em;
}
body.fs-body-product .pw-product h2.pw-product__title {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 0 0.5em;
  margin-bottom: 1em;
  border-bottom: 1.5px solid #211816;
}
body.fs-body-product .pw-product h3.pw-product__title {
  border-left: solid 2px #211816;
  font-weight: bold;
  padding: 0.25em 0 0.25em 8px;
}
body.fs-body-product .pw-p-card {
  background: #f2f2f2;
  border: 1px solid #80bc9d;
  margin: 8px 0;
  padding: 12px;
  margin-bottom: 2em;
}
body.fs-body-product .pw-p-card .pw-p-card__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.8rem;
  margin-top: 8px;
  padding-left: 0.5em;
  padding-bottom: 16px;
}
body.fs-body-product .pw-p-card .pw-p-card__message {
  padding: 0 8px;
}

#productCoupon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #productCoupon {
    bottom: 68px;
    right: 5px;
  }
}
#productCoupon.hide {
  display: none !important;
}
#productCoupon .productCoupon_banner_close {
  cursor: pointer;
  background: #473019;
  position: absolute;
  z-index: 20;
  top: -1px;
  right: -1px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#productCoupon .productCoupon_banner_close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #productCoupon .productCoupon_banner_close {
    width: 16px;
    height: 16px;
    padding: 4px;
    top: -3px;
    right: -3px;
  }
}
#productCoupon .productCoupon_img {
  background: #fff;
  padding: 10px;
  margin: 0px;
  border-radius: 16px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #productCoupon .productCoupon_img {
    border-radius: 4px;
    padding: 0px;
    border-radius: 4px;
    border: 0.5px solid #cbcbcb;
    bottom: 65px;
    right: 5px;
    overflow: hidden;
  }
}
#productCoupon .productCoupon_img .productCoupon_img_pc {
  width: 220px;
}
@media screen and (max-width: 767px) {
  #productCoupon .productCoupon_img .productCoupon_img_pc {
    display: none;
  }
}
#productCoupon .productCoupon_img .productCoupon_img_sp {
  width: 200px;
  display: none;
}
@media screen and (max-width: 767px) {
  #productCoupon .productCoupon_img .productCoupon_img_sp {
    display: block;
  }
}
#productCoupon .productCoupon_img a {
  display: block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#productCoupon .productCoupon_img a:hover {
  opacity: 0.8;
}
#productCoupon .productCoupon_img a img {
  vertical-align: bottom;
}

#productFooterCTA {
  background: #d3eaef;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
}
#productFooterCTA .productFooterCTA_inner {
  max-width: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0px;
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_pagetop {
  max-width: 87px;
  width: 100%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_pagetop {
    max-width: 23%;
  }
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_pagetop a {
  width: 100%;
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_pagetop a img {
  width: 85px;
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_favorite {
  max-width: 86px;
  width: 100%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_favorite {
    max-width: 23%;
  }
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_favorite a {
  width: 100%;
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_favorite a img {
  width: 85px;
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_info {
  max-width: 198px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_info {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_info a {
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_info a {
    width: 100%;
  }
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_info a img {
    width: 90px;
  }
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_cart {
  max-width: 198px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_cart {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#productFooterCTA .productFooterCTA_inner .productFooterCTA_cart a {
  background: #ec8034;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_cart a {
    width: 100%;
  }
  #productFooterCTA .productFooterCTA_inner .productFooterCTA_cart a img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_img_pc {
    display: none;
  }
}
#productFooterCTA .productFooterCTA_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #productFooterCTA .productFooterCTA_img_sp {
    display: block;
  }
}
#productFooterCTA li, #productFooterCTA a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#productFooterCTA a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#productFooterCTA a:hover {
  opacity: 0.8;
}

/**
* マイページ関連ページ
*/
.fs-body-login .fs-c-loginForm {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-body-my-top .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-top .fs-l-account {
  display: block;
}
.fs-body-my-top .fs-l-account .fs-p-accountInfo {
  max-width: 480px;
  margin: 0 auto 2em;
}
.fs-body-my-top .fs-l-account .fs-c-accountService {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 1em;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page {
  -webkit-flex-basis: 232px;
      -ms-flex-preferred-size: 232px;
          flex-basis: 232px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 232px;
}
@media screen and (max-width: 767px) {
  .fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page {
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
    height: 160px;
  }
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #211816;
  background: #fff;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink:hover {
  background: #ebebeb;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
          box-shadow: 0 0 2px #b2b2b2;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink:hover {
  opacity: 0.8;
}

.fs-body-my-wishlist .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-reviews .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-addressbook .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-account-password .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-account-settings .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/**
* その他ページ
*/
.fs-body-custom .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-about-terms .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-about-privacyPolicy .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-about-memberAgreement .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=ec-pw.css.map */