@charset "UTF-8";
/* CSS Document */

.pc_img{}
.sp_img{display:none;}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.pc_img{display:none;}
	.sp_img{display:unset;}
}


.mainV{
    margin:0 calc(50% - 50vw);
    width:100vw;
    position:relative;
    height:100%;
    background:#f1f1ee;
}
.mainV .logo{
	position:sticky;
	top:0;
	height:100vh;
	width:100%;
	align-items:center;
	display:flex;
}
.mainV .logo .inner{
	max-width:800px;
	width:100%;
	margin:auto;
}
.mainV .logo .inner img{
	width:100%;
	margin:auto;
}
.mainV .logo .inner h1{
	font-size:1.3rem;
}
.mainV .cont_wrap{
	width:100%;
	margin:0 auto 0;
}
.mainV .cont_wrap .image_sec{
	width:100%;
	overflow:hidden;
	height:100vh;
}
.mainV .cont_wrap .image_sec dt{
	width:100%;
	height:100%;
}
.mainV .cont_wrap .image_sec img{
	width:100%;
	object-fit:cover;
	height:100%;
}
.mainV .cont_wrap .text_sec{
	height:100vh;
	align-items:center;
	display:flex;
}
.mainV .cont_wrap .text_sec .inner{
	margin:auto;
	background-color: rgb(134 131 121 / 50%);
	backdrop-filter: blur(10px);
	width:100%;
	align-items:center;
	display:flex;
}
.mainV .cont_wrap .text_sec .inner .sub_inner{
	max-width:700px;
	color:#fff;
	padding:50px;
	box-sizing:border-box;
	margin:auto;
}
.mainV .cont_wrap .text_sec .inner .inner_ttl{
}
.mainV .cont_wrap .text_sec .inner .inner_ttl h2{
	font-size:1.6rem;
	margin:0 0 0.5em 0;
}
.mainV .cont_wrap .text_sec .inner .inner_ttl h5{
	font-size:0.8rem;
	margin:0 0 0.33em 0;
}
.mainV .cont_wrap .text_sec .inner p{
	font-size:1.0rem;
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.mainV .cont_wrap .text_sec .inner{
		max-width:600px;
		width:90%;
	}
	.mainV .cont_wrap .text_sec .inner .sub_inner{
		display:block;
		padding:6%;
	}
	.mainV .cont_wrap .text_sec .inner .inner_ttl{
		width:100%;
		margin:0 0 20px 0;
	}
	.mainV .cont_wrap .text_sec .inner p{
		width:100%;
		font-size:unset;
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.mainV .logo .inner{
		width:90%;
	}
	.mainV .logo .inner h1{
		font-size:1.3rem;
		text-align:center;
	}
	.mainV .cont_wrap .text_sec .inner .inner_ttl h2{
		font-size:1.3rem;
	}
	.mainV .cont_wrap .text_sec .inner .inner_ttl h5{
		font-size:0.7rem;
	}
}



/* -- parallax-slide -- */
.parallax-slide {
  position: sticky;
  top: 0;
}


/* -- plan_sec -- */
.plan_sec{
	background-color: rgb(255 255 255 / 80%);
	backdrop-filter: blur(10px);
	padding:200px 0;
}
.plan_sec .plan_wrap{
	display:flex;
	justify-content:space-between;
	width:90%;
	max-width:1400px;
	margin:auto;
}
.plan_sec .plan_wrap .inner_ttl{
	width:500px;
}
.plan_sec .plan_wrap .inner_ttl .sub_inner_ttl{
	height:fit-content;
	position:sticky;
	top:150px;
}
.plan_sec .plan_wrap .inner_ttl .sub_inner_ttl h5{
	font-size:2.5rem;
	line-height:1em;
	margin:0 0 0.5em 0;
}
.plan_sec .plan_wrap .inner_ttl .sub_inner_ttl h2{
	font-size:1.3rem;
	margin:0 0 1em 0;
}
.plan_sec .plan_wrap .inner_ttl .sub_inner_ttl h2 span{
	display:block;
}
.plan_sec .plan_wrap .plan_cont{
	width:calc(100% - 550px);
}
.plan_sec .plan_wrap .plan_cont .plan_sub_cont{
	margin:0 0 100px 0;
}
.plan_sec .plan_wrap .plan_cont .plan_sub_cont img{
	width:100%;
	margin:0 0 10px 0;
}
.plan_sec .plan_wrap .plan_cont .plan_sub_cont h3{
	font-size:1.4rem;
	margin:0 0 0 0;
	text-align:center;
}
.plan_sec .plan_wrap .plan_cont .plan_sub_cont h5{
	font-size:1.0rem;
	text-align:center;
	line-height:1em;
	margin:0 0 1em 0;
}
.plan_sec .plan_wrap .plan_cont .plan_sub_cont:last-child{
	margin:0 0 0 0;
}
/* ----------1199px–---------- */
@media screen and (max-width: 1199px) {
	.plan_sec .plan_wrap .inner_ttl{
		width:400px;
	}
	.plan_sec .plan_wrap .plan_cont{
		width:calc(100% - 450px);
	}
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.plan_sec .plan_wrap{
		display:block;
		justify-content:unset;
		width:90%;
		max-width:unset;
	}
	.plan_sec .plan_wrap .inner_ttl{
		width:100%;
		margin:0 0 100px 0;
	}
	.plan_sec .plan_wrap .plan_cont{
		width:100%;
	}
	.plan_sec .plan_wrap .plan_cont .plan_sub_cont h3{
		font-size:1.3rem;
	}
	.plan_sec .plan_wrap .plan_cont .plan_sub_cont h5{
		font-size:0.8rem;
	}
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.plan_sec .plan_wrap .inner_ttl .sub_inner_ttl h2{
		font-size:1.2rem;
	}
}
/* ----------559px–---------- */
@media screen and (max-width: 559px) {
	.plan_sec .plan_wrap .plan_cont .plan_sub_cont h5{
		font-size:0.7rem;
	}
	.plan_sec .plan_wrap .plan_cont .plan_sub_cont h3{
		font-size:1.2rem;
		text-align:center;
	}
}

/* -- parallax-slide -- */
.mainV .last_sec{
	height:100vh;
}
.mainV .last_sec .case{
	display:flex;
	justify-content:space-between;
}
.mainV .last_sec .case{
}




/* -- cta -- */
.cta{
	margin:0 calc(50% - 50vw) 0;
	width:100vw;
	padding:15vh 0;
	background:url("../../../../../img/lineup/reno/lp_reno_cta_image_bg.webp") center / cover;
	position:relative;
}
.cta:after{
	content:"";
	display:block;
	background:#000;
	position:absolute;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5
}
.cta .inner{
	width:80%;
	max-width:600px;
	margin:auto;
	box-sizing:border-box;
	/* background:#fff; */
	z-index:1;
	position:relative;
	color:#fff;
}
.cta .inner h4{
	font-size:2rem;
	display: flex;
    align-items: center;
}
.cta .inner h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
	margin-left: 1rem;
}
.cta .inner h2{
	font-size:1.3rem;
	margin:0 0 1em 0;
	line-height:2em;
}
.cta .inner h2 strong{
	font-weight:lighter;
	font-size:120%;
}
.cta .inner .ctr_box{
	display:flex;
	justify-content:space-between;
	margin:30px 0 0 0;
}
.cta .inner .ctr_box .btn{
	width:48%;
}
.cta .inner .ctr_box .btn a{
	width:100%;
	display:block;
	padding:10px 20px;
	box-sizing:border-box;
	border-radius:50px;
	background:#948977;
		box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}
/* ----------839px–---------- */
@media screen and (max-width: 839px) {
	.cta .inner .ctr_box{
		display:block;
		justify-content:unset;
		margin:30px 0 0 0;
	}
	.cta .inner .ctr_box .btn{
		width:100%;
		margin:0 0 20px 0;
	}
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.cta{
		padding:10vh 0;
	}
	.cta .inner h2{
		font-size:1.2rem;
		line-height:unset;
	}
	.cta .inner{
		width:80%;
		max-width:unset;
		margin:auto;
	}
}
