@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 .mgb100 {
  margin-bottom: 100px !important;
}
#lp_contents #main_contents {
  width: 1200px;
  margin: auto;
}
#lp_contents .flex {
  display: flex;
  justify-content: space-between;
}
#lp_contents .flex_center {
  display: flex;
  justify-content: center;
}

@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 .mgb100 {
    margin-bottom: 50px !important;
  }
	#lp_contents #main_contents {
		width: auto;
		margin: auto;
	}
  #lp_contents .flex {
    display: block;
    margin: auto;
  }
	#lp_contents .inner {
		padding: 0px 10px;
	}
}

/*-共有部分ここまで此処より上には追記しない。
必要がある場合は、ここより下で上書き。
----------------------------------------------*/
#lp_contents .btn_line {
	position: absolute;
	width: 80px;
	bottom: 62%;
	left: 48%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#lp_contents .btn_line {
		position: absolute;
		bottom: 36%;
		left: 0;
		right: 0;
	}
}


/*-PC---------------------------------------------*/
#lp_contents .bg_Present {
  position: relative;
  background: url("/contents/202304-02_fair/images/index/bg_Present.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0 40px;
}

#lp_contents .bg_safety {
  position: relative;
  background: url("/contents/202304-02_fair/images/index/bg_safety.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0 40px;
}


#lp_contents .bg_carlineup .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#lp_contents .bg_carlineup {
  position: relative;
  background: url("/contents/202304-02_fair/images/index/bg_carlineup.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0px 100px 0px;
}

#lp_contents .impreza_main {
  position: relative;
}

#lp_contents .btn_impreza {
	background: #D35E30;
}

#lp_contents .btn_impreza img {
	width: auto;
	margin: auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#lp_contents .lineup_title img {
	width: auto;
	margin: auto;
}

#lp_contents .bg_impreza {
  position: relative;
  background: url("/contents/202304-02_fair/images/index/bg_impreza.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px 50px 0px;
}

#lp_contents .relative {
  position: relative;
}

#lp_contents .absolute {
  position: absolute;
}

#lp_contents .wd30 {
  width: 30%;
  margin: 0 auto;
}
#lp_contents .wd60 {
  width: 60%;
  margin: 0 auto;
}
#lp_contents .wd95 {
  width: 95%;
  margin: 0 auto;
}

#lp_contents .btn_area {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 0 -70px;
}
#lp_contents .friend {
  margin-right: 20px;
	position: relative;
}
#lp_contents .howtoQ {
  margin-right: 20px;
}
#lp_contents .btn_line02 {
  position: absolute;
  width: 20%;
  bottom: 12%;
  left: 50vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#lp_contents .left0 {
  left: 0% !important;
}


#lp_contents .impreza_concept {
  background: url("/contents/202304-02_fair/images/index/bg_impreza_concept.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0px 50px 0px;
}














/*-タブレット部分ここから----------------------------------------------*/
@media screen and (max-width: 768px) {
#lp_contents .bg_Present {
  background: url("/contents/202304-02_fair/images/index/bg_Present_sp.jpg") no-repeat center;
  background-size: cover;
	padding: 30px 0px;
}
  #lp_contents .bg_levorg_credit {
    padding: 30px 0px;
	}

  #lp_contents .bg_safety {
    background: url("/contents/202304-02_fair/images/index/bg_safety_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0px;
  }
	
  #lp_contents .bg_carlineup {
    background: url("/contents/202304-02_fair/images/index/bg_carlineup_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0px;
  }

  #lp_contents .bg_carlineup .list {
    display: block;
  }
  #lp_contents .bg_carlineup .list div {
    margin: 0 auto;
  }
  #lp_contents .bg_present {
    padding: 15px 0;
  }
	
#lp_contents .btn_impreza {
	bottom: -4%;
}

#lp_contents .btn_impreza img {
	width: 90%;
	margin: auto;
}

#lp_contents .bg_impreza {
  padding: 30px 0px 30px 0px;
}


#lp_contents .btn_area {
  display: block;
  margin: 0;
}
#lp_contents .friend {
  margin-right: 0px;
	margin-bottom: 15px;
}
#lp_contents .howtoQ {
  margin-right: 0px;
}

	#lp_contents .lineup_title img {
	width: 100%;
	margin: auto;
}

#lp_contents .impreza_concept {
  padding: 20px 0px 20px 0px;
}



}

/*-スマホ部分ここから----------------------------------------------*/
@media screen and (max-width: 480px) {
}


/*end--------------------------------------------*/




