
div.mainimg h2 {
	padding-top: 100px;
}

div.mainimg h2 em {
	display: block;
	padding-top: 50px;
}

div.mainimg div.year {
	height: auto;
	margin: 0 auto;
	padding: 100px 0 80px 0;
	width: 80%;
}

div.mainimg div.year img {
	height: auto;
	opacity: 0;
	width: 100%;
}

/************************************/

.fadeUp {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/************************************/

div.lead {
	letter-spacing: .1em;
	padding-bottom: 80px;
}

div.lead h2 {
	font-size: 35px;
	font-weight: 300;
	padding-bottom: 15px;
}

div.lead p {
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0;
	text-align: center;
}

div.skex {
	background: black url(images/skex_bg.jpg) no-repeat center right;
	background-size: 1400px;
	color: white;
	padding: 100px 0 150px 0;
	position: relative;
	text-align: center;
}

div.skex div.text {
	margin: 0 auto;
	width: 1100px;
}

div.skex div.text h2 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .1em;
	padding-bottom: 30px;
	text-align: left;
}

div.skex div.text p {
	font-weight: 300;
	line-height: 2em;
}

div.skex span.small {
	bottom: 30px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 11px;
	position: absolute;
	right: 30px;
}

div.contents {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

div.contents div.active {
	background: none;
}

div.contents div.year {
	left: 50%;
	position: absolute;
	top: 50px;
	transform: translate(-50%, 80px);
}

div.contents div.year.active {
	transform: translate(-50%, 0px);
}

div.contents div.year em {
	color: #bfa27a;
	display: block;
	letter-spacing: .1em;
	padding-top: 10px;
	text-align: center;
}

div.contents div.img {
	margin: 0 auto;
	padding: 170px 0 70px 0;
}

div.contents div.text-wrapper {
	font-weight: 300;
	margin-top: 170px;
	padding-bottom: 50px;
	position: relative;
	width: 50%;
}

div.ninetyfive div.contents div.text-wrapper {
	border-image: linear-gradient(to bottom, black 0%, transparent 100%) 1;
	border-left: 1px solid black;
	width: calc(50% + 1px);
}

div.contents div.text-wrapper h2 {
	margin-left: 70px;
}

div.contents div.text-wrapper h2:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	top: 0;
	width: 9px;
}

div.ninetyfive div.contents div.text-wrapper h2:before {
	background-color: black;
	left: -75px;
	top: -1px;
}

div.contents div.text-wrapper div.accordiontext {
	padding-left: 70px;
}

div.contents div.text-wrapper div.accordiontext h3 {
	padding: 25px 0 0 0;
	text-align: left;
}

div.ninetyfive div.contents div.text-wrapper div.accordiontext div.img-s {
	padding: 10px 0;
}

div.ninetyfive div.contents div.text-wrapper div.accordiontext div.img-s img {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2);
}

div.ninetyfive div.contents div.text-wrapper div.accordiontext div.img-s span {
	display: block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: 600 ;
	padding-top: 5px;
}

div.ninetynine {
	background: #430f13 url(images/1999_bg.png) no-repeat right bottom;
	color: white;
}

div.ninetynine div.contents div.active {
	background: none;
}

div.ninetynine div.contents div.text-wrapper {
	border-image: linear-gradient(to bottom, white 0%, transparent 100%) 1;
	border-right: 1px solid white;
}

div.ninetynine div.contents div.text-wrapper h2 {
	margin: 0 50px 0 0;
	text-align: left;
	width: 540px;
}

