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

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

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

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

#flow {
	margin-bottom: 130px;
	position: relative;
	z-index: 0;
}

#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;
}

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

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

#flow .container {
	width: 980px;
}

#flow p {
	margin-bottom: 40px;
}

#flow .flex {
	display: flex;
	justify-content: space-between;
}

#flow .flex figure {
	width: 470px;
	height: 340px;
	margin: 0 20px;
	padding-top: 2.5em;
	background: #f9f9f9;
}

#flow .flex img {
	height: 120px;
}

#flow .flex figcaption {
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size: 16px;
	color: #55472e;
}

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

#renovation {
	margin-bottom: 100px;
	padding: 90px 0 90px;
	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: 40px;
}

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

#renovation .section {
	width: 560px;
	height: 360px;
	position: relative;
	color: #999;
}

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

#renovation figure {
	width: 560px;
	height: 360px;
	overflow: hidden;
}

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

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

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

.pdf {
	position: relative;
}

.pdf a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	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 .container {
	display: flex;
	justify-content: space-between;
}

#about .repair {
	margin-top: 130px;
}

#about .repair .container {
	flex-flow: row-reverse;
	transform: translateY(-80px);
}

#about figure {
	width: 720px;
	height: 600px;
	overflow: hidden;
	margin-right: -120px;
	position: relative;
}

#about figure:after {
	content: '';
	background: linear-gradient(to right, transparent 50%, #fff 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#about figure img {
	max-width: 400%;
	height: 660px;
	position: relative;
}

#about .section {
	width: 540px;
	padding-top: 100px;
	text-align: justify;
}

#about h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	color: #55472e;
	position: relative;
}

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

#about p {
	position: relative;
}
