@charset "utf-8";
/* ====================================================
	大枠
==================================================== */
.commonContents {
	position: relative;
}
.commonContents .commonWrapper .flexWrapper {
	display: flex;
	justify-content: space-between;
}
/* ====================================================
	コンテンツ
==================================================== */
/* ----------------------------------------------------
	背景テキスト画像
---------------------------------------------------- */
.bgText {
	position: absolute;
	top: 0;
	right: -4px;
}
/*---------- 背景テキスト画像のアニメーション ----------*/
.bgText > div {
	opacity: 0;
	transform: translateX(10%);
	transition: opacity 1.4s ease-out 0s, transform 1.4s ease-out 0s;
}
.bgText > div.active {
	opacity: 1;
	transform: translateY(0);
}
/* ----------------------------------------------------
	年
---------------------------------------------------- */
.yearBlock {
	width: 140px;
}
.yearBlock ul {
	padding: 90px 38px 0 0;
}
.yearBlock li {
	text-align: right;
	margin: 25px 0 0;
}
.yearBlock li:first-child {
	margin-top: 0;
}
.yearBlock li span {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #d2d2d2;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 300ms 0s ease;
}
/*---------- 選択中の年 ----------*/
.yearBlock li span:hover {
	color: #0fc8c9;
}
.yearBlock li.select span {
	/*font-weight: 700;*/
	color: #0fc8c9;
	cursor: default;
}
.yearBlock li.select span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	padding-right: 0.6em;
}
/* ----------------------------------------------------
	ヒストリー
---------------------------------------------------- */
.historyBlock {
	width: 840px;
}
.historyBlock > div {
	display: none;
	position: relative;
}
.historyBlock > div.select {
	display: block;
}
/*
	垂直線
---------------------------------------------------- */
.verticalBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.startYear {
	opacity: 0;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100px;
	height: 100px;
	background-image: url(/img/history/startYear.png);
	background-repeat: no-repeat;
	margin: 90px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.startYear span {
	display: block;
	padding: 7px 0 0 3px;
}
.startYear span:first-letter {
	padding-right: 0.15em;
}
.verticalLine {
	height: 0;
	background-color: #f39800;
	width: 1px;
	margin: auto;
}
.endYear {
	opacity: 0;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #f39700;
	width: 80px;
	height: 80px;
	background-image: url(/img/history/endYear.png?version=190322);
	background-repeat: no-repeat;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
}
.endYear span {
	display: block;
	padding: 3px 0 0 3px;
	transition: all 300ms 0s ease;
}
.endYear span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	padding-right: 0.15em;
}
/*---------- 「.endYear」ホバー時 ----------*/
/*.historyBlock > div:first-child .endYear {
	cursor: default;
}
.historyBlock > div:not(:first-child) .endYear:hover {
	background-position: 0 bottom;
}
.historyBlock > div:not(:first-child) .endYear:hover span {
	color: #fff;
}*/
.historyBlock > div .endYear:hover {
	background-position: 0 bottom;
}
.historyBlock > div .endYear:hover span {
	color: #fff;
}
/*
	月ごとのヒストリー
---------------------------------------------------- */
.historyBox {
	padding: 255px 50px 170px 49px;
	position: relative;
}
.historyBox > .clearfix > li {
	margin: 60px auto 0;
}
.historyBox li > div {
	opacity: 0;
	border: 1px solid #959595;
	box-sizing: border-box;
	width: 310px;
	position: relative;
	padding-bottom: 25px;
}
.historyBox > .clearfix > li:first-child {
	margin-top: 0;
}
.historyBox > .clearfix > li:nth-child(2) {
	margin-top: 30px;
}
.historyBox li > div:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #f39800;
	top: 25px;
}
.historyMonth {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 20px 27px 0 32px;
}
.historyText {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #0fc8c9;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-top: 10px;
}
.historyImg {
	text-align: center;
	padding: 15px 20px 0;
}
.historyImg img {
  width: 93.288%;
	height: auto;
}
.historyLink {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 15px 32px 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.historyLink a {
	display: block;
	color: #00479d;
}
/*---------- 左のヒストリー ----------*/
.historyBox li.left {
	float: left;
}
.historyBox li.left > div:before {
	right: -26px;
}
.left .historyMonth {
	text-align: right;
}
.left .historyText {
	text-align: right;
	padding-left: 0;
	padding-right: 28px;
}
/*---------- 右のヒストリー ----------*/
.historyBox li.right {
	float: right;
}
.historyBox li.right > div:before {
	left: -26px;
}
.right .historyText {
	padding-left: 32px;
	padding-right: 0;
}

.historyBox li.left {
	clear: left;
}
.historyBox li.right {
	clear: right;
}
/* ====================================================
	その他
==================================================== */
footer {
	margin-top: 0;
}

/* エディター機能を反映 */
.historyBox li em {
	font-style: italic;
}
.historyBox li strong {
	font-weight: bold;
}
