@charset "UTF-8";
/* ===============================
  旧オリジナルCSS
================================ */
.noshiImgBox {
  margin: 30px 0;
	padding: 15px;
	background: #eeeeee;
}
.noshiImgBox .head { margin: 0; }
.noshiImgBox .list01 {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.noshiImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: center;
}
.noshiImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
	vertical-align: top;
}
.noshiImgBox .list01 > li figure { margin: 0; }
.noshiImgBox .list01 > li figcaption { margin: 0.2em 0 0 0; }
.liquorNotionBox { margin: 30px 0; }
.liquorNotionBox dl {
  margin: 0;
  padding: 15px;
  border: 2px solid #ff0000;
}
.liquorNotionBox dl dt {
  margin: 0;
  padding: 0;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.liquorNotionBox dl dd {
  margin: 0.5em 0 0 0;
  padding: 0;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity { max-width: 100%; }
.fs-body-product .fs-c-productQuantityAndWishlist__quantity:before {
    display: inline-block;
    content: "個数";
    margin: 0 0.5em 0 0;
}
.fs-body-product .fs-c-quantity__select { width: 60px; }


/*カテゴリーメニューヘッダー背景CSS*/
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: 1px solid #999999;
  background-color: #583c27;
  color: #fff;
}

/*メッセージカードのイメージCSS*/
.massagecardImgBox {
  margin: 30px 0;
  padding: 15px;
  background: #eeeeee;
}
.massagecardImgBox .head {
  margin: 0;
}
.massagecardImgBox .list01 {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.massagecardImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: center;
}
.massagecardImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
	vertical-align: top;
}
.massagecardImgBox .list01 > li figure { margin: 0; }
.massagecardImgBox .list01 > li figcaption { margin: 0.2em 0 0 0; }

/*メッセージカード2列CSS*/
.massagecardImgBox .list01-wrap {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.massagecardImgBox .list01-wrap > li {
  margin: 5px 0;
  padding: 0;
  width: 40%;
  text-align: center;
}
.massagecardImgBox .list01-wrap > li img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.massagecardImgBox .list01-wrap > li figure { margin: 0; }
.massagecardImgBox .list01-wrap > li figcaption { margin: 0.2em 0 0 0; }


/*手提げ袋のイメージCSS*/
.shopperImgBox {
  margin: 30px 0;
  padding:15px;
  background: #eeeeee;
}
.shopperImgBox .head { margin: 0; }
.shopperImgBox .list01 {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.shopperImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.shopperImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
	vertical-align: top;
}
.shopperImgBox .list01 > li figure { margin: 0; }
.shopperImgBox .list01 > li figcaption { margin: 0.2em 0 0 0; }


/*カートボタンの大きさ*/
.fs-c-button--primary {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

/*ランキングタブCSS*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #583c27;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #69e0dc;;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #583c27;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*購入手続きのカートボタンを追従させる*/
@media screen and (min-width: 768px) {
.fs-l-checkout__sideColumn {
position: -webkit-sticky; /* safari対応 */
position: sticky;
top: 150px;
}
}

/*　商品エラーエリアの位置調整　*/
div.iziToast-wrapper {
  top: 40vh;
  text-align: center;
}

/*リボンのイメージCSS*/
.ribbonImgBox {
  margin: 30px 0;
  padding: 15px;
  background: #eeeeee;
}
.ribbonImgBox .head {
  margin: 0;
}
.ribbonImgBox .list01 {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.ribbonImgBox .list01 > li {
  margin: 15px;
  padding: 0;
  width: 50%;
  text-align: center;
}
.ribbonImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
	vertical-align: top;
}
.ribbonImgBox .list01 > li figure { margin: 0; }
.ribbonImgBox .list01 > li figcaption { margin: 0.2em 0 0 0; }

#fs-cartTotals-container .fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow{height: 50px;}
#fs-cartTotals-container .fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow th{vertical-align:top;height: 50px;}
#fs-cartTotals-container .fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow td{vertical-align:top;height: 50px;}
#fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal{height: 50px;}
#fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal th{vertical-align:top;height: 50px;}
#fs_orderTotalContainer .fs-c-orderTotalTable__grandTotal td{vertical-align:top;height: 50px;}

.fs-c-productReview{
  margin-top: var(--li-space-48);
  margin-bottom: 32px;
  max-width: var(--li-max-brand);
  margin-inline: auto;
  padding-inline: var(--li-space-16);
  width: 100%;
}


/* ===============================
  ヘッダーメニュー
================================ */
header {
  position: sticky;
  z-index: 100;
}
.header__wrapper {
  background-color: #ffffff!important;
}

/* ===============================
  パンくず
================================ */
.fs-c-breadcrumb {
  width: 100%;
  padding: 7px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  font-size: 1.28rem;
}
@media (min-width: 769px) {
  .fs-c-breadcrumb { padding: 9px 0; }
}
.fs-c-breadcrumb__list {
  max-width: var(--li-max-menu);
  margin-inline: auto;
  width: 100%;
  padding: 0 var(--li-space-16);
  white-space: nowrap;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
  padding: 0 10px;
}
.fs-c-breadcrumb__listItem a{ opacity: 1; }
.fs-c-breadcrumb__listItem a:hover{ opacity: .7; }

/* ぱんくずスクロール制御 */
.fs-c-breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
}
/* スクロール中だけバーを出す */
.fs-c-breadcrumb.is-scrolling { scrollbar-width: thin;}
.fs-c-breadcrumb::-webkit-scrollbar { height: 0; }
.fs-c-breadcrumb.is-scrolling::-webkit-scrollbar { height: 8px; }
.fs-c-breadcrumb::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* ===============================
  FAQ
================================ */
.faq-section[data-theme="karari"] {
  --faq-q-color:#AFA78B;
}
.faq-section[data-theme="chocone"] {
  --faq-q-color:#69E0DC;
}
.faq-section[data-theme="lilionte"] {
  --faq-q-color:#b1b1b1;
}
.faq-section{
  --faq-a-color:#000000;
  --faq-mark-font: 'Noto Serif JP', serif;
}
.faq__list{
  max-width: 1000px;
  width: 100%;
  margin: 4.8rem 0 0 auto;
}

.i-q, .i-a{ position:relative; }
.i-q{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 0 3px 80px;
  margin-bottom: 3.2rem;
}
.i-a{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 3px 0 30px 80px;
  margin-left: 0;
}
.i-q::before, .i-a::before{
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  line-height:1;
  font-family: var(--faq-mark-font);
  font-weight:500;
}

.i-q::before{
  content:"Q.";
  font-size: clamp(36px,4.6vw,48px);
  color: var(--faq-q-color);
}
.i-a::before{
  content:"A.";
  font-size: clamp(42px,5.3vw,56px);
  color: var(--faq-a-color);
}
.faq__btn{
  margin-top: 3.2rem;
  text-align: end;
}

/* ===============================
  回遊リンク
================================ */
.brand__link{
  grid-template-columns: 1fr;
  max-width: 940px;
  gap: 12.8rem;
}
.brand__intro{
  place-content: center;
}
.karari__link .brand__logo{
  width: 80%;
  margin: auto;
  max-width: min(300px, 80%);
}
.chocone__link .brand__logo{
  width: min(250px, 60%);
  margin: 0 auto 4.8rem;
}
.brand__btn{
  text-align: center;
}
.brand__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px 16px;
}

