@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section {
  scroll-margin-top: 70px;
  @media screen and (max-width: 768px) {
    scroll-margin-top: 80px;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.44;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

button:focus {
  outline: 0;
}

button:hover {
  opacity: 0.7;
}

.is-fixed {
  overflow: hidden;
}

/* .is-active {
  display: block;
} */

/* ------------
utility 
------------ */
.u-display--sp {
  @media (min-width: 768px) {
    display: none;
  }
}

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

.u-color--black {
  color: #000;
}

.u-color--white {
  color: #fff;
}

.u-color--gray {
  background-color: #FAFAFA
}

.u-color--red {
  background-color: #FE0000;
}

.u-color--salmonPink {
  background-color: #FE6765;
}

.u-color--harvestOrange {
  background-color: #E99C2C;
}

.u-color--mossGreen {
  background-color: #56A037;
}
.u-color--green {
  background-color: #00EF00;
}

.u-color--harvestOrange {
  background-color: #E99C2C;
}

.u-color--lightGreen {
  background-color: #46E76C;
}

.u-color--skyBlue {
  background-color: #3B9DFE;
}

.u-color--babyBlue {
  background-color: #90B7FE;
}

.u-color--pink {
  background-color: #FF66FF;
}

.u-color--purple {
  background-color: #9D39FF;
}

.u-color--lavender {
  background-color: #CD81FF;
}

.u-color--blue {
  background-color: #3A25E3;
}

.u-color--yellow {
  background-color: #FFFF32;
}

.u-color--mintGreen {
  background-color: #9FEDDF;
}

.u-color--01red {
  background-color: #e60012;
}

.u-color--02magenta {
  background-color: #e61673;
}

.u-color--03pink {
  background-color: #ee8592;
}

.u-color--04darkPurple {
  background-color: #601886;
}

.u-color--05deepGreen {
  background-color: #920783;
}

.u-color--06forestGreen {
  background-color: #005b34;
}

.u-color--07brightGreen {
  background-color: #09953b;
}

.u-color--08limeGreen {
  background-color: #79bc29;
}

.u-color--09lightBlue {
  background-color: #bbe2ef;
}

.u-color--10cobaltBlue {
  background-color: #0068b7;
}

.u-color--11cyan {
  background-color: #00afec;
}

.u-color--12grayishBlue {
  background-color: #6a98d0;
}

.u-color--13lavender {
  background-color: #1d2088;
}

.u-color--14redOrange {
  background-color: #8c6faf;
}

.u-color--15orange {
  background-color: #ea4d07;
}

.u-color--16darkOrange {
  background-color: #f39700;
}

.u-color--17salmonPink {
  background-color: #f2955c;
}

.u-color--18blueGreen {
  background-color: #00a29a;
}

.u-color--19navyBlue {
  background-color: #2a4b8c;
}

.u-color--20mallardGreen {
  background-color: #00616c;
}

.u-color--21yellow {
  background-color: #f6f60b;
}

/* ------------
component 
------------ */
.c-sectionInner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
}

.c-sectionInner--gourmet {
  padding: 80px 0 0;
  @media (min-width: 768px) {
    max-width: 100%;
    margin: 0;
  }
}

.c-sectionInner--goods {
  padding: 80px 0;
  @media (min-width: 768px) {
    max-width: 100%;
    margin: 0;
  }
}

.c-title {
  padding-bottom: 24px;
  border-bottom: 1px solid #C4C4C4;
  text-align: center;
}

.c-title--gourmet {
  margin: 0 20px;
  @media (min-width: 768px) {
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: left;
    &::after {
      content: "";
      top: 110px;
      left: 0;
      position: absolute;
      width: 300px;
      height: 1px;
      background-color: #C4C4C4;
    } */
  }
}

.c-title--goods {
  @media (min-width: 768px) {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-title--white {
  color: #fff;
}

.c-title__large {
  font-family: "Chakra Petch", sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.c-title__small {
  color: #757575;
  display: block;
  font-weight: 700;
}

.c-title__small--white {
  color: #fff;
}

.c-sectionBody {
  margin-top: 40px;
}

.c-sectionBody--row {
  @media (min-width: 768px) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 40px;
  }
}

.c-arrowButton span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}

.c-arrowButton.c-arrowButton--gray span::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* swiper */
.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination--gourmet {
  bottom: 40px !important;
  @media (min-width: 768px) {
    bottom: 30px !important;
  }
}

.swiper-pagination-bullet {
  background-color: #D9D9D9!important;
  opacity: 1!important;
}

.swiper-pagination-bullet-active {
  background-color: #E60012!important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 17%!important;
  width: 32px!important;
  height: 32px!important;
  margin-top: 0!important;
  background-color: #535353;
  border: 1px solid #C4C4C4;
  @media (min-width: 450px) {
    top: 21%!important;
  }
  @media (min-width: 600px) {
    top: 26%!important;
  }
}

.swiper-button-prev--gourmet,
.swiper-button-next--gourmet {
  top: 22%!important;
  @media (min-width: 450px) {
    top: 26%!important;
  }
  @media (min-width: 600px) {
    top: 32%!important;
  }
  @media (min-width: 768px) {
    top: 40%!important;
  }
}

.swiper-button-prev--event,
.swiper-button-next--event {
  top: 45%!important;
  @media (min-width: 1100px) {
    top: 50%!important;
    translate: 0 -50%;
  }
}

.swiper-button-prev {
  left: 5px!important;
  @media (min-width: 768px) {
    left: 100px!important;  
  }
  @media (min-width: 1100px) {
    left: 185px!important;  
  }
}

.swiper-button-prev--event {
  @media (min-width: 768px) {
    left: 5px!important;  
  }
}

.swiper-button-next {
  right: 5px!important;
  @media (min-width: 768px) {
    right: 100px!important;  
  }
  @media (min-width: 1100px) {
    right: 185px!important;  
  }
}

.swiper-button-next--event {
  right: 5px!important;
  @media (min-width: 768px) {
    right: 5px!important;  
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: ""!important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0!important;
  right: 45%;
  translate: 50% 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 130deg;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0!important;
  right: 50%;
  translate: 50% 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}

/* ------------
header
------------ */
.l-header {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #000000;
  z-index: 100;
  @media (min-width: 768px) {
    height: 80px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  @media (min-width: 900px) {
    padding: 0 20px;
  }
  @media (min-width: 1300px) {
    padding: 0 120px;
  }
}

.l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 70px;
  background-color: #fff;
  @media (min-width: 768px) {
    width: 73px;
    height: 79px;
  }
}

.l-header__logo img {
  width: 49px;
  height: 54px;
  @media (min-width: 768px) {
    width: 59px;
    height: 64px;
  }
}

.l-header__navigation {
  display: none;
  @media (min-width: 900px) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 24px;
    width: 100%;
    margin-left: 20px;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.l-header__item {
  font-size: 14px;
}

.l-header__item a {
  color: #fff;
}

.l-header__button {
  max-width: 158px;
  width: 100%;
}

.l-header__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 17px 8px 9px;
  background: linear-gradient(0deg, rgba(203,0,0,1) 0%,  rgba(255,0,0,1) 50%, rgba(255,50,50,1) 100%);
  border: 1px solid #FFE2A7;
  border-image: linear-gradient(to right, #FFE2A7, #F3B12C) 1;
  color: #fff;
  font-weight: 900;
}

.l-header__hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  @media (min-width: 900px) {
    display: none;
  }
}

.l-header__hamburger button {
  position: relative;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 25px;
}

.l-header__hamburger button::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 25px;
}

.l-header__hamburger button::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 25px;
}

.l-header__hamburger button:hover {
  opacity: 1;
}

.l-header__menu {
  position: absolute;
  top: 0;
  right: -100vw;
  width: calc(100vw - 40px);
  height: 100vh;
  transition: all .5s;
}

.l-header__menu.is-active {
  right: 0;
}

.l-header__menuLayer {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9997;
  @media (min-width: 768px) {
    display: none;
  }
}

.l-header__menuLayer.is-active {
  display: block;
}

.l-header__menuContents {
  position: relative;
  height: 100%;
  padding: 5px 20px;
  background-color: #fff;
  z-index: 9998;
}

.l-header__menuHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__menulogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 60px;
}

