/* ----- LP03 ----- */

#LP03 .product_box.product01 {
	margin: 60px 0;
}

#LP03 .product_box.product01::before {
	bottom: 20%;
}

#LP03 .product_box.product01::after {
	content: "";
	width: 22%;
	min-width: 180px;
	aspect-ratio: 1 / 1;
	background-image: url(./../img/contest05/obasama.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -8%;
	bottom: 20px;
}

#LP03 .product_name h2 {
	margin-left: -20px;
	width: 100%;
}

#LP03 .product_name h2::before,
#LP03 .product_name h2::after {
	content: none;
}

#LP03 .product_desc {
	margin: 40px 0 0 0;
	width: 56%;
}

#LP03 .product_desc ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 5%;
}

#LP03 .product_desc ul li {
	list-style: none;
	width: 47.5%;
}

#LP03 .product_desc ul li + li {
	margin-top: 0;
}

#LP03 .product_desc ul li figure figcaption {
	text-align: center;
}

#LP03 .product_desc ul li figure figcaption span {
	color: #3E3A39;
	display: inline-block;
}

#LP03 .product01 .product_img {
	transform: rotate(0);
	width: 37.5%;
}

#LP03 .product_sub_desc p.attention {
	margin: 0;
	padding-right: 5%;
}

@media print, screen and (max-width: 1024px) {
	#LP03 .product_box.product01::before {
		bottom: 37.5%;
	}
}

@media print, screen and (max-width: 950px) {
	#LP03 .product_box.product01::before {
		right: 85%;
	}

	#LP03 .product_name h2 {
		margin-left: 0;
	}
}

@media print, screen and (max-width: 650px) {
	#LP03 .product_box.product01::before {
		width: 60%;
		bottom: 60%;
		left: auto;
		right: 62.5%;
	}

	#LP03 .product_box.product01::after {
		width: 50%;
		min-width: auto;
		bottom: 50%;
		right: auto;
		left: 62.5%;
	}

	#LP03 .product01 .product_img {
		position: relative;
		left: 3%;
		/* top: 0; */
		width: 60%;
		min-width: 200px;
	}

	#LP03 .product_desc {
		width: 100%;
	}

	#LP03 .product_desc ul {
		gap: 10px 5%;
		width: 90%;
		margin: auto;
	}

	#LP03 .product_desc ul li {
		margin: 0;
	}

	#LP03 .product_desc ul li + li {
		margin: 0;
	}

	#LP03 .product_sub_desc p.attention {
		padding-right: 0;
	}
}