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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 960px;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#loading #loading_bar {
  position: relative;
  width: 300px;
  height: 3px;
  background-color: #f8f4f0;
  border-radius: 1.5px;
  overflow: hidden;
}
#loading #loading_bar .bar {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #715d54;
}
#loading #loading_bar .cover {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #fff;
}

#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 20;
}
#opening .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#opening .inner .logo {
  width: 80px;
  height: 82px;
  margin-bottom: 30px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#opening .inner .text_01 {
  width: 541px;
  height: 55px;
  margin-bottom: 25px;
  background-image: url(../img/title_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#opening .inner .text_02 {
  width: 317px;
  height: 19px;
  margin-bottom: 40px;
  background-image: url(../img/title_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#visual {
  width: 100%;
  height: 100%;
}
#visual #effects {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 9;
  mix-blend-mode: lighten;
}
#visual h1 {
  position: absolute;
  width: 432px;
  height: 161px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -216px;
}
#visual h1 .logo {
  display: block;
  width: 63px;
  height: 65px;
  margin: 0 auto 23px;
  background-image: url(../img/logo_r.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#visual h1 .text_01 {
  display: block;
  width: 432px;
  height: 44px;
  margin: 0 auto 13px;
  background-image: url(../img/title_r01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#visual h1 .text_02 {
  display: block;
  width: 232px;
  height: 16px;
  margin: 0 auto 0;
  background-image: url(../img/title_r02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#visual .nextupdate {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#visual .nextupdate h2 {
  width: 187px;
  height: 12px;
  margin-bottom: 25px;
  background-image: url(../img/update_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#visual .nextupdate .text_03 {
  width: 411px;
  height: 29px;
  margin-bottom: 20px;
  background-image: url(../img/update_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}
#visual .nextupdate #timer {
  width: 400px;
  height: 20px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
}
#visual .nextupdate #timer .label_01 {
  position: relative;
  width: 143px;
  height: 15px;
  margin-right: 11px;
  background-image: url(../img/update_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#visual .nextupdate #timer .label_02 {
  position: relative;
  width: 40px;
  height: 16px;
  top: 3px;
  margin-right: 7px;
  background-image: url(../img/update_04.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#visual .nextupdate #timer .day {
  margin-right: 4px;
  color: #715d54;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
#visual .nextupdate #timer .time {
  width: 87px;
  color: #715d54;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
#visual .nextupdate .btn {
  padding-bottom: 60px;
  opacity: 0;
}
#visual .nextupdate .btn a {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 36px;
  background-color: #ee7491;
  border-radius: 18px;
  background-image: url(../img/update_05.png);
  background-size: 257px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#visual .nextupdate .btn a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#visual #background {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: 0;
  left: 0;
  background-image: url(../img/bk.png);
  background-size: 1920px 1080px;
  background-position: 0 0;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#visual #background .characters .character_01 {
  position: absolute;
  width: 763px;
  height: 1222px;
  top: 44px;
  left: 139px;
  z-index: 3;
  opacity: 0;
}
#visual #background .characters .character_01 div {
  width: 100%;
  height: 100%;
  background-image: url(../img/character_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: fuwafuwa 2s 0.5s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 0.5s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#visual #background .characters .character_02 {
  position: absolute;
  width: 696px;
  height: 1025px;
  top: 255px;
  left: 409px;
  z-index: 4;
  opacity: 0;
}
#visual #background .characters .character_02 div {
  width: 100%;
  height: 100%;
  background-image: url(../img/character_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: fuwafuwa 2s 1s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 1s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#visual #background .characters .character_03 {
  position: absolute;
  width: 597px;
  height: 1203px;
  top: 18px;
  left: 866px;
  z-index: 2;
  opacity: 0;
}
#visual #background .characters .character_03 div {
  width: 100%;
  height: 100%;
  background-image: url(../img/character_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: fuwafuwa 2s 1.5s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 1.5s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#visual #background .characters .character_04 {
  position: absolute;
  width: 511px;
  height: 1140px;
  top: 140px;
  left: 1247px;
  z-index: 5;
  opacity: 0;
}
#visual #background .characters .character_04 div {
  width: 100%;
  height: 100%;
  background-image: url(../img/character_04.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: fuwafuwa 2s 2s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 2s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}/*# sourceMappingURL=style.css.map */