/*
	トップページ
-----------------------------------------------------------------------------------------------*/
.top-head{
	font-size: 3.7rem;
	font-weight: var(--fw-bold);
	margin-bottom: 44px;
}
.cts-area:last-of-type{
	padding-bottom: 80px;
}
/* オープニング
============================== */
#wrapper{
	will-change: filter;
}
#wrapper.is-blur{
	filter: blur(10px);
	transition: filter .4s;
}
#wrapper.is-clear{
	filter: blur(0);
}
#opening{
	animation: op-anime .8s ease 3.6s forwards;
	align-items: center;
	display: flex;
	height: 100vh;
	inset: 0;
	justify-content: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	opacity: 0;
	position: fixed;
	transition: opacity .3s ease, visibility 0s linear .3s;
	visibility: visible;
	width: 100%;
	z-index: 9999;
}
@keyframes op-anime{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
#opening.is-hide{
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.opening-bg{
	background: rgba(255, 255, 255, .5);
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.opening-area{
	position: absolute;
	z-index: 1;
}
.opening-head{
	line-height: 2.0;
	text-align: center;
}
[class^="opening-head-"]{
	align-items: center;
	background: #fff;
	border-radius: var(--bdrs5);
	display: inline-flex;
	font-weight: var(--fw-bold);
	line-height: 1.0;
	padding: 0 25px;
}
.opening-head-sub{
	font-size: 3.0rem;
	height: 56px;
}
.opening-head-txt{
	font-size: 5.0rem;
	height: 82px;
	margin-top: 20px;
}
.opening-ques{
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, .7);
	border-radius: var(--bdrs5);
	display: flex;
	flex-direction: column;
	height: 106px;
	justify-content: center;
	margin: 52px auto 22px;
	padding: 22px 20px 30px;
	width: 455px;
}
.opening-ques-tit{
	color: #fff;
	font-size: 2.7rem;
	font-weight: var(--fw-medium);
	margin-bottom: 6px;
}
.opening-ques .txtlink{
	border-bottom: 1px dashed rgba(255, 255, 255, .85);
	color: #fff;
	padding-bottom: 5px;
}
.opening-ques .arrow::before{
	background: rgba(255, 255, 255, .85);
}
.opening-ques .arrow::after{
	border-color: rgba(255, 255, 255, .85);
}
@media (any-hover: hover){
	.opening-ques .txtlink:hover{
		border-bottom: 1px dashed var(--c-accent);
	}
}
.area-list{
	justify-content: center;
}

/*
	キービジュアル
-----------------------------------------------------------------------------------------------*/
#kv{
	min-width: var(--cts-w);
	position: relative;
	text-align: center;
}
.kv-area{
	align-items: center;
	background: #D3DDEC;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transition: var(--trs-time);
	width: 100%;
	z-index: 1;
}
.jsKvInitialized .kv-area{
	background: rgba(46, 56, 63, .1);
	transition: var(--trs-time);
	}
.kv-head{
	display: inline-flex;
	flex-direction: column;
	gap: 22px;
}
.kv-head > *{
	align-items: center;
	background: #fff;
	border-radius: var(--bdrs5);
	display: flex;
	font-weight: var(--fw-bold);
	justify-content: center;
	margin: 0 auto;
	width: fit-content;
}
.kv-head-sub{
	font-size: 3.2rem;
	height: 58px;
	padding: 0 14px;
}
.kv-head-txt{
	font-size: 5.5rem;
	height: 85px;
	padding: 0 28px;
}
.kv-lead{
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: var(--fw-medium);
	gap: 10px;
	margin-top: 50px;
}
.kv-lead-txt{
	align-items: center;
	background: #000;
	border-radius: 3px;
	display: flex;
	height: 35px;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 0 14px;
	width: fit-content;
}
/* スライド画像
============================== */
#kv-bg{
	align-items: stretch;
	background-image: linear-gradient(0deg, #fefefd 13%, #eafdff 74%);
	display: flex;
	flex-direction: column;
	gap: 20px!important;
	height: 100%;
	justify-content: center;
	opacity: 0;
	overflow: hidden;
	padding: 20px 0!important;
	transition: var(--trs-time);
}
#kv.jsKvInitialized #kv-bg{
	opacity: 1;
	transition: var(--trs-time);
}
.slideInner{
	gap: 20px!important;
}
[class^="kvSlider0"]{
	height: 190px!important;
}
[class^="kvSlider0"] img{
	height: 100%;
	width: auto;
}

