body {
	text-align: center;
}

#mainImage {
	height: 100vh;
}
#mainImage .copytitle {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 2.1em;
	letter-spacing: 0.06em;
	font-weight: 100;
}
@media only screen and (max-width:1200px) {
	#mainImage .copytitle {
		font-size: 2.8vw;
	}
}
#mainImage .bgi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
@media only screen and (max-width:640px) {
	#mainImage .bgi {
		object-position: left;
	}
	#mainImage .copytitle {
		display: inline-block;
		font-size: 6vw;
		line-height: 2.8em;
		text-align: left;
		left: 14vw;
		right: initial;
		transform: translateY(-50%) translateX(0%);
	}
}
 
.grad-bg {
	background-image: url(/scene/share/im/wedding/bg_fade.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
}

@media only screen and (max-width:640px) {
	#concept .textset {
		text-align: left;
	}
	#concept .colums-circle {
		margin-bottom: 2.5em;
	}
}

/**/
#conceptImageParent {
	
}
#conceptImageParent .images {
	display: flex;
	flex-wrap: nowrap;
}
#conceptImageParent .images li {
	width: 28%;
	margin: 0;
}
#conceptImageParent .images li img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1200px) {
	#conceptImageParent .images li {
		width: 40%;
	}
}
@media only screen and (max-width:640px) {
	#conceptImageParent .images li {
		width: 80%;
	}
}
 
/**/
.plan-colum.colums .slick-track {
	display: flex;
	flex-wrap: nowrap;
}
.plan-colum.colums .slick-track::before {
	display: none;
}
.plan-colum.colums {
	margin: 0;
	overflow-x: hidden;

}
.plan-colum.colums .slick-list {
	overflow-x: hidden;

}
.plan-colum.colums li {
	width: 420px;
	padding: 1em 0.6em;
	float: none;

}
@media only screen and (max-width:640px) {
	.plan-colum.colums {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.plan-colum.colums li {
		width: 260px;
	}
}
.plan-colum.colums li>article>figure img[src="/share/im/ui_spacer.png"] {
	aspect-ratio: 16/10;
}
.plan-colum.colums li .colum-title {
	text-align: left;
	margin-top: -0.3em;
}
.plan-colum.colums li p {
	font-size: 0.9em;
	line-height: 2.0em;
}
.plan-colum .stats {
	display: flex;
	margin: 0em -1em;
	margin-bottom: 1.5em;
}
.plan-colum .stats .cell {
	font-size: 0.9em;
	padding: 0.5em 1em;
	background-color: transparent;
}
.plan-colum .stats .cell i {
	font-weight: 600;
	padding: 0.8em 0.9em;
	line-height: 1.6em;
	background-color: #E0DED3;
}
.plan-colum.colums li .text-wrap {
	padding-bottom: 3.5em;
}
.plan-colum.colums li .open {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 4em;
	visibility: hidden;
}
.plan-colum.colums li .open::after {
	content: "";
	position: absolute;
	z-index: 5;
	bottom: 1.8em;
	right: 1.8em;
	display: inline-block;
	background-image: url(/scene/share/im/mrk_plus.svg);
	background-size: contain;
	width: 1.4em;
	height: 1.4em;
	opacity: 0.8;
	transition: all 0.1s ease-in;
}
.plan-colum.colums li .open:hover::after {
	transform: scale(2.0) rotate(90deg); 
}

/**/
[data-modalnode="true"] .articles article {
	display: none;
}
[data-modalnode="true"] .articles article[data-selected="true"] {
	display: block;
}
[data-modalnode="true"][data-opened="true"] {
	display: flex;
}
[data-modalnode="true"] {
	height: 100%;
	display: flex;
	align-items: center;
}
[data-modalnode="true"] .win {
	position: relative;
	z-index: 0;
	max-height: 90vh;
	overflow: auto;
	padding: 4em;
	width: 100%;
	height: auto;
	max-width: 960px;
}
[data-modalnode="true"] .win .closer {
	position: absolute;
	z-index: 10;
	top: 1.25em;
	right: 1.25em;
	display: inline-block;
	width: 2em;
	height: 2em;
	background-image: url(/scene/share/im/mrk_close.svg);
	background-size: contain;
	box-shadow: none;
}
.closer::before {
	background-image: none;
}
#modalDetailPlan .primary {
	display: flex;
}
#modalDetailPlan .primary figure {
	
}
#modalDetailPlan .primary .colum {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0 2.5em;
}
#modalDetailPlan .primary .colum>* {
	width: 100%;
}
#modalDetailPlan .primary .colum .colum-title {
	margin-top: -0.5em;
}
#modalDetailPlan .primary .colum p {
	line-height: 2.0em;
}
#modalDetailPlan .custom-area {
	margin-top: 3rem;
}
.custom-area .images {
	display: flex;
	flex-wrap: wrap;
	margin: -1em;
}
.custom-area .images>* {
	width: 50%;
	padding: 1em;
}
@media only screen and (max-width:640px) {
	[data-modalnode="true"] .win {
		max-height: 100vh;
		padding: 5rem 2rem;
	}
	[data-modalnode="true"] .win .closer {
		position: fixed;
		z-index: 10;
		top: 1.25em;
		right: 1.5em;
		width: 2em;
		height: 2em;
		background-color: #fff;
	}
	#modalDetailPlan .primary {
		flex-wrap: wrap;
		flex-direction: column;
	}
	#modalDetailPlan .primary .colum {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0;
	}
	#modalDetailPlan .primary figure {
		margin-bottom: 2em;
	}
	#modalDetailPlan .primary .colum p {
		font-size: 3.6vw;
	}
	.custom-area .images {
		margin: -1em 0;
	}
	.custom-area .images>* {
		width: 100%;
		padding: 1em 0;
	}
}
 
/**/
#flow {
	
}
#flow .wrap {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#flow .steps {
	list-style: none;
	text-align: left;
	position: relative;
	z-index: 0;
}
#flow .steps li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 4em;
}
#flow .steps li .num {
	
}
#flow .steps li .num i {
	display: inline-block;
	text-align: center;
	font-family: var(--font-ge1);
	font-size: 1.5em;
	font-weight: 300;
	color: #99948e;
	width: 2.8em;
	height: 2.8em;
	box-sizing: border-box;
	padding-top: 0.90em;
	background-color: #fff;
	letter-spacing: 0.05em;
	margin-top: 0.0em;
	border: solid 1px rgba(164, 140, 80, 0.2);
	box-shadow: 0 0 0.2em rgba(130, 122, 98, 0.13);

}
#flow .steps li article {
	padding-left: 3em;
}
#flow .steps li .flow-title {
	font-family: var(--font-m1);
	font-size: 1.5em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-bottom: 0.6em;
	margin-top: -0.4em;
}
#flow .steps li p {
	opacity: 0.8;
}
#flow .steps::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -10;
	top: 1em;
	left: 1.9em;
	background-color: rgba(182, 164, 137, 0.2);
	width: 5px;
	border-radius: 1em;
	height: 96%;

}
@media only screen and (max-width:640px) {
	#flow .steps li {
		margin-bottom: 2.8em;
	}
	#flow .steps li article {
		padding-left: 1.5em;
	}
	#flow .steps li .flow-title {
		font-size: 4vw;
	}
	#flow .steps li p {
		font-size: 3.2vw;
		line-height: 2.0em;
	}
	#flow .steps::after {
		height: 96%;
	}
}
 
/*cat: grad-bg*/
#concept {
	
}
#feature {
	
}
#plan {
   background-color: rgba(255,255,255,0.6);
}
#flow {
	
}



