@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* ================================================================================ */
/*      header     */
/* ================================================================================ */
#commonHeader {
}
#commonHeader .innerBlock {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#commonHeader #globalHeader {
	//background-color: #070a19;
	padding: 10px 20px;
	overflow: hidden;
}

#commonHeader #globalHeader h2 {
}
#commonHeader #globalHeader .logo {
	float: left;
}
#commonHeader #globalHeader .logo img {
	width: 200px;
}
#commonHeader #globalHeader .anniversary {
	float: right;
}
#commonHeader #globalHeader .anniversary img {
	//width: 300px;
	padding-top: 5px;
}

#commonHeader #mainTtl {
	margin: 0 auto;
	background: url('../images/main.jpg') no-repeat;
	position: relative;
	height: 711px;
	z-index: -1;
}
#commonHeader #mainTtl h1 {
	position: absolute;
	color: #fff;
	font-weight: 600;
	line-height: 0;
	font-family: 'Droid Sans', sans-serif;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
}
#commonHeader #mainTtl h1 .h1_01 {
	display: block;
	font-size: 290%;
	color: #DADADA;
	padding-top: 40px;
}
#commonHeader #mainTtl h1 .h1_02 {
	display: block;
	padding-top: 20px;
}
#commonHeader #mainTtl h1 .h1_02 img {
	width: 700px;
}
#commonHeader #mainTtl h1 .h1_03 {
	display: block;
	font-size: 290%;
	color: #DADADA;
	padding-top: 20px;
	padding-bottom: 40px;
}

#commonHeader #mainTtl .cuntDownBlock {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 60px;
	overflow: hidden;
	margin-left: -205px;
}
#commonHeader #mainTtl .cuntDownBlock .item {
	border: 1px solid #000;
	width: 410px;
	margin-right: 20px;
	float: left;
}
#commonHeader #mainTtl .cuntDownBlock dl {
	float: left;
	width: 100%;
}
#commonHeader #mainTtl .cuntDownBlock .item dt {
	background-color: #22272d;
	text-align: center;
	font-size: 150%;
}
#commonHeader #mainTtl .cuntDownBlock .item dd {
	background-color: #E4E7EC;
	color: #000;
	text-align: center;
	font-size: 300%;
}
#commonHeader #mainTtl .cuntDownBlock .item dd span {
	color: #C70007;
}

#commonHeader .snsBlock {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
	//background-color: #23272f;
	background: url(../images/bg.jpg) repeat;
}
#commonHeader .snsBlock ul {
	overflow: hidden;
}
#commonHeader .snsBlock li {
	display: inline;
	margin-right: 10px;
}
#commonHeader .snsBlock .twitter {
}
#commonHeader .snsBlock .facebook {
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#commonHeader .snsBlock .line img {
	width: 84px;
}



/* ================================================================================ */
/*      commonContainer     */
/* ================================================================================ */
#commonContainer {
}
#commonContainer .innerBlock {
	width: 100%;
	margin: 0 auto;
}



/* ================================================================================ */
/*      contents     */
/* ================================================================================ */
.contents .innerBlock {
	background-color: #23272f;
}

.contents .innerBlock h3.ttl {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	//background: url(../images/bg_ttl.png) repeat;
	background-color: #444466; 
	font-size: 200%;
	text-align: center;
	padding: 10px 0;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	border-top: 1px solid #222266;
	border-bottom: 1px solid #222266;
}
.contents .innerBlock h3.ttl .ribbon {
	position: absolute;
	/*! background: url(../images/img_ribbon_red.png) no-repeat; */
	width: 177px;
	height: 152px;
	top: -24px;
	left: 0;
}
.contents .innerBlock .body {
	padding: 20px 50px;
}



/* ================================================================================ */
/*      contWhatsnew     */
/* ================================================================================ */
#contWhatsnew {
}
#contWhatsnew .innerBlock {
	width: 960px;
	margin: 0 auto;
	//padding: 20px 0;
	//background: url(../images/bg.jpg) repeat;
}
#contWhatsnew .innerBlock .body li {
	padding-bottom: 10px;
	margin: 10px 0;
	border-bottom: 1px dotted #767676;
}
#contWhatsnew .twitterBlock iframe {
	width: 100% !important;
	height: 500px;
}



