@charset "UTF-8";
#lp_contents a:hover {
  opacity: 0.8;
}
#lp_contents a img:hover {
  opacity: 0.8;
}
#lp_contents img {
  width: 100%;
}
#lp_contents img.w-auto {
  width: auto;
  margin: auto;
}
#lp_contents {
	overflow-x: hidden;
}
#lp_contents ul, #lp_contents li {
  list-style: none;
}
#lp_contents .inner {
  margin: auto;
  max-width: 1000px;
  padding: 0px;
  width: auto;
}
#lp_contents .pc-only {
  display: block;
}
#lp_contents .sp-only {
  display: none;
}

#lp_contents .shadow {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3);
}

#lp_contents .mgb10 {
  margin-bottom: 10px !important;
}
#lp_contents .mgb14 {
  margin-bottom: 14px !important;
}
#lp_contents .mgb20 {
  margin-bottom: 20px !important;
}
#lp_contents .mgb30 {
  margin-bottom: 30px !important;
}
#lp_contents .mgb40 {
  margin-bottom: 40px !important;
}
#lp_contents .mgb50 {
  margin-bottom: 50px !important;
}
#lp_contents .mgb60 {
  margin-bottom: 60px !important;
}
#lp_contents #main_contents {
  width: 1200px;
  margin: auto;
}
#lp_contents .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #lp_contents .pc-only {
    display: none;
  }
  #lp_contents .sp-only {
    display: block;
  }
  #lp_contents .mgb0 {
    margin-bottom: 0px !important;
  }
  #lp_contents .mgb10 {
    margin-bottom: 5px !important;
  }
  #lp_contents .mgb20 {
    margin-bottom: 10px !important;
  }
  #lp_contents .mgb30 {
    margin-bottom: 15px !important;
  }
  #lp_contents .mgb40 {
    margin-bottom: 20px !important;
  }
  #lp_contents .mgb50 {
    margin-bottom: 25px !important;
  }
  #lp_contents .mgb60 {
    margin-bottom: 30px !important;
  }
	#lp_contents #main_contents {
		width: auto;
		margin: auto;
	}
  #lp_contents .flex {
    display: block;
    margin: auto;
  }
	#lp_contents .inner {
		padding: 0px 10px;
	}
}

/*-共有部分ここまで此処より上には追記しない。
必要がある場合は、ここより下で上書き。
----------------------------------------------*/


/*-PC---------------------------------------------*/

#lp_contents .bg_present {
  position: relative;
  background: url("/contents/202302-01_fair/images/index/bg_present.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0;
}

#lp_contents .bg_rex {
  position: relative;
  background: url("/contents/202302-01_fair/images/index/bg_rex.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0;
}

#lp_contents .bg_portal {
  padding: 75px 0;
}

#lp_contents .bg_levorg_credit {
  position: relative;
  background: url("/contents/202302-01_fair/images/index/bg_levorg_credit.png") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

#lp_contents .title_present {
  margin: auto;
  width: 70%;
}

#lp_contents .title_portal {
  margin: auto;
  width: 90%;
}

#lp_contents .list_title {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#lp_contents .bg_carlineup .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#lp_contents .bg_carlineup {
  position: relative;
  background: url("/contents/202302-01_fair/images/index/bg_carlineup.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0px 100px 0px;
}

#lp_contents .lineup_title img {
  margin: auto;
	width: auto;
}

#lp_contents .line_top {
	position: relative;
}

#lp_contents .line_top .absolute {
	position: absolute;
	width: 400px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 130px;
}



/*-タブレット部分ここから----------------------------------------------*/
@media screen and (max-width: 768px) {

  #lp_contents .bg_levorg_credit {
    position: relative;
    background: url(/contents/202302-01_fair/images/index/bg_levorg_credit_sp.png) no-repeat center;
    background-size: cover;
    padding: 1% 0;
	}
	
  #lp_contents .bg_carlineup {
    position: relative;
    background: url("/contents/202302-01_fair/images/index/bg_carlineup_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0px;
  }

	#lp_contents .bg_carlineup .list div.special {
			margin-right: -2%;
	}

  #lp_contents .bg_portal {
    padding: 20px 0;
  }

  #lp_contents .title_present {
    width: 90%;
  }
	
  #lp_contents .lineup_title {
    width: 90%;
    margin: 0 auto;
  }
	#lp_contents .lineup_title img {
			width: 100%;
	}

  #lp_contents .bg_carlineup .list {
    display: block;
  }
  #lp_contents .bg_carlineup .list div {
    margin: 0 auto;
  }
  #lp_contents .bg_rex {
    background: url(/contents/202302-01_fair/images/index/bg_rex_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 12px 0;
  }
  #lp_contents .bg_present {
    padding: 12px 0;
  }
}

/*-スマホ部分ここから----------------------------------------------*/
@media screen and (max-width: 480px) {
}


/*end--------------------------------------------*/




