@charset "UTF-8";


/*-----------------------------------

	production_block

-----------------------------------*/
#production_block {
	padding-bottom: 100px;
}
#production_block .contents_inner {
	background: url(../img/common/headline_bg.png) no-repeat top left/510px 348px;
	margin-top: -110px;
    padding-top: 110px;
}

@media screen and (max-width: 640px) {
	#production_block {
		padding-bottom: 50px;
	}
	#production_block .contents_inner {
		background: url(../img/common/headline_bg.png) no-repeat top left/336px 229px;
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*-- intro --*/
#production_block #intro {
	margin-bottom: 80px;
}
#production_block #intro h2 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 50px;
}
#production_block #intro h2::before {
	content: "PRODUCTION";
	font-size: 62px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-bottom: 30px;
}
#production_block #intro > p {
	color: #333333;
}
#production_block #intro .wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}
#production_block #intro .wrap .imageArea {
	width: 40%;
}
#production_block #intro .wrap .imageArea img {
	border-radius: 10px;
}
#production_block #intro .wrap .textArea {
	width: 51%;
	padding-top: 50px;
}
#production_block #intro .wrap .textArea h3 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	#production_block #intro .wrap .textArea {
		width: 55%;
	}
	#production_block #intro .wrap .textArea h3 {
		font-size: 24px;
	}	
}
@media screen and (max-width: 840px) {
	#production_block #intro .contents_inner {
		margin-top: -80px;
		padding-top: 80px;
	}
	#production_block #intro h2 {
		font-size: 18px;
	}
	#production_block #intro h2::before {
		font-size: 46px;
		margin-bottom: 20px;
	}
	#production_block #intro .wrap .textArea {
		padding-top: 0;
	}
	
}
@media screen and (max-width: 640px) {
	#production_block #intro {
		margin-bottom: 40px;
	}
	#production_block #intro h2 {
		font-size: 16px;
		margin-bottom: 30px;
	}
	#production_block #intro h2::before {
		font-size: 34px;
	}
	#production_block #intro .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		max-width: 380px;
		width: 100%;
		margin: 40px auto 0;
	}
	#production_block #intro .wrap .imageArea {
		width: 100%;
	}
	#production_block #intro .wrap .textArea {
		width: 100%;
	}
	#production_block #intro .wrap .textArea h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

}
/*-- box --*/
#production_block #box {
	background: #f7f5f2;
	padding: 80px 0;
}
#production_block #box .wrap:not(:last-of-type) {
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #b2b2b2;
}
#production_block #box h3 {
	font-size: 28px;
	line-height: 1;
	padding-top: 20px;
	position: relative;
	margin-bottom: 30px;
}
#production_block #box h3::before {
	content: "";
	width: 29px;
	height: 4px;
	background: #fa6a8c;
	position: absolute;
	top: 0;
	left: 0;
}
#production_block #box h3 br {
	display: none;
}
#production_block #box h4 {
	font-size: 22px;
	color: #fa6a8c;
	font-family: 'Montserrat', sans-serif, 'Noto Sans JP', sans-serif;
	line-height: 1.4;
}
#production_block #box p:not(:last-child) {
	margin-bottom: 30px;
}
#production_block #box .pinkBox {
	border: 1px solid #fa6a8c;
	background: #FFF;
	padding: 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	color: #333333;
	margin-bottom: 20px;
}
#production_block #box .pinkBox ul li {
	padding-left: 23px;
	font-weight: 600;
	position: relative;
}
#production_block #box .pinkBox ul li::before {
	content: "";
	width: 16px;
	height: 14px;
	background: url(../img/production/box_icon.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 840px) {
	#production_block #box h3 {
		line-height: 1.4;
	}
	#production_block #box h3 br {
		display: inline-block;
	}
	#production_block #box .pinkBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
	}
	#production_block #box .pinkBox ul {
		width: 310px;
	}
}
@media screen and (max-width: 640px) {
	#production_block #box {
		padding: 40px 10px;
	}
	#production_block #box .wrap:not(:last-of-type) {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	#production_block #box h3 {
		font-size: 22px;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	#production_block #box h3::before {
		content: "";
		width: 20px;
		height: 3px;
	}
	#production_block #box h4 {
		font-size: 18px;
	}
	#production_block #box p:not(:last-child) {
		margin-bottom: 20px;
	}
	#production_block #box .pinkBox {
		padding: 20px;
	}
	#production_block #box .pinkBox ul {
		width: 275px;
	}
}