@font-face{
font-family:PeugeotNewRegular;
src:url("fonts/Peugeot_New-Regular.woff2") 
format("woff2"),
url("fonts/Peugeot_New-Regular.woff") 
format("woff"),
url("fonts/PeugeotNew-Regular.ttf") 
format("truetype"),
url("fonts/Peugeot_New-Regular.eot") 
format("eot");
}
@font-face{
font-family:PeugeotNewBold;
src:url("fonts/Peugeot_New-Bold.woff2") 
format("woff2"),
url("fonts/Peugeot_New-Bold.woff") 
format("woff"),
url("fonts/PeugeotNew-Bold.ttf") 
format("truetype"),
url("fonts/Peugeot_New-Bold.eot") 
format("eot");
}
@font-face{
font-family:PeugeotNewLight;
src:url("fonts/Peugeot_New-Light.woff2") 
format("woff2"),
url("fonts/Peugeot_New-Light.woff") 
format("woff"),
url("fonts/PeugeotNew-Light.ttf") 
format("truetype"),
url("fonts/Peugeot_New-Light.eot") 
format("eot");
}
body {
  font-family:PeugeotNewRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
}
.BFT {
  font-family:PeugeotNewBold;
}
.LFT {
  font-family:PeugeotNewLight;
}
h1 {
  margin: 0 !important;
  padding: 5px 0 !important;
  text-align: center;
  background-color: #000;
}
h1 img {
  font-size: 0;
}
@media (max-width: 768px) {
  h1 img {
    width: 10vw;
  }
}