/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ------------------------------
common
------------------------------ */
html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  font-size: 625%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13.0208333333vw;
  }
}

br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}

br.pc {
  display: block;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
}

body {
  height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.1em;
  word-break: break-word;
  overflow-wrap: break-word;
  counter-reset: number 0;
  background: #000;
  hanging-punctuation: first allow-end last;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #fff;
  -o-border-image: linear-gradient(to right, transparent 170px, #fff 170px) 1;
     border-image: linear-gradient(to right, transparent 170px, #fff 170px) 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
}
header .navBtn {
  display: none;
}
header .gNavWrap .closeBtn {
  display: none;
}
header .gNavWrap #gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .gNavWrap #gNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 0.3rem;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.26rem;
  line-height: 1;
  position: relative;
}
header .gNavWrap #gNav ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_gnav.png");
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header .gNavWrap #gNav ul li a:hover::before {
  opacity: 1;
}
header .gNavWrap .lang {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 1.41rem;
  height: 38px;
  padding: 0.1rem 0.31rem 0.1rem 0.1rem;
  line-height: 1;
  border-left: 0.01rem solid #fff;
}
header .gNavWrap .lang:hover {
  opacity: 0.6;
}
header .gNavWrap .lang::after {
  position: absolute;
  top: 0;
  right: 0.12rem;
  bottom: 0;
  display: inline-block;
  width: 0.1rem;
  height: 0.11rem;
  margin: auto 0;
  content: "";
  background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/lang_arrow.png");
  background-size: cover;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .gNavWrap .lang.on::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header .gNavWrap ul.langList {
  position: absolute;
  top: 50px;
  right: 0;
  display: none;
}
header .gNavWrap ul.langList li {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 0.38rem;
  background: #fff;
}
header .gNavWrap ul.langList li:first-child::after {
  position: absolute;
  right: 0;
  bottom: -0.02rem;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  content: "";
  border-bottom: 0.02rem solid #000;
}
header .gNavWrap ul.langList li:first-child img {
  width: 0.74rem;
}
header .gNavWrap ul.langList li img {
  width: 0.54rem;
  vertical-align: middle;
}
header .gNavWrap ul.langList li a {
  display: block;
  width: 1.41rem;
  padding-left: 0.4rem;
}
header .gNavWrap ul.langList li a.active {
  pointer-events: none;
}
header .gNavWrap ul.langList li a.active::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.16rem;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin: auto 0;
  content: "";
  background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/lang_icon.png");
  background-size: cover;
}
header .gNavWrap ul.langList li a:hover {
  background: #ccc;
  opacity: 0.8;
}
header .gNavWrap .gNavLogo {
  display: none;
}
@media (max-width: 768px) {
  header {
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    border: none;
  }
  header .logo {
    position: absolute;
    top: 14px;
    width: 95px;
  }
  header .navBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    width: 54px;
  }
  header .gNavWrap {
    border: 1px solid #3cc51c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 88, 25, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(to bottom, rgba(37, 88, 25, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.6rem 0.6rem;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .gNavWrap.is-open {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  header .gNavWrap::before {
    content: "THE KING OF FIGHTERS XIII GLOBAL MATCH";
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 0.24rem;
    position: absolute;
    top: 0.32rem;
    left: 0.32rem;
  }
  header .gNavWrap .closeBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.08rem;
  }
  header .gNavWrap #gNav {
    margin-top: -0.6rem;
  }
  header .gNavWrap #gNav ul {
    display: block;
  }
  header .gNavWrap #gNav ul li a {
    height: auto;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 2.5vh;
  }
  header .gNavWrap #gNav ul li a::before {
    display: none;
  }
  header .gNavWrap .langWrap {
    position: relative;
  }
  header .gNavWrap .langWrap .lang {
    position: relative;
    right: 0;
    width: 1.98rem;
    height: 0.6rem;
    padding: 0.2rem 0.3rem 0.4rem 0;
    border-left: none;
    border-bottom: 1px solid #fff;
    z-index: 1;
  }
  header .gNavWrap .langWrap .lang::after {
    right: 0;
    width: 0.15rem;
    height: 0.16rem;
  }
  header .gNavWrap .langWrap .lang:hover {
    opacity: 1;
  }
  header .gNavWrap .langWrap ul.langList {
    top: 0.7rem;
    right: auto;
    left: 0;
    width: 1.98rem;
    z-index: 1;
  }
  header .gNavWrap .langWrap ul.langList li {
    height: 0.6rem;
  }
  header .gNavWrap .langWrap ul.langList li:first-child img {
    width: 1.14rem;
  }
  header .gNavWrap .langWrap ul.langList li img {
    width: 0.82rem;
  }
  header .gNavWrap .langWrap ul.langList li a {
    width: 2.22rem;
    padding-left: 0.6rem;
  }
  header .gNavWrap .langWrap ul.langList li a.active::before {
    width: 0.24rem;
    height: 0.24rem;
  }
  header .gNavWrap .langWrap ul.langList li a:hover {
    background: #ccc;
    opacity: 0.8;
  }
  header .gNavWrap .gNavLogo {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    text-align: center;
  }
  header .gNavWrap .gNavLogo img {
    width: 4.5rem;
  }
}

