html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.noscroll {
  overflow-y: scroll;
  height: 100vh;
}

body {
  font-size: 14px;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
}
body.noscroll {
  overflow-y: scroll;
  height: 100vh;
}

img, object, video {
  max-width: 100%;
  height: auto;
}

.open-sans {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sm-header {
  position: relative;
  z-index: 99999;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.sm-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 60px;
}
@media screen and (max-width: 768px) {
  .sm-header__inner {
    padding: 16px 20px;
  }
}
.sm-header__btn {
  flex: 1;
}

.sm-footer {
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 60px 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.sm-footer__nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 768px;
}
.sm-footer__nav ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .sm-footer__nav ul {
    flex-direction: column;
    gap: 0;
  }
}
.sm-footer__nav ul li a {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .sm-footer__nav ul li a {
    padding: 16px 30px;
  }
}
.sm-footer__nav ul li a:link, .sm-footer__nav ul li a:visited, .sm-footer__nav ul li a:hover, .sm-footer__nav ul li a:active {
  text-decoration: none;
  color: #1B140B;
}
.sm-footer__subnav {
  width: 100%;
}
.sm-footer__subnav ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sm-footer__subnav ul {
    flex-direction: column;
    gap: 0;
  }
}
.sm-footer__subnav ul li a {
  font-size: 12px;
  line-height: 1em;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sm-footer__subnav ul li a {
    padding: 16px 30px;
  }
}
.sm-footer__subnav ul li a:link, .sm-footer__subnav ul li a:visited, .sm-footer__subnav ul li a:hover, .sm-footer__subnav ul li a:active {
  text-decoration: none;
  color: #1B140B;
}

.sm-pr {
  background: #327335;
  color: #FFEB95;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  font-weight: 500;
}
.sm-pr a:link, .sm-pr a:visited, .sm-pr a:hover, .sm-pr a:active {
  text-decoration: none;
  color: #FFEB95;
}

.sm-logo {
  flex: 1;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sm-logo img {
    max-width: 90px;
    height: auto;
  }
}

.sm-copyright {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  padding: 16px 8px;
}

.sm-utility {
  flex: 1;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .sm-utility {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sm-utility {
    gap: 8px;
  }
}

.sm-btn--standard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  min-height: 40px;
  max-width: 220px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #1B140B;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.sm-btn--standard:link, .sm-btn--standard:visited, .sm-btn--standard:hover, .sm-btn--standard:active {
  text-decoration: none;
  color: #1B140B;
}
.sm-btn--standard:before {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #1B140B;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  border-radius: 50%;
}
.sm-btn--standard:after {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background: url(../icon-arrow01.svg) no-repeat center center;
}
.sm-btn--small {
  display: inline-block;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1em;
  background: #1B140B;
  border: 1px solid #327335;
  border-radius: 3px;
  color: #327335;
  background: #fff;
}
.sm-btn--small:link, .sm-btn--small:visited, .sm-btn--small:hover, .sm-btn--small:active {
  text-decoration: none;
  color: #327335;
}

.sm-icon--nav {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.sm-icon--nav:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #1B140B;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 4px);
}
.sm-icon--nav:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #1B140B;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% + 4px);
}
.sm-icon--cart {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}
.sm-icon--cart:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  border: 1px solid #1B140B;
  border-radius: 50%;
  box-sizing: border-box;
}
.sm-icon--cart:link, .sm-icon--cart:visited, .sm-icon--cart:hover, .sm-icon--cart:active {
  text-decoration: none;
  color: #1B140B;
}
.sm-icon--menu {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.sm-icon--menu:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #1B140B;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 4px);
}
.sm-icon--menu:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #1B140B;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% + 4px);
}

.sm-inner {
  width: 100%;
  max-width: 1280px;
  padding: 100px 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sm-inner {
    padding: 100px 30px;
  }
}

