@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual h2 .en {
	margin-top: 0.3em;
	line-height: 1;
}

#visual h2 .copy {
	display: block;
	overflow: hidden;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.6;
}

#visual .container:after,
#visual .container:before {
	animation: cbefore2 0.75s 1.4s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes cbefore2 {
	0% {
		height: 0;
	}
	100% {
		height: 20%;
	}
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 0 5vw 20vw;
}

#flow .effect {
	position: relative;
	transform: translateY(20px);
	opacity: 0;
}

#flow .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

#flow [data-delay="500"].effected {
	animation-delay: 0.5s;
}

#flow [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#flow [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#flow [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#change [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#flow p {
	margin-bottom: 5vw;
}


#flow .flex figure {
	margin-bottom: 5vw;
	padding: 2.5em 0;
	background: #f9f9f9;
}

#flow .flex img {
	height: 40vw;
}

#flow .flex figcaption {
	margin-bottom: 2em;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.7;
	color: #55472e;
}

/* ---------------------------------------------------------
	CSS Document renovation
--------------------------------------------------------- */

#renovation {
	margin-bottom: 20vw;
	padding: 10vw 5vw;
	background: #f9f9f9;
}

#renovation .effect {
	transform: translateY(20px);
	opacity: 0;
}

#renovation .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#renovation [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#renovation [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#renovation [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#renovation [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#renovation [data-delay="1500"].effected {
	animation-delay: 1.5s;
}

#renovation .h3.effected .line {
	animation-delay: 0.1s;
}

#renovation .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#renovation .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#renovation .h3 h3 {
	background: #f9f9f9;
}

#renovation p {
	margin-bottom: 5vw;
	text-align: justify;
}

#renovation .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10vw;
	background: url(../images/renovation_03.png) no-repeat center / auto 5vw;
}

#renovation .section {
	width: 45%;
	height: 40vw;
	position: relative;
	color: #999;
}

#renovation .section:last-of-type {
	color: #a08266;
}

#renovation figure {
	height: 40vw;
	overflow: hidden;
}

#renovation figure img {
	max-width: 400%;
	height: 45vw;
	transform: translateY(-50px);
	position: relative;
}

#renovation .caption {
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 4vw;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document pdf
--------------------------------------------------------- */

.pdf {
	margin-top: 5vw;
	position: relative;
}

.pdf a {
	display: inline-block;
	vertical-align: top;
	width: 60vw;
	border-radius: 14vw;
	background: #65472e;
	text-decoration: none;
	line-height: 14vw;
	color: #fff;
	position: relative;
}

.pdf a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .effect {
	transform: translateY(20px);
	opacity: 0;
}

#about .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#about [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#about [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#about [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#about [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#about [data-delay="1500"].effected {
	animation-delay: 1.5s;
}

#about .h3.effected .line {
	animation-delay: 0.1s;
}

#about .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#about .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#about .repair {
	margin-top: 20vw;
}

#about figure {
	height: 60vw;
	overflow: hidden;
}

#about figure img {
	max-width: 400%;
	height: 110vw;
	transform: translateY(-30vw);
	position: relative;
}

#about .section {
	margin: 8vw 5vw 15vw;
	text-align: justify;
}

#about h4 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.5;
	color: #55472e;
}

#about h4:after {
	display: block;
	content: '';
	width: 40px;
	height: 4px;
	margin-top: 20px;
	background: #a08266;
}

#about .desc {
	margin: 0 5vw 10vw;
	text-align: justify;
}
