@charset "UTF-8";
/*--------------------------------*/
.lineup_menu_area {
  width: 100%;
  text-align: center;
  overflow: hidden;
  top: 64px;
  background-color: #ecebf0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3
}

.lineup_menu_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: calc(100vw - 2rem);

  height: 40px;
  margin: 0px auto 0px auto;
}
.lineup_menu_inner a {
  flex: 1 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.lineup_menu_inner a:hover {
  color: #5100C8;
  opacity: 1.0
}
.lineup_base {
  width: 92%;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
		  border-bottom: #999 1px solid;
}
#receiver, #mixer, #transmitter, #transmitter_02, #transmitter_03, #transmitter_04, #charger, #accessories {
  margin-top: -90px;
  padding-top: 90px;
}

.lineup_title {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 2rem 0px 0rem 0px;
  padding: 1rem 1rem 1rem 0.5rem;
  border-bottom: #999 1px solid;
	text-align: left
}
.lineup_title_bar {
  margin: 0rem 0px 2rem 0px;
  width: 238px;
  height: 6px;
  overflow: hidden;
  background: url(../../images/top_menu_bar02.jpg) top left / 476px 8px no-repeat;
}
.lineup_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;
}
.lineup_area {
  width: 100%;
  display: flex;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: center
}
.lineup_area{
  width: 100%;
  display: flex;
flex-wrap: wrap;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: center
}
.lineup_area_l {
  width: 100%;
  display: flex;flex-wrap: wrap;
	  margin: 0.5rem 0px 1.5rem 0px;
  justify-content: flex-start
}
.lineup_waku,.lineup_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: 10px;
  opacity: 1.0;
  transition: all .3s ease-out;
}




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


}
.lineup_txt_area {
  flex: 1 0;
  margin: 0 1rem 0 1rem;
}
.lineup_txt_area_x2 {
  flex: 1 0;
  margin: 0 1rem 0 1rem;
}


.model_txt {
  margin: 0.5rem 0px 0rem 0px;
  font-size: 2.6rem;
	line-height: 3rem;
  font-family: "UniversNextPro-Cond";
  font-feature-settings: "palt";
}
.type_txt, .price_txt {
  margin: 0px 0px 0px 0px;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2rem;
  font-feature-settings: "palt";
}
.copy_txt {
  margin: 0.5rem 0 0.8rem 0;
  font-size: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.2rem;
	
}
.b_detail {
  display: inline-block;
  margin: 0px 0px 6px 0px;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #353535;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border-radius: 6px;
  font-feature-settings: "palt";
  transition: .2s background-color;
}
.b_detail.av {
  background-color: #0757A7;
}
.logo_dante {
  position: absolute;
  top: 0;
	left: 0;
  margin: 20px 0px 0rem 2%;
width: 25vw;max-width: 120px;

}
.logo_dante.nonre{
  position: static;
  top: 0;
	left: 0;
  margin: 2rem 0px -1rem 3rem;
width: 25vw;
	z-index: 5;max-width: 120px;

}
.title_Dante_area {
	display: flex;
justify-content: center;
align-items: center;
  margin: 6rem 0px 4rem 0px;
	padding: 2rem 0rem 22px 0rem;

  background:
    linear-gradient(to right, #bd0f54, #942243) bottom / 100% 6px no-repeat,
    #f0f0f0;
    
}

.title_LK_area {
	display: flex;
justify-content: center;
align-items: center;
  margin: 6rem 0px 4rem 0px;
		  padding: 2rem 0rem 22px 0rem;

  background:
    linear-gradient(to right, #2e85c8, #1e51a4) bottom / 100% 6px no-repeat,
    #f0f0f0;
    
}
.Dante_LK_area_title {

  font-size: 1.8rem;
	line-height: 2.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";

}
.logo-Dante {
padding: 0 4rem 0 0;
width: 120px

}