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


/* 基礎 */

html,body {
	height:100%;
/*	scroll-padding-top: 140px;*/
	scroll-behavior: smooth;
}

html {
	font-size:62.5%;
}

img {
	max-width: 100%;
	height: auto;	
}

@media screen and (min-width:961px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width:960px) {
	.pc{
		display: none;
	}
}
