@charset "UTF-8";
/* /shop/e/eLicetokusyu2511/
----------------------------------------------------------*/

/* reset
---------------------- */
#iceset{
	background:#e8ffff;
	text-align: center;
	margin-bottom:50px;
}
#iceset a:hover{
	opacity : .7;
}

/* contents
---------------------- */
#iceset h1{
	height:760px;
	background:url(/img/event_L/eLicetokusyu2511/main_bg2.png)no-repeat top left,
	url(/img/event_L/eLicetokusyu2511/main_bg1.png)no-repeat top -1px left;
	padding-top: 195px;
}
#iceset .point img + img{
	margin: 40px 0;
}
#iceset .menu{
	background:url(/img/event_L/eLicetokusyu2511/menu_bg1.png)no-repeat top left,
	url(/img/event_L/eLicetokusyu2511/menu_bg2.png)no-repeat bottom -1px left;
	background-color:#56e0de;
	padding: 100px 0 65px;
}
#iceset .menu ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#iceset .menu ul li{
	width:300px;
	background:#fff;
	border-radius:16px;
	box-shadow: 10px 10px 20px rgba(11, 108, 107, .3);
	margin: 0 15px 30px;
	overflow: hidden;
	transition-duration: .2s;
}
#iceset .menu ul li:hover{
	box-shadow: none;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}
ul.ice_banner{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:50px;
	margin:50px 15px 0;
}
ul.ice_banner li img{
	width:100%;
	height:100%;
}