@font-face {
  font-family: 'organic';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/organic_teabags-webfont.woff2") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/organic_teabags-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'organic';
  background: #ffe7bb;
  padding: 60px;
  background-size: 60px;
  border: 8px solid white;
  margin: 0;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  body {
    height: 1000px;
    padding: 40px;
  }
}
@media only screen and (max-width: 620px) {
  body {
    padding: 20px;
  }
}
body .grain {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 1000px) {
  body .grain {
    height: 1000px;
  }
}
body .loader {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .loader_line {
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  width: 40px;
  margin: auto;
  -webkit-transform: translateY(calc(-50% - -18px)) translateX(-18px);
          transform: translateY(calc(-50% - -18px)) translateX(-18px);
  text-align: center;
  background: #43413b;
  border-radius: 10px 10px 10px 10px / 1px;
  -webkit-animation: line 1s infinite;
          animation: line 1s infinite;
}
@-webkit-keyframes line {
  0% {
    width: 0px;
    left: -60px;
  }
  100% {
    width: 60px;
    left: 0px;
  }
}
@keyframes line {
  0% {
    width: 0px;
    left: -60px;
  }
  100% {
    width: 60px;
    left: 0px;
  }
}
body .loader_icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
body .loader_icon img {
  width: 38px;
  position: relative;
  left: -30px;
  -webkit-animation: loader 1s infinite;
          animation: loader 1s infinite;
}
@-webkit-keyframes loader {
  0% {
    left: -30px;
  }
  100% {
    left: 30px;
  }
}
@keyframes loader {
  0% {
    left: -30px;
  }
  100% {
    left: 30px;
  }
}
body .main {
  height: 100%;
  display: none;
}
body .main_left {
  height: 100%;
  width: 25%;
  position: relative;
  float: left;
}
body .main_left__logo img {
  width: 82px;
}
body .main_left__poem {
  padding-right: 0;
  position: absolute;
  top: 50%;
  padding-bottom: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .main_left__poem h1 {
  font-weight: normal;
  color: #211f18;
  font-size: 24px;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s, opacity 0.2s;
  transition: left 0.3s, opacity 0.2s;
}
body .main_left__poem p {
  color: #736241;
  font-size: 20px;
  position: relative;
  line-height: 20px;
  left: 0;
  -webkit-transition: left 0.3s 0.1s, opacity 0.2s 0.1s;
  transition: left 0.3s 0.1s, opacity 0.2s 0.1s;
}
body .main_left__poem i {
  color: #bfa475;
  font-size: 20px;
  position: relative;
  font-style: normal;
  left: 0;
  -webkit-transition: left 0.3s 0.2s, opacity 0.2s 0.2s;
  transition: left 0.3s 0.2s, opacity 0.2s 0.2s;
}
body .main_left__poem .buttons {
  margin-top: 35px;
  width: 310px;
  position: absolute;
  left: 0;
  -webkit-transition: left 0.3s 0.3s, opacity 0.2s 0.3s;
  transition: left 0.3s 0.3s, opacity 0.2s 0.3s;
}
body .main_left__poem .buttons div {
  background: white;
  border-radius: 3px;
  padding: 8px 16px;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  color: #736241;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
body .main_left__poem .buttons div.fb {
  left: 76px;
}
body .main_left__poem .buttons div div {
  position: absolute;
  top: 59px;
  left: 0;
  opacity: 0;
}
body .main_left__poem .buttons div img {
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .main_left__poem .buttons div img.alt {
  position: absolute;
  left: 16px;
  top: 11px;
  opacity: 0;
}
body .main_left__poem .buttons div:hover {
  background: #736241;
  color: white;
}
body .main_left__poem .buttons div:hover div {
  opacity: 1;
  top: 49px;
}
body .main_left__poem .buttons div:hover img {
  opacity: 0;
}
body .main_left__poem .buttons div:hover img.alt {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  body .main_left__poem .buttons {
    width: 289px;
    margin: 40px auto;
    position: relative;
    left: 9px;
  }
}
@media only screen and (max-width: 1000px) {
  body .main_left__poem {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 510px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 620px) {
  body .main_left__poem {
    top: 370px;
  }
}
body .main_left__footer {
  position: absolute;
  bottom: 0;
}
body .main_left__footer p {
  color: #bfa475;
  margin: 0;
}
body .main_left__footer p a {
  color: #df6a23;
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  body .main_left__footer {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1000px) {
  body .main_left {
    width: 100%;
    text-align: center;
  }
}
body .main_center {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
}
body .main_center .overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  border: 10px solid white;
  -webkit-box-shadow: 0 0px 80px #00000080 inset;
          box-shadow: 0 0px 80px #00000080 inset;
}
@media only screen and (max-width: 1000px) {
  body .main_center .overlay {
    top: 410px;
  }
}
@media only screen and (max-width: 620px) {
  body .main_center .overlay {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    top: -110px;
  }
}
body .main_center__button {
  position: absolute;
  top: calc(50% - 170px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  left: 200px;
  right: 0;
  margin: auto;
  z-index: 66;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  body .main_center__button {
    top: 240px;
  }
}
@media only screen and (max-width: 620px) {
  body .main_center__button {
    top: 4px;
    left: 155px;
  }
}
body .main_center__button:hover .tooltip {
  opacity: 1;
  right: -164px;
}
body .main_center__button:hover img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
body .main_center__button .tooltip {
  background: white;
  border-radius: 3px;
  opacity: 0;
  padding: 8px 20px;
  float: left;
  pointer-events: none;
  font-size: 22px;
  color: #736241;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: -180px;
  margin-right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  body .main_center__button .tooltip {
    display: none;
  }
}
body .main_center__button img {
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 15px;
  top: 15px;
}
body .main_center__pips {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  width: 450px;
  height: 450px;
  border-radius: 100%;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
}
body .main_center__pips .pip {
  border-radius: 20px;
  width: 10px;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: 50% 220px;
          transform-origin: 50% 220px;
  left: 0;
  right: 0;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: border-top 0.3s;
  transition: border-top 0.3s;
  border-top: 6px solid white;
  margin: auto;
}
body .main_center__pips .pip.active, body .main_center__pips .pip:hover {
  border-top: 6px solid #736241;
}
body .main_center__pips .pip:nth-of-type(1) {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
body .main_center__pips .pip:nth-of-type(2) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
body .main_center__pips .pip:nth-of-type(3) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
body .main_center__pips .pip:nth-of-type(4) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
body .main_center__pips .pip:nth-of-type(5) {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
body .main_center__pips .pip:nth-of-type(6) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
body .main_center__pips .pip:nth-of-type(7) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
body .main_center__pips .pip:nth-of-type(8) {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
body .main_center__pips .pip:nth-of-type(9) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body .main_center__pips .pip:nth-of-type(10) {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
@media only screen and (max-width: 1000px) {
  body .main_center__pips .pip {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    position: relative !important;
    margin-top: 10px !important;
    top: -12px;
    width: 6px;
  }
}
@media only screen and (max-width: 1000px) {
  body .main_center__pips {
    width: 30px;
    left: 40px;
    height: auto;
    margin: 0;
    position: fixed;
  }
}
body .main_center__stage {
  position: absolute;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background: #31434a;
  border: 8px solid white;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
                /* ==============================================

                Scene specific

                ================================================= */
                /* ==============================================

                Lighthouse scene 

                ================================================= */
                /* ==============================================

                Fall scene

                ================================================= */
                /* ==============================================

                Sing scene

                ================================================= */
                /* ==============================================

                Hope scene

                ================================================= */
                /* ==============================================

                Moon scene

                ================================================= */
                /* ==============================================

                Space scene

                ================================================= */
}
@media only screen and (max-width: 1000px) {
  body .main_center__stage {
    top: 410px;
  }
}
body .main_center__stage.lighthouse .lighthouse .sea_front, body .main_center__stage.lighthouse .lighthouse .sea_mid, body .main_center__stage.lighthouse .lighthouse .sea_back, body .main_center__stage.lighthouse .lighthouse .rock, body .main_center__stage.lighthouse .lighthouse .cloud_one, body .main_center__stage.lighthouse .lighthouse .cloud_two, body .main_center__stage.lighthouse .lighthouse .hills, body .main_center__stage.lighthouse .lighthouse .lighthouse, body .main_center__stage.lighthouse .lighthouse .boat, body .main_center__stage.lighthouse .lighthouse .moon, body .main_center__stage.lighthouse .lighthouse .stars, body .main_center__stage.lighthouse .lighthouse .storm, body .main_center__stage.lighthouse .lighthouse .light, body .main_center__stage.fall .fall .tree_left, body .main_center__stage.fall .fall .tree_right, body .main_center__stage.fall .fall .ground_front, body .main_center__stage.fall .fall .ground_mid, body .main_center__stage.fall .fall .ground_back, body .main_center__stage.fall .fall .cloud_left, body .main_center__stage.fall .fall .cloud_right, body .main_center__stage.fall .fall .sun, body .main_center__stage.fall .fall .birds, body .main_center__stage.fall .fall .hills, body .main_center__stage.fall .fall .leaf_one, body .main_center__stage.fall .fall .leaf_two, body .main_center__stage.fall .fall .leaf_three, body .main_center__stage.fall .fall .leaf_four, body .main_center__stage.fall .fall .leaf_five, body .main_center__stage.fall .fall .light, body .main_center__stage.sing .sing .grass, body .main_center__stage.sing .sing .hill_front, body .main_center__stage.sing .sing .hill_back, body .main_center__stage.sing .sing .buildings, body .main_center__stage.sing .sing .city, body .main_center__stage.sing .sing .singer, body .main_center__stage.sing .sing .moon, body .main_center__stage.sing .sing .stars, body .main_center__stage.sing .sing .note_one, body .main_center__stage.sing .sing .note_two, body .main_center__stage.sing .sing .note_three, body .main_center__stage.sing .sing .note_four, body .main_center__stage.sing .sing .storm, body .main_center__stage.hope .hope .flowers, body .main_center__stage.hope .hope .tree, body .main_center__stage.hope .hope .dove, body .main_center__stage.hope .hope .dove_wing_left, body .main_center__stage.hope .hope .dove_wing_right, body .main_center__stage.hope .hope .ground_front, body .main_center__stage.hope .hope .gound_back, body .main_center__stage.hope .hope .house, body .main_center__stage.hope .hope .cloud_left, body .main_center__stage.hope .hope .cloud_right, body .main_center__stage.hope .hope .hill_left, body .main_center__stage.hope .hope .hill_right, body .main_center__stage.hope .hope .cloud, body .main_center__stage.hope .hope .sun, body .main_center__stage.moon .moon .tree_left, body .main_center__stage.moon .moon .tree_right, body .main_center__stage.moon .moon .ground_front, body .main_center__stage.moon .moon .ground_back, body .main_center__stage.moon .moon .house, body .main_center__stage.moon .moon .smoke_one, body .main_center__stage.moon .moon .smoke_two, body .main_center__stage.moon .moon .smoke_three, body .main_center__stage.moon .moon .cloud_right, body .main_center__stage.moon .moon .hills, body .main_center__stage.moon .moon .cloud_left, body .main_center__stage.moon .moon .moon, body .main_center__stage.moon .moon .stars, body .main_center__stage.space .space .moon, body .main_center__stage.space .space .planet_right, body .main_center__stage.space .space .rocket, body .main_center__stage.space .space .rocket_smoke_one, body .main_center__stage.space .space .cloud_right, body .main_center__stage.space .space .cloud_left, body .main_center__stage.space .space .planet_left, body .main_center__stage.space .space .sun, body .main_center__stage.space .space .asteroids, body .main_center__stage.space .space .stars {
  position: absolute;
  bottom: 0;
}
body .main_center__stage.lighthouse .lighthouse .sea_front img, body .main_center__stage.lighthouse .lighthouse .sea_mid img, body .main_center__stage.lighthouse .lighthouse .sea_back img, body .main_center__stage.lighthouse .lighthouse .rock img, body .main_center__stage.lighthouse .lighthouse .cloud_one img, body .main_center__stage.lighthouse .lighthouse .cloud_two img, body .main_center__stage.lighthouse .lighthouse .hills img, body .main_center__stage.lighthouse .lighthouse .lighthouse img, body .main_center__stage.lighthouse .lighthouse .boat img, body .main_center__stage.lighthouse .lighthouse .moon img, body .main_center__stage.lighthouse .lighthouse .stars img, body .main_center__stage.lighthouse .lighthouse .storm img, body .main_center__stage.lighthouse .lighthouse .light img, body .main_center__stage.fall .fall .tree_left img, body .main_center__stage.fall .fall .tree_right img, body .main_center__stage.fall .fall .ground_front img, body .main_center__stage.fall .fall .ground_mid img, body .main_center__stage.fall .fall .ground_back img, body .main_center__stage.fall .fall .cloud_left img, body .main_center__stage.fall .fall .cloud_right img, body .main_center__stage.fall .fall .sun img, body .main_center__stage.fall .fall .birds img, body .main_center__stage.fall .fall .hills img, body .main_center__stage.fall .fall .leaf_one img, body .main_center__stage.fall .fall .leaf_two img, body .main_center__stage.fall .fall .leaf_three img, body .main_center__stage.fall .fall .leaf_four img, body .main_center__stage.fall .fall .leaf_five img, body .main_center__stage.fall .fall .light img, body .main_center__stage.sing .sing .grass img, body .main_center__stage.sing .sing .hill_front img, body .main_center__stage.sing .sing .hill_back img, body .main_center__stage.sing .sing .buildings img, body .main_center__stage.sing .sing .city img, body .main_center__stage.sing .sing .singer img, body .main_center__stage.sing .sing .moon img, body .main_center__stage.sing .sing .stars img, body .main_center__stage.sing .sing .note_one img, body .main_center__stage.sing .sing .note_two img, body .main_center__stage.sing .sing .note_three img, body .main_center__stage.sing .sing .note_four img, body .main_center__stage.sing .sing .storm img, body .main_center__stage.hope .hope .flowers img, body .main_center__stage.hope .hope .tree img, body .main_center__stage.hope .hope .dove img, body .main_center__stage.hope .hope .dove_wing_left img, body .main_center__stage.hope .hope .dove_wing_right img, body .main_center__stage.hope .hope .ground_front img, body .main_center__stage.hope .hope .gound_back img, body .main_center__stage.hope .hope .house img, body .main_center__stage.hope .hope .cloud_left img, body .main_center__stage.hope .hope .cloud_right img, body .main_center__stage.hope .hope .hill_left img, body .main_center__stage.hope .hope .hill_right img, body .main_center__stage.hope .hope .cloud img, body .main_center__stage.hope .hope .sun img, body .main_center__stage.moon .moon .tree_left img, body .main_center__stage.moon .moon .tree_right img, body .main_center__stage.moon .moon .ground_front img, body .main_center__stage.moon .moon .ground_back img, body .main_center__stage.moon .moon .house img, body .main_center__stage.moon .moon .smoke_one img, body .main_center__stage.moon .moon .smoke_two img, body .main_center__stage.moon .moon .smoke_three img, body .main_center__stage.moon .moon .cloud_right img, body .main_center__stage.moon .moon .hills img, body .main_center__stage.moon .moon .cloud_left img, body .main_center__stage.moon .moon .moon img, body .main_center__stage.moon .moon .stars img, body .main_center__stage.space .space .moon img, body .main_center__stage.space .space .planet_right img, body .main_center__stage.space .space .rocket img, body .main_center__stage.space .space .rocket_smoke_one img, body .main_center__stage.space .space .cloud_right img, body .main_center__stage.space .space .cloud_left img, body .main_center__stage.space .space .planet_left img, body .main_center__stage.space .space .sun img, body .main_center__stage.space .space .asteroids img, body .main_center__stage.space .space .stars img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -200px;
}
body .main_center__stage div {
  display: none;
  position: absolute;
  bottom: 0;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(1) {
  -webkit-animation: out 0.5s 0.05s forwards;
          animation: out 0.5s 0.05s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(2) {
  -webkit-animation: out 0.5s 0.1s forwards;
          animation: out 0.5s 0.1s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(3) {
  -webkit-animation: out 0.5s 0.15s forwards;
          animation: out 0.5s 0.15s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(4) {
  -webkit-animation: out 0.5s 0.2s forwards;
          animation: out 0.5s 0.2s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(5) {
  -webkit-animation: out 0.5s 0.25s forwards;
          animation: out 0.5s 0.25s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(6) {
  -webkit-animation: out 0.5s 0.3s forwards;
          animation: out 0.5s 0.3s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(7) {
  -webkit-animation: out 0.5s 0.35s forwards;
          animation: out 0.5s 0.35s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(8) {
  -webkit-animation: out 0.5s 0.4s forwards;
          animation: out 0.5s 0.4s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(9) {
  -webkit-animation: out 0.5s 0.45s forwards;
          animation: out 0.5s 0.45s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(10) {
  -webkit-animation: out 0.5s 0.5s forwards;
          animation: out 0.5s 0.5s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(11) {
  -webkit-animation: out 0.5s 0.55s forwards;
          animation: out 0.5s 0.55s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(12) {
  -webkit-animation: out 0.5s 0.6s forwards;
          animation: out 0.5s 0.6s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(13) {
  -webkit-animation: out 0.5s 0.65s forwards;
          animation: out 0.5s 0.65s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(14) {
  -webkit-animation: out 0.5s 0.7s forwards;
          animation: out 0.5s 0.7s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(15) {
  -webkit-animation: out 0.5s 0.75s forwards;
          animation: out 0.5s 0.75s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(16) {
  -webkit-animation: out 0.5s 0.8s forwards;
          animation: out 0.5s 0.8s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(17) {
  -webkit-animation: out 0.5s 0.85s forwards;
          animation: out 0.5s 0.85s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(18) {
  -webkit-animation: out 0.5s 0.9s forwards;
          animation: out 0.5s 0.9s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(19) {
  -webkit-animation: out 0.5s 0.95s forwards;
          animation: out 0.5s 0.95s forwards;
}
body .main_center__stage.reverse div div.light {
  opacity: 0 !important;
}
body .main_center__stage.reverse div > div:nth-of-type(20) {
  -webkit-animation: out 0.5s 1s forwards;
          animation: out 0.5s 1s forwards;
}
body .main_center__stage.lighthouse .lighthouse {
  display: block;
}
body .main_center__stage.lighthouse .lighthouse > div {
  display: block;
}
body .main_center__stage.lighthouse .lighthouse .sea_front {
  -webkit-transform: translateY(-10px) translateX(0px);
          transform: translateY(-10px) translateX(0px);
}
body .main_center__stage.lighthouse .lighthouse .sea_front img {
  width: 380px;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, rock 1.5s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, rock 1.5s 0.55s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .sea_mid {
  -webkit-transform: translateY(-40px) translateX(0px);
          transform: translateY(-40px) translateX(0px);
}
body .main_center__stage.lighthouse .lighthouse .sea_mid img {
  width: 380px;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, rock 1.5s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, rock 1.5s 0.6s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .sea_back {
  -webkit-transform: translateY(-65px) translateX(0px);
          transform: translateY(-65px) translateX(0px);
}
body .main_center__stage.lighthouse .lighthouse .sea_back img {
  width: 380px;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, rock 1.5s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, rock 1.5s 0.65s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .rock {
  -webkit-transform: translateY(-160px) translateX(-10px);
          transform: translateY(-160px) translateX(-10px);
}
body .main_center__stage.lighthouse .lighthouse .rock img {
  width: 250px;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, none 0s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, none 0s 0.7s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .cloud_one {
  -webkit-transform: translateY(-110px) translateX(-60px);
          transform: translateY(-110px) translateX(-60px);
}
body .main_center__stage.lighthouse .lighthouse .cloud_one img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
          animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .cloud_two {
  -webkit-transform: translateY(-146px) translateX(150px);
          transform: translateY(-146px) translateX(150px);
}
body .main_center__stage.lighthouse .lighthouse .cloud_two img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
          animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .hills {
  -webkit-transform: translateY(94px) translateX(-90px);
          transform: translateY(94px) translateX(-90px);
}
body .main_center__stage.lighthouse .lighthouse .hills img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, none 0s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, none 0s 0.85s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .lighthouse {
  -webkit-transform: translateY(-255px) translateX(66px);
          transform: translateY(-255px) translateX(66px);
}
body .main_center__stage.lighthouse .lighthouse .lighthouse img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.4s forwards, none 0s 0.9s infinite linear;
          animation: piece_in 0.5s 0.4s forwards, none 0s 0.9s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .boat {
  -webkit-transform: translateY(-146px) translateX(269px);
          transform: translateY(-146px) translateX(269px);
}
body .main_center__stage.lighthouse .lighthouse .boat img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.45s forwards, up_down 2s 0.95s infinite linear;
          animation: piece_in 0.5s 0.45s forwards, up_down 2s 0.95s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .moon {
  -webkit-transform: translateY(-335px) translateX(266px);
          transform: translateY(-335px) translateX(266px);
}
body .main_center__stage.lighthouse .lighthouse .moon img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.5s forwards, none 0s 1s infinite linear;
          animation: piece_in 0.5s 0.5s forwards, none 0s 1s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .stars {
  -webkit-transform: translateY(-322px) translateX(36px);
          transform: translateY(-322px) translateX(36px);
}
body .main_center__stage.lighthouse .lighthouse .stars img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: fade_in 0.5s 0.55s forwards, twinkle 3s 1.05s infinite linear;
          animation: fade_in 0.5s 0.55s forwards, twinkle 3s 1.05s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .storm {
  opacity: 0;
  width: 400px;
  height: 400px;
  background: white;
  top: -400px;
  -webkit-animation: flash 10s .8s infinite;
          animation: flash 10s .8s infinite;
}
body .main_center__stage.lighthouse .lighthouse .light {
  opacity: 1;
  width: 12px;
  height: 12px;
  top: -295px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 0px 0px yellow;
          box-shadow: 0px 0px 0px 0px yellow;
  left: 97px;
  -webkit-animation: glow 6s .8s infinite linear;
          animation: glow 6s .8s infinite linear;
}
body .main_center__stage.lighthouse .lighthouse .rain {
  opacity: 0;
  -webkit-animation: fade_in 1s .7s forwards;
          animation: fade_in 1s .7s forwards;
}
body .main_center__stage.fall .fall {
  display: block;
}
body .main_center__stage.fall .fall > div {
  display: block;
}
body .main_center__stage.fall .fall .tree_left {
  -webkit-transform: translateY(-170px) translateX(-30px);
          transform: translateY(-170px) translateX(-30px);
}
body .main_center__stage.fall .fall .tree_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, side_to_side 4s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, side_to_side 4s 0.55s infinite linear;
}
body .main_center__stage.fall .fall .tree_right {
  -webkit-transform: translateY(-80px) translateX(270px);
          transform: translateY(-80px) translateX(270px);
}
body .main_center__stage.fall .fall .tree_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, side_to_side 4s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, side_to_side 4s 0.6s infinite linear;
}
body .main_center__stage.fall .fall .ground_front {
  -webkit-transform: translateY(10px) translateX(0px);
          transform: translateY(10px) translateX(0px);
}
body .main_center__stage.fall .fall .ground_front img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, up_down 4s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, up_down 4s 0.65s infinite linear;
}
body .main_center__stage.fall .fall .ground_mid {
  -webkit-transform: translateY(0px) translateX(-60px);
          transform: translateY(0px) translateX(-60px);
}
body .main_center__stage.fall .fall .ground_mid img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, up_down 4s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, up_down 4s 0.7s infinite linear;
}
body .main_center__stage.fall .fall .ground_back {
  -webkit-transform: translateY(-48px) translateX(-48px);
          transform: translateY(-48px) translateX(-48px);
}
body .main_center__stage.fall .fall .ground_back img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.25s forwards, up_down 4s 0.75s infinite linear;
          animation: piece_in 0.5s 0.25s forwards, up_down 4s 0.75s infinite linear;
}
body .main_center__stage.fall .fall .cloud_left {
  -webkit-transform: translateY(-170px) translateX(-130px);
          transform: translateY(-170px) translateX(-130px);
}
body .main_center__stage.fall .fall .cloud_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, up_down 4s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, up_down 4s 0.85s infinite linear;
}
body .main_center__stage.fall .fall .cloud_right {
  -webkit-transform: translateY(-184px) translateX(200px);
          transform: translateY(-184px) translateX(200px);
}
body .main_center__stage.fall .fall .cloud_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.4s forwards, up_down 4s 0.9s infinite linear;
          animation: piece_in 0.5s 0.4s forwards, up_down 4s 0.9s infinite linear;
}
body .main_center__stage.fall .fall .sun {
  -webkit-transform: translateY(-84px) translateX(39px);
          transform: translateY(-84px) translateX(39px);
}
body .main_center__stage.fall .fall .sun img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.45s forwards, up_down 7s 0.95s infinite linear;
          animation: piece_in 0.5s 0.45s forwards, up_down 7s 0.95s infinite linear;
}
body .main_center__stage.fall .fall .birds {
  -webkit-transform: translateY(-84px) translateX(39px);
          transform: translateY(-84px) translateX(39px);
}
body .main_center__stage.fall .fall .birds img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.5s forwards, up_down 7s 1s infinite linear;
          animation: piece_in 0.5s 0.5s forwards, up_down 7s 1s infinite linear;
}
body .main_center__stage.fall .fall .hills {
  -webkit-transform: translateY(6px) translateX(-52px);
          transform: translateY(6px) translateX(-52px);
}
body .main_center__stage.fall .fall .hills img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.55s forwards, none 7s 1.05s infinite linear;
          animation: piece_in 0.5s 0.55s forwards, none 7s 1.05s infinite linear;
}
body .main_center__stage.fall .fall .leaf_one {
  -webkit-transform: translateY(-404px) translateX(258px);
          transform: translateY(-404px) translateX(258px);
}
body .main_center__stage.fall .fall .leaf_one img {
  width: 90px;
  bottom: -1000px;
  -webkit-animation: none 0.5s 0.6s forwards, leaf_fall 7s 1.1s infinite linear;
          animation: none 0.5s 0.6s forwards, leaf_fall 7s 1.1s infinite linear;
}
body .main_center__stage.fall .fall .leaf_two {
  -webkit-transform: translateY(-464px) translateX(168px);
          transform: translateY(-464px) translateX(168px);
}
body .main_center__stage.fall .fall .leaf_two img {
  width: 50px;
  bottom: -1000px;
  -webkit-animation: none 0.5s 0.6s forwards, leaf_fall 3s 1.1s infinite linear;
          animation: none 0.5s 0.6s forwards, leaf_fall 3s 1.1s infinite linear;
}
body .main_center__stage.fall .fall .leaf_three {
  -webkit-transform: translateY(-494px) translateX(148px);
          transform: translateY(-494px) translateX(148px);
}
body .main_center__stage.fall .fall .leaf_three img {
  width: 35px;
  bottom: -1000px;
  -webkit-animation: none 0.5s 0.7s forwards, leaf_fall 6s 1.2s infinite linear;
          animation: none 0.5s 0.7s forwards, leaf_fall 6s 1.2s infinite linear;
}
body .main_center__stage.fall .fall .leaf_four {
  -webkit-transform: translateY(-533px) translateX(108px);
          transform: translateY(-533px) translateX(108px);
}
body .main_center__stage.fall .fall .leaf_four img {
  width: 70px;
  bottom: -1000px;
  -webkit-animation: none 0.5s 0.75s forwards, leaf_fall 5s 1.25s infinite linear;
          animation: none 0.5s 0.75s forwards, leaf_fall 5s 1.25s infinite linear;
}
body .main_center__stage.fall .fall .leaf_five {
  -webkit-transform: translateY(-539px) translateX(54px);
          transform: translateY(-539px) translateX(54px);
}
body .main_center__stage.fall .fall .leaf_five img {
  width: 26px;
  bottom: -1000px;
  -webkit-animation: none 0.5s 0.8s forwards, leaf_fall 8s 1.3s infinite linear;
          animation: none 0.5s 0.8s forwards, leaf_fall 8s 1.3s infinite linear;
}
body .main_center__stage.fall .fall .light {
  opacity: 1;
  width: 134px;
  height: 122px;
  top: -225px;
  border-radius: 140px;
  -webkit-box-shadow: 0px 0px 0px 0px #f2a834;
          box-shadow: 0px 0px 0px 0px #f2a834;
  left: 123px;
  -webkit-animation: glow 6s 1.5s infinite linear;
          animation: glow 6s 1.5s infinite linear;
}
body .main_center__stage.sing .sing {
  display: block;
}
body .main_center__stage.sing .sing > div {
  display: block;
}
body .main_center__stage.sing .sing .grass {
  -webkit-transform: translateY(-60px) translateX(0px);
          transform: translateY(-60px) translateX(0px);
}
body .main_center__stage.sing .sing .grass img {
  width: 380px;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
}
body .main_center__stage.sing .sing .hill_front {
  -webkit-transform: translateY(1px) translateX(58px);
          transform: translateY(1px) translateX(58px);
}
body .main_center__stage.sing .sing .hill_front img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, none 1.5s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, none 1.5s 0.6s infinite linear;
}
body .main_center__stage.sing .sing .hill_back {
  -webkit-transform: translateY(30px) translateX(-36px);
          transform: translateY(30px) translateX(-36px);
}
body .main_center__stage.sing .sing .hill_back img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, none 1.5s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, none 1.5s 0.65s infinite linear;
}
body .main_center__stage.sing .sing .buildings {
  -webkit-transform: translateY(-130px) translateX(-56px);
          transform: translateY(-130px) translateX(-56px);
}
body .main_center__stage.sing .sing .buildings img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, side_to_side 15s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, side_to_side 15s 0.7s infinite linear;
}
body .main_center__stage.sing .sing .city {
  -webkit-transform: translateY(-150px) translateX(64px);
          transform: translateY(-150px) translateX(64px);
}
body .main_center__stage.sing .sing .city img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.25s forwards, none 15s 0.75s infinite linear;
          animation: piece_in 0.5s 0.25s forwards, none 15s 0.75s infinite linear;
}
body .main_center__stage.sing .sing .singer {
  -webkit-transform: translateY(-227px) translateX(141px);
          transform: translateY(-227px) translateX(141px);
}
body .main_center__stage.sing .sing .singer img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.3s forwards, none 15s 0.8s infinite linear;
          animation: piece_in 0.5s 0.3s forwards, none 15s 0.8s infinite linear;
}
body .main_center__stage.sing .sing .moon {
  -webkit-transform: translateY(-400px) translateX(141px);
          transform: translateY(-400px) translateX(141px);
}
body .main_center__stage.sing .sing .moon img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, up_down 8s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, up_down 8s 0.85s infinite linear;
}
body .main_center__stage.sing .sing .stars {
  -webkit-transform: translateY(-322px) translateX(36px);
          transform: translateY(-322px) translateX(36px);
}
body .main_center__stage.sing .sing .stars img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: fade_in 0.5s 0.7s forwards, twinkle 3s 1.2s infinite linear;
          animation: fade_in 0.5s 0.7s forwards, twinkle 3s 1.2s infinite linear;
}
body .main_center__stage.sing .sing .stars img {
  bottom: -60px;
  opacity: 0;
}
body .main_center__stage.sing .sing .note_one {
  -webkit-transform: translateY(-290px) translateX(166px);
          transform: translateY(-290px) translateX(166px);
}
body .main_center__stage.sing .sing .note_one img {
  width: 60px;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 0.5s forwards, note 3s 1s infinite linear;
          animation: note_in 0.5s 0.5s forwards, note 3s 1s infinite linear;
}
body .main_center__stage.sing .sing .note_two {
  -webkit-transform: translateY(-290px) translateX(166px);
          transform: translateY(-290px) translateX(166px);
}
body .main_center__stage.sing .sing .note_two img {
  width: 60px;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 1s forwards, note 3s 1.5s infinite linear;
          animation: note_in 0.5s 1s forwards, note 3s 1.5s infinite linear;
}
body .main_center__stage.sing .sing .note_three {
  -webkit-transform: translateY(-290px) translateX(166px);
          transform: translateY(-290px) translateX(166px);
}
body .main_center__stage.sing .sing .note_three img {
  width: 60px;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 1.5s forwards, note 3s 2s infinite linear;
          animation: note_in 0.5s 1.5s forwards, note 3s 2s infinite linear;
}
body .main_center__stage.sing .sing .note_four {
  -webkit-transform: translateY(-290px) translateX(166px);
          transform: translateY(-290px) translateX(166px);
}
body .main_center__stage.sing .sing .note_four img {
  width: 60px;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 2s forwards, note 3s 2.5s infinite linear;
          animation: note_in 0.5s 2s forwards, note 3s 2.5s infinite linear;
}
body .main_center__stage.sing .sing .rain {
  opacity: 0;
  -webkit-animation: fade_in 1s .7s forwards;
          animation: fade_in 1s .7s forwards;
}
body .main_center__stage.sing .sing .storm {
  opacity: 0;
  width: 400px;
  height: 400px;
  background: white;
  top: -400px;
  -webkit-animation: flash 10s .8s infinite;
          animation: flash 10s .8s infinite;
}
body .main_center__stage.hope .hope {
  display: block;
}
body .main_center__stage.hope .hope > div {
  display: block;
}
body .main_center__stage.hope .hope .flowers {
  -webkit-transform: translateY(-50px) translateX(109px);
          transform: translateY(-50px) translateX(109px);
}
body .main_center__stage.hope .hope .flowers img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
}
body .main_center__stage.hope .hope .tree {
  -webkit-transform: translateY(-130px) translateX(-70px);
          transform: translateY(-130px) translateX(-70px);
}
body .main_center__stage.hope .hope .tree img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, none 1.5s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, none 1.5s 0.6s infinite linear;
}
body .main_center__stage.hope .hope .dove {
  -webkit-transform: translateY(-207px) translateX(149px);
          transform: translateY(-207px) translateX(149px);
}
body .main_center__stage.hope .hope .dove img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, up_down 2s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, up_down 2s 0.65s infinite linear;
}
body .main_center__stage.hope .hope .dove_wing_left {
  -webkit-transform: translateY(-250px) translateX(80px);
          transform: translateY(-250px) translateX(80px);
}
body .main_center__stage.hope .hope .dove_wing_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, wing_left 1s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, wing_left 1s 0.7s infinite linear;
}
body .main_center__stage.hope .hope .dove_wing_left img {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
body .main_center__stage.hope .hope .dove_wing_right {
  -webkit-transform: translateY(-250px) translateX(183px);
          transform: translateY(-250px) translateX(183px);
}
body .main_center__stage.hope .hope .dove_wing_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, wing_right 1s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, wing_right 1s 0.7s infinite linear;
}
body .main_center__stage.hope .hope .dove_wing_right img {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
body .main_center__stage.hope .hope .ground_front {
  -webkit-transform: translateY(40px) translateX(52px);
          transform: translateY(40px) translateX(52px);
}
body .main_center__stage.hope .hope .ground_front img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.3s forwards, up_down 4s 0.8s infinite linear;
          animation: piece_in 0.5s 0.3s forwards, up_down 4s 0.8s infinite linear;
}
body .main_center__stage.hope .hope .gound_back {
  -webkit-transform: translateY(60px) translateX(-96px);
          transform: translateY(60px) translateX(-96px);
}
body .main_center__stage.hope .hope .gound_back img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, up_down 4s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, up_down 4s 0.85s infinite linear;
}
body .main_center__stage.hope .hope .house {
  -webkit-transform: translateY(-170px) translateX(310px);
          transform: translateY(-170px) translateX(310px);
}
body .main_center__stage.hope .hope .house img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.4s forwards, up_down 4s 0.9s infinite linear;
          animation: piece_in 0.5s 0.4s forwards, up_down 4s 0.9s infinite linear;
}
body .main_center__stage.hope .hope .cloud_left {
  -webkit-transform: translateY(-60px) translateX(0px);
          transform: translateY(-60px) translateX(0px);
}
body .main_center__stage.hope .hope .cloud_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.45s forwards, up_down 4s 0.95s infinite linear;
          animation: piece_in 0.5s 0.45s forwards, up_down 4s 0.95s infinite linear;
}
body .main_center__stage.hope .hope .cloud_right {
  -webkit-transform: translateY(-60px) translateX(0px);
          transform: translateY(-60px) translateX(0px);
}
body .main_center__stage.hope .hope .cloud_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.5s forwards, up_down 4s 1s infinite linear;
          animation: piece_in 0.5s 0.5s forwards, up_down 4s 1s infinite linear;
}
body .main_center__stage.hope .hope .hill_left {
  -webkit-transform: translateY(-60px) translateX(110px);
          transform: translateY(-60px) translateX(110px);
}
body .main_center__stage.hope .hope .hill_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.55s forwards, none 4s 1.05s infinite linear;
          animation: piece_in 0.5s 0.55s forwards, none 4s 1.05s infinite linear;
}
body .main_center__stage.hope .hope .hill_right {
  -webkit-transform: translateY(-100px) translateX(-250px);
          transform: translateY(-100px) translateX(-250px);
}
body .main_center__stage.hope .hope .hill_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.6s forwards, none 4s 1.1s infinite linear;
          animation: piece_in 0.5s 0.6s forwards, none 4s 1.1s infinite linear;
}
body .main_center__stage.hope .hope .cloud {
  -webkit-transform: translateY(-60px) translateX(0px);
          transform: translateY(-60px) translateX(0px);
}
body .main_center__stage.hope .hope .cloud img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.65s forwards, up_down 4s 1.15s infinite linear;
          animation: piece_in 0.5s 0.65s forwards, up_down 4s 1.15s infinite linear;
}
body .main_center__stage.hope .hope .sun {
  -webkit-transform: translateY(-150px) translateX(140px);
          transform: translateY(-150px) translateX(140px);
}
body .main_center__stage.hope .hope .sun img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.7s forwards, none 4s 1.2s infinite linear;
          animation: piece_in 0.5s 0.7s forwards, none 4s 1.2s infinite linear;
}
body .main_center__stage.moon .moon {
  display: block;
}
body .main_center__stage.moon .moon > div {
  display: block;
}
body .main_center__stage.moon .moon .tree_left {
  -webkit-transform: translateY(-240px) translateX(-71px);
          transform: translateY(-240px) translateX(-71px);
}
body .main_center__stage.moon .moon .tree_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, side_to_side 1.5s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, side_to_side 1.5s 0.55s infinite linear;
}
body .main_center__stage.moon .moon .tree_right {
  -webkit-transform: translateY(-40px) translateX(259px);
          transform: translateY(-40px) translateX(259px);
}
body .main_center__stage.moon .moon .tree_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, side_to_side 1.5s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, side_to_side 1.5s 0.6s infinite linear;
}
body .main_center__stage.moon .moon .ground_front {
  -webkit-transform: translateY(70px) translateX(159px);
          transform: translateY(70px) translateX(159px);
}
body .main_center__stage.moon .moon .ground_front img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, up_down 1.5s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, up_down 1.5s 0.65s infinite linear;
}
body .main_center__stage.moon .moon .ground_back {
  -webkit-transform: translateY(10px) translateX(-101px);
          transform: translateY(10px) translateX(-101px);
}
body .main_center__stage.moon .moon .ground_back img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, up_down 1.5s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, up_down 1.5s 0.7s infinite linear;
}
body .main_center__stage.moon .moon .house {
  -webkit-transform: translateY(-120px) translateX(85px);
          transform: translateY(-120px) translateX(85px);
}
body .main_center__stage.moon .moon .house img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
          animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
}
body .main_center__stage.moon .moon .smoke_one {
  -webkit-transform: translateY(-170px) translateX(97px);
          transform: translateY(-170px) translateX(97px);
}
body .main_center__stage.moon .moon .smoke_one img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 0.55s forwards, smoke 2s 1.05s infinite linear;
          animation: note_in 0.5s 0.55s forwards, smoke 2s 1.05s infinite linear;
}
body .main_center__stage.moon .moon .smoke_two {
  -webkit-transform: translateY(-170px) translateX(97px);
          transform: translateY(-170px) translateX(97px);
}
body .main_center__stage.moon .moon .smoke_two img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 1.05s forwards, smoke 2s 1.55s infinite linear;
          animation: note_in 0.5s 1.05s forwards, smoke 2s 1.55s infinite linear;
}
body .main_center__stage.moon .moon .smoke_three {
  -webkit-transform: translateY(-170px) translateX(97px);
          transform: translateY(-170px) translateX(97px);
}
body .main_center__stage.moon .moon .smoke_three img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: note_in 0.5s 1.55s forwards, smoke 2s 2.05s infinite linear;
          animation: note_in 0.5s 1.55s forwards, smoke 2s 2.05s infinite linear;
}
body .main_center__stage.moon .moon .cloud_right {
  -webkit-transform: translateY(-191px) translateX(201px);
          transform: translateY(-191px) translateX(201px);
}
body .main_center__stage.moon .moon .cloud_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
          animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
}
body .main_center__stage.moon .moon .hills {
  -webkit-transform: translateY(-140px) translateX(-71px);
          transform: translateY(-140px) translateX(-71px);
}
body .main_center__stage.moon .moon .hills img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, none 1.5s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, none 1.5s 0.85s infinite linear;
}
body .main_center__stage.moon .moon .cloud_left {
  -webkit-transform: translateY(-380px) translateX(19px);
          transform: translateY(-380px) translateX(19px);
}
body .main_center__stage.moon .moon .cloud_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.4s forwards, up_down 1.5s 0.9s infinite linear;
          animation: piece_in 0.5s 0.4s forwards, up_down 1.5s 0.9s infinite linear;
}
body .main_center__stage.moon .moon .moon {
  -webkit-transform: translateY(-250px) translateX(109px);
          transform: translateY(-250px) translateX(109px);
}
body .main_center__stage.moon .moon .moon img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.45s forwards, up_down 1.5s 0.95s infinite linear;
          animation: piece_in 0.5s 0.45s forwards, up_down 1.5s 0.95s infinite linear;
}
body .main_center__stage.moon .moon .stars {
  -webkit-transform: translateY(-203px) translateX(37px);
          transform: translateY(-203px) translateX(37px);
}
body .main_center__stage.moon .moon .stars img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: fade_in 0.5s 0.5s forwards, twinkle 3s 1s infinite linear;
          animation: fade_in 0.5s 0.5s forwards, twinkle 3s 1s infinite linear;
}
body .main_center__stage.moon .moon .stars img {
  bottom: -60px;
  opacity: 0;
}
body .main_center__stage.space .space {
  display: block;
}
body .main_center__stage.space .space > div {
  display: block;
}
body .main_center__stage.space .space .moon {
  -webkit-transform: translateY(10px) translateX(129px);
          transform: translateY(10px) translateX(129px);
}
body .main_center__stage.space .space .moon img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
          animation: piece_in 0.5s 0.05s forwards, up_down 1.5s 0.55s infinite linear;
}
body .main_center__stage.space .space .planet_right {
  -webkit-transform: translateY(-180px) translateX(309px);
          transform: translateY(-180px) translateX(309px);
}
body .main_center__stage.space .space .planet_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, up_down 1.5s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, up_down 1.5s 0.6s infinite linear;
}
body .main_center__stage.space .space .rocket {
  -webkit-transform: translateY(-40px) translateX(19px);
          transform: translateY(-40px) translateX(19px);
}
body .main_center__stage.space .space .rocket img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, rocket 8s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, rocket 8s 0.6s infinite linear;
}
body .main_center__stage.space .space .rocket_smoke_one {
  -webkit-transform: translateY(-40px) translateX(19px);
          transform: translateY(-40px) translateX(19px);
}
body .main_center__stage.space .space .rocket_smoke_one img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.1s forwards, rocketSmoke 8s 0.6s infinite linear;
          animation: piece_in 0.5s 0.1s forwards, rocketSmoke 8s 0.6s infinite linear;
}
body .main_center__stage.space .space .cloud_right {
  -webkit-transform: translateY(-30px) translateX(58px);
          transform: translateY(-30px) translateX(58px);
}
body .main_center__stage.space .space .cloud_right img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.15s forwards, up_down 1.5s 0.65s infinite linear;
          animation: piece_in 0.5s 0.15s forwards, up_down 1.5s 0.65s infinite linear;
}
body .main_center__stage.space .space .cloud_left {
  -webkit-transform: translateY(-40px) translateX(-102px);
          transform: translateY(-40px) translateX(-102px);
}
body .main_center__stage.space .space .cloud_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.2s forwards, up_down 1.5s 0.7s infinite linear;
          animation: piece_in 0.5s 0.2s forwards, up_down 1.5s 0.7s infinite linear;
}
body .main_center__stage.space .space .planet_left {
  -webkit-transform: translateY(-310px) translateX(38px);
          transform: translateY(-310px) translateX(38px);
}
body .main_center__stage.space .space .planet_left img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
          animation: piece_in 0.5s 0.25s forwards, up_down 1.5s 0.75s infinite linear;
}
body .main_center__stage.space .space .sun {
  -webkit-transform: translateY(-280px) translateX(138px);
          transform: translateY(-280px) translateX(138px);
}
body .main_center__stage.space .space .sun img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
          animation: piece_in 0.5s 0.3s forwards, up_down 1.5s 0.8s infinite linear;
}
body .main_center__stage.space .space .asteroids {
  -webkit-transform: translateY(-328px) translateX(148px);
          transform: translateY(-328px) translateX(148px);
}
body .main_center__stage.space .space .asteroids img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.35s forwards, up_down 1.5s 0.85s infinite linear;
          animation: piece_in 0.5s 0.35s forwards, up_down 1.5s 0.85s infinite linear;
}
body .main_center__stage.space .space .stars {
  -webkit-transform: translateY(-258px) translateX(36px);
          transform: translateY(-258px) translateX(36px);
}
body .main_center__stage.space .space .stars img {
  width: auto;
  bottom: -1000px;
  -webkit-animation: piece_in 0.5s 0.4s forwards, up_down 6s 0.9s infinite linear;
          animation: piece_in 0.5s 0.4s forwards, up_down 6s 0.9s infinite linear;
}
@media only screen and (max-width: 620px) {
  body .main_center__stage {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    top: -110px;
  }
}
@media only screen and (max-width: 1000px) {
  body .main_center {
    position: absolute;
    top: -60px;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 620px) {
  body .main_center {
    top: 170px;
  }
}
body .main_right {
  width: 25%;
  float: left;
}
body .main_right__audio {
  position: absolute;
  right: 80px;
}
@media only screen and (max-width: 1000px) {
  body .main_right__audio {
    right: 86px;
    top: 37px;
  }
}
body .main_right__audio img {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 23px;
}
body .main_right__audio img.off {
  display: none;
}
body .main_right__audio img:hover {
  opacity: 1;
}
body .main_right__controls {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
body .main_right__controls .button {
  position: relative;
  cursor: pointer;
}
body .main_right__controls .button:hover > img {
  opacity: 1;
}
body .main_right__controls .button:hover > .tooltip {
  opacity: 1;
  margin-right: 50px;
}
body .main_right__controls .tooltip {
  background: white;
  border-radius: 3px;
  opacity: 0;
  padding: 8px 20px;
  float: left;
  pointer-events: none;
  font-size: 22px;
  color: #736241;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  margin-right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  body .main_right__controls .tooltip {
    display: none;
  }
}
body .main_right__controls img {
  height: 40px;
  cursor: pointer;
  opacity: 0.44;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .main_right__controls .random {
  margin: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .main_right__controls .random:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
body .main_right__controls .next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1000px) {
  body .main_right {
    position: fixed;
    right: -30px;
    height: 100vh;
    top: 0;
  }
}
@media only screen and (max-width: 620px) {
  body .main_right {
    right: -50px;
  }
}

@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #ecc857;
            box-shadow: 0px 0px 0px 0px #ecc857;
  }
  50% {
    -webkit-box-shadow: 0px 0px 105px 50px #ecc857;
            box-shadow: 0px 0px 105px 50px #ecc857;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ecc857;
            box-shadow: 0px 0px 0px 0px #ecc857;
  }
}