/* ================================================================================ */
/*      contSpot     */
/* ================================================================================ */
#contSpot {
}
#contSpot .innerBlock {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
#contSpot .innerBlock .moviePlayer {
	width: 100%;
	margin: 0 auto;
}
#contSpot .innerBlock #ytMain {
	padding-top: 20px;
}
#contSpot .innerBlock ul {
	overflow: hidden;
	padding-top: 20px;
}
#contSpot .innerBlock ul li {
	width: 275px;
	min-height: 198px;
	float: left;
	margin: 0 11px 11px 0;
}
#contSpot .innerBlock ul li.active .ttl {
}
#contSpot .innerBlock ul li .thumbGroup {
	position: relative;
	width: 273px;
	height: 156px;
	overflow: hidden;
}
#contSpot .innerBlock ul li .thumbGroup img {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid gray;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#contSpot .innerBlock ul li .ttl {
	font-size: 80%;
	background-color: #23272f;
	color: #fff;
}
#contSpot .innerBlock li a:link,
#contSpot .innerBlock li a:visited {
	color: #000;
	text-decoration: none;
}
#contSpot .innerBlock li a:hover,
#contSpot .innerBlock li a:active  {
	text-decoration:none;
}

#contHoneJintai{
	width: 960px;
	//height: 550px;
	margin: 0 auto;
	//padding: 20px 0;
	overflow:hidden;
	//background-color: #23272f;
	background: url(../images/bg.jpg) repeat;
}
#contHoneJintai .innerBlock{
	background: url(../images/bg.jpg) repeat;
}
#contHoneJintai .lCol,.rCol {
	width: 45%;
	padding: 20px;
}
#contHoneJintai .bunner img{
	width: 100%;
}
#contHoneJintai .lCol{
	float: left;
}
#contHoneJintai .rCol{
	float: right;
}
#contHoneJintai .rCol .movie,#contRelease .movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#contHoneJintai .rCol .movie iframe,#contRelease .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#contHoneJintai .rCol .ttl{
	text-align: center;
}

/* ================================================================================ */
/*      contRelease     */
/* ================================================================================ */
#contRelease {
}
#contRelease .innerBlock {
	width: 960px;
	margin: 0 auto;
	//padding: 20px 0;
	background: url(../images/bg.jpg) repeat;
}
#contRelease .innerBlock .body .item {
	margin-bottom: 30px;
	overflow: hidden;
}
#contRelease .innerBlock .body .item h4.ttl {
	border-left: 6px solid #888888;
	border-bottom: 1px solid #888888; 
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4;
}
#contRelease .innerBlock .body .item h4.ttl .edition {
	font-size: 140%;
	display: block;
}
#contRelease .innerBlock .body .item h4.ttl .product {
	font-size: 130%;
}
#contRelease .innerBlock .body .item h4.ttl .notice {
	background-color: #841d1d;
	padding: 6px;
	width: 440px;
}
#contRelease .innerBlock .body .item .jk {
	text-align: center;
	width: 40%;
	margin-bottom: 30px;
	float: left;
}
#contRelease .innerBlock .body .item .jk img {
	max-width: 300px;
}
#contRelease .innerBlock .body .item .txt .list {
	overflow: hidden;
	margin-bottom: 30px;
	width: 60%;
	float: left;
}
#contRelease .innerBlock .body .item .txt .list .type {
	display: block;
}
#contRelease .innerBlock .body .item .txt .list .l {
	float: left;
	width: 50%;
}
#contRelease .innerBlock .body .item .txt .list .r {
	float: left;
	width: 50%;
}
#contRelease .innerBlock .body .item .txt .list li span {
	display: inline-block;
	width: 40px;
}
#contRelease .innerBlock .body .item .txt .list .noticeB {
	background-color: #841d1d;
	padding: 10px;
}



/* ================================================================================ */
/*      contInstoreEvent     */
/* ================================================================================ */
#contInstoreEvent {
}
#contInstoreEvent .innerBlock {
	width: 960px;
	margin: 0 auto;
	//padding: 20px 0;
}
#contInstoreEvent .innerBlock .body .item {
	margin-bottom: 30px;
}
#contInstoreEvent .innerBlock .body .item h4.ttl {
	border-left: 6px solid #888888;
	border-bottom: 1px solid #888888; 
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 140%;
}
#contInstoreEvent .innerBlock .body .item .txt .list {
	overflow: hidden;
	margin-bottom: 30px;
}
#contInstoreEvent .innerBlock .body .item .txt .list li{
	padding: 10px;
}
#contInstoreEvent .innerBlock .body .item .txt .list li:nth-child(odd){
	background-color: #0F1217;
}
#contInstoreEvent .innerBlock .body .item .txt .list li .toggleTtl {
	cursor: pointer;
}
#contInstoreEvent .innerBlock .body .item .txt .list li .toggleTtl .date {
	display: inline-block;
	width: 100px;
}
#contInstoreEvent .innerBlock .body .item .txt .list li .toggleTtl .new {
	color: #fff;
	background-color: #841D1D;
	margin-left: 10px;
	padding: 4px 6px;
}
#contInstoreEvent .innerBlock .body .item .txt .list li .toggleBody {
	display: none;
}




