@charset "utf-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}
html {
  font-size: 41.6875%;
}
body {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  background: url(../images/wrap-bg.jpg) top center no-repeat #000000;
  background-size: 100% auto;
  color: #222222;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica ,sans-serif;
}
@media (min-width: 1500px) {
  body {
    background-size: 1500px auto;
  }
}
@media (max-width: 980px) {
  body {
    background-size: 160% auto;
  }
}
img {
  max-width: 100%;
  height: auto;
}
* {
  word-break: break-all !important;
}
h1,
h2,
h3,
h4,
ul,
ol,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
*,
::before,
::after {
  box-sizing: content-box;
}

.is-maCent {
  margin: 0 auto;
}

/*clearfix*/
.is-cf:before,
.is-cf:after {
  content: "";
  display: table;
}
.is-cf:after {
  clear: both;
}

/*position*/
.is-poAb {
  position: absolute;
}
.is-poRe {
  position: relative;
}

/*position*/
.is-sp {
  display: none;
}
.is-pc {
  display: inline-block;
}

@media (max-width:980px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: inline-block;
  }
}

/* slick */
.is-slider .slick-arrow {
  position: absolute;
  bottom: 50%;
  z-index: 15;
  max-width: 70px;
  width: 5%;
  height: auto;
  margin: auto;
  cursor: pointer;
}
.is-slider .slick-prev {
  left: 50%;
  transform: translateY(-30%) translateX(-900%);
}
.is-slider .slick-next {
  right: 50%;
  transform: translateY(-30%) translateX(900%);
}
@media (max-width:1200px) {
  .is-slider .slick-arrow {
    width: 9%;
  }
}
.is-slider .slick-prev {
  left: 0;
  transform: translateY(-30%) translateX(0);
}
.is-slider .slick-next {
  right: 0;
  transform: translateY(-30%) translateX(0);
}
@media (max-width:980px) {
  .is-slider .slick-prev {
    left: 0;
    transform: translateY(-30%) translateX(0);
  }
  .is-slider .slick-next {
    right: 0;
    transform: translateY(-30%) translateX(0);
  }
}

/* def ------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 400px;
}
.inner {
  box-sizing: border-box;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}
.container {
  padding: 3%;
}

.gldFlame:before,
.gldFlame:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 0.5%;
  background-image: url(../images/hr-imggld.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

@media (min-width: 1500px) {
}
@media (max-width: 980px) {
  .wrapper {
    min-width: 320px;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .inner {
    position: relative;
    max-width: 980px;
    min-width: 320px;
    width: 100%;
  }
  .wrap {
    padding-bottom: 49%;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding-bottom: 42%;
  }
  .gldFlame:before,
  .gldFlame:after {
    background-size: 150% auto;
  }
}

/* header ------------------------------------------------ */
.header {
  z-index: 3;
  width: 100%;
  padding-bottom: 2%;
  background: url(../images/kvimg.png) bottom center no-repeat;
}
.topIconbox {
  padding-top: 7px;
}
.topIconbox .topIconli {
  display: table;
}
.topIconbox .topIconli span {
  display: table-cell;
  padding: 0 2%;
}
.topIconbox .topIconli.topIcondevice {
  float: left;
  width: 45%;
  padding: 0;
}
.topIconbox .topIconli.topIcondevice > span:nth-child(3),
.topIconbox .topIconli.topIcondevice > span:nth-child(4) {
  vertical-align: top;
}
.topIconbox .topIconli.topIcondevice > span:nth-child(3) img,
.topIconbox .topIconli.topIcondevice > span:nth-child(4) img {
  max-width: 45px;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .topIconbox .topIconli.topIcondevice > span:nth-child(3),
  .topIconbox .topIconli.topIcondevice > span:nth-child(4) {
    vertical-align: middle;
  }
}

.topIconbox .topIconli.topIconLink {
  float: right;
  width: 40%;
}



.header h1 {
  max-width: 600px;
  width: 62%;
  margin: 10% 0 29%;
}
.topMovieBox {
  max-width: 306px;
  width: 32%;
  margin-left: 4%;
}
.topMovieBox ul {
  margin-top: 2%;
}
.topMovieBox li {
  position: relative;
}
.topMovieBox li .movieNew {
  position: absolute;
  left: 12px;
  right: 12px;
  right: auto;
  bottom: 8px;
  z-index: 15;
  max-width: 59px;
  width: 20%;
  height: auto;
  pointer-events: none;
}
.topMovieBox li {
  margin-bottom: 3%;
}
.topMovieBox li:last-child {
  margin-bottom: 0;
}
.topMovieBox li a {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.topMovieBox li a img.movieStartimg {
  position: absolute;
  z-index: 5;
}

.iconResv {
  right: 0;
  bottom: -1%;
  width: 20%;
  height: auto;
}
.iconTshirt {
  right: 0;
  bottom: -1%;
  width: 23%;
  height: auto;
}
.iconResv {
  /* 11/19 */
  right: 0;
  bottom: -1%;
  width: 23%;
  height: auto;
}
.iconTshirt {
  top: 3;
  right: 0;
  bottom: inherit;
  width: 20%;
  height: auto;
}
.iconDLcban {
  right: 2.7%;
  bottom: 0.5%;
  max-width: 534px;
  width: 56%;
}
.iconDLcban .movieNew {
  top: 1%;
  right: 0;
  max-width: 59px;
  width: 12%;
  height: auto;
}
#topNew .iconResv {
  top: 3%;
  width: 23%;
}
#topNew .iconTshirt {
  top: 3%;
  width: 23%;
}

