﻿@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2006 Sketches of Design
     version 2006-09-01
------------------------------------- */
*{
  margin: 0;
  padding: 0;
}
/*  General Rules
--------------------------------------*/
body{
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Noto Sans', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px 20px 10px 20px;
  background: #f0f3fa;
}
#content img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  line-height: 1.7;
  letter-spacing:0.06em;
}
p.image{
  margin:0;
  text-indent:0;
}
p.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
 /* font-size: 93%;*/
}
p.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
p.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-moz-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a:link,
a:visited,
a:active{
  color: #0038CC;
  text-decoration: none;
}
a:hover{
  color: #0038CC;
  text-decoration: underline;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ul li{
  padding: 0 0 0 10px;
  background: url("../img/nav-bullet.png") 0 0.5em no-repeat;
}
ol.bc{
  border-top: 1px solid #c6c9c6;
  margin: 0 auto !important;
  padding: 5px 30px !important;
  /*width: 960px;*/
  font-size: 63%;
  list-style: none;
  border-bottom: none;
  text-align: left;
/*  margin: 1em 0 2em 0;
  border-bottom: 1px solid #c6c9c6;
  padding: 0 0 0.25em 0;*/
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}
table thead{
}
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #e0e0e0;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}
#content table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
/*
  font-family: 'Noto Sans Japanese';
  font-family: 'NotoSans-Bold'\9;
  font-weight: 600;*/
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #3c62a1;
  font-weight: bold;
  font-style: normal;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
/*  color: #999;*/
}
div#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
--------------------------------------*/
/*{
  font-family: 'Noto Sans Japanese';
  font-family: 'NotoSans-Light'\9;
  font-weight: 300;
}*/
#header p#b-logo span,
body#home #content div#people-area ul li ul li,
#footer ul li{
  font-family: 'Noto Sans Japanese';
  font-family: 'NotoSans-Regular'\9;
  font-weight: 400;
}
#header #hdmenu ul.sub li,
div#content div p.entry a,
body.guide div#content div#recruit-menu ul li a,
body.guide #content ul.menu li,
h1 em{
  font-family: 'Noto Sans Japanese';
  font-family: 'NotoSans-Medium'\9;
  font-weight: 500;
}
body.guide div#content div.accordion div.child dl dt,
body.guide div#content div.accordion p span{
  font-family: 'Noto Sans Japanese';
  font-family: 'NotoSans-Bold'\9;
  font-weight: 700;
}
body#home #content div#people-area ul li ul li.name,
body.guide div#content div#recruit-menu h2,
body#home #content h2{
/*  font-family: Arial Narrow,Arial,sans-serif;*/ 
  font-style: italic;
  font-weight: 700;
}
/*  Layout
////////////////////////////////////////// */
/* body */
body{
  -webkit-text-size-adjust: 100%;
  background: #fff;
  text-align: center;
  color: #666766;
  font-size: 100%;
  word-wrap: break-word;
  font-family: 'NotoSerif-Regular';
}

/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

/* header */
#header{
  margin: 0 auto;
  padding: 25px 20px;
  background-color: #fff;
}
#header p#b-tagline{
  margin-left: 20px;
  background: url("../img/b-siteid.png");
	background-size: 240px 30px;
	-webkit-background-size: 240px 30px;
	-moz-background-size: 240px 30px;
	-ms-background-size: 240px 30px;
	-o-background-size: 240px 30px;
  width: 240px;
  height: 30px;
}
body.en #header p#b-tagline{
  background: url("../img/b-siteid_en.png");
	background-size: 340px 30px;
	-webkit-background-size: 340px 30px;
	-moz-background-size: 340px 30px;
	-ms-background-size: 340px 30px;
	-o-background-size: 340px 30px;
  width: 340px;
  height: 30px;
}
#header p#b-logo,
#header p#b-tagline{
  float: left;
  display: inline;
}

