@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;
}

.pank {
    width: 100%;
    margin-top: 20px;
    background-color: #986B43;
    color: white;
    padding: 5px 10%;
    font-size: 12px;
}

@media screen and (max-width:780px){
    .pank {
        margin-top: 33px;
    }
}

.pank a {
    color:white;
}

.pank a:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.pank span {
    margin: 0px 5px;
}

.kv {
    background-image: url(../images/common/suvkv_sky_background.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #e99682;
    background-blend-mode: lighten;
    height: 460px;
}

.subkv {
    height: 350px;
    position: relative;
    text-align: center;
}

.subkv::before {
    content: "";
    background-image: url(../images/common/suvkv_background.png);
    background-size: 90%;
    background-repeat: repeat-x;
    animation: scroll-anim 120s linear infinite;
    width: 100%;
    height: 350px;
    position: absolute;
    display: block;
    top: 5%;
}

@media screen and (max-width:500px){
    .subkv::before {
        background-size: 300%;
        animation: scroll-anim 1000s linear reverse infinite;
    }
}

@keyframes scroll-anim {
    100% {
      background-position: -3000% 0;
    }
  }

.subkv h1 {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%);
    /* margin-top: 50px; */
}

.subkv h1 strong {
    display: block;
    color: #4b7746;
    font-size: 40px;
    margin-top: 10px;
    letter-spacing: 3px;
}

@media screen and (max-width:780px){
    .subkv h1 strong {
        font-size: 36px;
        margin-top: 20px;
    }
}

.subkv h1 img {
    width: 50%;
}

@media screen and (min-width:432px){
    .pc-none6 {
        display: none;
    }
}

