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

* common.css

*********************************************************************
*/
body {
    width: 100%;
}
body img {
  width: auto;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
* {
  box-sizing: border-box
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body {overflow-x: hidden;}
  .sp {
    display: inline;
  }
	.pc {
  display: none;
}
}