/*
page-style
=======================================================================*/

div {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
}

/*
style
=======================================================================*/

@media all and (min-width: 769px) {
	.btn-eventlist:hover,
	.slide-arrow:hover,
	.btn-pickupitemother .button:hover,
	.ren-bf-pickupitem-tab:hover,
	.ren-bf-preorder-tab:hover{
		cursor: pointer;
		opacity: 0.7;
		transition: opacity 0.3s ease;
	}
}

#header nav.gnav a, #header nav.gnav span, #header nav.gnav small {
	color: #FFFFFF;
}


#ren-main{
	background: #000000;
}

#ren-bf{
	overflow: hidden;
}

/* nav */
#header nav.gnav {
	background: #333333;
}

#header .gnav_side {
	background-color: #E8BA4E;
}

.ren-bf-bnr-meetatlaketown{
	padding-bottom: 8vw;
}
@media all and (min-width: 769px) {
	.ren-bf-bnr-meetatlaketown{
		padding-bottom: 40px;
	}
}


/*kv section
====================================*/

.ren-heading img{
	width: 100%;
	height: auto;
}


/*lead section
====================================*/

.ren-bf-lead{
	width:100%;
	position: relative;
}


/* 総選挙
====================================*/




/* pre-order
====================================*/





/* pickup-event
====================================*/

.ren-bf-pickupevent{
	margin-bottom: 16vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupevent{
		margin-bottom: 85px;
	}
}



/* pickup item
====================================*/


.ren-bf-pickupitem-tabs,
.ren-bf-preorder-tabs{
	display: flex;
}

.ren-bf-pickupitem-tab,
.ren-bf-preorder-tab {
	display: inline-flex;             /* 横並び＋中央揃え */
	align-items: center;              /* 縦中央揃え */
	justify-content: center;          /* 横方向中央揃え */
	border-bottom: none;
	background: #aaa;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4vw 4vw 0 0;
	flex: 1;
	min-height: 12.8vw;
	box-sizing: border-box;
	position: relative;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab,
	.ren-bf-preorder-tab {
		border-radius: 20px 20px 0 0;
		min-height: 64px;
	}
}


.ren-bf-pickupitem-tab .label,
.ren-bf-preorder-tab .label {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ren-bf-pickupitem-tab.kaze .label,
.ren-bf-preorder-tab.kaze .label {
	width: 13.0666667vw;
	height: 2.8vw;
	content: url("../../eventnews_251028/images/common/area_kaze-w.svg");
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab.kaze .label,
	.ren-bf-preorder-tab.kaze .label {
		width: 65.328px;
		height: 14px;
	}
}

.ren-bf-pickupitem-tab.mori .label,
.ren-bf-preorder-tab.mori .label{
	width: 13.0666667vw;
	height: 3.3333333vw;
	content: url("../../eventnews_251028/images/common/area_mori-w.svg");
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab.mori .label,
	.ren-bf-preorder-tab.mori .label{
		width: 65.328px;
		height: 16.656px;
	}
}

.ren-bf-pickupitem-tab.outlet .label,
.ren-bf-preorder-tab.outlet .label{
	width: 30.5333333vw;
	height: 2.1333333vw;
	content: url("../../eventnews_251028/images/common/area_outlet-w.svg");
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab.outlet .label,
	.ren-bf-preorder-tab.outlet .label {
		width: 152.656px;
		height: 10.656px;
	}
}

.ren-bf-pickupitem-tab .icon,
.ren-bf-preorder-tab .icon{
	width: 3.3333333vw;   /* 矢印サイズ調整 */
	height: 3.3333333vw;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 1vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab .icon,
	.ren-bf-preorder-tab .icon {
		width: 16.6562px;
		height: 16.6562px;
		bottom: 4px;
	}
}

.ren-bf-pickupitem-tab.active,
.ren-bf-preorder-tab.active {
	background: #000;
	border-bottom: none;
	z-index: 1;
	box-sizing: border-box;
}

.ren-bf-pickupitem-tab.active.kaze,
.ren-bf-preorder-tab.active.kaze{
	background: #38B8EF;
}

.ren-bf-pickupitem-tab.active.mori,
.ren-bf-preorder-tab.active.mori{
	background: #8CB808;
}

.ren-bf-pickupitem-tab.active.outlet,
.ren-bf-preorder-tab.active.outlet {
	background: #009C7A;
}

.ren-bf-pickupitem-tab .icon,
.ren-bf-preorder-tab .icon {
	content: url("../../eventnews_251028/images/ico_tabarrow-nonactive.png");
}

.ren-bf-preorder-tab-content{
	padding: 5.3333333vw 0 0;
}
@media all and (min-width: 769px) {
	.ren-bf-preorder-tab-content{
		padding: 26.667px 0 0;
	}
}

.ren-bf-pickupitem-tab-content{
	padding: 5.3333333vw 0 0;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem-tab-content{
		padding: 26.667px 0 0;
	}
}

.ren-bf-pickupitem .ren-bf-pickupitem-tab-content{
	padding: 5.3333333vw 0 10.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem .ren-bf-pickupitem-tab-content{
		padding: 26.667px 0 53.333px;
	}
}


.ren-bf-pickupitem-content,
.ren-bf-preorder-content{
	display: none;
}

.ren-bf-pickupitem-content.active,
.ren-bf-preorder-content.active{
	display: block;
}

.ren-bf-pickupitem-content.is-fixing .ren-sliderWrap,
.ren-bf-preorder-content.is-fixing .ren-sliderWrap{
	transition: none !important;
}

.ren-bf-pickupitem-content .slick-list,
.ren-bf-preorder-content .slick-list{
	opacity: 1;
	transition:
	opacity .5s linear;
}
.ren-bf-pickupitem-content.is-fixing .slick-list,
.ren-bf-preorder-content.is-fixing .slick-list{
	opacity: 0;
	pointer-events: none;
}

.ren-bf-pickupitemother-datalist li{
	margin-top: 2.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-datalist li{
		margin-top: 13.333px;
	}
}

.ren-bf-pickupitemother-datalist li:first-child{
	margin-top: 0;
}

.btn-pickupitemother {
	width: 100%;
	position: relative;
}

.btn-pickupitemother .button {
	font-size: 4.2666667vw;
	height: 11.8vw;
	line-height: 11.8vw;
	font-weight: bold;
	background: #DCA442;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 5.9vw;
}
@media all and (min-width: 769px) {
	.btn-pickupitemother .button {
		font-size: 21.3333px;
		height: 51.328px;
		line-height: 50px;
	}
}

.btn-pickupitemother .ren-bf-acsymbol {
	top: 0;
    right: 4vw;
    bottom: 0;
    margin: auto;
}
@media all and (min-width: 769px) {
	.btn-pickupitemother .ren-bf-acsymbol {
		right: 20px;
	}
}

.ren-bf-pickupitemother-datalist .ren-bf-acsymbol span {
    background-color: #FFFFFF;
	width: 4vw;
	height: 0.5333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-datalist .ren-bf-acsymbol span {
		width: 15px;
		height: 2px;
	}
}


.ren-bf-pickupitemother-datalist .btn-pickupitemother.active .ren-bf-acsymbol span:nth-of-type(2) {
	transform: rotate(0deg);
}


/* ベース */
.ren-bf-pickupitemother-list-more ul {
	list-style: none;
	margin: 5.3333333vw 0 13.3333333vw;
	padding: 0;
	color: #fff;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-list-more ul {
		margin: 26.667px 0 66.667px;
	}
}

/* 1行 */
.ren-bf-pickupitemother-list-more ul li {
  border-bottom: 1px solid rgba(112,112,112,1); /* 仕切り線（薄いグレー寄り） */
}

.ren-bf-pickupitemother-list-more ul li:first-child{
  border-top: 1px solid rgba(112,112,112,1); /* 仕切り線（薄いグレー寄り） */
}

/* タップ/クリック領域は a 全体 */
.ren-bf-pickupitemother-list-more ul li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;  /* 文字と矢印を左右に */
	gap: 16px;
	padding: 2.4vw 0 3.0666667vw;              /* 行の高さ感（お好みで調整） */
	min-height: 9.2vw;                /* タップ領域の確保 */
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	word-break: keep-all;
	font-size: 4vw;
	font-weight: bold;
	position: relative;                /* 基準 */
	padding-right: calc(16px + 2.6666667vw); /* 余白も確保するとタップしやすい */
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-list-more ul li > a {
		gap: 16px;
		padding: 12px 0 15.333px;              /* 行の高さ感（お好みで調整） */
		min-height: 46px;
		font-size: 20px;
		padding-right: calc(16px + 13.333px); /* 余白も確保するとタップしやすい */
	}
}

.ren-bf-pickupitemother-list-more ul li > a::after {
	content: "";
	position: absolute;
	right: 2.6666667vw;               /* ← ここで右からずらす */
	top: 50%;
	transform: translateY(-50%);
	width: 5.3333333vw;
	height: 5.3333333vw;
	background-image: url("../images/common/nav_arrow_otherlist.png");
	background-repeat: no-repeat;
	background-size: 5.3333333vw 5.3333333vw;
	background-position: center center;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-list-more ul li > a::after {
		right: 13.3333px;
		width: 26.6562px;
		height: 26.6562px;
		background-size: 26.6562px 26.6562px;
	}
}

/* hover / focus */
.ren-bf-pickupitemother-list-more ul li > a:hover,
.ren-bf-pickupitemother-list-more ul li > a:focus-visible {
	background: rgba(112,112,112,0.06);
	outline: none;
}

/* slider本体 */
.ren-slider-list {
	width: 73.3333333vw;
	height: auto;
	margin: 0 auto;
}
@media all and (min-width: 769px) {
	.ren-slider-list {
		width: 366.656px;
	}
}

.ren-sliderWrap {
	position: relative;
	width: 73.3333333vw;
	box-sizing: border-box;
}
@media all and (min-width: 769px) {
	.ren-sliderWrap {
		width: 366.656px;
	}
}

.ren-bf-pickupitem .ren-sliderWrap {
	position: relative;
	width: 73.3333333vw;
	box-sizing: border-box;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitem .ren-sliderWrap {
		width: 366.656px;
	}
}



.slick-arrow {
	position: absolute;
	bottom: 0;
	margin: auto;
}