.kvtxt01 {
  top: 10%;
  right: 0;
  max-width: 66px;
  width: 7%;
}
@media (min-width: 1500px) {
}
@media (min-width: 980px) {
  /* pc */
  .header {
    padding-bottom: 15px;
  }
  .header h1 {
    margin: 96px 0 274px;
  }
  .kvtxt01 {
    top: 96px;
  }
  .iconTshirt {
    right: 200px;
    width: 20%;
  }
  .iconTshirt {
    right: 0;
    bottom: -1%;

/* 11/19 */
    width: 20%;
  }
  .iconLive {
    right: 200px;
    width: 20%;
  }
}
@media (max-width:980px) {
  .header {
    max-width: 980px;
    min-width: 320px;
    background-size: 125% auto;
  }
  .topIconbox .topIconli.topIcondevice {
    margin-left: 3%;
    padding-top: 1%;
  }
  .topIconbox .topIconli.topIconLink {
    width: 40%;
    margin-right: 2%;
    padding-top: 1.5%;
  }
  .header h1 {
    margin-left: 1%;
  }
  .topMovieBox {
    margin-left: 2%;
  }
  .topMovieBox li .movieNew {
    left: 4%;
    right: 4%;
    right: auto;
    bottom: 4%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width:980px) {
  /* ie */
  .topMovieBox li,
  .topMovieBox li a {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .headerLogo {
    width: 36%;
  }
}

/* main ------------------------------------------------ */

#topNew {
  background: url(../images/topnew-bg.jpg) top center no-repeat #2c220c;
  color: #ffffff;
  font-size: 2.8rem;
}


#topNew .topNewSpec,
#topNew .topNewlist {
  width: 50%;
}
.topNewlist dl {
  box-sizing: border-box;
  width: 100%;
  padding: 1% 2%;
}
.topNewlist dt,
.topNewlist dd {
  border-bottom: 1px solid #999999;
}
.topNewlist dd:last-child {
  border-bottom: none;
}
.topNewlist dt {
  padding-bottom: 1%;
}
.topNewlist dd {
  box-sizing: border-box;
  padding: 2% 0.5em;
}

#topNew .topNewSpec {
  float: right;
  width: 46%;
  padding: 1% 0;
  font-size: 3.0rem;
  font-weight: bold;
  overflow: hidden;
}

.topNewlist dd {
  display: table;
  width: 100%;
}
.topNewlist dd .topNewtd {
  display: table-cell;
  text-align: left;
}
.topNewtdDay {
  width: 7em;
}
.topNewtdTxt a {
  color: yellow;
}
.topNewtdTxt a:hover {
  text-decoration: underline;
  transition: 1.5s;
}

@media (max-width:980px) {
  #topNew .topNewSpec,
  #topNew .topNewlist {
    width: 80%;
    margin: 0 auto;
  }
  #topNew .topNewSpec {
    float: none;
  }
  #topNew .topNewSpec p {
    padding: 0 2% 1%;
  }
  .topNewlist dl {
    padding: 1% 2%;
  }
  .topNewlist dt {
    text-align: center;
  }
  .topNewlist h2 {
    width: 30%;
    margin: 0 auto;
  }
  .sp .topNewtdDay {
    width: 6em;
  }
}


