html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  width: auto;
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  vertical-align: top;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fafafa;
}

#header {
  z-index: 99990;
}

#main p {
  margin: 0 0 0 0;
  line-height: 1.8em;
}


.fa {
  margin: 0 10px 0 0;
}
.fa-angle-down {
  margin: 0 0 0 10px;
}

.topic-path {
  width: 100%;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.topic-path .topic-path-inner {
  width: 950px;
  margin: 0 auto;
  padding: 10px 0 10px;
}

.button01 {
  display: inline-block;
}
.button01 a {
  display: block;
  margin-right: 27px;
  width: 190px;
  line-height: 52px;
  background-image: ;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button02 {
  display: inline-block;
}
.button02 a {
  display: block;
  width: 130px;
  line-height: 52px;
  background: #252525;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.timeline {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 0 20px;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: #eee;
  margin-left: -1.5px;
  content: "";
}
.timeline li {
  position: relative;
  margin-bottom: 30px;
}
.timeline li:before, .timeline li:after {
  display: table;
  content: "";
}
.timeline li:after {
  clear: both;
}
.timeline li.label {
  clear: both;
}
.timeline li.label .tldate {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.timeline li.timeline-left {
  float: left;
  width: 396px;
}
.timeline li.timeline-right {
  float: right;
  width: 396px;
}
.timeline li.timeline-right .timeline-panel:before, .timeline li.timeline-right .timeline-panel:after {
  display: inline-block;
  position: absolute;
  content: "";
}
.timeline li.timeline-right .timeline-panel:before {
  top: 26px;
  left: -15px;
  right: auto;
  border: 15px solid transparent;
  border-left: 0;
  border-right: 15px solid #ccc;
}
.timeline li.timeline-right .timeline-panel:after {
  top: 27px;
  left: -14px;
  right: auto;
  border: 14px solid transparent;
  border-left: 0;
  border-right: 14px solid #fff;
}
.timeline li .timeline-panel {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-top: 4px solid #252525;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.timeline li .timeline-panel:before, .timeline li .timeline-panel:after {
  display: inline-block;
  position: absolute;
  content: "";
}
.timeline li .timeline-panel:before {
  top: 26px;
  right: -15px;
  border: 15px solid transparent;
  border-right: 0;
  border-left: 15px solid #ccc;
}
.timeline li .timeline-panel:after {
  top: 27px;
  right: -14px;
  border: 14px solid transparent;
  border-right: 0;
  border-left: 14px solid #fff;
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}
.timeline li .normal {
  border-top: 0;
}

.tl-heading {
  margin: 0 0 20px;
}
.tl-heading p.tl-txt {
  font-family: yumincho,'yu mincho',serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
}
.tl-heading p.large {
  font-size: 36px;
}
.tl-heading p.tl-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}
.tl-body > p   p {
  margin-top: 5px;
}

.youtube {
  width: 946px;
  box-shadow: 4px 4px #d0d0d0;
}
.youtube iframe {
  width: 946px;
}

.youtube-modal {
  width: 950px;
  margin-bottom: 20px;
  text-align: center;
}
.youtube-modal iframe {
  width: 950px;
}

#lean_overlay {
  display: none;
  position: fixed;
  z-index: 99991;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
}

.modal {
  display: none;
  top: 100px;
  bottom: 100px;
  overflow-x: hidden !important;
  width: 950px;
}
.modal p, .modal a {
  color: #fff;
}
.modal .modal-close {
  position: absolute;
  top: 0;
  left: 94.3%;
  cursor: pointer;
}

.modal-mini {
  display: none;
  bottom: 100px;
  overflow-x: hidden !important;
  width: 354px;
  background-color: #fff;
  padding: 30px;
}
.modal-mini .modal-close {
  position: absolute;
  top: 0;
  left: 87%;
  cursor: pointer;
}

.modal-mini .modal-heading {
  width: 354px;
}

.modal-heading {
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 2px solid #252525;
}
.modal-heading .modal-txt {
  font-family: yumincho,'yu mincho',serif;
  font-size: 36px;
  margin-bottom: 16px;
}
.modal-heading .modal-title {
  font-size: 16px;
  font-weight: 700;
}

#modal-imgbox01 {
  text-align: center;
  margin-bottom: 20px;
}

.movie-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  display: block;
  margin-top: -5px;
  background: #000;
}
.movie-mv .h1-img {
  position: relative;
  z-index:  1;
  width: 655px;
  margin: auto;
  top: 40%;
}
.movie-mv .h1-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.movie-mv .mv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  min-height: 480px;
}
.movie-mv .logo {
  z-index: 1;
  display: block;
  position: absolute;
  top: 70%;
  left: 88%;
}
.movie-mv p {
  color: #fff;
  width: 890px;
  margin: auto;
  font-size: 110%;
  line-height: 28px;
  padding-top: 30px;
}

#contents {
  width: 100%;
}
#contents #main {
  float: none;
  width: 100%;
  margin: auto;
}
#contents #main p.text {
  font-size: 108%;
}
#contents #main #movie {
  padding: 60px 0 80px 0;
}
#contents #main #movie #inner {
  width: 950px;
  margin: 0 auto;
}
#contents #main #history #inner {
  width: 950px;
  margin: 0 auto;
}
#contents #main #history #inner #history-nav {
  display: table;
  background-color: #252525;
  padding: 20px 0 20px;
  margin-bottom: 60px;
}
#contents #main #history #inner #history-nav li {
  display: table-cell;
  border-left: 1px dotted #fff;
  width: 237.5px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
#contents #main #history #inner #history-nav li:first-child {
  border: none;
}
#contents #main #history #inner #history-nav li a {
  text-decoration: none;
  color: #fff;
}
#contents #main #history #year {
  position: relative;
  width: 100%;
  display: block;
  margin: -54px 0 60px;
}
#contents #main #history #year .num {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 230px;
  height: 173px;
}
#contents .title {
  margin-bottom: 40px;
}
#contents .title:after {
  display: block;
  margin: 0 auto;
  background-color: #111;
  width: 1px;
  height: 48px;
  content: '';
}
#contents .title .title-ja {
  color: #252525;
  margin-bottom: 10px;
  font-size: 28px;
}
#contents .title .title-en {
  color: #a69266;
  margin-bottom: 40px;
  font-size: 10px;
}

.imgbox01 {
  text-align: center;
  margin-bottom: 20px;
}
