@charset "utf-8";

.title{
	position: relative;
}
.titleRow{
	display:flex;
}
.titleRow .center{
	width: 500px;
}
.titleRow .side{
	width: calc((100vw - 500px)/4);
	height: 50vh;
	opacity: 0.5;
	position: relative;
}
.titleRow>.side>.bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	animation: fade 16s infinite;
}
.titleRow>.side.leftSide01>.bg.bg01{
	background-image: url(../images/lifestyle/bg01.jpg);
}
.titleRow>.side.leftSide01>.bg.bg02{
	background-image: url(../images/lifestyle/bg02.jpg);
	animation-delay: 4s;
}
.titleRow>.side.leftSide01>.bg.bg03{
	background-image: url(../images/lifestyle/bg03.jpg);
	animation-delay: 8s;
}
.titleRow>.side.leftSide01>.bg.bg04{
	background-image: url(../images/lifestyle/bg04.jpg);
	animation-delay: 12s;
}
.titleRow>.side.leftSide02>.bg.bg01{
	background-image: url(../images/lifestyle/bg02.jpg);
}
.titleRow>.side.leftSide02>.bg.bg02{
	background-image: url(../images/lifestyle/bg03.jpg);
	animation-delay: 4s;
}
.titleRow>.side.leftSide02>.bg.bg03{
	background-image: url(../images/lifestyle/bg04.jpg);
	animation-delay: 8s;
}
.titleRow>.side.leftSide02>.bg.bg04{
	background-image: url(../images/lifestyle/bg01.jpg);
	animation-delay: 12s;
}
.titleRow>.side.rightSide01>.bg.bg01{
	background-image: url(../images/lifestyle/bg03.jpg);
}
.titleRow>.side.rightSide01>.bg.bg02{
	background-image: url(../images/lifestyle/bg04.jpg);
	animation-delay: 4s;
}
.titleRow>.side.rightSide01>.bg.bg03{
	background-image: url(../images/lifestyle/bg01.jpg);
	animation-delay: 8s;
}
.titleRow>.side.rightSide01>.bg.bg04{
	background-image: url(../images/lifestyle/bg02.jpg);
	animation-delay: 12s;
}
.titleRow>.side.rightSide02>.bg.bg01{
	background-image: url(../images/lifestyle/bg04.jpg);
}
.titleRow>.side.rightSide02>.bg.bg02{
	background-image: url(../images/lifestyle/bg01.jpg);
	animation-delay: 4s;
}
.titleRow>.side.rightSide02>.bg.bg03{
	background-image: url(../images/lifestyle/bg02.jpg);
	animation-delay: 8s;
}
.titleRow>.side.rightSide02>.bg.bg04{
	background-image: url(../images/lifestyle/bg03.jpg);
	animation-delay: 12s;
}
@keyframes fade{
	0%{
		opacity: 0;
	}
	15%{
		opacity: 1;
	}
	25%{
		opacity: 1;
	}
	40%{
		opacity: 0;                    
	}
	100%{
		opacity: 0;                    
	}
}
.center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.centerTxt_box{
	text-align: center;
}
.centerTxt_box h3{
	font-size: 1.75em;
	letter-spacing: 0.25em;
	padding-bottom: 0.5em;
	position: relative;
	margin-bottom: 0.5em;
}
.centerTxt_box h3:before{
	width: 100%;
	height:2px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/top/deco03.svg);
	background-size: cover;
	background-position: center;
}
.centerTxt_box p{
	font-size: 1em;
	line-height: 1.8;
}
.btnRow{
	position: absolute;
	left: 50%;
	bottom:-90px;
	transform: translate(-50%,0);
}
.btnRow ul{
	display: flex;
	justify-content: center;
}
.btnRow ul li{
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1em;                
}
.btnRow ul li:nth-child(4){
	margin-right: 0em;                
}
.btnRow ul li a{
	width: 100%;
	height: 100%;
	border-radius: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(1) a{
	background-color: #94a3c3;
}
.btnRow ul li:nth-child(2) a{
	background-color: #c79f62;
}
.btnRow ul li:nth-child(3) a{
	background-color: #ec7c81;
}
.btnRow ul li:nth-child(4) a{
	background-color: #78b0a9;
}
.btnRow ul li a span{
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	color: #fff;
}
.btnRow ul li a span:nth-child(1){
	font-size: 1em;
	letter-spacing: 0.1em;
}
.btnRow ul li a span:nth-child(2){
	font-size: 2.5em;
}
.btnRow ul li:nth-child(1) a:hover,
.btnRow ul li:nth-child(1) a:hover{
	background-color: #fff;
	border: 1px solid #94a3c3;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(1) a:hover span,
.btnRow ul li:nth-child(1) a:hover span{
	color: #94a3c3;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(2) a:hover,
.btnRow ul li:nth-child(2) a:hover{
	background-color: #fff;
	border: 1px solid #c79f62;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(2) a:hover span,
.btnRow ul li:nth-child(2) a:hover span{
	color: #c79f62;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(3) a:hover,
.btnRow ul li:nth-child(3) a:hover{
	background-color: #fff;
	border: 1px solid #ec7c81;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(3) a:hover span,
.btnRow ul li:nth-child(3) a:hover span{
	color: #ec7c81;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(4) a:hover,
.btnRow ul li:nth-child(4) a:hover{
	background-color: #fff;
	border: 1px solid #78b0a9;
	transition: 0.5s all;
}
.btnRow ul li:nth-child(4) a:hover span,
.btnRow ul li:nth-child(4) a:hover span{
	color: #78b0a9;
	transition: 0.5s all;
}
@media (max-width:1024px){
	.titleRow{
		flex-wrap: wrap;
	}
	.titleRow .side{
		width: 50vw;
		height: 30vh;
	}
	.titleRow .center{
		width: 100vw;
		padding: 30px 0;
	}
	.btnRow ul li{
		width: 150px;
		height: 150px;               
	}
	.btnRow ul li a{
		border-radius: 150px;
	}
}
@media (max-width:768px){
	.btnRow{
		width: 100%;
		bottom:-155px;
	}
	.btnRow ul{
		width: 350px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.btnRow ul li:nth-child(1),
	.btnRow ul li:nth-child(2){
		margin-bottom: 10px;
	}
	.btnRow ul li:nth-child(2){
		margin-right: 0em;                
	}
}
@media (max-width:450px){
	.btnRow ul{
		width: 90%;                    
	}
	.btnRow ul li{
		width: 120px;
		height: 120px;               
	}
	.btnRow ul li a{
		border-radius: 120px;
	}
}