/* spec */
#spec {
  border-top: 1px solid #634e21;
  border-bottom: 1px solid #634e21;
  background: url(../images/spec-bgimg.jpg) center center no-repeat #2c220c;
  background-size: 1080px auto;
  color: #ffffff;
  font-size: 3.0rem;
}
#spec h2 {
  max-width: 220px;
  width: 30%;
  height: auto;
  margin-bottom: 5%;
}
#spec .specBox .specImg {
  float: left;
  width: 40%;
  margin-right: 2%;
  text-align: center;
}
#spec .specBox .specImg img {
  max-width: 158px;
  width: 48%;
}
#spec .specBox .specImg p img {
  max-width: 385px;
  width: 100%;
  margin-bottom: 10%;
}
#spec .specBox .specTxt {
  width: 55%;
  overflow: hidden;
}
#topNew .topNewSpec p,
#spec .specTxt p {
  display: table;
  width: 100%;
  margin: 0 0 1%;
}
#topNew .topNewSpec p {
  margin-bottom: 0.5%;
}
#topNew .topNewSpec .specdetailTitle,
#topNew .topNewSpec .specdetailText,
#spec .specTxt .specdetailTitle,
#spec .specTxt .specdetailText {
  display: table-cell;
  vertical-align: top;
}
#topNew .topNewSpec .specdetailTitle {
  width: 5.5em;
}
#spec .specTxt .specdetailTitle {
  width: 7em;
}
#spec .specTxt .specdetailText,
#spec .specTxt .specdetailText {
  width: 100%;
}

#topNew .topNewSpec .pficonLink {
  display: table;
  margin-right: 2%;
  margin-left: 6.5em;
}
#topNew .topNewSpec .pficonLink > span {
  display: table-cell;
  padding: 0 10px;
}
#topNew .topNewSpec .pficonLink > span:nth-child(2) {
  vertical-align: top;
}
#topNew .topNewSpec .pficonLink > span:nth-child(2) img,
#topNew .topNewSpec .pficonLink > span:nth-child(3) img {
  max-width: 40px;
  height: auto;
}


#spec .specTxt p .ceroimg {
  display: inline-block;
  max-width: 47px;
  width: 20%;
  height: auto;
  margin-top: 2%;
  margin-left: 1em;
}
#spec .specTopban {
  margin-top: 3%;
  text-align: center;
}

@media (min-width: 1500px) {
}

@media (max-width:980px) {
  #topNew {
    background-size: 120% auto;
  }
  #topNew .topNewSpec p {
    margin-bottom: 0;
  }
  #spec {
    background-size: 120% auto;
    font-size: 3.0rem;
  }
  #spec .specBox {
    width: 70%;
  }
  #spec .specBox .specImg {
    float: inherit;
    width: 80%;
    margin: 0 auto 5%;
  }
  #spec .specBox .specTxt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #spec .specBox {
    width: 80%;
  }
}
@media (max-width: 640px) {
  #spec .specBox {
    width: 80%;
  }
}

@media (max-width: 430px) {
}

/* intro */

#intro {
  background: url(../images/intro-bgimg.jpg) top center no-repeat #000000;
}
#intro section {
  max-width: 956px;
  width: 98%;
  max-height: 890px;
  padding: 4% 0 5%;
}
#intro section h2,
#intro section p.title {
  margin-bottom: 2%;
}
#intro section .txtbox {
  margin: 8% 0 0;
}
@media (max-width:980px) {
  #intro {
    background-size: 152% auto;
  }
}


/* archive */
#archive {
  background: #2c220c;
}
#archive .inner {
  padding: 1px 0;
  background: url(../images/arc-bgimg.jpg) center center no-repeat;
}
#archive h2 {
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 93%;
  text-align: center;
}
#archive h2 img {
  width: 31.5%;
}
#archive .archeiveList {
  z-index: 50;
  width: 93%;
}
#archive .archeiveList li {
  width: 31.5%;
}
#archive .archeiveList li:first-child {
  float: left;
}
#archive .archeiveList li:last-child {
  float: right;
  text-align: right;
}


@media (max-width:980px) {
  #archive .inner {
    background-size: 38% auto;
  }
  #archive .archeiveList,
  #archive h2 {
    width: 98%;
  }
  #archive h2 img {
    width: 33%;
  }
  #archive .archeiveList li {
    width: 33%;
  }
}
@media (max-width:640px) {
}

/* story */
#story h2 {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  z-index: 50;
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
#story .sliderStory {
  position: relative;
  z-index: 40;
}
#story .sliderStory .sliderStorySingle {
  box-sizing: inherit;
  max-height: 888px;
  padding: 54% 0 2%;
}
#story .sliderStory .sliderStorySingle01 {
  background: url(../images/story/story-stagebg01.jpg) center center no-repeat;
  background-size: 1500px auto;
}
#story .sliderStory .sliderStorySingle02 {
  background: url(../images/story/story-stagebg02.jpg) center center no-repeat;
  background-size: 1500px auto;
}
#story .sliderStory .slick-slide {
  margin: 0;
}

@media (max-width:980px) {
  #story .sliderStory .sliderStorySingle01,
  #story .sliderStory .sliderStorySingle02 {
    background-size: 130% auto;
  }
}

#story .is-slider .slick-prev {
  transform: translateY(30%) translateX(350%);
}
#story .is-slider .slick-next {
  transform: translateY(30%) translateX(-350%);
}
@media all and (-ms-high-contrast: none) {
  /* ie */
  #story .is-slider .slick-prev {
    transform: translateY(120%) translateX(350%);
  }
  #story .is-slider .slick-next {
    transform: translateY(120%) translateX(-350%);
  }
}

