@charset "UTF-8";
html {
  background: #000;
}

body {
  background: #78688d url(../img/bg.png);
  color: #fff;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, verdana, arial, clean, sans-serif;
}

#wrapper {
  width: 960px;
  position: relative;
}

.center_area {
  width: 960px;
  position: relative;
  margin: 0px auto;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.bold {
  font-weight: bold;
}

.new {
  color: #ff4a8e;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:active, button:focus {
  border: none;
  outline: none;
}

.sp {
  display: none;
}

/* シアターswiper ----------------------------------------------------- */
#swiper_frame {
  width: 930px;
  height: 400px;
}

/*------------------------------------------------------------------------------
 * テンプレフレーム
 */
.frame_header {
  background: url(../img/frame_header.png) no-repeat top center;
  width: 974px;
  padding-top: 20px;
  margin: 0px auto;
  margin-bottom: 32px;
}

.frame_footer {
  background: url(../img/frame_footer.png) no-repeat bottom center;
  width: 974px;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.frame_middle {
  background: url(../img/frame_middle.png) repeat-y top center;
  position: relative;
  width: 974px;
}

.frame_container {
  position: relative;
}

.frame {
  position: relative;
  width: 974px;
  margin: 0 auto 44px;
}

.contents {
  padding: 0 7px;
  background: url(../img/frame_middle.png) repeat-y 0 0;
}

.frame:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: url(../img/frame_footer.png);
}

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

ヘッダー

------------------------------------------------------------------------------*/
#header {
  position: relative;
  background: url(../img/header_bg.png);
  width: 100%;
  height: 169px;
  text-indent: -9999em;
}

#header h1 {
  background: url(../img/header_cap.png) no-repeat 50% 0;
  width: 100%;
  height: 156px;
  margin: 0px auto;
}

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

メニュー

------------------------------------------------------------------------------*/
#menu {
  width: 100%;
  position: relative;
  height: 53px;
  text-indent: -9999em;
  margin: 8px 0 8px;
}

#menu li {
  background: url(../img/nav_btns.png) no-repeat;
}

#menu .top {
  position: absolute;
  background-position: 0 0;
}

#menu .top,
#menu .top a {
  display: block;
  width: 116px;
  height: 47px;
}

#menu .top:hover,
#menu .top.selected {
  background-position: 0 100%;
}

#menu .about {
  position: absolute;
  background-position: -125px 0;
  left: 126px;
}

#menu .about,
#menu .about a {
  display: block;
  width: 210px;
  height: 47px;
}

#menu .about:hover,
#menu .about.selected {
  background-position: -125px 100%;
}

#menu .character {
  position: absolute;
  background-position: -345px 0;
  left: 346px;
}

#menu .character,
#menu .character a {
  display: block;
  width: 217px;
  height: 47px;
}

#menu .character:hover,
#menu .character.selected {
  background-position: -345px 100%;
}

#menu .series {
  position: absolute;
  background-position: -570px 0;
  left: 572px;
}

#menu .series,
#menu .series a {
  display: block;
  width: 200px;
  height: 47px;
}

#menu .series:hover,
#menu .series.selected {
  background-position: -570px 100%;
}

#menu .goods {
  position: absolute;
  background-position: 100% 0;
  left: 784px;
}

#menu .goods,
#menu .goods a {
  display: block;
  width: 177px;
  height: 47px;
}

#menu .goods:hover,
#menu .goods.selected {
  background-position: 100% 100%;
}

#menu .character .new {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 51px;
  height: 24px;
  z-index: 100;
}

/*------------------------------------------------------------------------------
シアター
------------------------------------------------------------------------------*/
#theater_frame {
  position: relative;
  background: url(../img/theater_frame.png) no-repeat;
  width: 952px;
  height: 434px;
  left: -6.5px;
  padding-left: 22px;
  padding-top: 19px;
}

#theater {
  position: relative;
  background: white;
  width: 930px;
  height: 400px;
  margin-bottom: 14px;
}

#theater a {
  position: relative;
  display: block;
  width: 930px;
  height: 400px;
}

#theater a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
#news_frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

