@charset "UTF-8";
/*--------------------------------------------------------
Top-banner
-------------------------------------------------------*/
@media
only screen and (max-width : 753px){
#header #header-in {
	background-image: url(https://img.altema.jp/common/header/fe-heroes-mb.jpg);
}
#mobileTop{
	background:url(https://img.altema.jp/common/header/fe-heroes-bg.jpg) no-repeat top left;
}
#mobileTop p a{
    color:#FFF;
}
#header-in h1{
    color: #FFF;
}
}

/*Mb　ここまで*/

/*PC　ここから*/

#header-in_wrap{
    background-image: url(https://img.altema.jp/common/header/fe-heroes-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.header-inWrap{
    background-image: url(https://img.altema.jp/common/header/fe-heroes-kasou.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    background-size:cover;
}

#header-in_new h1{
    font-size:19px;
}


#header-in p.header-logo a{
    color:#FFF;
}


/*PC　ここまで*/


/*--------------------------------------------------------
固有CSS
-------------------------------------------------------*/
.slick-list {
	background-image: url(https://img.altema.jp/fe-heroes/uploads/2017/06/FEh-slick-current-bg.jpg);
	width: 300px;
	margin: auto!important;
}

div.footerBtn .topBtn {
  left: -1px;
  bottom: 135px;
  width: 47px;
  border-radius: 0px 4px 4px 0px;
}


/*--------------------------------------------------------
sch-mod
-------------------------------------------------------*/
.now-event,.yotei-event,.end-event {
	position: relative;
	text-align: center;
}
.now-event:after,
.yotei-event:after,
.end-event:after {
	position: absolute;
	left: 5px;
	top: 4px;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	padding: 0 4px;
	font-size: 13px;
    border-radius: 2px;
}
.now-event:after {
	content:"開催中";
	background-color: #90C40B;
}
.yotei-event:after {
	content:"開催予定";
	background-color: #666;
}
.end-event:after {
	content:"終了";
	background-color: #333;
}
.sche-table {
	width:100%;
	margin:auto;
}
.sche-table .dayCount {
	font-size: 16px;
	font-weight: bold;
}
#main-contents .sche-table td:last-child {
	font-size: 13px;
}
.sche-table img {
	/* height:50px; */
}
.sche-table th:last-child {
	width:40%;
}
@media
only screen and (max-width : 753px){
.sche-table {
	width:100%;
}
}
/*------------------------------------------------------------
新テンプレ
-------------------------------------------------------------*/
.status-table td {
	position: relative;
}
.status-table td img {
	position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    opacity: .6;
}
.tokui {
	background-color: #bbfabb;
	font-weight: bold;
}
.nigate {
	background-color: #fabcb0;
	font-weight: bold;
}
.flex-roleIcon span {
	margin: 1.2%;
	padding: 6px 10px;
}
/*------------------------------------------------------------
フォントカラー設定
-------------------------------------------------------------*/
.status_red{
	font-size: 16px;
	color: #ff224c;
}
.status_blue{
	font-size: 16px;
	color: #0095e8;
}