@media (max-width:1300px) {
  #story .is-slider .slick-prev {
    left: 5%;
    transform: translateY(30%) translateX(0);
  }
  #story .is-slider .slick-next {
    right: 5%;
    transform: translateY(30%) translateX(0);
  }
}
@media all and (-ms-high-contrast: none) and (max-width:1300px) {
  /* ie */
  #story .is-slider .slick-prev {
    left: 5%;
    transform: translateY(120%) translateX(0);
  }
  #story .is-slider .slick-next {
    right: 5%;
    transform: translateY(120%) translateX(0);
  }
}

@media (max-width:1200px) {
  #story .is-slider .slick-prev {
    left: 3%;
  }
  #story .is-slider .slick-next {
    right: 3%;
  }
}
@media (min-width:980px) {
  #story .sliderStory .sliderStorySingle {
    padding: 688px 0 14px;
  }
}

@media (max-width:980px) {
  #story .is-slider .slick-prev {
    left: 2%;
    transform: translateY(40%) translateX(0);
  }
  #story .is-slider .slick-next {
    right: 2%;
    transform: translateY(40%) translateX(0);
  }
}
@media all and (-ms-high-contrast: none) and (max-width:980px) {
  /* ie */
  #story .is-slider .slick-prev {
    transform: translateY(90%) translateX(0);
  }
  #story .is-slider .slick-next {
    transform: translateY(90%) translateX(0);
  }
}


/* System */
#system {
  padding: 2% 0;
  background: url(../images/system/system-bgimg.jpg) top center no-repeat;
  text-align: center;
}
#system .sliderSystem .imgSystembg {
  position: relative;
  z-index: 5;
  max-width: 920px;
  margin: 0 auto;
}
#system .sliderSystem .systemSinglebox {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
  max-width: 834px;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
}
#system .sliderSystem .systemSinglebox .systemSingleTitle {
  margin-top: 7%;
}
#system .sliderSystem .systemSinglebox .systemSingleSs {
  margin: 7% 0 5%;
}
#system .sliderSystem .systemSinglebox .systemSingleSs li {
  display: inline-block;
  width: 47%;
}
#system .sliderSystem .systemSinglebox .systemSingleSs li:first-child {
  margin-right: 6%;
}
#system .slick-dots {
  box-sizing: border-box;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#system .slick-dots li {
  display: inline-block;
  width: 42px;
  height: 42px;
}
#system .slick-dots li [type="button"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
          appearance: none;
  outline: none;

     -moz-appearance: none;
}
#system .slick-dots li [type="button"] {
  width: 100%;
  height: 100%;
  background: url(../images/icon-dotimg-off.png) top center no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#system .slick-dots li.slick-active [type="button"] {
  background: url(../images/icon-dotimg-on.png) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width:980px) {
  #system .sliderSystem .imgSystembg {
    width: 98%;
  }
}

@media screen and (max-width:640px) {
  #system .slick-dots li {
    display: inline-block;
    width: 21px;
    height: 21px;
  }
}


/* Character */
#character {
  padding: 3% 0 1.0%;
  background: url(../images/character/character-bgimg.jpg) top center no-repeat;
}
#character h2 {
  max-width: 956px;
  width: 100%;
  margin: 0 auto 0;
}
#character .sliderCharaSingle .sliderCharaSingleInner {
  box-sizing: border-box;
  max-width: 917px;
  height: auto;
  margin: 0 auto;
}
#character .sliderCharaSingle .charaImg {
  position: relative;
  z-index: 5;
}
#character .sliderCharaSingle .charaImgCv,
#character .sliderCharaSingle .charaImgTxt {
  position: absolute;
  z-index: 50;
}
#character .sliderCharaSingle .charaImgCv {
  right: 8.5%;
  bottom: 50%;
  max-width: 172px;
  width: 19%;
  height: auto;
  transform: translateY(-5%);
}
#character .sliderCharaSingle .charaImgTxt {
  left: 0;
  right: 0;
  bottom: 2%;
  margin: 0 auto;
  padding: 0;
  background: url(../images/character/chara_txtbg.png) center center no-repeat;
  background-size: 100% auto;
}
#character .sliderCharaSingle.sliderChara01 {
  background: url(../images/character/chara01_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}
#character .sliderCharaSingle.sliderChara02 {
  background: url(../images/character/chara02_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}
#character .sliderCharaSingle.sliderChara03 {
  background: url(../images/character/chara03_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}
#character .sliderCharaSingle.sliderChara04 {
  background: url(../images/character/chara04_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}
#character .sliderCharaSingle.sliderChara05 {
  background: url(../images/character/chara05_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}
