@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,700i');
@import url('//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css');


/* BODY */

html {
  height: 100%;
}

body {
  font-family: YakuHanJP, 'Roboto Condensed', sans-serif;
  background: #000;
  text-align: center;
  color: #fff;
  /*font-feature-settings : "palt";*/
}

/* LINK */

a { color: #e64600; text-decoration: none; outline: none; display: block; }

p a { display: inline; }

strong,b { font-weight: bold; }

sub { vertical-align: sub; font-size: 40%; }
sup { vertical-align: super; font-size: 40%; }

/* TEXT */

p {  font-size: 18px; }

h1 {}

h2 {}

h3 { font-size: 20px; font-weight: 700; color: #e64600; }

h4 { font-weight: 700; }

h5 {}

table { margin: 10px 0; }

table tr td { border: 1px solid #fff; padding: 10px; }
table tr th { border: 1px solid #fff; padding: 10px; }

hr { border: 0; margin: 40px auto; max-width: 100%; background-position: 50%; box-sizing: border-box; height: 1px; color: #e64600; background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 50%, rgba(255,255,255,0)); }

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.7em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.1em;
    text-align: center;
    letter-spacing: 0.3em;
}

/* Color Box */

#cboxLoadedContent {
  background: none;
  box-shadow: none;
  border: none;
}

#cboxContent {
  background: none;
}

#cboxCurrent {
  top: initial;
  bottom: -20px;
}

#cboxPrevious, #cboxNext {
  top: 50%;
  background: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  display: block;
  z-index: 10;
  transition: border-color .3s;
  outline: none;
  text-indent: -9999px;
}

#cboxPrevious {
  left: 20px;
  margin-top: -25px;
  transform: rotate(-135deg);
}

#cboxNext {
  right: 20px;
  margin-top: -25px;
  transform: rotate(45deg);
}




  .charaImg a {
    position: relative;
  /*  transform: skewX(16deg);*/
    transition: opacity .3s;
  }

 /* .charaImg a:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    height: 100px;
    width: 100px;
    content: "";
    background: url(../images/common/cbox.png) no-repeat;
    background-size: 100px 100px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }

  .charaImg a:hover {
    opacity: 0.7;
  }

  .charaImg a:hover:before {
    opacity: 0.7;
  }*/


/* YTP */


.YTPOverlay.raster { background-image: url(../images/common/raster.png); }
.YTPOverlay.raster.retina { background-image: url(../images/common/raster@2x.png); }


/* SLICK */

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}

.slick-arrow {
  height: 200px;
  width: 60px;
}


.slick-arrow:before {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  display: block;
  z-index: 10;
  transition: border-color .3s;
  outline: none;
  text-indent: -9999px;
}

.slick-prev:before {
  left: 20px;
  margin-top: -25px;
  transform:rotate(-135deg);
}
.slick-next:before {
  right: 20px;
  margin-top: -25px;
  transform:rotate(45deg);
}
.slick-arrow:hover:before {
  border-color: #ccc;
}

.slick-lightbox .slick-prev {
  left: 0px;
  z-index: 9999;
}

.slick-lightbox .slick-next {
  right: 0px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  max-width: initial;
}

.mediaTop .slick-slide { opacity: 0.6; pointer-events: none; transition: all .3s; }
.mediaTop .slick-center.slick-slide { opacity: 1; pointer-events: initial; transition: all .3s; transform: scale(1); }

.stageContent .slick-arrow {
  height: 677px;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}




/* MENU */

header {
  min-width: 1200px;
}

header h1.logo {
  text-align: center;
  position: fixed;
  left: 28px;
  z-index: 1002;
}
header h1.logo a {
  display: block;
}

header h1.logo img {
  height: 30px;
  margin: 15px auto;
}

.nav-wrap {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  z-index: 1001;
}

nav {
  width: 100%;
  height: 60px;
  position: absolute;
  background: rgba(0,0,0,0.8);
  top: 0;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  left: 286px;
  position: absolute;
  line-height: 1;
}

nav ul li {
  box-sizing: border-box;
  text-align: center;
  /*width: 9%;*/
  /*min-width: 100px;*/
  font-size: 16px;
  height: 60px;
  margin: 0 11px;
  position: relative;
}

@media screen and (max-width:1440px) {
  nav ul li {
    font-size: 14px;
    margin: 0 8px;
  }
}

