@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    background-image: url(../images/common/background.jpg);
    background-repeat: repeat;
    font-family: 'M PLUS Rounded 1c','Noto Sans Japanese',sans-serif;
    color: #333333;
}
header {
    width:80%;
    margin: 0 auto;
    max-width: 1600px;
}

@media screen and (max-width:780px){
    header {
        width: 95%;
        height: 53px;
        margin-bottom: 20px;
    }
}

.clearfix {
    height: 60px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

header h1 {
    float: left;
    transition: all 0.3s;
    margin-top: 10px;
}

@media screen and (max-width:780px){
    header h1 {
        margin-top: 20px;
    }
}

@media screen and (max-width:780px){
    .main-logo-pc {
        display: none;
    }
}

@media screen and (min-width:781px){
    .main-logo-sp {
        display: none;
    }
}

header h1:hover {
    opacity: 0.7;
}

.tel a {
    float: right;
    font-size: 30px;
    color: #00ace9;
    letter-spacing: 2px;
    margin-top: 27px;
    font-weight: 500;
}

@media screen and (max-width:780px){
    .tel {
        display: none;
    }
}

.tel a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/main_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}

.btn-arrow:hover {
    background: #fff;
    color: #00ace9 !important;
  }
  
.btn-arrow:hover .btn-arrow-icon {
    fill: #00ace9;
  }

header nav {
    margin: 25px 0 0 0;
}


header nav a {
    display: block;  
    /* padding: 10px; */
    /* font-weight: 500; */
}

header nav span {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

header nav ul {
    display: flex;
    justify-content: center;
}

header nav li {
    text-align: center;
    border-left: dotted 1px #707070;
    width: 200px;
}

.about a {
    color: #9cac22;
    opacity: 0.8;
    transition: all 0.5s;
}

.about img {
    width: 38px;
}

.about a:hover {
    background-color:#e9eec5;
    opacity: 1;
}

.house a {
    color: #986b43;
    opacity: 0.8;
    transition: all 0.5s;
}

.house img {
    padding-top: 5px;
}

.house a:hover {
    background-color:#eedac6;
    opacity: 1;
}

.recruitment a {
    color: #e99682;
    opacity: 0.8;
    transition: all 0.5s;
}

.recruitment a:hover {
    background-color:#ffe3dc;
    opacity: 1;
}

.massage a {
    color: #55d3cb;
    opacity: 0.8;
    transition: all 0.5s;
}

.massage a:hover {
    background-color:#e2fffd;
    opacity: 1;
}

.shop a {
    color: #4b7746;
    opacity: 0.8;
    transition: all 0.5s;
}

.shop a:hover {
    background-color:#c7ecc3;
    opacity: 1;
}

.shop {
    border-right: dotted 1px #707070;
}

.kv-area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: url(../images/index/kv-area_background.png);
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center top;
    background-position-y: 20%;
}

.kv-bottom-image {
    background-image: url(../images/common/kv_bottom_image.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 110px;
}

.kv-main-pc {
    width: 86%;
    max-width: 1200px;
    margin: 40px auto 40px auto;
}

.slide::before {
    content: "";
    display: inline-block;
    background-image: url(../images/index/kv_flag_left.png);
    background-repeat: no-repeat;
    background-size: 80%;
    width: 20%;
    height: 30%;
    z-index: 10000;
    position: absolute;
    left: 21%;
    top: 4%;
}

@media screen and (max-width:780px){
    .slide::before {
        /* background-image: url(../images/index/SP/kv_flag_sp.png);
        background-size: contain;
        width: 300px;
        height: 86px;
        top: 1%;
        left: 10%; */
        display: none;
    }
}

.slide::after {
    content: "";
    display: inline-block;
    background-image: url(../images/index/kv_flag_right.png);
    background-repeat: no-repeat;
    background-size: 80%;
    width: 20%;
    height: 30%;
    z-index: 10000;
    position: absolute;
    top: 4%;
    right: 17%;
}

@media screen and (max-width:780px){
    .slide::after {
        display: none;
    }
}

@media(max-width:600px) {
    .kv-main-pc {
        display: none;
    }
    }

.kv-main-sp {
    width: 100%;
}

/* .kv-foot {
    width: 100%;
}

.kv-foot-sp {
    width: 100%;
}

@media screen and (max-width:400px) {
    .kv-foot {
        display: none;
    }
}

@media screen and (min-width:400px) {
    .kv-foot-sp {
        display: none;
    }
} */

.secondary {
    width:100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 30px;
}

@media(max-width:780px) {
    .secondary {
        width: 100%;
        margin-top: 30px;
        padding: 0 30px;
    }
}

.catch-area {
    text-align: center;
}

.catch-image-pc {
    margin-bottom: 10px;
    width: 100%;
    max-width: 1097px;
}

@media(max-width:780px) {
    .catch-image-pc {
        display: none;
}
}

.catch-image-sp {
    width: 100%;
    max-width: 350px;
}

@media(min-width:780px) {
    .catch-image-sp {
        display: none;
    }
    }

.catch-area strong {
    font-size: 38px;
    line-height: 1.6;
    color: #00ace9;
    margin-top: 10px;
    display: block;
}

@media screen and (max-width:780px){
    .catch-area strong {
        line-height: 1.3;
        margin-top: 20px;
        font-size: 26px;
    }
}

@media screen and (max-width:780px){
    .sp-none {
        display: none;
    }
}


.catch-area small {
    display: block;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 20px;
    position: relative;
}

.catch-area small::before {
    content: "";
    display: inline-block;
    background-image: url(../images/index/SP/cacth_flag.png);
    background-size: cover;
    width: 80px;
    height: 47px;
    position: absolute;
    left: -38%;
    top: 9%;
}

.catch-area small::after {
    content: "";
    display: inline-block;
    background-image: url(../images/index/SP/cacth_flag_02.png);
    background-size: cover;
    width: 80px;
    height: 47px;
    position: absolute;
    right: -38%;
    top: 9%;
}

@media screen and (max-width:780px){
    .catch-area small {
        font-size: 22px;
        margin-left: 0;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

@media screen and (min-width:780px){
    .catch-area small::before,.catch-area small::after {
        display: none;
    }
}

.pc-none {
    display: none;
}

@media screen and (max-width:780px){
    .pc-none {
        display: block;
    }
}

.introduction {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .catch-area small::before {
    content:"";
    background-image: url(../images/index/secondary_catch_line.png);
    background-size: cover;
    display: block;
    width: 300px;
    height: 300px;
} */

.service-area {
    /* padding-top: 70px; */
    text-align: center;
}

/* .service-group {
    margin-top: 30px;
} */

.service-item {
    width: 48%;
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 40px;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;

}

@media screen and (max-width:780px){
    .service-item {
        margin: 0 0 40px 0; 
        width: 100%;
        /* min-width: 350px; */
        clear: both;
    }
}

.service-title {
    display: inline-block;
    max-width: 276px;
    width: 100%;
}

@media screen and (max-width:780px){
    .service-title {
       max-width: 230px;
    }
}

.text-box {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

@media(max-width:900px) {
    .text-box {
        display: block;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:900px){
    .service-item-image {
       margin-top: 20px;
    }
}

.text-box p {
    line-height: 1.6;
    text-align: left;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; */

}

@media(max-width:900px) {
    .text-box p {
        margin-top: 20px;
    }
}

@media screen and (min-width:901px){
    .service-item-text-area {
        width: 80%;
        margin-left: 20px;
    }
}

@media screen and (max-width:900px){
    .service-item-text-area {
        margin-left: 0;
    }
}

.service-item-btn-area a {
    display: inline-block;
    background: #9cac22;
    width: 100%;
    padding: 15px 30px 15px 10px;
    text-align: center;
    color: #FFF;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 30px;
}

@media screen and (max-width:780px){
    .service-item-btn-area a {
        padding: 20px 30px 20px 10px;
    }
}

.service-item-btn-area a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 26%;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
}
.service-item-btn-area a:hover::after{
    right: 20%;
    width: 30px;
}

.service-item-btn span {
    position: relative;
    left: -10px;
}

  .work,.mas {
      margin-right: 0;
  }

  .work a {
      background-color: #986b43;
  }

  .recru a {
      background-color: #e99682;
  }

  .mas a {
      background-color: #55d3cb;
  }

  .clear {
      clear: both;
  }

  /* common start */

  .common-area {
    width: 100%;
    margin: auto;
    max-width: 1080px;
    margin-bottom: 100px;
    margin-top: 30px;
    display: flex;
    padding: 0 30px;
  }

  @media(max-width:780px) {
      .common-area {
          display: block;
          padding: 0 30px;
          margin-bottom: 50px;
      }
  }

  .news,.online-store {
      width: 48%;
      margin-right: 4%;
  }

  @media(max-width:780px) {
      .news {
        margin-top: 20px;
        width: 100%;
      }
  }

  .common-title small {
      /* display: block; */
      font-size: 16px;
  }

  @media(max-width:780px) {
    .common-title small {
      font-size: 14px;
    }
}

  .common-title-news small::before {
    content: "";
    background-image: url(../images/common/news_icon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align:text-top;
  }

  .common-title strong {
      display: block;
      font-size: 28px;
      margin-top: 5px;
      letter-spacing: 3px;
  }

  .article-area {
      border-bottom: dashed 1px #707070;
  }

  .news a {
    transition: all 0.5s;
    display: inline-block;
    padding-bottom: 10px;
  }

  .news a:hover {
    opacity: 0.6;
  }

  .news_article_image_pc {
      margin-right: 20px;
      margin-bottom: 10px;
      width: 100%;
  }

  .article-area small {
      display: block;
      color: #986b43;
      font-size: 14px;
      letter-spacing: 3px;
      font-weight: 500;
  }

  .article-area strong {
      display: block;
      font-size: 20px;
      margin-top: 10px;
      color: #333333;
      letter-spacing: 3px;
  }

  .article-area p {
      font-size: 14px;
      margin-top: 12px;
      line-height: 1.4;
      color: #707070;
      letter-spacing: 2px;
  }

  .news-list-btn {
    float: right;
    display: block;
    color: #333333;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
}

.news-list-btn::before {
    content: "";
    display: block;
    position: absolute;
    top:8%;
    right: 90px;
    width: 20px;
    height: 5px;
    border: none;
    border-bottom: 1px solid #333333;
    transition: .3s;
}

.news-list-btn:hover {
    opacity: 0.8;
}

  .common-title-online-store small::before {
    content: "";
    background-image: url(../images/common/online_s_icon.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  } 

  .common-title-news,.common-title-online-store {
    margin-bottom: 20px;
}

@media screen and (max-width:780px){
  .common-title-news,.common-title-online-store {
      text-align: center;
  }
}

  .online-store {
      margin-right: 0;
  }

  @media screen and (max-width:780px){
    .online-store {
        margin-top: 70px;
        width: 100%;
    }
  }

  .online-store-image-pc {
      width: 100%;
  }

  .detail {
      display: flex;
      justify-content: space-between;
  }

  @media screen and (max-width:780px){
    .detail {
        display: block;
    }
}

  .text-zone strong,.btn-zone a {
      display: block;
  }

  .text-zone {
      margin-left: 10px;
  }

  @media screen and (max-width:780px){
    .text-zone {
        margin-top: -40px;
        text-align: center;
    }
}

  .text-zone strong:nth-of-type(1) {
    color: #986b43;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    margin: 15px 0 10px 6px;
    position: relative;
    text-align: left;
  }

  .text-zone strong:nth-of-type(1)::before {
      content: "";
      display: inline-block;
      position: absolute;
      border-right: solid 2px #986b43;
      height: 26px;
      margin-left: -10px;
  }

  .text-zone strong:nth-of-type(2) {
    color: #FFC529;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 6px;
    position: relative;
    text-align: left;
}

.text-zone strong:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-right: solid 2px #FFC529;
    height: 26px;
    margin-left: -10px;
}

.btn-zone p {
    text-align: left;
}

.btn-zone span {
    display: block;
    font-size: 32px;
    letter-spacing: 2px;
    color: #986b43;
    margin-top: 10px;
    font-weight: 500;
    margin-left: -15px;
    text-align: left;
}

.btn-zone span::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/sales_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}

.merchandise-pc {
    position: relative;
    top: -30px;
    margin-right: 10px;
    background-image: url(../images/common/online-store_background_image.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.merchandise-sp {
    text-align: center;
    position: relative;
    top: -50px;
}

.merchandise-sp img {
    width: 100%;
    max-width: 170px;
}

.merchandise-pc img {
    width: 177px;
}

@media screen and (max-width:780px){
    .merchandise-pc {
        display: none;
    }
  }

@media screen and (min-width:781px) {
    .merchandise-sp {
        display: none;
    }
}

/* フッターstart */

footer {
    background-image: url(../images/common/footer_background_image.svg);
    background-size: cover;
    height: 420px;
    text-align: center;
    color: white;
}

@media screen and (max-width:780px){
    footer {
        background-image: url(../images/common/SP/footer_background_image_sp.png);
        background-size: cover;
        height: auto;
    }
  }

.information {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

@media screen and (max-width:780px){
    .information {
        display: block;
    }
  }

.address {
    text-align: left;
    margin-left: 10px;
}

.address a {
    color: white;
}

@media screen and (max-width:780px){
    .address {
        margin: 30px 0 0 0;
        text-align: center;
        line-height: 1.6;
    }
  }

.address small {
    display: block;
    margin: 15px 0;
}

.address strong {
    display: block;
    font-size: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width:500px){
    .address strong {
        font-size: 24px;
    }
  }

.address strong:nth-of-type(1) {
    margin-bottom: 10px;
}

@media screen and (max-width:780px){
    .address strong:nth-of-type(1) {
        margin-bottom: 0px;
    }
  }

.address h3 {
    font-size: 20px;
}

.footer-btn {
    display: inline-block;
    margin-right: 40px;
    margin-top: 40px;
}

@media screen and (max-width:780px){
    .footer-btn {
        display: block;
        text-align: center;
        margin: 40px 0;
    }
  }

.footer-btn:nth-of-type(5) {
    margin-right: 0;
}

.footer-btn a {
    color: white;
    transition: all 0.5s;
}

.footer-btn a:hover{
    opacity: 0.8;
}

.footer-minibtn {
    display: inline-block;
    margin-top: 55px;
}

.footer-minibtn a:hover {
    opacity: 0.8;
}

@media screen and (max-width:780px){
    .footer-minibtn {
        display: block;
        text-align: center;
        margin: 20px 0;
    }
  }

.footer-minibtn a {
    color: white;
    font-size: 14px;
    transition: all 0.5s;
}


/* .sns-btn {
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.sns-btn:hover {
    opacity: 0.8;
}

.sns-btn:nth-of-type(3) {
    margin-right: 0;
}

.sns-btn img {
    width: 45px;
} */

.copy {
    font-size: 14px;
    margin-top: 60px;
}

@media screen and (max-width:780px){
    .copy {
        padding-bottom: 20px;
    }
  }

/* ここからSP */
@media(max-width: 780px) {
    header nav,.contactarea {
        display: none;
    }
}

.hamburger-menu {
    position: fixed;
    height: 70px;
    width: 70px;
    /* overflow: hidden; */
    right: 5%;
    top: 7px;
    z-index: 100000000;
    border-radius: 50px;
    background-color: #fffbf7;
  }
  
label {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.hamburger-menu span {
    width: 30px;
    height: 1px;
    background-color: #986b43;
    position: absolute;
    right: 28%;
    transition: .3s;
    z-index: 100;
}

.hamburger-menu small {
    display: inline-block;
    z-index: 100;
    position: absolute;
    transition: 3s;
    top: 50%;
    right: 19px;
    font-size: 11px;
    color: #986b43;
    margin-top: 4px;
    font-weight: 600;
}

.span1 {
    top: 22px;
}

.span2 {
    top: 32px;
}

#check:checked ~ .span2 {
    width: 27px;
    transform: rotate(-30deg);
    top: 27px;
}

#check:checked ~ .span1 {
  width: 27px;
  transform: rotate(30deg);
  top: 27px;
}

#check {
  display: none;
}

.hamburger-background {
    width: 80%;
    height: 450px;
    background-color: #fffbf7;
    padding: 50px 30px 0 20px;
    text-align: left;
    list-style: none;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 1s;
    z-index: 10;
    /* opacity: 0.9; */
  }

.hamburger-background a {
    display: block;
    height: 50px;
    line-height: 41px;
}

#ham-about {
    border-top: dotted 1px #333333;
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    color: #9cac22;
    margin-top: 20px;
}

#ham-about::before {
    content: "";
    background-image: url(../images/common/header_about_icon.svg);
    background-size: cover;
    width: 30px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#ham-house {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #986b43;
}

#ham-house::before {
    content: "";
    background-image: url(../images/common/header_house_icon.svg);
    background-size: cover;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-recruitment {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #e99682;
}

#ham-recruitment::before {
    content: "";
    background-image: url(../images/common/header_recruitment_icon.svg);
    background-size: cover;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-massage {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #55d3cb;
}

#ham-massage::before {
    content: "";
    background-image: url(../images/common/header_massage_icon.svg);
    background-size: cover;
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#ham-shop {
    border-bottom: dotted 1px #333333;
    padding: 5px 0 5px 5px;
    margin-top: 0;
    color: #4b7746;
}

#ham-shop::before {
    content: "";
    background-image: url(../images/common/header_shop_icon.svg);
    background-size: cover;
    width: 30px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ham-tel a {
    font-size: 28px;
    color: #00ace9;
    text-align: center;
    margin-top: 10px;
}

.ham-tel a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/main_tel_icon.png);
    width: 25px;
    height: 28px;
    vertical-align: sub;
    margin-right: -3px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ham-logo {
    text-align: center;
}
  
#check:checked ~ .hamburger-background {
    right: 0;
} 

@media(min-width:781px) {
    .hamburger-menu {
        display: none;
    }
}

@media(max-width:780px) {
    .introduction img {
        display: none;
}
}

/* slick */
.slick-prev {
    left: 17%;
}

@media screen and (max-width:780px){
    .slick-prev {
        display: none;
    }
}

.slick-next {
    right: 18%;
}

@media screen and (max-width:780px){
    .slick-next {
        display: none;
    }
}

.slick-prev:before {
    content: '';
    background-image: url(../images/index/kv_slide_arrow_left.png);
    display: inline-block;
    width: 35px;
    height: 36px;
}

@media screen and (max-width:780px){
    .slick-prev:before {
        display: none;
    }
}

.slick-next:before {
    content: '';
    background-image: url(../images/index/kv_slide_arrow_right.png);
    display: inline-block;
    width: 35px;
    height: 36px;
}

@media screen and (max-width:780px){
    .slick-next:before {
        display: none;
    }
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    margin-top: -26px;
    background-color: #00ace9;
}

@media screen and (max-width:780px){
    .slick-dots li button:before {
        margin-top: 14px;
        width: 30px;
        height: 3px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 30px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:nth-of-type(1) {
    margin-left: 0px;
}

@media screen and (max-width:780px){
    .slick-dots li {
        margin: 0 10px 0 20px;
    }
}

.slick-prev {
    z-index: 10000;
}

@media screen and (max-width:780px){
    .autoplay {
        display: none;
    }
}

@media screen and (min-width:781px){
    .autoplay-sp {
        display: none;
    }
}

/* balloon */
.balloon_contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */
  }
  .bl01 {
    animation: bl01 45s infinite;
    position: absolute;
    width: 20px;
  }
  .bl02 {
    animation: bl02 40s infinite;
    position: absolute;
    width: 30px;
  }
  .bl03 {
    animation: bl03 30s infinite;
    position: absolute;
    width: 30px;
  }
  .bl04 {
    animation: bl04 45s infinite;
    position: absolute;
    width: 40px;
  }
  .bl05 {
    animation: bl05 40s infinite;
    position: absolute;
    width: 30px;
  }
  .bl06 {
    animation: bl06 50s infinite;
    position: absolute;
    width: 50px;
  }
  @keyframes bl01{
    0% {
      top: 120vh;
      left: 30%
    }
    20% {
      left: 50%
    }
    40% {
      left: 40%
    }
    60% {
      left: 50%
    }
    80% {
      left: 20%
    }
    100% {
      top: -500px;
      left: 50%
    }
  }
  @keyframes bl02{
    0% {
      top: 200vh;
      left: 90%
    }
    20% {
      left: 80%
    }
    40% {
      left: 90%
    }
    60% {
      left: 80%
    }
    80% {
      left: 90%
    }
    100% {
      top: -500px;
      left: 100%
    }
  }
  @keyframes bl03{
    0% {
      top: 100vh;
      left: 10%
    }
    20% {
      left: 0%
    }
    40% {
      left: 10%
    }
    60% {
      left: -10%
    }
    80% {
      left: 20%
    }
    100% {
      top: -200px;
      left: 10%
    }
  }
  @keyframes bl04{
    0% {
      top: 150vh;
      left: 10%
    }
    20% {
      left: 0%
    }
    40% {
      left: 10%
    }
    60% {
      left: -10%
    }
    80% {
      left: 20%
    }
    100% {
      top: -200px;
      left: 10%
    }
  }
  @keyframes bl05{
    0% {
      top: 120vh;
      left: 20%
    }
    20% {
      left: 10%
    }
    40% {
      left: 60%
    }
    60% {
      left: 50%
    }
    80% {
      left: 20%
    }
    100% {
      top: -500px;
      left: 50%
    }
  }
  @keyframes bl06{
    0% {
      top: 250vh;
      left: 40%
    }
    20% {
      left: 80%
    }
    40% {
      left: 90%
    }
    60% {
      left: 50%
    }
    80% {
      left: 90%
    }
    100% {
      top: -500px;
      left: 100%
    }
  }





  









