@import "./reset.css";
@import "./common.css";
.primg {
  transition-timing-function: ease-out !important;
}

#base_wrap {
  width: 100%;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 110px 0 0;
}
.inner h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
  color: #000;
  padding: 150px 0;
}
.inner h2 {
  transform: skewX(-15deg);
  margin: 0 auto 50px;
  background-color: #000;
  width: 280px;
  padding: 10px 0;
  text-align: center;
}
.inner h2 p {
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  transform: skewX(15deg);
}
.inner .books_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto 160px;
}
.inner .books_list li {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(245, 245, 245) 50%, rgb(245, 245, 245) 100%);
  position: relative;
  width: 480px;
  height: 320px;
  box-sizing: border-box;
  border-radius: 0 0 10px 0;
  margin-bottom: 20px;
}
.inner .books_list li .photo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.inner .books_list li .photo img {
  max-width: 190px;
}
.inner .books_list li .text {
  position: absolute;
  top: 180px;
  left: 210px;
}
.inner .books_list li .text .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin: 0 0 5px;
}
.inner .books_list li .text .subttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin: 0 0 25px;
}
.inner .books_list li .text .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}
.inner .books_list li .text .year {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.inner .books_list li:last-child {
  height: 300px;
}
.inner .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto 100px;
}
.inner .works_list li {
  background: #ffffff;
  width: 480px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.inner .works_list li .photo img {
  max-width: 100%;
}
.inner .works_list li .text {
  background-color: #F5F5F5;
  padding: 20px;
}
.inner .works_list li .text .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin: 0 0 5px;
  border-radius: 0 0 10px 0;
}
.inner .works_list li .text .subttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin: 0 0 25px;
}
.inner .works_list li .text .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}
.inner .works_list li .text .year {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 780px) {
  #base_wrap {
    min-height: 100vh;
    position: relative;
  }
  .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 16vw 0 0;
  }
  .inner h1 {
    font-size: 6.9230769231vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
    color: #000;
    padding: 15vw 0;
  }
  .inner h2 {
    transform: skewX(-15deg);
    margin: 0 auto 5vw;
    background-color: #000;
    width: 35vw;
    padding: 2vw 0;
    text-align: center;
  }
  .inner h2 p {
    font-size: 3.8461538462vw !important;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    transform: skewX(15deg);
  }
  .inner .books_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
    margin: 0 auto 15vw;
    width: 80vw;
  }
  .inner .books_list li {
    background: #ffffff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 36%, rgb(245, 245, 245) 36%, rgb(245, 245, 245) 100%);
    position: relative;
    width: 80vw;
    height: 46vw;
    box-sizing: border-box;
    border-radius: 0 0 1.2820512821vw 0;
    margin-bottom: 0;
  }
  .inner .books_list li .photo {
    position: absolute;
    bottom: 1.2820512821vw;
    left: 1.2820512821vw;
  }
  .inner .books_list li .photo img {
    max-width: 24vw;
  }
  .inner .books_list li .text {
    position: absolute;
    top: 19vw;
    left: 28vw;
  }
  .inner .books_list li .text .ttl {
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    margin: 0 0 0.8vw;
  }
  .inner .books_list li .text .subttl {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    margin: 0 0 4vw;
  }
  .inner .books_list li .text .txt {
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.8vw;
  }
  .inner .books_list li .text .year {
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1;
  }
  .inner .books_list li:last-child {
    height: 46vw;
  }
  .inner .works_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
    width: 80vw;
    margin: 0 auto 5vw;
  }
  .inner .works_list li {
    background: #ffffff;
    width: 80vw;
    box-sizing: border-box;
    margin-bottom: 8vw;
    text-align: center;
  }
  .inner .works_list li .photo img {
    max-width: 70vw;
  }
  .inner .works_list li .text {
    background-color: #F5F5F5;
    border-radius: 0 0 1.2820512821vw 0;
    padding: 5vw;
  }
  .inner .works_list li .text .ttl {
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    margin: 0 0 0.8vw;
  }
  .inner .works_list li .text .subttl {
    font-size: 3.0769230769vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
    margin: 0 0 3vw;
  }
  .inner .works_list li .text .txt {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0.8vw;
  }
  .inner .works_list li .text .year {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
  }
}/*# sourceMappingURL=works.css.map */