.brandcard {
  display: block;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  max-width: 283px;
  /* margin: auto; */
  z-index: 0;
}
.brandcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.45) 0%,
    rgba(0,0,0,.25) 20%,
    rgba(0,0,0,0) 40%
  );
  pointer-events: none;
  z-index: 1;
}
.brandcard:nth-child(2n-1){margin-right: 0;margin-left: auto;}
.brandcard:nth-child(2n){margin-left: 0;margin-rightt: auto;}

.brandcard__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0,0,0,.8), 0 2px 6px rgba(0,0,0,.6);
  z-index: 2;
  font-weight: 700;
}
.chocone__link .brandcard__label {
  font-size: 1.28rem;
}
.brandcard__label-sub{ font-size: .96rem;}
.btn-cv{
  height: 5.6rem;
  padding: 0.7rem 1.6rem;
  border: 0.1rem solid #000;
}
@media (min-width: 520px) {
  .btn-cv{
    padding: 0.7rem 2.5rem;
  }
}
@media (min-width: 769px) {
  .brand__link{
    grid-template-columns: 300px auto;
    gap: min(1%, 3.2rem);
  }
  .karari__link .brand__logo{
    width: 90%;
  }
  .chocone__link .brand__logo{
    width: 80%;
    margin: 0 auto 4.8rem;
  }
  .brandcard__label,
  .chocone__link .brandcard__label {
    font-size: 1.8rem;
    left: 16px;
  }
  .brandcard__label-sub{ font-size: 1.28rem;}
}


/* ===============================
  chocone ブランドニュース
================================ */
/* カード */
.newsCard a { color:inherit; }
.newsCard__thumb { aspect-ratio: 1 / 1; margin:0; overflow:hidden; background:#eee; }
.newsCard__thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.newsCard__date { display:block; margin-top: 1.6rem; font-weight:700; }
.newsCard__text { color:#444; margin-top: 0.8rem; }
.newsCard__title{font-weight: 700;}

.newsCard{
    transition:transform .08s ease, opacity .12s ease;
}

.brandnews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  justify-content: end;
}

@media (min-width: 769px) {
  .brandnews__list {
    grid-template-columns: repeat(2, 360px);
  }
}



/* ===============================
  chocone ギフト
================================ */
/* カード */
.newsCard a { color:inherit; }
.newsCard__thumb { aspect-ratio: 1 / 1; margin:0; overflow:hidden; background:#eee; }
.newsCard__thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.newsCard__date { display:block; margin-top: 1.6rem; font-weight:700; }
.newsCard__text { color:#444; margin-top: 0.8rem; }

.newsCard{
    transition:transform .08s ease, opacity .12s ease;
}
@media (min-width: 769px) {
  .choconegift__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--li-space-48);
    justify-content: center;
  }
  .newarrival__list{
    grid-template-columns: repeat(2, 360px);
    gap: var(--li-space-48);
    justify-content: end;
  }
}





/* ===============================
  汎用カテゴリページFV
================================ */
.category__fv{
  margin-top: 124px;
  grid-template-columns: 1fr;
  align-items: stretch;
  overflow: auto;
}
.category__fv-img img{
  height:100%;
  width: 100%;
}
.category__fv-img img{
  object-fit: cover;
  display: block;
  height:100%;
  width: 100%;
}
.category__fv-desc{
  background-color: var(--fv-color);
  color: var(--li-color-main-font);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem;
}
#category__mv[data-theme="chocone"] .category__fv-desc::before{ background-image: none; }

.category__fv-title{ font-size: 3.2rem; }
.category__fv-title .category__fv-subtitle{ font-size: 1.6rem; display: block; }
.category__fv-p{
  width: 100%;
}
.category__fv-btn{
  background-color: var(--fv-btn);
  border: none;
  font-weight: 500;
  font-size: 1.6rem;
  width: min(300px, 80%);
  opacity: 1;
  transition: background-color .3s;
  height: unset;
  padding: 1.2rem 1.5rem;
}
#category__mv .fv__btn {text-align: center;}

@media (hover:hover){
  #category__mv[data-theme="karari"] .category__fv-btn:hover{
    background: #e0d5b4;
  }
  #category__mv[data-theme="chocone"] .category__fv-btn:hover{
    background: #c2f2f0;
  }

}

@media (min-width: 480px) {
  .category__fv-title{ font-size: 4rem; }
  .category__fv-title .category__fv-subtitle{ font-size: 2rem; }

}
@media (min-width: 769px) {
  .category__fv{
    grid-template-columns: 60% 1fr;
    max-height: 800px;
    overflow: hidden;
  }  
  #category__mv .fv__btn {text-align: left;}
  #category__mv .category__fv-btn:hover{ transition: opacity .3s;  }
  .category__fv-p{ max-width: 360px; }
}

@media (min-width: 1200px) {
  .category__fv-title{ font-size: 5.2rem; }
  .category__fv-title .category__fv-subtitle{ font-size: 2.4rem; }
  .category__fv-desc{ padding: 3.2rem; }
}

/* ===============================
  汎用レイアウト
================================ */
.category__layout,
.item__layout,
.free__layout{
  grid-template-columns: 1fr;
  gap: unset;
  align-items: start;
  max-width: var(--li-max-brand);
  margin-inline: auto;
  padding-inline: 0;
  width: 100%;
}
.category__sidemenu{
  width: 300px;
}
.category__main{
  min-width: 0;
}
.item__main{
  grid-column: 1 / -1;
}
@media (min-width: 769px) {
  .category__layout,
  .item__layout,
  .free__layout{
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 0 3.2rem;
    padding-inline: var(--li-space-16);
  }
}

