.b-taste {
  z-index: 2;
}

.b-taste__in {
  background: #bde1e5;
  padding: 1.5625rem 0 2.8125rem;
  z-index: 1;
}

.b-taste__wave {
  margin-bottom: -0.125rem;
  height: 5rem;
}

.b-taste__wave svg {
  left: 0;
  bottom: 0;
}


.b-taste__text {
  font-size: 0.875rem;
  max-width: 87%;
}

.b-taste__text h2,
.b-taste__text h3,
.b-taste__text h4,
.b-taste__text h5,
.b-taste__text h6 {
  font-size: 1.125rem;
  margin: 0;
}

.b-taste__bg {
  left: -5vw;
  bottom: -1%;
  width: 63%;
  -webkit-animation: swing 1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-animation: swing 1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: swing 1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 576px) {
  .b-taste__in {
    padding: 3.75rem 0 2.25rem;
  }

  .b-taste__wave {
    height: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .b-taste {
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .b-taste__img {
    max-width: 37.5rem;
    width: 96%;
    z-index: -1;
    -webkit-transform: translate(20%, 0);
        -ms-transform: translate(20%, 0);
         -o-transform: translate(20%, 0);
            transform: translate(20%, 0);
  }
}

@media screen and (min-width: 992px) {
  .b-taste__text {
    max-width: 20.625rem;
  }

  .b-taste__img {
    margin-top: -5.625rem;
    /*-webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;*/
  }
}

@media screen and (min-width: 1200px) {
  .b-taste__in {
    padding: 3.75rem 0;
  }
   .b-taste__text {
    max-width: 26.875rem;
  }

  .b-taste__text {
    font-size: 1.125rem;
  }

  .b-taste__text h2,
  .b-taste__text h3,
  .b-taste__text h4,
  .b-taste__text h5,
  .b-taste__text h6 {
    font-size: 1.25rem;
  }
  .b-taste__content {
    padding-left: 4.875rem;
  }
}

@media screen and (max-width: 767px) {
  .b-taste__wrap {
    padding-bottom: 8.125rem;
    margin-bottom: -3.125rem;
  }

  .b-taste__img {
    margin-bottom: -12.5rem;
    width: 18.125rem;
    margin-right: -5rem;
  }
}



.b-taste.type2 .b-taste__bg{
  display: none;
}