.l-header__menulogo img {
  width: 41px;
  height: 45px;
}

.l-header__menuClose {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #EDEDED;
  border-radius: 3px;
}

.l-header__menuClose button {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header__menuClose button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  width: 18px;
  height: 2px;
  background-color: #757575;
  border-radius: 25px;
  rotate: 45deg;
}

.l-header__menuClose button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  width: 18px;
  height: 2px;
  background-color: #757575;
  border-radius: 25px;
  rotate: -45deg;
}

.l-header__menuNavigation {
  margin-top: 5px;
}

.l-header__menuItem {
  font-size: 14px;
  border-top: 1px solid #C4C4C4;
}

.l-header__menuItem a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #333333;
}

.l-header__menuItem:last-of-type {
  border-bottom: 1px solid #C4C4C4;
}

.l-header__menuButton {
  max-width: 295px;
  width: 100%;
  margin: 32px auto 0;
}

.l-header__menuButton a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(0deg, rgba(203,0,0,1) 0%,  rgba(255,0,0,1) 50%, rgba(255,50,50,1) 100%);
  border: 1px solid #FFE2A7;
  border-image: linear-gradient(to right, #FFE2A7, #F3B12C) 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

/* ------------
footer
------------ */
.l-footer {
  background-color: #000000;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}

.l-footer__sns {
  margin-top: 40px;
}

.l-footer__snsTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.l-footer__snsList {
  display: flex;
  gap: 0 35px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  @media (min-width: 768px) {
    gap: 0 24px;
  }
}

.l-footer__snsListItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  background-color: #333;
  border-radius: 50%;
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  @media (min-width: 768px) {
    flex-direction: row;
    gap: 0 32px;
  }
}

.l-footer__navItem a {
  color: #fff;
  font-size: 14px;
}

.l-footer__copyright {
  margin-top: 40px;
  color: #757575;
  font-size: 14px;
  text-align: center;
}

/* ------------
main visual 
------------ */
.p-main-visual {
  padding-top: 70px;
  @media (min-width: 768px) {
    padding-top: 80px;
  }
}

.p-main-visual__image {
  width: 100%;
}

.p-main-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------
cta button 
------------ */
.p-ctaButton {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  z-index: 3;
}

.p-ctaButton__inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(243,177,44,1) 0%, rgba(255,226,167,1) 100%);
  border-radius: 50%;
  text-align: center;
  z-index: -2;
}

