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

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

.lineup_inner1 {
  position: relative;
	width: 20%;
	height: auto;
	padding: 50px 15px 50px 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_img1 {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 550px;
	margin: 0px 0px 10px 0px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_img1:hover {
	transform: scale(1.07);
}

.lineup_img1 a {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

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

.lineup_img1_set1 img {
	width: auto;
	height: auto;
	max-height: 550px;
	margin: 0px 0px 0px 0px;
}

.lineup_img2 {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 250px;
	margin: 0px 0px 10px 0px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
}

.lineup_img2:hover {
	transform: scale(1.07);
}

.lineup_img2 a {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

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

.lineup_img2_set1 img {
	width: auto;
	height: auto;
	max-height: 250px;
	margin: 0px 0px 0px 0px;
}

.lineup_info1 {
	position: relative;
	z-index: 10;
	width: 100%;
	color: #000;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

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

.lineup_info1_badge1 p {
	width: auto;
  height: auto;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 7px 20px 7px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #e30b5c;
}

.lineup_info1_name1 {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.lineup_info1_name1_txt1 {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.lineup_info1_name1_txt1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 26px;
}

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

.lineup_info1_name1_txt2 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 30px;
}

.lineup_info1_color1_name1 {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px 0px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_info1_color1_name1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

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

.lineup_info1_price1_large1 {
	width: 100%;
	color: #ee8600;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 5px;
}

.lineup_info1_btn1 {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

.lineup_info1_btn1_inner1 a {
	width: 100%;
	max-width: 250px;
	color: #ffffff;
	font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.lineup_info1_btn1_inner1 a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.lineup_info1_btn1_inner1 p {
	width: 100%;
	max-width: 250px;
  color: #000000;
  font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
  border: 1px solid #000000;
}

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

@media ( max-width: 1400px ) {

.lineup_inner1 {
  width: 50%;
}

.lineup_img1 {
  display: none;
}

.lineup_img2 {
  display: flex;
}

.lineup_info1 {
  width: 100%;
}

}

@media ( max-width: 767px ) {

.lineup_inner1 {
  width: 100%;
	padding: 30px 10px 30px 10px;
	flex-flow: column wrap;
}

.lineup_info1 {
  width: 100%;
}

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

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

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

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

.lineup_info1_color1_name1 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: 14px;
}

.lineup_info1_price1_large1 {
  font-size: 20px;
}

}
