@charset "utf-8";

/* 共通 STYLE
-------------------------------*/
#lp-christmas2022 .wrap {
	margin: auto;
	position: relative;
	padding: 0 0 10px 0;
}
#lp-head .inbox {
	overflow: hidden;
	margin: 20px auto;
}
#lp-head .lead:nth-child(2) div {
	float: left;
	width: 23.5%;
}
#lp-head .lead:nth-child(2) {
	margin-top: 33px;
}
.second_lead div:not(:first-child) {
	margin-left: 2% !important;
}
.second_lead div p {
	text-align: center;
	padding: 10px;
}
#lp-head .lead img {
	width: 100% !important;
	height: auto;
}
.mainContentsL.pc-content {
	position: absolute !important;
	top:0;
	margin-top: 15px;
}
@media (min-width: 751px) {
	.page-ttl__area {
		display: none;
	}
	#lp-head {
		margin-bottom: 50px;
	}
	#lp-head .lead {
		width: 80% !important;
		display: inline-block;
		padding: 0%;
		float: right;
	}
}
@media (max-width: 750px) {
	#lp-head .lead {
		width: 100% !important;
		display: inline-block;
		padding: 0px 20px;
		float: right;
	}
	#lp-head .inbox {
		margin-bottom: 25px;
	}
	#lp-head .lead:nth-child(2) div {
		float: left;
		width: 48%;
	}
	.second_lead div:not(:first-child) {
		margin-left: 4% !important;
	}
	.second_lead div:nth-child(3) {
		margin-left: 0% !important;
	}
	.second_lead div:nth-child(3), .second_lead div:nth-child(4) {
		margin-top: 20px;
	}
}

