@charset "UTF-8";
/*
* base
*/
/*/////////////////////////
 reset
//////////////////////////*/
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, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*/////////////////////////
 clearfix
//////////////////////////*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*/////////////////////////
 btn
//////////////////////////*/
/*
@mixin brightBtn() {
  html.pc &:hover{
    animation: brightHover 0.6s $easeInOut;
  }
}
*/
@-webkit-keyframes brightHover {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes brightHover {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/*
//mediaquery
@mixin tablet {
  @media only screen and(max-width: 1024px) {
    @content;
  }
}
@mixin sp-large {
  @media only screen and(max-width: 640px) {
    @content;
  }
}
@mixin sp-small {
  @media only screen and(max-width: 320px) {
    @content;
  }
}
*/
/*/////////////////////////
 const
//////////////////////////*/
/*/////////////////////////
 global
//////////////////////////*/
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  color: #000;
  font-size: 14px;
  line-height: 1.6em;
  background: #fff;
  min-width: 1000px;
  min-height: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html.sp body {
  min-width: 680px;
}

a, a:link {
  color: #d60080;
}

a:hover, a:active {
  color: #d60080;
}

a:visited {
  color: #d60080;
}

p {
  background: url("../img/common/blank.gif");
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html.sp .only-pc {
  display: none;
}

html.pc .only-sp {
  display: none;
}

/*
* layout
*/
.wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url("../img/common/bg.gif");
}

/*
@media only screen and(max-height: 840px) {
	.wrap{
		min-height: 840px;
	}
}
*/
.inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  max-width: 1240px;
}
html.sp .inner {
  padding: 0 0px;
}

.defs {
  display: none;
}

/*/////////////////////////
 loader
//////////////////////////*/
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

/*/////////////////////////
 cover
//////////////////////////*/
#cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url("../img/common/blank.gif");
  display: none;
}
#cover.in {
  display: block;
}

/*/////////////////////////
 share
//////////////////////////*/
.shareBtn {
  float: left;
  margin-right: 3px;
  width: 85px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
}
html.pc .shareBtn-line {
  display: none;
}
.shareBtn a {
  position: relative;
  display: block;
}
html.pc.modern .shareBtn a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
html.pc.modern .shareBtn a:hover:before {
  -webkit-animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
          animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}
html.pc.ie9 .shareBtn a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*/////////////////////////
 container
