@charset "utf-8";
/* CSS Document */
/*-- basic
------------------------------------------------*/ :root {
  --font-family-japan: hiragino-mincho-pron, sans-serif;
  --font-family-english: font-family: canto, serif;
  --line-height-m: 3rem;
  /* min24 max42 */
  --font-size-24-42: clamp(2.4rem, 1vw + 1rem, 4.2rem);
  /* min20 max24 */
  --font-size-20-24: clamp(2rem, 1vw + 1rem, 2.4rem);
  /* min16 max24 */
  --font-size-16-24: clamp(1.6rem, 1vw + 1rem, 2.4rem);
  /* min16 max20 */
  --font-size-16-20: clamp(1.6rem, 1vw + 1rem, 2rem);
  /* min16 max18 */
  --font-size-16-18: clamp(1.6rem, 1vw + 1rem, 1.8rem);
  /* min13 max16 */
  --font-size-13-16: clamp(1.3rem, 1vw + 1rem, 1.3rem);
  /* min11 max12 */
  --font-size-11-12: clamp(1.1rem, 1vw + 1rem, 1.2rem);
  --color-white: #ffffff;
  --color-gray: #ececec;
  --color-black: #211f1e;
  --color-button: #790000;
  --color-beige: #dbc28b;
  --color-red: #c40000;
}
html {
  font-size: 62.5%;
}
body {
  font-family: hiragino-mincho-pron,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',sans-serif;
  font-size: 1.6rem;
  color: var(--color-black);
}
.epicurean__hr {
  margin: 6rem auto;
  border: 1px solid var(--color-black);
  border-width: 1px 0 0 0;
}
@media screen and (max-width: 768px) {
.epicurean__hr {
  margin: 1rem auto;
}
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/* ホバーカラーの変更による
.fs-pt-menu a:hover {
    color: var(--color-black)!important;
    opacity: .65!important;
}
*/
/*-- header
------------------------------------------------*/
.epicurean__header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  background-color: var(--color-white);
}
.epicurean__header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* オプションで影を追加 */
}
/*-- common icon search
------------------------------------------------*/
/*SPトップ*/
.header_search_sp .searchTypeIconsWrapper {
  margin: 0 auto;
}
.searchTypeIconsWrapper {
  width: 100%;
  max-width: 1050px;
  margin: 10rem auto 0;
}
.searchTypeIconsWrap {
  position: relative;
}
.searchTypeIconsWrap .smpScroll {
  overflow-x: auto;
}
.searchTypeIconsWrap ul li {
  text-align: center;
  min-width: 110px;
}

@media screen and (max-width: 768px) {
.searchTypeIconsWrap ul li {
  min-width: 90px;
}
}

.searchTypeIconsWrap ul li p {
  max-width: 110px;
  margin: .5rem 0 0 0;
  line-height: 2rem;
}
.searchTypeIconsWrap h4 {
  text-indent: .25em;
}
@media screen and (max-width:768px) {
.searchTypeIconsWrap h4 {
margin-block-end: 0;
margin-block-start: 0;
font-size:14px;
}
}
/* .searchTypeIconsWrap .__more {
    padding-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
} */
.__more a {
  border-bottom: 1px solid var(--color-black);
}

