@charset "utf-8";

/* 基本設定
---------------------------------------------------------------------------*/

#heisei__outer{
	font-family: 'Sawarabi Mincho', sans-serif;
	/*font-family: 'Sawarabi Gothic', sans-serif;*/
	/*font-family: 'Gravitas One', cursive;*/
	font-weight: 400;
	color: #000;
	line-height: 1.75;
	min-width: 980px;
	background: url(/img/special/heisei_history/bg2.jpg) center top repeat;
}
#heisei__outer *{
	box-sizing : border-box;
}
.disp-sp{
	display: none;
}
#heisei__outer img{
	vertical-align: bottom;
}

/* ヘッダー
---------------------------------------------------------------------------*/

#heisei .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
}
#heisei .header a{
	transition: all 0.3s linear;
	display: block;
}
#heisei .header a:hover{
	opacity: 0.7;
}
#heisei .header__logo{
	padding: 15px 0 15px 20px;
}

#heisei .header__btn{
	position:absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
#heisei .header__item:first-child{
	margin-right: 20px;
}
#heisei .header__item.jbtn a{
	display: block;
	background: #0f155b;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 10px 60px;
	transition: all 0.3s linear;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1;
}
#heisei .header__item.jbtn a:hover{
	opacity: 0.9;
}
#heisei .header__item.jbtn a img{
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
#heisei .header__item.jbtn a i{
	font-style: normal;
	font-size: 16px;
	transition: all 0.1s linear;
}
#heisei .header__item.jbtn a:hover i{
	padding-left: 3px;
	margin-right: -3px;
}

/*IE11*/
@media all and (-ms-high-contrast: none){
	#heisei .header__item.jbtn a:hover i{
		padding-left: 0;
		margin-right: 0;
		transform: translateX(3px);
	}
}
/*Firefox*/
@-moz-document url-prefix(){
  #heisei .header__item.jbtn a{
	  padding: 10px 40px 10px 80px;
	}
}
@-moz-document url-prefix(){
  #heisei .header__item.jbtn a i{
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	}
}
@-moz-document url-prefix(){
  #heisei .header__item.jbtn a:hover i{
		right: 19px;
	}
}

/* KV
---------------------------------------------------------------------------*/

#heisei .kv{
	width: 100%;
	opacity: 0;
	transition: all 0.3s linear;
}
#heisei .kv.slick-initialized{
	opacity: 1;
}
#heisei .kv img{
	width: 100%;
	height: auto;
}

#heisei .slick-slider{
	padding: 0;
	background: none;
	font-size: 0;
}

/* page title
---------------------------------------------------------------------------*/
#heisei .pageTitle{
	background: url("/img/special/heisei_history/bg1.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
	padding: 60px 0 70px;
	text-align: center;
}
#heisei .pageTitle__eng{
	font-size: 20px;
	letter-spacing: 0.1em;
}
#heisei .pageTitle__jp{
	font-size: 30px;
	letter-spacing: 0.25em;
	line-height:1.3;
	padding-top: 0.3em;
}

/* History
---------------------------------------------------------------------------*/
.heiseiHistory{
	max-width: 1700px;
    margin: 0 auto;
}
.heiseiHistory__list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.heiseiHistory__item{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	position: relative;
	background: url("/img/special/heisei_history/bg2.jpg") left top no-repeat;
	background-size: cover;
}
.heiseiHistory__item:nth-child(odd){
	flex-direction: row-reverse;
}

/* -----　年代　----- */
.heiseiHistory__yearArea{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	pointer-events: none;
	background: url("/img/special/heisei_history/line.png") center top repeat-y;
	height: 100%;
}
.heiseiYear{
	background: url("/img/special/heisei_history/shadow.png") center center no-repeat;
	width: 241px;
	height: 243px;
	text-align: center;
	transform: translateY(-25px);
}
.heiseiYear .heiseiYear__num{
	font-family: 'Gravitas One', cursive;
	font-size: 110px;
	font-style: italic;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	line-height: 1;
	letter-spacing: -0.15em;
	padding-right: 25px;
}
.heiseiYear .heiseiYear__name{
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-style: italic;
	padding: 10px 20px 10px 25px;
	letter-spacing: 0.5em;
	line-height: 1;
	transform: translateY(-27px);
}

/* -----　テキストエリア　----- */

