@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "UTF-8";
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, li {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  margin-top: -40px;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  /*overflow: hidden */
}

.fancybox-type-iframe .fancybox-inner {
  /*-webkit-overflow-scrolling: touch */
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/common/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background-image: url("../images/common/fancybox/fancybox_close.png");
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 68px;
  cursor: pointer;
  z-index: 8040;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.fancybox-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .bnr_fixd {
      display: block;
      max-width: 100%;
      height: auto;
      z-index: 100;
      position: fixed;
      bottom:-5px;
    }

  .fancybox-close {
    background-image: url("../images/common/fancybox/fancybox_close.png");
    background-size: 100% auto;
    width: 25px;
    height: 34px;
    bottom: -45px;
  }

  .fancybox-wrap {
    margin-top: 0px;
  }
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/common/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  /*overflow: visible !important */
}

/* Overlay helper */
.fancybox-lock {
  /*overflow: hidden !important */
  width: auto;
}

.fancybox-lock body {
  /*overflow: hidden !important */
}

.fancybox-lock-test {
  /*overflow-y: hidden !important */
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden */
  display: none;
  z-index: 8010;
  background: url("../images/common/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*overflow: auto */
  /*overflow-y: scroll */
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics! */
/* ==============================================
 * COMMON SETTINGS
 *
 * @date 2015-08-26
 * @include _base
 *
 * memo:
 *
 * ============================================== */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #3d3e3f;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
}

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

main, article {
  width: 100%;
  height: 100%;
}

.spv {
  display: none !important;
}

.pcv {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }

  .spv {
    display: inherit !important;
  }
}

.bnr_fixd {
  display: block;
  position: fixed;
  bottom:-2px;
  z-index: 10;
  width: 100%;
}

.bnr_fixd img {
 max-width: 100%;
}


.l-stage {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/images/common/main_bg.png") repeat center top;
}

.l-bg1 {
  background: url("/images/common/main_bg.png") repeat center top;
}

.l-bg2 {
  background: url("/images/common/main_bg.png") repeat center -300px;
}

.l-bg3 {
  background: url("/images/common/main_bg.png") repeat center -600px;
}

