@charaset "utf-8";
/* ------------------------------------------
  Normalize Cansel General Style
------------------------------------------ */
ul, li, h1, h2, h3, h4, h5, h6, p, dl, dd, dt {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

img {
  vertical-align: bottom; }

body, html {
  position: relative;
  min-width: 1080px;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", "Yu Gothic",YuGothic,Meiryo, メイリオ,sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%; }

body.noCanvasBg {
  background: url(/assets/img/common/canvasbg_alter.jpg) repeat; }

canvas {
  position: fixed;
  top: 0;
  left: 0; }

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0; }

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after {
  content: "";
  display: table;
  overflow: hidden;
}
.cf:after { clear: both; }

/* ------------------------------------------
  INCLUDE AND EXTENDS STYLE
------------------------------------------ */
.newsTicker, footer, .twitterFeed, .copyRights__assurance, .pageHeader__nav {
  *zoom: 1; }
  .newsTicker:after, footer:after, .twitterFeed:after, .copyRights__assurance:after, .pageHeader__nav:after {
    content: "";
    display: table;
    clear: both; }

.newsTicker h4, .newsTicker__social, .sidenav__menu, .twitterFeed h4, .copyRights__assurance li, .pageHeader h3, .pageHeader__nav li, .modal__close {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased; }

.copyRights__assurance li a {
  color: #000;
  border-bottom: 1px dotted; }
  .copyRights__assurance li a:hover {
    background: #22A7F0; }

.copyRights__assurance li a, .newsTicker a, .copyRights__companies li a, .pageHeader__next, .modal__pagenation p, .modal__close{
  transition: all 0.4s ease; }

.sidenav__menu li .nobg {
  transition: all 0.2s ease; }

.sidenav__menu li.movie-thumb a {
  display: block;
  position: relative;
  transition: all 0.2s ease; }
.sidenav__menu li.movie-thumb a:hover {
  opacity: 0.6;
  background: none; }
.sidenav__menu li.movie-thumb a:after {
  position: absolute;
  top: 0;
  right: -7px;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/assets/img/common/ico_plus.png); }

footer, .pageHeader {
  position: relative;
  width: 100%; }

.pageHeader .inner {
  position: relative;
  z-index: 20;
  width: 768px;
  margin: 0 auto; }

/* ------------------------------------------
  COMMON TYPOGRAPHY
------------------------------------------ */
.dol {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lod {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

a.external:after {
  content: '';
  display: inline-block;
  background: url(/assets/img/common/ico_external.png) no-repeat;
  margin-left: 8px;
  width: 13px;
  height: 10px; }
  
a.external.ex_wh:after {
  background: url(/assets/img/common/ico_external_wh.png) no-repeat; }  

/* ------------------------------------------
  1L headers
------------------------------------------ */
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold; }

.newsTicker {
  position: relative;
  width: 100%;
  height: 32px;
  z-index: 100;
  box-sizing: border-box;
  background: #000;
  padding: 0 16px;
  line-height: 32px; }
  .newsTicker a {
    color: #fff;
    margin-left: 10px; }
    .newsTicker a:hover {
      color: #22A7F0; }
  .newsTicker h4 {
    float: left; }
    .newsTicker h4 a {
      color: #22A7F0; }
  .newsTicker .ticker {
    position: relative;
    float: left;
    width: 70%;
    height: 32px;
    overflow: hidden;
    font-size: 13px;
    font-size: 0.8125rem; }
    .newsTicker .ticker ul li {
      display: none; }
  .newsTicker__social {
    float: right; }

/* ------------------------------------------
  Sidenav (global navi)
------------------------------------------ */
.sidenav {
  z-index: 200;
  width: 230px;
  position: absolute;
  top: 60px;
  left: 16px; }
  .sidenav.fixed {
    position: fixed;
    top: 10px; }
  @media (min-width: 1401px) {
    .sidenav {
      left: 48px; } }
  .sidenav h1 {
    width: 250px; }
    .top .sidenav h1 {
      width: 320px; }
    .sidenav h1 img {
      width: 100%; }
  .sidenav__menu {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 5px; }
    .sidenav__menu a {
      padding: 0 16px;
      position: relative;
      color: #000; }
      .sidenav__menu a.cs {
        color: #969696; }
      .sidenav__menu a:hover {
        background: url(/assets/img/common/dot4x4.png); }
      .sidenav__menu a.nobg:hover {
        background: none }
      .sidenav__menu a.currentMenu {
        background: url(/assets/img/common/dot4x4.png); }
    .sidenav__menu p {
      position: relative;
      padding: 0 16px; }
      .sidenav__menu p.cs {
        color: #969696; }
    .sidenav__menu li {
      margin-bottom: 18px;
      line-height: 1; }
    .sidenav__menu li .nobg:hover {
      opacity: 0.6; }    
    .sidenav__menu .new a {
      padding-right: 43px; }
    .sidenav__menu .new:after {
      display: inline-block;
      content: '';
      position: relative;
      margin-left: -38px;
      width: 32px;
      height: 15px;
      background: url(/assets/img/common/nav_new.png) no-repeat; }
    .sidenav__menu .updated a {
      padding-right: 38px; }
    .sidenav__menu .updated:after {
      display: inline-block;
      content: '';
      position: relative;
      margin-left: -32px;
      width: 25px;
      height: 15px;
      background: url(/assets/img/common/nav_up.png) no-repeat; }

/* ------------------------------------------
  Footer (global Footer)
------------------------------------------ */
footer {
  clear: both;
  z-index: 100;
  margin: 64px 0 16px; }
  .top footer {
    margin-top: 0; }

.twitterFeed {
  width: 100%;
  height: 48px;
  position: relative;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  padding: 0 16px; }
  .twitterFeed h4 {
    float: left;
    font-weight: 400;
    line-height: 48px;
    padding-right: 16px;
    background: url(/assets/img/common/ft_ulbg.png) no-repeat top right; }
    .twitterFeed h4 a {
      color: #22A7F0;
      display: block; }
  .twitterFeed .ticker {
    position: relative;
    float: left;
    width: 70%;
    height: 48px;
    overflow: hidden;
    font-size: 13px;
    font-size: 0.8125rem; }
    .twitterFeed .ticker ul li {
      line-height: 48px;
      margin-left: 10px;
      display: none; }

.copyRights {
  font-size: 11px;
  font-size: 0.6875rem; }
  .copyRights .inner {
    width: 1024px;
    margin: 0 auto; }
  .copyRights .column {
    width: 576px;
    float: left;
    margin-top: 16px; }
    .copyRights .column:first-child {
      width: 448px; }
  .copyRights__companies li {
    float: left;
    margin-left: 16px;
    margin-top: 16px; }
    .copyRights__companies li:first-child {
      margin-left: 0;
      margin-top: 20px; }
    .copyRights__companies li a:hover {
      opacity: 0.7; }
  .copyRights__assurance li {
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    float: left;
    margin-left: 16px; }
    .copyRights__assurance li:first-child {
      margin-left: 0; }
  .copyRights__copytxt {
    margin-top: 16px; }

/* ------------------------------------------
  Page Header & contentCommon
------------------------------------------ */
@media (max-width: 1400px) {
  .contWrapper {
    box-sizing: border-box;
    margin: 0;
    width: 80%;
    margin-left: 20%; } }

.pageHeader {
  margin-top: 50px; }
  .pageHeader h3 {
    font-size: 112px;
    font-size: 7rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1; }
    .lt-ie9 .pageHeader h3 {
      font-size: 80px;
      font-size: 5rem; }
  .pageHeader .inner {
    background: url(/assets/img/common/pagehead-titlebg.png) no-repeat;
    background-position: right 14px; }
  .pageHeader__nav {
    margin-top: 30px; }
    .pageHeader__nav li {
      float: left;
      font-size: 20px;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 32px; }
      .pageHeader__nav li a {
        color: #000;
        padding: 0 16px; }
      .pageHeader__nav li.currentMenu {
        background: url(/assets/img/common/dot4x4.png); }
      .pageHeader__nav li:hover {
        background: url(/assets/img/common/dot4x4.png); }
      .pageHeader__nav .new a {
        padding-right: 43px; }
      .pageHeader__nav .new:after {
        display: inline-block;
        content: '';
        position: relative;
        margin-left: -38px;
        width: 32px;
        height: 15px;
        background: url(/assets/img/common/nav_new.png) no-repeat; }
      .pageHeader__nav .updated a {
        padding-right: 38px; }
      .pageHeader__nav .updated:after {
        display: inline-block;
        content: '';
        position: relative;
        margin-left: -32px;
        width: 25px;
        height: 15px;
        background: url(/assets/img/common/nav_up.png) no-repeat; }
    .pageHeader__nav.jp {
      margin-top: 15px;
      width: 650px; }
      .pageHeader__nav.jp li {
        font-size: 16px;
        font-size: 1rem; }
  .pageHeader__next {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 126px;
    right: 0; }
    .pageHeader__next:hover {
      -webkit-transform: rotatex(180deg);
              transform: rotatex(180deg);
      opacity: 0.5; }

/* ------------------------------------------
  Grad Borders
  // fallbackする
------------------------------------------ */
.gbTop {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 100%;
  background: linear-gradient(-90deg, #64CDFA 0%, #735EAA 50%, #F058A4 100%); }
  .no-cssgradients .gbTop {
    background: #666; }

.gbBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #64CDFA 0%, #735EAA 50%, #F058A4 100%); }
  .no-cssgradients .gbBottom {
    background: #666; }

.gbLeft {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  background: linear-gradient(180deg, rgba(100, 205, 250, 0.75) 0%, rgba(115, 94, 170, 0.75) 33%, rgba(240, 88, 164, 0.75) 66%, rgba(250, 125, 110, 0.75) 100%); }
  .no-cssgradients .gbLeft {
    background: #ccc; }

.gbRight {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 16px;
  background: linear-gradient(0deg, rgba(100, 205, 250, 0.75) 0%, rgba(115, 94, 170, 0.75) 33%, rgba(240, 88, 164, 0.75) 66%, rgba(250, 125, 110, 0.75) 100%); }
  .no-cssgradients .gbRight {
    background: #ccc; }

/* ------------------------------------------
  Modal Window UI
------------------------------------------ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.95;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  height: 640px;
  display: none; }
  .modal__inner {
    position: relative;
    width: 800px;
    margin: 0 auto; }
    .modal__inner article {
      display: none; }
  .modal__pagenation {
    position: absolute;
    top: 300px;
    left: 0;
    width: 800px;
    z-index: 200; }
    .modal__pagenation p {
      cursor: pointer;
      width: 64px;
      height: 64px; }
      .modal__pagenation p:hover {
        -webkit-transform: rotatex(180deg);
                transform: rotatex(180deg);
        opacity: 0.5; }
    .modal__pagenation .next {
      position: absolute;
      top: 0;
      right: -96px; }
    .modal__pagenation .prev {
      position: absolute;
      top: 0;
      left: -96px; }
  .modal__close {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 64px;
    height: 64px;
    background: url(/assets/img/common/close64.png); }
    .modal__close span {
      position: absolute;
      top: 66px;
      left: 6px; }
    .modal__close:hover {
      opacity: 0.7; }

/* ------------------------------------------
  Modal内部レイアウト
------------------------------------------ */
.characterCommon .ph {
  width: 400px;
  float: left; }

.characterCommon .caps {
  width: 400px;
  float: right;
  padding-top: 120px; }

.characterCommon .ruby {
  display: block;
  color: #22A7F0;
  font-size: 16px;
  font-size: 1rem; }

.characterCommon .name {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: right; }
  .characterCommon .name.long {
    font-size: 32px;
    font-size: 2rem; }

.characterCommon .cv {
  float: right;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 24px;
  line-height: 24px; }
  .characterCommon .cv .ruby {
    display: inline-block;
    color: #000;
    margin-left: 12px; }

.characterCommon .cvHead {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin-right: 10px;
  background-color: #000;
  text-align: center;
  width: 40px;
  display: inline-block;
  color: #fff; }

.characterCommon .txt {
  clear: both;
  font-size: 15px;
  font-size: 0.9375rem; }
.characterCommon .chara-face {
  margin-top: 10px;
  border: 1px solid #ccc; }

/* ------------------------------------------
  キャラごとの調整
------------------------------------------ */
#julis .ph img {
  margin-left: -75px; }

#claudia .ph img {
  margin-left: -115px; }

#saya .ph img {
  margin-left: -0px; }