@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --color_brown: #662401;
  --color_black: #110E01;
  --color_gray: #58564F;
  --color_red: #CA2416;
  --color_green: #4D7339;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#book_cover h2,
#book_cover h3,
#book_cover h4,
#book_cover h5 {
  line-height: 1.6em!important;
  letter-spacing: 0.05em!important;
}
@media screen and (max-width: 599px) {
  #book_cover h2,
  #book_cover h3,
  #book_cover h4,
  #book_cover h5 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
}
#book_cover .book_cover_main_conts p,
#book_cover .book_cover_main_conts p span,
#book_cover .book_cover_main_conts p small,
#book_cover .book_cover_main_conts li,
#book_cover .book_cover_main_conts dt,
#book_cover .book_cover_main_conts dd  {
  line-height: 2.3em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #book_cover .book_cover_main_conts p,
#book_cover .book_cover_main_conts p span,
#book_cover .book_cover_main_conts p small,
#book_cover .book_cover_main_conts li,
#book_cover .book_cover_main_conts dt,
#book_cover .book_cover_main_conts dd  {
  letter-spacing: 0em!important;
}
}
/* ===============================
レイアウト
=============================== */
@media screen and (max-width: 599px) {
  #book_cover {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#book_cover .inner_wrap {
  margin-bottom: 12rem;
}
@media screen and (max-width: 599px) {
  #book_cover .inner_wrap {
    margin-bottom: 6rem;
  }
}
/* ===============================
リンク設定
=============================== */
#book_cover a {
  text-decoration: none!important;
}
#book_cover a:hover {
  color: inherit!important;
}
/* ===============================
リード文
=============================== */
.book_cover_lead {
  text-align: center;
  margin: 5rem auto 8rem;
}
#book_cover .book_cover_lead p {
  font-size: 1.6rem;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
}
@media screen and (max-width: 599px) {
.book_cover_lead {
  width: 94%;
  margin: 2rem auto 3rem;
}
#book_cover .book_cover_lead p {
  font-size: 1.4rem;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
}
}
/* ===============================
見出し
=============================== */
.book_cover_ttl_01 {
    font-size: 1.8rem;
    font-family: var(--font_noto_sans);
    margin-bottom: 2.4rem;
    background: url(https://morpho1995noij.itembox.design/item/book_cover/icon_book.png) no-repeat left center;
    background-size: 45px auto;
    padding: 0.8rem 0 0.8rem 66px;
    position: relative;
    margin-bottom: 3.6rem;
}
@media screen and (max-width: 599px) {
  .book_cover_ttl_01 {
    font-size: 1.5rem;
    background: url(https://morpho1995noij.itembox.design/item/book_cover/icon_book.png) no-repeat left center;
    background-size: 35px auto;
    padding: 0 0 0 46px;
    margin-bottom: 2.6rem;
  }
}
.book_cover_ttl_01:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: url(https://morpho1995noij.itembox.design/item/book_cover/line_slash.png) repeat-x;
  background-size: 8px;
  left: 0;
  bottom: -1.6rem;
}
@media screen and (max-width: 599px) {
  .book_cover_ttl_01:after {
    background: url(https://morpho1995noij.itembox.design/item/book_cover/line_slash.png) repeat-x;
    background-size: 4px;
  }
}
.book_cover_ttl_02 {
  font-size: 2.5rem;
}
@media screen and (max-width: 599px) {
  .book_cover_ttl_02 {
    font-size: 2.0rem;
    text-align: center;
  }
  #book_cover .book_cover_ttl_02 {
    font-weight: 600;
  }
}
.book_cover_ttl_03 {
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}
#book_cover .book_cover_ttl_03{
  font-weight: 600;
}
.book_cover_ttl_03 span {
  margin-left: 2rem;
  color: #C40606;
}
.book_cover_ttl_03:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(https://morpho1995noij.itembox.design/item/book_cover/icon_pen.png) no-repeat;
  background-size: 25px auto;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .book_cover_ttl_03 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }
  #book_cover .book_cover_ttl_03 {
    font-weight: 600;
  }
  .book_cover_ttl_03:before {
    width: 20px;
    height: 20px;
    background: url(https://morpho1995noij.itembox.design/item/book_cover/icon_pen.png) no-repeat;
    background-size: 20px auto;
    margin-right: 0.6rem;
  }
}

/* ===============================
コンテンツ
=============================== */
.book_cover_img a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .book_cover_img {
    margin-bottom: 1.6rem;
  }
  .book_cover_img a {
    flex-direction: column;
  }
}
.book_cover_img a > div:first-child {
  width: 61.66%;
}
.book_cover_img a > div:last-child {
  width: calc(100% - 61.66%);
}
@media screen and (max-width: 599px) {
  .book_cover_img a > div:first-child,
  .book_cover_img a > div:last-child {
    width: 100%;
  }
}
.book_cover_img ul {
  display: flex;
  flex-wrap: wrap;
}
.book_cover_img ul li {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .book_cover_img ul li {
    width: 25%;
  }
}
#book_cover_cirasagi .book_cover_img ul li:nth-child(n+3) {
  width: 33.33%;
}
@media screen and (max-width: 599px) {
  #book_cover_cirasagi .book_cover_img ul li,
  #book_cover_cirasagi .book_cover_img ul li:nth-child(n+3) {
    width: 20%;
  }
}
.book_cover_txt {
  background-color: #EAE9E5;
  padding: 3rem;
}
#book_cover .book_cover_txt p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .book_cover_txt {
    padding: 2rem;
  }
  #book_cover .book_cover_txt p {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.book_cover_review {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 599px) {
  .book_cover_review {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.book_cover_review_txt {
  width: 69%;
}
#book_cover .book_cover_review_txt p {
  font-size: 1.4rem;
  font-weight: 500;
}
.book_cover_review_img {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .book_cover_review_txt,
  .book_cover_review_img {
    width: 100%;
  }
  .book_cover_review_txt {
    margin-bottom: 1rem;
  }
  #book_cover .book_cover_review_txt p {
    font-weight: 400;
  }
  .book_cover_review_img {
    text-align: right;
  }
  .book_cover_review_img img {
    width: 70%;
  }
}
/* ===============================
moreボタン
=============================== */
.bookcover_btn_more {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .bookcover_btn_more {
    flex-direction: column;
    align-items: center;
    margin-top: 2.6rem;
  }
}
.bookcover_btn_more p {
  display: block;
  width: 210px;
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 899px) {
  .bookcover_btn_more p {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .bookcover_btn_more p {
    width: 60%;
  }
}
.bookcover_btn_more a {
  display: block;
  color: #FFF;
  font-size: 1.9rem!important;
  background-color: var(--g-color)!important;
  text-align: center;
  text-decoration: none!important;
  font-size: 1.5rem;
  line-height: 1.0;
  border: solid 1px #dcdcdc;
  padding: 1.6rem 0;
}
.bookcover_btn_more a:hover {
  background-color: #FFF!important;
  color: var(--g-color)!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .bookcover_btn_more a {
    font-size: 1.5rem!important;
  }
}