@keyframes glow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #ecc857;
            box-shadow: 0px 0px 0px 0px #ecc857;
  }
  50% {
    -webkit-box-shadow: 0px 0px 105px 50px #ecc857;
            box-shadow: 0px 0px 105px 50px #ecc857;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ecc857;
            box-shadow: 0px 0px 0px 0px #ecc857;
  }
}
@-webkit-keyframes rock {
  0% {
    left: 0px;
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    left: 10px;
    bottom: -75px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    left: 0;
    bottom: -80px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    left: -10px;
    bottom: -75px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: 0px;
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rock {
  0% {
    left: 0px;
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    left: 10px;
    bottom: -75px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    left: 0;
    bottom: -80px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    left: -10px;
    bottom: -75px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    left: 0px;
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes note {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    left: 0;
    top: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    top: -150px;
    left: 150px;
  }
}
@keyframes note {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    left: 0;
    top: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    top: -150px;
    left: 150px;
  }
}
@-webkit-keyframes smoke {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    left: 0;
    top: 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    top: -150px;
    left: 0;
    opacity: 0;
  }
}
@keyframes smoke {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    left: 0;
    top: 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
    top: -150px;
    left: 0;
    opacity: 0;
  }
}
@-webkit-keyframes rocket {
  0% {
    left: 0px;
    top: 0;
  }
  100% {
    top: -1200px;
    left: 400px;
  }
}
@keyframes rocket {
  0% {
    left: 0px;
    top: 0;
  }
  100% {
    top: -1200px;
    left: 400px;
  }
}
@-webkit-keyframes rocketSmoke {
  0% {
    left: 0px;
    top: 0;
  }
  100% {
    top: -750px;
    left: 400px;
  }
}
@keyframes rocketSmoke {
  0% {
    left: 0px;
    top: 0;
  }
  100% {
    top: -750px;
    left: 400px;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: .3;
  }
  14% {
    opacity: 0;
  }
  16% {
    opacity: .5;
  }
  18% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  26% {
    opacity: .4;
  }
  28% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  52% {
    opacity: .7;
  }
  54% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  69% {
    opacity: .3;
  }
  71% {
    opacity: 0;
  }
  73% {
    opacity: .5;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: .3;
  }
  14% {
    opacity: 0;
  }
  16% {
    opacity: .5;
  }
  18% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  26% {
    opacity: .4;
  }
  28% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  52% {
    opacity: .7;
  }
  54% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  69% {
    opacity: .3;
  }
  71% {
    opacity: 0;
  }
  73% {
    opacity: .5;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes up_down {
  0% {
    bottom: -70px;
  }
  50% {
    bottom: -78px;
  }
  100% {
    bottom: -70px;
  }
}
@keyframes up_down {
  0% {
    bottom: -70px;
  }
  50% {
    bottom: -78px;
  }
  100% {
    bottom: -70px;
  }
}
@-webkit-keyframes wing_left {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: -78px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wing_left {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: -78px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wing_right {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: -78px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wing_right {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: -78px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes leaf_fall {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: -728px;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}
@keyframes leaf_fall {
  0% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: -728px;
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
}
@-webkit-keyframes side_to_side {
  0% {
    left: 0px;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes side_to_side {
  0% {
    left: 0px;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes out {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -610px;
  }
}
@keyframes out {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -610px;
  }
}
@-webkit-keyframes piece_in {
  0% {
    bottom: -480px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes piece_in {
  0% {
    bottom: -480px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes note_in {
  0% {
    bottom: -480px;
    -webkit-transform: rotate(20deg) scale(0);
            transform: rotate(20deg) scale(0);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
}
@keyframes note_in {
  0% {
    bottom: -480px;
    -webkit-transform: rotate(20deg) scale(0);
            transform: rotate(20deg) scale(0);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
}
@keyframes note_in {
  0% {
    bottom: -480px;
    -webkit-transform: rotate(20deg) scale(0);
            transform: rotate(20deg) scale(0);
  }
  100% {
    bottom: -70px;
    -webkit-transform: rotate(0deg) scale(0);
            transform: rotate(0deg) scale(0);
  }
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes out_left {
  0% {
    left: 0;
    opacity: 1;
  }
  40% {
    opacity: 0;
    left: -30px;
  }
  60% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes out_left {
  0% {
    left: 0;
    opacity: 1;
  }
  40% {
    opacity: 0;
    left: -30px;
  }
  60% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
h1.out_left,
p.out_left,
i.out_left,
.buttons.out_left {
  left: -30px !important;
  opacity: 0;
}
