@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "メイリオ", "Noto Sans JP", Helvetica, sans-serif;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #fff;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../images/common/loading.webp) no-repeat;
  background-size: cover;
  text-align: center;
}
#loading #loadingbar {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  height: 2px;
}
@media screen and (max-width: 768px) {
  #loading #loadingbar {
    width: 80%;
  }
}
#loading .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 150px;
  width: 20%;
}
@media screen and (max-height: 600px) {
  #loading .chara {
    width: 10%;
  }
}
#loading .dropArea {
  position: relative;
  width: 100%;
  height: 100vh;
}
#loading .dropArea .drop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.section {
  position: relative;
}
.section.kvArea {
  z-index: 60 !important;
}
.section.snsWrap {
  height: 1000px;
  z-index: 55 !important;
  padding-top: 200px;
}
@media screen and (max-width: 530px) {
  .section.snsWrap {
    height: 1000px;
    padding-top: 150px;
  }
}
.section.ssWrap01 {
  height: 1000px;
  z-index: 50 !important;
}
@media screen and (max-width: 768px) {
  .section.ssWrap01 {
    height: 1200px;
  }
}
@media screen and (max-width: 530px) {
  .section.ssWrap01 {
    height: 1000px;
  }
}
.section.ssWrap02 {
  height: 1000px;
  z-index: 40 !important;
}
@media screen and (max-width: 768px) {
  .section.ssWrap02 {
    height: 1200px;
  }
}
@media screen and (max-width: 530px) {
  .section.ssWrap02 {
    height: 1000px;
  }
}
.section.ssWrap03 {
  height: 1200px;
  z-index: 30 !important;
}
@media screen and (max-width: 530px) {
  .section.ssWrap03 {
    height: 800px;
  }
}
.section.aboutWrap {
  height: 1000px;
  z-index: 35 !important;
}
@media screen and (max-width: 940px) {
  .section.aboutWrap {
    height: 1600px;
  }
}
@media screen and (max-width: 768px) {
  .section.aboutWrap {
    height: 1400px;
  }
}
@media screen and (max-width: 530px) {
  .section.aboutWrap {
    height: 900px;
  }
}

.shareWrap {
  z-index: 20 !important;
  height: 500px;
}
@media screen and (max-width: 530px) {
  .shareWrap {
    height: 400px;
  }
}

.footer {
  z-index: 40 !important;
}

.snstop {
  position: absolute;
  z-index: 1;
  bottom: -400px;
  height: 600px;
  width: 100%;
  background: url(../images/pc/accountbg.webp) repeat-x center;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .snstop {
    background: url(../images/sp/accountbg.webp) no-repeat center;
    background-size: 100% auto;
    bottom: -960px;
    height: 1600px;
  }
}

.bgoption::before, #bgorigin::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-image: url(../images/pc/bgdot.png), url(../images/pc/bg01.webp);
}
@media screen and (max-width: 980px) {
  .bgoption::before, #bgorigin::before {
    background-image: url(../images/sp/bgdot.png), url(../images/sp/bg01.webp);
  }
}

#bg0.bgoption::before, #bg1.bgoption::before {
  background-image: url(../images/pc/bgdot.png), url(../images/pc/bg01.webp);
}
@media screen and (max-width: 980px) {
  #bg0.bgoption::before, #bg1.bgoption::before {
    background-image: url(../images/sp/bgdot.png), url(../images/sp/bg01.webp);
  }
}

#bg2.bgoption::before, #bg3.bgoption::before {
  background-image: url(../images/pc/bgdot.png), url(../images/pc/bg02.webp);
}
@media screen and (max-width: 980px) {
  #bg2.bgoption::before, #bg3.bgoption::before {
    background-image: url(../images/sp/bgdot.png), url(../images/sp/bg02.webp);
  }
}

#bg4.bgoption::before, #bg5.bgoption::before {
  background-image: url(../images/pc/bgdot.png), url(../images/pc/bg03.webp);
}
@media screen and (max-width: 980px) {
  #bg4.bgoption::before, #bg5.bgoption::before {
    background-image: url(../images/sp/bgdot.png), url(../images/sp/bg03.webp);
  }
}

.wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
.wrapper .inner {
  position: relative;
  width: 100%;
  background: url(../images/pc/bgdeco.webp) repeat-y center;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .wrapper .inner {
    background: none;
  }
}