.heiseiHistory__textArea{
	width: calc(50% + 10px);
	position: relative;
	padding-bottom: 135px;
}
.heiseiHistory__textArea .monthList{
	width: 90%;
	margin: 60px auto 0;
	list-style-type: none;
	padding: 0;
	
}
.heiseiHistory__textArea .monthList__item{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.heiseiHistory__textArea .monthList__item:last-child{
	margin-bottom: 0;
}
.heiseiHistory__textArea .monthList__month{
	font-size: 15px;
	font-weight: bold;
	width: 3em;
	text-align: center;
}
.heiseiHistory__textArea .monthList__monthItem{
	width: calc(100% - 1em);
	border-left:#42372b 2px solid;
	padding-left: 15px;
}
.heiseiHistory__textArea .monthList__title{
	font-size: 16px;
	color: #e20005;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.35;
}
.heiseiHistory__textArea .monthList__title:first-child{
	padding-top: 0;
}
.heiseiHistory__textArea .monthList__text{
	font-size: 13.5px;

}
.heiseiHistory__item:nth-child(odd) .heiseiHistory__textArea .monthList{
	padding-left: 5%;
}
.heiseiHistory__item:nth-child(even) .heiseiHistory__textArea .monthList{
	padding-right: 5%;
}


/* -----　ボタン　----- */

.heiseiHistory__btn{
	position: absolute;
	right: -30px;
	bottom: 50px;
	z-index: 600;
}
.heiseiHistory__item:nth-child(odd) .heiseiHistory__btn{
	right: auto;
	left: -30px;
}
.heiseiHistory__btn a{
	display: block;
	background: #0f155b;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 50px;
	transition: all 0.3s linear;
	letter-spacing: 0.05em;
	line-height: 1;
}
.heiseiHistory__btn a:hover{
	opacity: 0.9;
}
.heiseiHistory__btn a i{
	font-style: normal;
	font-size: 21px;
	transition: all 0.1s linear;
}
.heiseiHistory__btn a:hover i{
	padding-left: 3px;
	margin-right: -3px;
}







/*IE11*/
@media all and (-ms-high-contrast: none){
	.heiseiHistory__btn a:hover i{
		padding-left: 0;
		margin-right: 0;
		transform: translateX(3px);
	}
}
/*Firefox*/
@-moz-document url-prefix(){
  .heiseiHistory__btn a{
	  position: relative;
	}
}
@-moz-document url-prefix(){
  .heiseiHistory__btn a i{
	  position: absolute;
	  top: 50%;
	  right: 30px;
	  transform: translateY(-50%);
	}
}
@-moz-document url-prefix(){
  .heiseiHistory__btn a:hover i{
		right: 29px;
	}
}

/* -----　画像　----- */

.heiseiHistory__imgArea{
	width: calc(50% - 10px);
}
.heiseiHistory__imgArea img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
@media all and (-ms-high-contrast: none){
	.heiseiHistory__imgArea img{
		width: 100%;
		height: auto;

	}
}

/* -----　次回予告　----- */

.heiseiHistory__next{
	width: 100%;
	padding: 180px 0 20px;
	background-image: linear-gradient(0deg, #fff 0%, #fff 25%,rgba(255,255,255,0) 75%);
	position: relative;
	z-index: 900;
	text-align: center;
}
.heiseiHistory__next__text{
	font-family: 'Gravitas One', cursive;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #e71c2c;
}
.heiseiHistory__next .snsArea{
	width: 980px;
	margin: 100px auto 0;
	line-height: 1;
}
.heiseiHistory__next .snsArea.sp{
	display: none;
}

.kvArea{
	position: relative;

}
.kvArea .btn__afterhalf{
	position: absolute;
	bottom: 1%;
	left: 60%;
	width: 12%;
}
.kvArea .btn__afterhalf a{
	display: block;
}
.kvArea .btn__afterhalf a:hover{
	opacity: 0.5;
}
.kvArea .btn__afterhalf img{
	width: 100%;
}



/* -----令和対談----- */
body.reiwa_Talk .kvArea img{
	width: 100%;
	height:auto;
	min-width:980px;
}
body.reiwa_Talk .pageTitle{
	border-bottom: 1px solid #000;
}
.pageTitle__text{
	font-size: 13.5px;
	padding-top:1em;
}

.reiwaTalk{
	width:980px;
	margin:0 auto;
	padding:30px 0;
}
.reiwaTalk figure{
	margin:50px 0;
}
.reiwaTalk figure img{
	width: 100%;
	height:auto;
	
}
.reiwaTalk__title{
	font-size: 16px;
    color: #e20005;
    margin-bottom:1em;
    line-height: 1.35;
    padding-top: 1em;
}
.reiwaTalk__text{
	font-size: 13.5px;
	margin-bottom:2em;
}
.reiwaTalk__text .JFA{color:#0f155b; padding-right:1em; display:inline-block;}
.reiwaTalk__text .Jleague{color:#e20005; padding-right:1em; display:inline-block;}







