@charset "UTF-8";

@media screen and (max-width: 800px){

  .btn__box{
    bottom: -24px;
    z-index: 3;
  }
  .insta__link{
    height: 140px;
  }
  .QA-1 h1{
    padding-top: 80px;
  }
}
@media screen and (max-width: 460px) {
  
  
  .top,
  .section1,
  .section2,
  .section3,
  .QA-1,
  .member-1,
  .sentence,
  .close-1{
    width: 100%;
  }
  .btn__box{
    bottom: -2.4%;
  }
  .insta__link{
    height: 118px;
  }
  .QA-1 h1{
    padding-top: 40px;
    font-size: 600%;
  }
  .QA-1 p{
    font-size: 180%;
  }
}


@media screen and (max-width: 360px) {
  .full-page {
    width: 100%
  }

  .top-1{
    display: inline-block !important;
  }

  .insta__link{
    height: 68px;
  }

}
