/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/


  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  html #socialbuttons .social-line {
    width: 92px;
    overflow: hidden;
  }




@media only screen and (min-width: 768px) {


.pc {
  display: block;
}

.sp {
  display: none;
}
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
     html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}


/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
  }
}
