@charset "UTF-8";
/* いちごづくしセット
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap');

/* reset
---------------------- */
#Lichigoset {
	color: #281400;
	font-size: 15px;
	font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
	font-weight: 500; /* Windows対策 */
	line-height: 1.5;
	text-align: center;
	background-color:#fdd1d0;
	padding-bottom: 80px;
}
#Lichigoset img{
	vertical-align: top;
}
/* contents
---------------------- */

#Lichigoset h1{
	z-index: 10;
}

#Lichigoset .cv{
	width: 1000px;
	padding: 35px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
}
#Lichigoset .cv p{
	width: 940px;
	background: #fffdd0;
	border-radius: 20px;
	padding: 30px 0;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
#Lichigoset .cv a{
	margin-top: 30px;
	display: inline-block;
	width: 800px;
	height: 120px;
	border-radius: 10px;
	background: url("../../img/event_L/eLichigoset202602/cv_btn.png") no-repeat;
	box-shadow: 0 10px #17540d;
	text-indent: -9999px;
	transition-duration: .2s;
}
#Lichigoset .cv a:hover{
	box-shadow: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
#Lichigoset .cv h2{
	margin-bottom: 30px;
}
#Lichigoset .cv.cv1{
	margin: -52px auto 10px;
}
#Lichigoset .cv.cv2{
	margin: 50px auto 0;
}
#Lichigoset .osusume{
	margin-top: 40px;
}
#Lichigoset .osusume .prod{
	padding-bottom: 58px;
}
#Lichigoset .osusume .prod_01{
	background: url("../../img/event_L/eLichigoset202602/osusume_bg01.png") repeat-y;
}
#Lichigoset .osusume .prod_02{
	background: url("../../img/event_L/eLichigoset202602/osusume_bg02.png") repeat-y;
	position: relative;
	padding-top: 285px;
}
#Lichigoset .osusume .prod_02 h2{
	position: absolute;
	top: -50px;
}
#Lichigoset .osusume .prod_03{
	background: url("../../img/event_L/eLichigoset202602/osusume_bg01.png") repeat-y;
	position: relative;
	padding-top: 280px;
}
#Lichigoset .osusume .prod_03 h2{
	position: absolute;
	top: -84px;	
}
#Lichigoset .osusume .prod ul{
	width: 1000px;
	margin: 0 auto;
}
#Lichigoset .osusume .prod ul.list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#Lichigoset .osusume .prod ul.list li{
	background: linear-gradient(to bottom, #fdd1d0 0px, #fdd1d0 250px, white 250px, white 100%);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 20px;
}
#Lichigoset .osusume .prod ul.list li p:nth-child(1){
	display: flex;
	justify-content: center;
    align-items: flex-end;
    height: 250px;
	padding-bottom: 25px;
}
#Lichigoset .osusume .prod ul.list li p:nth-child(2){
    background: -webkit-linear-gradient(left, #1b0e06 0%, #463023 50%, #1b0e06 100%), linear-gradient(to right, #1b0e06 0%, #463023 50%, #1b0e06 100%);
    background-color: #533222;
    border: 7px solid #1b0e06;
    border-image: linear-gradient(to bottom, #1b0e06, #463023, #1b0e06) 1;
    color: #fff;
    font-size: 19px;
	font-weight: bold;
    line-height: 1.3;
    padding: .7em 0 .75em;
}
#Lichigoset .osusume .prod ul.list li p:nth-child(3){
	padding: 15px 15px 25px;
	text-align: left;
}
#Lichigoset .haisou{
	background: url("../../img/event_L/eLichigoset202602/osusume_bg02.png") repeat-y;
	padding: 50px;
	position: relative;
}
#Lichigoset .haisou img:first-child{
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,.2));
}
#Lichigoset .haisou img:nth-child(2){
	position: absolute;
	top: -45px;
	left: 60px;
}

