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

#list {
	margin-bottom: 130px;
}

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

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

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

#list .flex {
	display: flex;
	flex-wrap: wrap;
}

#list .entries {
	width: 370px;
	margin-right: 45px;
	margin-bottom: 3%;
}

#list .entries:nth-of-type(3n) {
	margin-right: 0;
}

#list .entries:hover {
	opacity: 0.6;
}

#list .entries figure {
	height: 370px;
	overflow: hidden;
}

#list .entries figure img {
	transition: .4s;
}

#list .entries:hover figure img {
	transform: scale(1.1, 1.1);
}

#list .entries dl {
	width: 86%;
	margin-top: -30px;
	padding: 15px 50px 0 0;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

#list .entries dl:before {
	content: '';
	width: 38px;
	height: 38px;
	border: solid 1px #55472e;
	position: absolute;
	bottom: 0;
	right: 0;
}

#list .entries dl:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 1px #55472e;
	border-right: solid 1px #55472e;
	transform: rotate(45deg);
	position: absolute;
	bottom: 13px;
	right: 17px;
}

#list .entries dt {
	margin-bottom: 0.7em;
}

#list .entries dt a {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #55472e;
}

#list .entries dt .new {
	margin-right: 0.5em;
	padding: 0 0.2em;
	background: #ec3b04;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
}

#list .entries dt a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	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;
}

#change [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 h4 {
	margin-top: 80px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
	color: #55472e;
	transform: translateY(-20px);
	position: relative;
}

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

#flow .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#flow .flex .section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	background: #f9f9f9;
	position: relative;
}

#flow .flex .section:not(:last-of-type):after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -10px;
	border: solid 10px transparent;
	border-left: solid 8px #ccc;
	position: absolute;
	top: 50%;
	right: -28px;
}

#flow .flex .flow_02 {
	margin-bottom: 60px;
}

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

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

#flow .flex .return {
	width: 200px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	color: #55472e;
	position: absolute;
	bottom: -65px;
	right: 50%;
}

#flow .flex .return:before {
	content: '';
	width: 100%;
	height: 100%;
	border: solid 2px #ccc;
	border-top: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#flow .flex .return:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-bottom: solid 8px #ccc;
	position: absolute;
	top: -13px;
	left: -13px;
}

/* ---------------------------------------------------------
	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 {
	margin-bottom: 100px;
}

#about .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}

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

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