@charaset "utf-8";

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}
table{border-collapse:separate; border-spacing:0;}
caption, th, td{text-align:left; font-weight:400;}
a img{border:none;}

/* clearfix ----------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;
    clear: both; 
	visibility:hidden;
}
.clearfix{display: inline-block;min-height:1%;  /* for IE 7*/} 
/* IE Mac */
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* html5.js対応用 */
article,aside,canvas,details,figcaption,figure,header,footer,main,menu,nav,section,summary {display: block;}
/* box-sizingでサイズを統一管理 */
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,img,a,p{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {max-width: 100%;height: auto;}
iframe.twitter-share-button {width: 110px!important;}
iframe[src*="www.facebook.com/plugins/like.php"]{width:115px !important;}

/*テンプレート ここまで///////////////////////////////////////////////*/
/*################################################################################*/
body,html{height: 100%;}
body{
	color: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow-y: scroll;
}
a{color: #CB0058;}
a:hover{color: #FF02BE;text-decoration: none;}
.clear{clear: both;}

/*選択時の文字*/
::selection {
	color: #FFF;
	background-color: #845FB3;
	text-shadow: #000 0px 0px 3px;
}
::-moz-selection {
	color: #FFF;
	background-color: #845FB3;
	text-shadow: #000 0px 0px 3px;
}
noscript{
	font-size:16px;
	color: #000;
	line-height:2em;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.br{display: inline-block;}


/*---------------------------------------------------------*/

/*トップヘ戻る*/
#backTop{
	cursor: pointer;
	position: fixed;
	right: -170px;
	bottom: 0px;
	z-index: 999;
	line-height: 0px;
}
.border{
	border: 1px solid #333;
	background-color: #000;
	-webkit-box-shadow: 0px 0px 4px #333;
	box-shadow: 0px 0px 4px #333;
	margin-right: 2px;
	margin-left: 2px;
}

#all{
	position: relative;
	width: 100%;
	min-width: 950px;
	min-height: 100%;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	min-width: 950px;
	background-attachment: fixed;
}


/*---------------------------------------------------------
 ローディング
---------------------------------------------------------*/
#loading {
	position: fixed;
	right: 0;
	top: 60%;
	width: 0;
	z-index: 1000;
	font: 40px/1 "Poiret One","メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF;
	background-image: -webkit-linear-gradient(180deg,rgba(22,17,35,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(22,17,35,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(22,17,35,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(22,17,35,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
#loading .bar{
	z-index: 451;
	left: 0;
	top: 60%;
	width: 0;
	height: 1px;
	background-color: #FFF;
	position: fixed;
	background-image: -webkit-linear-gradient(180deg,rgba(160,131,224,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(160,131,224,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(160,131,224,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(160,131,224,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
#loadOver{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #000;
}


/*---------------------------------------------------------
ヘッダー、フッター
---------------------------------------------------------*/
header.global,footer.global {background-color: #000000;}

/* ヘッダー ---------------------------------------------------------*/
header.global {
	border-bottom: 1px solid #222;
	background-position: center -14px;
	background-image: url(../img/chip/white_grid.png);
	position: relative;
	z-index: 4500;
}


/* フッター ---------------------------------------------------------*/
footer.global {
	text-align: center;
	color: #999;
	border-top: 1px solid #422A52;
	padding-top: 10px;
	padding-bottom: 50px;
}
footer.global article {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.global #shareArea {padding-bottom: 20px;}
footer.global small {
	display: block;
	padding-top: 5px;
}


/*---------------------------------------------------------
 グローバルメニュー
---------------------------------------------------------*/
nav.global{	
	position: relative;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
nav.global ul{
	padding: 35px 0px 5px 143px;
	background-image: url(../img/barcode.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	display: table;
	position: relative;
}
nav.global li,nav.global li a{
	overflow: hidden;
	width: 99px;
	height: 99px;
}
nav.global li{
	cursor: pointer;
	display: inline-block;
	background-image: url(../img/nav_frame.png);
	background-repeat: no-repeat;
	position: relative;
}
nav.global li a{
	font: bold 18px/1.2 'Poiret One';
	color: #FFF;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
   text-shadow: 0px 0px 3px #666;
}

/* キャラのみフォント小さく */
nav.global li a.charaNav{font-size: 15px;letter-spacing:0px;}

/* ロールオーバー */
nav.global li a.rollOver{color: #CE9EFD;background-color: rgba(255,255,255,0.15);}

/* NEW */
nav.global li p{
	font: 18px/1 "Poiret One";
	color: #FF6CA3;
	display: inline;
	padding-right: 5px;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 5px;
}

/*オープン前*/
nav.global li.non a,nav.global li.non em{
	color: #666;
	text-decoration: line-through;
	cursor:default;
}

/* 選択中 */
nav.global li.selected {
	cursor: default;
	background-color: rgba(78,26,118,0.5);
	color: #FFFFFF;
}

/*ロゴ*/
.pageTop #globalLogo a{cursor: default;}
#globalLogo{float: left;padding-top: 20px;}

/*トップへ戻る*/
nav.global li.top,nav.global li.top a{width: auto;height: auto;}
nav.global li.top{
	position: absolute;
	bottom: 50px;
	left: 10px;
	background-image: none;
	display: none;
}
nav.global li.top a{color: #FF7CC5;padding: 0px 5px 3px;}
nav.global li.top a:hover{color: #000;background-color: #FFFFFF;}


/*---------------------------------------------------------
 二階層目共通
---------------------------------------------------------*/
/* youtubeムービー埋め込み */
section.youtubeMovie{max-width:100%;}
.youtubeMovie{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	padding-top: 35px;
	width: 100%;
}
.youtubeMovie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




