@charset "utf-8";
/* CSS Document */

/* core================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

img {
	vertical-align: bottom;
}

/* Clearfix */
.clearfix:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	content: " "; 
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */
html, body {
	width:100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: url(../images/common/bg.jpg) top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family: 'Avenir','Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x:hidden;
	cursor: url(../images/cursor/cursor_off.cur), auto;
	height:100%;
	width:100%;
}

body:before{
	content: "";
	background: url(../images/common/bg_top_ornament.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27px;
	z-index: 30;
}
a {
	color: #E41B8E;
	font-size:15px;
	text-decoration: none;
	cursor: url(../images/cursor/cursor_on.cur), auto;
}
a:hover {
	text-decoration: underline;
	cursor: url(../images/cursor/cursor_on.cur), auto;
}
#copy{
	text-align:center;
	padding:10px 0;
	background:#F93075;
}
.mouseicon {
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 9999;
	pointer-events:none;
}

/* 第二階層　共通
---------------------------------------------------*/
body:before,
#wrapSecond {
	min-width: 1000px;
}
#wrapSecond {
	width: 100%;
	margin:0 auto;
	height:100%;
}
#wrapSecond #menuArea{
	position: relative;
	width: 1060px;
	margin: 10px auto 25px;
	display: flex;
	display: -webkit-flex;
}
#wrapSecond #menuArea li {
	margin-top: 24px;
	margin-right: 10px;
}
#wrapSecond #menuArea li.logo {
	margin-top: 30px;
	margin-right: 40px; /* メニューが増えたら調整 */
}
#wrapSecond #menuArea li:last-child {
	margin-right: 0;
}
#wrapSecond #contentArea{
	width: 958px;
	margin:0 auto;
}
#wrapSecond #contentArea #news{
	background: url(../images/common/bg_frame_bottom.png) center bottom no-repeat;
	padding-bottom:60px;
}
#wrapSecond #contentArea .contentWrap .secondRepeat{
	background: url(../images/common/bg_frame.png) center top repeat-y;
}
.contentWrap {
	position: relative;
	margin-bottom: 100px;
}
.movie .contentWrap {
	margin-bottom: 200px;
}
.contentWrap .ttl_image {
	position: absolute;
	top: -105px;
	left: 0;
	width: 100%;
	text-align: center;
}
.contentWrap .content {
	margin-top: 127px;
}

/* footer
---------------------------------------------------*/
#footer{
	background-color: #FF99CC;
}
#footer .copy{
	padding: 20px 0;
	text-align:center;
}


/* ニュース
---------------------------------------------------*/
#divRss {
	padding-bottom: 20px;
}
#divRss .updates li {
	width: 813px;
	margin: 0 auto;
	background: url(../images/news/bg_news_ttl.png) center bottom no-repeat;
}
#divRss .updates li p{
	padding: 20px 0;
}
#divRss .updates li span{
	display: block;
	color: #1AECEC;
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#divRss .updates li a{
	font-size: 15px;
	color: #333;
}


/* キャスト・スタッフ
---------------------------------------------------*/
#csg{
	background: url(../images/csg/bg_frame_bottom.png) center bottom no-repeat;
	padding-bottom:65px;
}
#csg.contentWrap .content{
	text-align: center;
}
#csg .content .btnArea{
	margin: -130px 0 40px;
}
#csg .content .btnArea li{
	display: inline-block;
	margin: 0 5px;
}
#csg .content h2{
	margin-bottom: 25px;
}
#csg .content .member{
	padding-bottom: 45px;
}
#csg .guestMember .guestImg{
	margin-bottom: 50px;
}


/* ゲームトップ
---------------------------------------------------*/
#game .content .startBtn{
	position: absolute;
	top: 405px;
	left: 0;
	right:0;
	margin: 0 auto;
	text-align: center;
}
















/* 以下未使用（2018）
---------------------------------------------------*/
/* キャスト・スタッフ・ゲスト
---------------------------------------------------*/
#guest .ttl{
	position:relative;
	z-index:10;
	margin-bottom:-65px;
}
#staff .ttl{
	position:relative;
	z-index:10;
	margin-bottom:-68px;
}
#guest .ttl .guest,
#staff .ttl .guest{
	position:absolute;
	z-index:30;
	top:180px;
	left:82px;
}
#guest .ttl .caststaff,
#staff .ttl .caststaff{
	position:absolute;
	z-index:30;
	top:180px;
	left:521px;
}
@media only screen and (max-device-width: 1000px) {
#wrapTop,#wrapSecond{
	width:1000px;
	overflow-x:hidden;
	margin:0 auto;
}

}