@charset "UTF-8";
/* Scss Document */
#brandEngiorno section {
	margin-bottom: 30px; 
	width: 100%;
}

#brandEngiorno h2 {
	padding: 0;
	background-color: #fff;
	margin-bottom: 0;
}

#brandEngiorno ul {
  margin: 0;
  padding: 0;
}

#brandEngiorno li {
  list-style: none; 
}

#brandEngiorno img {
	margin-bottom: 0;
}

#brandEngiorno .flex {
	display: flex;
	/* 1 */
	flex-wrap: wrap;
	/* 2 */
	margin: 0;
	/* 5 (値は変更可) */ 
}

#brandEngiorno .flex.col-4 > * {
	flex: 1 0 20%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}

#brandEngiorno .flex.col-2 > * {
	flex: 1 0 40%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}

/*2018.03.27 新色用に追加*/
#brandEngiorno .flex.col-32 > * {
	flex: 1 0 32%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}
#brandEngiorno .flex.col-48 > * {
	flex: 1 0 48%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}
#brandEngiorno .flex.col-16 > * {
	flex: 1 0 16%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}
#brandEngiorno .flex.col-5 > * {
	flex: 1 0 16%;
	/* 3 (値は変更可) */
	margin: 0;
	/* 4 (値は変更可) */
	text-align: center;
}

#brandEngiorno .featuresList li {
	margin-bottom: 20px;
}

#brandEngiorno .arrow {
	padding: 10px 0 30px;
	text-align: center;
}

#brandEngiorno .lineupList {
	margin-top: 20px;
}

#brandEngiorno .lineupList li {
	margin-bottom: 40px;
	text-align: center;
}

#brandEngiorno .lineupList .buyBtn-l {
	margin-top: 20px;
}

#brandEngiorno .imageModel {
	text-align: center;
}

#brandEngiorno .imageModel img + img {
	margin-top: 20px;
}