//////////////////////////*/
.container {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.container.fix {
  position: fixed;
}

.nextContainer {
  position: fixed;
  width: 100%;
  min-height: 100%;
}
.nextContainer.in {
  display: block;
}

/*/////////////////////////
 contents
//////////////////////////*/
.contents {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 68px;
  background: url("../img/common/bg.gif");
}
.contents-single {
  padding-top: 132px;
}
.contents .contentTag {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 10px;
}
.contents .contentTag h1, .contents .contentTag h2 {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
}
.contents .contentTag h1:after, .contents .contentTag h1:before, .contents .contentTag h2:after, .contents .contentTag h2:before {
  content: ' ';
  display: table-cell;
  width: 50%;
  color: #d60080;
  background: -webkit-linear-gradient(transparent 16px, currentColor 16px, currentColor 20px, transparent 20px);
  background: linear-gradient(transparent 16px, currentColor 16px, currentColor 20px, transparent 20px);
  background-clip: padding-box;
}
.contents .contentTag h1:after, .contents .contentTag h2:after {
  border-left: 0.5em solid transparent;
}
.contents .contentTag h1:before, .contents .contentTag h2:before {
  border-right: 0.5em solid transparent;
}
.contents .contentLead {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.contents .pager {
  position: relative;
  height: 80px;
}
.contents .pager li {
  position: relative;
  float: left;
  height: 100%;
  padding: 0 10px;
}
.contents .pager li.pagerBtn-l {
  width: 25%;
}
.contents .pager li.pagerBtn-l a:after {
  background-image: url("../img/common/pagerArrow-l.png");
}
.contents .pager li.pagerBtn-index {
  width: 50%;
}
.contents .pager li.pagerBtn-r {
  width: 25%;
}
.contents .pager li.pagerBtn-r a:after {
  background-image: url("../img/common/pagerArrow-r.png");
}

/*/////////////////////////
 header
//////////////////////////*/
.header {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 68px;
  border-top: 4px #000 solid;
  border-bottom: 4px #000 solid;
  background: #dadada;
  z-index: 999;
}
.header:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
html.sp .header {
  min-width: 680px;
}
.header_indexBtn {
  position: relative;
  float: left;
  width: 64px;
  height: 100%;
  border-right: 4px #000 solid;
  display: table;
  margin-left: -64px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.4, 1);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.4, 1);
}
.header_indexBtn.in {
  margin-left: 0;
}
.header_indexBtn a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header_indexBtn_icon {
  position: relative;
}
.header_indexBtn_icon-icon {
  display: block;
  margin: 0 auto 8px;
}
.header_indexBtn_icon-tag {
  display: block;
  margin: 0 auto;
}
.header_title {
  position: relative;
  float: left;
  margin: 16px 0 16px 20px;
}
.header_title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header_share {
  position: relative;
  float: right;
  margin: 15px 20px 15px 0;
}
html.sp .header_share {
  display: none;
}
.header_navBtn {
  position: relative;
  float: right;
  width: 64px;
  height: 100%;
  border-left: 4px #000 solid;
  display: table;
  overflow: hidden;
}
.header_navBtn a {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
.header_navBtn_icon {
  position: relative;
}
.header_navBtn_icon-icon {
  position: relative;
  display: block;
  width: 0px;
  height: 22px;
  left: 50%;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.header_navBtn_icon-icon .line {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.header_navBtn_icon-icon:before, .header_navBtn_icon-icon:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 30px;
  height: 4px;
  top: 50%;
  left: 50%;
  background: #000;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.header_navBtn_icon-icon:before {
  margin-top: -11px;
}
.header_navBtn_icon-icon:after {
  margin-top: 7px;
}
.header_navBtn_icon-tag {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
html.modern .header_navBtn.close .header_navBtn_icon-icon {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
}
html.modern .header_navBtn.close .header_navBtn_icon-icon .line {
  width: 0px;
  margin-left: 0px;
}
html.modern .header_navBtn.close .header_navBtn_icon-icon:before, html.modern .header_navBtn.close .header_navBtn_icon-icon:after {
  width: 40px;
  height: 4px;
  margin-top: -2px;
  margin-left: -20px;
}
html.modern .header_navBtn.close .header_navBtn_icon-icon:before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
html.modern .header_navBtn.close .header_navBtn_icon-icon:after {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
html.modern .header_navBtn.close .header_navBtn_icon-tag {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.contentsHeader {
  position: fixed;
  top: 68px;
  width: 100%;
  height: 64px;
  z-index: 997;
}
.contentsHeader_closeCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.contentsHeader.in .contentsHeader_closeCover {
  display: block;
}
.contentsHeader_bar {
  position: relative;
  display: block;
  height: 64px;
  width: 100%;
  top: 0;
  z-index: 1;
  border-bottom: 4px #000 solid;
  background: #dadada;
}
.contentsHeader_bar:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: 20px 50% no-repeat;
  top: 0;
}
.contentsHeader_bar_arrow {
  position: absolute;
  width: 35px;
  height: 100%;
  background: url("../img/common/contentsHeader_arrow.png") 50% 50% no-repeat;
  top: 0;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.contentsHeader_bar:hover .contentsHeader_bar_arrow {
  background-position: 50% 60%;
}
.contentsHeader.in .contentsHeader_bar_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contentsHeader_list {
  position: relative;
  padding: 40px 45px;
  background: #000;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  line-height: 1.8em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.4, 1);
          transition: all 0.3s cubic-bezier(0.4, 0, 0.4, 1);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 0;
}
.contentsHeader_list:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
html.ie8 .contentsHeader_list {
  display: none;
}
.contentsHeader_list li {
  position: relative;
  float: left;
  padding: 0 5px;
  margin-right: 0px;
}
.contentsHeader_list li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}
.contentsHeader_list li a:hover {
  color: #d60080;
}
.contentsHeader.in {
  height: 100%;
}
.contentsHeader.in .contentsHeader_list {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.ie8 .contentsHeader.in .contentsHeader_list {
  display: block;
}

/*/////////////////////////
 gnav/hero 共通
//////////////////////////*/
.gnav_main {
  position: relative;
}
.gnav_main:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.gnav_main ul {
  position: relative;
  left: 50%;
  float: left;
  height: 200px;
}
.gnav_main ul:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.gnav_main ul li {
  position: relative;
  left: -50%;
  float: left;
  width: 55px;
  height: 100%;
}
.gnav_main ul li a {
  display: block;
  position: absolute;
  width: 50px;
  bottom: 0;
  margin-left: -5px;
  margin-top: -5px;
  text-decoration: none;
  background: url("../img/nav/gnav.png") 0 0 no-repeat;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.4, 1);
          transition: transform 0.3s cubic-bezier(0.4, 0, 0.4, 1);
}
html.pc .gnav_main ul li a:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.gnav_main ul li.gnav-top a {
  height: 62px;
  background-position: 0 0;
}
html.pc .gnav_main ul li.gnav-top a:hover {
  background-position: 0 -150px;
}
.gnav_main ul li.gnav-story a {
  height: 117px;
  background-position: -50px 0;
}
html.pc .gnav_main ul li.gnav-story a:hover {
  background-position: -50px -150px;
}
.gnav_main ul li.gnav-character a {
  height: 119px;
  background-position: -100px 0;
}
html.pc .gnav_main ul li.gnav-character a:hover {
  background-position: -100px -150px;
}
.gnav_main ul li.gnav-products a {
  height: 119px;
  background-position: -150px 0;
}
html.pc .gnav_main ul li.gnav-products a:hover {
  background-position: -150px -150px;
}
.gnav_main ul li.gnav-movie a {
  height: 65px;
  background-position: -200px 0;
}
html.pc .gnav_main ul li.gnav-movie a:hover {
  background-position: -200px -150px;
}
.gnav_main ul li.gnav-goods a {
  height: 119px;
  background-position: -250px 0;
}
html.pc .gnav_main ul li.gnav-goods a:hover {
  background-position: -250px -150px;
}
.gnav_main ul li.gnav-special a {
  height: 142px;
  background-position: -300px 0;
}
html.pc .gnav_main ul li.gnav-special a:hover {
  background-position: -300px -150px;
}
.gnav_main ul li.new a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -50px;
  background: url("../img/nav/newIcon.png") 50% 50% no-repeat;
}

/*/////////////////////////
 gnav
//////////////////////////*/
#gnav {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 998;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.4, 1);
          transition: height 0.3s cubic-bezier(0.4, 0, 0.4, 1);
}
#gnav .gnav_inner {
  position: relative;
  width: 590px;
  margin: 150px auto;
}
#gnav .gnav_main {
  margin-bottom: 40px;
}
#gnav .gnav_main ul {
  margin-right: -34px;
}
#gnav .gnav_main ul li {
  margin: 0 17px;
}
#gnav .gnav_link {
  margin-bottom: 40px;
}
#gnav .gnav_link li {
  margin-bottom: 20px;
}
#gnav .gnav_link li a {
  display: block;
  width: 100%;
  height: 20px;
  border-bottom: 1px #000 solid;
  background: 0 0 no-repeat;
}
html.pc #gnav .gnav_link li a:hover {
  border-color: #d60080;
  background-position: 0 -20px;
}
#gnav .gnav_link li.link-otome {
  width: 114px;
}
#gnav .gnav_link li.link-otome a {
  background-image: url("../img/nav/link-otome.png");
}
#gnav .gnav_link li.link-ginga {
  width: 157px;
}
#gnav .gnav_link li.link-ginga a {
  background-image: url("../img/nav/link-ginga.png");
}
#gnav .gnav_link li.link-fes {
  width: 382px;
}
#gnav .gnav_link li.link-fes a {
  background-image: url("../img/nav/link-fes.png");
}
#gnav .gnav .share {
  position: relative;
}

