/* common */
.disNone{
 display:none !important;
}
.disShow{
 display:block !important;
}

#fixedBanner{
    position: fixed;
    bottom: 10px;
    width: 150px;
    left: 10px;
}
#fixedBanner a,#fixedBanner img{opacity:1;}
@media screen and (max-width: 767.98px) {
  #fixedBanner{
    width: 100px;
  }
}
/* carousel */

#fs_Top div[data-frame-id="top_ranking"] .fr3-item {
  position:relative;
}
#fs_Top div[data-frame-id="top_ranking"] .fr3-item__rankContainer{
  position:absolute;
  top:-10px;
  left:-6px;
}

.fs-pt-carousel{
	margin-top:100px;
}
.fs-pt-carousel__slide{
	padding: 0 15px;
}
.category_link_list{
    max-width: 700px;
    margin: 0 auto;
    overflow-x: auto;
}
.category_link_list ul{
    background: transparent;
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding: 0 0 50px;
    counter-reset: number 0;
}
.category_link_list ul li a{
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 14px;
    color: #707070;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 76px;
}
@media screen and (max-width: 767.98px) {
.category_link_list ul li a{
    font-size: 12px;
    margin-right: 12px;
    width: 64px;
    height: 64px;
    line-height: 60px;
  }
}
.fs-c-slick .slick-dots li{
    width: 30px;
    height: 5px;
    background:#ccc;
}
.fs-c-slick .slick-dots li.slick-active{
    background:#5c5c5c;
}
.fs-c-slick .slick-dots li button{
    width: 30px;
    height: 5px;
}
.fs-c-slick .slick-dots li button:before{
    content:"";
    width: 30px;
    height: 5px;
}
@media screen and (max-width: 767.98px) {
    font-size: 15px;
    margin-right: 10px;
    width: 74px;
    height: 74px;
    line-height: 70px;
}
/* detail cta */


#detail_merit{
    background-color: #F2F2F2;
    border-radius: 6px;
    padding: 10px 8px;
    line-height:1.3;
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#detail_merit > div{padding:0 !important;}
.fs-l-productLayout .fs-c-productPointDisplay .fs-c-productPointDisplay__label{
  font-family:"fs-icon" !important;
}
.fs-l-productLayout .fs-c-productPointDisplay .fs-c-productPointDisplay__label:before {
    content: "\e903";
    padding-right: 5px;
}

#detail_merit .fs-c-productPointDisplay__quantity{
  font-weight:bold !important;
  font-size:16px;
}
#detail-cta .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--particular{background-color:#FFF;}

#cart-countup{
    position: absolute;
    top: 0;
    left: 160px;
}
#cart-countup ul{
    list-style: none;
    margin:0;
    padding:0;
}
#cart-countup li{
    background: #363841;
    color: white;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 34px;
    font-size: 50px;
    font-weight: 100;
    display: inline-block;
    margin-right: 5px;
}
.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
    width: 140px;
    display: block;
    max-width: none;
    grid-row: 1;
    grid-column: 1;
}
#detail-cta:has(+ .fs-c-productNotice--outOfStock)  #cart-countup{
  display:none;
}
#detail-cta{
    position:relative;
    padding-bottom:50px;
}
#detail-cta .fs-c-button--addToCart--detail{
    background-color: #C1484C;
    border: none;
    padding: 20px 0;
    font-size: 18px;
    width: 100%;
    border-radius:4px;
    height: auto;
}
.fs-c-productQuantityAndWishlist__wishlist{
    width:100%;
}
.fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--particular{
   width: 100%;
   text-align: center;
  padding:10px 0;
    display: block; 
  position:absolute;
  bottom:6px;
  left:0;
  font-size:16px;
   border-radius:4px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::before{
    content:"\e919";
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-left: 8px;
   vertical-align:top;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after{
    content:unset;
}
#fs_ProductDetails .fs-c-quantity__number{
    width: 140px;
    padding: 10px;
    margin-bottom: 10px;
   position:relative;
}
#fs_ProductDetails .fs-c-dropdown::after,.fs-c-productQuantityAndWishlist__quantity::after{
    position: absolute;
    top: 12px;
    right: 6px;
    width: 1em;
    background: none;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e90c";
    font-family: "fs-icon" !important;
    font-size: 1.8rem;
    line-height: 1;
    pointer-events: none;
    transform:rotate(90deg);
    border: none;
}
#fs_ProductDetails .fs-c-dropdown::after,.fs-c-productQuantityAndWishlist__quantity.nonArrow::after{
   content: unset;
}

