/*バブル*/

.bubbles {
	z-index: 0;
}
.top_area,
.text_area,
.inner_box {
	position: relative; 
	z-index: 1;
}

.dx_area,
.realization {
	position: relative; 
	z-index: 2;
}




.blue_area,
.solve,
.worries_realization,
.product_line,
.spec,
.service,
.option {
	position: relative;
}

#fiz_product .blue_area,
#fiz_support .blue_area {
	height: 330px;
}





/*
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
*/



/*トップページのバブル******************************/

/*バブル原型（t1）**********/

.bubble1_t1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble1_t1 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_t1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble2_t1 10s ease-in infinite;
  opacity: 0.7;
}

.bubble3_t1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble3_t1 10s ease-in infinite;
  opacity: 0.8;
}

/*バブル原型（t1）ここまで*/

/*バブル範囲（t1）*/

@keyframes bubble1_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 457px;
  }
}

@keyframes bubble2_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 457px;
  }
}

@keyframes bubble3_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 457px;
  }
}

/*バブル範囲（t1）ここまで*/

/*バブル形状・位置・スピード（t1）*/

/*bubble1*/

.bubble1_t1:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 1.5s;
  animation-delay: 4s;
}

.bubble1_t1:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 1.5s;
  animation-delay: 3s;
}

.bubble1_t1:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 3s;
}

.bubble1_t1:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 2.5s;
  animation-delay: 4s;
}

.bubble1_t1:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 3s;
}

.bubble1_t1:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 2s;
  animation-delay: 3s;
}

.bubble1_t1:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 1s;
  animation-delay: 4s;
}
	
.bubble1_t1:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 3s;
}

/*bubble2*/

.bubble2_t1:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 2s;
  animation-delay: 5s;
}

.bubble2_t1:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 4s;
}

.bubble2_t1:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 1s;
  animation-delay: 4s;
}

.bubble2_t1:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 3s;
}

.bubble2_t1:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 2s;
  animation-delay: 4s;
}

.bubble2_t1:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 3s;
}

.bubble2_t1:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 2s;
}

.bubble2_t1:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 1.5s;
  animation-delay: 5s;
}

/*bubble3*/

.bubble3_t1:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 2.5s;
}

.bubble3_t1:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 3s;
}

.bubble3_t1:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 2.5s;
}

.bubble3_t1:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 3s;
}

.bubble3_t1:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 3s;
}

.bubble3_t1:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 2.5s;
}

.bubble3_t1:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 3s;
}

.bubble3_t1:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 2.5s;
}

/*バブル形状・位置・スピード（t1）ここまで*/



/*バブル原型（t2）**********/

.bubble1_t2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble1_t2 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_t2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble2_t2 10s ease-in infinite;
}

.bubble3_t2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble3_t2 10s ease-in infinite;
}

/*バブル原型（t2）ここまで*/

/*バブル範囲（t2）*/

@keyframes bubble1_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 3200px;
  }
}

@keyframes bubble2_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 3200px;
  }
}

@keyframes bubble3_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 3200px;
  }
}

/*バブル範囲（t2）ここまで*/

/*バブル形状・位置・スピード（t2）*/

/*bubble1*/

.bubble1_t2:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 9s;
  animation-delay: 1.5s;
}

.bubble1_t2:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 8s;
  animation-delay: 2s;
}

.bubble1_t2:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 7s;
}

.bubble1_t2:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 9s;
  animation-delay: 1s;
}

.bubble1_t2:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 7s;
  animation-delay: 1s;
}

.bubble1_t2:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 8s;
  animation-delay: 2.5s;
}

.bubble1_t2:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 9s;
  animation-delay: 2s;
}
	
.bubble1_t2:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 7s;
}

/*bubble2*/

.bubble2_t2:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble2_t2:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 9s;
  animation-delay: 3s;
}

.bubble2_t2:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 9s;
  animation-delay: 2.5s;
}

