/***** lineup *****/

.lineup {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.lineup_object1 {
	width: 50%;
	height: auto;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1:hover {
	background-color: #201b10;
}

.lineup_object1_image1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

.lineup_object1_image1_background1 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_image1_background1 img {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_image1 a {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.lineup_object1_image1_set1 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_object1_image1_set1 img {
	width: 100%;
	height: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	transform: scale(1.0);
	transition: .3s;
}

.lineup_object1_image1 a:hover .lineup_object1_image1_set1 img {
	transform: scale(1.025);
}

.lineup_object1_info1 {
  width: 100%;
	padding: 50px 50px 50px 50px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_name1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.lineup_object1_info1_name1_logo1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_logo1 img {
	width: 100%;
	height: auto;
	max-width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_name1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	display: none;
}

.lineup_object1_info1_name1_text1 p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 22px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_text2 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_text2 p {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 45px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_name1_text3 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_text3 p {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_color1_name1  {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.lineup_object1_info1_color1_name1 p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_color1 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_color1 img {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	display: block;
}

.lineup_object1_info1_price1 {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.lineup_object1_info1_price1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

.lineup_object1_info1_price1 p span {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

/***** responsive *****/

@media ( max-width: 1400px ) {

}

@media ( max-width: 1024px ) {

.lineup_object1 {
  width: 100%;
}

.lineup_object1_info1 {
  width: 100%;
}

}

@media ( max-width: 767px ) {

.lineup_object1 {
  width: 100%;
}

.lineup_object1_info1 {
  width: 100%;
	padding: 50px 30px 50px 30px;
}

.lineup_object1_info1_name1 {
  margin: 0px 0px 15px 0px;
}

.lineup_object1_info1_name1_logo1 img {
  max-width: 300px;
}

.lineup_object1_info1_name1_text1,
.lineup_object1_info1_name1_text2,
.lineup_object1_info1_name1_text3 {
  margin: 0px 0px 10px 0px;
}

.lineup_object1_info1_name1_text1 p {
	font-size: 14px;
	line-height: 28px;
}

.lineup_object1_info1_name1_text2 p {
	font-size: 24px;
	line-height: 34px;
}

.lineup_object1_info1_name1_text3 p {
  font-size: 20px;
	line-height: 28px;
}

.lineup_object1_info1_color1_name1 p {
  font-size: 16px;
}

.lineup_object1_info1_color1 {
  margin: 0px 0px 15px 0px;
}

.lineup_object1_info1_color1 img {
  max-width: 35px;
}

.lineup_object1_info1_price1 {
  margin: 0px 0px 15px 0px;
}

.lineup_object1_info1_price1 p {
	font-size: 12px;
}

.lineup_object1_info1_price1 p span {
	font-size: 22px;
}

}