/* ===============================
  汎用サイドメニュー
================================ */
.hover-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidemenu__mv{ overflow: hidden; border: 1px solid #ccc; }
.hover-card:hover .scale-img-hover {
  transform: scale(1.05);
  filter: brightness(0.8);
}
.hover-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hover-card:hover .hover-caption {
  opacity: 1;
  visibility: visible;
}

.sidemenu__block{
  border: 1px solid var(--li-color-base1);
  border-top: 3px solid var(--sidebar-color);
}
.sidemenu__title{
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .05em;
  padding-inline: 0.8rem;
  background: #fff;
}
.sidemenu__list{
  list-style: none;
  margin: 0;
  padding-inline: 1.6rem;
  width: 100%;
}
.sidemenu__list li{ border-top: 1px solid var(--li-color-base1); }
.sidemenu__list li.sidemenu__header{ border-top: 0; }

.sidemenu__list p,
.sidemenu__list a{
  position: relative;
  display:flex;
  align-items:center;
  justify-content: space-between;
  inline-size: 100%;
  block-size: 70px;
  padding-inline: 0.8rem;
  color:#000;
  opacity: 1;
  text-decoration:none;
  transition: .3s;
}
.sidemenu__list a::after{
  content:"";
  position:absolute;
  top:50%;
  right: 8px;
  transform: translateY(-50%);
  width:13px; height:10px;
  background: url(../img/ic-angle-right.svg) no-repeat center / 13px 10px;
  opacity:.7; 
  transition: right .3s, opacity .3s;
}
.sidemenu__list a:hover{ opacity: 0.7; }
.sidemenu__list a:hover::after{ right: 5px; }

.sidemenu__banner{
  display: block;
  position: relative;
  overflow: hidden;
}
.sidemenu__banner:hover .scale-img-hover { 
  transform: scale(1.05);
  filter: brightness(0.8);
}


/* 店舗情報バナー */
.sidemenu__banner-caption{
  display: block;
  font-size: 1.8rem;
}
.sidemenu__official{
  display: block;
  font-size: 1.8rem;
}
.sidemenu__official a{
  text-align: center;
  display: inline-block;
  line-height: 75px;
  width: 100%;
  height: 75px;
  font-weight: 700;
  color: var(--li-color-accent);
  background: var(--li-color-chocone-main);
  transition: opacity .3s;
}


.category__sidemenu{
  --side-active-bg: #f1eee7;
  --side-active-bar: var(--side-accent, #b7b098);
}

/* 今いるページ */
.sidemenu__list .is-current a:hover{ opacity: 1; }
.sidemenu__list .is-current a::after{ width:16px; height:18px; }
.sidemenu__list .is-current a::after{
  background: url(../img/ic-ring-dot-r.svg) no-repeat center / 17px 18px;
}
.sidemenu__list .is-current a:hover::after{ right: 0; }
.sidemenu__list a[aria-current="page"]{
  font-weight: 700;
  pointer-events: none;
}


/* ===============================
  汎用メインコンテンツ
================================ */
/* 見出し */
.category-main__header{
  text-align: center;
}
.con__title_eng{
  font-family: var(--li-font-eng);
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.05em;
  white-space: nowrap; 
}
.con__title_jp{
  display: block;
}

.con__subtitle {
  font-weight: 700;
  padding: 0px 16px;
  margin-bottom: 1rem;
  line-height: 2;
}
.con__p{
  padding: 0px 16px;
}
/* flexカラム設計 */
.cont-flex{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 10px;
  gap: 3.2rem 0;
}
.cont-flex__item{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
  margin-inline: auto;
}
.cont-flex__fgr{
  margin: 2%;
  color: #000000;
}
.cont-flex__imglink{
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.cont-flex__fct{ letter-spacing: .05em; }
.cont-flex__label{
  font-size: 1.6rem;
  font-weight: 700;
}
.cont-kakaku {
  display: block;
  font-weight: 700;
  color: var(--li-color-sub1);
}
.cont-flex__comment{
  display: block;
  width: calc(100%);
  margin-inline: auto;
  font-size: 1.28rem;
}
.cont-flex__btn{ margin-top: auto; text-align: end;}
.pickup .subList_col01{ max-width: max(400px, 60%); margin: auto;}

.subList_col01 > .cont-flex__item{ flex-basis: calc(100%); }
.subList_col02 > .cont-flex__item,
.subList_col03 > .cont-flex__item:nth-child(n){ flex-basis: calc(49% + 1px); }
/* .subList_col03 > .cont-flex__item:nth-child(3n+1){ flex-basis: 100%; display: flex; } */

@media (min-width: 769px) {
  .cont-flex__comment{ font-size: 1.4rem; }
}
@media (min-width: 1029px) {
 .subList_col03 > .cont-flex__item:nth-child(n){ flex-basis: calc(33% + 1px); }
}

.shops .cont-flex__item{ max-width: 100%; }
.itemList .cont-flex__item{ max-width: max(400px, 60%); }
.category__bg-color{ padding: min(6.4rem, 15%) min(3.2rem, 2%); }
@media (min-width: 1029px) {
  .category__bg-color .cont-flex__item{ padding-inline: 30px; }
  .category__bg-color .subList_col03 .cont-flex__item{ padding-inline: 16px; }
}



/* 交差型カラム設計 */
.cont-feature-flex{
  display: flex;
  gap: 4.8rem;
  flex-direction: column;
}

.cont-feature-wrap{
  display: flex;
  height: 520px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  max-width: 760px;
}
.cont-feature-wrap > div{
  position: absolute;
  max-width: 100%;
}
.cont-feature-txt{
  background: var(--features-color);
  width: clamp(350px, 60%, 450px);
  height: fit-content;
  padding: 2.4rem 3.2rem;
  bottom: 0;
  z-index: 10; 
}
.cont-feature-img{
  width: max(400px, 60%);
  top:0;
  z-index: 8;
}


@media (min-width: 480px) {
  .cont-feature-wrap{
    justify-content: stretch;
  }
  .cont-feature-wrap:nth-child(even) .cont-feature-img{right:0;}
  .cont-feature-wrap:nth-child(odd) .cont-feature-txt{
    right:0;
    margin-right: 5%;
  }
  .cont-feature-wrap:nth-child(odd) .cont-feature-img{left:0;}
  .cont-feature-wrap:nth-child(even) .cont-feature-txt{
    left:0;
    margin-left: 5%;
  }
  
  .cont-feature-txt{
    padding: 30px 40px 40px;
  }
}

@media (min-width: 769px) {
  .cont-feature-txt{
    padding: 30px 30px 40px;
    margin-right: 5%;
  }
}

/* スマホで画像左＆テキスト右形式 */
.discs{
  display: grid;
  gap: 3.2rem;
}

/* ベース */
.disc { overflow: hidden; }
.disc__flex { 
  display: flex;
  gap: 1.6rem;
  align-items: stretch;
}
.disc__media { 
  flex: 0 0 40%;
  align-self: flex-start;
}

.disc__media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.disc__body { flex: 1 1 auto; display: flex; flex-direction: column; }
.disc__title { font-weight: 700; font-size: 1.6rem; line-height: 1.4; }
.disc__desc  { margin-bottom: 0.8rem; font-size: 1.4rem; line-height: 1.7; }
.disc__btn { margin-top: auto; text-align: end;}
.disc__btn .btn span{ font-size: 1.4rem; }

@media (min-width: 769px) {
  .disc__title { font-size: 1.9rem; }
  .disc__desc { font-size: 1.6rem; }
  .disc__btn .btn span{ font-size: 1.6rem; }
}

@media (min-width: 1200px) {
  .discs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .disc__flex { display: block; }
  .disc__media { 
    flex: none;
    width: 60%;
    margin: auto;
  }
}


/* スマホで画像左＆テキスト右形式 */
.giftservices{
  display: grid;
  gap: 3rem;
}

/* ベース */
.giftservice { overflow: hidden; }
.giftservice__flex { 
  display: flex;
  gap: 1.6rem;
  align-items: stretch;
}
.giftservice__media { 
  flex: 0 0 40%;
  align-self: flex-start;
}

.giftservice__media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.giftservice__body { flex: 1 1 auto; display: flex; flex-direction: column; }
.giftservice__title { font-weight: 700; font-size: 1.6rem; line-height: 1.4; margin-bottom: .8rem;}
.giftservice__desc  { margin-bottom: 0.8rem; font-size: 1.4rem; line-height: 1.7; }
.giftservice__btn { margin-top: auto; text-align: end;}
.giftservice__btn .btn span{ font-size: 1.4rem; }

@media (min-width: 769px) {
  .giftservice__title { font-size: 1.8rem; }
  .giftservice__btn .btn span{ font-size: 1.6rem; }
  div[data-theme="chocone"] .giftservices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  div[data-theme="karari"] .giftservices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .giftservice__flex { display: block; }
  .giftservice__media { 
    flex: none;
    width: 100%;
    max-width: min(100px, 60%);
    margin: 10px auto;
  }
}
/* ===============================
  汎用商品詳細ページレイアウト
================================ */
.item__layout{
  margin-top: 124px;
  /* padding-top: 2rem; */
}
.fs-l-productLayout{
  display: grid;
  grid-template-columns: 100%;
  gap: 3.2rem 0;
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
  width: 100%;
  max-width: min(calc(100% - 32px), 1200px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .item__layout{ padding-top: 3.2rem }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    max-width: min(100%, 1200px);
  }
}
@media (min-width: 900px) {
  .fs-l-productLayout {
    grid-template-columns: min(400px, 45%) auto;
    gap: 1.6rem 1.6rem;
  }
}


/* ===============================
  汎用商品詳細 商品基本情報
================================ */
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productMainImage__expandButton { display: none; }
.fs-c-productPrice__main__label{ display: none; }
.fs-c-productThumbnail {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 19%);
  gap: 5px 1.25%;
}
.fs-c-productThumbnail__image { margin: 0; }
#fs_ProductDetails .fs-c-productNameHeading,
#fs_ProductDetailsSubscribe .fs-c-productNameHeading {
  font-weight: normal;
  font-size: unset;
}
#fs_ProductDetails .fs-c-productNameHeading__copy,
#fs_ProductDetailsSubscribe .fs-c-productNameHeading__copy {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #333333;
}
#fs_ProductDetails .fs-c-productNameHeading__name,
#fs_ProductDetailsSubscribe .fs-c-productNameHeading__name {
  font-size: 2.2rem;
  font-weight: 700;
}
.fs-c-productNumber {
  margin-top: var(--li-space-12);
  font-size: 1.4rem;
}
.fs-c-productMarks {
  margin-top: var(--li-space-8);
}
.fs-c-productMark__mark {
  margin: 0;
  padding: 8px 8px 5px;
}
.fs-c-productMark > li{
  margin: 0 5px 5px 0;
  border-radius: 3px;
}
.fs-c-productMarks > .fs-c-mark {
  margin: 0 5px 5px 0;
  border-radius: 3px;
  padding: 8px 8px 5px;
}
.fs-c-productPrice {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #A74535;
  font-family: var(--li-font-num);
}
.fs-c-productPrices--productDetail {
  margin: 1rem 0 1.6rem;
}