.bubble2_t2:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

.bubble2_t2:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 9s;
  animation-delay: 2s;
}

.bubble2_t2:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 8s;
  animation-delay: 1.5s;
}

.bubble2_t2:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 9s;
}

.bubble2_t2:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 8s;
  animation-delay: 1s;
}

/*bubble3*/

.bubble3_t2:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 7s;
  animation-delay: 2.5s;
}

.bubble3_t2:nth-child(18) {
  width: 4px;
  height: 4px;
  left: 21%;
  animation-duration: 8s;
  animation-delay: 0.5s;
}

.bubble3_t2:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 7s;
}

.bubble3_t2:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 8s;
  animation-delay: 3.5s;
}

.bubble3_t2:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 9s;
}

.bubble3_t2:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 8s;
}

.bubble3_t2:nth-child(23) {
  width: 3px;
  height: 3px;
  left: 81%;
  animation-duration: 8s;
  animation-delay: 1.5s;
}

.bubble3_t2:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 7s;
}

/*バブル形状・位置・スピード（t2）ここまで*/



/*バブル原型（t3）**********/

.bubble1_t3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble1_t3 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_t3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble2_t3 10s ease-in infinite;
}

.bubble3_t3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble3_t3 10s ease-in infinite;
}

/*バブル原型（t3）ここまで*/

/*バブル範囲（t3）*/

@keyframes bubble1_t3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 808px;
  }
}

@keyframes bubble2_t3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 808px;
  }
}

@keyframes bubble3_t3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 808px;
  }
}

/*バブル範囲（t3）ここまで*/

/*バブル形状・位置・スピード（t3）*/

/*bubble1*/

.bubble1_t3:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 3s;
  animation-delay: 1.5s;
}

.bubble1_t3:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 4s;
  animation-delay: 3s;
}

.bubble1_t3:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 3s;
}

.bubble1_t3:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 4s;
  animation-delay: 2.5s;
}

.bubble1_t3:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 3s;
  animation-delay: 1s;
}

.bubble1_t3:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 3s;
  animation-delay: 3.5s;
}

.bubble1_t3:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 2s;
  animation-delay: 2.5s;
}
	
.bubble1_t3:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 4s;
}

/*bubble2*/

.bubble2_t3:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 3s;
  animation-delay: 3.5s;
}

.bubble2_t3:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble2_t3:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble2_t3:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 4s;
}

.bubble2_t3:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 3s;
  animation-delay: 2.5s;
}

.bubble2_t3:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 4s;
}

.bubble2_t3:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 5s;
}

.bubble2_t3:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 3s;
  animation-delay: 0.5s;
}

/*bubble3*/

.bubble3_t3:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 3s;
}

.bubble3_t3:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 4s;
  animation-delay: 1s;
}

.bubble3_t3:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 3s;
  animation-delay: 3s;
}

.bubble3_t3:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble3_t3:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 5s;
}

.bubble3_t3:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 3s;
  animation-delay: 1.5s;
}

.bubble3_t3:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 4s;
}

.bubble3_t3:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 3s;
  animation-delay: 2s;

}

/*バブル形状・位置・スピード（t3）ここまで*/

/*トップページのバブルここまで******************************/





/*製品紹介のバブル******************************/

/*バブル原型（p1）**********/

.bubble1_p1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble1_p1 10s ease-in infinite;
}

.bubble2_p1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble2_p1 10s ease-in infinite;
  opacity: 0.5;
}

.bubble3_p1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble3_p1 10s ease-in infinite;
}

/*バブル原型（p1）ここまで*/

/*バブル範囲（p1）*/

@keyframes bubble1_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1100px;
  }
}

@keyframes bubble2_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 1100px;
  }
}

@keyframes bubble3_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(-50px);
  }
  100% {
    bottom: 1100px;
  }
}

/*バブル範囲（p1）ここまで*/

/*バブル形状・位置・スピード（p1）*/

/*bubble1*/

