@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Domine");
/*
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;
}

li {
  list-style: none;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #6a2021;
}
body a {
  color: #000;
  text-decoration: none;
}

#wrapper {
  min-width: 1300px;
  position: relative;
  background: url("../img/common/bg.png") center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

#wrapper {
  -webkit-animation: opening 1.2s ease-in 1 0s forwards;
  -moz-animation: opening 1.2s ease-in 1 0s forwards;
  -o-animation: opening 1.2s ease-in 1 0s forwards;
  animation: opening 1.2s ease-in 1 0s forwards;
}

@-webkit-keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.right_column {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 290px;
}
.right_column h1 {
  background: url("../img/common/side/logo.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 290px;
  height: 40px;
  text-indent: -500px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.right_column h1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.right_column .main_menu {
  background: url("../img/common/contents/line_dot.png") repeat-x top center, url("../img/common/contents/line_dot.png") repeat-x bottom center;
  padding: 40px 0 10px;
  width: 275px;
  margin: auto;
}
.right_column .main_menu a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.right_column .main_menu a:after {
  background: no-repeat right top;
  position: absolute;
  width: 100%;
  height: 0%;
  content: "";
  display: block;
  -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;
}
.right_column .main_menu a:hover:after {
  height: 100%;
}
.right_column .main_menu .intro {
  background: url("../img/common/side/menu_intro.png");
  height: 292px;
  width: 36px;
  float: right;
}
.right_column .main_menu .intro a:after {
  background-image: url("../img/common/side/menu_intro.png");
}
.right_column .main_menu .current a:after {
  height: 100%;
}
.right_column .main_menu ul {
  margin-right: 59px;
}
.right_column .main_menu li {
  width: 35px;
  float: right;
  margin-left: 23px;
  margin-bottom: 30px;
}
.right_column .main_menu li:nth-child(4n) {
  margin-left: 0;
}
.right_column .main_menu .news {
  background: url("../img/common/side/menu_news.png");
  height: 184px;
}
.right_column .main_menu .news a:after {
  background-image: url("../img/common/side/menu_news.png");
}
.right_column .main_menu .story {
  background: url("../img/common/side/menu_story.png");
  height: 184px;
}
.right_column .main_menu .story a:after {
  background-image: url("../img/common/side/menu_story.png");
}
.right_column .main_menu .onair {
  background: url("../img/common/side/menu_onair.png");
  height: 184px;
}
.right_column .main_menu .onair a:after {
  background-image: url("../img/common/side/menu_onair.png");
}
.right_column .main_menu .staffcast {
  background: url("../img/common/side/menu_staff-cast.png");
  height: 184px;
}
.right_column .main_menu .staffcast a:after {
  background-image: url("../img/common/side/menu_staff-cast.png");
}
.right_column .main_menu .character {
  background: url("../img/common/side/menu_chara.png");
  height: 104px;
}
.right_column .main_menu .character a:after {
  background-image: url("../img/common/side/menu_chara.png");
}
.right_column .main_menu .comic {
  background: url("../img/common/side/menu_comics.png");
  height: 104px;
}
.right_column .main_menu .comic a:after {
  background-image: url("../img/common/side/menu_comics.png");
}
.right_column .main_menu .music {
  background: url("../img/common/side/menu_music.png");
  height: 104px;
}
.right_column .main_menu .music a:after {
  background-image: url("../img/common/side/menu_music.png");
}
.right_column .main_menu .package {
  background: url("../img/common/side/menu_bd-dvd.png");
  height: 104px;
}
.right_column .main_menu .package a:after {
  background-image: url("../img/common/side/menu_bd-dvd.png");
}
.right_column .main_menu .special {
  background: url("../img/common/side/menu_special.png");
  height: 118px;
}
.right_column .main_menu .special a:after {
  background-image: url("../img/common/side/menu_special.png");
}
.right_column .main_menu .twitter {
  background: url("../img/common/side/menu_twitter.png");
  height: 118px;
}
.right_column .main_menu .twitter a:after {
  background-image: url("../img/common/side/menu_twitter.png");
}

.share {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.share .title {
  background: #e44142;
}
.share ul {
  background: #fff;
  text-align: center;
  padding: 15px 0;
}

footer {
  background: #ffd0d0;
  text-align: center;
  padding: 60px 0 54px;
  position: relative;
  color: #000;
}
footer .aniplex {
  margin-bottom: 50px;
}
footer .aniplex li {
  display: inline-block;
  background: url("../img/common/footer/icon_arrow-footer.png") no-repeat left center;
  padding-left: 15px;
  margin: 0 20px;
}
footer p {
  font-size: 12px;
  line-height: 2;
}
footer .pagetop {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden;
  right: 18px;
  bottom: 25px;
  cursor: pointer;
}
footer .pagetop:hover img {
  margin-left: -110px;
}

.contents_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 65px;
}
.contents_wrap:before {
  content: '';
  display: block;
  width: 120px;
  height: 100%;
  background: url("../img/common/contents/bg_side.gif");
  position: absolute;
  z-index: -1;
}

.main_contents {
  margin-right: 350px;
  min-height: 720px;
}
.main_contents .wrap {
  min-width: 720px;
  margin: 0 0 0 230px;
  padding-top: 98px;
}
.main_contents h2 {
  position: absolute;
  top: 50px;
  left: 100px;
}

.footer_img {
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.footer_img p {
  background: no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.5s ease;
}
.footer_img .move {
  -webkit-animation: scale_bg 6s linear 1 0s forwards;
  -moz-animation: scale_bg 6s linear 1 0s forwards;
  -o-animation: scale_bg 6s linear 1 0s forwards;
  animation: scale_bg 6s linear 1 0s forwards;
}
.footer_img .bg1 {
  background-image: url("../img/common/footer/bg01.jpg");
}
.footer_img .bg2 {
  background-image: url("../img/common/footer/bg02.jpg");
}
.footer_img .bg3 {
  background-image: url("../img/common/footer/bg03.jpg");
}
.footer_img .bg4 {
  background-image: url("../img/common/footer/bg04.jpg");
}

@-webkit-keyframes scale_bg {
  100% {
    background-position: center bottom;
  }
}
@-o-keyframes scale_bg {
  100% {
    background-position: center bottom;
  }
}
@-moz-keyframes scale_bg {
  100% {
    background-position: center bottom;
  }
}
@keyframes scale_bg {
  100% {
    background-position: center bottom;
  }
}
