@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #24292e;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
h1 {
  font-family: "Hammersmith One", sans-serif;
  font-size: 40px;
  color: #003366;
}
h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
section {
  max-width: 960px;
  margin: 0 auto 200px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
section h2{
  color: #2E8B57;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 280px;
  margin: 0 auto;
  padding: 0 4%;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  font-size: 0.9rem;
  margin-left: 30px;
}
#header li a {
  color: #1A237E;
  font-family: "M PLUS Rounded 1c";
}
#header li a:hover {
  opacity: 0.8;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mv {
  margin-bottom: 80px;
}
#mv img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about ul {
  margin-bottom: 24px;
  font-size: 18px;
}
#about li:first-child {
  margin-bottom: 8px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.07em; /* 字間を広げる */
  color: #1A237E;
}
#about p {
  text-align: start;
}
#about p strong {
  font-weight: 600;
  color: #222222;
  letter-spacing: 0.03em;  /* 字間を広げる */
}

/*-------------------------------------------
Works
-------------------------------------------*/
#works ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#works li {
  width: 32%;
  margin-bottom: 24px;
}
#works li img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#works li a{
  color: black;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
  text-align: center;
}
#contact p {
  text-align: center;
  margin-bottom: 64px;
}
#mail {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1A237E;
  margin-bottom: 64px;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color: #24292e;
  color: #fff;
  font-size: 0.5rem;
  padding: 16px 24px;
  text-align: center;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .wrapper {
    margin-bottom: 80px;
  }
  .site-title {
    margin-top: 24px;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .br-pc {
    display: none;
  }
  h1{
    margin-top: 36px;
    margin-left: 24px;
    margin-right: 24px;
  }
  li a{
    font-size: large;
  }
  nav{
    margin-top: 12px;
    margin-bottom: 18px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    max-width: 100%;
    height: auto;
    flex-direction: column;
  }
  #header li {
    font-size: 0.8rem;
    margin-left: 20px;
  }
  #header li:first-child {
    margin-left: 0;
  }

  /*-------------------------------------------
  Works
  -------------------------------------------*/
  #works ul {
    flex-direction: column;
  }
  #works li {
    width: 100%;
  }
}