#news_frame li {
  position: relative;
  width: 300px;
  height: 248px;
  background: black;
  border-radius: 10px;
  margin: 5px;
  -webkit-box-shadow: -1px 3px 12px black;
          box-shadow: -1px 3px 12px black;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#news_frame li:hover {
  background: #202020;
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

#news_frame li.no-link:hover {
  background: #202020;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: auto;
}

#news_frame .category {
  position: relative;
  background-color: #FDB52B;
  padding: 5px 0 3px 10px;
  font-weight: bold;
  color: black;
}

#news_frame .date {
  position: absolute;
  top: 5px;
  right: 10px;
  color: black;
}

#news_frame .thumbnail {
  text-align: center;
  line-height: 100% !important;
}

#news_frame .text {
  padding: 0 5px;
}

#news_frame .news-link {
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#news_frame .news-link:hover {
  color: #FDB52B;
  text-decoration: underline;
}

#more_topics {
  width: 500px;
  height: 2em;
  line-height: 2em;
  margin: 20px auto 0;
  background-color: #DF3551;
  border: black 2px solid;
  border-radius: 15px;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

#more_topics a {
  display: block;
  width: 100%;
  height: 100%;
  color: white !important;
  border-radius: 12px;
}

#more_topics a:hover {
  background-color: #EF4561;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
#movie_contents li {
  float: left;
  background: white;
  margin-right: 11px;
}

/*#movie_contents li:not(:last-child) {
    margin-right: 11px;
}*/
#movie_contents li,
#movie_contents li .button,
#movie_contents li .hover,
#movie_contents li a {
  text-indent: -9999em;
  display: block;
  width: 224px;
  height: 127px;
}

#movie_op {
  background: url(../img/movie_opening.png) no-repeat;
  margin-right: 11px;
}

#movie_pv2 {
  background: url(../img/movie_promotion02.png) no-repeat;
  margin-right: 11px;
}

#movie_system1 {
  background: url(../img/movie_system01.png) no-repeat;
  margin-right: 11px;
}

#movie_channel1 {
  background: url(../img/movie_channel01.png) no-repeat;
}

#movie_contents li.fullbnr {
  float: none;
  margin-right: 0;
  width: 930px;
  text-indent: 0;
}

#movie_contents li.fullbnr a {
  width: 928px;
  height: auto;
  text-indent: 0;
  border: 1px solid #fff;
}

.apply_bnr {
  width: 928px;
  height: auto;
  margin: 0 0 14px;
  text-indent: 0;
  background: #fff;
  border: 1px solid #fff;
}

#theater_frame .hijack_movie {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 930px;
  height: 532px;
  padding: 2px 0 0;
  background: #000 url(../refine/img/loading.gif) 50% 50% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

#theater_frame .hijack_movie.close {
  display: none;
}

#theater_frame .hijack_movie.ready {
  opacity: 1;
}

#theater_frame .hijack_movie #hijackClose {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 100;
}

#theater_frame .hijack_movie.nowplay #hijackClose {
  -webkit-transition: opacity 0.25s linear 1s;
  transition: opacity 0.25s linear 1s;
  opacity: 1;
}

#theater_frame .hijack_movie #hijackClose:hover {
  border: 2px solid rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6);
}

#theater_frame .hijack_movie #hijackClose:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

#theater_frame .hijack_movie #hijackClose:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 13px;
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

#theater_frame .hijack_movie .mv_obj {
  width: 928px;
  height: 522px;
  border: 1px solid #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s;
}

#theater_frame .hijack_movie.nowplay .mv_obj {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

魔界ニュース

------------------------------------------------------------------------------*/
#news {
  position: relative;
  margin-top: 4px;
}

#news #news_top {
  position: relative;
  background: url(../img/news_frame_top.png);
  width: 100%;
  height: 40px;
}

#news #news_bottom {
  position: relative;
  background: url(../img/news_frame_bottom.png);
  width: 100%;
  height: 28px;
}

#news #news_middle {
  position: relative;
  background: url(../img/news_frame_middle.png);
  min-height: 39px;
}

#news #news_content {
  padding: 14px 0 0 1em;
}

#news a {
  color: #fff;
}

