@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px) {
  .area p {
    font-size: 1rem;
  }
  .sp-br {
    display: inline-block;
  }
  .cd-fixed-bg.cd-bg-1 {
    background-position: right -300px bottom -40px;
    background-size: cover;
  }
}

@media screen and (max-width:500px) {
  .cd-fixed-bg.cd-bg-1 {
    background-position: right 40% bottom -40px;
    background-size: 300%;
  }
}