@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
.main section.original + section.cast {
  padding-top: 0;
}
.main p,
.main dt,
.main dd,
.main li,
.main time,
.popup p,
.popup dt,
.popup dd,
.popup li,
.popup time {
  transform: rotate(0.03deg);
}
.nextstory_date small, .story_date small{
  display: block;
  font-size: 0.6em;
  line-height:1.5;
}
.link_bnr{
  width: 66%;
  text-align: center;
  margin: 2rem auto 5rem;
}
/* =====================================================================
    header
======================================================================*/
.nav_date {
  -webkit-transform: translateX(-50%) rotate(0.03deg);
  transform: translateX(-50%) rotate(0.03deg);
}


/* =====================================================================
    共通
======================================================================*/
.btn1.en {
  font-weight: 400;
}
.btn1::after {
  height: 0.6em;
  border: none;
  background-color: #fff04d;
  transform: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.comment dt {
  font-weight: 400;
}
h4{
  color:#2990d0;
  line-height:1.785;
  font-size:162%;
  text-align: center;
  margin-bottom: 3rem;
}

/* =====================================================================
    intro
======================================================================*/
.intro p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .intro p {
    text-align: center;
  }
  .link_bnr{
    width: 36%;
    text-align: center;
    margin: 2rem auto 5rem;
  }
}


/* =====================================================================
    chart
======================================================================*/
.chart_list_comment dt {
  font-weight: 400;
}


/* =====================================================================
    footer
======================================================================*/
.delivery_bnr {
  margin-bottom: 24rem;
}
.delivery_bnr_content {
  position: relative;
}
.delivery_bnr_content::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 100%;
  display: block;
  width: 17rem;
  aspect-ratio: 170 / 212;
  background-image: url(../images/common/delivery_bnr_anime.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .delivery_bnr {
    margin-bottom: 220px;
  }
  .delivery_bnr_content::before {
    left: 0;
    width: 150px;
  }
}


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

