@charset "UTF-8";
/*==============================================================
common
==============================================================*/
.pc{
	display: none;
}
.sp{
	display: block;
}
body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:3.4vw;
	line-height: 6.6vw;
}
img {
  max-width: 100%;
  height: auto;
}


@media screen and (min-width: 768px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
	a:hover , a:hover img{
		opacity:0.6;
	}
	body{
		font-size:14px;
		line-height: 34px;
        padding: 0;
	}

}