@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.btn1::after {
  height: 0.6em;
  border: none;
  background-color: #ffffff;
  transform: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* =====================================================================
    header
======================================================================*/
.header_date_note {
  width: 100%;
  padding: 0.6em 0 0.4em 0;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.header_date_note a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .header_date_note {
    font-size: 1.4rem;
  }
}

/* =====================================================================
    nextstory
======================================================================*/
.nextstory_num,
.story_num {
  font-weight: 600;
}
.nextstory_date,
.story_date {
  font-weight: 600;
}
.nextstory_date span,
.story_date span {
  font-weight: 500;
}
.nextstory h4,
.story h4 {
  margin-bottom: 3rem;
  font-weight: 600;
  line-height: 0.785;
  text-align: center;
}

/* =====================================================================
    intro
======================================================================*/
.intro p {
  font-weight: 600;
  text-align: left;
}
.intro_content .intro_img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 0;
}
.intro_content .intro_img figure {
  width: 100%;
  margin-top: 4rem;
}
.intro_content .intro_img figure:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .intro p {
    text-align: center;
  }
  .intro_content .intro_img figure {
    width: calc(385 / 800 * 100%);
    margin-top: 0;
  }
}

/* =====================================================================
    original
======================================================================*/
.content_group_item li h3 {
  font-weight: 600;
}
.content_desc dt,
.content_desc dd {
  font-weight: 600;
}
.comment + .content_group_img {
  margin-top: 6rem;
}
.comment + .content_group_img figcaption {
  margin-top: 3rem;
  line-height: 1.785;
}
@media screen and (min-width: 768px) {
  .comment + .content_group_img figcaption {
    margin-top: 2rem;
  }
}

/* =====================================================================
    story
======================================================================*/
.delivery h3 {
  font-weight: 600;
}
.backnumber_list li dd {
  font-weight: 600;
}

/* =====================================================================
    chart
======================================================================*/
.chart_list_name dt,
.chart_list_name dd {
  font-weight: 600;
}

/* =====================================================================
    cast
======================================================================*/
.cast_list li dl dt {
  font-weight: 600;
}

/* =====================================================================
    banner_list
======================================================================*/
.banner_list li a {
  border: 1px solid #d8d8d8;
}

/* =====================================================================
    popup
======================================================================*/
.popup_comment_ttl {
  font-weight: 600;
}

/* =====================================================================
    topics
======================================================================*/
.content_group_goodsimg {
        margin: 0 auto 3rem;
        width: calc(600 / 800* 100%);
}

.content_group_button {
        margin: 2rem auto;
        width: calc(500 / 800* 100%);
}
.hr1 {
  border-top: 5px dotted #63c9ec; /* 点線 */
}
.mangatendvd {
  color: #63c9ec;
  font-size: 150%;
}

@media (max-width: 767px) {
.content_group_button {
        margin: 2rem auto;
        width: calc(600 / 600* 100%);
}
.hr1 {
  border-top: 5px dotted #63c9ec; /* 点線 */
}

.mangatendvd {
  color: #63c9ec;
  font-size: 150%;
}

}

