/* CSS Document */

#sec01{
	background:#000;
	background-size:cover;
	background-repeat:no-repeat;
	height:auto;
	padding:3% 2.5%;
	position:relative;
}

#sec01 img{display:block;}

#sec01 div img:nth-child(1),#sec01 div img:nth-child(2),#sec01 div img:nth-child(3){margin-left:auto; margin-right:auto; display:block;}
#sec01 img:nth-child(3){margin-top:-14.5%;}

#sec01 ul:nth-child(2){position:absolute; left:2%; top:23%;}
#sec01 ul:last-child{width:200px; position:absolute; right:2%; top:23%;}
#sec01 ul:nth-child(2) li{margin-bottom:50%;}
#sec01 ul:last-child li{margin-bottom:25.5%;}

#sec01 ul img{margin-bottom:3.5%; margin-left:0; margin-right:0;}
#sec01 ul p{ display:block; width:fit-content; color:#fff; font-size:10.5px; line-height:1.5;}

#sec01 ul:last-child li{float:right;}

#sec01 img#title-01{margin-bottom:2.5%;}
p.attention{position:relative; margin:-2% auto 2%; text-align:center; color:#fff; font-size:11px; z-index:999;}


#sec02{
	width:95%;
	display:flex;
	margin:0 auto 2.5%;
	box-sizing:border-box;
	border:5px solid #fffbcd;
	background:#000;
	background-size:cover;
	background-repeat:no-repeat;
	height:auto;
	padding:3% 2%;
	position:relative;
	align-items: flex-start; /* 追加 */
}
#sec02 div{width:100%; margin-right:2.5%;}
#sec02 p{font-size:12px; color:#fff;}
#sec02 img{width:100%; height:auto; margin-bottom:3.5%;}