/* CSS Document */

html,body,p,ul,li,dl,dt,dd,
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, table, a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0;
	box-sizing: border-box;
}
html {
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}

html, body {
	height: 100%;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/*aタグ基本*/
a {
	color: #000000;
	text-decoration: none;
	border: 0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}
a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}

/*-------------------------------------------------------
レイアウト
-------------------------------------------------------*/

.l-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
}