div.ninetynine div.contents div.text-wrapper h2:before {
	background-color: white;
	right: -55px;
	top: -1px;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext {
	padding: 0 50px 0 0;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext p {
	margin: 0;
	padding-top: 20px;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext p:last-child {
	padding-bottom: 20px;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext div.hide-text p:first-child {
	padding-top: 0;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext button.readmore {
	background: #430f13;
	border: 1px solid white;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext button.readmore::after {
	color: white;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext button.readmore.open::after {
	color: white;
}

div.future {
	background: url(images/future_bg_craftman.png), url(images/future_bg_piano.jpg);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
}

div.future div.img {
	height: 276px;
	padding: 70px 0 0 0;
	width: 400px;
}

div.future div.img span.title {
	display: block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 14px;
	padding-top: 5px;
	text-shadow: 1px 2px 3px black;
}

div.future div.contents div.text-wrapper {
	background-position: top 90px left, left 4px center;
	border-image: linear-gradient(to bottom, black 0%, transparent 100%) 1;
	border-left: 1px solid black;
	margin: 0 0 auto 0;
	padding: 70px 0 50px 0;
	position: static;
	width: calc(50% + 1px);
}

div.future div.contents div.text-wrapper h2:before {
	background-color: black;
	left: -70px;
	margin-left: -5px;
	top: -5px;
}

div.history {
	background: #efeee8;
	padding: 70px 0;
}

div.history-contents {
	margin: 0 auto;
	position: relative;
	width: 850px;
}

div.history h2 {
	color: #a2864b;
	font-size: 36px;
	letter-spacing: .2em;
}

div.history h3.subtitle {
	padding: 0;
}

div.history img {
	left: 87%;
	position: absolute;
	top: -30px;
	transform: translateX(-50%);
}

div.history table {
	display: block;
	padding-top: 50px ;
}

div.history table tr {
	border-bottom: 1px solid black;
}

div.history table tr:first-child {
	border-top: 1px solid black;
}

div.history table tr:nth-child(2n) {
	background: white;
}

div.history table th {
	color: #a2864b;
	font-size: 17px;
	padding: 10px 30px 10px 50px;
	vertical-align: top;
	width: 30px;
}

div.history table td {
	font-size: 14px;
	font-weight: 300;
	padding: 10px 0;
	width: 740px;
}

div.history div.text table {
	padding-top: 0;
}

div.history div.text table tr:first-child {
	border-top: none;
}

div.history div.text {
	display: none;
	position: relative;
}

div.history div.show_more {
	background: linear-gradient(180deg, rgb(239, 238, 232, 0) 0%, rgb(239, 238, 232, 1) 58%);
	bottom: -40px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 300;
	height: 100px;
	left: 0;
	line-height: 30px;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	transition: bottom .2s;
	width: 100%;
}

div.history div.show_more.end {
	height: 50px;
	padding-top: 30px;
	position: static;
}

div.craftman {
	background: url(images/craftmanbg.png) no-repeat left bottom;
	padding: 100px 0;
	text-align: center;
}

div.craftman div.text p {
	font-weight: 300;
	text-align: center;
}

div.craftman ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

div.craftman ul li {
	padding: 0 15px;
	width: 320px;
}

div.craftman ul li div.name {
	display: flex;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	justify-content: center;
	min-height: 80px;
}

div.craftman ul li div.name em {
	border-right: 1px solid black;
	font-size: 18px;
	padding: 10px 10px 5px 10px;
}

div.craftman ul li div.name span {
	font-size: 12px;
	padding: 10px 10px 0 10px;
	text-align: left;
}

div.craftman ul li div.name span span.small {
	font-size: 11px;
	letter-spacing: -.1em;
	padding: 0;
}

div.craftman ul li div.copy {
	font-size: 24px;
	font-weight: 300;
	padding: 10px 0 20px 0;
}

#bottom-message {
	margin: 0 auto;
	text-align: center;
}

#bottom-message.hidden {
	background-color: white;
}

#bottom-message.visible {
	animation: bgcolor 2s ease-in-out;
	background-color: black;
}

#bottom-message div.bottom-message-bg {
	background: url(images/message_bg_bottom.png), url(images/message_bg_right.png), url(images/message_bg_left.png);
	background-position: center bottom, top right, bottom 40px left;
	background-repeat: no-repeat;
	background-size: 400px, 350px, 320px;
	margin: 0 auto;
	padding: 100px 0 250px 0;
	width: 1200px;
}

@keyframes bgcolor {
	0% {
		background-color: white;
	}
	100% {
		background-color: black;
	}
}

#bottom-message h2,
#bottom-message h3 {
	border-color: transparent;
	color: transparent;
}

#bottom-message p {
	color: transparent;
	font-weight: 300;
	margin: 30px 0;
	text-align: center;
}

#bottom-message.visible h2,
#bottom-message.visible h3,
#bottom-message.visible p {
	animation: fadeIn 5s forwards;
}

@keyframes fadeIn {
	0% {
		border-color: transparent;
		color: transparent;
	}
	100% {
		border-color: white;
		color: white;
	}
}

#bottom-message.visible h2.title-w {
	animation-delay: .1s;
}

#bottom-message.visible h3.subtitle-w {
	animation-delay: 1s;
	padding-bottom: 0;
}

#bottom-message.visible p.txt01 {
	animation-delay: 1.5s;
}

#bottom-message.visible p.txt02 {
	animation-delay: 2.5s;
}

#bottom-message.visible p.txt03 {
	animation-delay: 4s;
}

#bottom-message.visible p.txt04 {
	animation-delay: 6s;
}

div.youtube {
	margin: 0 auto;
	padding: 100px 0 50px 0;
	width: 800px;
}

div.youtube h2 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: 20px;
	padding: 5px;
}

div.youtube iframe {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

