@charset "UTF-8";
:root {
  --pt-clr-textHeader-1: #222222;
  --pt-clr-subText-1: #CE2E22;
  --pt-clr-text-1: #333333;
  --pt-clr-bg-base: #999;
  --pt-fz-xxl:clamp(22px, 10.158px + 2.632vw, 27px);
  --pt-fz-xl:clamp(20px, 10.526px + 2.105vw, 24px);
  --pt-fz-lg:clamp(17px, 9.895px + 1.579vw, 20px);
  --pt-fz-ml:clamp(15px, 10.263px + 1.053vw, 17px);
  --pt-fz-md:clamp(14px, 9.263px + 1.053vw, 16px);
  --pt-fz-sm:clamp(14px, 11.632px + 0.526vw, 15px);
  --pt-fz-def:clamp(13px, 10.632px + 0.526vw, 14px);
  --pt-fz-smh:clamp(12px, 9.632px + 0.526vw, 13px);
  --pt-fz-xs:clamp(119px, 116.632px + 0.526vw, 120px);
  --pt-fz-xxs:10px;
  --pt-clr-headerBg-def:rgba(126, 126, 126, 0.08);
  --pt-mq-min-sm: 640px;
  --pt-mq-min-md: 900px;
  --pt-mq-min-lg: 1200px;
  --pt-mq-max-sm: 639px;
  --pt-mq-max-md: 899px;
  --pt-mq-max-lg: 1199px;
  --pt-spa-max-width:1200px;
  --pt-spa-max-width-p:calc(1200px + var(--pt-spa-both-side) * 2);
  --pt-spa-max-width-sm:640px;
  --pt-spa-max-width-article:820px;
  --pt-spa-both-side: min(4vw,2.4rem);
  --pt-spa-section: clamp(9.6rem, 3.916rem + 12.632vw, 12rem);
  --pt-spa-section-s: clamp(7.2rem, 1.516rem + 12.632vw, 9.6rem);
  --pt-spa-btn-md: min(100%,320px);
  --pt-spa-btn-sm: min(100%,275px);
  --pt-spa-btn-xs: min(100%,225px);
  --pt-clr-btnBg-1:#CE2E22;
  --pt-clr-btnBorder-1:#CE2E22;
  --pt-clr-btnText-1: white;
  --pt-clr-btnBg-hover-1: #93c6e5;
  --pt-clr-btnBorder-hover-1:#93c6e5;
  --pt-clr-btnText-hover-1: white;
  --pt-clr-btnBg-2: #FFD52B;
  --pt-clr-btnBorder-2:#FFD52B;
  --pt-clr-btnText-2: #222222;
  --pt-clr-btnBg-hover-2:#ffe477;
  --pt-clr-btnBorder-hover-2: #ffe477;
  --pt-clr-btnText-hover-2: #222222;
  --pt-clr-btnBg-3: #222222;
  --pt-clr-btnBorder-3:#222222;
  --pt-clr-btnText-3: white;
  --pt-clr-btnBg-hover-3:#666666;
  --pt-clr-btnBorder-hover-3: #666666;
  --pt-clr-btnText-hover-3: white;
  --pt-ratioImg-1: 1 / 1;
  --pt-r-sm: 4px;
  --pt-r-md: 8px;
}

.fs-l-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.fs-l-page > * {
  width: 100%;
}
.fs-l-page .fs-l-main {
  flex: 1;
}