/* レイアウト ------------------------------- */
.l-side {
  width: 22%;
  padding: 30px 0 30px 60px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-side .inner {
  width: 200px;
  margin: auto;
}

.l-container {
  display: table;
  width: 100%;
  min-width: 1300px;
  overflow: hidden;
}

.l-container-left {
  max-width: 320px;
  min-width: 160px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.l-container-right {
  display: table-cell;
  vertical-align: top;
}

.l-page {
  width: 980px;
  margin: 0 auto;
}

/* サイドバー ------------------------------- */
.side-logo {
  line-height: 0;
  margin: 0 0 50px;
}
.side-logo a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.side-logo a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

/* グローバルメニュー ------------------------------- */
.side-global-menu {
  color: #3d3e3f;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "liga" 0;
     -moz-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
}
.side-global-menu li.cs > a, .side-global-menu li.cs > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none;
}
.side-global-menu li.home {
  display: none;
}
.side-global-menu li {
  margin-bottom: 26px;
}
.side-global-menu li:last-child {
  margin-bottom: 0;
}
.side-global-menu li.current a {
  color: #ff0054;
}
.side-global-menu li a.current {
  color: #ff0054;
}
.side-global-menu a {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.side-global-menu a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.side-global-menu .blank a:after, .side-global-menu .blank span:after {
  background: url("/images/common/menu_ico_blank.svg") no-repeat 0 0;
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 6px;
}

.side-news-update {
  color: #3d3e3f;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
.side-news-update:before {
  background: #3d3e3f;
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 6px;
}
.side-news-update:after {
  color: #fff;
  background: #ff2121;
  border-radius: 3px;
  content: "NEW!";
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  padding: 3px 4px;
  margin-left: 8px;
}

/* クローズボタン ------------------------------- */
.side-btn-close {
  display: none;
}

/* シェアメニュー ------------------------------- */
.side-share-menu {
  margin: 80px 0 0;
}
.side-share-menu ul {
  font-size: 0;
  overflow: hidden;
}
.side-share-menu li {
  white-space: nowrap;
  display: inline-block;
  line-height: 0;
  margin-right: 18px;
}
.side-share-menu a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.side-share-menu a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.side-share-title {
  font-size: 10px;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "liga" 0;
     -moz-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  line-height: 1;
  margin: 0 0 20px;
}

/* ==============================================
 * フッター
 *
 * memo:
 *
 * ============================================== */
.l-footer {
  line-height: 0;
  position: relative;
  white-space: nowrap;
  padding: 160px 0 0 60px;
}
.l-footer .l-inner {
  position: absolute;
  left: 60px;
  bottom: 50px;
  padding-top: 100px;
}

.footer-chara {
  pointer-events: none;
  text-align: right;
  line-height: 0;
}
.footer-chara img.pcv {
  display: inline !important;
  margin-bottom: -10px;
}

.footer-chara-box {
  text-align: right;
  display: none;
}
.footer-chara-box.on {
  display: block;
}
.footer-btn-movie {
  display: inline-block;
  position: absolute;
  top: 73px;
  font-size: 14px;
}

.footer-btn-first {
  font-size: 14px;
}

.footer-menu {
  overflow: hidden;
  padding: 30px 0;
}
.footer-menu li {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "liga" 0;
     -moz-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  float: left;
  margin: 0 25px 0 0;
}

.footer-btn-movie a,
.footer-btn-first a,
.footer-menu a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.footer-btn-movie a:hover,
.footer-btn-first a:hover,
.footer-menu a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.footer-copyright {
  color: #82909a;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "liga" 0;
     -moz-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
}

/* ==============================================
 * モーダル背景処理
 *
 * ============================================== */
.modalon:before,
.modalon .side-logo,
.modalon .l-side,
.modalon .l-container-right:before,
.modalon .l-page,
.modalon .l-footer {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

@media screen and (max-width: 800px) {
  /* ==============================================
   * [SP] COMMON SETTINGS
   *
   * memo:
   *
   * ============================================== */
  html, body {
    width: 100%;
    height: 100%;
  }

  body {
    font-size: 9px;
    font-size: 2.8125vw;
  }

  .l-bg {
    display: none;
  }

  /* レイアウト */
  .l-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: static;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .l-side .inner {
    width: auto;
  }

  .l-side-sp-adjust {
    display: none;
  }

  .l-container {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .l-container-left {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
  }

  .l-container-right {
    display: block;
    vertical-align: top;
  }

  .l-page {
    width: 100%;
    margin: 0 auto;
  }

  .menuon:before,
  .menuon .side-logo,
  .menuon .l-container,
  .menuon .l-footer {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }

  .l-side-sp-adjust {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
  }

  /* サイドバー */
  .side-logo {
    line-height: 0;
    width: 100px;
    width: 31.25vw;
    max-width: 200px;
    height: auto;
    margin: 0 0 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  .side-logo img {
    width: 100%;
    height: auto;
  }

  body:not(#top-page) .side-logo {
    display: none;
  }

  .side-global-menu {
    color: #3d3e3f;
    font-size: 0;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    width: 296px;
    width: 76.875vw;
    position: absolute;
    top: 15px;
    top: 4.6875vw;
    right: 15px;
    right: 4.6875vw;
    left: auto;
    border-top: 0.5px solid rgba(61, 62, 63, 0.2);
    border-left: 0.5px solid rgba(61, 62, 63, 0.2);
  }
  .side-global-menu ul {
    font-size: 0;
    letter-spacing: 0;
  }
  .side-global-menu li {
    font-size: 11px;
    font-size: 3.4375vw;
    vertical-align: top;
    width: 81.5px;
    width: 25.46875vw;
    height: 81.5px;
    height: 25.46875vw;
    margin-bottom: 0;
    border-right: 0.5px solid rgba(61, 62, 63, 0.2);
    border-bottom: 0.5px solid rgba(61, 62, 63, 0.2);
    box-sizing: border-box;
    display: inline-block;
    position: relative;
  }
  .side-global-menu li:last-child {
    margin-bottom: 0;
  }
  .side-global-menu li > a, .side-global-menu li > span {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    white-space: nowrap;
    padding-top: 56px;
    padding-top: 17.5vw;
    box-sizing: border-box;
    display: block;
  }
  .side-global-menu li > a:before, .side-global-menu li > span:before {
    position: absolute;
    top: 20px;
    top: 6.25vw;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/images/sp/common/menu/menu_ico_home.svg") no-repeat center;
    content: "";
    display: block;
    pointer-events: none;
    -webkit-transition: 0.2s;
            transition: 0.2s;
  }
  .side-global-menu .blank:after {
    display: none;
  }
  .side-global-menu .radio > a:after,
  .side-global-menu .radio > span:after,
  .side-global-menu .twitter > a:after,
  .side-global-menu .twitter > span:after {
    background: url("/images/sp/common/menu/menu_ico_blank.svg") no-repeat center;
    background-size: 100% auto;
    content: "";
    width: 9px;
    width: 2.8125vw;
    height: 9px;
    height: 2.8125vw;
    display: block;
    position: absolute;
    top: 8px;
    top: 2.34375vw;
    right: 8px;
    right: 2.34375vw;
    z-index: 1;
    pointer-events: none;
  }
  .side-global-menu li.home {
    display: inline-block;
  }
  .side-global-menu .home > a:before,
  .side-global-menu .home > span:before {
    width: 36px;
    width: 11.25vw;
    height: 28px;
    height: 8.75vw;
    background: url("/images/sp/common/menu/menu_ico_home.svg") no-repeat center;
  }
  .side-global-menu .home .current:before,
  .side-global-menu .home.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_home_on.svg") no-repeat center;
  }
  .side-global-menu .news > a:before,
  .side-global-menu .news > span:before {
    width: 36px;
    width: 11.25vw;
    height: 31px;
    height: 9.6875vw;
    background: url("/images/sp/common/menu/menu_ico_news.svg") no-repeat center;
  }
  .side-global-menu .news .current:before,
  .side-global-menu .news.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_news_on.svg") no-repeat center;
  }
  .side-global-menu .story > a:before,
  .side-global-menu .story > span:before {
    width: 36px;
    width: 11.25vw;
    height: 27px;
    height: 8.4375vw;
    background: url("/images/sp/common/menu/menu_ico_story.svg") no-repeat center;
  }
  .side-global-menu .story .current:before,
  .side-global-menu .story.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_story_on.svg") no-repeat center;
  }
  .side-global-menu .character > a:before,
  .side-global-menu .character > span:before {
    width: 36px;
    width: 11.25vw;
    height: 26px;
    height: 8.125vw;
    background: url("/images/sp/common/menu/menu_ico_chara.svg") no-repeat center;
  }
  .side-global-menu .character .current:before,
  .side-global-menu .character.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_chara_on.svg") no-repeat center;
  }
  .side-global-menu .staff > a:before,
  .side-global-menu .staff > span:before {
    width: 33px;
    width: 10.3125vw;
    height: 29px;
    height: 9.0625vw;
    background: url("/images/sp/common/menu/menu_ico_staff.svg") no-repeat center;
  }
  .side-global-menu .staff .current:before,
  .side-global-menu .staff.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_staff_on.svg") no-repeat center;
  }
  .side-global-menu .music > a:before,
  .side-global-menu .music > span:before {
    width: 36px;
    width: 11.25vw;
    height: 25px;
    height: 7.8125vw;
    background: url("/images/sp/common/menu/menu_ico_music.svg") no-repeat center;
  }
  .side-global-menu .music .current:before,
  .side-global-menu .music.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_music_on.svg") no-repeat center;
  }
  .side-global-menu .onair > a:before,
  .side-global-menu .onair > span:before {
    width: 36px;
    width: 11.25vw;
    height: 31px;
    height: 9.6875vw;
    background: url("/images/sp/common/menu/menu_ico_onair.svg") no-repeat center;
  }
  .side-global-menu .onair .current:before,
  .side-global-menu .onair.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_onair_on.svg") no-repeat center;
  }
  .side-global-menu .movie > a:before,
  .side-global-menu .movie > span:before {
    width: 36px;
    width: 11.25vw;
    height: 28px;
    height: 8.75vw;
    background: url("/images/sp/common/menu/menu_ico_movie.svg") no-repeat center;
  }
  .side-global-menu .movie .current:before,
  .side-global-menu .movie.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_movie_on.svg") no-repeat center;
  }
  .side-global-menu .books > a:before,
  .side-global-menu .books > span:before {
    width: 36px;
    width: 11.25vw;
    height: 26px;
    height: 8.125vw;
    background: url("/images/sp/common/menu/menu_ico_books.svg") no-repeat center;
  }
  .side-global-menu .books .current:before,
  .side-global-menu .books.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_books_on.svg") no-repeat center;
  }
  .side-global-menu .special > a:before,
  .side-global-menu .special > span:before {
    width: 36px;
    width: 11.25vw;
    height: 28px;
    height: 8.75vw;
    background: url("/images/sp/common/menu/menu_ico_special.svg") no-repeat center;
  }
  .side-global-menu .special .current:before,
  .side-global-menu .special.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_special_on.svg") no-repeat center;
  }
  .side-global-menu .bddvd > a:before,
  .side-global-menu .bddvd > span:before {
    top: 16px;
    top: 5vw;
    width: 36px;
    width: 11.25vw;
    height: 38px;
    height: 12.343vw;
    background: url("/images/sp/common/menu/menu_ico_bddvd_cd.svg")
no-repeat center top;
  }
  .side-global-menu .bddvd .current:before,
  .side-global-menu .bddvd.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_bddvd_cd_on.svg")
