/** @format */

@charset "utf-8";

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
img {
  width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

a {
  color: #fff;
  text-decoration: underline;
}

/****************************************
ヘッダー
*****************************************/
header {
  max-width: 920px;
  height: 1111px;
  position: relative;
  margin: 0 auto;
}

.header img {
  width: 100%;
}
.top_author,
.top_ttl,
.top_day,
.top_price,
.top_read,
.top_read2,
.top_ill {
  position: absolute;
}
.top_author {
  top: 2%;
  left: 1%;
  width: 15%;
}
.top_ttl {
  top: 4%;
  left: 13%;
  width: 28%;
  z-index: 1;
}
.top_day {
  top: 34%;
  left: 0%;
  width: 17%;
}
.top_price {
  top: 49%;
  left: 2%;
  width: 15%;
}
.top_read {
  top: 3%;
  right: 4%;
  width: 13%;
  z-index: 1;
}
.top_read2 {
  top: 58%;
  left: 1%;
  width: 89%;
  z-index: 1;
}
.top_ill {
  top: 1%;
  right: 9%;
  width: 54%;
}
/****************************************
物語
*****************************************/
.story {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  margin-bottom: 50px;
}
.story_ttl {
  width: 300px;
  padding: 100px 0 10px;
  margin: 0 auto;
}
.story_txt {
  width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.story_txt p {
  margin-bottom: 2rem;
}
/****************************************
キャラクター
*****************************************/
.cha {
}
ul.cha_list {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
ul.cha_list li {
  width: 50%;
  background-color: #003b80;
}
ul.cha_list li:nth-child(2) {
  width: 50%;
  background-color: #97182a;
}
.cha_read {
  max-width: 1080px;
  margin: 10px auto 50px;
}
/****************************************
長岡忠興
*****************************************/
.cha_nagaoka {
  background: url(../_img/cha_nagaoka_illbg.png) no-repeat bottom -1px center #fff;
  background-size: 100%;
  height: 530px;
}

.cha_nagaoka_name {
  padding: 40px 30px;
  width: 100%;
  text-align: right;
}
.cha_nagaoka_name p,
.cha_isshiki_name p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.cha_nagaoka_name img {
  width: 262px;
}

/****************************************
一色五郎
*****************************************/
.cha_isshiki {
  background: url(../_img/cha_isshiki_illbg.png) no-repeat bottom -1px center #fff;
  background-size: 100%;
  height: 530px;
}

.cha_isshiki_name {
  padding: 40px 30px;
  width: 100%;
  text-align: left;
}
.cha_isshiki_name img {
  width: 262px;
}

/****************************************
コメント
*****************************************/
.comment {
  background: #cadad7;
  padding: 50px 0;
}
.comment_ttl {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
ul.comment_list {
  display: flex;
  flex-wrap: nowrap;
  width: 780px;
  margin: 0 auto;
}

ul.comment_list li {
  width: 50%;
  text-align: center;
}
ul.comment_list li img {
  width: 95%;
  padding-bottom: 1rem;
}

/****************************************
著者
*****************************************/
.author {
  padding: 100px 0;
  width: 100%;
  background-color: #97182a;
}
.author_img {
  width: 460px;
  margin: 0 auto;
}

/****************************************
プロフィール
*****************************************/
.profile {
  padding: 100px 0;
  text-align: center;
}
.profile_ttl {
  color: #003b80;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.profile_name {
  color: #003b80;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.profile_name span {
  font-size: 1.1rem;
}
.profile_txt {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8;
}
/****************************************
好評既刊
*****************************************/
.book {
  padding: 0;
  text-align: center;
}
.book_ttl {
  color: #003b80;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
ul.book_list {
  width: 730px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
ul.book_list li {
  width: 25%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #003b80;
}
ul.book_list li img {
  width: 100%;
}
.btn {
  margin-top: 5px;
}

/****************************************
フッター
*****************************************/
footer {
  margin-top: 100px;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  padding: 50px 0;
  background-color: #97182a;
}
.shogakukan {
  width: 100px;
  margin: 2rem auto 1rem;
}

/****************************************
pcで見せない
*****************************************/

.hidden_when_pc {
  display: none;
}

/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
SP
*****************************************/
@media screen and (max-width: 768px) {
  html,
  body {
    font-weight: normal;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /****************************************
ヘッダー
*****************************************/
  header {
    padding-bottom: calc(100% * 1530 / 768);
    height: auto;
  }

  .top_author {
    top: 43%;
    left: 41%;
    width: 19%;
    z-index: 1;
  }
  .top_ttl {
    top: 30%;
    left: 55%;
    width: 39%;
    z-index: 1;
  }
  .top_day {
    top: 1%;
    left: 1%;
    width: 26%;
  }
  .top_price {
    top: 72%;
    left: 50%;
    width: 19%;
  }
  .top_read {
    top: 2%;
    right: 4%;
    width: 19%;
    z-index: 1;
  }
  .top_read2 {
    top: 80%;
    left: 7%;
    width: 87%;
    z-index: 1;
  }
  .top_ill {
    top: 1%;
    right: 13%;
    width: 84%;
  }

  /****************************************
物語
*****************************************/
  .story {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    margin-bottom: 20px;
  }
  .story_ttl {
    width: 50%;
    padding: 50px 0 0 0;
    margin: 50px auto 0;
  }
  .story_txt {
    width: 95%;
    font-size: 3.8vw;
    line-height: 1.8;
  }

  /****************************************
キャラクター
*****************************************/
  .cha {
  }
  ul.cha_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
  }
  ul.cha_list li {
    width: 50%;
    background-color: #003b80;
  }
  ul.cha_list li:nth-child(2) {
    width: 50%;
    background-color: #97182a;
  }
  .cha_read {
    max-width: 1080px;
    margin: 10px auto 50px;
  }
  /****************************************
長岡忠興
*****************************************/
  .cha_nagaoka {
    padding-bottom: calc(100% * 1000 / 768);
    background: url(../_img/cha_nagaoka_illbg_sp.png) no-repeat bottom -1px center
      #fff;
    background-size: contain;
    height: auto;
  }
  .cha_nagaoka_name {
    padding: 40px 5px;
    text-align: center;
  }
  .cha_nagaoka_name p,
  .cha_isshiki_name p {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 1.5rem;
    width: 90%;
    margin: 1rem auto 0;
  }
  .cha_nagaoka_name img {
    width: 70%;
  }

  .hidden_when_pc {
    display: block;
  }

  /****************************************
一色五郎
*****************************************/
  .cha_isshiki {
    padding-bottom: calc(100% * 1000 / 768);
    background: url(../_img/cha_isshiki_illbg_sp.png) no-repeat bottom -1px center
      #fff;
    background-size: contain;
    height: auto;
  }

  .cha_isshiki_name {
    padding: 40px 5px;
    text-align: center;
  }
  .cha_isshiki_name img {
    width: 70%;
  }

  /****************************************
コメント
*****************************************/
  .comment {
    background: #cadad7;
    padding: 50px 0;
  }
  .comment_ttl {
    max-width: 85%;
  }
  ul.comment_list {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  ul.comment_list li {
    width: 100%;
  }
  ul.comment_list li img {
    width: 100%;
  }

  /****************************************
著者
*****************************************/
  .author_img {
    width: 70%;
  }
  /****************************************
プロフィール
*****************************************/
  .profile {
    padding: 100px 5px;
  }

  .profile_ttl {
    font-size: 1.5rem;
  }
  .profile_name {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .profile_name span {
    font-size: 1.1rem;
  }
  .profile_txt {
    color: #000;
    font-size: 3vw;
    line-height: 1.8;
    text-align: center;
    padding: 0 10px;
  }

  /****************************************
好評既刊
*****************************************/

  ul.book_list {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.book_list li {
    width: 50%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  ul.book_list li img {
    width: 100%;
  }
  .btn {
    margin-top: 5px;
  }
  /****************************************
フッター
*****************************************/
  footer {
    font-size: 0.6rem;
  }
  .shogakukan {
    width: 20%;
  }
}
/****************************************
/****************************************
/****************************************
/****************************************
SE
*****************************************/
@media screen and (max-width: 320px) {
}

/****************************************
明長フォント
*****************************************/
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-b1-extrabold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}
