@charset "utf-8";

html, body {
  height: 100%; 
}

#wrap{
  height:100%;
}
#main{
  height:100vh;
}
#main ul{
  height:100%;
  display: flex;
  flex-direction: column;
}
.section {
  flex: 1; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  color: white;
}
#section1 {
  background:url(../images/Range-rover_HOB.jpg)no-repeat; background-size:cover; 
}
#section2 {
  background:url(../images/Defender_HOB.jpg)no-repeat; background-size:cover;
}
#section3 {
  background:url(../images/Discovery_HOB.jpg)no-repeat; background-size:cover;
}
.cont_info{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.houseBrand_logo{   
  margin-bottom:40px;
}
.houseBrand_logo img{
  height:12.5px;
}
.houseBrand_btn{
  font-weight:bold; 
}

@media screen and (min-width: 1025px)  {  /*pc*/    

#main ul{  
  flex-direction: row;
}
#section1 {
  background:url(../images/Range-rover_HOB.jpg)no-repeat center right; background-size: auto 100%;
}
#section2 {
  background:url(../images/Defender_HOB.jpg)no-repeat center center; background-size: auto 100%;
}
#section3 {
  background:url(../images/Discovery_HOB.jpg)no-repeat center center; background-size: auto 100%;
}
.houseBrand_logo {
  margin-bottom: 60px;
}
.houseBrand_logo img{ 
  height:1.6rem; 
}

}
