* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

main .main-visual img {
  width: 100%;
  height: auto;
}
main .concept {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
main .concept h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #2B2A27;
  margin-bottom: 20px;
}
main .concept p {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #2B2A27;
  line-height: 1.5;
}
main .gallery {
  text-align: center;
  margin-bottom: 100px;
}
main .gallery .gallery-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
main .gallery .gallery-wrapper .gallery-item {
  width: 400px;
  height: 500px;
}
main .gallery .gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .gallery a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2B2A27;
  text-decoration: none;
  display: inline-block;
  padding: 15px 60px;
  border: 1px solid #2B2A27;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}
main .gallery a:hover {
  background-color: #2B2A27;
  color: #ffffff;
}
main .links {
  margin-bottom: 20px;
}
main .links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  list-style: none;
}
main .links ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
main .links ul li a {
  color: #2B2A27;
  text-decoration: none;
  transition: color 0.3s;
}
main .links ul li a:hover {
  color: gray;
}

footer p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
  html, body {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  main .main-visual img {
    width: 100%;
    height: auto;
  }
  main .concept {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  main .concept h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #2B2A27;
    margin-bottom: 20px;
  }
  main .concept p {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2B2A27;
    line-height: 1.5;
  }
  main .gallery {
    text-align: center;
    margin-bottom: 80px;
  }
  main .gallery .gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    gap: 0;
    font-size: 0;
  }
  main .gallery .gallery-wrapper .gallery-item {
    width: 100%;
    max-width: 320px;
    height: 400px;
    box-sizing: border-box;
    margin: 0;
  }
  main .gallery .gallery-wrapper .gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  main .gallery a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2B2A27;
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #2B2A27;
    background-color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
  }
  main .gallery a:hover {
    background-color: #2B2A27;
    color: #ffffff;
  }
  main .gallery a:active {
    background-color: #2B2A27;
    color: #ffffff;
  }
  main .gallery .links {
    margin-bottom: 20px;
  }
  main .gallery .links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    list-style: none;
  }
  main .gallery .links ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  main .gallery .links ul li a {
    color: #2B2A27;
    text-decoration: none;
    transition: color 0.3s;
  }
  main .gallery .links ul li a:hover {
    color: gray;
  }
  main .gallery .links ul li a:active {
    color: gray;
  }
  main footer p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */