/*=============================================
*
* productページ
*
=============================================*/
#product #topArea {
	background: url(../images/product/productTopAreaImg-01.png) center top no-repeat;
	height: 472px;
}
@media screen and (max-width:1100px){
#product #topArea {
	background: url(../images/product/productTopAreaImg-02.png) center top no-repeat;
	height: 472px;
}
}
@media screen and (max-width:600px){
#product #topArea {
	background: url(../images/product/productTopAreaImg-03.png) center top no-repeat;
	height: 380px;
}
}
/*---------------------------------------------
見出し
---------------------------------------------*/
#product #topArea h2.h01 {
	background: url(../images/product/productTopHeading-01.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
@media screen and (max-width:520px){
#product #topArea h2.h01 {
	background: url(../images/product/productTopHeading-02.png) center center no-repeat;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
}
/*=============================================
*
* #sec01
*
=============================================*/
@media screen and (max-width:1120px){
#product #sec01 {
	padding: 0 10px;
}
}
/*=============================================
*
* #sec02
*
=============================================*/
#product #sec02 {
	background: url(../images/product/productSec02Back-01.jpg) center top repeat-y;
	margin-bottom: 0;
	max-width: none;
	padding: 40px 0 30px 0;
}
@media screen and (max-width:1120px){
#product #sec02 {
	padding: 30px 10px;
}
}
/* .inner01 */
#product #sec02 .inner01 {
	margin: 0 auto;
	max-width: 1100px;
	width: 0 auto;
}
/* リード */
#product #sec02 .lead01 {
	color: #fff;
}
/* ============================================
テキスト
============================================ */
#product #sec02 .txt01 {
	color: #fff;
	margin-bottom: 40px;
}
/* ============================================
リスト
============================================ */
#product #sec02 .brandLogoArea .list01 li {
	display: inline-block;
	margin: 0 1% 15px 1%;
	position: relative;
	width: 30%;
}
@media screen and (max-width:769px){
#product #sec02 .brandLogoArea .list01 li {
	width: 47%;
}
}
@media screen and (max-width:350px){
#product #sec02 .brandLogoArea .list01 li {
	margin: 0 0 15px 0;
	width: 100%;
}
}

