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

@media screen and (max-width:768px) {
  .wrapper{
    width: 95%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .tab{
    padding-top: 5%;
  }
  .area ul{
    width: 100%;
  }
  .area-box{
    width: 45%;
  }
  .img-wrap{
    width: 40vw;
    height: 40vw;
  }
  .ghost{
    display: none;
  }
  .button_area{
    width: 95%;
  }
}