@charset "UTF-8";
/************************************************
parts
************************************************/
/************************************************
layout
************************************************/

/*---------------
kv
------------------*/
.kvImg {
	margin: 0 -15px 33px;
}
/*---------------
cpBlk
------------------*/
.cpBlk .cpLead {
	margin-bottom: 82px;
}
/*cp01*/
.cpBlk .cp01 {
	margin-bottom: 39px;
}
/*cp02*/
.cpBlk .cp02 {
	margin-bottom: 82px;
}
/*cp03*/
.cpBlk .cp03 {
	margin-bottom: 65px;
}

/*----------------------------
cmpClose
----------------------------*/
.cmpClose {
	position: fixed;
	width: 100%;
	height: 100vh;
}
.cmpClose > .closeTxt {
	position: absolute;
	z-index: 10000;
	font-size: 2.285rem;
	font-weight: bold;
	margin: auto;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(252,252,252,0.7);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}
.cmpClose > .closeTxt > span {
	color: #fff;
}