@charset "UTF-8";
/* ==============================================
   style.scss
   ============================================== */
/* ==============================================
   Foundation: Variables (変数)
   ============================================== */
/* ==============================================
   Foundation: Base (基本スタイル)
   ============================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 2.6666666667vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 560px) {
  html {
    line-height: 1.2;
    font-size: 1vw;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #121212;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
a:hover {
  color: #bd0404;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**


[



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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==============================================
   Layout
   ============================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
}
@media (min-width: 960px) {
  .l-header {
    height: 90px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 960px) {
  .l-header__inner {
    padding: 0 24px;
  }
}

.l-footer {
  background-color: #100d3a;
  color: #ffffff;
}
.l-footer__inner {
  padding: 4rem 4.5rem;
}
.l-footer__banners {
  width: 100%;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0 auto 4rem;
}
@media (min-width: 960px) {
  .l-footer__banners {
    max-width: 70rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.l-footer-link {
  width: 100%;
}
@media (min-width: 960px) {
  .l-footer-link {
    width: calc(50% - 1rem);
  }
}
.l-footer__banner-list {
  max-width: 300px;
}
.l-footer img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 960px) {
  .l-footer__sns {
    display: none;
  }
}
.l-footer__sns-label {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Hanuman", serif;
  line-height: 1.2;
}
.l-footer__sns-icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.l-footer__sns-link-01 {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.l-footer__sns-link-01 img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__sns-link-02 {
  width: 3.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
}
.l-footer__sns-link-02 img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__copyright {
  background-color: #100d3a;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1rem;
}
.l-footer__copyright small {
  font-size: 1rem;
}

.footer-credit {
  text-align: center;
  padding: 20px 0 30px;
  font-size: 11px;
  color: #888;
  letter-spacing: 1px;
}

.l-main {
  width: 100%;
}
@media (min-width: 960px) {
  .l-main {
    width: calc(100% - 300px - 40px);
  }
}

/* ==============================================
   Layout: Wrapper (コンテンツ幅の制御)
   ============================================== */
.l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 960px) {
  .l-inner {
    padding: 0 2.4rem;
  }
}
.l-inner__section, .l-inner__section-movie {
  padding: 7rem 4.5rem;
}
@media (min-width: 960px) {
  .l-inner__section, .l-inner__section-movie {
    padding: 12rem 6rem 10rem;
  }
}
.l-inner__section-movie {
  padding: 7rem 1rem;
}
@media (min-width: 960px) {
  .l-inner__section-movie {
    padding: 8rem 6rem 10rem;
  }
}
.l-inner__section-faq {
  padding: 7rem 1rem;
}
@media (min-width: 960px) {
  .l-inner__section-faq {
    padding: 14rem 6rem 12rem;
  }
}
.l-inner__section-match {
  padding: 7rem 1rem;
}
@media (min-width: 960px) {
  .l-inner__section-match {
    padding: 14rem 6rem 12rem;
  }
}
.l-inner__section-ground {
  padding: 9rem 3rem 2rem;
}
.l-inner__section-sponsor {
  padding: 8rem 1rem 5rem;
  text-align: center;
}
.l-inner__section-sidebar {
  padding: 1.4rem 0;
}

.l-main-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .l-main-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.l-main-content {
  flex: 1;
  min-width: 0;
  border-right: 0.1rem solid #333;
  margin-top: 10.5rem;
  padding: 4rem 1rem;
}

.l-sidebar {
  display: none;
}
@media (min-width: 960px) {
  .l-sidebar {
    display: block;
    width: 16%;
    padding: 0 1.8rem;
  }
}

/* ==============================================
   Component
   ============================================== */
.c-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  margin: 0;
}
.c-logo__link {
  display: block;
}
.c-logo img {
  height: 46px;
  width: auto;
}
.c-logo__text {
  font-size: 18px;
  font-weight: 900;
  color: #100d3a;
}

.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--red {
  background-color: #bd0404;
  color: #fff;
}