/*/////////////////////////
 hero
//////////////////////////*/
.hero_nav .gnav_main {
  margin-bottom: 40px;
}
.hero_nav .gnav_main ul {
  margin-right: -44px;
}
.hero_nav .gnav_main ul li {
  margin: 0 22px;
}
.hero_nav .gnav_main ul li.gnav-top {
  display: none;
}

.contents.index .hero {
  background: #000;
}
.contents.index .hero_slide .hero_imgs .hero_img img {
  top: 0;
}
.contents.index .hero_slide_arrows {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  z-index: 10;
}
html.sp .contents.index .hero_slide_arrows {
  top: 80%;
}
.contents.index .hero_slide_arrows .hero_slide_arrow {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  background: 0 0 no-repeat;
}
html.pc.modern .contents.index .hero_slide_arrows .hero_slide_arrow:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 0 -90px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
html.pc.modern .contents.index .hero_slide_arrows .hero_slide_arrow:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.contents.index .hero_slide_arrows .hero_slide_arrow-l {
  left: 20px;
  background-image: url("../img/top/hero_arrow-l.png");
}
html.pc.modern .contents.index .hero_slide_arrows .hero_slide_arrow-l:after {
  background-image: url("../img/top/hero_arrow-l.png");
}
.contents.index .hero_slide_arrows .hero_slide_arrow-r {
  right: 20px;
  background-image: url("../img/top/hero_arrow-r.png");
}
html.pc.modern .contents.index .hero_slide_arrows .hero_slide_arrow-r:after {
  background-image: url("../img/top/hero_arrow-r.png");
}
html.pc .contents.index .hero_cover {
  position: absolute;
  width: 100%;
  height: 383px;
  background: url("../img/top/hero_cover.png") 0 bottom repeat-x;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.contents.index .hero_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
html.sp .contents.index .hero_nav {
  display: none;
}
.contents.index .ticker {
  position: relative;
  height: 48px;
  width: 100%;
  border-top: 4px #d60080 solid;
  border-bottom: 4px #d60080 solid;
  background: url("../img/top/ticker_ptn.png") #000;
}
.contents.index .ticker .inner {
  background: url("../img/top/ticker_tag.png") 10px 48% no-repeat;
}
.contents.index .ticker ul {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 110px;
}
.contents.index .ticker ul li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 220px;
  padding-top: 10px;
  top: 0;
}
.contents.index .ticker ul li .link {
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}
html.pc .contents.index .ticker ul li a:hover {
  color: #d60080;
}
.contents.index .ticker ul li.in {
  display: block;
}
.contents.index .ticker_more {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  z-index: 10;
}
.contents.index .ticker_more a {
  display: block;
  width: 93px;
  height: 40px;
  background: url("../img/top/ticker_more.png") 50% 0 no-repeat;
}
html.pc .contents.index .ticker_more a:hover {
  background-position: 50% -40px;
}
html.sp .contents.index .ticker {
  height: 120px;
}
html.sp .contents.index .ticker .inner {
  background-position: 50% 0%;
  background-size: 20%;
}
html.sp .contents.index .ticker ul {
  height: 30px;
  padding-left: 0px;
  top: 50%;
  margin-top: -15px;
}
html.sp .contents.index .ticker ul li {
  padding-right: 0px;
  padding-top: 5px;
  text-align: center;
  font-size: 1.4em;
}
html.sp .contents.index .ticker_more {
  top: 60%;
  right: 50%;
  margin-right: -60px;
  width: 120px;
  height: 30px;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
html.sp .contents.index .ticker_more a {
  width: 100%;
  height: 100%;
}
.contents.index .topics {
  margin-bottom: -20px;
}

.contents.news section {
  margin-bottom: 150px;
}
.contents.news section .entrys {
  position: relative;
  padding: 0 10px;
}
.contents.news section .entry {
  position: relative;
  border-top: #000 2px solid;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.contents.news section .entry:last-child {
  border-bottom: #000 2px solid;
}
.contents.news section .entry_inner {
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
}
.contents.news section .entry_inner.hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: none;
          transition: none;
}
.contents.news section .entry_block {
  display: table;
  padding: 27px 0 27px 70px;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.contents.news section .entry_date, .contents.news section .entry_title, .contents.news section .entry_thumb {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.contents.news section .entry_date {
  width: 90px;
}
.contents.news section .entry_date p:after {
  position: relative;
  display: block;
  content: " ";
  box-sizing: border-box;
  content: " :";
  display: inline;
}
.contents.news section .entry_title {
  padding-right: 40px;
  line-height: 1.4em;
}
.contents.news section .entry_thumb {
  text-align: right;
}
.contents.news section .entry_thumb img {
  border: 4px #000 solid;
}
.contents.news section .entry_image {
  display: none;
  padding-left: 70px;
  margin-bottom: 30px;
}
.contents.news section .entry_body {
  display: none;
  padding: 0 70px 100px;
  line-height: 2em;
}
.contents.news section .entry_icon {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url("../img/news/openIcon.png") 0 0 no-repeat;
}
.contents.news section .entry_closeBtn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url("../img/news/closeIcon.png") 0 0 no-repeat;
}
html.pc .contents.news section .entry_closeBtn:hover {
  background-position: 0 -50px;
}
.contents.news section .entry_block[href] .entry_title {
  color: #d60080;
  text-decoration: underline;
}
.contents.news section .entry:not(.open) .entry_block[href]:hover .entry_title {
  color: #000;
}
.contents.news section .entry:not(.open) .entry_block[href]:hover .entry_icon {
  background-position: 0 -50px;
}
.contents.news section .entry.open .entry_block {
  display: block;
  cursor: default;
}
.contents.news section .entry.open .entry_date {
  display: block;
  margin-bottom: 40px;
}
.contents.news section .entry.open .entry_date p:after {
  content: " ";
}
.contents.news section .entry.open .entry_title {
  display: block;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 10px;
}
.contents.news section .entry.open .entry_thumb {
  display: none;
}
.contents.news section .entry.open .entry_image {
  display: block;
}
.contents.news section .entry.open .entry_body {
  display: block;
}
.contents.news section .entry.open .entry_icon {
  display: none;
}

.contents.story-single .contentsHeader_bar:after {
  background-image: url("../img/story/contentsHeaderTag.png");
}
.contents.story-single .hero {
  position: relative;
  width: 100%;
  border-bottom: 4px #000 solid;
  height: 640px;
}
.contents.story-single .hero .contents_hero_slide {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.contents.story-single .hero .contents_hero_slide .slideImg {
  width: 100%;
  background-size: cover;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1);
          transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1);
}
.contents.story-single .hero_logo {
  position: absolute;
  width: auto;
  top: 30px;
  right: 20px;
  z-index: 1;
}
.contents.story-single .hero_logo img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 30px;
}
.contents.story-single .hero_textarea {
  position: relative;
  width: 520px;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 40px;
}
.contents.story-single .hero_textarea p {
  font-size: 16px;
  line-height: 1.8em;
  white-space: nowrap;
  padding-bottom: 120px;
}
.contents.story-single .hero .correlationBtn {
  position: absolute;
  display: block;
  width: 50%;
  height: 80px;
  padding: 0 30px;
  bottom: 40px;
  left: 50%;
  margin-left: -25%;
}
.contents.story-single .hero .correlationBtn a:after {
  background-image: url("../img/story/correlationBtn.png");
}
html.sp .contents.story-single .hero {
  height: 900px;
}
html.sp .contents.story-single .hero .hero_logo {
  right: auto;
  left: 40px;
}
html.sp .contents.story-single .hero .hero_textarea {
  width: 100%;
}
html.sp .contents.story-single .hero .hero_textarea p {
  padding-top: 190px;
  font-size: 20px;
}
.contents.story-single .correlation {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.contents.story-single .correlation_base {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.contents.story-single .correlation_base img {
  width: 100%;
  height: auto;
}
.contents.story-single .correlation_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
}
.contents.story-single .correlation_layer img {
  width: 100%;
  height: auto;
}
.contents.story-single .contentsFooter .pager .pagerBtn-index a:after {
  background-image: url("../img/story/pager-index.png");
}

.contents.character-index .thumbBlock .title {
  height: 56px !important;
  white-space: nowrap;
}

.contents.character-single .contentsHeader_bar:after {
  background-image: url("../img/character/contentsHeaderTag.png");
}
.contents.character-single .contents_hero_slide {
  height: 760px;
}
.contents.character-single .contents_hero_slide .slideImg {
  width: 900px;
  top: 0;
  right: 5%;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1);
          transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1);
}
.contents.character-single .chara_info {
  position: relative;
  margin: 0 auto;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 80px;
}
html.sp .contents.character-single .chara_info {
  width: 80%;
}
.contents.character-single .chara_info h1 {
  color: #d60080;
  font-size: 48px;
  line-height: 1em;
  border-bottom: 4px #d60080 solid;
  margin-bottom: 20px;
  padding-top: 10px;
}
html.sp .contents.character-single .chara_info p {
  font-size: 1.4em;
  line-height: 1.6em;
}
.contents.character-single .contentsFooter .pager .pagerBtn-index a:after {
  background-image: url("../img/character/pager-index.png");
}

