* {
   box-sizing: border-box;
}
body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif, Century;
   background-color: #e6e6e6;
   letter-spacing : 0.2em;
}
header {
   padding: 30px 4% 10px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.8);
   display: flex;
   align-items: center;
}

h1 {
   margin: 0; padding: 0;
   font-size: 20px;
   text-decoration: none;
   color: #fff;
}
a {	
   text-decoration: none;
   color: #fff;
}

nav {
   margin: 0 0 0 auto;
}
ul {
   list-style: none;
   margin: 0;
   display: flex;
}
li {
   margin: 0 0 0 15px;
   font-size: 14px;
}

.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('main 765lt.jpg') top center / cover no-repeat;
}
h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #fff;
}









.end-visual{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('end kuro.jpg') top center / cover no-repeat;
   position: relative;
}
footer {
  width: 100%;
  height: 120px; 
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
  background-color: #000000;
}
ul.footer-menu li {
display: inline;
}







.Stockmain{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   width: 100%;
}

.MainName{
   font-size: 50px;
   font-family: Century;
   margin: 50px;
}

.right{
   font-size: 50px;
   font-family: Century;
   margin: 50px;
   margin-right: 60px;
   margin-left: auto;
   text-align: right;
}

.Data{
   font-size: 25px;
   margin: 10px;
   margin-right: 40px;
}

.DataName{
   font-size: 20px;
   color: #A1A3A6;
   margin: 15px;
   margin-right: 40px;
}

.line{
   border-top: 1px solid #A1A3A6;
   padding: 30px
   display: flex;
}

.SpecData{
   font-size: 25px;
   color: #000000;
   margin: 10px;
   margin-right: 40px;
}

.yohaku{
   margin-bottom: 7px;
   margin-left: 40px;
   margin-right: 200px;
}


.carstock{
  margin : 30px;
  font-size:35px;
}

.Item{
   float:left;
   display: flex;
   margin-left: 80px;
}

h3{
   color: #000000;

}

.right1{
  text-align: right;
  font-size: 30px;
}

.contact{
   text-align: right;
}







