@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 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, monospace; /* 1 */
  font-size: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  box-sizing: border-box; /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  /*text-align: left;*/
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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

:root {
  --font-weight-sans-regular: 400;
  --font-weight-sans-bold: 700;
  --font-weight-sans-exbold: 900;
  --font-weight-stencil: 400;
  --font-family-sans: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --font-family-stencil: "eFootball Stencil", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --font-variation-sans-regular: "wght" 450;
  --font-variation-sans-bold: "wght" 550;
  --font-variation-sans-exbold: "wght" 900;
  --font-variation-stencil: "wght" 750;
}
@supports (font-variation-settings: "wght" 100) {
  :root {
    --font-family-sans: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    --font-family-stencil: "eFootball Stencil", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background: url(../img/international_cup_2022/efootball_bg_cl2.svg) repeat-y 0 0/100% auto #000096;
  color: #fff;
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-sans-regular);
  font-variation-settings: var(--font-variation-sans-regular);
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}

a,
a:hover {
  color: #ff0;
}

@font-face {
  font-family: "eFootball Stencil";
  src: url("../font/common/eFootballStencil-Regular.woff") format("woff");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  src: url("../font/common/eFootballSans-Light.woff") format("woff");
  font-weight: 100 300;
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  src: url("../font/common/eFootballSans-Regular.woff") format("woff");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  src: url("../font/common/eFootballSans-Bold.woff") format("woff");
  font-weight: 600 900;
  font-display: swap;
}
/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Layout
   1.1  Layout - Header
   1.2  Layout - Footer
   1.3  Layout - Content
   		1.3.1	Layout - Content - 共通・汎用
   		1.3.2	Layout - Content - TOP
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.1  Layout - Header
-------------------------------------------------------------- */
/* KONAMIロゴのヘッダー */
.l-konami_header {
  background-color: #000;
}

/* 現在のサイトのヘッダー */
.l-service_header {
  background: #000096;
}

.l-service_header-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --------------------------------------------------------------
1.2  Layout - Footer
-------------------------------------------------------------- */
/* フッター */
.l-footer-inner,
.l-footer_rights-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* --------------------------------------------------------------
1.3.1	Layout - Content - 共通・汎用
-------------------------------------------------------------- */
.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 内容部分 */
.l-content {
  position: relative;
  padding: 0 0 45px;
  overflow: hidden;
}

.l-content-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-btn_center {
  margin: 20px 10px;
  text-align: center;
}

.l-btn_right {
  margin: 20px 10px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .l-content {
    padding: 0 0 75px;
    background-size: 300px 450px, 400px 400px;
  }
  .l-content-inner {
    margin: 0 auto;
    padding: 0 10px;
  }
}
/* --------------------------------------------------------------
1.3.2	Layout - Content - TOP
-------------------------------------------------------------- */
.l-btn_reward {
  max-width: 420px;
  padding: 0 30px;
  margin: 15px auto;
}

.l-coming_soon {
  margin: 20px 0;
}

/* OneTrust対応 Cookie設定リンクの強制styleをリセット */
.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  color: #fff;
  border: inherit;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: all 0.3s;
  background: inherit;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
  color: #ccc;
  background: inherit;
}

.header_share ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 25px);
  gap: 6px;
  padding: 0 5px;
}
.header_share ul li a {
  display: block;
  transition: opacity 0.3s;
}
.header_share ul li a:hover {
  opacity: 0.8;
}
.header_share ul li a img {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
}
.header_share ul .header_share-logo_x img {
  border-color: rgba(255, 255, 255, 0.3);
}

ul.list {
  margin: 15px;
}
ul.list li {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

ul.list.list-dot > li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.list.list-dot > li::after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.2em;
}

ul.list.list-dot_min > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 0.625rem;
  line-height: 1.4;
}
ul.list.list-dot_min > li::after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

ul.list.list-dot_min.list-dot_min-in_list {
  margin: 10px 0;
}

ul.list.list-note > li {
  position: relative;
  padding: 0 0 0 1em;
}
ul.list.list-note > li::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
ul.list.list-note > li:lang(ja)::after, ul.list.list-note > li:lang(ko)::after, ul.list.list-note > li:lang(zh-cn)::after {
  content: "※";
}

