.base {
  display: column;
  flex-direction: row;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: visible;
  
}

.header{
  /* text-align: center; */
  width:100%;
  overflow: visible;
}

.select{
  width:100%;
  height:100px;
}
/* .suzuki{
  text-align: center;
  width:100%;
  overflow: visible;
} */

#main{
  width:1024px;
  height:1300px;
}

.image { 
  display: flex; 
  justify-content:space-between;
}

.image01 {
  display: flex; 
  justify-content: space-between;
  margin-top: 10px;
}

.normal{ 
  font-size: 18px;
  line-height:85%; 
  margin-top:10px
}
    
@media (min-width: 1024px){
  #main{
    width:1024px;
    height:450px;
  }
}

.jump{
  text-align: left;
}