.kvArea {
  position: relative;
  background-color: #100f3b;
}
.kvArea .kvBox {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(../images/pc/kvbg.webp) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1920px) {
  .kvArea .kvBox {
    background: url(../images/pc/kvbg02.webp) no-repeat center;
  }
}
@media screen and (max-width: 768px) {
  .kvArea .kvBox {
    background: url(../images/sp/kvbg.webp) no-repeat center;
    background-size: cover;
  }
}
.kvArea .kvBox .kvImg {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 5;
}
.kvArea .kvBox .catchWrap {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.kvArea .kvBox .catchWrap .catch {
  width: 40%;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 8;
  top: 2.7%;
}
.kvArea .kvBox .catchWrap .catch:last-child {
  top: 3%;
  left: 25%;
}
.kvArea .kvBox .catchWrap.-onlySp {
  max-width: 980px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.kvArea .kvBox .catchWrap.-onlySp .spcatch {
  position: absolute;
  width: 100%;
  bottom: 15%;
  z-index: 9;
}
.kvArea .kvBox .catchWrap.-onlySp .catchBg {
  z-index: 8;
  width: 110%;
}
.kvArea .kvBox .logo {
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: 10%;
  z-index: 10;
  max-width: 460px;
  width: 23.9583333333%;
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  .kvArea .kvBox .logo {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70%;
    top: 1%;
  }
}
.kvArea .kvBox .kvdeco {
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 10%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .kvArea .kvBox .kvdeco {
    width: 20%;
  }
}
.kvArea .kvBox .kvdeco:nth-child(1) {
  left: 3%;
  top: -2%;
}
.kvArea .kvBox .kvdeco:nth-child(2) {
  left: 80%;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .kvArea .kvBox .kvdeco:nth-child(2) {
    left: 91%;
  }
}
.kvArea .kvBox .kvdeco:nth-child(3) {
  left: 70%;
  top: -2%;
}
.kvArea .kvBox .kvdeco:nth-child(4) {
  left: 80%;
  bottom: 5%;
}
.kvArea .kvBox .kvdeco:nth-child(5) {
  left: 15%;
  bottom: 25%;
}
@media screen and (max-width: 768px) {
  .kvArea .kvBox .kvdeco:nth-child(5) {
    left: -5%;
    bottom: 35%;
  }
}

.storeBtnWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  bottom: 3%;
  max-width: 640px;
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .storeBtnWrap {
    width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .storeBtnWrap {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .storeBtnWrap {
    width: 80%;
  }
}
.storeBtnWrap .storeBtn {
  width: 100%;
  position: relative;
  z-index: 21;
}
@media screen and (max-width: 768px) {
  .storeBtnWrap .storeBtn.is-sp li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .storeBtnWrap .storeBtn.is-sp li.google {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .storeBtnWrap .storeBtn.is-sp .storebg {
    bottom: -25%;
  }
}
.storeBtnWrap .storeBtn li {
  position: relative;
  display: inline-block;
  width: 35%;
  margin-right: 1.5%;
  z-index: 22;
}
@media screen and (min-width: 1200px) {
	.storeBtnWrap .storeBtn {
		display: flex;
		justify-content: center;
		align-items: stretch;
		max-height: 50px;
	}
	.storeBtnWrap .storeBtn li {
		width: auto;
		display: block;
		text-align: right;

		img {
			max-height: 100%;
		}
	}
	.storeBtnWrap .storeBtn li + li {
		text-align: left;
	}
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: -60px;
	}
	.storeBtnWrap .storeBtn li {
		transform: translateY(-2px);
	}
}

@media screen and (min-width: 1400px) {
	.storeBtnWrap .storeBtn {
		max-height: 60px;
	}
	.storeBtnWrap .storeBtn li {
		transform: translateY(-3px);
	}
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: -20px;
	}
}

@media screen and (min-width: 1500px) {
	.storeBtnWrap .storeBtn {
		max-height: 60px;
	}
	.storeBtnWrap .storeBtn li {
		transform: translateY(-3px);
	}
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: -20px;
	}
}

@media screen and (min-width: 1600px) {
	.storeBtnWrap .storeBtn {
		max-height: 60px;
	}
	.storeBtnWrap .storeBtn li {
		transform: translateY(-3px);
	}
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: -20px;
	}
}

