@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
/*	border:none; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*[コンテンツタイトル/SPECIAL FEATUREとINSTAGRAM LIVEのアップ日/値段の数字/]*/
.font_urbanist{
	font-family: 'Urbanist', sans-serif;
}

/* pc */
@media only screen and (min-width:1025px){

}

/* tblet */
@media only screen and (min-width:641px) {
	.pc{
		display:block;
	}
	.sp{
		display:none;
	}
}

/* sp */
@media only screen and (max-width:640px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
