@charset "utf-8";


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


@media only screen and (min-width: 1025px) {
  .pc_view_foot {
    display:block !important;
  }
  .sp_view_foot {
    display:none !important;
  }
}/* close pc */

@media only screen and (max-width: 1024px) {
  .sp_view_foot {
    display:block !important;
  }
  .pc_view_foot {
    display:none !important;
  }
}/* close tab */



.body_stop{
	overflow: hidden;
}
#menu_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 50;
	background: transparent;
	display: none;
	cursor: pointer;
}
#menu_bg.on{
	display: block;
}
#fix_content{
	display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.contents_wrap{
	padding-top:70px;
}
#main {
	width: 100%;
	/*min-width: 1260px;*/
	overflow: hidden;
}

span.pc_br{
	display:block;
}
