/* ----- LP04 ----- */

#LP04 .key_visual {
	background-image: url(./../img/LP04/top_kv_bg.png);
}

#LP04 .product_box {
	align-items: flex-start;
}

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

#LP04 .product_box.product01::before {
	bottom: 37%;
}

@media print, screen and (max-width: 1024px) {
	#LP04 .product_box.product01::before {
		width: auto;
		right: auto;
    left: -110px;
    bottom: auto;
    top: 34%;
	}
}

@media print, screen and (max-width: 950px) {
	#LP04 .product_box.product01::before {
    top: 27.5%;
	}
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_box.product01::before {
		top: 25%;
		width: 45%;
		min-width: auto;
		left: auto;
		right: 75%;
	}
}

@media print, screen and (max-width: 480px) {
	#LP04 .product_box.product01::before {
		top: 27.5%;
	}
}

#LP04 .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: 40px;
}

@media print, screen and (max-width: 1024px) {
	#LP04 .product_box.product01::after {
		width: auto;
	}
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_box.product01::after {
		bottom: auto;
		top: 40%;
		width: 32%;
		min-width: auto;
	}
}

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

@media print, screen and (max-width: 950px) {
	#LP04 .product_name h2 {
		margin: 0;
		padding: 0;
	}
}

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

#LP04 .product_desc {
	margin: 20px 0 0 0;
	width: 60%;
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_desc {
		order: 2;
		width: 100%;
		margin-top: 20px;
	}
}

#LP04 .product_desc .text_area p {
	color: #3E3A39;
	padding-left: 1em;
	text-indent: -1em;
}

#LP04 .product_desc .text_area p span {
	color: rgb(228, 35, 10);
	font-weight: bold;
}

#LP04 .product_desc .text_area p:not(:last-of-type)::before {
	content: "●";
}

#LP04 .product_desc .text_area p span::before {
	content: "※";
}

#LP04 .product_desc dl {
	margin-top: 20px;
	border: .1rem solid #3E3A39;
}

#LP04 .product_desc dl dt {
	color: #3E3A39;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 .5rem;
	border-bottom: .1rem solid #3E3A39;
	padding: .3rem 0;
}

#LP04 .product_desc dl dt::before {
	content: "";
	display: inline-block;
	width: 3rem;
	aspect-ratio: 89 / 75;
	background-image: url(./../img/LP04/icon_attention.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#LP04 .product_desc dl dd {
	color: #3E3A39;
	padding-left: 1.5em;
	text-indent: -1em;
	padding-right: .5rem;
}

#LP04 .product_desc dl dd::before {
	content: "●";
}

#LP04 .product01 .product_img {
	top: 80px;
	transform: rotate(0);
}

@media print, screen and (max-width: 650px) {
	#LP04 .product01 .product_img {
		order: 3;
		width: 80%;
	}
}

#LP04 .product01 .product_img figure img {
	display: block;
	width: 80%;
	margin: auto;
}

#LP04 .product01 .product_img figure figcaption p {
	width: fit-content;
	margin: 10px auto 0;
	color: #3E3A39;
	font-size: 1.4rem;
}

#LP04 .product_use {
	margin-top: 80px;
}

@media print, screen and (max-width: 950px) {
	#LP04 .product_use {
		margin-top: 40px;
	}
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_use {
		order: 4;
	}
}

#LP04 .product_use h2 {
	color: #3E3A39;
	font-size: 3.2rem;
	font-weight: bold;
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_use h2 {
		text-align: center;
	}
}

#LP04 .product_use p {
	color: #3E3A39;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #e8e80f;
	padding: 10px;
}

#LP04 .product_use p span {
	display: inline-block;
}

#LP04 .product_use ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 3%;
}

#LP04 .product_use ul li {
	position: relative;
	width: calc(91% / 4);
}

@media print, screen and (max-width: 950px) {
	#LP04 .product_use ul li {
		width: calc(97% / 2);
	}
}

#LP04 .product_use ul li > span {
	font-size: 2.8rem;
	position: absolute;
	top: -2rem;
	left: -1.5rem;
}

#LP04 .product_use ul li figure figcaption {
	margin-top: 10px;
	color: #3E3A39;
	font-weight: bold;
}

#LP04 .product_use ul li figure figcaption span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

#LP04 .product_use ul li figure figcaption span.red {
	color: rgb(228, 35, 10);
}

#LP04 .product_use ul li figure figcaption span.red::before {
	content: "※";
}

#LP04 .product_use ul li figure figcaption span.black {
	display: inline;
	color: #3E3A39;
}

#LP04 .product_use ul li figure figcaption span.bold {
	font-weight: bold;
}

#LP04 .product_sub_desc p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background-color: #3E3A39;
	padding: 0 10px;
}

#LP04 .product_sub_desc ul.attention {
	margin-top: 20px;
	color: #3E3A39;
}

@media print, screen and (max-width: 1024px) {
	#LP04 .product_sub_desc ul.attention {
		padding-right: 2.5%;
	}
}

@media print, screen and (max-width: 768px) {
	#LP04 .product_sub_desc ul.attention {
		padding-right: 5%;
	}
}

@media print, screen and (max-width: 650px) {
	#LP04 .product_sub_desc ul.attention {
		padding-right: 0;
	}
}

#LP04 .product_sub_desc ul li {
	display: inline;
}

#LP04 .product_sub_desc ul.attention li.red {
	color: rgb(228, 35, 10);
	font-weight: bold;
}

#LP04 .product_sub_desc ul.attention li::before {
	content: "●";
}

#LP04 .product_sub_desc p.attention span {
	color: rgb(228, 35, 10);
	font-weight: bold;
}