@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'SF Compact Display', 'sans-serif';
	src: url("../fonts/SF Compact Display.otf") format("opentype");
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
}
.en_txt {
	font-family: acumin-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	opacity: 0.7;
}
img {
	width: 100%;
}
.sp_block {
	display: none!important;
}
.tb_block {
	display: none!important;
}

/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
	.tb_none {
		display: none!important;
	}
	.tb_block {
		display: block!important;
	}
}

/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.sp_none {
		display: none!important;
	}
	.sp_block {
		display: block!important;
	}
}