@charset "UTF-8";
html {
  height: 100%;
  font-size: clamp(0px, 0.5050505051vw, 10px);
}
@media screen and (max-width: 768px) {
  html {
    font-size: clamp(0px, 1.0204081633vw, 10px);
  }
}

body {
  position: relative;
  background: #ffffff;
  color: #000000;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-img-pc.webp) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  body::after {
    background-image: url(../images/common/bg-img-sp.webp);
  }
}

.wrapperInner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*overflow: hidden;*/
}

/**/
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

li {
  list-style: none;
}

sup {
  top: -0.7em;
}

sub,
sup {
  font-size: 60%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 980px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: inline;
  }
}
/*clearfix*/
.is-cf:before {
  content: "";
  display: table;
}
.is-cf:after {
  content: "";
  clear: both;
  display: table;
}

.clear {
  clear: both;
}

.is-cf::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.is-tc {
  text-align: center !important;
}

.is-tr {
  text-align: right !important;
}

.is-tl {
  text-align: left !important;
}

.is-posrel {
  position: relative;
}

.is-posabs {
  position: absolute;
}

.is-posfix {
  position: fixed;
}

.is-posinhe {
  position: inherit;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  transition: 0.5s;
}
a:link, a:hover, a:active {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:focus {
  outline: none;
}

a img {
  width: 100%;
  height: auto;
}

.kome {
  font-size: 80%;
}

/* colorbox */
#cboxLoadedContent,
#cboxContent {
  background: transparent !important;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.45);
}

#cboxClose {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 30px;
  height: auto;
  padding-top: 30px;
  background: url(../images/colorbox/button-close.png) no-repeat 0 0;
  background-size: 100% auto;
  font-size: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
#cboxClose:hover {
  background-position: 0 0;
  opacity: 0.8;
}

#cboxNext,
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 67px;
  height: auto;
  padding-top: 67px;
  background-size: 99% 99% !important;
  font-size: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  #cboxNext,
  #cboxPrevious {
    position: fixed !important;
    width: 17.4479166667%;
    padding-top: 17.4479166667%;
    transform: translate(0, -50%) !important;
  }
}
#cboxNext:hover,
#cboxPrevious:hover {
  opacity: 0.8;
}

#cboxNext {
  margin-left: 480px;
  background: url(../images/colorbox/button-arrow.png) no-repeat 50% 50%;
}
@media (max-width: 1100px) {
  #cboxNext {
    margin-left: 418px;
  }
}
@media (max-width: 768px) {
  #cboxNext {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}

#cboxPrevious {
  margin-left: -480px;
  background: url(../images/colorbox/button-arrow.png) no-repeat 50% 50%;
}
@media (max-width: 1100px) {
  #cboxPrevious {
    margin-left: -418px;
  }
}
@media (max-width: 768px) {
  #cboxPrevious {
    left: 0;
    margin-left: 0;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bgMovie {
  position: fixed;
  top: 0;
  z-index: -1;
}

.ytkvBox {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ytkvBox img {
  width: 100%;
}
.ytkvBox #video-background,
.ytkvBox #video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}
.ytkvBox #video-background {
  z-index: -2;
}
.ytkvBox #video-overlay {
  z-index: -1;
}

#wrapper .wrapperInner {
  position: relative;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4% 0;
}

section {
  margin: 0 auto 5%;
}

/* respo */
.is-sp,
.is-spMenu {
  display: none;
}

@media screen and (max-width: 980px) {
  .is-spMenu {
    display: block;
  }
  .is-pcMenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/* loadWrap --------------------------*/
.loadWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: linear-gradient(129deg, #000000 0%, #270101 5%, #040725 10%, #000000 15%);
  background-color: #000000;
  background-size: 800% 800%;
  font-weight: bold;
}
@keyframes textAnimte {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.loadWrap .text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  font-family: system-ui;
  font-weight: lighter;
  text-align: center;
  opacity: 0.8;
}
.loadWrap .text.text01 {
  font-size: 30px;
  letter-spacing: 8px;
  transform: translate(0, -110%);
}
@media screen and (max-width: 768px) {
  .loadWrap .text.text01 {
    font-size: 5rem;
    letter-spacing: 1rem;
  }
}
.loadWrap .text.text02 {
  font-size: 18px;
  letter-spacing: 5px;
  transform: translate(0, 80%);
}
@media screen and (max-width: 768px) {
  .loadWrap .text.text02 {
    font-size: 3rem;
    letter-spacing: 0.8rem;
  }
}
.loadWrap .text.text02 span {
  opacity: 0;
}
.loadWrap .text.text02 span:nth-child(1) {
  animation: textAnimte 2s 0.2s infinite;
}
.loadWrap .text.text02 span:nth-child(2) {
  animation: textAnimte 2s 0.4s infinite;
}
.loadWrap .text.text02 span:nth-child(3) {
  animation: textAnimte 2s 0.6s infinite;
}
@keyframes steam_Move {
  0% {
    left: -100%;
    transform: rotateY(0deg);
    transform: scale(1);
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(1.2);
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1);
  }
  100% {
    left: 100%;
    transform: rotateY(50deg);
    transform: scaleY(1.2);
  }
}
.loadWrap .steam {
  position: absolute;
  left: -100%;
  z-index: 10;
}
.loadWrap .steam.steam01 {
  bottom: -50%;
  width: 900px;
  filter: blur(3px);
  opacity: 0.5;
  transition: all 1s;
  animation: steam_Move 20s -20s infinite linear;
}
.loadWrap .steam.steam01 img {
  max-width: 1000%;
}
.loadWrap .steam.steam02 {
  bottom: -50%;
  width: 1000px;
  filter: blur(4px);
  opacity: 0.4;
  transition: all 3s 5s;
  animation: steam_Move 28s -15s infinite linear;
}
.loadWrap .steam.steam02 img {
  transform: rotate(180deg);
}
.loadWrap .steam.steam03 {
  bottom: -30%;
  width: 1200px;
  filter: blur(5px);
  opacity: 0.4;
  transition: all 1s -5s;
  animation: steam_Move 35s -10s infinite linear;
}
.loadWrap .steam.steam03 img {
  transform: scale(-1, 1);
}