#header .lang-menu{
  position: absolute;
  right: 20px;
  list-style-type: none;
  z-index: 200;
}
#header .lang-menu a{
  position: relative;
  padding-left: 13px;
  color: #004097;
}
#header .lang-menu a::before{
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #004097;
	border-right: 2px solid #004097;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header ul.history-menu li.sp{
  display: none;
}


/* footer */

#footer{
  background: #fff;
  text-align: left;
  padding: 15px 20px 10px 20px;
  font-size: 72%;
  overflow: hidden;
}
#footer ul,
#footer ul li{
  float: left;
  display: inline;
  padding: 0;
}
#footer p.copy{
  float: right;
  display: inline;
}
#footer ul li{
  display: inline;
  margin: 0 30px 0 0;
}
#footer ul li.off{
  color: #999;
}
#footer ul li.privacy{
  float: right;
}
#footer ul li a{
  color: #303130;
}
#footer .inner{
}

/*  content
////////////////////////////////////////// */
/* content */

img{
  border: 0;
}

#content,
div#content-inner{
  margin: 0 auto;
  padding: 0;
}
#content{
  border-top: 4px solid;
}
div#content-inner{
  width: 960px;
}
/*  home
--------------------------------------*/
body#home #content{
  border: none;
}

/* ? */

#home .timeline{
  background: url("../img/bg-content.png");
}
#home .timeline .scrollbar{
  top: auto !important;
  bottom: 180px;
  background: url("../img/scrollbar_background.png") repeat;
  z-index: 90;
}
#home .timeline .track{
  height: 22px !important;
}
#home .timeline .dragger{
  bottom: 1px;
  width: 170px;
  height: 145px;
}
#home .timeline .milestones{
/*
  display: none;*/
  background: url("../img/bg-city.png") right bottom repeat-x;
  bottom: 180px;
}
#home .timeline .milestones .content{
  display: none;
}
#home .timeline .marks > div{
  bottom: 22px;
  background: url("../img/scrollbar_mark.png") no-repeat 0 0;
  width: 40px;
  height: 50px;
}
#home .history-menu{
  position: absolute;
  top: 80px;
  right: 10px;
  width: 1040px;
  height: 36px;
  z-index: 100;
}
#home .history-menu a.menu-btn{
  display: none;
}
#home .history-menu ul.lv02{
  padding: 0;
}
#home .history-menu li ul li{
  float: left;
  display: inline;
  margin-left: 5px;
  width: 90px;
  height: 36px;
}
#home .history-menu li ul li:hover{
  background-position: 0 -36px !important;
}
#home .history-menu li ul .history-01{
  margin-left: 0;
  background: url("../img/nav-history-menu-01.png");
}
#home .history-menu li ul .history-02{
  background: url("../img/nav-history-menu-02.png");
  width: 125px;
}
#home .history-menu li ul .history-03{
  background: url("../img/nav-history-menu-03.png");
}
#home .history-menu li ul .history-04{
  background: url("../img/nav-history-menu-04.png");
  width: 125px;
}
#home .history-menu li ul .history-05{
  background: url("../img/nav-history-menu-05.png");
}
#home .history-menu li ul .history-06{
  background: url("../img/nav-history-menu-06.png");
}
#home .history-menu li ul .history-07{
  background: url("../img/nav-history-menu-07.png");
}
#home .history-menu li ul .history-08{
  background: url("../img/nav-history-menu-08.png");
}
#home .history-menu li ul .history-09{
  background: url("../img/nav-history-menu-09.png");
}
#home .history-menu li ul .history-10{
  background: url("../img/nav-history-menu-10.png");
}
#home .history-menu > div .tipsy-inner{
  display: none;
}