#character .sliderCharaSingle.sliderChara06 {
  background: url(../images/character/chara06_imgbg.png) top center no-repeat;
  background-size: 1064px auto;
}

#character .slick-slide {
  margin: 0;
}
#character .is-slider .slick-prev {
  left: 50%;
  transform: translateY(15%) translateX(-700%);
}
#character .is-slider .slick-next {
  right: 50%;
  transform: translateY(15%) translateX(700%);
}

@media all and (-ms-high-contrast: none) {
  /* ie */
  #character .is-slider .slick-prev {
    transform: translateY(90%) translateX(-700%);
  }
  #character .is-slider .slick-next {
    transform: translateY(90%) translateX(700%);
  }
}

@media (max-width:1200px) {
  #character .is-slider .slick-prev {
    transform: translateY(15%) translateX(-700%);
  }
  #character .is-slider .slick-next {
    transform: translateY(15%) translateX(700%);
  }
}
@media all and (-ms-high-contrast: none) and (max-width:1200px) {
  /* ie */
  #character .is-slider .slick-prev {
    transform: translateY(85%) translateX(-700%);
  }
  #character .is-slider .slick-next {
    transform: translateY(85%) translateX(700%);
  }
}

@media (max-width:980px) {
  #character .sliderCharaSingle .sliderCharaSingleInner {
    width: 98%;
  }
  #character .is-slider .slick-prev {
    left: 0;
    transform: translateY(-0%) translateX(0);
  }
  #character .is-slider .slick-next {
    right: 0;
    transform: translateY(-0%) translateX(0);
  }
  #character .sliderCharaSingle.sliderChara01,
  #character .sliderCharaSingle.sliderChara02,
  #character .sliderCharaSingle.sliderChara03,
  #character .sliderCharaSingle.sliderChara04,
  #character .sliderCharaSingle.sliderChara05,
  #character .sliderCharaSingle.sliderChara06 {
    background-size: 115% auto;
  }
}
@media all and (-ms-high-contrast: none) and  (max-width:980px) {
  /* ie */
  #character .is-slider .slick-prev {
    transform: translateY(60%) translateX(0);
  }
  #character .is-slider .slick-next {
    transform: translateY(60%) translateX(0);
  }
}


/* footer ------------------------------------------------ */
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: #1b1b1b;
  font-size: 1.6rem;
}
.footer .item {
  margin-top: 3%;
}
.footer .ftContainer {
  padding: 3%;
  color: #ffffff;
}

.langMenu {
  max-width: 120px;
  width: 13%;
}
.logoWrap ul {
  display: table;
  width: 90%;
}
.logoWrap li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.logoWrap li > span {
  display: inline-block;
  padding: 0 10%;
}
.logoWrap li.logoimg img {
  width: 100%;
  height: auto;
}
.logoWrap li.logoimg.sega {
  max-width: 156px;
  width: 24%;
}
.logoWrap li.logoimg.sega img {
  max-width: 156px;
}
.logoWrap li.logoimg.ps4 {
  max-width: 190px;
  width: 24%;
}
.logoWrap li.logoimg.ps4 img {
  max-width: 190px;
}
.logoWrap li.logoimg.ysnet {
  max-width: 120px;
  width: 16%;
}
.logoWrap li.logoimg.ysnet img {
  max-width: 120px;
}
.logoWrap li.logoimg.shibuyap {
  max-width: 140px;
  width: 21%;
}
.logoWrap li.logoimg.shibuyap img {
  max-width: 140px;
}
.logoWrap li.logoimg.dps {
  max-width: 88px;
  width: 15%;
}
.logoWrap li.logoimg.dps img {
  max-width: 88px;
}

@media (min-width: 1500px) {
}

@media (max-width:980px) {
}

@media (max-width: 640px) {
  .footer {
    font-size: 2.0rem;
  }
}

@media (max-width: 430px) {
}

.footer .textbox {
  text-align: center;
}
.footer .textbox ul.links a {
  text-decoration: underline;
}
.footer .textbox ul.links li {
  display: inline-block;
}
.footer .textbox ul.links li:first-child {
  margin-right: 3%;
}

/* contRev ------------------------------------------------ */
#contRev .inner,
#contNamaLive .inner {
  min-width: 280px;
  padding: 5% 0;
}
#contRev .contRevBox ul, {
  width: 98%;
}
#contRev .contRevBox li,
#contNamaLive .contRevBox li {
  display: inline-block;
  width: 25%;
  margin-bottom: 5%;
  text-align: center;
}
#contNamaLive .contRevBox li {
  width: 100%;
  margin-bottom: 1%;
  text-align: left;
}


#contRev .contRevBox:before,
#contRev .contRevBox:after,
#contNamaLive .contRevBox:before,
#contNamaLive .contRevBox:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 0;
  margin-top: -1%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
