@charset "utf-8";


/*=======================================================
	ナチュラ
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{ padding: 0; }
#brand_nav ul{ background: url(../img/brand_nav_bg.png) no-repeat left top; }

#brand_message{
	margin-right: -50px;
	padding: 50px 0 0 20px;
	width: 325px;
	text-align: center;
}
#brand_index_header header h1{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 480px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/brand_header_bg.jpg) no-repeat left top;
}
.brand_lead{ margin: 0 10px 0 0; }
#brand_img{ padding: 85px 50px 15px 0; }
#brand_pickup .new{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {

	#brand_index_header{
		padding-bottom: 2%;
	}
	#brand_index_header header{

	}
	#brand #brand_index_header header h1{
		margin: 0 0 -3%;
		padding: 0 0 112%;
		width: 100%;
		height: 0;
		background: url(../img/s/brand_header_bg.jpg) no-repeat left top;
		background-size: 100% auto;
	}


	#brand_nav ul{
		background: none;
		background-color: #e775b3;
	}
	#brand #brand_img{
		margin: 5% 5% 0;
		padding: 0;
	}

}

