@charset "UTF-8";



*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	
	
}



body{
	
	width: 414px;
}




.yasu{
	
	width: 414px;
	position:relative;
	top:10px;
	z-index: 1;
}


.maru{
	
	width: 154px;
	height: 121px;
	background-color: #F8C9CA;
	border-radius: 14px;
	position: relative;
	bottom: 450px;
	left:240px;
	z-index: 2;
	
	
	
}




.uz{
	font-family: zen-maru-gothic,sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 20px;
	text-align: center;
	position:relative;
	bottom:560px;
	left:110px;
	z-index: 3;
	color: white;
	
	
}





.suki{
	font-family: zen-maru-gothic,sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 21px;
	
	position:relative;
	bottom:210px;
	left: 24px;
	-webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #FFF;
	
}





.ei{
	font-family: zen-maru-gothic,sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 36px;
	position:relative;
	bottom:198px;
	left: 24px;
	
	
}




.chan{
	
	
	font-family: source-han-sans-japanese,sans-serif;
font-weight: 300;
font-style: normal;
	position:relative;
	bottom: 170px;
	left:24px;
	letter-spacing: 1px;
}





