@media screen and (min-width: 1700px) {
	.storeBtnWrap .storeBtn li {
		transform: translateY(-15px);
	}
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1800px) {
	.storeBtnWrap .storeBtn li:first-of-type {
		margin-left: 38px;
	}
}

.storeBtnWrap .storeBtn li.google {
  width: 44%;
  margin-right: 0;
}
.storeBtnWrap .storeBtn li:hover {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(141, 22, 149, 0.7)) brightness(1.55) !important;
          filter: drop-shadow(0px 0px 10px rgba(141, 22, 149, 0.7)) brightness(1.55) !important;
}
.storeBtnWrap .storeBtn .storebg {
  position: absolute;
  z-index: 20;
  bottom: -43%;
}

.storeBtnbg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  bottom: 4%;
}

#fix-area {
  z-index: 99;
}
#fix-area.fixed {
  position: fixed;
  bottom: 3rem;
}

.snsArea {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -800px;
  z-index: 55;
}
.snsArea .title {
  position: absolute;
  max-width: 270px;
  width: 100%;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.snsArea .snsBox {
  position: absolute;
  width: 100%;
  max-width: 365px;
  top: 30px;
  margin-top: 15px;
  border-radius: 0;
  margin: 2% auto;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .snsArea .snsBox {
    width: 80%;
    top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .snsArea .snsBox {
    top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .snsArea .snsBox {
    top: 10px;
  }
}
.snsArea .snsbg {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .snsArea .snsbg {
    width: 98%;
  }
}
.snsArea .snsstar {
  width: 35%;
  position: absolute;
  bottom: 5%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .snsArea .snsstar {
    width: 50%;
    z-index: 11;
  }
}
@media screen and (max-width: 530px) {
  .snsArea .snsstar {
    width: 60%;
  }
}
.snsArea .snscloud {
  width: 26%;
  position: absolute;
  top: -21%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  .snsArea .snscloud {
    width: 38%;
    top: -16%;
  }
}
@media screen and (max-width: 768px) {
  .snsArea .snscloud {
    top: -18%;
    width: 70%;
  }
}

.ssArea {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.ssArea .title {
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 64%;
  z-index: 10;
  top: -7%;
}
.ssArea .title.is-top {
  top: -15%;
}
@media screen and (max-width: 980px) {
  .ssArea .title.is-top {
    top: -20%;
  }
}
@media screen and (max-width: 980px) {
  .ssArea .title {
    width: 90%;
    top: -17%;
  }
}
.ssArea .ssItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 5;
}
.ssArea .ssItem.is-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ssArea .ssItem .movie {
  position: relative;
  width: 360px !important;
  height: 710px !important;
  z-index: 5;
}
@media screen and (max-width: 530px) {
  .ssArea .ssItem .movie {
    width: 280px !important;
    height: 560px !important;
  }
}
.ssArea .ssItem .movie iframe {
  position: relative;
  z-index: 7;
  width: 360px;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .movie iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 530px) {
  .ssArea .ssItem .movie iframe {
    width: 280px;
    height: 560px;
  }
}
.ssArea .ssItem .movie .mp4Movie {
  position: relative;
  z-index: 7;
  width: 360px;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .movie .mp4Movie {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 530px) {
  .ssArea .ssItem .movie .mp4Movie {
    width: 280px;
    height: 560px;
  }
}
.ssArea .ssItem .movie::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 600px;
  height: 600px;
  z-index: 6;
  background-image: url(../images/common/slidebg.png);
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24%;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .movie::before {
    display: none;
  }
}
.ssArea .ssItem .movie::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 372px;
  height: 800px;
  top: -25px;
  z-index: 8;
  background-image: url(../images/common/ssframe.png);
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .movie::after {
    display: none;
  }
}
.ssArea .ssItem .ss {
  position: relative;
  margin-top: auto;
  border-radius: 15px;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .ss {
    margin: 0 auto;
  }
}
.ssArea .ssItem .ss.small {
  position: relative;
  z-index: 7;
  width: 300px;
}
.ssArea .ssItem .ss.small img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .ss.small img {
    width: auto;
    height: 710px;
  }
}
@media screen and (max-width: 530px) {
  .ssArea .ssItem .ss.small img {
    width: auto;
    height: 560px;
  }
}
.ssArea .ssItem .ss.small::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 334px;
  height: 800px;
  top: -22px;
  z-index: 8;
  background-image: url(../images/common/ssframe.png);
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem .ss.small::before {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .ssArea .ssItem::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 6;
    background-image: url(../images/common/slidebg.png);
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -24%;
  }
  .ssArea .ssItem::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 365px;
    height: 800px;
    top: -22px;
    z-index: 8;
    background-image: url(../images/common/ssframe.png);
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 1240px) and (max-width: 530px) {
  .ssArea .ssItem::before {
    width: 500px;
    height: 500px;
    bottom: -24%;
  }
  .ssArea .ssItem::after {
    width: 290px;
    height: 800px;
    top: -12px;
  }
}
.ssArea .dotLine {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: -500px;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ssArea .dotLine.line2 {
  left: 47%;
}
.ssArea .dotLine.-onlySp {
  top: -700px;
  width: 70%;
  left: 40%;
}
.ssArea .dotLine.-onlySp.line2 {
  left: 47%;
}
@media screen and (max-width: 530px) {
  .ssArea .dotLine.-onlySp {
    width: 100%;
  }
}
.ssArea.is-right .title {
  left: 6%;
}
.ssArea.is-right .ss {
  margin-left: 5%;
}
@media screen and (max-width: 1240px) {
  .ssArea.is-right .ss {
    margin: 0 auto;
  }
}
.ssArea.is-right .first {
  margin-left: 5%;
}
@media screen and (max-width: 1240px) {
  .ssArea.is-right .first {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) {
  .ssArea.is-right .ssItem {
    right: -15%;
  }
}
@media screen and (max-width: 530px) {
  .ssArea.is-right .ssItem {
    right: -10%;
  }
}
.ssArea.is-left .title {
  right: 6%;
}
.ssArea.is-left .ss {
  margin-right: 5%;
}
@media screen and (max-width: 1240px) {
  .ssArea.is-left .ss {
    margin: 0 auto;
  }
}
.ssArea.is-left .first {
  margin-right: 5%;
}
@media screen and (max-width: 1240px) {
  .ssArea.is-left .first {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) {
  .ssArea.is-left .ssItem {
    left: -15%;
  }
}
@media screen and (max-width: 530px) {
  .ssArea.is-left .ssItem {
    left: -10%;
  }
}

.ssdeco {
  position: absolute;
  width: 25%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1240px) {
  .ssdeco.con1 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con1 {
    width: 40%;
  }
}
.ssdeco.con1:nth-child(1) {
  left: 87%;
  top: 10%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con1:nth-child(1) {
    left: 60%;
    top: 30%;
  }
}
.ssdeco.con1:nth-child(2) {
  left: -10%;
  bottom: -25%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con1:nth-child(2) {
    width: 25%;
    left: -5%;
    bottom: -2%;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  .ssdeco.con1:nth-child(2) {
    width: 35%;
  }
}
.ssdeco.con1:nth-child(3) {
  left: 80%;
  bottom: -25%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con1:nth-child(3) {
    left: 50%;
    bottom: -13%;
  }
}
.ssdeco.con2 {
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .ssdeco.con2 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con2 {
    width: 45%;
  }
}
.ssdeco.con2:nth-child(1) {
  left: 98%;
  top: 10%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con2:nth-child(1) {
    width: 28%;
    left: 14%;
    top: 73%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con2:nth-child(1) {
    width: 35%;
    left: 0;
  }
}
.ssdeco.con2:nth-child(2) {
  width: 20%;
  left: -5%;
  bottom: 4%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con2:nth-child(2) {
    left: 19%;
    bottom: 29%;
  }
}
@media screen and (max-width: 1200px) {
  .ssdeco.con2:nth-child(2) {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con2:nth-child(2) {
    left: 5%;
  }
}
.ssdeco.con2:nth-child(3) {
  width: 30%;
  left: -10%;
  bottom: -5%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con2:nth-child(3) {
    width: 35%;
    left: 7%;
    bottom: -16%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con2:nth-child(3) {
    width: 40%;
  }
}
.ssdeco.con2:nth-child(4) {
  left: 93%;
  top: 38%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con2:nth-child(4) {
    display: none;
  }
}
.ssdeco.con3 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .ssdeco.con3 {
    width: 30%;
  }
}
.ssdeco.con3:nth-child(1) {
  left: -15%;
  top: 20%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con3:nth-child(1) {
    left: 49%;
    top: 41%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con3:nth-child(1) {
    left: 62%;
  }
}
.ssdeco.con3:nth-child(2) {
  width: 25%;
  left: 90%;
  top: 4%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con3:nth-child(2) {
    left: 67%;
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con3:nth-child(2) {
    left: 68%;
    top: 15%;
    width: 30%;
  }
}
.ssdeco.con3:nth-child(3) {
  width: 60%;
  left: 80%;
  bottom: -15%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con3:nth-child(3) {
    left: 44%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con3:nth-child(3) {
    left: 55%;
    width: 90%;
  }
}
.ssdeco.con3:nth-child(4) {
  width: 60%;
  left: -40%;
  bottom: -10%;
}
@media screen and (max-width: 1240px) {
  .ssdeco.con3:nth-child(4) {
    left: -31%;
  }
}
@media screen and (max-width: 768px) {
  .ssdeco.con3:nth-child(4) {
    width: 89%;
    left: -29%;
    bottom: -33%;
  }
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-list {
  width: 360px;
  height: 710px;
  z-index: 7;
}
@media screen and (max-width: 530px) {
  .slick-list {
    width: 280px;
    height: 560px;
  }
}

.slick-list * {
  z-index: 7;
}

.aboutArea {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.aboutArea .aboutBox {
  position: relative;
  max-width: 800px;
  height: 100%;
  margin-left: 4%;
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox {
    max-width: 940px;
    margin: 0 auto;
  }
}
.aboutArea .aboutBox .title {
  position: absolute;
  z-index: 10;
  width: 86%;
  top: 40px;
  left: 6%;
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox .title {
    width: 100%;
    top: -70px;
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.aboutArea .aboutBox .deco {
  position: absolute;
  width: 24%;
  top: -3%;
  left: -8%;
  z-index: 11;
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox .deco {
    top: auto;
    width: 35%;
    bottom: 400px;
  }
}
@media screen and (max-width: 414px) {
  .aboutArea .aboutBox .deco {
    top: auto;
    width: 35%;
    bottom: 300px;
  }
}
.aboutArea .aboutBox .deco.deco02 {
  top: 15%;
  left: 86%;
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox .deco.deco02 {
    top: auto;
    left: 75%;
    bottom: 50px;
  }
}
.aboutArea .aboutBox .titleBg {
  position: relative;
  z-index: 3;
}
.aboutArea .aboutBox .txtBox {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.aboutArea .aboutBox .txtBox .txt {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox .txtBox .txt {
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 8%;
  }
}
.aboutArea .aboutBox .txtBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 756px;
  height: 410px;
  z-index: 2;
  background-image: url(../images/pc/abouttxtbg.png);
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 940px) {
  .aboutArea .aboutBox .txtBox::before {
    display: none;
  }
}
.aboutArea .aboutBox .txtBox .spbox {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8%;
  z-index: 3;
}
.aboutArea .aboutImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.aboutArea .aboutImg li {
  position: absolute;
}
.aboutArea .aboutImg li.deco01 {
  top: -6%;
  left: 40%;
}
@media screen and (max-width: 1300px) {
  .aboutArea .aboutImg li.deco01 {
    left: 55%;
  }
}
@media screen and (max-width: 980px) {
  .aboutArea .aboutImg li.deco01 {
    bottom: 10%;
  }
}
.aboutArea .aboutImg li.deco02 {
  top: -27%;
  left: 25%;
}
@media screen and (max-width: 980px) {
  .aboutArea .aboutImg li.deco02 {
    top: -16%;
    left: 57%;
  }
}
.aboutArea .aboutImg li.deco03 {
  bottom: 10%;
  left: -6%;
}
.aboutArea .aboutImg li.deco04 {
  top: -5%;
  left: 1%;
}
.aboutArea .aboutImg li.deco05 {
  left: 79%;
  bottom: 15%;
}
.aboutArea .aboutslide {
  width: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 530px) {
  .aboutArea .aboutslide {
    top: 0;
  }
}
.aboutArea .aboutslide .slick-list {
  width: 100%;
  height: 100%;
  top: 30%;
}

.aboutLine {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  bottom: -200px;
  height: 340px;
  width: 100%;
  background: url(../images/pc/aboutbottom.webp) repeat-x center;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (max-width: 940px) {
  .aboutLine {
    bottom: -340px;
    height: 610px;
    background: url(../images/sp/aboutbottom.webp) no-repeat center;
    background-size: contain;
  }
}

.share {
  position: relative;
  width: 100%;
  background-image: url(../images/pc/snsbg.png);
  background-size: cover;
}
.share .shareIcon {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.share .shareIcon .snsWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 240px;
}
@media screen and (max-width: 530px) {
  .share .shareIcon .snsWrap {
    padding-top: 40%;
  }
}
.share .shareIcon .snsWrap li {
  position: relative;
  z-index: 5;
  width: 10%;
  margin-right: 5%;
}
.share .shareIcon .snsWrap li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 530px) {
  .share .shareIcon .snsWrap li {
    width: 20%;
  }
}
.share .shareIcon .snsWrap li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 135px;
  height: 135px;
  z-index: -1;
  top: -20%;
  width: 140%;
  background-image: url(../images/common/bubble.png);
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.animedeco {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .animedeco {
    max-width: 900px;
    width: 100%;
  }
}
.animedeco.sp {
  pointer-events: none;
  position: absolute;
  height: 100%;
  z-index: 5;
}
.animedeco.sp li {
  pointer-events: none;
  position: absolute;
  width: 55%;
  bottom: 27%;
  left: 67%;
}
.animedeco.deco01 {
  pointer-events: none;
  z-index: 0;
}
.animedeco.deco01 li {
  position: absolute;
  width: 40%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco01 li {
    width: 60%;
  }
}
.animedeco.deco01 li:nth-child(1) {
  top: 57%;
  right: 47%;
}
.animedeco.deco01 li:nth-child(3) {
  top: 10%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco01 li:nth-child(3) {
    top: 47%;
    right: -11%;
  }
}
.animedeco.deco01 li:nth-child(4) {
  width: 13%;
  bottom: 36%;
  left: -10%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco01 li:nth-child(4) {
    width: 18%;
    bottom: 64%;
    left: 0%;
  }
}
.animedeco.deco01 li:nth-child(5) {
  width: 14%;
  left: 99%;
  bottom: 10%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco01 li:nth-child(5) {
    width: 21%;
    left: 76%;
    bottom: 12%;
  }
}
.animedeco.deco02 {
  z-index: 0;
  pointer-events: none;
}
.animedeco.deco02 li {
  position: absolute;
  width: 40%;
}
.animedeco.deco02 li:nth-child(1) {
  top: 57%;
}
.animedeco.deco02 li:nth-child(3) {
  top: 10%;
  right: 98%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco02 li:nth-child(3) {
    top: 10%;
    right: 69%;
  }
}
.animedeco.deco02 li:nth-child(4) {
  width: 13%;
  left: -18%;
  bottom: 2%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco02 li:nth-child(4) {
    width: 19%;
    left: 6%;
    bottom: 10%;
  }
}
.animedeco.deco02 li:nth-child(5) {
  width: 14%;
  left: 99%;
  bottom: 0%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco02 li:nth-child(5) {
    width: 14%;
    left: 73%;
    bottom: 14%;
  }
}
.animedeco.deco03 {
  pointer-events: none;
  z-index: 0;
}
.animedeco.deco03 li {
  position: absolute;
  width: 40%;
}
.animedeco.deco03 li:nth-child(1) {
  top: 57%;
  right: 98%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco03 li:nth-child(1) {
    top: 65%;
    right: 75%;
  }
}
.animedeco.deco03 li:nth-child(2) {
  left: 98%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco03 li:nth-child(2) {
    left: 73%;
    top: -19%;
  }
}
.animedeco.deco03 li:nth-child(3) {
  top: 10%;
}
.animedeco.deco03 li:nth-child(4) {
  width: 13%;
  left: -10%;
  bottom: 10%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco03 li:nth-child(4) {
    width: 25%;
    left: auto;
    right: 1%;
    bottom: 11%;
  }
}
.animedeco.deco03 li:nth-child(5) {
  width: 14%;
  left: 99%;
  bottom: -10%;
}
@media screen and (max-width: 1240px) {
  .animedeco.deco03 li:nth-child(5) {
    width: 18%;
    left: -4%;
    bottom: 10%;
  }
}

#bot-fix-area {
  position: absolute;
  bottom: -5%;
}

.-hover {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness;
          filter: brightness;
}
.-hover:hover {
  -webkit-filter: brightness(1.55);
          filter: brightness(1.55);
}

/*==================================
  footer
===================================*/
.footer {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  color: #fff;
  background-color: #413c81;
}
.footer .secInner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.footer .secInner .top {
  position: absolute;
  left: 50%;
  max-width: 150px;
  width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  top: -90px;
}
.footer .secInner .top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .secInner .top {
    top: -85px;
  }
}
.footer .secInner .topchara {
  position: absolute;
  left: 55%;
  max-width: 150px;
  width: 90px;
  z-index: 5;
  -webkit-animation: py 1.4s linear infinite;
          animation: py 1.4s linear infinite;
  left: 58%;
  top: -76px;
}
.footer .secInner .topchara img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .secInner .topchara {
    top: -65px;
  }
}
.footer .secInner .bottomWrap {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer .secInner .bottomWrap {
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .secInner .bottomWrap * {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer .secInner .bottomWrap * {
    font-size: 1rem;
  }
}
.footer .secInner .bottomWrap a {
  color: #fff;
  text-decoration: underline;
}
.footer .secInner .bottomWrap a:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer .secInner .bottomWrap a:not(:first-child) {
    margin-left: 0;
  }
}
.footer .secInner .bottomWrap a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer .secInner .bottomWrap a {
    margin-left: 0;
    margin-bottom: 3%;
  }
}
.footer .secInner .bottomWrap .pfText {
  padding: 20px 10px;
}
.footer .secInner .bottomWrap .pfText li {
  font-size: 11px;
}
.footer .secInner .bottomWrap .rovio {
  padding-top: 3%;
  width: 18%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .secInner .bottomWrap .rovio {
    width: 30%;
  }
}

/*==================================
  canvas
===================================*/
#particles-js01, #particles-js02 {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.z-100 {
  z-index: 100 !important;
}

#particles-js-star {
  pointer-events: none;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -100px;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  #particles-js-star {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #particles-js-star {
    bottom: -100px;
  }
}

/*==================================
  slick
===================================*/
.slick-dots {
  bottom: -50px;
  z-index: 100;
}

.slick-dots li {
  width: 30px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  background-image: url(../images/sp/dot-off.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  content: "";
  background-image: url(../images/sp/dot-on.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.slick-arrow:before {
  content: "" !important;
}

/*==================================
  anime
===================================*/
.is-fif {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.is-fib {
  -webkit-animation: fade-in-bck 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bck 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.is-fit {
  -webkit-animation: fade-in-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.is-fibm {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.is-pic {
  -webkit-animation: puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.is-sibr {
  -webkit-animation: slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-sibl {
  -webkit-animation: slide-in-blurred-left 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slide-in-blurred-left 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-aifr {
  -webkit-animation: slide-in-fwd-br 0.4s ease-in-out both;
          animation: slide-in-fwd-br 0.4s ease-in-out both;
}

.is-sif {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.is-bubble {
  -webkit-animation: puff-in-center 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) both, vibrate-1 3s ease-out infinite both;
          animation: puff-in-center 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) both, vibrate-1 3s ease-out infinite both;
}

.is-op0 {
  opacity: 0;
}

.is-op1 {
  opacity: 1;
}

.is-nontrans {
  opacity: 1 !important;
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-fwd-br {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px) translateX(1000px);
    transform: translateZ(-1400px) translateY(800px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
    transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-br {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px) translateX(1000px);
    transform: translateZ(-1400px) translateY(800px) translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0) translateX(0);
    transform: translateZ(0) translateY(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes py {
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.95, 1.15);
            transform: scale(0.95, 1.15);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  9% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes py {
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.95, 1.15);
            transform: scale(0.95, 1.15);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  85% {
    -webkit-transform: scale(0.95, 1.08);
            transform: scale(0.95, 1.08);
  }
  9% {
    -webkit-transform: scale(0.98, 1.02);
            transform: scale(0.98, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes animeCloud-l {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@keyframes animeCloud-l {
  0% {
    left: -200px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes animeCloud-r {
  0% {
    right: 0px;
  }
  100% {
    right: -200px;
  }
}
@keyframes animeCloud-r {
  0% {
    right: 0px;
  }
  100% {
    right: -200px;
  }
}
.cloud.anime-r {
  -webkit-animation: animeCloud-l 13s ease-in-out 0s infinite alternate both;
  animation: animeCloud-l 13s ease-in-out 0s infinite alternate both;
}

.cloud.anime-l {
  -webkit-animation: animeCloud-r 13s ease-in-out 1s infinite alternate both;
  animation: animeCloud-r 13s ease-in-out 1s infinite alternate both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */
