@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

.fb_iframe_widget > span {
  vertical-align: top !important;
}

@-webkit-keyframes hudFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hudFlash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hudFlash2 {
  0% {
    opacity: .8;
  }
  50% {
    opacity: .6;
  }
  to {
    opacity: .8;
  }
}
@keyframes hudFlash2 {
  0% {
    opacity: .8;
  }
  50% {
    opacity: .6;
  }
  to {
    opacity: .8;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .7;
  }
}
@-webkit-keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .7;
  }
}
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  background: #000;
}
body > iframe {
  display: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 48.0625em) {
  body {
    width: 100%;
    max-width: 100%;
    min-width: 1180px;
  }

  .sp {
    display: none;
  }

  .header {
    position: relative;
    z-index: 1;
  }
  .header .logo {
    position: absolute;
    top: 23px;
    left: 30px;
    width: 225px;
  }
  .header .menuArea {
    position: absolute;
    top: 27px;
    left: 260px;
    width: 730px;
  }
  .header .menuArea .menuList {
    /* text-align: right; */
    letter-spacing: -0.4em;
  }
  .header .menuArea .menuList li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    margin-left: 20px;
    margin-bottom: 18px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: #821d2b 1px 1px 10px, #821d2b -1px 1px 10px, #821d2b 1px -1px 10px, #821d2b -1px -1px 10px;
  }
  .header .menuArea .menuList li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header .menuArea .menuList li:hover:before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .header .menuArea .menuList li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sns {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .sns .cap {
    margin: auto;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: #821d2b 1px 1px 10px, #821d2b -1px 1px 10px, #821d2b 1px -1px 10px, #821d2b -1px -1px 10px;
  }
  .sns .list li {
    position: relative;
    width: 17px;
    margin-bottom: 17px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .sns .list li:hover {
    opacity: .7;
  }
  .sns .list li:last-child {
    margin-bottom: 0;
  }

  .contents {
    position: relative;
    overflow: hidden;
  }

  .pageTop {
    position: absolute;
    bottom: 26px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  .pageTop:hover {
    transform: translateY(-10px);
  }

  .footer {
    position: relative;
    padding: 90px 0;
    background: url("../img/common/pc/bg_footer.png") top center no-repeat;
    background-size: 150% auto;
  }
  .footer .ft_bnr {
    margin-bottom: 54px;
  }
  .footer .ft_bnr .list {
    text-align: center;
    letter-spacing: -0.4em;
    position: relative;
    width: 820px;
    margin: 0 auto;
  }
  .footer .ft_bnr .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    width: 210px;
    margin-left: 10px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .ft_bnr .list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .footer .ft_bnr .list li:hover {
    opacity: .7;
  }
  .footer .anxLisk {
    margin-bottom: 13px;
  }
  .footer .anxLisk .list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .footer .anxLisk .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    margin: 0 12px;
    letter-spacing: 0.025em;
  }
  .footer .anxLisk .list li a {
    color: #fff;
    text-decoration: none;
  }
  .footer .anxLisk .list li a:hover {
    text-decoration: underline;
  }
  .footer .attention {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
  }
  .footer .copy {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 48em) {
  body {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
  }

  .pc {
    display: none;
  }

  .menuOverlay {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 100;
    background-color: #000;
  }
  .menuOverlay .menu_container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
  }
  .menuOverlay .menu_container .menu {
    position: relative;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .menuOverlay .menu_container .menu::after {
    display: table;
    content: '';
    clear: both;
  }
  .menuOverlay .menu_container .menu .menuArea {
    margin-bottom: 20px;
  }
  .menuOverlay .menu_container .menu .menuArea .menuList li {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 14px 0 17px;
    color: #fff;
    overflow: hidden;
  }
  .menuOverlay .menu_container .menu .menuArea .menuList li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url("../img/common/sp/line_menu.png") top center no-repeat;
    background-size: 100% auto;
  }
  .menuOverlay .menu_container .menu .menuArea .menuList li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .menuOverlay .menu_container .menu .sns .cap {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .menuOverlay .menu_container .menu .sns .list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .menuOverlay .menu_container .menu .sns .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    width: 26px;
    margin: 0 20px;
  }

  .sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../img/common/sp/bg_header.gif") bottom center no-repeat;
    background-size: cover;
    z-index: 10;
    padding: 10px 0;
  }
  .sp_header .spLogo {
    width: 150px;
    margin: 0 auto;
  }
  .sp_header .menuBtn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 43px;
  }
  .sp_header .menuBtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/sp/btn_close.png") top center no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }
  .sp_header .menuBtn.nowOpen img {
    opacity: 0;
  }
  .sp_header .menuBtn.nowOpen::before {
    opacity: 1;
  }

  .contents {
    position: relative;
    padding-top: 60px;
  }

  .pageTop {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 76px;
    width: 10%;
    cursor: pointer;
    z-index: 1;
  }

  .footer {
    position: relative;
    padding: 50px 0;
    background: url("../img/common/sp/bg_footer_sp.png") top center no-repeat;
    background-size: cover;
  }
  .footer .ft_bnr {
    margin-bottom: 30px;
  }
  .footer .ft_bnr .list {
    text-align: center;
    letter-spacing: -0.4em;
    position: relative;
    width: 644px;
    width: 85%;
    margin: 0 auto;
  }
  .footer .ft_bnr .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    width: 48.4%;
    margin-left: 2.6%;
    margin-bottom: 10px;
  }
  .footer .ft_bnr .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .footer .anxLisk {
    width: 644px;
    width: 85%;
    margin: 0 auto 10px;
  }
  .footer .anxLisk .list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .footer .anxLisk .list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    line-height: 1.8em;
    margin: 0 10px 10px;
    letter-spacing: 0.025em;
  }
  .footer .anxLisk .list li a {
    color: #fff;
    text-decoration: none;
  }
  .footer .attention {
    color: #fff;
    font-size: 11px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.025em;
    width: 644px;
    width: 85%;
    margin: 0 auto 20px;
  }
  .footer .copy {
    width: 644px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.025em;
  }
}
.pp {
  animation: hudFlash2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
}

@keyframes petal1 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(-1, 1, 1, 40deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes petal1 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(-1, 1, 1, 40deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@keyframes petal2 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(1, 1, 1, 100deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes petal2 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(1, 1, 1, 100deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@keyframes petal3 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(1, 1, 1, -140deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes petal3 {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(1, 1, 1, -140deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(1, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@keyframes petal4 {
  0% {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(0, 1, 1, 90deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes petal4 {
  0% {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate3d(0, 1, 1, 90deg);
    opacity: .9;
  }
  100% {
    transform: rotate3d(0, 1, 1, 0deg);
    opacity: 0.5;
  }
}
.bubbleArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bubble {
  position: absolute;
  bottom: -50px;
  left: 0%;
}
.bubble .item1 {
  display: block;
  width: 39px;
  height: 47px;
  background: url("../img/common/particle/01.png");
  position: relative;
  background-size: contain;
}
.bubble .item2 {
  display: block;
  width: 33px;
  height: 38px;
  background: url("../img/common/particle/02.png");
  position: relative;
  background-size: contain;
}
.bubble .item3 {
  display: block;
  width: 38px;
  height: 49px;
  background: url("../img/common/particle/03.png");
  position: relative;
  background-size: contain;
}
.bubble .item4 {
  display: block;
  width: 25px;
  height: 28px;
  background: url("../img/common/particle/04.png");
  position: relative;
  background-size: contain;
}

.move0 {
  animation: move 15s linear 0s infinite normal;
  -webkit-animation: move 15s linear 0s infinite normal;
}

.pos0 {
  left: 0%;
}

.scale0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.move1 {
  animation: move 15.2s linear 0.2s infinite normal;
  -webkit-animation: move 15.2s linear 0.2s infinite normal;
}

.pos1 {
  left: 2%;
}

.scale1 {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
}

.move2 {
  animation: move 15.4s linear 0.4s infinite normal;
  -webkit-animation: move 15.4s linear 0.4s infinite normal;
}

.pos2 {
  left: 4%;
}

.scale2 {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
}

.move3 {
  animation: move 15.6s linear 0.6s infinite normal;
  -webkit-animation: move 15.6s linear 0.6s infinite normal;
}

.pos3 {
  left: 6%;
}

.scale3 {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
}

.move4 {
  animation: move 15.8s linear 0.8s infinite normal;
  -webkit-animation: move 15.8s linear 0.8s infinite normal;
}

.pos4 {
  left: 8%;
}

.scale4 {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}

.move5 {
  animation: move 16s linear 1s infinite normal;
  -webkit-animation: move 16s linear 1s infinite normal;
}

.pos5 {
  left: 10%;
}

.scale5 {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.move6 {
  animation: move 16.2s linear 1.2s infinite normal;
  -webkit-animation: move 16.2s linear 1.2s infinite normal;
}

.pos6 {
  left: 12%;
}

.scale6 {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.move7 {
  animation: move 16.4s linear 1.4s infinite normal;
  -webkit-animation: move 16.4s linear 1.4s infinite normal;
}

.pos7 {
  left: 14%;
}

.scale7 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.move8 {
  animation: move 16.6s linear 1.6s infinite normal;
  -webkit-animation: move 16.6s linear 1.6s infinite normal;
}

.pos8 {
  left: 16%;
}

.scale8 {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.move9 {
  animation: move 16.8s linear 1.8s infinite normal;
  -webkit-animation: move 16.8s linear 1.8s infinite normal;
}

.pos9 {
  left: 18%;
}

.scale9 {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.move10 {
  animation: move 17s linear 2s infinite normal;
  -webkit-animation: move 17s linear 2s infinite normal;
}

.pos10 {
  left: 20%;
}

.scale10 {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.move11 {
  animation: move 17.2s linear 2.2s infinite normal;
  -webkit-animation: move 17.2s linear 2.2s infinite normal;
}

.pos11 {
  left: 22%;
}

.scale11 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.move12 {
  animation: move 17.4s linear 2.4s infinite normal;
  -webkit-animation: move 17.4s linear 2.4s infinite normal;
}

.pos12 {
  left: 24%;
}

.scale12 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.move13 {
  animation: move 17.6s linear 2.6s infinite normal;
  -webkit-animation: move 17.6s linear 2.6s infinite normal;
}

.pos13 {
  left: 26%;
}

.scale13 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.move14 {
  animation: move 17.8s linear 2.8s infinite normal;
  -webkit-animation: move 17.8s linear 2.8s infinite normal;
}

.pos14 {
  left: 28%;
}

.scale14 {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.move15 {
  animation: move 18s linear 3s infinite normal;
  -webkit-animation: move 18s linear 3s infinite normal;
}

.pos15 {
  left: 30%;
}

.scale15 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.move16 {
  animation: move 18.2s linear 3.2s infinite normal;
  -webkit-animation: move 18.2s linear 3.2s infinite normal;
}

.pos16 {
  left: 32%;
}

.scale16 {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
}

.move17 {
  animation: move 18.4s linear 3.4s infinite normal;
  -webkit-animation: move 18.4s linear 3.4s infinite normal;
}

.pos17 {
  left: 34%;
}

.scale17 {
  transform: scale(1.7);
  -webkit-transform: scale(1.7);
}

.move18 {
  animation: move 18.6s linear 3.6s infinite normal;
  -webkit-animation: move 18.6s linear 3.6s infinite normal;
}

.pos18 {
  left: 36%;
}

.scale18 {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}

.move19 {
  animation: move 18.8s linear 3.8s infinite normal;
  -webkit-animation: move 18.8s linear 3.8s infinite normal;
}

.pos19 {
  left: 38%;
}

.scale19 {
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
}

.move20 {
  animation: move 19s linear 4s infinite normal;
  -webkit-animation: move 19s linear 4s infinite normal;
}

.pos20 {
  left: 40%;
}

.scale20 {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.move21 {
  animation: move 19.2s linear 4.2s infinite normal;
  -webkit-animation: move 19.2s linear 4.2s infinite normal;
}

.pos21 {
  left: 42%;
}

.scale21 {
  transform: scale(2.1);
  -webkit-transform: scale(2.1);
}

.move22 {
  animation: move 19.4s linear 4.4s infinite normal;
  -webkit-animation: move 19.4s linear 4.4s infinite normal;
}

.pos22 {
  left: 44%;
}

.scale22 {
  transform: scale(2.2);
  -webkit-transform: scale(2.2);
}

.move23 {
  animation: move 19.6s linear 4.6s infinite normal;
  -webkit-animation: move 19.6s linear 4.6s infinite normal;
}

.pos23 {
  left: 46%;
}

.scale23 {
  transform: scale(2.3);
  -webkit-transform: scale(2.3);
}

.move24 {
  animation: move 19.8s linear 4.8s infinite normal;
  -webkit-animation: move 19.8s linear 4.8s infinite normal;
}

.pos24 {
  left: 48%;
}

.scale24 {
  transform: scale(2.4);
  -webkit-transform: scale(2.4);
}

.move25 {
  animation: move 20s linear 5s infinite normal;
  -webkit-animation: move 20s linear 5s infinite normal;
}

.pos25 {
  left: 50%;
}

.scale25 {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}

.move26 {
  animation: move 20.2s linear 5.2s infinite normal;
  -webkit-animation: move 20.2s linear 5.2s infinite normal;
}

.pos26 {
  left: 52%;
}

.scale26 {
  transform: scale(2.6);
  -webkit-transform: scale(2.6);
}

.move27 {
  animation: move 20.4s linear 5.4s infinite normal;
  -webkit-animation: move 20.4s linear 5.4s infinite normal;
}

.pos27 {
  left: 54%;
}

.scale27 {
  transform: scale(2.7);
  -webkit-transform: scale(2.7);
}

.move28 {
  animation: move 20.6s linear 5.6s infinite normal;
  -webkit-animation: move 20.6s linear 5.6s infinite normal;
}

.pos28 {
  left: 56%;
}

.scale28 {
  transform: scale(2.8);
  -webkit-transform: scale(2.8);
}

.move29 {
  animation: move 20.8s linear 5.8s infinite normal;
  -webkit-animation: move 20.8s linear 5.8s infinite normal;
}

.pos29 {
  left: 58%;
}

.scale29 {
  transform: scale(2.9);
  -webkit-transform: scale(2.9);
}

.move30 {
  animation: move 21s linear 6s infinite normal;
  -webkit-animation: move 21s linear 6s infinite normal;
}

.pos30 {
  left: 60%;
}

.scale30 {
  transform: scale(3);
  -webkit-transform: scale(3);
}

.move31 {
  animation: move 21.2s linear 6.2s infinite normal;
  -webkit-animation: move 21.2s linear 6.2s infinite normal;
}

.pos31 {
  left: 62%;
}

.scale31 {
  transform: scale(3.1);
  -webkit-transform: scale(3.1);
}

.move32 {
  animation: move 21.4s linear 6.4s infinite normal;
  -webkit-animation: move 21.4s linear 6.4s infinite normal;
}

.pos32 {
  left: 64%;
}

.scale32 {
  transform: scale(3.2);
  -webkit-transform: scale(3.2);
}

.move33 {
  animation: move 21.6s linear 6.6s infinite normal;
  -webkit-animation: move 21.6s linear 6.6s infinite normal;
}

.pos33 {
  left: 66%;
}

.scale33 {
  transform: scale(3.3);
  -webkit-transform: scale(3.3);
}

.move34 {
  animation: move 21.8s linear 6.8s infinite normal;
  -webkit-animation: move 21.8s linear 6.8s infinite normal;
}

.pos34 {
  left: 68%;
}

.scale34 {
  transform: scale(3.4);
  -webkit-transform: scale(3.4);
}

.move35 {
  animation: move 22s linear 7s infinite normal;
  -webkit-animation: move 22s linear 7s infinite normal;
}

.pos35 {
  left: 70%;
}

.scale35 {
  transform: scale(3.5);
  -webkit-transform: scale(3.5);
}

.move36 {
  animation: move 22.2s linear 7.2s infinite normal;
  -webkit-animation: move 22.2s linear 7.2s infinite normal;
}

.pos36 {
  left: 72%;
}

.scale36 {
  transform: scale(3.6);
  -webkit-transform: scale(3.6);
}

.move37 {
  animation: move 22.4s linear 7.4s infinite normal;
  -webkit-animation: move 22.4s linear 7.4s infinite normal;
}

.pos37 {
  left: 74%;
}

.scale37 {
  transform: scale(3.7);
  -webkit-transform: scale(3.7);
}

.move38 {
  animation: move 22.6s linear 7.6s infinite normal;
  -webkit-animation: move 22.6s linear 7.6s infinite normal;
}

.pos38 {
  left: 76%;
}

.scale38 {
  transform: scale(3.8);
  -webkit-transform: scale(3.8);
}

.move39 {
  animation: move 22.8s linear 7.8s infinite normal;
  -webkit-animation: move 22.8s linear 7.8s infinite normal;
}

.pos39 {
  left: 78%;
}

.scale39 {
  transform: scale(3.9);
  -webkit-transform: scale(3.9);
}

.move40 {
  animation: move 23s linear 8s infinite normal;
  -webkit-animation: move 23s linear 8s infinite normal;
}

.pos40 {
  left: 80%;
}

.scale40 {
  transform: scale(4);
  -webkit-transform: scale(4);
}

.move41 {
  animation: move 23.2s linear 8.2s infinite normal;
  -webkit-animation: move 23.2s linear 8.2s infinite normal;
}

.pos41 {
  left: 82%;
}

.scale41 {
  transform: scale(4.1);
  -webkit-transform: scale(4.1);
}

.move42 {
  animation: move 23.4s linear 8.4s infinite normal;
  -webkit-animation: move 23.4s linear 8.4s infinite normal;
}

.pos42 {
  left: 84%;
}

.scale42 {
  transform: scale(4.2);
  -webkit-transform: scale(4.2);
}

.move43 {
  animation: move 23.6s linear 8.6s infinite normal;
  -webkit-animation: move 23.6s linear 8.6s infinite normal;
}

.pos43 {
  left: 86%;
}

.scale43 {
  transform: scale(4.3);
  -webkit-transform: scale(4.3);
}

.move44 {
  animation: move 23.8s linear 8.8s infinite normal;
  -webkit-animation: move 23.8s linear 8.8s infinite normal;
}

.pos44 {
  left: 88%;
}

.scale44 {
  transform: scale(4.4);
  -webkit-transform: scale(4.4);
}

.move45 {
  animation: move 24s linear 9s infinite normal;
  -webkit-animation: move 24s linear 9s infinite normal;
}

.pos45 {
  left: 90%;
}

.scale45 {
  transform: scale(4.5);
  -webkit-transform: scale(4.5);
}

.move46 {
  animation: move 24.2s linear 9.2s infinite normal;
  -webkit-animation: move 24.2s linear 9.2s infinite normal;
}

.pos46 {
  left: 92%;
}

.scale46 {
  transform: scale(4.6);
  -webkit-transform: scale(4.6);
}

.move47 {
  animation: move 24.4s linear 9.4s infinite normal;
  -webkit-animation: move 24.4s linear 9.4s infinite normal;
}

.pos47 {
  left: 94%;
}

.scale47 {
  transform: scale(4.7);
  -webkit-transform: scale(4.7);
}

.move48 {
  animation: move 24.6s linear 9.6s infinite normal;
  -webkit-animation: move 24.6s linear 9.6s infinite normal;
}

.pos48 {
  left: 96%;
}

.scale48 {
  transform: scale(4.8);
  -webkit-transform: scale(4.8);
}

.move49 {
  animation: move 24.8s linear 9.8s infinite normal;
  -webkit-animation: move 24.8s linear 9.8s infinite normal;
}

.pos49 {
  left: 98%;
}

.scale49 {
  transform: scale(4.9);
  -webkit-transform: scale(4.9);
}

.move50 {
  animation: move 25s linear 10s infinite normal;
  -webkit-animation: move 25s linear 10s infinite normal;
}

.pos50 {
  left: 100%;
}

.scale50 {
  transform: scale(5);
  -webkit-transform: scale(5);
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2000px);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
  }
}