@charset "utf-8";


/*=======================================================
	エリス
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{
	padding: 0;
	min-height: 585px;
}
#brand_index_header header h1{
	margin: 0;
	padding: 0;
	height: 560px;
	background: url(../img/brand_header.jpg) no-repeat center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.brand_lead{
	margin-right: 70px;
	float: left;
}
#brand_message{
	padding-bottom: 0;
	width:100%;
}
#brand_img{
	float: none;
	margin: 104px 0 -10px 0;
	text-align: right;
}
#brand_img img{ margin: 0 83px 0 0; }
#megami_img{
	position: absolute;
	top: 65px;
	right: 20px;
}
.subbrand_mark{ display: none; }

/* cm */
.brand_cm h3{
	background:#ddad4a;
}
#content_main.brand_cm h2{
	padding: 214px 0 0 0;
	height: 338px;
	text-align: right;
	box-sizing: border-box;
}
#content_main.brand_cm h2 img{
	margin-right: 0;
}
#badge{
	position: absolute;
	top: 13px;
	right: 77px;
}

/* ブランドメッセージ */
#brand_message_cont{
	padding: 0 25px 25px;
	background: #fff ;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	position: relative;
}
.brand_story{
	padding: 35px 25px;
	border: 2px solid #b3152e;
}
#brand_message_main{
	margin: 0 0 0;
	padding: 0 0 0;
}
#brand_message_cont p{
	margin: 0 0 20px;
	font-size: 1.8rem;
	line-height: 2.0;
}
.brand_message_main_header{
	margin: 0 -25px 25px;
	padding: 30px 30px 15px;
	background-color: #b3152e;
}
#brand_message_logo{
	margin: 0 0 15px;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#brand_index_header header{
		min-height: 0;
	}
	#brand #brand_index_header header h1{
		margin: 0;
		padding: 0 0 62%;
		width: 100%;
		height: 0;
		background: url(../img/s/brand_header.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	/* elis内ブランドナビゲーション */
	#brand_nav ul{
		border-radius: 0;
	}
	#brand_nav ul li{
		padding: 10px 0 3px;
		height: 38px;
		width: 49.5%;
		border-right: 1px dotted rgba(255,255,255,0.4);
		border-bottom: 1px dotted rgba(255,255,255,0.4);
	}
	#brand_nav ul li.elis_brand{
		border-bottom: 1px dotted rgba(255,255,255,0.4);
	}
	#brand_nav ul li a{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#brand_nav ul li a:before{
		height: 20px;
	}
	#brand_wrap.brand_wrap_index #aside{
		margin-top: 15px;
	}

	/* ブランドメッセージ */
	#brand_message_cont{ padding: 5px 5px 10px; }
	.brand_story{
		padding: 15px 15px 20px;
		border: 2px solid #b3152e;
	}
	.brand_message_main_header{
		margin: 0 -5px 5px;
		padding: 30px;
		background-color: #b3152e;
	}
	#brand_message_main{ margin: -5px 0 0px; }
	#brand_message_logo{
		margin: 0 0 5px;
	}
	#brand_message_lead{
		margin: 0;
		width: 184px;
	}
	#brand_message_cont p{
		margin: 10px 0 0;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
