@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------

INDEX
	- variables
	- classes

---------------------------------- */
/* ----------------------------------

$variables

---------------------------------- */
time, .g-nav__list, .local-navi__link, .page-title, .footer-menu, .copyright, .coming-soon, .top-column__title, .footer--top__copyright, .article-pager, .sidebar-title, .story__num, .episode-list__container .bx-prev,
.episode-list__container .bx-next, .episode-list__item__num, .entry_comingSoon, .staff__title, .word__item__english, .music-cont__theme, .disk-detail__number span, .disk__item, .goods_article-pager {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  letter-spacing: .05em;
}

.small, time, .footer-menu a, .footer__sub-menu li, .footer--top__copyright, .sidebar-list, .story-item__num, .form__inner font, .disk-detail__section-title, .disk-data__term--wrapper, .disk__jacket__caption, .disk__item__meta {
  font-size: .83em;
}

.article-pager, .sidebar-title, .goods_article-pager {
  font-size: 1.2em;
}

.article__title, .chara-data__name--text {
  font-size: 1.4em;
}

.inline-link, .top-banner img, .top-column--movie img, .slider-arrow--left,
.slider-arrow--right, .word__image a, .local-navi__link, .footer-menu a:after, .article-pager a:after, .sidebar-list__link, .slider-thumb--on, .thumbs__item:after, .word__item:after, .thumbs__item__thumb:after, .story__movie a:after, .thumbs__item__thumb:before, .story__movie a:before, .story__detail__slider .bx-next,
.story__detail__slider .bx-prev, .story-item a:after, .disk__item__jacket2:after, .goods__link, .goods_thumb img, .goods_article-pager a:after {
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.inline-link:hover, .top-banner img:hover, .top-column--movie img:hover, .slider-arrow--left:hover,
.slider-arrow--right:hover, .word__image a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.g-nav__list a:after, .section__title:after, .onair__title:after, .goods__title:after, .section__title:before, .onair__title:before, .goods__title:before, .top-column--movie a:after, .top-column--movie a:before, .article-pager a:after, .thumbs__item:after, .word__item:after, .thumbs__item__thumb:after, .story__movie a:after, .thumbs__item__thumb:before, .story__movie a:before, .story-item a:after, .episode-list__item a:after, .disk__item__jacket2:after, .goods_article-pager a:after {
  content: "";
  display: block;
  position: absolute;
}

/* ----------------------------------

$classes

---------------------------------- */
img {
  vertical-align: bottom;
}

.strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.grid-1 {
  float: left;
  width: 250px;
}

.grid-2 {
  float: left;
  width: 500px;
}

.grid-3 {
  float: left;
  width: 750px;
}

.grid-4 {
  float: left;
  width: 1000px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* -------------------------

INDEX
    - common
    - layout
    - header / nav
    - local nav
    - contents
    - footer

------------------------- */
/* -------------------------

$common

------------------------- */
html {
  min-width: 1000px;
}

body {
  background: white url("../images/common/bg.png") no-repeat center top;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 83%;
  line-height: 1.75;
  color: #33779e;
  min-width: 1000px;
}

a {
  text-decoration: none;
  color: #33779e;
  outline: none;
}

.row {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

time {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px 10px 0;
  background-color: rgba(50, 120, 160, 0.3);
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.1em;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

/* -------------------------

$layout

------------------------- */
.main-column {
  float: left;
  width: 625px;
  padding-top: 26px;
}

/* -------------------------

$header / nav

------------------------- */
#site-header {
  position: relative;
  z-index: 10;
  min-width: 1000px;
  padding-bottom: 40px;
  margin-bottom: -40px;
  background: url("../images/common/header/bottom-deco.png") no-repeat center 100px;
}

.site-header__inner {
  height: 100px;
  background: white url("../images/common/header/lines.png") no-repeat center center;
}
.site-header__inner .row {
  height: 100%;
}

.site-logo {
  width: 250px;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
}

.g-nav__list {
  width: 340px;
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
}
.g-nav__list a {
  position: relative;
  display: block;
  padding: 5px 8px;
  color: #b13200;
  font-size: .92em;
}
.g-nav__list a:after {
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #b13200;
}
.g-nav__list a.g-nav__item--coming-soon:after {
  display: none;
}
.g-nav__list.g-nav--left a:after {
  right: 0;
  left: auto;
}

.g-nav__item {
  float: left;
}

.g-nav__item__content {
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-shadow: 0 0 0 white;
  text-shadow: 0 0 0 0 white;
}
.g-nav__item__content:hover {
  text-shadow: 0 -2px 3px rgba(230, 0, 0, 0.3);
  text-shadow: 0 -2px 3px 1px rgba(230, 0, 0, 0.3);
}

.g-nav--left {
  float: left;
}

.g-nav--right {
  float: right;
}
.g-nav--right li {
  float: right;
}

.g-nav__item--left-top {
  margin-right: 10px;
}

.g-nav__item--coming-soon {
  position: relative;
}
.g-nav__item--coming-soon:hover {
  color: #eee;
  text-decoration: line-through;
}
.g-nav__item--coming-soon:hover .g-nav__item--coming-soon--text {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.g-nav__item--coming-soon--text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: .5em;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  color: #33779e;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 10px;
  text-shadow: 0, 0, 2px, white;
}

/* -------------------------

$local nav

------------------------- */
.local-nav {
  margin-bottom: 40px;
  text-align: center;
}

.local-nav__inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-top: 3px double rgba(50, 120, 160, 0.3);
}

.local-navi__link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 120px;
  padding: 1em;
  margin: .5em;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.local-navi__link:hover {
  background-color: rgba(50, 120, 160, 0.3);
}

/* -------------------------

$contents

------------------------- */
.container {
  padding: 45px 0 100px;
}

.container--1 {
  background: url("../images/common/illust-line/illust-1.png") no-repeat right bottom;
}

.container--2 {
  background: url("../images/common/illust-line/illust-2.png") no-repeat right bottom;
}

.container--3 {
  background: url("../images/common/illust-line/illust-3.png") no-repeat right bottom;
}

.container--4 {
  background: url("../images/common/illust-line/illust-4.png") no-repeat right bottom;
}

.container--5 {
  background: url("../images/common/illust-line/illust-5.png") no-repeat right bottom;
}

.container--21 {
  background: url("../images/common/illust-line/illust-21.png") no-repeat 40px 80px;
}

.container--22 {
  background: url("../images/common/illust-line/illust-22.png") no-repeat 40px 0;
}

.container--31 {
  background: url("../images/common/illust-line/illust-31.png") no-repeat 100px 30px;
}

.container--32 {
  background: url("../images/common/illust-line/illust-32.png") no-repeat 100px 30px;
}

.container--33 {
  background: url("../images/common/illust-line/illust-33.png") no-repeat 100px 30px;
}

.container--34 {
  background: url("../images/common/illust-line/illust-34.png") no-repeat 100px 30px;
}

.container--35 {
  background: url("../images/common/illust-line/illust-35.png") no-repeat 100px 30px;
}

.container--36 {
  background: url("../images/common/illust-line/illust-36.png") no-repeat 100px 30px;
}

.page-title {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 45px;
  padding-bottom: 24px;
  background: url("../images/common/title-deco.png") no-repeat center 0.8em;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1em;
}

.section__title, .onair__title, .goods__title {
  position: relative;
}
.section__title:after, .onair__title:after, .goods__title:after, .section__title:before, .onair__title:before, .goods__title:before {
  height: 7px;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.section__title:after, .onair__title:after, .goods__title:after {
  bottom: 0;
  background-image: url("../images/common/frame/corner-large-bottom.png");
}
.section__title:before, .onair__title:before, .goods__title:before {
  top: 0;
  background-image: url("../images/common/frame/corner-large-top.png");
}

.section__title, .onair__title, .goods__title {
  padding: 10px;
  margin-bottom: 25px;
  background-color: rgba(50, 120, 160, 0.3);
  font-size: 1.5em;
  letter-spacing: .4em;
  text-align: center;
}

/* -------------------------

$footer

------------------------- */
#footer {
  min-width: 1000px;
}

.footer-menu {
  width: 500px;
  float: left;
}
.footer-menu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.footer-menu a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 2px;
  color: #b13200;
  border-bottom: 1px solid transparent;
}
.footer-menu a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border-bottom: 1px solid #b13200;
}
.footer-menu a:hover:after {
  bottom: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.footer-menu .footer-menu--disable {
  color: #999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.footer-menu .footer-menu--disable:after {
  display: none;
}

.footer--upper {
  padding-bottom: 5px;
}

.footer__onair {
  text-align: right;
  color: #b13200;
  font-weight: bold;
}

.footer--lower {
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #cee5f2;
}

.footer__logo {
  float: left;
  width: 50%;
}

.footer__sub-menu {
  float: right;
  width: 50%;
}
.footer__sub-menu ul {
  margin-bottom: 10px;
  line-height: .9em;
}
.footer__sub-menu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 12px;
  border-right: 1px solid #33779e;
  text-align: right;
  font-family: Helvetica, 'Arial', 'Arial Black', sans-serif;
  font-weight: bold;
}
.footer__sub-menu li a {
  color: #33779e;
  letter-spacing: .2em;
}
.footer__sub-menu ul {
  float: right;
  border-left: 1px solid #33779e;
}