@media screen and (max-width: 767.98px) {

/**/

#cart-countup{
   grid-row:1;
   grid-column:2;
   text-align:left;
   margin-top:-12px;
   position: relative;
    top: 0;
    left: 0;
}


#detail_merit .fs-c-productPointDisplay{letter-spacing:0.1em !important;}
#detail_merit .fs-c-productPointDisplay__quantity{
  font-weight:bold !important;
  font-size:16px;
}
.fs-l-productLayout .fs-c-productPointDisplay{
    background: none;
    color: #000;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0;
}
.fs-l-productLayout .fs-c-productPointDisplay .fs-c-productPointDisplay__label{
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.fs-c-productPrice__main__label,.fs-c-price__currencyMark{display:none;}
.fs-c-price__value{
color:#363841;
/* font-weight:bold; */
/* font-size:2.6rem; */
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before{
 content:"円(";
}
#price-area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.fs-c-productQuantityAndWishlist__quantity {
    grid-row: 2;
}
.fs-l-productLayout .fs-c-productPointDisplay .fs-c-productPointDisplay__label:before {
    content: "\e903";
    padding-right: 5px;
}
.fs-c-productPrice__addon::before{
    content:"円(税込)";
}
#detail-cta{
    display:grid;
    grid-template-columns: 160px 1fr;
    align-items:center;
}
#detail-cta .fs-c-productStock{
  grid-row:1;
  grid-column:1/2;
}

#fs_ProductDetails .fs-c-quantity__select{
    width: 140px;
    padding: 10px;
    margin-bottom: 10px;
   position:relative;
}

#fs_ProductDetails .fs-c-buttonContainer{
  display:block;
   grid-column:1/4;
   grid-row:3;
  margin-top:-10px;
}
#fs_ProductDetails .fs-c-dropdown::after,.fs-c-productQuantityAndWishlist__quantity::after{
    top: 18px;
}
.fs-c-productSelection__name{
 background:none;
 font-size: 1.6rem;
 font-weight: bold;
}
.fs-c-productSelection__selection{padding:0;}
.fs-c-dropdown__menu{padding:10px 3em 10px 10px;}


#fs_ProductDetails .fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling .fs-c-price__value,
#fs_ProductDetails .fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__addon{
 color:#C1484C;
}
#fs_ProductDetails .fs-c-productPrice__addon.fs-c-productPrice__addon--listed{
 display:none;
}
#fs_ProductDetails .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-price__value::after{
 content:"円(税込)";
 font-size:1.4rem;
}

#detail-cta .fs-c-button--addToCart--list.button_black_rounded_corners::before, #detail-cta .fs-c-button--addToCart--detail.button_black_rounded_corners::before{
  margin:0 0 4px;
}


}


/* hotword */
.p-header__search__form {
  position: relative;
  text-align: center;
  border: solid 1px #292929;
  margin: 2px auto;
  width: 96%;
  border-radius: 6px;
}
.p-header__search__form button[type=submit] {
  position: absolute;
  top: 0;
  right:0;
  padding: 0 20px;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.p-header__search__form button[type=submit] img {
  width: 22px;
  height: auto;
  vertical-align: middle;
}
.p-header__search__form input[type=search] {
  border-radius: 8px;
  border: none;
  padding: 8px 0 8px 8px;
  font-size:1.2rem;
}
#hotWord {
  overflow: hidden;
  margin: 5px 0;
  transition: all 0.5s ease;
  height: 0;
  background-color: #fff;
  opacity: 0;
}
#hotWord.focus {
  height: auto;
  opacity: 1;
}
.hot_word__nav__ttl {
  margin:8px 10px 0;
  font-size:1.4rem;
  font-family:'Noto Serif JP', serif;
}
.hot_word__list {
  display: flex;
  flex-wrap: wrap;
  margin:0 10px;
}
.hot_word__list li {
  margin: 0 6px 6px 0;
  background-color: #fff;
  border-radius: 6px;
  border:solid 1px #292929
}
.hot_word__list li a {
  font-size: 1.2rem;
  font-family:'Noto Serif JP', serif;
  color: #292929;
  padding: 2px 6px;
  display: block;
}

.fs-preview-header {
    width: 100%;
    position: absolute;
    bottom: 10px;
    opacity: .7;
}
#fs_Top .fs-c-slick .slick-slide img{
 max-height:  400px;
}

/* topページのreview要素 */
#fs_Top .fr3-item__rank{
 z-index:300;
}