.contents.products-single .contentsHeader_bar:after {
  background-image: url("../img/products/contentsHeaderTag.png");
}
.contents.products-single .contents_hero_bg {
  background: 50% 50% no-repeat;
  background-size: cover;
}
.contents.products-single .contents_hero_bg #bg-mov {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
html.sp .contents.products-single .contents_hero_bg #bg-mov {
  display: none;
}
.contents.products-single .contents_hero_img {
  position: relative;
  overflow: hidden;
}
.contents.products-single .contents_hero_img .contents_hero_slide {
  height: 720px;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out;
}
.contents.products-single .contents_hero_img .contents_hero_slide .slideImg {
  width: 500px;
  top: 0;
  left: 50%;
  margin-left: -250px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.6, 0.1, 0.8, 0.4);
          transition: opacity 0.5s cubic-bezier(0.6, 0.1, 0.8, 0.4);
}
.contents.products-single .contents_hero_img .contents_hero_slide .slideImg.in {
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0.6, 0.2, 1);
          transition: opacity 0.5s cubic-bezier(0, 0.6, 0.2, 1);
}
html.sp .contents.products-single .contents_hero_img .contents_hero_slide {
  margin-top: 80px;
}
.contents.products-single .contents_hero_img .productsChanger {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
html.sp .contents.products-single .contents_hero_img .productsChanger {
  margin-top: 10px;
  font-size: 1.4em;
}
.contents.products-single .contents_hero_img .productsChanger a {
  color: #000;
  text-decoration: underline;
}
.contents.products-single .contents_hero_img .productsChanger a.selected {
  color: #d60080;
  text-decoration: none;
}
.contents.products-single .contents_hero_img .imgClose {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 30px;
  left: 50%;
  margin-left: 240px;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
}
.contents.products-single .contents_hero_img .imgClose a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/products/imgClose.png") 50% 0 no-repeat;
}
.contents.products-single .contents_hero_img .imgClose a:hover {
  background-position: 50% -60px;
}
html.ie8 .contents.products-single .contents_hero_img .imgClose, html.ie9 .contents.products-single .contents_hero_img .imgClose, html.sp .contents.products-single .contents_hero_img .imgClose {
  display: none;
}
.contents.products-single .contents_hero_img .hero_sideBtn {
  position: absolute;
  top: 10px;
  width: 180px;
  height: 50px;
}
html.sp .contents.products-single .contents_hero_img .hero_sideBtn {
  top: 20px;
}
.contents.products-single .contents_hero_img .hero_sideBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  overflow: hidden;
  background: #fff;
  border: #000 5px solid;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
