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

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

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

#after {
	margin-bottom: 20vw;
}

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

#after figure {
	height: 77.82051282051282vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

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

#after .section {
	display: flex;
	align-items: center;
	height: 77.82051282051282vw;
	padding: 0 5vw;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#after h4 {
	font-weight: 700;
	font-size: 5vw;
	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 {
	transform: translateY(-20px);
	position: relative;
}

.pdf {
	transform: translateY(-20px);
	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 change
--------------------------------------------------------- */

#change {
	margin-bottom: 20vw;
	padding: 15vw 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;
	margin-bottom: 5vw;
}

#change .section {
	width: 28%;
	margin: 0 2% 4%;
	padding: 5vw;
	background: #fff;
	transform: translateY(20px);
	opacity: 0;
}

#change .section:nth-of-type(n + 4) {
	width: 36%;
}

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

#change .section img {
	height: 14vw;
}

#change p {
	margin: 5vw 5vw 8vw;
	transform: translateY(20px);
	opacity: 0;
}

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

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

#cancel {
	margin-bottom: 25vw;
}

#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 {
	height: 77.82051282051282vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

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

#cancel .section {
	display: flex;
	align-items: center;
	height: 77.82051282051282vw;
	padding: 0 5vw;
	text-align: justify;
	position: relative;
	z-index: 0;
}

#cancel h4 {
	font-weight: 700;
	font-size: 5vw;
	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 {
	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 p {
	transform: translateY(-20vw);
	position: relative;
}