.p-ctaButton__inner a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  color: #fff;
  font-weight: 700;
}

.p-ctaButton__inner img {
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translate(50%, 0);
  display: inline-block;
  width: 38px;
  height: 38px;
}

.p-ctaButton__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #E60012;
  z-index: -1;
}


/* ------------
ticket sales 
------------ */
.p-sales {
  background-color: #000000;
}

.p-sales__season {
  background: linear-gradient(0deg, rgba(243,177,44,1) 0%, rgba(255,226,167,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Chakra Petch", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.p-sales__season--game {
  display: block;
  font-size: 20px;
}

.p-sales__logoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin-top: 40px;
  @media (min-width: 768px) {
    gap: 0 24px;
  }
}

.p-sales__vs {
  font-family: "Chakra Petch", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  @media (min-width: 768px) {
    font-size: 46px;
  }
}

.p-sales__logo {
  width: 130px;
  height: 130px;
  @media (min-width: 768px) {
    width: 180px;
    height: 180px;
  }
}

.p-sales__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-salesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 15px;
  margin-top: 40px;
  @media (min-width: 768px) {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 25px 40px;
    max-width: 690px;
    margin: 40px auto 0;
    padding: 0;
  }
  @media (min-width: 1100px) {
    /* grid-template-columns: repeat(3, 1fr); */
    flex-wrap: nowrap;
    gap: 25px 40px;
    max-width: 1055px;
  }
}

.p-salesList__item {
  width: calc((100% - 15px) / 2);
  margin: 0 auto;
  @media (min-width: 768px) {
    width: calc((100% - 40px) / 2);
  }
  @media (min-width: 1100px) {
    width: calc((100% - 40px) / 3);
  }
}