#home.en .history-menu li ul .history-01{
  margin-left: 0;
  background: url("../img/nav-history-menu-01_en.png");
}
#home.en .history-menu li ul .history-02{
  background: url("../img/nav-history-menu-02_en.png");
}
#home.en .history-menu li ul .history-03{
  background: url("../img/nav-history-menu-03_en.png");
}
#home.en .history-menu li ul .history-04{
  background: url("../img/nav-history-menu-04_en.png");
  width: 100px;
}
#home.en .history-menu li ul .history-05{
  background: url("../img/nav-history-menu-05_en.png");
}
#home.en .history-menu li ul .history-06{
  background: url("../img/nav-history-menu-06_en.png");
  width: 110px;
}
#home.en .history-menu li ul .history-07{
  background: url("../img/nav-history-menu-07_en.png");
  width: 100px;
}
#home.en .history-menu li ul .history-08{
  background: url("../img/nav-history-menu-08_en.png");
  width: 100px;
}
#home.en .history-menu li ul .history-09{
  background: url("../img/nav-history-menu-09_en.png");
}
#home.en .history-menu li ul .history-10{
  background: url("../img/nav-history-menu-10_en.png");
  width: 100px;
}




#home .timeline .history{
  position: relative;
  float: left;
  height: 100%;
}

#home .timeline .history .intro{
  width: 520px;
  color: #fff;
}
#home .timeline .history .intro .year{
  text-align: center;
}

#home.en .timeline div.history .intro .scroll-area{
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
  height: 60vh;

/*
  overflow-y: scroll;
    height: 100vh;
    transform: translateZ(0);*/

}
#home .timeline .history .intro .inner{
  padding: 0 35px 70px 15px;
  font-size: 85%;
}
#home .timeline .history .intro .inner p{
  margin-bottom: 0.3em;
  text-indent: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#home.en .timeline .history .intro .inner p:not(.lead){
  text-indent: 2em;
  text-align: left;
  letter-spacing: 0.02em;
}
#home.en .timeline .history .intro .inner p.lead + p{
  text-indent: 0;
}
#home .timeline .history .intro .inner p.last{
  margin: 1.5em 0 0 0;
}
#home .timeline .history span.italic{
  display: inline;
  font-style: italic;
}
#home .timeline .history .intro-02 .inner{
  padding-top: 230px;
}
#home .timeline .history .intro{
  background-size: cover;
  background-attachment: scroll;
}
#home .timeline #lv02-01{
  background: url("../img/bg-history-01.png") right bottom no-repeat;
}
#home .timeline #lv02-02{
  background: url("../img/bg-history-02.png") right bottom no-repeat;
}
#home .timeline #lv02-03{
  background: url("../img/bg-history-03.png") right bottom no-repeat;
}
#home .timeline #lv02-04{
  background: url("../img/bg-history-04.png") right bottom no-repeat;
}
#home .timeline #lv02-05{
  background: url("../img/bg-history-05.png") right bottom no-repeat;
}
#home .timeline #lv02-06{
  background: url("../img/bg-history-06.png") right bottom no-repeat;
}
#home .timeline #lv02-07{
  background: url("../img/bg-history-07.png") right bottom no-repeat;
}
#home .timeline #lv02-08{
  background: url("../img/bg-history-08.png") right bottom no-repeat;
}
#home .timeline #lv02-09{
  background: url("../img/bg-history-09.png") right bottom no-repeat;
}
#home .timeline #lv02-10{
  background: url("../img/bg-history-10.png") right bottom no-repeat;
}
#home .timeline #lv02-01 .intro{
  background-image: url("../img/bg-history-01-intro.jpg");
}
#home .timeline #lv02-02 .intro{
  background-image: url("../img/bg-history-02-intro.jpg");
  width: 600px;
}
#home .timeline #lv02-03 .intro{
  background-image: url("../img/bg-history-03-intro.jpg");
}
#home .timeline #lv02-04 .intro{
  background-image: url("../img/bg-history-04-intro.jpg");
}
#home .timeline #lv02-05 .intro{
  background-image: url("../img/bg-history-05-intro.jpg");
}
#home .timeline #lv02-06 .intro{
  background-image: url("../img/bg-history-06-intro.jpg");
}
#home .timeline #lv02-07 .intro{
  background-image: url("../img/bg-history-07-intro.jpg");
}
#home .timeline #lv02-08 .intro{
  background-image: url("../img/bg-history-08-intro.jpg");
  width: 640px;
}
#home .timeline #lv02-09 .intro{
  background-image: url("../img/bg-history-09-intro.jpg");
  width: 600px;
}
#home .timeline #lv02-10 .intro{
  background-image: url("../img/bg-history-10-intro.jpg");
  width: 700px;
}
#home .timeline div.history .intro,
#home .timeline div.history .wrap{
  float: left;
  display: inline;
  min-height: 800px;
}
#home .timeline div.history .intro h2{
  background: url("../img/h2-history.png") bottom center no-repeat;
  padding: 30px 0 20px 0;
  font-size: 200%;
}
#home .timeline div.history .intro .year{
  margin: 10px 0;
  font-size: 210%;
  font-family: 'Merriweather', serif;
}
#home .timeline div.history .intro .year span.ja{
  font-size: 40%;
  font-family: 'NotoSerif-Bold';
  color: #e1dad1;
}

