@charset "UTF-8";

* {
	margin : 0;
	padding : 0;
	font-size : 100%;
	border : none;
	list-style-type: none;
	text-decoration : none ;
}
*, *::before, *::after {
	box-sizing: border-box;
}

html {	font-size : 62.5% ;}



img {
	width: 100%;
	height: auto;
	border : none;
}




video {
/*  iPhone safariの枠線を消す*/
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
/*  PCのChromeの枠線を消す*/
	outline: none;
  	border: none;
}