@media screen and (max-width:1300px) {
  nav ul li {
    font-size: 13px;
    margin: 0 5px;
  }
}

nav ul li a {
  line-height: 40px;
  height: 40px;
  display: block;
  transition: all 0.1s ease-out;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

nav ul li.new:before {
  content: 'NEW';
  color: #333;
  padding: 2px 6px;
  background: #fe0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  background-size: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: -13px;
  z-index: 50;
  left: 50%;
  margin-left: -18px;
  line-height: 1.2;
  text-shadow: none;
}







.order {
  border-radius: 100px;
}

.order:before {
  border-radius: 100px;
}

.order a {
}


.btn-order a span {
  display: block;
  box-sizing: border-box;
  transition: all .3s;
  width: 134px;
  background: #aaa;
  line-height: 60px;
  background: #e64600;
  z-index: 1002;
  position: absolute;
  overflow: hidden;
  height: 60px;
  color: #fff;
  font-weight: bold;
}

.btn-order {
  display: block;
  width: 134px;
  overflow: hidden;
  position: absolute;
  right: 150px;
  height: 60px;
  border-radius: 0;
}

.btn-order:before {
  border-radius: 0;
  position: absolute;
  top: -20%;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 120%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(25deg);
  animation: shine 3s ease-in-out infinite;
  z-index: 1003;
}


@keyframes shine {
  75% {
    left: -90%;
  }
  100% {
    left: 140%;
  }
}

header .sns {
  position: absolute;
  right: 10px;
  z-index: 1001;
  padding: 15px 0 0 0;
  border: none;
  background: none;
}

header .sns a {
  margin: 0 5px;
}

header .sns a img {
  padding: 0;
  width: 30px;
}

/* CLASS */

.pc-none { display: none !important; }
.sp-none { display: block !important; }

.active { display: block !important; }
.none { display: none; }

.clear { display: block; clear: both; }

.btn.nolink { background: #999 !important; color: #fff !important; }

.btn.nolink:before { display: none; }

/* VIDEO */

 .video {
  text-align: center;
  margin: 40px 0;
 }

/* topProducts */


.topProducts {
  min-width: 1200px;
  box-shadow: 0 0 10px #000;
  position: relative;
  z-index: 2;
  transform: none;
}

.topProductsWrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.productsCont {
  width: 25%;
  min-height: 400px;
  min-width: 300px;
  z-index: 1000;
}

.productsCont a {
  display: block;
  padding-bottom: 20px;
  color: #fff;
  cursor: pointer;
}

.productsCont a img {
  transition: transform .6s;
}



.productsCont:nth-child(1n) {
/*  background: url(../images/products/bg-g.jpg);*/
background: #333 url(../images/common/bg003.png) center center / cover no-repeat;
}
.productsCont:nth-child(2n) {
/*  background: url(../images/products/bg-b.jpg);*/
background: #300 url(../images/common/bg003.png) center center / cover no-repeat;
}
.productsCont:nth-child(3n) {
/*  background: url(../images/products/bg-r.jpg);*/
background: #600 url(../images/common/bg003.png) center center / cover no-repeat;
}
.productsCont:nth-child(4n) {
/*  background: url(../images/products/bg-y.jpg);*/
background: #800 url(../images/common/bg003.png) center center / cover no-repeat;
}

.productsContTtl {
  font-size: 24px;
  line-height: 36px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.productsContTtl:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgba(230,70,0,0), rgba(230,70,0,1) 50%, rgba(230,70,0,0));
  position: relative;
  margin-top: 5px;
}

.productsContImg {
  height: 260px;
  margin: 0 auto;
  max-height: 19vw;
}

.productsCont a[href*="#productsPackSE"] .productsContImg {
  height: 200px;
  padding-top: 30px;
}

.productsContImg img {
  height: 100%;
}

.productsCont .btn {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  width: 80%;
  margin: 40px auto 0;
}

.productsCont .btn a {
  padding: 0;
}


/* BACK TO TOP */


#back-top {
  position: fixed;
  bottom: 0;
  right: 2%;
  z-index: 1000;
  display: none;
  cursor: pointer;
}

#back-top span {
  background: url(../images/common/backtotop.png) top center no-repeat;
  width: 100px;
  height: 76px;
  display: block;
  opacity: 0.8;
}



/* FOOTER */


footer {
  padding: 0 0 20px;
  border-top: #222 solid 1px;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #000;
  z-index: 2;
  position: relative;
}

/* LANGUAGE */
.lang {
  padding: 60px 0 20px;
}

.lang a {
  display: inline-block;
  padding: 10px;
  transition: all 0.3s ease-out;
  letter-spacing: 0.1em;
  margin: 0 0.8em;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  width: 200px;
  letter-spacing: 0.1em;
}


.lang-ttl {
  font-weight: 300;
  padding-bottom: 20px;
}


.sns {
  margin: 0 auto;
  border-bottom: #222 solid 1px;
  padding: 20px 0 40px;
  background: #200;
}

.sns a {
  display: inline-block;
  margin: 0 0.8em;
  line-height: 1;
}

.sns a img {
  padding: 2vw;
  width: 50px;
}

.sns-ttl {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


footer .links  {
  margin: 10px auto;
}

footer .links a {
  padding: 10px;
  transition: all 0.3s ease-out;
  display: inline-block;
  color: #fff;
}

footer .links span:after,footer .languege span:after {
  content: "\007c";
  display: inline-block;
  opacity: 0.3;
  padding: 0 0.2em 0 0.2em;
  font-size: 70%;
}

footer .links span:last-child:after,footer .languege span:last-child:after {
  display: none;
}



.logos {
  width: 70%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}
.logos div {
  height: 14vw;
  max-height: 120px;
}
.logos img {
  height: 100%;
}

footer .logos {
  width: 90%;
  max-width: 1000px;
}

footer .logos div {
  height: 10vw;
  position: relative;
}

footer .logos a {
  transition: opacity .3s;
  display: inline;
}


footer .logos-logo07 img {
  max-height: 50px;
  margin: 0 auto 20px;
}

footer .logos-logo08 img {
  max-width: 80px;
  width: 12%;
  margin-bottom: 20px;
}


.copy {
  color: #999;
  font-size: 60%;
  line-height: 12px;
  font-weight: 300;
}

.copy img {
  height: 20px;
  vertical-align: middle;
  margin: -4px 2px;
  opacity: 0.7;
}

.attend {
  color: #999;
  font-size: 80%;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}


.btn-s {
  background: #e64600;
  height: 40px;
  width: 300px;
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}


.btn {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 240%;
  margin: 60px auto 100px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px #000;
  background: #e64600;
  /*transform: skewX(-6deg);*/
}

.btn:before {
  border-color: #e64600;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.btn a span.btn-arrow {
  width: 14%;
  height: 1px;
  display: block;
  position: absolute;
  right: 7%;
  top: 50px;
  background: #fff;
  padding: 0;
  box-shadow: none;
}
.btn a span.btn-arrow:before {
  content: '';
  width: 20%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transform-origin: right;
  transform: rotateZ(20deg);
}

.nolink {
  cursor: default;
  background: rgba(30,30,30,0.6);
  border: 2px solid #333;
}

.nolink a {
  cursor: default;
}


.wcCommonBanner {
  background: url(../images/wc/bg001.jpg) center center / cover no-repeat fixed;
  position: relative;
  z-index: 1;
  top: 100px;
  display: flex;
  display: none;
}

.wcCommonBanner img {
  display: block;
  left: 0;
  width: 600px;
}

.wcCommonBanner .wcCommonBannerText {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 80px;
}

.breaking-news-ticker {
  background: none;
  border:none;
  height: 80px;
  text-align: left;
}

.bn-news ul li a {
  color: #fff;
  border: none;
  line-height: 80px;
  height: 80px;
}

.bn-news ul li a:hover {
  text-decoration: underline;
  color: #fff;
}




.cfCommonBanner {
  background: #e64600;
  position: fixed;
  height: 500px;
  width: 500px;
  right: -250px;
  bottom: -550px;
  transform: rotate(45deg);
  z-index: 3;
  box-shadow: 0 0 10px #000;
  animation-name: bounceIn;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  }

@keyframes bounceIn {
  0% { bottom: -550px }
  4.3% { bottom: -406.004px }
  8.61% { bottom: -303.996px }
  12.91% { bottom: -255.363px }
  17.22% { bottom: -243.866px }
  28.33% { bottom: -264.225px }
  39.44% { bottom: -271.745px }
  61.66% { bottom: -269.884px }
  83.98% { bottom: -270.008px }
  100% { bottom: -270px }
}




.cfCommonBanner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.cfCommonBanner img {
  position: absolute;
  top: 40px;
  left: -210px;
  transform: rotate(-45deg);
  pointer-events: none;
  width: 400px;
  height: 400px;
  backface-visibility: hidden;
}

.cfCommonBannerClose {
  display: block;
  background: #000;
  position: absolute;
  border-radius: 100%;
  transform: rotate(45deg);
  height: 40px;
  width: 40px;
  left: -27px;
  top: 20px;
  box-shadow: 0 0 5px #000;
  z-index: 10;
  cursor: pointer;
  background-image: url(../images/common/close.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.cfCommonBannerMin {
  animation-name: bounceOut;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


.cfCommonBannerMin .cfCommonBannerClose {
  transform: rotate(-45deg);
  background-image: url(../images/common/arrow.svg);
}

@keyframes bounceOut {
  0% { bottom: -270px }
  4.3% { bottom: -413.996px }
  8.61% { bottom: -516.004px }
  12.91% { bottom: -564.637px }
  17.22% { bottom: -576.134px }
  28.33% { bottom: -555.775px }
  39.44% { bottom: -548.255px }
  61.66% { bottom: -550.116px }
  83.98% { bottom: -549.992px }
  100% { bottom: -550px }
}




/* HOVER SET */


@media screen and (min-width:961px) {


  .btn-order span:nth-child(1) {
    transform: rotateX(90deg);
    transform-origin: 50% 50% -30px;
    background: #ff611c;
  }

  .btn-order span:nth-child(2) {
    transform: rotateX(0deg);
    transform-origin: 50% 50% -30px;
    background: #e64600;
  }

  .btn-order:hover span:nth-child(1) {
    transform: rotateX(0deg);
  }

  .btn-order:hover span:nth-child(2) {
    transform: rotateX(-90deg);
  }

  .btn-order:hover:before {
    display: none;
  }


  .productsCont a:hover img {
    transform: scale(1.05);
  }

  header+h1.logo {
    display: none;
  }

  .btn span.btn-arrow {
    transition: all .3s ease-out;
  }
  .btn span.btn-arrow:before {
    transition: all .3s ease-out;
  }
  .btn:hover span.btn-arrow {
    background: #fff;
    right: 5%;
  }
  .btn:hover span.btn-arrow:before {
    background: #fff;
  }

  header h1.logo a:hover {
    opacity: 0.8;
  }

  footer .logos a:hover {
    opacity: 0.8;
  }

  nav ul li a:hover {
    color: #e64600;
  }
  nav ul li a, .hvr-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    transition: color .3s ease-out;
  }
  nav ul li a:before, .hvr-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e64600;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  nav ul li a:hover:before, .hvr-underline:hover:before, nav ul li a:focus:before, .hvr-underline:focus:before, nav ul li a:active:before, .hvr-underline:active:before {
    left: 0;
    right: 0;
  }
  .features nav ul li.nav-features a,.characters nav ul li.nav-characters a,.character nav ul li.nav-characters a,.stages nav ul li.nav-stages a,.media nav ul li.nav-media a,.events nav ul li.nav-events a,.products nav ul li.nav-products a,.howto nav ul li.nav-howtoplay a,.dlc nav ul li.nav-dlc a,.update nav ul li.nav-update a,.arcade nav ul li.nav-arcade a {
    color: #e64600;
  }

  .features nav ul li.nav-features a:before,.characters nav ul li.nav-characters a:before,.character nav ul li.nav-characters a:before,.stages nav ul li.nav-stages a:before,.media nav ul li.nav-media a:before,.events nav ul li.nav-events a:before,.products nav ul li.nav-products a:before,.howto nav ul li.nav-howtoplay a:before,.dlc nav ul li.nav-dlc a:before,.update nav ul li.nav-update a:before,.arcade nav ul li.nav-arcade a:before {
    left: 0;
    right: 0;
  }


  @keyframes hvr-ripple-out {
    100% {
      top: -12px;
      right: -12px;
      bottom: -12px;
      left: -12px;
      opacity: 0;
    }
  }

  .hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
  }
  .hvr-ripple-out a {
    color: #fff;
    padding: 0 20px;
    display: block;
    position: relative;
  }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border-color: #e64600;
    border-style: solid;
    border-width: 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
  }

  .slick-dots {
    overflow: hidden;
    white-space: nowrap;
  }

  .slick-dots li {
    width: 30px;
    height: 6px;
  }

  .slick-dots li button {
    width: 30px;
    height: 6px;
  }

  .slick-dots li button:before {
    color: #ccc;
    width: 30px;
    height: 6px;
    background: #ccc;
    content: '';
  }

  .slick-dots li.slick-active button:before {
    color: #e64600;
    background: #e64600;
  }



}


@media screen and (max-width: 960px){


.cfCommonBanner {
  display: none;
}


[data-ruby]::before {
  display: none;
}

.productsCont a[href*="#productsPackSE"] .productsContImg {
  height: auto;
  padding-top: 10px;
  width: 50%;
}


.slick-lightbox-slick-caption {
  font-size: 10px;
}


  h3 { font-size: 16px; }

  .btn { height: 40px; line-height: 40px; font-size: 18px; margin-bottom: 40px; }

  .pc-none { display: block !important; }
  .sp-none { display: none !important; }



  header+h1.logo {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    z-index: 1000;
  }
  header+h1.logo a img {
    width: 64%;
    max-width: 600px;
    padding-left: 2%;
    filter: drop-shadow(0 0 10px #000);
  }


  .slick-arrow:before {
    zoom:0.5;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .slick-arrow {
    width: 30px;
  }

  .slick-prev {
    left: -35px;
  }
  .slick-next {
    right: -15px;
  }

  .slick-dots {
    overflow: hidden;
    height: 25px;
  }

  .slick-dots li {
    margin: 0;
  }

  .slick-dots li button:before {
    color: #ccc;
  }

  .slick-dots li.slick-active button:before {
    color: #e64600;
  }

  .sns-ttl {
    font-size: 20px;
    padding-bottom: 0;
  }

  .sns a img {
    padding: 1vw;
    width: 40px;
  }


  .video {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
    max-width: 720px;
    max-height: 405px;
    margin: 0 auto 20px;
  }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 720px;
    max-height: 405px;
  }

  header h1.logo {
    position: relative;
    /*margin-top: -400px;*/
    width: 90%;
    left: 5%;
    /*top: 100%;*/
    /*transition: all .3s;*/
    filter: drop-shadow(0 0 10px #000);
  }

  header {
    /*bottom: 0px;*/
    /*position: fixed;*/
    /*z-index: 9999;*/
    /*background: #000;*/
    /*height: 100%;*/
    width: 100%;
    min-width: initial;
  }

  header nav {
    position: relative;
    /*top: 100%;*/
    height: 100%;
    /*margin-top: -400px;*/
    background: none;
    /*transition: all .3s;*/
  }

  nav ul {
    position: relative;
    display: block;
    left: auto;
    bottom: 0;
    /*margin-top: 60px;*/
  }

  nav ul li {
    width: 100%;
    height: auto;
    margin: 0;
  }

  nav ul li a {
    margin: 0 auto 10px;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    /*width: 44%;*/
    /*border-bottom: #000 solid 3px;*/
    width: auto;
    position: relative;
    display: inline-block;
  }

  nav ul li.new:before {
    display: none;
  }

  nav ul li.new a:before {
    content: 'NEW';
    color: #333;
    padding: 2px 6px;
    background: #fe0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    background-size: 100%;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: -3px;
    z-index: 50;
    right: -30px;
    line-height: 1.2;
    text-shadow: none;
  }



  .btn-order-nav-sp {
    background: #fff;
    animation: bgcolorred 3s infinite ease-in-out;
    width: 40%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: small;
    max-width: 200px;
    display: block;
    z-index: 9999;
    background: #e64600;
    color: #fff;
    font-size: 14px;
  }


  .btn-order-nav-sp:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
  }







  .btn-order {
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 140px;
    z-index: 1000;
    position: relative;
  }



  header .sns {
    top: 100%;
    right: auto;
    padding: 10px 0 20px;
    margin: 0 auto;
    position: relative;
    /*margin-top: -120px;*/
  }

  header .sns a img {
    width: 40px;
  }


  .btn-s { text-align: center; width: auto; }
  .btn-s a { color: #fff; }

  .btn a span.btn-arrow { top: 20px; }
  footer  { padding-bottom: 90px; z-index: 2; position: relative; }
  footer .logos-logo07 img { position: relative; }
  #back-top { zoom: 0.5; bottom: 90px; }




 /* menu-trigger */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 44px;
    margin: 0 8px;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 25px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .sp-nav-btn.act {
  }
  .menu-trigger.act span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.act span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.act span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  .sp-nav-btn {
    display: block;
    background: #000;
    position: fixed;
    height: 50px;
    width: 50px;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    text-align: left;
  }
  .sp-nav-btn-name {
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    position: relative;
  }

  .sp-nav-btn-name:after {
    content: '3';
    color: #333;
    padding: 2px 6px;
    background: #fe0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    background-size: 100%;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    z-index: 50;
    top: 11px;
    line-height: 1.2;
    text-shadow: none;
    width: 6px;
    right: -12px;
    margin: 0 auto;
    height: 14px;
  }

  .sp-nav-btn-reserve {
    background: #fff;
    animation: bgcolorred 3s infinite ease-in-out;
    width: 40%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: small;
    max-width: 200px;
    display: block;
    z-index: 9999;
  }
  .sp-nav-btn-reserve:before{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
  }

  .sp-nav-bg {
    position: absolute;
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 50px;
  }




  .features nav ul li.nav-features a,.characters nav ul li.nav-characters a,.character nav ul li.nav-characters a,.stages nav ul li.nav-stages a,.media nav ul li.nav-media a,.events nav ul li.nav-events a,.products nav ul li.nav-products a,.howto nav ul li.nav-howtoplay a,.dlc nav ul li.nav-dlc a,.update nav ul li.nav-update a,.arcade nav ul li.nav-arcade a {
    color: #e64600;
  }



  header {
  }

  header.sp-nav-open {
    top: 0;
  }

  header .nav-wrap {
    position: fixed;
    width: 100%;
    z-index: 1002;
    background: url(../images/common/bg002.jpg);
    background-size: 100%;
    text-shadow: 0 0 5px #000;
    bottom: -600px;
    transition: all .3s;
    box-shadow: 0 0 10px #000;
    min-width: initial;
  }

  header .nav-wrap.sp-nav-open {
    bottom: 50px;
  }

  header h1.logo.sp-nav-open {
  }

  header .sns.sp-nav-open {
  }

  .nav-bg {
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1001;
    display: none;
  }
  .nav-bg.sp-nav-open {
    display: block;
  }





.topProducts {
  width: 100%;
  min-width: initial;
}

.productsCont {
  min-width: initial;
  width: 50%;
  min-height: initial;
}




.productsContImg {
  height: auto;
  width: 80%;
  max-height: initial;
}

.productsContImg img {
  width: 100%;
}

.productsContTtl {
  font-size: 14px;
  line-height: 20px;
}


.productsContImg img {
  height: auto;
}


.wcCommonBanner {
  top: 14vw;
  display: block;
  background-size: contain;
  background-position: top center;
  display: none;
}

.wcCommonBanner img {
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}

.wcCommonBanner .wcCommonBannerText {
  line-height: 30px;
  height: 40px;
  overflow: hidden;
}

.bn-news {
}

.bn-news ul li a {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}


}



@media screen and (max-width: 360px){
  .slick-dots li {
    width: 14px;
  }
  .slick-dots li button {
    width: 14px;
    padding: 0;
  }

  nav ul li a {
    margin: 0 auto 8px;
    font-size: 22px;
    height: 24px;
    line-height: 24px;
  }

}





/* IE Hack */

@media all and (-ms-high-contrast: none) {
  .topNewSystemText h2::before, .topNewStagesText h2::before, .featuresTitle2:before, .eventsListWrap h2:before, .productsListWrap h2:before, h2.newsTitle:before, .subTopicsTitle:before,.mediaContent h2:before,.faqWrap h2:before,.arcade section h2:before {
    background: none !important;
  }

}



.tw { background: #1DA1F2; }
.fb { background: #3b5998; }
.yt { background: #f00; }
.wb { background: #df2029; }

.tw:before { border-color: #1DA1F2; }
.fb:before { border-color: #3b5998; }
.yt:before { border-color: #f00; }
.wb:before { border-color: #df2029; }
