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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 130px;
}

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

#about {
	margin-bottom: 60px;
}

#about h3 {
	margin-bottom: 30px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.5;
	color: #d57d7a;
}

#about h3 span {
	display: inline-block;
	vertical-align: top;
	font-size: 29px;
	letter-spacing: -2.5px;
}

#about .article {
	background: #f0e7e5;
}

#about .article .container {
	padding: 30px 0;
	text-align: left;
	position: relative;
}

#about .article .w610 {
	width: 610px;
}

#about .article p {
	margin-bottom: 25px;
}

#about .article figure {
	width: 370px;
	position: absolute;
	top: -158px;
	right: 0;
}

#about .article figure img {
	box-shadow: 10px 10px 0 0 #fff;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	width: 100%;
	background: #f1f6df;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#voice:before {
	content: '';
	width: 100%;
	height: 236px;
	background: url(../../include/top/voice_01.png) no-repeat top;
	background-size: 100% 236px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#voice:after {
	content: '';
	width: 100%;
	height: 236px;
	background: url(../../include/top/voice_05.png) no-repeat top;
	background-size: 100% 236px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#voice .container {
	padding: 60px 0 150px;
	position: relative;
	z-index: 1;
}

#voice .container:before {
	content: '';
	width: 450px;
	height: 538px;
	background: url(../images/voice_ill.png) no-repeat 0 0;
	position: absolute;
	top: 160px;
	right: -236px;
	z-index: -1;
}

#voice .line {
	margin-bottom: 10px;
}

#voice h3 {
	margin-bottom: 80px;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.3;
	color: #96835e;
}

#voice .clearfix {
	margin-bottom: 120px;
}

#voice figure {
	width: 410px;
	text-align: right;
	position: relative;
}

#voice figure:before {
	content: '';
	width: 150px;
	height: 99px;
	background: url(../../include/top/voice_02.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: -26px;
	left: -20px;
	z-index: 2;
}

#voice .w570 {
	width: 570px;
	text-align: left;
}

#voice h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #d57d7a;
}

#voice .age {
	margin-bottom: 20px;
	text-indent: -0.5em;
	font-size: 15px;
	line-height: 1;
	color: #d57d7a;
}

#voice p {
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-top: -80px;
	margin-bottom: 80px;
}

#outline h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 26px;
	color: #96835e;
	position: relative;
}

#outline h3:before {
	content: '';
	width: 220px;
	height: 198px;
	background: url(../images/outline_01.png) no-repeat top / 100% auto;
	position: absolute;
	top: -70px;
	right: 10px;
	z-index: 1;
}

#outline h4 {
	margin: 35px 0 20px;
	font-weight: normal;
	font-size: 20px;
}

#outline .table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

#outline dl {
	display: table-row;
}

#outline dt {
	display: table-cell;
	vertical-align: top;
	width: 230px;
	padding: 15px 20px;
	border: solid 1px #d6d6d5;
	background: #f3f3f2;
}

#outline dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	border: solid 1px #d6d6d5;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document chart
--------------------------------------------------------- */

#chart {
	margin-bottom: 40px;
	font-size: 0;
}

#chart h3 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 26px;
	color: #96835e;
}

#chart h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #d57d7a;
}

#chart .clearfix {
	display: inline-block;
	vertical-align: top;
	width: 497px;
	margin-bottom: 30px;
	padding: 20px 28px 0;
	border: solid 5px #dededd;
	text-align: left;
	font-size: 16px;
}

#chart .clearfix:nth-of-type(even) {
	margin-right: 30px;
}

#chart .w290 {
	width: 280px;
	text-align: left;
}

#chart .w290 p {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #ddd 97%, #ddd 100%);
	background-size: 100% 40px;
	line-height: 40px;
}

#chart .w130 {
	width: 131px;
	height: 165px;
	position: relative;
}

#chart .w130 img {
	opacity: 0;
}

/* key_roll */

@keyframes key_roll {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

#chart.active .w130 img {
	animation: key_roll 1s 0.5s forwards;
}

#chart.active .graph_02 .w130 img {
	animation-delay: 0.9s;
}

/* key_bounce */

@keyframes key_bounce {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

#chart .w170 figure {
	height: 100px;
	margin-top: 15px;
	margin-bottom: -1px;
	text-align: center;
	line-height: 100px;
}

#chart .w170 figure img {
	opacity: 0;
}

#chart.active .w170 figure img {
	animation: key_bounce 1s 0.7s forwards;
}

#chart .w300 {
	width: 260px;
	font-size: 15px;
	line-height: 30px;
}

#chart .w300 li {
	padding-left: 15px;
	position: relative;
	top: -20px;
	opacity: 0;
	transition: .6s;
}

#chart.active .w300 li {
	top: 0;
	opacity: 1;
}

#chart .w300 li:nth-of-type(odd) {
	background: #f3f3f2;
}

#chart .w300 li:nth-of-type(1) {
	transition-delay: 0.3s;
}

#chart .w300 li:nth-of-type(2) {
	transition-delay: 0.5s;
}

#chart .w300 li:nth-of-type(3) {
	transition-delay: 0.7s;
}

#chart .w300 li:nth-of-type(4) {
	transition-delay: 0.9s;
}

#chart .w300 li:nth-of-type(5) {
	transition-delay: 1.1s;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support {
	padding: 35px 45px;
	background: #f4eeeb;
}

#support .w260 {
	width: 260px;
	text-align: left;
}

#support .w260 h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 32px;
	border-bottom: double 3px #b92765;
	background: url(../images/support_01.png) no-repeat 0 3px / 25px auto;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #b92765;
}

#support .w260 h4 {
	margin-bottom: 5px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1.4px;
	color: #96835e;
}

#support .w640 {
	width: 630px;
	text-align: left;
}
