@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
	::selection {
		background:rgba(0,0,0,0);
	}
	::-moz-selection {
		background:rgba(0,0,0,0);
	}

	body{
		min-width: 1200px;
		color: #1b1b1b;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		background: url("../../image/pc/common/bg_img01.jpg");/*通常*/
		/*background: url("../../image/pc/common/bg_cast01.png");*//*響也誕生日*/
		/*background: url("../../image/pc/common/bg_cast02.png");*//*伊織誕生日*/
		/*background: url("../../image/pc/common/bg_cast03.png");*//*蒼星誕生日*/
		/*background: url("../../image/pc/common/bg_cast04.png");*//*陽向誕生日*/
		/*background: url("../../image/pc/common/bg_cast05.png");*//*カイト誕生日*/
		/*background: url("../../image/pc/common/bg_cast06.png");*//*仁誕生日*/
		/*background: url("../../image/pc/common/bg_cast07.png");*//*昴誕生日*/
	}
	a{
		color: #1b1b1b
	}
	a:focus{
		outline: none;
	}
	a:hover{
		opacity: 0.8;
	}
	li{
		list-style: none;
	}
/*+++++
loading
+++++*/
.nowLoading {
	position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -20px;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.nowLoading > div {
  background-color: #F34D80;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.nowLoading .rect2 {
	background-color: #42A8FF;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.nowLoading .rect3 {
	background-color: #32CCD6;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.nowLoading .rect4 {
	background-color: #EFC813;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.nowLoading .rect5 {
	background-color: #F4A10F;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.nowLoading .rect6 {
	background-color: #B756C2;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.nowLoading .rect7 {
	background-color: #6EC423;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*++++
header
++++*/
#header{
	height: 63px;
}
.headerContent{
background: rgb(255,255,255);
background: #fff;
	position: absolute;
	width: 100%;
	z-index: 9999;
	min-width: 1200px;
}

.borderSet:after{
	content: "";
	background: url("../../image/pc/common/bg_header01.png") repeat-x;
	height: 3px;
	width: 100%;
	display: block;
	-webkit-background-size: 3px;
	-o-background-size: 3px;
	background-size: 3px;
}
.headerArea{
	width: 1200px;
	padding: 5px 0;
	margin: 0 auto;
	color: #fff;
}

.mainLogo{
	display: block;
	background: url("../../image/pc/common/logo_img01.png");
	width: 138px;
	height: 50px;
	margin: 0 85px 0 0;
}

/*+++++
nav
+++++*/

.navList{
	padding-top: 10px;
}
.navList li{
	position: relative;
	text-align: center;
	float: left;
	padding-right: 122px;
}
.navList li:last-child{
	padding-right: 0;
}
.navMenu.is-news{
	width: 82px;
	height: 32px;
	background: url("../../image/pc/common/menu_img01.png") no-repeat;
}
.navMenu.is-about{
	width: 102px;
	height: 32px;
	background: url("../../image/pc/common/menu_img02.png") no-repeat;
}
.navMenu.is-cast{
	width: 78px;
	height: 32px;
	background: url("../../image/pc/common/menu_img03.png") no-repeat;
}
.navMenu.is-program.is-off{
	width: 124px;
	height: 32px;
	background: url("../../image/pc/common/menu_img04_off.png") no-repeat;
}
.navMenu.is-goods{
	width: 102px;
	height: 32px;
	background: url("../../image/pc/common/menu_img05.png") no-repeat;
}
.navMenu:hover{
	opacity: 0.8;
}
.navMenu.is-off:hover{
	opacity: 1;
}
/*++++
footer
++++*/
#footer{
	position: relative;
	z-index: 100;
	background: #fff;
}

