@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Times New Roman", "游明朝","YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, NotoSansCJKjp,"モトヤLシーダ3等幅", MotoyaLCedar, "モトヤLマルベリ3等幅", MotoyaLMaru, "Droid Sans Japanese" , serif; }
  body a {
    text-decoration: none; }
  body img {
    width: 100%;
    height: auto; }
  body .clearfix:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    visibility: hidden; }

#op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 2; }
  #op img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 640px;
    height: 320px;
    margin: auto 0;
    display: none; }

#mov {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%; }
  #mov video, #mov img {
    position: absolute; }
  #mov .ui-state-pause {
    visibility: hidden; }

#wrap {
  position: relative;
  min-width: 1056px;
  margin: 0 auto; }
  #wrap .mb16 {
    margin-bottom: 16px; }
  #wrap .mtb4 {
    margin: 4px 0; }
  #wrap .center {
    text-align: center; }
  #wrap .fb_iframe_widget > span {
    vertical-align: baseline !important; }

.no-svg header .logo {
  background: url(../img/9ds_logo_header.png) no-repeat; }
.no-svg #local {
  background: url(../img/nav_bg.png) right no-repeat; }
.no-svg #top .in .logo {
  background: url(../img/9ds_logo.png) no-repeat; }
.no-svg #top .copy {
  background: url(../img/copy.png) no-repeat; }
  .no-svg #top .copy .himo {
    background: url(../img/himo.png) no-repeat; }
.no-svg #intro .in .copy {
  background: url(../img/intro.png) no-repeat; }
.no-svg #access .logo {
  background: url(../img/9ds_logo_footer.png) no-repeat; }

#pickup a, .youtube a {
  transition-duration: 180ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); }
#pickup a:hover, .youtube a:hover {
  transition-duration: 100ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
  opacity: 0.5; }

header a, #local a {
  transition-duration: 180ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); }
header a:hover, #local a:hover {
  transition-duration: 100ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
  color: #0092D1; }

#view a {
  transition-duration: 180ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); }
#view a:hover {
  transition-duration: 100ms;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99);
  color: #FFFFFF; }

header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  min-width: 1056px;
  height: 64px;
  background: rgba(15, 25, 27, 0.75);
  border-bottom: 1px solid #23526B;
  z-index: 1; }
  header a {
    color: #FFFFFF; }
  header .logo {
    position: absolute;
    top: 7px;
    left: 11px;
    width: 144px;
    height: 52px;
    background: url(../img/9ds_logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px; }
  header #global {
    position: relative;
    width: 960px;
    height: 64px;
    margin: 0 auto;
    background: url(../img/head_bg.png) center center no-repeat;
    background-size: contain; }
    header #global .science {
      position: absolute;
      top: 26px;
      left: 232px; }
    header #global .notes {
      position: absolute;
      top: 17px;
      left: 392px;
      height: 21px;
      padding: 10px 0 0 30px;
      border-left: 1px solid #6FA2CD; }
    header #global .note-child {
      display: inline-block;
      margin-right: 1.5rem; }
    header #global .yet {
      opacity: 0.5; }
  header #lang {
    position: absolute;
    top: 18px;
    right: 48px;
    display: block;
    padding: 6px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    border-radius: 4px;
    font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }

#local {
  position: fixed;
  top: 239px;
  right: 25px;
  display: none;
  width: 200px;
  height: 300px;
  background: url(../img/nav_bg.svg) right no-repeat;
  background-size: contain;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 1; }
  #local a {
    color: #FFFFFF; }
  #local .point .local1 {
    position: absolute;
    top: 0;
    right: 5px;
    width: 12px;
    height: 12px; }
  #local .point .local2 {
    position: absolute;
    top: 47px;
    right: 13px;
    width: 12px;
    height: 12px; }
  #local .point .local3 {
    position: absolute;
    top: 97px;
    right: 0;
    width: 12px;
    height: 12px; }
  #local .point .local4 {
    position: absolute;
    top: 144px;
    right: 6px;
    width: 12px;
    height: 12px; }
  #local .point .local5 {
    position: absolute;
    top: 195px;
    right: 10px;
    width: 12px;
    height: 12px; }
  #local .point .local6 {
    position: absolute;
    top: 240px;
    right: -2px;
    width: 12px;
    height: 12px; }
  #local .point .local7 {
    position: absolute;
    top: 289px;
    right: 6px;
    width: 12px;
    height: 12px; }
  #local .txt .local1 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-right: 23px; }
  #local .txt .local2 {
    position: absolute;
    top: 47px;
    right: 0;
    display: block;
    padding-right: 33px; }
  #local .txt .local3 {
    position: absolute;
    top: 97px;
    right: 0;
    display: block;
    padding-right: 20px; }
  #local .txt .local4 {
    position: absolute;
    top: 144px;
    right: 0;
    display: block;
    padding-right: 26px; }
  #local .txt .local5 {
    position: absolute;
    top: 195px;
    right: 0;
    display: block;
    padding-right: 28px; }
  #local .txt .local6 {
    position: absolute;
    top: 240px;
    right: 0;
    display: block;
    padding-right: 18px; }
  #local .txt .local7 {
    position: absolute;
    top: 289px;
    right: 0;
    display: block;
    padding-right: 26px; }
  #local li {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0; }
  #local .ui-state-active {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 1; }

.no-csstransitions #local li {
  opacity: 1; }

#top {
  position: relative;
  background: #000000;
  background-size: contain;
  overflow: hidden; }
  #top .toe {
    position: absolute;
    bottom: 0; }
  #top .bg {
    position: absolute;
    bottom: 0;
    display: none; }
  #top .copy {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 419px;
    height: 30px;
    background: url(../img/copy.svg) no-repeat;
    text-indent: -9999px; }
  #top .in {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: 960px;
    margin: 0 auto; }
    #top .in .logo {
      position: absolute;
      bottom: 180px;
      left: 52px;
      width: 749px;
      height: 269px;
      background: url(../img/9ds_logo.svg) no-repeat;
      text-indent: -9999px; }
    #top .in .txt {
      position: absolute;
      bottom: 140px;
      left: 0;
      width: 100%;
      text-align: center; }
    #top .in .logos {
      position: absolute;
      bottom: 81px;
      height: 41px; }
    #top .in .logo1 {
      left: 216px;
      width: 128px; }
    #top .in .logo2 {
      left: 388px;
      width: 191px; }
    #top .in .logo3 {
      left: 612px;
      width: 220px; }
    #top .in .socials {
      position: absolute;
      bottom: 32px;
      left: 0;
      width: 100%;
      text-align: center; }
      #top .in .socials .social-child {
        display: inline;
        margin: 0 8px; }

#pickup {
  display: none;
  background: #101E26;
  border-top: 1px solid #23526B;
  border-bottom: 1px solid #23526B; }
  #pickup .in {
    width: 992px;
    height: 211px;
    margin: 0 auto;
    padding: 18px 0 25px;
    background: url(../img/pickup_bg.png) no-repeat;
    background-size: 224px 60px; }
    #pickup .in:after {
      clear: both;
      content: '.';
      display: block;
      font-size: 0;
      height: 0;
      line-height: 0;
      margin: 0;
      padding: 0;
      width: 100%;
      visibility: hidden; }
    #pickup .in .title {
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center; }
    #pickup .in .explain {
      float: left;
      width: 224px; }
      #pickup .in .explain .title {
        margin: 6px -20px 18px -40px;
        font-size: 16px;
        font-size: 1rem; }
      #pickup .in .explain .explain-child {
        height: 168px; }
    #pickup .in #notes {
      float: right;
      width: 743px;
      overflow: hidden;
      border-left: 1px solid #23526B; }
      #pickup .in #notes .note-list {
        margin-left: 23px; }
        #pickup .in #notes .note-list .note-child {
          float: left;
          width: 224px;
          height: 168px;
          margin-right: 16px; }

#intro {
  display: none;
  position: relative;
  padding-bottom: 272px;
  overflow: hidden; }
  #intro .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 0%, #000000 100%); }
  #intro .in {
    position: relative;
    margin: 0 48px;
    padding-top: 280px; }
    #intro .in .copy {
      margin: 0 auto 280px;
      width: 795px;
      height: 176px;
      background: url(../img/intro.svg) no-repeat;
      text-indent: -9999px;
      opacity: 0; }
    #intro .in .title {
      padding-bottom: 6px;
      border-bottom: 1px solid #0092D1;
      color: #0092D1;
      letter-spacing: 0.3em; }
    #intro .in .catch {
      margin: 32px 0 16px;
      font-size: 32px;
      font-size: 2rem;
      line-height: 2;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); }
    #intro .in .clearfix {
      opacity: 0; }
      #intro .in .clearfix .txt {
        float: left;
        width: 332px;
        margin-top: 32px;
        line-height: 2;
        font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #intro .in .clearfix .youtube {
        margin: 0 16px 0 367px;
        padding: 32px;
        background: rgba(35, 82, 107, 0.5); }

