@charset "UTF-8";
/* --------------------------------------------------
		living-style
-------------------------------------------------- */
#living-style {
	line-height: 1.75em;
	letter-spacing: 0.05em;
}
#living-style img {
	display: block;
	width: 100%;
}
.open-mainimg {
    animation-name: open-mainimg ;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes open-mainimg {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes open-secondimg{ 
    0% {
      opacity:0; } 
    100% {
      opacity:1; } } 
  .open-secondimg { 
    animation-name: open-secondimg ; 
    animation-duration: 3s;
    animation-fill-mode: both;
	animation-delay:2s;  
}
.scroll-box {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll-box.is-active {
	transform: translateY(0);
	opacity: 1.0;
  }
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}

#living-style .head-slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#living-style .head-slideimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 12s infinite;
    transition: opacity 2s ease-in-out;
}
#living-style .head-slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
#living-style .head-slideimg:nth-child(2) {
    animation-delay: 6s;
}
@keyframes fadeInOut {
    0%   { opacity: 0; }
	50%  { opacity: 1; }
    100% { opacity: 0; }
}
#living-style .head-slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
#living-style .head-slideBox p {
    position: absolute;
	bottom: 4.2%;
	right: 20px;
	left: 0;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
}
#living-style .head-slideBox p img{
	max-width: 40%;
	display: inline;
}
#living-style .head-txtbox{
	position: relative;
	margin: 50px 0 20px;
	min-height: 670px;
}
#living-style .head-txtbox h1{
	text-align: center;
	font-size: 3.0rem;
	font-weight: 500;
	padding: 100px 0 70px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#living-style .head-txtbox p{
	width: 45%;
	min-width: 530px;
	margin: 0 auto;
}
#living-style .head-txtbox p + p{
	margin-top: 50px;
}
#living-style .head-bgimg1{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	max-width: 300px;
	width: 20%;
}
#living-style .head-bgimg2{
	position: absolute;
	top:0;
	right:0;
	max-width: 300px;
	width: 20%;
	height: auto;;
}
#living-style .head-bgimg3{
	position: absolute;
	bottom:0;
	right:0;
	max-width: 300px;
	width: 20%;
	height: auto;;
}
#living-style .plan-box{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto 90px;
}
#living-style .plan-box h2{
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	padding: 50px 0 40px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#living-style .plan-box .item-feature{
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
#living-style .plan-box .item-feature:nth-child(odd){
	flex-direction: row-reverse;
}
#living-style .plan-box .item-feature img,#living-style .plan-box .item-feature .feature-box{
	width: calc(50% - 20px);
}
#living-style .plan-box .item-feature h3{
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	padding: 15px 0 30px;
	line-height: 1.6;
	flex-grow: 1;
}
#living-style .plan-box ul{
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#living-style .plan-box li{
	display: flex;
	flex-direction: column;
	width: 30%;
}
#living-style .plan-box li img{
	height: auto;
}
#living-style .plan-box h4{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 20px 0 30px;
	line-height: 1.6;
	flex-grow: 1;
}
#living-style .plan-box h4 span{
	font-size: 1.8rem;
}
#living-style .plan-box .item-list p{
	text-align: center;
	padding: 0 0 10px;
}
#living-style .plan-box .color-txt{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-grow: 1;
}
#living-style .plan-box span{
	display: block;
}
#living-style .plan-box .color{
	border-radius: 50px;
	background: #bfbfbf;
	color: #FFF;
	padding: 0 15px;
	margin-right: 5px;
	font-size: 1.4rem;
	line-height: 1.4;
    margin-top: 4px;
}
#living-style .plan-box .color-name{
	margin-left: 5px;
}
#living-style .item-link {
	margin-top: auto;
}
#living-style .item-link a {
	position: relative;
	display: block;
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	padding: 10px 20px;
	margin: 30px auto 0;
}
#living-style .lineup{
	max-width: 1280px;
	padding: 0 20px;
	margin: 150px auto ;
}
#living-style .lineup h2{
	text-align: center;
	line-height: 1.6;
	padding: 0px 0 30px;
}
#living-style .lineup h2 span{
	font-family: 'Lora';
	font-size: 5rem;
}
#living-style .item-cat h3{
	font-size: 2.4rem;
	font-weight: 500;
	padding: 60px 0 25px;
	line-height: 1.6;
	flex-grow: 1;
}
#living-style .item-cat ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px 40px;
}
#living-style .item-cat li{
	width: 22.5%;
	border: 1px solid #e1e1e1;
	aspect-ratio: 1 / 1;
	padding: 20px;
}
#living-style .item-cat li img{
	height: auto;
}
#living-style .item-cat li h4{
	text-align: center;
	padding-top:15px;
	line-height: 1.3;
}
#living-style .item-cat li h4 span{
	font-size: 1.2rem;
}
#living-style .item-cat li a{
	text-decoration: underline;
	color: #999999;
}
#living-style .item-cat .more{
	text-align: right;
	margin: 30px 0 0;
}
#living-style .item-cat .more a{
	background: #ececec;
	color: #999999;
	padding: 8px 50px;
	position: relative;
}
#living-style .item-cat .more a:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    transform: rotate(135deg);
    transition: right .2s ease;
}
@media screen and (min-width: 769px) {
#living-style .p-breadcrumbs{
	margin-top: 100px;
}
#living-style .item-link a:hover {
	background-color: #3c3c3c;
	color: #FFF;
}
}
/*======================
           sp           
======================*/
@media screen and (max-width: 768px) {
	#living-style .head-sp{
		height: calc(100svh - 70px);
		box-sizing: border-box;
		object-fit: cover;
		position: relative;
	}
	#living-style .head-sp .head-slideBox{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: calc(50svh - 35px);
	}
	#living-style .head-sp .head-slideBox.test{
		bottom: 0;
	}
	#living-style .head-sp .head-slideimg img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: calc(50svh - 35px);
	}
	#living-style .head-sp p{
		position: absolute;
		right: 3%;
		top: 4%;
	}
	#living-style .head-sp .head-slideBox p img{
		max-width: 65%;
		height: auto;
	}
	#living-style .head-sp .head-spimg  {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
		height: calc(50svh - 35px);
		width: 100%;
		animation: fadeInOutsp 18s infinite;
		transition: opacity 2s ease-in-out;
	}
	#living-style .head-sp .head-spimg-box  {
		position: relative;
	}
	#living-style .head-spimg-box .sp-slideimg {
		opacity: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		-webkit-animation: anime 21s 0s infinite;
		animation: anime 21s 0s infinite;
	}

	#living-style .head-spimg-box .sp-slideimg:nth-of-type(2) {
		-webkit-animation-delay: 7s;
		animation-delay: 7s;
	}

	#living-style .head-spimg-box .sp-slideimg:nth-of-type(3) {
		-webkit-animation-delay: 14s;
		animation-delay: 14s;
	}
	@keyframes anime {
		0% { opacity: 0; }
		30% { opacity: 1; }
		35% { opacity: 1; }
		50% { opacity: 0; z-index: 9; }
		100% { opacity: 0; }
	}

	@-webkit-keyframes anime {
		0% { opacity: 0; }
		30% { opacity: 1; }
		35% { opacity: 1; }
		50% { opacity: 0; z-index: 9; }
		100% { opacity: 0; }
	}
	#living-style .head-sp .head-spimg-box img{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: calc(50svh - 35px);
	    object-fit: cover;
	}
	#living-style .head-txtbox{
		margin: 30px 0 20px;
		min-height: auto;
	}
	#living-style .head-txtbox h1{
		font-size: 2.0rem;
		font-weight: 500;
		padding: 0px 20px 20px;
	}
	#living-style .head-txtbox p{
		width: 85vw;
		min-height: auto;
		min-width: auto;
	}
	#living-style .head-txtbox p + p{
		margin-top: 20px;
	}
	#living-style .plan-box{
		margin: 0 auto 60px;
	}
	#living-style .plan-box picture img{
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	#living-style .plan-box h2{
		font-size: 1.8rem;
		padding: 20px 0 ;
	}
	#living-style .plan-box .item-feature{
		display: block;
		margin: 20px 0;
	}
	#living-style .plan-box .item-feature img,#living-style .plan-box .item-feature .feature-box{
		width: 100%;
	}
	#living-style .plan-box .item-feature h3{
		font-size: 1.8rem;
		padding: 10px 0px;
	}
	#living-style .plan-box ul{
		margin: 20px 0 40px;
		display: block;
	}
	#living-style .plan-box li{
		width: 100%;
		margin-right: 20px;
	}
	#living-style .plan-box h4{
		font-size: 1.6rem;
		padding: 10px 0;
	}
	#living-style .plan-box h4 span{
		font-size: 1.4rem;
	}
	#living-style .plan-box .color{
		padding: 0 15px;
		margin-right: 5px;
		font-size: 1.2rem;
	}
	#living-style .item-link a {
		margin: 10px auto 0;
	}
	#living-style .item-slick .slick-track {
	display: flex;
	}
	#living-style .item-slick .slick-slide {
	height: auto !important;
	}
	#living-style .lineup{
		margin: 60px auto ;
	}
	#living-style .lineup h2{
		padding: 0px 0 20px;
		line-height: 1.4;
	}
	#living-style .lineup h2 span{
		font-family: 'Lora';
		font-size: 2.8rem;
	}
	#living-style .item-cat h3{
		font-size: 1.6rem;
		padding: 20px 0 10px;
	}
	#living-style .item-cat ul{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 20px 16px;
	}
	#living-style .item-cat li{
		width: calc(50% - 8px);
		padding: 0 12px 15px;
	}
	#living-style .item-cat li h4{
		font-size: 1.4rem;
	}
	#living-style .item-cat li h4 br{
		display: none;
	}
	#living-style .item-cat .more a{
		padding: 8px 30px 8px 20px;
	}
}
	
 