/** @format */

.fifth_index {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;

  flex-wrap: wrap;
}

.fifth_index li {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dcbf5e;
}

.fifth_index a {
  color: #b99c67;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.fifth_index li a::after {
  content: "";
  background-image: url(../images/common/anchor_link.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  .fifth_index li {
    width: calc(50% - 40px);
  }
  .fifth_index a {
    display: grid;
    justify-items: center;
  }
}

.novel p {
  color: #64573b;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.mv {
  margin: auto 10px 40px;
}
.mv img {
  max-width: 560px;
  margin: 40px auto 0;
}

@media screen and (max-width: 750px) {
  .mv img {
    max-width: 100%;
    margin: 20px auto;
  }
}

small {
  color: #b99c67;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
  text-align: center;
}

.tmb-list li {
  width: 600px;
  align-items: flex-start;
}
.prof {
  width: 140px;
  height: 140px;
}
.prof_name {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.fifth_member {
  display: flex;
}
.prof_name h2 {
  margin-top: 10px;
  text-align: start;
}
.prof_name img {
  object-fit: contain;
  height: 32px;
  width: auto;
  display: flex;
  flex-direction: column;
}

h4 {
  display: flex;
}
h4::before {
  content: none;
}
h4::after {
  content: none;
}

.fifth_name {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.novel_wrap .prof_name img {
  object-fit: contain;
  height: 32px;
  width: auto;
}

.novel_wrap .prof_name h2::before {
  content: none;
}
.novel_wrap .prof_name h2::after {
  content: none;
}

.author {
  margin: 40px 40px 60px;
}

.author img {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.author .prof_name {
  margin: 0 10px 0;
}
.novel_wrap h4 {
  color: #b99c67;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
  text-align: left;
}
.novel_wrap .number {
  font-size: 2.2em;
  margin-right: 10px;
}

.answer_wrap {
  display: flex;
  align-items: start;
  margin-top: 15px;
}
.answer {
  background-color: #f7f4ee;
  width: 100%;
}
.answer_wrap h4 {
  color: #dcbf5e;
  margin-top: 5px;
}
.answer p {
  color: #64573b;
  text-align: left;
  padding: 15px 20px;
}
.QA {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a38449;
}

.QA:first-child {
  margin-top: 0;
}
.QA:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.QA_relay {
  display: flex;
  align-items: center;
  justify-content: space-around;

  padding-bottom: 30px;
  border-bottom: 1px solid #a38449;
}

.QA_relay .QA_icon img {
  max-width: 160px;
  border: 4px solid #a38449;
  border-radius: 50%;
}

.novel .QA_Prev p,
.novel .QA_Next p {
  margin-top: 5px;
  color: #b99c67;
}

.QA_relay_Next {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.QA_relay_Next .QA_Next {
  display: flex;
  width: calc(40px + 7rem);
  align-items: center;
  gap: 5px;
  padding: 10px;
}

.QA_relay_Next .QA_Next:hover {
  background-image: url(../images/common/line-nav-pc.svg);
  background-size: 90%;
  background-position: bottom 20% center;
  background-repeat: no-repeat;
}

.QA_relay_Next .QA_Next p {
  white-space: nowrap;
}

.QA_relay_Next .small_icon {
  width: 40px;
  height: 40px;
}

.novel .QA_relay_Next p {
  margin-top: 0;
}

.novel .QA_relay_Next h4 {
  white-space: nowrap;
  padding: 5px;
  border: double #dcbf5e;
  place-items: center;
}

.QA_relay_Next .answer {
  margin-top: 0;
}

.QA_relay .prev_txt::before {
  content: "";
  background-image: url(../images/common/prev.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 12px;
  vertical-align: middle;
  margin-right: 5px;
}

.QA_Next .next_txt::after,
.QA_relay_Next .QA_Next .next_txt::after {
  content: "";
  background-image: url(../images/common/next.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 12px;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 750px) {
  .QA_relay .QA_icon img {
    width: 90px;
  }
  .QA_Prev,
  .QA_Next {
    width: 50px;
  }

  .novel .QA_relay .QA_Prev p,
  .novel .QA_relay .QA_Next p {
    display: grid;
    justify-items: center;
  }

  .QA_relay_Next {
    display: block;
  }
  .QA_relay_Next .answer {
    margin: 10px 0;
  }
  .QA_relay_Next .QA_Next {
    width: auto;
    justify-content: flex-end;
    padding: 0;
  }
  .novel .QA_relay_Next h4 {
    justify-content: center;
  }
  .QA_relay .arrow {
    margin: 0 10px;
    width: 10%;
    white-space: nowrap;
  }
  .QA_relay .prev_txt::before {
    content: none;
  }
  .QA_relay .prev_txt::after {
    content: "";
    background-image: url(../images/common/prev.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 1rem;
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.small_icon {
  width: 80px;
  height: auto;
}

.arrow {
  width: 50px;
}

.banner {
  display: flex;

  flex-wrap: wrap;
  gap: 20px;
}
.banner img {
  object-fit: contain;
  height: 60px;
  width: auto;
}

@media screen and (max-width: 560px) {
  .banner img {
    object-fit: contain;
    height: auto;
    width: 100%;
  }
}

.comment_wrap {
  width: 100%;
}

.color_picker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* ちゃだ */
.color_710E2F {
  background-color: #710e2f;
}
.color_FFFFFF {
  background-color: #ffffff;
  border: 1px solid #64573b;
}

/* yui */
.color_FFD700 {
  background-color: #ffd700;
}
.color_00FF00 {
  background-color: #00ff00;
}

/* しらす */
.color_C22047 {
  background-color: #c22047;
}
.color_8D8790 {
  background-color: #8d8790;
}

/* ばすみん */
.color_CECEDD {
  background-color: #cecedd;
}
.color_000000 {
  background-color: #000000;
}

/* フジ */
.color_eaedf7 {
  background-color: #eaedf7;
}
.color_004d25 {
  background-color: #004d25;
}

/* 色玉小 */
.small_color {
  padding: 0 10px;
  border-radius: 50%;
  margin: 0 2px;
}

.color_F7F7F7 {
  background-color: #f7f7f7;
  /* border: 1px solid #64573b; */
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 1px #64573b;
}

.color_333333 {
  background-color: #333333;
}

.color_A534E7 {
  background-color: #a534e7;
}

.color_E1D6FA-D4EEFE {
  background-image: linear-gradient(
    90deg,
    rgba(225, 214, 250, 1),
    rgba(212, 238, 254, 1)
  );
}

.like_color {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.like_color:last-child {
  padding-top: 0;
}

.like_color p {
  padding: 0;
}

.like_color span {
  color: #64573b;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
  margin-left: 10px;
}

.answer_comment {
  padding: 15px;
  border: 1px solid #dcbf5e;
  color: #64573b;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
  text-align: left;
}

.answer_ttl {
  color: #b99c67;
  margin-bottom: 10px;
  font-weight: 700;
}

.answer_ttl::before {
  content: "";
  background-image: url(../../assets/images/5th/icon_comment.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 17.5px;
  vertical-align: sub;
  margin-right: 5px;
}

.answer ~ .answer_comment {
  margin-top: 15px;
}

.color_picker + p {
  margin-left: 10px;
}

.answer .answer_table {
  padding: 15px 20px;
}

.answer_table {
  color: #64573b;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Noto Sans CJK JP", sans-serif;
}
.answer_table th {
  white-space: nowrap;
}

.answer_table th::before {
  content: "◇";
  margin-right: 5px;
}
.answer_table td::before {
  content: "：";
}

.answer_table th,
.answer_table td {
  text-align: left;
  vertical-align: top;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 750px) {
  .answer_table th,
  .answer_table td {
    display: block;
    width: 100%;
    padding-left: 0;
    text-indent: 0;
  }

  .answer_table th {
    padding-top: 10px;
  }
  .answer_table td {
    padding-top: 0px;
  }

  .answer_table th::after {
    content: "：";
  }
  .answer_table td::before {
    content: none;
  }
  .answer_table tr:first-child th {
    padding-top: 0;
  }
}

/* 拡大 */

.fifth_image {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 100;
}

.fifth_image img {
  /* width: auto !important; */
  max-height: 90% !important;
  max-width: 90%;
  cursor: pointer;
}

.fifth_image img,
.fifth_image iframe {
  transform: scale(0.85);
  transition: 0.3s all ease;
}

.fifth_image:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}

.fifth_image:target img,
.fifth_image:target iframe {
  transform: scale(1);
}
