.p-special_in__header {
  display: block;
  position: relative;
  padding: 0 5rem 3.5rem;
}

@media screen and (max-width: 960px) {
  .p-special_in__header {
    padding: 0 2rem 2.5rem;
  }
}

.p-special_in__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-white);
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-special_in__title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.p-special_in__comment {
  display: block;
  position: relative;
  padding: 0 5rem;
}

@media screen and (max-width: 960px) {
  .p-special_in__comment {
    padding: 0 2rem;
  }
}

.comment_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 960px) {
  .comment_nav {
    font-size: 1.3rem;
    display: block;
    text-align: center;
    margin-bottom: 4rem;
  }
}

.comment_nav li {
  position: relative;
  cursor: pointer;
  width: 35rem;
  margin-left: 2rem;
  height: 5.5rem;
}

.comment_nav li:first-child {
  margin-left: 0;
}

.comment_nav li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .comment_nav li {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .comment_nav li:first-child {
    margin-top: 0;
  }
}

.comment_nav .c-btn__text {
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .comment_nav .c-btn__text {
    font-size: 1.3rem;
  }
}

.comment_cap {
  position: relative;
  padding-top: 5rem;
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
  color: var(--color-white);
}

.comment_cap::before {
  content: "";
  width: calc(100% + 10rem);
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: -5rem;
  border-top: 1px solid var(--color-white-line);
  border-left: 1rem solid var(--color-white);
  border-right: 1rem solid var(--color-white);
}

@media screen and (max-width: 960px) {
  .comment_cap::before {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}

@media screen and (max-width: 960px) {
  .comment_cap {
    font-size: 1.6rem;
    padding-top: 4rem;
    margin-top: 4rem;
  }
}

.comment_lead,
.illust_lead {
  margin-top: 4rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  .comment_lead,
  .illust_lead {
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }
}

.comment_item {
  margin-top: 3.5rem;
}

.comment_item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .comment_item {
    margin-top: 2.5rem;
  }
}

.comment_item dt {
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .comment_item dt {
    font-size: 1.4rem;
  }
}

.comment_item dd {
  margin-top: 1rem;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  .comment_item dd {
    font-size: 1.2rem;
  }
}

.comment_list,
.illust_img {
  margin-top: 4rem;
}

.illust_img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .illust_img {
    width: 100%;
  }
}

.illust_img li {
  margin-top: 3rem;
}
/*# sourceMappingURL=style.special.comment.css.map */