.bubble1_p1:nth-child(1) {
  width: 15px;
  height: 15px;
  left: 10%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble1_p1:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble1_p1:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 4s;
}

.bubble1_p1:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble1_p1:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 4s;
}

.bubble1_p1:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 4s;
  animation-delay: 3s;
}

.bubble1_p1:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 3s;
  animation-delay: 2s;
}
	
.bubble1_p1:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 6s;
}

/*bubble2*/

.bubble2_p1:nth-child(9) {
  width: 20px;
  height: 20px;
  left: 11%;
  animation-duration: 4s;
  animation-delay: 3s;
}

.bubble2_p1:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 5s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 6s;
}

.bubble2_p1:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 5s;
}

.bubble2_p1:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 5s;
}

.bubble2_p1:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 4s;
  animation-delay: 3s;
}

/*bubble3*/

.bubble3_p1:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 3s;
}

.bubble3_p1:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 4s;
}

.bubble3_p1:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 3s;
}

.bubble3_p1:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 4s;
}

.bubble3_p1:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 3s;
}

.bubble3_p1:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 3s;
}

.bubble3_p1:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 5s;
}

.bubble3_p1:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 3s;
}

/*バブル形状・位置・スピード（p1）ここまで*/



/*バブル原型（p2）**********/

.bubble1_p2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble1_p2 10s ease-in infinite;
}

.bubble2_p2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble2_p2 10s ease-in infinite;
  opacity: 0.5;
}

.bubble3_p2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble3_p2 10s ease-in infinite;
}

/*バブル原型（p2）ここまで*/

/*バブル範囲（p2）*/

@keyframes bubble1_p2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1300px;
  }
}

@keyframes bubble2_p2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2525px;
  }
}

@keyframes bubble3_p2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(-50px);
  }
  100% {
    bottom: 1300px;
  }
}

/*バブル範囲（p2）ここまで*/

/*バブル形状・位置・スピード（p2）*/

/*bubble1*/

.bubble1_p2:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 3s;
  animation-delay: 5s;
}

.bubble1_p2:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 4s;
  animation-delay: 3s;
}

.bubble1_p2:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 5s;
}

.bubble1_p2:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 4s;
  animation-delay: 5s;
}

.bubble1_p2:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 5s;
}

.bubble1_p2:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 3s;
  animation-delay: 7s;
}

.bubble1_p2:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 4s;
  animation-delay: 5s;
}
	
.bubble1_p2:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 6s;
}

/*bubble2*/

.bubble2_p2:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 4s;
  animation-delay: 7s;
}

.bubble2_p2:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 4s;
}

.bubble2_p2:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 4s;
  animation-delay: 5s;
}

.bubble2_p2:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 6s;
}

.bubble2_p2:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 3s;
  animation-delay: 5s;
}

.bubble2_p2:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 5s;
}

.bubble2_p2:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 4s;
  animation-delay: 1s;
}

.bubble2_p2:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 4s;
  animation-delay: 2s;
}

/*bubble3*/

.bubble3_p2:nth-child(17) {
  width: 4px;
  height: 4px;
  left: 11%;
  animation-duration: 3s;
}

.bubble3_p2:nth-child(18) {
  width: 3px;
  height: 3px;
  left: 21%;
  animation-duration: 5s;
}

.bubble3_p2:nth-child(19) {
  width: 4px;
  height: 4px;
  left: 31%;
  animation-duration: 3s;
}

.bubble3_p2:nth-child(20) {
  width: 5px;
  height: 5px;
  left: 41%;
  animation-duration: 4s;
}

.bubble3_p2:nth-child(21) {
  width: 5px;
  height: 5px;
  left: 61%;
  animation-duration: 5s;
}

.bubble3_p2:nth-child(22) {
  width: 3px;
  height: 3px;
  left: 71%;
  animation-duration: 3s;
}