#story {
  position: relative;
  display: none;
  height: auto !important;
  min-height: 10px;
  height: 10px;
  padding: 0 48px 72px;
  overflow: hidden;
  background: url(../img/story_bg.png) #000000 no-repeat;
  background-size: 1404px 1988px; }
  #story .bg1 {
    position: absolute;
    top: -150px;
    left: 336px;
    right: 80px;
    opacity: 0;
    overflow: hidden; }
  #story .bg2 {
    position: absolute;
    top: 850px;
    left: 336px;
    right: 80px;
    opacity: 0;
    overflow: hidden; }
  #story .in {
    position: relative; }
    #story .in .part1, #story .in .part2 {
      opacity: 0; }
    #story .in .title {
      padding-top: 10px;
      padding-bottom: 6px;
      border-bottom: 1px solid #0092D1;
      color: #0092D1;
      letter-spacing: 0.3em; }
    #story .in .catch {
      margin: 32px 0 28px;
      font-size: 32px;
      font-size: 2rem;
      line-height: 2;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); }
    #story .in .txt {
      width: 336px;
      line-height: 2;
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
    #story .in .pic {
      width: 338px;
      .stepDown-margin: 20px 0 0 0; }
      #story .in .pic img {
        display: block;
        margin: 20px 0 0 0;
        -webkit-transition: margin 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: margin 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: margin 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* easeOutQuad */ }
      #story .in .pic .stepUp {
        margin: 0 0 20px 0; }
    #story .in .last-cover {
      width: 992px;
      margin: 230px auto 0;
      opacity: 0; }
      #story .in .last-cover .last {
        width: 945px;
        margin-left: 47px;
        padding-top: 16px;
        border-top: 1px solid #0092D1; }
        #story .in .last-cover .last:after {
          clear: both;
          content: '.';
          display: block;
          font-size: 0;
          height: 0;
          line-height: 0;
          margin: 0;
          padding: 0;
          width: 100%;
          visibility: hidden; }
        #story .in .last-cover .last .pic {
          float: left;
          width: 608px; }
        #story .in .last-cover .last .txt {
          float: right;
          width: 304px; }

#staff {
  display: none;
  padding-bottom: 96px;
  background: url(../img/staff_bg.png) #0F191B no-repeat;
  background-size: contain; }
  #staff .in {
    width: 992px;
    margin: 0 auto; }
    #staff .in .title {
      padding: 48px 0;
      text-align: center;
      font-weight: normal;
      font-size: 32px;
      font-size: 2rem; }
    #staff .in .staff-list {
      margin-bottom: 32px;
      padding-bottom: 32px;
      border-bottom: 1px dotted #3C667F;
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #staff .in .staff-list:after {
        clear: both;
        content: '.';
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        visibility: hidden; }
      #staff .in .staff-list .left {
        float: left;
        width: 352px; }
      #staff .in .staff-list .staff-child {
        float: left;
        width: 480px; }
        #staff .in .staff-list .staff-child .img {
          width: 128px; }
        #staff .in .staff-list .staff-child .youtube {
          float: none;
          width: 480px; }
      #staff .in .staff-list .staff-child:nth-child(odd) {
        margin-right: 32px; }
      #staff .in .staff-list .img {
        display: inline-block;
        width: 96px;
        margin-right: 20px;
        vertical-align: middle; }
      #staff .in .staff-list .staff {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        vertical-align: middle; }
        #staff .in .staff-list .staff .name {
          margin-top: 7px;
          font-size: 24px;
          font-size: 1.5rem; }
      #staff .in .staff-list .youtube {
        float: right;
        width: 606px; }
        #staff .in .staff-list .youtube iframe, #staff .in .staff-list .youtube img, #staff .in .staff-list .youtube a {
          display: block;
          margin: 0;
          padding: 0;
          border: 0; }
        #staff .in .staff-list .youtube .caption {
          display: block;
          color: #fff;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.1;
          padding: 8px 0; }
    #staff .in .desc {
      margin-top: 3px;
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2; }
      #staff .in .desc.credit {
        text-align: justify;
        font-size: 12px;
        font-size: 0.75rem; }
    #staff .in .sepSlash {
      color: #6fa2cd; }
    #staff .in .subtitle {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 32px; }
    #staff .in .credit dl, #staff .in .credit dt, #staff .in .credit dd {
      border: 0;
      display: inline;
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2; }
    #staff .in .credit dl {
      display: block; }
    #staff .in .credit dd:after {
      color: #6fa2cd;
      content: ' / ';
      display: inline; }

