@charset "UTF-8";
/* CSS Document */
/*--------------------------*/



 /*productlineup--------------------------*/
.area_wrapper_productlineup {
  width: 100%;
  padding: 120px 0 4rem 0;
}

.productlineup_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 50px;
}
.productlineup_area_outer .title_2nd {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0 0 .5rem 0;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.productlineup_area_outer .title_2nd_area {
  display: block;
}

.productlineup_area_outer .subject {
  padding: 0 0 0 0;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #007f80
}




.productlineup_title {
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 2rem 0px 0rem 0px;
  padding: 1rem 1rem .5rem 0.5rem;
  border-bottom: #999 1px solid;
text-align: left
}






.productlineup_title_bar {
  margin: 0rem 0px 1rem 0px;
  width: 50%;
  height: 6px;


background: linear-gradient(to right,  rgba(205,213,218,1) 0%,rgba(205,213,218,1) 77%,rgba(205,213,218,0) 100%); 



}
.productlineup_title_m {
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 0px 1.5rem 0px;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: #999 1px solid;
}
.productlineup_area {
  width: 100%;
  display: flex;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: center
}
.productlineup_area_l {
  width: 100%;
  display: flex;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: flex-start
}
.productlineup_waku {
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
  margin: 10px 0px 10px 0px;
padding: 10px 0px 10px 0px;
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 6px;
  opacity: 1.0;
  transition: all .3s ease-out;
}

.productlineup_waku.s_01{

  position: relative;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 0px 0px 10px 0px;

  background: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius:6px;
  opacity: 1.0;
  transition: all .3s ease-out;

}


.productlineup_waku * {
  position: relative;
  opacity: 1.0;
}
.productlineup_waku::before {
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  opacity: 1.0;
  border-radius: 6px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-out;
  width: 100%;
}
.productlineup_waku:hover::before {
  opacity: 0;
}
.productlineup_waku:hover {
  opacity: 1.0;
}
.productlineup_p {
  flex: 1 0;


}
.productlineup_txt_area {
  flex: 1 0;
  margin: 0 1rem 0 1rem;
}
.productlineup_txt_area_x2 {
  flex: 2 0;
  margin: 0 1rem 0 1rem;
}


.model_txt {
  margin: 0.5rem 0px 0.5rem 0px;
  font-size: 2rem;
	line-height: 2.6rem;
  font-family: "UniversNextPro-Cond";
  font-feature-settings: "palt";
}
.type_txt, .price_txt {
  margin: 0px 0px 0px 0px;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.6rem;
  font-feature-settings: "palt";
}
.productlineup_area .productlineup_copy_txt {
  margin: 1rem 0 0.8rem 0;
  font-size: .9rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.5rem;
	
}
.b_detail {
  display: inline-block;
  margin: 0px 0px 6px 0px;
  padding: .7rem 2rem;
  font-size: .9rem;
  color: #fff;
  background-color: #004F75;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border-radius: 6px;
  font-feature-settings: "palt";
  transition: .2s background-color;
}
.b_detail.av {
  background-color: #001122;
}




.w50{
width: 50%;
	margin-right: auto
}




.btn_wrapper_lineup {
  position: relative;
  background-color: #fff;
  display: flex;
  height:100px;
  width: 100%;
  justify-content: center;
margin-top: -50px;
  overflow: hidden;
	
}
.btn_detail_lineup {
  position: absolute;
  top: 0%;
  left: 50%;
	  transform: translate(-50%, 0%);
  width: 50%;
  min-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/btn_bg.svg") left 0px center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
  height: 80px;
  border-radius: 4px;
  font-size: 1.1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  transition: background 1.5s, left .8s ease-out, opacity .3s;
}
.btn_detail_lineup:hover {
  opacity: .7;
}