/* contents --------------------------*/
/* header --------------------------*/
header {
  position: relative;
}
header h1 {
  position: absolute;
  width: 30.5%;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -30%);
}
header h1 .mainlogoimg {
  width: 100%;
}
@media screen and (max-width: 980px) {
  header h1 {
    width: 56%;
    transform: translate(-48%, -52%);
  }
}
header .catchimg {
  position: absolute;
  bottom: 3.5%;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  width: 43%;
}
header .catchimg img {
  width: 100%;
}
header .catchimg.-cs {
  width: 38%;
}
@media screen and (max-width: 980px) {
  header .catchimg {
    bottom: 20%;
    width: 62%;
  }
  header .catchimg.-cs {
    bottom: 24%;
    width: 42%;
  }
}
header .imgKvimgbody {
  width: 100%;
}
@media screen and (max-width: 980px) {
  header .imgKvimgbody.pcOnly {
    display: none;
  }
  header .imgKvimgbody.spOnly {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .imgKvimgbody.pcOnly {
    display: none;
  }
  header .imgKvimgbody.spOnly {
    display: block;
  }
}
header .topstlogo {
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 10;
  max-width: 420px;
  width: 7%;
}
@media screen and (max-width: 980px) {
  header .topstlogo {
    top: 1%;
    left: initial;
    right: 1%;
    width: 13%;
  }
}
header .topVFyoutube {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 11;
  max-width: 401px;
  width: 28%;
}
@media screen and (max-width: 768px) {
  header .topVFyoutube {
    bottom: 2%;
    width: 50%;
  }
}
header .topVFMlinkBox {
  position: absolute;
  bottom: 0;
  z-index: 11;
  display: inline-block;
  padding: 10px 20px 5px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  header .topVFMlinkBox {
    width: 60%;
    padding: 1.5% 2% 0.5%;
  }
}
header .topVFMlinkBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #ffffff;
  transform: scaleY(1) perspective(1em) rotateX(0.5deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 768px) {
  header .topVFMlinkBox::before {
    transform: scaleY(1) perspective(1em) rotateX(0.8deg);
  }
}
header .topVFMlinkBox .topVFMlink {
  max-width: 620px;
  width: 100%;
}
header .topVFMlinkBox .topVFMlink li {
  display: inline-block;
  width: 52.5%;
}
header .topVFMlinkBox .topVFMlink li:last-child {
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  header .topVFMlinkBox .topVFMlink li {
    width: 48.4%;
  }
  header .topVFMlinkBox .topVFMlink li:last-child {
    width: 51.6%;
    margin-left: -5%;
  }
}

/* header --------------------------*/
.headerArcade3tb {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(18, 18, 18);
  background-image: linear-gradient(rgb(63, 75, 82) 0%, rgb(63, 75, 82) 50%, rgb(0, 0, 0) 50%, rgb(63, 75, 82) 95%, rgb(63, 75, 82) 100%);
  border-top: 1px solid #000000;
  /*.menuLayer {
    display: none;
  }

  @media screen and (min-width: (config.$breakPoint-ipad + 1px)) and (max-width:config.$breakPoint-pc2) {
    .menuLayer {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
    }
  }*/
}
.headerArcade3tb::after {
  content: "";
  display: block;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .headerArcade3tb::after {
    height: 0.4rem;
  }
}
@media screen and (min-width: 981px) {
  .headerArcade3tb.scrollOn .headerInner {
    width: 80%;
  }
}
.headerArcade3tb .headerInner {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: auto;
  transition: width 0.15s;
}
.headerArcade3tb .headerInner .item {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  transform: translateY(-50%);
}
.headerArcade3tb .headerInner .hedLogoWrap {
  display: flex;
  align-items: center;
  width: 21.6145833333%;
  height: 100%;
  padding: 0 1%;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .hedLogoWrap {
    position: relative;
    top: 0;
    width: 26.875%;
    padding: 2% 1.5% 2% 2%;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .headerInner .hedLogoWrap {
    width: 43.8775510204%;
  }
}
.headerArcade3tb .headerInner .hedLogoWrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
  background-color: #000000;
  transform: skewX(15deg);
}
.headerArcade3tb .headerInner .hedLogoWrap.-spMenu {
  display: none;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .hedLogoWrap.-spMenu {
    display: flex;
    width: 70%;
    height: auto;
  }
}
.headerArcade3tb .headerInner .hedLogoWrap a.coming {
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .spMenuBottomWrap {
    display: flex;
  }
}
.headerArcade3tb .headerInner .snsWrap {
  right: 1%;
  display: flex;
  width: 7.8125%;
}
.headerArcade3tb .headerInner .snsWrap a {
  margin: 0 8%;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .snsWrap {
    position: relative;
    top: auto;
    right: 0;
    width: 30.612244898%;
    transform: translate(0, 0);
  }
  .headerArcade3tb .headerInner .snsWrap a {
    margin: 8% 5%;
  }
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .hedMenuWrap {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 999;
    width: 100vw;
    height: 100%;
    border-bottom: 1px solid #000000;
    background: url(../images/common/spmenu-bg.jpg) #ffffff bottom left no-repeat;
    background-size: 60% auto;
    overflow: auto;
    transition: all 0.6s;
  }
  .headerArcade3tb .headerInner .hedMenuWrap.nav-open {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .headerInner .hedMenuWrap {
    width: 100vw;
    max-height: inherit;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .menuWrap {
    position: relative;
    display: block;
    width: 50%;
    margin: 0 0 0 50%;
    background: #000000;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .headerInner .menuWrap {
    width: 75%;
    margin: 0 0 0 25%;
  }
}
.headerArcade3tb .headerInner .menuWrap .menu {
  display: flex;
  width: 62.5%;
  margin: auto;
  padding: 1% 0 1% 4%;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .menuWrap .menu {
    display: block;
    width: 100%;
    padding: 30% 5% 30%;
    text-align: right;
    background-image: linear-gradient(#8e0303 0%, #020290 100%);
  }
  .headerArcade3tb .headerInner .menuWrap .menu li {
    margin: 3.4vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .headerInner .menuWrap .menu {
    width: 100%;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li {
    margin: 6vw 1vw;
  }
}
.headerArcade3tb .headerInner .menuWrap .menu a {
  position: relative;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .menuWrap .menu a img {
    width: auto;
    height: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .headerInner .menuWrap .menu a img {
    height: 6.4vw;
  }
}
.headerArcade3tb .headerInner .menuWrap .menu li.coming a {
  pointer-events: none;
}
@media screen and (min-width: 981px) {
  .headerArcade3tb .headerInner .menuWrap .menu li.active img,
  .headerArcade3tb .headerInner .menuWrap .menu li a:hover img {
    opacity: 0;
    transition: 0.5s;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnTop a {
    background: url(../images/common/gn-top-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnMovie a {
    background: url(../images/common/gn-movie-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnChara a {
    background: url(../images/common/gn-chara-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnNews a {
    background: url(../images/common/gn-news-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnVfnet a {
    background: url(../images/common/gn-vfnet-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnGame a {
    background: url(../images/common/gn-gamemode-on.png) center center no-repeat;
    background-size: 100% auto;
  }
  .headerArcade3tb .headerInner .menuWrap .menu li.gnSpec a {
    background: url(../images/common/gn-spec-on.png) center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap {
    display: initial;
    width: 100%;
  }
  .headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap .hedLogoWrap {
    width: 100%;
    display: block;
    padding: 10% 3%;
    background: #000000;
  }
  .headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap .hedLogoWrap:before {
    width: 0;
    height: 0;
    position: relative;
    transform: none;
  }
}
.headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap .snsWrap {
  width: 7.8125%;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap .snsWrap {
    width: 100%;
    margin: auto;
    padding: 0 20%;
    transform: none;
    text-align: center;
    background: #020290;
  }
  .headerArcade3tb .headerInner .menuWrap .spMenuBottomWrap .snsWrap a {
    width: 50%;
  }
}
.headerArcade3tb .siteTitle {
  display: none;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .siteTitle {
    display: block;
  }
}
.headerArcade3tb .siteTitle .mainLogo {
  display: block;
  width: 44.4897959184%;
  margin: auto;
  padding-top: 5%;
}
.headerArcade3tb .siteTitle .spMenuPslogo {
  display: block;
  width: 23.0612244898%;
  margin: auto;
  padding-top: 2%;
}
.headerArcade3tb .btnHedMenuSp {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 2.0408163265%;
  z-index: 1;
  display: none;
  width: 4.0816326531%;
  margin-top: -1px;
  padding-top: 2.5510204082%;
  transform: translateY(-50%);
  transition: all 400ms;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .btnHedMenuSp {
    right: 3.2653061224%;
    width: 6.5306122449%;
    padding-top: 4.0816326531%;
  }
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .btnHedMenuSp {
    display: block;
  }
}
.headerArcade3tb .btnHedMenuSp span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 400ms;
}
.headerArcade3tb .btnHedMenuSp span:nth-child(1) {
  top: 0;
}
.headerArcade3tb .btnHedMenuSp span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.headerArcade3tb .btnHedMenuSp span:nth-child(3) {
  bottom: 0;
}
.headerArcade3tb .btnHedMenuSp.open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.headerArcade3tb .btnHedMenuSp.open span:nth-child(2) {
  opacity: 0;
}
.headerArcade3tb .btnHedMenuSp.open span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg) translateY(50%);
}
.headerArcade3tb .btnHedMenuSp.-close {
  display: none;
}
@media screen and (max-width: 980px) {
  .headerArcade3tb .btnHedMenuSp.-close {
    top: 3%;
    right: 2%;
    display: block;
    width: 10.08163%;
    padding-top: 5.55102%;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .headerArcade3tb .btnHedMenuSp.-close {
    right: 4.08163%;
    width: 6.53061%;
    padding-top: 4.08163%;
  }
}

/* main ------------------------- */
.topBanWrap {
  padding: 8% 5% 6%;
  background: #ffffff;
}
.topBanWrap p {
  width: 99%;
  margin: auto;
  margin-bottom: 4%;
}
.topBanWrap p:last-child {
  margin-bottom: 0;
}

.contentWrap {
  padding: 4% 0;
}
@media screen and (max-width: 980px) {
  .contentWrap {
    padding-top: 14%;
  }
}

h2.conteTitle {
  display: inline-block;
  max-height: 155px;
}

.movieWrap h2.conteTitle {
  width: 58%;
  max-width: 960px;
}
@media screen and (max-width: 1200px) {
  .movieWrap h2.conteTitle {
    width: 56%;
  }
}
@media screen and (max-width: 980px) {
  .movieWrap h2.conteTitle {
    width: 50%;
  }
}

.characterWrap h2.conteTitle {
  width: 91%;
  max-width: 1510px;
}
@media screen and (max-width: 1200px) {
  .characterWrap h2.conteTitle {
    width: 86%;
  }
}
@media screen and (max-width: 980px) {
  .characterWrap h2.conteTitle {
    width: 95%;
  }
}

.gamemodeWrap h2.conteTitle {
  width: 91%;
  max-width: 1514px;
}
@media screen and (max-width: 1200px) {
  .gamemodeWrap h2.conteTitle {
    width: 86%;
  }
}
@media screen and (max-width: 980px) {
  .gamemodeWrap h2.conteTitle {
    width: 93%;
  }
}

.infoListWrap h2.conteTitle {
  width: 55.5%;
  max-width: 924px;
}
@media screen and (max-width: 1200px) {
  .infoListWrap h2.conteTitle {
    width: 53%;
  }
}
@media screen and (max-width: 980px) {
  .infoListWrap h2.conteTitle {
    width: 49%;
  }
}

.vfSpecWrap h2.conteTitle {
  width: 47%;
  max-width: 781px;
}
@media screen and (max-width: 1200px) {
  .vfSpecWrap h2.conteTitle {
    width: 44.5%;
  }
}
@media screen and (max-width: 980px) {
  .vfSpecWrap h2.conteTitle {
    width: 45%;
  }
}

/* title Animation */
h2.mask-bg {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
h2.mask-bg .mask-img {
  opacity: 0;
}

h2.mask-bg::after {
  background: white;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

h2.mask-bg.titleAnim::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

h2.mask-bg .mask-img.titleAnim {
  animation: mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation-fill-mode: both;
  animation-delay: 0.55s;
}

@keyframes mask-bg {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
@keyframes mask-img {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* NEWS */
.infoListWrap {
  width: 100%;
  min-height: 300px;
  margin: 3% auto 5%;
}
@media screen and (max-width: 768px) {
  .infoListWrap {
    width: 100%;
    min-height: 150px;
    margin: 3% auto 7%;
  }
}
.infoListWrap .infoList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 3% 3%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoList {
    margin: 0 2% 3%;
  }
}
.infoListWrap .infoList .iconNewimg {
  position: absolute;
  top: -1px;
  left: -1px;
  max-width: 50px;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoList .iconNewimg {
    width: 30%;
  }
}
.infoListWrap .infoList li {
  position: relative;
  width: 23%;
  margin: 0 1%;
  background: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
  box-shadow: 5px 10px 0 0 #000000;
}
@media screen and (max-width: 980px) {
  .infoListWrap .infoList li {
    width: 47%;
    margin: 0 1.5% 3%;
    box-shadow: 3px 5px 0 0 #000000;
  }
}
.infoListWrap .infoList li.infoLiTitle {
  background: #000000;
  vertical-align: middle;
}
.infoListWrap .infoList li.infoLiTitle .divLi {
  position: relative;
}
.infoListWrap .infoList li a.articleLink {
  width: 100%;
  height: 100%;
}
.infoListWrap .infoList li .divLi {
  display: block;
  height: 100%;
}
.infoListWrap .infoList li .divLi .infoCate {
  position: absolute;
  top: 10px;
  right: 3%;
}
@media screen and (max-width: 1200px) {
  .infoListWrap .infoList li .divLi .infoCate {
    top: 7px;
  }
}
.infoListWrap .infoList li .newsListThumnail {
  width: 100%;
  height: auto;
}
.infoListWrap .infoList li .infoListTxt {
  position: relative;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  .infoListWrap .infoList li .infoListTxt {
    padding: 5px;
  }
}
.infoListWrap .infoList li .infoListTxt .infoTitletxt {
  margin-top: 2%;
}
@media screen and (max-width: 414px) {
  .infoListWrap .infoList li {
    width: 48%;
    margin: 1%;
  }
}
.infoListWrap .infoList .infoDay {
  display: inline-block;
  margin-right: 1em;
}
.infoListWrap .infoList .infoCate {
  display: inline-block;
  padding: 0.5% 0.8em;
  color: #ffffff;
  font-weight: bold;
  transform: skewX(-16deg);
}
.infoListWrap .infoList .infoCate a {
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.infoListWrap .infoList .infoCate > span {
  display: inline-block;
  transform: skewX(16deg);
}
.infoListWrap .infoList .infoCate.infoCate-ARCADE {
  background: #000000;
}
.infoListWrap .infoList .infoCate.infoCate-GAME {
  background: #c00000;
}
.infoListWrap .infoList .infoCate.infoCate-EVENT {
  background: #0005c0;
}
.infoListWrap .infoList .infoCate.infoCate-INFO {
  background: #7a00c0;
}
.infoListWrap .newsRe {
  margin-top: 1%;
  text-align: right;
  width: 96%;
  margin: 1% auto;
}
.infoListWrap .newsRe a {
  max-width: 299px;
  width: 15%;
}
@media screen and (max-width: 980px) {
  .infoListWrap .newsRe a {
    width: 30%;
  }
}
.infoListWrap .newsRe a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/* MOVIE */
.movieWrap .moviebox {
  text-align: right;
}
.movieWrap .moviebox .movieLink {
  max-width: 1000px;
  width: 84%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movieWrap .moviebox .movieLink {
    width: 100%;
  }
}
.movieWrap .moviebox .movieLink a {
  position: relative;
  border: 1px solid #ffffff;
}
.movieWrap .moviebox .movieLink a .imgMoviestart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  max-width: 102px;
  width: 10%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .movieWrap .moviebox .movieLink a .imgMoviestart {
    width: 20%;
  }
}
.movieWrap .moviebox .movieLink a .imgMoviethum {
  position: relative;
  z-index: 10;
}
.movieWrap .moviebox .movieLink a .imgMoviethum.imgMoviethumON {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}
.movieWrap .moviebox .movieLink a:hover .imgMoviethumOFF {
  opacity: 0;
  transition: 0.5s;
}
.movieWrap .moviebox .movieRe {
  margin: 2% 2% 0;
  text-align: right;
}
.movieWrap .moviebox .movieRe a {
  max-width: 171px;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .movieWrap .moviebox .movieRe a {
    width: 34%;
  }
}
.movieWrap .moviebox .movieRe a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/* CHARACTER -- */
.characterWrap {
  background: url(../images/chara-bgimg-pc.png) center center no-repeat;
  background-size: cover;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 980px) {
  .characterWrap {
    background-image: url(../images/chara-bgimg-sp.jpg);
  }
}
.characterWrap .charaList {
  width: 94%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .characterWrap .charaList {
    margin-top: -4%;
  }
}
.characterWrap .charaList li {
  display: inline-block;
  width: 16.6666666667%;
  margin: 1% 0;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .characterWrap .charaList li {
    margin: 5% 0;
    width: 33%;
    /*width: 34%;
    &:nth-child(2),
    &:nth-child(5),
    &:nth-child(8),
    &:nth-child(11){
      margin-left: -1%;
      margin-right: -1%;
    }
    */
  }
}
.characterWrap .charaList li a {
  position: relative;
}
.characterWrap .charaList li a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: top left no-repeat;
  background-size: 100% auto;
  transition: 0.5s;
}
.characterWrap .charaList li a.listAkira:hover::before {
  background-image: url(../images/character/chara-listimg-akira-on.png);
}
.characterWrap .charaList li a.listPai:hover::before {
  background-image: url(../images/character/chara-listimg-pai-on.png);
}
.characterWrap .charaList li a.listLau:hover::before {
  background-image: url(../images/character/chara-listimg-lau-on.png);
}
.characterWrap .charaList li a.listWolf:hover::before {
  background-image: url(../images/character/chara-listimg-wolf-on.png);
}
.characterWrap .charaList li a.listJeffry:hover::before {
  background-image: url(../images/character/chara-listimg-jeffry-on.png);
}
.characterWrap .charaList li a.listKage:hover::before {
  background-image: url(../images/character/chara-listimg-kage-on.png);
}
.characterWrap .charaList li a.listSarah:hover::before {
  background-image: url(../images/character/chara-listimg-sarah-on.png);
}
.characterWrap .charaList li a.listJacky:hover::before {
  background-image: url(../images/character/chara-listimg-jacky-on.png);
}
.characterWrap .charaList li a.listShun:hover::before {
  background-image: url(../images/character/chara-listimg-shun-on.png);
}
.characterWrap .charaList li a.listLion:hover::before {
  background-image: url(../images/character/chara-listimg-lion-on.png);
}
.characterWrap .charaList li a.listAoi:hover::before {
  background-image: url(../images/character/chara-listimg-aoi-on.png);
}
.characterWrap .charaList li a.listTaka:hover::before {
  background-image: url(../images/character/chara-listimg-taka-on.png);
}
.characterWrap .charaList li a.charaSkillLink {
  display: block;
  text-align: right;
  padding: 0 1em 0 0;
  margin: 5% auto 0;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, 1px 0 1px #000000, -1px 0 1px #000000, 0 1px 1px #000000, 0 -1px 1px #000000;
  color: black;
  text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 0 1px #ffffff, -1px 0 1px #ffffff, 0 1px 1px #ffffff, 0 -1px 1px #ffffff;
  /*
  text-decoration: underline;
  color: white;
  background: rgb(18, 18, 18);
  background-image: linear-gradient(rgb(63, 75, 82) 0%, rgb(63, 75, 82) 50%, rgb(0, 0, 0) 50%, rgb(63, 75, 82) 95%, rgb(63, 75, 82) 100%);*/
}
.characterWrap .charaList li a.charaSkillLink:hover {
  color: #cccccc;
}
@media screen and (max-width: 1920px) {
  .characterWrap .charaList li a.charaSkillLink {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 980px) {
  .characterWrap .charaList li a.charaSkillLink {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .characterWrap .charaList li a.charaSkillLink {
    font-size: 3rem;
  }
}

/* CHARA ListAnim */
.characterWrap .charaList.charaListIn li:nth-child(1) {
  animation: fadeInUp 0.2s 0.5s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(2) {
  animation: fadeInUp 0.2s 0.6s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(3) {
  animation: fadeInUp 0.2s 0.7s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(4) {
  animation: fadeInUp 0.2s 0.8s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(5) {
  animation: fadeInUp 0.2s 0.9s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(6) {
  animation: fadeInUp 0.2s 1s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(7) {
  animation: fadeInUp 0.2s 1.1s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(8) {
  animation: fadeInUp 0.2s 1.2s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(9) {
  animation: fadeInUp 0.2s 1.3s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(10) {
  animation: fadeInUp 0.2s 1.4s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(11) {
  animation: fadeInUp 0.2s 1.5s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(12) {
  animation: fadeInUp 0.2s 1.6s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(13) {
  animation: fadeInUp 0.2s 1.7s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(14) {
  animation: fadeInUp 0.2s 1.8s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(15) {
  animation: fadeInUp 0.2s 1.9s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(16) {
  animation: fadeInUp 0.2s 2s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(17) {
  animation: fadeInUp 0.2s 2.1s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(18) {
  animation: fadeInUp 0.2s 2.2s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(19) {
  animation: fadeInUp 0.2s 2.3s forwards;
}
.characterWrap .charaList.charaListIn li:nth-child(20) {
  animation: fadeInUp 0.2s 2.4s forwards;
}

/* VFSP */
.vfSPlinkWrap {
  position: relative;
  background: url(../images/vfesplink-bgimg-pc-l.png) left center no-repeat, url(../images/vfesplink-bgimg-pc-r.png) right center no-repeat;
  background-color: #ffffff;
  background-size: 50% auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.vfSPlinkWrap .inner {
  padding: 0;
}
.vfSPlinkWrap .btVFsplink {
  max-width: 800px;
  width: 44vw;
  margin: auto;
  padding: 6vw 0;
}
@media screen and (max-width: 980px) {
  .vfSPlinkWrap {
    background: url(../images/vfesplink-bgimg-sp.png) no-repeat center center;
    background-size: cover;
  }
  .vfSPlinkWrap .btVFsplink {
    max-width: inherit;
    width: 94%;
    padding: 11vw 0;
  }
  .vfSPlinkWrap .btVFsplink a {
    display: block;
  }
}

/* GAMEMODE */
.gamemodeWrap {
  /*.saveWrap {
    h3 {
      &::after {
        background-image:url(../images/gamemode/game-save-tit-line.png);
      }
    }
  }*/
  /*
  .lifeWrap {
    h3 {
      &::after {
        background-image:url(../images/gamemode/game-life-tit-line.png);
      }
    }
  }*/
}
.gamemodeWrap.contentWrap {
  padding-bottom: 0;
}
.gamemodeWrap.contentWrap .inner {
  padding-bottom: 0;
}
.gamemodeWrap nav {
  display: flex;
  text-align: center;
  width: 96%;
  margin: auto;
}
.gamemodeWrap nav span {
  display: block;
  width: 33.3333333333%;
}
.gamemodeWrap nav span a {
  margin: 0 1%;
  width: 98%;
  position: relative;
}
.gamemodeWrap nav span a::after {
  position: absolute;
  content: "";
  background: url(../images/gamemode/game-nav-arrow.png) center center no-repeat;
  background-size: 87% auto;
  max-width: 39px;
  width: 11%;
  height: 52%;
  top: 50%;
  left: 5.5%;
  transform: translateY(-50%);
}
.gamemodeWrap nav span a:hover {
  /*img {
    opacity: 0.6;
  }*/
}
.gamemodeWrap nav span a:hover::after {
  top: 55%;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap nav {
    display: block;
    text-align: center;
    margin-top: 3%;
  }
  .gamemodeWrap nav span {
    display: inline-block;
    margin: 2% auto;
    width: 50%;
  }
}
.gamemodeWrap .contWrap {
  background: rgba(255, 255, 255, 0.7);
  width: 96%;
  padding: 4%;
  margin: 5% auto;
  border: 1px solid #000000;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap {
    padding: 3%;
  }
}
.gamemodeWrap .contWrap h3 {
  position: relative;
  margin-bottom: 2vw;
  max-width: 900px;
  width: 53%;
  /*
  margin-bottom: 5vw;
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    background-size:100% auto;
    background-repeat:no-repeat;
    bottom: -4vw;
    left: 0;
    height: 4vw;
  }*/
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap h3 {
    margin-bottom: 4vw;
    width: 100%;
  }
}
.gamemodeWrap .contWrap dl {
  margin: 5% 0;
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap dl {
    margin-bottom: 0;
  }
}
.gamemodeWrap .contWrap dl dt img {
  max-height: 30px;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap dl dt img {
    width: 40%;
    max-height: inherit;
  }
}
.gamemodeWrap .contWrap dl dd {
  margin-top: 2%;
}
.gamemodeWrap .contWrap dl dd p {
  padding-left: 1em;
}
.gamemodeWrap .contWrap dl dl.subDl dt img {
  max-height: initial;
  max-width: 279px;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap dl dl.subDl dt img {
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap dl dl.subDl dt img {
    width: 20%;
  }
}
.gamemodeWrap .contWrap .ssArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5% auto;
}
.gamemodeWrap .contWrap .ssArea .ssWrap {
  position: relative;
  z-index: 0;
  display: block;
  margin: 1%;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filtercolorbox 0.2s;
  overflow: hidden;
}
.gamemodeWrap .contWrap .ssArea .ssWrap a {
  display: block;
  position: relative;
}
.gamemodeWrap .contWrap .ssArea .ssWrap a:hover {
  opacity: 0.5;
}
.gamemodeWrap .contWrap .ssArea .ssWrap a .plus {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 46px;
  width: 10.2%;
  overflow: hidden;
}
.gamemodeWrap .contWrap .ssArea .ssWrap a img.thumImg {
  position: relative;
  z-index: 5;
}
.gamemodeWrap .contWrap .ssArea.-column1 {
  width: 90%;
}
.gamemodeWrap .contWrap .ssArea.-column1 .ssWrap {
  max-width: 614px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap .ssArea.-column1 {
    width: 86%;
  }
  .gamemodeWrap .contWrap .ssArea.-column1 .ssWrap {
    max-width: inherit;
    width: 100%;
  }
}
.gamemodeWrap .contWrap .ssArea.-column2 .ssWrap {
  max-width: 492px;
  margin: 0 1%;
  width: 48%;
}
.gamemodeWrap .contWrap .ssArea.-column2 .ssWrap dl dt img {
  max-height: initial;
  max-width: 279px;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap .ssArea.-column2 .ssWrap dl dt img {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap .ssArea.-column2 .ssWrap dl dt img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap .ssArea.-column2 {
    width: 80%;
  }
  .gamemodeWrap .contWrap .ssArea.-column2 .ssWrap {
    max-width: inherit;
    width: 100%;
    margin-bottom: 0;
  }
}
.gamemodeWrap .contWrap .lazyload {
  box-shadow: #fe220c 0px 0px 0px 1px;
}
.gamemodeWrap .modeWrap {
  /*
  h3 {
    &::after {
      background-image:url(../images/gamemode/game-mode-tit-line.png);
    }
  }*/
}
.gamemodeWrap .modeWrap .ssArea.arrow {
  position: relative;
  margin-bottom: 13%;
}
.gamemodeWrap .modeWrap .ssArea.arrow::after {
  position: absolute;
  content: "";
  background: url(../images/gamemode/game-copt-arrow.png) center center no-repeat;
  background-size: 100% auto;
  max-width: 71px;
  width: 10%;
  bottom: -25%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .modeWrap .ssArea.arrow::after {
    bottom: -8vw;
  }
}
.gamemodeWrap .modeWrap .ssArea.-column1.arrow::after {
  height: 15%;
}
.gamemodeWrap .modeWrap .ssArea.-column2.arrow::after {
  height: 20%;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .modeWrap .ssArea.-column1.arrow::after {
    height: 16%;
  }
  .gamemodeWrap .modeWrap .ssArea.-column2.arrow::after {
    height: 24%;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .modeWrap .ssArea.-column1.arrow::after {
    height: 16%;
  }
  .gamemodeWrap .modeWrap .ssArea.-column2.arrow::after {
    bottom: -9%;
    width: 12%;
    height: 7%;
  }
}
.gamemodeWrap .modeWrap .ssArea.match {
  margin-top: 15%;
  text-align: center;
}
.gamemodeWrap .modeWrap .ssArea.match .txtMatch {
  margin-bottom: 5%;
  width: 100%;
}
.gamemodeWrap .modeWrap .ssArea.match .txtMatch img {
  max-width: 410px;
  width: 80%;
}
.gamemodeWrap .modeWrap .ssArea.match .txtMatch img.txtimg {
  max-width: 410px;
}
.gamemodeWrap .modeWrap .ssArea.match .txtMatch p {
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .modeWrap .ssArea.match .txtMatch {
    width: 84%;
  }
  .gamemodeWrap .modeWrap .ssArea.match .txtMatch img {
    max-width: initial;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .modeWrap .ssArea.match .txtMatch {
    width: 100%;
  }
}
.gamemodeWrap .modeWrap .modeNationalWrap dd p {
  margin-bottom: 2%;
}
.gamemodeWrap .modeWrap .modeNationalWrap .ssArea.-column2 dd p {
  padding-left: 0;
}
.gamemodeWrap .modeWrap .modePassWrap .ssArea.-column2.arrow::after {
  bottom: -35%;
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .modeWrap .modePassWrap .ssArea.-column2.arrow::after {
    bottom: -10%;
  }
}

/* SPEC */
.vfSpecWrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .vfSpecWrap.contentWrap {
    padding-bottom: 10%;
  }
}
.vfSpecWrap .inner {
  position: relative;
  padding: 80px 4% 200px;
}
@media screen and (max-width: 1200px) {
  .vfSpecWrap .inner {
    padding: 6% 4% 16%;
  }
}
@media screen and (max-width: 980px) {
  .vfSpecWrap .inner {
    padding: 9% 7% 2% 2%;
  }
}
@media screen and (max-width: 768px) {
  .vfSpecWrap .inner {
    padding: 3% 7% 2% 2%;
  }
}
.vfSpecWrap .specimg {
  position: absolute;
  right: 6%;
  bottom: 110px;
  z-index: 10;
  max-width: 294px;
  width: 33%;
}
@media screen and (max-width: 1200px) {
  .vfSpecWrap .specimg {
    right: 8%;
    bottom: 15%;
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .vfSpecWrap .specimg {
    right: 0%;
    bottom: 0.55vw;
    width: 24.6vw;
  }
}
@media screen and (max-width: 768px) {
  .vfSpecWrap .specimg {
    right: 0%;
    bottom: 0.55vw;
    width: 30vw;
  }
}
@media screen and (max-width: 414px) {
  .vfSpecWrap .specimg {
    bottom: 0vw;
    width: 31vw;
  }
}
.vfSpecWrap .specsubTitle {
  width: 77%;
  width: 824px;
}
@media screen and (max-width: 1200px) {
  .vfSpecWrap .specsubTitle {
    width: 74%;
  }
}
@media screen and (max-width: 980px) {
  .vfSpecWrap .specsubTitle {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .vfSpecWrap .specsubTitle {
    width: 82%;
  }
}
.vfSpecWrap .specsubTitle img {
  width: 100%;
}
.vfSpecWrap .specListbox {
  width: 77%;
  width: 824px;
  margin-top: 0.5%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #000000;
}
@media screen and (max-width: 1200px) {
  .vfSpecWrap .specListbox {
    width: 74%;
  }
}
@media screen and (max-width: 980px) {
  .vfSpecWrap .specListbox {
    width: 86%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .vfSpecWrap .specListbox {
    width: 82%;
  }
}
.vfSpecWrap .specListbox .specListboxInner {
  padding: 4%;
  padding-left: 2%;
}
.vfSpecWrap .specListbox table {
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.vfSpecWrap .specListbox table th {
  padding: 2%;
}
@media screen and (max-width: 768px) {
  .vfSpecWrap .specListbox table th {
    min-width: 6em;
    width: 27%;
  }
}
.vfSpecWrap .specListbox table td {
  padding: 2%;
}

/* FT BannerSpace */
.btmBanWrap {
  position: relative;
  z-index: 50;
  padding: 4% 0 6%;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.btmBanWrap .btmBanInner {
  max-width: 460px;
  width: 67%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btmBanWrap .btmBanInner {
    width: 50%;
  }
}
.btmBanWrap .btmBanInner span {
  position: relative;
  z-index: 20;
  display: inline-block;
}
.btmBanWrap .btmBanInner span:first-child {
  margin-bottom: 10%;
}
.btmBanWrap .button {
  position: relative;
  display: inline-block;
}
.btmBanWrap .button img {
  position: relative;
  z-index: 5;
}
.btmBanWrap .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.btmBanWrap .button.button01:hover:before {
  z-index: 6;
  background-image: url(../images/button-portal-on.png);
  opacity: 1;
}
.btmBanWrap .button.button02:hover:before {
  z-index: 6;
  background-image: url(../images/btn-youtube-on.png);
  opacity: 1;
}

/* footer ------------------------- */
#footer {
  z-index: 20;
  margin-top: auto;
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  #footer {
    margin-top: 10%;
  }
}
#footer .inner {
  width: 98%;
  margin: auto;
  padding: 0;
}
#footer .ftplatform {
  padding: 2% 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}
#footer .ftplatform img {
  max-width: 226px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  #footer .ftplatform img {
    width: 40%;
  }
}
#footer .ftCont,
#footer .ftTxtbox .ftendTxtbox li {
  margin-bottom: 2%;
}
#footer .ftCont:last-child,
#footer .ftTxtbox .ftendTxtbox li:last-child {
  margin-bottom: 0;
}
#footer .ftCont {
  margin: 2% 0 0;
}
#footer .ftSega {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
#footer .ftSega.-li02 {
  margin-top: 2% !important;
}
@media screen and (max-width: 768px) {
  #footer .ftSega {
    margin: 0;
  }
}
#footer .ftSega li {
  margin-bottom: 0;
  padding: 0 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #footer .ftSega li {
    padding: 0 8px;
  }
}
#footer .ftSega li a {
  display: inline-block;
}
#footer .ftSega li .sega-logo {
  width: 140px;
}
#footer .ftSega li .criware-logo {
  width: 60px;
}
#footer .ftSega li .allnet-logo {
  width: 160px;
}
@media screen and (max-width: 500px) {
  #footer .ftSega li .sega-logo {
    width: 94px;
  }
  #footer .ftSega li .criware-logo {
    width: 39px;
  }
  #footer .ftSega li .allnet-logo {
    width: 106px;
  }
}
#footer .ftTxtbox {
  padding: 40px 10px 70px;
}
#footer .ftTxtbox a:link, #footer .ftTxtbox a:hover, #footer .ftTxtbox a:active, #footer .ftTxtbox a:visited {
  color: #ffffff;
}
#footer .ftTxtbox a:focus {
  outline: none;
}
#footer .ftTxtbox .ftLink a {
  margin-right: 2%;
}
#footer .ftTxtbox .ftLink a:hover {
  text-decoration: underline;
}
#footer .ftTxtbox .ftLink a:last-child {
  margin-right: 0;
}
#footer .ftendTxtbox li .psImg {
  display: inline-block;
  padding: 0 10px;
}
#footer .ftendTxtbox li .psImg img {
  height: 21px;
}
#footer .ftendTxtbox li.psTxt {
  position: relative;
  line-height: 2.5;
}
#footer .ftendTxtbox li.psTxt .psImg {
  position: relative;
  top: 6px;
}
@media screen and (max-width: 414px) {
  #footer .ftendTxtbox li.psTxt .psImg {
    top: -1px;
  }
}
#footer .ftLangLink {
  display: inline-block;
  margin: 1.5% 0 0;
  padding: 0.5%;
}
#footer .ftLangLink a {
  display: inline-block;
  text-decoration: underline;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 66px;
  text-align: center;
  visibility: visible;
}
.pagetop span {
  display: block;
  height: 100%;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pagetop span:hover {
    background-color: #cf1e0c;
  }
}
.pagetop svg {
  width: 66px;
  height: 39px;
  transform: scale(0.5);
}

/*------font------*/
#wrapper {
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  #wrapper {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  #wrapper {
    font-size: 4.2rem;
  }
}
#wrapper .wrapperInner {
  position: relative;
  margin: 0 auto;
}

.langItem {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .langItem {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .langItem {
    font-size: 3rem;
  }
}

.aboutTxt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .aboutTxt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .aboutTxt {
    font-size: 3rem;
  }
}

.infoCate {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .infoCate {
    font-size: 2rem;
  }
}

.infoTitletxt,
.infoDay {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .infoTitletxt,
  .infoDay {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .infoTitletxt,
  .infoDay {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .infoTitletxt,
  .infoDay {
    font-size: 3rem;
  }
}

.infoDetailWrap .infoTitletxt {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .infoDetailWrap .infoTitletxt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 414px) {
  .infoDetailWrap .infoTitletxt {
    font-size: 3.9rem;
  }
}

nav.hedMenuSpNavi-arc {
  font-size: 16px;
}

.gamemodeWrap .contWrap p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .gamemodeWrap .contWrap p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 980px) {
  .gamemodeWrap .contWrap p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .gamemodeWrap .contWrap p {
    font-size: 3vw;
  }
}

.specListbox {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .specListbox {
    font-size: 3rem;
    font-weight: bold;
  }
}

#footer {
  font-size: 12px;
}/*# sourceMappingURL=common.css.map */