@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 after
--------------------------------------------------------- */

#after {
	margin-bottom: 160px;
}

#after .container {
	position: relative;
	z-index: 0;
}

#after figure {
	width: 771px;
	height: 550px;
	background: #ddd;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

#after figure img {
	max-width: 400%;
	height: 860px;
	transform: translateY(-160px);
	position: relative;
}

#after .section {
	display: flex;
	align-items: center;
	height: 550px;
	padding-left: 680px;
	text-align: justify;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 0;
}

#after h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	color: #55472e;
	transform: translateY(-20px);
	position: relative;
}

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

#after p {
	font-size: 18px;
	transform: translateY(-20px);
	position: relative;
}

.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 change
--------------------------------------------------------- */

#change {
	margin-bottom: 160px;
	padding: 90px 0;
	background: #f9f9f9;
	transform: translateY(20px);
	opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

#change .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#change .section {
	width: 272px;
	margin: 0 30px 60px;
	padding: 30px;
	background: #fff;
	transform: translateY(20px);
	opacity: 0;
}

#change figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
}

#change .section img {
	height: 120px;
}

#change p {
	margin-bottom: 50px;
	transform: translateY(20px);
	opacity: 0;
}

#change .pdf {
	transform: translateY(20px);
	opacity: 0;
}

/* ---------------------------------------------------------
	CSS Document cancel
--------------------------------------------------------- */

#cancel {
	margin-bottom: 160px;
}

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

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

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

#cancel .container {
	position: relative;
	z-index: 0;
}

#cancel figure {
	width: 771px;
	height: 550px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

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

#cancel figure img {
	max-width: 400%;
	height: 660px;
	transform: translateY(-60px);
	position: absolute;
	right: 0;
}

#cancel .section {
	display: flex;
	align-items: center;
	height: 550px;
	padding-right: 680px;
	text-align: justify;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 0;
}

#cancel h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	color: #55472e;
	transform: translateY(-20px);
	position: relative;
}

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

#cancel p {
	font-size: 18px;
	transform: translateY(-20px);
	position: relative;
}

/* ---------------------------------------------------------
	CSS Document trouble
--------------------------------------------------------- */

#trouble .h3 {
	margin-bottom: 60px;
}

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

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

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

#trouble .container {
	position: relative;
	z-index: 0;
}

#trouble p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
	color: #55472e;
	transform: translateY(-40px);
	position: relative;
}
