@charset "utf-8";
@import url("../common/reset.css");
@import url("../common/common.css");
@import url("../common/common_sp.css") only screen and (max-width: 896px);
@import url("../common/common_pc.css") only screen and (min-width: 897px);
@import url("./sp.css?update=20251008") only screen and (max-width: 896px);
@import url("./pc.css?update=20251008") only screen and (min-width: 897px);


/*==============================================

	INDEX

==============================================*/

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

	.pc_view { display:none !important; }
	.sp_view { display:block !important; }

}

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

	.pc_view { display:block !important; }
	.sp_view { display:none !important; }

}