#contRev .contRevBox:before,
#contNamaLive .contRevBox:before {
  background-image: url(../images/stlink-hr-top.png);
}
#contRev .contRevBox:after,
#contNamaLive .contRevBox:after {
  background-image: url(../images/stlink-hr-bt.png);
}
.contRevBoxInner {
  margin-top: 1%;
  padding-top: 2%;
  background-image: url(../images/stlink-hr-cent.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
#contRev .contRevBoxWrap section,
#contNamaLive .contRevBoxWrap section {
  margin-top: 5%;
}
#contRev .ssimg,
#contNamaLive .ssimg {
  padding: 2% 0;
  text-align: center;
}
#contNamaLive {
  font-size: 2.2rem;
  text-align: left;
}
#contNamaLive section.contRevBoxWrap {
  width: 90%;
  margin: 2% auto;
  color: #ffffff;
}
#contNamaLive p {
  margin-bottom: 2%;
  font-size: 2.4rem;
}
#contNamaLive p.title {
  margin-bottom: 1%;
}
#contNamaLive p.title.titleH1 {
  margin-bottom: 3%;
  font-size: 3.4rem;
  text-align: center;
}
#contNamaLive p.title.titleH2 {
  font-size: 3.0rem;
}
#contNamaLive .contRevBoxInner {
  padding-top: 4%;
  padding-bottom: 4%;
}
#contNamaLive li {
  width: 100%;
  margin-bottom: 1%;
  text-align: left;
}
.namaLiveDetailBox {
  border-top: 1px dashed #adadad;
  border-bottom: 1px dashed #adadad;
}
#contNamaLive .namaLiveDetail {
  margin: 2% auto;
}
#contNamaLive .namaLiveDetail > li {
  display: table;
  margin-bottom: 0.5%;
}
#contNamaLive .namaLiveDetail > li > span {
  display: table-cell;
}

#contNamaLive .namaLiveDetail .namaLivetxtdetailTitle {
  width: 6em;
  color: #ffffca;
}
#contNamaLive .popMovieIflame {
  padding-bottom: 3%;
  text-align: center;
}
#contNamaLive .popMovileArc dt {
  color: #ffffca;
  font-size: 2.6rem;
}
#contNamaLive .popMovileArc .popMovileArcList {
  display: table;
  width: 100%;
}
#contNamaLive .popMovileArc .popMovileArcList ul,
#contNamaLive .popMovileArc .popMovileArcList .popMovileArcListLink {
  display: table-cell;
  width: 50%;
  padding-top: 1%;
}
#contNamaLive .popMovileArc .popMovileArcList .popMovileArcListLink {
  position: relative;
}
#contNamaLive .popMovileArc .popMovileArcList .popMovileArcListLink .img-popMovileBt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contNamaLive a {
  text-decoration: underline;
}

@media (max-width:980px) {
  #contRev .contRevBox ul,
  #contNamaLive .contRevBox ul {
    width: 95%;
  }
  #contRev .contRevBox li img,
  #contNamaLive .contRevBox li img {
    width: 80%;
    height: auto;
  }
  #contNamaLive .popMovieIflame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  }
  #contNamaLive .popMovieIflame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

#contRev .contRevBox li img.storeiconPla,
#contRev .contRevBox li img.storeiconSof,
#contRev .contRevBox li img.storeiconBic,
#contRev .contRevBox li img.storeiconYam,
#contRev .contRevBox li img.storeiconRak {
  max-width: 196px;
  width: 90%;
}
#contRev .contRevBox li img.storeiconArc {
  max-width: 181px;
  width: 90%;
}
#contRev .contRevBox li img.storeiconAmz {
  max-width: 152px;
}
#contRev .contRevBox li img.storeiconAmam {
  max-width: 148px;
}
#contRev .contRevBox li img.storeiconHmv {
  max-width: 161px;
}
#contRev .contRevBox li img.storeiconGeo {
  max-width: 90px;
}
#contRev .contRevBox li img.storeiconJos {
  max-width: 157px;
}
#contRev .contRevBox li img.storeiconSeg {
  max-width: 144px;
}
#contRev .contRevBox li img.storeicon7net {
  max-width: 81px;
}
#contRev .contRevBox li img.storeiconNeo {
  max-width: 159px;
}
#contRev .contRevBox li img.storeiconNoj {
  max-width: 73px;
}
#contRev .contRevBox li img.storeiconFam {
  max-width: 146px;
}
#contRev .contRevBox li img.storeiconYod {
  max-width: 194px;
  width: 90%;
}
#contRev .contRevBox li img.storeiconWond {
  max-width: 98px;
  width: 60%;
}
#contRev .contRevBox li img.storeiconPla {
  width: 90%;
}
#contRev .contRevBox li img.storeiconGeo,
#contRev .contRevBox li img.storeicon7net,
#contRev .contRevBox li img.storeiconNoj,
#contRev .contRevBox li img.storeiconWond {
  width: 60%;
}