.p-salesList__content {
  padding: 16px 16px 24px;
  border-bottom: 1px dashed #E60012;
  background: linear-gradient(135deg, transparent 20px, #fff 0);
	background-repeat: no-repeat;
}

.p-salesList__contentHead {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-salesList__day {
  font-family: "Chakra Petch", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  @media (min-width: 768px) {
    font-size: 58px;
  }
}

.p-salesList__dayOfWeek {
  margin-left: 3px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  @media (min-width: 768px) {
    font-size: 20px;
  }
}

.p-salesList__dayOfWeek--blue {
  color: #0085E6;
}

.p-salesList__dayOfWeek--red {
  color: #E60012;
}

.p-salesList__timeWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-salesList__contentBody {
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 18px;
  }
}

.p-salesList__timeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

.p-salesList__label {
  width: 60px;
  padding: 2px 4px;
  border: 1px solid #757575;
  color: #757575;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  @media (min-width: 768px) {
    width: 64px;
    font-size: 13px;
  }
}

.p-salesList__time {
  font-family: "Chakra Petch", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  @media (min-width: 768px) {
    font-size: 26px;
  }
}

.p-salesList__link {
  background-color: #E60012;
  background: linear-gradient(-45deg, transparent 20px, #E60012 0);
	background-repeat: no-repeat;
  text-align: center;
}

.p-salesList__link a {
  display: inline-block;
  width: 100%;
  padding: 16px;
  text-align: center;
}

.p-salesList__link p {
  position: relative;
  display: inline-flex;
  padding-right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  @media (min-width: 768px) {
    font-size: 20px;
  }
}

.p-salesList__link img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  @media (min-width: 768px) {
    width: 28px;
    height: 28px;
  }
}

.p-salesList__text {
  margin: 10px auto 0;
  color: #fff;
  font-size: 15px;
  @media (min-width: 768px) {
    font-size: 20px;
    text-align: center;
  }
}

/* ------------
game
------------ */
.p-game {
  background-image: url(/files/user/2025-26/common/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  @media (min-width: 768px) {
    background-image: url(/files/user/2025-26/common/bg_pc.jpg);
  }
}

.p-game__copy {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  @media (min-width: 768px) {
    max-width: 560px;
    margin: 0 auto;
  }
}

.p-game__description {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  @media (min-width: 768px) {
    max-width: 560px;
    margin: 16px auto 0; 
  }
}

/* ------------
event
------------ */
.p-eventList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 15px;
  @media (min-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: flex-start;
    gap: 56px 40px;
  }
  @media (min-width: 1100px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-eventList__item {
  position: relative;
  max-width: 160px;
  width: 100%;
  padding: 8px 8px 20px;
  border: 1px solid #333;
  @media (min-width: 768px) {
    max-width: 373px;
    padding: 24px;
  }
}

.p-eventList__item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-color: #E60012;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.p-eventList__thumbnail {
  width: 100%;
  height: 81px;
  @media (min-width: 768px) {
    max-width: 325px;
    height: 183px;
  }
}

.p-eventList__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-eventList__label {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 8px;
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  @media (min-width: 768px) {
    margin-top: 16px;
    font-size: 13px;
  }
}

.p-eventList__title {
  height: calc(1.6em * 2);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media (min-width: 768px) {
    margin-top: 12px;
    height: calc(1.6em * 3);
    font-size: 18px;
    -webkit-line-clamp: 3;
  }
}

.p-eventList__button {
  margin-top: 16px;
  text-align: right;
  @media (min-width: 768px) {
    margin-top: 34px;
  }
}

.p-eventList__button button {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #333;
  @media (min-width: 768px) {
    max-width: 130px;
  }
}

.p-eventList__button span {
  position: relative;
  padding-right: 9px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

/* modal */
.p-event__modalWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  /* background-color: rgba(0, 0, 0, .5); */
  z-index: 9999;
}

.p-event__modalWrap.is-active {
  display: flex;
}

.p-event__modal {
  width: 100vw;
  padding: 0 20px;
  @media (min-width: 768px) {
    position: relative;
    width: 100%;
    max-width: 586px;
    padding: 0;
    margin: auto;
    overflow: hidden;
  }
}

.p-event__layer {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
}

.p-event__layer.is-active {
  display: block;
}

.p-eventModalList__item {
  width: 100%;
  height: auto!important;
  max-height: calc(100vh - 100px);
}

.p-eventModalList__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #333;
  overflow: auto;
  @media (min-width: 768px) {
    max-width: 490px;
    padding: 32px;
  }
}

