@charset "utf-8";

/*初期設定*/
body {
	background-color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	font-feature-settings: "palt", "kern";
	-webkit-font-feature-settings: "palt", "kern";
	color: #000;
}
img {
	width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
noscript p {
	margin: 30% auto;
	width: 50%;
	padding: 10%;
	background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.fwat {
	opacity:0;
}
#c_loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../img/c_loading.png") no-repeat center center;
	background-size: cover;
	z-index: 99999;
}

/*ヘッダー*/
#c_hdr {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
}

/*コンテンツ　スライダー*/
#c_cont_slider {
	position: relative;
}
.slick-slider {
	margin-bottom: 0;
}










