@charset "utf-8";
/* ---------------------------------------------------

	Syntax - SP First

--------------------------------------------------- */
/* ---------------------------------------------------

	common Header Footer

--------------------------------------------------- */
*{
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  }
html{
  height: 100%;
  width: 100%;
}
body{
  color: rgba(41,41,41,1.00);
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  margin: 0;  
  width: 100%;
}

main{display: block;}

a{
  color: rgba(41,41,41,1.00);
  text-decoration: none;
  }

ul{
  list-style: none;
}

img{
  height: auto;
  max-width: 100%;
  }

#sdk__frame{
  height: 100%;
  width: 100%; 
}
#showcase-iframe{
  height: 100%;
  width: 100%;
}

/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
}/* /min-width: 600px */



/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
}/* /min-width: 1025px */