.p-eventModalList__thumbnail {
  height: 160px;
  @media (min-width: 768px) {
    height: 240px;
  }
}

.p-eventModalList__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-eventModalList__label {
  display: inline-block;
  width: fit-content;
  margin-top: 16px;
  padding: 3px 8px;
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.p-eventModalList__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.p-eventModalList__text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.p-eventModalList__button {
  width: 100%;
  margin-top: 24px;
}

.p-eventModalList__button a {
  display: inline-block;
  width: 100%;
  padding: 16px;
  background-color: #E60012;
  text-align: center;
}

.p-eventModalList__button span {
  position: relative;
  padding-right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.p-eventModalList__close {
  position: absolute;
  top: 4px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #EDEDED;
  border-radius: 3px;
  z-index: 9999;
  @media (min-width: 768px) {
    width: 24px;
    height: 24px;
    right: 55px;
  }
}

.p-eventModalList__close button {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-eventModalList__close button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  width: 15px;
  height: 2px;
  background-color: #757575;
  border-radius: 25px;
  rotate: 45deg;
}

.p-eventModalList__close button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  width: 15px;
  height: 2px;
  background-color: #757575;
  border-radius: 25px;
  rotate: -45deg;
}

/* ------------
gourmet
------------ */
.p-gourmet__head {
  @media (min-width: 768px) {
    display: flex;
    gap: 0 120px;
    padding-left: 120px;
    padding-bottom: 0;
  }
}

.p-gourmet__slider {
  margin-top: 40px;
  @media (min-width: 768px) {
    margin-top: 0;
  }
}

.p-gourmetList{
  padding: 0 0 80px;
  left: calc((calc((100vw - (21px * 3)) / 2) / 2) + (21px / 2));
  @media (min-width: 768px) {
    padding: 56px 0 72px 0;
    left: 0;
  }
}

.p-gourmetList__item {
  width: calc((100vw - (21px * 3)) / 2)!important;
  @media (min-width: 768px) {
    width: 280px!important;
  }
}

.p-gourmetList__thumbnail {
  height: calc((100vw - (21px * 3)) / 2);
  @media (min-width: 768px) {
    height: 280px;
  }
}

.p-gourmetList__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-gourmetList__title {
  margin-top: 10px;
  color: #111827;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-gourmetRuleWrap__inner {
  padding: 40px 20px;
  @media (min-width: 768px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 840px;
    gap: 0 40px;
    margin: 0 auto;
    padding: 43.5px 20px;
  }
}

.p-gourmetRule {
  /* margin-top: 40px; */
  @media (min-width: 768px) {
    margin-top: 0;
  }
}

.p-gourmetRule__title {
  font-size: 20px;
  font-weight: 700;
}

.p-gourmetRule__note {
  margin-top: 16px;
}

.p-gourmetRule__noteItem {
  font-size: 14px;
}

.p-gourmetRule__area {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #C4C4C4;
}

.p-gourmetRule__areaTitle {
  font-size: 14px;
  font-weight: 700;
}

.p-gourmetRule__areaList {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  margin-top: 8px;
}

.p-gourmetRule__areaListItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  padding-left: 38px;
  font-size: 14px;
  font-weight: 500;
}

.p-gourmetRule__areaListItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background-color: #22CB7C;
}

.p-gourmetRule__areaListItem::after {
  content: "...";
  position: absolute;
  top: 17%;
  left: 22px;
  font-size: 14px;
  font-weight: 500;
  @media (min-width: 768px) {
    top: -4px;
  }
}

.p-gourmetRule__areaListItem--yellow::before {
  background-color: #F9C969;
}

.p-gourmetRule__areaListItem--red::before {
  background-color: #FF0000;
}

.p-gourmetRuleWrap__image {
  max-width: 347px;
  width: 100%;
  height: 100%;
  margin: 24px auto 0;
  @media (min-width: 768px) {
    margin: 0;
    max-width: 280px;
  }
}

.p-gourmetRuleWrap__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------
goods
------------ */
.p-goods {
  background-color: #000000;
}

.p-goodsList {
  padding-bottom: 40px;
  left: calc((calc((100vw - (20px * 3)) / 2) / 2) + (20px / 2));
  @media (min-width: 768px) {
    left: 0;
  }
}

