@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
 	font-family: 'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; 
	color:#000;
	font-size:14px;
	font-weight:400;
	line-height:1;
}

.din{
	font-family: "din-2014", sans-serif;
}

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

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


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

.pc_view {
	display:block ;
}
a:hover,a:hover img:not(.not-opa) {
		opacity:.75;
	}
}
/*
@media print,screen and (min-width:860px) {
	a:hover,a:hover img:not(.not-opa) {
		opacity:.75;
	}
}
*/
@media screen and (max-width: 800px) {
	/*
	html {
		font-size:calc(100vw / 0.768);
	}
  body {
  	font-size:0.024rem;
  }
  */
	.sp_view {
		display:block ;
	}
	
	.pc_view {
		display:none ;
	}
}