img,
canvas {
  width: 100%;
  height: auto;
}

svg {
  display: block;
}

footer {
  padding-top: 0.65rem;
  color: #fff;
  text-align: center;
  background: #000;
}
@media (max-width: 768px) {
  footer {
    padding-top: 1rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  footer .inner {
    width: 7.68rem;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
footer .inner .logo {
  display: block;
  width: 2.98rem;
  margin: 0 auto 0.4rem;
}
@media (max-width: 768px) {
  footer .inner .logo {
    width: 7.08rem;
    padding: 0 1.705rem;
    margin: 0 auto 0.5rem;
  }
}
footer .inner .txt {
  font-size: 0.12rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer .inner .txt {
    padding-left: 1em;
    font-size: 0.2rem;
    text-align: left;
    text-indent: -1em;
  }
}
footer .inner .txt.txt_inline {
  display: inline;
}
@media (max-width: 768px) {
  footer .inner .txt.txt_inline {
    display: block;
    margin: 0 auto;
  }
}
footer .inner .txt.txt_bottom {
  margin: 0 auto 0.7rem;
}
@media (max-width: 768px) {
  footer .inner .txt.txt_bottom {
    margin: 0 auto 0.7rem;
  }
}
footer .inner .txtbottom {
  margin-bottom: 0.6rem;
  font-size: 0.12rem;
}
@media (max-width: 768px) {
  footer .inner .txtbottom {
    margin-bottom: 0.7rem;
    font-size: 0.2rem;
  }
}
footer .inner .txtbottom span {
  display: inline-block;
}
footer .inner .txtbottom span.ps_logo {
  width: 0.14rem;
}
@media (max-width: 768px) {
  footer .inner .txtbottom span.ps_logo {
    width: 0.22rem;
  }
}
footer .inner .txtbottom span.ps4 {
  width: 0.4rem;
}
@media (max-width: 768px) {
  footer .inner .txtbottom span.ps4 {
    width: 0.6rem;
  }
}
footer .inner .txtbottom span img {
  vertical-align: middle;
}
footer .inner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 5.8rem;
  padding: 0;
  margin: 0 auto 0.2rem;
}
@media (max-width: 768px) {
  footer .inner ul {
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    width: 6.8rem;
  }
}
footer .inner ul li {
  list-style: none;
}
footer .inner ul li.ps4_logo {
  width: 2.37rem;
}
@media (max-width: 768px) {
  footer .inner ul li.ps4_logo {
    width: 3.1rem;
  }
}
footer .inner ul li.switch_logo {
  width: 1.98rem;
}
@media (max-width: 768px) {
  footer .inner ul li.switch_logo {
    width: 2.59rem;
  }
}
footer .inner ul.link {
  -ms-grid-columns: 1.5rem 2.5rem;
  grid-template-columns: 1.5rem 2.5rem;
  place-items: start;
  width: 4rem;
  margin: 0 auto 0.2rem;
  font-size: 0.2rem;
}
@media (max-width: 768px) {
  footer .inner ul.link {
    display: block;
    width: 100%;
    margin: 0 auto 0.5rem;
    font-size: 0.34rem;
  }
}
footer .inner ul.link li {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  footer .inner ul.link li {
    line-height: 2;
  }
}
footer .inner ul.link li a {
  display: block;
  width: 2.5rem;
}
@media (max-width: 768px) {
  footer .inner ul.link li a {
    width: 100%;
  }
}
footer .inner ul.link li a:hover {
  opacity: 0.8;
}
footer .inner ul.link li:first-child {
  border-right: 0.02rem solid #fff;
}
@media (max-width: 768px) {
  footer .inner ul.link li:first-child {
    border: none;
  }
}
footer .inner ul.link li:first-child a {
  width: 1.48rem;
}
@media (max-width: 768px) {
  footer .inner ul.link li:first-child a {
    width: 7.68rem;
  }
}
footer .copy {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 0.4rem;
  margin: 0 auto;
  border-top: solid #fff 0.01rem;
}
@media (max-width: 768px) {
  footer .copy {
    height: 0.7rem;
    border-top: solid #fff 0.02rem;
  }
}
footer .copy img {
  width: 2.34rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  footer .copy img {
    width: 4.02rem;
  }
}

.pageTitle {
  margin: 2.1rem 0 2rem;
  text-align: center;
  position: relative;
}
.pageTitle img {
  width: auto;
  height: 0.77rem;
  position: relative;
  z-index: 1;
}
.pageTitle::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3rem;
  background: no-repeat center/contain url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_ttl.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -40%);
          transform: translate(-48%, -40%);
}