no-repeat top;
  }
  .side-global-menu .goods > a:before,
  .side-global-menu .goods > span:before {
    width: 36px;
    width: 11.25vw;
    height: 30px;
    height: 9.375vw;
    background: url("/images/sp/common/menu/menu_ico_goods.svg") no-repeat center;
  }
  .side-global-menu .goods .current:before,
  .side-global-menu .goods.current > span:before {
    background: url("/images/sp/common/menu/menu_ico_goods_on.svg") no-repeat center;
  }
  .side-global-menu .radio > a:before,
  .side-global-menu .radio > span:before {
    width: 36px;
    width: 11.25vw;
    height: 32px;
    height: 10vw;
    background: url("/images/sp/common/menu/menu_ico_radio.svg") no-repeat center;
  }
  .side-global-menu .twitter > a:before,
  .side-global-menu .twitter > span:before {
    width: 36px;
    width: 11.25vw;
    height: 29px;
    height: 9.0625vw;
    background: url("/images/sp/common/menu/menu_ico_twitter.svg") no-repeat center;
  }
  .side-global-menu .twitter > a:before.current a,
  .side-global-menu .twitter > span:before.current a {
    color: #ff0054;
  }
  .side-global-menu li a:before {
    background-size: 100% auto !important;
  }
  .side-global-menu a {
    color: inherit;
  }

  .menuon .l-side-sp-adjust {
    display: block;
  }

  .l-side-sp-adjust.menuon .side-global-menu li > a:before, .l-side-sp-adjust.menuon .side-global-menu li > span:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
            transition: 0.3s;
  }

  .side-news-update {
    color: #fff;
    font-size: 8px;
    font-size: 2.34375vw;
    font-weight: bold;
    font-style: normal;
    width: 100%;
    padding: 4px 0;
    padding: 1.09375vw 0;
    display: block;
    background: #ff3434;
    position: absolute;
    top: 0;
  }
  .side-news-update:before {
    display: none;
  }
  .side-news-update:after {
    color: #ff3434;
    background: #fff;
    font-size: 6px;
    font-size: 1.875vw;
    font-weight: bold;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    padding: 1px 2px 1px;
    padding: 0.3125vw 0.625vw 0.46875vw;
    margin-left: 4px;
    margin-left: 1.25vw;
  }

  .side-btn-open {
    display: block;
    width: 48px;
    width: 15vw;
    height: 48px;
    height: 15vw;
    position: fixed;
    top: 6px;
    top: 1.875vw;
    left: 6px;
    left: 1.875vw;
    z-index: 100;
  }
  .side-btn-open a {
    background: url("/images/sp/common/menu/menu_ico_open.png") no-repeat center;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 100%;
  }

  .menuon .side-btn-open {
    display: none;
  }

  .side-btn-close {
    display: block;
    width: 25px;
    width: 7.8125vw;
    height: 25px;
    height: 7.8125vw;
    position: absolute;
    top: 23px;
    top: 7.1875vw;
    left: 15px;
    left: 4.6875vw;
    z-index: 100;
  }
  .side-btn-close a {
    background: url("/images/sp/common/menu/menu_ico_close.svg") no-repeat center;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 100%;
  }

  .side-share-menu {
    text-align: center;
    width: 70px;
    width: 15.625vw;
    margin: 0;
    padding: 0 0 0;
    padding: 0 0 0;
    padding-top: 75px;
    padding-top: 23.4375vw;
  }
  .side-share-menu ul {
    font-size: 0;
    overflow: hidden;
    padding-top: 30px;
    padding-top: 9.375vw;
  }
  .side-share-menu li {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    line-height: 0;
    margin-right: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .side-share-menu li a {
    display: block;
    width: 30px;
    width: 9.375vw;
    height: 26px;
    height: 8.125vw;
    margin: 0 auto;
  }
  .side-share-menu li img {
    width: 100%;
    height: auto;
  }

  .side-share-title {
    font-size: 7px;
    font-size: 2.34375vw;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  /* ==============================================
   * フッター
   *
   * memo:
   *
   * ============================================== */
  .l-footer {
    line-height: 1;
    text-align: center;
    position: relative;
    white-space: normal;
    padding: 0;
  }
  .l-footer .l-inner {
    position: static;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }

  .footer-chara {
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .footer-chara img.pcv {
    display: none !important;
  }
  .footer-chara img.spv {
    display: inline !important;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .footer-btn-movie {
    position: relative;
    top: auto;
    font-size: 10px;
    font-size: 3.125vw;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }

  .footer-btn-first {
    font-size: 10px;
    font-size: 3.125vw;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }

  .footer-menu {
    font-size: 0;
    overflow: visible;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
    padding: 0;
  }
  .footer-menu li {
    font-size: 8px;
    font-size: 2.34375vw;
    letter-spacing: 0.5px;
    float: none;
    display: inline-block;
    margin: 0 30px 0 0;
    margin: 0 9.375vw 0 0;
  }
  .footer-menu li:last-child {
    margin-right: 0;
  }

  .footer-copyright {
    font-size: 6px;
    font-size: 1.71875vw;
    line-height: 10px;
    line-height: 3.125vw;
    letter-spacing: 0.5px;
  }
}

/* Google Code */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}