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

.catePage_shoppingGuide {
 margin: 0 -40px;
 padding: 40px;
 background: #F4EFF2;
}
.userGuide.catePage_userGuide {
 background: transparent;
 padding: 0;
}
.cateSecBg {
 padding: 50px 0;
 background: #F4EFF2;
}
@media (max-width: 1200px) {
 .catePage_shoppingGuide {
  margin: 0 -15px;
  padding: 20px;
 }
 .cateSecBg {
  padding: 30px 0;
 }
}

.itemList--ranking .fs-c-productListCarousel__list__item {
 position: relative;
}
.itemList--ranking .fs-c-productListCarousel__list__item::before {
 content: "";
 z-index: 2;
 display: block;
 position: absolute;
 top: 10px;
 left: 25px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 font-weight: 700;
 font-size: 14px;
 text-align: center;
 background: #fff;
 border: 1px solid #1b1b1b;
 border-radius: 50%;
}
@media (max-width: 767px) {
  .itemList--ranking .fs-c-productListCarousel__list__item::before {
    left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.itemList--ranking .slick-slide:nth-child(1) .fs-c-productListCarousel__list__item::before {
  background: #fff1bd;
  border-color: #efda8e;
}
.itemList--ranking .slick-slide:nth-child(2) .fs-c-productListCarousel__list__item::before {
  background: #eaeaea;
  border-color: #c8c8c8;
}
.itemList--ranking .slick-slide:nth-child(3) .fs-c-productListCarousel__list__item::before {
  background: #ffddbd;
  border-color: #dfbd9e;
}
.itemList--ranking .slick-slide:nth-child(1) .fs-c-productListCarousel__list__item::before {
  content: "1";
}
.itemList--ranking .slick-slide:nth-child(2) .fs-c-productListCarousel__list__item::before {
  content: "2";
}
.itemList--ranking .slick-slide:nth-child(3) .fs-c-productListCarousel__list__item::before {
  content: "3";
}
.itemList--ranking .slick-slide:nth-child(4) .fs-c-productListCarousel__list__item::before {
  content: "4";
}
.itemList--ranking .slick-slide:nth-child(5) .fs-c-productListCarousel__list__item::before {
  content: "5";
}
.itemList--ranking .slick-slide:nth-child(6) .fs-c-productListCarousel__list__item::before {
  content: "6";
}
.itemList--ranking .slick-slide:nth-child(7) .fs-c-productListCarousel__list__item::before {
  content: "7";
}
.itemList--ranking .slick-slide:nth-child(8) .fs-c-productListCarousel__list__item::before {
  content: "8";
}
.itemList--ranking .slick-slide:nth-child(9) .fs-c-productListCarousel__list__item::before {
  content: "9";
}
.itemList--ranking .slick-slide:nth-child(10) .fs-c-productListCarousel__list__item::before {
  content: "10";
}

.fs-pt-list {
 max-width: 100%;
}
.fs-p-dateList > li {
 margin: 0 !important;
 border: 0;
    list-style: none;

    padding: 8px 0;
    border-bottom: 1px solid #dfdfdf;

}
.fs-p-dateList > li > a {
 display: flex;
    font-size: 16px;
    font-weight: 500;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.fs-p-dateList > li > a h3 {
 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;

 line-height: 26px;
}
.fs-pt-list li:nth-child(n + 5) {display: none;}
.fs-p-dateList > li time:first-child {
 background: transparent;
 color: #1b1b1b;
 padding: 0;
    font-size: 14px;
    line-height: 26px;
 font-weight: 400;
    flex: 0 0 fit-content;
    padding-right: 1.5em;
}
@media (max-width: 1200px) {
 .fs-p-dateList > li {
  margin-bottom: 15px !important;
 }
 .fs-p-dateList > li .fs-pt-list__link {
  display: flex;
  flex-wrap: wrap;
 }
 .fs-p-dateList > li time:first-child {
  flex: 0 0 100%;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1;
 }
}

.fs-c-productListCarousel {position: relative;}
.fs-c-productListCarousel__ctrl {
 position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
 z-index: 10;
}
.fs-c-button--carousel {
    transform-origin: top left top left;
    z-index: 2;
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    transform-origin: top;
  min-height: 1px;
}
.fs-c-button--carousel::before {content: none;}
.fs-c-productListCarousel__ctrl--prev {
    left: -30px;
}
.fs-c-productListCarousel__ctrl--next{
    right: -30px;
}
.fs-c-button--carousel.fs-c-button--carousel--prev {
    transform: rotate(45deg) translate(0, -50%);
    border-bottom: #1b1b1b 1px solid;
    border-left: #1b1b1b 1px solid;
    left: -30px;
}
.fs-c-button--carousel.fs-c-button--carousel--next {
    transform: rotate(45deg) translate(0, -50%);
    border-top: #1b1b1b 1px solid;
    border-right: #1b1b1b 1px solid;
    right: -30px;
}
.fs-c-productListCarousel__list__item {
 flex-basis: 246px;
 max-width: 246px;
 min-width: 246px;
 margin: 0;
 padding: 0 15px;
}
@media (max-width: 767px) {
 .fs-c-productListCarousel__list__item {
  max-width: 48vw;
  min-width: 120px;
  padding: 0 7.5px;
 }
 .fs-c-productListCarousel__ctrl--prev {
  left: -15px;
 }
 .fs-c-productListCarousel__ctrl--next {
  right: 0px;
 }
.fs-c-button--carousel.fs-c-button--carousel--prev {left: 10px;}
.fs-c-productListCarousel__ctrl--next {right: 10px;}
 .fs-c-button--carousel {
  width: 20px;
  height: 20px;
 }
}


/*** ログアウト時 価格＆カート非表示 ***/
.logout.my-false {
    display: none;
}
/*** ログイン時 価格＆カート表示 ***/
.logout.my-true {
    display: block;
}
/*** 商品情報 ログイン誘導ボタン ***/
a.fs-c-productMembersLoginLink {
    border: 1px solid #f00;
    padding: 10px;
    text-align: center;
    color: #f00;
    text-decoration: underline;
    display: inline-block;
    border-radius: 5px;
　　border-radius: 50%;
    overflow: hidden;
    height: 20px;
    width: 20px;
}
.nologin {cursor: pointer;}

/* お問合せフォーム */
.nameBlock {
 display: flex;
 gap: 15px;
 margin-bottom: 24px;
}
.nameBlock label {
 display: flex;
 align-items: center;
 width: 50%;
}
.nameBlock label input {
 width: calc(100% - 2em);
}
.nameBlock label span {
 margin-right: 1em;
}
.contact__inner label.radio {
 margin-right: 30px;
 display: inline-flex;
 align-items: center;
 gap: 6px;
}
.birthBlock {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 15px;
 margin-bottom: 24px;
}
.birthBlock label {
 display: flex;
 max-width: 33.33%;
 align-items: center;
}
.birthBlock label select, .birthBlock label input {
 appearance: auto;
 width: 5em;
 margin-right: .5em;
}
.addressBlock { 
 margin-bottom: 24px;
}
label.zip {
    display: flex;
    align-items: center;
}
label.zip span {
 display: inline-block;
 margin-right: .5em;
}
label.zip input:first-of-type {
 width: 4em;
}
label.zip input:last-of-type {
 width: 5em;
}
.addressBlock label:not(.zip) {
 display: block;
 margin-top: 10px;
}
.addressBlock label:not(.zip) span {
 display: block;
}

.fs-c-privacyPolicyAgreeField span a,
.fs-c-memberPolicyAgreeField span a,
.fs-c-additionalCheckField span a {
 text-decoration: underline;
 color: #A03E64;
}
.fs-c-privacyPolicyAgreeField span a:hover,
.fs-c-memberPolicyAgreeField span a:hover,
.fs-c-additionalCheckField span a:hover {
 text-decoration: none;
}

.bannersUnderTop_cont.container {display: flex;justify-content: center;padding: 0;}
.mvA_sub.bannersUnderTop > * > div {display: flex;}
.mvA_sub.bannersUnderTop > * > div picture {flex: 0 0 50%;}
@media (min-width: 768px) {
 .mainVisual {height: 540px !important;} 
 .mvA_sub.bannersUnderTop {max-width: 80% !important;flex-basis: 80% !important;gap: 40px;}
 .bannersUnderTop.mvA_sub > * {flex: 0 0 calc(50% - 20px) !important;}
}
.specialCate_table td .button {margin-right: 1em;}

/*名入れ行間の調整*/
.fs-c-productOption__name, .fs-c-productOption__comment {
    font-size: 1.2rem;
    line-height: normal;
}

/* 20250423 */
.fs-c-agreementConfirmation__message--newsletterUnchecked,
.fs-c-agreementConfirmation__message--newsletterUnchecked + .fs-c-checkbox,
.fs-c-agreementConfirmation__message--newsletterChecked,
.fs-c-agreementConfirmation__message--newsletterChecked + .fs-c-checkbox,
.fs-c-checkout-shippingDestination,
.fs-c-checkout-shippingOption {display: none;}

/* 20250508 */
@media (max-width: 768px) {
 .specialCate_block .specialCate_table .button.bgPrimary {
  display: block;
  width: 210px;
  margin: 0 auto 15px;
 }
}