.bubble3_p2:nth-child(23) {
  width: 5px;
  height: 5px;
  left: 81%;
  animation-duration: 4s;
}

.bubble3_p2:nth-child(24) {
  width: 4px;
  height: 4px;
  left: 91%;
  animation-duration: 4s;
  animation-delay: 3s;
}

/*バブル形状・位置・スピード（p2）ここまで*/



/*バブル原型（p3）**********/

.bubble1_p3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble1_p3 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_p3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble2_p3 10s ease-in infinite;
}

.bubble3_p3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble3_p3 10s ease-in infinite;
}

/*バブル原型（p3）ここまで*/

/*バブル範囲（p3）*/

@keyframes bubble1_p3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 330px;
  }
}

@keyframes bubble2_p3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 330px;
  }
}

@keyframes bubble3_p3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 330px;
  }
}

/*バブル範囲（p3）ここまで*/

/*バブル形状・位置・スピード（p3）*/

/*bubble1*/

.bubble1_p3:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 2s;
  animation-delay: 1.5s;
}

.bubble1_p3:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 3s;
  animation-delay: 3s;
}

.bubble1_p3:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 2s;
}

.bubble1_p3:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 3s;
  animation-delay: 2.5s;
}

.bubble1_p3:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 2s;
  animation-delay: 1s;
}

.bubble1_p3:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 2s;
  animation-delay: 3.5s;
}

.bubble1_p3:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 1s;
  animation-delay: 2.5s;
}
	
.bubble1_p3:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 3s;
}

/*bubble2*/

.bubble2_p3:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 2s;
  animation-delay: 3.5s;
}

.bubble2_p3:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble2_p3:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 2s;
  animation-delay: 2s;
}

.bubble2_p3:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 3s;
}

.bubble2_p3:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 2s;
  animation-delay: 2.5s;
}

.bubble2_p3:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 3s;
}

.bubble2_p3:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 5s;
}

.bubble2_p3:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 2s;
  animation-delay: 0.5s;
}

/*bubble3*/

.bubble3_p3:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 2s;
}

.bubble3_p3:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 1s;
}

.bubble3_p3:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 2s;
  animation-delay: 3s;
}

.bubble3_p3:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble3_p3:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 4s;
}

.bubble3_p3:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 2s;
  animation-delay: 1.5s;
}

.bubble3_p3:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 3s;
}

.bubble3_p3:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 2s;
  animation-delay: 2s;

}

/*バブル形状・位置・スピード（p3）ここまで*/

/*製品紹介のバブルここまで******************************/





/*サポートのバブル******************************/

/*バブル原型（s1）**********/

.bubble1_s1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble1_s1 10s ease-in infinite;
  opacity: 0.7;
}

.bubble2_s1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble2_s1 10s ease-in infinite;
  opacity: 0.5;
}

.bubble3_s1 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #0094bd;
  border-radius: 50%;
  animation: bubble3_s1 10s ease-in infinite;
}

/*バブル原型（s1）ここまで*/

/*バブル範囲（s1）*/

@keyframes bubble1_s1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1340px;
  }
}

@keyframes bubble2_s1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 1340px;
  }
}

@keyframes bubble3_s1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(-50px);
  }
  100% {
    bottom: 1340px;
  }
}

/*バブル範囲（s1）ここまで*/

/*バブル形状・位置・スピード（s1）*/

/*bubble1*/

.bubble1_s1:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble1_s1:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 2s;
}

.bubble1_s1:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 4s;
}

.bubble1_s1:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 5s;
  animation-delay: 2s;
}

.bubble1_s1:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 4s;
}

.bubble1_s1:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble1_s1:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 4s;
  animation-delay: 1s;
}
	
.bubble1_s1:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 5s;
}

/*bubble2*/

.bubble2_s1:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 3s;
  animation-delay: 1s;
}

.bubble2_s1:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble2_s1:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 3s;
  animation-delay: 1s;
}

.bubble2_s1:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 4s;
}