/*#news a:hover {
	color: #ff4a8e;
	text-decoration: underline;
}*/
#news h3 {
  position: absolute;
  background: url(../img/news_cap.png) no-repeat;
  width: 356px;
  height: 50px;
  text-indent: -9999em;
  left: 219px;
  top: -40px;
}

#news #news_open {
  position: absolute;
  background: url(../img/news_open.png) no-repeat;
  width: 62px;
  height: 39px;
  left: 887px;
  text-indent: -9999em;
  cursor: pointer;
}

#news #news_close {
  position: absolute;
  background: url(../img/news_close.png) no-repeat;
  width: 59px;
  height: 38px;
  left: 887px;
  text-indent: -9999em;
  cursor: pointer;
}

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

シリーズ年表

 ------------------------------------------------------------------------------*/
#series {
  position: relative;
  background: url(../img/series_frame.png) no-repeat;
  background-size: 974px 100%;
  width: 974px;
  /*height: 561px;*/
  padding-bottom: 16px;
  margin-top: 16px;
  height: auto;
  display: block;
}

#series a {
  display: block;
}

#series h2 {
  position: relative;
  background: url(../img/series_cap.png) no-repeat;
  width: 929px;
  height: 59px;
  text-indent: -9999em;
  top: -12px;
  left: 22px;
}

#series #series_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 930px;
  margin: -8px auto;
}

#series #series_list li {
  /*float: left;*/
  display: block;
  position: relative;
  margin-bottom: 4px;
}

#series #series_list li.first {
  margin-bottom: -1px;
}

#series #series_list .hard {
  margin-top: -1px;
}

#series #disgaea6,
#series #disgaea_d2,
#series #disgaea1,
#series #disgaea2,
#series #disgaea3,
#series #disgaea4,
#series #disgaea5,
#series #disgaea7 {
  display: block;
  width: 50%;
  position: relative;
}

#series_list li {
  width: 461px;
}

#series .hard2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#series .hard2 li {
  width: 88px;
  color: white;
  background-color: #9071BA;
  margin: 3px 2px 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#series .hard2 li.double {
  width: 176px;
}

#series .hard2 li:hover {
  background-color: #DF3551;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#series .hard2 a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
}

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

トピックス

------------------------------------------------------------------------------*/
#topics {
  position: relative;
  width: 974px;
  margin-top: 16px;
}

#topics h2 {
  position: relative;
  background: url(../img/topics_cap.png) no-repeat;
  width: 929px;
  height: 59px;
  text-indent: -9999em;
  top: -12px;
  left: 22px;
}

#topics #topics_list {
  width: 931px;
  /*	height: 164px;*/
  margin: -8px auto;
}

#topics #topics_list li {
  position: relative;
  float: left;
  background: white;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}

#topics #topics_list a {
  display: block;
  width: 302px;
  height: 77px;
}

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

リンク

------------------------------------------------------------------------------*/
#link {
  position: relative;
  background: url(../img/link_frame.png) no-repeat;
  width: 974px;
  height: 214px;
  margin-top: 16px;
}

#link h2 {
  position: relative;
  background: url(../img/link_cap.png) no-repeat;
  width: 929px;
  height: 66px;
  text-indent: -9999em;
  top: -12px;
  left: 22px;
}

#link #link_list {
  width: 931px;
  margin: -8px auto;
}

#link #link_list li {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
}

#link #link_list a {
  display: block;
  width: 226px;
  height: 65px;
}

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

フッター

------------------------------------------------------------------------------*/
#footer {
  position: relative;
  background: url(../img/footer_bg.png) repeat-x;
  width: 100%;
  height: 57px;
  margin-top: 16px;
}

#footer #btn_to_top {
  position: absolute;
  background: url(../img/btn_to_top.png) no-repeat;
  width: 85px;
  height: 57px;
  left: 876px;
  cursor: pointer;
}

#footer #btn_to_top:hover {
  background-position: 0% 100%;
}

#footer #copyright_wrapper {
  position: relative;
  background: #000;
  height: 61px;
  top: 57px;
  padding-top: 4px;
}

#copyright {
  font-size: 11px;
  text-align: right;
  float: right;
}

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

ディスガイアとは

