@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	/*font-size:calc(100vh / 0.768);*/
}
body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
	color:#222222;
	/*font-size:0.024rem;*/
	font-size: 1.6em;
	font-weight:400;
	line-height:1;
}


a {
	color: inherit;
	text-decoration:none;
}

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


@media screen and (min-width: 860px) {
	.sp_view {
		display:none ;
	}
	
	.pc_view {
		display:block ;
	}
}

@media screen and (max-width: 859px) {
	
	
  
	.sp_view {
		display:block ;
	}
	
	.pc_view {
		display:none ;
	}
	body {
		
	}
}



@media print,screen and (min-width:769px) {
	a:hover,a:hover img:not('.not-hover') {
		opacity:.85;
	}
}