.copyright {
  clear: both;
  text-align: right;
}

.footer__sns {
  text-align: right;
  line-height: 20px;
}
.footer__sns .fb-share-button {
  vertical-align: top;
}

.btn--full {
  display: block;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.inline-link {
  display: inline;
  text-decoration: underline;
}

.coming-soon {
  border-bottom: 1px solid #33779e;
  line-height: .6em;
  font-size: 4em;
  font-weight: normal;
  letter-spacing: .4em;
  text-align: center;
  margin: 4em 0;
}

.html--top {
  height: 100%;
  min-height: 700px;
}

.body--top {
  position: relative;
  height: 100%;
  min-width: 1000px;
  min-height: 700px;
  background-color: #000;
  background-image: url("../images/top/main-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .body--top {
    -moz-background-size: 1000px auto;
    -o-background-size: 1000px auto;
    -webkit-background-size: 1000px auto;
    background-size: 1000px auto;
  }
}
.top-container {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
}

.top-container--new .top-column--meta {
  left: auto;
  right: 10px;
}
.top-container--new .top-column--movie,
.top-container--new .top-column--twitter {
  float: left;
  margin-left: 10px;
}
.top-container--new .top-column--twitter {
  clear: left;
}

.top-row--first {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  min-height: 360px;
}

.top-column--meta {
  position: absolute;
  left: 10px;
  bottom: 10px;
  float: left;
  width: 490px;
}

.top-banner {
  margin-bottom: 10px;
}
.top-banner a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #fff;
}

