@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Questrial");
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*reset*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  text-align: left;
  background-color: transparent;
  vertical-align: baseline;
  font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a img, :link img, :visited img {
  border: 0; }

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

ul, ol {
  list-style-type: none; }

ul li img {
  vertical-align: top; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:after {
  display: block;
  clear: both; }

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

html, body {
  /*color:#333333;*/
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff; }

.loadingArea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.loadingArea .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 244px; }

.loadingArea .container img {
  width: 100%; }

.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.wrap.off {
  position: fixed;
  opacity: 0; }

.wrap.on {
  position: relative;
  opacity: 1; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　CONTENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mainArea {
  position: relative;
  z-index: 1; }

.mainArea h1 {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  height: auto; }

.mainArea h1 img {
  width: 100%;
  height: auto; }

.mainArea h2 {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  height: auto; }

.mainArea h2 img {
  width: 100%;
  height: auto; }

.mainArea p {
  width: 100%;
  line-height: 0;
  font-size: 0; }

.mainArea a {
  line-height: 0; }

.mainArea p img {
  width: 100%;
  height: auto; }

.mainArea section img {
  width: 100%;
  height: auto; }

p a {
  line-height: 0; }

.navBtn {
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  z-index: 15002;
  width: 13vw;
  margin: 0 2% 0 0;
  text-align: center;
  background: url(/dreaming/sp/assets/img/gnav_btn_on.png) 50% 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%; }

.navBtn img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.navBtn .on img {
  opacity: 0; }

#spGnav {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 15000; }

#spGnav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8); }

#spGnav .bgWrap {
  background: none; }

#spGnav .bgWrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100vh;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url(/dreaming/sp/assets/img/gnav_bg.png); }

#spGnav .navTitle {
  position: relative; }

#spGnav .bgTop,
#spGnav .bgBottom {
  /*font-size: 0;*/ }

.spGnavList {
  position: relative;
  /*font-size: 0;*/
  text-align: center; }

.spGnavList li {
  position: relative;
  display: table;
  width: 100%;
  height: 12vw; }

.spGnavList li:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 32%;
  width: 36%;
  height: 50%;
  border-left: 2px red solid;
  border-right: 2px red solid;
  pointer-events: none; }

.spGnavList li.gnNews:after {
  border-color: #ff99cc; }

.spGnavList li.gnStory:after {
  border-color: #26bc69; }

.spGnavList li.gnSystem:after {
  border-color: #ffcc00; }

.spGnavList li.gnMovie:after {
  border-color: #ff8400; }

.spGnavList li.gnChara:after {
  border-color: #c8a5e9; }

.spGnavList li.gnProduct:after {
  border-color: #00c8fa; }

.spGnavList li a {
  display: table-cell;
  padding: 0 0 0 .3em;
  width: 100%;
  height: auto;
  letter-spacing: .2em;
  font-family: 'Questrial', sans-serif;
  color: #656565;
  font-size: 4vw;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#spGnav .list_close {
  margin: 16px auto 13px;
  width: 85px;
  line-height: 1.5;
  color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }

#spGnav .list_close img {
  width: 100%; }

#spGnav .shareText {
  position: relative;
  padding-top: 3%; }

#spGnav .snsArea {
  position: relative;
  width: 86%;
  text-align: center;
  margin: 0 auto 1%;
  padding: 4% 0 3%;
  border: 1px solid #ccc;
  text-align: center; }

#spGnav .snsArea ul {
  text-align: center; }

#spGnav .snsArea li {
  display: inline-block;
  width: 18%;
  margin: 0 3%;
  text-align: center;
  vertical-align: middle; }

#spGnav .snsArea li img {
  width: 100%; }

/* --------------------------------------------------
snsArea
-------------------------------------------------- */
.snsArea {
  width: 86%;
  text-align: center;
  margin: 0 auto 1%;
  padding: 6% 0 5%;
  border: 2px solid #fff;
  text-align: center; }

.snsArea ul {
  text-align: center; }

.snsArea li {
  display: inline-block;
  width: 24%;
  margin: 0 3%;
  text-align: center;
  vertical-align: middle; }

.snsArea li img {
  width: 100%; }

.bnrArea {
  position: relative;
  padding: 6% 0 10%;
  font-size: 0;
  text-align: center; }

.bnrArea li {
  display: inline-block;
  width: 42%;
  vertical-align: bottom; }

.bnrArea li img {
  width: 100%; }

.bnrArea li:last-child {
  margin: 0 0 0 4vw; }

.appArea {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background: #04c5ef;
  z-index: 100; }

.appArea .logo {
  margin: 0 auto;
  padding: 10% 0 7%;
  width: 50%;
  text-align: center; }
  .appArea .logo img {
    width: 100%; }

.appArea .text {
  position: relative;
  width: 77%;
  margin: 0 auto;
  padding: 8% 0; }

.appArea .text li {
  font-size: 3.5vw;
  color: #fff;
  padding: 2% 0; }

.appArea .draft {
  display: inline-block;
  width: 77%;
  margin: 8% auto 0;
  padding: 3% 0;
  background: #fff;
  color: #04c5ef;
  font-size: 4vw;
  letter-spacing: .2em;
  text-align: center; }

.appArea p {
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.4;
  color: #fff;
  padding: 0 2% 4%; }

.footer_app {
  position: relative;
  padding: 7vw 0;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
  background-image: url(/dreaming/sp/assets/img/footer_app_line.png), url(/dreaming/sp/assets/img/footer_app_line.png); }
  .footer_app img {
    width: 100%; }
  .footer_app h2 {
    position: relative;
    margin: 0 auto 3.4vw;
    padding: 0 0 0 21vw;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer_app h2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 18.4vw;
      height: 18.4vw;
      border: 2px solid #fff;
      border-radius: 24%;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(/dreaming/assets/img/game_icon.jpg); }
  .footer_app a {
    display: inline-block;
    width: 44.6%; }

footer {
  position: relative;
  padding: 20px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  background: #31394c;
  z-index: 100; }

footer {
  padding: 8vw 0 4vw; }

footer .footerBox {
  display: block; }

footer .footerBox .coloplLogo {
  margin: 0 auto 4vw;
  width: 100%;
  max-width: 100%;
  text-align: center; }

footer .footerBox .coloplLogo a {
  display: inline-block;
  width: 46vw;
  text-align: center; }

footer .footerBox .footerCaution {
  padding: 0 4vw; }

footer .footerBox .footerCaution li {
  margin: 0 0 2vw 3vw;
  font-size: 2.6vw;
  line-height: 1.2;
  list-style: disc;
  list-style-position: outside; }

footer .coloplLogo {
  width: 40%;
  max-width: 180px; }

footer .coloplLogo img {
  width: 100%; }

footer .appNotice {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 4px; }

footer .appNotice li {
  margin: 0 0 10px 20px;
  list-style-type: disc;
  line-height: 1.5;
  font-size: 2vw; }

footer .appNotice li:last-child {
  margin: 0 0 0 5px;
  list-style-type: none; }

footer .link {
  padding: 15px 0 0;
  line-height: 1.5;
  text-align: center;
  font-size: 3vw;
  color: #fff; }

footer .link a:link,
footer .link a:visited {
  color: #fff; }

footer .coloplLogo {
  display: inline-block; }

footer .coloplLogo img {
  position: relative;
  top: -5px; }

p.notice {
  text-align: center;
  font-size: 12px;
  color: #dfcfc0;
  padding: 0 0 20px 0; }

footer .copyright {
  padding: 5% 0 5%;
  text-align: center;
  font-size: 3vw;
  color: #fff; }

/*# sourceMappingURL=common.css.map */