.fs-l-main {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-l-main {
    margin-top: 0;
    margin-bottom: 7.2rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .fs-l-main {
    margin-bottom: 9.6rem;
  }
}

:is(.fs-body-about-terms,
.fs-body-about-memberAgreement,
.fs-body-about-returnPolicy,
.fs-body-about-privacyPolicy,
.fs-body-about-terms,
.fs-body-about-points,
.fs-body-about-shippingPayment) .fs-l-main {
  max-width: 1000px;
}

.fs-body-custom .fs-c-documentArticle {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

:is(.fs-body-top,
.fs-body-category,
.fs-body-product,
.fs-body-search,
.fs-body-bundle,
.fs-body-couponProduct) .fs-l-main {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.fs-body-category .fs-l-main {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-body-category .fs-l-main {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-category .fs-l-main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 28.8rem 1fr;
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}
.fs-body-category .fs-l-sideArea {
  display: none;
}
@media screen and (min-width: 900px) {
  .fs-body-category .fs-l-sideArea {
    display: block;
    grid-row: 1;
    grid-column: 1;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-category .fs-l-sideArea + .fs-l-pageMain {
    grid-row: 1;
    grid-column: 2;
  }
}
.fs-body-search .fs-l-main {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-body-search .fs-l-main {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-search .fs-l-main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 28.8rem 1fr;
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}
.fs-body-search .fs-l-sideArea {
  display: none;
}
@media screen and (min-width: 900px) {
  .fs-body-search .fs-l-sideArea {
    display: block;
    grid-row: 1;
    grid-column: 1;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-search .fs-l-sideArea + .fs-l-pageMain {
    grid-row: 1;
    grid-column: 2;
  }
}
.fs-body-bundle .fs-l-main {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-body-bundle .fs-l-main {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-bundle .fs-l-main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 28.8rem 1fr;
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}
.fs-body-bundle .fs-l-sideArea {
  display: none;
}
@media screen and (min-width: 900px) {
  .fs-body-bundle .fs-l-sideArea {
    display: block;
    grid-row: 1;
    grid-column: 1;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-bundle .fs-l-sideArea + .fs-l-pageMain {
    grid-row: 1;
    grid-column: 2;
  }
}
.fs-body-couponProduct .fs-l-main {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-body-couponProduct .fs-l-main {
    margin-top: 2.4rem;
    margin-bottom: 7.2rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-couponProduct .fs-l-main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 28.8rem 1fr;
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}
.fs-body-couponProduct .fs-l-sideArea {
  display: none;
}
@media screen and (min-width: 900px) {
  .fs-body-couponProduct .fs-l-sideArea {
    display: block;
    grid-row: 1;
    grid-column: 1;
    padding-right: 4.8rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-couponProduct .fs-l-sideArea + .fs-l-pageMain {
    grid-row: 1;
    grid-column: 2;
  }
}
.fs-body-product :where(#fs_form, .fs-l-productFeature__inn) {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (max-width: 899px) {
  .fs-body-product .fs-l-productFeature {
    margin-top: 7.2rem;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-product .fs-l-productFeature {
    margin-top: 9.6rem;
  }
}
.fs-body-product .fs-l-productFeature:not(:has(.fs-c-featuredProduct)) {
  display: none;
}

#fs_Register .fs-l-main {
  max-width: 640px;
}
#fs_Register .fs-l-main .fs-p-announcement {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
#fs_Register .fs-l-main .fs-c-specTableContainer {
  max-width: 880px;
  margin: 2.4rem auto 0;
}

.fs-c-dropdown {
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #ffffff;
}
.fs-c-dropdown:has(> .fs-c-dropdown__menu:focus) {
  border-color: #999999;
}
.fs-c-dropdown .fs-c-dropdown__menu {
  grid-row: 1;
  grid-column: 1/3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  min-height: 1.8em;
  padding: 6px 10px 6px 10px;
  border: none;
  border-radius: 0%;
  outline: none;
  font-size: var(--pt-fz-smh, 1.3rem);
}
.fs-c-dropdown .fs-c-dropdown__menu:focus {
  border: none;
  outline: none;
  background-color: #ffffff;
  box-shadow: none;
}
.fs-c-dropdown select > option:first-of-type {
  color: #aaa;
}
.fs-c-dropdown::before {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  grid-row: 1;
  grid-column: 2/3;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  content: "\e90f";
  color: #333333;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "fs-icon" !important;
  pointer-events: none;
}
.fs-c-dropdown::after {
  display: block;
  z-index: 1;
  position: static;
  grid-row: 1;
  grid-column: 2/3;
  width: 2rem;
  height: 100%;
  border-left: 0.1rem solid #cccccc;
  background-color: #e6e6e6;
  content: "";
}

.fs-c-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}
.fs-c-checkbox__checkbox {
  display: none;
}
.fs-c-checkbox__label {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-color: #CE2E22;
  background: #CE2E22;
  color: #ffffff;
  transition: all 0.4s 0s ease;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 1;
}
.fs-c-checkbox__checkMark {
  display: block;
  position: relative;
  width: 8px;
  min-width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 2px solid #999999;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.fs-c-checkbox__checkMark::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: -0.05em;
  left: -0.05em;
  content: "\e910";
  color: #ffffff;
  font-size: 1em;
  opacity: 0;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.fs-c-radio {
  display: flex;
  align-items: stretch;
}
.fs-c-radio__radio {
  display: none;
}
.fs-c-radio__label {
  display: inline-flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  word-break: keep-all;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  width: 8px;
  height: 8px;
  background: #CE2E22;
  opacity: 1;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #CE2E22;
  transition: all 0.4s 0s ease;
}
.fs-c-radio__radioMark {
  display: block;
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 2px solid #999999;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.fs-c-radio__radioMark::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  content: "";
  opacity: 0;
}
.fs-c-radio__radioLabelText {
  flex-grow: 1;
}
.fs-c-radio__radioLabelText::after {
  width: 0;
  content: "";
  color: transparent;
  font-size: 0;
}

.fs-c-radioGroup, .fs-c-checkboxGroup {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .fs-c-radioGroup, .fs-c-checkboxGroup {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}
.fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
  flex-basis: 100%;
  min-height: calc(1em + 4px);
}
@media screen and (min-width: 900px) {
  .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
    flex-basis: auto;
  }
}

@media screen and (min-width: 900px) {
  .fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
    margin-right: 2rem;
  }
}

.fs-c-dropdown.fs-c-inputDate__year {
  width: 11.5rem;
}
.fs-c-dropdown.fs-c-inputDate__month, .fs-c-dropdown.fs-c-inputDate__date {
  width: 8.5rem;
}

.fs-c-dropdownGroup {
  gap: 0.8rem;
}
.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 0;
}

.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: "\e90f";
}

[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: 5px 0px 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  font-size: var(--pt-fz-smh, 1.3rem);
}
[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: #999999;
  box-shadow: none;
}

.fs-c-modal,
.fs-c-modal--small,
.fs-c-modal--medium {
  background: rgba(0, 0, 0, 0.7);
}

.fs-c-modal--inquiry .fs-c-modal__inner, .fs-c-modal--chooseVariation .fs-c-modal__inner {
  min-width: calc(100% - 4vw);
  max-width: none;
}
@media screen and (min-width: 500px) {
  .fs-c-modal--inquiry .fs-c-modal__inner, .fs-c-modal--chooseVariation .fs-c-modal__inner {
    min-width: 492px;
  }
}

.fs-c-modal__header {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 5rem;
  padding: 0 1.6rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #f5f5f5;
}
.fs-c-modal__close {
  display: flex;
  align-items: center;
  padding: 0;
}
.fs-c-modal__close::before {
  font-size: 2.4rem;
}
.fs-c-modal__title, .fs-c-modal__productName {
  margin: 0;
  padding: 0.1em 0 0;
  font-weight: bold;
  font-size: inherit;
  font-size: var(--pt-fz-md, 1.6rem);
}
.fs-c-modal__contents {
  flex-grow: 1;
  max-height: calc(100% - 80px);
  padding: 16px;
  overflow: auto;
}
.fs-c-modal__contents .fs-c-inputTable {
  width: 100%;
}
.fs-c-modal__contents .fs-c-inquiryProduct {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin: 0 auto 20px;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-inquiryProduct__productImage {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 8px;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__copy,
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation {
  font-size: 0.8em;
}
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__copy,
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__name,
.fs-c-modal__contents .fs-c-inquiryProduct .fs-c-productName__variation {
  display: block;
}

.fs-c-inquiryMessage {
  margin: 0 0 1.6rem;
}

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 16px;
}
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell, .fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  padding: 0;
  background-color: transparent;
}

.fs-c-checkbox__labelText a {
  color: #333333;
}
.fs-c-checkbox__labelText a:hover, .fs-c-checkbox__labelText a:active, .fs-c-checkbox__labelText a:focus {
  color: #CE2E22;
}

.fs-c-button--sendInquiry {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-button--sendInquiry:hover, .fs-c-button--sendInquiry:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}

.fs-c-productListItem form aside.fs-c-modal .fs-c-modal__header {
  height: 7rem;
}

.fs-c-cartTable .fs-c-quantity select {
  position: relative;
  padding: 1rem;
  border-radius: 0;
  text-align: right;
}
.fs-c-cartTable__actionButton button {
  display: inline-block;
  width: var(--pt-spa-btn-xs);
  padding: 0 0.4rem;
  border: 1px solid #333;
  border-radius: 0px;
  border-radius: 3px;
  background: #eeeeee;
  box-shadow: none;
  color: #333;
  font-size: 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-cartTable__actionButton button:visited {
  color: #333;
}
.fs-c-cartTable__actionButton button:hover, .fs-c-cartTable__actionButton button:active {
  background-color: #333;
  color: #ffffff;
}
.fs-c-cartTable__actionButton button .fs-c-button__label {
  text-decoration: none;
  white-space: nowrap;
}
.fs-c-cartTable .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 90px;
}

@media screen and (max-width: 959px) {
  .fs-l-cart__contentsArea > * {
    width: min(100%, 900px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .fs-l-cart__contentsArea:has(> .fs-c-noResultMessage) + .fs-c-continueShopping {
    justify-content: center;
  }
}
.fs-l-cart__contentsArea:has(> .fs-c-noResultMessage) + .pt-cartContent-wrapper .pt-cartContent-wrapper__inn {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .fs-l-cart__contentsArea:has(> .fs-c-noResultMessage) + .pt-cartContent-wrapper .pt-cartContent-wrapper__inn + .fs-c-continueShopping {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .fs-l-cart__contentsArea:has(> .fs-c-noResultMessage) + .pt-cartContent-wrapper .fs-p-announcement {
    max-width: 900px;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .fs-l-cart__contentsArea:has(> .fs-c-noResultMessage) + .pt-cartContent-wrapper .fs-p-announcement__title {
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__actionButton {
    gap: 0.4rem;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    margin: 0;
    padding: 0;
    border-width: 0;
  }
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 10px;
  }
}
.pt-cartContent-wrapper__inn {
  padding: var(--pt-spa-both-side, min(4vw, 1.6rem));
  background-color: var(--pt-clr-headerBg-def, rgba(126, 126, 126, 0.08));
}
.pt-cartContent-wrapper__inn + * {
  margin-top: 2.4rem;
}

.fs-body-cart .fs-c-noResultMessage {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .fs-body-cart .fs-p-announcement {
    max-width: initial;
    inline-size: auto;
    margin-right: initial;
    margin-left: initial;
  }
  .fs-body-cart .fs-p-announcement__title {
    inline-size: auto;
    margin-right: initial;
    margin-left: initial;
  }
}

.fs-p-productSearch {
  display: grid;
  border-bottom: 1px solid #999999;
  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: auto 1fr;
  grid-template: auto 1fr/1fr auto;
}
.fs-p-productSearch__parameter {
  grid-row: 1;
  grid-column: 1;
}
.fs-p-productSearch__formSwitch {
  display: block;
  grid-row: 1;
  grid-column: 2;
  padding: 0 8px;
  background: var(--pt-clr-headerBg-def, rgba(126, 126, 126, 0.08));
  line-height: 2;
  cursor: pointer;
}
.fs-p-productSearch__formClose {
  display: none;
}
.fs-p-productSearch__search {
  grid-row: 2;
  max-height: 0px;
  overflow: auto;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: max-height;
  transition-timing-function: ease;
  -webkit-overflow-scrolling: touch;
}
.fs-p-productSearch__form {
  padding: 32px 0;
  transform: translateY(0%);
  background: var(--pt-clr-headerBg-def, rgba(126, 126, 126, 0.08));
  background-color: transparent;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: linear;
}
.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
  display: block;
}
.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formOpen {
  display: none;
}
.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 90dvh;
}
.fs-p-productSearch :checked ~ .fs-p-productSearch__search .fs-p-productSearch__form {
  transform: translateY(0);
}
.fs-p-productSearch__searchButton {
  position: relative;
  min-width: 8em;
  padding-left: calc(1.6em + 8px);
}
.fs-p-productSearch__searchButton::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "\e932";
  font-size: 1.8rem;
  text-align: center;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary {
  display: inline-block;
  padding: 1.25em 2rem;
  border: 1px solid #666666;
  border-radius: 0px;
  background: #fff;
  box-shadow: none;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary:visited {
  color: #666666;
}
.fs-p-productSearch__searchButton .fs-c-button--secondary:hover, .fs-p-productSearch__searchButton .fs-c-button--secondary:active {
  border: 1px solid #CE2E22;
  color: #CE2E22;
}
.fs-p-productSearch__field {
  display: grid;
  -moz-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "table1" "table2" "btn";
       column-gap: 32px;
}
@media screen and (min-width: 768px) {
  .fs-p-productSearch__field {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "table1 table2" "btn btn";
  }
}
.fs-p-productSearch__inputTable {
  table-layout: fixed;
}
.fs-p-productSearch__inputTable:nth-child(1) {
  grid-area: table1;
}
.fs-p-productSearch__inputTable:nth-child(2) {
  grid-area: table2;
}
.fs-p-productSearch__searchButtonContainer {
  grid-area: btn;
  padding-top: 32px;
}

.fs-p-searchForm__inputGroup {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-areas: "body icon";
  align-items: center;
  overflow: hidden;
  border: 1px solid #999999;
  border-radius: 0px;
}
.fs-p-searchForm__inputGroup:has(> .fs-p-searchForm__input:focus) {
  border-color: #999999;
}
.fs-p-searchForm__inputGroup:has(> .fs-p-searchForm__input:focus) .fs-p-searchForm__button::before {
  color: #222222;
}
.fs-p-searchForm__input {
  box-sizing: border-box;
  grid-area: body;
  height: max(1em, 1.6rem * 2.5);
  padding: min(0.5em, 8px) min(1em, 16px);
  border: none;
  outline: none;
  color: #222222;
  font-size: 1.6rem;
}
.fs-p-searchForm__input:focus {
  box-shadow: none;
}
.fs-p-searchForm__input::-moz-placeholder {
  color: #cccccc;
}
.fs-p-searchForm__input::placeholder {
  color: #cccccc;
}
.fs-p-searchForm__button {
  display: flex;
  grid-area: icon;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: max(1em, 1.6rem * 2.5);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.fs-p-searchForm__button > span {
  display: none;
}
.fs-p-searchForm__button::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  top: 0.2rem;
  right: 0;
  bottom: 0;
  left: 0;
  content: "\e932";
  color: #cccccc;
  font-size: 2.2rem;
  line-height: 1.25;
  text-indent: 0;
}

@media screen and (max-width: 639px) {
  .fs-c-listControl__status {
    margin-bottom: 0.8rem;
  }
}

a.fs-c-pagination__item {
  transition-duration: 0s;
}

.fs-c-pagination {
  align-items: center;
}

.fs-c-pagination__item {
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 0.25em;
  padding: 0;
  box-shadow: none;
  color: #333;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.fs-c-pagination__item::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background-color: #eee;
  content: "";
}
.fs-c-pagination__item:visited::after {
  background-color: #eee;
}
.fs-c-pagination__item:hover {
  color: #fff;
}
.fs-c-pagination__item:hover::after {
  background-color: #CE2E22;
}
.fs-c-pagination__item.is-active {
  background-color: transparent;
  color: #fff;
}
.fs-c-pagination__item.is-active::after {
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background-color: #CE2E22;
  content: "";
}
.fs-c-pagination__item.fs-c-pagination__item--next:hover {
  color: #333;
}
.fs-c-pagination__item.fs-c-pagination__item--next::after {
  background-color: transparent;
}

.fs-c-pagination__item--next::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e90c";
  font-size: 1.5em;
  line-height: 1;
}
.fs-c-pagination__item.fs-c-pagination__item--prev:hover {
  color: #333;
}
.fs-c-pagination__item.fs-c-pagination__item--prev::after {
  background-color: transparent;
}

.fs-c-pagination__item--prev::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e90b";
  font-size: 1.5em;
  line-height: 1;
}

.fs-c-accountService {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  padding: 0;
  list-style: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.fs-c-accountService > li {
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .fs-c-accountService {
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@media screen and (min-width: 960px) {
  .fs-l-account {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "ainfo" "service";
  }
  .fs-p-accountInfo {
    grid-area: ainfo;
  }
  .fs-c-accountService {
    grid-area: service;
  }
  .fs-p-accountInfo, .fs-c-accountService {
    width: min(100%, var(--pt-spa-max-width-article));
    margin: 0 auto;
  }
}
.fs-c-accountService__page {
  display: flex;
  align-items: stretch;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  margin: 8px 0;
}

@media screen and (min-width: 640px) {
  .fs-c-accountService__page--couponList {
    grid-row: span 1;
    grid-column: span 2;
    aspect-ratio: initial;
  }
}

.fs-c-accountService__page--accountDelete {
  grid-row: span 1;
  grid-column: 1/-1;
  aspect-ratio: initial;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  padding: 8px 0;
  text-decoration: underline;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #f7f7f7;
  box-shadow: 0 0 2px #b2b2b2;
  color: #3c3c3c;
  text-align: center;
  text-decoration: none;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  flex-grow: 1;
  font-size: var(--pt-fz-xs);
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: min(13vw, 64px);
  height: min(13vw, 64px);
  margin: 8px auto 0;
  color: #7c8790;
  font-size: min(10vw, 48px);
  line-height: 1.2;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}

.fs-c-accountService__page--linkedAccounts .fs-c-accountService__pageLink__label::before {
  content: "\e93f";
}

.fs-c-accountService__page {
  margin: 0;
}
@media screen and (max-width: 439px) {
  .fs-c-accountService__page {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .fs-c-accountService .fs-c-accountService__page--couponList {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 639px) and (max-width: 439px) {
  .fs-c-accountService .fs-c-accountService__page--couponList {
    flex-basis: 100%;
    justify-content: space-around;
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #333333;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #f5f5f5;
  box-shadow: 0 0 1px #e8e8e8;
  color: #3c3c3c;
}

.fs-p-accountInfo.fs-clientInfo.is-ready {
  display: block;
}

.fs-p-accountInfo {
  padding: var(--pt-spa-both-side);
  background: #f5f5f5;
  color: #333333;
}
.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
.fs-p-accountInfo__header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 var(--pt-spa-both-side);
}
.fs-p-accountInfo__body {
  padding: var(--pt-spa-both-side) 0;
  background: #ffffff;
  text-align: center;
}
.fs-p-accountInfo__footer {
  margin-top: var(--pt-spa-both-side);
  text-align: center;
}
.fs-p-accountInfo__accountStage[class~=is-staged--] {
  display: none;
}
.fs-p-accountInfo__accountStage__stage {
  font-weight: bold;
  font-size: 2.2rem;
}
.fs-p-accountInfo__point[class~=has-points--] {
  display: none;
}
.fs-p-accountInfo__point__point__available {
  font-weight: bold;
}
.fs-p-accountInfo__point__point__available__number {
  color: #E52A89;
  font-size: 2.6rem;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #E52A89;
  font-size: 2.6rem;
}

.fs-p-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fs-p-closed__image {
  width: min(80%, 150px);
}

.fs-l-pageMain.pt-maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-c-documentArticle__heading {
  margin: 0 0 2.4rem;
  padding: 0;
  padding: 1em 0.8rem;
  background-color: var(--pt-clr-headerBg-def, rgba(126, 126, 126, 0.08));
  color: #222222;
  font-weight: 400;
  font-size: var(--pt-fz-ml, 1.7rem);
  text-align: center;
}
.fs-c-documentArticle__content {
  margin-top: 2.4rem;
  padding: 0;
}
.fs-c-documentArticle__content:not(.fs-c-documentColumn) {
  margin-top: 2.4rem;
}
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 3.2rem;
}

.fs-c-documentColumn:not(:nth-of-type(1)) .fs-c-documentColumn__heading {
  margin-top: 1.6rem;
}
.fs-c-documentColumn__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  padding: 0 0 0.8rem;
  border-width: 0 0 1px 0px;
  border-style: solid;
  border-color: #222222;
  color: #222222;
  font-weight: 500;
  font-size: var(--pt-fz-ml, 1.6rem);
}
@media screen and (max-width: 439px) {
  .fs-c-documentColumn__heading {
    padding-right: 0;
    padding-left: 0;
  }
}
.fs-c-documentColumn__content {
  padding: 0;
}
.fs-c-documentColumn__content > *:not(:nth-child(1)) {
  margin-top: 1em;
}
* + .fs-c-documentColumn {
  margin-top: 3.2rem;
}
.fs-c-documentColumn > * + *:not(p) {
  margin-top: 2.4rem;
}

@media screen and (min-width: 600px) {
  .fs-c-explainList {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.fs-c-explainList dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}
@media screen and (min-width: 600px) {
  .fs-c-explainList dt {
    position: relative;
    min-width: 150px;
    margin-bottom: 0;
    padding: 1.6rem 2.4rem;
    border-bottom: 1px solid #cccccc;
  }
  .fs-c-explainList dt::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 1.6rem);
    transform: translate(0%, -50%);
    background-color: #cccccc;
    content: "";
  }
  .fs-c-explainList dt:nth-last-of-type(1) {
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .fs-c-explainList dt {
    justify-content: flex-start;
    width: 100%;
    min-width: auto;
    padding: 0.8rem 0.8rem;
    border-bottom: 1px solid #cccccc;
  }
}
.fs-c-explainList dd {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.fs-c-explainList dd:nth-last-of-type(1) {
  border-bottom: none;
}
.fs-c-explainList dd:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .fs-c-explainList dd {
    justify-content: flex-start;
    margin-bottom: 0.8rem;
    padding: 1.6rem 0 1.6rem;
  }
  .fs-c-explainList dd:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

ul.fs-c-list {
  font-size: clamp(13px, 10.632px + 0.526vw, 14px);
}
ul.fs-c-list li::before {
  box-sizing: content-box;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: auto 4px auto -8px;
  border: 5px solid #333333;
  border-radius: 50%;
  content: "";
}

ol.fs-c-orderedList {
  margin-left: 1em;
  font-size: clamp(13px, 10.632px + 0.526vw, 14px);
}
ol.fs-c-orderedList > li {
  padding: 0 8px 0 1.25em;
}
ol.fs-c-orderedList > li::before {
  padding-right: 1em;
  color: #333333;
}
ol.fs-c-orderedList > li .fs-c-orderedList {
  margin: 1.6rem 0;
  padding: 0 8px 0 1.25em;
  border-left: 2px solid #333333;
}

.fs-c-note {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  list-style: none;
}
.fs-c-note__item {
  padding-left: 1em;
  text-indent: -1em;
}
.fs-c-note__item::before {
  content: "※";
}

.fs-c-productListCarousel .slick-track {
  box-sizing: border-box;
  display: grid;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  transform: none !important;
}
.fs-c-productListCarousel .slick-track::before, .fs-c-productListCarousel .slick-track::after {
  display: none;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
  display: grid;
}

.fs-c-productListCarousel .slick-slide {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  border: none;
  line-height: 1.5;
  vertical-align: top;
}

.fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-wrap: wrap;
}

.fs-c-productListCarousel__ctrl {
  display: none !important;
}

.fs-c-productList__list {
  display: grid;
}
.fs-c-productList__list__item {
  display: flex;
}
.fs-c-productList__list__item form {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.fs-c-productListItem > form {
  margin: 0 !important;
}

.fs-c-productListItem form > *:not(.fs-c-productListItem__productName), div .fs-c-productListItem > *:not(.fs-c-productListItem__productName) {
  width: 100%;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.fs-c-productListItem form .fs-c-productListItem__imageContainer, div .fs-c-productListItem .fs-c-productListItem__imageContainer {
  margin-bottom: 0;
}
.fs-c-productListItem form aside.fs-c-modal, div .fs-c-productListItem aside.fs-c-modal {
  margin-bottom: 0;
}

.fs-c-productListItem .fs-c-productList__list__item > form {
  margin-bottom: 0;
}

.fs-c-productListItem__imageContainer + .fs-c-productListItem__prices {
  margin-top: 1.6rem;
}

:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__imageContainer {
  width: 100%;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__productName {
  width: 100%;
  margin: 1.6rem 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName a {
  text-decoration: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__copy {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__name {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__name {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__name:hover, :is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__name:active {
  text-decoration: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productName__variation {
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__productDescription {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  gap: 0.3rem;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productMarks .fs-c-mark {
  margin-bottom: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productMarks .fs-c-productMark__mark {
  margin-right: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productMark {
  display: contents;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productMark__item {
  display: inline-block;
  margin: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice {
  display: flex;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice .fs-c-productPrice__main__label {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice .fs-c-productPrice__main__label {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--listed {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--listed {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-price__value {
  text-decoration: line-through;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control {
  display: flex;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--addToCart--list a {
  color: #333333;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--addToCart--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--viewProductDetail a {
  color: #333333;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--viewProductDetail :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list a {
  color: #333333;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  display: flex;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon {
  display: flex;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-modal--chooseVariation .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__notice.fs-c-productStock {
  width: 100%;
  margin-top: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__preorderMessage {
  color: #222222;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__preorderMessage {
    font-size: calc(1.3rem + (12 - 13) * (100vw - 640px) / (350 - 640));
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-salesPeriod {
  margin-top: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-salesPeriod__date {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  text-align: center;
  text-align: center;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-salesPeriod__date > dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-buttonContainer {
  padding: 0;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__prices {
  order: 1;
  margin-bottom: 0 !important;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--member {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control {
  display: flex;
  order: 2;
  margin-top: -2.6rem;
}
.fs-c-productListItem > .fs-c-productListItem__control.fs-c-buttonContainer {
  margin-bottom: 0;
}

:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}
@media (min-width: 640px) and (max-width: 899px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-slide:nth-of-type(n+10) {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-slide:nth-of-type(n+11) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
:is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .slick-track, :is(.fs-body-my-coupons,
.fs-body-cart,
.fs-body-my-top) .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-track, :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-track, :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .slick-track, :is(.fs-body-my-coupons,
  .fs-body-cart,
  .fs-body-my-top) .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(5, 1fr);
  }
}

.col4-list .fs-c-productListItem__imageContainer {
  width: 100%;
}
.col4-list .fs-c-productListItem__productName {
  width: 100%;
  margin: 1.6rem 0;
}
.col4-list .fs-c-productName a {
  text-decoration: none;
}
.col4-list .fs-c-productName__copy {
  display: none;
}
.col4-list .fs-c-productName__name {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .col4-list .fs-c-productName__name {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
.col4-list .fs-c-productName__name:hover, .col4-list .fs-c-productName__name:active {
  text-decoration: none;
}
.col4-list .fs-c-productName__variation {
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
.col4-list .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.col4-list .fs-c-productListItem__productDescription {
  display: none;
}
.col4-list .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  gap: 0.3rem;
}
.col4-list .fs-c-productMarks .fs-c-mark {
  margin-bottom: 0;
}
.col4-list .fs-c-productMarks .fs-c-productMark__mark {
  margin-right: 0;
}
.col4-list .fs-c-productMark {
  display: contents;
}
.col4-list .fs-c-productMark__item {
  display: inline-block;
  margin: 0;
}
.col4-list .fs-c-productPrice {
  display: flex;
}
.col4-list .fs-c-productPrice .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.col4-list .fs-c-productPrice .fs-c-productPrice__main__label {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .col4-list .fs-c-productPrice .fs-c-productPrice__main__label {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.col4-list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .col4-list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.col4-list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.col4-list .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productPrice--listed {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .col4-list .fs-c-productPrice--listed {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.col4-list .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-price__value {
  text-decoration: line-through;
}
.col4-list .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
.col4-list .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productListItem__control {
  display: flex;
}
.col4-list .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.col4-list .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.col4-list .fs-c-productListItem__control .fs-c-button--addToCart--list a {
  color: #333333;
}
.col4-list .fs-c-productListItem__control .fs-c-button--addToCart--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.col4-list .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.col4-list .fs-c-productListItem__control .fs-c-button--viewProductDetail a {
  color: #333333;
}
.col4-list .fs-c-productListItem__control .fs-c-button--viewProductDetail :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.col4-list .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.col4-list .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list a {
  color: #333333;
}
.col4-list .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.col4-list .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  display: flex;
}
.col4-list .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon {
  display: flex;
}
.col4-list .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.col4-list .fs-c-modal--chooseVariation .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.col4-list .fs-c-productListItem__notice.fs-c-productStock {
  width: 100%;
  margin-top: 0;
}
.col4-list .fs-c-productListItem__preorderMessage {
  color: #222222;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .col4-list .fs-c-productListItem__preorderMessage {
    font-size: calc(1.3rem + (12 - 13) * (100vw - 640px) / (350 - 640));
  }
}
.col4-list .fs-c-salesPeriod {
  margin-top: 0;
}
.col4-list .fs-c-salesPeriod__date {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  text-align: center;
  text-align: center;
}
.col4-list .fs-c-salesPeriod__date > dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.col4-list .fs-c-buttonContainer {
  padding: 0;
}
.col4-list .fs-c-productListItem__prices {
  order: 1;
  margin-bottom: 0 !important;
}
.col4-list .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productPrice--member {
  display: none;
}
.col4-list .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.col4-list .fs-c-productListItem__control {
  display: flex;
  order: 2;
  margin-top: -2.6rem;
}
.fs-c-productListItem > .fs-c-productListItem__control.fs-c-buttonContainer {
  margin-bottom: 0;
}

.col4-list .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.col4-list .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
.col4-list .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
.col4-list .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}

@media (min-width: 640px) and (max-width: 899px) {
  .col4-list.fs-c-productListCarousel .slick-slide:nth-of-type(n+10) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .col4-list.fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .col4-list.fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
.col4-list.fs-c-productListCarousel .slick-track, .col4-list.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .col4-list.fs-c-productListCarousel .slick-track, .col4-list.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .col4-list.fs-c-productListCarousel .slick-track, .col4-list.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.fs-body-product .fs-c-featuredProduct .fs-c-featuredProduct__header {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__imageContainer {
  width: 100%;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__productName {
  width: 100%;
  margin: 1.6rem 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productName a {
  text-decoration: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productName__copy {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productName__name {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productName__name {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-productName__name:hover, .fs-body-product .fs-c-featuredProduct .fs-c-productName__name:active {
  text-decoration: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productName__variation {
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__productDescription {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  gap: 0.3rem;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productMarks .fs-c-mark {
  margin-bottom: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productMarks .fs-c-productMark__mark {
  margin-right: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productMark {
  display: contents;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productMark__item {
  display: inline-block;
  margin: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice {
  display: flex;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__main__label {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productPrice .fs-c-productPrice__main__label {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--listed {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productPrice--listed {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-price__value {
  text-decoration: line-through;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control {
  display: flex;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--addToCart--list a {
  color: #333333;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--addToCart--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--viewProductDetail a {
  color: #333333;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--viewProductDetail :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list a {
  color: #333333;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  display: flex;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon {
  display: flex;
}
.fs-body-product .fs-c-featuredProduct .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.fs-body-product .fs-c-featuredProduct .fs-c-modal--chooseVariation .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__notice.fs-c-productStock {
  width: 100%;
  margin-top: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__preorderMessage {
  color: #222222;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListItem__preorderMessage {
    font-size: calc(1.3rem + (12 - 13) * (100vw - 640px) / (350 - 640));
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-salesPeriod {
  margin-top: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-salesPeriod__date {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  text-align: center;
  text-align: center;
}
.fs-body-product .fs-c-featuredProduct .fs-c-salesPeriod__date > dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__prices {
  order: 1;
  margin-bottom: 0 !important;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--member {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control {
  display: flex;
  order: 2;
  margin-top: -2.6rem;
}
.fs-c-productListItem > .fs-c-productListItem__control.fs-c-buttonContainer {
  margin-bottom: 0;
}

.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}
@media (min-width: 640px) and (max-width: 899px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-slide:nth-of-type(n+10) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-slide:nth-of-type(n+9) {
    display: none;
  }
}
.fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-track, .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-track, .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .slick-track, .fs-body-product .fs-c-featuredProduct .fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__imageContainer {
  width: 100%;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__productName {
  width: 100%;
  margin: 1.6rem 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName a {
  text-decoration: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName__copy {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName__name {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .fs-c-productList__list .fs-c-productListItem .fs-c-productName__name {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName__name:hover, .fs-c-productList__list .fs-c-productListItem .fs-c-productName__name:active {
  text-decoration: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName__variation {
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__productDescription {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  gap: 0.3rem;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productMarks .fs-c-mark {
  margin-bottom: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productMarks .fs-c-productMark__mark {
  margin-right: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productMark {
  display: contents;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productMark__item {
  display: inline-block;
  margin: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice {
  display: flex;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice .fs-c-productPrice__main__label {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .fs-c-productList__list .fs-c-productListItem .fs-c-productPrice .fs-c-productPrice__main__label {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--listed {
  color: #222222;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 439px) {
  .fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--listed {
    font-size: calc(1.4rem + (13 - 14) * (100vw - 440px) / (350 - 440));
  }
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-price__value {
  text-decoration: line-through;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control {
  display: flex;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list a {
  color: #333333;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail a {
  color: #333333;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list a {
  color: #333333;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  display: flex;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--particular.fs-c-button--addToWishList--icon {
  display: flex;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-modal--chooseVariation .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  display: block;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__notice.fs-c-productStock {
  width: 100%;
  margin-top: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__preorderMessage {
  color: #222222;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__preorderMessage {
    font-size: calc(1.3rem + (12 - 13) * (100vw - 640px) / (350 - 640));
  }
}
.fs-c-productList__list .fs-c-productListItem .fs-c-salesPeriod {
  margin-top: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-salesPeriod__date {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  text-align: center;
  text-align: center;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-salesPeriod__date > dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-buttonContainer {
  padding: 0;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices {
  order: 1;
  margin-bottom: 0 !important;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--preorder .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--subscription .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--member {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control {
  display: flex;
  order: 2;
  margin-top: -2.6rem;
}
.fs-c-productListItem > .fs-c-productListItem__control.fs-c-buttonContainer {
  margin-bottom: 0;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control > :last-child {
  margin-left: auto;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
  display: none;
}

.fs-c-productList__list {
  grid-template-rows: auto;
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.fr2-sec-cnt-4 > div {
  display: grid;
}
@media (min-width: 640px) and (max-width: 899px) {
  .fr2-sec-cnt-4 > div .fr2-listItem:nth-of-type(n+10) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .fr2-sec-cnt-4 > div .fr2-listItem:nth-of-type(n+9) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .fr2-sec-cnt-4 > div .fr2-listItem:nth-of-type(n+9) {
    display: none;
  }
}
.fr2-sec-cnt-4 > div {
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .fr2-sec-cnt-4 > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .fr2-sec-cnt-4 > div {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-header img {
  display: block;
  width: 100%;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-body {
  margin-right: 0;
  margin-left: 0;
  line-height: 1.5;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-body > * {
  margin-bottom: 0;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-body > *:not(:nth-of-type(1)) {
  margin-top: 0.8rem;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .pt-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fr2-sec-cnt-4 .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .pt-price .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-ttl {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-ttl {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
@media screen and (min-width: 440px) {
  .fr2-sec-cnt-4 .pt-fr2-cnt_h .fr2-footer a {
    display: block;
    max-width: 300px;
  }
}

.fr2-carousel .pt-fr2-cnt_h .fr2-header img {
  display: block;
  width: 100%;
}
.fr2-carousel .pt-fr2-cnt_h .fr2-body {
  margin-right: 0;
  margin-left: 0;
  line-height: 1.5;
}
.fr2-carousel .pt-fr2-cnt_h .fr2-body > * {
  margin-bottom: 0;
}
.fr2-carousel .pt-fr2-cnt_h .fr2-body > *:not(:nth-of-type(1)) {
  margin-top: 0.8rem;
}
.fr2-carousel .pt-fr2-cnt_h .pt-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.fr2-carousel .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fr2-carousel .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fr2-carousel .pt-fr2-cnt_h .pt-price .fs-c-productPrice__main__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr2-carousel .pt-fr2-cnt_h .pt-price .fs-c-productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr2-carousel .pt-fr2-cnt_h .fr2-ttl {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .fr2-carousel .pt-fr2-cnt_h .fr2-ttl {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}
@media screen and (min-width: 440px) {
  .fr2-carousel .pt-fr2-cnt_h .fr2-footer a {
    display: block;
    max-width: 300px;
  }
}

.fr3-sec-cnt-4 .fr3-productListStatic {
  padding: 0;
}
@media (min-width: 640px) and (max-width: 899px) {
  .fr3-sec-cnt-4 .fr3-productListStatic .fr3-item:nth-of-type(n+10) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .fr3-sec-cnt-4 .fr3-productListStatic .fr3-item:nth-of-type(n+9) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .fr3-sec-cnt-4 .fr3-productListStatic .fr3-item:nth-of-type(n+9) {
    display: none;
  }
}
.fr3-sec-cnt-4 .fr3-productListStatic {
  row-gap: 3.2rem;
  -moz-column-gap: 0.8rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
       column-gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .fr3-sec-cnt-4 .fr3-productListStatic {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .fr3-sec-cnt-4 .fr3-productListStatic {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.fr3-sec-cnt-4 .fs-p-heading--lv2 {
  display: none;
}
.fr3-sec-cnt-4 .fr3-item {
  flex-wrap: wrap;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__rankContainer {
  display: none;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__link {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  gap: 0;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productName {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__imageContainer img {
  display: block;
  width: 100%;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__value {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__value {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__value::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productPrice__addon {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.fr3-sec-cnt-4 .fr3-item .fr3-item__productName {
  color: #222222;
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .fr3-sec-cnt-4 .fr3-item .fr3-item__productName {
    font-size: calc(1.5rem + (13 - 15) * (100vw - 640px) / (350 - 640));
  }
}

.fs-l-sideArea .fs-pt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs-l-sideArea .fs-pt-menu__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs-l-sideArea .fs-pt-menu__item > .fs-l-sideArea .fs-pt-menu__heading {
  display: flex;
  justify-content: space-between;
}
.fs-l-sideArea .fs-pt-menu__item > .fs-l-sideArea .fs-pt-menu__heading a {
  display: block;
  width: calc(100% - 2.5rem);
}
.fs-l-sideArea .fs-pt-menu__item .fs-pt-menu__h-open {
  display: inline-block;
  z-index: 10;
  position: relative;
  right: 0;
  width: 3rem;
  height: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  cursor: pointer;
}
.fs-l-sideArea .fs-pt-menu__item .fs-pt-menu__h-open::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
}
.fs-l-sideArea .fs-pt-menu__item.is-active > .pt-existed-next > .fs-pt-menu__h-open::after {
  content: "-";
}
.fs-l-sideArea .fs-pt-menu__item .__acc-items {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: 0.4s;
}
.__acc-wrap.is-active > .__acc-items {
  max-height: 9999px;
}

.fs-l-sideArea .fs-pt-menu__heading {
  display: flex;
  justify-content: space-between;
}
.fs-l-sideArea .fs-pt-menu__heading--lv1 {
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}
.fs-l-sideArea .fs-pt-menu__heading--lv1 a {
  display: flex;
  width: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  color: #333333;
}
.fs-l-sideArea .fs-pt-menu__heading--lv2 {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 0.9em;
}
.fs-l-sideArea .fs-pt-menu__heading--lv2 a {
  display: flex;
  width: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  color: #595959;
}
.fs-l-sideArea .fs-pt-menu__heading--lv2 .fs-pt-menu__h-open {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.fs-l-sideArea .fs-pt-menu__heading--lv3 {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 0.9em;
}
.fs-l-sideArea .fs-pt-menu__heading--lv3 a {
  display: flex;
  width: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  color: #595959;
}
.fs-l-sideArea .fs-pt-menu__heading--lv3 .fs-pt-menu__h-open {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.fs-l-sideArea .fs-pt-menu__heading--lv4 {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 0.9em;
}
.fs-l-sideArea .fs-pt-menu__heading--lv4 a {
  display: flex;
  width: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  color: #595959;
}
.fs-l-sideArea .fs-pt-menu__heading--lv4 .fs-pt-menu__h-open {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.fs-l-sideArea .fs-pt-menu__heading--lv5 {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
  font-size: 0.9em;
}
.fs-l-sideArea .fs-pt-menu__heading--lv5 a {
  display: flex;
  width: 100%;
  padding: 0.8rem 0 0.8rem 0.8rem;
  color: #595959;
}
.fs-l-sideArea .fs-pt-menu__heading--lv5 .fs-pt-menu__h-open {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.fs-l-sideArea .fs-pt-menu__submenu {
  margin: 0;
  padding: 0;
}

.pt-column__sidenav .fs-pt-column__item {
  display: block;
}
.pt-column__sidenav .fs-pt-column__item:not(:nth-of-type(1)) {
  margin-top: 0.8rem;
}
.pt-column__sidenav .fs-pt-column__image img {
  display: block;
  width: 100%;
}
.pt-column__sidenav .fs-pt-column__heading, .pt-column__sidenav .fs-pt-column__description {
  display: none;
}

.fs-p-drawer > *:nth-of-type(1) {
  margin-top: 0;
}
.fs-p-drawer > *:not(:nth-of-type(1)) {
  margin-top: 4.8rem;
}
.fs-p-drawer__heading {
  padding: 0 0.5em 0.75em;
  border-bottom: 1px solid #b3b3b3;
  color: #222222;
  font-size: var(--pt-fz-ml, 1.7rem);
  line-height: 1;
}

.pt-cartChase {
  z-index: 980;
  position: fixed;
  bottom: 0rem;
  left: 0;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s, width;
}
.pt-cartChase.is-enabled {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 900px) {
  .pt-cartChase {
    display: none;
  }
}

.pt-cartChase__area {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
  padding: 1rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #cccccc;
  background: #fff;
}
@media screen and (min-width: 440px) {
  .pt-cartChase__area {
    padding: 1rem 4vw;
  }
}
.pt-cartChase__area .__area:nth-of-type(1) {
  flex: 1 1 calc(55% - 1rem);
}
@media screen and (min-width: 640px) {
  .pt-cartChase__area .__area:nth-of-type(1) {
    flex: 1 1 calc(61% - 1rem);
  }
}
.pt-cartChase__area .__area:nth-of-type(2) {
  flex: 1 1 45%;
  padding-left: 1rem;
}
@media screen and (min-width: 640px) {
  .pt-cartChase__area .__area:nth-of-type(2) {
    flex: 1 1 39%;
    padding-left: 1rem;
  }
}

#pt-cartChase__buy-btn {
  min-width: auto;
}
#pt-cartChase__buy-btn > * {
  min-width: auto;
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
#pt-cartChase__lab, #pt-cartChase__price {
  font-size: var(--pt-fz-smh, 1.3rem);
}
#pt-cartChase__lab span, #pt-cartChase__price span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
#pt-cartChase__price {
  display: flex;
  color: #222222;
  font-weight: 700;
}
#pt-cartChase__price::after {
  display: inline-block;
  flex: 0 0 auto;
  content: "(税込)";
}

.pt-cartChase .cart_scroll-top {
  position: relative;
}
.pt-cartChase .cart_scroll-top #scroll-top.scroll-top {
  position: absolute;
}

.pt-cartChase #scroll-top.scroll-top {
  bottom: auto;
  transform: translateY(calc(-100% - 1rem));
  opacity: 0;
}
.pt-cartChase.is-enabled #scroll-top.scroll-top {
  opacity: 1;
}

.out-stock {
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #999999;
  border-radius: 0px;
  background: #999999;
  color: #ffffff;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.out-stock:hover, .out-stock:focus {
  border-color: #bbbbbb;
  background: #bbbbbb;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .fs-body-product .fs-l-footer {
    padding-bottom: 7.4rem;
  }
}

a {
  text-decoration: none;
}

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

.fs-p-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 4vw;
}
.fs-p-logo__lead {
  display: none;
}
.fs-p-logo__image {
  max-height: 30px;
}
@media screen and (min-width: 640px) {
  .fs-p-logo__image {
    max-height: 40px;
  }
}

.fs-l-header {
  padding-top: 0;
}

.fs-l-header--min {
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #cccccc;
}

.fs-l-footer {
  margin-top: 0;
  border-top: none;
}

.fs-c-heading {
  font-weight: bold;
  font-feature-settings: "palt";
}
.fs-c-heading--page {
  margin: 0;
  padding: 0 0 1.25em;
  border-bottom: none;
  color: #222222;
  font-size: clamp(20px, 10.526px + 2.105vw, 24px);
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fs-c-heading--page {
    padding: 1.25em 0;
  }
}

.price {
  color: #222222;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 439px) {
  .price {
    font-size: calc(1.6rem + (14 - 16) * (100vw - 440px) / (350 - 440));
  }
}
.price::after {
  color: #222222;
  font-weight: 400;
  font-size: 1.2rem;
}
.price::before {
  content: "¥";
}
.price::after {
  content: "(税込)";
  font-family: "Noto Sans JP" Meiryo, sans-serif;
}

.fs-c-price {
  color: #222222;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #222222;
}

.fs-c-cartDiscountInfo__info {
  color: #E52A89;
  font-size: var(--pt-fz-md, 1.6rem);
}
.fs-c-cartDiscountInfo__more .fs-c-price {
  color: #E52A89;
}

[data-variation-range-price] .fs-c-productPrice__main__addon {
  font-size: 0;
}
[data-variation-range-price] .fs-c-productPrice__main__addon .fs-c-productPrice__main__addon__label {
  font-size: 1.2rem;
}
[data-variation-range-price] .fs-c-productPrice__main__addon .fs-c-productPrice__main__addon__label::after {
  content: ")";
}
[data-variation-range-price] .fs-c-productPrice__main__addon .fs-c-productPrice__main__addon__label::before {
  content: "(";
}

.fs-c-aggregateRating .fs-c-aggregateRating__count {
  color: #000;
  line-height: 1.5;
}

.fs-c-rating__stars.fs-c-reviewStars::before {
  color: #000;
  font-size: 1.8rem;
}

.fs-c-rating .fs-c-rating__value {
  color: #000;
  font-size: 1.7rem;
}

.fs-c-aggregateRating__rating.fs-c-rating {
  flex: 0 1 8.5em;
}
.fs-c-aggregateRating__rating.fs-c-rating::before {
  display: none;
  content: "";
}

.fs-c-reviewInfo__stars.fs-c-reviewStars::before {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: -0.09rem;
}

.fs-c-reviewer__status .fs-c-reviewerStatus {
  display: inline-block;
  min-width: 5em;
  margin: 0 4px;
  padding: 5px 4px 4px;
  border-radius: 0.25em;
  background: #333;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  align-items: baseline;
}
.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer .fs-c-reviewer__profile {
  margin-left: 0.4rem;
}

.fs-body-reviews-product .fs-c-productReviewed {
  margin-top: 2.4rem;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-productReviewed {
    margin-top: 3.2rem;
  }
}
.fs-body-reviews-product .fs-c-productImage {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .fs-body-reviews-product .fs-c-productImage {
    margin: 0;
  }
}

.fs-c-breadcrumb {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (min-width: 900px) {
  .fs-c-breadcrumb {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  .fs-c-breadcrumb {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
}
@media screen and (max-width: 899px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list > li {
    margin-bottom: 0rem;
    font-size: var(--pt-fz-xxs, 10px);
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem {
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a {
  color: #333333;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem :is(a:hover,
a:active,
a:focus) {
  color: #CE2E22;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " ＞ ";
  color: #b3b3b3;
}
.fs-c-breadcrumb:not(:nth-of-type(1)) {
  display: none;
}

.fs-clientInfo .is-login.is-loggedIn--true {
  display: none !important;
}
.fs-clientInfo .is-logout.is-loggedIn--false {
  display: none !important;
}

.fs-p-welcomeMsg {
  color: #333333;
  font-size: var(--pt-fz-md, 1.6rem);
}

.fs-p-memberInfo__stage {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.fs-p-memberInfo__points {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: #CE2E22;
}

.fs-l-productLayout__item .fs-c-productMarks .fs-c-productMark__mark, .fs-l-productLayout__item .fs-c-productMarks .fs-c-mark {
  display: flex;
  padding: 5px 6px 6px;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1;
}
.fs-l-productLayout__item .fs-c-productMarks .fs-c-mark {
  display: inline-block;
  margin-bottom: 2px;
}
.fs-l-productLayout__item .fs-c-productMarks .fs-c-productMark__item {
  margin-bottom: 2px;
}

.fs-c-productMarks .fs-c-productMark__mark, .fs-c-productMarks .fs-c-mark {
  display: flex;
  padding: 3px 4px 4px;
  border-radius: 0;
  font-size: var(--pt-fz-xxs, 10px);
  line-height: 1;
}
.fs-c-productMarks .fs-c-mark {
  display: inline-block;
}

.fs-c-variationCart__wishlist a:hover, .fs-c-variationCart__wishlist a:active, .fs-c-variationCart__wishlist a:focus, .fs-c-variationCart__wishlist button:hover, .fs-c-variationCart__wishlist button:active, .fs-c-variationCart__wishlist button:focus {
  box-shadow: none;
}

.fs_p_scrollingCartButton {
  display: none;
}

.fs-c-button--primary {
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 1em 1.6em;
  border: 1px solid #222222;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-button--primary:visited {
  color: #222222;
}
.fs-c-button--primary:hover, .fs-c-button--primary:active {
  background-color: #222222;
  color: #ffffff;
}

.fs-c-button--secondary {
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 1em 1.6em;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background: #999999;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-button--secondary:visited {
  color: #ffffff;
}
.fs-c-button--secondary:hover, .fs-c-button--secondary:active {
  background-color: #CE2E22;
  color: #ffffff;
}

.fs-c-button--standard {
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 1em 1.6em;
  border: 1px solid #b3b3b3;
  border: 1px solid #333;
  border-radius: 0px;
  background: #eeeeee;
  box-shadow: none;
  color: #333;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-button--standard:visited {
  color: #333;
}
.fs-c-button--standard:hover, .fs-c-button--standard:active {
  background-color: #333;
  color: #ffffff;
}

.fs-c-button--primary.is-disabled,
.fs-c-button--secondary.is-disabled,
.fs-c-button--particular.is-disabled,
.fs-c-button--standard.is-disabled {
  border-color: transparent;
  background: #f7f7f7;
  box-shadow: none;
  color: #b2b2b2;
  cursor: default;
}

.fs-c-button--primary.is-disabled:hover,
.fs-c-button--secondary.is-disabled:hover,
.fs-c-button--particular.is-disabled:hover,
.fs-c-button--standard.is-disabled:hover {
  opacity: 1;
}

.fs-c-button--image {
  padding: 0;
  border: none;
  background: none;
}
.fs-c-button--image > img {
  display: block;
  max-width: 100%;
}

.fs-c-button--primary.fs-c-button--confirmDelete {
  min-width: 160px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
  min-width: 100%;
  font-size: 1.2rem;
}

.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  min-width: 100%;
  font-size: 1.2rem;
}
.fs-c-button--secondary.fs-c-button--searchStoreInventory {
  width: 100%;
}
.fs-c-button--secondary.fs-c-button--changeInformation {
  min-width: 0;
}
.fs-c-button--secondary.fs-c-button--addToAddressbook, .fs-c-button--secondary.fs-c-button--addReview--guest {
  width: 100%;
}
.fs-c-button--secondary.fs-c-button--changeMainCreditCard, .fs-c-button--secondary.fs-c-button--searchStoreInventory {
  min-width: initial;
}
@media screen and (min-width: 640px) {
  .fs-c-button--secondary.fs-c-button--addToAddressbook, .fs-c-button--secondary.fs-c-button--addReview--guest {
    max-width: 352px;
  }
}

.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label, .fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon, .fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  font-size: 1.6em;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  content: "\e91a";
  color: #E52A89;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e919";
  color: #333333;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #E52A89;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
  color: #333333;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon:hover::before, .fs-c-button--particular.fs-c-button--addToWishList--icon:active::before, .fs-c-button--particular.fs-c-button--addToWishList--icon:focus::before {
  color: #E52A89;
}

.fs-c-button--plain {
  display: inline-block;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0px;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
.fs-c-button--plain::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--plain:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.8;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "\e928";
}
.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: "\e927";
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "\e91f";
}
.fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
  content: "\e920";
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "\e92b";
}
.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}
.fs-c-button--plain.fs-c-button--viewMoreImage::before {
  content: "\e912";
}
.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
  display: none;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  content: "\e912";
  font-size: 2.2rem;
}

.fs-c-productListItem__notice {
  margin: 8px 0;
  padding: 4px 4px;
  border: none;
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

:is(.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header) {
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
}
:is(.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header) :is(.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title) {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #b3b3b3;
  color: #CE2E22;
  font-size: clamp(15px, 10.263px + 1.053vw, 17px);
  text-align: center;
}
@media screen and (max-width: 439px) {
  :is(.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header) :is(.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title) {
    padding-bottom: 0.8rem;
    text-align: left;
  }
}

.fs-c-wishlistProduct__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.2rem;
}
.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts {
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 1em 1.6em;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background: #999999;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:visited {
  color: #ffffff;
}
.fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:hover, .fs-c-wishlistProduct__footer .fs-c-wishlistProduct__viewAllProducts:active {
  background-color: #CE2E22;
  color: #ffffff;
}

.fs-recommend--flick .fs-p-heading--lv2 {
  padding-top: 3.2rem;
  padding-bottom: 1.6rem;
}

.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.fs-c-buttonContainer--myPageTop .fs-c-button--myPageTop, .fs-c-buttonContainer--back .fs-c-button--myPageTop, .fs-c-buttonContainer--backToRegister .fs-c-button--myPageTop {
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 1em 1.6em;
  border: 1px solid #222222;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
  color: #222222;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-c-buttonContainer--myPageTop .fs-c-button--myPageTop:visited, .fs-c-buttonContainer--back .fs-c-button--myPageTop:visited, .fs-c-buttonContainer--backToRegister .fs-c-button--myPageTop:visited {
  color: #222222;
}
.fs-c-buttonContainer--myPageTop .fs-c-button--myPageTop:hover, .fs-c-buttonContainer--myPageTop .fs-c-button--myPageTop:active, .fs-c-buttonContainer--back .fs-c-button--myPageTop:hover, .fs-c-buttonContainer--back .fs-c-button--myPageTop:active, .fs-c-buttonContainer--backToRegister .fs-c-button--myPageTop:hover, .fs-c-buttonContainer--backToRegister .fs-c-button--myPageTop:active {
  background-color: #222222;
  color: #ffffff;
}

.fs-c-continueShopping {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .fs-c-continueShopping {
    justify-content: flex-start;
  }
}
.fs-c-continueShopping .fs-c-button--continueShopping {
  min-width: auto;
}

@media screen and (min-width: 900px) {
  .fs-c-buttonContainer--pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 899px) {
  .fs-c-buttonContainer--pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 4vw;
    margin-left: 4vw;
    gap: 1.6rem;
  }
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 0.8rem 0.8rem;
  text-align: left;
}

.fs-c-inputTable__headerCell {
  background: var(--pt-clr-headerBg-def);
}

.pt-systemBtn-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2.4rem 0;
}

.pt-searchAndKeywords {
  width: min(100%, var(--pt-mq-min-sm, 640px));
  margin: 2.4rem auto;
}

.fs-c-loginForm {
  display: block;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .fs-c-loginForm {
    display: block !important;
    margin: 0;
  }
}
.fs-c-loginForm .fs-c-inputTable__headerCell {
  background-color: transparent;
}

.fs-c-fsLogin .fs-c-inputTable__headerCell {
  padding-bottom: 0;
  background-color: none;
}
.fs-c-fsLogin .fs-c-inputInformation__field {
  padding: 32px 32px;
}
@media screen and (max-width: 639px) {
  .fs-c-fsLogin .fs-c-inputInformation__field {
    padding: 3.2rem 1.6rem;
  }
  .fs-c-fsLogin #fs_form {
    padding-right: 0;
    padding-left: 0;
  }
}

.fs-body-forgotPassword #fs_form .fs-c-inputTable__headerCell, .fs-body-my-account-password #fs_form .fs-c-inputTable__headerCell {
  padding-bottom: 0;
  background-color: transparent;
}
@media screen and (max-width: 639px) {
  .fs-body-forgotPassword #fs_form .fs-c-inputInformation__field, .fs-body-my-account-password #fs_form .fs-c-inputInformation__field {
    padding: 1.6rem;
  }
}

.fs-c-documentContent {
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .fs-c-documentContent {
    text-align: left;
  }
}

.fs-c-linkedServiceLogin__title + .fs-c-linkedServiceLogin__body {
  margin-top: 1.6rem;
}

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  border: none;
  color: #333;
  font-size: clamp(17px, 9.895px + 1.579vw, 20px);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
    text-align: left;
  }
}

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

.fs-c-otherServiceLogin {
  margin: 2.4rem 0;
}

.fs-body-login .fs-c-newUsers {
  margin: 0;
  margin-top: 4.8rem;
}

.fs-c-newUsers .fs-c-newUsers__message {
  margin: 1.6rem 0;
  font-size: clamp(13px, 10.632px + 0.526vw, 14px);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .fs-c-newUsers .fs-c-newUsers__message {
    text-align: left;
  }
}

.fs-body-wishlist-login .fs-c-newUsers {
  margin-left: 0;
}

.fs-l-block--center {
  text-align: center;
}

.fs-c-orderTotalTable__grandTotal th .fs-c-string--label {
  line-height: 3;
}

.fs-p-pageNotFound {
  margin: 48px auto;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fs-p-pageNotFound {
    margin-top: 120px;
  }
}
.fs-p-pageNotFound__title {
  margin: 8px auto;
  font-weight: 700;
  font-size: 1.4rem;
}
.fs-p-pageNotFound__body {
  margin-top: 24px;
}

.fs-c-checkoutSuccess__code {
  font-size: 1.5em;
}

.fs-c-checkoutSuccess.fs-c-subSection > * {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fs-c-checkoutSuccess__message {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.fs-p-announcement {
  max-width: 640px;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.fs-p-announcement__title {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.fs-body-checkout .fs-c-modal__contents :is(dd, dl, dt) {
  margin-left: 0;
}

.fs-c-checkout-shippingInfo__button.fs-c-buttonContainer--chooseDestination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fs-c-checkout-shippingInfo__body.fs-c-checkout-preview__body > div {
  margin-top: 16px;
  border-top: 1px solid #b2b2b2;
}

.fs-c-checkout-preview {
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #ffffff;
  color: #333333;
}

.fs-c-checkout-preview__title {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.fs-c-checkout-preview__body > * + * {
  margin-top: 8px;
}

.fs-c-checkout-previewAndEdit {
  display: grid;
  grid-template-rows: auto auto;
  grid-row-gap: 8px;
}

.fs-c-checkout-previewAndEdit > * {
  align-self: center;
}

.fs-c-checkout-previewAndEdit__info {
  padding: 8px;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  line-height: 1;
}

.fs-c-checkout-previewAndEdit__info:only-child {
  grid-column: 1/3;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-previewAndEdit {
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    align-items: start;
    grid-column-gap: 48px;
  }
}
.fs-c-checkout-productQuantityWarning {
  margin: 24px auto;
}

.fs-c-checkout-productQuantityWarning__productInfo {
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.fs-c-checkout-productQuantityWarning__warning {
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning > strong {
  font-size: 1.8rem;
}

.fs-c-checkout-radioList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fs-c-checkout-radioList__item__additionalArea {
  margin: 4px 0 8px 20px;
  padding: 8px;
  background-color: #f7f7f7;
}

.fs-c-checkout-radioList__item.is-disabled .fs-c-checkout-radioList__item__radio {
  color: #666666;
}

.fs-c-checkout-receivingMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-receivingMethod p {
  margin: 0;
}

.fs-c-checkout-receivingMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-receivingMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-receivingMethod__disabledMessage {
  padding: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
}

.fs-c-checkout-receivingMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-receivingMethod.is-active .fs-c-checkout-receivingMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-receivingMethod.is-disabled:not(.is-active) .fs-c-checkout-receivingMethod__title {
  color: #666666;
}

.fs-c-checkout-receivingMethod__destination {
  gap: 8px;
}

.fs-c-checkout-receivingMethod__storeComment {
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
}

.fs-c-checkout-searchPickupStoreField {
  padding: 16px 32px;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-checkout-settings {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  gap: 16px;
}

.fs-c-checkout-settings__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.fs-c-checkout-settings__title {
  border-bottom: solid 1px currentColor;
  font-weight: bold;
}

.fs-c-checkout-settings__body {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  gap: 8px;
}

.fs-c-checkout-settings__additionalArea {
  padding: 12px;
  background-color: #f7f7f7;
}

.fs-c-checkout-settings:not(:last-child) {
  margin-bottom: 24px;
}

.fs-c-checkout-shippingAddress {
  display: grid;
  gap: 0;
}

.fs-c-checkout-shippingAddress__name {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
}

.fs-c-checkout-shippingAddress__storeComment {
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
}

.fs-c-checkout-shippingAddress__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-shippingAddress {
    grid-template-columns: 1fr auto;
    gap: 0 8px;
  }
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__name,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__address,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__tel,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__storeComment {
    grid-column: 1;
  }
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__control {
    grid-row: 1/span 3;
    grid-column: 2;
    flex-direction: column;
    align-items: flex-end;
  }
}
.fs-c-checkout-shippingDestination__name {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-shippingDestination {
    grid-template-columns: 1fr var(--pt-spa-btn-md);
  }
  .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__title {
    grid-column: 1/span 2;
  }
  .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control {
    flex-direction: column;
    align-items: flex-end;
  }
}
.fs-c-checkout-shippingDestinationUnit {
  display: grid;
  gap: 24px;
}

.fs-c-checkout-shippingDestinationUnit__button {
  margin-top: -16px;
}

.fs-c-checkout-shippingDetail {
  display: grid;
  gap: 16px;
}

.fs-c-checkout-shippingDetail__parcel {
  display: grid;
  gap: 16px;
}

.fs-c-checkout-shippingDetail__deliveryDetail {
  display: grid;
  padding: 8px;
  gap: 8px;
  background: #f7f7f7;
}

.fs-c-checkout-shippingDetail__detail {
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__shippingCarrier {
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__shippingCarrier__comment {
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-shippingDetail__wrappingInfo {
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__outline {
  display: grid;
  gap: 8px;
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    grid-template-columns: 1fr var(--pt-spa-btn-md);
    align-items: center;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailMessage {
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailPreview {
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
    grid-column: 2;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button:nth-child(3) {
    grid-row: 1/span 2;
  }
}
.fs-c-checkout-shippingInfo__body {
  display: grid;
  gap: 24px;
}

.fs-c-checkout-shippingOption__control__message {
  display: flex;
  align-items: center;
}

.fs-c-checkout-shippingOption__control__message + .fs-c-checkout-shippingOption__control__message::before {
  padding-right: 8px;
  content: "/";
}

.fs-c-checkout-shippingOption__button {
  flex-shrink: 0;
}

.fs-c-checkout-shippingOptionPreview {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 16px;
  gap: 8px;
  background-color: #f7f7f7;
}

.fs-c-checkout-shippingOptionPreview__label:not(:first-child) {
  margin-top: 24px;
}

.fs-c-checkout-shippingOptionPreview__value {
  margin: 0;
  font-size: 1.8rem;
}

.fs-c-checkout-shippingOptionPreview__note {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 8px;
  gap: 8px;
  background-color: #ffffff;
}

.fs-c-checkout-shippingOptionPreview__note > p {
  margin: 0;
}

.fs-c-checkout-shippingParcel {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-shippingParcel__title {
  padding: 8px;
  background: #f7f7f7;
}

.fs-c-checkout-shippingParcel__productList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fs-c-checkout-shippingParcel__product {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 8px;
  padding: 8px;
  gap: 8px;
}

.fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
  border-top: 1px solid #e5e5e5;
}

.fs-c-checkout-shippingParcel__productImage__image {
  width: clamp(72px, 12vw, 80px);
  height: clamp(72px, 12vw, 80px);
  -o-object-fit: cover;
     object-fit: cover;
}

.fs-c-checkout-shippingParcel__productInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
}

.fs-c-checkout-shippingParcel__productName, .fs-c-checkout-shippingParcel__listedOptionPrice {
  grid-column: 1/span 2;
}

.fs-c-checkout-shippingParcel__productVariation, .fs-c-checkout-shippingParcel__productSelection {
  grid-column: 1/span 2;
  font-size: 1rem;
}

.fs-c-checkout-shippingParcel__productVariation::before, .fs-c-checkout-shippingParcel__productSelection::before {
  content: "(";
}

.fs-c-checkout-shippingParcel__productVariation::after, .fs-c-checkout-shippingParcel__productSelection::after {
  content: ")";
}

.fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before {
  content: "/";
}

.fs-body-my-cards .fs-c-inputInformation__field {
  max-width: var(--pt-spa-max-width, 1000px);
}

.fs-c-creditCardList {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(1fr, 450px));
  justify-content: center;
}
.fs-c-creditCardList .fs-c-creditCardListItem__cardInfo, .fs-c-creditCardList .fs-c-creditCardListItem__button {
  align-self: start;
}
.fs-c-creditCardList .fs-c-creditCardListItem__button {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 440px) {
  .fs-c-creditCardList .fs-c-creditCardListItem__button {
    justify-content: flex-end;
  }
}
.fs-c-creditCardList .fs-c-creditCardListItem__button .fs-c-button--delete {
  margin-left: 0;
}
.fs-c-creditCardList .fs-c-creditCardListItem__button > * {
  width: var(--pt-spa-btn-xs, 225px);
}

.cate-header {
  margin-bottom: 4.8rem;
}
.cate-header.__last-bd {
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #cccccc;
}
.cate-header__ranking.__last-bd {
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #cccccc;
}
.fs-c-heading--page + .cate-header__ranking {
  margin-top: 1.6rem;
  padding-top: 4.8rem;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 899px) {
  .cate-header {
    margin-top: -2.4rem;
  }
}
.cate-header > * + * {
  margin-top: 2.4rem;
}
@media screen and (min-width: 900px) {
  .cate-header > * + * {
    margin-top: 3.2rem;
  }
}
.cate-header__sec-cnt > * + * {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.cate-header__sec-cnt > * + *:nth-of-type(1) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 639px) {
  .cate-header__img {
    width: 101vw;
    margin-left: -4vw;
  }
}
.cate-header__img img {
  display: block;
}
.cate-header__img-wide {
  background-position: 0% 0%;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .cate-header__img-wide {
    width: 100vw;
    min-height: 400px;
    max-height: 450px;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50% + 8px);
  }
}
@media screen and (max-width: 639px) {
  .cate-header__img-wide {
    width: 101vw;
    min-height: 40vh;
    max-height: 40vh;
    margin-left: -4vw;
  }
}
.cate-header__txt {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}
.cate-header__txt > *:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cate-header__txt ul {
  padding-left: 0.5em;
}
@media screen and (max-width: 639px) {
  .cate-header__ranking .fr2-sec-cnt-5 > div > .fr2-listItem:nth-of-type(n+5) {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .cate-header__ranking .fr2-sec-cnt-5 > div > .fr2-listItem:nth-of-type(n+7) {
    display: none;
  }
}
@media screen and (min-width: 640px) and (min-width: 900px) {
  .cate-header__ranking .fr2-sec-cnt-5 > div > .fr2-listItem:nth-of-type(n+6) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .cate-header__ranking .fr2-sec-cnt-4 > div > .fr2-listItem:nth-of-type(n+5) {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .cate-header__ranking .fr2-sec-cnt-4 > div > .fr2-listItem:nth-of-type(n+7) {
    display: none;
  }
}
@media screen and (min-width: 640px) and (min-width: 900px) {
  .cate-header__ranking .fr2-sec-cnt-4 > div > .fr2-listItem:nth-of-type(n+5) {
    display: none;
  }
}

.fs-c-sortItems {
  display: block;
  width: 100%;
  overflow: scroll;
  border: none;
  font-size: clamp(13px, 10.632px + 0.526vw, 14px);
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.fs-c-sortItems::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.fs-c-sortItems__list {
  display: flex;
  justify-content: center;
  width: 625px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: none;
}
@media screen and (min-width: 900px) {
  .fs-c-sortItems__list {
    display: flex;
    justify-content: center;
  }
}
.fs-c-sortItems__list__item {
  display: inline-block;
  height: 100%;
  padding: 0 0.75em;
  text-decoration: none;
}
.fs-c-sortItems__list__item__label {
  padding: 0.75em 0;
  border-bottom: 3px solid transparent;
  color: #222222;
}
.fs-c-sortItems__list__item__label:hover, .fs-c-sortItems__list__item__label:active, .fs-c-sortItems__list__item__label:focus {
  border-bottom: 3px solid #CE2E22;
  color: #CE2E22;
  font-weight: 700;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  border-bottom: 3px solid #CE2E22;
  color: #CE2E22;
  font-weight: 700;
}
.fs-c-sortItems__label {
  display: none;
}

.fs-p-productSearch__search .fs-p-productSearch__field {
  display: grid;
}

.fs-c-subgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 639px) {
  .fs-c-subgroup {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .fs-c-subgroup::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .fs-c-subgroup {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 1200px) {
  .fs-c-subgroup {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 639px) {
  .fs-c-subgroup {
    justify-content: flex-start;
    width: 100%;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 639px) and (max-width: 439px) {
  .fs-c-subgroup {
    margin-right: 0;
    margin-left: 0;
  }
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}
.fs-c-subgroup .fs-c-subgroupList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs-c-subgroup .fs-c-subgroupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .fs-c-subgroup .fs-c-subgroupList {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.fs-c-subgroup .fs-c-subgroupList__item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin-top: 0.8rem;
  margin-right: 0.8rem;
}
.fs-c-subgroup .fs-c-subgroupList__item:nth-last-of-type(1) {
  margin-right: 0.4rem;
}
.fs-c-subgroup .fs-c-subgroupList__item .fs-c-subgroupList__image {
  display: none;
}
.fs-c-subgroup .fs-c-subgroupList__item a {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  padding: 0 0.75rem;
  border: 1px solid #999999;
  border-radius: 0px;
  background-color: #fff;
  color: var(--pt-clr-text-1);
  line-height: 3.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 900px) {
  .fs-c-subgroup .fs-c-subgroupList__item a {
    padding: 0 1.25rem;
    line-height: 5rem;
  }
}
.fs-c-subgroup .fs-c-subgroupList__item a:hover, .fs-c-subgroup .fs-c-subgroupList__item a:focus {
  border-color: var(--pt-clr-text-1);
  background: var(--pt-clr-text-1);
  color: #fff;
  text-decoration: none;
}

.fs-body-category .fs-c-productList {
  margin-top: 2.4rem;
}
.fs-body-category .fs-c-productList > * + * {
  margin-top: 2.4rem;
}
.fs-body-category .fs-c-productList__controller {
  margin-bottom: 2.4rem;
}
.fs-body-category .fs-c-productList__controller > * + * {
  margin-top: 2.4rem;
}

.fs-body-search .fs-c-productList {
  margin-top: 2.4rem;
}
.fs-body-search .fs-c-productList > * + * {
  margin-top: 2.4rem;
}
.fs-body-search .fs-c-productList__controller {
  margin-bottom: 2.4rem;
}
.fs-body-search .fs-c-productList__controller > * + * {
  margin-top: 2.4rem;
}

.fs-body-bundle .fs-c-productList {
  margin-top: 2.4rem;
}
.fs-body-bundle .fs-c-productList > * + * {
  margin-top: 2.4rem;
}
.fs-body-bundle .fs-c-productList__controller {
  margin-bottom: 2.4rem;
}
.fs-body-bundle .fs-c-productList__controller > * + * {
  margin-top: 2.4rem;
}

.fs-body-couponProduct .fs-c-productList {
  margin-top: 2.4rem;
}
.fs-body-couponProduct .fs-c-productList > * + * {
  margin-top: 2.4rem;
}
.fs-body-couponProduct .fs-c-productList__controller {
  margin-bottom: 2.4rem;
}
.fs-body-couponProduct .fs-c-productList__controller > * + * {
  margin-top: 2.4rem;
}

.fs-body-product .item-detail-text-pc .item-detail-ttl, .fs-body-product .item-detail-text-sp .item-detail-ttl {
  color: #222222;
  font-size: clamp(17px, 9.895px + 1.579vw, 20px);
}
.fs-body-product .item-detail-text-pc .acc-wrap:nth-of-type(1), .fs-body-product .item-detail-text-sp .acc-wrap:nth-of-type(1) {
  border-top: 1px solid #cccccc;
}
.fs-body-product .item-detail-text-pc .item-inn, .fs-body-product .item-detail-text-sp .item-inn {
  border-bottom: 1px solid #cccccc;
}
.fs-body-product .acc-wrap .acc-tit {
  display: flex;
  position: relative;
  align-items: center;
}
.fs-body-product .acc-wrap .acc-tit .acc-tit__btn {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 100%;
  transform: translate(0%, -50%);
}
.fs-body-product .acc-wrap .acc-tit .acc-tit__btn::after {
  color: #333333;
  font-style: normal;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  content: "\e145";
  font-family: "Material Symbols Outlined";
}
.fs-body-product .acc-wrap.is-active > .acc-tit .acc-tit__btn::after {
  content: "\e15b";
}

.fs-body-product .acc-wrap .acc-tit .__inn-txt {
  display: block;
  width: 100%;
  padding: 1.6rem 0 1.6rem 1.6rem;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-size: clamp(14px, 9.263px + 1.053vw, 16px);
  text-align: 1;
  cursor: pointer;
}
.fs-body-product .acc-wrap .acc-items {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: 0.4s;
}
.acc-wrap.is-active > .acc-items {
  max-height: 9999px;
}

.fs-body-product .acc-wrap .acc-items .item-inn {
  padding-bottom: 4.8rem;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  justify-content: center;
  margin-top: 1.6rem;
  padding: 0;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct :is(.fs-c-button--plain:hover, .fs-c-button--plain:active, .fs-c-button--plain:focus) {
  text-decoration: none;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
  color: #333333;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct :is(.fs-c-button__label:hover,
.fs-c-button__label:active,
.fs-c-button__label:focus) {
  color: #CE2E22;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
  transition-duration: 0.4s;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label::after {
  padding-left: 0.4rem;
  content: ">";
}
@media screen and (min-width: 900px) {
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.fs-c-returnedSpecialContract__link {
  display: flex;
  justify-content: center;
}
.fs-c-returnedSpecialContract__link a::after {
  padding-left: 0.4rem;
  content: ">";
}
@media screen and (min-width: 900px) {
  .fs-c-returnedSpecialContract__link {
    display: block;
  }
}

.to-ask-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 900px) {
  .to-ask-area {
    justify-content: flex-start;
  }
}
.to-ask-area > *:nth-of-type(1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.to-ask-area > *:nth-of-type(2) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin-left: 2.4rem;
}
@media screen and (min-width: 900px) {
  .to-ask-area > *:nth-of-type(2) {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media screen and (min-width: 440px) {
  .to-ask-area > *:nth-of-type(2) {
    margin-left: 2.4rem;
  }
}

@media screen and (max-width: 899px) {
  .fs-p-snsArea {
    display: flex;
    justify-content: center;
  }
}
.fs-p-snsArea > * {
  margin-right: 2.4rem;
  color: #333333;
  font-size: 25px;
  cursor: pointer;
  transition: 0.4s;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
.fs-p-snsArea > *:hover, .fs-p-snsArea > *:active, .fs-p-snsArea > *:focus {
  color: #666666;
}
@media screen and (max-width: 899px) {
  .fs-p-snsArea > * {
    font-size: 30px;
  }
  .fs-p-snsArea > *:nth-last-of-type(1) {
    margin-right: 0.4rem;
  }
}

.fs-p-snsArea i.fab.fa-twitter {
  color: #666666;
  transition: 0.4s;
}
.fs-p-snsArea i.fab.fa-twitter:hover, .fs-p-snsArea i.fab.fa-twitter:active {
  color: #35abf3;
}
.fs-p-snsArea i.fab.fa-facebook-f {
  color: #666666;
  transition: 0.4s;
}
.fs-p-snsArea i.fab.fa-facebook-f:hover, .fs-p-snsArea i.fab.fa-facebook-f:active {
  color: #3085f3;
}
.fs-p-snsArea i.fab.fa-line {
  color: #666666;
  transition: 0.4s;
}
.fs-p-snsArea i.fab.fa-line:hover, .fs-p-snsArea i.fab.fa-line:active {
  color: #07e060;
}

#pt-reviBtn-indi .fs-c-button--addReview--detail.fs-c-button--plain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #b3b3b3;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
#pt-reviBtn-indi .fs-c-button--addReview--detail.fs-c-button--plain:hover, #pt-reviBtn-indi .fs-c-button--addReview--detail.fs-c-button--plain:active, #pt-reviBtn-indi .fs-c-button--addReview--detail.fs-c-button--plain:focus {
  color: #CE2E22;
}
@media screen and (max-width: 899px) {
  #pt-reviBtn-indi .fs-c-button--addReview--detail.fs-c-button--plain {
    justify-content: center;
  }
}

.revi-reco-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .revi-reco-wrap {
    display: block;
  }
}
.revi-reco-wrap #pt-reviBtn-right-sp:empty,
.revi-reco-wrap #pt-reviBtn-left-sp:empty {
  display: none;
}

.review-cnt-copy .fs-c-button--addReview--detail,
.review-cnt-copy .fs-c-button--viewAllReviews {
  display: inline-block;
  display: inline-block;
  width: var(--pt-spa-btn-md);
  padding: 0;
  padding: 1em 1.6em;
  border: 1px solid #222222;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
  color: #222222;
  font-size: 1.5rem;
  line-height: 5rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.review-cnt-copy .fs-c-button--addReview--detail:visited,
.review-cnt-copy .fs-c-button--viewAllReviews:visited {
  color: #222222;
}
.review-cnt-copy .fs-c-button--addReview--detail:hover, .review-cnt-copy .fs-c-button--addReview--detail:active,
.review-cnt-copy .fs-c-button--viewAllReviews:hover,
.review-cnt-copy .fs-c-button--viewAllReviews:active {
  background-color: #222222;
  color: #ffffff;
}
.review-cnt-copy .fs-c-button--addReview--detail.arrow-l::before,
.review-cnt-copy .fs-c-button--viewAllReviews.arrow-l::before {
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
  content: "▲";
}

:is(#pt-reviBtn-left,
#pt-reviBtn-right,
#pt-reviBtn-left-sp,
#pt-reviBtn-right-sp) .fs-c-buttonContainer {
  display: flex;
  justify-content: center;
  padding: 0;
}
:is(#pt-reviBtn-left,
#pt-reviBtn-right,
#pt-reviBtn-left-sp,
#pt-reviBtn-right-sp) .fs-c-button--addReview--detail,
:is(#pt-reviBtn-left,
#pt-reviBtn-right,
#pt-reviBtn-left-sp,
#pt-reviBtn-right-sp) .fs-c-button--viewAllReviews {
  width: 50vw;
  max-width: 300px;
}
@media screen and (max-width: 639px) {
  :is(#pt-reviBtn-left,
  #pt-reviBtn-right,
  #pt-reviBtn-left-sp,
  #pt-reviBtn-right-sp) .fs-c-button--addReview--detail,
  :is(#pt-reviBtn-left,
  #pt-reviBtn-right,
  #pt-reviBtn-left-sp,
  #pt-reviBtn-right-sp) .fs-c-button--viewAllReviews {
    width: 100%;
    max-width: 223px;
    margin: 0 auto;
  }
}

#pt-reviBtn-left,
#pt-reviBtn-left-sp {
  margin-right: 0.8rem;
}
@media screen and (max-width: 639px) {
  #pt-reviBtn-left,
  #pt-reviBtn-left-sp {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

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

.fs-c-productReview__reviewList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-cnt-copy .pt-outputReviw_ttl {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 899px) {
  .review-cnt-copy .pt-outputReviw_ttl {
    margin-bottom: 2.4rem;
  }
}
.review-cnt-copy .pt-outputReviw_ttl .col-ttl__pri {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(20px, 10.526px + 2.105vw, 24px);
  line-height: 1;
  text-align: center;
}
.review-cnt-copy .pt-outputReviw_ttl .col-ttl__sec {
  margin-top: 0.8rem;
  font-size: clamp(13px, 10.632px + 0.526vw, 14px);
  text-align: center;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-productReview__reviewList {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-productReview__reviewList > * {
  width: 100%;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-productReview__reviewList > *:not(:nth-of-type(1)) {
  margin-top: 2.4rem;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewList__item {
  padding: 16px 16px;
  border-top: none;
  border-bottom: 1px solid #dddddd;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewList__item:nth-of-type(1) {
  padding: 0 16px 16px;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewList__item:not(:nth-of-type(1)) {
  margin-top: 1.6rem;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewer__name {
  display: inline-block;
  font-weight: 700;
  font-size: var(--pt-fz-md, 1.6rem);
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewer__profile {
  display: inline-block;
  font-size: var(--pt-fz-smh, 1.3rem);
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewer__status {
  display: inline-block;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewInfo__date {
  margin-top: 1.6rem;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewInfo__date dt {
  display: inline-block;
  margin-right: 0.8rem;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewInfo__date dd {
  display: inline-block;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-aggregateRating {
  align-items: center;
}
:is(#fs_form,
#pt-outputReviw_desc-sp) .fs-c-reviewList__item__body {
  margin-top: 1.6rem;
  padding: 0;
}

#output-review_rating {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.item-article .fs-c-reviewList .fs-c-reviewBody {
  border: none;
}

.review-cnt-copy__none-review {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  text-align: center;
}
.review-cnt-copy__none-review i {
  color: #cccccc;
  font-size: 5rem;
}
.review-cnt-copy__none-review p {
  width: 100%;
  margin-top: 2.4rem;
  color: #cccccc;
}

.fs-body-product .fs-c-reviewList__item__body.fs-c-reviewBody {
  border: none;
}

.fs-body-product .fs-l-page {
  overflow: initial;
}
@media screen and (max-width: 899px) {
  .fs-body-product .fs-l-page {
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .item-detail-text-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .item-detail-text-sp {
    display: block;
    width: 100%;
    margin-top: 7.2rem;
  }
}

@media screen and (max-width: 899px) {
  .fs-l-pageMain > .item-detail-text-sp {
    margin-bottom: 7.2rem;
    padding-top: 7.2rem;
    padding-right: 4vw;
    padding-left: 4vw;
    border-top: 1px solid #cccccc;
  }
}

.fs-l-productLayout {
  display: grid;
  position: relative;
  row-gap: 4.8rem;
}
@media screen and (min-width: 900px) {
  .fs-l-productLayout {
    grid-template-columns: calc(50% - 7.2rem / 2) calc(50% - 7.2rem / 2);
    -moz-column-gap: 7.2rem;
         column-gap: 7.2rem;
    align-items: start;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .fs-l-productLayout {
    grid-template-columns: calc(50% - 9.6rem / 2) calc(50% - 9.6rem / 2) !important;
    -moz-column-gap: 9.6rem;
         column-gap: 9.6rem;
  }
}

.fs-l-productLayout__item--2 {
  line-height: 1.5;
}
.fs-l-productLayout__item--2 > * {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 899px) {
  .fs-l-productLayout__item--2 {
    position: static !important;
  }
}
@media screen and (min-width: 900px) {
  .fs-l-productLayout__item--2 {
    position: sticky;
    top: 10rem;
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .fs-l-productLayout__item--2 {
    padding-right: 4.8rem;
  }
}
.fs-l-productLayout__item--2::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.fs-l-productLayout__item--2.openMove {
  top: 100px;
}
.fs-l-productLayout__item--2.closedMove {
  top: 5vh;
}

.fs-l-productLayout__item--3 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  row-gap: 4.8rem;
}

.fs-c-productCarouselMainImage__carousel {
  container-name: fspcm;
  container-type: inline-size;
}
.fs-c-productCarouselMainImage__image img {
  aspect-ratio: 1 / 1;
  width: min(100cqi, 600px);
  height: min(100%, 600px);
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (width: 100cqi) {
  .fs-c-productCarouselMainImage__image img {
    width: min(100vw, 600px);
  }
}
.fs-c-productCarouselMainImage__image__caption {
  background-color: rgba(0, 0, 0, 0.1);
}
.fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
  width: 100vw;
  margin-left: -4vw;
}
@media screen and (min-width: 900px) {
  .fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 899px) {
  .fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
    max-height: 100vh;
  }
}
.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}

@media screen and (min-width: 900px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 0.9rem;
    overflow-x: auto;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 899px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    -ms-overflow-style: none;
    width: 101vw;
    margin-top: 0.9rem;
    margin-left: clamp(-2.4rem, -4vw, 0rem);
    scrollbar-width: none;
  }
  .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
    display: none;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media screen and (max-width: 899px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    width: 100%;
    margin: 0 0.8rem 0 0 !important;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-of-type(1) {
    flex-basis: calc(80px + 0.8rem);
    padding-left: 0.8rem;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li img {
  display: block;
  width: 100%;
}
.fs-c-productCarouselMainImage__thumbnailList li.slick-active .fs-c-productCarouselMainImage__thumbnail > img {
  border: 2px solid #CE2E22;
}
.fs-c-productCarouselMainImage__thumbnailList__thumbnail__caption {
  margin-top: 0.8rem;
  font-size: var(--pt-fz-xxs, 10px);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fs-c-productCarouselMainImage__thumbnailList__thumbnail__caption {
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .fs-c-productCarouselMainImage__thumbnailList__thumbnail__caption {
    margin-top: 0.8rem;
  }
}

.pt-cartUnderCnt {
  display: grid;
  grid-template-rows: 5rem 5rem;
  grid-template-columns: 6.75rem 1fr 1fr 5rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.8rem;
  width: 100%;
  max-width: 525px;
  margin: 2.4rem auto;
}
@media screen and (min-width: 440px) {
  .pt-cartUnderCnt {
    grid-template-rows: auto;
  }
}

#pt-outputItem-count {
  grid-row-start: 1;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: 1;
}
#pt-outputItem-count.arrival-notice {
  display: none;
}

#pt-outputItem-buy {
  grid-row-start: 2;
  grid-row-end: auto;
  grid-column-start: 1;
  grid-column-end: 4;
}
#pt-outputItem-buy button {
  min-width: auto;
}
@media screen and (min-width: 440px) {
  #pt-outputItem-buy {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 440px) {
  #pt-outputItem-buy.arrival-notice {
    grid-column-start: 1;
  }
}

#pt-outputItem-fav {
  grid-row-start: 2;
  grid-row-end: auto;
  grid-column-start: 4;
  grid-column-end: auto;
}
@media screen and (min-width: 440px) {
  #pt-outputItem-fav {
    grid-row-start: auto;
    grid-row-end: auto;
    grid-column-start: 4;
    grid-column-end: auto;
  }
}

#pt-outputItem-count-inn {
  display: none;
}

#pt-outputItem-inquiryAbout {
  display: none;
}

#pt-outputItem-fav.fs-c-productQuantityAndWishlist {
  display: block;
}
#pt-outputItem-fav .fs-c-productQuantityAndWishlist__quantity {
  display: none;
}

.fs-c-quantity__select {
  width: 50px;
  background-color: transparent;
}

.fs-c-quantity__number {
  width: 50px;
}

.fs-c-productQuantityAndWishlist {
  display: none;
  position: relative;
}
.fs-c-productQuantityAndWishlist__quantity {
  position: relative;
  flex: 1 0 6.75rem;
  max-width: 6.75rem;
}
@media screen and (max-width: 899px) {
  .fs-c-productQuantityAndWishlist__quantity {
    flex: 1 0 6.75rem;
  }
}
@media screen and (max-width: 899px) and (max-width: 439px) {
  .fs-c-productQuantityAndWishlist__quantity {
    flex: 0 1 6.75rem;
  }
}
.fs-c-productQuantityAndWishlist__quantity::after, .fs-c-productQuantityAndWishlist__quantity::before {
  position: absolute;
  width: 1rem;
  width: 0.75rem;
  height: 1rem;
  height: 0.75rem;
  margin: auto;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
  content: "";
}
.fs-c-productQuantityAndWishlist__quantity::after {
  right: 15px;
  bottom: 20%;
  transform: rotate(135deg) translate(-50%, 50%);
}
.fs-c-productQuantityAndWishlist__quantity::before {
  top: 20%;
  right: 15px;
  transform: rotate(-45deg) translate(-50%, 50%);
}
.fs-c-productQuantityAndWishlist__quantity :is(.fs-c-quantity__select, .fs-c-quantity__number) {
  width: 100%;
  height: 5rem;
  margin: 0;
  border-radius: 0px;
}

.cart-subsc-cnt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.cart-subsc-cnt > * > * {
  margin-top: 0.8rem;
}

.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: inline;
}

.fs-c-buttonContainer--addToWishList--detail + .fs-c-productQuantityAndAction .fs-c-productActionButton {
  margin-top: 0;
  padding-top: 0;
}

.fs-c-productQuantityAndAction + .fs-c-productQuantityAndAction .fs-c-productActionButton {
  margin-top: 0;
  padding-top: 0;
}

.fs-c-productQuantityAndAction,
.fs-c-buttonContainer--addToWishList--detail {
  display: flex;
  justify-content: center;
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .fs-c-productQuantityAndAction,
  .fs-c-buttonContainer--addToWishList--detail {
    max-width: 100%;
  }
}
@media screen and (max-width: 899px) and (max-width: 439px) {
  .fs-c-productQuantityAndAction,
  .fs-c-buttonContainer--addToWishList--detail {
    justify-content: flex-start;
  }
}

.fs-c-productQuantityAndAction__action {
  order: 2;
  width: 100%;
}
.fs-c-productQuantityAndAction__action .fs-c-button--addToCart--subscriptionDetail,
.fs-c-productQuantityAndAction__action .fs-c-button--addToSubscriptionCart--detail {
  min-width: auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.fs-c-productQuantityAndAction__quantity {
  position: relative;
  flex: 1 0 7rem;
  max-width: 7rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 899px) {
  .fs-c-productQuantityAndAction__quantity {
    flex: 1 0 7rem;
  }
}
@media screen and (max-width: 899px) and (max-width: 439px) {
  .fs-c-productQuantityAndAction__quantity {
    flex: 0 1 7rem;
  }
}
.fs-c-productQuantityAndAction__quantity::after, .fs-c-productQuantityAndAction__quantity::before {
  position: absolute;
  width: 1rem;
  width: 0.75rem;
  height: 1rem;
  height: 0.75rem;
  margin: auto;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
  content: "";
}
.fs-c-productQuantityAndAction__quantity::after {
  right: 15px;
  bottom: 20%;
  transform: rotate(135deg) translate(-50%, 50%);
}
.fs-c-productQuantityAndAction__quantity::before {
  top: 20%;
  right: 15px;
  transform: rotate(-45deg) translate(-50%, 50%);
}
.fs-c-productQuantityAndAction__quantity :is(.fs-c-quantity__select, .fs-c-quantity__number) {
  width: 100%;
  height: 5rem;
  margin: 0;
  border-radius: 0px;
}

.pt-cartUpperCnt--single {
  display: none;
}

.particular__open-btn {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.particular__open-btn:hover, .particular__open-btn:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}

a.particular__open-btn {
  display: block;
}

.pt-cartUpperCnt {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.pt-cartUpperCnt .fs-c-variationLabel {
  font-weight: bold;
  font-size: 1.2rem;
}
.pt-cartUpperCnt .pt-modal__open-btn {
  display: none;
}
.pt-cartUpperCnt .fs-c-modal__header {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background-color: transparent;
}
.pt-cartUpperCnt .fs-c-modal__title {
  font-weight: 500;
  font-size: var(--pt-fz-sm, 1.5rem);
}
.pt-cartUpperCnt .fs-c-modal__close::before {
  display: none;
}
.pt-cartUpperCnt .fs-c-variationList__item__title {
  margin-bottom: 0.8rem;
  padding: 0.5em 0.75em;
  background-color: #f5f5f5;
  line-height: 1;
  text-align: left;
}
.pt-cartUpperCnt .fs-c-variationList__item__body {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationList__item__body {
    flex-wrap: wrap;
  }
  .pt-cartUpperCnt .fs-c-variationList__item__body > div {
    width: 100%;
  }
}
.pt-cartUpperCnt .fs-c-variationList__item__image {
  margin-left: 0.8rem;
}
.pt-cartUpperCnt .fs-c-variationList__item__image img {
  max-width: 100px;
}
@media screen and (min-width: 900px) {
  .pt-cartUpperCnt .fs-c-variationList__item__image img {
    max-width: 6rem;
  }
}
@media screen and (max-width: 899px) {
  .pt-cartUpperCnt .fs-c-variationList__item__image {
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationList__item__image {
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    margin-left: 0;
  }
}
.pt-cartUpperCnt .fs-c-variationList__item__cart {
  padding: 0.8rem 0 0;
}
@media screen and (min-width: 900px) {
  .pt-cartUpperCnt .fs-c-variationList__item__cart {
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationList__item__cart {
    max-width: none;
  }
}
.pt-cartUpperCnt .fs-c-variationList__item__cart li {
  min-height: 5rem;
}
.pt-cartUpperCnt .fs-c-variationList__item__cart li > *:nth-of-type(3) {
  order: 0;
}
.pt-cartUpperCnt .fs-c-variationList__item__cart li:not(:nth-of-type(1)) {
  margin-top: 0.8rem;
}
.pt-cartUpperCnt .fs-c-variationList__item__cart li:not(:nth-last-of-type(1)) {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e6e6e6;
}
.pt-cartUpperCnt .fs-c-variationList__item__cart li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart__variationName {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 0.8rem;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart__variationName__name {
  padding-right: 0.8rem;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 0.8rem;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-outOfStockButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-button--addToCart--variation {
  min-width: auto;
  line-height: 4rem;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-button--subscribeToArrivalNotice--variation {
  min-width: auto;
  box-shadow: none;
  line-height: 4rem;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart__wishlist .fs-c-button--particular {
  padding: 0 0.8rem 0 0;
}
.pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart__wishlist .fs-c-button--particular:hover, .pt-cartUpperCnt .fs-c-variationList__item .fs-c-variationCart__wishlist .fs-c-button--particular:active {
  color: #E52A89;
}
.pt-cartUpperCnt .fs-c-variationCart > li {
  grid-template-columns: 1fr 3.5rem 11em;
}
@media screen and (max-width: 899px) {
  .pt-cartUpperCnt .fs-c-variationCart > li {
    grid-template-columns: 1fr 7rem 12em;
  }
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationCart > li {
    grid-template-columns: 1fr 3.5rem 11em;
  }
}
.pt-cartUpperCnt .fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 3.5rem 12em;
}
@media screen and (max-width: 899px) {
  .pt-cartUpperCnt .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 7rem 12em;
  }
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 3.5rem 11em;
  }
}
@media screen and (max-width: 899px) {
  .pt-cartUpperCnt .fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    max-width: 70px;
  }
}
@media screen and (max-width: 899px) and (max-width: 639px) {
  .pt-cartUpperCnt .fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    max-width: 45px;
  }
}
@media screen and (min-width: 900px) {
  .pt-cartUpperCnt .fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    max-width: 45px;
  }
}
.pt-cartUpperCnt .fs-c-variationCart__wishlist .fs-c-button--particular {
  padding: 0.8em 1.6em 0.6em;
}
.pt-cartUpperCnt .fs-c-variationCart__wishlist .fs-c-button--particular:hover, .pt-cartUpperCnt .fs-c-variationCart__wishlist .fs-c-button--particular:active {
  color: #E52A89;
}
.pt-cartUpperCnt .variation-open-btn {
  display: none;
}

.item-article, .pane-target__reveiw {
  padding-top: 4.8rem;
}

.item-article > *:not(:nth-of-type(1)) {
  margin-top: 4.8rem;
}
.item-article .__sub-ttl__center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.item-article .__wrap > * + * {
  margin-top: 1.25em;
}
.item-article h1:nth-of-type(1), .item-article h2:nth-of-type(1), .item-article h3:nth-of-type(1), .item-article h4:nth-of-type(1), .item-article h5:nth-of-type(1), .item-article h6:nth-of-type(1) {
  margin-top: 0;
}
.item-article .__flex-1col + h1, .item-article .__flex-1col + h2, .item-article .__flex-1col + h3, .item-article .__flex-1col + h4, .item-article .__flex-1col + h5, .item-article .__flex-1col + h6, .item-article .__flex-1col + p, .item-article .__flex-2col + h1, .item-article .__flex-2col + h2, .item-article .__flex-2col + h3, .item-article .__flex-2col + h4, .item-article .__flex-2col + h5, .item-article .__flex-2col + h6, .item-article .__flex-2col + p, .item-article .__flex-wide + h1, .item-article .__flex-wide + h2, .item-article .__flex-wide + h3, .item-article .__flex-wide + h4, .item-article .__flex-wide + h5, .item-article .__flex-wide + h6, .item-article .__flex-wide + p {
  margin-top: 1.25em;
}
.item-article .__flex-1col img, .item-article .__flex-2col img, .item-article .__flex-wide img {
  max-width: 100%;
  -o-object-fit: cover;
  display: block;
  width: 100%;
     object-fit: cover;
}
@media screen and (max-width: 899px) {
  .item-article .__flex-wide img {
    width: 101vw;
    max-width: inherit;
    margin-left: -4vw;
    padding: 0 0;
  }
}
.item-article .__flex-2col {
  display: flex;
  justify-content: center;
}
.item-article .__flex-2col img:nth-of-type(1) {
  padding-right: 0.4rem;
}
.item-article .__flex-2col img:nth-of-type(2) {
  padding-left: 0.4rem;
}

table.info-table__v {
  width: 100%;
  border: none;
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
  background-color: transparent;
}
table.info-table__v th, table.info-table__v td {
  padding: 1.2rem 1.2rem;
  border: none;
  background: transparent;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  table.info-table__v th, table.info-table__v td {
    display: block;
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
table.info-table__v th {
  width: 150px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #eeeeee;
}
@media screen and (max-width: 639px) {
  table.info-table__v th {
    width: 100%;
    text-align: left;
  }
}
table.info-table__v td {
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 639px) {
  table.info-table__v td {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  table.info-table__v tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}
@media screen and (min-width: 640px) {
  table.info-table__v tr:nth-last-of-type(1) th, table.info-table__v tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

:is(.fs-l-productLayout__item) .fs-c-productNumber {
  padding: 0;
  border: none;
  color: #999;
}
:is(.fs-l-productLayout__item) .fs-c-productNumber__label {
  margin-right: 0.8rem;
}
:is(.fs-l-productLayout__item) .fs-c-productNameHeading__copy {
  display: block;
  width: 100%;
  margin: 0.8rem 0 0.4rem;
  padding: 0;
  border-left: none;
  color: #333333;
  font-weight: 500;
  font-size: clamp(12px, 9.632px + 0.526vw, 13px);
}
:is(.fs-l-productLayout__item) .fs-c-productNameHeading__name {
  display: block;
  width: 100%;
  margin: 0 0 0.8rem;
  color: #222222;
  font-weight: 500;
  font-size: var(--pt-fz-xl);
}
:is(.fs-l-productLayout__item) .fs-c-productMark > li {
  margin-bottom: 0.4rem;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice > * + * {
  margin-left: 0.4rem;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--listed {
  color: #222222;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main {
  font-size: var(--pt-fz-md, 1.6rem);
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
  display: inline;
  text-decoration: line-through;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__price {
  display: inline;
  color: var(--_fc, var(--pt-clr-pri));
  font-weight: 700;
  font-size: var(--pt-fz-xl, 2.4rem);
  font-family: "Zen Old Mincho", Meiryo, serif;
}
:is(.fs-l-productLayout__item) .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: var(--_fc, var(--pt-clr-pri));
}
:is(.fs-l-productLayout__item) .fs-c-productPointDisplay {
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #222222;
  font-size: 1.3rem;
  line-height: 1;
}
:is(.fs-l-productLayout__item) .fs-c-productNotice {
  padding: 0.8rem;
  border: none;
  background: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
:is(.fs-l-productLayout__item) .fs-c-productNotice + .pt-cartUnderCnt {
  margin-top: 0.8rem;
}
:is(.fs-l-productLayout__item) .fs-c-productNotice + .cart-subsc-cnt {
  margin-top: 1.6rem;
}
:is(.fs-l-productLayout__item) .fs-c-productSelection {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
:is(.fs-l-productLayout__item) .fs-c-productSelection__name {
  padding: 0.5em;
  background-color: #f5f5f5;
  line-height: 1;
}
:is(.fs-l-productLayout__item) .fs-c-productSelection__selection {
  margin-left: 0;
  padding: 4px;
}
:is(.fs-l-productLayout__item) .fs-c-productOption {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
:is(.fs-l-productLayout__item) .fs-c-productOption__name {
  padding: 0.5em;
  background-color: #f5f5f5;
  line-height: 1;
}
:is(.fs-l-productLayout__item) .fs-c-variationLabel__label {
  display: none;
}
:is(.fs-l-productLayout__item) .fs-c-productPostage {
  padding: 0.5em;
  white-space: nowrap;
}
:is(.fs-l-productLayout__item) .fs-c-productPostage::before, :is(.fs-l-productLayout__item) .fs-c-productPostage::after {
  content: "";
}
:is(.fs-l-productLayout__item) .fs-c-quantity__message {
  position: absolute;
  bottom: -2rem;
}

.fs-body-product dt.fs-c-productSelection__name span {
  font-size: var(--pt-fz-smh, 1.3rem);
}
.fs-body-product dd.fs-c-productSelection__selection span {
  font-size: var(--pt-fz-smh, 1.3rem);
}
.fs-body-product .fs-c-buttonContainer {
  padding: 0;
}
.fs-body-product .fs-c-productQuantityAndWishlist + .fs-c-productActionButton {
  display: none;
}
.fs-body-product .fs-c-returnedSpecialContract {
  padding-bottom: 0;
}
.fs-body-product .fs-c-button--inquiryAboutProduct {
  color: #CE2E22;
}
.fs-body-product .fs-c-button--addToCart--detail {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--addToCart--detail:hover, .fs-body-product .fs-c-button--addToCart--detail:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}
.fs-body-product .fs-c-button--addToCart--variation {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--addToCart--variation:hover, .fs-body-product .fs-c-button--addToCart--variation:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}
.fs-body-product .fs-c-button--addToCart--subscriptionDetail {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--addToCart--subscriptionDetail:hover, .fs-body-product .fs-c-button--addToCart--subscriptionDetail:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}
.fs-body-product .fs-c-button--addToSubscriptionCart--detail {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0px;
  background: var(--pt-clr-pri);
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--addToSubscriptionCart--detail:hover, .fs-body-product .fs-c-button--addToSubscriptionCart--detail:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}
.fs-body-product .fs-c-button--subscribeToArrivalNotice--detail {
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #999999;
  border-radius: 0px;
  background: #999999;
  color: #ffffff;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--subscribeToArrivalNotice--detail:hover, .fs-body-product .fs-c-button--subscribeToArrivalNotice--detail:focus {
  border-color: #bbbbbb;
  background: #bbbbbb;
  text-decoration: none;
}
.fs-body-product .fs-c-button--subscribeToArrivalNotice--variation {
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #999999;
  border-radius: 0px;
  background: #999999;
  color: #ffffff;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--subscribeToArrivalNotice--variation:hover, .fs-body-product .fs-c-button--subscribeToArrivalNotice--variation:focus {
  border-color: #bbbbbb;
  background: #bbbbbb;
  text-decoration: none;
}
.fs-body-product .fs-c-button--addToWishList--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding: 0 0.5rem;
  border: 1px solid #ffc0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #ffc0cb;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--addToWishList--detail:hover, .fs-body-product .fs-c-button--addToWishList--detail:focus {
  border-color: #ffffff;
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}
.fs-body-product .fs-c-button--addToWishList--detail:hover, .fs-body-product .fs-c-button--addToWishList--detail:focus {
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product .fs-c-button--addToWishList--detail::after {
  margin-left: 0;
  color: #ffc0cb;
}
.fs-body-product .fs-c-button--addToWishList--detail:hover::after, .fs-body-product .fs-c-button--addToWishList--detail:focus::after {
  color: #ffffff;
}
.fs-body-product .fs-c-button--removeFromWishList--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding: 0 0.5rem;
  border: 1px solid #ffc0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #ffc0cb;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:hover, .fs-body-product .fs-c-button--removeFromWishList--detail:focus {
  border-color: #ffffff;
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:hover, .fs-body-product .fs-c-button--removeFromWishList--detail:focus {
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail::after {
  margin-left: 0;
  color: #ffc0cb;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:hover::after, .fs-body-product .fs-c-button--removeFromWishList--detail:focus::after {
  color: #ffffff;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #ffc0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #ffc0cb;
  font-weight: bold;
  line-height: 5rem;
  line-height: 4.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:hover, .fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:focus {
  border-color: #ffffff;
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:hover, .fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:focus {
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail::after {
  color: #ffc0cb;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:hover::after, .fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:focus::after {
  color: #ffffff;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: block;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #ffc0cb;
  border-radius: 0px;
  background: #ffffff;
  color: #ffc0cb;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:hover, .fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:focus {
  border-color: #ffffff;
  background: #ffc0cb;
  color: #ffffff;
  text-decoration: none;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail::after {
  color: #ffc0cb;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:hover::after, .fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:focus::after {
  color: #ffffff;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: block;
}

.fs-c-variationRadioList {
  margin: 16px 0;
}
.fs-c-variationRadioList__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 4px;
  border-top: 1px solid #e6e6e6;
}
.fs-c-variationRadioList__row:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.fs-c-variationRadioList__radio {
  flex-grow: 1;
}
.fs-c-variationRadioList__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: bold;
}
.fs-c-variationRadioList__name__name, .fs-c-variationRadioList__name__stock {
  margin-right: 8px;
}
.fs-c-variationRadioList__name__caption {
  font-weight: normal;
  font-size: 1.2rem;
}
.fs-c-variationRadioList__wishlist {
  align-self: center;
  -ms-grid-row-align: center;
}

.fs-c-variationMatrix__row__thumbnail img, .fs-c-variationMatrix__row__variationName {
  margin: 4px;
}
.fs-c-variationMatrix__panel {
  margin: 4px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #f5f5f5;
}
.fs-c-variationMatrix__panel.is-active {
  background: #1f5da0;
  color: #ffffff;
}
.fs-c-variationMatrix__radio {
  display: none;
}
.fs-c-variationMatrix__item {
  flex-grow: 1;
  flex-basis: 64px;
}
.fs-c-variationMatrix__panel {
  flex-grow: 1;
  align-items: center;
  padding: 8px;
}
.fs-c-variationMatrix__panel__caption {
  font-size: 1.2rem;
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #2559A8;
  color: #ffffff;
}
.fs-c-variationMatrix__radio:disabled + .fs-c-variationMatrix__panel {
  background: #f7f7f7;
  color: #b2b2b2;
}
_:-ms-input-placeholder, :root .fs-c-variationMatrix__item {
  flex-basis: auto;
}

.rcmd-slick-slider .rcmd-slick-list {
  margin: 0 -0.2rem;
}
@media screen and (min-width: 900px) {
  .rcmd-slick-slider .rcmd-slick-list {
    margin: 0 -0.4rem;
  }
}
.rcmd-slick-slider .rcmd-slick-slide {
  margin: 0 0.4rem;
}
@media screen and (min-width: 900px) {
  .rcmd-slick-slider .rcmd-slick-slide {
    margin: 0 0.8rem;
  }
}
.rcmd-slick-slider .rcmd-slick-prev::before, .rcmd-slick-slider .rcmd-slick-next::before {
  color: black;
  font-size: min(5vw, 28px);
  line-height: 1;
  font-family: "slick";
  opacity: 0.75;
}
.rcmd-slick-slider .rcmd-slick-prev {
  left: calc(-0.5 * min(5vw, 28px));
}
.rcmd-slick-slider .rcmd-slick-prev::before {
  content: "←";
}
@media screen and (min-width: 900px) {
  .rcmd-slick-slider .rcmd-slick-prev {
    left: calc(-0.5 * min(5vw, 28px));
  }
}
.rcmd-slick-slider .rcmd-slick-next {
  right: calc(-0.5 * min(5vw, 28px));
}
.rcmd-slick-slider .rcmd-slick-next::before {
  content: "→";
}
@media screen and (min-width: 900px) {
  .rcmd-slick-slider .rcmd-slick-next {
    right: calc(-0.5 * min(5vw, 28px));
  }
}
.rcmd-slick-slider .rcmd-slick-prev, .rcmd-slick-slider .rcmd-slick-next {
  z-index: 5;
  width: min(5vw, 28px);
  height: min(5vw, 28px);
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("https://bbqwl.itembox.design/item/pt-assets/fonts/icomoon.ttf?70s9l0") format("truetype"), url("https://bbqwl.itembox.design/item/pt-assets/fonts/icomoon.woff?70s9l0") format("woff"), url("https://bbqwl.itembox.design/item/pt-assets/fonts/icomoon.svg?70s9l0#icomoon") format("svg");
  font-family: "icomoon";
  font-display: block;
}
[class^=ymi-], [class*=" ymi-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ymi-arrow-r:before {
  content: "\e901";
}

.ymi-arrow-l:before {
  content: "\e902";
}

.ymi-arrow-d:before {
  content: "\e903";
}

.ymi-arrow-u:before {
  content: "\e905";
}

.ymi-arrow-thin-r:before {
  content: "\e900";
}

.ymi-arrow-thin-l:before {
  content: "\e904";
}

:root {
  --pt-clr-pri: #CE2E22;
  --pt-clr-pri-h: #c84f47;
  --pt-clr-sec: #333;
  --pt-clr-thr: #EDE8D7;
  --pt-clr-textHeader-1: #222222;
  --pt-clr-textHeader-2: #fff;
  --pt-clr-subText-1: #666;
  --pt-clr-subText-2: #999;
  --pt-clr-text-1: #333333;
  --pt-clr-text-2: #f2f2f2;
  --pt-clr-bg-base: #F9F6F3;
  --pt-clr-bg-1:#333;
  --pt-clr-bg-2:#EDE8D7;
  --pt-clr-bg-3:#F9F6F3;
  --pt-cnt-shadow: rgba(60, 64, 67, 0.1) 0px 3px min(1vw,8px) 0px, rgba(60, 64, 67, 0.05) 0px 1px min(1.2vw,8px) 2px;
  --pt-cnt-shadow-2: 0 0 8px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.1);
  --pt-clr-bgSliderArrow: rgba(247, 200, 133, 0.9);
  --pt-clr-sliderArrow: white;
  --pt-fz-xxl:clamp(24px, 16.895px + 1.579vw, 27px);
  --pt-fz-xl:clamp(21px, 13.895px + 1.579vw, 24px);
  --pt-fz-lg:clamp(17px, 9.895px + 1.579vw, 20px);
  --pt-fz-ml:clamp(15px, 10.263px + 1.053vw, 17px);
  --pt-fz-md:clamp(14px, 9.263px + 1.053vw, 16px);
  --pt-fz-sm:clamp(14px, 11.632px + 0.526vw, 15px);
  --pt-fz-def:clamp(13px, 10.632px + 0.526vw, 14px);
  --pt-fz-smh:clamp(12px, 9.632px + 0.526vw, 13px);
  --pt-fz-xs:clamp(11px, 8.632px + 0.526vw, 12px);
  --pt-fz-xxs:10px;
  --pt-clr-headerBg-def: var(rgba(126, 126, 126, 0.08),rgba(126, 126, 126, 0.08));
  --pt-mq-min-sm: 640px;
  --pt-mq-min-md: 900px;
  --pt-mq-min-lg: 1200px;
  --pt-mq-max-sm: 639px;
  --pt-mq-max-md: 899px;
  --pt-mq-max-lg: 1199px;
  --pt-spa-max-width:1200px;
  --pt-spa-max-width-p:calc(var(--pt-spa-max-width) + min(4vw,2.4rem) * 2);
  --pt-spa-max-width-md:900px;
  --pt-spa-max-width-md-p:calc(var(--pt-spa-max-width-md) + min(4vw,2.4rem) * 2);
  --pt-spa-max-width-sm:640px;
  --pt-spa-max-width-article:820px;
  --pt-spa-max-width-article-p: calc(var(--pt-spa-max-width-article) + min(4vw,2.4rem) * 2);
  --pt-spa-both-side: min(4vw,1.6rem);
  --pt-spa-sec-pc:12rem;
  --pt-spa-sec-pc-s:9.6rem;
  --pt-spa-sec-sp:9.6rem;
  --pt-spa-sec-sp-s:7.2rem;
  --pt-spa-cntVertical-lg:4.8rem;
  --pt-spa-cntVertical-md:3.2rem;
  --pt-spa-cntVertical-sm:2.4rem;
  --pt-clr-btnBg-1:#CE2E22;
  --pt-clr-btnBorder-1:#CE2E22;
  --pt-clr-btnText-1: white;
  --pt-clr-btnBg-hover-1: var(--pt-clr-pri-h);
  --pt-clr-btnBorder-hover-1:var(--pt-clr-pri-h);
  --pt-clr-btnBg-active-1:var(--pt-clr-pri-h);
  --pt-clr-btnBorder-active-1:var(--pt-clr-pri-h);
  --pt-clr-btnBg-2: #fff;
  --pt-clr-btnBorder-2: #b3b3b3;
  --pt-clr-btnText-2: #222222;
  --pt-clr-btnBg-hover-2: var(--pt-clr-pri);
  --pt-clr-btnBorder-hover-2: var(--pt-clr-pri);
  --pt-clr-btnText-hover-2: #fff;
  --pt-clr-btnBg-3: #222222;
  --pt-clr-btnBorder-3:#222222;
  --pt-clr-btnText-3: white;
  --pt-clr-btnBg-hover-3:#666666;
  --pt-clr-btnBorder-hover-3: #666666;
  --pt-clr-btnText-hover-3: white;
  --pt-clr-btnBg-4:#333;
  --pt-clr-btnBorder-4:#333;
  --pt-spa-btn-ml: min(100%,350px);
  --pt-spa-btn-md: min(100%,320px);
  --pt-spa-btn-sm: min(100%,275px);
  --pt-spa-btn-smh: min(100%,225px);
  --pt-ratioImg-1: 1 / 1;
  --pt-ratioImg-2: 1.7 / 1;
  --pt-ratioImg-3: 2.7 / 1;
  --pt-r-sm: 4px;
  --pt-r-md: 8px;
  --pt-clr-notice: #333;
}

*:target {
  scroll-margin-top: calc(var(--pt-header-height, 40px) + var(--pt-header--catch-height, 0px) + 70px);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--pt-clr-text-1);
  font-style: normal;
  font-weight: 400;
  font-size: var(--pt-fz-def);
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-optical-sizing: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}

:where(a, .pt-dummyAnkr) {
  color: #333333;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
:where(a, .pt-dummyAnkr):hover, :where(a, .pt-dummyAnkr):active, :where(a, .pt-dummyAnkr):focus {
  color: #CE2E22;
}

:where(.pt-ankr-w) {
  color: #fff;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: color, background-color;
}
:where(.pt-ankr-w):hover, :where(.pt-ankr-w):active, :where(.pt-ankr-w):focus {
  color: var(--pt-clr-text-2);
}

:where(h1, h2, h3, h4, h5, h6) {
  line-height: 1.25;
}

:where(h1, h2, h3, h4, h5, h6) {
  color: var(--pt-clr-textHeader-1);
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

:where(h1), .pt-h1 {
  font-size: var(--pt-fz-xl);
}

:where(h2), .pt-h2 {
  font-size: var(--pt-fz-lg);
}

:where(h3), .pt-h3 {
  font-size: var(--pt-fz-ml);
}

:where(h4), .pt-h4 {
  font-size: var(--pt-fz-md);
}

:where(h5), .pt-h5 {
  font-size: var(--pt-fz-sm);
}

:where(h6), .pt-h6 {
  font-size: var(--pt-fz-def);
}

:where(p) {
  font-size: var(--pt-fz-def);
}

:where(ul, ol) {
  padding-inline-start: 1.5em;
}

:where(img) {
  height: auto;
  vertical-align: middle;
}

:where(iframe)[allowfullscreen] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 1.6/1;
  width: 100%;
  height: 100%;
     object-position: center;
}

:where(iframe).ay-vimeo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 1.77/1;
  width: 100%;
  height: 100%;
     object-position: center;
}

:where(table) {
  width: 100%;
  border: none;
  border-collapse: collapse;
  background-color: transparent;
}

.fs-clientInfo, .fs-clientInfo.is-ready {
  display: contents;
}

.pt-loginCheck--true {
  display: contents !important;
}

.pt-loginCheck--false {
  display: none !important;
}
.pt-loginCheck--false.pt-loginCheck--isGuest {
  display: contents !important;
}

.mypageItemNumberWrap:has(> .fs-client-cart-count--0) {
  display: none;
}

.is-hidden {
  display: none !important;
}

@media screen and (min-width: 900px) {
  .is-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .is-hidden-mb {
    display: none !important;
  }
}

.pt-nowrap {
  white-space: nowrap;
}

.pt-img--1 {
  aspect-ratio: var(--pt-ratioImg-1);
}

.pt-marb-md {
  margin-bottom: var(--pt-spa-cntVertical-md) !important;
}
@media screen and (min-width: 640px) {
  .pt-marb-md {
    margin-bottom: var(--pt-spa-cntVertical-lg) !important;
  }
}

.fs-c-productImage__image,
.fr2-listItem img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: var(--pt-ratioImg-1);
  width: 100%;
  height: 100%;
     object-position: center;
}

.fs-c-productCarouselMainImage__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: var(--pt-ratioImg-1);
     object-position: center;
}

.pt-u-topPickup-1 {
  margin-top: calc(30px + 3.2rem) !important;
}
@media screen and (min-width: 900px) {
  .pt-u-topPickup-1 {
    margin-top: calc(30px + 4.8rem) !important;
  }
}

.pt-text--center-rmq {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .pt-text--center-rmq {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
}

.pt-bold {
  font-weight: 700;
}

.pt-span-lg {
  font-size: 1.1em;
}

.pt-txtlink {
  text-decoration: underline;
}

:root {
  --pt-hamburger-width: clamp(16px, 6.526px + 2.105vw, 20px);
  --pt-hamburger-height: calc(var(--pt-hamburger-width) * 1.25);
  --pt-maxHeightMenu-pc:calc(100dvh - var(--pt-header-height) - 50px);
}

:is(.pt-header, .pt-megaMenu, .pt-headerTabs, .pt-drawer) :where(ul) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fs-l-page {
  padding-top: calc(var(--pt-header-height, 74px) + 4.2rem);
}
@media screen and (min-width: 640px) {
  .fs-l-page {
    padding-top: calc(var(--pt-header-height, 74px) + 7.2rem);
  }
}

.fs-body-checkout .fs-l-page {
  padding-top: 0 !important;
}

.pt-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  max-height: var(--pt-maxHeightMenu-pc);
  border-bottom: 1px solid var(--pt-clr-pri-h);
  background-color: white;
}
@media screen and (min-width: 640px) {
  .pt-header {
    border-bottom: 1px solid #b3b3b3;
  }
}
.pt-header__catch {
  background-color: var(--pt-clr-bg-2);
  transition-duration: 0.4s;
}
.pt-header__catch--ankr {
  display: block;
  padding: 0.5em var(--pt-spa-both-side);
  text-align: center;
}
body.is-scroll .pt-header__catch {
  margin-top: calc(var(--pt-header--catch-height) * -1);
}

.pt-header__upper--inn {
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: min(32%, 200px) 1fr auto;
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
  -moz-column-gap: clamp(20px, -27.368px + 10.526vw, 40px);
  grid-template-areas: "logo icons hamb";
       column-gap: clamp(20px, -27.368px + 10.526vw, 40px);
  align-items: center;
}
@media screen and (min-width: 640px) {
  .pt-header__upper--inn {
    grid-template-columns: min(40%, 200px) 1fr auto;
  }
}
.pt-header__upper--inn .pt-header__upper--hamb {
  grid-area: hamb;
}
.pt-header__upper--inn .pt-header__upper--logo {
  grid-area: logo;
}
@media screen and (min-width: 640px) {
  .pt-header__upper--inn .pt-header__upper--logo img {
    width: min(100%, 200px);
    transition-duration: 0.4s;
    transition-property: width;
  }
}
.pt-header__upper--inn .pt-header__upper--catch {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .pt-header__upper--inn .pt-header__upper--catch {
    display: none;
  }
}
.pt-header__upper--inn .pt-header__upper--icons {
  grid-area: icons;
}
.pt-header__upper--inn .pt-header__upper--icons li a, .pt-header__upper--inn .pt-header__upper--icons .pt-dummyAnkr {
  transition-duration: 0.4s;
  transition-property: padding, transform, font-size, color;
}
.pt-header__upper--inn .pt-header__upper--icons li a::before, .pt-header__upper--inn .pt-header__upper--icons .pt-dummyAnkr::before {
  transition-duration: 0.4s;
}
@media screen and (min-width: 640px) {
  body.is-scroll .pt-header__upper--logo img {
    width: min(100%, 150px);
  }
  body.is-scroll .pt-header__upper--icons li a, body.is-scroll .pt-header__upper--icons .pt-dummyAnkr {
    padding: 1.6rem 0;
  }
  body.is-scroll .pt-header__upper--icons li a::before, body.is-scroll .pt-header__upper--icons .pt-dummyAnkr::before {
    font-size: 1.5em;
  }
}

.pt-header__bottom {
  max-width: var(--pt-spa-max-width-p);
  margin: 0 auto;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
  background-color: var(--pt-clr-pri);
}
@media screen and (min-width: 640px) {
  .pt-header__bottom {
    background-color: #fff;
  }
}
.pt-header__glIcons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(12px, -35.368px + 10.526vw, 32px);
}
@media screen and (min-width: 900px) {
  .pt-header__glIcons {
    gap: 2.8rem;
  }
}
.pt-header__glIcons :is(a, .pt-dummyAnkr) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.6rem 0;
  gap: 2px;
}
.pt-header__glIcons :is(a, .pt-dummyAnkr):active, .pt-header__glIcons :is(a, .pt-dummyAnkr):focus {
  color: var(--pt-clr-text-1);
}
@media (hover: hover) {
  .pt-header__glIcons :is(a, .pt-dummyAnkr):hover {
    color: var(--pt-clr-text-1);
  }
}
.pt-header__glIcons :is(a, .pt-dummyAnkr)::before {
  font-size: calc(var(--pt-hamburger-width) * 1.1);
}
@media screen and (min-width: 640px) {
  .pt-header__glIcons :is(a, .pt-dummyAnkr)::before {
    font-size: var(--pt-hamburger-height);
  }
}
@media screen and (max-width: 639px) {
  .pt-header__glIcons :is(a, .pt-dummyAnkr) {
    padding: 1.2rem 0 0.8rem;
  }
}
@media screen and (min-width: 640px) {
  .pt-header__glIcons :is(a, .pt-dummyAnkr) {
    padding: 1.6rem 0;
  }
}
.pt-header__glIcons span:not([class]) {
  font-weight: 500;
  font-size: clamp(8px, 3.263px + 1.053vw, 10px);
}
@media screen and (min-width: 990px) {
  .pt-header__glIcons span:not([class]) {
    display: inherit;
  }
}
.pt-header__glIcons .pt-header__glIcons--cart {
  transform: translateX(-0.2em);
}
@media screen and (min-width: 900px) {
  .pt-header__glIcons .pt-header__glIcons--cart {
    transform: translateX(0);
  }
}
.pt-header__glIcons .pt-header__glIcons--cart .mypageItemNumberWrap {
  position: absolute;
  top: min(10%, 1.25em);
  right: -15%;
}
@media screen and (min-width: 640px) {
  .pt-header__glIcons .pt-header__glIcons--cart .mypageItemNumberWrap {
    top: min(15%, 1.5em);
    right: -25%;
  }
}
.pt-header__glIcons .pt-header__glIcons--login {
  display: none;
}
@media screen and (min-width: 640px) {
  .pt-header__glIcons .pt-header__glIcons--login {
    display: block;
  }
}
.pt-header__glIcons .pt-header__glIcons--mypage {
  display: none;
}
.fs-clientInfo.is-ready:has(.pt-loginCheck--true) + .pt-header__glIcons .pt-header__glIcons--login {
  display: none;
}
@media screen and (min-width: 640px) {
  .fs-clientInfo.is-ready:has(.pt-loginCheck--true) + .pt-header__glIcons .pt-header__glIcons--login {
    display: none;
  }
}
.fs-clientInfo.is-ready:has(.pt-loginCheck--true) + .pt-header__glIcons .pt-header__glIcons--mypage {
  display: none;
}
@media screen and (min-width: 640px) {
  .fs-clientInfo.is-ready:has(.pt-loginCheck--true) + .pt-header__glIcons .pt-header__glIcons--mypage {
    display: block;
  }
}

.fs-clientInfo.is-ready:has(.pt-loginCheck--false) + .pt-header__glIcons .pt-header__glIcons--mypage {
  display: none;
}
.fs-clientInfo.is-ready:has(.pt-loginCheck--false) + .pt-header__glIcons .pt-header__glIcons--cart .mypageItemNumberWrap {
  display: none;
}

.pt-clientInfo__point .pt-clientInfo__value {
  color: var(--pt-clr-pri);
  font-size: var(--pt-fz-xxl);
  line-height: 1;
}
.pt-clientInfo__point .pt-clientInfo__value::after {
  margin-left: 0.25em;
  content: "points";
  color: var(--pt-clr-text-1);
  font-size: 0.65em;
}
.pt-clientInfo__name {
  font-size: var(--pt-fz-smh);
}
.pt-clientInfo__label {
  display: flex;
  justify-content: center;
  padding: 0.25em 0.5em;
  border: 1px solid #b3b3b3;
  font-size: var(--pt-fz-smh);
}
.pt-clientInfo__value {
  display: flex;
  align-items: baseline;
  font-weight: 500;
}
.pt-clientInfo.pt-clientInfo--drawer {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.4rem;
  gap: 2.4rem;
  border-bottom: 1px solid #b3b3b3;
}
.pt-loginCheck--false .pt-clientInfo.pt-clientInfo--drawer .pt-clientInfo__rrank, .pt-loginCheck--false .pt-clientInfo.pt-clientInfo--drawer .pt-clientInfo__point {
  display: none;
}

@media screen and (min-width: 600px) {
  .pt-clientInfo.pt-clientInfo--drawer {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-template-areas: "name point";
  }
}
.pt-clientInfo.pt-clientInfo--drawer .pt-clientInfo__name {
  grid-area: name;
  font-size: var(--pt-fz-md);
}
.pt-clientInfo.pt-clientInfo--drawer .pt-clientInfo__point {
  grid-area: point;
}

.pt-hamburger {
  z-index: 10;
  position: relative;
  aspect-ratio: 1.25/1;
  width: auto;
  height: var(--pt-hamburger-width);
  margin-top: -0.9em;
  border: none;
  background: transparent;
  cursor: pointer;
}
.pt-hamburger__line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
.pt-hamburger__label {
  position: absolute;
  bottom: -110%;
  left: 50%;
  width: 40px;
  transform: translateX(-50%);
  font-size: clamp(8px, 3.263px + 1.053vw, 10px);
}
.pt-hamburger__label {
  font-size: clamp(8px, 3.263px + 1.053vw, 10px);
}
@media screen and (max-width: 639px) {
  .pt-hamburger {
    height: auto;
    margin-top: -0.6em;
  }
  .pt-hamburger__label {
    position: absolute;
    bottom: -1.6em;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 640px) {
  .pt-hamburger__icon {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pt-hamburger__line {
    width: var(--pt-hamburger-height);
  }
  .pt-hamburger__line:nth-of-type(1) {
    top: 0;
  }
  .pt-hamburger__line:nth-of-type(2) {
    top: 50%;
  }
  .pt-hamburger__line:nth-of-type(3) {
    top: 100%;
  }
}
.pt-hamburger--cross {
  z-index: 10;
  position: relative;
  aspect-ratio: 1.25/1;
  width: calc(var(--pt-hamburger-height) * 1.3);
  height: var(--pt-hamburger-width);
  border: none;
  background: transparent;
  cursor: pointer;
}
.pt-hamburger--cross .pt-hamburger__line {
  width: calc(var(--pt-hamburger-height) * 1.3);
}
.pt-hamburger--cross__line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
.pt-hamburger--cross__label {
  position: absolute;
  bottom: -110%;
  left: 50%;
  width: 40px;
  transform: translateX(-50%);
  font-size: clamp(8px, 3.263px + 1.053vw, 10px);
}
.pt-hamburger--cross .pt-hamburger__line:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.pt-hamburger--cross .pt-hamburger__line:nth-of-type(2) {
  background-color: transparent;
}
.pt-hamburger--cross .pt-hamburger__line:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.pt-overlay {
  visibility: hidden;
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
}
.pt-overlay.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 900px) {
  .pt-overlay {
    background-color: rgba(255, 255, 255, 0);
  }
}

.pt-megaMenu {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pt-megaMenu::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 640px) {
  .pt-megaMenu {
    overflow-x: auto;
    overflow-y: auto;
  }
}
.pt-megaMenu__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  gap: 2.8rem;
}
@media screen and (min-width: 640px) {
  .pt-megaMenu__tabs {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pt-megaMenu__tabs {
    gap: 3.2rem;
  }
}
.pt-megaMenu__tabs li:not([class]) a {
  display: block;
  padding: 0.75em 0;
  color: #fff;
  transition-duration: 0.4s;
}
@media screen and (min-width: 640px) {
  .pt-megaMenu__tabs li:not([class]) a {
    padding: 1em 0;
    border-bottom: 3px solid transparent;
    color: var(--pt-clr-text-1);
  }
  .pt-megaMenu__tabs li:not([class]) a:active, .pt-megaMenu__tabs li:not([class]) a:focus {
    border-color: var(--pt-clr-pri);
    color: var(--pt-clr-pri);
  }
}
@media screen and (min-width: 640px) and (hover: hover) {
  .pt-megaMenu__tabs li:not([class]) a:hover {
    border-color: var(--pt-clr-pri);
    color: var(--pt-clr-pri);
  }
}
.pt-megaMenu__panel {
  position: absolute;
  width: min(100%, var(--pt-spa-max-width));
  padding: 4.8rem 0 7.2rem;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-property: opacity, position, height;
}
.pt-megaMenu__panel > * {
  opacity: 0;
  transition-duration: 0s;
}
.pt-megaMenu__panel.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.pt-megaMenu__panel.is-active::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  border-top: 1px solid #e6e6e6;
  background-color: white;
  content: "";
}
.pt-megaMenu__panel.is-active > * {
  opacity: 1;
}
.pt-megaMenu__panel > *:nth-child(1) {
  margin-top: 0;
}
.pt-megaMenu__panel > * + * {
  margin-top: 4.8rem;
}

.pt-drawer {
  visibility: hidden;
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-property: opacity, visibility;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pt-drawer::-webkit-scrollbar {
  display: none;
}
.pt-drawer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.pt-drawer__inn {
  container-name: drawerInn;
  container-type: inline-size;
  max-width: var(--pt-spa-max-width-article);
  margin: 0 auto;
  padding: 7.2rem var(--pt-spa-both-side) 7.2rem;
}
.pt-drawer__close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: calc(var(--pt-hamburger-width) * 2.5);
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
}
.pt-drawer__close--wrapper {
  display: flex;
  z-index: 1004;
  position: fixed;
  top: calc(var(--pt-header-height) / 2 - var(--pt-hamburger-height) / 2);
  left: 50%;
  justify-content: flex-end;
  width: min(100%, var(--pt-spa-max-width-p));
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
  transform: translateX(-50%);
  transition-duration: 0.4s;
}
.pt-drawer__bnr {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 1.6rem;
  gap: 0.4rem;
}
@media screen and (min-width: 900px) {
  .pt-drawer__bnr {
    gap: 0.8rem;
  }
}
.pt-drawer__bnr:not(:has(> a)) {
  display: none;
}
.pt-drawer__bnr a:not([class]) {
  grid-row: auto;
  grid-column: span 2;
}
.pt-drawer__bnr .__full-w {
  grid-row: auto;
  grid-column: 1/-1;
}
.pt-drawer__bnr .__half-w {
  grid-row: auto;
  grid-column: span 3;
}
.pt-drawer__inn > * + h3 {
  margin-top: 4rem;
}
.pt-drawer__inn > .pt-drawer__menu {
  margin: 0.8rem 0 2.4rem;
}
.pt-drawer__infoList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 475px);
  margin-right: auto;
  margin-left: auto;
  padding: 3.2rem 0;
  gap: 8px;
}
.pt-drawer__infoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
  padding: 0 0.75em;
  gap: 8px;
  background-color: white;
  font-size: var(--pt-fz-xxs);
  transition-duration: 0.4s;
}
@media screen and (min-width: 640px) {
  .pt-drawer__infoItem {
    font-size: var(--pt-fz-smh);
  }
}
.pt-drawer__infoItem img {
  width: auto;
  height: min(7vw, 32px);
}
@media screen and (max-width: 639px) {
  .pt-drawer__infoItem.pt-drawer__infoItem--login > span {
    text-align: center;
  }
  .pt-drawer__infoItem.pt-drawer__infoItem--login .__s {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pt-drawer__infoItem.pt-drawer__infoItem--login > span {
    width: 110px;
  }
  .pt-drawer__infoItem.pt-drawer__infoItem--login br {
    display: none;
  }
}
.pt-drawer__infoItem.pt-drawer__infoItem--history img {
  height: min(9vw, 40px);
  transform: translateY(-15%);
}
.pt-drawer__infoItem.pt-drawer__infoItem--history > span {
  margin-top: -0.75em;
}
.pt-drawer__infoItem.pt-drawer__infoItem--fav img {
  width: auto;
  height: min(7.5vw, 30px);
}
.pt-drawer__infoItem.pt-drawer__infoItem--cart {
  position: relative;
}
.pt-drawer__infoItem.pt-drawer__infoItem--cart .mypageItemNumberWrap {
  position: absolute;
  top: -5%;
  right: 30%;
}
.fs-clientInfo.is-ready:has(.pt-loginCheck--true) + .pt-drawer__infoList .pt-drawer__infoItem.pt-drawer__infoItem--login {
  display: none;
}

.fs-clientInfo.is-ready:has(.pt-loginCheck--false) + .pt-drawer__infoList .pt-drawer__infoItem.pt-drawer__infoItem--cart .mypageItemNumberWrap {
  display: none;
}
.fs-clientInfo.is-ready:has(.pt-loginCheck--false) + .pt-drawer__infoList .pt-drawer__infoItem.pt-drawer__infoItem--mypage {
  display: none;
}

.pt-drawer__menu {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.pt-drawer__sns {
  margin: 7.2rem 0 3.2rem;
}

@media screen and (min-width: 900px) {
  .fs-l-productLayout__item--2 {
    top: calc(var(--pt-header-height) + 7.2rem);
  }
}

@media screen and (min-width: 900px) {
  body.active-style .fs-l-productLayout__item--2 {
    position: static;
  }
}

.mypageItemNumberWrap {
  padding: 0.25em 0.5em 0.35em;
  border-radius: 50vw;
  background-color: var(--pt-clr-pri);
  font-size: var(--pt-fz-xxs);
  line-height: 1;
}
.mypageItemNumberWrap:has(> .fs-p-cartItemNumber:empty) {
  display: none;
}

.fs-p-cartItemNumber {
  color: #fff;
  font-size: var(--pt-fz-xxs);
}

.pt-footer :where(a) {
  transition-duration: 0.4s;
}
.pt-footer :where(ul) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pt-footer__inn-1 {
  padding: 7.2rem 0;
  background-color: var(--pt-clr-bg-1);
}
@media screen and (min-width: 640px) {
  .pt-footer__inn-1 {
    padding: 9.6rem 0;
  }
}
.pt-footer__catch {
  width: min(100%, var(--pt-spa-max-width-p));
  margin-right: auto;
  margin-left: auto;
  padding-top: 7.2rem;
  padding-right: var(--pt-spa-both-side);
  padding-bottom: 7.2rem;
  padding-left: var(--pt-spa-both-side);
}
@media screen and (min-width: 640px) {
  .pt-footer__catch {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.pt-footer__catch-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .pt-footer__catch-list {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3.2rem;
  }
}
.pt-footer__catch-list > .pt-footer__catch-list--li {
  display: block;
  max-width: var(--pt-spa-max-width-sm);
}
@media screen and (min-width: 900px) {
  .pt-footer__catch-list > .pt-footer__catch-list--li {
    width: 33.3333333333%;
  }
  .pt-footer__catch-list > .pt-footer__catch-list--li:not(:last-of-type) {
    padding-right: 2.4rem;
  }
  .pt-footer__catch-list > .pt-footer__catch-list--li:not(:nth-of-type(1)) {
    padding-left: 2.4rem;
    border-left: 1px solid #999999;
  }
}
.pt-footer__catch-list h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: var(--pt-clr-pri);
}
.pt-footer__catch-list p {
  margin-bottom: 0;
}
.pt-footer__catch-list img {
  width: auto;
  max-height: 28px;
  padding-right: 1.6rem;
}
.pt-footer__info-1 {
  border-top: 1px solid #999999;
}
.pt-footer__info-1--inn {
  display: none;
  width: min(100%, var(--pt-spa-max-width-p));
  margin-right: auto;
  margin-left: auto;
  padding-top: 7.2rem;
  padding-right: var(--pt-spa-both-side);
  padding-left: var(--pt-spa-both-side);
}
@media screen and (min-width: 640px) {
  .pt-footer__info-1--inn {
    display: grid;
    grid-template-rows: auto;
    row-gap: 3.2rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .pt-footer__info-1--inn {
    padding-top: 9.6rem;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .pt-footer__info-1--inn {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space;
    max-width: var(--pt-spa-max-width-sm);
  }
}
@media screen and (min-width: 900px) {
  .pt-footer__info-1--inn {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pt-footer__info-list--ul a {
  color: var(--pt-clr-subText-1);
}
.pt-footer__info-list--ul li:not(:nth-of-type(1)) {
  padding-top: 0.5em;
}
.pt-footer__is-account a {
  padding-top: 0.5em;
}
.pt-footer__is-account a.pt-loginCheck--true:nth-of-type(1) {
  display: none !important;
}
.pt-footer__is-account a.pt-loginCheck--true:nth-of-type(2) {
  display: block !important;
}
.pt-footer__is-account a.pt-loginCheck--false:nth-of-type(1) {
  display: block !important;
}
.pt-footer__is-account a.pt-loginCheck--false:nth-of-type(2) {
  display: none !important;
}
.pt-footer__inn-4 {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (min-width: 640px) {
  .pt-footer__inn-4 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
.pt-footer__inn-4 > *:not(:nth-of-type(1)) {
  margin-top: 4.8rem;
}
.pt-footer__info-2 p {
  text-align: center;
}
.pt-footer__info-2 > * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 639px) {
  .pt-footer__info-2 ul {
    margin-bottom: 4.8rem;
  }
  .pt-footer__info-2 li {
    font-size: var(--pt-fz-md);
  }
  .pt-footer__info-2 a {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 20px;
    grid-template-areas: "text icon";
    align-self: center;
    padding: var(--pt-spa-both-side);
    gap: 8px;
    border-bottom: 1px solid #b3b3b3;
    transition-duration: 0.4s;
    transition-property: color;
  }
  .pt-footer__info-2 a::before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: grid;
    grid-area: icon;
    place-content: center;
    content: "\e901";
    color: #999999;
    font-size: 0.65em;
  }
  .pt-footer__info-2 a::before {
    color: #CE2E22;
  }
  .pt-footer__info-2--home {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .pt-footer__info-2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
}

[class^=pt-linkArrow],
[class*=" pt-linkArrow"] {
  display: grid;
  grid-template-rows: auto;
  align-self: center;
  gap: 8px;
  line-height: 1.25;
  transition-duration: 0.4s;
  transition-property: color;
}
[class^=pt-linkArrow]::before,
[class*=" pt-linkArrow"]::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: grid;
  grid-area: icon;
  place-content: center;
  content: "\e901";
  color: #999999;
  font-size: 0.65em;
}
[class^=pt-linkArrow]:hover::before, [class^=pt-linkArrow]:focus::before,
[class*=" pt-linkArrow"]:hover::before,
[class*=" pt-linkArrow"]:focus::before {
  color: #CE2E22;
}

.pt-linkArrow {
  grid-template-columns: auto 20px;
  grid-template-areas: "text icon";
  padding: 1.25em 0;
  border-bottom: 1px solid #b3b3b3;
}
.pt-linkArrow::before {
  color: #CE2E22;
}
.pt-linkArrow:hover, .pt-linkArrow:focus {
  border-bottom-color: #CE2E22;
}
.pt-linkArrow:hover::before, .pt-linkArrow:focus::before {
  color: #CE2E22;
}
.pt-linkArrow.pt-linkArrow--ext::before {
  content: "\e90d";
  font-size: 1em;
}
.pt-linkArrow--back {
  grid-template-columns: 20px auto;
  grid-template-areas: "icon text";
  font-size: var(--pt-fz-ml);
}
.pt-linkArrow--back::before {
  content: "\e902";
}
.pt-linkArrow--back:hover::before, .pt-linkArrow--back:focus::before {
  color: #CE2E22;
}

[class^=pt-tag],
[class*=" pt-tag"] {
  display: inline-block;
  padding: 1em 1.25em;
  border: 1px solid #999999;
  background-color: #fff;
  color: #333333;
  line-height: 1;
  transition-duration: 0.4s;
}
[class^=pt-tag]:active, [class^=pt-tag]:focus,
[class*=" pt-tag"]:active,
[class*=" pt-tag"]:focus {
  background-color: var(--pt-clr-text-1);
  color: #fff;
}
@media (hover: hover) {
  [class^=pt-tag]:hover,
  [class*=" pt-tag"]:hover {
    background-color: var(--pt-clr-text-1);
    color: #fff;
  }
}

.pt-tag--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.pt-tag--white:active, .pt-tag--white:focus {
  background-color: transparent;
  color: #fff;
}
@media (hover: hover) {
  .pt-tag--white:hover {
    background-color: transparent;
    color: #fff;
  }
}
.pt-tag--xs {
  padding: 1em 1em;
  font-size: var(--pt-fz-smh);
}

.pt-scrollKeywords {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pt-scrollKeywords::-webkit-scrollbar {
  display: none;
}
.pt-scrollKeywords__inn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  row-gap: 0.6rem;
  padding-left: var(--pt-spa-both-side);
}
@media screen and (min-width: 900px) {
  .pt-scrollKeywords__inn {
    width: auto;
    padding-left: 0;
  }
}
.pt-scrollKeywords li {
  display: contents;
}
@media screen and (min-width: 640px) {
  .pt-scrollKeywords.pt-scrollKeywords--drawer .pt-scrollKeywords__inn, .pt-scrollKeywords.pt-scrollKeywords--hSearch .pt-scrollKeywords__inn {
    flex-wrap: wrap;
    width: auto;
    padding-left: 0;
  }
  .pt-scrollKeywords.pt-scrollKeywords--drawer a, .pt-scrollKeywords.pt-scrollKeywords--hSearch a {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 639px) {
  .pt-scrollKeywords.pt-scrollKeywords--drawer, .pt-scrollKeywords.pt-scrollKeywords--hSearch {
    width: calc(100vw - 8px);
    margin: 0 calc(50% - 50vw);
  }
}

.pt-menuHeader {
  font-size: var(--pt-fz-lg);
}
.pt-menuHeader--drawer {
  padding: 0.75em var(--pt-spa-both-side);
  background-color: var(--pt-clr-bg-2);
}
.pt-menuHeader--drawer-k {
  padding-bottom: 0.75em;
}
.pt-menuHeader--sidenav {
  margin: 0;
  padding: 0.75em var(--pt-spa-both-side);
  background-color: var(--pt-clr-bg-2);
  font-size: var(--pt-fz-ml);
}

.pt-ttl {
  color: var(--pt-clr-textHeader-1);
  font-size: var(--pt-fz-xxl);
}

.pt-subttl {
  color: var(--pt-clr-subText-2);
  font-style: normal;
  font-weight: 400;
  font-size: var(--pt-fz-ml);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.pt-ttlGroup > * {
  margin: 0 auto;
  text-align: center;
}
.pt-ttlGroup > * + * {
  margin-top: 0.5em;
}

.pt-snsList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (min-width: 900px) {
  .pt-snsList {
    flex-direction: row;
  }
}
.pt-snsList__ttl {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: var(--pt-fz-xl);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.pt-snsList__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.pt-snsList__sns li {
  display: contents;
}
.pt-snsList__sns a {
  width: min(100%, 36px);
}
[class^=pt-btn],
[class*=" pt-btn"] {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--_b-width, 100%);
  padding: 0 var(--_b-padding-lr, 1em);
  border: 1px solid var(--_b-clr-bd, var(--pt-clr-pri));
  border-radius: 0px;
  background-color: var(--_b-clr-bg, var(--pt-clr-pri));
  color: var(--_clr-text, white);
  font-weight: bold;
  line-height: var(--_b-height, 4.8rem);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
[class^=pt-btn]::before,
[class*=" pt-btn"]::before {
  display: flex;
  content: "";
}
[class^=pt-btn]::after,
[class*=" pt-btn"]::after {
  display: flex;
  justify-content: flex-end;
  content: var(--_b-icon, "\e901");
  color: var(--_b-clr-icon, white);
  font-size: 0.8em;
  font-family: "icomoon" !important;
  transition-duration: 0.4s;
  transition-property: transform, color;
  speak: never;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=pt-btn]:visited,
[class*=" pt-btn"]:visited {
  color: var(--_clr-text, white);
}
[class^=pt-btn]:active, [class^=pt-btn]:focus,
[class*=" pt-btn"]:active,
[class*=" pt-btn"]:focus {
  border: 1px solid var(--_b-clr-hvBd, var(--pt-clr-btnBg-hover-1));
  background-color: var(--_b-clr-hvBg, var(--pt-clr-btnBorder-hover-1));
  color: var(--_b-clr-hvText, white);
}
[class^=pt-btn]:active::after, [class^=pt-btn]:focus::after,
[class*=" pt-btn"]:active::after,
[class*=" pt-btn"]:focus::after {
  transform: var(--_b-transform);
  color: var(--_b-clr-icon-hover, white);
}
@media (hover: hover) {
  [class^=pt-btn]:hover,
  [class*=" pt-btn"]:hover {
    border: 1px solid var(--_b-clr-hvBd, var(--pt-clr-btnBg-hover-1));
    background-color: var(--_b-clr-hvBg, var(--pt-clr-btnBorder-hover-1));
    color: var(--_b-clr-hvText, white);
  }
  [class^=pt-btn]:hover::after,
  [class*=" pt-btn"]:hover::after {
    transform: var(--_b-transform, translateX(0.25em));
    color: var(--_b-clr-icon-hover, white);
  }
}

.pt-btn.pt-btn--ml {
  --_b-width: var(--pt-spa-btn-ml);
}
.pt-btn.pt-btn--md {
  --_b-width: var(--pt-spa-btn-md);
}
.pt-btn.pt-btn--sm {
  --_b-width: var(--pt-spa-btn-sm);
}
.pt-btn.pt-btn--smh {
  --_b-width: var(--pt-spa-btn-smh);
}
.pt-btn.pt-btn--sec {
  --_clr-text: var(--pt-clr-btnText-2);
  --_b-clr-bd: var(--pt-clr-btnBorder-2);
  --_b-clr-bg: var(--pt-clr-btnBg-2);
  --_b-clr-icon: var(--pt-clr-btnBg-hover-2);
  --_b-clr-hvText: var(--pt-clr-btnText-hover-2);
  --_b-clr-hvBd:var(--pt-clr-btnBorder-hover-2);
  --_b-clr-hvBg:var(--pt-clr-btnBg-hover-2);
  --_b-clr-icon-hover:var(--pt-clr-btnText-hover-2);
}
.pt-btn.pt-btn--thr {
  --_clr-text: var(--pt-clr-btnText-3);
  --_b-clr-bd: var(--pt-clr-btnBg-3);
  --_b-clr-bg: var(--pt-clr-btnBorder-3);
  --_b-clr-icon: var(--pt-clr-btnText-3);
  --_b-clr-hvText: var(--pt-clr-btnText-hover-3);
  --_b-clr-hvBd:var(--pt-clr-btnBg-hover-3);
  --_b-clr-hvBg:var(--pt-clr-btnBorder-hover-3);
}
.pt-btn.pt-btn--fou {
  --_clr-text: var(--pt-clr-pri);
  --_b-clr-bd: var(--pt-clr-pri);
  --_b-clr-bg: #fff;
  --_b-clr-icon: var(--pt-clr-pri);
  --_b-clr-hvText: #fff;
  --_b-clr-hvBd:#fff;
  --_b-clr-hvBg:var(--pt-clr-pri);
  --_b-clr-icon-hover:#fff;
}

.pt-listBtn {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .pt-listBtn {
    gap: 1.2rem;
  }
}
.pt-listBtn.pt-listBtn--left .pt-btn {
  grid-template-columns: 0 auto 1fr;
  text-align: left;
}

.pt-topsns, .pt-topmedia {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, auto));
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .pt-topsns, .pt-topmedia {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pt-topmedia .wp-card {
  display: flex;
}

.pt-card {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "img" "body";
  padding: var(--pt-spa-both-side);
}
@media screen and (min-width: 900px) {
  .pt-card {
    grid-template-rows: auto auto;
    grid-template-columns: 150px 1fr;
    grid-template-areas: "img body";
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
  .pt-card__img {
    grid-area: img;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
    aspect-ratio: var(--pt-ratioImg-2);
    width: 100%;
       object-position: center;
  }
  .pt-card__ttl {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .pt-card__body {
    grid-area: body;
  }
}
.pt-card.pt-card--media {
  box-shadow: var(--pt-cnt-shadow-2);
}
@media screen and (max-width: 899px) {
  .pt-card.pt-card--media .pt-card__img {
    grid-area: img;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
    aspect-ratio: var(--pt-ratioImg-2);
    width: 100%;
       object-position: center;
  }
}
.pt-card.pt-card--media .pt-card__ttl {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .pt-card.pt-card--media .pt-card__ttl {
    margin-top: 0;
  }
}
.pt-card.pt-card--sns {
  grid-template-rows: auto auto;
  grid-template-columns: min(30%, 80px) 1fr;
  grid-template-areas: "img body";
  border: 1px solid #b3b3b3;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (min-width: 900px) {
  .pt-card.pt-card--sns {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
.pt-card.pt-card--sns .pt-card__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
  aspect-ratio: 1/1;
     object-position: center;
}
.pt-card.pt-card--sns .pt-card__ttl {
  margin-top: 0;
}

.pt-lineTabs__tabsWrapper {
  margin-bottom: 4.8rem;
}
.pt-lineTabs__tabs--inn {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (min-width: 900px) {
  .pt-lineTabs__tabs--inn {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 1.6rem;
  }
}
.pt-lineTabs__tabs--inn button {
  padding: 0.75em 0.75em;
  border: 1px solid var(--pt-clr-pri);
  border-radius: 0;
  background-color: #fff;
  color: var(--pt-clr-pri);
  font-size: var(--pt-fz-md);
  line-height: 1.25;
  transition-duration: 0.4s;
}
.pt-lineTabs__tabs--inn button:visited {
  color: var(--pt-clr-pri);
}
.pt-lineTabs__tabs--inn button:active, .pt-lineTabs__tabs--inn button:focus, .pt-lineTabs__tabs--inn button.is-active {
  background-color: var(--pt-clr-pri);
  color: #fff;
}
@media (hover: hover) {
  .pt-lineTabs__tabs--inn button:hover {
    background-color: var(--pt-clr-pri);
    color: #fff;
  }
}
.fr-ranking .fr2-listItem {
  position: relative;
}
.fr-ranking .fr2-listItem::before {
  z-index: 100;
  position: absolute;
  top: -0.4em;
  left: 10px;
  width: 0.8em;
  content: "";
  color: var(--pt-clr-textHeader-1);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(28px, 9.053px + 4.211vw, 36px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.fr-ranking .fr2-listItem:nth-child(1)::before {
  content: "1";
}
.fr-ranking .fr2-listItem:nth-child(2)::before {
  content: "2";
}
.fr-ranking .fr2-listItem:nth-child(3)::before {
  content: "3";
}
.fr-ranking .fr2-listItem:nth-child(4)::before {
  content: "4";
}
.fr-ranking .fr2-listItem:nth-child(5)::before {
  content: "5";
}
.fr-ranking .fr2-listItem:nth-child(6)::before {
  content: "6";
}
.fr-ranking .fr2-listItem:nth-child(7)::before {
  content: "7";
}
.fr-ranking .fr2-listItem:nth-child(8)::before {
  content: "8";
}
.fr-ranking .fr2-listItem:nth-child(9)::before {
  content: "9";
}
.fr-ranking .fr2-listItem:nth-child(10)::before {
  content: "10";
}

.fs-l-sideArea .pt-menuHeader:not(:nth-child(1)) {
  margin-top: 4.8rem;
}

.pt-sidenav-list {
  padding: 0;
  list-style: none;
}
.pt-sidenav-list--bnr {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 2.25em;
  gap: 0.8rem;
}

.fs-c-button--changeLocation.fs-c-button--plain {
  color: #CE2E22;
  font-size: 1.1em;
  text-decoration: underline;
}

.fs-c-estimatedDeliveryDate {
  padding: 10px;
  background-color: var(--pt-clr-headerBg-def);
  font-size: 1.2rem;
}

.item-article > img {
  width: 100%;
  margin-top: 0 !important;
}

.revi-reco-wrap {
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 639px) {
  .revi-reco-wrap {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 900px) {
  .revi-reco-wrap > * {
    width: max(250px, 50% - 0.8rem);
  }
}
.revi-reco-wrap :is(#pt-reviBtn-left, #pt-reviBtn-right, #pt-reviBtn-left-sp, #pt-reviBtn-right-sp) .fs-c-button--addReview--detail, .revi-reco-wrap :is(#pt-reviBtn-left, #pt-reviBtn-right, #pt-reviBtn-left-sp, #pt-reviBtn-right-sp) .fs-c-button--viewAllReviews {
  max-width: 300px;
  margin: 0 auto;
}
.revi-reco-wrap #pt-reviBtn-left-sp {
  margin: 0;
}

.pt-move-to-cart {
  display: none;
}
@media screen and (min-width: 900px) {
  .pt-move-to-cart {
    display: flex;
    z-index: 500;
    position: fixed;
    right: 3.2rem;
    bottom: 3.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: var(--pt-fz-xs);
  }
  .pt-move-to-cart::before {
    z-index: -1;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50vw;
    background-color: var(--pt-clr-pri);
    content: "";
  }
}

#output-review_rating:has(> .fs-c-productReview__aggregateRating > [aria-label="レビュー件数 0"]) {
  display: none;
}

.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  padding-right: 0px;
}

.fs-body-search .fs-l-main .fs-l-pageMain {
  grid-row: auto;
  grid-column: 1/-1;
}

@media screen and (max-width: 639px) {
  .fs-body-custom h1.fs-c-heading--page {
    padding-top: 2.25em;
  }
}

.fs-l-main.fs-l-main--full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.pt-heroSlider {
  padding-top: 0;
  padding-bottom: 7.2rem;
}
@media screen and (min-width: 640px) {
  .pt-heroSlider {
    padding-top: 1.6rem;
    padding-bottom: 9.6rem;
  }
}
.pt-heroSlider .fs-pt-carousel__slide {
  margin: 0;
  padding: 0 0.4rem;
}
@media screen and (min-width: 900px) {
  .pt-heroSlider .fs-pt-carousel__slide {
    padding: 0 0.8rem;
  }
}
.pt-heroSlider .fs-c-slick .slick-dots {
  padding: 12px 4px 4px;
}

.fs-c-slick .slick-dots li button::before {
  width: 32px;
  height: 5px;
  background-color: var(--pt-clr-textHeader-1);
  content: "";
}

.fs-c-slick .slick-dots li button {
  width: 32px;
  height: 5px;
}

.fs-c-slick .slick-dots li {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 5px;
  margin: 4px;
  padding: 0;
  cursor: pointer;
}

.fs-p-flexibleColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.fs-p-linkButton {
  font-size: var(--pt-fz-sm);
  text-decoration: underline;
}

.fs-c-button--primary.fs-c-button--purchaseHere,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary,
.fs-c-button--confirmOrder.fs-c-button--primary {
  border: 1px solid var(--pt-clr-pri);
  background-color: var(--pt-clr-pri);
  color: #fff;
}
.fs-c-button--primary.fs-c-button--purchaseHere:hover, .fs-c-button--primary.fs-c-button--purchaseHere:focus,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:hover,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary:focus,
.fs-c-button--confirmOrder.fs-c-button--primary:hover,
.fs-c-button--confirmOrder.fs-c-button--primary:focus {
  background: var(--pt-clr-pri-h);
  color: #fff;
}

.fs-c-variationCart__variationName__price .fs-c-productVariationPrice {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--pt-fz-md);
}
.fs-c-variationCart__variationName__price .fs-c-productVariationPrice__price {
  font-weight: 700;
}
.fs-c-variationCart__variationName__price .fs-c-productVariationPrice__addon__label {
  font-size: 0.65em;
}
.fs-c-variationCart__variationName__price .fs-c-productVariationPrice__addon__label::before {
  content: "(";
}
.fs-c-variationCart__variationName__price .fs-c-productVariationPrice__addon__label::after {
  content: ")";
}

@media screen and (min-width: 900px) {
  .fs-l-productLayout {
    grid-template-rows: auto auto auto;
    grid-auto-flow: dense;
  }
  .fs-l-productLayout .fs-l-productLayout__item--1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fs-l-productLayout .fs-l-productLayout__item--2 {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .fs-l-productLayout .fs-l-productLayout__item--3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.pt-sec {
  margin-top: var(--_mart-sp, 0);
  margin-bottom: var(--_marb-sp, 0);
  padding-top: var(--_padt-sp, 9.6rem);
  padding-bottom: var(--_padb-sp, 9.6rem);
}
@media screen and (min-width: 640px) {
  .pt-sec {
    margin-top: var(--_mart-pc, 0);
    margin-bottom: var(--_marb-pc, 0);
    padding-top: var(--_padt-pc, 12rem);
    padding-bottom: var(--_padb-pc, 12rem);
  }
}
.pt-sec.pt-sec--ptn {
  --_padt-sp:0;
  --_padt-pc:0;
}
.pt-sec.pt-sec--pbn {
  --_padb-sp:0;
  --_padb-pc:0;
}
.pt-sec.pt-sec--ps {
  --_padt-sp:7.2rem;
  --_padb-sp:7.2rem;
  --_padt-pc:9.6rem;
  --_padb-pc:9.6rem;
}
.pt-sec.pt-sec--mt {
  --_mart-pc:12rem;
  --_mart-sp:9.6rem;
}
.pt-sec.pt-sec--mb {
  --_marb-pc:12rem;
  --_marb-sp:9.6rem;
}
.pt-sec.pt-sec--bdt {
  border-top: 1px solid #b3b3b3;
}
.pt-sec.pt-sec--bg1 {
  background-color: var(--pt-clr-bg-1);
}
.pt-sec.pt-sec--bg2 {
  background-color: var(--pt-clr-bg-2);
}
.pt-sec.pt-sec--bg-img {
  background-position: 50%;
  background-size: cover;
}
.pt-sec.pt-sec--bg-img-2 {
  background-image: var(--_bgim-sp);
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .pt-sec.pt-sec--bg-img-2 {
    background-image: var(--_bgim-pc);
  }
}

.pt-sec-inn {
  width: min(100%, var(--_width, var(--pt-spa-max-width-p)));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--_pad, var(--pt-spa-both-side));
  padding-left: var(--_pad, var(--pt-spa-both-side));
}
.pt-sec-inn > * + * {
  margin-top: 3.2rem;
}
@media screen and (min-width: 640px) {
  .pt-sec-inn > * + * {
    margin-top: 4.8rem;
  }
}
.pt-sec-inn.pt-sec-inn--topinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pt-sec-inn.pt-sec-inn--topinfo li {
  font-size: var(--pt-fz-md);
}
.pt-sec-inn.pt-sec-inn--topinfo li + li {
  margin-top: 0.75em;
}
.pt-sec-inn.pt-sec-inn--topinfo time {
  display: block;
  padding-right: 1.25em;
  font-style: normal;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (min-width: 440px) {
  .pt-sec-inn.pt-sec-inn--topinfo time {
    display: inline;
  }
}
@media screen and (min-width: 640px) {
  .pt-sec-inn.pt-sec-inn--topinfo {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
  }
  .pt-sec-inn.pt-sec-inn--topinfo hgroup {
    flex: 0 1 min(25%, 300px);
  }
  .pt-sec-inn.pt-sec-inn--topinfo .pt-topinfo__inn {
    margin-top: 0;
  }
}
@media screen and (max-width: 899px) {
  .pt-sec-inn.pt-sec-inn--about {
    max-width: var(--pt-spa-max-width-sm);
    margin-right: auto;
    margin-left: auto;
  }
}
.pt-sec-inn.pt-sec-inn--about hgroup > * {
  text-align: left;
}
.pt-sec-inn.pt-sec-inn--about hgroup h2 {
  color: var(--pt-clr-textHeader-2);
}
.pt-sec-inn.pt-sec-inn--about hgroup p {
  color: var(--pt-clr-subText-2);
}
.pt-sec-inn.pt-sec-inn--about p {
  color: var(--pt-clr-textHeader-2);
}
.pt-sec-inn.pt-sec-inn--about .pt-listBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: var(--pt-spa-max-width-sm);
  margin-bottom: 4.8rem;
}
.pt-sec-inn.pt-sec-inn--about .pt-listBtn li {
  width: 100%;
  font-size: var(--pt-fz-md);
}
@media screen and (min-width: 900px) {
  .pt-sec-inn.pt-sec-inn--about .pt-listBtn li {
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .pt-sec-inn.pt-sec-inn--about .pt-flex {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .pt-sec-inn.pt-sec-inn--right {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    -moz-column-gap: 7.2rem;
         column-gap: 7.2rem;
  }
  .pt-sec-inn.pt-sec-inn--right > * {
    grid-column: 2/3;
  }
}

.pt-sec-cateBnr {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  margin-top: var(--_mt, 2.4rem);
  margin-bottom: var(--_mb, 2.4rem);
  gap: 0.4rem;
}
@media screen and (min-width: 900px) {
  .pt-sec-cateBnr {
    gap: 0.8rem;
  }
}
.pt-sec-cateBnr:not(:has(> :is(a, img))) {
  display: none;
}
.pt-sec-cateBnr a:not([class]),
.pt-sec-cateBnr img:not([class]) {
  grid-row: auto;
  grid-column: span 2;
}
.pt-sec-cateBnr .__full-w {
  grid-row: auto;
  grid-column: 1/-1;
}
.pt-sec-cateBnr .__half-w {
  grid-row: auto;
  grid-column: span 3;
}

.pt-sec-wide {
  display: grid;
  grid-template-rows: auto;
  overflow: hidden;
  gap: 4rem;
}
@media screen and (min-width: 1200px) {
  .pt-sec-wide {
    gap: 4.8rem;
  }
}
.pt-sec-wide hgroup {
  margin-bottom: 3.2rem;
}
.pt-sec-wide hgroup > * {
  text-align: left;
}
@media screen and (max-width: 899px) {
  .pt-sec-wide__desc {
    width: min(100%, var(--pt-spa-max-width-sm));
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--pt-spa-both-side);
  }
}
@media screen and (min-width: 900px) {
  .pt-sec-wide__desc {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 4.8rem 0;
  }
}
.pt-sec-wide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  min-height: min(30vh, 300px);
     object-position: center;
}
@media screen and (min-width: 900px) {
  .pt-sec-wide__img img {
    min-height: 400px;
  }
}
.pt-sec-wide--cate-mtb {
  margin: 4.8rem 0;
}
@media screen and (min-width: 900px) {
  .pt-sec-wide.pt-sec-wide--cate-left {
    grid-template-columns: 50vw minmax(auto, min(40vw, 600px)) minmax(auto, 1fr);
  }
  .pt-sec-wide.pt-sec-wide--cate-left .pt-sec-wide__img {
    grid-column: 1;
  }
  .pt-sec-wide.pt-sec-wide--cate-left .pt-sec-wide__desc {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (min-width: 900px) {
  .pt-sec-wide.pt-sec-wide--cate-right {
    grid-template-columns: minmax(auto, 1fr) minmax(auto, min(40vw, 600px)) 50vw;
  }
  .pt-sec-wide.pt-sec-wide--cate-right .pt-sec-wide__img {
    grid-column: 3;
  }
  .pt-sec-wide.pt-sec-wide--cate-right .pt-sec-wide__desc {
    grid-row: 1;
    grid-column: 2;
  }
}

.pt-catch-1 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(225px, auto));
  justify-content: center;
  width: min(100%, var(--pt-spa-max-width-p));
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--pt-spa-both-side);
  color: var(--pt-clr-text-2);
}
@media screen and (min-width: 640px) {
  .pt-catch-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .pt-catch-1 {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
.pt-catch-1 figure {
  width: 100%;
  margin: 0;
}
.pt-catch-1 figcaption {
  margin-top: 1.2rem;
}
.pt-catch-1 img {
  width: 100%;
}

.fs-l-productFeature > * + * {
  margin-top: 3.2rem;
}
@media screen and (min-width: 640px) {
  .fs-l-productFeature > * + * {
    margin-top: 4.8rem;
  }
}
.pt-flex {
  display: flex;
  flex-wrap: var(--_wrap-sp, nowrap);
  align-items: --_align-i-sp, flex-start;
  justify-content: var(--_justify-c-sp, flex-start);
}
@media screen and (min-width: 900px) {
  .pt-flex {
    flex-wrap: var(--_wrap-pc, nowrap);
    align-items: --_align-i-pc, flex-start;
    justify-content: var(--_justify-c-pc, flex-start);
  }
}
.pt-flex--btns {
  --_justify-c-sp:center;
  --_justify-c-pc:center;
}