@charset "utf-8";

/* ================ Style ================= */
#kv {
	background: url(../img/img_kv_pc.jpg) top center no-repeat;
}

	@media screen and (max-width: 780px) {
 .pc_Only{
    display: none;
			
  }
}
@media screen and (min-width: 460px) {
 .sp_Only{
    display: none;
			
  }
		}