/* -----------------------------------
  basic
----------------------------------- */
html{
/*  margin-top: 0px !important;
  font-size: 62.5%;
*/
}
body {
/*
  font-size: 1.7rem;
  color: #000000;
  background: #ffffff;
*/
}


/* -----------------------------------
  pc
----------------------------------- */


/* -----------------------------------
	tablet
----------------------------------- */
@media screen and (max-width: 1279px) {
	
	/* この上に記述 */
}

/* -----------------------------------
  sp
----------------------------------- */
@media screen and (max-width: 767px) {

	/* この上に記述 */
}