html.pc.modern .contents.products-single .contents_hero_img .hero_sideBtn a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 0%;
  height: 110%;
  top: -5%;
  right: 50%;
  margin-right: -120%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: #d60080;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 0;
}
html.pc.modern .contents.products-single .contents_hero_img .hero_sideBtn a[href]:hover:before {
  width: 240%;
}
html.ie9 .contents.products-single .contents_hero_img .hero_sideBtn a:hover {
  background: #d60080;
}
.contents.products-single .contents_hero_img .hero_sideBtn a p {
  position: relative;
  z-index: 1;
}
.contents.products-single .contents_hero_img .specBtn {
  left: 10px;
}
.contents.products-single .contents_hero_img .imgReturn {
  right: 10px;
  margin-right: -200px;
  -webkit-transition: margin 0.2s ease-out;
          transition: margin 0.2s ease-out;
}
.contents.products-single .contents_hero_img.hide .contents_hero_slide {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.ie8 .contents.products-single .contents_hero_img.hide .contents_hero_slide {
  display: none;
}
.contents.products-single .contents_hero_img.hide .imgClose {
  display: none;
}
.contents.products-single .contents_hero_img.hide .imgReturn {
  margin-right: 0;
}
.contents.products-single .products_info {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.contents.products-single .products_info:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.products-single .products_info .infoBlock {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}
html.sp .contents.products-single .products_info .infoBlock {
  width: 100%;
  margin-bottom: 40px;
}
.contents.products-single .products_info h1 {
  color: #d60080;
  font-size: 60px;
  border-bottom: 4px #d60080 solid;
  line-height: 1em;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-top: 10px;
}
.contents.products-single .products_info h1:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.products-single .products_info h1 span {
  float: left;
}
.contents.products-single .products_info h1 span.sub {
  font-size: 0.55em;
  line-height: 1.2em;
}
.contents.products-single .products_info h1 .id {
  font-size: 30px;
  line-height: 1em;
}
.contents.products-single .products_info h1 .id-3line {
  font-size: 20px;
}
.contents.products-single .products_info .date {
  margin-bottom: 30px;
  font-size: 18px;
}
.contents.products-single .products_info h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contents.products-single .products_info .text {
  font-size: 16px;
  line-height: 1.8em;
}
.contents.products-single .products_info .specTable {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
html.sp .contents.products-single .products_info .specTable {
  font-size: 1.4em;
}
.contents.products-single .products_info .specTable th, .contents.products-single .products_info .specTable td {
  border: 1px #000 solid;
  padding: 1em 5px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.contents.products-single .products_info .specTable td {
  color: #d60080;
}
.contents.products-single .products_info .sceneSlide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.contents.products-single .products_info .sceneSlide_area {
  position: relative;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
}
html.sp .contents.products-single .products_info .sceneSlide_area {
  width: 70%;
}
.contents.products-single .products_info .sceneSlide_area .scene {
  position: relative;
  margin: 0 20px;
}
.contents.products-single .products_info .sceneSlide_area .scene .cap {
  position: relative;
  box-sizing: border-box;
  border: #000 4px solid;
  width: 100%;
  margin-bottom: 10px;
}
.contents.products-single .products_info .sceneSlide_area .scene .cap img {
  width: 100%;
  height: auto;
}
html.sp .contents.products-single .products_info .sceneSlide_area .scene .cap {
  margin-bottom: 20px;
}
.contents.products-single .products_info .sceneSlide_area .scene h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
.contents.products-single .products_info .sceneSlide_area .scene p {
  font-size: 16px;
  line-height: 1.8em;
}
html.sp .contents.products-single .products_info .sceneSlide_area .scene p {
  font-size: 1.4em;
}
.contents.products-single .products_info .sceneSlide_arrow {
  position: absolute;
  width: 25%;
  height: 0;
  top: 0;
  padding-bottom: 31.22807%;
}
html.sp .contents.products-single .products_info .sceneSlide_arrow {
  width: 15%;
  padding-bottom: 43.09474%;
}
.contents.products-single .products_info .sceneSlide_arrow a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
}
.contents.products-single .products_info .sceneSlide_arrow a .icon {
  position: absolute;
  width: 50px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -45px;
  background: 0 0 no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
}
.contents.products-single .products_info .sceneSlide_arrow a:hover .icon {
  background-position: 0 -90px;
}
.contents.products-single .products_info .sceneSlide_arrow-l {
  left: 0;
}
.contents.products-single .products_info .sceneSlide_arrow-l a .icon {
  background-image: url("../img/products/sceneSlideArrow-l.png");
}
.contents.products-single .products_info .sceneSlide_arrow-l a:hover .icon {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.contents.products-single .products_info .sceneSlide_arrow-r {
  right: 0;
}
.contents.products-single .products_info .sceneSlide_arrow-r a .icon {
  background-image: url("../img/products/sceneSlideArrow-r.png");
}
.contents.products-single .products_info .sceneSlide_arrow-r a:hover .icon {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}
.contents.products-single .productSiteBtn {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  margin-bottom: 80px;
}
.contents.products-single .productSiteBtn a:after {
  background-image: url("../img/products/productSiteBtn.png");
}
.contents.products-single .contentsFooter .pager .pagerBtn-index a:after {
  background-image: url("../img/products/pager-index.png");
}

.contents.movie-index .thumbBlock .title p {
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}
.contents.movie-index ul.bnrBlock li a {
  display: block;
  padding: 0;
  text-align: center;
  background: #fff;
}
.contents.movie-index ul.bnrBlock li a .banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents.movie-index ul.bnrBlock li.bnr-nico a .banner {
  background: #2958aa;
}
.contents.movie-index ul.bnrBlock li.bnr-yt a .banner {
  background: #b50b21;
}
html.ie8 .contents.movie-index ul.bnrBlock li.bnr-nico:hover .banner, html.ie8 .contents.movie-index ul.bnrBlock li.bnr-yt:hover .banner {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.contents.movie-single .contentsHeader {
  display: none;
}
.contents.movie-single .movieArea {
  position: relative;
  padding: 40px 10px;
}
.contents.movie-single .yt {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  background: #000;
}
.contents.movie-single .yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contents.movie-single .nico {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 62.65306%;
  background: #000;
}
.contents.movie-single .nico > * {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.contents.movie-single h1 {
  text-align: center;
  font-size: 18px;
}
.contents.movie-single .contentsFooter .pager .pagerBtn-index a:after {
  background-image: url("../img/movie/pager-index.png");
}

.contents.goods-index {
  padding-top: 132px;
}
.contents.goods-index .contentsHeader_bar:after {
  background-image: url("../img/goods/contentsHeaderTag.png");
}
.contents.goods-index .thumbBlock li {
  position: absolute;
  float: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.6, 0.2, 1), top 0.3s cubic-bezier(0, 0.6, 0.2, 1), left 0.3s cubic-bezier(0, 0.6, 0.2, 1);
          transition: transform 0.3s cubic-bezier(0, 0.6, 0.2, 1), top 0.3s cubic-bezier(0, 0.6, 0.2, 1), left 0.3s cubic-bezier(0, 0.6, 0.2, 1);
  overflow: hidden;
  z-index: 1;
}
.contents.goods-index .thumbBlock li.hide {
  z-index: 0;
}
.contents.goods-index .thumbBlock li .title p {
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}

.contents.special-single .wallpaperList {
  position: relative;
  width: 100%;
}
.contents.special-single .wallpaperList > li {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  display: table;
}
.contents.special-single .wallpaperList > li .wpBlock {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
html.sp .contents.special-single .wallpaperList > li .wpBlock {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.contents.special-single .wallpaperList > li .wpBlock .thumb {
  position: relative;
  width: 100%;
  border: 4px #000 solid;
}
.contents.special-single .wallpaperList > li .wpBlock .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.contents.special-single .wallpaperList > li .wpBlock .thumb .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 6px;
}
.contents.special-single .wallpaperList > li .wpBlock .thumb .frame:after {
  position: relative;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px #fff solid;
}
.contents.special-single .wallpaperList > li .wpBlock-l {
  padding: 0 10px;
}
.contents.special-single .wallpaperList > li .wpBlock .wpDLBtnList {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents.special-single .wallpaperList > li .wpBlock .wpDLBtnList:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.special-single .wallpaperList > li .wpBlock .wpDLBtnList > li {
  width: 50%;
  height: 80px;
  float: left;
  padding: 0 10px;
  margin: 10px 0;
}
.contents.special-single .iconList {
  position: relative;
  margin-bottom: 20px;
}
.contents.special-single .iconList:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.contents.special-single .iconList li {
  position: relative;
  float: left;
  width: 10%;
  padding: 0 10px;
  margin-bottom: 20px;
}
html.sp .contents.special-single .iconList li {
  width: 20%;
}
.contents.special-single .iconList li a {
  position: relative;
  display: block;
  width: 100%;
  border: 4px #000 solid;
}
.contents.special-single .iconList li a img {
  width: 100%;
  height: auto;
}
.contents.special-single .allIconDLBtn {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  margin-bottom: 80px;
}
.contents.special-single .allIconDLBtn a:after {
  background-image: url("../img/special/dl_alliconBtn.png");
}
.contents.special-single .contentsFooter .pager .pagerBtn-l a, .contents.special-single .contentsFooter .pager .pagerBtn-r a {
  display: none;
}
.contents.special-single .contentsFooter .pager .pagerBtn-index a:after {
  background-image: url("../img/special/pager-index.png");
}

.footer {
  position: relative;
  padding-top: 80px;
}
.footer_otome {
  border-top: 4px #000 solid;
  background: url("../img/footer/otome_ptn.gif");
  padding: 40px 0;
}
.footer_otome ul {
  position: relative;
  z-index: 1;
}
.footer_otome ul:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.footer_otome ul li {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 10px;
  z-index: -1;
}
html.sp .footer_otome ul li {
  width: 50%;
  margin-bottom: 20px;
}
.footer_otome ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 61.40351%;
  z-index: -1;
}
html.pc.modern .footer_otome ul li a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
html.pc.modern .footer_otome ul li a:hover:before {
  -webkit-animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
          animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}
html.pc.ie9 .footer_otome ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer_otome ul li a img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}
.footer_otome ul li a:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px #d60080 solid;
  top: 0;
  z-index: 1;
}
html.ie8 .footer_otome ul li a {
  background: #fff;
}
.footer_otome ul li.l {
  width: 50%;
}
html.sp .footer_otome ul li.l {
  width: 100%;
  margin-bottom: 0;
}
.footer_otome ul li.l a {
  padding-bottom: 29.66102%;
}
.footer_link {
  border-top: 4px #000 solid;
  background: url("../img/footer/link_ptn.gif");
  padding: 40px 0 20px;
}
.footer_link ul {
  position: relative;
  margin: 0 auto;
}
.footer_link ul:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.footer_link ul li {
  float: left;
  width: 305px;
  height: 100px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.footer_link ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
html.pc.modern .footer_link ul li a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
html.pc.modern .footer_link ul li a:hover:before {
  -webkit-animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
          animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}
html.pc.ie9 .footer_link ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer_link ul li a img {
  width: 100%;
  height: auto;
}
.footer_bottom {
  background: #000;
  padding: 40px 0px;
}
.footer_bottom_logo {
  margin-bottom: 15px;
}
.footer_bottom_logo:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
}
.footer_bottom_logo li {
  float: left;
  margin-right: 35px;
}
.footer_bottom_cr {
  color: #fff;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.footer_bottom_note {
  color: #fff;
  font-size: 12px;
  line-height: 1.4em;
}

.toPageTop {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.toPageTop .inner {
  overflow: visible;
  width: 100%;
  max-width: none;
}
.toPageTop_btn {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../img/footer/topBtn.png") 50% 0 no-repeat;
  bottom: 40px;
  right: 50px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.4, 1);
          transition: transform 0.3s cubic-bezier(0.4, 0, 0.4, 1);
  -webkit-transform: translate3d(0, 150px, 0);
          transform: translate3d(0, 150px, 0);
}
html.ie9 .toPageTop_btn {
  margin-bottom: -150px;
}
html.pc .toPageTop_btn:hover {
  background-position: 50% -80px;
}
.toPageTop.in .toPageTop_btn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*
* module
*/
a.headerSideBtn {
  overflow: hidden;
}
html.pc.modern a.headerSideBtn:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 0%;
  height: 110%;
  top: -5%;
  right: 50%;
  margin-right: -120%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: #d60080;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 0;
}
html.pc.modern a.headerSideBtn[href]:hover:before {
  width: 240%;
}
html.ie9 a.headerSideBtn:hover {
  background: #d60080;
}
a.headerSideBtn:before {
  height: 80px !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

a.contentsHeader_bar {
  overflow: hidden;
}
html.pc.modern a.contentsHeader_bar:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 0%;
  height: 110%;
  top: -5%;
  right: 50%;
  margin-right: -120%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: #d60080;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 0;
}
html.pc.modern a.contentsHeader_bar[href]:hover:before {
  width: 240%;
}
html.ie9 a.contentsHeader_bar:hover {
  background: #d60080;
}
a.contentsHeader_bar:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

a.bkBtn {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
html.pc.modern a.bkBtn:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 0%;
  height: 110%;
  top: -5%;
  right: 50%;
  margin-right: -120%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: #d60080;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 0;
}
html.pc.modern a.bkBtn[href]:hover:before {
  width: 240%;
}
html.ie9 a.bkBtn:hover {
  background: #d60080;
}
a.bkBtn p {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  padding: 26px 0;
}
a.bkBtn:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
}
a.bkBtn:before {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

ul.boxBlock li a, ul.thumbBlock li a {
  position: relative;
  display: block;
  padding: 4px;
  background: #000;
  text-decoration: none;
  overflow: hidden;
  overflow: hidden;
}
ul.boxBlock li a:not([href]), ul.thumbBlock li a:not([href]) {
  background: #999;
}
ul.boxBlock li a .thumb, ul.thumbBlock li a .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.71186%;
  margin-bottom: 4px;
}
ul.boxBlock li a .thumb img, ul.thumbBlock li a .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
ul.boxBlock li a .thumb .frame, ul.thumbBlock li a .thumb .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 6px;
}
ul.boxBlock li a .thumb .frame:after, ul.thumbBlock li a .thumb .frame:after {
  position: relative;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px #fff solid;
}
ul.boxBlock li a .title, ul.thumbBlock li a .title {
  position: relative;
  height: 96px;
  width: 100%;
  display: table;
  overflow: hidden;
}
ul.boxBlock li a .title p, ul.thumbBlock li a .title p {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  line-height: 1.4em;
}
html.pc.modern ul.boxBlock li a:before, html.pc.modern ul.thumbBlock li a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 0%;
  height: 110%;
  top: -5%;
  right: 50%;
  margin-right: -120%;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background: #d60080;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  z-index: 0;
}
html.pc.modern ul.boxBlock li a[href]:hover:before, html.pc.modern ul.thumbBlock li a[href]:hover:before {
  width: 240%;
}
html.ie9 ul.boxBlock li a:hover, html.ie9 ul.thumbBlock li a:hover {
  background: #d60080;
}

