@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック", YuGothic,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo;
  font-weight: 500;
  color: #fff;
  background: #690318;
}
body a {
  color: #fff;
  text-decoration: none;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
}
#loading h1 {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 1s ease-in 0.5s;
  -moz-transition: all 1s ease-in 0.5s;
  -ms-transition: all 1s ease-in 0.5s;
  -o-transition: all 1s ease-in 0.5s;
  transition: all 1s ease-in 0.5s;
}
#loading .img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  #loading h1 {
    width: 80%;
    margin-left: -40%;
  }
}
#loading.open .img {
  opacity: 1;
}
#loading.open h1 {
  opacity: 1;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1300px;
    margin: auto;
  }
  #wrapper:before {
    position: absolute;
    width: 100%;
    height: 433px;
    display: block;
    content: "";
    background: url("../img/pc/top/bg_02.png") no-repeat 120% 83%, url("../img/pc/common/contents/bg_side.jpg");
  }

  body {
    background: url("../img/pc/top/bg_contents.gif");
  }

  .share {
    position: fixed;
    top: 0;
    left: 0;
  }
  .share .title {
    background: #c8b34a;
  }
  .share ul {
    background: #0f1837;
    text-align: center;
    padding: 15px 0;
  }

  .mainarea {
    position: relative;
    margin-bottom: 55px;
    max-width: 1300px;
    margin: 0 auto 55px;
    padding-top: 20px;
    background: url("../img/pc/top/bg_01.png") no-repeat 62% top;
  }
  .mainarea .img {
    float: left;
    position: relative;
    z-index: 5;
  }
  .mainarea .right_column {
    padding-top: 75px;
    text-align: center;
    width: 550px;
    float: right;
    color: #fff;
  }
  .mainarea .right_column h1 {
    margin-bottom: 30px;
    background: url("../img/pc/top/logo.png");
    width: 550px;
    height: 50px;
  }
  .mainarea .right_column .onair {
    background: url("../img/pc/top/title_next.png") no-repeat left top;
    width: 400px;
    margin: 0 auto 50px;
  }
  .mainarea .right_column .onair .date {
    background: url("../img/pc/top/txt_next.png");
    width: 280px;
    height: 70px;
    margin: auto;
  }
  .mainarea .right_column .movie {
    width: 400px;
    height: 220px;
    position: relative;
    cursor: pointer;
    margin: 0 auto 60px;
    border: 1px solid #c8b34a;
  }
  .mainarea .right_column .movie .title {
    background: #c8b34a;
    color: #0f1837;
    position: absolute;
    top: -1.2em;
    padding: 0.6em 10px;
    left: -1px;
  }
  .mainarea .right_column .movie:after {
    background: url("../img/pc/top/icon_movie.png") no-repeat center;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mainarea .right_column .movie:hover:after {
    opacity: 0;
  }
  .mainarea .right_column .main_menu {
    background: url("../img/pc/common/contents/line_border.png") repeat-x top center, url("../img/pc/common/contents/line_border.png") repeat-x center bottom;
    padding: 30px 0 30px;
    width: 380px;
    margin: auto;
    position: relative;
  }
  .mainarea .right_column .main_menu:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/pc/top/bg_03.png") no-repeat center;
    width: 172px;
    height: 172px;
    top: -120px;
    left: -120px;
    z-index: -1;
  }
  .mainarea .right_column .main_menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mainarea .right_column .main_menu a:after {
    background: no-repeat right top;
    position: absolute;
    width: 100%;
    height: 0%;
    content: "";
    display: block;
  }
  .mainarea .right_column .main_menu a:hover:after {
    height: 100%;
  }
  .mainarea .right_column .main_menu ul li {
    float: right;
    width: 42px;
    margin-left: 25px;
  }
  .mainarea .right_column .main_menu ul li:last-child {
    margin-left: 0;
  }
  .mainarea .right_column .main_menu .top li {
    margin-bottom: 25px;
  }
  .mainarea .right_column .main_menu .intro {
    background: url("../img/pc/top/menu_intro.png");
    height: 348px;
    width: 42px;
    float: right;
    margin-left: 25px;
  }
  .mainarea .right_column .main_menu .intro a:after {
    background-image: url("../img/pc/top/menu_intro.png");
  }
  .mainarea .right_column .main_menu .news {
    background: url("../img/pc/top/menu_news.png");
    height: 126px;
  }
  .mainarea .right_column .main_menu .news a:after {
    background-image: url("../img/pc/top/menu_news.png");
  }
  .mainarea .right_column .main_menu .story {
    background: url("../img/pc/top/menu_story.png");
    height: 166px;
  }
  .mainarea .right_column .main_menu .story a:after {
    background-image: url("../img/pc/top/menu_story.png");
  }
  .mainarea .right_column .main_menu .onair {
    background: url("../img/pc/top/menu_onair.png");
    height: 129px;
  }
  .mainarea .right_column .main_menu .onair a:after {
    background-image: url("../img/pc/top/menu_onair.png");
  }
  .mainarea .right_column .main_menu .staffcast {
    background: url("../img/pc/top/menu_staff-cast.png");
    height: 199px;
  }
  .mainarea .right_column .main_menu .staffcast a:after {
    background-image: url("../img/pc/top/menu_staff-cast.png");
  }
  .mainarea .right_column .main_menu .character {
    background: url("../img/pc/top/menu_chara.png");
    height: 130px;
  }
  .mainarea .right_column .main_menu .character a:after {
    background-image: url("../img/pc/top/menu_chara.png");
  }
  .mainarea .right_column .main_menu .comic {
    background: url("../img/pc/top/menu_comics.png");
    height: 102px;
  }
  .mainarea .right_column .main_menu .comic a:after {
    background-image: url("../img/pc/top/menu_comics.png");
  }
  .mainarea .right_column .main_menu .music {
    background: url("../img/pc/top/menu_music.png");
    height: 94px;
  }
  .mainarea .right_column .main_menu .music a:after {
    background-image: url("../img/pc/top/menu_music.png");
  }
  .mainarea .right_column .main_menu .package {
    background: url("../img/pc/top/menu_bd-dvd.png");
    height: 130px;
  }
  .mainarea .right_column .main_menu .package a:after {
    background-image: url("../img/pc/top/menu_bd-dvd.png");
  }
  .mainarea .right_column .main_menu .special {
    background: url("../img/pc/top/menu_special.png");
    height: 134px;
  }
  .mainarea .right_column .main_menu .special a:after {
    background-image: url("../img/pc/top/menu_special.png");
  }
  .mainarea .right_column .main_menu .twitter {
    background: url("../img/pc/top/menu_twitter.png");
    height: 135px;
  }
  .mainarea .right_column .main_menu .twitter a:after {
    background-image: url("../img/pc/top/menu_twitter.png");
  }

  .informaion {
    background: url("../img/pc/top/bg_04.png") no-repeat -151px -53px, url("../img/pc/top/bg_05.png") no-repeat right -150px bottom -42px, url("../img/pc/common/contents/bg_side.jpg");
  }
  .informaion .wrap {
    max-width: 1080px;
    margin: auto;
    padding: 30px 0;
  }
  .informaion .news, .informaion .twitter {
    background: #1A2036;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 530px;
    height: 390px;
    padding: 35px 30px 35px 90px;
    position: relative;
  }
  .informaion .news h2, .informaion .twitter h2 {
    position: absolute;
    top: 35px;
    left: 30px;
  }
  .informaion .news h2 img, .informaion .twitter h2 img {
    display: none;
  }
  .informaion .news .more, .informaion .twitter .more {
    position: absolute;
    left: 30px;
    top: 256px;
  }
  .informaion .news .more a, .informaion .twitter .more a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .informaion .news .more, .informaion .twitter .more {
    background: url("../img/pc/top/btn_more.png");
    width: 30px;
    height: 110px;
    overflow: hidden;
    text-indent: -100px;
  }
  .informaion .news .more:hover, .informaion .twitter .more:hover {
    background-position: right top;
  }
  .informaion .news {
    float: left;
  }
  .informaion .news h2 {
    background: url("../img/pc/top/title_news.png");
    width: 30px;
    height: 170px;
  }
  .informaion .twitter {
    float: right;
  }
  .informaion .twitter h2 {
    background: url("../img/pc/top/title_twitter.png");
    width: 30px;
    height: 200px;
  }
  .informaion .twitter li {
    margin-bottom: 30px;
  }

  .banner_area {
    padding: 50px 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .banner_area li {
    display: inline-block;
    width: 260px;
    margin: 0 4px;
    background: #FFF;
  }
  .banner_area li img {
    width: 100%;
  }

  footer {
    background: url("../img/pc/common/footer/bg_footer.gif");
    text-align: center;
    padding: 60px 0 54px;
    position: relative;
  }
  footer .aniplex {
    margin-bottom: 50px;
  }
  footer .aniplex li {
    display: inline-block;
    background: url("../img/pc/common/footer/icon_arrow-footer.png") no-repeat left center;
    padding-left: 15px;
    margin: 0 20px;
  }
  footer .aniplex li a {
    text-decoration: none;
  }
  footer p {
    font-size: 12px;
    line-height: 2;
  }
  footer .pagetop {
    position: absolute;
    width: 110px;
    height: 110px;
    overflow: hidden;
    right: 18px;
    bottom: 25px;
    cursor: pointer;
    background: url("../img/pc/common/footer/btn_pagetop.png");
    width: 110px;
    height: 110px;
  }
  footer .pagetop:hover {
    background-position: right top;
  }
}
@media only screen and (max-width: 750px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  #wrapper {
    overflow: hidden;
  }

  .header {
    position: relative;
  }
  .header .wrap {
    position: fixed;
    width: 100%;
    height: 0%;
    overflow: hidden;
    background: url("../img/sp/common/contents/bg_contents.gif");
    top: 0;
    left: 0;
    z-index: 40;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header.menu_open .wrap {
    opacity: 1;
    height: 100%;
  }

  .header_top {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
  }
  .header_top .menu {
    width: 124px;
    width: 16.53%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header_top .menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/sp/common/header/btn_close.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .header_top .menu.open img {
    opacity: 0;
  }
  .header_top .menu.open:after {
    opacity: 1;
  }

  .main_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main_menu.menu_open {
    opacity: 1;
    height: 100%;
  }
  .main_menu .gloval {
    margin: 0   35px;
    position: relative;
    padding-top: 80px;
  }
  .main_menu .gloval p {
    float: right;
    margin-left: 20px;
    padding-top: 30px;
    padding-right: 20px;
    width: 70px;
    width: 9.33%;
  }
  .main_menu .gloval ul.top {
    background: url("../img/sp/common/contents/line_border.png") repeat-x center top;
    padding-top: 30px;
  }
  .main_menu .gloval ul li {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 70px;
    width: 9.33%;
  }
  .main_menu .gloval ul li:last-child {
    margin-left: 0;
  }
  .main_menu .share {
    margin: 0 35px;
    padding-top: 20px;
    background: url("../img/sp/common/contents/line_border.png") repeat-x center top;
    clear: both;
    text-align: center;
  }
  .main_menu .share li {
    display: inline-block;
  }
  .main_menu .share li img {
    width: auto;
    height: 44px;
  }
  .main_menu .share li.tw {
    margin-left: 13px;
  }

  .mainarea {
    padding-top: 77px;
    padding-bottom: 120px;
    background: url("../img/pc/top/bg_01.png") no-repeat -52% -20px, url("../img/sp/common/contents/bg_side.jpg");
    -webkit-background-size: 200px,100px;
    -o-background-size: 200px,100px;
    background-size: 200px,100px;
    position: relative;
  }
  .mainarea .onair {
    padding: 25px 45px 40px;
    background: url("../img/sp/top/title_next.png") no-repeat 45px 25px, url("../img/pc/top/bg_03.png") no-repeat -80px -15px;
    -webkit-background-size: 40px,auto 100px;
    -o-background-size: 40px,auto 100px;
    background-size: 40px,auto 100px;
    position: relative;
    z-index: 0;
  }
  .mainarea .onair:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/pc/top/bg_02.png") no-repeat 123% bottom;
    width: 100%;
    height: 100px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: -1;
    top: 53px;
  }
  .mainarea .onair .date {
    width: 420px;
    width: 73.68%;
    padding-left: 20%;
  }
  .mainarea .movie {
    position: absolute;
    cursor: pointer;
    margin: 0 15px 0;
    border: 1px solid #c8b34a;
    bottom: -10%;
  }
  .mainarea .movie .title {
    background: #c8b34a;
    color: #0f1837;
    position: absolute;
    top: -1.2em;
    padding: 0.6em 10px;
    left: -1px;
  }

  .informaion {
    background: url("../img/pc/top/bg_04.png") no-repeat -20% -14px, url("../img/sp/common/contents/bg_side.jpg");
    -webkit-background-size: 120px,100px;
    -o-background-size: 120px,100px;
    background-size: 120px,100px;
    margin-top: 180px;
    padding: 20px 0;
    position: relative;
  }
  .informaion:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/pc/top/bg_05.png");
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 170px;
    height: 100px;
    bottom: -13%;
    right: -20%;
  }
  .informaion .news, .informaion .twitter {
    background: #1a2036;
    padding: 25px 15px 25px 50px;
    position: relative;
  }
  .informaion .news h2, .informaion .twitter h2 {
    width: 40px;
    width: 5.33%;
    position: absolute;
    top: 25px;
    left: 15px;
  }
  .informaion .news {
    margin-bottom: 20px;
  }
  .informaion .news .more {
    background: url("../img/sp/common/contents/icon_arrow-next.png") no-repeat right center;
    -webkit-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    font-size: 12px;
    text-align: right;
    margin: 35px 0 0 auto;
    padding-right: 24px;
  }
  .informaion .news .more a {
    position: relative;
    display: inline-block;
  }
  .informaion .news .more a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EC875A;
    left: 0;
    bottom: -2px;
  }
  .informaion .twitter li:first-child {
    margin-bottom: 20px;
  }

  .banner_area {
    margin: 0 15px;
    padding: 40px 0;
  }
  .banner_area ul {
    letter-spacing: -.4em;
  }
  .banner_area li {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
    background: #fff;
  }

  footer {
    background: url("../img/pc/common/footer/bg_footer.gif");
    -webkit-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
    text-align: center;
    padding: 45px 0 80px;
  }
  footer .aniplex {
    margin-bottom: 45px;
  }
  footer .aniplex li {
    display: inline-block;
    margin: 0 15px;
  }
  footer .aniplex li a {
    text-decoration: none;
    background: url("../img/sp/common/footer/icon_arrow-footer.png") no-repeat left center;
    -webkit-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
    padding-left: 14px;
    font-size: 14px;
  }
  footer .notes {
    font-size: 11px;
    line-height: 2;
  }
  footer .copy {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 30px;
  }
  footer .pagetop {
    width: 160px;
    width: 21.33%;
    margin: auto;
  }
}