.sm-drawer {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  height: 100dvh;
  padding: 0 0 60px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: 999999;
  transform: translateX(110%);
  transition: transform 0.3s;
}
@media screen and (max-width: 430px) {
  .sm-drawer {
    max-width: calc(100vw - 60px);
  }
}
.sm-drawer.active {
  transform: translateX(0px);
}
.sm-drawer.active + .sm-drawer-bg {
  opacity: 1;
  pointer-events: inherit;
}
.sm-drawer__logo {
  font-size: 0;
  line-height: 0;
  padding: 30px 16px 16px;
  display: flex;
  justify-content: center;
}
.sm-drawer__logo img {
  width: 120px;
  height: auto;
}
.sm-drawer-utility {
  padding: 16px 24px 24px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
.sm-drawer-utility__message {
  margin-bottom: 8px;
}
.sm-drawer-utility ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.sm-drawer-utility ul li {
  flex: 1;
}
.sm-drawer-utility ul li a {
  display: block;
}
.sm-drawer-utility__item--login.true {
  display: none;
}
.sm-drawer-utility__item--mypage.false {
  display: none;
}
.sm-drawer-utility__item--logout.false {
  display: none;
}
.sm-drawer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sm-drawer-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.sm-drawer-nav > li > a {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 60px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 24px;
}
@media screen and (max-width: 1280px) {
  .sm-drawer-nav > li > a {
    height: 60px;
  }
}
.sm-drawer-nav > li > a:link, .sm-drawer-nav > li > a:visited, .sm-drawer-nav > li > a:hover, .sm-drawer-nav > li > a:active {
  text-decoration: none;
  color: #1B140B;
}
.sm-drawer-nav > li ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 30px;
}
.sm-drawer-nav > li ul li {
  width: 100%;
}
.sm-drawer-nav > li ul li a {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 0 16px 0 32px;
}
.sm-drawer-nav > li ul li a:link, .sm-drawer-nav > li ul li a:visited, .sm-drawer-nav > li ul li a:hover, .sm-drawer-nav > li ul li a:active {
  text-decoration: none;
  color: #1B140B;
}
.sm-drawer-subnav ul {
  list-style: none;
  padding: 30px 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sm-drawer-subnav ul > li {
  font-size: 0;
  line-height: 0;
}
.sm-drawer-subnav ul > li a {
  font-size: 12px;
  line-height: 1em;
}
.sm-drawer-subnav ul > li a:link, .sm-drawer-subnav ul > li a:visited, .sm-drawer-subnav ul > li a:hover, .sm-drawer-subnav ul > li a:active {
  text-decoration: none;
  color: #1B140B;
}

.sm-sns {
  padding: 0 32px;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.sm-sns li {
  font-size: 0;
  line-height: 0;
}

.sm-drawer-bg {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.sm-mv {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .sm-mv {
    padding: 16px 0;
  }
}
.sm-mv__item {
  margin: 0 8px;
  cursor: pointer;
}
.sm-mv__item__image {
  font-size: 0;
  line-height: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.01);
}
.sm-mv__item__image img, .sm-mv__item__image video {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.sm-mv__item__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 8px;
}
.sm-mv__item__text__title {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sm-mv__item__text__title a:link, .sm-mv__item__text__title a:visited, .sm-mv__item__text__title a:hover, .sm-mv__item__text__title a:active {
  text-decoration: none;
  color: #1B140B;
}

.slick-arrow {
  width: 60px !important;
  height: 60px !important;
  display: block;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 80px) !important;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9) !important;
  transform: inherit !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 8px);
}
.slick-arrow.slick-next {
  right: 30px;
}
.slick-arrow.slick-prev {
  left: 30px;
  transform: scale(-1, 1) !important;
}

.slick-dots {
  display: flex !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  padding: 8px !important;
}
.slick-dots > li {
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots > li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  border: none !important;
  opacity: 0.3;
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #1B140B !important;
  border-radius: 50%;
  transition: opacity 0.3s, transform 0.3s;
}
.slick-dots > li button:before {
  display: none !important;
}
.slick-dots > li.slick-active button {
  opacity: 1;
  transform: scale(1.2);
}