#home .timeline div.history .intro .lead{
  margin: 0.5em 0;
  font-size: 129%;
  text-align: center;
  text-indent: 0;
}

#home .timeline div.history .wrap{
  border-left: 1px dotted #333;
  padding: 100px 30px 0 30px;
}
#home .timeline div.history .wrap h3{
  text-align: left;
  font-family: 'Merriweather', serif;
  font-size: 158%;
  color: #9e9994;
}
#home .timeline div.history .wrap h3 span.ja{
  display: inline;
  padding-left: 1em;
  font-family: 'NotoSerif-Bold';
  font-size: 65%;
}

/*test*/

/*
.scrollbar,
.milestones,
#header,
#footer{
  display: none;
}*/

.timeline-wrapper{
  width: 100%;
}
.timeline{
  opacity: 1;
}



#home .timeline div.history .wrap .pic{
  position: relative;

  margin: 20px 10px 0 10px;
  font-size: 79%;
  z-index: 10;
}
#home .timeline div.history .wrap .pic a{
  display: block;
  width: auto;
}
#home .timeline div.history .wrap .pic a::before{
  content: "";
  position: absolute;
/*
  opacity: 0.8;
  background: orange;*/
  width: 100%;
  height: 100%;
}
#home .timeline div.history .wrap .pic a:hover::before{
  opacity: 0.5;
}
#home .timeline div.history .wrap .pic img{
float: none;

}
#home .timeline div.history .wrap .pic{
  width: 160px;
  color: #1e1f1e;
}
#home .timeline div.history .wrap .square{
  width: 200px;
}
#home .timeline div.history .wrap .large{
  width: 240px;
}
#home .timeline div.history .wrap .landscape{
  float: none !important;
  clear: both;
  padding-top: 10px;
  width: 340px;
}
/*
#home .timeline div.history .wrap .vertical{
  height: 200px;
}*/
#home .timeline div.history .wrap .image{
  position: relative;
  margin: 0;
}
#home .timeline div.history .wrap p{
  margin-top: 0.25em;
}
#home .timeline div.history .wrap .image img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#home .timeline div.history .wrap .image span{
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/nav-zoom.png");
  width: 30px;
  height: 30px;
}

/* float */
/*
#home .timeline div.history .col2{
  min-width: 340px;
}
#home .timeline div.history .col3{
}*/
#home .timeline div.history .col4 .pic,
#home .timeline div.history .col2 .pic,
#home .timeline div.history .col3 .pic{
  float: left;
}
#home .timeline div.history .wrap .fRight{
  float: right;
}
#home .timeline div.history .wrap .fLeft{
  float: left;
}
#home .timeline div.history .wrap .fNone{
  float: none;
}
#home .timeline div.history .wrap div.inner div{
  float: none;
}
#home .timeline div.history .wrap .bottom{
  margin-bottom: 50px;
}
#home .timeline div.history .wrap .ntd{
  margin-left: -70px;
}


