<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Bagel+Fat+One&amp;family=Noto+Sans+JP:wght@100..900&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap");
html {
  font-size: 62.5%;
}

body {
  background: #FFF url(../img/bg_pattern_main.png) repeat;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

* {
  box-sizing: border-box;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

/* common */
.content {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.content__inner {
  width: calc(100% - 30px);
  max-width: 1120px;
  margin: 0 auto;
}
.content__title {
  color: #FFF;
  font-family: "Bagel Fat One", system-ui, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 9rem;
  line-height: 8rem;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  text-shadow: 6px 6px 0 #000;
  text-align: center;
}
.content__title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.btn.type1 {
  max-width: 420px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 6px 6px #000;
  background: #ffe933 url(../img/icon_arrow_r.png) center right 18px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 8rem;
  text-align: center;
}
.btn.type2 {
  max-width: 260px;
  height: 50px;
  border-radius: 25px;
  background: #000 url(../img/icon_arrow_y_r.png) center right 18px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
}

/* key */
.kv {
  position: relative;
  padding-top: 40px;
  background: url(../img/kv/bg_kv.png) top 38px center no-repeat;
  background-size: 96.4% auto;
}
.kv__logo, .kv__date, .kv h1 {
  position: absolute;
}
.kv__logo {
  z-index: 2;
  position: absolute;
  top: 25px;
  left: 32px;
}
.kv__main {
  width: 83.9%;
  margin: 0 auto;
}
.kv__date {
  bottom: 80px;
  right: 0;
  width: 46.8vw;
}
.kv__date img {
  width: 100%;
}
.kv h1 {
  bottom: -5.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.kv h1 img {
  width: 100%;
}

/* match */
.content.match {
  padding-top: 40px;
  background: url(../img/match/bg_pattern_match.png) repeat;
}

.match__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2vw;
  margin-bottom: 36px;
}
.match__desc h2, .match__desc div {
  width: 100%;
}
.match__desc h2 {
  max-width: 43.3%;
}
.match__desc div p {
  color: #FFF;
  line-height: 4rem;
}
.match__card {
  margin-bottom: 70px;
  padding: 44px 20px 63px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #FFF;
}
.match__card h3 {
  margin-bottom: 22px;
}
.match__card h3 img {
  display: block;
  margin: 0 auto;
}
.match__card h4 {
  margin-bottom: 35px;
  text-align: center;
}
.match__card h4 img {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}
.match__card__vs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.match__card__vs div {
  padding-right: 5%;
  border-right: 1px solid #000;
  text-align: center;
}
.match__card__vs div img {
  display: block;
  margin: 0 auto 22px;
}
.match__card__vs div p {
  font-size: 2.1rem;
  font-weight: 700;
}
.match__card__vs div:last-of-type {
  padding-right: 0;
  border-right: none;
}
.match .btn {
  background: #ffe933;
}
.match .btn img {
  display: inline-block;
  max-width: 32px;
  margin-right: 16px;
  vertical-align: middle;
}

.belt {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  padding: 16px 0;
  border-top: 1px solid #000;
  background: #ffe933;
  text-wrap: nowrap;
}
.belt img {
  display: inline;
}

.special + .belt {
  margin-bottom: 80px;
  border-top: 0;
  border-bottom: 1px solid #000;
}

/* special */
.content.special {
  margin-bottom: 0;
  padding-top: 52px;
  background: linear-gradient(#3088ff 0%, #c8dfff 100%);
}

.special__titleLine {
  line-height: 1;
}
.special__titleLine.line1 {
  padding-top: 20px;
  margin-bottom: 52px;
  background: url(../img/special/bg_illust_special_1.png), url(../img/special/bg_illust_special_2.png);
  background-position: top left 7.14%, top right 7.14%;
  background-repeat: no-repeat;
}
.special__titleLine.line2 {
  padding: 54px 40px;
  margin-bottom: 52px;
  background: url(../img/special/bg_illust_special_3.png), url(../img/special/bg_illust_special_4.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
}
.special__kv {
  max-width: 100%;
  margin-bottom: 60px;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
.special__kv img {
  max-width: 100%;
}
.special__desc {
  margin-bottom: 96px;
  color: #FFF;
  line-height: 4rem;
}
.special__detail {
  margin-bottom: 70px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #FFF;
}
.special__detail h3 {
  padding: 32px 0 28px;
  border-bottom: 1px solid #000;
  font-size: 4.1rem;
  font-weight: 900;
  text-align: center;
}
.special__detail__inner {
  padding: 74px 8.125%;
}
.special__detail__inner dl {
  display: flex;
  gap: 11.2%;
  margin-bottom: 50px;
}
.special__detail__inner dl:last-of-type {
  margin-bottom: 0;
}
.special__detail__inner dl dt, .special__detail__inner dl dd {
  font-size: 2.1rem;
  font-weight: 700;
}
.special__detail__inner dl dt {
  min-width: 120px;
  color: #0062e6;
}
.special__detail__inner img {
  margin-top: 12px;
}
.special__listTitle {
  z-index: 2;
  position: relative;
  top: 6px;
  left: 6px;
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.6rem;
  text-align: center;
}
.special__listTitle span {
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  width: 100%;
  color: #FFF;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.special__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 2.67%;
}
.special__box {
  position: relative;
  width: 100%;
  max-width: 31%;
  border: 1px solid #000;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 6px 6px #000;
  overflow: hidden;
  cursor: pointer;
}

/* navi */
.eventNav {
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 40px 0;
  background: #000;
}
.eventNav__list {
  width: calc(100% - 30px);
  display: flex;
  justify-content: center;
  gap: 0 6.2vw;
  margin: 0 auto;
}
.eventNav__list li {
  font-family: "Bagel Fat One", system-ui, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
}
.eventNav__list li a {
  display: block;
  padding: 0 1vw;
  color: #FFF;
  text-decoration: none;
}
.eventNav__list li span {
  display: block;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}

/* event */
.content.event {
  padding-top: 70px;
  background: url(../img/event/bg_pattern_event.png) repeat;
}
.content.event .content__title {
  padding: 30px 0 14px;
  background: url(../img/event/bg_illust_event_1.png), url(../img/event/bg_illust_event_2.png);
  background-position: top left 7.14%, top right 7.14%;
  background-repeat: no-repeat;
}

.event__box {
  display: flex;
  justify-content: space-around;
  gap: 0 40px;
  margin-bottom: 40px;
  padding: 50px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #FFF;
}
.event__box:has(.event__box__inner) {
  display: block;
}
.event__box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 28px;
}
.event__box__inner {
  display: flex;
  justify-content: space-around;
  gap: 0 40px;
  margin-bottom: 40px;
}
.event__box__inner:last-of-type {
  margin-bottom: 0;
}
.event__box:last-of-type {
  margin-bottom: 0;
}
.event__box__img, .event__box__txt {
  width: 100%;
}
.event__box__img {
  max-width: 44.4%;
}
.event__box__txt p {
  font-size: 1.7rem;
  line-height: 3rem;
}
.event__box__txt a {
  color: #000;
  word-break: break-all;
}

/* goods */
.content.goods {
  padding-top: 70px;
  background: url(../img/goods/bg_pattern_goods.png) repeat;
}
.content.goods .content__title {
  margin-bottom: 60px;
}

.goods__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px 4.46%;
}
.goods__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 29%;
}
.goods__box__img {
  margin-bottom: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.goods__box__txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.goods__box__txt p {
  font-size: 2.2rem;
  font-weight: 700;
}
.goods__box__txt p span {
  font-size: 1.4rem;
}
.goods__box__txt .btn {
  margin: 25px auto 0;
  font-family: "Bagel Fat One", system-ui, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* schedule */
.content.schedule {
  padding-top: 100px;
  background: url(../img/schedule/bg_pattern_schedule.png) repeat;
}
.content.schedule .content__title {
  margin-bottom: 60px;
}

.schedule .toggle {
  display: flex;
  margin-bottom: 60px;
  border: 1px solid #000;
  border-radius: 40px;
  overflow: hidden;
}
.schedule .toggle label {
  position: relative;
  width: 100%;
  height: 80px;
  padding-bottom: 14px;
  border-right: 1px solid #000;
  text-align: center;
  background: #FFF url(../img/icon_arrow_b.png) bottom 18px center no-repeat;
  background-size: 14px auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 6.6rem;
}
.schedule .toggle label:has(input:checked) {
  background: #ffe933 url(../img/icon_arrow_b.png) bottom 18px center no-repeat;
  background-size: 14px auto;
}
.schedule .toggle label:last-of-type {
  border-right: none;
}
.schedule .toggle label input {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
}
.schedule .toggleContent {
  max-width: 960px;
  margin: 0 auto 80px;
}
.schedule .timeTable {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
.schedule .timeTable__time {
  position: relative;
  min-width: 90px;
  min-height: 90px;
  max-width: 90px;
  max-height: 90px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #FFF;
  font-family: "Open Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 9rem;
  text-align: center;
}
.schedule .timeTable__time.sub {
  padding: 25px 0;
  line-height: 1;
}
.schedule .timeTable__time:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  width: 5px;
  height: 30px;
  border: 1px solid #000;
  background: #FFF;
}
.schedule .timeTable:last-of-type .timeTable__time:after {
  display: none;
}
.schedule .timeTable__action {
  color: #FFF;
  font-size: 2rem;
}
.schedule small {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.6rem;
}

/* foods */
.content.foods {
  padding-top: 100px;
  background: url(../img/foods/bg_pattern_foods.png) repeat;
  overflow: hidden;
}
.content.foods .content__title {
  margin-bottom: 60px;
}

.foods__kv {
  margin-bottom: 90px;
}
.foods__kv img {
  margin: 0 auto;
}
.foods__slider {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px !important;
  padding-bottom: 50px;
}
.foods__slider .slick-dots {
  bottom: 0;
}
.foods__slider .slick-dots li button:before {
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #FFF;
  line-height: 35px;
  overflow: hidden;
}
.foods__slider .slick-dots li.slick-active button:before {
  background: #ffe933;
}
.foods__box {
  max-width: 340px;
  margin-right: 32px;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.foods__box a {
  color: #000;
  text-decoration: none;
}
.foods__box__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  padding: 16px 18px;
  background: #FFF url(../img/icon_arrow_r.png) bottom 16px right 18px no-repeat;
  background-size: 18px auto;
}
.foods__box__txt h4 {
  font-size: 1.8rem;
}
.foods__box__txt h4 span {
  display: block;
  font-size: 1.6rem;
}

/* access */
.content.access {
  padding-top: 100px;
  background: url(../img/access/bg_patten_access.png) repeat;
}
.content.access .content__title {
  margin-bottom: 56px;
}

.access__map {
  margin-bottom: 60px;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
.access__list {
  display: flex;
  justify-content: space-between;
  gap: 3.5%;
  margin-bottom: 60px;
}
.access__box {
  width: 100%;
  max-width: 31.5%;
  border: 1px solid #000;
  border-radius: 20px;
  background: #FFF;
}
.access__box h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  border-bottom: 1px solid #000;
}
.access__box__link {
  padding: 24px 30px;
}
.access__box__link p {
  margin-bottom: 20px;
  font-size: 1.7rem;
}
.access__box__link .btn {
  margin-bottom: 8px;
  max-width: none;
}
.access__box__link .btn:last-of-type {
  margin-bottom: 0;
}
.access__box__link .btn.small {
  height: 50px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.access__box__link .btn.small span {
  font-size: 1.3rem;
  line-height: 1;
}
.access .btn.type1 {
  margin-bottom: 90px;
}
.access h3 {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 3rem;
}
.access__more {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #FFF;
}
.access__more h4 {
  margin-bottom: 32px;
  color: #FFF;
  font-size: 2.4rem;
}
.access__more p {
  margin-bottom: 4px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.access__more p a {
  color: #FFF;
}
.access__more p.caution {
  margin-top: 24px;
}
.access .akippa {
  display: flex;
  justify-content: space-between;
  gap: 4.4%;
  /* 直前が共通部分なのでtop */
  margin-top: 80px;
}
.access .akippa__txt, .access .akippa__img {
  width: 100%;
}
.access .akippa__txt {
  order: 2;
}
.access .akippa__txt h4, .access .akippa__txt p {
  color: #FFF;
}
.access .akippa__txt h4 {
  margin-bottom: 24px;
  font-size: 2.3rem;
}
.access .akippa__txt p a {
  color: #FFF;
}
.access .akippa__img {
  order: 1;
  max-width: 380px;
}

/* followus */
.content.sns {
  padding-top: 80px;
  background: url(../img/sns/bg_pattern_sns.png) repeat;
}
.content.sns .content__title {
  margin-bottom: 32px;
}

.sns__list {
  display: flex;
  justify-content: center;
  gap: 0 28px;
  margin-bottom: 70px;
}
.sns__list li img {
  max-width: 90px;
}
.sns .logo {
  margin-bottom: 24px;
}
.sns .logo img {
  max-width: 120px;
  margin: 0 auto;
}
.sns small {
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}

@keyframes entryHover {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  20% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  30% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  40% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  60% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  70% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  80% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  90% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.entryLink {
  z-index: 101;
  position: fixed;
  bottom: 40px;
  right: 30px;
}
.entryLink:hover {
  animation: entryHover 0.3s forwards;
}

.modal {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal.png) repeat;
}
.modal__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 30px);
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 36px;
}
.modal__img, .modal__data {
  width: 100%;
}
.modal__img {
  max-width: 480px;
}
.modal__data {
  padding-top: 32px;
}
.modal__data .pos {
  margin-bottom: 16px;
  color: #ffe933;
  font-family: "Bagel Fat One", system-ui, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.6rem;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  text-shadow: 4px 4px 0 #000;
}
.modal__data .name {
  position: relative;
  color: #000;
  display: block;
  margin-bottom: 30px;
  font-weight: 900;
  font-style: normal;
  font-size: 5.6rem;
}
.modal__data .name span {
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
  transform: translateX(-50%);
  width: 100%;
  color: #FFF;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.modal__data dl dd {
  display: flex;
  min-height: 70px;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
}
.modal__data dl dd h4 {
  width: 100%;
  max-width: 30%;
  color: #0062e6;
}
.modal .btn {
  cursor: pointer;
}
.modal .accessInfo {
  max-height: calc(100vh - 80px);
  padding: 30px;
  border-radius: 30px;
  background: #FFF;
}
.modal .accessInfo__inner {
  max-height: 100%;
  padding-bottom: 10px;
  overflow-y: scroll;
}
.modal .accessInfo h3 {
  margin-bottom: 24px;
}
.modal .accessInfo h4 {
  margin-bottom: 16px;
}
.modal .accessInfo p {
  margin-bottom: 32px;
}
.modal .accessInfo__img {
  margin-bottom: 24px;
}

.modalMember .modal__inner {
  max-height: 100%;
  margin: 0 auto;
  padding-top: 36px;
  padding-right: 42px;
  overflow-y: scroll;
}
.modalMember .btn {
  position: fixed;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

/* nav */
@media screen and (max-width: 1000px) {
  .eventNav__list li {
    font-size: 2.65vw;
  }
  .eventNav__list li span {
    font-size: 1.4vw;
  }
}
/* responsive */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.7rem;
  }
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  /* common */
  .content {
    margin-bottom: 50px;
    padding-bottom: 64px;
  }
  .content__title {
    font-size: 6.2rem;
    line-height: 8rem;
  }
  .content__title span {
    font-size: 2.2rem;
    line-height: 4rem;
  }
  .btn.type1 {
    max-width: 360px;
    height: 70px;
    line-height: 7rem;
    font-size: 1.8rem;
  }
  /* kv */
  .kv {
    min-height: 590px;
    padding-top: 0;
  }
  .kv__logo {
    max-width: 54px;
  }
  .kv__main {
    width: 100%;
  }
  /* match */
  .match__card__vs {
    display: block;
  }
  .match__card__vs div:not(.spNone) {
    display: inline-block;
    width: 48%;
    padding-right: 0;
    border-right: 0;
    vertical-align: top;
  }
  .match__card__vs div:not(.spNone) p {
    font-size: 1.6rem;
  }
  .match__card__vs div:not(.spNone) img {
    width: 50%;
  }
  .match__card__vs div:not(.spNone):last-of-type {
    /* 追加分 */
    width: 100%;
    margin-top: 28px;
  }
  .match__card__vs div:not(.spNone):last-of-type img {
    width: 68.12%;
  }
  .belt {
    padding: 12px 0;
  }
  .belt img {
    max-width: none;
    max-height: 14px;
  }
  .belt img:last-of-type {
    /* iOS用 */
    display: none;
  }
  .special + .belt {
    margin-bottom: 50px;
  }
  /* match */
  .content.match {
    padding-top: 40px;
  }
  .match__desc {
    display: block;
  }
  .match__desc h2 {
    max-width: 360px;
    margin: 0 auto 24px;
  }
  /* special */
  .content.special {
    padding-top: 40px;
  }
  .content.special .content__title {
    margin-bottom: 48px;
  }
  .special__titleLine {
    width: 100vw;
    margin-left: -15px;
  }
  .special__titleLine.line1 {
    background-size: auto 94px;
    background-position: center left -70px, center right -70px;
  }
  .special__titleLine.line2 {
    background-size: auto 94px;
    background-position: center left -70px, center right -70px;
  }
  .special__kv {
    margin-bottom: 50px;
  }
  .special__desc {
    margin-bottom: 56px;
  }
  .special__detail h3 {
    padding: 16px 0;
    font-size: 2.6rem;
  }
  .special__detail__inner {
    padding: 40px 15px;
  }
  .special__detail__inner dl {
    display: block;
    margin-bottom: 36px;
  }
  .special__detail__inner dl dt, .special__detail__inner dl dd {
    font-size: 1.6rem;
  }
  .special__detail__inner dl dt {
    margin-bottom: 14px;
  }
  .special__listTitle {
    font-size: 3.2rem;
  }
  .special__listTitle span {
    font-size: 3.2rem;
  }
  .special__list {
    gap: 28px 2.15vw;
  }
  .special__box {
    max-width: calc(50% - 2.15vw);
  }
  /* nav */
  .eventNav {
    position: relative;
    padding: 30px 0;
  }
  .eventNav__list {
    flex-wrap: wrap;
    gap: 32px 6.35vw;
    margin: 0 auto;
  }
  .eventNav__list li {
    font-size: 5.6vw;
  }
  .eventNav__list li span {
    margin-top: 10px;
    font-size: 4vw;
  }
  /* event */
  .content.event {
    padding-top: 46px;
  }
  .event__box {
    display: block;
    margin-bottom: 24px;
    padding: 22px;
  }
  .event__box h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .event__box__inner {
    display: block;
  }
  .event__box__img {
    max-width: none;
    margin-bottom: 30px;
  }
  .event__box__img img {
    width: 100%;
  }
  .event__box__txt p {
    font-size: 1.6rem;
  }
  /* goods */
  .content.goods {
    padding-top: 50px;
  }
  .content.goods .content__title {
    margin-bottom: 26px;
  }
  .goods__list {
    display: block;
  }
  .goods__box {
    max-width: 340px;
    margin: 0 auto 40px;
  }
  .goods__box__img {
    max-width: 340px;
    max-height: 340px;
    margin: 0 auto 24px;
  }
  /* schedule */
  .content.schedule {
    padding-top: 46px;
  }
  .content.schedule .content__title {
    margin-bottom: 30px;
  }
  .schedule .toggle label {
    font-size: 1.8rem;
  }
  .schedule .toggleContent {
    margin: 0 auto 48px;
  }
  .schedule small {
    font-size: 1.4rem;
  }
  .schedule .timeTable__action {
    font-size: 1.6rem;
  }
  /* foods */
  .content.foods {
    padding-top: 46px;
  }
  .content.foods .content__title {
    margin-bottom: 30px;
  }
  .foods__kv {
    margin-bottom: 48px;
  }
  .foods__box {
    max-width: calc(100vw - 30px);
  }
  /* access */
  .content.access {
    padding-top: 46px;
    padding-bottom: 120px;
  }
  .content.access .content__title {
    margin-bottom: 30px;
  }
  .access__map {
    margin-bottom: 24px;
  }
  .access__list {
    display: block;
  }
  .access__box {
    max-width: none;
    margin-bottom: 24px;
  }
  .access .btn.type1 {
    margin-bottom: 60px;
  }
  .access h3 {
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 2.4rem;
  }
  .access h4 {
    margin-bottom: 18px;
    font-size: 2rem;
  }
  .access .akippa {
    display: block;
  }
  .access .akippa__txt {
    margin-bottom: 16px;
  }
  .access .akippa__txt h4 {
    margin-bottom: 18px;
    font-size: 2rem;
  }
  /* sns */
  .content.sns {
    padding-top: 46px;
    padding-bottom: 64px;
  }
  .content.sns .content__title {
    margin-bottom: 30px;
  }
  .sns__list {
    flex-wrap: wrap;
    gap: 20px 7.46vw;
    max-width: 375px;
    margin: 0 auto 36px;
  }
  .sns__list li {
    max-width: calc(33% - 3.23vw);
  }
  /* entry */
  .entryLink {
    bottom: 15px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 375px;
  }
  .entryLink img {
    width: 100%;
  }
  .entryLink:hover {
    animation: none;
  }
  /* modal */
  .modal__inner {
    display: block;
    padding-right: 0;
    padding-bottom: 120px;
  }
  .modal__data {
    max-width: none;
  }
  .modal__data .pos {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .modal__data .name {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }
  .modal__data dl dd {
    display: block;
    height: auto;
    margin-bottom: 18px;
    border-radius: 15px;
  }
  .modal__data dl dd h4 {
    max-width: none;
    margin-bottom: 10px;
  }
  .modal .accessInfo {
    overflow-y: scroll;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>