.sm-top-parts + .sm-top-parts {
  margin-top: 80px;
}
.sm-top-parts--recommend {
  padding: 80px 0;
  position: relative;
  color: #fff !important;
}
.sm-top-parts--recommend * {
  color: #fff !important;
}
.sm-top-parts--recommend .sm-slick-title {
  color: #FFEB95 !important;
}
.sm-top-parts--recommend a:link, .sm-top-parts--recommend a:visited, .sm-top-parts--recommend a:hover, .sm-top-parts--recommend a:active {
  text-decoration: none;
  color: #fff !important;
}
.sm-top-parts--recommend:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #327335;
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
}
.sm-top-parts--category {
  text-align: center;
}
.sm-slick-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 40px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.sm-products {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sm-products {
    gap: 30px;
  }
}
.sm-products__image {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .sm-products__image {
    width: 100%;
  }
}
.sm-products__image__inner {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .sm-products__image__inner .slick-list {
    overflow: inherit;
  }
}
.sm-products__image__inner .slick-dots {
  padding: 8px 0 0 !important;
  gap: 2px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 768px) {
  .sm-products__image__inner .slick-dots {
    padding: 4px 0 0 !important;
  }
}
.sm-products__image__inner .slick-dots > li {
  width: calc(10% - 2px) !important;
}
.sm-products__image__inner .slick-dots > li img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: opacity 0.3s;
}
.sm-products__image__inner .slick-dots > li.slick-active img {
  opacity: 0.5;
}
.sm-products__text {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sm-products__text {
    width: 100%;
  }
}

