@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Baloo+Paaji");
/*
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: "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  background: url("../img/common/bg.jpg") center top;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  #wrapper {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
}

#wrapper {
  opacity: 0;
}

#wrapper.open {
  -webkit-animation: alpha 0.6s ease-out forwards;
  -moz-animation: alpha 0.6s ease-out forwards;
  -o-animation: alpha 0.6s ease-out forwards;
  animation: alpha 0.6s ease-out forwards;
}

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

@-o-keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*************  sp_menu  **************/
@media only screen and (max-width: 750px) {
  .add_blur_sp {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  .global_sp .wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 400;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    display: none;
  }
  .global_sp .header {
    background: #F8F5EE;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.5);
    box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.5);
    padding: 2% 0px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
  }
  .global_sp .header h1 {
    width: 192px;
    width: 25.6%;
    margin: auto;
  }
  .global_sp .header .menu_icon {
    position: absolute;
    width: 70px;
    width: 9.33%;
    top: 50%;
    margin-top: -4%;
    right: 15px;
  }
  .global_sp .header .menu_icon img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .global_sp .header .menu_icon .off {
    opacity: 0;
  }
  .global_sp .header .menu_icon.open .on {
    opacity: 0;
  }
  .global_sp .header .menu_icon.open .off {
    opacity: 1;
  }
  .main_menu {
    position: absolute;
    z-index: 490;
    padding-top: 100px;
    display: none;
    opacity: 0;
    overflow: hidden;
  }
  .main_menu .main_global {
    padding: 0 12%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .main_menu .main_global li {
    float: right;
    width: 80px;
    width: 14.28%;
    overflow: hidden;
    margin-left: 7%;
    margin-bottom: 20px;
    position: relative;
  }
  .main_menu .main_global li img {
    width: 200%;
    margin-left: -100%;
  }
  .main_menu .main_global li:nth-child(5n) {
    margin-left: 0;
  }
  .main_menu .main_global li:nth-child(5n+1) {
    clear: right;
  }
  .main_menu .main_global li.current img {
    margin-left: 0;
  }
  .main_menu .main_global li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .main_menu .share {
    color: #643700;
    text-align: center;
    background: url("../img/sp/common/img_line_dot.png") repeat-x top;
    margin: 0 5%;
    padding-top: 40px;
  }
  .main_menu .share p {
    font-family: "Baloo Paaji", cursive;
    letter-spacing: 0.04em;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .main_menu .share li {
    display: inline-block;
    width: 96px;
    width: 12.8%;
    margin: 0 2%;
  }
  /********/
  #global_menu .wrap.open {
    opacity: 1;
  }
  #global_menu .main_global.open {
    opacity: 1;
  }
  #global_menu.menu_open .main_menu {
    display: block;
    opacity: 1;
  }
}

/*************  main  **************/
.main_area {
  position: relative;
}