.bubble2_s1:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 4s;
  animation-delay: 2s;
}

.bubble2_s1:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 3s;
}

.bubble2_s1:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 3s;
}

.bubble2_s1:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 4s;
  animation-delay: 1s;
}

/*bubble3*/

.bubble3_s1:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 2s;
}

.bubble3_s1:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 3s;
}

.bubble3_s1:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 2s;
}

.bubble3_s1:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 3s;
}

.bubble3_s1:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 2s;
}

.bubble3_s1:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 3s;
}

.bubble3_s1:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 2s;
}

.bubble3_s1:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 3s;
}

/*バブル形状・位置・スピード（s1）ここまで*/



/*バブル原型（s2）**********/

.bubble1_s2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble1_s2 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_s2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble2_s2 10s ease-in infinite;
}

.bubble3_s2 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble3_s2 10s ease-in infinite;
}

/*バブル原型（s2）ここまで*/

/*バブル範囲（s2）*/

@keyframes bubble1_s2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 808px;
  }
}

@keyframes bubble2_s2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 808px;
  }
}

@keyframes bubble3_s2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 808px;
  }
}

/*バブル範囲（s2）ここまで*/

/*バブル形状・位置・スピード（s2）*/

/*bubble1*/

.bubble1_s2:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 2s;
  animation-delay: 1.5s;
}

.bubble1_s2:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 3s;
  animation-delay: 3s;
}

.bubble1_s2:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 2s;
}

.bubble1_s2:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 3s;
  animation-delay: 2.5s;
}

.bubble1_s2:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 2s;
  animation-delay: 1s;
}

.bubble1_s2:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 2s;
  animation-delay: 3.5s;
}

.bubble1_s2:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 1s;
  animation-delay: 2.5s;
}
	
.bubble1_s2:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 3s;
}

/*bubble2*/

.bubble2_s2:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 2s;
  animation-delay: 3.5s;
}

.bubble2_s2:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble2_s2:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 2s;
  animation-delay: 2s;
}

.bubble2_s2:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 3s;
}

.bubble2_s2:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 2s;
  animation-delay: 2.5s;
}

.bubble2_s2:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 3s;
}

.bubble2_s2:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 5s;
}

.bubble2_s2:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 2s;
  animation-delay: 0.5s;
}

/*bubble3*/

.bubble3_s2:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 2s;
}

.bubble3_s2:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 1s;
}

.bubble3_s2:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 2s;
  animation-delay: 3s;
}

.bubble3_s2:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble3_s2:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 4s;
}

.bubble3_s2:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 2s;
  animation-delay: 1.5s;
}

.bubble3_s2:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 3s;
}

.bubble3_s2:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 2s;
  animation-delay: 2s;

}

/*バブル形状・位置・スピード（s2）ここまで*/



/*バブル原型（s3）**********/

.bubble1_s3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble1_s3 10s ease-in infinite;
  opacity: 0.5;
}

.bubble2_s3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble2_s3 10s ease-in infinite;
}

.bubble3_s3 {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble3_s3 10s ease-in infinite;
}

/*バブル原型（s3）ここまで*/

/*バブル範囲（s3）*/

@keyframes bubble1_s3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 902px;
  }
}

@keyframes bubble2_s3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 902px;
  }
}

@keyframes bubble3_s3 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 902px;
  }
}

/*バブル範囲（s3）ここまで*/

/*バブル形状・位置・スピード（s3）*/

/*bubble1*/

.bubble1_s3:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 1.5s;
  animation-delay: 2s;
}

.bubble1_s3:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-delay: 1s;
}

.bubble1_s3:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 2s;
}

.bubble1_s3:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 2.5s;
  animation-delay: 2s;
}

.bubble1_s3:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 2s;
}

.bubble1_s3:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 2s;
  animation-delay: 3s;
}

.bubble1_s3:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 1s;
  animation-delay: 2s;
}
	
.bubble1_s3:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 2.5s;
}

