/*============================
MV
============================*/
#mv {
	background-image: url(../img/satsuyoku_other_mv.jpg);
}




/*============================
年表
============================*/
#history {
	padding-bottom: 1.00rem;
}

#history .history_table_wrap table {
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#history .history_table_wrap table {
		font-size: 0.14rem;
		line-height: 1.55;
		letter-spacing: 0.05em;
	}
}

#history .history_table_wrap table th {
	background-color: #B3CBEA;
	padding: 0.10rem;
}

#history .history_table_wrap table .gengou {
	width: 0.60rem;
}

#history .history_table_wrap table .year {
	width: 1.00rem;
}

#history .history_table_wrap table .title {
	width: 5.00rem;
}

#history .history_table_wrap table tr {
	background-color: #F1F1F1;
}

#history .history_table_wrap table td {
	padding: 0.10rem;
}

#history .history_table_wrap table td.center {
	text-align: center;
}

#history .history_table_wrap table .Gray {
	background-color: #DDD;
}

/* 戻るボタン */
#history  .more_btn {
	width: 100%;
	max-width: 3.40rem;
	margin: 0.50rem auto 0;
}

#history  .more_btn a {
	display: block;
	color: #111;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0;
	border: 1px solid #111;
	padding: 0.24rem 0 0.26rem;
	border-radius: 0.25rem;
	text-decoration: none;
	position: relative;
}

#history .more_btn a::after {
	content: "";
	width: 0.22rem;
	height: 0.10rem;
	background-image: url(../common/img/link_arrow_rev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.15rem;
	top:48%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#history  .more_btn a:hover {
	background-color: #111;
	color: #FFF;
}

#history  .more_btn a:hover::after {
	background-image: url(../common/img/link_arrow_rev_white.svg);
	left: 0.10rem;
}