@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：HIDEAKI TOKUNAGA OFFICIAL SITE
2012.05.17
updated: 2012.05.17
guideline: Ver.01
m-up, Inc.
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * COMMON / OVERRIDE
 * ------------------------------------ */

#container {
	position: relative;
}

#header {
	padding:15px 20px 10px;
/*	background: #000;*/
	background: url(../img/home/202502/bgHeader.jpg);
}

#header h1 {
	background: url(../img/home/202104/logo.png) left top no-repeat;
}

#topNav .lang li.english a {
	background-image: url(../img/home/202104/langE.png);
}

#topNav .lang li.japanese a {
	background-image: url(../img/home/202104/langJ.png);
}

/*
.sns {
	position: absolute;
	top: 36px;
	right: 25px;
	width: 500px;
	z-index: 10;
}

.sns li {
	padding-left: 5px;
	float: right;
}

.sns li:first-child {
	margin-top:5px;
}
*/

.new-sns {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 500px;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.new-sns li {
	padding-left: 8px;
}

_::-webkit-full-page-media, _:future, :root .sns li:first-child{
    margin-top:6px;
  }

#globalNav li a {
	background-image: url(../img/home/202104/globalNav.png);
}

#content {
	margin-top: 0;
	padding: 0;
	min-height: 735px;
	height: 735px;
	background-image: url(../img/home/202510/bgContent.jpg);
}

#footer {
    clear: both;
    padding: 20px 25px 50px;
	text-align: center;
}

#footer a.pageTop {
	display: none;
}

#footer address {
	margin: 0 auto;
}


/* ------------------------------------
 * HEADLINE
 * ------------------------------------ */

#contentInner {
	position: relative;
	height: 706px;
	background: url(../img/spacer.gif) repeat;
}

#infoHeadline {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: url(../img/home/202104/bgHeadline.png) repeat;
}

#infoHeadline h2 {
	margin-bottom: 15px;
	height: 17px;
	background: url(../img/home/titleInformation.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#infoHeadline a,
#infoHeadline span {
	padding-left: 10px;
}

#infoHeadline .new {
	padding-left: 40px;
	background: url(../img/common/new.gif) 10px center no-repeat;
}

#infoHeadline dt,
#infoHeadline dd {
	padding-top: 5px;
	display: inline;
	height: 24px;
	line-height: 24px;
	overflow: hidden !important;
}

#infoHeadline dt {
	clear: both;
	float: left;
	width: 54px;
	background-image: url(../img/home/infoCategory.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#infoHeadline dt.release {
	background-position: 0 0;
}

#infoHeadline dt.live {
	background-position: 0 -29px;
}

#infoHeadline dt.media {
	background-position: 0 -58px;
}

#infoHeadline dt.fanclub {
	background-position: 0 -87px;
}

#infoHeadline dt.other {
	background-position: 0 -116px;
}

#infoHeadline dd {
	float: right;
	width: 800px;
}

#infoHeadline a {
	color: #fff;
	text-decoration: none;
}
#infoHeadline a:hover {
	text-decoration: underline;
}

#infoHeadline .more{
	text-align: right;
    margin-right: 330px;
}

/* VIEW MORE ボタン追加 */
#infoHeadline .btnlink {
	position: absolute;
    top: 20px;
    left: 160px;
}

#infoHeadline .btnlink a {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
	padding: 5px 8px;
	border-radius: 5px;
}

#infoHeadline .btnlink a:hover{
	text-decoration: none !important;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(0deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#000000",GradientType=1);
} 


/* ------------------------------------
 * BANNER
 * ------------------------------------ */

#bnr {
	clear: both;
	margin-left: -3px;
	position: relative;
	width: 903px;
	zoom: 1;
}

#bnr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#bnr li {
	padding: 3px 0 0 3px;
	display: inline;
	float: left;
}

#bnr li a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

/* ------------------------------------
 * BANNER 左上 or 右上
 * ------------------------------------ */
#contentbnr{
	min-height: 106px;
	position: relative;
}
#contentbnr a img{
	position: absolute;
	right: 15px;
	top: 15px;
}
#contentbnr a:nth-child(2) img{
	right: 15px;
	top: 115px;
}