body {
	text-align: center;
	background-color: var(--cl-theme-sub);
}
.section-htitle .label {
	color: #788b8b;
	text-shadow: none;
	opacity: 0.5;
}

#mainImage {
	height: 100vh;
}
#mainImage .copytitle {
	position: absolute;
	z-index: 20;
	bottom: 2.5em;
	left: 3.4em;
	font-size: 3.3vh;
	letter-spacing: 0.45em;
	font-family: var(--font-m2);
	font-weight: 100;
	text-align: left;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 1.8em;
}
@media only screen and (max-width:1200px) {
	#mainImage .copytitle {
		
	}
}
#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 {
		font-size: 6vw;
		left: 10vw;
		bottom: 12vh;
	}
}
 
.grad-bg {
	background-image: url(/scene/share/im/farewell/bg_fade.webp);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center;
}

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

/**/
#concept {
	margin-bottom: 7rem;
}
#concept .produce {
	display: flex;
	align-items: center;
}
#concept .produce > figure {
	width: 46%;
}
#concept .produce > figure img:nth-child(1){
	width: 80%;
}
#concept .produce > figure img:nth-child(2){
	width: 45%;
	transform: translateX(-20%) translateY(3em); 
}
#concept .produce > figure img:nth-child(3){
	width: 50%;
	transform: translateX(0%) translateY(50%); 
}
#concept .produce .section-htitle i {
	display: block;
	font-size: 0.8em;
	letter-spacing: 0.02em;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
#concept .produce .section-htitle {
	font-size: 1.4em;
	line-height: 1.6em;
}
#concept .produce > .colum {
	width: 50%;
	text-align: left;
	padding-left: 4em;
	max-width: 550px;
	box-sizing: border-box;
}
@media only screen and (max-width:640px) {
	#concept {
		margin-bottom: 0rem;
	}
	#concept .produce {
		flex-wrap: wrap;
	}
	#concept .produce > .colum {
		padding-left: 0;
	}
	#concept .produce > figure,
	#concept .produce > .colum {
		position: relative;
		width: 100%;
	}
	#concept .produce > figure {
		padding-bottom: 45%;
	}
	#concept .produce > figure img {
		position: relative;
		transform: none;
	}
	#concept .produce > figure img:nth-child(1){
		transform: scale(1.2);
		right: -12%;
	}
	#concept .produce > figure img:nth-child(2){
		position: relative;
		width: 50%;
		left: -25%;
	}
	#concept .produce > figure img:nth-child(3){
		position: absolute;
		width: 54%;
		top: 45%;
		right: 0;
	}
	#concept .produce .section-htitle {
		font-size: 1.5em;
	}
	#concept .produce .section-htitle i {
		margin-bottom: 1.0em;
	}
}

/**/
#feature .articles {
	margin-top: 6em;
}
#feature .articles > article {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 4em;
}
#feature .articles > article > figure {
	order: 0;
}
#feature .articles > article > figure img {
	width: 80%;
}
#feature .articles > article > * {
	width: 50%;
}
#feature .articles > article > .colum {
	text-align: left;
	padding: 0% 5%;
}
#feature .articles > article:nth-child(even) figure {
	order: 1;
}
@media only screen and (max-width:640px){
	#feature .articles > article {
		flex-wrap: wrap;
		align-items: start;
	}
	#feature .articles > article > * {
		width: 100%;
	}
	#feature .articles > article > .colum {
		padding: 0% 0%;
	}
	#feature .articles > article > .colum .colum-title {
		margin-bottom: 1em;
	
	}
	#feature .articles > article:nth-child(even) figure {
		order: 0;
	}
	#feature .articles > article:last-child {
		margin-bottom: 0;
	}
}

/**/
#scrollImageParent {
	
}
#scrollImageParent .images {
	display: flex;
	flex-wrap: nowrap;
}
#scrollImageParent .images li {
	width: 28%;
	margin: 0;
}
#scrollImageParent .images li img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:1200px) {
	#scrollImageParent .images li {
		width: 40%;
	}
}
@media only screen and (max-width:640px) {
	#scrollImageParent .images li {
		width: 80%;
	}
}
 
