html, body{
	background:#fff;
	font-family:'Noto Sans JP','Montserrat', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	color:#444;
	paddin:0;
	margin: 0;
	border: 0;
	line-height: 1.5em;
	height:100%;
}


ul, li {
	list-style: none;
}

a:link{
	color:#000;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:none;
}

.hidden{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

h1,h2,h3,h4{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}
.object-fitImg{
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


#contents .clear{
	clear:both;
}

/*トップ*/

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

.pc { display: block !important; }
.sp { display: none !important; }

#contents{
	width:auto;
	height: 100%;
	padding:0;
	margin:0 auto;
/*	border:1px solid #f09;*/
	background: url(../img/logo_m.svg) no-repeat;
	background-size: 30% 30%;
	background-position: center 40%;
	
}

#contents .v_line_fix {
	position: absolute;
	right: 50px;
	width: 4px;
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #000;
}

/*DETAIL_common*/
#contents_detail{
	width:auto;
	height: 100%;
	padding:0;
	margin:0 auto;
/*	border:1px solid #f09;*/
	
}

#contents_detail .v_line_fix {
	position: absolute;
	right: 50px;
	width: 4px;
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #000;
}

/*footer*/

#contents footer{
	width:100%;
	position:absolute;
	bottom:0;
	margin: 0 auto 1vw 0;
	font-size:12px;
	color:#222;
	text-align:center;
}

	
}



/* スマートフォン用 */

@media screen and (max-width:767px )
{
	.pc { display: none !important; }
	.sp { display: block !important; }

	
#contents{
	width:auto;
	height: 100%;
	padding:0;
	margin:0 auto;
/*	border:1px solid #f09;*/
	background: url(../img/logo_m.svg) no-repeat;
	background-size: 50% 50%;
	background-position: 40% 40%;
}

#contents .v_line_fix {
	position: absolute;
	right: 50px;
	width: 4px;
	height: 100%;
	margin: 0;
	padding:0;
	background-color: #000;
}



footer{
	width:95%;
	position:absolute;
	bottom:0;
	margin: 0 auto 1vw auto;
	font-size:2vw;
	color:#222;
	text-align:center;
	}
}