@charset "UTF-8";

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


.lato{
	font-family: 'Lato', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; ;
}

.oswald{
	font-family: 'Oswald', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; ;
}

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

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

.italic{
	font-style: italic;
}

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {

}
input[type="search"]::-webkit-search-decoration {
  display: none;
}



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

@media screen and (max-width: 959px) {
	/*
	html {
		font-size:calc(100vw / 0.768);
	}
  body {
  	font-size:0.024rem;
  }
  */
	.sp_view {
		display:block ;
	}
	.pc_view {
		display:none ;
	}
	.sp_none{
		display: none !important;
	}
}



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


