@charset "utf-8";
/* CSS Document */
main {
  color: #515151;
}
h2 {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2.5px;
  margin-top: 32px;
}
.category {
  margin: 54px 0;
  text-align: center;
}
.category ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.category li {
  list-style: none;
  padding: 18px 22px;
  border-right: solid 1px #707070;
}
.category li:last-child {
  list-style: none;
  padding: 18px 22px;
  border-right: none;
  text-align: left;
}
.category ul li a {
  color: #515151;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 960px) {
  main {
    max-width: 1200px;
  }
  h2 {
    font-size: 5.0rem;
    text-align: left;
    /*max-width: 1080px;*/
    letter-spacing: 2.5px;
    padding: 38px 0;
    margin: 0 auto;
  }
  .category {
    margin: 0;
    text-align: left;
  }
  .category ul {
    display: flex;
    justify-content: left;
    margin: 0;
    padding-left: 14px;
  }
  .category li {
    list-style: none;
    padding: 18px 22px;
    border-right: solid 1px #707070;
    height: 29px;
  }
  .category li:last-child {
    list-style: none;
    padding: 18px 22px;
    border-right: none;
    text-align: left;
  }
  .category ul li a {
    color: #515151;
    font-size: 2.2rem;
    font-weight: 500;
    text-decoration: none;
  }
  
}
.list-img {
  margin: 0px auto;
  width: 326px;
}
.list-img__d {
  width: 100%;
  margin: 0 auto;
  display: block;
  list-style: none;
}
/*キャプション*/
.title {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 10px;
}
.size {
  text-align: left;
  font-size: 1.2rem;
}
.list-img li a img {
  width: 326px;
  height: 226px;
  object-fit: cover;
  margin-top: 22px;
}
@media (min-width: 960px) {
  .category {
    display: flex;
    justify-content: space-between;
  }
  .list-img {
    margin: 60px auto;
    width: 100%;
  }
  .list-img__d {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 22px;
  }
  .list-img__d li {}
  .list-img__d a {
    width: 352px;
    height: 226px;
  }
  .list-img li a img {
    width: 352px;
    height: 226px;
    object-fit: cover;
    margin-top: 0;
  }
}
.text {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto;
  font-weight: 100;
}
@media (min-width: 960px) {
  .text {
    font-size: 2.0rem;
    text-align: left;
    margin: 48px 0 10px 35px;
    font-weight: 100;
  }
}