@charset "utf-8";html {
	scroll-behavior: smooth;
}
.popUpTop {
	padding-bottom: 100%;
	position: relative;
	max-width: 1025px;
	margin: 0 auto;
}
.popUp-1 {
	position: fixed;
	z-index: -1;
	max-width: 1025px;
	text-align: center;
}
.luminecp {
	padding: 0 5%;	
	background-color: #fff;
	padding-bottom: 3%;
	overflow-x: hidden;
}
.textTop h2 {
	line-height: 1.5;
	font-size: 30px;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
	letter-spacing: 5px;
	text-align: center;
	margin: 30px auto 10px;
}
.textTop p {
	text-align: center;
	line-height: 2;
	padding: 40px 0;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
}
.textTop a {
	color: blue;
	text-decoration: underline;
}
.textMain p {
	line-height: 2;
	padding: 10px 0;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
}
.textMain {
	max-width: 380px;
	margin: 0 auto;
	border-top: 1px solid #CFCFCF;
	padding-top: 10%;
}
.textMain a {
	color: blue;
	text-decoration: underline;
}

@media only screen and (max-width: 750px) {
	.textTop h2 {
		font-size: 20px;
	}
}