.flexArea {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  margin: .75rem 4vw 2rem;
}
/* 以下商品ページ用 */
.fs-l-main.fs-l-product .searchTypeIconsWrapper {
  width: min(100%, 816px);
}
.fs-l-main.fs-l-product .flexArea {
  margin: .75rem 1vw 2rem;
}
.fs-l-main.fs-l-product .epicurean__hr {
  display: none;
}
.sp_on {
  display: none;
}
@media screen and (max-width: 1280px) {
  .searchTypeIconsWrapper {
    margin: 6rem auto 0;
  }
  .searchTypeIconsWrap .smpScroll {
    padding: 0 10px;
    overflow-x: scroll;
  }
  .searchTypeIconsWrap .smpScroll .flexArea {
    width: calc(calc(100vw / 9.5) * 7);
    margin: .75rem 2vw 2rem;
  }
  .smpScroll .flexArea li {
    width: calc(100vw / 9.5);
  }
  .smpScroll .flexArea li .c-more {
    padding: 1.25em .5em 1.25em .5em;
    /* border: 1px solid #c3c3c3; */
    border-radius: 50%;
    aspect-ratio: 1;
    text-align: center;
  }
  .sp_on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .searchTypeIconsWrapper {
    padding: 0 0 0 1rem;
  }
  .searchTypeIconsWrap .smpScroll {
    padding: 0 10px;
    overflow-x: scroll;
    max-width: 800px;
    margin: 0 auto;
  }
  .searchTypeIconsWrap .smpScroll .flexArea {
      width: inherit;
	        display: flex;
        gap: 0px;
        margin: 7px auto;
  }
  .smpScroll .flexArea li {
    width: calc(100vw / 5.5);
     flex: 1;
    text-align: center;
  }
  .smpScroll .flexArea li img{
    width: 65%;
    margin: 0 auto;
  }
  .searchTypeIconsWrap ul li p {
    font-size: 12px;
  }
  .flexArea {
    align-items: flex-start;
  }
}
/*-- leftnav
------------------------------------------------*/
.search__content {}
.search__content form {
  position: relative;
  padding: 2rem 0 0 0;
}
.search__content form label input {
  border: 1px solid var(--color-black);
  border-radius: 2px;
  font-size: 1.4rem;
  height: 37px;
}
.search__content form button {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 9px 12px;
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  width: 42px;
}
.leftnav__title {
  padding: 0 0 0 3rem;
  font-size: var(--font-size-16-18);
  letter-spacing: .06em;
  line-height: 1;
  position: relative;
}
.leftnav__title:after {
  position: absolute;
  width: 100%;
  content: url("../images/left_nav_title.svg");
  bottom: -1.5rem;
  right: 0;
}
.leftnav__title.search__title:before {
  position: absolute;
  width: 65%;
  content: url("../images/search.svg");
  top: -1.6rem;
  right: 0;
}
.leftnav__title.category__title {
  margin: 16rem 0 1rem 0;
}
.leftnav__title.category__title:before {
  position: absolute;
  width: 65%;
  content: url("../images/category.svg");
  top: -2.5rem;
  right: 0;
}
.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1, span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
  border-bottom: 1px solid var(--color-black);
}
.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  border-bottom: 1px solid var(--color-black);
}
ul.menu_drawer_inner_category_lists.category.fs-pt-menu.fs-pt-menu--lv1 {
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .leftnav__title:after {
    content: url("../images/top_column_title_sp.svg");
    bottom: -1.5rem;
    right: 0;
  }
  .header_nav_menu_category {
    margin: 0 auto 0;
	padding: 0 0 10px;
  }
  .leftnav__title.search__title:before {
    width: 48%;
    content: url("../images/search_sp.svg");
    top: -2.6rem;
  }
  .leftnav__title.category__title {
    margin: 5rem auto 1rem;
  }
  .leftnav__title.category__title:before {
    width: 48%;
    content: url("../images/category_sp.svg");
    top: -2.5rem;
  }
}

/*-- サーチアイコン黒背景用2025.6追加
------------------------------------------------*/

 #searchicon_black{
 	background-color: #211f1e;
    color: #FFF;
    padding: 30px 0;
   }

@media screen and (max-width: 768px) {
 #searchicon_black{
 	padding: 10px 0;
   }
}
   
/*-- footer
------------------------------------------------*/
.epicurean__footer {
  margin: 10rem auto;
  padding: 8rem 0 0 0;
  border: 1px solid var(--color-black);
  border-width: 1px 0 0 0;
}
@media screen and (max-width:768px) {
.epicurean__footer {
  margin: 4rem auto;
  padding: 2rem 0 0 0;
}
}
/*-- footer bnr
------------------------------------------------*/
.footerbnr__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footerbnr__box .footerbnr__link {
  display: block;
  width: 100%;
  max-width: 515px;
  padding: 1.5rem 0;
  background-color: var(--color-beige);
  text-align: center;
}
.footerbnr__box .footerbnr__link .footerbnr__text {
  padding: .2rem 0 0 4rem;
  position: relative;
  font-size: var(--font-size-16-20);
}
.footerbnr__box .footerbnr__link .footerbnr__text.__two.__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.8rem;
}
.footerbnr__box .footerbnr__link .footerbnr__text .footerbnr__text-min.__line {
  width: 100%;
  font-size: 1.6rem;
}
.footerbnr__box .footerbnr__link .footerbnr__text:before {
  position: absolute;
  width: 8%;
  top: -8%;
  left: 10%;
}
.footerbnr__box .footerbnr__link .footerbnr__text.__member:before {
  content: url("../images/member.svg");
}
.footerbnr__box .footerbnr__link .footerbnr__text.__line:before {
  content: url("../images/line.svg");
}
@media screen and (max-width:768px) {
  .footerbnr__box {
    padding: 0 1rem;
  }
  .footerbnr__box .footerbnr__link .footerbnr__text:before {
    top: 8%;
  }
  .footerbnr__box .footerbnr__link .footerbnr__text.__two.__member {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.8rem;
  }
  .footerbnr__box .footerbnr__link .footerbnr__text .footerbnr__text-min.__member {
    width: 100%;
    font-size: 1.6rem;
  }
}
/*-- footer info toggle
------------------------------------------------*/
@media screen and (max-width:768px) {
  .footer_info__toggle-content {
    overflow: hidden; /* 中のコンテンツが表示されないように */
    height: 0; /* 初期状態の高さを0に設定 */
    opacity: 0; /* 初期状態を透明に */
    transition: height 1s ease, opacity 1s ease; /* トランジションの設定 */
  }
  .footer_info__toggle-content.show {
    height: auto; /* 表示時に高さを自動調整 */
    opacity: 1; /* 表示時に透明度を1に */
  }
  .footer_info_title.pay, .footer_info_title.delivery {
    position: relative;
  }
  .footer_info_title.pay:after, .footer_info_title.delivery:after {
    position: absolute;
    width: 5%;
    content: url("../images/category-open.svg");
    top: 2rem;
    right: 2rem;
  }
}
/*-- footer notice
------------------------------------------------*/
.notice__bg {
  background-image: url("../images/footer-bg.webp");
  background-size: cover;
  padding: 5rem 0 3rem;
}
.law__box {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.law__box .law__description {
  margin-left: 2rem;
}
.law__box .law__description__title {
  font-size: var(--font-size-13-16);
}
.law__box .law__description__text {
  font-size: var(--font-size-11-12);
}
.security__box {
  max-width: 1090px;
  margin: 1rem auto 0;
  padding: 2rem 0;
  background-color: var(--color-white);
}
.security__box p {
  max-width: 1040px;
  margin: 0 auto;
}
.security__box .security__url {
  color: var(--color-red);
}
@media screen and (max-width:768px) {
  .notice__bg {
    background-image: url("../images/footer-bg_sp.webp");
    padding: 5rem 1rem 5rem 1rem;
  }
  .notice__bg .law__image {
    width: 200px;
  }
  .security__box {
    padding: 2rem 1rem;
    border: 1px solid var(--color-black);
  }
}
/*-- footer bottom bnr
------------------------------------------------*/
.fs-l-footer .bottom__bnr {
  width: 100%;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: fixed;
  bottom: 0;
  z-index: 100;
  border: 1px solid var(--color-black);
  border-width: 1px 0 0 0;
  background-color: var(--color-white);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.fs-l-footer .bottom__bnr.visible {
  transform: translateY(0);
  opacity: 1;
}
.bottom__bnr.visible .bottom__item {
    width: 100%;
    max-width: 546px;
}
.bottom__bnr.visible .bottom__item picture,
.bottom__bnr.visible .bottom__item img {
    width: 100%;
}
@media screen and (max-width:768px) {
  .fs-l-footer .bottom__bnr {
    padding: .75rem 1rem;
  }
}
/*-- footer bottom bnr
------------------------------------------------*/
.scroll-to-top {
  width: 50px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  cursor: pointer;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:768px) {
  .scroll-to-top {
    width: 50px;
    bottom: 13rem;
    right: 3rem;
  }
}

/*-- 閲覧履歴（商品ページ下）
------------------------------------------------*/
.fs-l-product .top_column_title {
    color: #211F1E;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1;
    margin: 2rem auto 0;
    padding: 0 0 0 3rem;
    position: relative;
    text-align: left;
    font-weight: normal;
}
.fs-l-product .top_column_title:after {
    position: absolute;
    width: 100%;
    content: url(../images/top_column_title.svg);
    bottom: -1.5rem;
    left: 0;
}

@media screen and (max-width: 768px) {
.fs-l-product .top_column_title {
	margin: 2rem auto 0;
}
}

.fs-l-product .recommend-personal,
.fs-l-product .related-products,
.fs-l-product .top_ranking {
    margin: 2.5rem auto;
	width: min(93%, 816px);
}

@media screen and (max-width: 768px) {
.fs-l-product .recommend-personal,
.fs-l-product .related-products,
.fs-l-product .top_ranking {
    margin: 0rem auto;
	width: min(93%, 816px);
}
}

.fs-l-product .your-item__box {
/*	position: relative;*/
    margin: 2.5rem auto;
	width: min(93%, 816px);
}
.fs-l-product .your-item__box .your-item__btn {
    width: 100%;
    margin: 5rem 0 0 0;
    display: flex;
    justify-content: end;
}
.fs-l-product .your-item__box .your-item__btn a img {
    width: 70%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
.fs-l-product .your-item__box .your-item__btn a img {
    width: 60%;
	margin: 0 0 0 auto;
}
}

/*-- 商品一覧 アイコン関連
------------------------------------------------*/
.fs-c-productMarks .fs-c-productMark__mark {
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 8px;
margin-top: 5px;
}


/*-- 商品ページ アイコン関連
------------------------------------------------*/
.fs-c-mark {
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark {
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 8px;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark.marks-redwine {
    color: #ffffff;
    background-color: #790000;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark.marks-whitewine {
    color: #211f1e;
    background-color: #ffffff;
	border: 1px solid;
    padding: 3px 8px;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark.marks-champagne {
    color: #211f1e;
    background-color: #d3edf4;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark.marks-lotterysale {
    color: #f5e8bb;
    background-color: #211f1e;
}
.product_main .fs-c-productMarks .fs-c-productMark__mark.marks-sale {
    color: #ffffff;
    background-color: #c40000;
}
.product_main .fs-c-productMarks .fs-c-mark--coolDeliveryAvailable {
    color: #211f1e;
    background-color: #dbc28b;
}

/*-- FutureAIRecommend
------------------------------------------------*/
.flywheel-recommend__frame {
	margin: 3rem 0 0 0;
}
.flywheel-recommend__frame .fs-p-heading--lv2 {
	display:none;
}
.fr3-productListCarousel__slides::-webkit-scrollbar {
  display: none;
}
.fr3-item__productName {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 43px;

    @media (width <= 768px){
        display: -webkit-box !important;
        max-height: 36px;
    }
}

/*-- カートへ
------------------------------------------------*/
@media screen and (min-width: 768px) {
	.fs-p-scrollingCartButton {
		bottom: 12%!important;
	}
}

/*-- サジェストリンク
------------------------------------------------*/
div.poplink.sphs > div.poplink_suggest > div.word.highlighted {
    background-color: #DBC28B!important;
    border: 1px solid #DBC28B!important;
    color: #211F1A!important;
}
div.poplink.sphs > div.poplink_suggest > div.word.highlighted:after {
    border-color: #DBC28B transparent transparent transparent!important;
}
div.poplink.sphs > div.poplink_search {
    border: 3px solid #DBC28B!important;
}

/*-- メッセージパーツ
------------------------------------------------*/
.fs-c-registerSuccessMessage {
    text-align: revert;
    padding-left: 24px;
}

/*-- あと○○円で送料無料
------------------------------------------------*/
span.fs-c-cartDiscountInfo__more {
    position: relative;
   /* padding: 0 1em 0 0;*/
}
/*span.fs-c-cartDiscountInfo__more:after {
    position: absolute;
    content: "円";
    right: 0;
}*/

/*-- マイページ
------------------------------------------------*/
.fs-p-accountInfo__body {
    text-align: center;
    background: #ffffff;
    color: #3c3c3c;
    padding: 8px;
    margin-bottom: 8px;
}

/*シルバー会員*/
.stagecolor_5{
    background-color: #979797;
    color: #FFF;
}
/*ゴールド会員*/
.stagecolor_4{
    background-color: #bc9b53;
    color: #FFF;
}
/*プラチナ会員*/
.stagecolor_3{
    background-color: #103c6d;
    color: #FFF;
}
/*ダイヤモンド会員*/
.stagecolor_2{
    background-color: #391c70;
    color: #FFF;
}
/*シルバー会員〜ダイヤモンド会員までの白王冠*/
.stagecolor_5 .fs-p-accountInfo__accountRank:before,
.stagecolor_4 .fs-p-accountInfo__accountRank:before,
.stagecolor_3 .fs-p-accountInfo__accountRank:before,
.stagecolor_2 .fs-p-accountInfo__accountRank:before {
content: url('https://epicurean.itembox.design/item/assets/images/signup/stage-ico.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

/*エンペラー会員*/
.stagecolor_1{
    background-color: #000;
    color: #FFF;
}
.stagecolor_1 .fs-p-accountInfo__accountRank {
    color: #dbc28b;
}
.stagecolor_1 .fs-p-accountInfo__accountRank:before {
content: url('https://epicurean.itembox.design/item/assets/images/signup/stage-emperor-ico.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

