@charset "UTF-8";
/* アイス詰め合わせセット
----------------------------------------------------------*/

/* reset
---------------------- */
#Lnbiceset{
	width: 1100px;
	margin-bottom:50px;
	text-align: center;
	background: url("../../img/event_L/eLnbiceset202510/slider_bg.jpg") repeat-y;
}
#Lnbiceset *{
	box-sizing: border-box;
}
/* contents
---------------------- */

#Lnbiceset .catSlider .swiper-wrapper{
	width: 1100px;
	height: 350px;
	margin: 40px 0 20px;
}
#Lnbiceset .catSlider .swiper-slide {
	width: 550px;
	opacity: 0.5;/*全てのスライドに最初は透過設定*/
	transition: opacity 0.3s ease-in-out; 
  }
 #Lnbiceset .catSlider .swiper-slide-active{
 	opacity: 1;/*アクティブなスライドの透過率を元に戻す */
 }
#Lnbiceset .catSlider .swiper-pagination-bullet {
  border-radius: 0;
  width: 70px;
  height: 10px;
  margin: 0 5px;
  background-color: #333;
}
#Lnbiceset .catSlider .swiper-pagination-bullet-active{
	background-color: #ba2727;
}

#Lnbiceset .icesetCts{
	background: url("../../img/event_L/eLnbiceset202510/cts_bg.jpg") repeat-y;
	padding-bottom: 100px;
}
#Lnbiceset .icesetCts .lineup{
	padding-top: 50px;
	padding-bottom: 130px;
}
#Lnbiceset .icesetCts .lineup ul{
	padding: 0 38px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Lnbiceset .icesetCts .lineup ul li:nth-child(3){
	padding-top: 47px;
}
#Lnbiceset .icesetCts .lineup ul li{
	position: relative;
}
#Lnbiceset .icesetCts .lineup ul li:last-child p{
	width: 480px;
	padding-left: 16px;
	margin-top: -20px;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
}
#Lnbiceset .icesetCts .lineup .cvBtn a{
	width: 440px;
	height: 80px;
	position: absolute;
	top: 605px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#Lnbiceset .icesetCts .lineup .cvBtn.variety a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_variety.png");
	display: block;
	cursor: pointer;
}
#Lnbiceset .icesetCts .lineup .cvBtn.family a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_family.png");
	display: block;
	cursor: pointer;
}
#Lnbiceset .icesetCts .lineup .cvBtn.vanilla a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_vanilla.png");
	display: block;
	cursor: pointer;
	top: 656px;
}
#Lnbiceset .icesetCts .lineup .cvBtn.zero a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_zero.png");
	display: block;
	cursor: pointer;
	top: 656px;	
}
#Lnbiceset .icesetCts .lineup .cvBtn.variety a:hover{
	background-position: left bottom;
	opacity: 1;
}
#Lnbiceset .icesetCts .lineup .cvBtn.family a:hover{
	background-position: left bottom;
	opacity: 1;
}
#Lnbiceset .icesetCts .lineup .cvBtn.vanilla a:hover{
	background-position: left bottom;
	opacity: 1;
}
#Lnbiceset .icesetCts .lineup .cvBtn.zero a:hover{
	background-position: left bottom;
	opacity: 1;
}
#Lnbiceset .icesetCts .lineup .detailBtn{
	width: 340px;
	height: 50px;
	border-radius: 25px;
	border: #d5d5d5 2px solid;
	padding: 15px 0;
	position: absolute;
	top: 698px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#Lnbiceset .icesetCts .lineup .detailBtn img{
	text-align: center;
}
#Lnbiceset .icesetCts .lineup .detailBtn.vanilla, #Lnbiceset .icesetCts .lineup .detailBtn.zero{
	top: 748px;
}
#Lnbiceset .icesetCts .lineup .detailBtn img{
	position: relative;
	top: 0
}
#Lnbiceset .icesetCts .lineup .detailBtn img:hover{
	top: 3px;
	transition: 0.3s;
}
#Lnbiceset .icesetCts .lineup .detailBtn:hover{
	opacity: 0.7;
}
#Lnbiceset .detailCts{
	margin-top: 30px;
}
#Lnbiceset .detailCts > div{
	margin-bottom: 50px;
}
#Lnbiceset .detailCts .cvArea{
	position: relative;
}
#Lnbiceset .detailCts .cvArea a{
	width: 440px;
	height: 80px;
	position: absolute;
	left: 139px;
	bottom: 79px;
}
#Lnbiceset .detailCts #variety .cvArea a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_variety.png");
	display: block;
	cursor: pointer;	
}
#Lnbiceset .detailCts #family .cvArea a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_family.png");
	display: block;
	cursor: pointer;	
}
#Lnbiceset .detailCts #vanilla .cvArea a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_vanilla.png");
	display: block;
	cursor: pointer;	
}
#Lnbiceset .detailCts #zero .cvArea a{
	background: url("../../img/event_L/eLnbiceset202510/cv_btn_zero.png");
	display: block;
	cursor: pointer;	
}
#Lnbiceset .detailCts #variety .cvArea a:hover{
	background-position: left bottom;
	opacity: 1;	
}
#Lnbiceset .detailCts #family .cvArea a:hover{
	background-position: left bottom;
	opacity: 1;	
}
#Lnbiceset .detailCts #vanilla .cvArea a:hover{
	background-position: left bottom;
	opacity: 1;	
}
#Lnbiceset .detailCts #zero .cvArea a:hover{
	background-position: left bottom;
	opacity: 1;	
}
#Lnbiceset .otherLinkTtl{
	margin-top: 70px;
}
#Lnbiceset .otherLinkTtl p{
	margin-bottom: 20px;
	
}
#Lnbiceset .otherLinkTtl ul li{
	margin-bottom: 30px;
}
#Lnbiceset .otherLinkTtl ul li:last-child{
	margin-bottom: 0;
}