/*bubble2*/

.bubble2_s3:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 2s;
  animation-delay: 3s;
}

.bubble2_s3:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble2_s3:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 1s;
  animation-delay: 2s;
}

.bubble2_s3:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 2.5s;
}

.bubble2_s3:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 2s;
  animation-delay: 2s;
}

.bubble2_s3:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 3s;
}

.bubble2_s3:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 3s;
}

.bubble2_s3:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 1.5s;
  animation-delay: 3s;
}

/*bubble3*/

.bubble3_s3:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 0.5s;
}

.bubble3_s3:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 1s;
}

.bubble3_s3:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 0.5s;
}

.bubble3_s3:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 1s;
}

.bubble3_s3:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 1s;
}

.bubble3_s3:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 0.5s;
}

.bubble3_s3:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 1s;
}

.bubble3_s3:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 0.5s;
}

/*バブル形状・位置・スピード（s3）ここまで*/

/*サポートのバブルここまで******************************/








@media only screen and (max-width: 1200px) {

@keyframes bubble1_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 2900px;
  }
}

@keyframes bubble2_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2900px;
  }
}

@keyframes bubble3_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2900px;
  }
}

}






@media only screen and (max-width: 1000px) {

@keyframes bubble1_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 2600px;
  }
}

@keyframes bubble2_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2600px;
  }
}

@keyframes bubble3_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2600px;
  }
}

}





@media only screen and (max-width: 900px) {
	
@keyframes bubble1_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 735px;
  }
}

@keyframes bubble2_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 735px;
  }
}

@keyframes bubble3_t1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(50px);
  }
  100% {
    bottom: 735px;
  }
}
	
.bubble1_t1:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 2s;
  animation-delay: 4s;
}

.bubble1_t1:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-delay: 3s;
}

.bubble1_t1:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 4s;
}

.bubble1_t1:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 3s;
  animation-delay: 4s;
}

.bubble1_t1:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 4s;
}

.bubble1_t1:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 2s;
  animation-delay: 5s;
}

.bubble1_t1:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 2s;
  animation-delay: 4s;
}
	
.bubble1_t1:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 5s;
}

/*bubble2*/

.bubble2_t1:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 2s;
  animation-delay: 5s;
}

.bubble2_t1:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 4s;
}

.bubble2_t1:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 2s;
  animation-delay: 4s;
}

.bubble2_t1:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 5s;
}

.bubble2_t1:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 4s;
  animation-delay: 3.5s;
}

.bubble2_t1:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 5s;
}

.bubble2_t1:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.bubble2_t1:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 2s;
  animation-delay: 5s;
}

/*bubble3*/

.bubble3_t1:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 4s;
}

.bubble3_t1:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 3s;
  animation-delay: 0.5s;

}

.bubble3_t1:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 4s;
}

.bubble3_t1:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 3s;
  animation-delay: 2s;
}

.bubble3_t1:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 6s;
}

.bubble3_t1:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 4s;
}

.bubble3_t1:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 3s;
}

.bubble3_t1:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 4s;
}
	
@keyframes bubble1_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 2414px;
  }
}

@keyframes bubble2_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2414px;
  }
}

@keyframes bubble3_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2414px;
  }
}
}


@media only screen and (max-width: 750px) {
	
/*
#fiz_product .top_area {
	padding-bottom: 25px;
}
*/
	
	
/*バブル範囲（p1）*/

@keyframes bubble1_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 2200px;
  }
}

@keyframes bubble2_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2200px;
  }
}

@keyframes bubble3_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(-50px);
  }
  100% {
    bottom: 2200px;
  }
}

/*バブル範囲（p1）ここまで*/

/*バブル形状・位置・スピード（p1）*/

/*bubble1*/

.bubble1_p1:nth-child(1) {
  width: 15px;
  height: 15px;
  left: 10%;
  animation-duration: 8s;
  animation-delay: 2s;
}

