@charset "UTF-8";

.page-history .hdg-ver02 {
	position: relative;
	background-image: url(/assets/images/history/pct-main.jpg);
	background-size: cover;
	z-index: 1;
}
.wrap-history .history__text {
	margin: 0px;
	padding: 60px 15px 55px 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.wrap-history__btm .history__text {
	padding-top: 90px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.m-foot {
	position: relative;
	background: #F5F4F0;
	z-index: 1;
}
.l-breadcrumb {
	position: relative;
	background: #EFEBDF;
	z-index: 1;
}
.l-footer {
	position: relative;
	background: #F2EFE6;
	z-index: 1;
}
.m-foot .m-related {
	margin: 0;
	padding: 130px 0 80px 0;
}
@media (min-width: 768px) {
	.wrap-history .history__text {
		padding: 130px 15px 90px 15px;
		font-size: 20px;
	}
	.wrap-history__btm .history__text {
		padding-top: 100px;
		padding-bottom: 0;
		font-size: 20px;
	}
	.m-foot {
		max-width: initial;
	}
	.m-foot .m-related {
		max-width: 883px;
		margin: 0 auto;
		padding: 130px 0 80px 0;
	}
} /* pc */

/* -----------------------------------------------
 [.lst-history]
-------------------------------------------------- */
.blc-history:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, -1px);
	width: 100%;
	height: 100vh;
	background-image: url(/assets/images/history/bg-history.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.wrap-history {
	position: relative;
	padding-bottom: 10px;
	background: #F5F4F0;
	z-index: 1;
}
.wrap-history__btm {
	padding-top: 30px;
	padding-bottom: 30px;
}
.l-main {
	padding-bottom: 0;
}
.m-foot {
	padding-bottom: 100px;
}
.m-foot .hdg-ver03 {
	margin-top: 0;
	padding-top: 130px;
}
@media (min-width: 768px) {
	.wrap-history {
		padding-bottom: 50px;
	}
	.wrap-history__btm {
		padding-top: 80px;
		padding-bottom: 65px;
	}
	.m-foot {
		padding-bottom: 120px;
	}
	.m-foot .hdg-ver03 {
		margin-top: 0;
		padding-top: 180px;
	}
} /* pc */

.blc-history .wrp-container {
	padding: 0 20px;
}
.lst-history {
	position: relative;
	padding: 20px 25px 20px 0;
}
.lst-history:before {
	position: absolute;
	right: 10px;
	top: 200px;
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 550px);
	margin-left: -1px;
	border-right: 1px dashed #996f5d;
	z-index: 5;
}
.lst-history .lst-history__item {
	position: relative;
	margin-bottom: 30px;
}
.lst-history .lst-history__item:after {
	content: "";
	display: block;
	clear: both;
}
.lst-history .txt-history__time {
	position: absolute;
	right: -4%;
	top: 150px;
	display: table;
	margin-right: -34px;
	width: 68px;
	height: 68px;
	background-image: url(/assets/images/history/bg-history-time.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	line-height: 1.3;
}
.lst-history .lst-history1969 .txt-history__time {
	top: 50%;
	margin-top: -32px;
}
.lst-history .txt-history__time .txt-history__year {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.lst-history .lst-history__wrap {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
.lst-history .pct-history {
	padding-top: 180px;
	border-radius: 16px 16px 0 0;
}
.lst-history .hdg-lv3 {
	margin: 25px 0 30px;
	margin-bottom: 15px;
	font-size: 13px;
}
.lst-history .txt-history__time {
}
.lst-history .txt-history__detail {
	text-align: left;
	font-size: 12px;
}
.lst-history .lst-history__detail {
	padding: 0 20px 20px;
}
.lst-history .lst-history__item:nth-child(even) .lst-history__wrap {
	float: right;
}
.lst-history .lst-history__item:nth-child(odd) .lst-history__wrap {
	float: left;
}
.lst-history .link-history {
	margin-top: 10px;
	text-decoration: underline;
	font-size: 10px;
}
.lst-award {
	margin-top: 15px;
}
.lst-award__clm {
	display: table;
	width: 100%;
	font-size: 12px;
	line-height: 1.8;
}
.lst-award__clm .txt-award__time {
	display: table-cell;
	width: 25%;
	padding-right: 5%;
	box-sizing: border-box;
}
.lst-award__clm .box-award__detail {
	display: table-cell;
	width: 75%;
}
.lst-award__clm .blc-award__detail {
	display: block;
	width: 100%;
}
.lst-award__clm .txt-award__detail {
	display: inline-block;
	width: 85%;
}
.lst-award__clm .txt-award__rank {
	display: inline-block;
	width: 15%;
	padding-left: 2%;
	box-sizing: border-box;
}
.m-magazine {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 190px;
	background-color: #F5F4F0;
}

@media (min-width: 768px) {
	.blc-history {
		margin: 50px 0;
		padding-bottom: 40px;
	}
	.lst-history {
		max-width: 980px;
		margin: 0 auto;
		padding: 45px 0 0;
	}
	.lst-history:before {
		left: 50%;
		top: 280px;
		height: calc(100% - 670px);
		border-right: 2px dashed #996f5d;
	}
		.lst-history .lst-history__item {
		margin-bottom: 0;
	}
	.lst-history .lst-history__item:nth-child(even) {
		margin-left: 53%;
	}
	.lst-history .lst-history__item:nth-child(odd) {
		margin-right: 53%;
	}
	.lst-history .lst-history__item a .pct-history {
		display: block;
		transition: all 0.3s ease;
	}
	.lst-history .lst-history__item a:hover .pct-history {
		opacity: 0.7;
	}
	.lst-history__item:nth-child(even) .txt-history__time {
		position: absolute;
		width: 108px;
		height: 108px;
		left: 0;
		top: 224px;
		margin-left: -80px;
	}
	.lst-history__item:nth-child(odd) .txt-history__time {
		position: absolute;
		width: 108px;
		height: 108px;
		right: 0;
		top: 224px;
		margin-right: -85px;
	}
	.lst-history .lst-history1969 .txt-history__time {
		top: 50%;
		margin-top: -54px;
	}
	.lst-history .txt-history__time .txt-history__year {
		font-size: 18px;
	}
	.lst-history .lst-history__wrap {
		/*width: 47%;*/
	}
	.lst-history .pct-history {
		padding-top: 280px;
	}
	.lst-history .lst-history__detail {
		padding: 0 25px 25px;
	}
	.lst-history .hdg-lv3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.lst-history .txt-history__detail {
		font-size: 16px;
	}
	.lst-history .link-history {
		font-size: 16px;
	}
	.lst-award {
		margin-top: 35px;
	}
	.lst-award__clm {
		font-size: 16px;
	}
	/*位置調整*/
	.lst-history2000 {
		margin-top: -200px;
	}
	.lst-history2001 {
		margin-top: -100px;
	}
	.lst-history2002 {
		margin-top: -70px;
	}
	.lst-history2005 {
		margin-top: -130px;
	}
	.lst-history2007 {
		margin-top: -180px;
	}
	.lst-history2008 {
		margin-top: -180px;
	}
	.lst-history2011 {
		margin-top: -180px;
	}
	.lst-history2012 {
		margin-top: -50px;
	}
	.lst-history2013 {
		margin-top: -180px;
	}
	.lst-history2015__01 {
		margin-top: -130px;
	}
	.lst-history2015__02 {
		margin-top: -180px;
	}
	.lst-history2015__03 {
		margin-top: -180px;
	}
	.lst-history2019 {
		margin-top: -180px;
	}
	/*hover*/
	.lst-history a:hover .link-history {
		text-decoration: none;
	}

	.m-magazine {
		position: relative;
		max-width: initial;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 120px;
	}
	.m-magazine > div {
		max-width: 460px;
		margin: 0 auto;
	}
} /* pc */
