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


/*productlineup--------------------------*/
.area_wrapper_productlineup {
  width: 100%;
  padding: 80px 0 1rem 0;
}
.productlineup_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 4%;
}


.productlineup_area_outer .title_2nd {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  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: .9rem;
  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 0.5rem 0.5rem;
  border-bottom: #999 1px solid;
	text-align: left
}
.productlineup_title_bar {
  margin: 0rem 0px 2rem 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;
flex-wrap: wrap;
	  margin: 0.5rem 0px 1rem 0px;
  justify-content: center
}

.productlineup_area_l {
  width: 100%;
  display: flex;flex-wrap: wrap;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: flex-start
}
.productlineup_waku,.productlineup_waku.s_01 {
	flex:1 0 100%;
  position: relative;

  display: flex;
  align-items: center;
  margin: 0px 0px 2rem 0px;
flex-wrap: wrap;
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 6px;
  opacity: 1.0;
  transition: all .3s ease-out;
}

.productlineup_no{
	flex:1 0 100%;
  display: flex;
}



.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: 1 0;
  margin: 0 1rem 0 1rem;
}


.model_txt {
  margin: 0.5rem 0px 0rem 0px;
  font-size: 1.8rem;
	line-height: 2.4rem;
  font-family: "UniversNextPro-Cond";
  font-feature-settings: "palt";
}
.type_txt, .price_txt {
  margin: 0px 0px 0px 0px;
  font-size: 0.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.2rem;
  font-feature-settings: "palt";
}
.productlineup_area .productlineup_copy_txt .sml {
	margin-top: .5rem;
display:inline-block;
  line-height: 1rem  

	
}

.productlineup_area .productlineup_copy_txt {
  margin: 0.5rem 0 0.8rem 0;
  font-size: .7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.25rem;
	word-break: break-all
	
}


.b_detail {
  display: inline-block;
  margin: 0px 0px 6px 0px;
  padding: .7rem 1.8rem;
  font-size: .8rem;
  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;
}


.btn_wrapper_lineup {
  position: relative;
  background-color: #fff;
  display: flex;
  height: 80px;
  width: 100%;
  justify-content: center;
  overflow: hidden
}
.btn_detail_lineup {
  position: absolute;
  top: 0%;
  left: 50%;
	  transform: translate(-50%, 0%);
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/btn_bg.svg") 0px center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
  height: 60px;
  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;
}