/**/
#plan {
	background-color: #d8d9d3;
}
#plan .section-htitle .label {
	color: #fff;
}
#plan .plans-wrap {
	max-width: var(--bind-wide);
	margin-bottom: 6em;
}
#plan .colums {
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 3em rgba(0, 0, 0, 0.02);
	margin-top: 10em;
	padding: 5em 5em;
}
#plan .colums li {
	padding: 0 1.5em;
	text-align: left;
}
#plan .colums li:nth-child(odd){
	position: relative;
	top: -10em;
}
#plan .colums li .text-wrap {
	padding: 0;
	margin-top: 2em;
}
#plan .colums li article {
	background-color: transparent;
	box-shadow: none;
}
#plan .colums article .colum-title {
	
}
#plan .colums article .stats {
	margin-bottom: 2em;
}
#plan .colums article .price {
	font-size: 1.4em;
	font-family: var(--font-m1);
	letter-spacing: 0.05em;
}
#plan .colums article .price .unit {
	font-size: 0.66em;
	margin-left: 0.2em;
	opacity: 0.8;
}
@media only screen and (max-width:640px) {
	#plan.page-section {
		padding-left: 0;
		padding-right: 0;
	}
	#plan .plans-wrap {
		margin-bottom: 3em;
	}
	#plan .colums {
		margin-top: 5em;
		padding: 5em 0.5em;
	}
	#plan .colums li:nth-child(odd){
		top: -10em;
		margin-bottom: -6em;
	}
}

/**/
#plan .option {
	max-width: var(--bind-wide);
}
#plan .option ul {
	display: flex;
	margin: 0 -1.5em;
}
#plan .option ul li {
	width: 33%;
	padding: 0 1.5em;
	text-align: left;
}
#plan .option ul li figure {
	margin-bottom: 2.0em;
}
#plan .option .colum .colum-title {
	font-size: 1.18em;
}
#plan .option .colum p {
	font-size: 0.90em;
}
@media only screen and (max-width:640px) {
	#plan.page-section {
		padding-bottom: 3em;
	}
	#plan .option {
		margin-bottom: -7em;
	}
	#plan .option ul {
		flex-wrap: wrap;
	}
	#plan .option ul li {
		width: 100%;
		margin-bottom: 3em;
	}
}

/**/
[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 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#flow > * {
	width: 100%;
}
#flow .wrap {
	max-width: 760px;
	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: #7a7a7a;
	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(152, 152, 152, 0.2);
	width: 5px;
	border-radius: 1em;
	height: 96%;

}
#flow .steps > li ul {
	opacity: 0.8;
	margin: 0.6em 0;
}
@media only screen and (max-width:640px) {
	#flow .steps {
		font-size: inherit;
	}
	#flow .steps > li {
		font-size: inherit;
		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%;
	}
	#flow .steps > li ul {
		font-size: inherit;
		margin: 1em 0;
	}
	#flow .steps > li ul li {
		font-size: 0.94em;
	}
}

#qanda {
	margin-top: 3em;

}
#qanda ul {
	margin-top: 3.5em;
}
#qanda li {
	text-align: left;
	padding: 2.0em 0;
	border: solid 0px;
	border-top-width: 1px;
	border-color: rgba(131, 131, 131, 0.15);
}
#qanda li:last-child {
	border-bottom-width: 1px;
}
#qanda details summary {
	font-family: var(--font-m1);
	font-size: 1.2em;
}
#qanda details > summary {
	line-height: 1.6em;
	list-style-type: none;
	display: block;
	position: relative;
	z-index: 0;
	padding-right: 2em;
}
#qanda details > summary::-webkit-details-marker {
	display: none;
}
#qanda details > summary::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0.4em;
	right: 0;
	width: 1.0em;
	height: 1.0em;
	background-image: url(/scene/share/im/mrk_plus.svg);
	background-size: contain;
	opacity: 0.5;
	transform: rotate(0deg);
	transition: all 0.2s;
}
#qanda details[open] > summary::after {
	background-image: url(/scene/share/im/mrk_minus.svg);
}
#qanda details .details-wrap {
	font-size: 0.95em;
	line-height: 2.0em;
	margin-top: 1.6em;
	opacity: 0.0;
	transform: translateY(-0.5em);
	transition: all 0.4s;
}
#qanda details[open] .details-wrap {
	transform: translateY(-0.0em);
	opacity: 0.9;
}
#qanda details .details-wrap * {
	line-height: inherit;
}
@media only screen and (min-width:641px) {
	#qanda details > summary:hover::after {
		transform: rotate(180deg) scale(1.2);
	}
}

/**/
.contact-pan nav.bottom li {
	padding: 0 0em;
	max-width: 500px;
}
/**/
.contact-pan nav.bottom li .bt {
	border-radius: 10em;
}
.contact-pan nav.bottom li .bt.icn:before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-size: contain;
	margin-right: 1.0em;
	vertical-align: middle;
}
.contact-pan nav.bottom li.contact .bt.icn:before {
	background-image: url(/scene/share/im/mrk_email-wh.svg);
}
@media only screen and (max-width:640px) {
	.contact-pan nav.bottom {
		margin-top: 0.2em;
	}
	.contact-pan nav.bottom li {
		max-width: none;
	}
}