.sm-search {
  width: 100%;
  max-width: 60%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sm-search {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.sm-search form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.sm-search form input[type=text] {
  background: none;
  border: none;
  flex: 1;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1em;
  outline: none;
}
.sm-search form input[type=text]:focus {
  outline: none;
}
.sm-search form input[type=text]:focus {
  outline: none;
}
.sm-search form button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/*futureshop*/
.fs-body-top .fs-l-main {
  margin-top: 0;
}

.fs-body-cart .fs-l-cart__sideColumn {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-main {
    margin-top: 0;
  }
}

.fs-c-heading {
  border-bottom: none;
  padding: 0;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .fs-c-heading {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.fs-c-shippingCarrierInfo {
  background: #fff;
}
.fs-c-shippingCarrierInfo__content {
  background: #fff;
  padding: 0;
}

.fs-c-specTable {
  background: #fff;
}

.fs-c-documentSubContent__heading {
  padding-bottom: 8px;
  border-bottom: 1px solid #327335;
}

.fs-c-cartTableContainer {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fs-c-cartTableContainer {
    background: none;
  }
}

.fs-c-purchaseHere {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  text-align: center;
  padding: 0;
  border: none;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
}
.fs-c-featuredProduct + .fs-c-featuredProduct,
.fs-c-wishlistProduct + .fs-c-featuredProduct {
  margin-top: 60px;
}
.fs-c-featuredProduct + .fs-c-wishlistProduct,
.fs-c-wishlistProduct + .fs-c-wishlistProduct {
  margin-top: 60px;
}

.fs-c-returnedSpecialContract {
  padding: 0;
}

.fs-c-buttonContainer {
  padding: 0;
}

.fs-p-accountInfo {
  background: rgba(0, 0, 0, 0.05);
}
.fs-p-accountInfo__header {
  padding: 8px 0;
  justify-content: center;
}
.fs-p-accountInfo__body {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-c-accountService {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page {
    flex-basis: calc(50% - 8px);
    margin: 8px 0;
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-radius: 6px;
}

.fs-p-dateList > li {
  border-color: rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .fs-p-dateList > li {
    padding-left: 0;
    padding-right: 0;
  }
}
.fs-p-dateList > li:not(:first-child) {
  margin-top: 24px;
}
.fs-p-dateList > li:last-child {
  padding-bottom: 24px;
}
.fs-p-dateList > li a {
  text-underline-offset: 2px;
}
.fs-p-dateList > li a:link, .fs-p-dateList > li a:visited {
  text-decoration: none;
  color: #1B140B;
}
.fs-p-dateList > li a:hover, .fs-p-dateList > li a:active {
  text-decoration: underline;
  color: #1B140B;
}

.fs-pt-column {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .fs-pt-column {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fs-pt-column {
    gap: 60px;
  }
}
.fs-pt-column__item {
  padding: 0;
}
.fs-pt-column__item:link, .fs-pt-column__item:visited, .fs-pt-column__item:hover, .fs-pt-column__item:active {
  text-decoration: none;
  color: #1B140B;
}
.fs-pt-column__heading {
  margin-top: 16px;
}

.fs-c-continueShopping {
  margin: 60px 0;
}

.fs-p-messageBoard {
  padding: 24px;
}

.fs-c-slick .slick-list {
  overflow: inherit;
}
.fs-c-slick .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.fs-c-productListCarousel {
  display: block;
  width: calc(100% + 32px);
  transform: translateX(-16px);
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel {
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
}
.fs-c-productListCarousel .slick-arrow.slick-next {
  right: calc(50% - (50vw - 40px)) !important;
}
.fs-c-productListCarousel .slick-arrow.slick-prev {
  left: calc(50% - (50vw - 40px)) !important;
}
.fs-c-productListCarousel__list {
  overflow: inherit;
  width: 100%;
}
.fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}
.fs-c-productListCarousel__list__item {
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item {
    margin: 0 8px;
  }
}

.fs-c-productList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list {
    gap: 32px 10px;
  }
}
.fs-c-productList__list__item {
  padding: 0;
  width: 100%;
  max-width: calc(25% - 24px);
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list__item {
    max-width: calc(50% - 5px);
  }
}

.fs-c-productListItem__image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__image {
    margin-bottom: 16px;
  }
}
.fs-c-productListItem__image img {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.fs-c-productListItem__productName {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productName {
    padding-right: 16px;
  }
}
.fs-c-productListItem__productName > a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-productListItem__productName > a:link, .fs-c-productListItem__productName > a:visited, .fs-c-productListItem__productName > a:hover, .fs-c-productListItem__productName > a:active {
  text-decoration: none;
  color: #1B140B;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-productListItem__prices {
  margin-top: 8px;
  line-height: 1.5em;
}
.fs-c-productListItem__control {
  display: none;
}

.fs-c-productName a:link, .fs-c-productName a:visited, .fs-c-productName a:hover, .fs-c-productName a:active {
  text-decoration: none;
  color: #1B140B;
}
.fs-c-productName__copy {
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 4px;
}
.fs-c-productPrice--listed {
  text-decoration: line-through;
}
.fs-c-productPrice__addon {
  font-size: 8px;
}

.fs-c-price {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-c-breadcrumb {
  padding: 8px 60px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 8px 30px;
  }
}
.fs-c-breadcrumb__list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  color: #1B140B;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb__listItem {
    font-size: 10px;
    line-height: 1.5em;
  }
}
.fs-c-breadcrumb__listItem:before {
  color: #66625C;
}
.fs-c-breadcrumb__listItem a:link, .fs-c-breadcrumb__listItem a:visited, .fs-c-breadcrumb__listItem a:hover, .fs-c-breadcrumb__listItem a:active {
  color: #66625C;
}

.fs-l-main {
  margin: 60px auto;
  padding: 0 60px;
  box-sizing: border-box;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 0 30px;
    margin: 40px auto;
  }
}

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

.fs-preview-header {
  display: none;
}

.fs-c-subgroup {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup {
    margin: 32px 0;
  }
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  list-style: none;
  margin: 8px 0;
  padding: 0;
  gap: 24px 32px;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList {
    gap: 1px;
  }
}
.fs-c-subgroupList__item {
  flex-basis: calc(33.3% - 22px);
  flex-grow: 0;
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .fs-c-subgroupList__item {
    flex-basis: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__item {
    flex-basis: 100%;
  }
}
.fs-c-subgroupList__link {
  border: none;
  background: none;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.05);
  padding-right: 16px;
  box-sizing: border-box;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__link {
    min-height: 48px;
  }
}
.fs-c-subgroupList__link:after {
  display: none;
}
.fs-c-subgroupList__link:link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
  text-decoration: none;
  color: #1B140B;
}
@media (hover: hover) {
  .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    background: rgba(0, 0, 0, 0.08);
  }
  .fs-c-subgroupList__link:hover .fs-c-subgroupList__image img, .fs-c-subgroupList__link:active .fs-c-subgroupList__image img {
    transform: scale(1);
  }
}
.fs-c-subgroupList__label {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__label {
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 12px;
  }
}
.fs-c-subgroupList__image {
  margin-right: 0;
  max-width: 80px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList__image {
    max-width: 48px;
  }
}
.fs-c-subgroupList__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1s;
}
.fs-c-subgroupList__comment {
  display: none;
}

.fs-c-sortItems {
  border: none;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  border: none;
  gap: 8px;
}
.fs-c-sortItems__list__item.is-active {
  background: #26241F;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
}
.fs-c-sortItems__list__item__label {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 0;
  padding-right: 0;
  color: #1B140B;
}
.fs-c-sortItems__list__item__label:link, .fs-c-sortItems__list__item__label:visited, .fs-c-sortItems__list__item__label:hover, .fs-c-sortItems__list__item__label:active {
  text-decoration: none;
  color: #1B140B;
}