/* anime ------------------------------------------------ */


#system .sliderSystem .slick-active .systemSinglebox {
  opacity: 1;
}

.startAmFIn {
  opacity: 0;
}
.animFi,
#archive .inner,
#system .sliderSystem .slick-active .systemSinglebox {
  -webkit-animation-name: in;
      -ms-animation-name: in;
          animation-name: in;
  -webkit-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
      -ms-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
          animation-fill-mode: both;
}
.aniDly {
  -webkit-animation-delay: 1.3s;
      -ms-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@-webkit-keyframes in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.startAmFInUp {
  /* fadeInUP-inview */
  opacity: 0;
}
.animFiUp {
  -webkit-animation-name: fadeInUp;
      -ms-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
      -ms-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 7%, 0);
            transform: translate3d(0, 7%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 7%, 0);
            transform: translate3d(0, 7%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


/* info ------------------------------------------------ */
body.infoDetail {
  background-image: none;
}
.infoDetail .header {
  padding-bottom: 1%;
  background-image: url(../images/infodetail/info-mainimg-0121.jpg);
  background-position: top center;
}
.infoDetail #upd0217 .header {
  background-image: url(../images/infodetail/info-mainimg-0217.jpg);
  background-position: top center;
}
.infoDetail #upd0317 .header {
  background-image: url(../images/infodetail/info-mainimg-0317.jpg);
  background-position: top center;
}
.infoDetail .header .inner {
  position: relative;
  padding-bottom: 17px;
}
.infoDetail #upd0217 .header .inner {
  padding-bottom: 0;
}
.infoDetail .header h1 {
  margin: 0 auto 2%;
  padding-top: 57%;
  text-align: center;
}
.infoDetail #upd0217 .header h1 {
  margin-left: 4%;
  padding-top: 83%;
  text-align: left;
}
.infoDetail #upd0317 .header h1 {
  max-width: inherit;
  width: 99%;
  margin: 0;
  margin-bottom: 53%;
  padding: 2% 0 0 0;
  text-align: right;
}
.infoDetail #upd0317 .header h1 img {
  max-width: 600px;
  width: 62%;
  height: auto;
}
.infoDetail .header .cach01 {
  margin-bottom: 10px;
}
.infoDetail #upd0217 .header .cach01 {
  position: absolute;
  top: 7%;
  right: 0;
  max-width: 328px;
  width: 34%;
  margin: 0;
}

.infoDetail .idDlcSpec {
  background: url(../images/topnew-bg.jpg) top center no-repeat #2c220c;
  color: #ffffff;
}
.infoDetail .idDlcSpec .dlcSpecImg {
  float: left;
  position: relative;
  width: 16%;
  padding: 2% 2%;
  text-align: right;
}
.infoDetail .idDlcSpec .dlcSpecTxt {
  float: right;
  width: 78%;
  padding: 2% 2% 2% 0;
  font-size: 4.0rem;
  font-weight: bold;
  overflow: hidden;
}
.infoDetail .idDlcSpec .dlcSpecImg .imgnew {
  top: 5%;
  left: 4%;
  z-index: 10;
  max-width: 59px;
  width: 30%;
}
.infoDetail .idDlcSpec .dlcSpecImg .p {
  z-index: 5;
}
.infoDetail .idDlcSpec p.kome {
  font-size: 2.0rem;
} 

.infoDetail .mainCont {
  padding: 2% 0 2%;
  background: url(../images/infodetail/info-bgimg-0121.jpg) top center no-repeat #000000;
}
.infoDetail #upd0217 .mainCont {
  padding: 2% 0 2%;
  background: url(../images/infodetail/info-bgimg-0217.jpg) top center no-repeat #000000;
}
.infoDetail #upd0317 .mainCont {
  padding: 2% 0 2%;
  background: url(../images/infodetail/info-bgimg-0317.jpg) top center no-repeat #000000;
}
.infoDetail .mainCont .cont01 {
  margin-bottom: 6%;
}
.infoDetail #upd0217 .mainCont .cont01 {
  margin-bottom: 1%;
}
.infoDetail #upd0317 .mainCont .cont01 {
  margin-bottom: 0;
}
.infoDetail .mainCont .ssLi {
  margin: 0 auto 2%;
}
.infoDetail .mainCont .ssLi li {
  display: inline-block;
  width: 32%;
  width: calc(98% / 3);
  margin-right: 1%;
}
.infoDetail #upd0317 .mainCont .cont01 p {
  margin-bottom: 2%;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .infoDetail .mainCont .cont02 {
    width: 96%;
    margin: 0 auto;
  } /* IE11 */
  *::-ms-backdrop,
  .infoDetail .mainCont .ssLi {
    width: 96%;
    text-align: center;
  } /* IE11 */
  *::-ms-backdrop,
  .infoDetail .mainCont .ssLi li {
    width: 32%;
  } /* IE11 */
}
.infoDetail .mainCont .ssLi li:last-child {
  margin: 0;
}
.infoDetail .mainCont .ssLeft {
  float: left;
  width: 32.5%;
}
.infoDetail .mainCont .ssRight {
  float: right;
  width: 66%;
}
@media (max-width:980px) {
  .infoDetail .header {
    background-size: 154% auto;
  }
  .infoDetail .header .inner {
    padding-bottom: 0;
  }
  .infoDetail #upd0317 .header {
    padding-bottom: 2%;
  }
  .infoDetail .header .cach01 {
    margin-bottom: 1%;
  }
  .infoDetail .idDlcSpec {
    background-size: 120% auto;
  }
  .infoDetail .idDlcSpec .dlcSpecTxt {
    font-size: 3.0rem;
  }
  .infoDetail .mainCont,
  .infoDetail #upd0217 .mainCont {
    background-size: 138% auto;
  }
  .infoDetail #upd0317 .mainCont {
    background-size: 160% auto;
  }
}

