@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@200;400;700&family=Roboto:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,300,0..1,-50..200");
i[class*=fs-icon-] {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
}

.fs-icon--mypage::before {
  content: "\e7fd";
}
.fs-icon--cart::before {
  content: "\e8cc";
}
.fs-icon--navCtrl::before {
  content: "\e5d2";
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: clip;
}

a {
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
a:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}

a:visited {
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
a:visited:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}

.fs-l-header {
  display: contents;
}

.fs-l-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: clip;
}

.fs-l-pageMain {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-pt-carousel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fs-p-headerNavBar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fs-c-breadcrumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1rem;
}
.fs-c-breadcrumb__list {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: auto;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}

.fs-l-main {
  width: 100%;
  max-width: calc(1200px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

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

.fs-l-footer {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.fs-l-header {
  padding: 0;
  display: contents;
  pointer-events: none;
}
.fs-l-header__contents {
  padding: 2rem 2rem 1rem;
  padding-right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.fs-l-header__leftContainer {
  padding: 0;
}
.fs-l-header__logo {
  padding: 0;
  width: 100%;
  max-width: 90px;
  pointer-events: auto;
}
.fs-l-header .fs-p-logo__lead {
  margin-top: 4rem;
  color: rgba(60, 60, 60, 0.4);
  display: none;
}
.fs-l-header .fs-p-logo {
  padding: 0;
}
.fs-l-header .fs-p-drawerButton {
  padding: 0;
  display: inline-block;
}
.fs-l-header .fs-p-drawerButton__icon {
  color: #000;
  font-size: 3rem;
}
.fs-l-header .fs-p-drawerButton__label {
  display: none;
}
.fs-l-header .fs-l-header__leftContainer {
  position: fixed;
  z-index: 999999;
  top: 30px;
  right: 1rem;
  pointer-events: auto;
}
.fs-l-header .fs-p-welcomeMsg {
  display: none;
}
.fs-l-header .fs-l-header__utility {
  padding: 0;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 800px) {
  .fs-l-header .fs-l-header__utility {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .fs-l-header .fs-l-header__contents {
    padding: 2rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.fs-l-header .fs-p-headerUtilityMenu {
  background: #fff;
  border-radius: 50px;
  padding: 1rem 3rem 0.9rem;
  -webkit-box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 30px -10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 800px) {
  .fs-l-header .fs-p-headerUtilityMenu {
    padding: 1rem 1rem 0.9rem;
    width: 100%;
  }
}
.fs-l-header .fs-p-headerUtilityMenu__list {
  gap: 1rem 2.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  .fs-l-header .fs-p-headerUtilityMenu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.fs-l-header .fs-p-headerUtilityMenu__list a {
  padding-left: 2.25rem;
  position: relative;
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.fs-l-header .fs-p-headerUtilityMenu__list a:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.fs-l-header .fs-p-headerUtilityMenu__list > li + li {
  margin: 0;
}
.fs-l-header .fs-p-headerUtilityMenu__list a::before {
  display: none;
}
.fs-l-header .fs-pt-menu__item a::after {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  content: "\e99e";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.fs-l-header .fs-p-headerUtilityMenu__login a::after {
  content: "\ea77";
}
.fs-l-header .fs-p-headerUtilityMenu__logout a::after {
  content: "\e9ba";
}
.fs-l-header .fs-p-headerUtilityMenu__register a::after {
  content: "\e745";
}
.fs-l-header .fs-p-headerUtilityMenu__register a::after {
  content: "\e745";
}
.fs-l-header .fs-p-headerNavBar {
  border: none;
  background: none;
  pointer-events: auto;
}
.fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: auto;
}
.fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__list {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__listItem {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: auto;
}
.fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__listItem:nth-last-child(2) {
  margin-left: auto;
}
.fs-l-header .fs-p-headerNavBar a {
  font-size: 1.25rem;
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.fs-l-header .fs-p-headerNavBar a:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__link > i, .fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__viewCartButton > i, .fs-l-header .fs-p-headerNavBar .fs-p-headerNavigation__viewSubscriptionCartButton > i {
  padding: 0;
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(1),
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) {
  position: fixed;
  z-index: 90000;
  width: 50px;
  height: 50px;
  bottom: 8rem;
  right: 1rem;
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(1) .fs-p-headerNavigation__link,
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) .fs-p-headerNavigation__link {
  font-size: 0; /* テキストを非表示にする */
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(1) .fs-p-headerNavigation__viewCartButton__label,
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) .fs-p-headerNavigation__viewCartButton__label {
  display: none;
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(1) a,
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  background: #000;
  border-radius: 100%;
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(1) i[class*=fs-icon],
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) i[class*=fs-icon] {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(2) {
  bottom: calc(8rem + 40px + 2rem);
}
.fs-l-header .fs-p-headerNavigation__listItem:nth-last-child(n+3) {
  display: none;
}

.fs-p-scrollingCartButton {
  display: none !important;
}

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

.fs-p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 99900;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.fs-p-ctrlDrawer:checked + .fs-p-drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fs-l-sideArea {
  width: min(100%, 480px);
  max-width: 480px;
}

.fs-p-cartItemNumber {
  background: #ff5b5b;
}

.fs-l-footer {
  background: #f5f5f5;
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.fs-l-footer:has(.fs-p-footerNavigation) {
  padding-top: 8rem;
}

.fs-l-footer__contents {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 600px) {
  .fs-l-footer__contents {
    padding: 0 1rem;
  }
}

.fs-l-footer__contents > * {
  padding: 0;
  margin: 0;
}

.fs-p-footerNavigation {
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 600px) {
  .fs-p-footerNavigation {
    gap: 1rem;
  }
}

.fs-p-footerNavigationItem {
  margin: 0;
  width: calc((100% - 4rem * 2) / 3);
}
@media screen and (max-width: 600px) {
  .fs-p-footerNavigationItem {
    width: 100% !important;
    background: #fff;
    padding: 1rem;
  }
}
.fs-p-footerNavigationItem:nth-child(5) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.fs-p-footerNavigationItem:nth-child(6) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.fs-p-footerNavigationItem:last-child {
  width: 100%;
  padding: 1rem;
  background: #fff;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  text-align: center;
}
.fs-p-footerNavigationItem:last-child .fs-p-footerNavigationItem__title {
  text-align: center;
}
.fs-p-footerNavigationItem:last-child .fs-p-footerNavigationItem__dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fs-p-footerNavigationItem:last-child .fs-p-footerNavigationItem__dataList__title {
  width: 50%;
  text-align: right;
}
.fs-p-footerNavigationItem:last-child .fs-p-footerNavigationItem__dataList__data {
  width: 50%;
  text-align: left;
}

.fs-p-footerNavigationItem__title {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  border-color: rgba(60, 60, 60, 0.4);
  border: none;
}

.fs-p-footerNavigationItem__body {
  margin-top: 0.5rem;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) {
  .fs-p-footerNavigationItem__body {
    margin-top: 2rem;
  }
}

.fs-p-footerNavigationItem__emphasis {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
  background: rgb(255, 125, 0);
  color: #fff;
  padding: 2px 5px;
}

.fs-p-footerNavigationItem__navItem {
  padding: 0;
  position: relative;
  padding-left: 1.25rem;
}

.fs-p-footerNavigationItem__nav a::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  font-size: 1.25rem;
  content: "\e5df";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -55%;
}

.fs-l-footer__utility {
  padding: 0;
  margin: 0;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: auto;
}

.fs-l-footer .fs-pt-menu__link {
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
  padding-left: 1.25rem;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.6;
}
.fs-l-footer .fs-pt-menu__link:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .fs-l-footer .fs-pt-menu__link {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 1rem;
    text-align: center;
  }
}
.fs-l-footer .fs-pt-menu__link::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  font-size: 1.25rem;
  border: none;
  content: "\e5df";
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .fs-l-footer .fs-pt-menu__link::before {
    display: none;
  }
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin-top: 0;
}

.fs-p-footerUtilityMenu {
  width: 100%;
  margin: 0;
  padding: 2rem;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .fs-p-footerUtilityMenu {
    padding: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .fs-p-footerUtilityMenu__list {
    width: 100%;
  }
  .fs-p-footerUtilityMenu__list .fs-pt-menu__heading {
    background: #fff;
  }
  .fs-p-footerUtilityMenu__list span {
    padding: 0;
  }
  .fs-p-footerUtilityMenu__list a {
    border: none !important;
    padding: 1rem !important;
  }
  .fs-p-footerUtilityMenu__list a::after {
    font-family: "Material Symbols Sharp" !important;
    font-size: 1.75rem;
    content: "\e5cc";
    color: rgba(60, 60, 60, 0.4);
    padding: 1rem;
    font-size: 1.5rem;
    height: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    translate: 0 -50%;
  }
}

.fs-p-footerUtilityMenu__list > li + li {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .fs-p-footerUtilityMenu__list > li + li {
    margin-top: 1rem;
  }
}

.fs-p-footerCopyright {
  padding: 2rem;
  background: #000;
}
.fs-p-footerCopyright__text {
  color: rgba(255, 255, 255, 0.35);
}

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

.fs-p-footerNavigationItem {
  position: relative;
}

@media screen and (max-width: 600px) {
  .fs-p-footerNavigationItem__ctrlIcon::before {
    margin: auto;
    position: absolute;
    top: 15px;
    right: 1rem;
    bottom: auto;
    font-family: "Material Symbols Sharp" !important;
    font-size: 1.75rem;
    content: "\e316";
    color: rgba(60, 60, 60, 0.4);
    font-weight: 700;
  }
}

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

.fs-c-button--addToCart--detail {
  background: #000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.25rem 1rem;
  border-radius: 3px;
}
.fs-c-button--addToCart--detail .fs-c-button__label {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.fs-c-button--addToCart--detail .fs-c-button__label::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  content: "\e854";
  font-weight: 400;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: 1px solid;
  border-radius: 0;
  background: #fff;
  padding-right: 1rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail .fs-c-button__label {
  padding: 0.75rem 0.5rem 0.75rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin: 0;
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  content: "\f884";
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #ff5b5b;
  content: "\e87d" !important;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 24;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  content: "\f884";
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  color: #ff5b5b;
  content: "\e87d" !important;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 24;
}

input[type=text], input[type=email], input[type=number], input[type=tel], button, textarea, select {
  color: #3c3c3c;
}

[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: 0.75rem 1rem;
  border: 1px solid rgba(60, 60, 60, 0.2);
  font-weight: 700;
}
[type=hidden]:focus, [type=text]:focus, [type=search]:focus, [type=tel]:focus, [type=url]:focus, [type=email]:focus, [type=password]:focus, [type=datetime]:focus, [type=date]:focus, [type=month]:focus, [type=week]:focus, [type=time]:focus, [type=datetime-local]:focus, [type=number]:focus, select:focus, textarea:focus {
  border-color: #004cff;
}

select {
  cursor: pointer;
}

.fs-c-quantity__number {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-c-heading--page {
  border: none;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #3c3c3c;
  padding: 0;
  margin-bottom: 4rem;
}

.fs-p-heading--lv2 {
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.5;
  border: 0;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 1rem;
}

body {
  background-color: rgb(250, 250, 250);
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}

.fs-c-productList__list__item {
  border: 0px;
  width: calc((100% - 4rem * 2) / 3);
  padding: 0rem;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .fs-c-productList__list__item {
    width: 100%;
  }
}

.fs-c-productListItem__image {
  aspect-ratio: 10/10;
}
.fs-c-productListItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fs-c-productListItem__productName {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 1rem;
  padding-top: 2rem;
  letter-spacing: 1px;
}
.fs-c-productListItem__productName a {
  color: #3c3c3c;
  font-weight: 700;
}

.fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 52px;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-button--removeFromWishList--icon,
.fs-c-button--addToWishList--icon {
  margin: auto;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}

.fs-c-productPrice__addon {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 700;
  color: rgba(60, 60, 60, 0.4);
}

.fs-c-productListItem__prices {
  padding: 1rem;
  padding-top: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.fs-c-productPrice__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fs-c-productPrice__main__price {
  margin-left: auto;
}

.fs-c-productPrice__main__label {
  margin: 0;
  font-weight: 700;
  color: rgba(60, 60, 60, 0.4);
}

.fs-c-productPrice__main__price {
  line-height: 1;
  font-size: 1.75rem;
  padding-right: 0.5rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: rgb(255, 125, 0);
}

.fs-c-button--carousel {
  text-align: center;
}

.fs-c-button--carousel::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
}

.fs-c-button--carousel--prev::before {
  content: "\e5cb";
}

.fs-c-button--carousel--next::before {
  content: "\e5cc";
  translate: 3px 0;
}

.l-main-root-wrap {
  opacity: 1;
}
.l-main-root-wrap.is-loading {
  opacity: 0;
}

.c-loading-wrap {
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.fs-p-drawer {
  padding: 4rem 2rem;
}
.fs-p-drawer .fs-p-drawer__heading {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  border: none;
  text-align: left;
  font-size: 0;
  display: none;
}
.fs-p-drawer .fs-p-drawer__heading::before {
  content: "Menu";
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
.fs-p-drawer .fs-pt-menu__heading--lv1 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.fs-p-drawer .fs-pt-menu__heading--lv2 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1em;
}
.fs-p-drawer .fs-pt-menu__link--lv1,
.fs-p-drawer .fs-pt-menu__link--lv2 {
  padding: 1rem;
  display: block;
  color: rgba(60, 60, 60, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  color: #3c3c3c;
}
.fs-p-drawer .fs-pt-menu__link--lv1:hover,
.fs-p-drawer .fs-pt-menu__link--lv2:hover {
  color: rgb(255, 125, 0);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.fs-p-drawer .fs-pt-menu__link--lv1 {
  margin-bottom: 0rem;
}
.fs-p-drawer .fs-pt-menu__link--lv2 {
  font-size: 1rem;
  line-height: 1.6;
}
.fs-p-drawer .fs-pt-menu__item {
  display: block;
}
.fs-p-drawer .fs-p-drawerButton {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  z-index: 1000;
}
.fs-p-drawer .fs-p-drawerButton i {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fs-p-drawer .fs-p-drawerButton i::before {
  font-family: "Material Symbols Sharp" !important;
  font-size: 1.75rem;
  content: "\e5cd";
}
.fs-p-drawer .fs-p-drawerButton__label {
  display: none;
}
.c-modal-wrap {
  width: 100%;
  height: 100svh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-wrap::-webkit-scrollbar {
  display: none;
}
.c-modal-wrap-inner {
  min-height: 100vh;
  position: relative;
  padding: 8rem 2rem;
}
.c-modal-wrap.is-modal-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.c-modal-body {
  width: min(768px, 100%);
  margin: auto;
  padding: 2rem;
  background: #fff;
  z-index: 20;
  position: relative;
}
.c-modal-body-inner {
  width: min(620px, 100%);
  margin: auto;
}
.c-modal-close-ovl {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
}

.fs-body-category .fs-c-breadcrumb {
  margin: 0;
}
.fs-body-category .fs-l-pageMain {
  padding-top: 4rem;
}
.fs-body-category .fs-c-productList__controller {
  margin: 0;
  margin-bottom: 2rem;
}
.fs-body-category .fs-c-sortItems {
  margin: 0;
}
.fs-body-category .fs-c-sortItems__list {
  gap: 2rem;
}
.fs-body-category .fs-c-sortItems__label {
  display: none;
}
.fs-body-category .fs-c-sortItems__list__item__label {
  padding: 0;
  font-size: 1rem;
  padding-left: 2rem;
  position: relative;
}
.fs-body-category .fs-c-sortItems__list__item__label::after {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(60, 60, 60, 0.2);
  content: "";
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background: #fff;
}
.fs-body-category .fs-c-sortItems__list__item__label::before {
  width: 12px;
  height: 12px;
  content: "";
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 4px;
  border-radius: 100%;
  background: #004cff;
  z-index: 100;
  scale: 0;
}
.fs-body-category .fs-c-sortItems__list__item__label * {
  color: #3c3c3c;
}
.fs-body-category .fs-c-sortItems__list__item__label:hover {
  color: #3c3c3c;
}
.fs-body-category .fs-c-productList__list + .fs-c-productList__controller {
  margin: 0;
  margin-top: 4rem;
}
.fs-body-category .fs-c-sortItems__list__item.is-active {
  background: none;
  color: #3c3c3c;
  font-weight: 700;
}
.fs-body-category .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label::before {
  scale: 1;
}
.fs-body-category .fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label::after {
  border-color: #004cff;
}
.fs-body-category .fs-c-listControl {
  margin: 0;
  color: rgba(60, 60, 60, 0.4);
  font-weight: 700;
}
.fs-body-category .fs-c-button--addToCart--list.fs-c-button--plain {
  display: none;
}
.fs-body-category .fs-c-productMarks {
  padding: 0 1rem;
}

.fs-l-product2 .fs-l-productLayout > * > * {
  margin: 0;
}

.fs-body-product .fs-l-pageMain {
  padding-top: 3rem;
}
.fs-body-product .fs-l-product2 .fs-l-productLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
.fs-body-product .fs-l-productLayout__item--1 {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .fs-body-product .fs-l-productLayout__item--1 {
    width: 100%;
  }
}
.fs-body-product .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-body-product .fs-c-productThumbnail {
  margin-top: 1rem;
  gap: 1rem;
}
.fs-body-product .fs-c-productThumbnail__image {
  opacity: 0.5;
  margin: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.fs-body-product .fs-c-productThumbnail__image.is-active {
  opacity: 1;
}
.fs-body-product .fs-c-productThumbnail__image.is-active img {
  border: none;
}
.fs-body-product .fs-l-productLayout__item--2 {
  width: calc(50% - 4rem);
}
@media only screen and (max-width: 800px) {
  .fs-body-product .fs-l-productLayout__item--2 {
    width: 100%;
  }
}
.fs-body-product .fs-c-productNameHeading {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.fs-body-product .fs-c-productNumber {
  display: block;
  border: none;
  padding: 0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(60, 60, 60, 0.1);
  color: rgba(60, 60, 60, 0.4);
  font-size: 0.9rem;
  line-height: 1.6;
}
.fs-body-product .fs-c-estimatedDeliveryDate {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 2rem;
  padding: 2rem 4rem;
  background: #fff;
}
.fs-body-product .fs-c-estimatedDeliveryDate .fs-c-time {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.fs-body-product .fs-c-estimatedDeliveryDate .fs-c-estimatedDeliveryDate__deliverable {
  margin-bottom: 1rem;
}
.fs-body-product .fs-c-estimatedDeliveryDate .fs-c-estimatedDeliveryDate__ctrl {
  font-size: 1rem;
}
.fs-body-product .fs-c-button--plain {
  font-weight: 700;
  color: #004cff;
}
.fs-body-product .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-body-product .fs-c-productActionButton,
.fs-body-product .fs-c-productQuantityAndWishlist {
  margin-top: 2rem;
}
.fs-body-product .fs-c-returnedSpecialContract {
  padding: 0;
  margin-top: 4rem;
}
.fs-body-product .fs-c-inquiryAboutProduct {
  margin-top: 1rem;
}
.fs-body-product .fs-p-snsArea {
  margin-top: 1rem;
}

.fs-c-productListCarousel,
.fs-c-slick .slick-list,
.fs-c-productListCarousel__list {
  position: relative;
  overflow: visible;
}

.fs-c-productListCarousel__list__item {
  max-width: 340px;
  margin: 0;
  background: #fff;
}

.fs-c-productListCarousel__ctrl {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  translate: 0 -50%;
  z-index: 1000;
}

.fs-c-button--carousel {
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  min-height: 40px;
}

.fs-c-productListCarousel__ctrl--prev {
  right: auto;
  left: 0.5rem;
}

.fs-c-productListCarousel__ctrl--next {
  right: 0.5rem;
  left: auto;
}

.fs-c-productListCarousel__list__item > * + * {
  margin: 0;
}

.fs-c-productPrice {
  width: 100%;
}