#fs_Top .fs-c-reviewList__item__info{display:block;}
#fs_Top .fs-c-reviewList__item__body.fs-c-reviewBody{
    display: flex;
    padding: 8px 8px 16px 0;
    width:100%;
}
#fs_Top .fs-c-reviewList__item__body.fs-c-reviewBody .top-review-text{
    flex-basis: 75%;
    font-size: 1.3rem;
    margin-right:15px;
}
#fs_Top .fs-c-reviewList__item__body.fs-c-reviewBody .top-review-image{
    flex-basis:25%;
    font-size: 1.3rem;
    text-align:center;
}
#fs_Top #top_review_area{
    background: #F3F5F4;
    padding: 50px 0 10px !important;
    margin: 0 -10px 10px;
}
#fs_Top h3#Review{
    font-size:4.5rem;
    margin: 0 0 50px;
    text-align: center;
    font-family: 'Mrs Saint Delafield', cursive;
}
#fs_Top #top_review_area .fs-c-productReview{
    margin:0 10px;
}
#fs_Top #top_review_area .fs-c-productReview .fs-c-reviewList__item{
    border: none;
    border-radius: 6px;
    background: white;
    margin: 0 auto 10px;
    padding: 16px 16px 0;
    display: block;
    max-width: 600px;
}
#fs_Top .fs-c-reviewInfo__reviewer{
 width:230px;
}
/* 商品詳細ページのpickup review要素 */
#fs_ProductDetails .pickup-review{
    padding: 50px 0;
    margin: 120px -8px 0;
    background: #F3F5F4;
}
#fs_ProductDetails .pickup-review ul{margin:0 10px;}
#fs_ProductDetails .pickup-review .fs-c-reviewList__item__info{display:block;}
#fs_ProductDetails .pickup-review .fs-c-reviewList__item__body.fs-c-reviewBody{
    padding: 8px 8px 16px 0;
    width:100%;
}
#fs_ProductDetails .pickup-review .fs-c-reviewList__item__body.fs-c-reviewBody .top-review-text{
    font-size: 1.8rem;
    margin-right:15px;
}

#fs_ProductDetails .pickup-review h3.productReviews{
    font-size:4.5rem;
    margin: 0 0 50px;
    text-align: center;
    font-family: 'Mrs Saint Delafield', cursive;
}
#fs_ProductDetails .pickup-review .fs-c-productReview .fs-c-reviewList__item{
    border-radius: 6px;
    background: white;
    margin: 0 auto 10px;
    padding: 16px 16px 0;
    display: block;
    max-width: 1000px;
}
#fs_ProductDetails .pickup-review .fs-c-productReview .fs-c-reviewList__item:first-child{border-top:none;}
#fs_ProductDetails .pickup-review .review-link{
 text-align:right;
 padding-bottom:30px;
}
#fs_ProductDetails .pickup-review .fs-c-reviewer__name__nickname::after{content:"";}

/* TOPページのキャンペーンエリア */
#top-campaign-area{
 padding-bottom:30px;
}
#top-campaign-area .fs-pt-column{
  grid-template-columns:1fr 1fr;
}
#top-campaign-area .fs-pt-column__heading{
 font-size:13px;
}
#top-campaign-area .fs-pt-column__description{
 font-size:12px;
}

/* [当店特別価格]文言非表示 */
/* 設定>商品ページ設定>価格表示設定>販売価格前キャプションで消す */
.fs-c-productPrice__main__label {
    display:none;
}
.overview_text_productName {
margin-top:40px;
font-size:3.0rem;
font-weight:500;
line-height:1.47;
letter-spacing:.05em;
}
.overview_text_productName > span {
margin-left:20px;
font-size:2.0rem;
}
@media screen and (max-width: 767.98px) {
.overview_text_productName {
margin-top:30px;
font-size:2.6rem;
}
.overview_text_productName > span {
margin-left:15px;
font-size:1.8rem;
}
}
@media screen and (max-width: 575.98px) {
.overview_text_productName {
margin-top:20px;
font-size:2.4rem;
}
.overview_text_productName > span {
margin-left:10px;
font-size:1.2rem;
}
}

/*.fs-c-button__label {
line-height:50px;
}
@media screen and (max-width: 767.98px) {
.fs-c-button__label {
line-height:40px;
}
}
@media screen and (max-width: 575.98px) {
.fs-c-button__label {
line-height:35px;
}

}*/

.mtop20 {
margin-top:20px;
}

