@charset "UTF-8";

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

.noto{
	font-family:"Noto Sans Japanese", sans-serif !important;
}
.copper{
	font-family: "copperplate";
	font-weight: 700;
	letter-spacing: 1px;
}
.contrail{
	font-family: 'Contrail One', cursive;
}

.uppercase{
	text-transform: uppercase;
}
.helvetica{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
a {
	color:inherit;
	text-decoration:none;
}

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

strong{
	font-weight: bold;
}


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

.pc_view {
	display:block ;
}
.degree-90{
	transform: rotate(90deg);
}

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