@media screen and (max-width: 768px) {
  .fs-c-listControl {
    align-items: flex-start;
    width: 100%;
  }
}
.fs-c-listControl__status {
  font-size: 10px;
  line-height: 1em;
}

.fs-c-pagination__item {
  font-size: 12;
  line-height: 1em;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 6px 8px;
}
.fs-c-pagination__item.is-active {
  background: #26241F;
}
.fs-c-pagination__item:link, .fs-c-pagination__item:visited, .fs-c-pagination__item:hover, .fs-c-pagination__item:active {
  text-decoration: none;
  color: #1B140B;
}

.fancybox__container {
  z-index: 999999 !important;
}

.fs-c-productPlainImage {
  font-size: 0;
  line-height: 0;
}
.fs-c-productPlainImage:empty {
  display: none;
}

.fs-c-button--primary {
  padding: 16px 16px;
  box-shadow: none;
}
.fs-c-button--secondary {
  padding: 16px 16px;
  box-shadow: none;
}
.fs-c-button--particular {
  padding: 8px 16px;
  box-shadow: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon:before {
  color: #EF5C22;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
  color: #EF5C22;
}
.fs-c-button--standard {
  padding: 16px 16px;
  box-shadow: none;
}
.fs-c-button--plain {
  box-shadow: none;
}
.fs-c-productNameHeading {
  margin: 0;
}
.fs-c-productNameHeading__copy {
  display: block;
  font-size: 1em;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 8px;
}
.fs-c-productNameHeading__name {
  display: block;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fs-c-productNameHeading__name {
    font-size: 24px;
    line-height: 1.3em;
  }
}

.fs-p-productDescription--full:empty {
  display: none;
}
.fs-p-productDescription--short:empty {
  display: none;
}

.fs-c-variationAndActions:not(:last-child) {
  margin-bottom: 32px;
}
.fs-c-variationAndActions__variationLabel {
  margin-bottom: 8px;
}

.fs-c-variationLabel {
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
}

.fs-c-variationList__item__title {
  padding: 4px 8px;
}
.fs-c-variationList__item__body {
  margin: 16px 0;
  gap: 8px;
}
.fs-c-variationList__item__cart {
  padding: 0;
}
.fs-c-variationList__item__cart > li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 8px 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-variationList__item__cart > li {
    padding: 8px 0;
  }
}
.fs-c-variationList__item__cart > li + li {
  margin-top: 0;
}

.fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 0;
  font-size: 0;
  line-height: 0;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image:empty {
  display: none;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image img {
  margin-right: 8px;
}
.fs-c-variationCart--withImage .fs-c-variationCart__variationName__name {
  color: #1B140B;
}
.fs-c-variationCart--withImage .fs-c-variationCart__wishlist {
  width: 3em;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
  width: 130px;
}

.fs-c-productActionButton {
  justify-content: flex-start;
}
.fs-c-productActionButton:not(:last-child) {
  margin-bottom: 32px;
}

.fs-c-documentColumn__heading {
  border-bottom: none;
}

.fs-c-documentArticle {
  padding: 0;
}
.fs-c-documentArticle__heading {
  text-align: left;
  padding: 12px 16px;
  background: #327335;
  margin-bottom: 24px;
}
.fs-c-documentArticle__content {
  padding: 0;
}
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 60px;
}

.fs-c-subSection__title {
  padding-bottom: 16px;
}

.fs-c-linkedServiceLogin__title {
  padding-bottom: 16px;
}

.fs-c-newUsers__message {
  margin-bottom: 24px;
}

.fs-c-inputInformation__link {
  text-align: center;
}

.fs-body-login .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field,
.fs-body-membershipCardAuth .fs-c-inputInformation__field {
  padding: 32px;
}

.fs-body-forgotPassword .sm-title,
.fs-body-register .sm-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fs-body-forgotPassword .sm-title,
  .fs-body-register .sm-title {
    text-align: left;
  }
}

[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 {
  padding: 8px;
}

.fs-p-announcement {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .fs-p-announcement {
    margin: 40px 0;
  }
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #327335;
  border-color: #327335;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  background: #327335;
  border-color: #327335;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark:before {
  background: #fff;
}

.fs-c-couponList__item {
  background: #Fff;
}
