@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 {
  --baseColorPrimary: #000096;
  --baseColorSecondary: #3132fe;
  --accentColor: #ff0;
  --color: #000096;
  --cmnBoxTtlColor: #000096;
  --tableThBg: #3132fe;
  --tableTdEvenBg: #0102af;
  --tableBorder: solid 1px #fff;
  --textShadow: transparent;
}

.l-theme-orange {
  --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_orange.jpg?v2) no-repeat 50% 0 / 120% auto #fe880c;
  --color: #ff8c19;
  --cmnBoxTtlColor: #ff8c19;
  --cmnBoxColor: #fff;
  --tableThBg: #ff4800;
  --tableTdBg: rgb(255, 96, 0, 0.3);
  --tableTdEvenBg: rgb(255, 96, 0, 0.6);
  --tableBorder: solid 1px #fe880c;
  --textShadow: 0 0 10px #9c2c00;
}

.l-theme-lightblue {
  --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_lightblue.jpg?v2) no-repeat 50% 0 / 120% auto #03c8d9;
  --color: #00beff;
  --cmnBoxTtlColor: #00beff;
  --cmnBoxColor: #fff;
}

.l-theme-red {
  --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_red.jpg?v2) no-repeat 50% 0 / 120% auto #db0038;
  --color: #f00f1e;
  --cmnBoxTtlColor: #f00f1e;
  --cmnBoxColor: #fff;
}

.l-theme-green {
  --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_green.jpg?v2) no-repeat 50% 0 / 120% auto #20b801;
  --color: #00dc00;
  --cmnBoxTtlColor: #19AB00;
  --cmnBoxColor: #fff;
}

.l-theme-yellow {
  --color: #ff0;
  --cmnBoxColor: #000;
}

@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;
}
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  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;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/efootball_2025/wf_2025/bg_blue.jpg) 50% 50%/cover #000096;
  z-index: -1;
}

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

@media only screen and (orientation: landscape) {
  .l-theme-orange {
    --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_orange_hd.jpg?v2) no-repeat 50% 0 / 100% auto #ffb020;
  }
  .l-theme-lightblue {
    --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_lightblue_hd.jpg?v2) no-repeat 50% 0 / 100% auto #00d0e6;
  }
  .l-theme-red {
    --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_red_hd.jpg?v2) no-repeat 50% 0 / 100% auto #de0033;
  }
  .l-theme-green {
    --cmnBoxBg: url(/img/efootball_2025/wf_2025/bg_green_hd.jpg?v2) no-repeat 50% 0 / 100% auto #22bc02;
  }
  body::before {
    background: url(../img/efootball_2025/wf_2025/bg_blue_hd.jpg) 50% 50%/cover #000096;
  }
}
/* --------------------------------------------------------------
>>> 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 {
  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*/ /* TODO スポンサー表示時にコメントアウトする */
}

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

/* スポンサー */
.l-footer_sponsor {
  margin: 0 0 15px;
  padding: 15px 10px 20px;
  background: rgba(0, 0, 254, 0.25);
}

@media only screen and (min-width: 768px) {
  .l-footer_sponsor {
    padding: 15px 10px 25px;
  }
}
/* --------------------------------------------------------------
1.3.1	Layout - Content - 共通・汎用
-------------------------------------------------------------- */
.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 内容部分 */
.l-column2 {
  display: grid;
}
.l-column2 .l-column2-txt {
  padding: 0 15px;
}
.l-column2 .l-column2-img {
  margin: 0 15px 15px;
}
.l-column2 .l-column2-img > a {
  display: block;
}
.l-column2 .l-column2-img > a > img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .l-column2 {
    grid-template-columns: 340px minmax(0, 1fr);
    padding: 0 10px;
  }
  .l-column2 .l-column2-img {
    margin: 0;
  }
}
.l-btn.l-btn_event {
  display: grid;
  grid-auto-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin: 0 auto 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .l-btn.l-btn_event {
    margin: 0;
  }
}
.l-btn.l-btn_center {
  margin: 5px auto 35px;
  text-align: center;
}

.l-btn.l-btn_go_top {
  margin: 45px auto 35px;
}

.l-comingsoon {
  padding: 15px;
}

/* --------------------------------------------------------------
1.3.2	Layout - Content - TOP
-------------------------------------------------------------- */
.l-movie {
  margin: 0 10px 20px;
}

.l-guest {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 10px;
  margin: 10px 0 20px;
  padding: 0 10px;
}

.l-event_map {
  margin: 0 15px 20px;
}

.l-map {
  /* firefoxでチラつきが発生したのでコメントアウト */
  /*&::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(#f00f1e, #f00f1e);
    mix-blend-mode: hue;
    pointer-events: none;
  }*/
}
.l-map iframe {
  width: 100%;
  height: 210px;
  filter: grayscale(1);
}

@media only screen and (min-width: 768px) {
  .l-map {
    position: relative;
    width: 100%;
    padding-top: 43.22%;
  }
  .l-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.l-timetable {
  margin: 10px 0;
  padding: 0 5px;
  overflow-x: auto;
}

.l-timetable-scrollable {
  min-width: 750px;
}

.l-goods {
  display: grid;
  gap: 30px;
  margin: 0 0 35px;
}

@media only screen and (min-width: 768px) {
  .l-goods {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.l-access {
  margin: 10px 0;
}
.l-access .l-access-img > a {
  display: block;
}
.l-access .l-access-img > a > img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .l-access {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    padding: 0 10px;
  }
}
.l-modal_guest {
  padding: 15px 10px 0;
}

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

.l-event_contents {
  margin-bottom: 35px;
}
.l-event_contents:last-of-type {
  margin-bottom: 0;
}

.l-gift {
  display: grid;
}
.l-gift .l-gift_contents > p {
  max-width: 290px;
  margin: 0 auto 10px;
}
.l-gift .l-gift_contents img {
  width: 100%;
  height: auto;
}
.l-gift .l-gift_contents:first-child {
  margin: 0 auto 10px;
}
.l-gift .l-gift_contents:first-child > p {
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  .l-gift {
    grid-template-columns: 1fr 1fr;
  }
  .l-gift .l-gift_contents {
    position: relative;
  }
  .l-gift .l-gift_contents > p {
    max-width: 340px;
  }
  .l-gift .l-gift_contents:first-child:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .l-gift .l-gift_contents:first-child > p {
    max-width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .l-partner {
    margin: 0 auto 35px;
  }
}
.l-badge {
  margin: 0 0 5px;
}

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

.badge {
  display: inline-block;
  padding: 4px 9px 5px;
  margin: 0 3px 5px 0;
  font-size: 0.75rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  line-height: 1;
  background: var(--color);
  color: var(--cmnBoxColor);
}
@supports (font-variation-settings: "wght" 100) {
  .badge {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 900;
  }
}
.badge span {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 0.8125rem;
}
.badge span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: var(--cmnBoxColor);
  -webkit-mask: url("../img/efootball_2025/wf_2025/icon_clock_white.svg") 0 0/contain;
          mask: url("../img/efootball_2025/wf_2025/icon_clock_white.svg") 0 0/contain;
}

.badge.badge-streaming {
  position: relative;
  padding: 5px 8px 5px 26px;
  background: #fff;
  color: #000096;
}
.badge.badge-streaming:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 18px;
  height: 14px;
  background-image: url("../img/efootball_2025/wf_2025/icon_streaming_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.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 #fff;
  border-radius: 30px;
  background-color: #fff;
  color: var(--cmnBoxTtlColor);
  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: var(--cmnBoxTtlColor);
  color: #fff;
}
.btn > a:hover[target=_blank]::after,
.btn > span.btn-no_link:hover[target=_blank]::after {
  background: #fff;
}
.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: var(--cmnBoxTtlColor);
  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 > a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto 0;
  background: var(--cmnBoxTtlColor);
  -webkit-mask: url("../img/efootball_2025/wf_2025/icon_external_link.svg") 0 0/contain no-repeat;
          mask: url("../img/efootball_2025/wf_2025/icon_external_link.svg") 0 0/contain no-repeat;
  transition: all 0.5s;
}
.btn.is-disabled a,
.btn.is-disabled span {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--cmnBoxTtlColor);
  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-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-disable > a,
.btn.btn-disable > span.btn-no_link {
  border-color: #9898a1;
  color: #9898a1;
  pointer-events: none;
}

.btn.btn-official > a {
  padding: 6px 33px 6px 19px;
}

/* 次へ進む系のリンク */
.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/efootball_2025/wf_2025/icon_next.svg") 0 0/contain;
          mask: url("../img/efootball_2025/wf_2025/icon_next.svg") 0 0/contain;
  transition: all 0.5s;
}

@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;
}

.carousel_banner {
  position: relative;
  overflow: hidden;
  /*MEMO:画像とページネーションがの色が被るためグラデーションをつける*/
}
.carousel_banner .carousel_banner-swiper {
  position: relative;
}
.carousel_banner .carousel_banner-swiper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  z-index: 1;
}
.carousel_banner .carousel_banner-list {
  display: flex;
}
.carousel_banner .carousel_banner-list li {
  flex-shrink: 0;
  width: 100%;
}
.carousel_banner .carousel_banner-list a {
  display: block;
  cursor: pointer;
}
.carousel_banner .carousel_banner-list img {
  width: 100%;
  height: auto;
}
.carousel_banner .carousel_banner-paginate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 320px;
  margin: 20px auto 10px;
  z-index: 2;
}
.carousel_banner .carousel_banner-paginate li {
  width: 6px;
  height: 6px;
  margin: 0 5px;
}
.carousel_banner .carousel_banner-paginate li a {
  display: block;
  border-radius: 3px;
}
.carousel_banner .carousel_banner-paginate li a:hover {
  opacity: 0.7;
}
.carousel_banner .carousel_banner-paginate li span {
  display: block;
  overflow: hidden;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transition: width 5s;
  background: #fff;
  line-height: 2;
}
.carousel_banner .carousel_banner-paginate li.is-current {
  flex-grow: 1;
}
.carousel_banner .carousel_banner-paginate li.is-current a {
  background: #3132fe;
  pointer-events: none;
}
.carousel_banner .carousel_banner-paginate li.is-current span {
  width: 100%;
}

.cmn_box {
  padding: 40px 0;
}
.cmn_box:first-child {
  padding: 40px 0 0;
}
.cmn_box .cmn_box-inner {
  max-width: 800px;
  margin: 0 auto;
}
.cmn_box.l-theme-orange, .cmn_box.l-theme-red, .cmn_box.l-theme-green, .cmn_box.l-theme-lightblue {
  background: var(--cmnBoxBg);
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

  &::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cmnBoxBg);
    z-index: -1;
    pointer-events: none;
  }*/
}
.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: #fff;
  color: var(--cmnBoxTtlColor);
  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: #fff;
  background: linear-gradient(#fff, #fff) no-repeat 10px 0/3px 100%;
  text-shadow: var(--textShadow);
}
.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 10px;
}
.cmn_box .cmn_box-subttl3 h2, .cmn_box .cmn_box-subttl3 h3 {
  padding: 0 15px;
  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-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;
  }
}
.fade_thumbs {
  display: grid;
  background-color: #fff;
}
.fade_thumbs li {
  grid-area: 1/1/1/1;
  animation: slideAnime 24s ease 0s infinite;
  opacity: 0;
}
.fade_thumbs li:nth-of-type(2) {
  animation-delay: 3.43s;
}
.fade_thumbs li:nth-of-type(3) {
  animation-delay: 6.86s;
}
.fade_thumbs li:nth-of-type(4) {
  animation-delay: 10.29s;
}
.fade_thumbs li:nth-of-type(5) {
  animation-delay: 13.72s;
}
.fade_thumbs li:nth-of-type(6) {
  animation-delay: 17.15s;
}
.fade_thumbs li:nth-of-type(7) {
  animation-delay: 20.58s;
}
.fade_thumbs li img {
  width: 100%;
  height: auto;
}
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.faq {
  margin: 0 10px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq details > div {
  margin: 0 0 10px 10px;
  padding: 10px;
  transition: opacity 2s;
  opacity: 0;
  background: transparent;
}
.faq details > div a {
  text-decoration: underline;
}
.faq details[open] summary::after {
  transform: rotate(0deg);
}
.faq details[open] > div {
  opacity: 1;
}
.faq summary {
  display: block;
  position: relative;
  padding: 10px 37px 10px 10px;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::before, .faq summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 13px;
  height: 1px;
  margin: auto 0;
  background: #fff;
}
.faq summary::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

@media only screen and (min-width: 768px) {
  .faq {
    margin: 0 10px 25px;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .faq details > div {
    padding: 15px;
  }
  .faq summary {
    padding: 15px 32px 15px 15px;
  }
  .faq summary::before, .faq summary::after {
    width: 15px;
  }
}
.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_sponsor dl + dl {
  margin-top: 15px;
}
.footer_sponsor dt {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  text-align: center;
}
.footer_sponsor dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sponsor dd img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.footer_sponsor dd a {
  display: block;
}
.footer_sponsor dd a + a {
  margin-left: 10px;
}
.footer_sponsor dd .footer_sponsor-keio {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .footer_sponsor dt {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.footer {
  padding: 25px 20px 45px;
  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 {
    padding: 25px 20px;
  }
  .footer .footer-menu {
    margin: 9px 0 5px;
  }
}
.goods {
  margin: 0 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  background-color: rgba(49, 50, 254, 0.5);
}
.goods dl dd p {
  margin: 15px;
  font-size: 1rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@supports (font-variation-settings: "wght" 100) {
  .goods dl dd p {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.goods dl dd p:lang(ja) {
  line-height: 1.5384615385;
}
.goods dl dd p span {
  font-size: 0.875rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@supports (font-variation-settings: "wght" 100) {
  .goods dl dd p span {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 450;
  }
}

@media only screen and (min-width: 768px) {
  .goods {
    margin: 0;
  }
}
.guest {
  background: #fff;
  color: var(--color);
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .guest {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.guest img {
  display: block;
  width: 100%;
  height: auto;
}
.guest dt {
  padding: 4px 5px;
  background: var(--color);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.guest dd {
  padding: 2px 10px 10px;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.8571428571;
}
.guest dd p {
  padding: 5px 0 4px;
  line-height: 1.2857142857;
}
.guest .guest-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guest .guest-sns a:not(:last-child) {
  margin-right: 8px;
}
.guest .guest-sns a.guest-sns_youtube {
  width: 26px;
}
.guest .guest-sns a.guest-sns_x {
  width: 22px;
}
.guest .guest-sns a.guest-sns_instagram {
  width: 22px;
}

.guest.guest-timetable {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: inherit;
}
.guest.guest-timetable > dl {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
}
.guest.guest-timetable > dl > dt {
  padding: 0;
  background: inherit;
}
.guest.guest-timetable > dl img {
  border-radius: 50%;
}
.guest.guest-timetable .guest-info {
  text-align: left;
}
.guest.guest-timetable .guest-info > dt {
  display: inline-block;
  padding: 0 5px 1px;
  background: #fff;
  color: var(--color);
}
.guest.guest-timetable .guest-info > dd {
  padding: 0;
  color: #fff;
  line-height: 1.4285714286;
}

@media only screen and (min-width: 768px) {
  .guest.guest-timetable > dl {
    border-width: 3px;
  }
}
.image img {
  width: 100%;
  height: auto;
}
.image.image-max600 {
  max-width: 600px;
  margin: 0 auto;
}
.image.image-max200 {
  max-width: 200px;
  margin: 0 auto;
}
.image.image-access {
  max-width: 200px;
  margin: 0 auto;
}
.image.image-partner {
  margin: 0 15px 15px;
}
.image.image-padding {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .image.image-padding {
    padding: 0;
  }
  .image.image-access {
    margin: 0;
  }
  .image.image-partner {
    max-width: 380px;
    margin: 0 auto 15px;
  }
}
.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: 15px auto 10px;
  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;
}

ul.list > li,
ol.list > li {
  line-height: 1.1;
  text-shadow: var(--textShadow);
}
ul.list > li:lang(ja),
ol.list > li:lang(ja) {
  line-height: 1.3076923077;
}
ul.list > li a,
ol.list > li a {
  text-decoration: underline;
}
ul.list > li > ul.list,
ol.list > li > ul.list {
  margin: 5px 0 0;
}

/*来場・入場等に関するご注意の注釈*/
ul.list.list-faq {
  margin: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
}

/*開催概要の注釈*/
ul.list.list-about_note {
  margin: 0 15px 15px;
}

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

ul.list.list-lead {
  margin: 0 15px 15px;
}

ul.list.list-dot_min > li {
  line-height: 1.1;
}
ul.list.list-dot_min > li:lang(ja) {
  line-height: 1.4;
}

ul.list.list-dot > li span {
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
}
@supports (font-variation-settings: "wght" 100) {
  ul.list.list-dot > li span {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 900;
  }
}

ul.list.list-note_min > li {
  line-height: 1.1;
}
ul.list.list-note_min > li:lang(ja) {
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  ul.list > li,
ol.list > li {
    line-height: 1.1;
  }
  ul.list.list-dot_min > li {
    line-height: 1.1;
  }
  ul.list.list-note_min > li {
    line-height: 1.1;
  }
}
.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: #fff;
}
.loading p {
  color: #fff;
  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;
}

.loading.loading-carousel_banner {
  padding: 0 0 20px;
}

.loading.loading-page {
  position: fixed;
  z-index: 100;
  padding: 0;
  background: rgba(0, 0, 150, 0.6);
}
.loading.loading-page .loading-inner {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

@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のときの×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;
}
.popup h2 {
  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;
  padding: 0 10px 0 22px;
  color: #fff;
  background: linear-gradient(#fff, #fff) no-repeat 10px 0/3px 100%;
}
@supports (font-variation-settings: "wght" 100) {
  .popup h2 {
    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) {
  .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;
}
.fullpanel h2 {
  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;
  padding: 0 10px 0 22px;
  color: #fff;
  background: linear-gradient(#fff, #fff) no-repeat 10px 0/3px 100%;
}
@supports (font-variation-settings: "wght" 100) {
  .fullpanel h2 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}

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

.mv_nav {
  padding: 7px 0;
  background: #000;
}
.mv_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1;
}
.mv_nav ul li {
  margin: 0 5px 7px 0;
}
.mv_nav a {
  position: relative;
  display: inline-block;
  padding: 4px 20px 0 8px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  transition: all 0.5s;
}
.mv_nav a:-moz-any-link:hover {
  color: #ff0;
}
.mv_nav a:any-link:hover {
  color: #ff0;
}
.mv_nav a:-moz-any-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(225deg);
}
.mv_nav a:any-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(225deg);
}
.mv_nav .is-new a::after {
  display: inline-block;
  content: "UP";
  margin: 0 0 0 3px;
  padding: 0 2px 2px;
  background: #fd1392;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .mv_nav {
    padding: 10px 0 7px;
  }
  .mv_nav a {
    padding: 0 20px 0 0;
  }
}
.mv {
  background-color: #000;
}
.mv .mv-inner {
  position: relative;
  padding-top: 56.2857142857%;
  background: url("../img/efootball_2025/wf_2025/mv_ja.jpg?v2") 50% 50%/auto 100% no-repeat;
}
.mv .mv-inner:lang(en) {
  background: url("../img/efootball_2025/wf_2025/mv_en.jpg?v2") 50% 50%/auto 100% no-repeat;
}
.mv h1 {
  height: 0;
  overflow: hidden;
}

/*インフルエンサー キャンペーンページ*/
.mv.mv-campaign {
  background-color: transparent;
}
.mv.mv-campaign .mv-inner {
  position: relative;
  padding-top: 83.8461538462%;
  background: url("../img/efootball_2025/wf_2025/mv_campaign.jpg") 50% 50%/auto 100% no-repeat;
}
.mv.mv-campaign .mv-message {
  padding: 8px 0;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
  background: #000096;
  -webkit-backdrop-filter: blur(90px);
          backdrop-filter: blur(90px);
}

/*サムネイル変更により不要になった*/
/*@media only screen and (min-width: 500px) {
  .mv {
    .mv-inner {
      padding-top: calc(5 / 8 * 100%);
    }
  }
}*/
@media only screen and (min-width: 1040px) {
  .mv .mv-inner {
    padding-top: 575px;
  }
  .mv.mv-campaign {
    background-color: transparent;
  }
  .mv.mv-campaign .mv-inner {
    padding-top: 500px;
    -webkit-mask: inherit;
            mask: inherit;
  }
  .mv.mv-campaign .mv-message {
    padding: 12px 0;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.page_header {
  background: linear-gradient(rgba(0, 0, 79, 0.5), rgba(0, 0, 79, 0.5));
}
.page_header .page_header-inner {
  display: grid;
  place-content: center;
  position: relative;
  max-width: 1200px;
  padding: 10% 0;
  margin: 0 auto;
  background: url("../img/efootball_2025/wf_2025/title_bg.png") 50% 50%/cover no-repeat;
}
.page_header h1 {
  color: #fff;
  font-weight: var(--font-weight-sans-bold);
  font-variation-settings: var(--font-variation-sans-bold);
  font-size: 1.375rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  .page_header h1 {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.page_header h1 span {
  display: block;
  font-size: 0.6875rem;
  font-family: "eFootball Stencil", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@supports (font-variation-settings: "wght" 100) {
  .page_header h1 span: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: 780px) {
  .page_header .page_header-inner {
    height: 240px;
    padding: 0;
  }
  .page_header h1 {
    font-size: 2.75rem;
  }
  .page_header h1 span {
    font-size: 1.375rem;
  }
}
.page_top {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 55px;
}
.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);
  border-radius: 15px 0 0 15px;
}
.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;
    border-radius: 10px 10px 0 0;
  }
  .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;
  text-shadow: var(--textShadow);
}
p.par:lang(ja) {
  line-height: 1.5384615385;
}
p.par a {
  text-decoration: underline;
}

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

p.par.par-min {
  font-size: 0.625rem;
  line-height: 1.4;
}

p.par.par-column {
  margin: 0 0 15px;
}
p.par.par-column span {
  font-size: 1.125rem;
}

p.par.par-lead {
  margin: 0 15px 15px;
  text-shadow: var(--textShadow);
}

p.par.par-in_modal {
  margin: 10px 10px 15px;
}

p.par.par-and_more {
  font-size: 20px;
  font-family: "eFootball Stencil", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}
@supports (font-variation-settings: "wght" 100) {
  p.par.par-and_more: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;
  }
}

p.par.par-partner {
  margin: 0 0 15px;
}
p.par.par-partner > a {
  display: block;
  padding: 0 0 7px;
  font-size: 1rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: inherit;
}
@supports (font-variation-settings: "wght" 100) {
  p.par.par-partner > a {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 900;
  }
}

p.par.par-about_note {
  margin: 0 15px 5px;
}

/*FAQのサブタイトル*/
p.par.par-sub_title {
  margin: 0 0 5px;
}
p.par.par-sub_title:not(:first-child) {
  margin: 15px 0 5px;
}

@media only screen and (min-width: 768px) {
  p.par.par-access {
    margin: 0 0 15px;
  }
  p.par.par-partner > a {
    padding: 0 0 7px;
    font-size: 1.25rem;
  }
  p.par.par-min {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.register_btn {
  position: fixed;
  z-index: 99;
  right: -100%;
  bottom: 120px;
  opacity: 0;
  animation: fadeIn 1s forwards;
}
.register_btn > a {
  position: relative;
  width: 51px;
  padding: 7px 8px 39px 0;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-color: #ff0;
  border-radius: 15px 0 0 15px;
  background-color: #ff0;
  color: #000;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transition: all 0.5s;
}
@supports (font-variation-settings: "wght" 100) {
  .register_btn > a {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 900;
  }
}
.register_btn > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.5s;
}
.register_btn > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: #ff0;
  mask: url("../img/efootball_2025/wf_2025/icon_next.svg") 0 0/contain;
  -webkit-mask: url("../img/efootball_2025/wf_2025/icon_next.svg") 0 0/contain;
  transition: all 0.5s;
}
.register_btn > a span {
  display: block;
  padding: 0;
  font-size: 0.875rem;
  font-family: "eFootball Sans", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
@supports (font-variation-settings: "wght" 100) {
  .register_btn > a span {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 450;
  }
}
.register_btn > a span:lang(ja) {
  padding: 2px 0 0;
}
.register_btn > a:hover {
  background-color: #000;
  color: #ff0;
}
.register_btn > a:hover::before {
  background-color: #ff0;
}
.register_btn > a:hover::after {
  background: #000;
}

@media only screen and (min-width: 768px) {
  .register_btn {
    bottom: 20px;
  }
  .register_btn > a {
    width: 57px;
    border-radius: 10px 0 0 10px;
    font-size: 1.375rem;
  }
  .register_btn > a span {
    font-size: 1.0625rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.service_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
}
.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%;
}
.simple_table th,
.simple_table td {
  padding: 10px;
  background: var(--tableTdBg);
  font-size: 0.75rem;
  line-height: 1.1;
}
.simple_table th:lang(ja),
.simple_table td:lang(ja) {
  line-height: 1.3333333333;
}
.simple_table th a,
.simple_table td a {
  color: #fff;
  text-decoration: underline;
}
.simple_table th {
  background: var(--tableThBg);
  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 tr:not(:last-child) th,
.simple_table tr:not(:last-child) td {
  border-bottom: var(--tableBorder);
}
.simple_table tr:nth-child(2n+1) td {
  background: var(--tableTdEvenBg);
}

@media only screen and (min-width: 768px) {
  .simple_table th,
.simple_table td {
    padding: 10px;
    font-size: 0.875rem;
  }
  .simple_table th:lang(ja),
.simple_table td:lang(ja) {
    line-height: 1.5;
  }
}
.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 #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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;
  }
}
.timetable {
  display: grid;
  grid-template: ". . tab" auto "time narrow table" auto/2em minmax(0, auto) minmax(0, 1fr);
  padding: 0 0 1px;
}
.timetable .timetable-stage {
  grid-area: tab;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 5px;
  font-size: 0.8125rem;
  line-height: 1.3333333333;
  text-align: center;
}
.timetable .timetable-stage li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background: var(--color);
}
.timetable .timetable-time {
  grid-area: time;
  font-size: 0.625rem;
  line-height: 1;
}
.timetable .timetable-time span {
  display: block;
  height: 230px;
  transform: translateY(-0.5em);
  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) {
  .timetable .timetable-time span {
    font-family: "eFootball Sans", "TazuganeInfoVariableVariable", -apple-system, BlinkMacSystemFont, arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-variation-settings: "wght" 550;
  }
}
.timetable .timetable-time span:lang(ja) {
  height: 200px;
}
.timetable .timetable-time span:last-child {
  height: auto;
}
.timetable .timetable-table {
  background: linear-gradient(rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0) 1px) 0 0/100% 230px;
  grid-area: table;
}
.timetable .timetable-table:lang(ja) {
  background: linear-gradient(rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0) 1px) 0 0/100% 200px;
}
.timetable .timetable-table ul {
  display: grid;
  gap: 0 5px;
  padding: 0 5px;
  grid-auto-rows: 38.3333333333px;
  grid-auto-columns: minmax(0, 1fr);
}
.timetable .timetable-table ul:lang(ja) {
  grid-auto-rows: 33.3333333333px;
}
.timetable .timetable-table a {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: calc(100% - 5px);
  padding: 5px;
  border: 1px solid transparent;
  transition: border-color 0.3s;
  background: no-repeat calc(100% - 5px) 5px/15px 15px var(--color);
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
}
.timetable .timetable-table a:-moz-any-link {
  background-image: url("../img/efootball_2025/wf_2025/icon_next_w.svg");
}
.timetable .timetable-table a:any-link {
  background-image: url("../img/efootball_2025/wf_2025/icon_next_w.svg");
}
.timetable .timetable-table a:-moz-any-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.timetable .timetable-table a:any-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.timetable .timetable-table a[target=_blank] {
  background-image: url("../img/efootball_2025/wf_2025/icon_external_link.svg");
}
.timetable .timetable-table a > span {
  display: block;
  margin: 0 0 2px;
  font-family: "eFootball Stencil";
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
}
.timetable .timetable-table a > span.is-streaming {
  position: relative;
  padding: 0 0 0 22px;
}
.timetable .timetable-table a > span.is-streaming:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 19px;
  height: 14px;
  background-image: url("../img/efootball_2025/wf_2025/icon_streaming_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.timetable .timetable-table a .timetable-performers {
  white-space: nowrap;
  margin: 5px 0 0;
}
.timetable .timetable-table a .timetable-performers img, .timetable .timetable-table a .timetable-performers span {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border: 2px solid var(--color);
  border-radius: 50%;
}
.timetable .timetable-table a .timetable-performers img:not(:first-child), .timetable .timetable-table a .timetable-performers span:not(:first-child) {
  margin-left: -7px;
}
.timetable .timetable-table a .timetable-performers span {
  display: inline-block;
  background: #fff;
  color: var(--color);
  font-family: "eFootball Sans";
  line-height: 24px;
  text-align: center;
}
.timetable .timetable-narrow {
  grid-area: narrow;
  padding: 0 0 5px 0;
  font-size: 0.75rem;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0) 1px) 0 0/100% 230px;
}
.timetable .timetable-narrow:lang(ja) {
  background: linear-gradient(rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0) 1px) 0 0/100% 200px;
}
.timetable .timetable-narrow ul {
  display: grid;
  gap: 0 5px;
  padding: 0 5px;
  grid-auto-rows: 38.3333333333px;
  grid-auto-columns: 22px;
}
.timetable .timetable-narrow ul:lang(ja) {
  grid-auto-rows: 33.3333333333px;
}
.timetable .timetable-narrow a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  border: 1px solid transparent;
  color: var(--cmnBoxColor);
  transition: border-color 0.3s;
  background: var(--color);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.timetable .timetable-narrow a .is-sideways {
  text-orientation: sideways;
}
.timetable .timetable-narrow a:-moz-any-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.timetable .timetable-narrow a:any-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 768px) {
  .timetable .timetable-table a > span {
    font-size: 1.125rem;
  }
  .timetable .timetable-table a > span.is-streaming {
    padding: 0 0 0 25px;
  }
  .timetable .timetable-table a > span.is-streaming:before {
    top: 1px;
    width: 23px;
    height: 17px;
  }
}
.update {
  margin: 0 10px;
}
.update h2 {
  margin: 0 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) {
  .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;
  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/efootball_2025/wf_2025/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 a {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.video a::before, .video a::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video a::before {
  width: 44px;
  height: 44px;
  transition: transform 0.5s;
  border: 1px solid #fff;
  border-radius: 80px;
}
.video a::after {
  width: 0;
  height: 0;
  transform: translateX(3px);
  transition: transform 0.5s;
  border-width: 10px 0 10px 17px;
  border-style: solid;
  border-color: transparent #fff;
}
.video a:hover::before {
  transform: scale(1.2);
}
.video a:hover::after {
  transform: translateX(3px) scale(1.2);
}
.video a:hover img {
  opacity: 1;
}
.video a img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
  opacity: 0.7;
}
.video > span {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.video > span::before, .video > span::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video > span::before {
  width: 42px;
  height: 42px;
  transition: transform 0.3s;
  border: 4px solid rgba(255, 255, 255, 0.5);
  background: rgba(118, 118, 118, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.video > span::after {
  width: 0;
  height: 0;
  transform: translateX(3px);
  transition: transform 0.3s;
  border-width: 10px 0 10px 17px;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.5);
}
.video > span img {
  width: 100%;
}
.video.video-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.video.video-iframe iframe {
  width: 100%;
  height: 100%;
}
.video.video-iframe_top {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.video.video-iframe_top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video.is-link_available a::before {
  border-color: #fff;
  background: #000096;
}
.video.is-link_available a::after {
  border-color: transparent #fff;
}
.video.is-link_available a:hover::before {
  transform: scale(1.2);
}
.video.is-link_available a:hover::after {
  transform: translateX(3px) scale(1.2);
}

@media only screen and (min-width: 768px) {
  .video a {
    max-width: 680px;
  }
  .video a::before {
    width: 84px;
    height: 84px;
    border-width: 1px;
  }
  .video a::after {
    transform: translateX(5px);
    border-width: 20px 0 20px 34px;
  }
  .video > span {
    max-width: 680px;
  }
  .video > span::before {
    width: 84px;
    height: 84px;
    border-width: 1px;
  }
  .video > span::after {
    transform: translateX(5px);
    border-width: 12px 0 12px 20px;
  }
  .video.video-mv a::before {
    width: 50px;
    height: 50px;
    border-width: 4px;
  }
  .video.video-mv a::after {
    border-width: 12px 0 12px 20px;
  }
}
/* ボタン小さめ */
.video.video-small a::before,
.video.video-small .video-inner::before {
  width: 28px;
  height: 28px;
  border-width: 1px;
}
.video.video-small a::after,
.video.video-small .video-inner::after {
  border-width: 8px 0 8px 14px;
}

@media only screen and (min-width: 768px) {
  .video.video-small a::before,
.video.video-small .video-inner::before {
    width: 40px;
    height: 40px;
  }
  .video.video-small a::after,
.video.video-small .video-inner::after {
    transform: translateX(3px);
    border-width: 10px 0 10px 16px;
  }
}