@media (max-width: 768px) {
  .pageTitle {
    margin: 2.3rem 0 2.1rem;
  }
  .pageTitle img {
    height: 1rem;
  }
  .pageTitle::after {
    width: 100%;
    height: 40vw;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
html {
  scroll-padding-top: 1rem;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 2rem;
  }
}

section {
  position: relative;
  margin: 0 auto;
}
section h1,
section h2,
section p {
  margin: 0 auto;
}
section a {
  display: block;
}

/* ------------------------------
main
------------------------------ */
main {
  height: 13.3rem;
  background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/mvbg.png") no-repeat top center/100%;
}
@media (max-width: 768px) {
  main {
    height: 14.8rem;
    margin-bottom: 2.6rem;
    background: none;
  }
}
main section {
  height: 12.76rem;
}
@media (max-width: 768px) {
  main section {
    width: 7.68rem;
    height: 14.8rem;
  }
}
main h1,
main h2,
main p {
  position: absolute;
  right: 0;
  left: 0;
}
main h1 {
  top: 4.26rem;
  z-index: 2;
  width: 4.69rem;
}
@media (max-width: 768px) {
  main h1 {
    top: 5.3rem;
    width: 5.87rem;
  }
}
main p {
  z-index: 1;
  width: 10.58rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  main p {
    width: 7.68rem;
    font-size: 0.36rem;
  }
}
main p.effect {
  z-index: -1;
  width: 10rem;
  height: 8rem;
  background: #3cc51c;
  -webkit-animation: bgeffect 2s linear infinite;
          animation: bgeffect 2s linear infinite;
}
@media (max-width: 768px) {
  main p.effect {
    width: 7.68rem;
    background: none;
  }
}
main p.catch {
  position: absolute;
  top: 1.1rem;
  right: -32%;
  left: 0;
  width: 5.04rem;
  margin: 0 auto;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: catch 2s linear infinite;
          animation: catch 2s linear infinite;
}
main p.catch.en {
  top: 0.2rem;
  right: -32%;
  width: 4.34rem;
}
@media (max-width: 768px) {
  main p.catch.en {
    top: 1.1rem;
    right: 0;
    left: auto;
    width: 4.4rem;
  }
}
@media (max-width: 768px) {
  main p.catch {
    top: 1.2rem;
    right: 0;
    left: auto;
    width: 4.92rem;
  }
}
@-webkit-keyframes catch {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }
}
@keyframes catch {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }
}
main p.anime {
  opacity: 0;
  -webkit-animation: anime 0.5s linear forwards;
          animation: anime 0.5s linear forwards;
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main p.txt {
  top: 9.4rem;
  text-shadow: #000 0.01rem 0.01rem 0.1rem, #000 -0.01rem 0.01rem 0.1rem, #000 0.01rem -0.01rem 0.1rem, #000 -0.01rem -0.01rem 0.1rem;
}
@media (max-width: 768px) {
  main p.txt {
    top: 11.6rem;
  }
}
@-webkit-keyframes bgeffect {
  0% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
  }
  50% {
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  100% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
  }
}
@keyframes bgeffect {
  0% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
  }
  50% {
    -webkit-filter: blur(1rem);
            filter: blur(1rem);
  }
  100% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
  }
}
main h2 {
  position: relative;
  top: 6.7rem;
  z-index: 2;
  width: 8.08rem;
  height: 1.98rem;
  background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/main_h2bg.png") no-repeat center/8.08rem 1.98rem;
}
@media (max-width: 768px) {
  main h2 {
    top: 8.7rem;
    width: 7.68rem;
    height: 2.68rem;
    background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/sp_main_h2bg.png") no-repeat center/7.68rem 2.68rem;
  }
}
main h2 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
main h2 img.h2_ttl {
  width: 4.8rem;
  padding: 0.2rem 0 0;
}
@media (max-width: 768px) {
  main h2 img.h2_ttl {
    width: 5.6rem;
    padding: 0.4rem 0 0;
  }
}
main h2 img.h2_ttl.en {
  width: 4.4rem;
}
@media (max-width: 768px) {
  main h2 img.h2_ttl.en {
    width: 5.34rem;
  }
}
main h2 img.h2_txt {
  width: 3.21rem;
  padding: 0;
  margin-top: -0.25rem;
  -webkit-animation: h2txt 2s linear infinite;
          animation: h2txt 2s linear infinite;
}
@media (max-width: 768px) {
  main h2 img.h2_txt {
    width: 4.04rem;
  }
}
main h2 img.h2_txt.en {
  margin-top: -0.35rem;
}
@-webkit-keyframes h2txt {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}
@keyframes h2txt {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}