/*
	外観シミュレーションとは？
-----------------------------------------------------------------------------------------------*/
#about .cts-area{
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.about-box{
	text-align: left;
}
.about-txt{
	font-size: 1.6rem;
	font-weight: var(--fw-medium);
	line-height: 2.4;
}
#about .arrow{
	display: block;
	width: 100%;
}
.btn-base .arrow::before,
.btn-base .arrow::after{
	right: 5px;
}
@media (any-hover: hover){
	.btn-base:hover .arrow::before,
	.btn-base:hover .arrow::after{
		right: 0;
	}
	.btn-base:hover .arrow::before{
		background: var(--c-accent);
	}
	.btn-base:hover .arrow::after{
		border-color: var(--c-accent);
	}
}
.about-img-box{
	height: auto;
	margin-left: auto;
	max-width: 55%;
	position: relative;
	width: 720px;
}
#about .btn-base{
	margin: 40px auto 0 0;
}
.more-btn{
	display: none;
}
/*
	外観デザインを選ぶ
-----------------------------------------------------------------------------------------------*/
#choice{
	background: var(--bg-blue);
	min-width: var(--cts-w);
}
.choice-area{
	display: flex;
	gap: 30px;
}
.choice-link{
	width: calc((100% - 30px)/2);
}
.choice-picture{
	border-radius: var(--bdrs5);
	overflow: hidden;
}
.choice-picture > *{
	transition: var(--trs-time);
}
.choice-box{
	border-bottom: 1px solid #000;
	padding: 20px 5px 26px;
	position: relative;
	text-align: left;
}
.choice-box *{
	transition: var(--trs-time);
}
.choice-box::before,
.choice-box::after{
	content: '';
	position: absolute;
	transition: var(--trs-time);
}
.choice-box::before{
	background: #fff;
	border-radius: 20px;
	height: 39px;
	right: 13px;
	top: 48%;
	transform: translate(0, -50%);
	width: 39px;
}
.choice-box::after{
	bottom: -1px;
	background: var(--c-accent);
	height: 1px;
	left: 0;
	width: 0;
}
.choice-box .arrow::before,
.choice-box .arrow::after{
	right: 22px;
}
.choice-tit{
	font-size: 1.9rem;
	font-weight: var(--fw-bold);
	line-height: 1.0;
}
.choice-tit-large{
	font-size: 3.0rem;
}
.choice-txt{
	font-size: 1.4rem;
	font-weight: var(--fw-medium);
	letter-spacing: .05rem;
	line-height: 1.0;
	margin-top: 12px;
}
@media (any-hover: hover){
	.choice-link:hover .choice-picture > *{
		transform: scale(1.06);
		transition: var(--trs-time);
	}
	.choice-link:hover .choice-box *{
		color: var(--c-accent);
		transition: var(--trs-time);
	}
	.choice-link:hover .choice-box::after{
		transition: var(--trs-time);
		width: 100%;
	}
	.choice-link:hover .choice-box::before{
		right: 5px;
	}
	.choice-link:hover .choice-box .arrow::before,
	.choice-link:hover .choice-box .arrow::after{
		right: 14px;
	}
	.choice-link:hover .choice-box .arrow::before{
		background: var(--c-accent);
	}
	.choice-link:hover .choice-box .arrow::after{
		border-color: var(--c-accent);
	}
}
@media screen and (max-width:750px){
	.top-head{
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.cts-area:last-of-type{
		padding-bottom: 60px;
	}
	/* オープニング
	============================== */
	#opening.is-hide{
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	.opening-bg{
		height: 100vh;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.opening-area{
		max-width: var(--max-w);
		padding: 25px;
		width: 100%;
	}
	[class^="opening-head-"]{
		line-height: 1.0;
		padding: 0 20px;
	}
	.opening-head-sub{
		font-size: 1.8rem;
		height: 35px;
	}
	.opening-head-txt{
		font-size: 2.8rem;
		height: 50px;
		margin-top: 14px;
	}
	.opening-ques{
		height: auto;
		margin: 30px auto 22px;
		padding: 17px 20px 24px;
		width: 83%;
	}
	.opening-ques-tit{
		font-size: 1.9rem;
		margin-bottom: 6px;
	}
	/*
		キービジュアル
	-----------------------------------------------------------------------------------------------*/
	#kv{
		height: 381px;
	}
	.kv-head{
		gap: 12px;
	}
	.kv-head-sub{
		font-size: 2.0rem;
		height: 39px;
		padding: 4px 14px;
	}
	.kv-head-txt{
		font-size: 3.0rem;
		height: 48px;
		padding: 2px 18px;
	}
	.kv-lead{
		font-size: 1.5rem;
		margin-top: 20px;
		gap: 5px;
	}
	.kv-lead-txt{
		height: 27px;
		padding: 0 0 0 8px;
	}
	#kv-bg{
		gap: 12px!important;
	}
	/* スライド画像
	============================== */
	.slideInner{
		gap: 12px!important;
	}
	[class^="kvSlider0"]{
		height: 108px!important;
	}
	/*
		外観シミュレーションとは？
	-----------------------------------------------------------------------------------------------*/
	#about{
		max-height: 224px;
		transition: .5s;
	}
	#about.is-open{
		max-height: 789px;
		transition: .5s;
	}
	#about .cts-area{
		flex-direction: column;
	}
	.about-box{
		text-align: center;
	}
	.about-txt{
		font-size: 1.4rem;
		line-height: 2.0;
	}
	#about .arrow{
		width: 100%;
	}
	.btn-base .arrow::before,
	.btn-base .arrow::after{
		right: 5px;
	}
	.about-img-box{
		margin: 30px 0;
		max-width: none;
		width: 325px;
	}
	#about .btn-base{
		margin: 18px auto 0;
	}
	#about .about-txt,
	#about .btn-base,
	#about .about-img-box{
		display:none;
	}
	#about.is-open .about-txt,
	#about.is-open .btn-base,
	#about.is-open .about-img-box{
		display:flex;
	}
	.more-btn{
		align-items: center;
		border: 1px solid #878787;
		border-radius: var(--bdrs5);
		color: #878787;
		display: flex;
		font-size: 1.3rem;
		font-weight: var(--fw-medium);
		height: 45px;
		justify-content: center;
		width: 165px;
	}
	.more-btn-txt{
		padding-right: 25px;
		position: relative;
	}
	.more-btn-txt::before,
	.more-btn-txt::after{
		background: #878787;
		content: '';
		height: 1px;
		position: absolute;
		right: 0;
		top: 45%;
		transform: translate(-50%, 0);
		width: 11px;
	}
	.more-btn-txt::after{
		transform: translate(-50%, 0) rotate(90deg);
	}
	.is-open .more-btn-txt::before,
	.is-open .more-btn-txt::after{
		top: 50%;
	}
	.is-open .more-btn-txt::after{
		transform: translate(-50%, 0) rotate(0);
	}
	/*
		外観デザインを選ぶ
	-----------------------------------------------------------------------------------------------*/
	.choice-area{
		flex-wrap: wrap;
		gap: 25px;
	}
	.choice-link{
		width: 100%;
	}
	.choice-box{
		padding: 8px 3px 17px;
	}
	.choice-box::before{
		border-radius: 18px;
		height: 35px;
		right: 5px;
		width: 35px;
	}
	.choice-box::after{
		content: none;
	}
	.choice-box .arrow::before,
	.choice-box .arrow::after{
		right: 14px;
	}
	.choice-tit{
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.choice-tit-large{
		display: block;
		font-size: 2.2rem;
	}
	.choice-txt{
		font-size: 1.2rem;
		letter-spacing: .05rem;
		margin-top: 8px;
	}
}