.bubble1_p1:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 9s;
  animation-delay: 1s;
}

.bubble1_p1:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 8s;
}

.bubble1_p1:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble1_p1:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 8s;
}

.bubble1_p1:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble1_p1:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}
	
.bubble1_p1:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 9s;
}

/*bubble2*/

.bubble2_p1:nth-child(9) {
  width: 20px;
  height: 20px;
  left: 11%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble2_p1:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 9s;
  animation-delay: 2.5s;
}

.bubble2_p1:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 9s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 8s;
  animation-delay: 2s;
}

.bubble2_p1:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 9s;
}

.bubble2_p1:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 7s;
}

.bubble2_p1:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 8s;
  animation-delay: 3s;
}

/*bubble3*/

.bubble3_p1:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 6s;
}

.bubble3_p1:nth-child(18) {
  width: 2px;
  height: 2px;
  left: 21%;
  animation-duration: 8s;
}

.bubble3_p1:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 6s;
}

.bubble3_p1:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 8s;
}

.bubble3_p1:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 5s;
}

.bubble3_p1:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 6s;
}

.bubble3_p1:nth-child(23) {
  width: 2px;
  height: 2px;
  left: 81%;
  animation-duration: 9s;
}

.bubble3_p1:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 3s;
}
	
	
/*バブル形状・位置・スピード（p2）*/

/*bubble1*/

.bubble1_p2:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble1_p2:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble1_p2:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 7s;
  animation-delay: 0.5s;
}

.bubble1_p2:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 6s;
  animation-delay: 5s;
}

.bubble1_p2:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 7s;
}

.bubble1_p2:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 2s;
}

.bubble1_p2:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 5s;
}
	
.bubble1_p2:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 8s;
}

/*bubble2*/

.bubble2_p2:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 6s;
  animation-delay: 7s;
}

.bubble2_p2:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 5s;
  animation-delay: 4s;
}

.bubble2_p2:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 6s;
  animation-delay: 5s;
}

.bubble2_p2:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 8s;
}

.bubble2_p2:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 5s;
  animation-delay: 3s;
}

.bubble2_p2:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

.bubble2_p2:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble2_p2:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 6s;
  animation-delay: 2s;
}

/*bubble3*/

.bubble3_p2:nth-child(17) {
  width: 4px;
  height: 4px;
  left: 11%;
  animation-duration: 5s;
  animation-delay: 2.5s;
}

.bubble3_p2:nth-child(18) {
  width: 3px;
  height: 3px;
  left: 21%;
  animation-duration: 7s;
  animation-delay: 2.5s;
}

.bubble3_p2:nth-child(19) {
  width: 4px;
  height: 4px;
  left: 31%;
  animation-duration: 5s;
}

.bubble3_p2:nth-child(20) {
  width: 5px;
  height: 5px;
  left: 41%;
  animation-duration: 6s;
}

.bubble3_p2:nth-child(21) {
  width: 5px;
  height: 5px;
  left: 61%;
  animation-duration: 7s;
}

.bubble3_p2:nth-child(22) {
  width: 3px;
  height: 3px;
  left: 71%;
  animation-duration: 5s;
  animation-delay: 0.5s;
}

.bubble3_p2:nth-child(23) {
  width: 5px;
  height: 5px;
  left: 81%;
  animation-duration: 6s;
}

.bubble3_p2:nth-child(24) {
  width: 4px;
  height: 4px;
  left: 91%;
  animation-duration: 6s;
  animation-delay: 3s;
}

/*バブル形状・位置・スピード（p2）ここまで*/


	
	
	
	
	

	
}
	
	
	
	
	
	
	
	
	
	
	
	

@media only screen and (max-width: 500px) {

@keyframes bubble1_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1800px;
  }
}

@keyframes bubble2_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 1800px;
  }
}

@keyframes bubble3_t2 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 1800px;
  }
}
	
/*バブル形状・位置・スピード（t2）*/

/*bubble1*/