/* ------------------------------
section h2
------------------------------ */
article section h2 {
  margin: 0 0 0.5rem;
  text-align: center;
  position: relative;
}
article section h2 img {
  width: auto;
  height: 0.77rem;
  position: relative;
  z-index: 1;
}
article section h2::after {
  content: "";
  display: block;
  width: 7rem;
  height: 3rem;
  background: no-repeat center/contain url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_ttl.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-38%, -50%);
          transform: translate(-38%, -50%);
}
@media (max-width: 768px) {
  article section h2 {
    margin: 0 0 0.7rem;
  }
  article section h2 img {
    height: 1.33rem;
  }
  article section h2::after {
    width: 100%;
    height: 100vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_ttl_sp.png);
  }
}
article section.news h2::after, article section#lineup h2::after {
  width: 4.77rem;
  height: 2.26rem;
  background: no-repeat center/contain url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_ttl_2.png);
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
}
@media (max-width: 768px) {
  article section.news h2::after, article section#lineup h2::after {
    width: 100%;
    height: 100vw;
    background-image: url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_ttl_2_sp.png);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* ------------------------------
movie
------------------------------ */
.movie {
  width: 8.6rem;
  margin: -0.2rem auto 2.2rem;
}
@media (max-width: 768px) {
  .movie {
    width: 7.68rem;
    margin: 0 auto 3.1rem;
  }
}
.movie .thum {
  width: 8.28rem;
  margin: 0 auto 1.7rem;
}
@media (max-width: 768px) {
  .movie .thum {
    width: 7.46rem;
    margin: 0 auto 3rem;
  }
}

/* ------------------------------
NEWS
------------------------------ */
.news {
  padding-bottom: 1.6rem;
}
.news dl {
  width: 10rem;
  padding: 0.2rem 0;
  margin: 0 auto 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-position: top, right, bottom, left;
  background-size: 100% 0.02rem, 0.02rem 100%, 100% 0.02rem, 0.02rem 100%;
  --x-gradient: linear-gradient(
      90deg,
      #3cc51c 0 0.5rem,
      transparent 0 calc(100% - 0.5rem),
      #3cc51c calc(100% - 0.5rem)
  );
  --y-gradient: linear-gradient(
      #3cc51c 0 0.5rem,
      transparent 0 calc(100% - 0.5rem),
      #3cc51c calc(100% - 0.5rem)
  );
}
@media (max-width: 768px) {
  .news dl {
    width: 7.08rem;
    padding: 0.6rem 0;
  }
}
.news dl dt {
  font-size: 0.3rem;
  color: #3cc51c;
}
@media (max-width: 768px) {
  .news dl dt {
    font-size: 0.4rem;
  }
}
.news dl dd {
  padding-bottom: 0.4rem;
  margin: 0 0.4rem 0.2rem;
  font-size: 0.22rem;
  color: #fff;
  border-bottom: 0.01rem solid #3cc51c;
}
@media (max-width: 768px) {
  .news dl dd {
    font-size: 0.3rem;
  }
}