.prev-arrow {
	width: 8vw;
	height: 8vw;
	left: -4vw;
	z-index: 10;
}
@media all and (min-width: 769px) {
	.prev-arrow {
		width: 40px;
		height: 40px;
		left: -50px;
	}
}

.next-arrow {
	width: 8vw;
	height: 8vw;
	right: -4vw;
	z-index: 10;
}
@media all and (min-width: 769px) {
	.next-arrow {
		width: 40px;
		height: 40px;
		right: -50px;
	}
}

.slick-list {
	overflow: visible;
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.slick-dots {
		margin-top: 26.667px;
	}
}
.slick-dots li {
	display: block;
	margin: 0 2vw;
}
@media all and (min-width: 769px) {
	.slick-dots li {
		margin: 0 10px;
	}
}

.slick-dots button {
	display: block;
	width: 3.2vw;
	height: 3.2vw;
	border-radius: 50%;
	background-color: #EDEDED;
	text-indent: -99999px;
}
@media all and (min-width: 769px) {
	.slick-dots button {
		width: 16px;
		height: 16px;
	}
}
.slick-dots .slick-active button {
	background-color: #000;
}





.ren-bf-slider .slick-slide {
	display: flex;
	align-items: center;  /* 中央揃え */
	justify-content: center;
}

.ren-bf-pickupitem .ren-sliderWrap,
.ren-bf-pickupevent .ren-sliderWrap,
.ren-bf-preorder .ren-sliderWrap{
	transform: scale(.8);
	transition: transform .3s;
	transition: transform 0.5s ease, opacity 0.5s ease;
	opacity: 0.5;
}
.ren-bf-pickupitem .ren-sliderWrap.slick-center,
.ren-bf-pickupevent .ren-sliderWrap.slick-center,
.ren-bf-preorder .ren-sliderWrap.slick-center{
	transform: scale(1);
	opacity: 1;
}

