  @charset "utf-8";

#VISUAL .image {
display: flex;
gap: 1.333vw;
}
#VISUAL .image picture {
flex: 1;
}

picture:nth-of-type(1) .leftView {
transform: translateX(-50px);
transition-delay: 0s;
}
picture:nth-of-type(2) .leftView {
transform: translateX(-50px);
transition-delay: 0.1s;
}
picture:nth-of-type(3) .leftView {
transform: translateX(-50px);
transition-delay: 0.2s;
}
picture:nth-of-type(4) .leftView {
transform: translateX(-50px);
transition-delay: 0.3s;
}
picture .leftView.activeView {
opacity: 1;
transform: translate(0,0);
}
@media screen and (max-width: 767px) {
	#VISUAL h1 {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 5.6vw;
	font-family: 'A1 Gothic R', sans-serif;
	font-size: 3.733vw;
	color: #000;
	filter: drop-shadow(0 0 5px #fff);
	}
}
@media screen and (min-width: 768px) {
	#VISUAL .image {
	display: flex;
	gap: 16px;
	}
}

#MOVIE .cont {
background: url("/ie/tree/primewood/lifewith/img/sp/mov_bg.jpg") no-repeat center center;
background-size: cover;
padding: 10.667vw 0;
}
#MOVIE .image {
margin: 0 auto;
width: 81.333vw;
}
#MOVIE .image img {
display: block;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {#MOVIE .cont {
	background: url("/ie/tree/primewood/lifewith/img/mov_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	}
	#MOVIE .image {
	width: 720px;
	}
}

#DESIGN {
background-color: #e5e5db;
}
#DESIGN .cont {
margin: 0 auto;
width: 81.333vw;
}
#DESIGN .head {
padding: 16vw 0 5.333vw 0;
}
#DESIGN .head h2 {
margin-bottom: 4vw;
font-family: 'A1 Gothic R', sans-serif;
font-size: 4vw;
text-align: center;
}
#DESIGN .head h2 img {
display: block;
margin: 0 auto 2.667vw auto;
width: auto;
height: 5.333vw;
}
#DESIGN .head p {
font-size: 3.467vw;
line-height: 1.42;
text-align: center;
}
#DESIGN	.block {
padding-top: 5.333vw;
}
#DESIGN	.block:nth-of-type(odd) .image {
margin-left: -9.6vw;
}
#DESIGN	.block:nth-of-type(even) .image {
margin-right: -9.6vw;
}
#DESIGN	.block .image img {
display: block;
width: 100%;
height: auto;
}
#DESIGN .block .pack {
padding: 12vw 0 16vw 0;
}
#DESIGN .block h3 img {
display: block;
width: auto;
height: 4vw;
}
#DESIGN .block p {
margin-top: 5.333vw;
font-size: 3.733vw;
line-height: 1.36;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	#DESIGN .cont {
	width: 964px;
	}
	#DESIGN .head {
	padding: 80px 0;
	}
	#DESIGN .head h2 {
	margin-bottom: 37px;
	font-size: 22px;
	}
	#DESIGN .head h2 img {
	margin: 0 auto 10px auto;
	height: 30px;
	}
	#DESIGN .head p {
	font-size: 15px;
	line-height: 1.6;
	}
	#DESIGN	.block {
	padding: 0 0 120px 0;
	}
	#DESIGN	.block:nth-of-type(odd) {
	display: flex;
	align-items: flex-end;
	gap: 80px;
	}
	#DESIGN	.block:nth-of-type(odd) .image {
	margin-left: 0;
	width: 550px;
	}
	#DESIGN	.block:nth-of-type(even) {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 80px;
	}
	#DESIGN	.block:nth-of-type(even) .image {
	margin-right: 0;
	width: 550px;
	}
	#DESIGN	.block .image img {
	display: block;
	width: 100%;
	height: auto;
	}
	#DESIGN .block .pack {
	padding: 0;
	width: 282px
	}
	#DESIGN .block h3 img {
	display: block;
	width: auto;
	height: 20px;
	}
	#DESIGN .block p {
	margin-top: 50px;
	font-size: 15px;
	line-height: 1.6;
	}
}


#BG {
position: relative;
}
#BG .image img {
display: block;
width: 100%;
height: auto;
}
#BG .image {
position: relative;
width: 100%;
height: auto;
aspect-ratio: 750 / 545;
}
#BG .image div {
position: absolute;
width: 100%;
height: auto;
opacity: 0;
animation: fade 24s infinite;
}
#BG .image div:nth-child(1) {
animation-delay: 0s;
}
#BG .image div:nth-child(2) {
animation-delay: 8s;
}
#BG .image div:nth-child(3) {
animation-delay: 16s;
}
@keyframes fade {
0%     { opacity: 0; z-index: 4; }
12.5%  { opacity: 1; z-index: 3; }
25%  { opacity: 1; z-index: 2; }
87.5%  { opacity: 1; z-index: 1; }
100%   { opacity: 0; z-index: 0; }
}
#BG .pack {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
width: 81.333vw;
z-index: 5;
color: #fff;
text-align: center;
filter: drop-shadow(0 0 5px #000);
}
#BG h2 img {
display: block;
margin: 0 auto 1.6vw auto;
width: auto;
height: 7.2vw;
}
#BG .catch {
font-family: 'A1 Mincho', serif;
font-size: 4.267vw;
letter-spacing: 0.05em;
}
#BG .lead {
margin-top: 5.333vw;
font-size: 3.733vw;
line-height: 1.36;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	#BG {
	position: relative;
	}
	#BG .image img {
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
	}
	#BG .image {
	position: relative;
	width: 100%;
	height: 350px;
	aspect-ratio: auto;
	}
	#BG .pack {
	width: 964px;
	text-align: left;
	}
	#BG h2 img {
	display: block;
	margin: 0 0 11px 0;
	width: auto;
	height: 40px;
	}
	#BG .catch {
	font-size: 22px;
	}
	#BG .lead {
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.6;
	}
}


#SCENE {
position: relative;
}
#SCENE .cont {
margin: 0 auto;
padding: 11.733vw 0 0 0;
width: 81.333vw;
}
#SCENE .block {
padding-bottom: 14.667vw;
}
#SCENE .swiper-slide {
background-color: #fff;
height: auto;
}
#SCENE .swiper-slide__box {
height: 100%;
}
#SCENE h3 {
margin-top: 6.667vw;
}
#SCENE h3 img {
width: auto;
height: 11.733vw;
}
#SCENE .block p {
margin-top: 10.667vw;
font-size: 3.733vw;
line-height: 1.36;
letter-spacing: 0.05em;
}
#SCENE .pack {
background-color: #fff;
padding-bottom: 5.333vw;
}
#SCENE img {
display: block;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
	#SCENE .cont {
	margin: 0 auto;
	padding: 80px 0 100px 0;
	width: 846px;
	}
	#SCENE .block {
	position: relative;
	margin-bottom: 120px;
	padding: 0;
	}
	#SCENE .block:last-child {
	margin-bottom: 0;
	}
	#SCENE .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	}
	#SCENE .image {
	width: 378px;
	}
	#SCENE h3 {
	margin-top: 0;
	}
	#SCENE h3 img {
	width: auto;
	height: 48px;
	}
	#SCENE .block p {
	margin-top: 120px;
	font-size: 15px;
	line-height: 1.6;
	}
	#SCENE .pack {
	background-color: #fff;
	padding: 45px 0 0 0;
	width: 398px;
	}
	#SCENE .swiper-navigation {
	position: absolute;
	left: 448px;
	bottom: 0;
	margin: 0;
	z-index: 4;
	}
}