@charset "UTF-8";
/* pc・sp 共通 */
body.ehon #title .image:after {
  background-image: url(../images/ehon/title-bg.jpg);
}

#archive-page {
  padding: 45px 0;
}

.book-introduction {
  background-color: #faf0e6;
  padding-bottom: 35px;
}
.book-introduction .inner-box {
  padding: 30px 0 0;
  background-image: url(../images/common/bookshelf_texture.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 100% auto;
}
.book-introduction .inner-box .desc-text {
  font-size: 93.75%;
  text-align: center;
  margin-bottom: 20px;
}
.book-introduction .inner-box .desc-text .st_text {
  color: #fa8219;
  font-weight: 600;
}
.book-introduction .inner-box .bookshelf .bookshelf-image {
  margin-bottom: 0;
}
.book-introduction .inner-box .bookshelf > .one-block:not(:last-child) {
  margin-bottom: 25px;
}
.book-introduction .inner-box .bookshelf > .one-block .c_clude_title {
  padding-inline: 20px;
}
.book-introduction .inner-box .bookshelf > .one-block .c_clude_title .inner {
  margin-inline: 3px;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 0;
  margin-bottom: 0;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li {
  padding: 0 20px 28px;
  display: flex;
  align-self: flex-end;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li:nth-child(2n+1) {
  position: relative;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li:nth-child(2n+1):after {
  content: "";
  display: block;
  width: 200%;
  height: 28px;
  background-image: url(../images/common/edge_txuture.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li:nth-child(odd) {
  justify-content: flex-end;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li.item-center {
  grid-column: span 3/3;
  justify-content: center;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li.item-center:after {
  width: 100%;
}
.book-introduction .inner-box .bookshelf > .one-block .book-list > li img {
  vertical-align: middle;
  cursor: pointer;
}

.book-detailsbox {
  padding: 0 0 20px;
  box-sizing: border-box;
  background-color: #faf0e6;
  position: relative;
}
.book-detailsbox .one-block {
  width: 100%;
  padding: 85px 15px 0;
  box-sizing: border-box;
  position: relative;
}
.book-detailsbox .one-block .year-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  left: 12px;
}
.book-detailsbox .one-block .year-box .inner {
  display: grid;
  place-items: center;
  width: 65px;
  height: 57px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  margin-inline: 3px;
  color: #ffffff;
  background-image: url(../images/common/cloud-r_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.book-detailsbox .one-block .year-box .inner.co02 {
  background-image: url(../images/common/cloud-r_blue.svg);
}
.book-detailsbox .one-block .year-box .inner.co03 {
  background-image: url(../images/common/cloud-r_orange.svg);
}
.book-detailsbox .one-block .year-box .inner.co04 {
  background-image: url(../images/common/cloud-r_yellow.svg);
}
.book-detailsbox .one-block .overview {
  text-align: center;
}
.book-detailsbox .one-block .overview .image {
  margin-bottom: 6px;
}
.book-detailsbox .one-block .overview .image img {
  width: 170px;
  margin-inline: auto;
}
.book-detailsbox .one-block .overview .text-area {
  line-height: 1.35;
  font-size: 93.75%; /* 15px */
  margin-bottom: 25px;
}
.book-detailsbox .one-block .overview .text-area .name {
  display: block;
  font-size: 120%; /* 20px */
  font-weight: 500;
  margin-bottom: 7px;
}
.book-detailsbox .one-block .overview .text-area .sentence {
  display: block;
}
.book-detailsbox .one-block .overview .text-area .picture {
  display: block;
}
.book-detailsbox .one-block .overview .text-area .publisher {
  display: block;
}
.book-detailsbox .one-block .overview .text-area > span {
  display: block;
}
.book-detailsbox .one-block .point-box {
  line-height: 1.65;
}
.book-detailsbox .one-block .point-box .title {
  color: #fa8219;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0;
}

#content .back-btn {
  background-color: #faf0e6;
  font-weight: 500;
  padding-bottom: 60px;
}

#ehon-index #ehon-castle .imagesbox-outline {
  margin-bottom: -15px;
}

#ehon-introduction .container-inner:has(#breadcrumb) {
  background-color: #fdf9f5;
}
#ehon-introduction .container-inner:has(#breadcrumb) .c_lead-area {
  padding-bottom: 25px;
  margin-bottom: 0;
}
#ehon-introduction .container-inner:has(#breadcrumb) .c_lead-area .lead-text {
  font-size: 165.625%;
}

body.ehon.archive .container-inner:has(#breadcrumb) {
  background-color: #faf0e6;
}
body.ehon.archive .container-inner:has(#breadcrumb) #breadcrumb {
  margin-bottom: 0;
}

/*# sourceMappingURL=page-ehon.css.map */
