@charset "UTF-8";
/* level color */
/*fv*/
@keyframes fv_open {
  0% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes elasticity {
  20% {
    /*transform: scale3d(1.3, 0.7, 1);*/
  }
  40% {
    /*transform: scale3d(0.7, 1.3, 1);*/
  }
  60% {
    /*transform: scale3d(1.1, 0.8, 1);*/
  }
  80% {
    transform: scale3d(1, 1, 1);
    top: 48%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes nekomuzuAns {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes poyoyon {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 5px);
  }
  30% {
    transform: translate(0, 8px);
  }
  50% {
    transform: translate(0, -8px);
  }
  70% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*背景色変更*/
@-webkit-keyframes BackgroundAnimation {
  0% {
    background-position: 19% 0%;
  }
  50% {
    background-position: 82% 100%;
  }
  100% {
    background-position: 19% 0%;
  }
}
@-moz-keyframes BackgroundAnimation {
  0% {
    background-position: 19% 0%;
  }
  50% {
    background-position: 82% 100%;
  }
  100% {
    background-position: 19% 0%;
  }
}
@keyframes BackgroundAnimation {
  0% {
    background-position: 19% 0%;
  }
  50% {
    background-position: 82% 100%;
  }
  100% {
    background-position: 19% 0%;
  }
}
/*お試しの吹き出し*/
@keyframes jump_otameshi {
  to {
    transform: transtateY(0);
  }
  from {
    transform: translateY(4px);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.8);
  }
}
@keyframes fuwafuwa-r {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa-l {
  0% {
    transform: translateY(-10px);
  }
  33.33333% {
    transform: translateY(0);
  }
  66.66667% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes jump {
  20% {
    transform: translateY(2%) scaleY(0.9);
  }
  40% {
    transform: translateY(-100%) scaleY(1.2);
  }
  50% {
    transform: translateY(10%) scaleY(0.8);
  }
  70% {
    transform: translateY(-5%) scaleY(1);
  }
  80%, 100% {
    transform: translateY(0) scaleY(1);
  }
}
@keyframes bubble-l {
  0% {
    bottom: 0px;
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    transform: translateX(20px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(50px);
    opacity: 1;
  }
  80% {
    transform: translateX(80px);
    opacity: 1;
  }
  100% {
    bottom: 200px;
    transform: translateX(0);
  }
}
@keyframes bubble-r {
  0% {
    bottom: 0px;
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    transform: translateX(-20px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-50px);
    opacity: 1;
  }
  80% {
    transform: translateX(-20px);
    opacity: 1;
  }
  100% {
    bottom: 200px;
    transform: translateX(0);
  }
}
@keyframes bubble-pl {
  0% {
    bottom: 0px;
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    transform: translateX(20px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(50px);
    opacity: 1;
  }
  80% {
    transform: translateX(80px);
    opacity: 1;
  }
  100% {
    bottom: 300px;
    transform: translateX(0);
  }
}
@keyframes bubble-pr {
  0% {
    bottom: 0px;
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    transform: translateX(-20px);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-50px);
    opacity: 1;
  }
  80% {
    transform: translateX(-20px);
    opacity: 1;
  }
  100% {
    bottom: 300px;
    transform: translateX(0);
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media screen and (min-width: 767px) {
  html {
    font-size: 130%;
  }
}
body {
  background: #ffffff !important;
  background-size: 400% 400%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-animation: BackgroundAnimation 40s ease infinite;
  -moz-animation: BackgroundAnimation 40s ease infinite;
  animation: BackgroundAnimation 40s ease infinite;
  font-size: 1.6rem;
  overflow-x: hidden;
}
.uhs_contents {
  min-height: 100vh !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  background-color: #fff8e3 !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.info_box__contents {
  padding-top: 85px;
}
@media screen and (max-width: 480px) {
  .info_box__contents {
    padding-top: 65px;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
header, .header {
  max-width: 768px;
  width: 100%;
  height: 65px;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 10;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header h1, .header h1 {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
header h1 img, .header h1 img {
  max-width: 100%;
  height: auto;
}
header .header__btn, .header .header__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header .header__btn a, .header .header__btn a {
  display: block;
  border: solid 1px #404040;
  border-radius: 4px;
  height: 45px;
  width: 45px;
  color: #404040;
  padding: 4px 0 0 0;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  header .header__btn a, .header .header__btn a {
    width: 40px;
    height: 40px;
  }
}
header .header__btn a i, .header .header__btn a i {
  display: block;
  margin: 0 0 3px 0;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  header .header__btn a i, .header .header__btn a i {
    font-size: 1.8rem;
    margin: 0 0 1px 0;
  }
}
header .header__btn a span, .header .header__btn a span {
  font-size: 10px;
  letter-spacing: -1px;
  transform: scale(0.8);
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 10px;
}
.headerLogin {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.headerLogin a {
  display: block;
  border: solid 1px #404040;
  border-radius: 4px;
  height: 45px;
  width: 45px;
  color: #404040;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 480px) {
  .headerLogin a {
    width: 40px;
    height: 40px;
  }
}
.headerLogin a i {
  display: block;
  margin: 0 0 3px 0;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .headerLogin a i {
    font-size: 1.8rem;
    margin: 0 0 1px 0;
  }
}
.headerLogin a span {
  font-size: 10px;
  letter-spacing: -1px;
  transform: scale(0.8);
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.header__btn-menu, .headermenu__menuclose {
  border: solid 1px #404040;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .header__btn-menu, .headermenu__menuclose {
    font-size: 2rem;
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  header, .header {
    height: 50px;
  }
}
.menuLvList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100% !important;
}
.menuLvList a {
  display: block;
  width: 50%;
}
.menulist__text {
  margin: 0 0 0 2%;
}
.letterTitleWrap {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 480px) {
  .letterTitleWrap {
    margin: 0 0 40px 0;
  }
}
.letterTitle {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  padding: 8% 0 0 0;
}
.letterTitle p {
  padding-top: 10%;
  position: relative;
  z-index: 1;
  background: url("/image/site/title_cat_icn.png") no-repeat top center;
  background-size: 66px;
  padding: 5% 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .letterTitle p {
    background-size: 32px;
  }
}
.letterTitle span {
  font-family: 'Arvo', serif;
  font-weight: bold;
  display: block;
  font-size: 5rem;
  position: relative;
}
.letterTitle:before {
  position: absolute;
  color: #fdc11d;
  font-size: 18rem;
  font-family: 'Arvo', serif;
  left: -5%;
  top: -18%;
}
.letterTitle:after {
  position: absolute;
  top: -18%;
  right: -5%;
  color: #fdc11d;
  font-size: 18rem;
  font-family: 'Arvo', serif;
}
.main_wrapper {
  padding-top: 50px;
  overflow: hidden;
}
.main_wrapper .home_fv {
  position: relative;
  padding: 20px 0 0 0;
}
.main_wrapper .home_fv__catch {
  width: 100%;
}
.main_wrapper .home_fv__img {
  width: 71%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 3;
  animation-duration: 4s;
  animation-name: fv_open;
}
.main_wrapper .home_fv__img--title {
  animation: elasticity 3s ease 1 forwards;
  z-index: 4;
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
}
.main_wrapper .home_fv__btn {
  margin: 2rem auto;
  width: 60%;
}
.main_wrapper .home_fv__btn a {
  display: block;
  background: #fdad1d;
  border: solid 3px #404040;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  border-radius: 40px;
  height: 80px;
  line-height: 80px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.main_wrapper .home_fv img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .main_wrapper .home_fv__btn, .main_wrapper .resistBtn a {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .main_wrapper .home_fv__btn a, .main_wrapper .resistBtn a a {
    font-size: 2.2rem;
    height: 60px;
    line-height: 55px;
  }
}
.main_wrapper .home_ans {
  position: relative;
}
.main_wrapper .home_ans img {
  width: 100%;
}
.main_wrapper .home_ans__deco {
  position: absolute;
  top: 0;
}
.main_wrapper .home_ans__deco--1.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.1s;
}
.main_wrapper .home_ans__deco--2.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.2s;
}
.main_wrapper .home_ans__deco--3.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.3s;
}
.main_wrapper .home_ans__deco--4.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.4s;
}
.main_wrapper .home_ans__deco--5.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.5s;
}
.main_wrapper .home_ans__deco--6.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.6s;
}
.main_wrapper .home_ans__deco--7.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.7s;
}
.main_wrapper .home_ans__deco--8.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.8s;
}
.main_wrapper .home_ans__deco--9.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.9s;
}
.main_wrapper .home_ans__deco--10.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1s;
}
.main_wrapper .home_ans__deco--11.isActive {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1.1s;
}
.main_wrapper .home_ans__img {
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 10px #ffffff;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 20px auto;
}
.main_wrapper .home_ans__img--ans {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  animation: nekomuzuAns 2s step-end infinite;
  width: 100%;
}
.main_wrapper .home_ans #home_ans--canvas {
  width: 100%;
  position: absolute;
  height: 28vh;
  z-index: 1;
}
.main_wrapper .home_illust {
  position: relative;
}
.main_wrapper .home_illust__det {
  position: absolute;
  top: 0;
  opacity: 0;
}
.main_wrapper .home_illust__det--illust1.isActive {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.3s;
}
.main_wrapper .home_illust__det--illust2.isActive {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.6s;
}
.main_wrapper .home_illust__det--illust3.isActive {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.9s;
}
.main_wrapper .home_illust__det--illust4.isActive {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1.2s;
}
.main_wrapper .home_illust__det--illust5.isActive {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1.5s;
}
.main_wrapper .home_closing {
  position: relative;
  z-index: 1;
  top: -4rem;
  padding-top: 3rem;
}
.main_wrapper .home__title03 {
  z-index: 3;
  position: relative;
}
.main_wrapper .home__title03--deco {
  position: absolute;
  bottom: 0;
}
.main_wrapper .home__title03--deco.isActive {
  animation: poyopoyo 2s ease-out 1;
  opacity: 1;
}
.login__deco--item6, .login__deco--item7, .login__deco--item12 {
  display: none;
}
.home__ftbtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  background-color: #fdad1d;
  display: none;
  padding: 20px 0;
}
.home__ftbtn a {
  display: block;
  width: 100%;
  color: #404040;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .home__ftbtn a {
    font-size: 2.4rem;
  }
}
.categoryList {
  width: 98%;
  margin: 0 0 30px 2%;
}
.categoryList li {
  margin: 0 0 20px 0;
  background-size: contain;
}
.categoryList li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  color: #404040;
  font-weight: bold;
}
.categoryList li:nth-child(1) {
  background: url("/image/site/category_btn_bg01.png") no-repeat center center;
  background-size: contain;
}
.categoryList li:nth-child(2) {
  background: url("/image/site/category_btn_bg02.png") no-repeat center center;
  background-size: contain;
}
.categoryList li:nth-child(3) {
  background: url("/image/site/category_btn_bg03.png") no-repeat center center;
  background-size: contain;
}
.categoryList li:nth-child(4) {
  background: url("/image/site/category_btn_bg04.png") no-repeat center center;
  background-size: contain;
}
.categoryTxt {
  text-align: center;
}
.categoryList .categoryCatch {
  margin: 0 0 20px 0;
}
.categoryList .categoryCatch img {
  max-height: 34px;
  width: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .categoryList .categoryCatch img {
    height: 17px;
  }
}
.categoryList .categoryLv {
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: -0.2rem;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .categoryTxt {
    width: 60%;
  }
}
.categoryList .categoryAchievement {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 0 20px 0;
  letter-spacing: -0.05rem;
}
.categoryList li:nth-child(1) .categoryAchievement {
  color: #f49c00;
}
.categoryList li:nth-child(2) .categoryAchievement {
  color: #c19e64;
}
.categoryList li:nth-child(3) .categoryAchievement {
  color: #ffba00;
}
.categoryList li:nth-child(4) .categoryAchievement {
  color: #b77865;
}
.categoryList .categoryCat {
  margin: 0 0 0 5%;
}
.categoryList .categoryCat img {
  max-width: 244px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .categoryList .categoryCat img {
    max-width: 122px;
  }
}
.categoryList .categoryArrow img {
  max-width: 156px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .categoryList .categoryArrow img {
    max-width: 78px;
  }
}
.home_wrapper img, .login_wrapper img {
  width: 100%;
  vertical-align: bottom;
}
.level-wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.level-wrapper img {
  width: 100%;
}
.level-wrapper .start-question {
  display: block;
  margin-bottom: 2rem;
}
.levelall-wrapper {
  padding: 3rem 0;
  position: relative;
}
.levelall-wrapper img {
  width: 100%;
}
.levelall-wrapper > p, .levelall-wrapper > a {
  z-index: 8;
  position: relative;
}
.levelall-wrapper .allclear__btn {
  margin-bottom: 1rem;
}
.login__back {
  background-image: url(../image/site/login__fvback.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.login__deco {
  position: absolute;
  top: 0;
}
.login__deco--item1 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item2 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item3 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item4 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item5 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item6 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item7 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item8 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item9 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item10 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item11 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item12 {
  animation: fuwafuwa-r 3s infinite ease-in-out 0.8s alternate;
}
.login__deco--item13 {
  animation: fuwafuwa-l 3s infinite ease-in-out 0.8s alternate;
}
.login__levelwrapper {
  position: relative;
}
.login__levelwrapper--deco {
  position: absolute;
  top: 0;
}
.login__levelwrapper--deco1 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.1s;
}
.login__levelwrapper--deco2 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.2s;
}
.login__levelwrapper--deco3 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.3s;
}
.login__levelwrapper--deco4 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.4s;
}
.login__levelwrapper--deco5 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.5s;
}
.login__levelwrapper--deco6 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.6s;
}
.login__levelwrapper--deco7 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.7s;
}
.login__levelwrapper--deco8 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.8s;
}
.login__levelwrapper--deco9 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 0.9s;
}
.login__levelwrapper--deco10 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1s;
}
.login__levelwrapper--deco11 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1.1s;
}
.login__levelwrapper--deco12 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1.2s;
}
.login__levelwrapper--deco13 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1.3s;
}
.login__levelwrapper--deco14 {
  animation: poyoyon 2s cubic-bezier(0.25, 1, 0.5, 1) infinite forwards;
  animation-delay: 1.4s;
}
.login__level {
  position: relative;
  margin: 40px 0 20px 0;
}
.login__level--point {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  font-size: 5rem;
}
.login__level--point > p {
  display: inline-block;
  font-size: 3rem;
  line-height: 3.4rem;
  text-align: center;
  color: #ffffff;
  margin: 38% 0 0 0;
}
.login__level--point > span {
  font-size: 2rem;
}
.login__level--point .mostAchvLv {
  display: block;
}
.login__level .uncleared {
  font-size: 2.4rem;
}
.login__rate {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.login__rate li {
  position: relative;
  width: 41%;
  background: #ffffff;
  border-radius: 10px;
  border: solid 2px #404040;
  box-sizing: border-box;
  padding: 15px 0 0 0;
}
.login__rate li:first-child {
  margin: 0 2% 0 0;
}
.login__rate li div {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #404040;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1.6rem;
  font-size: 1.6rem;
  padding: 5px 0;
  width: 60%;
}
.login__ansrate, .login__levelrate {
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  font-size: 3rem;
}
.login__ansrate span, .login__levelrate span {
  font-size: 1.5rem;
}
.login__today, .login__notclear {
  margin-bottom: 3rem;
}
.login__today--img, .login__notclear--img {
  width: 95%;
  position: relative;
  margin: 0 auto;
  border: solid 1px #404040;
  box-sizing: border-box;
}
.login__today--startbtn, .login__notclear--startbtn {
  position: absolute;
  width: 33%;
  top: 40%;
  left: 37%;
  animation: poyopoyo 3s ease-out infinite;
}
.login__today--clear, .login__notclear--clear {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size: 8rem;
  color: #fdad1d;
  text-align: center;
  text-shadow: 5px 5px 1px #fff, -5px -5px 1px #fff, -5px 5px 1px #fff, 5px -5px 1px #fff, 5px 0px 1px #fff, -5px 0px 1px #fff, 0px 5px 1px #fff, 5px -5px 1px #fff;
  margin: 0;
  z-index: 4;
}
.login__today #login__today--canvas, .login__notclear #login__today--canvas {
  width: 100%;
  position: absolute;
  height: 28vh;
  z-index: 5;
}
.login__today--restartbtn, .login__notclear--restartbtn {
  position: absolute;
  width: 40%;
  top: 70%;
  left: 33%;
  animation: poyopoyo 3s ease-out infinite;
  z-index: 4;
}
.todayClear .start-question {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
}
@media screen and (max-width: 480px) {
  .login__rate li div {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .login__level {
    margin: 15px 0 20px 0;
  }
}
.level_banner > * {
  position: relative;
}
.level_banner a {
  position: relative;
  display: block;
}
.level_banner__rate {
  position: absolute;
  top: 0;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
.level_banner__rate--id1 {
  color: #ED9786;
}
.level_banner__rate--id2 {
  color: #F7D66F;
}
.level_banner__rate--id3 {
  color: #8AC0C4;
}
.level_banner__rate--id4 {
  color: #96C8F0;
}
.timeout_wrapper {
  background-color: #efefef;
  padding-bottom: 3rem;
}
.timeout_wrapper img {
  width: 100%;
}
.timeout_wrapper__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.timeout_wrapper__btn li {
  position: relative;
  width: 35%;
}
.timeout_wrapper__btn li a {
  width: 100%;
}
.timeoutTitle {
  font-family: 'Arvo', serif;
  font-weight: bold;
  display: block;
  font-size: 4rem;
  position: relative;
  text-align: center;
  margin: 0 0 10px 0;
}
.timeoutDesc {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.otherQBtn {
  display: block;
  background: #e7d38f;
  border: solid 3px #404040;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  border-radius: 40px;
  height: 80px;
  line-height: 75px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto 20px 2%;
}
.otherQBtn i {
  display: inline-block;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
  .otherQBtn {
    font-size: 1.6rem;
    width: 100%;
    height: 55px;
    line-height: 50px;
  }
}
.answer-wrapper {
  padding-bottom: 3rem;
}
.answer-wrapper img {
  width: 100%;
}
.answer-wrapper a {
  display: block;
  margin-bottom: 1rem;
}
.answer-wrapper--id {
  padding-bottom: 3rem;
  padding-top: 10px;
}
.answer-back {
  background: url("/image/site/correct_cats.png") no-repeat center top;
  background-size: 98% auto;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
.modal {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* モーダルは画面いっぱいに */
  height: 100vh;
  /* モーダルは画面いっぱいに */
  z-index: 99;
}
.modal__overlay {
  width: 100%;
  /* 黒背景も画面いっぱいに */
  height: 100vh;
  /* 黒背景も画面いっぱいに */
  background-color: rgba(255, 248, 227, 0.97);
}
.modal__menu {
  position: absolute;
  background-color: transparent;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  height: auto;
}
.modal .header {
  background-color: #ffffff !important;
}
.modal__menuwrapper {
  margin-top: 1.5rem;
  padding: 8vh 0 0 0;
  height: 80vh;
  overflow: auto;
  text-align: right;
}
.modal .menulist__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.modal .menulist__img div {
  width: 48%;
  margin-bottom: 1rem;
}
.modal .menulist__img img {
  width: 100%;
}
.modal .menulist__text {
  margin-bottom: 1rem;
  text-align: left;
}
.modal .menulist__text a {
  text-decoration: none;
}
.modal .menulist__text a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.copyright {
  margin: 0 auto;
}
.modal_clear {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* モーダルは画面いっぱいに */
  height: 100vh;
  /* モーダルは画面いっぱいに */
  z-index: 80;
}
.modal_clear__overlay {
  width: 100%;
  /* 黒背景も画面いっぱいに */
  height: 100vh;
  /* 黒背景も画面いっぱいに */
  background: rgba(255, 248, 227, 0.97);
}
.modal_clear__contents {
  position: absolute;
  background-color: transparent;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 768px;
  min-width: 320px;
  height: auto;
  padding: 20px 2% 0 2%;
}
.modal_clear__contents > div {
  position: relative;
}
.modal_clear__contents .all-clear {
  position: relative;
  z-index: 9;
  font-family: 'Arvo', serif;
  font-weight: bold;
  font-size: 5rem;
  color: #fdad1d;
  text-align: center;
  margin: 0 0 10px 0;
}
.modal_clear__btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  background: #ffffff;
  border: solid 1px #404040;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 2rem;
  text-align: center;
  box-sizing: border-box;
}
.allclear__btn {
  display: flex;
  justify-content: center;
  position: relative;
  width: 98%;
  margin: 0 auto;
  z-index: 10;
}
.allclear__btn li {
  position: relative;
  width: 48%;
  margin: 0 1%;
}
.allclear__btn .otherQBtn {
  width: 100%;
}
.allclear__longbtn {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  width: 80%;
}
.allclear__longbtn .otherQBtn {
  margin: 0 auto 20px auto;
}
.allclear__btnbtn {
  z-index: 10;
  position: relative;
}
.clearDesc {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.jump {
  animation: 0.5s jump_otameshi infinite alternate linear;
}
.top_otameshi {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #f7d66f;
  border-radius: 0.5rem;
  color: #ffffff;
  width: 90%;
  margin: 1rem auto 3rem auto;
  text-align: center;
  text-decoration: none;
}
.top_otameshi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f7d66f;
}
.top_otameshi_bt {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  text-decoration: none;
  background: #fdebb6;
  border-radius: 0.5rem;
  width: 90%;
  margin: 1rem auto 3rem auto;
  text-align: center;
  color: #404040;
  font-weight: bold;
  font-size: 26px;
}
.top_otameshi_bt span {
  color: #fdad1d;
}
.top_otameshi_bt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fdebb6;
}
@media screen and (max-width: 480px) {
  .top_otameshi_bt {
    font-size: 2rem;
  }
}
.headline--jump .char {
  --name: jump;
  --dur: 2s;
  --del: calc(var(--char-index) * 0.075s);
  --tf: cubic-bezier(0.165, 0.44, 0.64, 1);
}
.word, .char {
  animation-delay: var(--del);
  animation-direction: var(--dir, normal);
  animation-duration: var(--dur);
  animation-iteration-count: var(--it, 1);
  animation-name: var(--name);
  animation-timing-function: var(--tf);
  animation-fill-mode: var(--fill, forwards);
  display: inline-block;
  position: relative;
  transform-origin: 50% 100%;
  z-index: 1;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.bubble:nth-child(odd) {
  animation: bubble-r 10s ease-in infinite;
}
.bubble:nth-child(even) {
  animation: bubble-l 10s ease-in infinite;
}
.bubble:nth-child(1) {
  /* left: percentage(random(80) / 110); */
  left: 60%;
  animation-duration: 3.9s;
  width: 4px;
  height: 4px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(2) {
  /* left: percentage(random(80) / 110); */
  left: 52%;
  animation-duration: 4.8s;
  width: 19px;
  height: 19px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(3) {
  /* left: percentage(random(80) / 110); */
  left: 49%;
  animation-duration: 6.6s;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(4) {
  /* left: percentage(random(80) / 110); */
  left: 43%;
  animation-duration: 6.6s;
  width: 10px;
  height: 10px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(5) {
  /* left: percentage(random(80) / 110); */
  left: 27%;
  animation-duration: 7.2s;
  width: 19px;
  height: 19px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(6) {
  /* left: percentage(random(80) / 110); */
  left: 54%;
  animation-duration: 3.9s;
  width: 18px;
  height: 18px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(7) {
  /* left: percentage(random(80) / 110); */
  left: 21%;
  animation-duration: 3.9s;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(8) {
  /* left: percentage(random(80) / 110); */
  left: 52%;
  animation-duration: 5.2s;
  width: 3px;
  height: 3px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(9) {
  /* left: percentage(random(80) / 110); */
  left: 31%;
  animation-duration: 5.2s;
  width: 17px;
  height: 17px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(10) {
  /* left: percentage(random(80) / 110); */
  left: 61%;
  animation-duration: 4.8s;
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(11) {
  /* left: percentage(random(80) / 110); */
  left: 35%;
  animation-duration: 3.7s;
  width: 12px;
  height: 12px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(12) {
  /* left: percentage(random(80) / 110); */
  left: 27%;
  animation-duration: 4.5s;
  width: 1px;
  height: 1px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(13) {
  /* left: percentage(random(80) / 110); */
  left: 20%;
  animation-duration: 6.6s;
  width: 9px;
  height: 9px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(14) {
  /* left: percentage(random(80) / 110); */
  left: 43%;
  animation-duration: 7.2s;
  width: 5px;
  height: 5px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(15) {
  /* left: percentage(random(80) / 110); */
  left: 15%;
  animation-duration: 5.2s;
  width: 6px;
  height: 6px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(16) {
  /* left: percentage(random(80) / 110); */
  left: 75%;
  animation-duration: 3.3s;
  width: 7px;
  height: 7px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(17) {
  /* left: percentage(random(80) / 110); */
  left: 36%;
  animation-duration: 3.9s;
  width: 5px;
  height: 5px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(18) {
  /* left: percentage(random(80) / 110); */
  left: 80%;
  animation-duration: 3.3s;
  width: 13px;
  height: 13px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(19) {
  /* left: percentage(random(80) / 110); */
  left: 26%;
  animation-duration: 3.7s;
  width: 7px;
  height: 7px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(20) {
  /* left: percentage(random(80) / 110); */
  left: 11%;
  animation-duration: 3.3s;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(21) {
  /* left: percentage(random(80) / 110); */
  left: 69%;
  animation-duration: 4.8s;
  width: 7px;
  height: 7px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(22) {
  /* left: percentage(random(80) / 110); */
  left: 15%;
  animation-duration: 3.9s;
  width: 15px;
  height: 15px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(23) {
  /* left: percentage(random(80) / 110); */
  left: 32%;
  animation-duration: 7.2s;
  width: 3px;
  height: 3px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(24) {
  /* left: percentage(random(80) / 110); */
  left: 72%;
  animation-duration: 4.5s;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(25) {
  /* left: percentage(random(80) / 110); */
  left: 42%;
  animation-duration: 7.2s;
  width: 12px;
  height: 12px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(26) {
  /* left: percentage(random(80) / 110); */
  left: 54%;
  animation-duration: 3.9s;
  width: 1px;
  height: 1px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(27) {
  /* left: percentage(random(80) / 110); */
  left: 29%;
  animation-duration: 5.2s;
  width: 2px;
  height: 2px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(28) {
  /* left: percentage(random(80) / 110); */
  left: 31%;
  animation-duration: 3.7s;
  width: 7px;
  height: 7px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(29) {
  /* left: percentage(random(80) / 110); */
  left: 46%;
  animation-duration: 5.2s;
  width: 19px;
  height: 19px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(30) {
  /* left: percentage(random(80) / 110); */
  left: 35%;
  animation-duration: 5.5s;
  width: 3px;
  height: 3px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(31) {
  /* left: percentage(random(80) / 110); */
  left: 57%;
  animation-duration: 5.5s;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(32) {
  /* left: percentage(random(80) / 110); */
  left: 61%;
  animation-duration: 5.2s;
  width: 12px;
  height: 12px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(33) {
  /* left: percentage(random(80) / 110); */
  left: 48%;
  animation-duration: 6.6s;
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(34) {
  /* left: percentage(random(80) / 110); */
  left: 60%;
  animation-duration: 3.9s;
  width: 4px;
  height: 4px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(35) {
  /* left: percentage(random(80) / 110); */
  left: 47%;
  animation-duration: 3.3s;
  width: 6px;
  height: 6px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(36) {
  /* left: percentage(random(80) / 110); */
  left: 66%;
  animation-duration: 3.7s;
  width: 13px;
  height: 13px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(37) {
  /* left: percentage(random(80) / 110); */
  left: 6%;
  animation-duration: 4.5s;
  width: 1px;
  height: 1px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(38) {
  /* left: percentage(random(80) / 110); */
  left: 8%;
  animation-duration: 7.2s;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(39) {
  /* left: percentage(random(80) / 110); */
  left: 1%;
  animation-duration: 3.3s;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(40) {
  /* left: percentage(random(80) / 110); */
  left: 26%;
  animation-duration: 3.9s;
  width: 11px;
  height: 11px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(41) {
  /* left: percentage(random(80) / 110); */
  left: 64%;
  animation-duration: 6.6s;
  width: 10px;
  height: 10px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(42) {
  /* left: percentage(random(80) / 110); */
  left: 72%;
  animation-duration: 4.8s;
  width: 18px;
  height: 18px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(43) {
  /* left: percentage(random(80) / 110); */
  left: 14%;
  animation-duration: 7.2s;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(44) {
  /* left: percentage(random(80) / 110); */
  left: 55%;
  animation-duration: 3.9s;
  width: 13px;
  height: 13px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(45) {
  /* left: percentage(random(80) / 110); */
  left: 44%;
  animation-duration: 5.2s;
  width: 19px;
  height: 19px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(46) {
  /* left: percentage(random(80) / 110); */
  left: 20%;
  animation-duration: 3.3s;
  width: 19px;
  height: 19px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(47) {
  /* left: percentage(random(80) / 110); */
  left: 36%;
  animation-duration: 4.8s;
  width: 4px;
  height: 4px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(48) {
  /* left: percentage(random(80) / 110); */
  left: 46%;
  animation-duration: 5.2s;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(49) {
  /* left: percentage(random(80) / 110); */
  left: 58%;
  animation-duration: 3.9s;
  width: 10px;
  height: 10px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(50) {
  /* left: percentage(random(80) / 110); */
  left: 7%;
  animation-duration: 5.5s;
  width: 7px;
  height: 7px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(51) {
  /* left: percentage(random(80) / 110); */
  left: 79%;
  animation-duration: 6.6s;
  width: 5px;
  height: 5px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(52) {
  /* left: percentage(random(80) / 110); */
  left: 49%;
  animation-duration: 3.3s;
  width: 4px;
  height: 4px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(53) {
  /* left: percentage(random(80) / 110); */
  left: 22%;
  animation-duration: 3.9s;
  width: 9px;
  height: 9px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(54) {
  /* left: percentage(random(80) / 110); */
  left: 65%;
  animation-duration: 3.3s;
  width: 6px;
  height: 6px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(55) {
  /* left: percentage(random(80) / 110); */
  left: 79%;
  animation-duration: 4.8s;
  width: 14px;
  height: 14px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(56) {
  /* left: percentage(random(80) / 110); */
  left: 27%;
  animation-duration: 3.9s;
  width: 8px;
  height: 8px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(57) {
  /* left: percentage(random(80) / 110); */
  left: 29%;
  animation-duration: 5.5s;
  width: 13px;
  height: 13px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(58) {
  /* left: percentage(random(80) / 110); */
  left: 73%;
  animation-duration: 4.8s;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(59) {
  /* left: percentage(random(80) / 110); */
  left: 59%;
  animation-duration: 3.3s;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(60) {
  /* left: percentage(random(80) / 110); */
  left: 77%;
  animation-duration: 4.8s;
  width: 1px;
  height: 1px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(61) {
  /* left: percentage(random(80) / 110); */
  left: 37%;
  animation-duration: 3.9s;
  width: 17px;
  height: 17px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(62) {
  /* left: percentage(random(80) / 110); */
  left: 74%;
  animation-duration: 7.2s;
  width: 16px;
  height: 16px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(63) {
  /* left: percentage(random(80) / 110); */
  left: 66%;
  animation-duration: 6.6s;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(64) {
  /* left: percentage(random(80) / 110); */
  left: 27%;
  animation-duration: 6.6s;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(65) {
  /* left: percentage(random(80) / 110); */
  left: 27%;
  animation-duration: 6.6s;
  width: 11px;
  height: 11px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(66) {
  /* left: percentage(random(80) / 110); */
  left: 24%;
  animation-duration: 4.5s;
  width: 18px;
  height: 18px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(67) {
  /* left: percentage(random(80) / 110); */
  left: 5%;
  animation-duration: 5.5s;
  width: 19px;
  height: 19px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(68) {
  /* left: percentage(random(80) / 110); */
  left: 46%;
  animation-duration: 5.2s;
  width: 10px;
  height: 10px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(69) {
  /* left: percentage(random(80) / 110); */
  left: 30%;
  animation-duration: 4.8s;
  width: 12px;
  height: 12px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(70) {
  /* left: percentage(random(80) / 110); */
  left: 72%;
  animation-duration: 3.7s;
  width: 20px;
  height: 20px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(71) {
  /* left: percentage(random(80) / 110); */
  left: 8%;
  animation-duration: 3.9s;
  width: 6px;
  height: 6px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(72) {
  /* left: percentage(random(80) / 110); */
  left: 67%;
  animation-duration: 4.8s;
  width: 15px;
  height: 15px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(73) {
  /* left: percentage(random(80) / 110); */
  left: 73%;
  animation-duration: 3.9s;
  width: 6px;
  height: 6px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble:nth-child(74) {
  /* left: percentage(random(80) / 110); */
  left: 57%;
  animation-duration: 4.5s;
  width: 1px;
  height: 1px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(75) {
  /* left: percentage(random(80) / 110); */
  left: 48%;
  animation-duration: 6.6s;
  width: 11px;
  height: 11px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(76) {
  /* left: percentage(random(80) / 110); */
  left: 14%;
  animation-duration: 4.8s;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(77) {
  /* left: percentage(random(80) / 110); */
  left: 6%;
  animation-duration: 3.9s;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(78) {
  /* left: percentage(random(80) / 110); */
  left: 19%;
  animation-duration: 3.3s;
  width: 19px;
  height: 19px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(79) {
  /* left: percentage(random(80) / 110); */
  left: 38%;
  animation-duration: 7.2s;
  width: 6px;
  height: 6px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(80) {
  /* left: percentage(random(80) / 110); */
  left: 75%;
  animation-duration: 5.5s;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(81) {
  /* left: percentage(random(80) / 110); */
  left: 22%;
  animation-duration: 3.3s;
  width: 9px;
  height: 9px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(82) {
  /* left: percentage(random(80) / 110); */
  left: 10%;
  animation-duration: 3.9s;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(83) {
  /* left: percentage(random(80) / 110); */
  left: 31%;
  animation-duration: 7.2s;
  width: 1px;
  height: 1px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(84) {
  /* left: percentage(random(80) / 110); */
  left: 80%;
  animation-duration: 7.2s;
  width: 3px;
  height: 3px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(85) {
  /* left: percentage(random(80) / 110); */
  left: 55%;
  animation-duration: 5.2s;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(86) {
  /* left: percentage(random(80) / 110); */
  left: 14%;
  animation-duration: 6.6s;
  width: 14px;
  height: 14px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(87) {
  /* left: percentage(random(80) / 110); */
  left: 54%;
  animation-duration: 3.7s;
  width: 11px;
  height: 11px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(88) {
  /* left: percentage(random(80) / 110); */
  left: 28%;
  animation-duration: 5.5s;
  width: 10px;
  height: 10px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(89) {
  /* left: percentage(random(80) / 110); */
  left: 2%;
  animation-duration: 3.7s;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(90) {
  /* left: percentage(random(80) / 110); */
  left: 56%;
  animation-duration: 5.5s;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(91) {
  /* left: percentage(random(80) / 110); */
  left: 58%;
  animation-duration: 3.9s;
  width: 7px;
  height: 7px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(92) {
  /* left: percentage(random(80) / 110); */
  left: 21%;
  animation-duration: 6.6s;
  width: 13px;
  height: 13px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(93) {
  /* left: percentage(random(80) / 110); */
  left: 59%;
  animation-duration: 7.2s;
  width: 17px;
  height: 17px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(94) {
  /* left: percentage(random(80) / 110); */
  left: 33%;
  animation-duration: 3.7s;
  width: 2px;
  height: 2px;
  background-color: #F55898;
  border: 1px solid transparent;
}
.bubble:nth-child(95) {
  /* left: percentage(random(80) / 110); */
  left: 66%;
  animation-duration: 4.8s;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(96) {
  /* left: percentage(random(80) / 110); */
  left: 47%;
  animation-duration: 4.5s;
  width: 7px;
  height: 7px;
  background-color: #FFDD50;
  border: 1px solid transparent;
}
.bubble:nth-child(97) {
  /* left: percentage(random(80) / 110); */
  left: 64%;
  animation-duration: 7.2s;
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(98) {
  /* left: percentage(random(80) / 110); */
  left: 5%;
  animation-duration: 3.3s;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(99) {
  /* left: percentage(random(80) / 110); */
  left: 26%;
  animation-duration: 3.9s;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.bubble:nth-child(100) {
  /* left: percentage(random(80) / 110); */
  left: 63%;
  animation-duration: 3.7s;
  width: 7px;
  height: 7px;
  background-color: #83D8DB;
  border: 1px solid transparent;
}
.bubble_page {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  /*&:nth-child(1) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(2) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(3) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(4) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(5) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(6) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(7) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(8) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(9) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(10) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(11) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(12) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(13) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(14) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(15) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(16) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(17) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(18) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(19) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(20) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(21) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(22) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(23) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(24) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(25) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(26) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(27) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(28) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(29) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(30) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(31) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(32) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(33) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(34) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(35) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(36) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(37) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(38) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(39) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(40) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(41) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(42) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(43) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(44) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(45) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(46) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(47) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(48) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(49) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(50) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(51) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(52) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(53) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(54) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(55) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(56) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(57) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(58) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(59) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(60) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(61) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(62) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(63) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(64) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(65) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(66) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(67) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(68) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(69) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(70) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(71) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(72) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(73) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(74) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(75) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(76) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(77) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(78) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(79) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(80) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(81) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(82) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(83) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(84) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(85) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(86) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(87) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(88) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(89) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(90) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(91) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(92) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(93) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(94) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(95) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(96) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(97) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(98) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(99) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
  /*&:nth-child(100) {
            $j : random(20);
            $color:random(4);
            $time:random(9);
            $delay:random(10);
            left: random(110)+%;
            animation-duration:  #{nth($bubble-time, $time) + $time*0.1s};
            width: #{$j}px;
            height: #{$j}px;
            background-color: #{nth($bubble-bgcolorList, $color)};
            border: 1px solid #{nth($bubble-bordercolorList, $color)};
            animation-delay: #{$delay*0.1}s;
        }*/
}
.bubble_page:nth-child(odd) {
  animation: bubble-pr 10s ease-in infinite;
}
.bubble_page:nth-child(even) {
  animation: bubble-pl 10s ease-in infinite;
}
.level-wrapper .start-question, .answer-wrapper .start-question, .answer-wrapper--id .otherQStart {
  display: block;
  background: #fdad1d;
  border: solid 3px #404040;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  border-radius: 40px;
  height: 80px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto 20px auto;
}
.level-wrapper .start-question i, .answer-wrapper .start-question i, .answer-wrapper--id .otherQStart i {
  display: inline-block;
  padding: 0 10px 0 0;
}
.levelall-wrapper .btn_rechallenge {
  display: block;
  background: #fdad1d;
  border: solid 3px #404040;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  border-radius: 40px;
  height: 80px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 480px) {
  .levelall-wrapper .btn_rechallenge {
    height: 55px;
    line-height: 50px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 480px) {
  .level-wrapper .start-question, .answer-wrapper .start-question, .answer-wrapper--id .otherQStart {
    width: 80%;
    height: 55px;
    line-height: 50px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
.allclear__btn .start-question {
  width: 100%;
}
.timeout_wrapper__btn {
  width: 100%;
}
.timeout_wrapper__btn li {
  width: 44%;
}
.timeout_wrapper__btn li a {
  width: 100%;
}
.timeout_wrapper__btn .start-question {
  width: 98%;
}
.timeupIcn {
  text-align: center;
  margin: 0 0 20px 0;
}
.timeupIcn img {
  max-width: 142px;
  height: auto;
  vertical-align: bottom;
}
.timeupCats {
  width: 96%;
  margin: 0 auto 10px auto;
}
.toHomeBtn {
  display: block;
  background: #ffffff;
  border: solid 3px #404040;
  font-weight: bold;
  color: #404040;
  font-size: 30px;
  border-radius: 40px;
  height: 80px;
  line-height: 75px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 480px) {
  .toHomeBtn {
    width: 80%;
    height: 55px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}
