@charset "UTF-8";
.pc {
  display: none;
}

.sp {
  display: initial;
}

/*------------------------------------------------------------------------------

ディスガイアとは

------------------------------------------------------------------------------*/
#about_content {
  background: url(../img/about/deco_01.png) left 150px no-repeat, url(../img/about/deco_02.png) right 150px no-repeat, url(../img/about/deco_03.png) right 88% no-repeat, #000;
  margin: 13px 6px;
}
#about_content section {
  margin: 3em auto;
}
#about_content p {
  padding: 0.5em;
  text-align: left;
}
#about_content .swiper {
  max-width: 98%;
}
#about_content .image {
  max-width: 98%;
}

/*------------------------------------------------------------------------------

シリーズ年表

------------------------------------------------------------------------------*/
#series_content h3 {
  font-size: calc(20px + (1vw - 6.4px) * 3.571);
}
#series_content h3 .year {
  font-size: 0.7em;
}
#series_content section p {
  font-size: calc(20px + (1vw - 6.4px) * 3.571);
}
#series_content section .official-button {
  top: 26px;
}
#series_content .omit h3::before {
  -webkit-transform: translate(-50%, -56%) scale(1.6);
          transform: translate(-50%, -56%) scale(1.6);
}
#series_content #disgaea3_ad_ps3 h3::before,
#series_content #disgaea4_ad_ps3 h3::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}