@charset "utf-8";

/* CSS Document */

.contents {
  margin-top: -55px;
}

#mainContainer .txt {
  font-feature-settings: "palt";
  letter-spacing: .15rem;
  font-size: .9rem;
  line-height: 2.1;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #mainContainer .txt {
    font-size: 1rem;
    line-height: 2.2;
  }
}

.preload {
  display: none;
}


/*

logo

*/

#spLogo {
  width: 100%;
}

#subLogo path,
#subLogo rect {
  opacity: 0;
}


/*

navi

*/

.navi1,
.navi2 {
  width: 144px;
  height: 35px;
  float: left;
}

.storySwitcher {
  width: 288px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 85px;
  position: relative;
  opacity: 0;
}

.storySwitcher:nth-child(2) {
  margin-top: 40px;
  margin-bottom: 60px;
}

.currentSQ {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 35px;
  border: 1px solid rgba(51, 153, 204, 0.8);
  cursor: pointer;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .storySwitcher {
    margin: 40px auto 65px;
  }
  .contents {
    margin-top: 0;
  }
  #contents {
    padding-top: 60px;
  }
}


/*

loading

*/

.loading {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 2000;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0.0)
  }
  50% {
    transform: scale(1.0)
  }
}


/*

init

*/

#mainContainer {
  opacity: 0;
}

#fb-root {
  display: none;
}

.nice-icon {
  position: fixed;
  top: 19px;
  right: 18px;
  opacity: 0;
  display: none;
  z-index: 1000;
}

.sns-cont {
  position: fixed;
  top: -460px;
  opacity: 0;
  right: 7px;
  width: 107px;
  height: 120px;
  background-image: url("../img/story_facts_common/balloon.svg");
  background-size: 107px 120px;
  z-index: 2000;
}

.sns {
  padding-top: 21px;
  margin-left: 12px;
}

.sns .twitter {
  margin-top: 10px;
  margin-bottom: 2px;
}


/*

layout

*/

.cont {
  width: 100%;
  margin-bottom: 120px;
}

.pict {
  width: 100%;
}

h2 {
  font-weight: 100;
}

.mb1 {
  margin-bottom: 34px;
}

.mt1 {
  margin-top: 90px;
}


/*

footer

*/

footer {
  opacity: 0;
}