.fs-c-productQuantityAndWishlist__quantity::before,
.fs-c-productQuantityAndAction__quantity::before {
  content: "数量";
  /* font-family: var(--li-font-mincho); */
  display: block;
  margin-right: 10px;
  /* font-weight: bold; */
  width: 60px;
}
.fs-c-productQuantityAndWishlist__quantity,
.fs-c-productQuantityAndAction__quantity {
  display: flex;
  align-items: center;
}
.fs-c-quantity {
  max-width: 10em;
}
.fs-c-button--addToWishList--detail{ flex-direction: row-reverse; }
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  border: none;
  background: #e9e0ca;
  box-shadow: none;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 5px 10px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
 .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  margin-left: unset;
  margin-right: 8px;
 }
.fs-c-productQuantityAndWishlist {
  margin: 10px 0;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  border: none;
  background: #fff;
  box-shadow: none;
  color: #A74535;
  border: #A74535;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 5px 10px;
}
#fs_ProductDetails .fs-c-button--primary{
  width: 100%;
  padding: 8%;
  font-size: 2rem;
  font-weight: bold;
  opacity: 1;
  transition: opacity .3s;
}
#fs_ProductDetails .fs-c-button--primary:hover{
  opacity: 0.7;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title{
  border: none;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.fs-c-wishlistProduct__title::after, .fs-c-featuredProduct__title::after{
  margin-left: auto;
  margin-right: auto;
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: 1.6rem;
  background-color: var(--sidebar-color) !important;
}

#fs_ProductDetails .fs-c-button--addToCart--detail .fs-c-button__label, #fs_ProductDetailsSubscribe .fs-c-button--addToCart--detail .fs-c-button__label {
  background: url(../img/i-cart-w.svg) no-repeat left center / 25px 25px;
  padding: 10px 0 10px 44px;
}
.fs-c-returnedSpecialContract__link a, .fs-c-buttonContainer a, .fs-c-buttonContainer button{ opacity: 1; }
.fs-c-returnedSpecialContract__link a:hover{ opacity: .7; text-decoration: underline;}

.fs-c-button--plain.fs-c-button--inquiryAboutProduct::before{
  content: "\e926";
}

/* ===============================
  メッセージカード、熨斗、手提げのイメージCSS
================================ */
.details__anim{
  font-size: 12px;
}
/* デフォルト三角を消して自前アイコンに */
.details__anim > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--li-color-accent);
}
.details__anim > summary::-webkit-details-marker { display: none; }
.details__anim > summary::before {
  content: "▸";
  font-size: 20px;
  line-height: 1.2;
  transition: transform .3s ease;
}
.details-content > div { overflow: hidden; }

.details__anim[open] > summary::before { transform: rotate(90deg); }
.details__anim[open] .details-content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.details__anim > summary:hover { opacity: .9; }

@media (prefers-reduced-motion: reduce) {
  .details-content, .acc > summary::after { transition: none; }
}