.ren-bf-preorder .ren-sliderWrap.slick-center,
.ren-bf-preorder .ren-sliderWrap.slick-cloned.slick-center,
.ren-bf-pickupitem .ren-sliderWrap.slick-center,
.ren-bf-pickupitem .ren-sliderWrap.slick-cloned.slick-center,
.ren-bf-pickupevent .ren-sliderWrap.slick-center,
.ren-bf-pickupevent .ren-sliderWrap.slick-cloned.slick-center{
	transform: scale(1);
	opacity: 1;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.slick-num,
.slick-num span{
	text-align: center;
	margin-top: 5.3333333vw;
	color: #FFFFFF;
	font-size: 6.1333333vw;
	font-weight: bold;
	padding-bottom: 1.3333333vw;
}
@media all and (min-width: 769px) {
	.slick-num,
	.slick-num span{
		margin-top: 20px;
		font-size: 30.6667px;
		padding-bottom: 4px;
	}
}



/*pick up event
====================================*/


/*this week event
====================================*/



.ren-bf-pickupfood .ren-bf-slide{
	padding-bottom: 5px;
}

.ren-bf-hdr-l{
	font-family:'Roboto', sans-serif;
	z-index: 1;
	font-size: 19.2vw;
	line-height: 0.875;
	font-weight: 300;
	color: #DCA442;
}
@media all and (min-width: 769px) {
	.ren-bf-hdr-l{
		font-size: 95px;
	}
}

.ren-bf-pickupevent .ren-bf-hdr-img{
	margin-top: 16vw;
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupevent .ren-bf-hdr-img{
		margin-top: 80px;
		margin-bottom: 26.667px;
	}
}

.ren-bf-preorder .ren-bf-hdr-img,
.ren-bf-pickupitem .ren-bf-hdr-img{
	margin-top: 29.3333333vw;
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-preorder .ren-bf-hdr-img,
	.ren-bf-pickupitem .ren-bf-hdr-img{
		margin-top: 146.667px;
		margin-bottom: 26.667px;
	}
}

.ren-bf-preorder .ren-bf-hdr-l{
	margin-left: -1.7vw;
	margin-top: 29.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-preorder .ren-bf-hdr-l{
		margin-left: -8.5px;
		margin-top: 146.667px;
	}
}

.ren-bf-shoplist-wrap .ren-bf-hdr-l{
	margin-left: -0.8vw;
	margin-top: 20vw;
}
@media all and (min-width: 769px) {
  .ren-bf-shoplist-wrap .ren-bf-hdr-l{
    margin-left: -4px;
    margin-top: 100px;
  }
}

.ren-bf-list .ren-bf-hdr-l,
.ren-bf-pickupfood .ren-bf-hdr-l,
.ren-bf-eventwrapper .ren-bf-hdr-l{
	margin-left: -1.2666667vw;
	margin-top: 29.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-hdr-l,
	.ren-bf-pickupfood .ren-bf-hdr-l,
	.ren-bf-eventwrapper .ren-bf-hdr-l{
		margin-left: -6.333px;
		margin-top: 146.667px;
	}
}

.ren-bf-subhdr-l{
	font-size: 3.7333333vw;
	line-height: 1;
	font-weight: 300;
	margin-top: 2.6666667vw;
	margin-left: 4.2666667vw;
	color: #DCA442;
	margin-bottom: 10.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-subhdr-l{
		font-size: 18.6667px;
		margin-top: 13.333px;
		margin-left: 21.333px;
		margin-bottom: 53.333px;
	}
}

.ren-bf-txt-strong{
	text-align: center;
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-txt-strong{
		margin-bottom: 26.667px;
	}
}

.ren-heading+.ren-bf-txt-strong{
	margin-top: 7.4666667vw;
}
@media all and (min-width: 769px) {
	.ren-heading+.ren-bf-txt-strong{
		margin-top: 37.333px;
	}
}

.data-list.data-list-mori+.ren-bf-txt-strong{
	margin-top: 13.3333333vw;
}
@media all and (min-width: 769px) {
	.data-list.data-list-mori+.ren-bf-txt-strong{
		margin-top: 66.667px;
	}
}


.ren-bf-txt-strong span{
	font-weight: bold;
	text-align: center;
	font-size: 5.3333333vw;
	line-height: 1.5;
	color: #DCA442;
	display: inline;
	padding: 0 1px 0px;
}
@media all and (min-width: 769px) {
	.ren-bf-txt-strong span{
		font-size: 26.6667px;
	}
}

.ren-heading+.ren-bf-txt-strong span{
	font-size: 4.8vw;
}
@media all and (min-width: 769px) {
	.ren-heading+.ren-bf-txt-strong span{
		font-size: 24px;
	}
}



/* accordion -------------------------------------*/

.ren-bf-accordion {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ren-bf-datelist-all {
	list-style-type: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.ren-bf-acsymbol {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 30px;
    height: 30px;
	top: 0;
    right: 4vw;
    bottom: 0;
    margin: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-acsymbol {
		right: 20px;
	}
}


.ren-bf-acsymbol span {
	display: block;
	background-color: #000000;
	width: 4vw;
	height: 0.5333333vw;
	transition: all 0.4s ease;
}
@media all and (min-width: 769px) {
	.ren-bf-acsymbol span {
		width: 15px;
		height: 2px;
	}
}

.kaze .ren-bf-acsymbol span {
	background-color: #09B4E9;
}

.mori .ren-bf-acsymbol span {
	background-color: #8CB808;
}

.outlet .ren-bf-acsymbol span {
	background-color: #009C7A;
}

.ren-bf-acsymbol span:nth-of-type(1) {
	transform: translateX(15px);
}
.ren-bf-acsymbol span:nth-of-type(2) {
	transform: rotate(-90deg);
}

.ren-bf-accordion.active .ren-bf-acsymbol span:nth-of-type(2) {
	transform: rotate(0deg);
}

.ren-bf-accordion{
	margin-bottom: 0.5333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-accordion{
		margin-bottom: 2.667px;
	}
}

.ren-bf-accordion{
	margin-bottom: 0.5333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-accordion{
		margin-bottom: 2.667px;
	}
}

.ren-bf-accordion{
	display: block;
	width: 100%;
	height: 13.6666667vw;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media all and (min-width: 769px) {
	.ren-bf-accordion{
		height: 64.328px;
	}
}

.ren-bf-accordion.kaze{
	border: 2px solid #38B8EF;
}

.ren-bf-accordion.mori{
	margin-top: 5.3333333vw;
	border: 2px solid #8CB808;
}
@media all and (min-width: 769px) {
	.ren-bf-accordion.mori{
		margin-top: 26.667px;
	}
}

.ren-bf-accordion.outlet{
	border: 2px solid #009C7A;
	margin-top: 6vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-accordion.outlet{
		margin-top: 30px;
	}
}

.ren-bf-accordion.kaze img{
	width: 25.8666667vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-accordion.kaze img{
		width: 129.328px;
	}
}

.ren-bf-accordion.mori img{
	width:  24.8vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-accordion.mori img{
		width:  124px;
	}
}

.ren-bf-accordion.outlet img{
	width:  57.3333333vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-accordion.outlet img{
		width:  286.33px;
	}
}




/*  shop-card-------------------------------------*/

.data-list {
	list-style-type: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.data-list .data-item{
	position: relative;
	background: #FFF2CC;
	width: 41.8666667vw;
	margin-bottom: 7.6vw;
	border-radius: 2.6666667vw;
}
@media all and (min-width: 769px) {  
	.data-list .data-item{
		width: 209.328px;
		margin-bottom: 38px;
		border-radius: 13.3333px;
	}
}

.data-list .data-item:nth-child(1),
.data-list .data-item:nth-child(2){
	margin-top: 8vw;
}
@media all and (min-width: 769px) {  
	.data-list .data-item:nth-child(1),
	.data-list .data-item:nth-child(2){
		margin-top: 40px;
	}
}

.data-list .data-inner {
	padding: 4.2666667vw 2.6666667vw 4vw;
}
@media all and (min-width: 769px) {
	.data-list .data-inner {
		padding: 21.333px 13.333px 20px;
	}
}

.data-list .ren-shop-label{
	width: 25.3333333vw;
	height: 5.3333333vw;
	border-radius: 4.5333333vw;
	color: #FFFFFF;
	margin: -6.93333vw auto 1.3333333vw;
	line-height: 5.3333333vw;
	text-align: center;
	font-size: 2.9333333vw;
	font-weight: 400;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-label{
		width: 124.664px;
		height: 24.664px;
		border-radius: 22.6667px;
		margin: -34.667px auto 6.667px;
		line-height: 24.664px;
		font-size: 14.6667px;
	}
}

.data-list .ren-shop-label.ren-shop-label-new,
.modallist .ren-shop-label.ren-shop-label-new{
	background: #E96A8E;
	color: #FFFFFF;

}
.data-list .ren-shop-label.ren-shop-label-renewal,
.modallist .ren-shop-label.ren-shop-label-renewal{
	background: #E8FAFF;
	color: #E96A8E;
}
.data-list .ren-shop-label.ren-shop-label-relocationrenewal,
.modallist .ren-shop-label.ren-shop-label-relocationrenewal{
	background: #E9F7ED;
	color: #E96A8E;
	width: 33.3333333vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-label.ren-shop-label-relocationrenewal,
	.modallist .ren-shop-label.ren-shop-label-relocationrenewal{
		width: 166px;
	}
}


.data-list .ren-shop-tmb{
	width: 100%;
	height: 25.6vw;
	background: #FFFFFF;
	text-align: center;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-tmb{
		height: 128px;
	}
}

.data-list .ren-shop-tmb img{
	width: auto;
	height: 25.6vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-tmb img{
		height: 128px;
	}
}

.data-list .ren-shop-opendate{
	text-align: center;
	font-size: 2.9333333vw;
	margin-bottom:  1.3333333vw;
	font-weight: 400;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-opendate{
		font-size: 14.6667px;
		margin-bottom: 6.667px;
	}
}

.data-list .ren-shop-img{
	margin-bottom: 1.6vw;
	min-height: 25.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-img{
		margin-bottom: 8px;
		min-height: 128px;
	}
}

.data-list .ren-shop-img img{
	width: auto;
	max-width: auto;
	height: 100%;
	max-height: 25.6vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-img img{
		max-height: 128px;
	}
}

.data-list .ren-shop-name{
	font-size: 3.7333333vw;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1.333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-name{
		font-size: 18.6667px;
		margin-bottom: 6.7777px;
	}
}

.data-list .ren-shop-flr{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.6vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-flr{
		margin-bottom: 8px;
	}
}

.data-list.data-list-outlet .ren-shop-flr{
	margin-bottom: 1.2vw;
}
@media all and (min-width: 769px) {
	.data-list.data-list-outlet .ren-shop-flr{
		margin-bottom: 6px;
	}
}


.data-list.data-list-kaze .ren-shop-flr img,
.data-list.data-list-mori .ren-shop-flr img{
	width: 14.1333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.data-list.data-list-kaze .ren-shop-flr img,
	.data-list.data-list-mori .ren-shop-flr img{
		width: 70.664px;
	}
}


.data-list.data-list-outlet .ren-shop-flr img{
	width: 36.5333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.data-list.data-list-outlet .ren-shop-flr img{
		width: 100%;
	}
}

.data-list .ren-shop-flr span{
	font-size: 3.2vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-flr span{
		font-size: 16px;
	}
}

.data-list .ren-shop-flr-num{
	font-size: 3.2vw;
	margin-bottom: 2.4vw;
	text-align: center;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-flr-num{
		font-size: 16px;
		margin-bottom: 12px;
	}
}


.data-list .ren-shop-btn{
	width: 23.4666667vw;
	margin: 2vw auto 0;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-btn{
		width: 117.328px;
	}
}

.nolink{
	pointer-events: none;
}

.ren-bf-shoplist-wrap .ren-bf-listmalllink{
	padding-top: 0;
}





/*modal============================================ */


.modallist{
	position: fixed;
	z-index: 111111;
	display: none;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
}

.modallist > ul,
.modallist > .ren-bf-eventdetails-wrapper{
	width: 100%;
	height: 100%;
	overflow: auto;
	overscroll-behavior-y: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.close-modal{
	width: 9.3333333vw;
	height: 9.3333333vw;
	position: sticky;
	z-index: 11111;
	top: 2vw;
	right: 1.3333333vw;
	margin: 0 1.3333333vw 0 auto;
}
@media all and (min-width: 769px) {
	.close-modal{
		width: 46.656px;
		height: 46.656px;
		top: 40px;
		right: 40px;
		margin: 40px 50px 0 auto;
	}
}

.close-modal:hover{
	cursor: pointer;
}

.modallist .data-item{
	position: relative;
	margin: 0 auto;
	background: #FFFFFF;
}
@media all and (min-width: 769px) {
	.modallist .data-item{
		width: 500px;
	}
}

.ren-shopinfo-wrap{
	display: flex;
	width: 100%;
	margin-bottom: 4vw;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap{
		margin-bottom: 20px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-logo{
	width: 24.5333333vw;
	height: auto;
	display: flex;
	align-items: center;
	border: 1px solid #E96A8E;
	padding: 3.3333333vw 0;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-logo{
		width: 120.656px;
		padding: 16.667px 0;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-logo img{
	width: 24vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-logo img{
		width: 120px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-txt{
	width: 59.4666667vw;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #E96A8E;
	border-right: 1px solid #E96A8E;
	border-bottom: 1px solid #E96A8E;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt{
		width: 296.328px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-date{
	width: 100%;
	font-size: 3.7333333vw;
	text-align: center;
	height: 9.7333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-date{
		font-size: 18.6667px;
		height: 47.656px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-date.ren-shopinfo-date-new{
	color: #FFFFFF;
	background: #E96A8E;
}

.ren-shopinfo-wrap .ren-shopinfo-date.ren-shopinfo-date-renewal{
	color: #E96A8E;
	background: #E8FAFF;
	border-bottom: 1px solid #E96A8E;
}

.ren-shopinfo-wrap .ren-shopinfo-date.ren-shopinfo-date-relocationrenewal{
	color: #E96A8E;
	background: #E9F7ED;
	border-bottom: 1px solid #E96A8E;
}


.ren-shopinfo-wrap .ren-shopinfo-name{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 13.6vw;
	font-size: 3.4666667vw;
	text-align: center;
	font-weight: bold;
	line-height: 1.32;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-name{
		height: 68px;
		font-size:17.3333px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 7.3333333vw;
	border-top: 1px solid #E96A8E;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr{
		height: 35.656px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr.kaze img{
	width: 14.9333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr.kaze img{
		width: 74.656px;
	}
}


.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr.mori img{
	width: 13.8666667vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr.mori img{
		width: 69.328px;
	}
}


.data-list.data-list-outlet .ren-shop-flr img{
	width: 36.5333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.data-list.data-list-outlet .ren-shop-flr img{
		width: 100%;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr span{
	font-size: 3.2vw;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr span{
		font-size: 16px;
	}
}

.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr-num{
	font-size: 3.2vw;
	text-align: center;
}
@media all and (min-width: 769px) {
	.ren-shopinfo-wrap .ren-shopinfo-txt .ren-shopinfo-flr-num{
		font-size: 16px;
	}
}

.modallist .ren-shop-img{
	margin-bottom: 4vw;
}
@media all and (min-width: 769px) {
	.modallist .ren-shop-img{
		margin-bottom: 20px;
	}
}

.data-list .ren-shop-opendate{
	text-align: center;
	font-size: 2.9333333vw;
	margin-bottom:  1.3333333vw;
	font-weight: 400;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-opendate{
		font-size: 14.6667px;
		margin-bottom: 6.667px;
	}
}

.data-list .ren-shop-tmb{
	margin-bottom: 1.6vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-tmb{
		margin-bottom: 8px;
	}
}

.data-list .ren-shop-flr span{
	font-size: 3.2vw;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-flr span{
		font-size: 16px;
	}
}

.data-list .ren-shop-flr img{
	width: 14.1333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-flr img{
		width: 70.664px;
	}
}

.modallist .ren-shop-txt{ 
	font-size: 3.4666667vw;
	line-height: 2;
}
@media all and (min-width: 769px) {
	.modallist .ren-shop-txt{ 
		font-size: 17.3333px;
	}
}

.modallist .ren-shop-txt+.ren-shop-txt,
.modallist .ren-shop-bonus-tit+.ren-shop-txt,
.modallist .ren-shop-bonus-titlist+.ren-shop-txt{
	margin-top: 2vw; 
}
@media all and (min-width: 769px) {
	.modallist .ren-shop-txt+.ren-shop-txt,
	.modallist .ren-shop-bonus-tit+.ren-shop-txt,
	.modallist .ren-shop-bonus-titlist+.ren-shop-txt{
		margin-top: 10px; 
	}
}


.ren-bf-pickupitemother-list li,
.ren-bf-pickupitemother-list li img{
	width: 60vw;
	height: auto;
	margin: 0 auto;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-list li,
	.ren-bf-pickupitemother-list li img{
		width: 300px;
	}
}

.ren-bf-pickupitemother-list li+li{
	margin-top: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupitemother-list li+li{
		margin-top: 26.667px;
	}
}


.data-list .ren-shop-btnmodal{
	width: 23.4666667vw;
	margin: 0 auto;
}
@media all and (min-width: 769px) {
	.data-list .ren-shop-btnmodal{
		width: 117.328px;
	}
}

.ren-shop-detaillink{
	width: 46.6666667vw;
	height: auto;
	margin: 6.6666667vw auto 0;
}
.ren-shop-detaillink a{
	display: block;
}
@media all and (min-width: 769px) {  
	.ren-shop-detaillink{
		width: 233.328px;
		margin: 33.333px auto 0;
	}
}

.ren-shop-bonus-subhdr{
	width: 53.3333333vw;
	height: 6.6666667vw;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 3.3333333vw;
	display: flex; 
	justify-content: center;
	align-items: center;
	line-height: 5.6666667vw;
	font-size: 3.4666667vw;
	margin: 8vw auto 0;
	background: #E96A8E;
}
@media all and (min-width: 769px) {
	.ren-shop-bonus-subhdr{
		margin-top: 40px;
		width: 266.656px;
		height: 33.328px;
		border-radius: 16.6667px;
		line-height: 28.3333px;
		font-size: 17.3333px;
	}
}

.ren-shop-bonus-tit{
	font-weight: bold;
	text-align: center;
	line-height: 5.6666667vw;
	font-size: 3.4666667vw;
	margin-top: 4vw;
}
@media all and (min-width: 769px) {
	.ren-shop-bonus-tit{
		line-height: 33.328px;
		font-size: 17.3333px;
		margin-top: 20px;
	}
}

#anchor-yous .ren-shop-bonus-tit{
	color: #E96A8E;
}

.ren-shop-bonus-titlist{
	margin-top: 4vw;
}
@media all and (min-width: 769px) {
	.ren-shop-bonus-titlist{
		margin-top: 20px;
	}
}

#anchor-yous .ren-shop-bonus-tit+.ren-shop-bonus-titlist{
	margin-top: 2vw;
}
@media all and (min-width: 769px) {
	#anchor-yous .ren-shop-bonus-tit+.ren-shop-bonus-titlist{
		margin-top: 10px;
	}
}

.ren-shop-bonus-titlist li{
	font-weight: bold;
	line-height: 5.6666667vw;
	font-size: 3.4666667vw;
	text-indent: -1em;
	margin-left: 1em;
}
@media all and (min-width: 769px) {
	.ren-shop-bonus-titlist li{
		line-height: 33.328px;
		font-size: 17.3333px;
	}
}

.ren-shop-bonus-titlist li span{
	font-weight: bold;
	line-height: 5.6666667vw;
	font-size: 3.4666667vw;
	font-weight: 400;
}
@media all and (min-width: 769px) {
	.ren-shop-bonus-titlist li span{
		line-height: 33.328px;
		font-size: 17.3333px;
	}
}



/*==一覧（時系列） section==============================*/

.btn-eventlist {
	width: 100%;
	margin: 10.6666667vw auto 0;
	position: relative;
}
@media all and (min-width: 769px) {
	.btn-eventlist {
		margin: 53.333px auto 0;
	}
}

.btn-eventlist .button {
	font-size: 3.7333333vw;
	height: 11.8vw;
	line-height: 11.8vw;
	font-weight: bold;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 5.9vw;
}
@media all and (min-width: 769px) {
	.btn-eventlist .button {
		font-size: 18.6667px;
		height: 51.328px;
		line-height: 50px;
	}
}

.btn-eventlist .ren-bf-acsymbol {
	right: 4vw;
}
@media all and (min-width: 769px) {
	.btn-eventlist .ren-bf-acsymbol {
		right: 20px;
	}
}

.btn-eventlist.active .ren-bf-acsymbol span:nth-of-type(2) {
	transform: rotate(0deg);
}






/*==一覧（サムネ有） section====================================================*/

.ren-bf-datelist+.ren-bf-top{
	margin-top: -23.7333333vw;
	margin-bottom: -1px;
}
@media all and (min-width: 769px) {
	.ren-bf-datelist+.ren-bf-top{
			margin-top: -118.667px;
	}
}

.ren-bf-listmalllink{
	padding-top: 21.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-listmalllink{
		padding-top: 106.667px;
	}
}

.ren-bf-pickupitem-tab-content+.ren-bf-listmalllink,
.ren-bf-preorder-tab-content+.ren-bf-listmalllink{
	padding-top: 0;
}

.ren-bf-inner{
	padding:0 4.266666667vw;
	background: #000000;
}
@media all and (min-width: 769px) {
	.ren-bf-inner{
		padding:0 21.333px;
	}
}
.ren-bf-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

.ren-bf-list ul li{
	width: 41.3333333vw;
	margin-top: 10.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list ul li{
		width: 206.656px;
		margin-top: 53.333px;
	}
}

.ren-bf-list .ren-bf-eventlist-top ul li:first-child,
.ren-bf-list .ren-bf-eventlist-top ul li:nth-child(2){
	margin-top: 0;
}

.ren-bf-list .ren-bf-area,
.ren-bf-pickupevent .ren-bf-area{
	height:5.3333333vw;
	background: #FFFFFF;
	text-align: center; 
	display: grid; 
	justify-content: center;
	align-items: center;
	margin-bottom: 1.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-area,
	.ren-bf-pickupevent .ren-bf-area{
		height:26.656px;
		margin-bottom: 6.667px;
	}
}

.ren-bf-list .malls .ren-bf-area,
.ren-bf-pickupevent .ren-bf-area{
	display: flex;
}

.ren-bf-list .ren-bf-area img,
.ren-bf-pickupevent .ren-bf-area img{
	width: 13.0666667vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-area img,
	.ren-bf-pickupevent .ren-bf-area img{
		width: 65.328px;
	}
}

.ren-bf-list .malls .ren-bf-area img+img{
	margin-left: 2vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list .malls .ren-bf-area img+img{
		margin-left: 10px;
	}
}

.ren-bf-list .outlet .ren-bf-area img,
.ren-bf-pickupevent .outlet .ren-bf-area{
	width: 30.4000000vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-list .outlet .ren-bf-area img,
	.ren-bf-pickupevent .outlet .ren-bf-area{
		width: 152px;
	}
}

.ren-bf-list .malls .ren-bf-area img.kaze{
	width: 10.1vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-list .malls .ren-bf-area img.kaze{
		width: 50.5px;
	}
}

.ren-bf-list .malls .ren-bf-area img.mori{
	width: 10vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-list .malls .ren-bf-area img.mori{
		width: 50px;
	}
}

.ren-bf-list .malls .ren-bf-area img.outlet{
	width: 25.4666667vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-list .malls .ren-bf-area img.outlet{
		width: 127.328px;
	}
}

















.ren-bf-list .mall3 .ren-bf-area,
.ren-bf-pickupevent .mall3 .ren-bf-area{
	font-size: 3.2vw;
	font-weight: bold;
	color: #E7336E;
}
@media all and (min-width: 769px) {
	.ren-bf-list .mall3 .ren-bf-area,
	.ren-bf-pickupevent .mall3 .ren-bf-area{
		font-size: 16px;
	}
}

.ren-bf-list .malls .ren-bf-area{
	font-size: 3.2vw;
	font-weight: bold;
	color: #E7336E;
}
@media all and (min-width: 769px) {
	.ren-bf-list .malls .ren-bf-area{
		font-size: 16px;
	}
}

.ren-bf-list .ren-bf-title,
.ren-bf-pickupevent .ren-bf-title{
	font-size: 3.3333333vw;
	line-height: 1.153846;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	display: grid;
	align-items: center;
	color: #DCA442;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-title,
	.ren-bf-pickupevent .ren-bf-title{
		font-size: 16.6667px;
	}
}

.ren-bf-list .ren-bf-title span,
.ren-bf-pickupevent .ren-bf-title span{
	font-size: 3.4666667vw;
	line-height: 1.153846;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-title span,
	.ren-bf-pickupevent .ren-bf-title span{
		font-size: 14.6665px;
	}
}

.ren-bf-list .ren-bf-title span,
.ren-bf-pickupevent .ren-bf-title span{
	display: inline-block;
	text-align: center;
}


.ren-bf-list .ren-bf-img,
.ren-bf-pickupevent .ren-bf-img{
	background: #FFFFFF;
	padding: 1.6000000vw;
	margin-bottom: 1.4666667vw;
	text-align: center;
	min-height:29.8666667vw;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #EFEFEF;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-img,
	.ren-bf-pickupevent .ren-bf-img{
		padding: 8px;
		margin-bottom: 7.333px;
			min-height:149.333px;
	}
}

.ren-bf-list .ren-bf-img img,
.ren-bf-pickupevent .ren-bf-img img{
	max-height:26.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-img img,
	.ren-bf-pickupevent .ren-bf-img img{
		max-height:133.333px;
	}
}

.ren-bf-list .ren-bf-date,
.ren-bf-pickupevent .ren-bf-date{
	padding: 0.8vw 1.6vw;
	box-sizing: border-box;
	font-size: 3.4666667vw;
	display: flex;
	align-items: center;
	color:  #000000;
	margin-bottom: 1.3333333vw;
	min-height: 10.6666667vw;
	background: #F8ECD5;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-date,
	.ren-bf-pickupevent .ren-bf-date{
		padding: 4px 8px;
		font-size: 17.33333px;
		margin-bottom: 6.667px;
		min-height: 57.125px;
	}
}

.ren-bf-list .kaze .ren-bf-date,
.ren-bf-pickupevent .kaze .ren-bf-date{
	background: #CCEDFB;
}
.ren-bf-list .mori .ren-bf-date,
.ren-bf-pickupevent .mori .ren-bf-date{
	background: #EFF2C8;
}
.ren-bf-list .outlet .ren-bf-date,
.ren-bf-pickupevent .outlet .ren-bf-date{
	background: #BDE6DF;
}
.ren-bf-list .malls .ren-bf-date,
.ren-bf-pickupevent .ren-bf-date{
	background: #F5D7E1;
}
.ren-bf-list .mall3 .ren-bf-date,
.ren-bf-pickupevent .mall3 .ren-bf-date{
	background: #F5D7E1;
}

.ren-bf-list .kaze .ren-bf-title,
.ren-bf-pickupevent .kaze .ren-bf-title{
	color: #38B8EF;
}
.ren-bf-list .mori .ren-bf-title,
.ren-bf-pickupevent .mori .ren-bf-title{
	color: #8CB808;
}
.ren-bf-list .outlet .ren-bf-title,
.ren-bf-pickupevent .outlet .ren-bf-title{
	color: #009C7A;
}
.ren-bf-list .mall3 .ren-bf-title,
.ren-bf-pickupevent .mall3 .ren-bf-title,
.ren-bf-list .malls .ren-bf-title,
.ren-bf-pickupevent .malls .ren-bf-title{
	color: #E7336E;
}

.ren-bf-list .ren-bf-btn,
.ren-bf-pickupevent .ren-bf-btn{
	width: 100%;
	height: 5.3333333vw;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 2.6666667vw;
	display: flex; 
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-btn,
	.ren-bf-pickupevent .ren-bf-btn{
		height: 26.656px;
		border-radius: 13.3333px;
	}
}

.ren-bf-list .ren-bf-btn span{
	font-size: 3.2vw;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	text-align: center;
	background: url(../../eventnews_251028/images/ico_arrow.svg) right 13.3333333vw center/1.8vw no-repeat;
	line-height:5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-list .ren-bf-btn span{
		font-size: 16px;
		background: url(../../eventnews_251028/images/ico_arrow.svg) right 66px center/8px no-repeat;
		line-height:25.66667px;
	}
}

.ren-bf-pickupevent .ren-bf-btn span{
	font-size: 3.2vw;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background: url(../../eventnews_251028/images/ico_arrow.svg) right 28.3333333vw center/1.8vw no-repeat;
	line-height:5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupevent .ren-bf-btn span{
		font-size: 16px;
		background: url(../../eventnews_251028/images/ico_arrow.svg) right 140px center/8px no-repeat;
		line-height:25.66667px;
	}
}

.ren-bf-list .ren-bf-btn,
.ren-bf-pickupevent .ren-bf-btn{
	background-color: #DCA442;
}

.ren-bf-list .kaze .ren-bf-btn,
.ren-bf-aniversary .kaze .ren-bf-btn{
  background-color: #38B8EF;
}
.ren-bf-list .mori .ren-bf-btn,
.ren-bf-aniversary .mori .ren-bf-btn{
  background-color: #8CB808;
}
.ren-bf-list .outlet .ren-bf-btn,
.ren-bf-aniversary .outlet .ren-bf-btn{
  background-color: #009C7A;
}
.ren-bf-list .malls .ren-bf-btn,
.ren-bf-aniversary .malls .ren-bf-btn{
  background-color: #E7336E;
}
.ren-bf-list .mall3 .ren-bf-btn,
.ren-bf-aniversary .mall3 .ren-bf-btn{
  background-color: #E7336E;
}



/*
pick up food====================================================*/


/* slider本体 */
.ren-bf-pickupfood .ren-slider-list {
	width: 73.3333333vw;
	height: auto;
	margin: 0 auto;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupfood .ren-slider-list {
		width: 300px;
	}
}

.ren-bf-pickupfood .ren-sliderWrap {
	position: relative;
	width: 73.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupfood .ren-sliderWrap {
		width: 366.656px;
	}
}


.ren-bf-pickupfood .prev-arrow {
	left: -4vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupfood .prev-arrow {
		left: -50px;
	}
}

.ren-bf-pickupfood .next-arrow {
	right: -4vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupfood .next-arrow {
		right: -50px;
	}
}












/*==イベント詳細 section====================================================*/

/* イレギュラーパーツ用余白class */

.mb20{
	margin-bottom:2.6666vw;
}
@media all and (min-width: 769px) {
	.mb20{
		margin-bottom:13.3333px;
	}
}

.mb40{
	margin-bottom:5.3333333vw;
}
@media all and (min-width: 769px) {
	.mb40{
		margin-bottom:26.667px;
	}
}

.mb60{
	margin-bottom:8vw;
}
@media all and (min-width: 769px) {
	.mb60{
		margin-bottom:40px;
	}
}

.mb80{
	margin-bottom:10.66666vw;
}
@media all and (min-width: 769px) {
	.mb80{
		margin-bottom:53.22222px;
	}
}

/* layput */

.ren-bf-eventwrapper{
	padding-top: 17.3333333vw;
	position: relative;
	z-index: 3;
	background:#FFFFFF;
}
@media all and (min-width: 769px) {
	.ren-bf-eventwrapper{
		padding-top: 86.667px;
	}
}




/*
  イベント詳細temp
  ren-bf-rev 付与でsection上下の画像、背景色の調整
  カラーについては同class内でkaze mori outlet mall3で制御
*/
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-inner{
	padding:0 4.266666667vw;

}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)  .ren-bf-inner{
		padding:0 21.333px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)+.ren-bf-eventdetail-wrapper .ren-bf-inner{
	padding-top:10.6667vw;
	padding-bottom:10.6667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)+.ren-bf-eventdetail-wrapper .ren-bf-inner{
		background: #000000;
		padding-top:53.334px;
		padding-bottom:53.334px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
	margin: 12vw auto 0;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
		margin: 60px auto 0;
	}
}

.ren-bf-eventdetail-wrapper:last-of-type .ren-bf-top{
	margin-top: 12vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetail-wrapper:last-of-type .ren-bf-top{
		margin-top: 60px;
	}
}

.ren-bf-mallslogo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-mallslogo{
		margin-bottom: 26.667px;
	}
}

.ren-bf-mallslogo .kaze,
.ren-bf-mallslogo .mori{
	width: 16.9333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-mallslogo .kaze,
	.ren-bf-mallslogo .mori{
		width: 84.664px;
	}
}

.ren-bf-mallslogo .outlet{
	width: 46.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-mallslogo .outlet{
		width: 233.328px;
	}
}

.ren-bf-mallslogo img+img{
	margin-left: 2.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-mallslogo img+img{
		margin-left: 13.3333px;
	}
}

.ren-bf-btm{
	background: #FFFFFF;
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-btm{
	padding-bottom: 17.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-btm{
		padding-bottom: 86.667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::before{
	content:"";
	display:block;
	background: url(../../eventnews_251028/images/top_bg.png) no-repeat;
	background-size: 100%;
	height:29.3333333vw
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::before{
		height:146px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.kaze:nth-child(odd)::before{
	border-bottom: 1px solid #CCEDFB;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.mori:nth-child(odd)::before{
	border-bottom: 1px solid #DEEDBC;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.outlet:nth-child(odd)::before{
	border-bottom: 1px solid #B3E5DD;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.malls:nth-child(odd)::before{
	border-bottom: 1px solid #F4CED8;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.mall3:nth-child(odd)::before{
	border-bottom: 1px solid #F4CED8;
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.kaze:nth-child(odd)::before,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.mori:nth-child(odd)::before,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.outlet:nth-child(odd)::before,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.malls:nth-child(odd)::before,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.mall3:nth-child(odd)::before{
	border-bottom: 1px solid #333333;
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::after{
	content:"";
	display:block;
	background: url(../../eventnews_251028/images/btm_bg.png) no-repeat;
	background-size: 100%;
	height:29.3333333vw;
	margin-bottom: 2px;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::after{
		height:146px;
	}
}


.ren-bf-eventdetail-wrapper.ren-bf-eventdetail-lastsec{
	padding: 10.6666667vw 0;
	background: #000000;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetail-wrapper.ren-bf-eventdetail-lastsec{
		padding: 53.333px 0;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).ren-bf-eventdetail-lastsec{
	padding-top: 0;
	padding-bottom: 0;
	background: #333333;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).ren-bf-eventdetail-lastsec .ren-bf-inner{
	padding-bottom: 10.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).ren-bf-eventdetail-lastsec .ren-bf-inner{
		padding-bottom: 53.333px;
	}
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).ren-bf-eventdetail-lastsec::after{
	display:none;
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).kaze .ren-bf-inner{
	background: #CCEDFB;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).mori .ren-bf-inner{
	background: #DEEDBC;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).outlet .ren-bf-inner{
	background: #B3E5DD;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).malls .ren-bf-inner{
	background: #FFFAE5;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).mall3 .ren-bf-inner{
	background: #F4CED8;
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).kaze .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).mori .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).outlet .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).malls .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).mall3 .ren-bf-inner,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd).ren-bf-eventdetail-lastsec .ren-bf-inner{
	background:#333333;
}

.ren-bf-eventdetails-wrapper .ren-bf-title,
.ren-bf-list .ren-bf-title-list{
	text-align: center;
}

.ren-bf-title-list{
	padding-bottom: 10.66667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-title-list{
		padding-bottom: 53.3333px;
	}
}


.ren-bf-eventdetails-wrapper .ren-bf-titleinner,
.ren-bf-title-list .ren-bf-titleinner,
.ren-bf-listmalllink .ren-bf-title .ren-bf-titleinner,
.ren-bf-shop-wrap .ren-bf-title .ren-bf-titleinner{
	position: relative;
	display: inline-block;
	text-align: center;
}


/*
  ##見出し装飾関係
  ren-bf-title-l：2行以上時
  ren-bf-title-s：1行時  
*/

.ren-bf-listmalllink .ren-bf-title,
.ren-bf-shop-wrap .ren-bf-title{
	text-align: center;
	display: inherit;
}

.ren-bf-eventdetails-wrapper .ren-bf-title h3,
.ren-bf-title-list h3,
.ren-bf-listmalllink .ren-bf-title h3,
.ren-bf-shop-wrap .ren-bf-title h3{
	text-align: center;
	font-size: 5.3333333vw;
	font-weight:bold;
	line-height: 1.5;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h3,
	.ren-bf-title-list h3,
	.ren-bf-listmalllink .ren-bf-title h3,
	.ren-bf-shop-wrap .ren-bf-title h3{
		font-size: 26.6667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-title h4{
	text-align: center;
	font-size: 4.2666667vw;
	font-weight:bold;
	line-height: 1.229;
	letter-spacing: 0.2em;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h4{
		font-size: 21.3333px;
	}
}


.ren-bf-eventdetails-wrapper .kaze .ren-bf-title h3,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title h4{
  color: #38B8EF;
}

.ren-bf-eventdetails-wrapper  .mori .ren-bf-title h3,
.ren-bf-eventdetails-wrapper  .mori .ren-bf-title h4{
  color: #8CB808;
}

.ren-bf-eventdetails-wrapper .outlet .ren-bf-title h3,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title h4{
  color: #009C7A;
}

.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title h3,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title h4{
  color: #E7336E;
}


.ren-bf-eventdetails-wrapper .ren-bf-title h3:before,
.ren-bf-title-list h3:before,
.ren-bf-listmalllink .ren-bf-title h3::before,
.ren-bf-shop-wrap .ren-bf-title h3::before{
	position: absolute;
	left: -4.3333333vw;
	bottom: 0;
	content: "";
	width: 2px;
	border-radius: 3px;
	transform: rotate(-25deg);
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h3:before,
	.ren-bf-listmalllink .ren-bf-title h3::before,
	.ren-bf-shop-wrap .ren-bf-title h3::before{
		left: -21.66667px;
	}
}
.ren-bf-title-list h3:before{
	left: 2vw;
}
@media all and (min-width: 769px) {
	.ren-bf-title-list h3:before {
		left: 12px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-title h3:after,
.ren-bf-title-list h3:after,
.ren-bf-listmalllink .ren-bf-title h3::after,
.ren-bf-shop-wrap .ren-bf-title h3::after{
	position: absolute;
	content: "";
	right: -4.3333333vw;
	bottom: 0;
	width: 2px;
	background: #000;
	border-radius: 3px;
	transform: rotate(25deg);
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h3:after,
	.ren-bf-listmalllink .ren-bf-title h3::after,
	.ren-bf-shop-wrap .ren-bf-title h3::after{
		right: -21.66667px;
	}
}

.ren-bf-title-list h3:after {
	right: 2vw;
}
@media all and (min-width: 769px) {
	.ren-bf-title-list h3:after {
		right: 12px;
	}
}


.ren-bf-eventdetails-wrapper .ren-bf-title h4:before {
	position: absolute;
	left: -3.3333333vw;
	bottom: 0;
	content: "";
	width: 2px;
	border-radius: 3px;
	transform: rotate(-25deg);
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h4:before {
		left: -16.6667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-title h4:after {
	position: absolute;
	content: "";
	right: -3.3333333vw;
	bottom: 0;
	width: 2px;
	background: #000;
	border-radius: 3px;
	transform: rotate(25deg);
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title h4:after{
		right: -16.6667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-title-list.ren-bf-title-l h3:before,
.ren-bf-title-list.ren-bf-title-l h3:after,
.ren-bf-listmalllink .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-listmalllink .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-shop-wrap .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-shop-wrap .ren-bf-title.ren-bf-title-l h3:after
{
	height: 15.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-l h3:before,
	.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-l h3:after,
	.ren-bf-title-list.ren-bf-title-l h3:before,
	.ren-bf-title-list.ren-bf-title-l h3:after,
	.ren-bf-listmalllink .ren-bf-title.ren-bf-title-l h3:before,
	.ren-bf-listmalllink .ren-bf-title.ren-bf-title-l h3:after,
	.ren-bf-shop-wrap .ren-bf-title.ren-bf-title-l h3:before,
	.ren-bf-shop-wrap .ren-bf-title.ren-bf-title-l h3:after{
		height: 76.6562px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-s h3:before,
.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-s h3:after,
.ren-bf-title-list.ren-bf-title-s h3:before,
.ren-bf-title-list.ren-bf-title-s h3:after{
	height: 6.6vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-s h3:before,
	.ren-bf-eventdetails-wrapper .ren-bf-title.ren-bf-title-s h3:after,
	.ren-bf-title-list.ren-bf-title-s h3:before,
	.ren-bf-title-list.ren-bf-title-s h3:after{
		height: 33px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-l h4:before,
.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-l h4:after{
	height: 9.3333333vw
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-l h4:before,
	.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-l h4:after{
		height: 46.6562px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-s h4:before,
.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-s h4:after{
	height: 4.2666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-s h4:before,
	.ren-bf-eventdetails-wrapper .ren-bf-eventgroup-wrapper .ren-bf-title.ren-bf-title-s h4:after{
		height: 21.3281px;
	}
}


.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-s h3:before,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-s h3:after,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-l h4:before,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-l h4:after,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-s h4:before,
.ren-bf-eventdetails-wrapper .kaze .ren-bf-title.ren-bf-title-s h4:after{
  background: #38B8EF;
}
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-s h3:before,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-s h3:after,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-l h4:before,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-l h4:after,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-s h4:before,
.ren-bf-eventdetails-wrapper .mori .ren-bf-title.ren-bf-title-s h4:after{
  background: #8CB808;
}
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-s h3:before,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-s h3:after,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-l h4:before,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-l h4:after,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-s h4:before,
.ren-bf-eventdetails-wrapper .outlet .ren-bf-title.ren-bf-title-s h4:after{
  background: #009C7A;
}
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-l h3:before,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-l h3:after,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-s h3:before,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-s h3:after,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-l h4:before,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-l h4:after,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-s h4:before,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-title.ren-bf-title-s h4:after{
  background: #E7336E;
}

.ren-bf-title-list.ren-bf-title-s h3:before,
.ren-bf-title-list.ren-bf-title-s h3:after,
.ren-bf-title-list.ren-bf-title-l h3:before,
.ren-bf-title-list.ren-bf-title-l h3:after{
	background: #E96A8E;
}


/* イベント説明文 */
.ren-bf-eventdetails-wrapper .ren-bf-subhead-content{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 1.6vw 0;
	letter-spacing: 0.2em;
	margin-top: 9.3333333vw;
	font-weight: bold;
	font-size: 3.7333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-subhead-content{
		padding: 8px 0;
		margin-top: 46.667px;
		font-size: 18.6667px;
	}
}

.kaze .ren-bf-subhead-content{
	background: #38B8EF;
}
.mori .ren-bf-subhead-content{
	background: #8CB808;
}
.outlet .ren-bf-subhead-content{
	background: #009C7A;
}
.malls .ren-bf-subhead-content{
	background: #E7336E
}
.mall3 .ren-bf-subhead-content{
	background: #E7336E
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt{
	margin-top: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-leadtxt{
		margin-top: 26.667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt-ctr{
	text-align: center;
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p,
.ren-bf-txt,
.ren-bf-leadtxt a{
	font-size: 3.7333333vw;
	line-height: 1.643;
	color: #FFFFFF;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p,
	.ren-bf-txt,
	.ren-bf-leadtxt a{
		font-size: 18.6667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p{
	margin-top: 8vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p{
		margin-top: 40px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p+p{
	margin-top: 4vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p+p{
		margin-top: 20px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-leadtxt p:first-child{
	margin-top: 0;
}

.ren-bf-leadtxt a{
	color: #E7336E;
}


/*項目毎 temp*/

.ren-bf-eventdetails-wrapper .ren-bf-table-eventoutline {
	width: 100%;
	margin-top: 8vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-eventoutline {
		margin-top: 40px;
	}
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-table-eventoutline {
	border-collapse: separate;
	border-spacing: 0 1px; 
}

.ren-bf-eventdetails-wrapper .ren-bf-table-hdr {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-table-hdr {
	border-top: none;
	border-bottom: none;
}


.ren-bf-eventdetails-wrapper .kaze .ren-bf-table-eventoutline tr:first-child .ren-bf-table-hdr {
  border-top: solid 1px #38B8EF;
}

.ren-bf-eventdetails-wrapper .kaze .ren-bf-table-eventoutline tr:last-child .ren-bf-table-hdr {
  border-bottom: solid 1px #38B8EF;
}

.ren-bf-eventdetails-wrapper .mori .ren-bf-table-eventoutline tr:first-child .ren-bf-table-hdr {
  border-top: solid 1px #8CB808;
}

.ren-bf-eventdetails-wrapper .mori .ren-bf-table-eventoutline tr:last-child .ren-bf-table-hdr {
  border-bottom: solid 1px #8CB808;
}

.ren-bf-eventdetails-wrapper .outlet .ren-bf-table-eventoutline tr:first-child .ren-bf-table-hdr {
  border-top: solid 1px #009C7A;
}

.ren-bf-eventdetails-wrapper .outlet .ren-bf-table-eventoutline tr:last-child .ren-bf-table-hdr {
  border-bottom: solid 1px #009C7A;
}

.ren-bf-eventdetails-wrapper .mall3 .ren-bf-table-eventoutline tr:first-child .ren-bf-table-hdr {
  border-top: solid 1px #E7336E;
}

.ren-bf-eventdetails-wrapper .mall3 .ren-bf-table-eventoutline tr:last-child .ren-bf-table-hdr {
  border-bottom: solid 1px #E7336E;
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-table-eventoutline tr:first-child .ren-bf-table-hdr,
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-table-eventoutline tr:last-child .ren-bf-table-hdr{
	border-top: none;
	border-bottom: none;
}

.ren-bf-eventdetails-wrapper .ren-bf-table-content {
	border-top: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	border-bottom: solid 1px #EFEFEF;
}


.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(even) .ren-bf-table-eventoutline tr .ren-bf-table-content{
	border-bottom: solid 1px #000000;
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(even) .ren-bf-table-eventoutline tr:last-child .ren-bf-table-content{
	border-bottom: solid 1px #FFFFFF;
}





.fs12{
	font-size: 3.2vw!important;
}
@media all and (min-width: 769px) {
	.fs12{
		font-size: 16px!important;
	}
}

.fs13{
	font-size: 3.4666667vw!important;
}
@media all and (min-width: 769px) {
	.fs13{
			font-size: 17.33333px!important;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-table-content {
	border-top: none;
	border-right: none;
	border-bottom: none;
}




.ren-bf-eventdetails-wrapper .ren-bf-table-hdr {
	color: #FFFFFF;
	padding: 1.6vw 2.2666667vw;
	text-align: left;
	width: 25.3333333vw;
	vertical-align: middle;
	font-size: 3.4666667vw;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: middle;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-hdr {
		padding: 8px 11.333px;
		width: 126.656px;
		font-size: 17.13px;
	}
}

.ren-bf-eventdetails-wrapper .kaze .ren-bf-table-hdr {
  background-color: #38B8EF;
}
.ren-bf-eventdetails-wrapper .mori .ren-bf-table-hdr {
  background-color: #8CB808;
}
.ren-bf-eventdetails-wrapper .outlet .ren-bf-table-hdr {
  background-color: #009C7A;
}
.ren-bf-eventdetails-wrapper .malls .ren-bf-table-hdr,
.ren-bf-eventdetails-wrapper .mall3 .ren-bf-table-hdr{
  background-color: #E7336E;
}


.ren-bf-eventdetails-wrapper .ren-bf-table-content {
	padding: 1.6vw 2.367vw;
	background-color: #FFFFFF;
	font-size: 3.4666667vw;
	line-height: 1.5;
	vertical-align: middle;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-content {
		padding: 8px 12.335px;
		font-size: 17.3333px;
	}
}








.ren-bf-eventdetails-wrapper .ren-bf-content{
	margin-top: 9.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-content{
		margin-top: 46.667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-ttfes-date h4,
.ren-bf-eventdetails-wrapper .ren-bf-content h4{
	width: 68vw;
	height: 6.6666667vw;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 3.3333333vw;
	display: flex; 
	justify-content: center;
	align-items: center;
	line-height: 5.6666667vw;
	font-size: 3.7333333vw;
	margin: 0 auto;
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-ttfes-date h4,
	.ren-bf-eventdetails-wrapper .ren-bf-content h4{
		width: 340px;
		height: 33.328px;
		border-radius: 16.6667px;
		line-height: 28.3333px;
		font-size: 18.6667px;
		margin-bottom: 26.667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-infowrap h4,
.ren-bf-eventdetails-wrapper .ren-bf-content h4{
  background: #DCA442;
}

/*項目内txt*/
.ren-bf-eventdetails-wrapper .ren-bf-content .ren-bf-content-txt{
	font-size: 3.7333333vw;
	text-align: center;
	font-weight: bold;
	line-height: 1.786;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-content .ren-bf-content-txt,
	.ren-bf-txttel a{
		font-size: 18.6667px;
	}
	.ren-bf-txttel a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*項目_開催場所*/
.ren-bf-eventdetails-wrapper .ren-bf-place-mall{
	margin-top: 5.3333333vw;
	text-align: center;
	line-height: 1;
}
.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-place-mall{
		margin-top: 26.667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-place-mall img,
.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.kaze,
.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.mori{
	width: 16.9333333vw;
	height: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-place-mall img,
	.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.kaze,
	.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.mori{
		width: 84.656px;
	}
}

.ren-bf-eventdetails-wrapper .outlet .ren-bf-place-mall img,
.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.outlet{
	width: 46.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .outlet .ren-bf-place-mall img,
	.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img.outlet{
		width: 233.328px;
	}
}

.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img+img{
	margin-left: 2vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .malls .ren-bf-place-mall img+img{
		margin-left: 13px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-place-mall+.ren-bf-content-txt{
	margin-top: 3.3333333vw;
	line-height: 1;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-place-mall+.ren-bf-content-txt{
		margin-top: 16.667px;
	}
}


/*ボタンリンク集*/

/*注釈パターン*/
/*注釈パターン　- イベント内容向け*/
.ren-bf-eventdetails-wrapper .ren-bf-attention-container {
	margin-top: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-attention-container {
		margin-top: 26.667px;
	}
}
.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-lastsec .ren-bf-attention-container {
	margin-top: 0;
}

/*注釈パターン　- イベント項目向け*/
.ren-bf-eventdetails-wrapper .ren-bf-attention-content,
.modallist .ren-bf-attention-content {
	margin-top: 2.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-attention-content,
	.modallist .ren-bf-attention-content {
		margin-top: 13.333px;
	}
}

.ren-bf-table-eventoutline .ren-bf-attention-content{
	margin-top: 1.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-table-eventoutline .ren-bf-attention-content {
		margin-top: 6.5px;
	}
}

/*注釈パターン　- イベント項目向け 1行センターレイアウト*/
.ren-bf-eventdetails-wrapper .ren-bf-attention-ctr,
.modallist .ren-bf-attention-ctr {
	text-align: center;
}

.ren-bf-eventdetails-wrapper .ren-bf-attentionlist,
.modallist .ren-bf-attentionlist {
	list-style: none;
	margin-left:4.266666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-attentionlist,
	.modallist .ren-bf-attentionlist {
		margin-left:21.333px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-attentionlist li,
.modallist .ren-bf-attentionlist li{
	color: #FFFFFF;
	font-size: 3.2vw;
	line-height: 1.6;
	margin-bottom: 1.3333333vw;
	text-indent: -4.2666667vw;
}
.ren-bf-table-content .ren-bf-attentionlist li{
	color: #000000;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-attentionlist li,
	.modallist .ren-bf-attentionlist li{
		font-size: 16px;
		margin-bottom: 6.667px;
		text-indent: -21.3333px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-attentionlist li:last-child,
.modallist .ren-bf-attentionlist li:last-child{
	margin-bottom: 0;
}

.ren-bf-eventdetails-wrapper .ren-bf-attentionlist  li:before,
.modallist .ren-bf-attentionlist  li:before{
	content: "※";
	margin-right: 1.0666667vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-attentionlist  li:before,
	.modallist .ren-bf-attentionlist  li:before{
		margin-right: 5.333px;
	}
}


/*外部リンクボタン*/
.ren-bf-eventdetails-wrapper .ren-bf-btn,
.modallist .ren-bf-btn,
.ren-bf-preorder .ren-bf-btn{
	text-align: center;
}
.ren-bf-eventdetails-wrapper .ren-bf-btn a,
.modallist .ren-bf-btn a,
.ren-bf-preorder .ren-bf-btn a{
	display: block;
	width: 46.6666667vw;
	height: 10.6666667vw;
	background: #DCA442;
	color: #FFFFFF;
	font-size:3.7333333vw;
	text-align: center;
	font-weight: bold;
	line-height:10.6666667vw;
	margin: 9.3333333vw auto 0;
	position: relative;
}
.ren-bf-eventdetails-wrapper .ren-bf-btn.ren-bf-btn.ren-bf-aeonmallapp a{
	width: 100%;
	background: #DCA442;
}
.ren-bf-eventdetails-wrapper .outlet .ren-bf-btn.ren-bf-btn.ren-bf-aeonmallapp a{
	background: #009C7A;
}
.ren-bf-preorder .ren-bf-btn.ren-bf-aeonmallapp a{
	width: 100%;
	background: #DCA442;
}

@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn a,
	.modallist .ren-bf-btn a,
	.ren-bf-preorder .ren-bf-btn a{
		width: 233.328px;
		height: 53.328px;
		font-size:18.6667px;
		line-height:53.3333px;
		margin: 46.667px auto 0;
	}
}

.modallist .ren-bf-btn a{
	margin: 6.6666667vw auto 0;
}
@media all and (min-width: 769px) {  
	.modallist .ren-bf-btn a{
		margin: 33.333px auto 0;
	}
}



.ren-bf-eventdetails-wrapper .ren-bf-btn a::after,
.modallist .ren-bf-btn a::after,
.ren-bf-eventdetails-wrapper .ren-bf-btn.ren-bf-btn.ren-bf-aeonmallapp a::after,
.ren-bf-preorder .ren-bf-btn.ren-bf-aeonmallapp a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.2vw;
	background: url(../../eventnews_251028/images/ico_arrow_detail.svg) right top/2vw no-repeat;
	margin: 0 auto;
	margin-top: -1.606666vw;
}

@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn a::after,
	.modallist .ren-bf-btn a::after,
	.ren-bf-eventdetails-wrapper .ren-bf-btn.ren-bf-btn.ren-bf-aeonmallapp a::after,
	.ren-bf-preorder .ren-bf-btn.ren-bf-aeonmallapp a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16px;
		background: url(../../eventnews_251028/images/ico_arrow_detail.svg) right top/10px no-repeat;
		margin-top: -6.433px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink{
	text-align: center;
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink li{
	margin-bottom: 8vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink li{
		margin-bottom: 40px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink a{
	display: block;
	width: 46.6666667vw;
	height: 10.6666667vw;
	background: #FFFFFF;
	border: 0.6666667vw solid #000000;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink a{
		width: 233.328px;
		height: 53.328px;
		border: 3px solid #000000;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd) .ren-bf-btn-malllink a{
	border: none;
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .kaze a{
	border-color: #38B8EF;
}
.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .kaze a img{
	width: 17.0666667vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .kaze a img{
		width: 85.328px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .kaze a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.2vw;
	background: url(../../eventnews_251028/images/ico_arrow_detail_kaze.svg) right top/2vw no-repeat;
	margin: 0 auto;
	margin-top: -1.606666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .kaze a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16px;
		background: url(../../eventnews_251028/images/ico_arrow_detail_kaze.svg) right top/10px no-repeat;
		margin-top: -6.433px;
	}
}


.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .mori a{
	border-color: #8CB808;
}
.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .mori a img{
	width: 16.8vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .mori a img{
		width: 84px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .mori a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.2vw;
	background: url(../../eventnews_251028/images/ico_arrow_detail_mori.svg) right top/2vw no-repeat;
	margin: 0 auto;
	margin-top: -1.606666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .mori a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16px;
		background: url(../../eventnews_251028/images/ico_arrow_detail_mori.svg) right top/10px no-repeat;
		margin-top: -6.433px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .outlet a{
	border-color: #009C7A;
}
.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .outlet a img{
	width: 32.5333333vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .outlet a img{
		width: 162.656px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .outlet a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.2vw;
	background: url(../../eventnews_251028/images/ico_arrow_detail_outlet.svg) right top/2vw no-repeat;
	margin: 0 auto;
	margin-top: -1.606666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetails-wrapper .ren-bf-btn-malllink .outlet a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16px;
		background: url(../../eventnews_251028/images/ico_arrow_detail_outlet.svg) right top/10px no-repeat;
		margin-top: -6.433px;
	}
}







a.nolink {
	pointer-events: none;
}

a.nolink:hover {
	opacity: 1;
	transition: inherit;
	cursor: inherit;
}

/*イベント画像*/

.ren-bf-img{
	margin-top: 1.3333333vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-img{
		margin-top: 6.667px;
	}
}

.ren-bf-img-border{
	border: solid 1px #9f9f9f;
}

.ren-bf-eventdetail-wrapper .ren-bf-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ren-bf-eventdetail-wrapper .ren-bf-img img{
	max-height: 64vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetail-wrapper .ren-bf-img img{
			max-height: 320px;
		}
}





/* 固有調整 */


/*etc*/
.ren-bf-listmalllink .ren-bf-mallbtn{
	text-align: center;
}
.ren-bf-listmalllink .ren-bf-mallbtn a{
	display: block;
	width: 100%;
	height: 13.6666667vw;
	font-weight: bold;
	background: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.8vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn a{
		height: 68.3333px;
		font-size: 24px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.kaze a{
	border: 2px solid #38B8EF;
	margin-bottom: 6.6666667vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.kaze a{
		margin-bottom: 33.333px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.kaze a img{
	width:  25.8666667vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.kaze a img{
		width:  129.33px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.mori a{
	border: 2px solid #8CB808;
}


.ren-bf-listmalllink .ren-bf-mallbtn.mori a img{
	width:  24.8vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.mori a img{
		width:  124px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.outlet a{
	border: 2px solid #009C7A;
}

.ren-bf-listmalllink .ren-bf-mallbtn.outlet a img{
	width:  57.3333333vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.outlet a img{
		width:  286.33px;
	}
}


.ren-bf-listmalllink .ren-bf-mallbtn.kaze a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.3333333vw;
	background: url(../../eventnews_251028/images/ico_arrow_kaze.svg) right top/2.1333333vw no-repeat;
	margin: 0 auto;
	margin-top: -1.286666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.kaze a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16.656px;
		background: url(../../eventnews_251028/images/ico_arrow_kaze.svg) right top/10.656px no-repeat;
		margin-top: -6.433px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.mori a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.3333333vw;
	background: url(../../eventnews_251028/images/ico_arrow_mori.svg) right top/2.1333333vw no-repeat;
	margin: 0 auto;
	margin-top: -1.286666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.mori a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16.656px;
		background: url(../../eventnews_251028/images/ico_arrow_mori.svg) right top/10.656px no-repeat;
		margin-top: -6.433px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.outlet a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.3333333vw;
	background: url(../../eventnews_251028/images/ico_arrow_outlet.svg) right top/2.1333333vw no-repeat;
	margin: 0 auto;
	margin-top: -1.286666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.outlet a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16.656px;
		background: url(../../eventnews_251028/images/ico_arrow_outlet.svg) right top/10.656px no-repeat;
		margin-top: -6.433px;
	}
}



.ren-bf-org,
.ren-bf-sponsorship{
	font-size: 3.2vw;
	line-height: 1.6;
	text-align: center;
	margin-top: 9.3333333vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-org,
	.ren-bf-sponsorship{
	font-size: 16px;
	margin-top: 46.667px;
}
}

.ren-bf-org+.ren-bf-btn a{
	margin-top: 2.6666667vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-org+.ren-bf-btn a{
		margin-top: 13.333px;
	}
}

.ren-bf-eventdetail-wrapper:last-of-type .ren-bf-btm{
	padding-bottom: 12vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-eventdetail-wrapper:last-of-type .ren-bf-btm{
		padding-bottom: 60px;
	}
}


.ren-bf-listmalllink{
	padding-top: 12vw;
}
@media all and (min-width: 769px) {
	.ren-bf-listmalllink{
		padding-top: 40px;
	}
}

.ren-bf-listmalllink-hdr h3{
	text-align: center;
	font-size: 5.3333333vw;
	font-weight: bold;
	line-height: 1.5;
	color: #E7336E;
	margin-bottom: 5.3333333vw;
}
.malls .ren-bf-listmalllink-hdr h3{
	color: #E7336E;
}
@media all and (min-width: 769px) {
	.ren-bf-listmalllink-hdr h3{
		font-size: 26.6667px;
		margin-bottom: 26.6667px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn a{
	width: 100%;
}
.ren-bf-listmalllink .ren-bf-mallbtn{
	text-align: center;
	margin-bottom: 6.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-listmalllink .ren-bf-mallbtn{
		margin-bottom: 33px;
	}
}
.ren-bf-listmalllink .ren-bf-mallbtn:last-child{
	margin-bottom: 0;
}

.ren-bf-listmalllink .ren-bf-mallbtn a{
	display: block;
	width: 100%;
	height: 13.6666667vw;
	background: #DCA442;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn a{
		height: 68.3333px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.kaze a{
	border: 2px solid #38B8EF;
	background: #FFFFFF;
}

.ren-bf-listmalllink .ren-bf-mallbtn.kaze a img{
	width:  25.8666667vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.kaze a img{
		width:  129.33px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.mori a{
	border: 2px solid #8CB808;
	background: #FFFFFF;
}

.ren-bf-listmalllink .ren-bf-mallbtn.mori a img{
	width:  24.8vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.mori a img{
		width:  124px;
	}
}

.ren-bf-listmalllink .ren-bf-mallbtn.outlet a{
	border: 2px solid #009C7A;
	background: #FFFFFF;
}

.ren-bf-listmalllink .ren-bf-mallbtn.outlet a img{
	width:  57.3333333vw;
	height: auto;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn.outlet a img{
		width:  286.33px;
	}
}

.ren-bf-listmalllink .ren-bf-title h3{
	color: #DCA442;
}

.ren-bf-listmalllink .ren-bf-title{
	padding-bottom: 6vw;
}
@media all and (min-width: 769px) {
	.ren-bf-listmalllink .ren-bf-title{
		padding-bottom: 20px;
	}
}
.ren-bf-listmalllink .ren-bf-mallbtn a::after{
	content: "";
	position: absolute;
	top:50%;
	right: 2.1333333vw;
	width: 2.1333333vw;
	height: 3.3333333vw;
	background: url(../../eventnews_251028/images/ico_arrow_detail.svg) right top/2.1333333vw no-repeat;
	margin: 0 auto;
	margin-top: -1.286666vw;
}
@media all and (min-width: 769px) {  
	.ren-bf-listmalllink .ren-bf-mallbtn a::after{
		right: 10.6667px;
		width: 10.656px;
		height: 16.656px;
		background: url(../../eventnews_251028/images/ico_arrow_detail.svg) right top/10.656px no-repeat;
		margin-top: -6.433px;
	}
}


.ren-bf-list .kaze .ren-bf-title span{
	color: #38B8EF;
}

.ren-bf-list .kaze .ren-bf-title span{
	font-size: 2.9333vw;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	display: grid;
	align-items: center;
}
@media all and (min-width: 769px) {
	.ren-bf-list .kaze .ren-bf-title span{
		font-size: 14.6665px;
	}
}

#ren-sns {
	padding: 32vw 0 7.6vw;
	background: #000000;
}
@media all and (min-width: 769px) {
	#ren-sns {
		padding: 160px 0 86.5px;
	}
}


.ren-bf-table-content-list li{
	font-size: 3.4666667vw;
	line-height: 1.5;
	padding-bottom: 2.6666667vw;
	margin-bottom: 2.6666667vw;
}

.mall3 .ren-bf-table-content-list li{
	border-bottom:solid 1px #E7336E;
}

.mall3 .mori .ren-bf-table-content-list li{
	border-bottom:solid 1px #8CB808;
}

.outlet .ren-bf-table-content-list li{
	border-bottom:solid 1px #009C7A;
}

.mori .ren-bf-table-content-list li{
	border-bottom:solid 1px #8CB808;
}




.ren-bf-table-content-list li:last-child{
	border: none!important;
	padding-bottom: 0;
	margin-bottom: 0;
}
@media all and (min-width: 769px) {
	.ren-bf-table-content-list li{
		font-size: 17.3333px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}



.ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)+.ren-bf-eventdetail-wrapper.ren-bf-eventdetail-lastsec .ren-bf-inner{
	padding-top:0;
	padding-bottom:0;
}

.ren-bf-eventdetails-wrapper .ren-bf-table-content-txt {
	font-size: 3.4666667vw;
	line-height: 1.5;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-content-txt {
		font-size: 17.3333px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-table-content-txt+.ren-bf-table-content-txt {
	margin-top: 2.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-content-txt+.ren-bf-table-content-txt {
		margin-top: 10px;
	}
}



span.ren-bf-txt-highlight{
	font-weight: bold;
	font-size: 3.4666667vw;
	color: #E7336E;
}
@media all and (min-width: 769px) {
	span.ren-bf-txt-highlight{
		font-size: 17.3333px;
	}
}

.kaze span.ren-bf-txt-highlight{
	color: #38B8EF;
}

.mori span.ren-bf-txt-highlight{
	color: #8CB808;
}

.outlet span.ren-bf-txt-highlight{
	color: #009C7A;
}



.ren-bf-txt-list {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 3.4666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-txt-list {
		font-size: 17.3333px;
	}
}

.ren-bf-eventdetail-wrapper .ren-bf-copyright {
	display: flex;
	justify-content: right;
	font-size: 2.9333333vw;
	line-height: 1.36;
	margin-top: 1.3333333vw;
	color: #FFFFFF;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetail-wrapper .ren-bf-copyright {
		font-size: 14.6667px;
		margin-top: 6.667px;
	}
}




.ren-bf-eventlist-top ul li sup {
	vertical-align: super;
	font-size: smaller;
	top: 0;
}

.ren-bf-list .event-levis .ren-bf-title{
	display: block;
}

.ren-bf-speciallist{
	width: 73.3333333vw;
	margin: auto;
}
@media all and (min-width: 769px) {
	.ren-bf-speciallist{
		width: 366.656px;
		margin: auto;
	}
}

.ren-bf-speciallist li:first-child{
	margin-bottom: 5.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-speciallist li:first-child{
		margin-bottom: 26.667px;
	}
}


#event-pickupitemother .ren-bf-txt-strong span{
	color: #8CB808;
	background: linear-gradient(transparent 60%, #FFF734 0%);
}




.ren-bf-table-tophdr{
	margin-top: 8vw;
	font-size: 3.7333333vw;
	line-height: 1.643;
}
@media all and (min-width: 769px) {
	.ren-bf-table-tophdr{
		margin-top: 40px;
		font-size: 18.6667px;
	}
}


.ren-bf-table-tophdr .ren-bf-txt-highlight{
	font-size: 3.7333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-table-tophdr .ren-bf-txt-highlight{
		font-size: 18.6667px;
	}
}

.ren-bf-eventdetails-wrapper .ren-bf-table-tophdr+.ren-bf-table-eventoutline {
	margin-top: 2.6666667vw;
}
@media all and (min-width: 769px) {
	.ren-bf-eventdetails-wrapper .ren-bf-table-tophdr+.ren-bf-table-eventoutline {
		margin-top: 13.333px;
	}
}


.ren-bf-pickupevent .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
	margin: 0 auto 21.3333333vw;
}
@media all and (min-width: 769px) {
	.ren-bf-pickupevent .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
		margin: 0 auto 106.667px;
	}
}

.ren-bf-pickupevent .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::before,
.ren-bf-pickupevent .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)::after{
	display: none;
}


.modallist .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)+.ren-bf-eventdetail-wrapper .ren-bf-inner{
	padding-top:0;
}
@media all and (min-width: 769px) {
	.modallist .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd)+.ren-bf-eventdetail-wrapper .ren-bf-inner{
		padding-top:0;
	}
}

.modallist .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
	margin: 12vw auto;
}
@media all and (min-width: 769px) {
	.modallist .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper:nth-child(odd){
		margin: 60px auto;
	}
}

.modallist .ren-bf-eventdetails-wrapper .ren-bf-eventdetail-wrapper.ren-bf-eventdetail-lastsec:nth-child(odd){
	margin-bottom: 0;
}
