/* ---------------------------------------------------------------------------
 recommendNavi
 2017.5.18 FIX共通化
*/

.recommendNavi {
	margin: 0;
	clear: both;
}

.recommendNavi li {
	zoom: 100%;
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 10px);
	padding: 0 !important;
	background-position: center center !important;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 3px;

	border-top: 1px solid rgba(245,245,245,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	box-sizing: border-box;
}



.recommendNavi.split4 li	{ width: calc(25% - 10px); }
.recommendNavi.split5 li	{ width: calc(20% - 10px); }
.recommendNavi.split6 li	{ width: calc(16.66% - 10px); }


.recommendNavi li:before ,
.recommendNavi li:after {
	content: " ";
	display: block;
	width: 1px;
	background: linear-gradient( rgba(245,245,245,0.5), rgba(0,0,0,0.4) );
}
.recommendNavi li:before	{ position: relative; }
.recommendNavi li:after		{ position: absolute; top: 0; right: 0; }




.recommendNavi li a {
	position: absolute;
	display: block;
	top: -1px;
	bottom: -1px;
	right: 0;
	left: 0;
	text-indent: -9999px;

	background-color: rgba(255,255,255,0);
	transition: background-color 0.3s;
}

.recommendNavi > a img {
	transition: opacity 0.3s;
	max-width: 100%;
}
.recommendNavi > a:hover img {
	opacity:0.7;
}


.recommendNavi a {
	position: relative;
	display: block;
}

.recommendNavi.bn-mt10 a {
	margin-top: 10px;
}



/* ---------------------------------------------------------------------------
 PC・共通 */
#slideShow img {
	border: none;
}

#slideShow ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#slideShow li {
	padding: 0;
	background-position: center center;
}


#flip {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}
#flip ,
#flip li {
	background-image: none;
}

#flip img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

#flip a {
	display: block;
	position: relative;
	overflow: hidden;
}



/* ---------------------------------------------------------------------------
 PC */

body:not(.mobile) #slideShow {
	position: relative;
	width: 100%;
	min-height: 480px;
	margin: 0 auto 17px;
	padding: 20px 0 0;
	background-color: #ddd;
	overflow: hidden;
}


body:not(.mobile) #flip {
	width: calc(100% - 36px);
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
}

body:not(.mobile) #flip ,
body:not(.mobile) #pagenation {
	opacity: 0;
	transition: opacity 0.5s;
}
body:not(.mobile) #slideShow.loaded #flip ,
body:not(.mobile) #slideShow.loaded #pagenation {
	opacity: 1;
}

body:not(.mobile) #flip img {
	width: 100%;
	height: auto;
}

body:not(.mobile) #flip li {
	height: 0;
	opacity: 0;
}
body:not(.mobile) #flip li.active {
	height: 100%;
	opacity: 1;
	transition: opacity 0.1s;
}

body:not(.mobile) #flip a:after {
	content: " ";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 3px;
}




body:not(.mobile) .recommendNavi li {
	height: auto;
	margin: 0 5px;
}
body:not(.mobile) .recommendNavi li:before,
body:not(.mobile) .recommendNavi li:after {
    padding-top: 42.86%;
}

#flip ,
#flip li ,
#flip a {
	border-radius: 3px;
}



body:not(.mobile) #slideShow #pagenation {
	position: relative;
	margin: 17px auto 15px;
	padding-bottom: 6px;
	overflow: hidden;
	width: 960px;
	height: auto;
	box-sizing: border-box;
	z-index: 1;
}


/*カーソル表示*/
#pagenation li a:before {
	content: " ";
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0px;
	right: 0px;
	height: 3px;

	background: rgba(255,255,255,0.6);
	transition: opacity 0.3s;
	opacity: 0;
}
html.fixrecords #pagenation li:not(:hover) a:before {
	background: rgba(137,100,110,1);
}

#pagenation li.active a ,
.recommendNavi li:hover a {
	background-color: rgba(255,255,255,0.3);
}

#pagenation li.active a:before {
	opacity: 1;
}



#timeline_area {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 2px;
	background: rgba(0,0,0,0.3);
	border-radius: 0 0 3px 3px;
	overflow: hidden;

}
#timeline {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	background: rgba(255,255,255,0.5);
	width: 0%;
}




/*ぼかし背景*/
body:not(.mobile) ul#hoverBg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

body:not(.mobile) ul#hoverBg li {
	display: block;
	position: absolute;
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
	padding: 0;
	background-color: rgba(0,0,0,1);
	opacity: 0;
	transition: opacity 0.2s linear 0s;
}

body:not(.mobile) ul#hoverBg li.active {
	opacity: 1;
}



/* ぼかし：通常 */
body:not(.mobile) ul#hoverBg li div.filter {
	position: absolute;
	top: 0;left: 0; right: 0; bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	filter: blur(15px);
	opacity: 0.8;
}

/* ぼかし：isMsie11 || isEdge (background-blur.min.js) ※ブラー値：js側 */
ul#hoverBg div.cover {
	position: relative;
	width: 100%;
	height: 100%;
/*	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-top: 37.5%;*/
}

ul#hoverBg div.img_blurred ,
.img_blurred svg,
.img_blurred img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ---------------------------------------------------------------------------
 モバイル */
body.mobile .recommendNavi {
	overflow: hidden;
}

body.mobile #pagenation {
	display: none;
}

body.mobile #slideShow {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
	padding-top: 3px;
}
body.mobile #slideShow:after {
	content: " ";
	display: block;
	padding-top: 37.5%;
	margin-bottom: 50px;
}

body.mobile #flip {
	position: absolute;
	box-shadow: none;
	border-radius: 0;
	width: 1000%;
	height: auto;
	display: none;
}


body.mobile #flip li {
	float: left;
	width: auto;
	height: auto;
	border-radius: 0;
}
body.mobile #flip a ,
body.mobile #flip img {
	float: left;
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
}

/*ポインター*/
body.mobile .pointer {
	position: absolute;
	bottom: 9px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

body.mobile .pointer span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	border: 2px solid rgba(255,255,255,0.4);
	margin: 10px 8px 8px;
}

body.mobile .pointer span.current {
	border-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.4);
}



/*[EOF]*/