.footerContent{
	margin: 0 auto;
	min-width: 1000px;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
.footerLink:before{
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
    width: 100%;
    height: 3px;
    background: rgb(219,190,132);
    background: -moz-linear-gradient(top, rgba(219,190,132,1) 33%, rgba(219,190,132,1) 33%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 66%, rgba(112,73,54,1) 66%);
    background: -webkit-linear-gradient(top, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    background: linear-gradient(to bottom, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbe84', endColorstr='#704936',GradientType=0 );

}
.footerLink:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
    width: 100%;
    height: 3px;
    background: rgb(219,190,132);
    background: -moz-linear-gradient(top, rgba(219,190,132,1) 33%, rgba(219,190,132,1) 33%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 34%, rgba(255,246,209,1) 66%, rgba(112,73,54,1) 66%);
    background: -webkit-linear-gradient(top, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    background: linear-gradient(to bottom, rgba(219,190,132,1) 33%,rgba(219,190,132,1) 33%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 34%,rgba(255,246,209,1) 66%,rgba(112,73,54,1) 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbe84', endColorstr='#704936',GradientType=0 );

}
.footerLink{
	position: relative;
	padding: 5px 0;
	text-align: center;
	background: #1b1b1b;
}
.footerLink > li{
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

.footerLink > li > a{
	color: #ddce73;
}

.footerLink > li:last-child{
	border-right: none;
}
.footerMain{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.footerLogo{
	padding-bottom: 10px;
}
.segaLogo{
	padding: 10px 10px 0 0;
}

.snsBox > li{
	float: left;
	padding-left: 10px;
}

.footerSnsCntBtn{
	width: 88px;
	height: 14px;
	margin: 20px 0;
	background: url("../../image/pc/common/guide_img01.png") no-repeat;
	-webkit-background-size: 88px 14px;
	-o-background-size: 88px 14px;
	background-size: 88px 14px;
}
.footerSnsBtn{
	width: 54px;
	height: 54px;
}
.footerSnsBtn.is-twitter{
	background: url("../../image/pc/common/sns_img01.png");
	-webkit-background-size: 54px;
	-o-background-size: 54px;
	background-size: 54px;
}
.footerSnsBtn.is-facebook{
	background: url("../../image/pc/common/sns_img02.png");
	-webkit-background-size: 54px;
	-o-background-size: 54px;
	background-size: 54px;
}
.footerSnsBtn.is-line{
	background: url("../../image/pc/common/sns_img03.png");
	-webkit-background-size: 54px;
	-o-background-size: 54px;
	background-size: 54px;
}
/*+++++
main
+++++*/
.mainContent{
	width: 1000px;
	margin: 0 auto;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
/*共通ボックスフレーム*/
.itemBase{
	position: relative;
	border-top: 2px solid #c08a13;
	border-bottom: 2px solid #c08a13;
	background: rgba(255,255,255,0.8);
	/*
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(226,226,226,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(226,226,226,0.7)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(226,226,226,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(226,226,226,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(226,226,226,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(226,226,226,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3e2e2e2',GradientType=0 );
	*/
	-webkit-box-shadow: 0px 0px 10px #656565,inset 2px 1px 0px rgba(2,59,58,0.2),inset -2px -1px 0px rgba(2,59,58,0.2),inset 2px 1px 0px rgba(2,59,58,0.2);
	box-shadow: 0px 0px 10px #656565,inset 2px 1px 0px rgba(2,59,58,0.2),inset -2px -1px 0px rgba(2,59,58,0.2),inset 2px 1px 0px rgba(2,59,58,0.2),inset -2px -1px 0px rgba(2,59,58,0.2);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.itemBase:before,.itemBase:after{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c08a13+0,9d9936+20,dddb77+35,feff9d+45,fafad6+50,feff9d+55,dddb77+65,9d9936+80,c08a13+100 */
	background: rgb(192,138,19); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(192,138,19,1) 0%, rgba(157,153,54,1) 20%, rgba(221,219,119,1) 35%, rgba(254,255,157,1) 45%, rgba(250,250,214,1) 50%, rgba(254,255,157,1) 55%, rgba(221,219,119,1) 65%, rgba(157,153,54,1) 80%, rgba(192,138,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,138,19,1)), color-stop(20%,rgba(157,153,54,1)), color-stop(35%,rgba(221,219,119,1)), color-stop(45%,rgba(254,255,157,1)), color-stop(50%,rgba(250,250,214,1)), color-stop(55%,rgba(254,255,157,1)), color-stop(65%,rgba(221,219,119,1)), color-stop(80%,rgba(157,153,54,1)), color-stop(100%,rgba(192,138,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(192,138,19,1) 0%,rgba(157,153,54,1) 20%,rgba(221,219,119,1) 35%,rgba(254,255,157,1) 45%,rgba(250,250,214,1) 50%,rgba(254,255,157,1) 55%,rgba(221,219,119,1) 65%,rgba(157,153,54,1) 80%,rgba(192,138,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(192,138,19,1) 0%,rgba(157,153,54,1) 20%,rgba(221,219,119,1) 35%,rgba(254,255,157,1) 45%,rgba(250,250,214,1) 50%,rgba(254,255,157,1) 55%,rgba(221,219,119,1) 65%,rgba(157,153,54,1) 80%,rgba(192,138,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(192,138,19,1) 0%,rgba(157,153,54,1) 20%,rgba(221,219,119,1) 35%,rgba(254,255,157,1) 45%,rgba(250,250,214,1) 50%,rgba(254,255,157,1) 55%,rgba(221,219,119,1) 65%,rgba(157,153,54,1) 80%,rgba(192,138,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(192,138,19,1) 0%,rgba(157,153,54,1) 20%,rgba(221,219,119,1) 35%,rgba(254,255,157,1) 45%,rgba(250,250,214,1) 50%,rgba(254,255,157,1) 55%,rgba(221,219,119,1) 65%,rgba(157,153,54,1) 80%,rgba(192,138,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c08a13', endColorstr='#c08a13',GradientType=0 ); /* IE6-9 */

}
.itemBase:before{
	top: 0;
	left: 0;
}
.itemBase:after{
	top: 0;
	right: 0;
}
/*+++++
news
+++++*/
.itemBase.is-topics{
	position: relative;
	padding: 10px 15px;
}
.moreBtn{
	position: absolute;
	display: block;
    right: 6px;
    top: 8px;
	width: 128px;
	height: 32px;
background: url("../../image/pc/common/btn_topics01.png") no-repeat;

}
.gameInfoTitle{
	width: 152px;
	height: 32px;
background: url("../../image/pc/news/ttl_img01.png") no-repeat;
}
.gameInfoTitle.is-normal{
	width: 90px;
	height: 32px;
background: url("../../image/pc/news/ttl_img02.png") no-repeat;
}
.gameInfoList{
	padding-top: 10px;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}
.gameInfoList.is-topics{
	height: 140px;
}
.gameInfoList.is-other{
	height: 230px;
}
.gameInfoList li{
	padding: 5px 0;
	border-bottom: solid 1px #CCB68D;
}

.infoPackage{
	width: 	90px;
	margin-right: 5px;
	float: left;
	line-height: 1;
}
.infoDate{
	color: #825f11;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.infoCategory{
	width: 90px;
	height: 18px;
}
.infoCategory.is-important{
	background: url("../../image/pc/common/cate_img01.png") no-repeat;
}
.infoCategory.is-info{
	background: url("../../image/pc/common/cate_img02.png") no-repeat;
}
.infoCategory.is-failure{
	background: url("../../image/pc/common/cate_img03.png") no-repeat;
}
.infoCategory.is-maintenance{
	background: url("../../image/pc/common/cate_img04.png") no-repeat;
}
.infoCategory.is-event{
	background: url("../../image/pc/common/cate_img05.png") no-repeat;
}
.infoCategory.is-campaign{
	background: url("../../image/pc/common/cate_img06.png") no-repeat;
}
.infoCategory.is-company{
	background: url("../../image/pc/common/cate_img07.png") no-repeat;
}
.infoText{
	width: 535px;
	font-weight: bold;
	padding-top: 4px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
}
.infoText.is-pageNews{
	width: 470px;
}
/*++++++
facebook
+++++*/
 .facebookLink{
 	margin: 15px auto 0;
 	display: block;
 	width: 300px;
 	height: 60px;
 	background: url("../../image/pc/top/btn_fb01.png") no-repeat;
 	-webkit-background-size: 300px 60px;
 	     -o-background-size: 300px 60px;
 	        background-size: 300px 60px;
 }
/*++++その他++++*/

.txtLight{
	color: #cab489;
}
/*+++++
	castカラー
	++++*/
	.txtCast01{
		color: #F34D80;
	}
	.bgCast01{
		background: #F34D80;
	}
	.txtCast02{
		color: #42A8FF;
	}
	.bgCast02{
		background: #42A8FF;
	}
	.txtCast03{
		color: #32CCD6;
	}
	.bgCast03{
		background: #32CCD6;
	}
	.txtCast04{
		color: #EFC813;
	}
	.bgCast04{
		background: #EFC813;
	}
	.txtCast05{
		color: #F4A10F;
	}
	.bgCast05{
		background: #F4A10F;
	}
	.txtCast06{
		color: #B756C2;
	}
	.bgCast06{
		background: #B756C2;
	}
	.txtCast07{
		color: #6EC423;
	}
	.bgCast07{
		background: #6EC423;
	}

/* ボタンアピールのアニメーション */
.topCpBtn{
  display: block;
  opacity: 0;
  cursor: pointer;
},
.animated.bounceIn.custum-animation{
  -webkit-animation-duration: 1s;
  animation-duration:1s;
}

/*スクロールTOP*/
.scrollTop:hover{
	opacity: 0.8;
}
.scrollTop{
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	z-index: 999;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: rgba(27, 27, 27, 0.8);
}
.scrollTop:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -5px;
	display: block;
	width: 20px;
	height:20px;
	background: transparent;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.newIcon {
	display: inline-block;
	width: 99px;
	height: 35px;
	background: url("../../image/pc/common/new.png") no-repeat;
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
}
.newIcon.is-absolute{
	position: absolute;
left: -10px;
    top: -10px;
}
.newIcon.is-rotate{
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	     -o-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}
.newIcon.is-mini{
	width: 40px;
	height: 18px;
}

/*twitter*/
.followBtn{
	position: absolute;
    right: 10px;
    top: 8px;
}