------------------------------------------------------------------------------*/
#about_content {
  font-family: "RocknRoll One", sans-serif;
  font-size: 20px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 1.2em;
  position: relative;
  background: url(../img/about/deco_01.png) left 110px no-repeat, url(../img/about/deco_02.png) right 110px no-repeat, url(../img/about/deco_03.png) right 84% no-repeat, #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 960px;
  text-align: center;
  padding: 0.5em 0.5em 1em;
  margin: 0px auto;
}
#about_content h2 img {
  max-width: 100%;
}
#about_content h3 img {
  max-width: 100%;
}
#about_content section {
  margin: 1.5em auto;
}
#about_content p {
  line-height: 1.2em;
  margin: 0.5em auto;
}
#about_content em {
  color: #ffc11a;
}
#about_content .swiper {
  max-width: 720px;
  position: relative;
  padding-bottom: 20px;
  margin: 0.5em auto;
  overflow: hidden;
}
#about_content .swiper-wapper {
  border: 1px solid #fff;
}
#about_content .swiper-slide-ss img {
  width: 100%;
}
#about_content .swiper-pagination {
  bottom: 0px;
}
#about_content .swiper-pagination-bullet {
  background-color: #fcb52b;
  width: 16px;
  height: 16px;
}
#about_content .image {
  max-width: 100%;
}

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

シリーズ年表

------------------------------------------------------------------------------*/
#series_content {
  font-family: "RocknRoll One", sans-serif;
  font-size: 20px;
  color: #fff;
  text-shadow: -2px -2px 2px #000, 0px -2px 2px #000, 2px -2px 2px #000, -2px 0 2px #000, 0px 0 2px #000, 2px 0 2px #000, -2px 2px 2px #000, 0px 2px 2px #000, 2px 2px 2px #000;
  line-height: 1.2em;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 960px;
  text-align: center;
  padding: 0.5em 0 1em;
  margin: 0px auto;
}
#series_content h2 img {
  max-width: 100%;
}
#series_content h3 {
  text-shadow: -1px -1px 1px #000, 0px -1px 1px #000, 1px -1px 1px #000, -1px 0 1px #000, 0px 0 1px #000, 1px 0 1px #000, 2px 0 1px #000, 3px 0 1px #000, -1px 1px 1px #000, 0px 1px 1px #000, 1px 1px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -1px 1px 3px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000;
  font-size: 1.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 80.1041666667%;
  position: relative;
  left: 5%;
  text-align: left;
  padding-left: 143px;
  padding-bottom: 3px;
}
#series_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#series_content h3 strong {
  color: #ff4f85;
}
#series_content h3 b {
  color: #fcb52b;
}
#series_content h3 .year {
  position: absolute;
  left: 40px;
  top: 0px;
}
#series_content p {
  line-height: 1.2em;
  margin: 0.5em auto;
}
#series_content em {
  color: #ffc11a;
}
#series_content section {
  max-width: 100%;
  height: auto;
  position: relative;
}
#series_content section p {
  position: relative;
  z-index: 1;
  text-align: left;
  padding-right: 0.5em;
}
#series_content section hr {
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: none;
  margin-right: 1em;
}
#series_content section .container {
  width: 80%;
  height: 100%;
  padding-left: 20%;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
#series_content section .image {
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
#series_content section .character {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
#series_content section .official-button {
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 2;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
#series_content section .official-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#series_content .omit h3::before {
  background: url(../img/series/sub_cap_deco_00.png) no-repeat 0 0/cover;
  width: 37px;
  height: 41px;
  -webkit-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
}
#series_content .omit .container {
  padding-bottom: 0.5em;
}
#series_content #disgaea1_ps2 {
  background: url(../img/series/bg_disgaea.png) no-repeat 50%/cover;
}
#series_content #disgaea1_ps2 h3::before {
  background: url(../img/series/sub_cap_deco_01.png) no-repeat;
  width: 70px;
  height: 79px;
}
#series_content #disgaea2_ps2 {
  background: url(../img/series/bg_disgaea2.png) no-repeat 50%/cover;
}
#series_content #disgaea2_ps2 h3::before {
  background: url(../img/series/sub_cap_deco_02.png) no-repeat;
  width: 62px;
  height: 76px;
}
#series_content #disgaea3_ps3 {
  background: url(../img/series/bg_disgaea3.png) no-repeat 50%/cover;
}
#series_content #disgaea3_ps3 h3::before {
  background: url(../img/series/sub_cap_deco_03.png) no-repeat;
  width: 59px;
  height: 82px;
}
#series_content #disgaea3_ps3 .character {
  -webkit-transform: translate(-76%, -45%);
          transform: translate(-76%, -45%);
}
#series_content #disgaea3_ad_ps3 h3::before {
  background: url(../img/series/sub_cap_deco_03_02.png) no-repeat;
  width: 57px;
  height: 74px;
}
#series_content #disgaea4_ps3 {
  background: url(../img/series/bg_disgaea4.png) no-repeat 50%/cover;
}
#series_content #disgaea4_ps3 h3::before {
  background: url(../img/series/sub_cap_deco_04.png) no-repeat;
  width: 59px;
  height: 78px;
}
#series_content #disgaea4_ps3 .character {
  -webkit-transform: translate(-72%, -45%);
          transform: translate(-72%, -45%);
}
#series_content #disgaea4_ad_ps3 h3::before {
  background: url(../img/series/sub_cap_deco_04_02.png) no-repeat;
  width: 61px;
  height: 76px;
}
#series_content #disgaea_d2_ps3 {
  background: url(../img/series/bg_disgaea_d2.png) no-repeat 50%/cover;
}
#series_content #disgaea_d2_ps3 h3::before {
  background: url(../img/series/sub_cap_deco_01.png) no-repeat;
  width: 70px;
  height: 79px;
}
#series_content #disgaea_d2_ps3 .character {
  -webkit-transform: translate(-38%, -45%);
          transform: translate(-38%, -45%);
}
#series_content #disgaea5_ps4 {
  background: url(../img/series/bg_disgaea5.png) no-repeat 50%/cover;
}
#series_content #disgaea5_ps4 h3::before {
  background: url(../img/series/sub_cap_deco_05.png) no-repeat;
  width: 63px;
  height: 79px;
}
#series_content #disgaea5_ps4 .character {
  -webkit-transform: translate(-34%, -45%);
          transform: translate(-34%, -45%);
}
#series_content #disgaea6_ps4_switch {
  background: url(../img/series/bg_disgaea6.png) no-repeat 50%/cover;
}
#series_content #disgaea6_ps4_switch h3::before {
  background: url(../img/series/sub_cap_deco_06.png) no-repeat;
  width: 75px;
  height: 72px;
}
#series_content #disgaea6_ps4_switch .character {
  -webkit-transform: translate(-54%, -45%);
          transform: translate(-54%, -45%);
}
#series_content #disgaea7_ps4_ps5_switch {
  background: url(../img/series/bg_disgaea7.png) no-repeat 50%/cover;
}
#series_content #disgaea7_ps4_ps5_switch h3::before {
  background: url(../img/series/sub_cap_deco_07.png) no-repeat;
  width: 80px;
  height: 88px;
}
#series_content #disgaea7_ps4_ps5_switch .character {
  -webkit-transform: translate(-40%, -45%);
          transform: translate(-40%, -45%);
}

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

キャラクター図鑑

------------------------------------------------------------------------------*/
.charaBtns {
  position: relative;
  top: -72px;
  margin: 0 0 0 134px;
  overflow: hidden;
}

.charaBtns li {
  position: relative;
  float: left;
  margin: 0 17px 17px 0;
}

.charaBtns li.new::after {
  content: "";
  position: absolute;
  background: url(../img/new.png);
  top: 0px;
  right: -10px;
  width: 51px;
  height: 24px;
  z-index: 100;
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
          animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.charaBtns img {
  border: solid 4px #9071BA;
  border-radius: 12px;
}

.charaBtns img:hover {
  border: solid 4px #CE2F59;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxNext {
  width: 93px;
  height: 105px;
  right: -80px;
  border: none;
  background: url(../img/popup_right.png) 0 0 no-repeat;
  outline: none;
}

#cboxPrevious {
  width: 93px;
  height: 105px;
  left: -80px;
  border: none;
  background: url(../img/popup_left.png) 0 0 no-repeat;
  outline: none;
}

#cboxClose {
  outline: none;
}