* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color:#b5a5a5;
letter-spacing : 0.2em;
}
header {
padding: 30px 4% 10px;
position: fixed;
top: 0;
width: 100%;
background-color: transparent;
display: flex;
align-items: center;
}
h1 {
margin: 0; padding: 0;
font-size: 20px;
}
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_visual.jpg') top center / cover no-repeat;
}
h2 {
margin: 0;
font-size: 30px;
font-weight: normal;
color: #fff;
}
h3{
margin: 0;
font-size: 20px;
font-weight: normal;
color: #000000
}