@charset "utf-8";
/* common
==================================*/
  main{
    padding: 80px 0 0;
  }
  main img{
    width: 100%;
  }

/* chronology line
==================================*/
  .chronology{
  	position: relative;
  	margin: 0 auto;
    padding: 0 15px 0 30px;
  }
  .chronology .line-dot{
  	position: absolute;
  	top: 0;
  	left: 15px;
  	z-index: 1;
  	background: url(../../images/history/line_dot.svg);
  	background-repeat: repeat-y;
  	width: 3px;
  	height: 100%;
  }
  .chronology .line-cover{
  	position: fixed;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	z-index: 2;
  	background: #000;
  	width: 100%;
  	height: 200px;
  }
  .chronology ol, .back_btn, footer{
  	position: relative;
  	z-index: 10;
  }

/* chronology ol
==================================*/
  .chronology ol > li{
  	position: relative;
  	padding: 90px 0 70px;
  }
  .chronology .box02{
    padding-bottom: 110px;
  }
  .chronology .ph a{
    display: block;
  }
  .chronology .box06 .ph a{
    margin-bottom: 35px;
  }
  .chronology .box06 .ph a:nth-of-type(3){
    margin-bottom: 0;
  }
  .chronology .ph a:hover p.btn{
  	color: #000;
  }
  .chronology .ph a:hover p.btn::before{
	  transform: scale(1, 1);
  }
  .chronology .ph a:hover p.btn::after{
  	right: 26px;
  	border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .chronology .ad{
  	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
    width: 340px;
    padding: 15px 0;
    margin: auto;
    overflow: hidden;
  }
  .chronology .box_l .ad{
    margin: 0 0 0 -20px;
  }
  .chronology .box_r .ad{
    margin: 0 0 0 -20px;
  }
  .chronology li .ad img{
    width: 115px;
  }
  .chronology .text{
  	box-sizing: border-box;
  }
  .chronology ul.archive > li{
  	margin: 0 0 18px;
  }
  .chronology ul.archive a{
  	display: block;
  	background: url(../../images/history/arrow.svg)no-repeat;
  	background-size: 25px 6px;
  	background-position: left 0 top 2px;
  	width: 146px;
  	padding: 0 0 6px 33px;
  	border-bottom: 1px solid #fff;
  	font-size: 12.5px;
    transition: .2s;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
  .chronology ul.second{
  	display: none;
  }
  .chronology ul.second p{
  	position: relative;
  	display: inline-block;
  	padding: 0 0 0 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .chronology ul.second p::before{
  	position: absolute;
  	left: 0;
  	content: "◎";
  }
  .chronology ul.y-history li p{
  	display: inline-block;
  	position: relative;
  	padding: 0 0 0 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .chronology ul.y-history li p::before{
  	position: absolute;
  	left: 0;
  	content: "●";
  }
  .chronology .ph{
    text-align: center;
  }
  .chronology .ph p.btn{
    display: inline-block;
    width: auto;
    margin-top: 0;
    border: none;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .chronology .ph a:hover p.btn{
    color: #fff;
  }
  .chronology .ph a p.btn::before{
    content: none;
  }
  .chronology .ph a p.btn::after{
    top: 11px;
    right: -5px;
  }
  .chronology .ph a:hover p.btn::after{
    right: -10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }


/* back_btn
==================================*/
  .back_btn a{
  	display: block;
  	width: 233px;
  	height: 42px;
  	margin: 60px auto 30px;
  	border: 1px solid #fff;
  	font-size: 16px;
  	line-height: 42px;
  	text-align: center;
    transition: .8s ease;
    font-weight: 300;
    letter-spacing: 0.2em;
  }
  .back_btn a:hover{
  	color: #000;
  	background: #fff;
  }



/* modal
==================================*/
  .modal{
  	display: none;
  	position: fixed;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 999;
  	background: #000;
  	width: 100%;
  	height: 100%;
  }
  .modal img{
    width: 100%;
  }
  .modal.move::before{
    transform: scale(1);
  }
  .modal_inner{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .modal .ph{
    padding: 50px 0 0;
  }
  .modal .text{
  	margin: auto;
  	padding: 20px 15px 40px;
  }
  .modal .text h2{
    position: relative;
    padding: 26px 0 0;
  	font-family: 'Roboto Condensed';
    font-weight: 400;
  	font-size: 24px;
  	letter-spacing: 0.06em;
  }
  .modal .text h2 span{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
  }
  .modal .text p{
  	padding: 10px 0 0;
  	font-size: 14px;
  	line-height: 26px;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .modal a.close{
  	position: fixed;
    top: 20px;
    right: 20px;
  	display: block;
  	background: url(../../images/history/btn_close.svg)no-repeat;
  	background-size: contain;
  	width: 25px;
  	height: 25px;
  }


/* from1965
==================================*/
  .from1965 .chronology .box03 a.sl350{ margin-bottom: 35px; }
  .from1965 .chronology .box09 a.guiter{ margin-bottom: 35px; }



/* from2005
==================================*/
  .from2005 .chronology .ph a.fino {
    margin-top: 20px;
  }



/* from2015
==================================*/