@media only screen and (min-width: 751px) {
  .main_area {
    max-width: 1600px;
    margin: 0 auto 100px;
  }
  .main_area .left_cont {
    float: left;
    min-width: 310px;
    width: 26%;
    padding-top: 18px;
  }
  .main_area .left_cont h1 {
    width: 272px;
    position: relative;
    left: 50%;
    margin-left: -150px;
    margin-bottom: 15px;
    z-index: 5;
  }
  .main_area .left_cont h1 img {
    width: 100%;
  }
  .main_area .left_cont .t_onair {
    text-align: center;
    margin-bottom: 20px;
  }
  .main_area .left_cont .top_menu {
    width: 230px;
    margin: auto;
    background: url("../img/common/top/img_line_dot.png") repeat-x top, url("../img/common/top/img_line_dot.png") repeat-x bottom;
    padding: 35px 0 0px;
  }
  .main_area .left_cont .top_menu li {
    float: right;
    width: 36px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-left: 12px;
  }
  .main_area .left_cont .top_menu li:nth-child(5n) {
    margin-left: 0;
  }
  .main_area .left_cont .top_menu li:nth-child(5n+1) {
    clear: right;
  }
  .main_area .left_cont .top_menu li img {
    width: 72px;
    margin-left: -36px;
  }
  .main_area .left_cont .top_menu li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .main_area .left_cont .top_menu li.current img {
    margin-left: 0;
  }
  .main_area .left_cont .top_menu li:after {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: no-repeat left top;
    -webkit-background-size: 72px;
    -o-background-size: 72px;
    background-size: 72px;
    position: absolute;
    top: 0;
    left: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main_area .left_cont .top_menu li:not(.current):hover:after {
    height: 100%;
  }
  .main_area .left_cont .top_menu li.top:after {
    background-image: url("../img/common/menu/menu_top.png");
  }
  .main_area .left_cont .top_menu li.news:after {
    background-image: url("../img/common/menu/menu_news.png");
  }
  .main_area .left_cont .top_menu li.story:after {
    background-image: url("../img/common/menu/menu_story.png");
  }
  .main_area .left_cont .top_menu li.character:after {
    background-image: url("../img/common/menu/menu_character.png");
  }
  .main_area .left_cont .top_menu li.staffcast:after {
    background-image: url("../img/common/menu/menu_staffcast.png");
  }
  .main_area .left_cont .top_menu li.onair:after {
    background-image: url("../img/common/menu/menu_onair.png");
  }
  .main_area .left_cont .top_menu li.radio:after {
    background-image: url("../img/common/menu/menu_radio.png");
  }
  .main_area .left_cont .top_menu li.movie:after {
    background-image: url("../img/common/menu/menu_movie.png");
  }
  .main_area .left_cont .top_menu li.package:after {
    background-image: url("../img/common/menu/menu_bd-dvd.png");
  }
  .main_area .left_cont .top_menu li.comics:after {
    background-image: url("../img/common/menu/menu_comics.png");
  }
  .main_area .left_cont .top_menu li.music:after {
    background-image: url("../img/common/menu/menu_music.png");
  }
  .main_area .left_cont .top_menu li.special:after {
    background-image: url("../img/common/menu/menu_special.png");
  }
  .main_area .left_cont .top_menu li.goods:after {
    background-image: url("../img/common/menu/menu_goods.png");
  }
  .main_area .left_cont .top_menu li.twitter:after {
    background-image: url("../img/common/menu/menu_twitter.png");
  }
  .main_area .main_contents {
    float: right;
    max-width: 1200px;
    min-width: 880px;
    width: 74%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 750px) {
  .main_area .left_bnr_area {
    margin: 100px 40px;
  }
  .main_area .left_bnr_area li {
    width: 670px;
    height: 260px;
    border: 1px solid;
  }
}

/************* footer **************/
footer {
  background: #F7F4ED;
  position: relative;
  margin-top: 90px;
  text-align: center;
}

footer .page_top {
  position: absolute;
}

footer:before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/common/footer/line_repeat.png") repeat-x center top;
  height: 70px;
  position: absolute;
  top: -10px;
}

footer .share {
  font-family: "Baloo Paaji", cursive;
  color: #643700;
}

footer .share p {
  letter-spacing: 0.14em;
}

footer .share ul {
  letter-spacing: -0.4em;
}

footer .share li {
  display: inline-block;
}

footer .aniplex li {
  display: inline-block;
}

footer .aniplex a {
  color: #643700;
  background: url("../img/common/footer/ico_blank.png") no-repeat right top;
  text-decoration: none;
}

footer .copy, footer .notes {
  color: #ACAAAB;
  line-height: 1.8;
}

@media only screen and (min-width: 751px) {
  footer {
    padding: 125px 0 60px;
  }
  footer .page_top {
    top: -90px;
    right: 25px;
    -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;
    cursor: pointer;
  }
  footer .page_top img {
    width: 60px;
  }
  footer .page_top:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  footer .share {
    margin-bottom: 40px;
  }
  footer .share p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .share li {
    margin: 0 10px;
    -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;
    cursor: pointer;
  }
  footer .share li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  footer .share li img {
    width: 60px;
  }
  footer .aniplex {
    margin-bottom: 40px;
  }
  footer .aniplex li {
    margin: 0 8px;
  }
  footer .aniplex li a {
    padding-right: 18px;
    -webkit-background-size: 13px;
    -o-background-size: 13px;
    background-size: 13px;
    font-size: 12px;
    -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;
    cursor: pointer;
  }
  footer .aniplex li a:hover {
    opacity: 0.65;
  }
  footer .copy, footer .notes {
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {
  footer {
    margin-top: 120px;
    padding: 60px 0 40px;
  }
  footer .page_top {
    right: 2%;
    top: -66px;
    width: 80px;
    width: 10.66%;
  }
  footer:before {
    -webkit-background-size: auto 35px;
    -o-background-size: auto 35px;
    background-size: auto 35px;
  }
  footer .share {
    margin-bottom: 50px;
  }
  footer .share p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .share li {
    margin: 0 10px;
    width: 45px;
  }
  footer .aniplex {
    margin-bottom: 30px;
  }
  footer .aniplex li {
    margin: 0 6px 10px;
  }
  footer .aniplex li a {
    font-size: 12px;
    padding-right: 22px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  footer .copy, footer .notes {
    font-size: 10px;
  }
}

.main_contents {
  position: relative;
}

.main_contents h2 {
  text-align: right;
}

@media only screen and (min-width: 751px) {
  .main_contents {
    padding-right: 85px;
  }
  .main_contents h2 {
    padding-top: 90px;
    margin-bottom: 79px;
  }
  .main_contents h2 img {
    width: auto;
    height: 96px;
  }
}

@media only screen and (max-width: 750px) {
  .main_contents {
    margin: 0 5%;
    padding-top: 100px;
  }
  .main_contents h2 {
    margin-bottom: 6%;
  }
  .main_contents h2 img {
    width: auto;
    height: 50px;
  }
}
