@charset "UTF-8";


.gw50th-history-header p{
	 font-family: "リュウミン M-KL", sans-serif;
}
.gw50th-history-col-header h3,
.gw50th-history-header h2{
	font-family: "VibeMO Compressed Pro Light", sans-serif;
}
.gw50th-history-col-header h3,
.gw50th-history-header h2{
	color: #CEAF68;
}

.gw50th-history-col-header h3{
	opacity: 0;
}
.gw50th-history-col-header:after{
	opacity: 0;
}

.gw50th-history-col-detail{
	opacity: 0;
}

.gw50th-history-col-header.on h3{
	opacity: 1;
	transition: opacity 600ms linear;
}
.gw50th-history-col-header.on:after{
	opacity: 1;
	transition: opacity 600ms ease;
}
.gw50th-history-col-header.on h3 span:after{
	width: 100vw;
}
.gw50th-history-col-detail.on{
	opacity: 1;
	transition: opacity 600ms ease;
}
.gw50th-history-table-wrap .table-line-v{
	height: 0;
	transition: height 500ms ease;
}	

.gw50th-statemant,
.gw50th-mainimg{
	opacity: 0;
}
.is-show-statement .gw50th-statemant,
.is-show-statement .gw50th-mainimg{
	opacity: 1;
	transition: opacity 600ms ease;	
}


@media screen and (min-width: 768px) {

	.gw50th-mainimg{
		position: relative;
		margin: 65px auto 0;
		max-width: 1100px;
	}
	.gw50th-history-header{
		text-align: center;
	}
	.gw50th-history{
		position: relative;
		max-width: 1320px;
		margin: 60px auto 0;
	}
	.gw50th-history-header p{
		font-size: 32px;
	}
	.gw50th-history-header p + h2{
		margin: 60px 0 0;
	}
	.gw50th-history-header h2{
		font-size: 120px;
	}
	.gw50th-history-header h2 span{
		font-size: 70px;
		vertical-align: top;
	}

/* gw50th-history-table
====================================================================*/

	.gw50th-history-sec + .gw50th-history-sec{
		margin-top: 25px;
	}

	.gw50th-history-table{
		position: relative;
		padding: 0 0 60px;
	}

/*	.gw50th-history-table:after{
		content: "";
		display: block;
		clear: both;
		height: 0;
	}*/
/*	.gw50th-history-table:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 1px;
		height: 100%;
		border-left: 1px dotted #CEAF68;
	}	
*/

	.gw50th-history-table-wrap{
		position: relative;
		overflow: hidden;
	}
	.gw50th-history-table-wrap .table-line-v{
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 1px;
		border-left: 1px dotted #CEAF68;
	}	


	.gw50th-history-col{
		width: 50%;
	}


	.gw50th-history-col-header{
		position: relative;
		margin: 0 0 30px;
	}
	.gw50th-history-col-header h3{
		position: relative;
		font-size: 80px;
		overflow: hidden;
/*		opacity: 0;
*/	}
	.gw50th-history-col-header:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		display: block;
		width: 24px;
		height: 24px;
		background: #CEAF68;
		border-radius: 12px;
	}
	.gw50th-history-col-header h3 span:after{
		width: 0;
		transition: width 1000ms 300ms linear;
	}
	.gw50th-history-col-header h3 span{
		position: relative;
	}
	.gw50th-history-col-header h3 span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		display: block;
		width: 0;
		height: 1px;
		background: #CEAF68;
/*		transition: width 1000ms linear;
*/	}
/*	.gw50th-history-col-header h3.on{
		opacity: 1;
		transition: opacity 600ms linear;
	}*/
