@charset "UTF-8";
/* ****************************************************
mixin
**************************************************** */
/* center */
/* opacity */
/* text length */
/* border radius */
/* transition */
/* break point */
/* for Coding */
/* ****************************************************
color set
**************************************************** */
/* ****************************************************
font
**************************************************** */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ****************************************************
basic
**************************************************** */
html {
  display: table;
  width: 100%;
  height: 100%; }

html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "FontAwesome", serif, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-size: 62.5%;
  font-weight: normal;
  color: #333; }
  html a,
  body a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #333; }
    html a:hover,
    body a:hover {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  html img,
  body img {
    vertical-align: middle; }

.sp {
  display: none; }

@media (max-width: 599px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

/* #container
--------------------------- */
body {
  position: relative;
  overflow: hidden;
  visibility: hidden; }
  body #container {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1; }
    body #container section.stageBase {
      position: relative;
      overflow: hidden; }
      body #container section.stageBase .fieldWrap {
        display: table;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        text-align: center; }
        body #container section.stageBase .fieldWrap p {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          padding: 0;
          margin: 0; }
          body #container section.stageBase .fieldWrap p img {
            width: 100%;
            max-width: 1280px;
            max-height: 100%; }
          body #container section.stageBase .fieldWrap p.sp {
            display: none; }
    body #container section#stage14 {
      position: relative; }
      body #container section#stage14 .fieldWrap .sns_bt_area {
        position: absolute;
        top: 35%;
        right: 20%;
        width: 15%; }
        body #container section#stage14 .fieldWrap .sns_bt_area .sns_bt {
          margin: 0 auto; }
          body #container section#stage14 .fieldWrap .sns_bt_area .sns_bt a {
            display: block;
            margin-bottom: 15%; }

@media (max-width: 599px) {
  body #container section.stageBase .fieldWrap p.pc {
    display: none; }
  body #container section.stageBase .fieldWrap p.sp {
    display: block; }
  body #container section#stage14 {
    position: relative; }
    body #container section#stage14 .fieldWrap .sns_bt_area {
      position: absolute;
      top: 75%;
      right: 0;
      width: 100%; }
      body #container section#stage14 .fieldWrap .sns_bt_area .sns_bt {
        width: 80%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        body #container section#stage14 .fieldWrap .sns_bt_area .sns_bt a {
          width: 30%;
          height: auto; }
          body #container section#stage14 .fieldWrap .sns_bt_area .sns_bt a img {
            width: 100%; } }

/* #pageNav
--------------------------- */
#container nav#pageNav {
  top: 0;
  right: 25px;
  width: 12px;
  text-align: center;
  position: fixed;
  z-index: 2; }
  #container nav#pageNav ul {
    width: 15px;
    display: block;
    padding: 0; }
    #container nav#pageNav ul li {
      padding-bottom: 5px;
      width: 12px;
      height: 12px;
      margin-bottom: 3px;
      display: block;
      overflow: hidden; }
      #container nav#pageNav ul li a {
        width: 12px;
        height: 12px;
        background: rgba(13, 65, 103, 0.25);
        border-radius: 50%;
        display: block; }
      #container nav#pageNav ul li.activeStage a {
        background: rgba(47, 209, 91, 0.71); }

@media (max-width: 599px) {
  #container nav#pageNav ul {
    display: none; } }

/* #pageDown
--------------------------- */
#pageDown {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  position: fixed;
  overflow: hidden;
  z-index: 3; }

#pageDown a {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: transparent url(../images/next_arw.png) no-repeat center center;
  display: block; }

#pageUp {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: right;
  position: fixed;
  overflow: hidden;
  z-index: 3; }

#pageUp a {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: transparent url(../images/next_arw.png) no-repeat center center;
  display: block; }
