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

@media screen and (max-width:768px) {
  .area p {
    font-size: 1rem;
  }
  .sp-br {
    display: inline-block;
  }
  .randomBox, .randomScroll {
    width: 95%;
  }
  .box{
    width: 35vw;
    height: 35vw;
  }
}
@media screen and (max-width:540px){
  .randomScroll li:last-child img{
    position: absolute;
    top: 0px;
    left: 0;
  }
}