/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #4b0d43; }

body {
  background-color: #000;
  background: url("../img/yamada_1113.jpg") right center no-repeat;
  background-size: cover; }

a, a:visited, a:active {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #888; }

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1000; }
  #loader-bg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    color: #fff;
    z-index: 10001; }
    #loader-bg #loader img {
      width: 100%; }

.nav-wrapper {
  display: none;
  position: relative;
  height: 100vh; }
  .nav-wrapper header {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 2.5vh 3vh;
    width: 250px; }
    .nav-wrapper header #logo-container {
      display: block; }
      .nav-wrapper header #logo-container img {
        width: 100%; }
  .nav-wrapper .navi {
    box-sizing: border-box;
    margin-top: 3vh;
    margin-left: 3vh; }
    .nav-wrapper .navi * {
      box-sizing: border-box; }
    .nav-wrapper .navi li {
      font-family: 'Lato', sans-serif;
      display: block;
      list-style: outside none none;
      margin: 0 0 1em;
      padding: 0 0 0 1.2rem;
      background: url("../img/circle.svg") no-repeat;
      background-position: 1px center;
      background-size: 9px 9px;
      transition: background-size 0.2s, background-position 0.2s; }
      .nav-wrapper .navi li:hover {
        background-size: 11px 11px;
        background-position: 0 center; }
    .nav-wrapper .navi a {
      font-size: 0.9rem;
      padding: 0.2em 0 0;
      position: relative;
      text-decoration: none;
      color: #DDD;
      line-height: 1; }
      .nav-wrapper .navi a:hover {
        color: #BBB; }
  .nav-wrapper .news {
    color: #FFF;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    bottom: 7vh;
    left: 3vh;
    width: 60%; }
    .nav-wrapper .news a {
      font-size: 0.8rem;
      font-family: 'Lato', sans-serif;
      color: #DDD;
      text-decoration: none; }
      .nav-wrapper .news a:hover {
        text-decoration: underline; }
    .nav-wrapper .news dl {
      margin-top: 1rem; }
    .nav-wrapper .news dt {
      background: url("../img/circle.svg") left 0 no-repeat;
      background-size: 9px 9px;
      font-size: 12px;
      line-height: 12px;
      padding: 0 0 0 1rem; }
    .nav-wrapper .news dd {
      padding: 3px 0 0;
      line-height: 1.4; }
      .nav-wrapper .news dd .title {
        font-weight: bold; }

.page-footer {
  font-family: 'Lato', sans-serif;
  position: fixed;
  bottom: 3vh;
  left: 3vh;
  width: calc(100vw - 3vh);
  color: #CCC;
  font-size: 8px; }
  .page-footer .footer-copyright {
    width: 40%;
    float: left;
    text-align: left; }
  .page-footer .photo-credit {
    margin-right: 3vh;
    width: 40%;
    float: right;
    text-align: right; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.noshow {
  display: none; }

b, strong {
  font-weight: bold; }

.bgreset {
  background: none !important; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.vtop img {
  vertical-align: top; }

.gray {
  color: gray; }

.small {
  font-size: 80%; }

.red {
  color: red; }

.blue {
  color: blue; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/*# sourceMappingURL=style_top.css.map */
