/* リキッドレイアウト対応 */

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #131313;
}

.u-desktop {
  display: none;
}

html.is-fixed {
  overflow: hidden;
}

main {
  background: url(../images/bg_texture.png) center center/cover no-repeat;
  background-attachment: fixed;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

picture {
  display: block;
}

button {
  display: block;
  padding: 0;
  width: 100%;
}

.c-btn {
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003288;
  border-radius: 3.75rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-btn .yet a{
  background-color: #585858;
}


.c-btn small {
  font-size: 0.875rem;
}

.c-btn.--small {
  font-size: 0.875rem;
}

.c-btn:hover {
  opacity: 0.8;
}

.c-btn.--red {
  background-color: #db002a;
}

.c-btn.--yellow {
  background-color: #b59545;
}

.c-btn.--cash {
  background-color: #a98a47;
}

.c-btn.--paypay {
  background-color: #ef3033;
}

.c-btn.--line {
  background-color: #45bb58;
}

.c-btn.--au {
  background-color: #db5622;
}

.c-btn.--d {
  background-color: #be2a2f;
}

.c-btn.--mer {
  background-color: #f03022;
}

.c-btn.--suica {
  background-color: #0a237b;
}

.c-btn.--card {
  background-color: #e78f2e;
}

.c-btn.--trico {
  background-color: #00a062;
}

.c-btn.--west {
  background-color: #f29601;
}

.c-btn.--west2 {
  background-color: #003288;
}

.c-btn.--concourse {
  background-color: #db002a;
}

.c-btn img {
  width: 1.5rem;
}

.p-leftContent__nav .c-btn {
  gap: 0.21875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 33.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.p-app {
  padding-block: 4rem;
  background-color: #e2edff;
}

.p-app__text {
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  width: calc(100% - 2rem);
}

.p-app__btn {
  margin-inline: auto;
  height: 4rem;
  margin-top: 2rem;
  max-width: 19.375rem;
  width: 100%;
}

.p-drawer {
  background: white url(../images/bg_drawer.png) center center/cover no-repeat;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 1.5625rem;
  padding-top: 2.375rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
/* 
.p-float {
  bottom: 1.125rem;
  position: fixed;
  right: 1.125rem;
  width: fit-content;
  z-index: 9;
}

.p-float__btns {
  gap: 0.75rem;
  display: grid;
} */

.p-float__btn {
  position: fixed;
  right: 1.125rem;
  z-index: 9;
  bottom: 1.125rem;
}

.p-float__btn:nth-child(1) {
  bottom: 10.625rem;
}

.p-float__btn:nth-child(2) {
  bottom: 5.875rem;
}

.p-float__btn:nth-child(3) {
  bottom: 1.125rem;
}

.p-float__btn a {
  position: relative;
  display: block;
}

.p-float__btn img {
  position: relative;
  width: 4.0625rem;
  margin-left: auto;
  z-index: 1;
}

.p-float__btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.75rem 1.125rem;
  background-color: #B59545;
  width: 14.6875rem;
  border-radius: 3rem;
}

.p-foodList {
  padding-bottom: 4rem;
}

.p-foodList.--green {
  background-color: #c9f1e2;
}

.p-foodList.--orange {
  background-color: #ffe5bc;
}

.p-foodList.--blue {
  background-color: #bed2f3;
}

.p-foodList.--red {
  background-color: #ffd2da;
}

.p-foodList__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-left: -1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.75rem;
  position: relative;
  text-align: center;
  width: calc(100% + 2rem);
  z-index: 1;
}

.p-foodList__title::before {
  bottom: -0.5rem;
  content: "";
  height: 4.2666666667vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-foodList__title small {
  font-size: 0.75rem;
}

.p-foodList__title span {
  font-size: 0.875rem;
}

.p-foodList__title.--green {
  background-color: #00a062;
}

.p-foodList__title.--orange {
  background-color: #f29601;
}

.p-foodList__title.--blue {
  background-color: #003288;
}

.p-foodList__title.--red {
  background-color: #db002a;
}

.p-foodList__title.--green::before {
  background: url(../images/deco_green.png) center center/contain no-repeat;
}

.p-foodList__title.--orange::before {
  background: url(../images/deco_orange.png) center center/contain no-repeat;
}

.p-foodList__title.--blue::before {
  background: url(../images/deco_blue.png) center center/contain no-repeat;
}

.p-foodList__title.--red::before {
  background: url(../images/deco_red.png) center center/contain no-repeat;
}

.p-foodList__map {
  margin-top: calc(2rem + 2.13333vw);
  background-color: white;
}

.p-foodList__note {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid;
  margin-top: 1rem;
  padding: 1rem;
}

.p-foodList__note.--green {
  border-color: #00a062;
}

.p-foodList__note.--blue {
  border-color: #003288;
}

.p-foodList__note.--orange {
  border-color: #f29601;
}

.p-foodList__note.--red {
  border-color: #db002a;
}

.p-foodList_noteText {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: 2.1875rem 1fr;
}

.p-foodList_noteList {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}

.p-foodList_noteText + .p-foodList_noteText {
  margin-top: 1rem;
}

.p-foodList_noteText p {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-foodList__main {
  margin-top: 2rem;
}

.p-foodLists__list {
  margin-top: -0.0625rem;
}

.p-footer {
  background-color: #003288;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.p-footer__logo {
  margin-inline: auto;
  width: 7.875rem;
}

.p-footer__sns {
  margin-top: 2rem;
}

.p-footer__sns h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.p-footer__sns ul {
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.p-footer__sns li {
  max-width: 1.875rem;
}

.p-footer__sns li a {
  display: block;
}

.p-footer__nav {
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 19.375rem;
}

.p-footer__nav ul:last-child {
  border-bottom: 1px solid #fff;
}

.p-footer__nav li {
  border-top: 1px solid #fff;
}

.p-footer__nav li a {
  padding-block: 1.5625rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  width: 100%;
}

.p-footer__nav li a::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
}

.p-footer__nav-ticket {
  padding-block: 0.75rem;
  border-top: 1px solid #fff;
}

.p-footer__nav-ticket li {
  border: none;
}

.p-footer__nav-ticket li a {
  padding-block: 0.75rem;
}

.p-footer__copy {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  margin-top: 4.1875rem;
  text-align: center;
}

.p-header {
  background-color: #003288;
  height: 3.125rem;
}

.p-header__inner.l-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: unset;
}

.p-header__logo {
  margin-right: 0.5rem;
  width: 2.8125rem;
}

.p-header__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}

.p-kv {
  height: 23.4375rem;
  position: relative;
}

.p-kv__inner {
  height: 100%;
}

.p-kv__title {
  left: 50%;
  max-width: 17.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.p-kv__title span {
  display: none;
}

.p-kv__movie {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-leftContent {
  padding-block: 1.875rem;
  left: 50%;
  max-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-leftContent__inner {
  margin-inline: auto;
  height: 100%;
  max-width: 31.25rem;
}

.p-leftContent__logo {
  margin-inline: auto;
  max-width: 26.875rem;
}

.p-map {
  padding-bottom: 2.1875rem;
}

.p-map__title {
  padding-block: 0.5rem;
  border-bottom: 5px solid #003288;
  border-top: 5px solid #db002a;
  line-height: 1.5;
}

.p-map__title h2 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.p-map__title p {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.p-map__main {
  margin-top: 1rem;
  position: relative;
}

.p-map__btn {
  position: absolute;
  width: 9.75rem;
}

.p-map__btn.--tricoloreland {
  left: 50%;
  top: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-map__btn.--concourse {
  left: 50%;
  top: 9.3125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-map__btn.--newWest {
  bottom: 3.6875rem;
  left: 0;
}

.p-map__btn.--west {
  bottom: 3.6875rem;
  right: 0;
}

.p-match {
  background: url(../images/bg_sp.webp) center center/cover no-repeat;
  padding-bottom: 4rem;
  padding-top: 4.1875rem;
}

.p-match__title {
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-match__title img {
  width: 11.25rem;
}

.p-match__title p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}

.p-match__title p span {
  font-size: 1.125rem;
}

.p-match__wrap {
  display: grid;
  grid-template-columns: 1fr 11.375rem;
  gap: 1.5rem;
}

.p-match__info {
  gap: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.p-match__team {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-match__team img {
  -o-object-fit: contain;
  height: 6.25rem;
  object-fit: contain;
  width: 6.25rem;
}

.p-match__name {
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-match__vs {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2.125rem;
}

.p-match__date {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.5rem;
}

.p-match__date span {
  display: inline-block;
  font-size: 4rem;
  margin-right: 0.5625rem;
}

.p-match__time {
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  justify-content: flex-start;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.p-match__time span {
  background-color: #003288;
  display: inline-block;
  font-size: 1rem;
  padding: 0.3125rem 0.5rem;
}

.p-match__stadium {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1rem;
  padding-left: 1.625rem;
}

.p-match__stadium::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: white;
  mask: url(../images/icon_pin.svg) center center / contain no-repeat;
}

.p-match__schedule {
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 23.4375rem;
}

.p-match__schedule .red_text {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #db002a;
  margin-top: 16px;
  line-height: 150%;
}

.p-mobile {
  padding-block: 4rem;
}

.p-mobile__banner {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  position: relative;
}

.p-mobile__banner a {
  display: block;
}

.p-mobile__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(98, 98, 98, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  line-height: 1.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.p-modal__content {
  background-color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  margin-top: 1.5625rem;
  max-height: calc(100vh - 8.125rem);
  max-width: 23.4375rem;
  overflow-y: scroll;
  padding: 1.875rem 1rem 0.625rem;
  position: absolute;
  position: relative;
  width: calc(100% - 3.125rem);
  z-index: 1;
}

.p-modal__content-inner {
  position: relative;
}

.p-modal__img img {
  aspect-ratio: 343/257;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-modal__name {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1.875rem 1fr;
  margin-top: 1rem;
}

.p-modal__number {
  background-color: #003288;
  border-radius: 50%;
  color: white;
  display: grid;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  height: 1.875rem;
  place-items: center;
  width: 1.875rem;
}

.p-modal__number.red {
  background-color: #db002a;
}

.p-modal__number.yellow {
  background-color: #b59545;
}

.p-modal__nameText {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-modal__tag {
  background-color: #003288;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5rem;
  padding: 0.3125rem 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-modal__tag.red {
  background-color: #db002a;
}

.p-modal__tag.yellow {
  background-color: #b59545;
}

.p-modal__food {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
}

.p-modal__price {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-modal__wrap {
  display: grid;
  grid-template-columns: 1fr 4.25rem;
  gap: 0.5rem;
}

.p-modal__map a {
  margin-top: 1.125rem;
  width: 4.25rem;
  height: 4.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 1.25rem;
  background-color: #003288;
  font-family: "Oswald", sans-serif;
}

.p-modal__map.red a {
  background-color: #DB002A;
}

.p-modal__map.yellow a {
  background-color: #B59545;
}

.p-modal__pay {
  margin-top: 1.5rem;
}

.p-modal__payTitle {
  position: relative;
}

.p-modal__payTitle::before {
  background-color: #003288;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.p-modal__payTitle.red::before {
  background-color: #db002a;
}

.p-modal__payTitle.yellow::before {
  background-color: #b59545;
}

.p-modal__payTitle span {
  background-color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.p-modal__pay ul {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.p-modal__pay li {
  background-color: #cfcfcf;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1875rem 0.375rem;
}

.p-modal__close {
  margin-inline: auto;
  background-color: #fff;
  bottom: 0;
  margin-top: -0.625rem;
  max-width: 23.4375rem;
  padding: 0.9375rem;
  position: relative;
  width: 100%;
  width: calc(100% - 3.125rem);
  z-index: 1;
}

.p-modal__close span {
  padding-block: 0.5625rem;
  background-color: #003288;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-modal__close span:hover {
  opacity: 0.8;
}

.p-modal__close.red span {
  background-color: #db002a;
}

.p-modal__close.yellow span {
  background-color: #b59545;
}

.p-modal__bg {
  background-color: black;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-nav {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px;
  padding: 1rem;
}

.p-nav__unit + .p-nav__unit {
  margin-top: 2rem;
}

.p-nav__unitTitle {
  padding-block: 0.3125rem;
  background-color: #585858;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-nav__btns {
  gap: 0.4375rem;
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
  width: calc(100% - 2rem);
}

.p-nav__btns.--area {
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.p-nav__btn {
  height: 2.8125rem;
  width: calc(50% - 0.21875rem);
}

.p-nav__btn.--wide {
  height: 4rem;
  width: 100%;
}

.p-nav__btn.--reset {
  margin-top: 3.125rem;
  width: 100%;
}

.p-nav__close {
  border: 0.1875rem solid #003288;
  color: #003288;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5rem;
  padding: 0.5625rem 1rem;
  text-align: center;
}

.p-next {
  position: relative;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
  background: url(../images/bg_nextmatch.jpg) center center / cover no-repeat;
}

.p-next::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
  background: linear-gradient(to bottom,#E60039 calc(100% / 3),white calc(100% / 3 * 1),white calc(100% / 3 * 2),#004098 calc(100% / 3 * 2), #004098 calc(100% / 3 * 3));
}

.p-next::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
  background: linear-gradient(to bottom,#E60039 calc(100% / 3),white calc(100% / 3 * 1),white calc(100% / 3 * 2),#004098 calc(100% / 3 * 2), #004098 calc(100% / 3 * 3));
}

.p-next__title {
  color: #004098;
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}

.p-next__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.p-next__cards {
  margin-top: 2rem;
}

.p-next__card {
  border: 2px solid #004098;
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 1rem;
}

.p-next__card + .p-next__card {
  margin-top: 2rem;
}

.p-next__lead {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DDDDDD;
}

.p-next__lead span {
  display: inline-block;
  background-color: #004098;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.375rem;
}

.p-next__wrap {
  margin-top: 0.5rem;
  align-items: flex-end;
  display: grid;
  grid-template-columns: 1fr 10rem;
  gap: 1rem;
}

.p-next__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-next__vs {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.p-next__team img {
  width: 5.625rem;
  height: 5.625rem;
  margin: auto;
  object-fit: contain;
}

.p-next__name {
  max-width: 6.875rem;
  text-align: center;
  margin-inline: auto;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.25;
}

.p-next__date {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-next__date span {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
}

.p-next__date.--small span {
  font-size: 1.5rem;
  line-height: 1.25;
}

.p-next__date.--small span small {
  margin-inline: 2px;
}

.p-next__time {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-next__time span {
  background-color: #004098;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  padding: 0.25rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.p-next__stadium {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.p-next__stadium::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #004098;
  mask: url(../images/icon_pin.svg) center center / contain no-repeat;
}

.p-next__btn {
  max-width: 19.375rem;
  margin-inline: auto;
  height: 2.5rem;
  margin-top: 1rem;
}

.p-next__btn .c-btn,
.p-next__ticket .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
}

.p-next__btn .c-btn img,
.p-next__ticket .c-btn img {
  width: 1.5rem;
}

.p-next__ticket {
  max-width: 19.375rem;
  margin-inline: auto;
  height: 3.5rem;
  margin-top: 3.5rem;
}

.p-next__ticket .c-btn {
  background-color: #B59545;
}

.p-pickup {
  padding-bottom: 3.5rem;
}

.p-pickup__title {
  position: relative;
  width: 15.3125rem;
  text-align: center;
  color: #003288;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  margin-inline: auto;
}

.p-pickup__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(to right,#DB002A 0%,#DB002A calc(100% / 9),white calc(100% / 9),white calc(100% / 9 * 2), #003288 calc(100% / 9 * 2),#003288 calc(100% / 9 * 3),#DB002A calc(100% / 9 * 3),#DB002A calc(100% / 9 * 4),white calc(100% / 9 * 4),white calc(100% / 9 * 5),#003288 calc(100% / 9 * 5),#003288 calc(100% / 9 * 6),#DB002A calc(100% / 9 * 6),#DB002A calc(100% / 9 * 7),white calc(100% / 9 * 7),white calc(100% / 9 * 8),#003288 calc(100% / 9 * 8),#003288 calc(100% / 9 * 9));
}

.p-pickup__title span {
  display: block;
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.25rem;
}

.p-pickup__link {
  margin-top: 1.5rem;
}

.p-pickup__link a {
  display: block;
}

.p-rightContent {
  padding-block: 3.75rem 1.875rem;
  left: 50%;
  max-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-rightContent__inner {
  margin-inline: auto;
  height: 100%;
  max-height: 57.5rem;
  max-width: 24.375rem;
  min-height: 35rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-rightContent__qr {
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-rightContent__quText {
  padding-block: 0.9375rem;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 1.875rem) 0,
    100% 50%,
    calc(100% - 1.875rem) 100%,
    0 100%
  );
  background-color: #003288;
  clip-path: polygon(
    0 0,
    calc(100% - 1.875rem) 0,
    100% 50%,
    calc(100% - 1.875rem) 100%,
    0 100%
  );
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 11.875rem;
  padding-left: 1.625rem;
  width: 100%;
}

.p-rightContent__figure {
  width: 7.125rem;
}

.p-rightContent__ticket {
  width: 19.4375rem;
  height: 4rem;
  margin-inline: auto;
  margin-top: auto;
}

.p-rightContent__ticket .c-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-direction: row;
  background-color: #B59545;
  border: 2px solid #fff;
}

.p-rightContent__ticket .c-btn img {
  width: 1.75rem;
}

.p-rightContent__nav {
  /* margin-top: min(37vh, 355px); */
  margin-top: 3rem;
  max-width: 24.375rem;
}

.p-schedule {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #003288;
  border: 0.1875rem solid #003288;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative;
}

.p-schedule__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.p-schedule__info {
  margin-top: 1rem;
}

.p-schedule__time {
 
}

.p-schedule__time a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 9.75rem 1fr;
}

.p-schedule__time + .p-schedule__time {
  margin-top: 0.5rem;
}

.p-schedule__time:last-child {
  margin-top: 1rem;
}

.p-schedule__time span:nth-child(1) {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.3125rem 0.5rem;
  text-align: center;
}

.p-schedule__time.--tricolore span:nth-child(1) {
  background-color: #00a062;
}

.p-schedule__time.--west span:nth-child(1) {
  background-color: #f29601;
}

.p-schedule__time.--newWest span:nth-child(1) {
  background-color: #003288;
}

.p-schedule__time.--concourse span:nth-child(1) {
  background-color: #db002a;
}

.p-schedule__time span:nth-child(2) {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  text-align: center;
}

.p-schedule__time span:nth-child(2) span {
  font-size: 0.875rem;
}

.p-schedule__time small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  grid-column: 1/3;
  margin-top: 0.5rem;
  text-align: center;
}

.p-share {
  padding-block: 4rem;
}

.p-share__title {
  color: #003288;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.p-share__links {
  gap: 0.5625rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  max-width: 19.5rem;
}

.p-share__link a {
  display: block;
}

.p-share__link span {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.375rem;
  text-align: center;
}

.p-share__copy {
  display: none;
}

.p-share__copy p {
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/copy_done.svg) center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 4.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  text-align: center;
  width: 19.4375rem;
}

.p-shop {
  background-color: #fff;
  border-bottom: 0.1875rem solid;
  cursor: pointer;
  position: relative;
}

.p-shop.isHidden {
  display: none;
}

.p-shop.--green {
  border-color: #00a062;
}

.p-shop.--orange {
  border-color: #f29601;
}

.p-shop.--blue {
  border-color: #003288;
}

.p-shop.--red {
  border-color: #db002a;
}

.p-shop__number {
  background-color: #003288;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  height: 1.875rem;
  left: 0.5rem;
  place-items: center;
  position: absolute;
  top: 0.5rem;
  width: 1.875rem;
}

.p-shop__number.red {
  background-color: #db002a;
}

.p-shop__number.yellow {
  background-color: #b59545;
}

.p-shop__img img {
  aspect-ratio: 168/126;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-shop__name {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.5rem;
  padding-right: 1.5rem;
}

.p-shop__open {
  bottom: 0.6875rem;
  height: 0.75rem;
  position: absolute;
  right: 0.6875rem;
  width: 0.75rem;
}

.p-shop__open span {
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-shop__open span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-shop__open.--green span {
  background-color: #00a062;
}

.p-shop__open.--orange span {
  background-color: #f29601;
}

.p-shop__open.--blue span {
  background-color: #003288;
}

.p-shop__open.--red span {
  background-color: #db002a;
}

.p-shops__lists {
  gap: 1rem 0.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-wrapper__left {
  display: none;
}

.p-wrapper__main {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.p-wrapper__right {
  display: none;
}

@media screen and (min-height: 500px) and (max-height: 960px) and (min-width: 768px) {
  html {
    font-size: 1.6666666667vh !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.1111111111vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.8;
  }

  .p-float {
    display: none;
  }

  .p-foodList__title::before {
    max-height: 1rem;
  }

  .p-nav__unit + .p-nav__unit {
    margin-top: 2.5rem;
  }

  .p-nav__unitTitle {
    font-size: 1rem;
  }

  .p-nav__btns {
    width: 100%;
  }

  .p-nav__btns.--area {
    gap: 1rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }

  .p-nav__btn {
    width: calc(33.33333% - 0.29167rem);
  }

  .p-nav__unit:nth-child(2) .p-nav__btn:not(.--reset) span {
    background-color: #fff;
    border: 2px solid #004098;
    color: #004098;
    transition: all 0.45s;
  }

  .p-nav__unit:nth-child(2) .p-nav__btn.is-active span {
    background-color: #004098;
    color: #fff;
  }

  .p-nav__btn.--reset {
    margin-top: 2.5rem;
  }

  .p-wrapper {
    display: grid;
    grid-template-columns: 42.5vw 1fr 31.3888888889vw;
    grid-template-columns: 42.5% 23.4375rem 1fr;
    position: relative;
  }

  .p-wrapper::before {
    background:#fff url(../images/bg_pc.jpg) center center/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
  }

  .p-wrapper__left {
    display: block;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .p-wrapper__right {
    display: block;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw !important;
  }
}

@media screen and (max-width: 1440px) and (max-height: 960px) and (min-width: 768px) {
  html {
    font-size: min(1.1111111111vw, 1.6666666667vh) !important;
  }
}

@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-height: 960px) {
  .p-leftContent__inner {
    height: calc(100% - 0.1vh);
  }
}

/*# sourceMappingURL=style.css.map */