/* ------------------------------
spec
------------------------------ */
.spec {
  padding: 1.6rem 0;
  background: no-repeat center url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_spec.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .spec {
    padding: 1.8rem 0 1.1rem;
    margin: 0 auto;
    background: no-repeat center/cover url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/sp_bg_spec.jpg);
  }
}
.spec .logo {
  width: 3.6rem;
  margin: 1.2rem auto 0;
}
@media (max-width: 768px) {
  .spec .logo {
    margin: 1rem auto 0;
  }
}
.spec table {
  width: 9rem;
  margin: 0.5rem auto 0;
  color: #fff;
  font-size: 0.22rem;
}
.spec table tr th {
  padding: 0.1em 1em 0.1em 0;
}
.spec table tr th::before {
  content: "|";
  display: inline-block;
  color: #3cc51c;
  margin-right: 0.5em;
}
.spec table tr td {
  font-weight: normal;
}
@media (max-width: 768px) {
  .spec table {
    width: calc(100% - 1.2rem);
    margin: 0.5rem auto 0;
    font-size: 0.3rem;
  }
  .spec table tr th, .spec table tr td {
    padding: 0.1em 0;
    display: block;
    width: 100%;
    line-height: 2;
  }
  .spec table tr td {
    padding: 0 0 0 1em;
  }
}

/* ------------------------------
LINE UP
------------------------------ */
#lineup {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/wrapper_bg.png") repeat-x bottom left/100%;
}
@media (max-width: 768px) {
  #lineup {
    background: url("https://www.snk-corp.co.jp/official/kof13gm/assets/img/sp_wrapper_bg.png") no-repeat bottom center/100% auto;
  }
}
#lineup .inner {
  width: 10rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #lineup .inner {
    width: calc(100% - 1.2rem);
  }
}
#lineup h3 {
  background: center/contain no-repeat url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/bg_lineup_hard.png);
  font-family: "Barlow Condensed", sans-serif;
  color: #3cc51c;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.56rem;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  #lineup h3 {
    background: center/contain no-repeat url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/sp_bg_lineup_hard.png);
    font-size: 0.54rem;
    line-height: 0.92rem;
    margin: 0.5rem -0.3rem;
  }
}
#lineup .lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1rem;
}
#lineup .lineupList + h3 {
  margin-top: 1.2rem;
}
#lineup .lineupList li {
  width: calc((100% - 2.2rem) / 3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lineup .lineupList li h4 {
  font-size: 0.22rem;
  text-align: center;
  line-height: 1.81;
  margin: 0.3rem 0;
}
#lineup .lineupList li table {
  font-size: 0.16rem;
}
#lineup .lineupList li table tr th {
  color: #3cc51c;
  padding: 0 1em 0.2em 0;
}
#lineup .lineupList li table tr th::before {
  content: "|";
  display: inline-block;
  color: #3cc51c;
  margin-right: 0.5em;
}
#lineup .lineupList li table tr td {
  font-weight: normal;
}
#lineup .lineupList li .link {
  display: block;
  margin-top: 0.3rem;
}
#lineup .lineupList li .link a {
  display: block;
  background: no-repeat center/contain url(https://www.snk-corp.co.jp/official/kof13gm/assets/img/btn_store_hover.png);
}
#lineup .lineupList li .link a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #lineup .lineupList + h3 {
    margin-top: 1.1rem;
  }
  #lineup .lineupList li {
    width: 100%;
  }
  #lineup .lineupList li h4 {
    font-size: 0.3rem;
    margin: 0.5rem 0;
  }
  #lineup .lineupList li table {
    font-size: 0.3rem;
  }
  #lineup .lineupList li .link {
    display: block;
    margin-top: 0.5rem;
  }
  #lineup .lineupList li .link a {
    background: none;
  }
}