.cpwrap {
  padding: 11rem 0 4rem;
  background: url("/entry/cqp/images/musashi_food/bg01.png"), #fff6e5;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn01 a {
  background-color: #49ab7b;
  box-shadow: .2rem .4rem 0 0 #fff6e5;
  margin-top: 3rem;
}
.title {
  background-color: #49ab7b;
  margin-top: -4rem;
}
@media screen and (max-width: 1024px) {
  .main_visu {
    background: url("/entry/cqp/images/musashi_food/bg02.png"), #fff6e5;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 659px) {
  .cpwrap {
    padding: 4rem 1rem 2rem;
  }
   .main_visu {
    padding-top: 1.5rem;
    background: url("/entry/cqp/images/musashi_food/bg03.png"), #fff6e5;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn01 a {
  margin-top: 1.5rem;
}
.title {
margin-top: -1rem;
}