.kv-bottom-image {
    background-image: url(../images/common/kv_bottom_image.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom;
    /* animation: scroll-anim 700s linear infinite; */
    height: 110px;
}

/* @media screen and (max-width:780px){
    .kv-bottom-image {
        animation: scroll-anim 1500s linear infinite;
    }
}

@media screen and (min-width:1650px){
    .kv-bottom-image {
        background-size: 90%;
        animation: scroll-anim 200s linear infinite reverse;
    }
} */

/* 商品詳細start */

.product-about {
    text-align: center;
    padding-top: 100px;
    background-image: url(../images/product/product_about_background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: left;
    position: relative;
}

@media screen and (max-width:780px){
    .product-about {
        background-size: 50%;
    }
}

@media screen and (max-width:500px){
    .product-about {
        padding: 50px 0 0 0;
    }
}

.product-about::after {
    content: "";
    display: inline-block;
    width: 98px;
    height: 123px;
    background-image: url(../images/common/balloon_triple.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 7%;
}

@media screen and (max-width:780px){
    .product-about::after {
        background-size: 100%;
        right: 6%;
        width: 43px;
        height: 54px;
        top: 5%;
    }
}

.PRODUCT {
    display: block;
    color: #4b7746;
    margin-top: -20px;
}

@media screen and (max-width:780px){
    .PRODUCT {
        font-size: 12px;
        margin-top: -14px;
    }
}

@media screen and (max-width:780px){
    .title img {
        width: 80%;
        min-width: 300px;
        max-width: 414px;
    }
}

.text-box {
    width: 60%;
    margin: auto;
}

@media screen and (max-width:1200px){
    .text-box {
        width: 80%;
    }
}

@media screen and (max-width:500px){
    .text-box {
        text-align: left;
    }
}

.text-box p {
    line-height:3;
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: justify;
}

@media screen and (max-width:780px){
    .text-box p {
        line-height: 1.8;
        margin-top: 30px;
        width: 100%;
    }
}

.text-box strong {
    display: block;
    font-size: 36px;
    margin-top: 60px;
    letter-spacing: 3px;
    line-height: 1.4;
}

@media screen and (max-width:780px){
    .text-box strong {
        font-size: 30px;
        line-height: 1.2;
        margin-top: 40px;
    }
}

@media screen and (max-width:370px){
    .text-box strong {
        white-space: nowrap;
    }
}

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

/* ここから各商品紹介start */

.product-contents {
    margin-top: 80px;
}

@media screen and (max-width:780px){
    .product-contents {
        margin-top: 50px;
    }
}

.product-one {
    display: flex;
    max-width: 1080px;
    margin: auto;
    align-items: flex-start;
}

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

@media screen and (max-width:780px){
    .main-image {
        width: 100%;
    }
}

.cook {
    position: relative;
    margin-top: -24px;
}

@media screen and (max-width:780px){
    .cook {
        padding: 0 30px;
        margin: -20px 0 30px 0;
    }
}

@media screen and (max-width:780px){
    .cook img {
        width: 100%;
    }
}

/* .cook::before {
    content: "";
    display: block;
    background-image: url(../images/product/product-one_part01.svg);
    background-repeat: no-repeat;
    width: 400px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    top: -39%;
    left: 0%;
}

@media screen and (max-width:780px){
    .cook::before {
        width: 260px;
        top: -43%;
        left: 8%;
    }
} */

.left {
    margin-left: 70px;
}

@media screen and (max-width:780px){
    .left {
        margin-left: 0px;
    }
}

.text-floor {
    text-align: left;
}

@media screen and (max-width:780px){
    .text-floor {
        padding: 0px 30px;
    }
}

.text-floor h3 {
    font-size: 20px;
    color:#333333;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 20px;
}

.text-floor h1 {
    font-size: 34px;
    letter-spacing: 2px;
    color: #986b43;
    font-weight: 600;
    margin-top: 10px;
}

.text-floor h2 {
    font-size: 24px;
    padding: 7px 15px;
    background-color: #4b7746;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}

.text-floor p {
    margin-top: 25px;
    color: #333333;
    line-height: 1.6;
}

.text-floor small {
    display: block;
    color: #986b43;
    margin-top: 20px;
}

.product-tel {
    display: inline-block;
    font-size: 32px;
    color: #986b43;
    letter-spacing: 2px;
    margin-top: 8px;
}

.product-tel::before {
    content: "";
    display: inline-block;
    background-image: url(../images/product/product_tel_icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 29px;
    vertical-align: top;
    margin-right: 7px;
}

.component {
    margin-top: 20px;
}

.component li {
    display: flex;
    padding: 17px 0;
    border-top: 1px solid #707070;
}

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

.component span {
    width: 9rem;
    color: #986b43;
    display: block;
}

@media screen and (max-width:780px){
    .component span {
        margin-bottom: 10px;
    }
}

.component strong {
    display: block;
    color: #333333;
}

.column strong {
    margin-bottom: 8px;
}

.product-two-column strong:nth-of-type(7),.product-one-column strong:nth-of-type(4){
    margin-bottom: 0px;
}

.product-two {
    display: flex;
    max-width: 1080px;
    margin: 90px auto 0 auto;
    align-items: flex-start;
    flex-direction: row-reverse;
}

@media screen and (max-width:780px){
    .product-two {
        display: block;
        margin-top: 60px;
    }
}

@media screen and (max-width:780px){
    .product-two img {
        width: 100%;
    }
}

.right {
    margin-right: 70px;
}

@media screen and (max-width:780px){
    .right {
        margin-right: 0px;
    }
}

.right h1 {
    color: #986b43;
}

.bottom {
    border-bottom: 1px solid #707070;
}

.product-decoration {
    margin-top: 80px;
}

@media screen and (max-width:780px){
    .product-decoration {
        margin-top: 50px;
    }
}

@media screen and (max-width:500px){
    .product-decoration img {
        width: 80%;
        max-width: 250px;
    }
}



/* サービス要項end */

/* common start */

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

  @media(max-width:780px) {
      .common-area {
          display: block;
          padding: 0 30px;
          margin-bottom: 50px;
          margin-top: 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.png);
    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;
}
}

/* 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%
    }
  }







  