@media all and (max-width:980px) and (-ms-high-contrast:none) {
  /* IE11 */
  *::-ms-backdrop,
  #upd0217 .header {
    padding-bottom: 1%;
  }
  *::-ms-backdrop,
  .infoDetail .header h1 {
    padding-top: 55%;
  }
  *::-ms-backdrop,
  .topIconbox img {
    width: 100%;
    height: auto;
  }
  *::-ms-backdrop,
  .topIconbox .topIconli.topIconLink {
    width: 50%;
  }
  *::-ms-backdrop,
  .topIconbox .topIcondevice span:nth-child(1) {
    width: 73%;
  }
  *::-ms-backdrop,
  .topIconbox .topIcondevice span:nth-child(2) {
    width: 27%;
  }
  *::-ms-backdrop,
  .topIconbox .topIconLink span:nth-child(1) {
    width: 13%;
  }
  *::-ms-backdrop,
  .topIconbox .topIconLink span:nth-child(2) {
    width: 10%;
  }
  *::-ms-backdrop,
  .topIconbox .topIconLink span:nth-child(3) {
    width: 30%;
  }
  *::-ms-backdrop,
  .topIconbox .topIconLink span:nth-child(4) {
    width: 21%;
  }
  *::-ms-backdrop,
  .topIconbox .topIconLink span:nth-child(5) {
    width: 16%;
  }
  *::-ms-backdrop,
  .infoDetail .topIconbox .topIconli.topIconLink {
    width: 40%;
  }
  *::-ms-backdrop,
  .infoDetail .topIconbox .topIconLink span:nth-child(1) {
    width: 21%;
  }
  *::-ms-backdrop,
  .infoDetail .topIconbox .topIconLink span:nth-child(2) {
    width: 16%;
  }
  *::-ms-backdrop,
  .infoDetail .topIconbox .topIconLink span:nth-child(3) {
    width: 36%;
  }
  *::-ms-backdrop,
  .infoDetail .topIconbox .topIconLink span:nth-child(4) {
    width: 27%;
  }
}


/* otherTemp ------------------------------------------------ */
body.otherTemp {
  padding-top: 15%;
  background: #1b1b1b;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
body.otherTemp h1 {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10%;
}
body.otherTemp .b_link {
  margin-top: 5%;
}
body.otherTemp .b_link .txt {
  margin-bottom: 1%;
}
body.otherTemp .b_link .txt:last-child {
  margin-bottom: 0;
}
body#unsp.otherTemp .unspTextWrap a,
body.otherTemp .b_link .txt a {
  text-decoration: underline;
}

body#error.otherTemp .txt {
  font-size: 4.0rem;
}
body#unsp.otherTemp .unspTextWrap,
body#error.otherTemp .b_link .txt {
  font-size: 3.0rem;
}
body#unsp.otherTemp .footer,
body#error.otherTemp .footer {
  margin-top: 20%;
}

body#unsp.otherTemp .upperText {
  margin-bottom: 5%;
}

body#unsp.otherTemp .unspTextWrap p {
  margin-bottom: 2%;
}

/* font */
body#unsp.otherTemp .fotterText {
  font-size: 14px;
}

body#unsp.otherTemp .upperText {
  font-size: 26px;
}

body#unsp.otherTemp .unspTextWrap {
  font-size: 22px;
}

body#unsp.otherTemp ul.links.fotterText {
  margin-top: 2%;
}
body#unsp.otherTemp ul.links.fotterText li {
  display: inline-block;
}
body#unsp.otherTemp ul.links.fotterText li:first-child {
  padding-right: 3%;
}