.c-hamburger {
  position: relative;
  z-index: 110;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 0;
}
@media (min-width: 960px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__line {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background-color: #bd0404;
  transition: all 0.3s ease;
}
.c-hamburger__line:nth-of-type(1) {
  top: 10px;
}
.c-hamburger__line:nth-of-type(2) {
  top: 20px;
}
.c-hamburger__line:nth-of-type(3) {
  top: 30px;
}
.c-hamburger.is-active .c-hamburger__line:nth-of-type(1) {
  top: 21px;
  transform: rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-of-type(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 960px) {
  .c-overlay {
    display: none;
  }
}

.c-title__en {
  font-family: "Hanuman", serif;
  font-weight: 900;
  font-style: Black;
  font-size: 3.4rem;
  line-height: 0.8823529412;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #bd0404;
  margin-bottom: 0.2rem;
}
.c-title__ja {
  font-weight: 700;
  font-style: Bold;
  line-height: 0.7142857143;
  letter-spacing: 0%;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  color: #100d3a;
}
.c-title__sidebar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #000;
}
.c-title__sidebar::before {
  content: "";
  background-image: url(/assets/images/sidebar-icon.png);
  width: 1.5rem;
  height: 1.7rem;
  display: block;
  margin-left: 0.8rem;
  background-size: cover;
}

.c-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.c-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.c-modal__inner {
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 15px;
  max-width: 450px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.c-modal__title {
  font-size: 2.2rem;
  color: #d32f2f;
  font-weight: 700;
  margin-bottom: 2rem;
}
.c-modal__text {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #333;
}

/* ==============================================
   Project
   ============================================== */
.p-global-nav {
  display: none;
}
@media (min-width: 960px) {
  .p-global-nav {
    display: flex;
    align-items: center;
  }
}
.p-global-nav__list,
.p-global-nav .p-global-nav__list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-global-nav__item,
.p-global-nav .menu-item {
  position: relative;
  list-style: none;
}
.p-global-nav__item.menu-item-has-children > a,
.p-global-nav .menu-item.menu-item-has-children > a {
  padding-right: 18px;
  position: relative;
}
.p-global-nav__item.menu-item-has-children > a::after,
.p-global-nav .menu-item.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.3s;
}
.p-global-nav__item.menu-item-has-children:hover > .p-global-nav__sub-list,
.p-global-nav__item.menu-item-has-children:hover > .sub-menu,
.p-global-nav .menu-item.menu-item-has-children:hover > .p-global-nav__sub-list,
.p-global-nav .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.p-global-nav__item.menu-item-has-children:hover > a::after,
.p-global-nav .menu-item.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-global-nav__link,
.p-global-nav .p-global-nav__link {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}
.p-global-nav__link:hover,
.p-global-nav .p-global-nav__link:hover {
  color: #bd0404;
}
.p-global-nav__sub-list,
.p-global-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 200px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.p-global-nav__sub-list::before,
.p-global-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
}
.p-global-nav__sub-list .menu-item,
.p-global-nav .sub-menu .menu-item {
  border-bottom: 1px solid #f5f5f5;
}
.p-global-nav__sub-list .menu-item:last-child,
.p-global-nav .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.p-global-nav__sub-list .menu-item a,
.p-global-nav .sub-menu .menu-item a {
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.p-global-nav__sub-list .menu-item a:hover,
.p-global-nav .sub-menu .menu-item a:hover {
  background-color: #f9f9f9;
  color: #bd0404;
}

/* ==============================================
   Project: Drawer (SP用フルスクリーンメニュー)
   ============================================== */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 200;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
}
.p-drawer.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 960px) {
  .p-drawer {
    display: none;
  }
}
.p-drawer__inner {
  padding: 30px 0 117px 46px;
}
.p-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-drawer__logo {
  width: 65px;
}
.p-drawer__logo img {
  width: 100%;
  height: auto;
}
.p-drawer__close {
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: #bd0404;
  border: none;
  cursor: pointer;
  padding: 0;
}
.p-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
}
.p-drawer__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-drawer__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer__list {
  display: flex;
  flex-direction: column;
  padding: 60px 50px 48px 4px;
  gap: 18px;
  margin: 0;
  list-style: none;
}
.p-drawer__item {
  border-bottom: 1px solid #bd0404;
}
.p-drawer__item--has-child {
  position: relative;
}
.p-drawer__item--has-child .js-drawer-trigger {
  position: relative;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.p-drawer__item--has-child .js-drawer-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bd0404;
  border-right: 2px solid #bd0404;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
.p-drawer__item--has-child.is-open .js-drawer-trigger::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-drawer__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-drawer__link:hover {
  opacity: 0.7;
}
.p-drawer__link-ja {
  color: #100d3a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.p-drawer__link-en {
  color: #bd0404;
  font-family: "Hanuman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-drawer__sub-list {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}
.p-drawer__sub-item {
  border-top: 1px dashed #ccc;
}
.p-drawer__sub-item:first-child {
  margin-top: 10px;
}
.p-drawer__sub-link {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  color: #121212;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-drawer__sub-link:hover {
  opacity: 0.7;
}
.p-drawer__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
  padding: 0 50px 0 4px;
}
.p-drawer__contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
}
.p-drawer__button {
  width: 100%;
  max-width: 24rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-drawer__button:hover {
  opacity: 0.7;
}
.p-drawer__button--gray {
  background-color: #eeeeee !important;
  color: #100d3a !important;
  border: none;
}
.p-drawer__instagram {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.p-drawer__instagram:hover {
  opacity: 0.7;
}
.p-drawer__instagram-icon {
  width: 100%;
  height: 100%;
  max-width: 37px;
  object-fit: contain;
}

.p-hero {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 15%), url(../images/main_visual_sp.jpg);
  background-repeat: no-repeat;
  background-position: 36% center;
  background-size: cover;
  width: 100%;
  height: 550px;
  margin-top: 105px;
  padding: 100px 0 0 4px;
}
@media (min-width: 960px) {
  .p-hero {
    height: 840px;
    margin-top: 90px;
    padding: 191px 0 0 47px;
  }
}
.p-hero__copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: Black;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (min-width: 960px) {
  .p-hero__copy {
    font-size: 44px;
    line-height: 1.4090909091;
    text-shadow: 1px 1px;
  }
}

.p-instagram {
  position: relative;
  padding-bottom: 4rem;
}
.p-instagram__feed {
  margin: 3.2rem auto 0;
  /* もし左右に余白を持たせたい場合はここで調整 */
  max-width: 1000px;
}
.p-instagram__btn-wrap {
  margin-top: 4rem;
  text-align: center;
}
.p-instagram__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  width: 24rem;
  height: 5.6rem;
  background-color: #100d3a;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.p-instagram__btn:hover {
  background-color: rgb(27.4929577465, 22.338028169, 99.661971831);
}
.p-instagram__btn::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(1px);
}

.p-movie {
  background-color: #eeeeee;
}
.p-movie__list {
  display: grid;
  gap: 5rem;
  margin-top: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (min-width: 960px) {
  .p-movie {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
  }
}
.p-movie__item {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 3rem;
}
.p-movie__video {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
  position: relative;
  background-color: #000;
}
.p-movie__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.p-movie__body {
  padding: 0 0.5rem;
}
.p-movie__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #100d3a;
  margin-bottom: 1rem;
  line-height: 1.2444444444;
}
.p-movie__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #121212;
}

.p-faq {
  position: relative;
  overflow: hidden;
}
.p-faq::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 0;
  width: 66%;
  height: 90%;
  background-color: #bd0404;
  z-index: 0;
}
@media (min-width: 960px) {
  .p-faq::before {
    width: calc(50% - 10rem);
  }
}
.p-faq__inner {
  position: relative;
  z-index: 1;
}
.p-faq__header {
  margin-bottom: 2.4rem;
  color: #ffffff;
}
.p-faq__title-en {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Hanuman", serif;
  line-height: 1;
}
.p-faq__title-ja {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  font-weight: 700;
}
.p-faq__list {
  background-color: #ffffff;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 960px) {
  .p-faq__list {
    width: 75%;
    margin: 0 auto 0 10rem;
  }
}
.p-faq__item {
  border-bottom: 0.1rem solid #eee;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__item.is-active .p-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq__question {
  width: 100%;
  padding: 2.4rem 6rem 2.4rem 2rem;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #100d3a;
  background: #ffffff;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.p-faq__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 2rem;
  background-color: #100d3a;
}
.p-faq__question::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/accordion-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
}
.p-faq__item.is-active .p-faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
}
.p-faq__item.is-active .p-faq__answer {
  opacity: 1;
}
.p-faq__answer-inner {
  background-color: #eeeeee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  padding: 1.2rem 0 1.2rem 3rem;
}
@media (min-width: 960px) {
  .p-faq__answer-inner {
    padding: 1.2rem 0 1.2rem 4.2rem;
  }
}

.p-match__tab-list {
  display: flex;
  gap: 1rem;
  margin-top: 3.2rem;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-match__tab-list::-webkit-scrollbar {
  display: none;
}
.p-match__tab-item {
  width: 8rem;
  padding: 1.2rem 0;
  background-color: #eee;
  color: #100d3a;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}
.p-match__tab-item.is-active {
  background-color: #100d3a;
  color: #ffffff;
}
.p-match__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 960px) {
  .p-match__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2.4rem;
  }
}
.p-match__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2rem;
  background-color: #f2f2f2;
  border-left: 0.4rem solid #100d3a;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .p-match__card {
    padding: 2rem;
  }
}
.p-match__info-date {
  font-size: 1.1rem;
  color: #121212;
  display: block;
  margin-bottom: 0.4rem;
}
.p-match__info-opponent {
  font-size: 1.3rem;
  font-weight: 700;
  color: #100d3a;
}
.p-match__score-wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.p-match__score {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Hanuman", serif;
  color: #100d3a;
  letter-spacing: 0.1em;
}
.p-match__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.9rem;
  height: 2rem;
  border-radius: 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.p-match__label--win {
  background-color: #bd0404;
  color: #ffffff;
}
.p-match__label--lose {
  background-color: #100d3a;
  color: #ffffff;
}
.p-match__label--draw {
  background-color: #ffffff;
  color: #000;
}

.p-cta {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-cta__bg {
  position: relative;
  padding: 8rem 0;
  background-image: url("../images/cat.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}
.p-cta__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-cta__inner {
  position: relative;
  z-index: 1;
}
.p-cta__title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .p-cta__title {
    font-size: 3.2rem;
  }
}
.p-cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  height: 7.3rem;
  background-color: #ffffff;
  color: #100d3a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  border-radius: 4rem;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.p-cta__btn:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.no-pc {
  display: block;
}
@media (min-width: 960px) {
  .no-pc {
    display: none;
  }
}

.p-ground__sp {
  display: block;
}
@media (min-width: 960px) {
  .p-ground__sp {
    display: none;
  }
}
.p-ground__map {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
}
.p-ground__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 960px) {
  .p-ground__map {
    aspect-ratio: 16/9;
  }
}
.p-ground__list {
  margin-top: 4rem;
}
.p-ground__item {
  margin-bottom: 3rem;
}
.p-ground__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 700;
}
.p-ground__sidebar {
  background-color: #eeeeee;
  margin: 10rem 0 5rem;
}
.p-ground__sidebar-list {
  margin: 1.2rem;
}
.p-ground__sidebar-item {
  margin-bottom: 2.4rem;
}
.p-ground__sidebar-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-ground__sidebar-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-sponsor__sp {
  display: block;
}
@media (min-width: 960px) {
  .p-sponsor__sp {
    display: none;
  }
}
.p-sponsor__title {
  font-family: Inter;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: -0.001em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #100d3a;
}
.p-sponsor__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
  color: #100d3a;
}
.p-sponsor__list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 960px) {
  .p-sponsor__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.p-sponsor__item {
  background-color: #f2f2f2;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #999;
  font-weight: 700;
  border-radius: 0.4rem;
}
.p-sponsor__sidebar-title {
  font-family: Inter;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.1em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #100d3a;
  text-align: center;
}
.p-sponsor__sidebar-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.p-sponsor__sidebar-list {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-sponsor__sidebar-item {
  width: 15rem;
  height: 7rem;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  color: #999999;
  margin-bottom: 1.6rem;
}

.p-contact-page {
  margin: 10.5rem 0 0;
  padding: 5rem 2rem 0;
  background-color: #f8f9fa;
}
.p-contact-page__lead {
  text-align: left;
  margin-bottom: 4rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
.p-contact-page__form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 1rem;
}
@media (min-width: 960px) {
  .p-contact-page__form-wrapper {
    padding: 2rem;
  }
}
.p-contact-page__form-wrapper iframe {
  display: block;
  width: 100%;
}

.p-members__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .p-members__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-members__card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  gap: 15px;
  padding: 1.5rem;
  position: relative;
  border-top: 3px solid #100d3a;
}
.p-members__number {
  font-family: "Hanuman", serif;
  color: #bd0404;
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 40px;
}
.p-members__grade {
  font-size: 1.1rem;
  color: #888;
}
.p-members__name {
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.p-members__school {
  font-size: 1.6rem;
  color: #121212;
}
.p-members__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}
.p-members__nav-btn {
  padding: 8px 16px;
  border: 1px solid #bd0404;
  background: #fff;
  cursor: pointer;
  border-radius: 20px;
}
.p-members__nav-btn.is-active {
  background: #bd0404;
  color: #fff;
}
.p-members__grade-section {
  margin-bottom: 50px;
}
.p-members__grade-title {
  font-size: 2rem;
  border-left: 5px solid #bd0404;
  padding-left: 15px;
  margin-bottom: 20px;
}
.p-members__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 960px) {
  .p-members__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-match-archive__filter {
  margin-bottom: 30px;
  text-align: right;
}
.p-match-archive__list {
  display: grid;
  gap: 20px;
}
.p-match-archive .p-match-card {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 8px solid #ccc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-match-archive .p-match-card.is-win {
  border-left-color: #d32f2f;
}
.p-match-archive .p-match-card.is-lose {
  border-left-color: #1a73e8;
}
.p-match-archive .p-match-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #666;
}
.p-match-archive .p-match-card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-match-archive .p-match-card__score {
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 4px;
}
.p-match-archive {
  /* 学年選択タブのデザイン */
}
.p-match-archive .p-match-archive__tabs {
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.p-match-archive .tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #ddd;
}
.p-match-archive .tab-item {
  padding: 10px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.p-match-archive .tab-item.active {
  color: #1a73e8;
  border-bottom: 3px solid #1a73e8;
}
.p-match-archive {
  /* カード内の調整 */
}
.p-match-archive .wp-card {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  overflow: hidden;
}
.p-match-archive .wp-card-header {
  background: #f8f9fa;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.p-match-archive {
  /* 学年を大きく表示 */
}
.p-match-archive .wp-large-grade {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}
.p-match-archive {
  /* チーム名とスコア */
}
.p-match-archive .wp-match-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.p-match-archive .wp-team-box {
  flex: 1;
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
.p-match-archive .wp-team-box.first {
  text-align: right;
}
.p-match-archive .wp-team-box.second {
  text-align: left;
}
.p-match-archive .wp-score-box {
  flex: 0 0 100px;
  text-align: center;
}
.p-match-archive .wp-score-num {
  font-size: 32px;
  font-weight: 900;
  display: block;
  line-height: 1;
}
.p-match-archive {
  /* バッテリー中央寄せ */
}
.p-match-archive .wp-battery-center {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px dashed #eee;
  font-size: 14px;
}
.p-match-archive .battery-item {
  display: flex;
  align-items: center;
}
.p-match-archive .wp-b-mark {
  background: #d32f2f;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  margin-right: 6px;
  font-weight: bold;
}
.p-match-archive .wp-btn-detail {
  display: block;
  background: #1a73e8;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.p-match-archive .wp-res-text {
  text-align: center;
}

.p-opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-opening__inner {
  position: relative;
  width: 100%;
  text-align: center;
}
.p-opening__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease;
}
.p-opening__logo {
  width: 200px;
  height: auto;
  opacity: 0;
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s ease-out;
  transform: rotate(-3deg) scale(0.9);
}
.p-opening__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease;
}
.p-opening__logo {
  width: 200px;
  height: auto;
  opacity: 0;
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s ease-out;
  transform: rotate(-3deg) scale(0.9);
}
.p-opening__message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s ease;
}
.p-opening__message.is-show {
  opacity: 1;
}
.p-opening__photo img {
  max-width: 80vw;
  border-radius: 8px;
  margin-bottom: 20px;
}
.p-opening__text {
  font-size: 24px;
  font-weight: bold;
  color: #100d3a;
}
.p-opening.is-loaded {
  opacity: 0;
  visibility: hidden;
  transition: 1s ease 0.5s;
}/*# sourceMappingURL=main.css.map */