@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;
}
#heisei__outer *{
	box-sizing : border-box;
}

#banner-list.outer-block{
	margin-bottom: 0;
}
#sitemap{
	margin-top: 0;
}
#sitemap.outer-block{
	margin-top: 0;
	margin-bottom: 0;
}
#heisei__outer img{
	vertical-align: bottom;
}
#main{padding-top: 0;}

/* ヘッダー
---------------------------------------------------------------------------*/

#heisei .header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
}
#heisei .header a{
	display: block;
}
#heisei .header__logo{
	padding: 10px 0;
	margin: 0 auto;
	width: calc(100vw / 640 * 242);
}
#heisei .header__logo img{
	width: 100%;
	height: auto;
}
#heisei .header__btn{
	position:absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#heisei .header__item{
	width: calc(100vw / 640 * 102);
}
#heisei .header__item img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* 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: 25px 0 30px;
	text-align: center;
}
#heisei .pageTitle__eng{
	font-size: 12px;
	letter-spacing: 0.1em;
}
#heisei .pageTitle__jp{
	font-size: 20px;
	letter-spacing: 0.25em;
	line-height: 1.35;
	padding-top: 0.3em;
}

/* History
---------------------------------------------------------------------------*/

.heiseiHistory__list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.heiseiHistory__item{
	width: 100%;
	position: relative;
}

/* -----　年代　----- */
.heiseiHistory__yearArea{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	pointer-events: none;
	height: 100%;
}
.heiseiYear{
	background: url("/img/special/heisei_history/shadow.png") center center no-repeat;
	width: 60px;
	height: 60px;
	background-size: cover;
	text-align: center;
	transform: translateY(-12px);

}
.heiseiYear .heiseiYear__num{
	font-family: 'Gravitas One', cursive;
	font-size: 40px;
	font-style: italic;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	line-height: 1;
	letter-spacing: -0.1em;
	padding-right: 12px;
}
.heiseiYear .heiseiYear__name{
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-style: italic;
	padding: 5px 10px 5px 12px;
	letter-spacing: 0.25em;
	line-height: 1;
	transform: translateY(-13px);
}

/* -----　テキストエリア　----- */

.heiseiHistory__textArea{
	width: 100%;
	padding: 40px 20px 20px 60px;

	background-image: url("/img/special/heisei_history/line.png"), url("/img/special/heisei_history/bg2.jpg");
	background-repeat: repeat-y, no-repeat;
	background-position: 26px top, left top;
	background-size: 5px 100%, cover;
}
.heiseiHistory__textArea .monthList{
	width: 100%;
	list-style-type: none;
	padding: 0;
	
}
.heiseiHistory__textArea .monthList__item{
	margin-bottom: 10px;
}
.heiseiHistory__textArea .monthList__item:last-child{
	margin-bottom: 0;
}
.heiseiHistory__textArea .monthList__month{
	font-size: 16px;
	font-weight: bold;
}
.heiseiHistory__textArea .monthList__title{
	font-size: 13px;
	color: #0f155b;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.25;
}
.heiseiHistory__textArea .monthList__title:first-child{
	padding-top: 0;
}
.heiseiHistory__textArea .monthList__text{
	font-size: 10px;
}

/* -----　ボタン　----- */

.heiseiHistory__btn{
	position: absolute;
	right: 10px;
	bottom: -10px;
	z-index: 700;
}
.heiseiHistory__btn a{
	display: block;
	background: #ea1223;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 15px;
	transition: all 0.3s linear;
	letter-spacing: 0.05em;
}
.heiseiHistory__btn a i{
	font-style: normal;
}


/* -----　画像　----- */

.heiseiHistory__imgArea{
	width: 100%;
}
.heiseiHistory__imgArea img{
	width: 100%;
	height: auto;
}

/* -----　次回予告　----- */

.heiseiHistory__next{
	width: 100%;
	padding: 50px 0 25px;	
	background-image: linear-gradient(0deg, #fff 0%, #fff 25%, rgba(255,255,255,0) 75%), url("/img/special/heisei_history/line.png"), url("/img/special/heisei_history/bg2.jpg");
	background-repeat: no-repeat, repeat-y, no-repeat;
	background-position: left top, 26px top, left top;
	background-size: 100%, 5px 100%, cover;
	position: relative;
	
	text-align: center;
}
.heiseiHistory__next__text{
	font-family: 'Gravitas One', cursive;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #e71c2c;
}
.heiseiHistory__next .snsArea{
	width: 90%;
	margin: 50px auto 0;
	line-height: 1;
}
.heiseiHistory__next .snsArea.pc{
	display: none;
}
.snsBtnWrap{
	height: 60px;
}

.kvArea{
	position: relative;

}
.kvArea .btn__afterhalf{
	position: absolute;
    bottom: -10%;
    right: 1%;
    width: 35%;
}
.kvArea .btn__afterhalf a{
	display: block;
}
.kvArea .btn__afterhalf img{
	width: 100%;
}





/* -----令和対談----- */
body.reiwa_Talk .kvArea img{
	width: 100%;
	height:auto;
}
body.reiwa_Talk .pageTitle{
	border-bottom: 1px solid #000;
}
.pageTitle__text{
    font-size: 13.5px;
    padding-top: 1em;
    text-align: left;
    margin: 0 5%;
}

.reiwaTalk{
	padding:30px 5%;
	background: url(/img/special/heisei_history/bg1.jpg) center top repeat;
}
.reiwaTalk figure{
	margin:10px 0 30px;
}
.reiwaTalk figure img{
	width: 100%;
	height:auto;
	
}
.reiwaTalk__title{
	font-size: 15px;
    color: #e20005;
    margin-bottom:1em;
    line-height: 1.45;
}
.reiwaTalk__text{
	font-size: 13.5px;
	margin-bottom:2em;
	text-align: justify;
}
.reiwaTalk__text .JFA{color:#0f155b; padding-right:1em; display:inline-block;}
.reiwaTalk__text .Jleague{color:#e20005; padding-right:1em; display:inline-block;}



.pcDISP{display: none;}