/*	.gw50th-history-col-header h3.on span:after{
		width: 100vw;
	}*/

	.gw50th-history-col p{
		font-size: 20px;
		text-indent: -1em;
		padding: 0 0 0 1em;
		font-weight: bold;
		line-height: 1.6;
	}
	.gw50th-history-col p:before{
		content: "・";
		display: inline;
	}
	.gw50th-history-col figure{
		margin: 30px 0 0;
	}
	.gw50th-history-col .gw50th-history-col-detail-inner + .gw50th-history-col-detail-inner{
		margin-top: 30px;
	}


	.gw50th-history-col:nth-child(odd) .gw50th-history-col-header h3{
		text-align: left;
	}
	.gw50th-history-col:nth-child(even) .gw50th-history-col-header h3{
		text-align: right;
	}
	.gw50th-history-col:nth-child(odd) .gw50th-history-col-header h3 span{
		padding: 0 22px 0 0;
	}
	.gw50th-history-col:nth-child(even) .gw50th-history-col-header h3 span{
		padding: 0 0 0 22px;
	}
	.gw50th-history-col:nth-child(odd) .gw50th-history-col-header h3 span:after{
		left: 100%;
	}
	.gw50th-history-col:nth-child(even) .gw50th-history-col-header h3 span:after{
		right: 100%;
	}


	.gw50th-history-col:nth-child(even) .gw50th-history-col-header:after{
		left: -12px;
	}
	.gw50th-history-col:nth-child(odd) .gw50th-history-col-header:after{
		right: -12px;
	}

	.gw50th-history-table{
		display: flex;
		flex-wrap: wrap;
	}
	.gw50th-history-table .gw50th-history-col{
		width: 50%;
	}

	.gw50th-history-col + .gw50th-history-col{
		margin-top: 60px;
	}
	.gw50th-history-col:nth-child(odd) .gw50th-history-col-detail{
		padding: 0 65px 0 0;
	}
	.gw50th-history-col:nth-child(even) .gw50th-history-col-detail{
		padding: 0 0 0 65px;
	}

	#y-1975{
		margin-top: 80%;
	}
	#y-1982{
		margin-top: 35%;
	}
	#y-1985{
		margin-top: 80%;
	}
	#y-1988{
		margin-top: 15%;
	}
	#y-1992{
		margin-top: 35%;
	}
	#y-1995{
		margin-top: -20%;
	}
	#y-1999{
		margin-top: -20%;
	}
	#y-2006{
		margin-top: 25%;
	}
	#y-2007{
		margin-top: -20%;
	}
	#y-2014{
		margin-top: 25%;
	}
	#y-2018{
		margin-top: 15%;
	}


}



@media screen and (max-width: 767px) {


	.gw50th-mainimg{
		position: relative;
		margin: 45px -16px 0;
		max-width: 1100px;
	}
	.gw50th-history-header{
		text-align: right;
	}
	.gw50th-history{
		position: relative;
		margin: 30px 0 0;
	}
	.gw50th-history-header p{
		font-size: 20px;
		text-align: center;
	}
	.gw50th-history-header p + h2{
		margin: 40px 0 0;
	}
	.gw50th-history-header h2{
		font-size: 80px;
	}
	.gw50th-history-header h2 span{
		font-size: 50px;
		vertical-align: top;
	}

/* gw50th-history-table
====================================================================*/

	.gw50th-history-sec + .gw50th-history-sec{
		margin-top: 25px;
	}

	.gw50th-history-table{
		position: relative;
		padding: 0 0 60px;
	}

.gw50th-history-table-wrap{
		position: relative;
		overflow: hidden;
	}
	.gw50th-history-table-wrap .table-line-v{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 5px;
		display: block;
		width: 1px;
		border-left: 1px dotted #CEAF68;
	}	


	.gw50th-history-col-header{
		position: relative;
		margin: 0 0 20px;
	}
	.gw50th-history-col-header h3{
		position: relative;
		font-size: 38px;
		overflow: hidden;
	}
	.gw50th-history-col-header:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 12px;
		height: 12px;
		background: #CEAF68;
		border-radius: 12px;
	}
	.gw50th-history-col-header h3 span:after{
		width: 0;
		transition: width 500ms 250ms linear;
	}
	.gw50th-history-col-header h3 span{
		position: relative;
	}
	.gw50th-history-col-header h3 span:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		display: block;
/*		width: 100vw;
*/		height: 1px;
		background: #CEAF68;
	}
	.gw50th-history-col p{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.gw50th-history-col figure{
		margin: 20px 0 0;
	}
	.gw50th-history-col .gw50th-history-col-detail-inner + .gw50th-history-col-detail-inner{
		margin-top: 30px;
	}


	.gw50th-history-col .gw50th-history-col-header h3{
		text-align: left;
	}
	.gw50th-history-col .gw50th-history-col-header h3 span{
		padding: 0 15px 0 0;
	}
	.gw50th-history-col .gw50th-history-col-header h3 span:after{
		left: 100%;
	}
	.gw50th-history-col .gw50th-history-col-detail{
		padding: 0 23px 0 0;
	}
	.gw50th-history-col + .gw50th-history-col{
		margin-top: 32px;
	}

}



