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

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

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

.lineup_object1_image1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
	display: block;
}

.lineup_object1_image1 a {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}

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

.lineup_object1_image1_set1 img {
	width: auto;
	height: auto;
	max-height: 600px;
	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_image2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
	display: none;
}

.lineup_object1_image2_set1 {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_object1_image2 a {
	width: 100%;
	height: 300px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}

.lineup_object1_image2 a img {
	width: auto;
	height: auto;
	max-height: 300px;
	margin: 0px 0px 0px 0px;
	transform: scale(1.0);
	transition: .3s;
}

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

.lineup_object1_info1 {
  width: 100%;
}

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

.lineup_object1_info1_name1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.lineup_object1_info1_name1_text1 p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 22px;
}

.lineup_object1_info1_name1_text2 {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.lineup_object1_info1_name1_text2 p {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_name1_text3 {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_name1_text3 p {
	color: #535353;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	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;
	background-color: #ffffff;
	overflow: hidden;
}

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

.lineup_object1_info1_color1 {
	width: 100%;
	margin: 0px 0px 25px 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%;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

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

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

.lineup_object1_info1_stock1_left1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_stock1_left1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
}

.lineup_object1_info1_stock1_right1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_stock1_right1 p {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
}

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

@media ( max-width: 1400px ) {

}

@media ( max-width: 1024px ) {

.lineup_object1 {
  width: 50%;
}

.lineup_info1 {
  width: 100%;
}

}

@media ( max-width: 767px ) {

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

.lineup_object1:last-child {
	padding: 0px 0px 0px 0px;
}

.lineup_object1_image1 {
  display: none;
}

.lineup_object1_image2 {
  display: block;
}

.lineup_object1_image2_set1 {
	height: 200px;
}

.lineup_object1_image2 a {
	height: 200px;
}

.lineup_object1_image2 a img {
	max-height: 200px;
}

.lineup_info1 {
  width: 100%;
}

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

.lineup_info1_badge1 p {
  font-size: 10px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 5px 12px 5px 12px;
}

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

.lineup_info1_name1_text1 p {
	font-size: 18px;
	line-height: 28px;
}

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

.lineup_info1_name1_text2 p {
  font-size: 18px;
	line-height: 28px;
}

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

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

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

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

.lineup_info1_price1 p span {
	font-size: 20px;
}

}