/* ================================================================================ */
/*      contProfile     */
/* ================================================================================ */
#contProfile {
}
#contProfile .innerBlock {
	width: 960px;
	margin: 0 auto;
	//padding: 20px 0;
	padding-bottom: 20px;
	//background: url(../images/bg.jpg) repeat;
	background-color: #23272f;
}
#contProfile .innerBlock .body .item {
	margin-bottom: 30px;
}
#contProfile .innerBlock .body .item .artist {
	text-align: center;
	margin-bottom: 30px;
}
#contProfile .innerBlock .body .item .txt .list {
	overflow: hidden;
	margin-bottom: 30px;
}



/* ================================================================================ */
/*      pagerTop     */
/* ================================================================================ */
#pagerTop {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	margin: 0 auto;
	width: 300px;
	height: 50px;
	background-color: #444466;
}
#pagerTop a {
	display: block;
	font-size: 150%;
	text-align: center;
	padding-top: 8px;
}
#pagerTop a:link,
#pagerTop a:visited {
	color: #fff;
	text-decoration: none;
}
#pagerTop a:hover,
#pagerTop a:active  {
	text-decoration: none;
}



/* ================================================================================ */
/*      footer     */
/* ================================================================================ */
#commonFooter {
}
#commonFooter .innerBlock {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}



/* ================================================================================ */
/*      Media Queries     */
/* ================================================================================ */
@media screen and (max-width: 960px) {

	/* ================================================================================ */
	/*      body     */
	/* ================================================================================ */
	body {
		font-size: 20px;
		word-break: break-all;
	}

	/* ================================================================================ */
	/*      header     */
	/* ================================================================================ */
	#commonHeader #mainTtl h1 {
		top: 0;
	}
	#commonHeader #mainTtl h1 .h1_01 {
		font-size: 180%;
	}
	#commonHeader #mainTtl h1 .h1_02 {
		font-size: 220%;
	}
	#commonHeader #mainTtl h1 .h1_03 {
		font-size: 180%;
	}
	#commonHeader #mainTtl .cuntDownBlock {
		bottom: 40px;
	}
	#commonHeader #mainTtl .cuntDownBlock .item dd {
		font-size: 240%;
	}

	/* ================================================================================ */
	/*      contents     */
	/* ================================================================================ */
	.contents .innerBlock h3.ttl {
		padding: 0;
	}

	/* ================================================================================ */
	/*      contWhatsnew     */
	/* ================================================================================ */
	#contWhatsnew .innerBlock .body li {
		border-bottom: 4px dotted #767676;
	}

	/* ================================================================================ */
	/*      contRelease     */
	/* ================================================================================ */
	#contRelease .innerBlock .body .item .jk {
		margin-right: 0;
		margin-bottom: 30px;
		float: none;
		width: auto;
	}
	#contRelease .innerBlock .body .item .jk img {
		max-width: 500px;
	}
	#contRelease .innerBlock .body .item h4.ttl .notice {
		width: 100%;
	}
	#contRelease .innerBlock .body .item .txt .list {
		float: none;
		width: auto;
	}
	#contRelease .innerBlock .body .item .txt .list .l {
		font-size: 120%;
	}
	#contRelease .innerBlock .body .item .txt .list .r {
		font-size: 120%;
	}
	#contRelease .innerBlock .body .item .txt .list li span {
		width: 60px;
	}

	/* ================================================================================ */
	/*      contSpot     */
	/* ================================================================================ */
	#contSpot .innerBlock ul li {
		min-height: 250px;
		float: left;
		margin: 0 11px 11px 0;
	}

	/* ================================================================================ */
	/*      contInstoreEvent     */
	/* ================================================================================ */
	#contInstoreEvent .innerBlock .body .item .txt .list li .toggleTtl .date {
		width: 240px;
		font-size: 120%;
	}

	/* ================================================================================ */
	/*      contProfile     */
	/* ================================================================================ */
	#contProfile .innerBlock .body .item .txt .list {
		font-size: 110%;
	}
	#contHoneJintai .innerBlock .body {
		font-size: 110%;
	}
	#contHoneJintai{
		//width: 100%;
	}
	#contHoneJintai .lCol{
		width: 100%;
		padding: 0 0;
	}
	#contHoneJintai .lCol img{
		width: 100%;
	}
	#contHoneJintai .rCol{
		width: 100%;
		padding: 60px 0;
	}

	/* ================================================================================ */
	/*      pagerTop     */
	/* ================================================================================ */
	#pagerTop {
		width: 500px;
		height: 100px;
	}
	#pagerTop a {
		font-size: 200%;
		padding-top: 14px;
	}

	/* ================================================================================ */
	/*      footer     */
	/* ================================================================================ */
	#commonFooter .copyright {
	}

}