ul.list.list-note_min > li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 0.625rem;
  line-height: 1.4;
}
ul.list.list-note_min > li::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
ul.list.list-note_min > li:lang(ja)::after, ul.list.list-note_min > li:lang(ko)::after, ul.list.list-note_min > li:lang(zh-cn)::after {
  content: "※";
}

ol.list {
  margin: 15px;
}
ol.list li {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

ol.list.list-num > li {
  position: relative;
  padding: 0 0 0 1.2em;
  counter-increment: list-index;
}
ol.list.list-num > li::after {
  content: counter(list-index) ".";
  position: absolute;
  top: 0;
  left: 0;
}

ol.list.list-num.list-num-brackets > li {
  padding: 0 0 0 2em;
}
ol.list.list-num.list-num-brackets > li::after {
  content: "(" counter(list-index) ")";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  ul.list > li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  ul.list.list-dot_min > li {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  ul.list.list-note_min > li {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  ol.list > li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
p.par {
  margin: 15px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

@media only screen and (min-width: 768px) {
  p.par {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  p.cmn_box-main-par {
    margin: 20px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
/* vue.jsと連動したfadeアニメーション 汎用 */
.fade-enter-active,
.fade-enter-to {
  opacity: 1;
}

.fade-enter-from,
.fade-enter-active,
.fade-leave,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.webfont {
  display: none;
}
.webfont.webfont-fontG2SansB {
  font-family: GSanSerif-B, "Shin Go Heavy JIS2004";
}
.webfont.webfont-fontShinGoB {
  font-family: "Shin Go Bold";
}
.webfont.webfont-fontRyuminM {
  font-family: "リュウミン M-KL";
}
.webfont.webfont-fontKakuminM {
  font-family: "カクミン M";
}

/* YouTubeエンベッド */
.yt_embed,
.twitch_embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}
.yt_embed iframe,
.twitch_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-block;
}
.btn > a,
.btn > span.btn-no_link {
  display: block;
  position: relative;
  padding: 6px 10px;
  transition: all 0.5s;
  border: 1px solid #ff0;
  border-radius: 40px;
  background: #000096;
  color: #ff0;
  font-weight: var(--font-weight-sans-bold);
  font-variation-settings: var(--font-variation-sans-bold);
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  text-align: center;
}
.btn > a:hover,
.btn > span.btn-no_link:hover {
  border-color: #fff;
  color: #fff;
}
.btn.is-disable > a,
.btn.is-disable > span {
  border-color: #828282;
  background-color: #828282;
  color: #ccc;
  pointer-events: none;
}

.btn.btn-block {
  display: block;
}

.btn.btn-next > a,
.btn.btn-next > span {
  padding: 10px 32px 10px 10px;
  background: url("../img/efootball_open_2022/icon_arrow_right.svg") no-repeat calc(100% - 10px) 50%/20px 20px #000096;
}

.btn.btn-back > a,
.btn.btn-back > span,
.btn.btn-back2ranking > a,
.btn.btn-back2ranking > span {
  padding: 10px 10px 10px 32px;
  background: url("../img/efootball_open_2022/icon_arrow_left.svg") no-repeat 10px 50%/20px 20px #000096;
}
.btn.btn-back.is-disable > a,
.btn.btn-back.is-disable > span,
.btn.btn-back2ranking.is-disable > a,
.btn.btn-back2ranking.is-disable > span {
  border-color: #828282;
  background-color: #828282;
  color: #ccc;
  background: #000096;
}

.btn.btn-reload {
  display: block;
}
.btn.btn-reload > a,
.btn.btn-reload > span.btn-no_link {
  border-color: #000096;
  background: #000096;
  color: #fff;
}
.btn.btn-reload.is-disabled > a,
.btn.btn-reload.is-disabled > span {
  border-color: #828282;
  background-color: #828282;
  color: #ccc;
}

.btn.btn-readmore {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.btn.btn-readmore > a,
.btn.btn-readmore > span.btn-no_link {
  position: relative;
  padding: 6px 10px 6px 36px;
  background: #000096;
  font-family: var(--font-family-stencil);
  font-weight: var(--font-weight-stencil);
  font-variation-settings: var(--font-variation-stencil);
}
.btn.btn-readmore > a::before, .btn.btn-readmore > a::after,
.btn.btn-readmore > span.btn-no_link::before,
.btn.btn-readmore > span.btn-no_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 1px;
  height: 11px;
  margin: auto 0;
  background: #ff0;
}
.btn.btn-readmore > a::after,
.btn.btn-readmore > span.btn-no_link::after {
  transform: rotate(90deg);
}
.btn.btn-readmore.is-disabled > a,
.btn.btn-readmore.is-disabled > span {
  border-color: #1a1a94;
  color: #31319a;
}
.btn.btn-readmore.is-disabled > a::before, .btn.btn-readmore.is-disabled > a::after,
.btn.btn-readmore.is-disabled > span::before,
.btn.btn-readmore.is-disabled > span::after {
  background: #31319a;
}

.btn.btn-modal_ok {
  width: 100px;
  margin: 0 auto;
}
.btn.btn-modal_ok > a,
.btn.btn-modal_ok > span.btn-no_link {
  background: #ff0;
  color: #000096;
  font-family: var(--font-family-stencil);
  font-weight: var(--font-weight-stencil);
  font-variation-settings: var(--font-variation-stencil);
}

.btn.btn-invert > a,
.btn.btn-invert > span.btn-no_link {
  background: #ff0;
  color: #000096;
}
.btn.btn-invert.is-disabled > a,
.btn.btn-invert.is-disabled > span {
  border-color: #1a1a94;
  background: #1a1a94;
  color: #31319a;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .btn > a,
.btn > span.btn-no_link {
    padding: 8px 10px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .btn.btn-next > a,
.btn.btn-next > span.btn-no_link {
    padding: 10px 30px 10px 15px;
  }
}
.cmn_box {
  padding: 20px 0 25px;
}

@media only screen and (min-width: 768px) {
  .cmn_box {
    padding: 25px 0 30px;
  }
}
.coming_soon {
  padding: 50px 10px;
  background: rgba(8, 8, 8, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--font-weight-sans-bold);
  font-variation-settings: var(--font-variation-sans-bold);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
}
.coming_soon .coming_soon-desc {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
}

.filter {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 15px 25px;
  background: #3132fe;
}
.filter::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: inherit;
  z-index: -1;
}
.filter dl {
  flex-grow: 1;
  width: 34%;
}
.filter dl:nth-child(2n+2) {
  margin: 0 0 0 10px;
}
.filter dt {
  font-size: 0.625rem;
}
.filter input {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px 8px 24px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: url(../img/international_cup_2022/icon_search.svg) no-repeat 5px 50%/16px 16px #fff;
  color: #000096;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.filter input:focus-visible {
  outline: 2px solid #000096;
}
.filter input:disabled {
  opacity: 1;
  border-color: #8b8cff;
  background: url(../img/international_cup_2022/icon_search.svg) no-repeat 5px 50%/16px 16px #8b8cff;
}
.filter input:disabled::-moz-placeholder {
  color: #7070d7;
}
.filter input:disabled:-ms-input-placeholder {
  color: #7070d7;
}
.filter input:disabled::placeholder {
  color: #7070d7;
}
.filter .filter-select {
  position: relative;
}
.filter .filter-select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 7px;
  margin: auto;
  background: #000096;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.filter .filter-select select {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 8px 16px 8px 10px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: #fff;
  color: #000096;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.filter .filter-select select:focus-visible {
  outline: 2px solid #000096;
}
.filter .filter-select select:disabled {
  border-color: #8b8cff;
  opacity: 1;
  background: #8b8cff;
  color: #7070d7;
}
.filter .filter-name {
  display: flex;
  align-items: flex-end;
}
.filter .filter-name .filter-search {
  padding: 0 0 0 10px;
}
.filter .filter-country {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  padding: 10px 0 0 0;
  border-top: #000096 2px solid;
}
.filter .filter-country .filter-country-inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.filter .filter-country .filter-search {
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
}

@media only screen and (min-width: 420px) {
  .filter .filter-country .filter-search {
    width: auto;
    padding: 20px 0 0 10px;
  }
}
@media only screen and (min-width: 640px) {
  .filter dl {
    width: 20%;
  }
  .filter dl:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .filter dt {
    margin-bottom: 3px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.footer_rights {
  padding: 25px 0;
}
.footer_rights .footer_rights-license {
  padding: 10px 20px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.4285714286;
  text-align: center;
}
.footer_rights .footer_rights-license img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.footer_rights .footer_rights-license.text {
  color: #ccc;
  font-size: 0.625rem;
}
.footer_rights .footer_rights-copy {
  padding: 10px 20px;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.4285714286;
  text-align: center;
}
.footer_rights .footer_rights-copy img {
  margin: 2px 4px;
  vertical-align: middle;
}

.footer {
  padding: 25px 20px;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  text-align: center;
}
.footer .footer-menu li {
  display: inline-block;
}
.footer .footer-menu li a {
  transition: opacity 0.3s;
  color: #fff;
}
.footer .footer-menu li a:hover {
  opacity: 0.7;
}
.footer .footer-menu li:not(:last-child)::after {
  content: "|";
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-copyright {
  padding-top: 15px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .footer .footer-menu {
    margin: 9px 0 5px;
  }
}
.konami_header {
  max-width: 800px;
  margin: 0 auto;
}
.konami_header .konami_header-logo img {
  width: 130px;
  height: auto;
}

.licence .licence-mlspa {
  text-align: center;
}
.licence .licence-mlspa img {
  width: auto;
  height: 80px;
}
.licence .licence-img {
  display: flex;
  justify-content: center;
  margin: 14px 0 0;
}
.licence .licence-img li {
  margin: 0 6px;
}
.licence .licence-img img {
  width: auto;
  height: 50px;
}
.licence .licence-text {
  padding: 10px 6px;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  text-shadow: 0 0 3px #000096;
}
.licence .licence-ue_logo {
  margin: 0 auto;
  max-width: 80px;
}
.licence .licence-ue_logo svg {
  fill: currentColor;
  width: 100%;
}
.licence .licence-pf {
  position: relative;
  padding: 10px 6px 0;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  text-align: center;
  text-shadow: 0 0 3px #000096;
}
.licence .licence-pf div > img {
  position: relative;
  height: 14px;
}
.licence .licence-pf .licence-pf-icon_ps {
  width: 16px;
  fill: #fff;
  filter: drop-shadow(0 0 3px #000096);
}
.licence .licence-pf .licence-pf-logo_ps4,
.licence .licence-pf .licence-pf-logo_ps5 {
  width: 44px;
  fill: #fff;
  filter: drop-shadow(0 0 3px #000096);
}
.licence .licence-rating {
  position: relative;
  margin: 20px auto 10px;
  text-align: center;
}
.licence .licence-rating img {
  width: auto;
  height: 53px;
  margin: 0 2px;
  vertical-align: top;
}

.loading {
  text-align: center;
}
.loading .loading-inner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  vertical-align: bottom;
}
.loading .loading-circle {
  transform-origin: 50% 50%;
  animation: loading 2s ease infinite;
  fill: #ff0;
}
.loading p {
  color: #ff0;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  text-align: center;
}

.loading.loading-ranking_all {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0 0;
}

.loading.loading-ranking_readmore,
.loading.loading-ranking_back_to_ranking {
  padding: 10px 0;
}
.loading.loading-ranking_readmore p,
.loading.loading-ranking_back_to_ranking p {
  display: none;
}

@keyframes loading {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.1);
  }
  99%, 100% {
    transform: rotate(720deg) scale(1);
  }
}
/* 基本poopup */
.popup {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popup.is-popup-show {
  opacity: 1;
}
.popup .popup-inner {
  width: 80%;
  max-height: 90%;
  overflow-y: auto;
  background: #3132fe;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.4);
}
.popup .popup-title {
  position: relative;
  padding: 0 30px;
  color: #fff;
  text-align: center;
}
.popup .popup-title h1 {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  font-family: var(--font-family-stencil);
  font-weight: var(--font-weight-stencil);
  font-variation-settings: var(--font-variation-stencil);
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
.popup .popup-main-inner {
  min-height: 110px;
  padding: 15px 30px;
}
.popup .popup-main p {
  margin: 10px 0;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
.popup .popup-btns {
  position: relative;
  margin: 0 30px;
  padding: 15px 0 20px;
  border-top: 1px solid #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .popup .popup-inner {
    width: 600px;
  }
  .popup .popup-title {
    padding: 20px 40px 0 40px;
  }
  .popup .popup-title > h1 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
  .popup .popup-main-inner {
    padding: 25px 40px;
  }
  .popup .popup-btns {
    margin: 0 40px;
    padding: 25px 22px;
  }
}
.mv .mv-inner {
  display: grid;
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
  -webkit-backdrop-filter: blur(70px) brightness(1.1);
          backdrop-filter: blur(70px) brightness(1.1);
}
.mv h1 {
  overflow: hidden;
  height: 0;
  padding: 100% 0 0;
  background: url("../img/international_cup_2022/mv_sp_jaegrae855gssagksz.jpg") no-repeat 0 0/contain;
}

@media only screen and (min-width: 550px) {
  .mv {
    background: url("../img/international_cup_2022/mv_pc_kahhozigaeraha155674.jpg") 50% 10%/cover;
  }
  .mv h1 {
    padding: 56.25% 0 0;
    background-image: url("../img/international_cup_2022/mv_pc_kahhozigaeraha155674.jpg");
  }
}
.nav {
  background: #000096;
}
.nav .nav-first {
  display: flex;
  justify-content: center;
  height: 50px;
  border-bottom: 8px solid #3132fe;
}
.nav .nav-first li {
  background: #0000b0;
  flex-grow: 1;
  max-width: 256.6666666667px;
}
.nav .nav-first li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 15px;
  font-family: var(--font-family-stencil);
  font-weight: var(--font-weight-stencil);
  font-variation-settings: var(--font-variation-stencil);
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #fff;
  text-align: center;
}
.nav .nav-first li.is-current a {
  background: #3132fe;
}
.nav .nav-first li:not(.is-current) + li:not(.is-current) a::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -1px;
  width: 2px;
  margin: auto;
  background: #3132fe;
}
.nav .nav-second {
  background: #3132fe;
  padding: 7px 0 15px;
  display: flex;
  justify-content: center;
}
.nav .nav-second li {
  background: #000096;
}
.nav .nav-second li:first-child {
  border-radius: 30px 0 0 30px;
}
.nav .nav-second li:last-child {
  border-radius: 0 30px 30px 0;
}
.nav .nav-second a {
  display: block;
  padding: 8px 18px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  text-align: center;
}
.nav .nav-second .is-current a {
  border-radius: 30px;
  background: #ff0;
  color: #000096;
}
.nav h2 {
  padding: 10px;
  background: #ffff00;
  color: #000096;
  font-family: var(--font-family-stencil);
  font-weight: var(--font-weight-stencil);
  font-variation-settings: var(--font-variation-stencil);
  font-size: 1.625rem;
  line-height: 1.1538461538;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .nav .nav-first li a {
    font-size: 1rem;
    line-height: 1.25;
  }
  .nav h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.par .par-small {
  font-size: 0.6875rem;
  line-height: 1.2727272727;
}
.par .par-text_link {
  color: #fff;
  text-decoration: underline;
}
.par .par-text_link:hover {
  text-decoration: none;
}

.player {
  margin: 20px 10px;
  border: 1px solid #ff0;
}
.player .player-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000096;
}
.player .player-rank {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #ff0;
  color: #000096;
}
.player .player-rank p {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px 6px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  background: #000096;
  color: #ff0;
}
.player .player-rank dl {
  align-items: stretch;
}
.player .player-rank dt {
  font-size: 0.625rem;
  line-height: 1;
}
.player .player-rank dd {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.player .player-flag {
  padding: 0 0 0 10px;
}
.player .player-flag img {
  width: 50px;
  height: auto;
}
.player .player-name {
  flex: 1 1 auto;
  padding: 0 10px;
}
.player .player-name dt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.player .player-name dd {
  font-size: 0.625rem;
  line-height: 1.4;
}
.player .player-share {
  padding: 10px;
}
.player .player-share a {
  display: inline-block;
  padding: 4px 4px 4px 18px;
  background: url(../img/efootball_open_2022/icon_twitter.svg) no-repeat 0 50%/20px 20px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: underline;
}
.player .player-stats {
  padding: 10px 0;
  background: #fff;
  color: #000096;
}
.player .player-stats-primary {
  display: flex;
  padding: 5px 0;
  text-align: center;
}
.player .player-stats-primary dl {
  position: relative;
  width: 33.3%;
}
.player .player-stats-primary dl + dl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #000096;
}
.player .player-stats-primary dt {
  font-weight: var(--font-weight-sans-bold);
  font-variation-settings: var(--font-variation-sans-bold);
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.player .player-stats-primary dd {
  font-size: 0.625rem;
  line-height: 1.2;
}
.player .player-stats-primary dd span {
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.037037037;
}
.player .player-stats-secondary {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 5px 10px 0;
  background: linear-gradient(0deg, #000096 0px, #000096 1px, transparent 1px, transparent 100%) 0 -1px/100% 39px;
}
.player .player-stats-secondary::before, .player .player-stats-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #000096;
}
.player .player-stats-secondary dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 12px 10px;
}
.player .player-stats-secondary dl::after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: #000096;
}
.player .player-stats-secondary dl:nth-child(2n)::after {
  display: block;
}
.player .player-stats-secondary dt {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.player .player-stats-secondary dd {
  font-size: 0.625rem;
  line-height: 1.2;
}

.player.player-shallow .player-stats-inner {
  max-width: 600px;
  margin: 0 auto;
}
.player.player-shallow .player-stats-primary {
  padding: 0 10px;
}
.player.player-shallow .player-stats-primary dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
}
.player.player-shallow .player-stats-primary dd span {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.player.player-shallow .player-stats-secondary dl {
  width: 33.3%;
}
.player.player-shallow .player-stats-secondary dl:nth-child(2n)::after {
  display: none;
}
.player.player-shallow .player-stats-secondary dl:not(:nth-child(3n+1))::after {
  display: block;
}

.player.player-nodata {
  padding: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .player .player-rank {
    padding: 15px;
  }
  .player .player-rank dt {
    font-size: 0.875rem;
    line-height: 1;
  }
  .player .player-rank dd {
    font-size: 1.75rem;
    line-height: 1;
  }
  .player .player-name dt {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .player .player-name dd {
    margin: 4px 0 0;
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
  .player .player-share a {
    padding: 6px 6px 6px 30px;
    background-size: 30px 30px;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .player .player-stats {
    padding: 20px 0 10px;
  }
  .player .player-stats-inner {
    display: flex;
  }
  .player .player-stats-primary {
    flex: 1 1 45%;
    padding: 10px 0;
  }
  .player .player-stats-primary dt {
    font-size: 1rem;
    line-height: 1.25;
  }
  .player .player-stats-primary dd {
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
  .player .player-stats-primary dd span {
    font-size: 2.25rem;
    line-height: 1.1111111111;
  }
  .player .player-stats-secondary {
    flex: 1 1 55%;
    margin: 0;
    padding: 10px 0;
    border-top: none;
    background: 0;
  }
  .player .player-stats-secondary::before {
    top: 10px;
    right: auto;
    left: 50%;
    bottom: 10px;
    width: 1px;
    height: auto;
  }
  .player .player-stats-secondary::after {
    top: 10px;
    right: auto;
    left: 0;
    bottom: 10px;
    width: 1px;
    height: auto;
  }
  .player .player-stats-secondary dl {
    padding: 0 25px;
  }
  .player .player-stats-secondary dl:nth-child(2n)::after {
    display: none;
  }
  .player .player-stats-secondary dt {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .player .player-stats-secondary dd {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .player.player-shallow .player-stats-primary {
    display: block;
    flex-basis: 33.3%;
    padding: 10px;
  }
  .player.player-shallow .player-stats-primary dl {
    width: auto;
    padding: 0 10px;
  }
  .player.player-shallow .player-stats-primary dl + dl::after {
    display: none;
  }
  .player.player-shallow .player-stats-primary dt {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .player.player-shallow .player-stats-primary dd span {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .player.player-shallow .player-stats-secondary {
    flex-basis: 66.6%;
  }
  .player.player-shallow .player-stats-secondary dl {
    width: 50%;
  }
  .player.player-shallow .player-stats-secondary dl:not(:nth-child(3n+1))::after {
    display: none;
  }
}
.ranking {
  padding-top: 15px;
}
.ranking .ranking-info {
  margin: 0 0 5px;
  padding: 8px 10px 0;
}
.ranking .ranking-last_updated {
  flex: 1 0 auto;
  text-align: right;
}
.ranking .ranking-last_updated span {
  font-size: 0.625rem;
  line-height: 1.4;
}
.ranking .ranking-result {
  display: flex;
  position: relative;
  padding: 0 10px 10px;
}
.ranking .ranking-result table {
  display: block;
  box-sizing: border-box;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.ranking .ranking-result thead {
  display: block;
}
.ranking .ranking-result thead tr {
  display: flex;
}
.ranking .ranking-result thead th,
.ranking .ranking-result thead td {
  display: block;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 8px 3px;
}
.ranking .ranking-result thead th.ranking-rank,
.ranking .ranking-result thead td.ranking-rank {
  position: sticky;
  left: 0;
  background: #000096;
}
.ranking .ranking-result thead th.ranking-player_name, .ranking .ranking-result thead th.ranking-country,
.ranking .ranking-result thead td.ranking-player_name,
.ranking .ranking-result thead td.ranking-country {
  padding-left: 10px;
  text-align: left;
}
.ranking .ranking-result tbody {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #0000fe;
  border-bottom: 1px solid #0000fe;
}
.ranking .ranking-result tbody tr {
  display: flex;
}
.ranking .ranking-result tbody th,
.ranking .ranking-result tbody td {
  display: block;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 8px 10px 8px 5px;
  border-top: 1px solid #0000fe;
  border-left: 1px solid #0000fe;
  text-align: right;
  word-wrap: break-word;
}
.ranking .ranking-result tbody td.ranking-rank {
  position: sticky;
  left: 0;
  padding-left: 10px;
  background-color: #fff;
  color: #000096;
  text-align: center;
}
.ranking .ranking-result tbody td.ranking-player_name,
.ranking .ranking-result tbody td.ranking-country {
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-align: left;
}
.ranking .ranking-result tbody td.ranking-player_name img,
.ranking .ranking-result tbody td.ranking-country img {
  width: 28px;
  height: auto;
  margin: 0 4px 0 0;
}
.ranking .ranking-result tbody td.ranking-country {
  padding: 2px 10px;
}
.ranking .ranking-result tbody td.ranking-point {
  text-align: right;
}
.ranking .ranking-result tbody tr:nth-child(odd):not(.is-invalid) td:not(.ranking-rank) {
  background-color: rgba(190, 200, 228, 0.2);
}
.ranking .ranking-result tbody tr:nth-child(odd):not(.is-invalid) td.ranking-rank {
  background-color: #f2f4fa;
}
.ranking .ranking-result tbody tr.is-invalid:nth-child(odd) {
  background-color: #0c0c9a;
}
.ranking .ranking-result tbody tr.is-invalid td.ranking-rank {
  white-space: nowrap;
  border-color: transparent;
  background: #4d4cb5;
}
.ranking .ranking-result tbody tr.is-invalid td.ranking-country img {
  opacity: 0.6;
}
.ranking .ranking-result tbody tr.is-invalid td:not(.ranking-rank) {
  color: #4d4cb5;
}
.ranking .ranking-result .ranking-reward-gold,
.ranking .ranking-result .ranking-reward-silver {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #b9b9b9, #fff);
}
.ranking .ranking-result .ranking-reward-gold img,
.ranking .ranking-result .ranking-reward-silver img {
  width: auto;
  height: 22px;
  margin: 0 4px 0 0;
}
.ranking .ranking-result .ranking-reward-gold {
  background-image: linear-gradient(90deg, #ffd200, #ff0);
}
.ranking .ranking-scrollable_area {
  flex: 1 1 auto;
  overflow-x: scroll;
}
.ranking .ranking-scrollable_area table {
  width: 100%;
}
.ranking .ranking-nodata {
  margin: 0 20px;
  padding: 40px 0;
  opacity: 0.6;
  border: 1px solid #fff;
  text-align: center;
}

@media screen and (min-width: 580px) {
  .ranking .ranking-result {
    margin: 0 15px;
  }
  .ranking .ranking-scrollable_area {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .ranking .ranking-info {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 20px 0;
  }
  .ranking .ranking-last_updated span {
    font-size: 0.6875rem;
    line-height: 1.2727272727;
  }
  .ranking .ranking-result {
    margin: 0;
    padding: 10px 20px 20px;
  }
  .ranking .ranking-result table {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
.ranking.ranking-representative .ranking-rank {
  width: 15%;
}
.ranking.ranking-representative .ranking-player_name {
  width: 55%;
}
.ranking.ranking-representative .ranking-rating {
  width: 30%;
}
.ranking.ranking-representative .ranking-scrollable_area {
  overflow-x: auto;
}

.ranking.ranking-overall table {
  min-width: 600px;
}
.ranking.ranking-overall thead th {
  border-top: 1px solid #0000fe;
  border-left: 1px solid #0000fe;
}
.ranking.ranking-overall thead th:last-child {
  border-right: 1px solid #0000fe;
}
.ranking.ranking-overall .ranking-rank {
  width: 8%;
}
.ranking.ranking-overall .ranking-country {
  width: 18%;
}
.ranking.ranking-overall .ranking-total_point {
  width: 11%;
  font-weight: bold;
}
.ranking.ranking-overall .ranking-category {
  width: 21%;
}
.ranking.ranking-overall .ranking-rank1,
.ranking.ranking-overall .ranking-rank2,
.ranking.ranking-overall .ranking-goals {
  width: 10%;
}
.ranking.ranking-overall .ranking-points1,
.ranking.ranking-overall .ranking-points2,
.ranking.ranking-overall .ranking-points3 {
  width: 11%;
}
.ranking.ranking-overall .ranking-goals,
.ranking.ranking-overall .ranking-rank1,
.ranking.ranking-overall .ranking-rank2,
.ranking.ranking-overall .ranking-points1,
.ranking.ranking-overall .ranking-points2,
.ranking.ranking-overall .ranking-points3,
.ranking.ranking-overall .ranking-category {
  order: 1;
}

.ranking.ranking-player table,
.ranking.ranking-country table {
  min-width: 600px;
}
.ranking.ranking-player .ranking-rank,
.ranking.ranking-country .ranking-rank {
  width: 8%;
}
.ranking.ranking-player .ranking-player_name,
.ranking.ranking-player .ranking-country_id,
.ranking.ranking-player .ranking-country,
.ranking.ranking-country .ranking-player_name,
.ranking.ranking-country .ranking-country_id,
.ranking.ranking-country .ranking-country {
  width: 20%;
}
.ranking.ranking-player .ranking-points,
.ranking.ranking-player .ranking-match_count,
.ranking.ranking-player .ranking-win,
.ranking.ranking-player .ranking-draw,
.ranking.ranking-player .ranking-lose,
.ranking.ranking-player .ranking-goals_scored,
.ranking.ranking-player .ranking-goals_conceded,
.ranking.ranking-player .ranking-goals_difference,
.ranking.ranking-country .ranking-points,
.ranking.ranking-country .ranking-match_count,
.ranking.ranking-country .ranking-win,
.ranking.ranking-country .ranking-draw,
.ranking.ranking-country .ranking-lose,
.ranking.ranking-country .ranking-goals_scored,
.ranking.ranking-country .ranking-goals_conceded,
.ranking.ranking-country .ranking-goals_difference {
  width: 9%;
}
.ranking.ranking-player .ranking-match_count,
.ranking.ranking-player .ranking-win,
.ranking.ranking-player .ranking-draw,
.ranking.ranking-player .ranking-lose,
.ranking.ranking-player .ranking-goals_conceded,
.ranking.ranking-country .ranking-match_count,
.ranking.ranking-country .ranking-win,
.ranking.ranking-country .ranking-draw,
.ranking.ranking-country .ranking-lose,
.ranking.ranking-country .ranking-goals_conceded {
  order: 1;
}

.ranking.ranking-all_user .ranking-rank {
  width: 15%;
}
.ranking.ranking-all_user .ranking-country {
  width: 55%;
}
.ranking.ranking-all_user .ranking-goals {
  width: 30%;
}
.ranking.ranking-all_user td.ranking-goals {
  display: flex;
  align-items: center;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  justify-content: flex-end;
}
.ranking.ranking-all_user .ranking-scrollable_area {
  overflow-x: auto;
}

@media only screen and (min-width: 768px) {
  .ranking.ranking-player .ranking-match_count,
.ranking.ranking-player .ranking-win,
.ranking.ranking-player .ranking-draw,
.ranking.ranking-player .ranking-lose,
.ranking.ranking-player .ranking-goals_conceded {
    order: 0;
  }
}
.reward {
  padding: 0 10px;
}
.reward table {
  width: 100%;
  border: 1px solid #fff;
}
.reward th, .reward td {
  padding: 6px 10px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.reward th {
  background: #fff;
  color: #000096;
}
.reward td {
  vertical-align: middle;
}
.reward td img {
  width: 15px;
  height: auto;
  margin: 0 4px 0 0;
}
.reward tr + tr th, .reward tr + tr td {
  border-top: 1px solid #c5d2db;
}
.reward td + td {
  border-left: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .reward th, .reward td {
    padding: 10px 14px;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
.service_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_header .service_header-logo {
  width: 160px;
  padding: 6px 0 6px 25px;
}
.service_header .service_header-logo img {
  width: 100%;
  height: auto;
}
.service_header .service_header-lang {
  padding: 0 20px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.service_header .service_header-lang a {
  color: #fff;
  text-decoration: underline;
}
