@charset "utf-8";

/* =========================================================
   HTML5 & BASE (Diver Theme)
========================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", FontAwesome, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: normal;
  background: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  margin-top: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
  background: transparent;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
ul,
ol {
  list-style: none;
}

/* =========================================================
   Typography & Layout (Diver)
========================================================= */
h1,
h2,
h3,
h4,
h5 {
  line-height: 2;
}
.aligncenter {
  display: block;
  text-align: center;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
/*
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
  */
.clearfix {
  display: block;
}

.main-wrap {
  background: #000;
}

.content {
  font-size: 16px;
  line-height: 1.8;
}
.content p {
  padding: 0 0 1em;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}
.content a {
  color: #6f97bc;
  text-decoration: none;
  transition: all 250ms ease-out;
}
.content a:hover {
  color: #6495ed;
}

/* =========================================================
   HEADER & NAVIGATION
========================================================= */
.header-wrap {
  background: #ffffff;
  color: #333333;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px !important;
  width: 100%;
  position: relative;
}
#logo {
  float: left;
  margin-left: 30px;
}
#logo img {
  height: 60px;
  width: auto;
  vertical-align: middle;
  padding: 0.5em 0;
}

#nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
#nav ul li a {
  display: inline-block;
  padding: 0.4em 0.75em !important;
  font-size: 0.85em !important;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#nav ul li a:hover {
  color: #a71621;
}
.menu-sub {
  font-size: 10px;
  margin-top: 3px;
  opacity: 0.5;
}
#nav ul li:last-child a {
  padding: 0.4em 0 0.4em 0.9em !important;
}

/* カスタムボタン */
.custom-button {
  margin-top: -7px;
  background-color: #a71621;
  color: white;
  padding: 5px 20px;
  border: none;
  border-radius: 80px;
  cursor: pointer;
  font-weight: bold;
}
.custom-button:hover {
  background-color: red;
}

.drawer-hamburger {
  display: none;
}

/* =========================================================
   TABLE (開催概要 dl.pages__table)
========================================================= */
dl.pages__table {
  margin: 1em 0;
  border: 1px solid #fff;
}
.pages__table__tr {
  display: flex;
  font-size: 15px;
}
.pages__table__th,
.pages__table__td {
  padding: 15px !important;
}
.pages__table__th {
  background-color: #000;
  font-weight: bold;
  width: 30%;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.pages__table__td {
  width: 70%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
.pages__table__td a {
  color: #fff;
}

/* =========================================================
   PARTS & DECORATIONS
========================================================= */
.elementor-divider {
  display: flex;
  margin: 20px 0;
}
.elementor-divider-separator {
  flex-grow: 1;
  border-top: 1px solid #0c0d0e;
}
.sponsor-text {
  text-align: left;
  margin: 20px auto;
  max-width: 600px;
}

/* 追従バナー */
.fixed-entry {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.fixed-entry img {
  width: 300px;
}

/* =========================================================
   FOOTER
========================================================= */
#footer {
  background: #fff;
  color: #999;
  text-align: center;
  padding: 20px 0;
}
.footer_content {
  display: none;
} /* 元のスタイル指定通り */

/* =========================================================
   POPUPS (.pum-container)
========================================================= */
.pum-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999999999;
  justify-content: center;
  align-items: center;
}
.pum-container {
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(2, 2, 2, 0.5);
  width: 90%;
  max-width: 640px;
  position: relative;
}
.pum-close {
  position: absolute;
  top: -20px;
  right: -20px;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  background-color: #a71621;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.photowrap img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.pum-content {
  display: flex;
  gap: 20px;
}
.status .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.status .course-icon {
  width: 25%;
}
.status .title-name {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  font-size: 22px;
}
.status .exp {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

/* =========================================================
   RESPONSIVE
========================================================= */
/* デスクトップ非表示クラス */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #nav {
    display: none;
  }
  .drawer-hamburger {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    background: transparent;
    border: none;
    width: 30px;
    height: 20px;
    z-index: 1000;
  }
  .drawer-hamburger-icon {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: relative;
  }
  .drawer-hamburger-icon::before,
  .drawer-hamburger-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
  }
  .drawer-hamburger-icon::before {
    top: -8px;
  }
  .drawer-hamburger-icon::after {
    top: 8px;
  }

  .header-logo {
    line-height: 1 !important;
  }

  #logo {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  #logo a {
    display: inline-block;
  }

  #logo img {
    height: 50px;
  }

  .custom-button {
    margin-top: 0;
    padding: 10px 30px;
  }
  .pages__table__tr {
    flex-direction: column;
    font-size: 14px;
  }
  .pages__table__th,
  .pages__table__td {
    width: 100%;
    padding-left: 10px !important;
  }

  .pum-content {
    flex-direction: column;
  }
  .status {
    padding-left: 0;
    padding-top: 20px;
  }
  .pum-close {
    background-color: #25ac71;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 0;
  }

  .fixed-entry img {
    width: 150px;
  }
}

/* =========================================================
   DRAWER (モバイル用サイドメニュー)
========================================================= */
.drawer-nav {
  width: 280px;
  max-width: 80%;
  position: fixed;
  top: 0;
  left: -280px; /* 最初は画面左外に隠す */
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease; /* アニメーション用 */
}

.drawer-nav.is-open {
  left: 0; /* 開いた時に表示 */
}

.drawer-menu {
  padding: 70px 0 40px;
}

.drawer-menu ul.menu li {
  border-bottom: 1px solid #eee;
}

.drawer-menu ul.menu li a {
  display: block;
  padding: 16px 20px;
  color: #000;
  font-weight: bold;
  font-size: 0.95em;
  text-decoration: none;
}

.drawer-menu ul.menu li a:hover {
  color: #a71621;
  background: rgba(0, 0, 0, 0.03);
}

.drawer-menu .menu-sub {
  margin-top: 4px;
  font-size: 10px;
  opacity: 0.5;
}

.drawer-menu li:last-child a {
  padding: 16px 20px;
}

.drawer-menu .custom-button {
  margin-top: 0;
  display: inline-block;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.drawer-overlay.is-open {
  display: block;
}

/* ドロワー表示中は背面スクロールを止める */
body.drawer-open {
  overflow: hidden;
}

/* ハンバーガー→×アイコンへのアニメーション */
.drawer-hamburger.is-active .drawer-hamburger-icon {
  background: transparent;
}
.drawer-hamburger.is-active .drawer-hamburger-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.drawer-hamburger.is-active .drawer-hamburger-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ========== FOOTER ========== */
.site-footer {
  background: #fff;
  padding: 60px 0 30px;
  text-align: center;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-logos img {
  max-height: 80px;
  width: auto;
}

.footer-line {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.footer-label {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 10px;
}

.footer-redee-logo {
  max-width: 200px;
  margin: 0 auto 20px;
}

.footer-info {
  font-size: 0.85em;
  line-height: 2;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto 30px;
}

.footer-partner {
  margin: 10px 0 30px;
}
.footer-partner img {
  max-width: 280px;
  margin: 0 auto;
}
.partner-logo {
  display: block;
}
.partner-logo + .partner-logo {
  margin: 32px 0 0;
}
.footer-partner a {
  display: inline-block;
}
.footer-partner a img {
  max-height: 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.footer-block-title {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 40px;
  color: #333;
}

.organizer-logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.copyright {
  font-size: 0.8em;
  color: #999;
  text-align: center;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-family: Iceberg, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2px;
}
.section-title span {
  display: block;
  margin: 4px 0 0;
  text-align: center;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  line-height: 1em;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 50px;
  }
  .section-title span {
    font-size: 16px;
  }
}

.section-about {
  padding: 80px 0;
  background-image: url(./images/Group-225.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-about .about-text p {
  color: #fff;
}

.about-logo {
  width: 240px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .section-about {
    background-image: url(./images/Group-231.png);
    background-position: bottom center;
  }
}

.section-outline {
  padding: 0 0 40px;
  background-image: url(./images/back_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-outline .overview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .section-outline .overview-list {
    display: block;
  }
  .section-outline .overview-list li + li {
    margin: 24px 0 0;
  }
}

.section-outline .sf6-logo {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 40px;
}

.section-outline .capcom-license img {
  width: 40%;
  max-width: 300px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .section-outline {
    background-image: url(./images/back_sp.png);
    background-position: bottom center;
  }
}

.section-application {
  padding: 80px 0;
  background: #a71621;
}
.section-application .section-title {
}

.capcom-license p {
  color: #fff;
}

.prize-info p {
  text-align: center;
  color: #fff;
}
.prize-info p span {
  text-align: center;
  font-size: 25px;
}

.prize-info .gift {
  max-width: 540px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .prize-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 32px;
  }
  .prize-info p {
    font-size: 14px;
  }
  .prize-info .gift {
    margin: 25px auto 0;
  }
}

.app-buttons {
  margin-top: 40px;
}

.app-buttons a {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

.tournament-images {
  margin: 0 0 40px;
}

.section-application .aligncenter p {
  color: #fff;
}

/* =========================================================
   SECTION HEADINGS (英字見出し + 日本語サブタイトル)
   例: ABOUT / 大会について、OUTLINE / 大会概要、PRIZE / 景品情報 など
========================================================= */
.about-text.aligncenter p:first-child,
.outline-head.aligncenter p:first-child,
.prize-head.aligncenter p:first-child,
.section-application > .aligncenter:not(.app-buttons) p:first-child {
  margin: 0;
  padding: 0 0 4px;
  font-size: 2.4em;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #a71621;
}

.about-text.aligncenter p:nth-child(2),
.outline-head.aligncenter p:nth-child(2),
.prize-head.aligncenter p:nth-child(2),
.section-application > .aligncenter:not(.app-buttons) p:nth-child(2) {
  margin: 0;
  padding: 0 0 1.2em;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.section-about .about-text.aligncenter p:first-child {
  color: #fff;
}

/* section-application は背景が赤(#A71621)のため見出しは白文字に */
.section-application > .aligncenter:not(.app-buttons) p:first-child,
.section-application > .aligncenter:not(.app-buttons) p:nth-child(2) {
  color: #fff;
}
.section-application > .aligncenter:not(.app-buttons) p:nth-child(3) {
  color: #fff;
}

/* スマホ限定セクション（Monster Strike等）の em 見出し */
.section-monst .aligncenter em,
.section-contents .aligncenter em,
.section-prize-monst .aligncenter em {
  font-style: normal;
}
.section-monst .aligncenter p:first-child em,
.section-contents .aligncenter p:first-child em,
.section-prize-monst .aligncenter p:first-child em {
  display: block;
  font-size: 1.9em;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #a71621;
}
.section-monst .aligncenter p:nth-child(2) em,
.section-contents .aligncenter p:nth-child(2) em,
.section-prize-monst .aligncenter p:nth-child(2) em {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {
  .about-text.aligncenter p:first-child,
  .outline-head.aligncenter p:first-child,
  .prize-head.aligncenter p:first-child,
  .section-application > .aligncenter:not(.app-buttons) p:first-child {
    font-size: 1.2em;
  }
  .about-text.aligncenter p:nth-child(2),
  .outline-head.aligncenter p:nth-child(2),
  .prize-head.aligncenter p:nth-child(2),
  .section-application > .aligncenter:not(.app-buttons) p:nth-child(2) {
    font-size: 1.15em;
  }
}

.prize-info .prize-lead .img {
  max-width: 540px;
  margin: 0 auto;
}
