@charset "UTF-8";
/* ==================
    common for PC
================== */
/* SukuSukuBox */
#sukusukubox {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  width: 1000px;
  height: 500px;
  background: url(../images/top_box/topbox_border.png) center center no-repeat;
  overflow: hidden;
}
#ssb-inner {
  position: relative;
  width: 1000px;
  height: 500px;
  overflow: hidden;
  background: #ccc;
}
#ssb-inner.loaded {
  display: block;
  background: none;
}

#ssb-inner.loaded img {
  opacity: 0;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0 url(../images/loading.svg) center center no-repeat;
  background-size: 32px 32px;
  z-index: 100;
}
.loaded #loading {
  background: none;
}
.loaded #StarBgBase {
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: -250px;
  text-align: center;
  z-index: -10;
  animation: StarBase-ani 6s ease 0s 1 normal forwards running;
}
.loaded #StarBgPink {
  position: absolute;
  width: 1000px;
  height: 500px;
  text-align: center;
  z-index: 2;
  animation: StarPink-ani 6s ease 0.4s 1 normal forwards running;
}
.loaded #StarBgBlue {
  position: absolute;
  width: 1000px;
  height: 500px;
  text-align: center;
  z-index: 3;
  animation: StarBlue-ani 6s ease 0.6s 1 normal forwards running;
}
.loaded #StarBgOrange {
  position: absolute;
  width: 1000px;
  height: 500px;
  text-align: center;
  z-index: 4;
  animation: StarOrange-ani 6s ease 1s 1 normal forwards running;
}
.loaded #Kotoshimo {
  position: absolute;
  top: -140px;
  left: 280px;
  width: 60px;
  height: 70px;
  z-index: 10;
  animation: Kotoshimo-ani 6s ease 3s 1 normal forwards running;
}
.loaded #Catchcopy {
  display: block;
  position: absolute;
  width: 1000px;
  height: 60px;
  text-align: center;
  z-index: 9;
  animation: Copy-ani 6s ease 3s 1 normal forwards running;
}
.loaded #Rabbit-big {
  position: absolute;
  width: 160px;
  height: 420px;
  z-index: 10;
  animation: Rabbit-big-ani 2s ease-in-out 3s infinite alternate forwards
    running;
}
.loaded #Rabbit-min {
  position: absolute;
  width: 120px;
  height: 420px;
  z-index: 11;
  animation: Rabbit-min-ani 2s ease-in-out 3s infinite alternate forwards
    running;
}
.loaded #Whale-big {
  position: absolute;
  width: 400px;
  height: 240px;
  z-index: 10;
  animation: Whale-big-ani 3s ease-in-out 3s infinite normal forwards running;
}
.loaded #Whale-min {
  position: absolute;
  width: 280px;
  height: 240px;
  z-index: 11;
  animation: Whale-min-ani 3s ease-in-out 3s infinite normal forwards running;
}
.loaded #Bear-big {
  position: absolute;
  width: 300px;
  height: 420px;
  z-index: 10;
  animation: Bear-big-ani 2s ease-in-out 3s infinite alternate forwards running;
}
.loaded #Bear-min {
  position: absolute;
  width: 160px;
  height: 420px;
  z-index: 11;
  animation: Bear-min-ani 2s ease-in-out 3s infinite alternate forwards running;
}
.loaded #Snowman-big {
  position: absolute;
  width: 200px;
  height: 420px;
  z-index: 10;
  animation: Snowman-big-ani 2s ease-in-out 3s infinite alternate forwards
    running;
}
.loaded #Snowman-min {
  position: absolute;
  width: 160px;
  height: 420px;
  z-index: 11;
  animation: Snowman-min-ani 2s ease-in-out 3s infinite alternate forwards
    running;
}
.loaded #Sun {
  position: absolute;
  top: 0;
  bottom: -240px;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 240px;
  z-index: 1;
  animation: Sun-ani 4s ease 3s 1 normal forwards running;
}
.loaded #Logo {
  position: absolute;
  width: 1000px;
  height: 100px;
  z-index: 99;
  animation: Logo-ani 6s ease 3s 1 normal forwards running;
}
.loaded #Rainbow {
  position: absolute;
  width: 360px;
  height: 240px;
  z-index: 5;
  animation: Rainbow-ani 2s ease-in-out 3s 1 normal forwards running;
}
.loaded #Cherrytree {
  position: absolute;
  width: 360px;
  height: 480px;
  z-index: 6;
  animation: Cherry-ani 2s ease-in-out 3s 1 normal forwards running;
}
.loaded #Apple {
  position: absolute;
  width: 300px;
  height: 480px;
  z-index: 7;
  animation: Apple-ani 2s ease-in-out 3s 1 normal forwards running;
}
.loaded #Tree {
  position: absolute;
  width: 250px;
  height: 480px;
  z-index: 8;
  animation: Tree-ani 2s ease-in-out 3s 1 normal forwards running;
}
.loaded #Cloud {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 4;
  animation: Cloud-ani 2s ease-in-out 3s 1 normal forwards running;
}
.loaded #Sakura1 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Sakura1-ani 2s linear 3s infinite normal forwards running;
}
.loaded #Sakura2 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Sakura2-ani 2s linear 3.5s infinite normal forwards running;
}
.loaded #Sakura3 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Sakura3-ani 2s linear 4s infinite normal forwards running;
}
.loaded #Splashe1 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Splashe1-ani 3s linear 3s infinite normal forwards running;
}
.loaded #Splashe2 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Splashe2-ani 3s linear 3s infinite normal forwards running;
}
.loaded #Splashe3 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Splashe3-ani 3s linear 3s infinite normal forwards running;
}
.loaded #Leaf1 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Leaf1-ani 2s linear 3s infinite normal forwards running;
}
.loaded #Leaf2 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Leaf2-ani 2s linear 3.5s infinite normal forwards running;
}
.loaded #Leaf3 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Leaf3-ani 2s linear 4s infinite normal forwards running;
}
.loaded #Snow1 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Snow1-ani 2s linear 3s infinite normal forwards running;
}
.loaded #Snow2 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Snow2-ani 2s linear 3.5s infinite normal forwards running;
}
.loaded #Snow3 {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 2;
  animation: Snow3-ani 2s linear 4s infinite normal forwards running;
}

