@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;
}

/* シアター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: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

#news_frame li {
  position: relative;
  width: 300px;
  height: 248px;
  
  background: black;
  border-radius: 10px;
  margin: 5px;
  
  box-shadow: -1px 3px 12px black;
  z-index: 10;
  overflow: hidden;
  transition: all 0.2s;
}
#news_frame li:hover {
  background: #202020;
  filter: brightness(115%);
  transition: all 0.2s;
  cursor: pointer;
}

#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;
}


#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;
  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;
  -o-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);
  -webkit-border-radius: 50%;
  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;
  -o-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;
  -o-transition: opacity 0.25s linear 1s;
  transition: opacity 0.25s linear 1s;
  opacity: 1;
}
#theater_frame .hijack_movie #hijackClose:hover {
  border: 2px solid rgba(255,255,255,1);
  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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-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);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-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);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s;
  -o-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);
  -ms-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 710px;
	width: 974px;
  /*height: 561px;*/
  height: 710px;
	margin-top: 16px;
}
#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 {
	width: 930px;
	height: 439px;
	margin: -8px auto;
}
#series #series_list li {
	float: left;
	margin-bottom: 4px;
}
#series #series_list li.first {
   margin-bottom: -1px;
}
#series #series_list .hard {
	margin-top: -1px;
}

#series #disgaea6,
#series #disgaea_d2,
#series #disgaea3 {
	margin-right: 8px;
}


.m_psp {
	margin-left: -3px;
}
.s_ps3ad {
	margin-left: -2px;
}
.s_psvita {
	margin-left: -1px;
}
.s_psp {
	margin-left: -2px;
}
.s_nds {
	margin-left: -1px;
}
.s_pc {
	margin-left: -2px;
}
.s_switch {
	margin-left: -2px;
}
.s_pc2{
	margin-left: -1px;
}

#series_list li {
  width: 461px;
}

#series .hard2 {
  display: flex;
  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;
  transition: all 0.3s;
}
#series .hard2 li.double {
  width: 176px;
}

#series .hard2 li:hover {
  background-color: #DF3551;
  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 {
	position: relative;
	background: url(../img/about.png) no-repeat;
	text-indent: -9999em;
	width: 974px;
	height: 1226px;
	margin: 0px auto;
}




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

シリーズ年表

------------------------------------------------------------------------------*/
#series_content {
	position: relative;
	background: url(../img/series.png) no-repeat;
	width: 974px;
	height: 2117px;
	margin: 0px auto;
}
.link_btn_b a {
	display: block;
	position: absolute;
	background: url(../img/link_btn_b.png) no-repeat;
	width: 98px;
	height: 38px;
	text-indent: -9999em;
}
.link_btn_s a {
	position: absolute;
	background: url(../img/link_btn_s.png) no-repeat;
	width: 70px;
	height: 28px;
	text-indent: -9999em;
}
.link_btn_b a:hover,
.link_btn_s a:hover {
	background-position: 0% 100%;
}


#disgaea1_ps2 a {
	top: 181px;
	left: 507px;
}
#disgaea2_ps2 a {
	top: 363px;
	left: 507px;
}
#disgaea1_psp a {
	top: 502px;
	left: 607px;
}
#disgaea3_ps3 a {
	top: 668px;
	left: 507px;
}
#disgaea1_nds a {
	top: 803px;
	left: 607px;
}
#disgaea2_psp a {
	top: 863px;
	left: 607px;
}
#disgaea3_ad a {
	top: 920px;
	left: 607px;
}
#disinfinite a {
	top: 978px;
	left: 607px;
}
#disgaea4_ps3 a {
	top: 1075px;
	left: 507px;
}
#disgaea4_ad a {
	top: 1243px;
	left: 607px;
}
#disgaea3_r a {
	top: 1297px;
	left: 607px;
}
#disgaeaD2_ps3 a {
	top: 1398px;
	left: 507px;
}
#disgaea4_r a {
	top: 1533px;
	left: 607px;
}
#disgaea5_ps4 a {
	top: 1636px;
	left: 507px;
}
#disgaea1_pc a {
   top: 1790px;
	left: 607px;
}
#disgaea2_pc a {
   top: 1847px;
   left: 607px;
}
#disgaea5_switch a {
	top: 1905px;
	left: 607px;
}
#makai_wars a {
	top: 1965px;
	left: 607px;
}
#disgaea_refine a {
	top: 2025px;
	left: 607px;
}


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

キャラクター図鑑

------------------------------------------------------------------------------*/
.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;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@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;
}