/* 個別設定 */
#home .timeline div.history div.history-02-02 .landscape{
  margin-left: -70px;
}
#home .timeline div.history div.history-02-02 .landscape,
#home .timeline div.history div.history-04-01 .landscape{
  padding-top: 0;
}
/*
#home .timeline div.history div.history-05-03 .large{
  position: absolute;
  margin-top: 200px;
}*/
#home .timeline div.history div.history-05-03 .vertical{
/*  margin: 200px 0 0 -180px;*/
  width: 174px;
}
#home .timeline div.history div.history-07-02 .landscape{
  position: absolute;
  margin: 190px 0 0 190px;
}
#home .timeline div.history div.history-08-03 .fLeft{
  float: left !important;
}
#home .timeline div.history div.history-07-04 .landscape{
  width: 320px;
}
/*
#home .timeline div.history div.history-07-04 .pic-04{
  margin: -220px 10px 0 0px;
  float: right;
}*/
#home .timeline div.history div.history-08-02 .bottom{
  position: absolute;
  margin-top: 250px;
}




/*  */
.timeline .viewport .images{
/*
  width: 21500px !important;*/
  width: 22720px !important;
/*  left: -5000px !important;*/
}

#home .timeline .dragger{
transition-duration: 0 !important;
}

.scroll-sp{
  display: none;
}
ul.sp-menu{
  position: absolute;
  z-index: 100;
}
ul.sp-menu a{
  color: pink;
}


div.ppt{
  display: none !important;
}
#pp_full_res{
  text-align: center;
}



/*  h1000px
--------------------------------------*/
@media screen and (max-height: 1000px) {

#home .timeline div.history .intro h2{
  padding: 25px 0 15px 0;
}

}

/*  h768px
--------------------------------------*/
@media screen and (max-height: 768px) {

/*
#header{
  background: pink;
}

#pp_full_res{
  max-height: 400px;
}

div.timeline-slider .pp_content{
  max-width: 400px !important;
}*/
div.timeline-slider .pp_description{
  margin-right: 30px;
}


#home .timeline div.history .intro .inner{
  padding: 0 15px 70px 15px;
  /*
  font-size: 78%;*/
}
#home .timeline div.history .intro .scroll-area{
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
/*
  height: 240px;*/
  height: 50vh;
}
#home .timeline .ps-container .ps-scrollbar-y{
/*display: none;*/
top: 0px;
height: 50% !important;
background-color: #fff;
}

#home .timeline div.history .wrap{
  padding-top: 20px;
}


#home .timeline .history-menu{
  display: none !important;
}


#home .history-menu{
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 54px;
  overflow: visible !important;
}
#home .history-menu a.menu-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: url("../img/nav-menu-btn.png") 0 center no-repeat;
	background-size: 44px 44px !important;
	-webkit-background-size: 44px 44px !important;
	-moz-background-size: 44px 44px !important;
	-ms-background-size: 44px 44px !important;
	-o-background-size: 44px 44px !important;
  padding: 0;
  width: 44px;
  height: 44px;
}
#home .history-menu ul.lv02{
  display: none;
  position: relative;
  margin: 54px 0 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  width: auto;
  z-index: 100;
}
#home.en .history-menu li ul.lv02 li,
#home .history-menu li ul.lv02 li{
  float: none !important;
  display: block !important;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
  background: none #004097;
  padding: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-indent: 0 !important;
}
#home .history-menu li ul.lv02 li a{
  padding-left: 10px;
  color: #fff;
}
#home .timeline div.history .intro,
#home .timeline div.history .wrap{
/*
  min-height: 540px;*/
  min-height: calc(100vh - 80px);
}
/*
#home .timeline .scrollbar,
#home .timeline .milestones{
  bottom: 300px;
}*/
#home #mytimeline, #home .viewport{
/*
  height: 540px !important;*/
  height: calc(100vh - 80px) !important;
}

#home .timeline .scrollbar{
  bottom: 60px;
}
#home .timeline .milestones{
	background-size: 540px 60px !important;
	-webkit-background-size: 540px 60px !important;
	-moz-background-size: 540px 60px !important;
	-ms-background-size: 540px 60px !important;
	-o-background-size: 540px 60px !important;
  bottom: 70px;
  height: 60px !important;
}