.massagecardImgBox,
.shopperImgBox,
.noshiImgBox {
  margin: 1.6rem 0;
  padding: 1.6rem;
  background: #eee;
}
.massagecardImgBox .list01,
.massagecardImgBox .list01-wrap,
.noshiImgBox .list01,
.shopperImgBox .list01{
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.massagecardImgBox .list01,
.noshiImgBox .list01{
  justify-content: space-between;
}
.shopperImgBox .list01 {
  justify-content: center;
}
.massagecardImgBox .list01 > li {
  margin: 0;
  width: 30%;
}

/*メッセージカード2列CSS*/
.massagecardImgBox .list01-wrap {
  flex-wrap: wrap;
  justify-content: space-around;
}
.massagecardImgBox .list01 > li,
.massagecardImgBox .list01-wrap > li,
.shopperImgBox .list01 > li,
.noshiImgBox .list01 > li {
  padding: 0;
  text-align: center;
}
.massagecardImgBox .list01-wrap > li {
  margin: 5px 0;
  width: 40%;
}
.massagecardImgBox .list01 > li img,
.massagecardImgBox .list01-wrap > li img,
.shopperImgBox .list01 > li img,
.noshiImgBox .list01 > li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.massagecardImgBox .list01 > li figure,
.massagecardImgBox .list01-wrap > li figure,
.shopperImgBox .list01 > li figure,
.noshiImgBox .list01 > li figure {
  margin: 0;
  text-align: center;
}
.massagecardImgBox .list01 > li figcaption,
.massagecardImgBox .list01-wrap > li figcaption,
.shopperImgBox .list01 > li figcaption,
.noshiImgBox .list01 > li figcaption {
  margin: 0.2em 0 0 0;
}
.shopperImgBox .list01 > li {
  margin: 0;
  width: 50%;
}
.noshiImgBox .list01 > li {
  margin: 0;
  width: 30%;
}

/* ===============================
  商品詳細の下部
================================ */

.item__sectitle{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.item__sectitle.bottom-bar { position: relative; }
.item__sectitle.bottom-bar::after {
  margin-left: auto;
  margin-right: auto;
  content: '';
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: 1.6rem;
  background-color: var(--sidebar-color) !important;
}

.container--item { max-width: var(--li-max-full); margin-inline: auto; padding-inline: var(--li-space-0); width: 95%; }
.discs[aria-label="item__description"] .disc__title{font-size: 1.8rem; margin-bottom: 8px;}
.discs[aria-label="item__description"] .disc__body{justify-content: center;}
@media (min-width: 900px) {
  .container--item { width: 90%; }
}
@media (min-width: 1200px) {
  .discs[aria-label="item__description"] { grid-template-columns: unset; }
  .discs[aria-label="item__description"] .disc__flex { display: flex; }
  .disc__media { flex: 0 0 50%; }
}

/* ===============================
  商品詳細の栄養成分表示
================================ */
.spec__table{
  width: min(840px, 100%);
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.spec__col--key{ width: 80px; background: var(--features-color);}
.spec__table th,
.spec__table td{
  border: 1px solid #ccc;
  padding: .8rem .9rem;
  vertical-align: middle;
}
.item__h3{
  font-size: 1.8rem;
  font-weight: 700;
}
.item__h3::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--sidebar-color);
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 5px;
  margin-left: 8px;
}
.spec__note{ font-size: .88em; }
@media (min-width: 400px) {.spec__col--key{ width: 110px;}}
@media (min-width: 769px) {
  .spec__table{ font-size: 1.4rem; }
  .spec__col--key{ width: 140px;}
  .spec__table th,
  .spec__table td{
    padding: .9rem 1.1rem;
  }
}

.fs-c-slick .fs-c-price{ font-size: 1.6rem; }

/* ===============================
  フリーページレイアウト
================================ */
.free__layout{
  margin-block: 120px;
  padding-top: 5rem;
}
.page__layout{
  margin-block: 120px;
  padding-top: 5rem;
}
.page__layout .fs-l-pageMain{
  margin-inline: auto;
}

.free_wide__layout{
  --left-edge:max(16px, calc((100vw - var(--li-max-brand))/2 + 16px));
  grid-template-columns: 1fr;
  gap: unset;
  align-items: start;
  margin-inline: auto;
  padding-inline: 0;
  width: 100%;
  margin-top: 120px;
  padding-top: 5rem;
}
.free_wide__layout .category__sidemenu{
  position: sticky;
  left: var(--left-edge);
}
@media (min-width: 769px) {
  .free_wide__layout{
    grid-template-columns:
    calc(300px + var(--left-edge))  /* 左サイドメニュー */
    3.2rem                           /* ダミーの隙間列 */
    minmax(0, 1200px)               /* コンテンツ（最大1200px） */
    1fr;                            /* 余白を吸収 */
    gap: 0;
  }
}
.free__main,
.free__main_lilionte{
  width: 100%;
}
.free__tit{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.free__guide {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 10px 2%;
  margin: 30px auto 50px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.free__guide-flex{
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border: 1px solid #707070;
}
.free__sectitle{
  position: relative;
  margin-bottom: 0.2rem;
}
h2.free__sectitle { font-size: 2.4rem; padding: 1rem 0; }
h3.free__sectitle { font-size: 2.0rem; padding: 1rem 0; }
h4.free__sectitle { font-size: 1.6rem; padding: 1rem; font-weight: 500; }


@media (min-width: 769px) {
  .free__guide {
    grid-template-columns: repeat(3, 32%);
  }
  .free__tit{ font-size: 3.2rem; }
  h2.free__sectitle { font-size: 2.8rem; }
  h3.free__sectitle { font-size: 2.2rem; }
  h4.free__sectitle { font-size: 1.6rem; }
}

.bottom-doubleline { border-bottom: 3px solid; }
.bottom-doubleline:before {
  position: absolute;
  bottom: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-bottom: 1px solid;
  content: '';
}

.bottom-dotline { border-bottom: 1px dotted; }
.box-line { border: 1px solid; }


/* ===== リストブロック ===== */
/* .free__listwrap{padding-left: 2rem;} */
.free__list{ padding-inline-start: 1.6rem; line-height: 1.8;}
/* .free__list li{ margin: .2em 0; } */

ul.free__list { list-style-type: disc; font-size: 1.4rem;}
ul.free__list .list--indent{
  padding-inline-start: 1.2rem;
  list-style: none;
}
ul.free__list .list--indent li::marker{
  content: "– ";
  font-size: 1em;
}
@media (min-width: 769px) {
  ul.free__list { font-size: 1.6rem; }
}
ol.free__list{ 
  list-style: none;
  counter-reset: item;
  padding-inline-start: 1.6rem;
}

ol.free__list li{
  counter-increment: item;
}
ol.free__list li::marker{
  content: counters(item, "-") ". ";
  font-variant-numeric: tabular-nums;
}

ol.free__list ol{
  counter-reset: item;
  padding-inline-start: 4rem;
}
.free__c-btn{text-align: end;}



/* スマホで画像左＆テキスト右形式 */
.free__discs{
  display: grid;
  gap: 3.2rem;
}

/* ベース */
.free__disc { overflow: hidden; }
.free__disc__flex { 
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: stretch;
}
.free__disc__media { 
  flex: 0 0 40%;
  align-self: flex-start;
}
.free__profile__media { 
  flex: 0 0 20%;
  align-self: flex-start;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free__profile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  max-width: 150px;
  margin: auto;
  filter: grayscale(1);
}
.free__disc__media { width: 100%; height: 100%; object-fit: contain; display: block; }
.free__disc__body { flex: 1 1 auto; display: flex; flex-direction: column; }
.free__disc__title { font-weight: 700; font-size: 1.6rem; line-height: 1.4; }
.free__disc__desc  { margin-bottom: 0.8rem; font-size: 1.4rem; line-height: 1.7; }
.free__disc__btn { margin-top: auto; text-align: end;}
.free__disc__btn .btn span{ font-size: 1.4rem; }

@media (min-width: 520px) {
  .free__disc__flex{ flex-direction: row; }
}
@media (min-width: 769px) {
  .free__disc__title { font-size: 1.9rem; }
  .free__disc__desc { font-size: 1.6rem; }
  .free__disc__btn .btn span{ font-size: 1.6rem; }
}

.free__p p:not(:last-child) {
  margin-bottom: 20px;
}

.profbox__info--sns {
  display: grid;
  grid-template-columns: 32px 32px 32px 32px;
  gap: 0 10px;
  margin-bottom: 20px;
}


/* ===== 画像ギャラリーブロック ===== */
.free__gallery{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  grid-auto-flow:dense;
  margin-inline: auto;
}



/* ===== 引用ブロック ===== */
.blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: var(--li-color-sub-font);
  border-left: 4px solid var(--li-color-sub-font);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); 
}
.blockquote:before{
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  content: "“";
  font-family: sans-serif;
  color: var(--li-color-sub-font);
  font-size: 90px;
  line-height: 1;
}
.blockquote blockquote{margin-right: 1.6rem;}
.blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.blockquote figcaption {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #888888;
  font-size: 0.9em;
}
.blockquote figcaption:hover { text-decoration: underline; }

/* ===== テキスト装飾 ===== */
.y-underline{ background:linear-gradient(transparent 60%, #ff6 60%); }
.d-underline{ border-bottom: 4px double; }
.text-red{ font-weight: 700; color: var(--li-color-sub1); }

/* ===== ブログカードリンク ===== */
.free__ref{
  position:relative;
  color: var(--li-color-sub-font);
  border-left: 4px solid var(--li-color-sub-font);
  border: 2px solid var(--li-color-base1);
  padding: 20px;
}
.free__ref__label{
  position: absolute;
  left: 28px;
  top: -12px;
  background: #fff;
  padding: 0 .8em;
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
}
.free__ref__label::before{
  content: "✔";
  margin-right: .5em;
}
.free__card{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 14px;
}
.free__card__meta{
  display: flex;
  flex-direction: column;
}
.free__card__title{
  margin: 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #000;
}
.free__card__text{ margin-top: 0.8rem;}
.free__card time{ color: #333; font-family: var(--li-font-num);}
.free__flex{
  display: flex;
  gap: 1.6rem;
}

.free__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 .9em;
  border: 1px solid #333;
  border-radius: 999px;
  background: #fff;
  color:  #333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 520px){
  .free__card{
    grid-template-columns: min(320px, 38%) 1fr;
    gap: 24px;
  }
}

/* ===== 動画 ===== */
.free__media{ margin-inline: auto; aspect-ratio: 16 / 9;}
.free__media iframe{width: 100%;height: 100%;}



/* ===============================
  フリーページ(リリオンテについて)レイアウト
================================ */
.lilionte_FV,
.lili_story__gallery{
  --grid-width: calc( 100vw / 12 );
  position: relative;
  margin-inline: 0;
  display: grid;
  grid-template-columns: repeat(12, var(--grid-width));
  grid-template-rows: repeat(24, var(--grid-width));
  overflow: visible;
}
@media (min-width: 769px){
  .lilionte_FV{
    --grid-width: calc( (100vw - 332px - var(--left-edge)) / 12);
    grid-template-rows: repeat(21, var(--grid-width));
  }
  .lili_story__gallery{
    --grid-width: calc( (100vw - 332px - var(--left-edge)) / 12);
    grid-template-rows: repeat(38, var(--grid-width));
  }

}

.ph{ position: relative; overflow: hidden;}
.ph img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  vertical-align: middle;
}
.imgParallax{
  transform: scale(1.2) translateY(0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (min-width: 769px){
  .imgParallax{ transform: scale(1.3) translateY(0); }
}
.ph--sakura{
  grid-column: 2 / span 6;
  grid-row: 1 / span 9;
  z-index: 1;
}
.ph--leaf{
  grid-column: 1 / span 4;
  grid-row: 8 / span 6;
  z-index: 2;
}
.ph--kaki{
  grid-column: 6 / span 8;
  grid-row: 21 / span 4;
  z-index: 1;
}

.vtext {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.vtext--1 { grid-column: 9 / span 2; grid-row: 8 / span 7; }
.vtext--2 { grid-column: 6 / span 2; grid-row: 14 / span 3; }
.vtext--3 { grid-column: 3 / span 2; grid-row: 19 / span 3; }

.dec{
  position: relative;
  z-index: 3;
  align-self: center;
  justify-self: center;
  pointer-events: none;
}
.dec img{
  display: block;
  width: 100%;
  height: auto;
}

.dec--scribble{
  z-index: 4;
  grid-column: 5 / span 7;
  grid-row: 2 / span 2;
  width: 100%;
  transform: rotate(-10deg) translateY(0px);
}

.dec--wave02{
  grid-column: 5 / span 8;
  grid-row: 3 / span 1;
  width: 100%;
  transform: translateY(-10%);
}
.dec--wave01{
  grid-column: 3 / span 6;
  grid-row: 9 / span 1;
  width: 100%;
  transform: translateY(-50%);
}
.dec--wave03{
  grid-column: 8 / span 5;
  grid-row: 20 / span 1;
  width: 100%;
}
.dec--circle01{
  grid-column: 2 / span 5;
  grid-row: 14 / span 5;
  width: 100%;
  z-index: -1;
}
.dec--circle02{
  grid-column: 1 / span 2;
  grid-row: 17 / span 2;
  width: 100%;
  z-index: -2;
}

@media (min-width: 500px){
  .vtext { font-size: 1.6rem; }
  .dec--wave03{ grid-row: 16 / span 1; }
  .ph--kaki{ grid-row: 17 / span 4; }
  .vtext--1 { grid-column: 9 / span 2; grid-row: 6 / span 7; }
  .vtext--2 { grid-column: 6 / span 2; grid-row: 12 / span 3; }
  .vtext--3 { grid-column: 3 / span 2; grid-row: 17 / span 3; }
}

@media (min-width: 1200px){
  .vtext { font-size: 2rem; }
  .dec--wave03{ grid-row: 15 / span 1; }
  .ph--kaki{ grid-row: 16 / span 4; }
  .vtext--1 { grid-column: 9 / span 2; grid-row: 4 / span 7; }
  .vtext--2 { grid-column: 6 / span 2; grid-row: 11 / span 3; }
  .vtext--3 { grid-column: 3 / span 2; grid-row: 16 / span 3; }
}

.narakashi__pic{
  max-width: 80%;
  margin: 8rem auto;
}

.lili__tit {
  position: relative;
  text-align: center;
}
.lili__tit .asahi {
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
}
.lili__tit .asahi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 7em;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.lili__tit .asahi::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -0.2em;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: -10px 8px 0 rgba(0, 0, 0, 0.251);
}

.lili_gokan{
  grid-template-columns: 1fr;
  align-items: start;
}

.lili_gokan__text {
  font-size: 1.3rem;
  line-height: 2.8;
}
.lili_gokan__text p + p {
  margin-top: 3rem;
}

.lili_gokan__images {
  display: grid;
  gap: 1rem;
  margin-top: 3.2rem;
  overflow: hidden;
}

.lili_gokan__img {
  width: 100%;
  height: auto;
  display: block;
}

.ph--top{
  width: clamp(300px, 100%, 780px);
  z-index: 1;
}
.ph--top img{
  display: block;
  width: 100%;
  object-fit: cover;
  max-width: 380px;
  margin-inline: auto 0;
}
.ph--bottom{
  width: clamp(220px, 100%, 780px);
  margin-top: -20px;
  z-index: 2;
}
.ph--bottom img{
  max-width: 130px;
  margin-left: 50px;
}

@media (min-width: 769px) {
  .ph--bottom img{ max-width: 160px; }
}
@media (min-width: 1200px) {
  .lili_gokan { grid-template-columns: 400px 1fr; }
  .lili_gokan__text { font-size: 1.6rem; }
}


.lili_story__title{
  display: inline-block;
  font-size: clamp(18px, 1.4vw + 10px, 28px);
  letter-spacing: .06em;
  line-height: 1.3;
  position: relative;
  padding-bottom: .6em;
}
.lili_story__title::after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 8em;
  height: 1px;
  background: currentColor;
  opacity: .4;
  box-shadow: 18px 6px 0 rgba(0, 0, 0, 1);
}

.ph--factory{
  margin:0;
}
.ph--factory img{ width:100%; height:auto; display:block; object-fit:cover; }

.ph--1{ grid-column: 8 / span 5; grid-row: 1 / span 7; z-index:2; }
.ph--2{ grid-column: 1 / span 5; grid-row: 5 / span 4; z-index:1; }
.ph--3{ grid-column: 7 / span 4; grid-row: 7 / span 7; z-index:3; }
.ph--4{ grid-column: 2 / span 7; grid-row: 13 / span 5; z-index:4; }
.ph--5{ grid-column: 6 / span 5; grid-row: 19 / span 4; z-index:1; }
.ph--6{ grid-column: 3 / span 4; grid-row: 22 / span 6; z-index:2; }
.ph--7{ grid-column: 8 / span 5; grid-row: 26 / span 7; z-index:1; }
.ph--8{ grid-column: 2 / span 8; grid-row: 31 / span 6; z-index:3; }

/* ===============================
  フリーページ(shops)レイアウト
================================ */
.free__shopGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem 1rem;
  
}
@media (min-width: 600px) {
  .free__shopGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1020px) {
  .free__shopGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.free__shop {
  background:#fff;
  border:1px solid #eee;
  padding: 2rem 1.6rem;
}
.free__shop__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: .6rem;
  min-height: 100%;
}
.free__shop__title {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
}
.free__shop__add {
  display: block;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.6rem;
}
.free__shop__add__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  width: 80%;
}


/* ===============================
  フリーページ(news-archive)レイアウト
================================ */
.free__newsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1020px) {
  .free__newsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.free__newsGrid .newsCard {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.free__newsGrid .newsCard__thumb {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.free__newsGrid .newsCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.free__newsGrid .newsCard__text{
  font-size: 1.4rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.free__newsGrid .newsCard__date {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #666;
  display: block;
}
.free__newsGrid .newsCard__btn {
  margin-top: auto;
  text-align: end;
}
.free__newsGrid .newsCard__btn a{ font-size: 1.4rem; }

/* ===============================
  フリーページ、お問い合わせフォーム
================================ */
/* スクリーンリーダー用 */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.contactForm {
  display: grid;
  gap: 3.2rem;
}
.contactForm__row {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: start;
  gap: 0.8rem 1.6rem;
  border: none;
}
.form-fieldset > legend {
  width: 100%;
  text-align: left;
  padding-right: 1rem;
  margin-bottom: 1rem;
  color: #424242;
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-word;
  float: unset;
  line-height: inherit;
}
@media (min-width: 520px) {
.form-fieldset > legend {
  width: 30%;
  text-align: right;
  float: left;
  }
}
.form-fieldset > legend:after {
  content: "任意";
  background: #f5f5f5;
  color: #9e9e9e;
  padding: 0.4rem 0.64rem;
  border-radius: 0.64rem;
  font-size: 1.04rem;
  margin-left: 0.8rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.form-fieldset.required > legend:after {
  content: "必須";
  background: #A74535;
  color: #ffffff;
  padding: 0.4rem 0.64rem;
  border-radius: 0.64rem;
  font-size: 1.04rem;
  margin-left: 0.8rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.d-flex{ display: flex !important; }
.me-2 { margin-right: 0.5rem !important; }
.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  appearance: none;
  border-radius: 0.8rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select{
  display: block;
  width: 100%;
  padding: 0.8rem 2.25rem 0.8rem 1.2rem;
  -moz-padding-start: calc(1.2rem - 3px);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #ffffff;
  background-image: url(../img/ic-angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 12px 9px;
  border: 1px solid #cfcfcf;
  border-radius: 0.8rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
select.form-select {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=tel] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 5rem;
}
input.form-control.form-name-sei, input.form-control.form-name-mei {
  width: 100% !important;
}
input.form-control.form-email {
  display: block;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding-right: calc(-0.5 * 1.5rem);
  padding-left: calc(-0.5 * 1.5rem);
}
input.form-control.form-company { width: 100%; }
.visually-hidden{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-actions{ margin: auto; }
.form-actions input[type="submit"],
.form-actions input[type="reset"]{
  display:inline-block; min-width:120px; padding:12px 16px; font-weight:700; font-size:16px;
  border-radius:6px; border:1px solid #444;
  background-color:#444; color:#fff; cursor:pointer;
  transition: background-color .15s ease, transform .06s ease, border-color .15s ease;
}
.form-actions input[type="reset"]{
  margin-right:16px; background-color:#f5f5f5; color:#333; border-color:#d4d4d4;
}
.form-actions input[type="submit"]:hover{ background-color:#666; border-color:#666; }
.form-actions input[type="reset"]:hover{ background-color:#fbfbfb; }


/* ===============================
  カテゴリページの商品一覧・下位カテゴリー一覧
================================ */
.fs-c-subgroupList__label{ color: #5c5c5c; }
.fs-c-subgroupList__link{ background: none; border: 1px solid #5c5c5c;}
.fs-c-subgroupList__link::after{ color: #5c5c5c; }
/* .fs-c-listControl__status, .fs-c-listControl{ display: none; } */



@media screen and (min-width: 600px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-gap: 0px;
  }
}
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
  }
}
.fs-c-productList__list__item .fs-c-productListItem__control{
  padding: 0;
  margin-top: 10px;
}

.fs-c-productListItem__image{
  overflow: hidden;
}
.fs-c-productListItem__image__image{
  display: block;
  transition: transform .25s ease;
  transform: translateZ(0);
}
@media (hover:hover) and (pointer:fine){
  .fs-c-productListItem__image__image:hover{
    transform: scale(1.05);
  }
}

.fs-c-productName__copy{ color: var(--li-color-sub-font); }
.fs-c-productPrice{
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--li-font-num);
  color: var(--li-color-sub1);
}
.fs-c-button--particular.fs-c-button--addToWishList--icon,
.fs-c-button--plain.fs-c-button--addToCart--list::before{
  display: none;
}
.fs-c-productListItem__control{ justify-content: center; }
.fs-c-productListItem__control .fs-c-button--plain {
  width: 100%;
  background: var(--li-color-sub1);
  color: #fff !important;
  padding: 12px 10px;
  font-weight: bold;
  border: none;
  font-size: 1.5rem;
  border-radius: 3px;
  text-align: center;
}
.fs-c-productListItem__control .fs-c-button--plain:hover { text-decoration: none; }
.fs-c-button--plain.fs-c-button--viewProductDetail::before{ content: ""; }

/* 商品マーク */
.imark__new{ background-color: var(--li-color-base1); }
.imark__chocone{ background-color: var(--li-color-chocone-main); }
.imark__karari{ background-color: var(--li-color-karari-main); }
.imark__none{ display: none; }

/* ===============================
  リリオンテについて。文字浮上
================================ */
.reveal-up {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .8s cubic-bezier(.22,1,.36,1),
    transform .8s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
.reveal-up.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-up { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===============================
  フリーページの栄養成分表示
================================ */
.free__components-table{
  width: min(840px, 100%);
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.free__components-table-header{ display: none; }
.product-name{ background: #eee; }
.free__components-table th,
.free__components-table td{
  border-bottom: 1px solid #ccc;
  padding: .8rem .9rem;
  text-align: center;
  font-weight: normal;
  display: block;
}
.free__components-table td::before {
  content: attr(data-label);
  font-size: .875rem;
  color: #666;
  display: block;
  margin-bottom: 0.25rem;
}
td[data-label="原材料名"]{ text-align: left; }
@media (min-width: 480px) {
  .free__components-table td::before { content: ""; }
  .free__components-table-header{ display: table-row; background: #eee; }
  .product-name{ background: unset; }
  .free__components-table th,
  .free__components-table td{ display: table-cell; }
}


/* ===============================
  商品詳細　項目など
================================ */

.fs-c-dropdown__menu > option{ font-weight: 400; }
#fs_ProductDetails summary {
  display: revert;
  cursor: pointer;
}
#fs_ProductDetails details[data-theme="karari"] summary { color: var(--sidebar-color); }
#fs_ProductDetails details[data-theme="chocone"] summary { color: #63ae98; }

#fs_ProductDetails .details-content{
  margin: 2rem 0;
  padding: 15px;
  background: #eeeeee;
}
.fs-c-button--carousel{ font-size: 3rem; }
@media (min-width: 769px) {
.fs-c-button--carousel{ font-size: 4.4rem; }
}

.noshiImgBox {
  margin: 30px 0;
padding: 15px;
background: #eeeeee;
}
.noshiImgBox .head {
margin: 0;
}
.noshiImgBox .list01 {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.noshiImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: center;
}
.noshiImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
vertical-align: top;
}
.noshiImgBox .list01 > li figure {
  margin: 0;
}
.noshiImgBox .list01 > li figcaption {
  margin: 0.2em 0 0 0;
}
.liquorNotionBox {
  margin: 30px 0;
}
.liquorNotionBox dl {
  margin: 0;
  padding: 15px;
  border: 2px solid #ff0000;
}
.liquorNotionBox dl dt {
  margin: 0;
  padding: 0;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.liquorNotionBox dl dd {
  margin: 0.5em 0 0 0;
  padding: 0;
}
/*メッセージカードのイメージCSS*/
.massagecardImgBox {
  margin: 30px 0;
  padding: 15px;
  background: #eeeeee;
}
.massagecardImgBox .head {
  margin: 0;
}
.massagecardImgBox .list01 {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.massagecardImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: center;
}
.massagecardImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
vertical-align: top;
}
.massagecardImgBox .list01 > li figure {
  margin: 0;
}
.massagecardImgBox .list01 > li figcaption {
  margin: 0.2em 0 0 0;
}

/*メッセージカード2列CSS*/
.massagecardImgBox .list01-wrap {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.massagecardImgBox .list01-wrap > li {
  margin: 5px 0;
  padding: 0;
  width: 40%;
  text-align: center;
}
.massagecardImgBox .list01-wrap > li img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.massagecardImgBox .list01-wrap > li figure {
  margin: 0;
}
.massagecardImgBox .list01-wrap > li figcaption {
  margin: 0.2em 0 0 0;
}

/*手提げ袋のイメージCSS*/
.shopperImgBox {
  margin: 30px 0;
  padding:15px;
  background: #eeeeee;
}
.shopperImgBox .head {
margin: 0;
}
.shopperImgBox .list01 {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.shopperImgBox .list01 > li {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.shopperImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
vertical-align: top;
}
.shopperImgBox .list01 > li figure {
  margin: 0;
}
.shopperImgBox .list01 > li figcaption {
  margin: 0.2em 0 0 0;
}

/*リボンのイメージCSS*/
.ribbonImgBox {
  margin: 30px 0;
  padding: 15px;
  background: #eeeeee;
}
.ribbonImgBox .head {
  margin: 0;
}
.ribbonImgBox .list01 {
  margin:  15px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.ribbonImgBox .list01 > li {
  margin: 15px;
  padding: 0;
  width: 50%;
  text-align: center;
}
.ribbonImgBox .list01 > li img {
  max-width: 100%;
  height: auto;
vertical-align: top;
}
.ribbonImgBox .list01 > li figure {
  margin: 0;
}
.ribbonImgBox .list01 > li figcaption {
  margin: 0.2em 0 0 0;
}

/* 選べるギフト */
#selection-pv .s-txt{font-weight: 600; color:red; margin-bottom: 8px;}
.s-list{font-size: 1.3rem;}
#checksyohin img{width: 32%; display: inline-block;}



/* ===============================
  カート以降
================================ */
.cart__step {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}
.cart__step-list {
  text-align: center;
  color: #c9c9c9;
}
.cart__step-step {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  position: relative;
}
.cart__step-text {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
.cart__step-step::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 0.4rem auto 0;
  background-color: #c9c9c9;
  border-radius: 2px;
}
.flow_active { color: var(--li-color-sub1); }
.flow_active .cart__step-step::after {
  background-color: var(--li-color-sub1);
}
@media (min-width: 769px) {
  .cart__step { gap: 3rem; }
  .cart__step-step::after { width: 80px; }
  .cart__step-step { font-size: 1.4rem; }
  .cart__step-text { font-size: 1.5rem; }
}

.fs-c-productQuantityAndWishlist__quantity::before,
.fs-c-productQuantityAndAction__quantity::before {
  content: "数量";
  display: block;
  margin-right: 10px;
  font-weight: bold;
  width: 60px;
}
.fs-c-productQuantityAndWishlist__quantity,
.fs-c-productQuantityAndAction__quantity {
  display: flex;
  align-items: center;
}
.fs-c-quantity {
  max-width: 10em;
}
#fs-checkout-payHere-container .fs-c-button--primary .fs-c-button__label{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 90%;
  margin: 0 auto;
  display: block;
}
#fs-checkout-payHere-container .fs-c-button--secondary .fs-c-button__label{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.end-m_login .fs-c-button__label {
  font-size: 1.8rem !important;
}
#fs-checkout-payHere-container .fs-c-button__label::after{
  content: "クレジット・d払い・コンビニ支払・銀行振込・郵便振込・楽天ペイ・PayPay";
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
}
#fs-checkout-payHere-container .fs-c-button__label::after{
  content: "クレジット・d払い・コンビニ支払・銀行振込・郵便振込・楽天ペイ・PayPay";
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
}
#fs_ProductDetails .fs-c-button--primary{
  padding: 8%;
  font-size: 2rem;
  font-weight: bold;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title{
  line-height: 3;
  font-weight: bold;
  border: none;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
/* .fs-c-cartTable__dataCell--quantity::before{
  font-size: 1.8rem;
} */
@media screen and (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__dataCell--quantity::before,.fs-body-cart .fs-c-cartTable__dataCell--subtotal::before{
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 8px;
    min-width: 2em;
  }
}
.fs-body-cart select.fs-c-quantity__select.fs-system-quantity-list{
  font-size: 20px;
  text-align: center;
  min-height: 30px;
}

/* ===============================
  マイページ
================================ */
.fs-c-accountService__page--orderHistoryList .fs-c-string--label::after {
  content: "&レビューを書く";
  display: block;
  margin-top: -5px;
}