/* メインオブジェクト */
@keyframes StarBase-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.6) rotate(90deg);
    opacity: 0;
  }
}
@keyframes StarPink-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8) rotate(0deg);
    opacity: 0;
  }
}
@keyframes StarBlue-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(2) rotate(0deg);
    opacity: 0;
  }
}
@keyframes StarOrange-ani {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(2.2) rotate(0deg);
    opacity: 0;
  }
}
@keyframes Sun-ani {
  0% {
    bottom: -240px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  40% {
    bottom: 0px;
    opacity: 1;
    transform: scale(0.75) rotate(360deg);
  }
  60% {
    bottom: 0px;
    opacity: 1;
    transform: scale(0.75) rotate(360deg);
  }
  100% {
    bottom: -240px;
    opacity: 0;
    transform: scale(0.5) rotate(720deg);
  }
}
@keyframes Kotoshimo-ani {
  0% {
    top: 0px;
    opacity: 0;
    transform: rotate(0deg);
  }
  75% {
    top: 0px;
    opacity: 0;
    transform: rotate(0deg);
  }
  95% {
    top: 100px;
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    top: 100px;
    opacity: 1;
    transform: rotate(-15deg);
  }
}
@keyframes Copy-ani {
  0% {
    top: 200px;
    opacity: 0;
  }
  75% {
    top: 200px;
    opacity: 0;
  }
  100% {
    top: 160px;
    opacity: 1;
  }
}

@keyframes Logo-ani {
  0% {
    top: 200px;
    opacity: 0;
  }
  60% {
    top: 200px;
    opacity: 0;
  }
  100% {
    top: 220px;
    opacity: 1;
  }
}

/* キャラクター */
@keyframes Rabbit-min-ani {
  0% {
    opacity: 1;
    right: -40px;
    bottom: 0px;
    transform: scale(0.4) rotate(-90deg);
  }
  50% {
    opacity: 1;
    right: 60px;
    bottom: 0px;
    transform: scale(0.8) rotate(-90deg);
  }
  90% {
    opacity: 1;
    right: 60px;
    bottom: 0px;
    transform: scale(0.8) rotate(-90deg);
  }
  95% {
    opacity: 1;
    right: 70px;
    bottom: 0px;
    transform: scale(0.8) rotate(-90deg);
  }
  100% {
    opacity: 1;
    right: 60px;
    bottom: 0px;
    transform: scale(0.8) rotate(-90deg);
  }
}
@keyframes Rabbit-big-ani {
  0% {
    opacity: 1;
    right: -100px;
    bottom: -90px;
    transform: scale(0.4) rotate(-45deg);
  }
  50% {
    opacity: 1;
    right: 40px;
    bottom: -90px;
    transform: scale(0.8) rotate(-60deg);
  }
  100% {
    opacity: 1;
    right: 40px;
    bottom: -90px;
    transform: scale(0.8) rotate(-60deg);
  }
}

@keyframes Whale-min-ani {
  0% {
    opacity: 1;
    left: 300px;
    bottom: -200px;
    transform: scale(0.5) rotate(45deg);
  }
  60% {
    opacity: 1;
    left: 100px;
    bottom: -40px;
    transform: scale(0.6) rotate(0deg);
  }
  65% {
    opacity: 1;
    left: 100px;
    bottom: -40px;
    transform: scale(0.6) rotate(10deg);
  }
  70% {
    opacity: 1;
    left: 100px;
    bottom: -40px;
    transform: scale(0.6) rotate(0deg);
  }
  100% {
    opacity: 1;
    left: -100px;
    bottom: -200px;
    transform: scale(0.6) rotate(-30deg);
  }
}
@keyframes Whale-big-ani {
  0% {
    opacity: 1;
    left: 430px;
    bottom: -200px;
    transform: scale(0.5) rotate(45deg);
  }
  60% {
    opacity: 1;
    left: 230px;
    bottom: -40px;
    transform: scale(0.6) rotate(0deg);
  }
  70% {
    opacity: 1;
    left: 230px;
    bottom: -40px;
    transform: scale(0.6) rotate(0deg);
  }
  100% {
    opacity: 1;
    left: -70px;
    bottom: -200px;
    transform: scale(0.6) rotate(-30deg);
  }
}

@keyframes Bear-min-ani {
  0% {
    opacity: 1;
    left: -100px;
    top: 0px;
    transform: scale(0.4) rotate(90deg);
  }
  25% {
    opacity: 1;
    left: 0px;
    top: 0px;
    transform: scale(0.4) rotate(90deg);
  }
  50% {
    opacity: 1;
    left: -100px;
    top: 0px;
    transform: scale(0.4) rotate(90deg);
  }
  90% {
    opacity: 1;
    left: 20px;
    top: 0px;
    transform: scale(0.6) rotate(90deg);
  }
  100% {
    opacity: 1;
    left: 20px;
    top: 0px;
    transform: scale(0.6) rotate(90deg);
  }
}
@keyframes Bear-big-ani {
  0% {
    opacity: 1;
    left: -150px;
    top: -150px;
    transform: scale(0.4) rotate(120deg);
  }
  80% {
    opacity: 1;
    left: -50px;
    top: -120px;
    transform: scale(0.6) rotate(120deg);
  }
  100% {
    opacity: 1;
    left: -50px;
    top: -120px;
    transform: scale(0.6) rotate(120deg);
  }
}

@keyframes Snowman-min-ani {
  0% {
    opacity: 1;
    right: -40px;
    top: -180px;
    transform: scale(0.6) rotate(180deg);
  }
  90% {
    opacity: 1;
    right: 20px;
    top: -120px;
    transform: scale(0.6) rotate(220deg);
  }
  100% {
    opacity: 1;
    right: 20px;
    top: -120px;
    transform: scale(0.6) rotate(220deg);
  }
}
@keyframes Snowman-big-ani {
  0% {
    opacity: 1;
    right: 100px;
    top: -180px;
    transform: scale(0.4) rotate(230deg);
  }
  60% {
    opacity: 1;
    right: 90px;
    top: -150px;
    transform: scale(0.6) rotate(200deg);
  }
  100% {
    opacity: 1;
    right: 90px;
    top: -150px;
    transform: scale(0.6) rotate(200deg);
  }
}

/* 季節オブジェクト */
@keyframes Rainbow-ani {
  0% {
    right: 180px;
    bottom: -60px;
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    right: 180px;
    bottom: -60px;
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    right: 180px;
    bottom: 10px;
    opacity: 1;
    transform: scale(0.5);
  }
}
@keyframes Cloud-ani {
  0% {
    opacity: 1;
    left: 300px;
    top: 0px;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    left: 400px;
    top: 20px;
    transform: scale(0.5);
  }
}
@keyframes Apple-ani {
  0% {
    opacity: 1;
    left: 0px;
    bottom: -60px;
    transform: scale(0.8) rotate(90deg);
  }
  100% {
    opacity: 1;
    left: -70px;
    bottom: -60px;
    transform: scale(0.4) rotate(90deg);
  }
}
@keyframes Cherry-ani {
  0% {
    opacity: 1;
    right: -50px;
    bottom: 30px;
    transform: scale(0.8) rotate(-90deg);
  }
  100% {
    opacity: 1;
    right: -90px;
    bottom: 30px;
    transform: scale(0.4) rotate(-90deg);
  }
}
@keyframes Tree-ani {
  0% {
    opacity: 1;
    right: 190px;
    top: -170px;
    transform: scale(0.6) rotate(190deg);
  }
  100% {
    opacity: 1;
    right: 190px;
    top: -180px;
    transform: scale(0.4) rotate(190deg);
  }
}

/* 背景オブジェクト */
@keyframes Sakura1-ani {
  0% {
    right: 200px;
    bottom: 120px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    right: 150px;
    bottom: 70px;
    opacity: 1;
    transform: scale(0.5) rotate(180deg);
  }
  100% {
    right: 100px;
    bottom: 20px;
    opacity: 0;
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes Sakura2-ani {
  0% {
    right: 150px;
    bottom: 100px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    right: 100px;
    bottom: 140px;
    opacity: 1;
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    right: 50px;
    bottom: 180px;
    opacity: 0;
    transform: scale(0.7) rotate(360deg);
  }
}
@keyframes Sakura3-ani {
  0% {
    right: 150px;
    bottom: 100px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    right: 100px;
    bottom: 50px;
    opacity: 1;
    transform: scale(0.6) rotate(-90deg);
  }
  100% {
    right: 0px;
    bottom: 60px;
    opacity: 0;
    transform: scale(0.7) rotate(-180deg);
  }
}
@keyframes Splashe1-ani {
  0% {
    left: 200px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  80% {
    left: 200px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  90% {
    left: 250px;
    bottom: 50px;
    opacity: 1;
    transform: scale(0.5) rotate(-180deg);
  }
  100% {
    left: 300px;
    bottom: 100px;
    opacity: 0;
    transform: scale(0.5) rotate(-360deg);
  }
}
@keyframes Splashe2-ani {
  0% {
    left: 340px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
  }
  80% {
    left: 340px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
  }
  90% {
    left: 380px;
    bottom: 60px;
    opacity: 1;
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    left: 420px;
    bottom: 80px;
    opacity: 0;
    transform: scale(1) rotate(90deg);
  }
}
@keyframes Splashe3-ani {
  0% {
    left: 120px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.4) rotate(0deg);
  }
  80% {
    left: 120px;
    bottom: -50px;
    opacity: 0;
    transform: scale(0.4) rotate(0deg);
  }
  90% {
    left: 120px;
    bottom: 50px;
    opacity: 1;
    transform: scale(0.6) rotate(30deg);
  }
  100% {
    left: 120px;
    bottom: 150px;
    opacity: 0;
    transform: scale(0.8) rotate(60deg);
  }
}
@keyframes Leaf1-ani {
  0% {
    left: 200px;
    top: 120px;
    opacity: 0;
    transform: scale(0.5) rotate(90deg);
  }
  30% {
    left: 150px;
    top: 40px;
    opacity: 1;
    transform: scale(0.5) rotate(180deg);
  }
  60% {
    left: 100px;
    top: 80px;
    opacity: 1;
    transform: scale(0.5) rotate(90deg);
  }
  100% {
    left: 50px;
    top: 100px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
}
@keyframes Leaf2-ani {
  0% {
    left: 120px;
    top: 100px;
    opacity: 0;
    transform: scale(0.3) rotate(-30deg);
  }
  30% {
    left: 80px;
    top: 140px;
    opacity: 1;
    transform: scale(0.5) rotate(-90deg);
  }
  60% {
    left: 40px;
    top: 160px;
    opacity: 1;
    transform: scale(0.8) rotate(-180deg);
  }
  100% {
    left: 0px;
    top: 200px;
    opacity: 0;
    transform: scale(1) rotate(-270deg);
  }
}
@keyframes Leaf3-ani {
  0% {
    left: 100px;
    top: 200px;
    opacity: 0;
    transform: scale(0.3) rotate(0deg);
  }
  30% {
    left: 80px;
    top: 150px;
    opacity: 1;
    transform: scale(0.5) rotate(90deg);
  }
  60% {
    left: 80px;
    top: 120px;
    opacity: 1;
    transform: scale(0.8) rotate(90deg);
  }
  100% {
    left: 0px;
    top: 100px;
    opacity: 0;
    transform: scale(1) rotate(30deg);
  }
}
@keyframes Snow1-ani {
  0% {
    right: 360px;
    top: 120px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    right: 330px;
    top: 50px;
    opacity: 1;
    transform: scale(0.5) rotate(180deg);
  }
  100% {
    right: 300px;
    top: -20px;
    opacity: 0;
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes Snow2-ani {
  0% {
    right: 150px;
    top: 60px;
    opacity: 0;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    right: 100px;
    top: 30px;
    opacity: 1;
    transform: scale(0.5) rotate(90deg);
  }
  100% {
    right: 50px;
    top: 0px;
    opacity: 0;
    transform: scale(0.3) rotate(180deg);
  }
}
@keyframes Snow3-ani {
  0% {
    right: 300px;
    top: 100px;
    opacity: 0;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    right: 200px;
    top: 50px;
    opacity: 1;
    transform: scale(0.5) rotate(-90deg);
  }
  100% {
    right: 100px;
    top: 0px;
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
}

#start {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  width: 16px;
  height: 0px;
  padding-top: 16px;
  background: url(../images/btn_stop.png) center center no-repeat;
  background-size: 16px 16px;
  overflow: hidden;
}
#start.pause {
  background-image: url(../images/btn_run.png);
}
