@charset "utf-8";
/* CSS Document */

/*-- 以下 Flika top.css がベース
------------------------------------------------*/

.fs-l-main,.fs-l-pageMain {
	max-width: 100%!important;
	margin: 0 auto!important;
	padding: 0!important;
}

/* レイアウト部分 */
.top_col2 {
	max-width: 1220px;
    margin: 10rem auto 0;
    display: flex;
    justify-content: space-between;
}
.top_cat.header_nav_menu_category {
    border-bottom: none;
    display: block;
    padding: 0;
    width: 240px;
}
.top_2col_main {
    margin-left: 20px;
    width: calc(100% - 330px);
}

/* カラム部分 */
.top_2col_main .top_column_title {
    color: #211F1E;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1;
	margin: 8rem auto 0;
    padding: 0 0 0 3rem;
    position: relative;
    text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
.top_2col_main .top_column_title {
	margin: 2rem auto 0;
}
}

.top_2col_main .top_column_title:after {
    position: absolute;
	width: 100%;
	content: url("../images/top_column_title.svg");
	bottom: -1.5rem;
	left: 0;
}
.top_2col_main .exclusiveprice_ttl {
    color: #211F1E;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1;
	margin: 0rem auto 0;
    padding: 0 0 0 3rem;
    position: relative;
    text-align: left;
	font-weight: normal;
}

.exclusiveprice .fr3-item__productPrice {
    display: flex;
    gap: 0 4px;
    flex-wrap: wrap;
    align-items: baseline;
    color: #c40000;
}

.exclusiveprice .fr3-item__productPrice__price:before {
    content: "特価";
}

.top_2col_main .top_column_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.top_2col_main .top_column_item a.fs-pt-column__item,
.top_2col_main .top_column_item .fs-pt-column__item {
    display: block;
    margin-left: 32px;
    padding: 0;
    width: calc(50% - 16px);
}
.top_2col_main .top_column_item a.fs-pt-column__item:nth-child(2n + 1),
.top_2col_main .top_column_item .fs-pt-column__item:nth-child(2n + 1) {
    margin-left: 0;
}
.top_2col_main .top_column_item a.fs-pt-column__item .fs-pt-column__image img,
.top_2col_main .top_column_item .fs-pt-column__item .fs-pt-column__image img {
    width: 100%;
}
.top_2col_main .top_column_item a.fs-pt-column__item .fs-pt-column__heading,
.top_2col_main .top_column_item .fs-pt-column__item .fs-pt-column__heading {
    color: var(--color-black);
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 15px;
}

@media screen and (max-width:768px){
.top_col2 {
    display: flex;
	flex-wrap: wrap;
	margin: 1rem auto 0;
}
.top_cat.header_nav_menu_category {
    width: 100%;
	padding: 0 1rem;
	order: 2;
}
.top_2col_main {
    margin: 0;
	padding: 0 1rem;
    width: 100%;
	order: 1;
}
.top_2col_main .lottery-sale__box .top_column_title {
    text-align: center;
}
.top_2col_main .top_column_title:after {
    content: url("../images/top_column_title_sp.svg");
}
.top_2col_main .top_column_item {
    margin-top: 30px;
}
.top_2col_main .top_column_item a.fs-pt-column__item,
.top_2col_main .top_column_item .fs-pt-column__item {
    margin: 1rem auto 0;
    width: 100%;
}
}

/*-- mainvisual
------------------------------------------------*/
	.mainvisual {
		padding: 4rem 0;
		background-color: var(--color-black);
	}
	.mainvisual__section {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.mainvisual__section .mainvisual__title {
		width: 100%;
		max-width: 450px;
		margin-top: 0;
    	margin-right: 7rem;
		display: block;
	}
	.mainvisual__section .mainvisual__text {
		width: 100%;
		margin-top: 1rem;
		color: white;
		text-align: center;
		font-size: var(--font-size-16-24);
		line-height: var(--line-height-m);
	}
	.mainvisual__section .mainvisual__scroll {
		position: relative;
	}
	.mainvisual__section .mainvisual__scroll .top__scrool {
		width: 2%;
		position: absolute;
		top: 9%;
		right: 49%;
	}
	.mainvisual__section .mainvisual__img {
		margin-top: 4rem;
		display: flex;
	}
    
.leeeplink{
text-align: center;
font-size: 18px;
}

.leeeplink a {
text-decoration: none; 
position: relative; 
color: #fff; 
padding-bottom: 10px;
}

.leeeplink a::before {
content: ""; 
position: absolute; 
left: 50%; 
bottom: 0; 
width: 0;
height: 1px; 
background-color: #fff; 
transition: all 0.4s ease; 
}

.leeeplink a:hover::before {
width: 100%; 
left: 0;
}    
    

@media screen and (max-width:768px){
	.mainvisual__section .mainvisual__title {
		width: 80%;
		margin-right: 3rem;
	}
.mainvisual__section .mainvisual__scroll .top__scrool {
	display: none;
}

.leeeplink{
font-size: 14px;
}

}

/*-- mainvbg
------------------------------------------------*/
.main__bg {
    padding: 4rem 0;
    background-image: url("../images/main-bg.webp");
    background-size: cover;
}

/*-- slider
------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
.swiper-slide img {
    max-height: 700px;
}
	
/*-- 矢印
------------------------------------------------*/
.swiper-button-next, .swiper-button-prev {
	width: 3rem!important;
	height: 75px!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("../images/prev.svg")!important;
	width: 100%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("../images/next.svg")!important;
	width: 100%;
}
	
/*-- ページネーション
------------------------------------------------*/
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2rem;
}
.swiper-pagination-bullet {
    background-color: var(--color-gray)!important;
}
.swiper-pagination-bullet-active {
    background-color: var(--color-white)!important;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,13px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,13px))!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -40px)!important;
}

@media screen and (max-width:768px){
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,7px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,7px))!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -30px)!important;
}
}
	
/*-- 会員制度
------------------------------------------------*/
.membership {
	margin: 8rem 0 0;
}

.membership__bg {
	max-width: 1080px;
	margin: 0 auto;
    padding: 14rem 0;
    background-image: url("../images/membership-bg_pc.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.membership__title  {
	width: 60%;
	margin: 0 auto;
}
.membership__title h2 {
	margin: 0;
	text-align: center;
	color: var(--color-white);
	font-size: var(--font-size-24-42);
}
.membership__text {
	width: 55%;
	margin: 0 auto;
	color: var(--color-white);
}
.membership__text .membership__ul {
	margin: 4rem 0 0 0;
	padding: 0;
}
.membership__text .membership__ul .membership__li {
	position: relative;
	margin: 0 0 4rem 0;
	padding: 0 0 0 2rem;
	list-style: none;
}
.membership__text .membership__ul .membership__li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: var(--color-white);
}
.membership__text .membership__ul .membership__li p {
	margin: 0 auto;
	/* min20 max24 */
	font-size: clamp(2rem, 1vw + 1rem, 2.4rem);
}
.membership__text .membership__ul .membership__li span {
	/*font-size: 1.6rem;*/
}
.membership__text .membership__ul .membership__li a {
	color: var(--color-white);
}
.membership__btn a {
    display: block;
	width: 50%;
	margin: 0 auto;
	padding: 2rem 0;
	/* min20 max24 */
	font-size: var(--font-size-20-24);
	color: var(--color-white);
    text-align: center;
    text-decoration: none;
	border: 1px solid;
	border-radius: 50px;
}
.membershipbenefits__btn {
    margin-top: 20px;
}
.membershipbenefits__btn a {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
    font-size: var(--font-size-20-24);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
.membership {
	margin: 8rem 0 2rem;
}
    .membership__bg {
		padding: 8rem 0;
		background-image: url("../images/membership-bg_sp.webp");
    }
.membership__title  {
	width: 95%;
}
.membership__text {
    width: 95%;
}
	.membership__text .membership__ul {
	margin: 2rem 0 0 0;
    text-align: center;
	}
	.membership__text .membership__ul .membership__li {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
	}
.membership__text .membership__ul .membership__li:before {
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 2px;
}
.membership__btn a {
	width: 80%;
	margin: 6rem auto 0;
}
    .membershipbenefits__btn a {
        width: 80%;
    }
}
@media screen and (max-width: 376px) {
    .membership__bg {
        width: 90%;
    }
}

/*-- 会員制度　変更2025.6
------------------------------------------------*/

.membership2506{
 	background-color: #211f1e;
 	padding: 30px 0px;
 	
   }
   
.membershipbenefits__btn2506,.membership__btn2506 {
    width: 100%;
    background-color: #FFF;  
    font-size: 2rem;
    text-align: center;
    margin: 1rem auto 0;
    padding: 1.2rem 0;
}
.membershipbenefits__btn2506 a,.membership__btn2506 a{
    color:#790000;
    color:#C40000;
    font-weight:bold;
   
}
@media screen and (max-width: 768px) {
.membership2506{
 	padding: 30px 0px 0px 0px;
   }
 }
   
/*-- news
------------------------------------------------*/
.epicurean-news__box {
	margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
.epicurean-news__box {
	font-size: 1.4rem;
}
}

.top_column_title.news__title {
    position: relative;
	margin: 0 auto;
}
.top_column_title.news__title:before {
    position: absolute;
	width: 14%;
	content: url("../images/news.svg");
	top: -1.8rem;
	left: 8rem;
}
.epicurean-news__box .fs-pt-list__item:first-of-type {
    margin-top: 2rem;
}
.epicurean-news__box .fs-pt-list__item {
	padding: 10px 0 15px 3rem;
	border: 1px dashed var(--color-black);
	border-width: 0 0 1px 0;
}
.epicurean-news__box .fs-pt-list__item:last-of-type {
	padding: 10px 0 15px 3rem;
}

