/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #333;
}

img {
  vertical-align: bottom;
}

li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  margin: 30px auto;
  max-width: 80%;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .header-logo {
  font-size: 2rem;
}
header .header-inner .header-right {
  position: relative;
  z-index: 0;
}
header .header-inner .header-right .btn-open {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
header .header-inner .header-right .btn-open span {
  display: block;
  background-color: black;
  width: 30px;
  height: 3px;
  margin: 5px;
  border-radius: 3px;
}
header .header-inner .header-right .btn-open.show {
  display: block;
}
header .header-inner .header-right .humburgur-menu {
  z-index: index 20;
  display: none;
  background-color: #1e221f;
  position: fixed;
  margin-top: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
header .header-inner .header-right .humburgur-menu .header-item {
  margin-top: 50px;
  font-size: 3.5rem;
  text-align: center;
}
header .header-inner .header-right .humburgur-menu.show {
  display: block;
}

@media (max-width: 599px) {
  header {
    margin: 10px auto;
    max-width: 80%;
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner .header-logo {
    font-size: 1.5rem;
  }
  header .header-inner .header-right {
    position: relative;
  }
  header .header-inner .header-right .btn-open {
    position: absolute;
    right: 0;
    padding: 0px;
  }
  header .header-inner .header-right .btn-open span {
    display: block;
    background-color: black;
    width: 30px;
    height: 3px;
    margin: 5px;
    border-radius: 3px;
  }
  header .header-inner .header-right .btn-open.show {
    display: block;
  }
  header .header-inner .header-right .humburgur-menu {
    display: none;
    background-color: #1e221f;
    position: fixed;
    margin-top: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  header .header-inner .header-right .humburgur-menu .header-item {
    margin: 50px;
    font-size: 1.5rem;
    text-align: center;
  }
  header .header-inner .header-right .humburgur-menu.show {
    display: block;
  }
}
.about {
  max-width: 1200px;
  margin: 50px auto;
}
.about .product-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.about .product-list .product-item {
  gap: 0 5px;
}
.about .product-list .product-item .product-image {
  height: 280px;
}
.about .product-list .product-item .product-image img {
  width: 250px;
  margin: 20px;
}
.about .product-list .product-item .product-name {
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
}
.about .product-list .product-item .product-desc {
  text-align: center;
}
.about h3 {
  text-align: center;
  margin: 50px 0 30px;
}
@media (max-width: 599px) {
  .about {
    max-width: 1200px;
    margin: 50px auto;
  }
  .about .product-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .about .product-list .product-item {
    gap: 0 5px;
  }
  .about .product-list .product-item .product-image {
    height: 150px;
  }
  .about .product-list .product-item .product-image img {
    width: 150px;
    margin: 20px;
  }
  .about .product-list .product-item .product-name {
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
  }
  .about .product-list .product-item .product-desc {
    text-align: center;
    font-size: 0.8rem;
  }
  .about h3 {
    text-align: center;
    margin: 50px 0 30px;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0px auto 50px;
}
footer .footer-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-list .footer-item {
  color: black;
  margin-left: 20px;
}
footer .copyright {
  text-align: center;
  margin-top: 0px;
}

@media (max-width: 599px) {
  footer {
    display: block;
    max-width: 400px;
    margin: 0px auto 50px;
  }
  footer .footer-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-list .footer-item {
    color: black;
    margin-left: 10px;
  }
  footer .copyright {
    text-align: center;
    margin-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */