@charset "UTF-8";
@font-face {
  font-family: "eFootball Stencil";
  font-weight: 400 500;
  src: url("../font/common/eFootballStencil-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  font-weight: 100 300;
  src: url("../font/common/eFootballSans-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  font-weight: 400 500;
  src: url("../font/common/eFootballSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "eFootball Sans";
  font-weight: 600 900;
  src: url("../font/common/eFootballSans-Bold.woff") format("woff");
  font-display: swap;
}
/*! 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 {
  --baseColorPrimary: #000096;
  --baseColorSecondary: #3132fe;
  --accentColor: #ff0;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background: url("../img/efootball_2025/fifae_world_cup_2025/efootball_bg_cl2.svg") repeat-y 0 0/100% auto, #000096;
  background-attachment: fixed;
  color: #fff;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@supports (font-variation-settings: "wght" 100) {
  body {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 450;
  }
}

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

/* --------------------------------------------------------------
>>> 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.3.3	Layout - Content - Ranking
-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.1  Layout - Header
-------------------------------------------------------------- */
/* KONAMIロゴのヘッダー */
.l-konami_header {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(0, 800px);
  background: #000;
}

/* 現在のサイトのヘッダー */
.l-service_header {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(0, 800px);
  background: #000096;
}

/* --------------------------------------------------------------
1.2  Layout - Footer
-------------------------------------------------------------- */
/* フッター */
.l-footer {
  background-color: #000;
}

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

/* SNSシェア */
.l-footer_share {
  background: #000096;
  background: #0000b0;
}

/* 下部ナビ */
.l-page_footer_nav {
  background: #00007d;
}

/* 権利表記 */
.l-footer_rights {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 25px;
}

.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-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.l-column2 {
  margin: 10px 0;
}

.l-column2-img > a {
  display: block;
}
.l-column2-img > a > img {
  width: 100%;
  height: auto;
}

.l-btn_column3 {
  display: flex;
  justify-content: center;
}

.l-note {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .l-content-inner {
    padding: 30px 0 60px;
  }
  .l-column2 {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
  }
  /* ボタン複数 */
  .l-btn_column2 {
    display: grid;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 280px));
  }
}
.l-btn_center {
  margin: 15px;
  text-align: center;
}

.l-comingsoon {
  padding: 15px;
}

.l-menu {
  display: grid;
  grid-template-columns: minmax(0, 800px);
  justify-content: center;
  background: #3132fe;
}

/* --------------------------------------------------------------
1.3.2	Layout - Content - TOP
-------------------------------------------------------------- */
.l-group_league {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 300px) {
  .l-group_league {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 480px) {
  .l-prize {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.l-top_btn_to_detail {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 20px;
  padding: 17px 23px;
  background-color: #3132fe;
}

@media only screen and (min-width: 768px) {
  .l-top_btn_to_detail {
    padding: 17px;
  }
}
/* --------------------------------------------------------------
1.3.3	Layout - Content - Ranking
-------------------------------------------------------------- */
.l-btn_reward {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

@media only screen and (min-width: 768px) {
  .l-btn_reward {
    margin: 0 auto 30px;
  }
}
.l-update {
  margin-bottom: 25px;
  padding: 0 15px;
}

@media only screen and (min-width: 800px) {
  .l-update {
    padding: 0;
  }
}
/* --------------------------------------------------------------
1.3.3	Layout - Content - movie
-------------------------------------------------------------- */
.l-movie {
  margin: 14px 0;
  padding: 0 10px;
}
.l-movie a {
  position: relative;
  display: block;
}
.l-movie a::before, .l-movie a::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-movie a::before {
  width: 41px;
  height: 41px;
  transition: transform 0.5s;
  border: 1px solid #fff;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.7);
}
.l-movie a::after {
  width: 0;
  height: 0;
  transform: translateX(3px);
  transition: transform 0.5s;
  border-width: 8px 0 8px 14px;
  border-style: solid;
  border-color: transparent #fff;
}
.l-movie a:hover::before {
  transform: scale(1.2);
}
.l-movie a:hover::after {
  transform: translateX(3px) scale(1.2);
}
.l-movie > a::before {
  width: 94px;
  height: 94px;
  border: 2px solid #fff;
}
.l-movie > a::after {
  border-width: 15px 0 15px 26px;
}

@media only screen and (min-width: 768px) {
  .l-movie {
    margin: 20px 0;
    padding: 0;
  }
  .l-movie a::before {
    width: 54px;
    height: 54px;
    border-radius: 80px;
  }
  .l-movie a::after {
    border-width: 10px 0 10px 17px;
  }
  .l-movie > a::before {
    width: 134px;
    height: 134px;
    border: 3px solid #fff;
  }
  .l-movie > a::after {
    border-width: 27px 0 27px 42px;
  }
}
/* --------------------------------------------------------------
1.3.2	Layout - Content - TOP
-------------------------------------------------------------- */
.l-result {
  display: grid;
  gap: 20px;
  margin: 15px 0;
}

@media only screen and (min-width: 480px) {
  .l-result {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* 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: 8px 18px;
  transition: all 0.5s;
  border: 1px solid #ff0;
  border-radius: 30px;
  color: #ff0;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .btn > a,
.btn > span.btn-no_link {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.btn > a:hover,
.btn > span.btn-no_link:hover {
  background-color: #ff0;
  color: #000096;
}
.btn > a em.btn-badge,
.btn > span.btn-no_link em.btn-badge {
  display: block;
  position: absolute;
  top: -12px;
  right: -4px;
  padding: 3px 6px;
  background: #ff0082;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.1;
  white-space: nowrap;
}
.btn > a span.bl,
.btn > span.btn-no_link span.bl {
  display: inline-block;
}
.btn.is-disabled a,
.btn.is-disabled span {
  border-color: #9898a1;
  color: #9898a1;
  pointer-events: none;
}

/* サイズ小 */
.btn.btn-s {
  min-width: 80px;
  margin: 3px;
}
.btn.btn-s > a,
.btn.btn-s > span.btn-no_link {
  padding: 6px 10px;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
}

@media only screen and (min-width: 768px) {
  .btn a,
.btn span.btn-no_link {
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.125;
  }
  .btn.btn-s {
    width: 100px;
    margin: 3px 6px;
  }
  .btn.btn-s > a,
.btn.btn-s > span.btn-no_link {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
  .btn.btn-mv + .btn.btn-mv {
    margin-left: 5px;
  }
  .btn.btn-in_target_ttl {
    width: 120px;
  }
  .btn.btn-in_target_ttl > span.btn-no_link {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
/* CLOSE */
.btn.btn-close {
  min-width: 100px;
}

/* ランキング もっと読む */
.btn.btn-readmore {
  min-width: 100px;
}
.btn.btn-readmore.is-disable > a,
.btn.btn-readmore.is-disable > span {
  opacity: 0.5;
  color: #ccc;
  pointer-events: none;
}

/* ランキング 検索 */
.btn.btn-reload {
  min-width: unset;
}
.btn.btn-reload a {
  padding: 8px 15px;
  background: #000096;
  color: #ff0;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.btn.btn-reload.is-disable > a,
.btn.btn-reload.is-disable > span {
  border-color: #1a1a94;
  background: #1a1a94;
  color: #5858b3;
  pointer-events: none;
}

.btn.btn-disable > a,
.btn.btn-disable > span.btn-no_link {
  border-color: #9898a1;
  color: #9898a1;
  pointer-events: none;
}

/* ランキング 絞り込みボタン */
.btn.btn-filter > a,
.btn.btn-filter > span.btn-no_link {
  padding: 7px 20px;
  background: #000096;
  color: #ff0;
  white-space: nowrap;
}
.btn.btn-filter.is-disable > a {
  border-color: #1a1a94;
  background: #1a1a94;
  color: #5858b3;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .btn.btn-filter > a,
.btn.btn-filter > span.btn-no_link {
    padding: 8px 25px;
    font-size: 0.875rem;
  }
  .btn.btn-readmore > a {
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
/* 次へ進む系のリンク */
.btn.btn-next > a {
  padding: 6px 40px 6px 25px;
}
.btn.btn-next > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: currentColor;
  -webkit-mask: url("../img/kokuspo2024/icon_next.svg") 0 0/contain;
          mask: url("../img/kokuspo2024/icon_next.svg") 0 0/contain;
}

@media only screen and (min-width: 768px) {
  .btn.btn-next > a {
    padding: 8px 40px 8px 25px;
  }
  .btn.btn-next > a::after {
    width: 20px;
    height: 20px;
  }
}
.btn.btn-next.btn-submit > a::after {
  background: #000096;
}

.cmn_box .cmn_box-ttl {
  margin: 0 0 15px;
}
.cmn_box .cmn_box-ttl h1 {
  margin-right: 10px;
  padding: 8px 15px 8px 10px;
  border-radius: 0 45px 45px 0;
  background: #ff0;
  color: #000096;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@supports (font-variation-settings: "wght" 100) {
  .cmn_box .cmn_box-ttl h1 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.cmn_box .cmn_box-ttl .bl {
  display: inline-block;
}
.cmn_box .cmn_box-ttl .cmn_box-ttl-sub {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
.cmn_box .cmn_box-ttl2 {
  margin: 0 0 15px;
}
.cmn_box .cmn_box-ttl2 h2 {
  padding: 15px;
  background: rgba(0, 0, 150, 0.1);
  color: #000096;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .cmn_box .cmn_box-ttl2 h2 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.cmn_box .cmn_box-subttl {
  margin: 0 0 15px;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@supports (font-variation-settings: "wght" 100) {
  .cmn_box .cmn_box-subttl {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.cmn_box .cmn_box-subttl h2 {
  padding: 0 10px 0 22px;
  color: #ff0;
  background: linear-gradient(#ff0, #ff0) no-repeat 10px 0/3px 100%;
}
.cmn_box .cmn_box-subttl h3 {
  padding: 5px 10px 5px 15px;
  color: #000096;
  background: linear-gradient(#ff0082, #ff0082) no-repeat 0 0/5px 100%;
}
.cmn_box .cmn_box-subttl .cmn_box-subttl-sub {
  display: block;
  font-size: 0.625rem;
  line-height: 1.4;
}
.cmn_box .cmn_box-subttl3 {
  margin: 0 0 15px;
}
.cmn_box .cmn_box-subttl3 h2, .cmn_box .cmn_box-subttl3 h3 {
  padding: 0 10px;
  color: #fff;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@supports (font-variation-settings: "wght" 100) {
  .cmn_box .cmn_box-subttl3 h2, .cmn_box .cmn_box-subttl3 h3 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.cmn_box .cmn_box-main + .cmn_box-ttl,
.cmn_box .cmn_box-main + .cmn_box-subttl,
.cmn_box .cmn_box-main + .cmn_box-subttl3 {
  margin-top: 20px;
}
.cmn_box + .cmn_box {
  margin-top: 30px;
}
.cmn_box .cmn_box-main-subttl {
  padding: 0 10px;
  margin-top: 15px;
}
.cmn_box .cmn_box-main-subttl h3 {
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@supports (font-variation-settings: "wght" 100) {
  .cmn_box .cmn_box-main-subttl h3 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}

@media only screen and (min-width: 768px) {
  .cmn_box .cmn_box-ttl {
    margin: 0 0 20px;
  }
  .cmn_box .cmn_box-ttl h1 {
    font-size: 1.125rem;
    padding: 10px 30px 10px 15px;
  }
  .cmn_box .cmn_box-ttl h1 .cmn_box-ttl-sub {
    font-size: 1rem;
  }
  .cmn_box .cmn_box-ttl2 {
    margin: 0 0 20px;
  }
  .cmn_box .cmn_box-ttl2 h2 {
    padding: 18px 35px;
    font-size: 1.125rem;
  }
  .cmn_box .cmn_box-subttl {
    font-size: 1rem;
  }
  .cmn_box .cmn_box-subttl h2 {
    padding-left: 25px;
  }
  .cmn_box .cmn_box-subttl h3 {
    margin: 0 15px;
    padding: 5px 15px;
  }
  .cmn_box .cmn_box-subttl .cmn_box-subttl-sub {
    font-size: 0.75rem;
  }
  .cmn_box .cmn_box-main + .cmn_box-ttl,
.cmn_box .cmn_box-main + .cmn_box-subttl {
    margin-top: 30px;
  }
  .cmn_box .cmn_box-main-subttl {
    margin-bottom: 5px;
  }
  .cmn_box .cmn_box-main-subttl h4 {
    font-size: 1rem;
  }
}
.comingsoon {
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.2);
}
.comingsoon p.comingsoon-ttl {
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.25;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .comingsoon p.comingsoon-ttl {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.comingsoon p.comingsoon-par {
  padding: 8px 15px 0;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  text-align: center;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .comingsoon p.comingsoon-ttl {
    font-size: 1rem;
  }
}
.eligible_countries {
  margin: 0 15px 20px;
}
.eligible_countries li {
  font-size: 0.8125rem;
  line-height: 1.2142857143;
  display: inline-block;
  margin: 0 0 3px 0;
  width: 7em;
}

@media only screen and (min-width: 768px) {
  .eligible_countries li {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.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;
}
.filter dl:nth-child(2n) {
  margin: 0 0 0 10px;
}
.filter dt {
  font-size: 0.625rem;
  font-family: "eFootball Sans";
}
.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/efootball_open_2023/icon_search.svg) no-repeat 5px 50%/16px 16px #fff;
  color: #000096;
  font-family: "eFootball Sans", source-han-sans-japanese, sans-serif;
  font-weight: 400;
  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/efootball_open_2023/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 input:-moz-read-only {
  opacity: 0.5;
}
.filter input:read-only {
  opacity: 0.5;
}
.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-family: "eFootball Sans", source-han-sans-japanese, sans-serif;
  font-weight: 400;
  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-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filter .filter-category + .filter-category {
  margin-top: 15px;
  padding-top: 15px;
}
.filter .filter-category + .filter-category::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #e0e0ff;
}
.filter .filter-category .filter-category-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-grow: 1;
}
.filter .filter-category .filter-ttl {
  width: 100%;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-family: "eFootball Sans";
}
.filter .filter-category .filter-search {
  padding: 20px 0 0 10px;
  text-align: center;
}

@media only screen and (min-width: 420px) {
  .filter .filter-category .filter-search {
    width: auto;
    padding: 20px 0 0 10px;
  }
}
@media only screen and (min-width: 640px) {
  .filter dl {
    max-width: 270px;
  }
  .filter dt {
    margin-bottom: 3px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .filter .filter-category .filter-ttl {
    font-size: 0.9375rem;
  }
}
.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;
}
.footer_rights .footer_rights-license.text {
  color: #ccc;
  font-size: 0.625rem;
}
.footer_rights .footer_rights-pf {
  padding: 10px 20px 0;
  color: #ccc;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}
.footer_rights .footer_rights-pf img {
  height: auto;
}
.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_rights .footer_rights-copy svg {
  position: relative;
  height: auto;
  max-height: 14px;
  fill: currentColor;
}
.footer_rights .footer_rights-copy svg.icon-ps {
  max-width: 16px;
}
.footer_rights .footer_rights-copy svg.logo-ps5 {
  max-width: 44px;
}
.footer_rights .footer_rights-copy svg.logo-ps4 {
  max-width: 44px;
}

.footer_share ul {
  padding: 10px 0;
  text-align: center;
}
.footer_share li {
  display: inline-block;
  margin: 0 6px;
}
.footer_share li a {
  display: block;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s;
}
.footer_share li a:hover {
  opacity: 0.8;
}
.footer_share li img {
  width: 30px;
  height: 30px;
}

.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;
  }
}
.image img {
  width: 100%;
  height: auto;
}
.image.image-max600 {
  max-width: 600px;
  margin: 0 auto;
}
.image.image-padding {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .image.image-padding {
    padding: 0;
  }
}
.konami_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.konami_header .konami_header-logo img {
  width: 130px;
  height: auto;
}
.konami_header .konami_header-language_select {
  padding: 0 15px 0 0;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.konami_header .konami_header-language_select a {
  text-decoration: underline;
}

.license {
  padding: 15px 10px;
  color: #fff;
  font-size: 0.625rem;
  font-family: "eFootball Sans", source-han-sans-japanese, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 3px #000096;
}
.license path, .license rect, .license polygon {
  fill: currentColor;
}
.license .license-league ul + ul {
  margin: 5px 0 0;
}
.license .license-league li {
  display: inline-block;
  padding: 6px;
}
.license .license-ue_logo {
  margin: 10px auto;
  max-width: 80px;
}
.license .license-txt {
  margin: 10px 0;
}
.license .license-txt p {
  margin: 4px 0 0;
}
.license .license-txt svg {
  width: auto;
  height: 10px;
}
.license .license-rating {
  position: relative;
  margin: 20px auto 10px;
  text-align: center;
}
.license .license-rating img {
  width: auto;
  height: 53px;
  margin: 2px;
  vertical-align: top;
}
.license .license-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.license .license-partner img {
  width: 50px;
  height: auto;
}

.link {
  margin: 15px;
}
.link a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  transition: color 0.3s;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  text-decoration: underline;
}
.link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url("../img/efootball_2025/fifae_world_cup_2025/icon_next_w.svg") no-repeat 50% 50%/100% auto;
}
.link a:hover {
  color: #ff0;
}

.link.link-to-detail {
  margin: 0;
}
.link.link-to-detail a {
  padding: 0 20px 0 0;
  margin-right: 6px;
  color: #ff0;
  font-size: 0.9375rem;
  text-decoration: none;
}
.link.link-to-detail a::before {
  right: 0;
  left: auto;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: #ff0;
  -webkit-mask: url("../img/efootball_2025/fifae_world_cup_2025/icon_next.svg") 0 0/contain;
          mask: url("../img/efootball_2025/fifae_world_cup_2025/icon_next.svg") 0 0/contain;
}
.link.link-to-detail a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .link a {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .link.link-to-detail a {
    padding: 0 18px 0 5px;
  }
}
ul.list > li a,
ol.list > li a {
  text-decoration: underline;
}

ul.list.list-in_box {
  margin: 5px 0 0;
}

/* 基本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のときの×CLOSEリンク（今のところYouTube埋め込みとあわせてのみで使用？） */
}
.popup.is-popup-show {
  opacity: 1;
}
.popup .popup-inner {
  width: 80%;
  max-height: 90%;
  overflow-y: auto;
  border: 1px solid #000096;
  background-color: #000096;
  color: #fff;
}
.popup .popup-title {
  position: relative;
  padding: 16px 40px 16px 20px;
  background: #ff0;
  color: #000096;
}
.popup .popup-title h1 {
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125;
}
@supports (font-variation-settings: "wght" 100) {
  .popup .popup-title h1 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.popup .popup-title-close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.popup .popup-title-close a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
.popup .popup-title-close a::after,
.popup .popup-title-close a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 3px;
  margin: -5px 0 0 0;
  transform: rotate(45deg);
  background: #fff;
}
.popup .popup-title-close a::before {
  transform: rotate(-45deg);
}
.popup .popup-main-inner {
  min-height: 200px;
  padding: 15px 20px 0;
  color: #fff;
}
.popup .popup-main p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.popup .popup-main .par {
  padding: 0;
}
.popup .popup-main-table {
  padding: 10px;
  border: 1px solid #fff;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
.popup .popup-main-table table {
  width: 100%;
}
.popup .popup-main-table th {
  padding: 12px 10px;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: left;
}
@supports (font-variation-settings: "wght" 100) {
  .popup .popup-main-table th {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.popup .popup-main-table td {
  padding: 12px 10px;
}
.popup .popup-main-table tr + tr th,
.popup .popup-main-table tr + tr td {
  border-top: 1px solid #fff;
}
.popup .popup-main-table th + td,
.popup .popup-main-table td + td {
  border-left: 1px solid #fff;
}
.popup .popup-main-table.popup-main-table-justify table {
  table-layout: fixed;
}
.popup .popup-btns {
  padding: 15px 20px 20px;
  text-align: center;
}
.popup .popup-close {
  text-align: right;
}
.popup .popup-close a {
  display: inline-block;
  padding: 10px 0;
  transition: opacity 0.3s;
  color: #fff;
  line-height: 24px;
}
.popup .popup-close a:hover {
  opacity: 0.7;
}
.popup .popup-close .popup-close-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 0 5px;
  overflow: hidden;
  background: #fff;
  vertical-align: top;
}
.popup .popup-close .popup-close-icon::after, .popup .popup-close .popup-close-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
  background: #000;
}
.popup .popup-close .popup-close-icon::before {
  transform: rotate(-45deg);
}
.popup .popup-main-news dl dt {
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
}
.popup .popup-main-news dl dd {
  padding: 20px 5px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media only screen and (min-width: 768px) {
  .popup .popup-inner {
    width: 700px;
  }
  .popup .popup-title {
    padding: 20px 40px 20px 22px;
  }
  .popup .popup-title > h1 {
    font-size: 1.125rem;
    line-height: 1.1111111111;
  }
  .popup .popup-main-inner {
    padding: 25px 22px 0;
  }
  .popup .popup-btns {
    padding: 25px 22px;
  }
}
/*  フォトギャラリー用 */
.popup.popup-modal-photo .popup-inner {
  width: 90%;
  max-width: 960px;
  border: none;
  background: none;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area {
  position: relative;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area img {
  width: 100%;
  height: auto;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: background-color 0.3s;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev::before, .popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev::after,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::before,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  transform: translate(10px, 0) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev::before,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::before {
  transform: translate(10px, 1px) rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.5);
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next {
  right: 0;
  left: auto;
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::after {
  transform: translate(-10px, 0) rotate(135deg);
}
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::before {
  transform: translate(-10px, 1px) rotate(135deg);
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav {
  display: flex;
  margin-top: 8px;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next {
  flex: 1 0 20%;
  box-sizing: border-box;
  line-height: 24px;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a {
  display: block;
  position: relative;
  transition: opacity 0.3s;
  color: #fff;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a:hover,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a:hover {
  opacity: 0.7;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a::before,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a::after,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a.is-disable,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a.is-disable {
  color: #666;
  pointer-events: none;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a.is-disable::before,
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a.is-disable::before {
  background: #666;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev {
  text-align: left;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a {
  padding-left: 30px;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a::before {
  left: 0;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-prev a::after {
  left: 7px;
  border-right: 8px solid #000;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next {
  text-align: right;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a {
  padding-right: 30px;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a::before {
  right: 0;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-next a::after {
  right: 7px;
  border-left: 8px solid #000;
}
.popup.popup-modal-photo .popup-inner .popup-photo_nav .popup-photo_nav-status {
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next {
    width: 100px;
  }
  .popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev:hover,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev::before, .popup.popup-modal-photo .popup-inner .popup-photo_area .popup-prev::after,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::before,
.popup.popup-modal-photo .popup-inner .popup-photo_area .popup-next::after {
    display: block;
  }
  .popup.popup-modal-photo .popup-inner .popup-photo_nav {
    max-width: 400px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .popup.popup-modal-photo .popup-inner .popup-photo_nav + .popup-close {
    margin-top: -34px;
  }
}
/* YouTube埋め込み調整 */
.popup.popup-modal-yt {
  background-color: rgba(0, 0, 0, 0.8);
}
.popup.popup-modal-yt .popup-inner {
  width: 100%;
  padding: 10px;
  overflow-y: visible;
  border: 0;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .popup.popup-modal-yt .popup-inner {
    width: 80%;
  }
}
@media only screen and (min-width: 900px) {
  .popup.popup-modal-yt .popup-inner {
    width: 800px;
  }
}
/* 基本fullpanel */
.fullpanel {
  display: flex;
  position: absolute;
  z-index: 100;
  left: 0;
  align-items: stretch;
  width: 100%;
  opacity: 0;
  background: #000096;
  color: #fff;
}
.fullpanel.is-fullpanel-show {
  transition: top 0.5s;
  opacity: 1;
}
.fullpanel.is-fullpanel-adjusting {
  transition: none;
}
.fullpanel .fullpanel-inner {
  width: 100%;
}
.fullpanel .fullpanel-title {
  position: relative;
  padding: 16px 30px 16px 10px;
  background: #ff0;
  color: #000096;
}
.fullpanel .fullpanel-title > h1 {
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125;
}
@supports (font-variation-settings: "wght" 100) {
  .fullpanel .fullpanel-title > h1 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.fullpanel .fullpanel-title-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.fullpanel .fullpanel-title-close a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
.fullpanel .fullpanel-title-close a::after,
.fullpanel .fullpanel-title-close a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 3px;
  margin: -5px 0 0 0;
  transform: rotate(45deg);
  background: #000096;
}
.fullpanel .fullpanel-title-close a::before {
  transform: rotate(-45deg);
}
.fullpanel .fullpanel-main-inner {
  min-height: 100px;
  padding: 20px 10px;
  color: #fff;
}
.fullpanel .fullpanel-main p {
  padding: 0 10px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.fullpanel .fullpanel-main .par {
  padding: 0;
}
.fullpanel .fullpanel-main-table {
  padding: 10px;
  border: 1px solid #fff;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
.fullpanel .fullpanel-main-table table {
  width: 100%;
}
.fullpanel .fullpanel-main-table th {
  padding: 10px 8px;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: left;
}
@supports (font-variation-settings: "wght" 100) {
  .fullpanel .fullpanel-main-table th {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.fullpanel .fullpanel-main-table td {
  padding: 10px 8px;
}
.fullpanel .fullpanel-main-table tr + tr th,
.fullpanel .fullpanel-main-table tr + tr td {
  border-top: 1px solid #fff;
}
.fullpanel .fullpanel-main-table th + td,
.fullpanel .fullpanel-main-table td + td {
  border-left: 1px solid #fff;
}
.fullpanel .fullpanel-main-table.fullpanel-main-table-justify table {
  table-layout: fixed;
}
.fullpanel .fullpanel-btns {
  padding: 15px 20px;
  text-align: center;
}
.fullpanel .fullpanel-main-news dl dt {
  padding: 0 5px 20px;
  border-bottom: 1px solid #d5d5d5;
}
.fullpanel .fullpanel-main-news dl dd {
  padding: 20px 5px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

/* YouTube埋め込み タブ切替え付き */
.popup.popup-modal-yt-tab {
  background-color: rgba(0, 0, 0, 0.8);
}
.popup.popup-modal-yt-tab .popup-inner {
  width: 100%;
  max-width: 700px;
  border: 0;
  background: none;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn {
  display: flex;
  padding: 0 0 0 10px;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a {
  display: inline-block;
  min-width: 60px;
  padding: 6px 10px;
  transition: background-color 0.3s;
  border: solid #fff;
  border-width: 1px 1px 0;
  background: #666;
  color: #fff;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a:hover {
  background: gray;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a.is-current {
  background: #fff;
  color: #222;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a.is-current:hover {
  background: #fff;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a + a {
  margin: 0 0 0 4px;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a > div {
  display: inline-block;
  text-align: center;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a > div > div {
  display: inline-block;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main {
  padding: 8px 8px 0;
  background: #fff;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a {
  position: relative;
  display: block;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a::before, .popup.popup-modal-yt-tab .popup-modal-yt-tab-main a::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a::before {
  width: 94px;
  height: 94px;
  transition: transform 0.5s;
  border: 2px solid #fff;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.7);
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a::after {
  width: 0;
  height: 0;
  transform: translateX(3px);
  transition: transform 0.5s;
  border-width: 15px 0 15px 26px;
  border-style: solid;
  border-color: transparent #fff;
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a:hover::before {
  transform: scale(1.2);
}
.popup.popup-modal-yt-tab .popup-modal-yt-tab-main a:hover::after {
  transform: translateX(3px) scale(1.2);
}
.popup.popup-modal-yt-tab .popup-close {
  background: #fff;
  text-align: center;
}
.popup.popup-modal-yt-tab .popup-close a {
  margin: 6px;
  padding: 4px 4px 4px 10px;
  background: #777;
}
.popup.popup-modal-yt-tab .popup-close .popup-close-icon {
  background: #777;
}
.popup.popup-modal-yt-tab .popup-close .popup-close-icon::before, .popup.popup-modal-yt-tab .popup-close .popup-close-icon::after {
  background: #fff;
}

@media only screen and (orientation: portrait) and (min-width: 440px) {
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a {
    max-width: 90px;
    padding: 4px;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a > div {
    width: auto;
    transform: scale(1);
  }
}
@media only screen and (orientation: landscape) {
  .popup.popup-modal-yt-tab .popup-inner {
    width: 175vh;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-wrapper {
    display: flex;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn {
    flex-direction: column;
    padding: 15px 0 0 0;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a {
    min-width: auto;
    min-height: 100px;
    padding: 10px 6px;
    border-width: 1px 0 1px 1px;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a div > div {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a.is-current span {
    display: inline;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn a + a {
    margin: 5px 0 0 0;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn em {
    /* 縦中横はベンダープレフィックス付与されないらしい */
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn span {
    display: none;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax {
    padding: 0;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a {
    min-width: auto;
    min-height: 50px;
    max-height: 50px;
    padding: 2px 0;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a > div {
    width: 36px;
    height: 58px;
    transform-origin: 50% 0;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-main {
    flex: 1 1 auto;
    padding: 8px;
  }
  .popup.popup-modal-yt-tab .popup-close {
    background: none;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-align: left;
  }
  .popup.popup-modal-yt-tab .popup-close a {
    margin: 0;
    padding: 0 5px 0 0;
    background: none;
  }
  .popup.popup-modal-yt-tab .popup-close .popup-close-icon {
    margin: 5px 0 0 5px;
    background: #666;
    /* IE対策 */
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
@media only screen and (orientation: landscape) and (min-height: 300px) {
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn span {
    display: inline-block;
  }
}
@media only screen and (orientation: landscape) and (min-height: 400px) and (min-width: 700px) {
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a {
    max-height: 79px;
    padding: 2px;
  }
  .popup.popup-modal-yt-tab .popup-modal-yt-tab-btn.popup-modal-yt-tab-btn-climax a > div {
    width: 24px;
    height: 92px;
  }
}
/* イベント詳細モーダル */
.popup.popup-modal-event .popup-main-inner {
  padding: 0;
}

.fullpanel.fullpanel-modal-event .fullpanel-main-inner {
  padding: 0;
}

.movie {
  display: flex;
  justify-content: space-between;
  margin: 8px auto;
}
.movie > a:nth-child(2) {
  margin: 0 8px;
}

.mv {
  background: #000;
}
.mv .mv-inner {
  position: relative;
  padding-top: 280px;
  background: url("../img/efootball_2025/fifae_world_cup_2025/mv.jpg") 50% 50%/auto 100% no-repeat;
}
.mv .mv-inner .mv-result_image {
  padding-top: 100%;
  background: url("../img/efootball_2025/fifae_world_cup_2025/result_sp.jpg") no-repeat 0 50%/100% auto;
}
.mv .mv-inner h2 {
  color: #FAFC98;
  background: linear-gradient(#FAFC98, #FAFC98) no-repeat 10px 0/3px 100%;
}
.mv .mv-inner table {
  background: #000;
}
.mv .mv-inner table thead tr th {
  background: #726543;
}
.mv .mv-inner table tbody tr td {
  background: rgba(114, 101, 67, 0.3);
}
.mv .mv-inner table tbody tr:nth-child(odd) td {
  background: rgba(47, 41, 28, 0.3);
}
.mv img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 500px) {
  .mv .mv-inner {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 768px) {
  .mv .mv-inner .mv-result_image {
    padding-top: 45.5%;
    background: url("../img/efootball_2025/fifae_world_cup_2025/result_pc.jpg") no-repeat 0 50%/100% auto;
  }
}
@media only screen and (min-width: 1210px) {
  .mv .mv-inner {
    padding-top: 680px;
    -webkit-mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent) 50% 50%/1210px 100%;
            mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent) 50% 50%/1210px 100%;
  }
}
.nav {
  background: #000096;
}
.nav h2 {
  padding: 10px;
  background: #ffff00;
  color: #000096;
  font-family: "eFootball Stencil", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .nav h2:lang(ja) {
    font-family: "eFootball Stencil", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 750;
  }
}

@media only screen and (min-width: 768px) {
  .nav h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.no_data {
  margin: 15px 0;
}
.no_data p {
  padding: 20px 0;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  text-align: center;
}
.no_data.no_data-player {
  padding: 0 15px;
}
.no_data.no_data-ranking p {
  padding: 40px 0;
  border: none;
  background: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  .no_data p {
    font-size: 0.875rem;
  }
  .no_data.no_data-player {
    padding: 0;
  }
  .no_data.no_data-ranking {
    padding: 0 15px;
  }
}
.page_top {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 30px;
}
.page_top > a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 0;
  padding: 45px 0 0;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: rgba(255, 255, 255, 0.4);
}
.page_top > a::after {
  content: "TOP";
  font-family: "eFootball Sans";
  color: #fff;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}
.page_top > a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  transform: rotate(-45deg);
  transition: opacity 0.5s;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
}
.page_top > a:hover::before {
  opacity: 0.7;
}

/* vue.js の transition スタイル */
.page_top-transition-enter-from,
.page_top-transition-leave-to {
  opacity: 0;
  right: -50px;
}

.page_top-transition-leave-active,
.page_top-transition-enter-active {
  transition: all 0.5s;
}

@media only screen and (min-width: 940px) {
  .page_top {
    left: 50%;
    bottom: 0;
    width: 700px;
    transform: translateX(-50%);
  }
  .page_top > a {
    width: 70px;
    padding: 60px 0 0;
    position: absolute;
    right: -100px;
    bottom: 0;
    border-width: 1px 1px 0 1px;
  }
  .page_top > a::before {
    width: 18px;
    height: 18px;
    top: 18px;
  }
  .page_top > a::after {
    top: 35px;
    font-size: 0.8125rem;
  }
  /* vue.js の transition スタイル */
  .page_top-transition-enter-from,
.page_top-transition-leave-to {
    opacity: 0;
    right: auto;
    bottom: -63px;
  }
}
p.par {
  line-height: 1.3;
}
p.par:lang(ja) {
  line-height: 1.5384615385;
}
p.par a {
  text-decoration: underline;
}

p.par.par-in_box {
  margin: 15px;
}

@media only screen and (min-width: 768px) {
  p.par.par-in_box {
    margin: 0 15px 15px;
  }
}
.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;
  font-family: "eFootball Sans";
  font-weight: 200;
}
.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;
  font-family: "eFootball Sans", source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.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;
  font-family: "eFootball Sans";
  font-weight: 300;
  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;
  }
}
.service_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
  background: #000096;
}
.service_header .service_header-title a {
  padding-left: 15px;
  font-family: "eFootball Stencil", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #ff0;
}
@supports (font-variation-settings: "wght" 100) {
  .service_header .service_header-title a:lang(ja) {
    font-family: "eFootball Stencil", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 750;
  }
}

@media only screen and (min-width: 768px) {
  .service_header .service_header-title a {
    padding-left: 0;
    font-size: 1.125rem;
  }
}
.simple_table {
  margin: 10px 10px 20px;
}
.simple_table table {
  width: 100%;
  border-top: #fff solid 1px;
  border-left: #fff solid 1px;
  background: #000096;
}
.simple_table th,
.simple_table td {
  padding: 10px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  background: #0102af;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.simple_table th a,
.simple_table td a {
  text-decoration: underline;
}
.simple_table th {
  background: #3132fe;
  color: #fff;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@supports (font-variation-settings: "wght" 100) {
  .simple_table th {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.simple_table th:not(:last-child) {
  border-right: 1px solid #fff;
}
.simple_table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.simple_table tr:nth-child(odd) td {
  background: rgba(0, 0, 150, 0.03);
}
.simple_table .cmn_box-subttl .simple_table-inline {
  color: #fff;
  text-decoration: underline;
}

.simple_table.simple_table-country th {
  text-align: left;
}
.simple_table.simple_table-country td {
  font-size: 13px;
  line-height: 1.538;
}

@media only screen and (min-width: 768px) {
  .simple_table th,
.simple_table td {
    padding: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .simple_table.simple_table-country td {
    font-size: 15px;
    line-height: 1.6;
  }
}
.tab_block {
  /* ブロック */
  /* 都道府県 */
}
.tab_block > input {
  display: none;
}
.tab_block .tab_block-block {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.tab_block .tab_block-block li {
  position: relative;
  flex: auto;
  max-width: 260px;
}
.tab_block .tab_block-block li label, .tab_block .tab_block-block li a {
  display: block;
  padding: 6px 0;
  border: 1px solid #ff0;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  text-align: center;
  cursor: pointer;
}
.tab_block .tab_block-block li label span, .tab_block .tab_block-block li a span {
  display: block;
}
.tab_block .tab_block-block li:first-child label, .tab_block .tab_block-block li:first-child a {
  border-radius: 40px 0 0 40px;
}
.tab_block .tab_block-block li:last-child label, .tab_block .tab_block-block li:last-child a {
  border-radius: 0 40px 40px 0;
}
.tab_block .tab_block-block li.current label, .tab_block .tab_block-block li.current a {
  background: #ff0;
  color: #000096;
}
.tab_block > input:nth-child(1):checked ~ ul li:nth-child(1) label, .tab_block > input:nth-child(1):checked ~ ul li:nth-child(1) a {
  background: #ff0;
  color: #000096;
}
.tab_block > input:nth-child(1):checked ~ ul li:first-child::before,
.tab_block > input:nth-child(1):checked ~ ul li:nth-child(1) + li::before,
.tab_block > input:nth-child(1):checked ~ ul li:last-child::after {
  display: none;
}
.tab_block > input:nth-child(2):checked ~ ul li:nth-child(2) label, .tab_block > input:nth-child(2):checked ~ ul li:nth-child(2) a {
  background: #ff0;
  color: #000096;
}
.tab_block > input:nth-child(2):checked ~ ul li:first-child::before,
.tab_block > input:nth-child(2):checked ~ ul li:nth-child(2) + li::before,
.tab_block > input:nth-child(2):checked ~ ul li:last-child::after {
  display: none;
}
.tab_block > input:nth-child(3):checked ~ ul li:nth-child(3) label, .tab_block > input:nth-child(3):checked ~ ul li:nth-child(3) a {
  background: #ff0;
  color: #000096;
}
.tab_block > input:nth-child(3):checked ~ ul li:first-child::before,
.tab_block > input:nth-child(3):checked ~ ul li:nth-child(3) + li::before,
.tab_block > input:nth-child(3):checked ~ ul li:last-child::after {
  display: none;
}
.tab_block > input:nth-child(4):checked ~ ul li:nth-child(4) label, .tab_block > input:nth-child(4):checked ~ ul li:nth-child(4) a {
  background: #ff0;
  color: #000096;
}
.tab_block > input:nth-child(4):checked ~ ul li:first-child::before,
.tab_block > input:nth-child(4):checked ~ ul li:nth-child(4) + li::before,
.tab_block > input:nth-child(4):checked ~ ul li:last-child::after {
  display: none;
}
.tab_block .tab_block-tgt {
  display: none;
  margin: 20px 0 0;
}
.tab_block input:nth-child(1):checked ~ .tab_block-tgt1 {
  display: block;
}
.tab_block input:nth-child(2):checked ~ .tab_block-tgt2 {
  display: block;
}
.tab_block input:nth-child(3):checked ~ .tab_block-tgt3 {
  display: block;
}
.tab_block input:nth-child(4):checked ~ .tab_block-tgt4 {
  display: block;
}
.tab_block .tab_block-block-btm {
  margin: 20px auto;
}
.tab_block .tab_block-prefecture {
  padding-bottom: 17px;
}
.tab_block .tab_block-prefecture li {
  display: inline-block;
}
.tab_block .tab_block-prefecture li a {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.2142857143;
}
.tab_block .tab_block-prefecture li a::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.tab_block .tab_block-prefecture li a:hover {
  transition: opacity 0.5s;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .tab_block {
    /* ブロック */
    /* 都道府県 */
  }
  .tab_block .tab_block-block {
    padding: 0 70px;
  }
  .tab_block .tab_block-block::before {
    background: linear-gradient(to right, #fff 0%, #000096 5%, #000096 95%, #fff 100%);
  }
  .tab_block .tab_block-block li label, .tab_block .tab_block-block li a {
    padding: 12px 0;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
  .tab_block .tab_block-block li label span, .tab_block .tab_block-block li a span {
    display: inline-block;
    margin-left: 0.5em;
  }
  .tab_block .tab_block-prefecture li label, .tab_block .tab_block-prefecture li a {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.update h2 {
  margin: 0 0 10px;
  color: #ff0;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@supports (font-variation-settings: "wght" 100) {
  .update h2 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.update .update-list {
  overflow: hidden;
}
.update ul {
  max-height: 210px; /* 120px */
  overflow-y: auto;
  border: 1px solid #fff;
  background: #000096;
  color: #fff;
}
.update li:nth-child(odd) {
  background: #0102af;
}
.update a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 10px;
  transition: color 0.5s;
}
.update a:-moz-any-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: calc(50% - 0.3em);
  right: 12px;
  transform: rotate(-45deg);
}
.update a:any-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: calc(50% - 0.3em);
  right: 12px;
  transform: rotate(-45deg);
}
.update a:-moz-any-link:hover {
  color: #ff0;
}
.update a:any-link:hover {
  color: #ff0;
}
.update .update-date {
  font-size: 0.625rem;
  line-height: 1.4;
}
.update .update-date span {
  margin: 0 0 0 6px;
  padding: 0 6px;
  background: #ff0082;
  color: #fff;
  line-height: 1;
}
.update .update-title {
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.update a[target=_blank] .update-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 5px;
  background: url("../img/kokuspo2024/icon_external_link.svg") no-repeat 0 0/100% auto;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .update h2 {
    font-size: 1rem;
  }
  .update a {
    display: flex;
    padding: 12px 25px 12px 15px;
  }
  .update .update-date {
    font-size: 0.8125rem;
  }
  .update .update-title {
    margin: 0 0 0 10px;
    font-size: 0.8125rem;
  }
}
.video {
  border-radius: 5px;
  background: transparent;
}
.video a {
  /* ComingSoonなど押せない場合 */
}
.video a img {
  border-radius: 5px;
  opacity: 1;
}
.video a::before {
  width: 60px;
  height: 60px;
  transition: transform 0.3s;
  border: none;
  background: linear-gradient(90deg, #005dba, #03274a);
}
.video a::after {
  width: 18px;
  height: 20px;
  transition: transform 0.3s;
  border: none;
  background: url("../img/efootball_2025/fifae_world_cup_2025/icon_arrow_white.svg") no-repeat 50% 50%/18px 20px;
}
.video a:hover::before {
  transform: scale(1.2);
  opacity: 1;
}
.video a:hover::after {
  transform: translateX(3px) scale(1.2);
  opacity: 1;
}
.video a.is-disabled {
  pointer-events: none;
}
.video a.is-disabled::before, .video a.is-disabled::after {
  opacity: 0.4;
}
.video a.is-disabled::before {
  background: linear-gradient(90deg, #85b1dc, #516981);
}
.video.video-no_max_w {
  max-width: unset;
}
.video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* card内 */
.video.video-in_card {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  max-width: unset;
}
.video.video-in_card a img {
  border-radius: 5px 5px 0 0;
}

/* 動画モーダル内 */
.video.video-in_modal-yt-tab {
  border-radius: 0;
  box-shadow: none;
}
.video.video-in_modal-yt-tab a img {
  border-radius: 0;
}

/* 再生ボタンなし */
.video.video-no_play_btn {
  max-width: unset;
}
.video.video-no_play_btn p img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

/* 自動再生 */
.video.video-iframe {
  position: relative;
  width: auto;
  max-width: inherit;
  margin: 0 -10px;
}
.video.video-iframe .video-iframe-inner {
  padding-top: 56.25%;
}
.video.video-iframe .video-iframe-inner > div {
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  transform: translateX(-50%);
}
.video.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .video.video-iframe {
    max-width: 800px;
    margin: 0 auto 1px;
  }
}