/* 商品カテゴリのレイアウト調整 */
.category_list.fs-pt-menu {
    display: flex;
    flex-wrap: wrap;
}
.category_list.fs-pt-menu li {
    margin: 5px 20px;
    width: auto;
}
.fs-body-category-firstruban .firstruban,
.fs-body-category-bodycare .fs-pt_menu__item--bodycare,
.fs-body-category-haircare .fs-pt_menu__item--haircare,
.fs-body-category-others .fs-pt_menu__item--others,
.fs-body-category-product .fs-pt_menu__item--product,
.fs-body-category-skincare .category-wrap li:nth-child(5),
.fs-body-category-outbath .category-wrap li:nth-child(5),
.fs-body-category-styling .category-wrap li:nth-child(6){
    border-bottom: solid 2px #292929;
    padding-bottom: 4px;
}
#fs_ProductCategory .fs-c-productList__list .fs-c-productMarks{
 position:relative;
}
#fs_ProductCategory .fs-c-productList__list .fs-c-productMark{
 position:relative;
 top:-22px;
}
#fs_ProductCategory .fs-c-productList__list .fs-c-buttonContainer{display:none;}
@media screen and (max-width: 767.98px) {
#fs_ProductCategory .category-wrap{
    width: 100%;
    margin: 0 auto; 
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-right:10px;
  }

#fs_ProductCategory .sub-category-wrap{
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-right: 10px;
}
#fs_ProductCategory .sub-category-wrap p{
 padding-left:18px;
}
#fs_ProductCategory .sub-category-wrap ul{
 display:flex; 
}
#fs_ProductCategory .sub-category-wrap ul li{
    margin: 0 20px;
    width: auto;
}
 /*haircareカテゴリ配下の画面だけサブカテゴリを表示*/
.fs-body-category-haircare .sub-category-haircare,
.fs-body-category-outbath .sub-category-haircare,
.fs-body-category-styling .sub-category-haircare{
 display:block !important;
}

.fs-body-category-haircare .sub-category-haircare ul li:nth-child(1),
.fs-body-category-outbath .sub-category-haircare ul li:nth-child(2),
.fs-body-category-styling .sub-category-haircare ul li:nth-child(3){
    border-bottom: solid 2px #292929;
    padding-bottom: 4px;
}
#fs_ProductCategory .category_list.fs-pt-menu{
    background: transparent;
    width: max-content;
    margin: 0 auto;
    counter-reset: number 0;
  }
.fs-c-sortItems{margin:0 auto;}
#fs_ProductCategory .fs-c-productList__list .fs-c-productMark{
 top:-18px;
  }
}





/* レコメンド 見出し非表示 */
div[data-frame-id="top_ranking"] h2.fs-p-heading--lv2,div[data-frame-id="recommend"] h2.fs-p-heading--lv2,#fs_ProductDetails .fs-p-heading--lv2,#fs_CheckoutSuccess .fs-p-heading--lv2{
 display:none;
}
  h2.recommend_headline,
      div[data-frame-id="top_history"] h2.fs-p-heading--lv2 {
        /* font-family: 'Krona One', 'Noto Sans JP', sans-serif; */
        /* font-family: 'Mrs Saint Delafield', cursive; */
        /* font-family: 'Mrs Saint Delafield', 'Noto Serif JP', serif; */
        font-family: "filmotype-lacrosse", sans-serif;
        /* font-weight: 500; */
        font-weight: 400;
        font-size: 5.5rem;
        line-height: 1.25;
        letter-spacing: 0.05em;
        text-align: center;
        margin: 50px 0;
        font-style: normal;
      }
      h2.recommend_headline span {
        font-family: "Mrs Saint Delafield", "Noto Serif JP", serif;
        display: block;
        font-size: 1.6rem;
        font-weight: normal;
      }
div[data-frame-id="top_history"] h2.fs-p-heading--lv2{
    font-size: 3.5rem;
    border:none;
}
@media screen and (max-width: 575.98px) {
h2.recommend_headline.top_history{
	   font-size: 3.6rem;
  }
}
#fs_CheckoutSuccess .fs-c-heading--page{
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0 0 20px;
    font-size:4rem;
}
#fs_CheckoutSuccess .fs-l-pageMain{
	line-height:1.6;
}
#fs_CheckoutSuccess h2.recommend_headline{
    margin: 30px 0;
}


  @media screen and  (max-width: 767.8px){
.fs-c-productPrice__addon::before{
    content:"円(税込)";
}
}


@media screen and  (max-width: 767.9px){
    #fs_ProductDetails .fs-c-productPrice__addon.fs-c-productPrice__addon--listed{
        display:block;
    }
}

@media screen and  (max-width: 767.8px){
    #fs_ProductDetails .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-price__value::after{
        display:none;
    }
}