/* @media only screen and (min-width: 961px){
    .container {
        background: url("https://web-img.rensa.jp.net/rensa/images/web/RMR/top_bg.jpg") no-repeat center top;
        background-attachment: fixed;
    }
} */

@media only screen and (min-width: 961px){
  .container {
      background: url("https://web-img.rensa.jp.net/rensa/images/web/RMR/background.jpg") no-repeat center top;
      background-attachment: fixed;
  }
}

@media only screen and (max-width: 960px){
  .container {
      background: url("https://web-img.rensa.jp.net/rensa/images/web/RMR/background.jpg") no-repeat center top;
      background-attachment: fixed;
  }
}


p {
  font-size:5vw;
}

.footer-area{
  background:black;
}