#view {
  position: relative;
  display: none;
  height: 813px;
  overflow: hidden; }
  #view a {
    color: #0092D1; }
  #view .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 813px;
    background: rgba(0, 0, 0, 0.4); }
  #view .in {
    position: relative;
    width: 992px;
    margin: 0 auto; }
    #view .in .title {
      padding-top: 84px;
      font-weight: normal;
      font-size: 40px;
      font-size: 2.5rem;
      text-align: center; }
    #view .in .black {
      position: absolute;
      top: 185px;
      left: 0;
      width: 577px;
      min-height: 480px;
      padding: 24px 223px 64px 32px;
      background: rgba(15, 25, 27, 0.75);
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #view .in .black #howto {
        margin-top: 16px;
        padding-top: 32px;
        border-top: 1px solid #0092D1; }
        #view .in .black #howto .part:after {
          clear: both;
          content: '.';
          display: block;
          font-size: 0;
          height: 0;
          line-height: 0;
          margin: 0;
          padding: 0;
          width: 100%;
          visibility: hidden; }
        #view .in .black #howto .part .no {
          float: left;
          width: 48px;
          height: 48px;
          margin-right: 16px;
          border-radius: 24px;
          background: #0092D1;
          font-size: 32px;
          font-size: 2rem;
          font-weight: bold;
          line-height: 48px;
          text-align: center; }
        #view .in .black #howto .part .txts {
          float: left;
          width: 513px; }
        #view .in .black #howto .part:nth-child(1) {
          margin-bottom: 16px;
          padding-bottom: 32px;
          border-bottom: 1px dotted #3C667F; }
        #view .in .black #howto .part:nth-child(2) .subtitle {
          line-height: 48px; }
    #view .in .txt {
      line-height: 1.5; }
    #view .in .subtitle {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.333; }
    #view .in .txt-medium {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5; }
    #view .in .note {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2; }
    #view .in .blue {
      position: absolute;
      top: 228px;
      right: 0;
      width: 320px;
      background: rgba(35, 81, 107, 0.75);
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #view .in .blue .txts {
        padding: 14px 32px; }
        #view .in .blue .txts .subtitle {
          font-size: 16px;
          font-size: 1rem;
          line-height: 2;
          text-align: center; }
        #view .in .blue .txts .txt-medium {
          line-height: 2; }

#access {
  position: relative;
  display: none;
  height: 1002px;
  overflow: hidden; }
  #access .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1002px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 36%, #000000 100%); }
  #access .in {
    position: relative;
    width: 992px;
    height: 1002px;
    margin: 0 auto; }
    #access .in .title {
      padding-top: 84px;
      font-weight: normal;
      font-size: 40px;
      font-size: 2.5rem;
      text-align: center; }
    #access .in .black {
      position: absolute;
      top: 183px;
      right: 0;
      padding: 32px 32px 32px 176px;
      background: rgba(15, 25, 27, 0.75);
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #access .in .black #map {
        width: 624px;
        height: 430px;
        overflow: hidden; }
    #access .in .blue {
      position: absolute;
      top: 214px;
      left: 0;
      width: 272px;
      min-height: 386px;
      padding: 24px 16px;
      background: rgba(35, 81, 107, 0.75);
      font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
      #access .in .blue .train {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #3C667F; }
      #access .in .blue .subtitle {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        font-weight: bold; }
      #access .in .blue .txt {
        margin: 2px 0 6px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.75; }
  #access .logo {
    position: absolute;
    bottom: 4px;
    left: 228px;
    width: 480px;
    height: 172px;
    background: url(../img/9ds_logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px; }

footer {
  display: none;
  margin-top: -1px;
  padding: 27px 0 36px;
  background: #000000;
  text-align: center; }
  footer .social-child {
    display: inline;
    margin: 0 8px; }
  footer #miraikan {
    width: 128px;
    height: 26px;
    margin: 118px auto 18px; }
  footer #copyright {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Verdana, "Droid Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }
