@charset "UTF-8";
/* ---------------------------------------------------
resset
---------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

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

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 { /*text-wrap:balance;*/
  text-align: left;
}

i, s {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 0;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* width */
/*-------------------------------------------
font
-------------------------------------------*/
/*
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "Inter", sans-serif;
font-weight: 700;

font-family: "Inter", sans-serif;
font-weight: 900;
*/
/*-------------------------------------------
base
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  text-align: center;
  color: #272727;
  font-size: 14px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_food.webp) repeat center center/100% auto;
}

.head {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 64px;
}
@media (max-width: 1320px) {
  .head {
    font-size: clamp(32px, 3.6363636364vw, 48px);
  }
}
@media (max-width: 520px) {
  .head {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.head i {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 32px;
}
@media (max-width: 1320px) {
  .head i {
    font-size: clamp(16px, 1.8181818182vw, 24px);
  }
}
@media (max-width: 520px) {
  .head i {
    margin-top: 10px;
  }
}
.head + .readText {
  margin-top: -24px;
}
@media (max-width: 768px) {
  .head + .readText {
    margin-top: 0;
  }
}

.readText {
  color: #000;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .readText {
    margin-bottom: 42px;
  }
}
.readText p {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .readText p {
    text-align: left;
  }
}
.readText .indent {
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .readText .indent {
    text-align: left;
    margin-top: 13px;
  }
}

p {
  text-align: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.btn {
  text-align: center;
}
* + .btn {
  margin-top: 64px;
}
@media (max-width: 520px) {
  * + .btn {
    margin-top: 32px;
  }
}
.btn > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 999px;
  padding: 0 24px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.disabled > a {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
}
.btn.ticket a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../img/icon_btn_ticket.svg");
          mask-image: url("../img/icon_btn_ticket.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.event a {
  gap: 2px;
  height: 24px;
  font-weight: 400;
  color: #272727;
  background: transparent;
  border-radius: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
}
.btn.event a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #272727;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn.event a i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn.event a i::before, .btn.event a i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #272727;
  border-right: 2px solid #272727;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.event a i::before {
  left: 3px;
}
.btn.event a i::after {
  left: -16px;
}
.btn.event a:hover {
  color: rgba(39, 39, 39, 0.5);
}
.btn.event a:hover::before {
  opacity: 1;
}
.btn.event a:hover i::before {
  left: 20px;
}
.btn.event a:hover i::after {
  left: 3px;
}

.indent {
  margin-left: 16px;
  text-align: left;
}
.indent > li {
  text-indent: -1em;
}
.indent.number {
  margin-left: 24px;
}
.indent.number li {
  text-indent: -1.5em;
}
.indent.point {
  margin-left: 0;
}
.indent.point li {
  position: relative;
  text-indent: 0;
  padding-left: 16px;
  line-height: 1.85;
}
.indent.point li + li {
  margin-top: 5px;
}
.indent.point li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.fadein {
  position: relative;
  top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  opacity: 0;
}
.fadein.visible {
  top: 0;
  opacity: 1;
}

.forSP {
  display: none;
}
@media (max-width: 768px) {
  .forSP {
    display: block;
  }
}

/*-------------------------------------------
common
-------------------------------------------*/
#wrapper {
  overflow-x: clip;
  text-align: center;
}
#wrapper.open #header {
  background: rgba(39, 39, 39, 0.5);
  pointer-events: auto;
  overflow-y: scroll;
}
#wrapper.open #header nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 520px) {
  #wrapper.open .closeMenuWrap {
    position: sticky;
    top: auto;
    right: auto;
    bottom: 24px;
    left: 0;
    z-index: 102;
  }
}
#wrapper.open #hero .img {
  z-index: 1;
}

#main {
  max-width: 1320px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  #main {
    padding-inline: 60px;
  }
}
@media (max-width: 520px) {
  #main {
    padding-inline: 20px;
  }
}

#hero {
  padding: 0;
  background: #DCDCDC;
  overflow: hidden;
}
#hero .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/810;
  z-index: 100;
  overflow: hidden;
}
@media (max-width: 520px) {
  #hero .img {
    aspect-ratio: 1080/1920;
  }
}
#hero .img .splashImg img,
#hero .img .mainImg img {
  width: 100%;
  max-width: 200%;
  aspect-ratio: 1440/810;
}
@media (max-width: 520px) {
  #hero .img .splashImg img,
  #hero .img .mainImg img {
    aspect-ratio: 1080/1920;
  }
}
#hero .img .splashImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: splashSequence 2.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
          animation: splashSequence 2.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}
@-webkit-keyframes splashSequence {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes splashSequence {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#hero .img .mainImg {
  opacity: 0;
  z-index: 1;
  -webkit-animation: bgFadeIn 1.5s ease 0.3s;
          animation: bgFadeIn 1.5s ease 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 39, 39, 0);
  -webkit-transition: background 1s;
  transition: background 1s;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 520px) {
  #header {
    top: auto;
    bottom: 0;
  }
}
#header .logo {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 100;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  opacity: 0;
  -webkit-animation: menuFadeIn 1s ease 1.5s;
          animation: menuFadeIn 1s ease 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 520px) {
  #header .logo {
    display: none;
  }
}
#header .logo img {
  width: 77px;
}
#header #menuTrigger,
#header #closeMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
  width: 98px;
  height: 64px;
  cursor: pointer;
  background: url("../img/menu_bg.svg") no-repeat center center/contain;
}
@media (max-width: 520px) {
  #header #menuTrigger,
  #header #closeMenu {
    width: 80px;
    height: 52px;
  }
}
#header #menuTrigger::before,
#header #closeMenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/menu_bg_hover.svg") no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#header #menuTrigger span,
#header #closeMenu span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
}
#header #menuTrigger span::before, #header #menuTrigger span::after,
#header #closeMenu span::before,
#header #closeMenu span::after {
  content: "●";
  font-size: 6.5px;
  line-height: 12px;
}
#header #menuTrigger span::before,
#header #closeMenu span::before {
  margin-right: 1.2em;
}
@media (max-width: 520px) {
  #header #menuTrigger span::before,
  #header #closeMenu span::before {
    margin-right: 0.9em;
  }
}
#header #menuTrigger span::after,
#header #closeMenu span::after {
  margin-left: 1.2em;
}
@media (max-width: 520px) {
  #header #menuTrigger span::after,
  #header #closeMenu span::after {
    margin-left: 0.9em;
  }
}
#header #menuTrigger:hover::before,
#header #closeMenu:hover::before {
  opacity: 1;
}
#header #menuTrigger {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 100;
  opacity: 0;
  -webkit-animation: menuFadeIn 1s ease 1.5s forwards;
          animation: menuFadeIn 1s ease 1.5s forwards;
}
@-webkit-keyframes menuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header #menuTrigger:hover::before, #header #menuTrigger.open::before {
  opacity: 1;
}
@media (max-width: 520px) {
  #header #menuTrigger {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 16px;
    margin: auto;
  }
}
#header .closeMenuWrap {
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 101;
}
#header #closeMenu {
  background-image: url("../img/menu_bg_hover.svg");
}
@media (max-width: 520px) {
  #header #closeMenu {
    margin-left: -34px;
  }
}
#header nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 40px 24px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: auto;
  z-index: 100;
}
@media (max-width: 520px) {
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#header nav .groumetLogo {
  position: relative;
  top: -16px;
  margin-right: 65px;
  min-width: 66px;
}
@media (max-width: 520px) {
  #header nav .groumetLogo {
    min-width: 117px;
    top: auto;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  #header nav .groumetLogo img {
    width: 117px;
  }
}
#header nav .navList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 146px;
}
@media (max-width: 520px) {
  #header nav .navList {
    border-bottom: 2px solid #272727;
    padding-right: 0;
    gap: 0;
    margin-bottom: 77px;
  }
}
#header nav .navList > li {
  position: relative;
  text-align: left;
}
@media (max-width: 520px) {
  #header nav .navList > li {
    width: 100%;
  }
}
#header nav .navList > li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #header nav .navList > li a {
    padding: 24px 0 30px;
    border-top: 2px solid #272727;
  }
}
#header nav .navList > li a i {
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 8px;
  color: #9F9F9F;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header nav .navList > li a:hover {
  opacity: 0.5;
}
#header nav .navList > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
@media (max-width: 520px) {
  #header nav .navList > li ul {
    gap: 0;
    margin-top: 0;
    padding-left: 30px;
  }
}
#header nav .navList > li ul li a {
  font-size: 16px;
}
@media (max-width: 520px) {
  #header nav .navList > li ul li a {
    padding-top: 16px;
    border-top: 1px solid #9F9F9F;
  }
}
#header nav .navList > li ul li a i {
  font-size: 10px;
  margin-top: 6px;
}

#footer {
  position: relative;
  padding: 0 48px 24px;
  text-align: center;
  color: #fff;
  background: #000;
  z-index: 1;
}
@media (max-width: 768px) {
  #footer {
    padding-inline: 20px;
  }
}
#footer .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding-top: 48px;
}
@media (max-width: 768px) {
  #footer .snsList {
    gap: 8px;
  }
}
#footer .snsList li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
#footer .snsList li a:hover {
  scale: 1.3;
}
#footer .snsList li a img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#footer .snsList li a[data-gtm=footer-x] {
  -webkit-mask-image: url(../img/icon_x.svg);
          mask-image: url(../img/icon_x.svg);
}
#footer .snsList li a[data-gtm=footer-instagram] {
  -webkit-mask-image: url(../img/icon_instagram.svg);
          mask-image: url(../img/icon_instagram.svg);
}
#footer .snsList li a[data-gtm=footer-facebook] {
  -webkit-mask-image: url(../img/icon_facebook.svg);
          mask-image: url(../img/icon_facebook.svg);
}
#footer .snsList li a[data-gtm=footer-line] {
  -webkit-mask-image: url(../img/icon_line.svg);
          mask-image: url(../img/icon_line.svg);
}
#footer .snsList li a[data-gtm=footer-youtube] {
  -webkit-mask-image: url(../img/icon_youtube.svg);
          mask-image: url(../img/icon_youtube.svg);
}
#footer .snsList li a[data-gtm=footer-tiktok] {
  -webkit-mask-image: url(../img/icon_tiktok.svg);
          mask-image: url(../img/icon_tiktok.svg);
}
#footer .snsList li a[data-gtm=footer-spotify] {
  -webkit-mask-image: url(../img/icon_spotify.svg);
          mask-image: url(../img/icon_spotify.svg);
}
#footer .footerLogo {
  margin-top: 64px;
}
@media (max-width: 768px) {
  #footer .footerLogo {
    margin-top: 48px;
  }
}
#footer .footerLogo img {
  width: 120px;
}
@media (max-width: 768px) {
  #footer .footerLogo img {
    width: 88px;
  }
}
#footer .copyright {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .copyright {
    margin-top: 48px;
  }
}
#footer .copyright small {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.floatBtn {
  position: fixed;
  right: 24px;
  bottom: -24px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn {
    right: 10px;
  }
}
.floatBtn.is-show {
  bottom: 24px;
  opacity: 1;
}
@media (max-width: 768px) {
  .floatBtn.is-show {
    bottom: 0px;
  }
}
.floatBtn a {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .floatBtn a {
    width: 120px;
    height: 120px;
  }
}
.floatBtn a:hover {
  scale: 1.1;
}

section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-block: 160px 120px; /* 市松40px分上に余白追加 */
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
}
@media (max-width: 520px) {
  section {
    padding-block: 84px 64px;
  }
}
section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: conic-gradient(#000 90deg, #fff 90deg 180deg, #000 180deg 270deg, #fff 270deg);
  background-size: 40px 40px;
  z-index: 1;
}
@media (max-width: 520px) {
  section::before {
    height: 20px;
    background: conic-gradient(#000 90deg, #fff 90deg 180deg, #000 180deg 270deg, #fff 270deg);
    background-size: 20px 20px;
  }
}
section#introduction::before, section#map::before, section#buyTicket::before {
  display: none;
}
section section::before {
  height: 20px;
  background: conic-gradient(#000 90deg, #fff 90deg 180deg, #000 180deg 270deg, #fff 270deg);
  background-size: 20px 20px;
}
@media (max-width: 520px) {
  section section::before {
    height: 10px;
    background: conic-gradient(#000 90deg, #fff 90deg 180deg, #000 180deg 270deg, #fff 270deg);
    background-size: 10px 10px;
  }
}

#introduction {
  padding-top: 120px; /* 市松がないのでトップだけ調整 */
}
@media (max-width: 520px) {
  #introduction {
    padding-top: 64px;
  }
}
#introduction p {
  text-align: center;
  font-size: 18px;
  font-size: clamp(16px, 1.3636363636vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 520px) {
  #introduction p {
    font-size: 16px;
  }
}
#introduction p + p {
  margin-top: 36px;
}
@media (max-width: 520px) {
  #introduction p + p {
    margin-top: 16px;
  }
}

#map {
  overflow: visible;
  position: relative;
  padding-top: 120px; /* 市松がないのでトップだけ調整 */
  background: linear-gradient(to right, #F7F7F7 1px, transparent 1px), linear-gradient(to bottom, #F7F7F7 1px, transparent 1px), #DCDCDC;
  background-size: 200px 200px;
}
@media (max-width: 520px) {
  #map {
    padding-block: 80px 80px; /* イレギュラーpadding */
    background: linear-gradient(to right, #F7F7F7 1px, transparent 1px), linear-gradient(to bottom, #F7F7F7 1px, transparent 1px), #DCDCDC;
    background-size: 100px 100px;
  }
}
#map::before, #map::after {
  display: block !important;
  content: "";
  position: absolute;
  top: -60px;
  left: auto;
  right: 130px;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  #map::before, #map::after {
    right: 50px;
  }
}
@media (max-width: 520px) {
  #map::before, #map::after {
    top: -32px;
    right: 19px;
    width: 64px;
    height: 64px;
  }
}
#map::before {
  background-image: url("../img/logo_circle_base.svg");
  -webkit-animation: mapLogoRotate 10s linear infinite;
          animation: mapLogoRotate 10s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 10;
}
#map::after {
  background-image: url("../img/logo_circle_bird.svg");
  z-index: 11;
}
@-webkit-keyframes mapLogoRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes mapLogoRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#map .head {
  font-size: 60px; /* イレギュラーフォントサイズ */
  font-weight: 900;
}
@media (max-width: 1320px) {
  #map .head {
    font-size: clamp(32px, 4.5454545455vw, 60px);
  }
}
@media (max-width: 520px) {
  #map .head {
    font-size: 32px;
  }
}
#map > * {
  max-width: 868px;
  margin-inline: auto;
}
#map .map {
  border-radius: 24px;
  border: 2px solid #fff;
  overflow: hidden;
}
@media (max-width: 520px) {
  #map .map {
    border-radius: 16px;
  }
}
#map .text {
  margin-top: 40px;
}
@media (max-width: 520px) {
  #map .text {
    margin-top: 32px;
  }
}
#map dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  gap: 7px;
  background: #F7F7F7;
  border-radius: 16px;
  padding: 14px 24px 12px 24px;
}
@media (max-width: 768px) {
  #map dl {
    gap: 14px;
    padding: 24px;
  }
}
#map dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  #map dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
#map dl dt {
  font-weight: 700;
  min-width: 5em;
}
@media (max-width: 768px) {
  #map dl dt {
    line-height: 1;
  }
}
#map dl dd a:hover {
  text-decoration: none;
}

#schedule {
  padding-block: 140px 110px; /* イレギュラーpadding */
}
@media (max-width: 520px) {
  #schedule {
    padding-block: 100px 80px; /* イレギュラーpadding */
  }
}
#schedule .head {
  font-size: 60px; /* イレギュラーフォントサイズ */
  margin-bottom: 64px;
}
@media (max-width: 1320px) {
  #schedule .head {
    font-size: clamp(32px, 4.5454545455vw, 60px);
  }
}
@media (max-width: 520px) {
  #schedule .head {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
#schedule .scheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 36px;
}
@media (max-width: 1320px) {
  #schedule .scheduleList {
    gap: clamp(0px, 2.7272727273vw, 36px);
  }
}
@media (max-width: 1200px) {
  #schedule .scheduleList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  #schedule .scheduleList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
#schedule .scheduleList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  width: calc((100% - clamp(24px, 2.7272727273vw, 36px) * 3) / 4);
}
@media (max-width: 1200px) {
  #schedule .scheduleList > li {
    width: calc((100% - clamp(0px, 2.7272727273vw, 36px) * 2) / 3);
  }
}
@media (max-width: 860px) {
  #schedule .scheduleList > li {
    width: calc((100% - clamp(0px, 2.7272727273vw, 36px) * 1) / 2);
  }
}
@media (max-width: 520px) {
  #schedule .scheduleList > li {
    width: 100%;
  }
}
#schedule .scheduleList > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F7F7F7;
  padding: 0 24px;
  padding: 0 clamp(0px, 1.8181818182vw, 24px);
}
@media (max-width: 520px) {
  #schedule .scheduleList > li > ul {
    padding: 10px 16px 10px;
  }
}
#schedule .scheduleList > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-block: 30px 32px;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li > ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 16px;
  }
}
#schedule .scheduleList > li > ul > li + li {
  border-top: 1px solid #DCDCDC;
}
#schedule .scheduleList > li .cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  gap: 10px;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li .cardHeader {
    padding: 4px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#schedule .scheduleList > li .cardHeader .team img {
  width: 56px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 520px) {
  #schedule .scheduleList > li .cardHeader .team img {
    width: 48px;
  }
}
#schedule .scheduleList > li .cardHeader .team img[src*=nega] {
  -webkit-filter: none;
          filter: none;
}
#schedule .scheduleList > li .cardHeader > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
#schedule .scheduleList > li .cardHeader > div .day {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li .cardHeader > div .day {
    font-size: 22px;
  }
}
#schedule .scheduleList > li .cardHeader > div .teamName {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #9F9F9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
#schedule .scheduleList > li .cardHeader > div .teamName::before {
  content: "VS";
  font-weight: 400;
}
#schedule .scheduleList > li > ul > li > div:first-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li > ul > li > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
#schedule .scheduleList > li > ul > li > div:first-child .day {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #272727;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li > ul > li > div:first-child .day {
    font-size: 32px;
  }
}
#schedule .scheduleList > li > ul > li > div:first-child .day .week {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 4px;
  color: #272727;
}
@media (max-width: 520px) {
  #schedule .scheduleList > li > ul > li > div:first-child .day .week {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
    top: -4px;
  }
}
#schedule .scheduleList > li > ul > li > div:first-child .day .week.holiday, #schedule .scheduleList > li > ul > li > div:first-child .day .week.sun {
  color: #FF4646;
}
#schedule .scheduleList > li > ul > li > div:first-child .day .week.sat {
  color: #5FCFFF;
}
#schedule .scheduleList > li > ul > li > div:first-child .playball {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#schedule .scheduleList > li > ul > li > div:first-child .playball::before {
  content: "PLAYBALL :";
  font-weight: 700;
  white-space: nowrap;
}
#schedule .scheduleList > li .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #schedule .scheduleList > li .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 18px;
  }
}
@media (max-width: 520px) {
  #schedule .scheduleList > li .buttons {
    margin-top: 0;
  }
}
#schedule .scheduleList > li .buttons .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 0;
}
#schedule .scheduleList > li .buttons .btn a {
  gap: 4px;
  width: 100%;
  padding: 0;
  overflow: visible;
  white-space: nowrap;
}
#schedule .scheduleList > li .buttons .btn.ticket a {
  height: 32px;
  border-radius: 16px;
  border: 1px solid #000;
  width: 130px;
  padding-inline: 13px;
}
#schedule .scheduleList > li .buttons .btn.ticket a::after {
  background-color: #fff;
}
#schedule .scheduleList > li .buttons .btn.ticket a:hover {
  gap: 12px;
  background: #fff;
  color: #272727;
}
#schedule .scheduleList > li .buttons .btn.ticket a:hover::after {
  background-color: #272727;
}
#schedule .scheduleList > li .buttons .btn.event {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#schedule .scheduleList > li .buttons .btn.event a {
  width: auto;
}
#schedule .scheduleList > li .buttons .btn.disabled a {
  opacity: 0.3;
  pointer-events: none;
}

#food {
  position: relative;
  padding-top: 40px;
  overflow: visible;
  background: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to bottom, #000 1px, transparent 1px), #fff;
  background-size: 200px 200px;
}
@media (max-width: 768px) {
  #food {
    padding-inline: 0;
  }
}
@media (max-width: 520px) {
  #food {
    padding-top: 20px;
    background: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to bottom, #000 1px, transparent 1px), #fff;
    background-size: 100px 100px;
  }
}

.foodContainer {
  position: relative;
  padding-bottom: 40px;
}

.topicMenu {
  position: relative;
  background: #000;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
  padding-block: 50px;
}
@media (max-width: 520px) {
  .topicMenu {
    padding-block: 48px 48px;
    padding-inline: 20px;
  }
}
.topicMenu .head {
  display: none;
}
@media (max-width: 520px) {
  .topicMenu .head {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
}

.topicList {
  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;
  gap: 80px;
  max-width: 880px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .topicList {
    gap: 30px;
  }
}
.topicList li {
  position: relative;
  width: calc((100% - 160px) / 3);
}
@media (max-width: 768px) {
  .topicList li {
    width: calc((100% - 60px) / 3);
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .topicList li:nth-child(2) {
    z-index: 4;
  }
}
@media (max-width: 768px) {
  .topicList li::before {
    content: "▼";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    z-index: 5;
  }
}
.topicList li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 4px solid #fff;
  height: 47px;
  border-radius: 24px;
  font-weight: 900;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-align: center;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .topicList li a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}
.topicList li a:hover:after {
  color: #fff;
}
.topicList li a:after {
  content: "・・・・・・・・・・・・・・・";
  display: block;
  width: 100%;
  height: 1em;
  line-height: 1;
  color: #6A6A6A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 2;
}
@media (max-width: 768px) {
  .topicList li a:after {
    content: "・・・・・・・・";
    width: 100%;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .topicList li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: 48px;
    background: #000;
    z-index: 1;
  }
}
.topicList li a span, .topicList li a i {
  position: absolute;
  margin: auto;
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: #000;
  white-space: nowrap;
  padding-inline: 10px;
  min-width: 120px;
  z-index: 3;
}
.topicList li a span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  top: -10px;
}
@media (max-width: 768px) {
  .topicList li a span {
    font-size: 12px;
    top: 16px;
  }
}
.topicList li a i {
  font-size: 16px;
  bottom: -10px;
}
@media (max-width: 768px) {
  .topicList li a i {
    font-size: 10px;
    bottom: 18px;
  }
}

.topicNav {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 80px;
  width: 190px;
  height: 408px;
  margin-top: 80px;
  z-index: 10;
  background: url(../img/bg_topicNav.webp) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .topicNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #272727;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    z-index: 10;
  }
}
.topicNav .head {
  display: none;
}
@media (max-width: 768px) {
  .topicNav .head {
    position: relative;
    display: block;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.topicNav .head::before, .topicNav .head::after {
  content: "・・・・・・・・・";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1em;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.topicNav .head::before {
  left: -138px;
}
.topicNav .head::after {
  right: -138px;
}
.topicNav ul {
  position: relative;
  padding-inline: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .topicNav ul {
    padding-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.topicNav ul li + li {
  border-top: 1px solid #000;
}
.topicNav ul li a {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  background: #fff;
  border: none;
  height: 56px;
  font-size: 16px;
  padding-inline: 8px 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .topicNav ul li a {
    height: 32px;
    font-size: 13px;
    padding-inline: 12px;
    border-radius: 16px;
  }
}
@media (max-width: 520px) {
  .topicNav ul li a {
    white-space: nowrap;
  }
}
.topicNav ul li a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url(../img/icon_btn_arrow.svg);
          mask-image: url(../img/icon_btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #272727;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .topicNav ul li a::after {
    display: none;
  }
}
.topicNav ul li a:hover {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .topicNav ul li a:hover {
    padding-inline: 12px;
    background: #DCDCDC;
  }
}
.topicNav ul li a:hover::after {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.topicNav ul li a.active {
  padding-left: 15px;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .topicNav ul li a.active {
    padding-inline: 12px;
    background: #DCDCDC;
  }
}
.topicNav ul li a.active::after {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}

#karaage,
#park,
#other {
  background: none;
  padding-block: 100px 80px;
}
@media (max-width: 520px) {
  #karaage,
  #park,
  #other {
    padding-block: 50px 40px;
    scroll-margin-top: 102px;
  }
}
#karaage .head,
#park .head,
#other .head {
  display: block;
  line-height: 1;
  height: 80px;
  margin-left: auto;
  margin-bottom: 0;
  max-width: calc(100% - 266px);
}
@media (max-width: 1024px) {
  #karaage .head,
  #park .head,
  #other .head {
    max-width: calc(100% - 220px);
  }
}
@media (max-width: 768px) {
  #karaage .head,
  #park .head,
  #other .head {
    height: 67px;
    max-width: 100%;
    margin-left: 21px;
  }
}
#karaage .head picture,
#park .head picture,
#other .head picture {
  height: 100%;
}
#karaage .head img,
#park .head img,
#other .head img {
  height: 100%;
  margin-left: 0;
}

#karaage {
  margin-top: -490px;
  padding-top: 80px;
}
#karaage::before {
  display: none;
}
@media (max-width: 768px) {
  #karaage {
    padding-top: 40px;
    margin-top: 0;
  }
}

.foodList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% - 266px);
  margin-inline: auto;
  border-top: 6px solid #000;
  border-left: 6px solid #000;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .foodList {
    max-width: calc(100% - 220px);
  }
}
@media (max-width: 768px) {
  .foodList {
    border-width: 5px;
    border-left: none;
    max-width: 100%;
  }
}
.foodList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  background: #fff;
  border-right: 6px solid #000;
  border-bottom: 6px solid #000;
}
@media (max-width: 1200px) {
  .foodList > li {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .foodList > li {
    width: calc(50% + 2.5px);
    border-width: 0 5px 5px 0;
  }
}
@media (max-width: 768px) {
  .foodList > li:nth-child(even) {
    width: calc(50% - 2.5px);
    border-right: none;
  }
}
.foodList > li figure {
  position: relative;
}
.foodList > li figure img {
  width: 100%;
  aspect-ratio: 266/178;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.foodList > li h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  padding-inline: 16px;
  margin-top: 28px;
}
@media (max-width: 520px) {
  .foodList > li h3 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 18px;
  }
}
.foodList > li h3 i {
  display: inline-block;
  background: #000;
  color: #fff;
  padding-inline: 15px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 5px;
}
@media (max-width: 520px) {
  .foodList > li h3 i {
    font-size: 10px;
  }
}
.foodList > li p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  padding-inline: 16px;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 520px) {
  .foodList > li p {
    line-height: 1.5;
    margin-top: 8px;
  }
}
.foodList > li p i {
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 520px) {
  .foodList > li p i {
    font-size: 10px;
  }
}
.foodList > li p + p {
  margin-top: 12px;
}
@media (max-width: 520px) {
  .foodList > li p + p {
    margin-top: 8px;
  }
}
.foodList > li .openingDate {
  padding-inline: 16px;
  padding-bottom: 24px;
  margin-top: 28px;
  text-align: left;
}
@media (max-width: 520px) {
  .foodList > li .openingDate {
    margin-top: 20px;
  }
}
.foodList > li .openingDate dt {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media (max-width: 520px) {
  .foodList > li .openingDate dt {
    font-size: 9px;
  }
}
.foodList > li .openingDate dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin-top: 12px;
}
@media (max-width: 520px) {
  .foodList > li .openingDate dd {
    font-size: 11px;
    margin-top: 6px;
  }
}
.foodList > li.wide {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border: 6px solid #000;
  border-top: none;
  border-left: none;
}
@media (max-width: 520px) {
  .foodList > li.wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-width: 0 0 7px 0;
  }
}
.foodList > li.wide figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 520px) {
  .foodList > li.wide figure {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.foodList > li.wide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.foodList > li.wide .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 32px 24px 0;
}
@media (max-width: 520px) {
  .foodList > li.wide .textArea {
    padding: 28px 20px 42px 20px;
  }
}
.foodList > li.wide .textArea h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 520px) {
  .foodList > li.wide .textArea h3 {
    font-size: 18px;
  }
}
.foodList > li.wide .textArea p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  padding: 0;
  margin-top: 24px;
}
@media (max-width: 520px) {
  .foodList > li.wide .textArea p {
    margin-top: 22px;
  }
}
.foodList > li.wide .brandList {
  background: #DCDCDC;
  padding: 12px 16px;
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 520px) {
  .foodList > li.wide .brandList {
    margin-top: 24px;
    padding: 12px;
  }
}
.foodList > li.wide .brandList dt {
  font-size: 10px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 520px) {
  .foodList > li.wide .brandList dt {
    font-size: 9px;
  }
}
.foodList > li.wide .brandList dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin-top: 10px;
}
@media (max-width: 520px) {
  .foodList > li.wide .brandList dd {
    font-size: 11px;
    margin-top: 6px;
  }
}

#ticket {
  background: #444444;
  color: #fff;
}
#ticket .head,
#ticket .readText {
  color: #fff;
}
#ticket .head .indent,
#ticket .readText .indent {
  color: rgba(255, 255, 255, 0.7);
}
#ticket .ticketList {
  max-width: 1120px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1320px) {
  #ticket .ticketList {
    gap: 4.8484848485vw;
  }
}
@media (max-width: 768px) {
  #ticket .ticketList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#ticket .ticketList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 520px) {
  #ticket .ticketList > li + li {
    padding-top: 40px;
    border-top: 1px solid #6A6A6A;
  }
}
#ticket .ticketList > li .date {
  text-align: left;
}
#ticket .ticketList > li .date .day {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #ticket .ticketList > li .date .day {
    font-size: 24px;
  }
}
#ticket .ticketList > li .date .day i {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #ticket .ticketList > li .date .day i {
    font-size: 13px;
  }
}
#ticket .ticketList > li .date .day.sat i {
  color: #5FCFFF;
}
#ticket .ticketList > li .date .day.sun i, #ticket .ticketList > li .date .day.holiday i {
  color: #FF4646;
}
#ticket .ticketList > li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
#ticket .ticketList > li figure {
  overflow: hidden;
  margin-top: 24px;
}
#ticket .ticketList > li > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 400;
  color: #F7F7F7;
  margin-top: 20px;
}
#ticket .ticketList > li .buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #ticket .ticketList > li .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
#ticket .ticketList > li .buttons .btn.ticket a {
  width: 303px;
  height: 48px;
  background: #fff;
  color: #000;
}
@media (max-width: 1024px) {
  #ticket .ticketList > li .buttons .btn.ticket a {
    width: 234px;
  }
}
@media (max-width: 768px) {
  #ticket .ticketList > li .buttons .btn.ticket a {
    width: 234px;
  }
}
#ticket .ticketList > li .buttons .btn.ticket a::after {
  background-color: #000;
}
#ticket .ticketList > li .buttons .btn.ticket a:hover {
  gap: 16px;
  background: #000;
  color: #fff;
}
#ticket .ticketList > li .buttons .btn.ticket a:hover::after {
  background-color: #fff;
}
#ticket .ticketList > li .buttons .btn.ticket.disabled a {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
#ticket .ticketList > li .buttons .btn.event {
  margin: 0;
}
#ticket .ticketList > li .buttons .btn.event a {
  color: #fff;
}
#ticket .ticketList > li .buttons .btn.event a::before {
  background: #fff;
}
#ticket .ticketList > li .buttons .btn.event a i::before, #ticket .ticketList > li .buttons .btn.event a i::after {
  border-color: #fff;
}
#ticket .ticketList > li .buttons .btn.event a:hover {
  color: rgba(255, 255, 255, 0.9);
}

#events {
  background: linear-gradient(to right, #F7F7F7 1px, transparent 1px), linear-gradient(to bottom, #F7F7F7 1px, transparent 1px), #DCDCDC;
  background-size: 200px 200px;
  background-position: 0 40px;
}
@media (max-width: 520px) {
  #events {
    background: linear-gradient(to right, #F7F7F7 1px, transparent 1px), linear-gradient(to bottom, #F7F7F7 1px, transparent 1px), #DCDCDC;
    background-size: 100px 100px;
    background-position: 0 20px;
  }
}
#events #eventsSlider {
  overflow: visible;
}
#events #eventsSlider.swiper-no-overflow .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#events #eventsSlider.swiper-no-overflow .swiper-slide:last-child {
  margin-right: 0;
}
#events #eventsSlider.swiper-no-overflow .c-swiper-control {
  display: none;
}
#events #eventsSlider .swiper-slide {
  width: 529px;
  height: auto;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-slide {
    width: 294px;
  }
}
#events #eventsSlider .c-swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin-inline: auto;
  padding: 32px 0 0;
}
@media (max-width: 768px) {
  #events #eventsSlider .c-swiper-control {
    gap: 24px;
  }
}
#events #eventsSlider .c-swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#events #eventsSlider .swiper-pagination {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-pagination {
    font-size: 14px;
  }
}
#events #eventsSlider .swiper-pagination .swiper-pagination-current,
#events #eventsSlider .swiper-pagination .swiper-pagination-total {
  line-height: 1;
}
#events #eventsSlider .swiper-pagination i {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #000;
}
@media (max-width: 768px) {
  #events #eventsSlider .swiper-pagination i {
    width: 56px;
  }
}
#events #eventsSlider .swiper-button-prev,
#events #eventsSlider .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 999px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#events #eventsSlider .swiper-button-prev::after,
#events #eventsSlider .swiper-button-next::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#events #eventsSlider .swiper-button-prev:hover,
#events #eventsSlider .swiper-button-next:hover {
  background: #000;
}
#events #eventsSlider .swiper-button-prev:hover::after,
#events #eventsSlider .swiper-button-next:hover::after {
  border-color: #fff;
}
#events #eventsSlider .swiper-button-prev.swiper-button-disabled,
#events #eventsSlider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#events #eventsSlider .swiper-button-prev::after {
  left: 0;
  right: -3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#events #eventsSlider .swiper-button-next::after {
  left: -3px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#events .eventsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 6px solid #000;
  padding: 20px 26px 40px;
}
@media (max-width: 768px) {
  #events .eventsList__item {
    padding: 18px 18px 24px;
  }
}
#events .eventsList__item .date {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#events .eventsList__item .date .day {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #272727;
}
@media (max-width: 768px) {
  #events .eventsList__item .date .day {
    font-size: 24px;
  }
}
#events .eventsList__item .date .day i {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #272727;
}
@media (max-width: 768px) {
  #events .eventsList__item .date .day i {
    font-size: 13px;
  }
}
#events .eventsList__item .date .day.holiday i, #events .eventsList__item .date .day.sun i {
  color: #FF4646;
}
#events .eventsList__item .date .day.sat i {
  color: #5FCFFF;
}
#events .eventsList__item figure {
  margin-top: 24px;
}
@media (max-width: 520px) {
  #events .eventsList__item figure {
    margin-top: 12px;
  }
}
#events .eventsList__item h3 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #272727;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #events .eventsList__item h3 {
    font-size: 14px;
    margin-top: 24px;
  }
}
#events .eventsList__item > p {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 520px) {
  #events .eventsList__item > p {
    margin-top: 10px;
  }
}
#events .eventsList__item .indent {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
  margin-top: -32px;
}
@media (max-width: 768px) {
  #events .eventsList__item .indent {
    margin-top: -16px;
  }
}
#events .eventsList__item .btn {
  width: 100%;
  margin-inline: auto;
  max-width: 303px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #events .eventsList__item .btn {
    max-width: 234px;
    margin-top: 20px;
  }
}
#events .eventsList__item .btn a {
  width: 100%;
  height: 56px;
  border: 1px solid #000;
}
@media (max-width: 520px) {
  #events .eventsList__item .btn a {
    height: 48px;
  }
}
#events .eventsList__item .btn a i {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#events .eventsList__item .btn a i::before, #events .eventsList__item .btn a i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#events .eventsList__item .btn a i::before {
  left: 3px;
}
#events .eventsList__item .btn a i::after {
  left: -16px;
}
#events .eventsList__item .btn a:hover {
  gap: 12px;
  background: #fff;
  color: #000;
}
#events .eventsList__item .btn a:hover i::before {
  left: 20px;
  border-color: #000;
}
#events .eventsList__item .btn a:hover i::after {
  left: 3px;
  border-color: #000;
}

#buyTicket {
  padding: 0;
  overflow: hidden;
}
#buyTicket a {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  #buyTicket a {
    height: 80px;
  }
}
#buyTicket a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url(../img/text_buyTicket.webp);
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: auto 160px;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
@media (max-width: 768px) {
  #buyTicket a::before {
    background-size: auto 80px;
  }
}
#buyTicket a:hover {
  background: #000;
}
#buyTicket a:hover::before {
  background-image: url(../img/text_buyTicket_h.webp);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */