/* ----- LP02 ----- */

br.upper950 {
	display: block;
}

@media print, screen and (max-width: 950px) {
	br.upper950 {
		display: none;
	}
}

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

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

#LP02 .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;
}

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

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

#LP02 .product_name h2 span {
	
}

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

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

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

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

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

#LP02 .product01 .product_img {
	transform: rotate(0);
}

#LP02 .product01 .product_img figure figcaption {
	color: #fff;
	font-size: 1.7rem;
	background-color: #00368C;
	border: 1px solid #fff;
	width: fit-content;
	margin: -8% auto 0;
	padding: 15px 30px;
}

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

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

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

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

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

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

	#LP02 .product_desc {
		width: 100%;
	}

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

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

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

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