/* Y'S GEAR : etctop.css */


/*======================================================================*
 *  [ promotionArea | プロモーションエリア ] 
 *======================================================================*/

.promotionArea {
	margin: 0 0 50px 0 !important;
}

/* [ preloading ] */
.promotionArea .owl-item.loading .item {
	padding: 49.59183673% 0 0 0 !important;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ promotionArea | プロモーションエリア ] 
	 *==================================================================*/
	
	.promotionArea {
		margin: 0 0 20px 0 !important;
	}
	
}



/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ promotionArea | プロモーションエリア ] 
	 *==================================================================*/
	
	.promotionArea {
		margin: 0 0 10px 0 !important;
	}

}
