@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	
}
body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling: touch;
 	font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#282828;
	font-size: 1.4rem;
	font-weight:400;
	line-height:1;
	box-sizing: border-box;
	width: 100%;
	overflow-x: hidden;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

.mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.hiragino{
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}



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

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

.italic{
	font-style: italic;
}

main{
	display: block;
}

.inview{
	opacity: 0;
}


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

@media screen and (max-width: 768px) {
	
	

	.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;
	}
}



/*
#whole {
  position: relative;
}
*/


@media screen and (min-width: 769px) {

	

	
}		