/* ヘッダー　スペシャルバナー
 * ======================================== */
html.no-bnrHeaderSpecial #bnr-header-special {	// 「閉じる」ボタンを押してから一定時間は表示しない cf.「bnr-header-special.sjs」
	display: none !important;
}
#bnr-header-special {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #373737;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#373737 0%, #040404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#040404));
	background: -webkit-linear-gradient(top,	#373737 0%,#040404 100%);
	background: -o-linear-gradient(top,	#373737 0%,#040404 100%);
	background: -ms-linear-gradient(top,	#373737 0%,#040404 100%);
	background: linear-gradient(to bottom,	#373737 0%,#040404 100%);

}

#bnr-header-special.v01{
	background:url(/au_common/pc/images/bnr_header_special/bg_img_v01.gif) repeat 0 0;
}
#bnr-header-special.v02{
	background:url(/au_common/pc/images/bnr_header_special/bg_img_v02.gif) repeat 0 0;
}
#bnr-header-special.v03{
	background:url(/au_common/pc/images/bnr_header_special/bg_img_v03.gif) repeat 0 0;
}
#bnr-header-special.v04{
	background:url(/au_common/pc/images/bnr_header_special/bg_img_v04.gif) repeat 0 0;
}

@media screen and (min-width:0) {
	#bnr-header-special.pcPage {
	-ms-filter: "";
	}
}
.bnr-header-special-link {
	position: relative;
	display:block;
}
.bnr-header-special-link a,
.bnr-header-special-link img{
display:block;
}
.pcPage #bnr-header-special-wrap {
	margin: 0 auto;
	width: 980px;
	position: relative;
}
.pcPage #bnr-header-special-close {
	position: absolute;
	right: 0;
	top: 0;

}	  
.pcPage #bnr-header-special-close a{ 
 display:block;
 cursor: pointer;
}
.pcPage.bnr-header-special--column-2 .bnr-header-special-link {
float: left;
}
.pcPage.bnr-header-special--column-2 .bnr-header-line{
margin:0 0 0 -1px;
font-size:0;
position:absolute;
top:0;
left:50%;
}

#bnr-header-special-sparkle {
	display: block;
	position: absolute;
	z-index: 1;
	top: -1000px;
	left: -1000px;
	width: 600px;
	height: 600px;
	background: url(https://media.kddi.com/extlib/images/common/bnr_header_special/sparkle.png);
}
.bnr-header-special-hover {
	position: absolute;
	top:0 ;
	left:0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
}