* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	background:#f8ced2 url(../img/mv_bg.png) no-repeat top center ;
}
@media screen and (max-width:767px) {
body {
	background:#f8ced2 url(../img/mv_bg_sp.png) no-repeat top center ;
	background-size:100% auto;
}
}
img {
	vertical-align: bottom;
	max-width:100%;
}

a {
	text-decoration: none;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style: none;
}