@media screen and (max-width: 768px) {
.top_column_title.news__title:before {
    width: 34%;
	content: url("../images/news_sp.svg");
	top: -1.8rem;
	left: unset;
    right: 0;
}
.epicurean-news__box .fs-pt-list__item {
	padding: 10px 0 15px 0rem;
}
.epicurean-news__box .fs-pt-list__item:last-of-type {
	padding: 10px 0 15px 0rem;
}
}

/*-- information
------------------------------------------------*/
.information__box {
	display: none;
}
@media screen and (max-width: 768px) {
.information__box {
	display: block;
    margin: 4rem auto 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px dashed var(--color-black);
}
.top_column_title.information__title {
    position: relative;
	margin: 0 auto;
}
.top_column_title.information__title:before {
    position: absolute;
    width: 60%;
    content: url("../images/information_sp.svg");
    top: -2.8rem;
    right: 0;
}
.information__content {
	margin: 3rem 0 0 0;
}
}
/*-- 抽選販売
------------------------------------------------*/
.lottery-sale__box {
}
@media screen and (max-width: 768px) {
.top_column_title.lottery_sale {
    line-height: 2rem;
}
}
/*-- 新着商品
------------------------------------------------*/
.new-item__box {
/*	position: relative;*/
    margin: 5rem auto;
}
@media screen and (max-width: 768px) {
.new-item__box {
margin: 2rem auto;
}
}
/*
.new-item__box:after {
    position: absolute;
    width: 20%;
    content: url(../images/view-more.svg);
    bottom: -10rem;
    right: 0;
}
*/
.new-item__box .new-item__btn {
    width: 100%;
    margin: 5rem 0 0 0;
    display: flex;
    justify-content: end;
}
.new-item__box .new-item__btn a img {
    width: 70%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
.new-item__box .new-item__btn a img {
    width: 60%;
	margin: 0 0 0 auto;
}
}
/*-- 閲覧履歴
------------------------------------------------*/
.your-item__box {
/*	position: relative;*/
    margin: 5rem auto;
}
/*
.your-item__box:after {
    position: absolute;
    width: 20%;
    content: url(../images/view-more.svg);
    bottom: -10rem;
    right: 0;
}
*/
.your-item__box .your-item__btn {
    width: 100%;
    margin: 5rem 0 0 0;
    display: flex;
    justify-content: end;
}
.your-item__box .your-item__btn a img {
    width: 70%;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
.your-item__box .your-item__btn a img {
    width: 60%;
	margin: 0 0 0 auto;
}
}
/*-- あなたにおすすめ
------------------------------------------------*/
.related-products {
    margin: 5rem 0;
}
@media screen and (max-width: 768px) {
.related-products {
    margin: 2rem 0;
}
}
/*-- 関連商品
------------------------------------------------*/
.recommend-personal {
    margin: 5rem 0;
}

/*-- LEEEP インスタ　みんなのペアリング
------------------------------------------------*/

.LeeepTabButton #1379685940720590848{
letter-spacing: -0.02em;
padding: 10px 2px;
  }
    
  #somurierlist ul,li,p,dl,dd {
margin: 0;
padding: 0;
list-style: none;
}

#somurierlist{
background-color:#211f1e;
color:#FFF;
}

#somurierlist .listwrap {
    max-width: 800px;
    margin: 0 auto;
}


#somurierlist dl.flexwrap {
    display: flex;
    gap: 100px;
    margin: 50px auto;
}

#somurierlist dl.flexwrap dd{
	 flex: 1;
   text-align: center;
}

.searchTypeIconsWrapper {
    margin: 0 auto;
}

#somurierlist dl.menberlist {
    display: flex;
    flex-wrap: wrap;
}
#somurierlist dl.menberlist dd {
width:18%;
    margin: 0 2% 5% 0;
}

#somurierlist dl.flexwrap dd img{
width:80%;
margin: 0 auto;
}


#somurierlist .menberlist img{
max-width: 150px;
margin: 0 auto;
}

#somurierlist .grid-item { 
    margin: 10px auto;
}

#somurierlist  p span.kana {
    font-size: small;
    padding: 0px;
}


#somurierlist .detail {
    border: 0.5px solid #FFF;
    padding: 1px 3px;
    text-align: center;
}

#somurierlist .detail a{
    color: #FFF;
     font-size: 13px;
}

#somurierlist .grid-item span.kana {
        display: block;
    }
    
@media (max-width: 768px) {
#somurierlist dl.flexwrap {
    display: flex;
    gap: 10px;
    margin: 15px auto;
}

.listwrap {
        padding: 0 1rem 0 0;
}
#somurierlist  p  span.journalist {
    letter-spacing: -0.15em;
  } 

#somurierlist .flexwrap p {
        font-size: 12px;
    }

}