.bubble1_t2:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 8s;
  animation-delay: 1.5s;
}

.bubble1_t2:nth-child(2) {
  width: 10px;
  height: 10px;
  left: 20%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble1_t2:nth-child(3) {
  width: 15px;
  height: 15px;
  left: 30%;
  animation-duration: 6s;
}

.bubble1_t2:nth-child(4) {
  width: 5px;
  height: 5px;
  left: 40%;
  animation-duration: 8s;
  animation-delay: 1s;
}

.bubble1_t2:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble1_t2:nth-child(6) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-duration: 7s;
  animation-delay: 2.5s;
}

.bubble1_t2:nth-child(7) {
  width: 5px;
  height: 5px;
  left: 80%;
  animation-duration: 8s;
  animation-delay: 2s;
}
	
.bubble1_t2:nth-child(8) {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-duration: 6s;
}

/*bubble2*/

.bubble2_t2:nth-child(9) {
  width: 10px;
  height: 10px;
  left: 11%;
  animation-duration: 7s;
  animation-delay: 3s;
}

.bubble2_t2:nth-child(10) {
  width: 15px;
  height: 15px;
  left: 21%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble2_t2:nth-child(11) {
  width: 5px;
  height: 5px;
  left: 31%;
  animation-duration: 8s;
  animation-delay: 2.5s;
}

.bubble2_t2:nth-child(12) {
  width: 20px;
  height: 20px;
  left: 41%;
  animation-duration: 6s;
  animation-delay: 1.5s;
}

.bubble2_t2:nth-child(13) {
  width: 20px;
  height: 20px;
  left: 61%;
  animation-duration: 8s;
  animation-delay: 2s;
}

.bubble2_t2:nth-child(14) {
  width: 5px;
  height: 5px;
  left: 71%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

.bubble2_t2:nth-child(15) {
  width: 20px;
  height: 20px;
  left: 81%;
  animation-duration: 8s;
}

.bubble2_t2:nth-child(16) {
  width: 10px;
  height: 10px;
  left: 91%;
  animation-duration: 7s;
  animation-delay: 1s;
}

/*bubble3*/

.bubble3_t2:nth-child(17) {
  width: 3px;
  height: 3px;
  left: 11%;
  animation-duration: 6s;
  animation-delay: 2.5s;
}

.bubble3_t2:nth-child(18) {
  width: 4px;
  height: 4px;
  left: 21%;
  animation-duration: 7s;
  animation-delay: 0.5s;
}

.bubble3_t2:nth-child(19) {
  width: 3px;
  height: 3px;
  left: 31%;
  animation-duration: 6s;
}

.bubble3_t2:nth-child(20) {
  width: 4px;
  height: 4px;
  left: 41%;
  animation-duration: 7s;
  animation-delay: 3.5s;
}

.bubble3_t2:nth-child(21) {
  width: 4px;
  height: 4px;
  left: 61%;
  animation-duration: 8s;
}

.bubble3_t2:nth-child(22) {
  width: 2px;
  height: 2px;
  left: 71%;
  animation-duration: 7s;
}

.bubble3_t2:nth-child(23) {
  width: 3px;
  height: 3px;
  left: 81%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

.bubble3_t2:nth-child(24) {
  width: 3px;
  height: 3px;
  left: 91%;
  animation-duration: 6s;
}

/*バブル形状・位置・スピード（t2）ここまで*/
	
	
	
	
@keyframes bubble1_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  40% {
    transform: translateX(100px);
  }
  100% {
    bottom: 2850px;
  }
}

@keyframes bubble2_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    bottom: 2850px;
  }
}

@keyframes bubble3_p1 {
  0% {
    bottom: 0px;
    transform: translateX(0);
  }
  60% {
    transform: translateX(-50px);
  }
  100% {
    bottom: 2850px;
  }
}

/*バブル範囲（p1）ここまで*/

	
	
	
	
	
	
	
	
	
	

}




