/*=============================================
*
*  GOODS
*
=============================================*/
#goods {
	/*background: url(../images/goods/goodsBack-01.jpg) no-repeat center 66px;*/
	background-size: 100%;
	padding-top: 15%;/*90*/

	-webkit-transition: all 1s;
	transition: all 1s;	
}
/*
@media screen and (max-width:1000px){
	#goods {
		background: url(../images/goods/goodsBack-02.jpg) no-repeat center 66px #000;
		background-size: 100%;
		padding-top: 90%;
	}
}
@media screen and (max-width:640px){
	#goods {
		background: url(../images/goods/goodsBack-03.jpg) no-repeat center 66px #000;
		background-size: 100%;
		padding-top: 90%;
	}
}
*/
#goods .hArea {
	background: url(../images/common/neonBack_pink_L.png) repeat-x center 0;
	display: block;
	min-height: 160px;
	width: 100%;
}
@media screen and (max-width:1000px){
	#goods .hArea {
		background: url(../images/common/neonBack_pink_M.png) repeat-x center 0;
	}
}
@media screen and (max-width:640px){
	#goods .hArea {
		background: url(../images/common/neonBack_pink_S.png) repeat-x center 0;
	}
}
#goods .hArea .wavePi {
	bottom: 0;
	left: 0;
	position: absolute;
}
/* 大見出し */
#goods h1.heading {
	background: url(../images/common/h_goods.svg) no-repeat center 0;
	display: block;
	height: 35px;
	margin: 0 auto;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/h_goods.png) no-repeat center 0\9;
}
#goods .area01 {
	background: #ff49ff;
	padding: 60px 0 75px 0;
}
/* ============================================
txtArea
============================================ */
#disco #discoArea  {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}
#disco #discoArea .disco-item {
	padding: 0 40px;
}
#disco #discoArea .disco-item li {
	padding: 0 5px;
}
#disco .weirdtext {
	margin-bottom: 10px;
	text-align: center;
}
#disco .note01 {
	text-align: center;
}