.top-column__onair {
  padding: 5px 10px;
  margin-top: 5px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 50, 80, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.top-column--movie {
  float: right;
  width: 240px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 28px;
}
.top-column--movie img {
  width: 100%;
  height: auto;
}
.top-column--movie a {
  position: relative;
  display: block;
  background-color: #fff;
}
.top-column--movie a:after, .top-column--movie a:before {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.top-column--movie a:after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-top: 1px solid #b13200;
  border-bottom: 1px solid #b13200;
}
.top-column--movie a:before {
  top: 50%;
  right: 0;
  left: 0;
  height: 0;
  border-left: 1px solid #b13200;
  border-right: 1px solid #b13200;
}

.top-column--movie--bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-column--twitter {
  float: right;
  clear: right;
  width: 240px;
  height: 70px;
  overflow: hidden;
  padding: 0 5px;
  margin: 0 10px 10px 0;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.top-column--twitter iframe {
  max-height: 100px;
}

.top-column--bdbox img {
	width: 100%;
	height: auto;
}

.top-column__title {
  position: relative;
  margin: 0px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  letter-spacing: .2em;
}

.top-column__title .follow-btn {
  display: block;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: .5em 5px .5em 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: lowercase !important;
  font-family: serif !important;
}
.top-column__title .follow-btn img {
	height: 1.25em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.top-column__title .sub-title {
  position: absolute;
  top: .3em;
  right: .2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: .75em;
  color: #fff;
}

.footer--top {
  clear: both;
  min-width: 1000px;
}

.footer--top--upper {
  overflow: hidden;
  *zoom: 1;
  min-width: 1000px;
  max-height: 100px;
  padding: 10px;
}

.top-news__banner {
  margin-bottom: 5px;
}
.top-column--bdbox {
  float: left;
  width: 480px;
  height: 90px;
  overflow: hidden;
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.top-news {
  float: left;
  clear: left;
  min-height: 44px;
  width: 470px;
  position: relative;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.top-news .bx-wrapper {
  padding-right: 20px;
}
.top-news .bx-viewport li {
  padding-right: 10px;
}
.top-news .bx-controls {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
}
.top-news .bx-next,
.top-news .bx-prev {
  position: absolute;
  right: 0;
  top: 0;
}
.top-news .bx-next {
  margin-top: -12px;
}
.top-news .bx-prev {
  margin-top: 12px;
}

.top-banners {
  float: right;
  width: 820px;
  text-align: right;
}
.top-banners a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.footer--top--lower {
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: right;
  min-width: 980px;
}

.footer--top__onair {
  float: left;
  text-align: left;
  font-weight: bold;
}

.footer--top__sns {
  clear: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 20px;
}
.footer--top__sns .fb-like {
  vertical-align: top;
}
.footer--top__sns iframe {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.footer--top__copyright {
  clear: right;
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: .1em;
}

/* ------------------------

$twitter

------------------------ */
.root {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

/* ------------------------

$twitter

------------------------ */
.top-rignt_banner {
  position: absolute;
  right: 10px;
  top: 110px;
}

.top-left_banner {
  float: left;
  margin: 10px;
}

/* -------------------------

INDEX
	- common
	- news
	- pager
	- sidebar

------------------------- */
/* -------------------------

$common

------------------------- */
.article__title {
  font-weight: bold;
}

.article__content a {
  color: #33779e;
  background: rgba(50, 120, 160, 0.5);
}
.article__content a:hover {
  background-color: #33779e;
  color: #fff;
}

/* -------------------------

$news

------------------------- */
.news-article {
  margin-bottom: 100px;
}

.news-article__header {
  padding-top: 10px;
  margin-bottom: 40px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat top right;
}

/* -------------------------

$pger

------------------------- */
.article-pager {
  height: 2.5em;
  position: relative;
  padding-top: 10px;
  background: url("../images/common/dott-lines/m-down-40.png") no-repeat center top;
  font-weight: normal;
}
.article-pager a {
  color: #33779e;
  letter-spacing: .2em;
}
.article-pager a:after {
  top: 4px;
  bottom: 6px;
  width: 0;
  background: #33779e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.article-pager a:hover:after {
  width: 100%;
}

.article-pager--back {
  position: relative;
  padding-right: 10px;
}
.article-pager--back:after {
  left: 0;
}

.article-pager--next {
  position: absolute;
  right: 0;
  top: 10px;
  padding-left: 10px;
  text-align: right;
}
.article-pager--next:after {
  right: 0;
}

/* -------------------------

$sidebar

------------------------- */
.sidebar {
  float: right;
  width: 250px;
}

.sidebar-title {
  border-bottom: 1px solid #84adc4;
  text-align: right;
  font-weight: normal;
}

.sidebar-list a {
  color: #33779e;
}

.sidebar-list__link {
  display: block;
  padding: 10px 0;
  background: transparent url("../images/common/dott-lines/down-20.png") no-repeat right bottom;
}
.sidebar-list__link:hover {
  background-color: #eaf1f5;
}
.sidebar-list__link .title {
  font-weight: bold;
}

/* ---------------------------------------

INDEX
    - common
    - slider
    - kobetsu
    - mecha

--------------------------------------- */
/* ---------------------------------------

$common

--------------------------------------- */
.body--character .page-title {
  margin-bottom: -20px;
}

.chara-data {
  width: 325px;
  padding: 70px 250px 0 0;
  margin-top: 40px;
  margin-right: -150px;
  float: left;
}

.chara-data__name {
  border-bottom: 1px solid #23536e;
  margin-bottom: 12px;
  font-weight: bold;
}

.chara-data__detail {
  overflow: auto;
  font-weight: bold;
}
.chara-data__detail p {
  margin-bottom: 1.5em;
}

.selector-arrows {
  margin-bottom: 70px;
  text-align: right;
}

.character__inner {
  min-height: 870px;
}

/* ---------------------------------------

$slider

--------------------------------------- */
.slider-item__list {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}

.slider__item, .slider__item--mecha {
  position: relative;
  width: 81px;
  height: 50px;
  float: left;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
}
.slider__item:before, .slider__item--mecha:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  top: 3px;
  right: 3px;
  left: 3px;
  border: 1px solid #444;
}
.slider__item--current.slider__item, .slider__item--current.slider__item--mecha {
  background-color: #3ba1dc;
}
.slider__item--current.slider__item .slider-thumb--on, .slider__item--current.slider__item--mecha .slider-thumb--on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slider__item--mecha {
  height: 81px;
}

.slider__item--index-10 .slider__item__data,
.slider__item--index-11 .slider__item__data {
  left: auto;
  right: 80px;
  overflow: hidden;
}

.slider__item__data {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 81px;
  background-color: #e2d182;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #000;
  font-weight: bold;
}

.slider__item__data__name {
  display: block;
  width: 162px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 400ms ease-out 200ms;
  -o-transition: all 400ms ease-out 200ms;
  -webkit-transition: all 400ms ease-out;
  -webkit-transition-delay: 200ms;
  transition: all 400ms ease-out 200ms;
  padding-left: 5px;
  margin-left: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: .92em;
}

.slider-images {
  float: right;
  width: 525px;
  min-height: 740px;
}
.slider-images.slider--big {
  width: 590px;
  margin-left: -45px;
}
.slider-images.slider--bigger {
  width: 660px;
  margin-left: -115px;
}

.slider-thumb--on {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slider__item__thumb {
  position: relative;
  height: 100%;
}

.slider-thumb--off__image {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  opacity: 0;
}
.slider-thumb--off__image.loaded {
  opacity: 1;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 0;
  -moz-animation-name: blink;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 6s;
  -moz-animation-delay: 0;
  -ms-animation-name: blink;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 6s;
  -ms-animation-delay: 0;
  animation-name: blink;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 6s;
  animation-delay: 0;
}

@-webkit-keyframes blink {
  0% {
    opacity: .4;
  }

  1% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: .6;
  }

  12% {
    opacity: .2;
  }

  20% {
    opacity: .2;
  }

  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: .4;
  }

  1% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: .6;
  }

  12% {
    opacity: .2;
  }

  20% {
    opacity: .2;
  }

  50% {
    opacity: 1;
  }
}
/* ---------------------------------------

$kobetsu

--------------------------------------- */
.character-container--ange {
  background: url("../images/chara/ange/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--ange {
  background: url("../images/chara/ange/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--ange {
  background-image: url("../images/chara/ange/name-eng-small.png");
}

.character-container--hilda {
  background: url("../images/chara/hilda/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--hilda {
  background: url("../images/chara/hilda/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--hilda {
  background-image: url("../images/chara/hilda/name-eng-small.png");
}

.character-container--salia {
  background: url("../images/chara/salia/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--salia {
  background: url("../images/chara/salia/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--salia {
  background-image: url("../images/chara/salia/name-eng-small.png");
}

.character-container--vivian {
  background: url("../images/chara/vivian/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--vivian {
  background: url("../images/chara/vivian/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--vivian {
  background-image: url("../images/chara/vivian/name-eng-small.png");
}

.character-container--rosalie {
  background: url("../images/chara/rosalie/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--rosalie {
  background: url("../images/chara/rosalie/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--rosalie {
  background-image: url("../images/chara/rosalie/name-eng-small.png");
}

.character-container--ersha {
  background: url("../images/chara/ersha/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--ersha {
  background: url("../images/chara/ersha/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--ersha {
  background-image: url("../images/chara/ersha/name-eng-small.png");
}

.character-container--chris {
  background: url("../images/chara/chris/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--chris {
  background: url("../images/chara/chris/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--chris {
  background-image: url("../images/chara/chris/name-eng-small.png");
}

.character-container--momoka {
  background: url("../images/chara/momoka/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--momoka {
  background: url("../images/chara/momoka/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--momoka {
  background-image: url("../images/chara/momoka/name-eng-small.png");
}

.character-container--jill {
  background: url("../images/chara/jill/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--jill {
  background: url("../images/chara/jill/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--jill {
  background-image: url("../images/chara/jill/name-eng-small.png");
}

.character-container--emma {
  background: url("../images/chara/emma/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--emma {
  background: url("../images/chara/emma/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--emma {
  background-image: url("../images/chara/emma/name-eng-small.png");
}

.character-container--zola {
  background: url("../images/chara/zola/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--zola {
  background: url("../images/chara/zola/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--zola {
  background-image: url("../images/chara/zola/name-eng-small.png");
}

.character-container--mei {
  background: url("../images/chara/mei/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--mei {
  background: url("../images/chara/mei/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--mei {
  background-image: url("../images/chara/mei/name-eng-small.png");
}

.character-container--maggy {
  background: url("../images/chara/maggy/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--maggy {
  background: url("../images/chara/maggy/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--maggy {
  background-image: url("../images/chara/maggy/name-eng-small.png");
}

.character-container--jasmine {
  background: url("../images/chara/jasmine/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--jasmine {
  background: url("../images/chara/jasmine/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--jasmine {
  background-image: url("../images/chara/jasmine/name-eng-small.png");
}

.character-container--julio {
  background: url("../images/chara/julio/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--julio {
  background: url("../images/chara/julio/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--julio {
  background-image: url("../images/chara/julio/name-eng-small.png");
}

.character-container--sylvia {
  background: url("../images/chara/sylvia/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--sylvia {
  background: url("../images/chara/sylvia/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--sylvia {
  background-image: url("../images/chara/sylvia/name-eng-small.png");
}

.character-container--misty {
  background: url("../images/chara/misty/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--misty {
  background: url("../images/chara/misty/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--misty {
  background-image: url("../images/chara/misty/name-eng-small.png");
}

.character-container--riza {
  background: url("../images/chara/riza/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--riza {
  background: url("../images/chara/riza/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--riza {
  background-image: url("../images/chara/riza/name-eng-small.png");
}

.character-container--jurai {
  background: url("../images/chara/jurai/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--jurai {
  background: url("../images/chara/jurai/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--jurai {
  background-image: url("../images/chara/jurai/name-eng-small.png");
}

.character-container--sophia {
  background: url("../images/chara/sophia/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--sophia {
  background: url("../images/chara/sophia/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--sophia {
  background-image: url("../images/chara/sophia/name-eng-small.png");
}

.character-container--coco {
  background: url("../images/chara/coco/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--coco {
  background: url("../images/chara/coco/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--coco {
  background-image: url("../images/chara/coco/name-eng-small.png");
}

.character-container--miranda {
  background: url("../images/chara/miranda/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--miranda {
  background: url("../images/chara/miranda/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--miranda {
  background-image: url("../images/chara/miranda/name-eng-small.png");
}

.character-container--tusk {
  background: url("../images/chara/tusk/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--tusk {
  background: url("../images/chara/tusk/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--tusk {
  background-image: url("../images/chara/tusk/name-eng-small.png");
}

.character-container--pamela {
  background: url("../images/chara/pamela/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--pamela {
  background: url("../images/chara/pamela/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--pamela {
  background-image: url("../images/chara/pamela/name-eng-small.png");
}

.character-container--hikaru {
  background: url("../images/chara/hikaru/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--hikaru {
  background: url("../images/chara/hikaru/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--hikaru {
  background-image: url("../images/chara/hikaru/name-eng-small.png");
}

.character-container--olivier {
  background: url("../images/chara/olivier/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--olivier {
  background: url("../images/chara/olivier/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--olivier {
  background-image: url("../images/chara/olivier/name-eng-small.png");
}

.character-container--vulcan {
  background: url("../images/chara/vulcan/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--vulcan {
  background: url("../images/chara/vulcan/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--vulcan {
  background-image: url("../images/chara/vulcan/name-eng-small.png");
}

.character-container--sala {
  background: url("../images/chara/sala/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--sala {
  background: url("../images/chara/sala/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--sala {
  background-image: url("../images/chara/sala/name-eng-small.png");
}

.character-container--embryo {
  background: url("../images/chara/embryo/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--embryo {
  background: url("../images/chara/embryo/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--embryo {
  background-image: url("../images/chara/embryo/name-eng-small.png");
}

.character-container--salamandinay {
  background: url("../images/chara/salamandinay/bg-line.png") no-repeat center 100px fixed;
}

.chara-data--salamandinay {
  background: url("../images/chara/salamandinay/name-eng-large.png") no-repeat 10px top;
}

.slider__item__data--salamandinay {
  background-image: url("../images/chara/salamandinay/name-eng-small.png");
}

/* ---------------------------------------

$mecha

--------------------------------------- */
.mecha-data__detail {
  overflow: visible;
}

.slider__item--mecha {
  height: 81px;
}

.mecha__spec-list {
  font-size: .92em;
}

.spec__term {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 5em;
  color: #526169;
}

/* -------------------------

INDEX
    - introduction
    - movie
    - story
    - staff/cast
    - onair
    - link
    - word
    - music
    - form
    - special
    - colorbox
    - bd/dvd
    - goods
    - modal

------------------------- */
.other-disks, .goods_list {
  padding-top: 10px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat top right;
}

.disk-detail__section-title, .goods__data {
  padding-top: 10px;
  background: url("../images/common/dott-lines/down-20.png") no-repeat top right;
}

/* -------------------------

$introduction

------------------------- */
.intro-text {
  float: left;
  width: 480px;
}

.intro__main-copy {
  margin-bottom: 20px;
}

.intro-image {
  width: 50%;
  float: right;
  padding-top: 5px;
}

.border-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: .4em 4em;
  margin: 1em 0;
  border: 1px solid #33779e;
  text-align: center;
}

.aem-hide {
  display: none;
}

/* -------------------------

$movie

------------------------- */
.thumbs__item, .word__item {
  position: relative;
}
.thumbs__item:after, .word__item:after {
  bottom: 0;
  left: 0;
  width: 20px;
  border-top: 1px solid #b13200;
}
.thumbs__item:hover:after, .word__item:hover:after {
  width: 40px;
}

.thumbs-list {
  overflow: hidden;
  *zoom: 1;
}

.thumbs__item {
  width: 25%;
  float: left;
  margin-bottom: 65px;
}
.thumbs__item:nth-child(4n+1) {
  clear: both;
}

.thumbs__item__thumb, .story__movie a {
  position: relative;
  display: block;
  padding: 11px 9px;
  margin: 0 6px;
  background: url("../images/common/frame/small.png") no-repeat center center;
  text-align: center;
}
.thumbs__item__thumb:after, .story__movie a:after {
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
  border: 1px solid #e2d182;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.thumbs__item__thumb:before, .story__movie a:before {
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  background: url("../images/common/btn-play.png") no-repeat center center;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: all 800ms ease-out 200ms;
  -o-transition: all 800ms ease-out 200ms;
  -webkit-transition: all 800ms ease-out;
  -webkit-transition-delay: 200ms;
  transition: all 800ms ease-out 200ms;
}
.thumbs__item__thumb:hover:after, .story__movie a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.thumbs__item__thumb:hover:before, .story__movie a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.thumbs__item__thumb img, .story__movie a img {
  width: 100%;
  height: auto;
}

.thumbs__item__title {
  overflow: auto;
  height: 5em;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* -------------------------

$story

------------------------- */
.story__inner {
  margin-bottom: 60px;
}

.story__meta {
  width: 250px;
  float: left;
  padding-top: 10px;
}

.story__num {
  position: relative;
  height: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #23536e;
  letter-spacing: .2em;
  line-height: 1em;
  font-weight: normal;
  font-size: 1.4em;
}
.story__num .story__num__term,
.story__num .story__num__number {
  position: absolute;
  bottom: 0;
}
.story__num .story__num__term {
  left: 0;
  line-height: .6em;
  font-weight: bold;
}
.story__num .story__num__number {
  right: 0;
}

.story__detail {
  width: 625px;
  float: right;
  padding-bottom: 100px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right bottom;
}

.story__title {
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -.05em;
}

.story__body {
  font-weight: bold;
}

.story__detail__slider {
  width: 609px;
  height: 343px;
  overflow: hidden;
  background: rgba(50, 120, 160, 0.3) url("../images/common/frame/medium.png") no-repeat center top;
  padding: 8px;
  margin-bottom: 40px;
}
.story__detail__slider .bx-wrapper {
  position: relative;
}
.story__detail__slider .bx-controls {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -57px;
  height: 0;
}
.story__detail__slider .bx-next,
.story__detail__slider .bx-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.story__detail__slider .bx-next:hover,
.story__detail__slider .bx-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.story__detail__slider .bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.story__detail__slider .bx-controls-direction {
  position: absolute;
  height: 0;
  width: 100%;
}

.story-list {
  overflow: hidden;
  *zoom: 1;
}

.story-item {
  float: left;
  width: 20%;
  font-weight: bold;
  line-height: 1.2em;
}
.story-item a {
  position: relative;
  display: block;
  margin-right: 7px;
}
.story-item a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background-color: #33779e;
}
.story-item a:hover:after {
  width: 100%;
}
.story-item a img {
  width: 100%;
  height: auto;
}

.story-item__num {
  margin-top: 5px;
  color: #666;
}

.story-item__title {
  margin-right: 10px;
}

.episode-list__container .bx-controls-direction {
  overflow: hidden;
  padding-top: 8px;
}
.episode-list__container .bx-prev:before, .episode-list__container .bx-prev:after,
.episode-list__container .bx-next:before,
.episode-list__container .bx-next:after, .episode-list__container .bx-prev span:before, .episode-list__container .bx-prev span:after,
.episode-list__container .bx-next span:before,
.episode-list__container .bx-next span:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  opacity: .3;
}
.episode-list__container .bx-prev,
.episode-list__container .bx-next {
  position: relative;
  display: block;
  width: 50%;
  height: 22px;
  background: rgba(50, 120, 160, 0.6) url("../images/common/bg/skew-blk.png");
  opacity: .7;
  line-height: 22px;
  color: #33779e;
  text-align: center;
  font-weight: normal;
}
.episode-list__container .bx-prev.disabled,
.episode-list__container .bx-next.disabled {
  display: none;
}
.episode-list__container .bx-prev:hover,
.episode-list__container .bx-next:hover {
  opacity: 1;
  color: #fff;
}
.episode-list__container .bx-prev:before, .episode-list__container .bx-prev:after,
.episode-list__container .bx-next:before,
.episode-list__container .bx-next:after {
  left: 5px;
  border-left: 1px solid #fff;
}
.episode-list__container .bx-prev:before,
.episode-list__container .bx-next:before {
  border-top: 1px solid #fff;
  top: 5px;
}
.episode-list__container .bx-prev:after,
.episode-list__container .bx-next:after {
  bottom: 5px;
  border-bottom: 1px solid #fff;
}
.episode-list__container .bx-prev span,
.episode-list__container .bx-next span {
  display: block;
}
.episode-list__container .bx-prev span:before, .episode-list__container .bx-prev span:after,
.episode-list__container .bx-next span:before,
.episode-list__container .bx-next span:after {
  right: 5px;
  border-right: 1px solid #fff;
}
.episode-list__container .bx-prev span:before,
.episode-list__container .bx-next span:before {
  border-top: 1px solid #fff;
  top: 5px;
}
.episode-list__container .bx-prev span:after,
.episode-list__container .bx-next span:after {
  bottom: 5px;
  border-bottom: 1px solid #fff;
}
.episode-list__container .bx-prev {
  float: left;
}
.episode-list__container .bx-next {
  float: right;
}

.episode-list--slider {
  overflow: hidden;
}

.episode-list__group {
  overflow: hidden;
}

.episode-list__item {
  float: left;
}
.episode-list__item a {
  position: relative;
  display: block;
}
.episode-list__item a:after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #33779e url("../images/common/bg/skew-blk.png");
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: width 240ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: width 240ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: width 240ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 240ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.episode-list__item a:hover:after {
  width: 0;
}
.episode-list__item a:hover .episode-list__item__num {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.episode-list__item.active a:after {
  display: none;
}

.episode-list__item__num {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: #e2d182;
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
  z-index: 1000;
  line-height: .8em;
}
.episode-list__item__num .x-small {
  font-size: .75em;
}

.entry_comingSoon {
  position: relative;
  height: 343px;
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: .2em;
}

.entry_comingSoon_text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 2em;
  margin-top: -.3em;
  margin-left: -6.3em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid #33779e;
  line-height: .6em;
}

/* -------------------------

$staff/cast

------------------------- */
.staff__inner, .form__inner {
  padding: 40px 20px;
  background: white url("../images/bg/landscape.jpg") no-repeat center top;
}

.staff {
  margin-bottom: 100px;
}

.staff__title {
  margin-bottom: 30px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right bottom;
  font-size: 2.7em;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.2em;
}

.staff__detail {
  text-align: left;
}
.staff__detail img {
  margin-bottom: 20px;
}
.staff__detail img:nth-child(even) {
  margin-left: 35px;
}

/* -------------------------

$onair

------------------------- */
.onair__item {
  float: left;
  width: 240px;
  height: 250px;
  margin-right: 10px;
  padding: 40px 0;
  background: url("../images/common/dott-lines/down-20.png") no-repeat top right;
  text-align: center;
}

.onair__item__title {
  margin-bottom: 1.5em;
  letter-spacing: .1em;
  font-size: 1.2em;
  font-weight: bold;
}

.onair__item__time {
  font-weight: bold;
}

/* -------------------------

$link

------------------------- */
.link__item {
  width: 320px;
  padding-top: 40px;
  margin: 0 0 80px 0;
  float: left;
  background: url("../images/common/dott-lines/down-40.png") no-repeat top right;
  text-align: center;
}
.link__item:nth-child(3n + 1) {
  clear: both;
}
.link__item:nth-child(3n + 2) {
  margin-right: 20px;
  margin-left: 20px;
}
.link__item:nth-child(3n) {
  margin-right: 0;
}

/* -------------------------

$word

------------------------- */
.word-list {
  overflow: hidden;
  *zoom: 1;
}

.word__item {
  float: left;
  width: 465px;
  margin-bottom: 125px;
}
.word__item:nth-child(odd) {
  clear: both;
}
.word__item:nth-child(even) {
  float: right;
}
.word__item:hover:after {
  width: 20px;
}

.word__item__title {
  /*        @include min-height(4.2em);*/
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*        border-bottom: 1px solid #666;*/
}

.word__item__japanese {
  font-weight: bold;
  font-size: 1.4em;
}

.word__item__detail {
  padding-bottom: 30px;
  color: #808080;
}

.word__image {
  width: 250px;
  height: 140px;
  padding: 10px;
  margin: 10px 0;
  background: url("../images/common/frame/w-270.png") no-repeat center center;
}

/* -------------------------

$music

------------------------- */
.music-cont {
  margin-bottom: 125px;
  font-weight: bold;
}

.music-cont__header {
  margin-bottom: 20px;
  text-align: center;
}

.music-cont__theme, .disk__title {
  padding-top: 10px;
  margin-bottom: 40px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right top;
}

.music-cont__singer,
.music-cont__title {
  font-weight: bold;
  letter-spacing: .2em;
}

.music-cont__title {
  margin-bottom: 5px;
  font-size: 1.7em;
}

.music__jacket {
  width: 260px;
  height: 260px;
  padding: 10px;
  margin: 0 auto 10px;
  background: url("../images/common/frame/270-270.png") no-repeat center center;
  text-align: center;
}

.music-item {
  float: left;
  width: 270px;
  padding: 0 31.66667px;
}

.music-item__data {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.musict-item__detail a {
  text-decoration: underline;
}

.music-item--opening {
  width: 100%;
  float: none;
  padding: 0;
}
.music-item--opening .music__jacket {
  margin: 0 20px 0 auto;
}
.music-item--opening .music-item__data {
  margin-top: 40px;
}

/* -------------------------

$form

------------------------- */
.form__inner b {
  display: block;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right top;
  padding-top: 20px;
  font-size: 1.1em;
  font-weight: bold;
}
.form__inner input[type=text],
.form__inner input[type=email] {
  background: 0;
  padding: 8px;
  background: #d6e3eb;
  border: 1px solid #adc8d8;
  color: #33779e;
}

/* -------------------------

$special

------------------------- */
a.modal--inline.cboxElement {
  background: none;
}

div#festagoods {
  background: #000;
  color: white;
  height: 2500px;
}
div#festagoods .modal-article {
  background: #000;
}

ul.special_goodslist {
  width: 90%;
  margin: 0 auto;
}

li.goods_item {
  letter-spacing: .1em;
  line-height: 1.2em;
  float: left;
  margin: 20px;
  padding-bottom: 20px;
  background: transparent url("../images/common/dott-lines/down-20.png") no-repeat right bottom;
}

.goods-name {
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 5px;
}

.goods-price {
  color: cornsilk;
  padding-bottom: 5px;
}

.goods-info {
  padding-bottom: 5px;
}

h1.special_goods {
  color: #33779e;
}

.goods__title {
  font-size: 1.3em;
  letter-spacing: .2em;
}

/* -------------------------

$colorbox

------------------------- */
#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxOverlay {
  background: white url("../images/common/bg.png") no-repeat center top;
}

#cboxClose,
#cboxCurrent,
#cboxPrevious,
#cboxNext {
  display: none !important;
}

/* -------------------------

$bd/dvd

------------------------- */
.disk-container {
  margin-bottom: 125px;
  font-weight: bold;
  clear: both;
}

.disk-container2 {
  margin-bottom: 125px;
  font-weight: bold;
  clear: both;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right bottom;
}

.disk-detail p {
  margin-bottom: 1.5em;
}
.disk-detail strong {
  font-size: 1.2em;
}

.disk-detail__section-title {
  padding-top: 20px;
}
.disk-detail__section-title strong {
  font-size: 1.8em;
}

.disk-data__term--wrapper .music-data__term {
  display: block;
  margin-top: 1em;
  font-size: 1.2em;
}

.other-disks {
  padding-top: 40px;
}

.other-disks2 {
  clear: both;
}

.disk__jacket {
  width: 400px;
  height: 600px;
  padding: 5px;
  margin: 0 20px 10px auto;
  background: url("../images/common/frame/410-610.png") no-repeat center top;
}

.disk__jacket02 {
  width: 400px;
  height: 500px;
  padding: 5px;
  margin: 0 20px 10px auto;
  background: url("../images/common/frame/410-510.png") no-repeat center top;
}

.disk__jacket__caption {
  width: 400px;
  margin: 0 25px 25px auto;
}

.disk__item {
  float: left;
  width: 25%;
  margin-bottom: 40px;
  text-align: center;
}

.disk__item2 {
  float: left;
  /* width: 11.111111111%;*/
  width: calc(100% / 9);
  margin-bottom: 40px;
  text-align: center;
}

.disk__item__jacket {
  width: 140px;
  height: 210px;
  padding: 5px;
  margin: 5px auto;
  background: url("../images/common/frame/150-220.png") no-repeat center top;
}

.disk__item__jacket2 {
  width: 80px;
  height: 100px;
  padding: 5px;
  margin: 5px auto;
  background: url("../images/common/frame/90-110.png") no-repeat center top;
  background-size: 90px;
  position: relative;
  display: block;
  text-align: center;
}
.disk__item__jacket2:after {
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  border: 1px solid #e2d182;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.disk__item__jacket2:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.disk__item__jacket2 img {
  width: 80px;
  height: auto;
}

.disk__title2 {
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 1.6em;
  line-height: 1.6em;
}

.disktrack {
  width: 50%;
  float: left;
}

.disk-list2 {
  display: block;
  background: url("../images/common/dott-lines/down-40.png") no-repeat right bottom;
  height: 160px;
}

/* -------------------------

$goods

------------------------- */
.goods_list {
  overflow: hidden;
  *zoom: 1;
  padding-top: 40px;
}

.goods {
  float: left;
  width: 33.3333333333333333333333333%;
  margin-bottom: 60px;
  background: url("../images/common/frame/270-top.png") no-repeat center top;
  text-align: center;
}

.goods__inner {
  width: 270px;
  margin: 0 auto;
  background: url("../images/common/frame/270-bottom.png") no-repeat center bottom;
}

.goods__link {
  position: relative;
  display: block;
  padding: 5px;
}
.goods__link:hover .goods_thumb img {
  opacity: .7;
}

.goods-pos0 {
  clear: both;
}

.goods_thumb {
  position: relative;
  z-index: 1000;
  margin-bottom: 10px;
  background-color: #fff;
}

.goods_data {
  margin: 0 10px;
  min-height: 4em;
}

.goods_image {
  width: 410px;
  margin-left: auto;
  margin-right: 20px;
  background: url("../images/common/frame/410-top.png") no-repeat center top;
}

.goods_image__inner {
  padding: 5px 5px 0;
  background: url("../images/common/frame/410-bottom.png") no-repeat center bottom;
}

.goods__data {
  padding-top: 20px;
  font-weight: bold;
}

.goods__name {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
}

.goods__category {
  margin-bottom: 20px;
  text-align: right;
  font-size: .75em;
  letter-spacing: .1em;
}

.goods__category__text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 1em;
  border-left: 1px solid #33779e;
}

.goods__detail__row {
  overflow: hidden;
  margin-bottom: 10px;
}

.goods__term {
  float: left;
  width: 60px;
  font-size: .83em;
  margin-right: 0.1em;
  color: #777;
}

.goods__value {
  float: left;
  width: 430px;
  font-size: 15px;
}

.goods-slider__thumbs {
  margin: 10px 30px;
  text-align: center;
}
.goods-slider__thumbs li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 4px;
}
.goods-slider__thumbs a {
  display: block;
  /*background-color: #000    ;*/
}
.goods-slider__thumbs a img {
  opacity: .5;
  vertical-align: bottom;
}
.goods-slider__thumbs a:hover img {
  opacity: .7;
}
.goods-slider__thumbs .active img {
  opacity: 1;
}
.goods-slider__thumbs .active:hover img {
  opacity: 1;
}

.goods_container {
  margin-bottom: 120px;
}

/* -------------------------

$modal

------------------------- */
.modal-article {
  padding: 4em;
  margin: 0 auto;
  max-width: 60em;
}
.modal-article img {
  max-width: 100%;
  height: auto;
}

/* -------------------------

INDEX
	- goods
	- pager
	- sidebar

------------------------- */
/* -------------------------

$goods

------------------------- */
.goods-article {
  height: 340px;
  width: 320px;
  padding-top: 40px;
  margin: 0;
  float: left;
  text-align: center;
}

.goods-article__header {
  padding-top: 10px;
  margin-bottom: 40px;
  background: url("../images/common/dott-lines/down-40.png") no-repeat top right;
}

article.goods-article div.article__content {
  background: url("../images/common/frame/200-top.png") no-repeat center top;
  background-size: 190px;
}

.goodslist_image__inner {
  padding: 5px;
  background: url("../images/common/frame/200-bottom.png") no-repeat center bottom;
  background-size: 190px;
}

.goodslist_image__inner.article__content img {
  width: 200px;
  background: url("../images/common/frame/200-bottom.png") no-repeat center bottom;
  padding: 10px;
  background-size: 220px;
}

.goodslist_image__inner.article__content a {
  background: none;
}

.goodslist_image__inner a:hover {
  background: none;
}

div.goods__detail a {
  color: #33779e;
  background: rgba(50, 120, 160, 0.5);
}
div.goods__detail a:hover {
  background-color: #33779e;
  color: #fff;
}

div.goods_image__inner img {
  margin-bottom: 5px;
}

/* -------------------------

$pger

------------------------- */
.goods_article-pager {
  height: 2.5em;
  position: relative;
  padding-top: 10px;
  background: url("../images/common/dott-lines/m-down-40.png") no-repeat center top;
  font-weight: normal;
}
.goods_article-pager a {
  color: #33779e;
  letter-spacing: .2em;
}
.goods_article-pager a:after {
  top: 4px;
  bottom: 6px;
  width: 0;
  background: #33779e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.goods_article-pager a:hover:after {
  width: 100%;
}

.goods_article-pager--back {
  position: relative;
  padding-right: 10px;
}
.goods_article-pager--back:after {
  left: 0;
}

.goods_article-pager--next {
  position: absolute;
  right: 0;
  top: 10px;
  padding-left: 10px;
  text-align: right;
}
.goods_article-pager--next:after {
  right: 0;
}

.article-pager--list {
  text-align: center;
  width: 30%;
  display: inline-block;
  position: absolute;
  left: 35%;
  top: 10px;
}

.goods_pager {
  width: 625px;
  padding-top: 26px;
  margin: auto;
  clear: both;
}

/* -------------------------

$sidebar

------------------------- */
.sidebar {
  float: right;
  width: 250px;
}

.sidebar-title {
  border-bottom: 1px solid #84adc4;
  text-align: right;
  font-weight: normal;
}

.sidebar-list a {
  color: #33779e;
}

.sidebar-list__link {
  display: block;
  padding: 10px 0;
  background: transparent url("../images/common/dott-lines/down-20.png") no-repeat right bottom;
}
.sidebar-list__link:hover {
  background-color: #eaf1f5;
}
.sidebar-list__link .title {
  font-weight: bold;
}

.no-touch {
  /* ---------------------------------------
  
  $nav
  
  --------------------------------------- */
  /* ---------------------------------------
  
  $chara
  
  --------------------------------------- */
  /* ---------------------------------------
  
  $top
  
  --------------------------------------- */
  /* ---------------------------------------
  
  $protect
  
  --------------------------------------- */
}
.no-touch body {
  background-attachment: fixed;
}
.no-touch .g-nav__list a:hover:after {
  width: 100%;
}
.no-touch .slider__item.active {
  background: #3ba1dc;
}
.no-touch .slider__item.active .slider__item__thumb {
  z-index: 10;
}
.no-touch .slider__item.active .slider__item__data {
  width: 162px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.no-touch .slider__item.active .slider-thumb--on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.no-touch .slider__item.active .slider__item__data__name {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-left: 0;
}
.no-touch .slider__item.slider__item--current .slider__item__data {
  display: none;
}
.no-touch .slider__item.slider__item--current.active .slider__item__data {
  width: 0;
  display: none;
}
.no-touch .chara-thumbs-name--text {
  display: block;
  width: 162px;
  height: 40px;
}
.no-touch .top-column--movie a:hover:after, .no-touch .top-column--movie a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.no-touch .top-column--movie a:hover:after {
  width: 100%;
  left: 0;
}
.no-touch .top-column--movie a:hover:before {
  height: 100%;
  top: 0;
}
.no-touch .js-protect.js-sp-protect .blank-img {
  display: none;
}

@media screen and (max-device-width: 768px) {
  /* ---------------------------------------
  
  INDEX
  	- common
  	- footer
  	- top
  
  --------------------------------------- */
  /* ---------------------------------------
  
  $common
  
  --------------------------------------- */
  body {
    background: url("../images/common/bg-small.png") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .body--top {
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /* ---------------------------------------
  
  $footer
  
  --------------------------------------- */
  .footer__sns iframe {
    height: 20px;
  }

  .footer__onair {
    font-size: .83em;
  }

  /* ---------------------------------------
  
  $top
  
  --------------------------------------- */
  .top-column--movie .sp-elem {
    margin-top: 40px;
  }
}
.article__content {
  /*! normalize.css v1.0.1 | MIT License | git.io/normalize */
  /* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
  /*
   * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  /*
   * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
  /*
   * Prevents modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  /*
   * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
   * and Safari 4.
   * Known issue: no IE 6 support.
   */
  /* ==========================================================================
     Base
     ========================================================================== */
  /*
   * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 2. Prevents iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
  /*
   * Addresses `font-family` inconsistency between `textarea` and other form
   * elements.
   */
  /*
   * Addresses margins handled incorrectly in IE 6/7.
   */
  /* ==========================================================================
     Links
     ========================================================================== */
  /*
   * Addresses `outline` inconsistency between Chrome and other browsers.
   */
  /*
   * Improves readability when focused and also mouse hovered in all browsers.
   */
  /* ==========================================================================
     Typography
     ========================================================================== */
  /*
   * Addresses font sizes and margins set differently in IE 6/7.
   * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
   * and Chrome.
   */
  /*
   * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
   */
  /*
   * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
   */
  /*
   * Addresses styling not present in Safari 5 and Chrome.
   */
  /*
   * Addresses styling not present in IE 6/7/8/9.
   */
  /*
   * Addresses margins set differently in IE 6/7.
   */
  /*
   * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
  /*
   * Improves readability of pre-formatted text in all browsers.
   */
  /*
   * Addresses CSS quotes not supported in IE 6/7.
   */
  /*
   * Addresses `quotes` property not supported in Safari 4.
   */
  /*
   * Addresses inconsistent and variable font size in all browsers.
   */
  /*
   * Prevents `sub` and `sup` affecting `line-height` in all browsers.
   */
  /* ==========================================================================
     Lists
     ========================================================================== */
  /*
   * Addresses margins set differently in IE 6/7.
   */
  /*
   * Addresses paddings set differently in IE 6/7.
   */
  /*
   * Corrects list images handled incorrectly in IE 7.
   */
  /* ==========================================================================
     Embedded content
     ========================================================================== */
  /*
   * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improves image quality when scaled in IE 7.
   */
  /*
   * Corrects overflow displayed oddly in IE 9.
   */
  /* ==========================================================================
     Figures
     ========================================================================== */
  /*
   * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
  /* ==========================================================================
     Forms
     ========================================================================== */
  /*
   * Corrects margin displayed oddly in IE 6/7.
   */
  /*
   * Define consistent border, margin, and padding.
   */
  /*
   * 1. Corrects color not being inherited in IE 6/7/8/9.
   * 2. Corrects text not wrapping in Firefox 3.
   * 3. Corrects alignment displayed oddly in IE 6/7.
   */
  /*
   * 1. Corrects font size not being inherited in all browsers.
   * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improves appearance and consistency in all browsers.
   */
  /*
   * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  /*
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Corrects inability to style clickable `input` types in iOS.
   * 3. Improves usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
  /*
   * Re-set default cursor for disabled elements.
   */
  /*
   * 1. Addresses box sizing set to content-box in IE 8/9.
   * 2. Removes excess padding in IE 8/9.
   * 3. Removes excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
  /*
   * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
  /*
   * Removes inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  /*
   * Removes inner padding and border in Firefox 3+.
   */
  /*
   * 1. Removes default vertical scrollbar in IE 6/7/8/9.
   * 2. Improves readability and alignment in all browsers.
   */
  /* ==========================================================================
     Tables
     ========================================================================== */
  /*
   * Remove most spacing between table cells.
   */
}
.article__content article,
.article__content aside,
.article__content details,
.article__content figcaption,
.article__content figure,
.article__content footer,
.article__content header,
.article__content hgroup,
.article__content nav,
.article__content section,
.article__content summary {
  display: block;
}
.article__content audio,
.article__content canvas,
.article__content video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.article__content audio:not([controls]) {
  display: none;
  height: 0;
}
.article__content [hidden] {
  display: none;
}
.article__content button,
.article__content input,
.article__content select,
.article__content textarea {
  font-family: sans-serif;
}
.article__content a:focus {
  outline: none;
}
.article__content a:active,
.article__content a:hover {
  outline: 0;
}
.article__content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.article__content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.article__content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.article__content h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.article__content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.article__content h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.article__content abbr[title] {
  border-bottom: 1px dotted;
}
.article__content b,
.article__content strong {
  font-weight: bold;
}
.article__content blockquote {
  margin: 1em 40px;
}
.article__content dfn {
  font-style: italic;
}
.article__content mark {
  background: #ff0;
  color: #000;
}
.article__content p,
.article__content pre {
  margin: 1em 0;
}
.article__content code,
.article__content kbd,
.article__content pre,
.article__content samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
.article__content pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.article__content q {
  quotes: none;
}
.article__content q:before,
.article__content q:after {
  content: '';
  content: none;
}
.article__content small {
  font-size: 80%;
}
.article__content sub,
.article__content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article__content sup {
  top: -0.5em;
}
.article__content sub {
  bottom: -0.25em;
}
.article__content dl,
.article__content menu,
.article__content ol,
.article__content ul {
  margin: 1em 0;
}
.article__content dd {
  margin: 0 0 0 40px;
}
.article__content menu,
.article__content ol,
.article__content ul {
  padding: 0 0 0 40px;
}
.article__content nav ul,
.article__content nav ol {
  list-style: none;
  list-style-image: none;
}
.article__content img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
.article__content svg:not(:root) {
  overflow: hidden;
}
.article__content figure {
  margin: 0;
}
.article__content form {
  margin: 0;
}
.article__content fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.article__content legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
.article__content button,
.article__content input,
.article__content select,
.article__content textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
.article__content button,
.article__content input {
  line-height: normal;
}
.article__content button,
.article__content html input[type="button"],
.article__content input[type="reset"],
.article__content input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
.article__content button[disabled],
.article__content input[disabled] {
  cursor: default;
}
.article__content input[type="checkbox"],
.article__content input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
.article__content input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
.article__content input[type="search"]::-webkit-search-cancel-button,
.article__content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.article__content button::-moz-focus-inner,
.article__content input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.article__content textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.article__content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contact {
	font-size: 10px;
	clear: both;
	text-align: center;
}