ul.bnrBlock li a {
  position: relative;
  display: block;
  padding: 4px;
  text-decoration: none;
  overflow: hidden;
}
html.pc.modern ul.bnrBlock li a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
html.pc.modern ul.bnrBlock li a:hover:before {
  -webkit-animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
          animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}
html.pc.ie9 ul.bnrBlock li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

ul.boxBlock, ul.thumbBlock, ul.bnrBlock {
  position: relative;
  margin-bottom: -20px;
}
ul.boxBlock li, ul.thumbBlock li, ul.bnrBlock li {
  position: relative;
  float: left;
  padding: 0 10px 20px;
}
ul.boxBlock li.new a:after, ul.thumbBlock li.new a:after, ul.bnrBlock li.new a:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 83px;
  height: 83px;
  top: 0;
  right: 0;
  background: url("../img/common/new.png") 50% 50% no-repeat;
}

ul.boxBlock li,
ul.bnrBlock li {
  width: 50%;
}

ul.thumbBlock li {
  width: 25%;
}

html.sp ul.boxBlock li,
html.sp ul.bnrBlock li {
  width: 100%;
}
html.sp ul.thumbBlock li {
  width: 50%;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_slide .hero_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_slide .hero_imgs .hero_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero_slide .hero_imgs .hero_img img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.contents_hero_bg {
  position: absolute;
  width: 100%;
  height: 640px;
  top: 132px;
  border-bottom: #000 4px solid;
  z-index: 0;
  overflow: hidden;
}
.contents.character-single .contents_hero_bg:after, .contents.products-single .contents_hero_bg:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/common/hero_bg_ptn.png");
  z-index: 1;
}
.contents_hero_bg .bgImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents_hero_bg .bgImg img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.contents_hero_slide {
  position: relative;
  width: 100%;
  top: 0px;
  margin: 30px auto 40px;
  overflow: hidden;
}
.contents_hero_slide .slideImg {
  position: absolute;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.contents_hero_slide .slideImg:after {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.contents_hero_slide .slideImg.in {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.contents_hero_slide .slideImg img {
  width: 100%;
  height: auto;
}

html.csstransforms3d .container.fix, html.csstransforms3d .nextContainer {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
html.csstransforms3d .container.fix .contents, html.csstransforms3d .nextContainer .contents {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
html.csstransforms3d .container.fix .contents.out, html.csstransforms3d .nextContainer .contents.out {
  z-index: 1;
  -webkit-animation: contentsOut 1.4s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: contentsOut 1.4s cubic-bezier(0.4, 0, 0.4, 1) both;
}
html.csstransforms3d .container.fix .contents.in, html.csstransforms3d .nextContainer .contents.in {
  z-index: 2;
  -webkit-animation: contentsIn 1.4s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: contentsIn 1.4s cubic-bezier(0.4, 0, 0.4, 1) both;
}
html.csstransforms3d .container {
  z-index: 2;
}
html.csstransforms3d .nextContainer {
  z-index: 1;
}
html.csstransforms3d .ticker li {
  display: block !important;
  -webkit-animation: tickerOut 0.4s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: tickerOut 0.4s cubic-bezier(0.4, 0, 0.4, 1) both;
}
html.csstransforms3d .ticker li.in {
  -webkit-animation: tickerIn 0.4s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: tickerIn 0.4s cubic-bezier(0.4, 0, 0.4, 1) both;
}
html.csstransforms3d .contents.story-single .correlation_layer {
  -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.4, 1);
          transition: width 0.5s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0%;
}
html.csstransforms3d .contents.story-single .correlation_layer:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
html.csstransforms3d .contents.story-single .correlation_layer:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
html.csstransforms3d .contents.story-single .correlation_layer:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
html.csstransforms3d .contents.story-single .correlation_layer:nth-child(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
html.csstransforms3d .contents.story-single .correlation_layer:nth-child(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
html.csstransforms3d .contents.story-single .correlation.in .correlation_layer {
  width: 100%;
}

html.modern.ie .container.fix, html.modern.ie .nextContainer {
  -webkit-perspective: none;
          perspective: none;
}
html.modern.ie .container.fix .contents, html.modern.ie .nextContainer .contents {
  -webkit-transform-style: flat;
          transform-style: flat;
}
html.modern.ie .container.fix .contents.out, html.modern.ie .nextContainer .contents.out {
  z-index: 1;
  -webkit-animation: contentsOutIE10 0.6s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: contentsOutIE10 0.6s cubic-bezier(0.4, 0, 0.4, 1) both;
}
html.modern.ie .container.fix .contents.in, html.modern.ie .nextContainer .contents.in {
  z-index: 2;
  -webkit-animation: contentsInIE10 0.6s cubic-bezier(0.4, 0, 0.4, 1) both;
          animation: contentsInIE10 0.6s cubic-bezier(0.4, 0, 0.4, 1) both;
}

@-webkit-keyframes contentsOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -70px, -100px);
            transform: translate3d(0, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  70% {
    -webkit-transform: translate3d(-120%, -70px, -100px);
            transform: translate3d(-120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate3d(-120%, -70px, -100px);
            transform: translate3d(-120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
}

@keyframes contentsOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -70px, -100px);
            transform: translate3d(0, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  70% {
    -webkit-transform: translate3d(-120%, -70px, -100px);
            transform: translate3d(-120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate3d(-120%, -70px, -100px);
            transform: translate3d(-120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
}
@-webkit-keyframes contentsIn {
  0% {
    -webkit-transform: translate3d(120%, -70px, -100px);
            transform: translate3d(120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  30% {
    -webkit-transform: translate3d(120%, -70px, -100px);
            transform: translate3d(120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  60% {
    -webkit-transform: translate3d(0, -70px, -100px);
            transform: translate3d(0, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes contentsIn {
  0% {
    -webkit-transform: translate3d(120%, -70px, -100px);
            transform: translate3d(120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  30% {
    -webkit-transform: translate3d(120%, -70px, -100px);
            transform: translate3d(120%, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  60% {
    -webkit-transform: translate3d(0, -70px, -100px);
            transform: translate3d(0, -70px, -100px);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes contentsOutIE10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
    opacity: .6;
    filter: alpha(opacity=60);
  }
}
@keyframes contentsOutIE10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
    opacity: .6;
    filter: alpha(opacity=60);
  }
}
@-webkit-keyframes contentsInIE10 {
  0% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes contentsInIE10 {
  0% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    opacity: .6;
    filter: alpha(opacity=60);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes tickerIn {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes tickerIn {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@-webkit-keyframes tickerOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
}
@keyframes tickerOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-list, .slick-track {
  height: 100%;
}


/*=================================
2019.06.25 追記
=================================*/
.header_lang{
  position: relative;
  float: right;
  margin: 15px 20px 15px 0;
}

.header_lang a{
  display: block;
  position: relative;
  width: 110px;
  height: 30px;
  background: transparent url(/sengoku/_src/img/common/btn-lang.png) no-repeat 0 0;
}

.header_lang a:before {
  position: absolute;
  display: block;
  content: " ";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}

html.pc.modern .header_lang a:hover:before {
  -webkit-animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
          animation: brightHover 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}


#gnav .gnav_link li.link-en {
  width: 94px;
}

#gnav .gnav_link li.link-en a {
  background-image: url(../img/nav/link-en.png);
}