#home .timeline div.history .intro .year{
  margin-bottom: 0px;
}

#home .timeline .marks > div{
  bottom: 12px;
}
#home .timeline .track{
  height: 13px !important;
}
#home .timeline .dragger{
  width: 102px !important;
  height: 87px !important;
}
#header .lang-menu{
  display: none;

  top: 22px;
  right: 70px;
}

}




/*  1024px
--------------------------------------*/
@media screen and (max-width: 1024px) {

#home .timeline .history-menu{
  display: none !important;
}


#home .history-menu{
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 54px;
  overflow: visible !important;
}
#home .history-menu a.menu-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: url("../img/nav-menu-btn.png") 0 center no-repeat;
	background-size: 44px 44px !important;
	-webkit-background-size: 44px 44px !important;
	-moz-background-size: 44px 44px !important;
	-ms-background-size: 44px 44px !important;
	-o-background-size: 44px 44px !important;
  padding: 0;
  width: 44px;
  height: 44px;
}
#home .history-menu ul.lv02{
  display: none;
  position: relative;
  margin: 54px 0 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  width: auto;
  z-index: 100;
}
#home.en .history-menu li ul.lv02 li,
#home .history-menu li ul.lv02 li{
  float: none !important;
  display: block !important;
  margin: 0 !important;
  border-bottom: 1px solid #fff;
  background: none #004097;
  padding: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-indent: 0 !important;
}
#home .history-menu li ul.lv02 li span{
  display: inline-block;
  width: 7em;
  font-size: 85%;
}
#home .history-menu li ul.lv02 li a{
  padding-left: 10px;
  color: #fff;
}

#header .lang-menu{
  top: 22px;
  right: 70px;
}




}



/*  768px
--------------------------------------*/
@media screen and (max-width: 768px) {

img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body{
  font-size: 92%;
}
#header{
/*
  background: pink;*/
  padding: 10px;
  height: 44px;
}
#header p#b-logo,
#header p#b-tagline{
  float: none;
  display: block;
}
#header p#b-logo{
/*
  position: absolute;*/
  margin: 7px 0 0 0;
  width: 78px;
  z-index: 101;
}
body.en #header p#b-tagline,
#header p#b-tagline{
  margin: -43px 0 0 90px;
  background: none;
  padding-top: 22px;
  text-indent: 0 !important;
  font-size: 72%;
  height: auto;
}


.scroll-sp{
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 77px;
  height: 50px;
}

#footer{
  padding: 10px;
}

#home .timeline .cones{
  display: none !important;
}

#home #mytimeline,
#home .viewport{
  height: 480px !important;
}

