@charset "utf-8";

/* topWrap */
.topWrap{
	background-attachment: fixed;
	aspect-ratio: 1920/1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pageWrap{
	background-color: #d6d7d5;
	padding-bottom: 80px;
}

/* title */
.title{
	padding: 50px 0;
	background-image: url(../images/top/contentBg01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.ttlWrap{
	color: #fff;
}
.ttlWrap h2{
	font-family: "Libre Baskerville", serif;
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 10px;
}
.ttlWrap h2 span.logo{
	display: inline-block;
	width: 100px;
	margin-left: 5em;
}
.ttlWrap p{
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.ttlWrap h2{
		font-size: 2.25em;
	}
	.ttlWrap h2 span.logo{
		width: 90px;
	}
}
@media (max-width:1024px){
	.ttlWrap h2{
		font-size: 2em;
	}
	.ttlWrap h2 span.logo{
		width: 80px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
	.ttlWrap h2 span.logo{
		margin-top:0.5em;
		margin-left: 0em;
	}
}   

/* contentTxt_wrap */
.contentTxt_wrap>h4{
	line-height: 1.8;
}
.contentTxt_wrap>h4>span{
	font-size: 1.25em;
}
.contentTxt_wrap>h4>span.em{
	font-size: 0.9em;
	color: #56747d;
	padding: 0.25em 1em;
	background-color: #fff;
}
.contentTxt_wrap>.notice{
	font-size: 0.75em;
}

/* facialSystem */
.facialSystem{
	width:1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.facialSystem_wrap{
	text-align: center;
	margin-bottom: 30px;
}
.facialSystem_wrap>.titleWrap>h3{
	width: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
	mix-blend-mode: multiply;
}
.facialSystem>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.facialSystem>.contentRow>.contentBox{
	width:48%;
}
.facialSystem>.contentRow>.contentBox>.imgBox{
	margin-bottom: 10px;
}
.facialSystem>.contentRow>.contentBox>.txtBox>h4{
	font-family: "Noto Sans JP", serif;                
	font-size: 1.1em;
	font-weight: 500;
	color: #56747d;
	margin-bottom: 5px;
}
.contentBox02{
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.contentBox02>.txtBox{
	margin-bottom: 20px;
}
.contentBox02>.imgBox{
	margin-bottom: 0px;
}
.contentBox02>.txtBox>h4{
	display: flex;
	align-items: center;
}
.contentBox02>.txtBox>h4>span{
	display: inline-block;
	width: 50px;
	margin-right: 1em;
}
.facialSecurity_wrap{
	text-align: center;
	padding: 50px;
	border: 1px solid #56747d;
}
.facialSecurity_wrap>p{
	font-size: 1.25em;
	color: #56747d;
	margin-bottom: 20px;
}
.facialSecurity_innerWrap>p{
	font-size: 1.15em;
	color: #56747d;
	margin-bottom: 20px;
}
.facialSecurity_wrap>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}
.facialSecurity_wrap>.contentRow>.contentBox{
	width: 48%;
	text-align: left;
}
.facialSecurity_wrap>.contentRow>.contentBox>.imgBox{
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow>.contentBox>.txtBox{
	margin-bottom: 10px;
}
.facialSecurity_wrap>.contentRow:nth-of-type(2){
	align-items: flex-start;
}
.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox{
	width: 31%;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox{
	width: 48%;
}
.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox>.txtBox>h4{
	font-size: 1.1em;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding: 0.25em 0;
	background-color: #56747d;
	margin-bottom: 10px;
	border-radius: 50px;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox>.imgBox{
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox>.imgBox>p:first-of-type{                
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 2px solid #56747d;
}
.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox>.imgBox>p:last-of-type{               
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
}
.facialSecurity_innerWrap{
	background-color: #fff;
	padding: 30px 100px;
	box-sizing: border-box;
}
.facialSecurity_innerWrap>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
.facialSecurity_innerWrap>.contentRow>.txtBox,
.facialSecurity_innerWrap>.contentRow>.imgBox{
	width: 48%;
	text-align: left;
	margin-bottom: 0;
}
.underunder1024{
	display: none;
}
@media (max-width:1200px){
	.facialSystem{
		width: 90%;
	}
	.contentBox02,
	.facialSecurity_wrap{
		padding: 30px;
	}
	.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox>.imgBox>p:first-of-type{  
		border-radius: 15px;
	}
}
@media (max-width:1024px){
	.underunder1024{
		display: block;
	}
}
@media (max-width:900px){
	.facialSystem>.contentRow{
		flex-direction: column;
		align-items: center;
		margin-bottom: 0px;
	}
	.facialSystem>.contentRow>.contentBox{
		width:520px;
		margin-bottom: 20px;
	}
	.facialSecurity_wrap>.contentRow,
	.facialSecurity_innerWrap>.contentRow{
		flex-direction: column;
	}
	.facialSecurity_wrap>.contentRow:nth-of-type(2){
		flex-direction: row;
	}
	.facialSecurity_innerWrap{
		padding: 30px 0px;
	}
	.facialSecurity_wrap>.contentRow>.contentBox,
	.facialSecurity_innerWrap>.contentRow>.txtBox,
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		width: 520px;
		margin-bottom: 20px;
	}
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		margin-bottom: 0;
	}
}
@media (max-width:768px){
	.facialSystem{
		margin-bottom: 50px;
	}
	.facialSystem>.contentRow>.contentBox,
	.facialSecurity_wrap>.contentRow>.contentBox,
	.facialSecurity_innerWrap>.contentRow>.txtBox,
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		width: 90%;
	}
	.facialSecurity_wrap>.contentRow:nth-of-type(2){
		justify-content: center;
	}
	.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox{
		width: 48%;
	}
	.facialSecurity_wrap>.contentRow:nth-of-type(2)>.contentBox:first-of-type{
		margin-right: 4%;
	}
}
@media (max-width:500px){
	.facialSystem_wrap>.titleWrap>h3{
		width: 50%;
	}
	.facialSystem>.contentRow>.contentBox,                
	.facialSecurity_wrap>.contentRow>.contentBox{
		width:100%;
	}
	.contentBox02,
	.facialSecurity_wrap{
		padding: 20px;
	}
}

/* contentTitle */
.contentTitle{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.contentTitle_wrap h3{
	font-family: "Libre Baskerville", serif;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #777;
	padding: 5px 0;
	margin-bottom: 20px;
}
.contentTxt_wrap h4{
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 20px;
}
.contentTxt_wrap p{
	font-size: 1em;
	line-height: 1.8;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.contentTitle{
		width: 90%;
	}
}
@media (max-width:1024px){
	.contentTitle{
		margin-bottom: 30px;
	}
}
@media (max-width:1024px){
	.under500{
		display: block;
	}
}

/* homeLink */
.homeLink{
	width: 1100px;
	margin: 0 auto;
}
.homeLink_wrap{
	text-align: center;
	margin-bottom: 30px;
}
.homeLink_wrap>.titleWrap>h3{
	width: 250px;
	margin: 0 auto;
	mix-blend-mode: multiply;
}
.homeLink_wrap>.titleWrap>p{
	font-family: "Noto Sans JP", serif;                
	font-size: 1em;
	line-height: 1.6;
	font-weight: 500;
	color: #09b2a5;
}
.contentRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.homeLink>.contentRow>.imgBox{
	background-image: url(../images/smartlife/bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.homeLink>.contentRow>.imgBox,
.homeLink>.contentRow>.txtBox{
	width: 48%;
	margin-bottom: 0;
}
.homeLink>.contentRow>.txtBox>h4{
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 10px;
}
.homeLink>.contentRow>.txtBox>ul>li{
	font-size: 1em;
	padding: 0.25em 0.75em;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-left:5px solid #09b2a5;
}
.conclusionBox{
	text-align: center;
	border-top: 1px solid #09b2a5;
	border-bottom: 1px solid #09b2a5;
	padding: 1em 0;
	margin-top: 20px;                
}
.conclusionBox h5{
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom: 5px;
	color:#09b2a5;
}
.conclusionBox p{
	font-size: 1em;
	line-height: 1.6;
}
.txtBox p.notice{
	font-size: 0.75em;
	padding-top: 5px;
}
.imgNotice{
	font-size: 0.6em;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.imgNotice.white{
	color: #fff;
}
@media (max-width:1200px){
	.homeLink{
		width: 90%;
	}
	.contentRow{
		flex-direction: column;
	}
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 520px;
	}
	.homeLink>.contentRow>.imgBox{
		margin-bottom: 20px;
	}
}
@media (max-width:768px){
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 90%;
	}
}
@media (max-width:500px){
	.homeLink_wrap>.titleWrap>h3{
		width: 50%;
		margin: 0 auto;
	}
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 100%;
	}
}

/* elife */
.elife{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.elife_wrap>.titleWrap{
	width:400px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #09b2a5;
}
.elife_wrap>.titleWrap>h3{
	margin-bottom: 5px;
}
.elife_wrap>.titleWrap>p{
	font-size: 1em;
	text-align: center;
}
.elifeMap_pointRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pointBox{
	width: 48%;
	margin-bottom: 20px;
}
.pointBox:nth-of-type(3),
.pointBox:last-of-type{
	margin-bottom: 0px;
}
.pointBox .txtBox h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.1em;
	font-weight: 500;
	color: #09b2a5;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #09b2a5;
	margin-bottom: 0.25em;
}
.pointBox .txtBox p{
	font-size: 1em;
	line-height: 1.6;
}
.pointBox .imgRow{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.pointBox .imgRow p{
	width: 48%;
}
@media (max-width:1200px){
	.elife{
		width: 90%;
	}
}
@media (max-width:768px){
	.elife{
		margin-bottom: 50px;
	}
}
@media (max-width:500px){
	.elife_wrap>.titleWrap{
		width:80%;
	}
	.pointBox{
		width: 100%;
	}
	.pointBox:nth-of-type(3){
		margin-bottom: 20px;
	}
	.js-scrollable>img{
		width: 150%;
	}
}

/* contentTitle_wrap */
.contentTitle_wrap>h3>span{
	width: 100px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.shareItem{
	position: relative;
	padding-bottom: 80px;
}
.shareItem>.imgRow{
	width:1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shareItem>.imgRow>.imgBox{
	margin-bottom: 20px;
}
.shareItem>.imgRow>.imgBox:first-of-type{
	border: none;
}
.shareItem>.imgRow>.imgBox{
	width:23%;
}
.shareItem>.imgRow>.imgBox:first-of-type{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
	border: 1px solid #2395a9;
}
.shareItem>.imgRow>.imgBox:first-of-type>h4{
	font-size: 1.5em;
	line-height: 1.2;
	color: #2395a9;
	margin-bottom: 5px;       
}
.shareItem>.imgRow>.imgBox:first-of-type>p{
	font-size: 0.9em;
	color: #2395a9;     
}
.shareItem>.imgRow>.imgBox>h5{
	font-size: 1.1em;
	letter-spacing: 0.1em;        
	padding: 0.25em 0;
	background-color: #2395a9;
	text-align: center;
	color: #fff;
}
.shareItem>.imgRow>.imgBox>p.notice{
	font-size: 0.75em;
	text-align: center;
}
@media (max-width:1200px){
	.shareItem>.imgRow{
		width:90%;
	}
}
@media (max-width:768px){
	.shareItem{
		padding-bottom: 50px;
	}
	.shareItem>.imgRow>.imgBox{
		width:48%;
	}
}
@media (max-width:500px){
	
}