.p-goodsList__item {
  /* width: 250px!important; */
  width: calc((100vw - (20px * 3)) / 2)!important;
  @media (min-width: 768px) {
    width: 280px!important;
  }
}

.p-goodsList__thumbnail {
  width: 100%;
  /* height: 250px; */
  height: calc((100vw - (20px * 3)) / 2);
  border: 1px solid #FFE2A7;
  border-image: linear-gradient(to right, #FFE2A7, #F3B12C) 1;
  @media (min-width: 768px) {
    height: 280px;
  }
}

.p-goodsList__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-goodsList__title {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  @media (min-width: 768px) {
    margin-top: 16px;
    font-size: 18px;
  }
}

.p-goodsList__price {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 8px;
}

.p-goodsList__priceLabel {
  padding: 3px 6px;
  border: 1px solid #F9C969;
  border-radius: 2px;
  color: #F9C969;
  font-size: 12px;
  font-weight: 700;
}

.p-goodsList__priceValue {
  color: #F9C969;
  font-size: 12px;
  font-weight: 700;
  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.p-goodsList__priceValue span {
  font-family: "Chakra Petch", sans-serif;
  font-size: 24px;
  @media (min-width: 768px) {
    font-size: 25px;
  }
}

.p-goodsList__text {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-goodsButton {
  max-width: 219px;
  width: 100%;
  margin: 40px auto 0;
}

.p-goodsButton a {
  display: inline-block;
  width: 100%;
  padding: 11px 10px 10px;
  background-color: #333;
  border: 1px solid #C4C4C4;
  text-align: center;
}

.p-goodsButton span {
  position: relative;
  padding-right: 25px;
  color: #fff;
  font-weight: 700;
}

/* ------------
time schedule
------------ */
.p-scheduleTab {
  padding-bottom: 80px;
}
.p-scheduleHead {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-scheduleHead__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 111px;
  width: 100%;
  border-bottom: 2px solid #C4C4C4;
  vertical-align: bottom;
  @media (min-width: 768px) {
    max-width: 226px;
  }
}

.p-scheduleHead__item button {
  width: 100%;
  padding: 0 17px 12px;
}

.p-scheduleHead__item.is-active {
  border-bottom: 2px solid #E60012;
}

.p-scheduleHead__item.is-active .p-scheduleHead__date {
  color: #E60012;
}

.p-scheduleHead__item.is-active .p-scheduleHead__dayOfWeek {
  color: #E60012;
}

.p-scheduleHead__date {
  color: #757575;
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-scheduleHead__dayOfWeek {
  margin-left: 3px;
  color: #757575;
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.p-scheduleBody {
  margin-top: 24px;
  @media (min-width: 768px) {
    max-width: 680px;
    margin: 24px auto 0;
  }
}

.p-scheduleBody__item {
  display: none;
}

.p-scheduleBody__item.is-active {
  display: block;
}

.p-scheduleList__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  padding: 16px;
  border-bottom: 1px solid #C4C4C4;
}

.p-scheduleList__time {
  max-width: 75px;
  width: 100%;
  padding: 6px 12px;
  border: 2px solid #333;
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-scheduleList__text {
  font-weight: 700;
}

.p-numberedTickets {
  max-width: 1080px;
  margin: 40px auto 0;
  border: 1px solid #C4C4C4;
}

.p-numberedTickets__head {
  padding: 16px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #C4C4C4;
}

.p-numberedTickets__head h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.p-numberedTickets__body {
  padding: 24px 16px;
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    padding: 24px 40px;
  }
}

.p-numberedTickets__image {
  max-width: 490px;
  width: 100%;
}

.p-numberedTickets__notes {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 24px;
  @media (min-width: 768px) {
    margin-top: 0;
  }
}

.p-numberedTickets__listTitle {
  font-size: 14px;
  font-weight: 700;
}

.p-numberedTickets__listItem {
  font-size: 14px;
}

.p-numberedTickets__listItem--em {
  color: #E60012;
  text-decoration: underline;
}

/* ------------
live
------------ */
.p-live {
  background-color: #000000;
}

.p-live__banner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

/* ------------
live
------------ */
.p-ticket__seatMap {
  /* max-width: 500px; */
  width: 100%;
  margin: 0 auto;
  @media (min-width: 768px) {
    max-width: 740px;
  }
}

.p-ticket__seatMap img {
  width: 100%;
  height: 100%;
}

.p-ticket__priceInfo {
  margin-top: 24px;
  @media (min-width: 768px) {
    max-width: 740px;
    width: 100%;
    margin: 40px auto 0;
  }
}

.p-ticket__table table {
  width: 100%;
    border: 1px solid #C4C4C4;
}

.p-ticket__table td {
  border: 1px solid #C4C4C4;
  /* text-align: center; */
  font-weight: 700;
  vertical-align: middle;
}

.p-ticketTable__firstLine {
  height: 33px;
  padding: 8px 3px;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  @media (min-width: 768px) {
    height: 38px;
    padding: 9px;
    font-size: 14px;
  }
}

.p-ticketTable__seatType {
  min-width: 94px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  @media (min-width: 768px) {
    padding: 7.5px 16px;
    font-size: 16px;
  }
}

.p-ticketTable__price {
  padding: 6px 3px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  word-break: auto-phrase;
  @media (min-width: 768px) {
    padding: 7.5px 16px;
    font-size: 16px;
  }
}

.p-ticket__note {
  margin-top: 24px;
}

.p-ticket__noteItem {
  font-size: 10px;
  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.p-ticket__buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 40px;
  @media (min-width: 768px) {
    flex-direction: row;
    justify-content: center;
    gap: 0 80px;
  }
}

.p-ticket__buttonList {
  @media (min-width: 768px) {
    max-width: 219px;
    width: 100%;
  }
}

.p-ticket__button {
  max-width: 219px;
  width: 100%;
  margin: 0 auto;
}

.p-ticket__button a {
  display: inline-block;
  width: 100%;
  padding: 11px 10px 10px;
  background: linear-gradient(0deg, rgba(203,0,0,1) 0%,  rgba(255,0,0,1) 50%, rgba(255,50,50,1) 100%);
  text-align: center;
}

.p-ticket__button span {
  position: relative;
  color: #fff;
  font-weight: 700;
}

.p-ticket__button span::after {
  right: -30px;
}

.p-ticket__button--black a {
  background: #333333;
}

.p-ticket__buttonText {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

/* ------------
access
------------ */
.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  @media (min-width: 768px) {
    max-width: 470px;
    padding-top: 26%;
  }
}

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

.p-access__info {
  margin-top: 40px;
  @media (min-width: 768px) {
    max-width: 490px;
    width: 100%;
    margin-top: 47px;
  }
}

.p-access__infoTitle {
  font-size: 26px;
  font-weight: 700;
}

.p-access__infoAddress {
  margin-top: 16px;
  font-size: 14px;
}

.p-access__infoList {
  margin-top: 16px;
  padding: 16px;
  background-color: #FAFAFA;
  border: 1px solid #E8E8E8;
}

.p-access__infoItem {
  font-size: 14px;
}

.p-access__infoNote {
  margin-top: 16px;
}

.p-access__infoNoteItem {
  color: #E60012;
  font-size: 14px;
  text-decoration: underline;
}

/* ------------
guide line & rule
------------ */
.p-guideLine__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px 15px;
  margin: 40px auto 0;
  @media (min-width: 768px) {
    max-width: 1000px;
    gap: 32px;
  }
}

.p-guideLine__listItem {
  max-width: 160px;
  @media (min-width: 768px) {
    max-width: 174px;
  }
}

.p-guideLine__listIcon {
  max-height: 160px;
  height: 100%;
  padding: 18px 17px;
  border: 1px solid #000000;
  @media (min-width: 768px) {
    max-height: 174px;
    padding: 20px 19px;
  }
}

.p-guideLine__listIcon img {
  width: 100%;
  height: 100%;
}

.p-guideLine__listText {
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}

.p-guideLine__button {
  max-width: 219px;
  width: 100%;
  margin: 40px auto 0;
}

.p-guideLine__button a {
  display: inline-block;
  width: 100%;
  padding: 11px 10px 10px;
  background-color: #333;
  text-align: center;
}

.p-guideLine__button span {
  position: relative;
  padding-right: 15px;
  color: #fff;
  font-weight: 700;
}