@charset "UTF-8";


/******************************************************
 MainVisual
******************************************************/
#top #mainVisual {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#top #mainVisual .mv_inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
}
#top .mvPhoto {
	width: 100%;
	height: 100%;
	margin: 0;
}
#top .mvPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
@media screen and (max-width:768px){
	#top #mainVisual {
		height: 100vh;
		min-height: 640px;
	}
}


/******************************************************
 SellingPoint
******************************************************/
#top .pointBelt {
	background: url("/content/dam/31sumai/mfr/B2417/img/top/tpBeltTxtr.jpg") center center repeat;
	padding: 0 20px;
}
#top .pointBeltInner {
	max-width: 1800px;
	margin: 0 auto;
}
#top .pointList {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 40px 0;
}
#top .pointList li {
	flex:1 1 0;
}
#top .pointList img {
	display:block;
	width:100%;
	height:auto;
}

/* 注釈
#top .pointNote{
	max-width: 1800px;
	font-size: 11px;
	text-align: justify;
	line-height: 1.4em;
	color: #bcbcbc;
	margin: 0 auto;
} */


/* 1399～769 */
@media screen and (max-width:1399px){
	#top .pointList{
		flex-wrap:wrap;
	}
	#top .pointList li{
		flex:0 1 270px;
	}
}

@media screen and (max-width:768px){
	#top .pointBelt {
		background:url("/content/dam/31sumai/mfr/B2417/img/top/tpBeltTxtr_sp.jpg") center center repeat;
		padding: 30px 0;
	}
	#top .pointBeltInner {
		width: 92%;
	}
	#top .pointList {
		display:none;
	}
	#top .pointNote{
		width: 100%;
		max-width: auto;
		font-size: 2.4vw;
	}
}





/******************************************************
 Information
******************************************************/
#top #information {
	width: 100%;
	margin: 0 auto;
    padding: 80px 0 0;
}
#top #information .contentsTtl {
	margin-bottom: 50px;
}
#top #information .cta {
    font-size: 34px;
    line-height: 1em;
    text-align: center;
    color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
#top #information .infoCtnr {
	width: 1000px;
    font-size: 16px;
	text-align: justify;
	background-color: #f3f3f3;
    margin: 0 auto 100px;
	padding: 30px;
}
@media screen and (max-width: 768px){
	#top #information {
		width: 92%;
		margin: 0 auto;
		padding: 70px 0 0;
	}
	#top #information .contentsTtl {
		margin-bottom: 30px;
	}
	#top #information .cta {
		font-size: 6vw;
		line-height: 1.4em;
		margin-bottom: 40px;
	}
	#top #information .infoCtnr {
		width: 100%;
		font-size: 3.5vw;
		margin-bottom: 80px;
	}
}



/******************************************************
 EXTERIOR
******************************************************/
#top .extCtnr {
	width: 920px;
	margin: 0 auto 100px;
}
@media screen and (max-width: 768px){
	#top .extCtnr {
		width: 90%;
		margin-bottom: 60px;
	}
}





/******************************************************
 CONTENTS block
******************************************************/
#top #contents {
	margin-bottom: 100px;
}
#top .contentsRow {
	display: flex;
	margin-bottom: 30px;
}
#top .contentsPanel {
	position: relative;
	width: 50%;
	height: 560px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top .planPanel {
	background-image:url("/content/dam/31sumai/mfr/B2417/img/top/tpCntsImgPln.jpg");
}
#top .lifePanel {
	background-image:url("/content/dam/31sumai/mfr/B2417/img/top/tpCntsImgFtr.jpg");
}
#top .contentsInner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
#top .contentsInner p {
	font-size: 32px;
	font-family: "Prelude Pro Medium", "Century Gothic", "Futura", "typesquare", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .08em;
	margin-bottom: 18px;
}
#top .contentsInner h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 55px;
}
@media screen and (max-width:768px){
	#top #contents {
		margin-bottom: 70px;
	}
	#top .contentsRow {
		display: block;
		margin-bottom: 0;
	}
	#top .contentsPanel {
		width: 100%;
		height: 72vw;
	}
	#top .contentsInner p {
		font-size: 7.5vw;
	}
	#top .contentsInner h3 {
		font-size: 4vw;
		margin-bottom: 30px;
	}
}


/* FineCourt block */
#top .fcRow {
	display:flex;
	align-items:stretch;
	margin-bottom: 40px;
}

/* 右 =*/
#top .fcInfo {
	width: 50%;
	background: #ededee;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .fcInfoInner {
	width: 90%;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
}
#top .fcLogo {
	margin-bottom: 40px;
}
#top .fcLogo img {
	width: 400px;
	height: auto;
}
#top .fcInfo h3 {
	font-size: 38px;
	font-family: "Hiragino Kaku Gothic Std W5", "Shingo M", "typesquare", sans-serif;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 30px;
}
#top .fcLead {
	font-size: 22px;
	line-height: 2;
}

/* 右 =*/
#top .fcImage {
	width: 50%;
	position: relative;
}
#top .fcImage p { 
	margin:0;
}
#top .fcImage img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px){
	#top .fcRow {
		display:block;
		margin-bottom: 30px;
	}
	#top .fcInfo,
	#top .fcImage{
		width: 100%;
	}
	#top .fcInfo {
		padding: 60px 15px 50px;
	}
	#top .fcInfoInner {
		max-width: none;
		padding: 0;
	}
	#top .fcLogo {
		margin-bottom: 30px;
	}
	#top .fcLogo img {
		width: 80%;
	}
	#top .fcInfo h3 {
		font-size: 6.5vw;
		margin-bottom: 28px;
	}
	#top .fcLead {
		font-size: 3.8vw;
		line-height: 1.6;
	}
}


/* ボタン */
#top .btnMore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 300px;
	height: 50px;
	font-family: "Hiragino Kaku Gothic Std W5", "Shingo M", "typesquare", sans-serif;
	font-size: 16px;
	letter-spacing: .08em;
	text-decoration: none;
	box-sizing: border-box;
	transition: .3s ease;
}

/* トップCONTENTS専用 */
#top .btnWhite {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	background: transparent;
}
#top .btnWhite::after {
	content: "";
	position: absolute;
	right: -1px;
	top: -1px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
}
#top .btnWhite::before {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #8e7e76;
	border-right: 2px solid #8e7e76;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}
#top .btnWhite:hover {
	background: rgba(255,255,255,.12);
}
@media screen and (max-width:768px){
	#top .btnMore {
		width: 220px;
		height: 38px;
		font-size: 4vw;
	}
	#top .btnWhite::after {
		width: 38px;
		height: 38px;
	}
}




/******************************************************
 bels
******************************************************/
#top #bels {
	padding: 70px 0 0;
}
#top #bels .inner {
	width: 600px;
	text-align: center;
    margin: 0 auto;
}
#top #bels .txt {
    font-size: 11px;
	text-align: center;
	letter-spacing: 0;
	margin-top: 15px;
}
@media screen and ( max-width:768px ) {
	#top #bels .inner {
		width: 70%;
	}
	#top #bels .txt {
		font-size: 2.4vw;
		text-align: justify;
	}
}