#home .timeline .scrollbar{
  bottom: 60px;
}
#home .timeline .milestones{
	background-size: 540px 60px !important;
	-webkit-background-size: 540px 60px !important;
	-moz-background-size: 540px 60px !important;
	-ms-background-size: 540px 60px !important;
	-o-background-size: 540px 60px !important;
  bottom: 70px;
  height: 60px !important;
}
#home .timeline .history{
	background-size: 247px 184px !important;
	-webkit-background-size: 247px 184px !important;
	-moz-background-size: 247px 184px !important;
	-ms-background-size: 247px 184px !important;
	-o-background-size: 247px 184px !important;
}
#home .timeline div.history .intro,
#home .timeline div.history .wrap{
  min-height: 480px;
}
#home .timeline div.history .intro{
  width: 300px !important;
}
#home .timeline div.history .intro .inner{
  padding: 0 15px 100px 15px;
  /*
  font-size: 78%;*/
}
#home .timeline div.history .intro .scroll-area{
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  width: 300px;
  height: 240px;
}
#home .timeline .ps-container .ps-scrollbar-y{
/*display: none;*/
top: 0px;
height: 50% !important;
background-color: #fff;
}
#home .timeline div.history .wrap{
  padding: 20px 5px 0 5px;
}
#home .timeline .history .intro-02 .inner{
  padding-top: 60px;
}
#home .timeline div.history .intro h2{
	background-size: 360px 132px !important;
	-webkit-background-size: 360px 132px !important;
	-moz-background-size: 360px 132px !important;
	-ms-background-size: 360px 132px !important;
	-o-background-size: 360px 132px !important;
  padding: 10px 0 10px 0;
  font-size: 150%;
}
#home .timeline div.history .intro .year{
  margin-bottom: 10px;
  font-size: 143%;
}
#home .timeline div.history .intro .year span.ja{
  font-size: 60%;
}
#home .timeline div.history .wrap h3{
  font-size: 129%;
}
#home .timeline div.history .wrap h3 span.ja{
  padding-left: 0.25em;
  font-size: 50%;
}
#home .timeline .track{
  height: 12px !important;
}
#home .timeline .dragger{
  width: 85px !important;
  height: 72.5px !important;
}
#home .timeline div.history .wrap .pic{
  width: 90px;
}
#home .timeline div.history div.history-02-02 .landscape{
  margin-left: 0;
}
#home .timeline div.history div.history-05-03 .vertical{
  width: 120px;
}
#home .timeline div.history .wrap .landscape{
  width: 200px;
}
#home .timeline div.history div.history-03-06 .ntd{
  margin-left: -100px;
}
#home .timeline div.history div.history-05-03 .landscape{
  margin-top: 120px;
}
#home .timeline div.history div.history-07-02 .landscape{
  margin: 120px 0 0 120px;
}
#home .timeline div.history div.history-07-04 .pic-04{
  margin: 0 10px 0 0;
}
#home .timeline div.history div.history-07-04 .landscape{
  width: 200px;
}
#home .timeline div.history div.history-08-02 .bottom{
  margin-top: 140px;
}


#home .timeline div#lv02-05 .intro .lead{
  letter-spacing: -0.07em;
}
#home .timeline div.history .wrap p{
  font-size: 85%;
}
.timeline .viewport .images{
  width: 12180px !important;
}

.pp_gallery{
  display: none !important;
}

.history-10-04 .landscape{
  margin-left: -100px !important;
}


}

/*  480px
--------------------------------------*/
@media screen and (max-width: 480px) {

#header .lang-menu{
  display: none;
}

#home .history-menu li ul.lv02 li.sp{
  display: block;
}
#home .history-menu li ul.lv02 li.sp a{
  position: relative;
  padding-left: 20px;
}
#home .history-menu li ul.lv02 li.sp a::before{
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
	left: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



}


/*  h420px
--------------------------------------*/
@media screen and (max-height: 420px) {

/*
#header{
  background: purple;
}*/
#home .scroll-area-all{
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  height: 310px;
}
.ps-scrollbar-y{
/*display: none;*/
top: 0px;
height: 50% !important;
background-color: transparent;
}

/*
#home #mytimeline{
  height: 200px;
  overflow: scroll;
}*/

#home .history-menu li ul.lv02 li{
  float: left !important;
  display: inline !important;
  width: 50%;
}
#home .history-menu li ul.lv02 li a{
  border-left: 1px solid #fff;
}

#home #footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 60%;
  box-sizing: border-box;
}
#footer ul{
  margin: 0;
}
#footer ul li{
  margin: 0;
}
#home #footer .copy{
}
.scroll-sp {
  position: fixed;
    right: 20px;
  bottom: 47px;
  width: 61.6px;
  height: 40px;
  z-index: 0;
}

#home .timeline .milestones{
  position: fixed;
  bottom: 35px;
}
#home .timeline .scrollbar{
  position: fixed;
  bottom: 35px;
}
#home .timeline div.history .wrap{
  padding-top: 10px;
}
#home .timeline div.history .wrap .pic{
  margin-top: 10px;
}
#home .timeline div.history .intro .inner{
  padding-bottom: 100px;
}
#home .timeline .dragger{
}


}




