<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "DIN";
  src: url("../font/DIN-Condensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #003f97;
  color: #fff;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.din {
  font-family: "DIN";
}

.hide {
  display: none;
}

ul,
ol {
  list-style: none;
}

.none_data_text {
  font-size: 1.6rem;
  text-align: center;
  display: none;
}

.header {
  background-color: #003e88;
  height: 6rem;
  position: relative;
  z-index: 10;
}

.header .header_inner {
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.96rem;
}

.header .header_inner img {
  width: 5rem;
}

.header .header_inner h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}

.tricoloreTitle {
  height: 6.5rem;
  background: linear-gradient(to right, #ca1837 0%, #ca1837 49.99%, #003f97 50%, #003f97 100%);
  display: flex;
  justify-content: center;
}

.tricoloreTitle .tricoloreTitle_wrapper {
  width: fit-content;
  height: 100%;
  background-color: #fff;
  padding: 0 2.3rem;
  display: flex;
  align-items: center;
  transform: skewX(-17deg);
}

.tricoloreTitle .tricoloreTitle_wrapper div {
  text-align: center;
  transform: skewX(17deg);
}

.tricoloreTitle .tricoloreTitle_wrapper h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}

.tricoloreTitle .tricoloreTitle_wrapper p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.mainTitle {
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

.mainTitle.blue {
  background-color: #024099;
}

.mainTitle.red {
  background-color: #cc0000;
}

.mainTitle.yellow {
  background-color: #f29601;
}

.mainTitle div {
  text-align: center;
}

.mainTitle h1 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
}

.mainTitle p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.64;
}

.mainTitle .mainTitle_deco {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}

.mainTitle .mainTitle_deco picture {
  width: 100%;
  vertical-align: top;
}

.mainTitle .mainTitle_deco img {
  width: 100%;
  vertical-align: top;
}

.food_list_section {
  padding-bottom: 13rem;
  position: relative;
}

.food_list_section.tricoloreland {
  background-color: #f4fffb;
}

.food_list_section.west {
  background-color: #fff6e8;
}

.food_list_section.concourse {
  background-color: #fff5f5;
}
.food_list_section.west2 {
  background-color: #eff3ff;
}

.food_list_section .section_bottom_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.food_list_section .section_bottom_bg picture {
  width: 100%;
}

.food_list_section .section_bottom_bg img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.inner.map_pic {
  margin-bottom: 10rem;
}

.inner.map_pic .map_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.2rem;
  color: red;
}

@media screen and (min-width: 768px) {
  .inner.map_pic .map_link {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

.inner.map_pic img {
  width: 100%;
  vertical-align: bottom;
}

.inner.map_pic .map_desc {
  background-color: #feefc6;
  display: flex;
  align-items: center;
  vertical-align: top;
  padding: 0.9rem 1.5rem;
  gap: 1.6rem;
}

.inner.map_pic .map_desc span {
  display: block;
  background-color: #e7373c;
  width: 3.7rem;
  height: 6.3rem;
  flex-shrink: 0;
}

/*
.inner.map_pic .map_desc p {
  font-size: 1.4rem;
  font-weight: bold;
}
*/

.inner.map_pic .map_desc li {
  font-size: 1.4rem;
  font-weight: bold;
}

.inner_lg {
  width: 100%;
  position: relative;
  z-index: 2;
}

.window_top_tabs {
  width: 100%;
  position: fixed;
  z-index: 7;
  left: 0;
  right: 0;
  top: 0;
  height: 6rem;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
}

.window_top_tabs .tab_wrapper {
  /* margin-top: 0.5rem; */
  height: 5.5rem;
  align-items: end;
}

.window_top_tabs .tab_wrapper .pay_tab {
  width: 9.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  cursor: pointer;
  height: 78.18%;
  transition: height 0.3s;
  line-height: 1.7rem;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_1 {
  background-color: #fb0026;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_2 {
  background-color: #f29601;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_3 {
  background-color: #0f218b;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_4 {
  background-color: #fe0132;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_5 {
  background-color: #ea5604;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_6 {
  background-color: #d00f30;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_7 {
  background-color: #06c855;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_8 {
  background-color: #ff0211;
}

.window_top_tabs .tab_wrapper .pay_tab.tab_9 {
  background-color: #b59545;
}

.window_top_tabs .tab_wrapper .pay_tab.isActive {
  height: 100%;
}

.window_top_tabs .tab_wrapper .pay_tab p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.window_bottom_tabs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4.3rem;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.window_bottom_tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 100%;
}

.window_bottom_tabs a:nth-of-type(1) {
  background-color: #00a062;
}

.window_bottom_tabs a:nth-of-type(2) {
  background-color: #f29601;
}

.window_bottom_tabs a:nth-of-type(3) {
  /* background-color: #024099; */
  background-color: #ca1837;
}
.window_bottom_tabs a:nth-of-type(4) {
  background-color: #ca1837;
}

.window_bottom_tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.window_bottom_tabs .tab img {
  width: 2rem;
  margin-right: 0.4rem;
}

.window_bottom_tabs .tab span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.key_visual {
  position: relative;
  z-index: 10;
}

.key_visual .kitchen_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 29.5rem;
  user-select: none;
  pointer-events: none;
}

.key_visual .kitchen_logo img {
  width: 100%;
}

.key_visual .kv_movie {
  width: 100%;
}

.game_section {
  padding: 2.6rem 0 58.6%;
  position: relative;
  overflow: hidden;
  background-image: url("../img/game/game_bg_sp.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.game_section.first {
  z-index: 10;
}

.game_section .game_inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.game_section .game_top_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2rem;
}

.game_section .game_top_text img {
  width: 6.1rem;
  margin-right: 1.4rem;
}

.game_section .game_match {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
}

.game_section .game_match .team .team_logo {
  height: 9rem;
  margin-bottom: 0.8rem;
}

.game_section .game_match .team .team_logo img {
  height: 100%;
  width: auto;
}

.game_section .game_match .team .team_name {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.game_section .game_match .game_match_center .vs_text {
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  padding: 0 1.8rem;
}

.game_section .game_match .game_match_center .date_time {
  color: #fff;
  text-align: center;
  margin: 0 2.4rem;
}

.game_section .game_match .game_match_center .date_time .date {
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.game_section .game_match .game_match_center .date_time .date span {
  font-size: 10rem;
}

.game_section .game_match .game_match_center .date_time .time {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}

.game_section .game_desc_container h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8rem;
  text-align: center;
}

.game_section .game_desc_container dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

.game_section .game_desc_container .label {
  background-color: #b2852f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  /* margin-right: 1.2rem; */
  font-size: 1.4rem;
  /* width: 10.3rem; */
  width: 13.3rem;
  /* height: 2.4rem; */
  text-align: center;
  /* gap: 1.2rem; */
  /* padding: 0.3rem 0.6rem; */
}

.game_section .game_desc_container .label.lg {
  width: 13.3rem;
  /* height: 4.4rem; */
  text-align: center;
}

.game_section .game_desc_container .label.sm {
  font-size: 1.8rem;
  padding-top: 0.55rem;
  width: 5.7rem;
  /* gap: 1.6rem; */
  /* margin-right: 1.6rem; */
}

.game_section .game_desc_container .game_date_time {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.game_section .game_desc_container .game_date_time .date {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.game_section .game_desc_container .game_date_time .date span {
  font-size: 7.5rem;
}

.game_section .game_desc_container .game_date_time .time {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-bottom: 0.2rem;
}

.game_section .game_desc_container .game_date_time .time span {
  font-size: 3.8rem;
}

.game_section .game_desc_container .place {
  margin-bottom: 2rem;
}

.game_section .game_desc_container .place dd {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.game_section .game_desc_container .office_time .gate_time .label {
  background-color: #ca1837;
}

.game_section .game_desc_container .office_time .gate_time dd {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.game_section .game_desc_container .office_time .gate_time dd span {
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
  word-break: keep-all;
  width: 107%;
}

.game_section .cv_btn {
  max-width: 100%;
  width: 30.7rem;
  margin: 2.7rem auto 0;
}

.game_section .cv_btn a {
  width: 100%;
}

.game_section .cv_btn img {
  width: 100%;
}

.banner_container {
  padding: 8rem 0;
}

.banner_container .banner_inner {
  width: 100%;
  position: relative;
}

.banner_container .banner_inner .banner_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(98, 98, 98, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_container .banner_inner p {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
}

.banner_container .banner_inner img {
  width: 100%;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.entireMap {
  padding-bottom: 13rem;
}

.entireMap .entireMap_pic {
  position: relative;
}

.entireMap .entireMap_pic img {
  width: 100%;
}

.entireMap .entireMap_pic .map_btn {
  position: absolute;
}

.entireMap .entireMap_pic .map_btn picture {
  width: 100%;
}

.entireMap .entireMap_pic .map_btn img {
  width: 100%;
}

.entireMap .entireMap_pic .map_btn:nth-of-type(1) {
  width: 50.6%;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
}

.entireMap .entireMap_pic .map_btn:nth-of-type(2) {
  width: 40.8%;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entireMap .entireMap_pic .map_btn:nth-of-type(3) {
  width: 40.8%;
  right: 9%;
  bottom: 17%;
}
.entireMap .entireMap_pic .map_btn:nth-of-type(4) {
  width: 52%;
  right: 4%;
  bottom: 3%;
}

.shop_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 0.9rem;
}

.shop_list .shop_item {
  width: calc((100% - 9px) / 2);
}

.shop_list .shop_item.isHidden {
  display: none;
}

.shop_list .shop_item .shop_wrapper {
  position: relative;
  display: block;
}

.shop_list .shop_item .shop_number {
  position: absolute;
  display: block;
  width: 2.6rem;
  height: 3.7rem;
  font-size: 1.7rem;
  line-height: 1.47;
  top: 0;
  left: 1.5rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
  background-color: #003f97;
}

.shop_list .shop_item .shop_number.blue {
  background-color: #003f97 !important;
}

.shop_list .shop_item .shop_number.red {
  background-color: #ca1837 !important;
}

.shop_list .shop_item .shop_number.yellow {
  background-color: #b59545 !important;
}

.shop_list .shop_item .shop_visual {
  width: 100%;
}

.shop_list .shop_item .shop_visual img {
  width: 100%;
}

.shop_list .shop_item .shop_desc {
  height: 6rem;
  background-color: #fff;
  padding: 0 1.5rem;
}

.shop_list .shop_item .shop_desc .shop_desc_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_list .shop_item .shop_desc h2 {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #003f97;
}

.shop_list .shop_item .shop_desc img {
  width: 0.8rem;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-bg {
  background-color: #000;
  opacity: 0.5 !important;
}

.fancybox-content {
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

.fancybox-content .food_modal_container {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

.fancybox-content .food_modal_container .close_modal {
  position: absolute;
  top: -5rem;
  right: 0.9rem;
  cursor: pointer;
}

.fancybox-content .food_modal_container .close_modal img {
  width: 4.5rem;
}

.fancybox-content .food_modal_container .modal_visual {
  width: 100%;
  position: relative;
}

.fancybox-content .food_modal_container .modal_visual picture {
  width: 100%;
}

.fancybox-content .food_modal_container .modal_visual img {
  width: 100%;
  vertical-align: bottom;
}

.fancybox-content .food_modal_container .modal_visual .shop_number {
  position: absolute;
  display: block;
  width: 4.5rem;
  height: 6.4rem;
  font-size: 2.9rem;
  line-height: 1.47;
  top: 0;
  left: 1.5rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding-top: 0.1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  background-color: #003f97;
}

.fancybox-content .food_modal_container .modal_visual .shop_number.blue {
  background-color: #003f97 !important;
}

.fancybox-content .food_modal_container .modal_visual .shop_number.red {
  background-color: #ca1837 !important;
}

.fancybox-content .food_modal_container .modal_visual .shop_number.yellow {
  background-color: #b59545 !important;
}

.fancybox-content .food_modal_container .modal_desc_box {
  padding: 1.9rem 2.2rem;
  background-color: #fff;
}

.fancybox-content .food_modal_container .modal_desc_box .genre {
  display: block;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.4rem 2.2rem 0.2rem;
  background-color: #003f97;
  color: #fff;
  border-radius: 1.1rem;
  margin-bottom: 0.3rem;
}

.fancybox-content .food_modal_container .modal_desc_box .genre.red {
  background-color: #ca1837 !important;
}

.fancybox-content .food_modal_container .modal_desc_box .genre.yellow {
  background-color: #b59545 !important;
}

.fancybox-content .food_modal_container .modal_desc_box .store_name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 3rem;
}

.fancybox-content .food_modal_container .modal_desc_box .desc_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.fancybox-content .food_modal_container .modal_desc_box .desc_price p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 1rem;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_title span {
  flex-shrink: 0;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  flex-shrink: 1;
  background-color: #003f97;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_method_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_method_container .pay_label {
  width: fit-content;
  color: #fff;
  background-color: #bcbcbc;
  border-radius: 1.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 1rem 0.3rem;
  line-height: 1.5;
  height: 2.1rem;
  display: flex;
  align-items: center;
}

.fancybox-content .food_modal_container .modal_desc_box .pay_method_container .cash_only {
  font-size: 1.4rem;
  font-weight: normal;
}

.footer {
  padding: 5rem 0 8rem;
  background-color: #004099;
}

.footer .inner_footer {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.footer .footer_logo {
  width: 10rem;
  margin: 0 auto 3rem;
}

.footer .footer_logo img {
  width: 100%;
}

.footer .sns_section {
  margin-bottom: 2.2rem;
}

.footer .sns_section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.footer .sns_section .sns_list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.footer .sns_section .sns_list .sns_item {
  width: 2.3rem;
}

.footer .sns_section .sns_list .sns_item img {
  width: 100%;
}

.footer .footer_nav_container ul:first-child {
  border-top: 1px solid #6283be;
}

.footer .footer_nav_container ul li,
.footer .footer_nav_container ul.info {
  border-bottom: 1px solid #6283be;
}

.footer .footer_nav_container ul.info {
  padding: 1rem 0;
}

.footer .footer_nav_container ul.info li {
  border-bottom: none;
}

.footer .footer_nav_container ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 2rem 0 2rem 0.4rem;
}

.footer .footer_nav_container ul.info li a {
  padding: 1rem 0 1rem 0.4rem;
}

.footer .footer_nav_container ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("../img/right_arrow_gray.svg") 0 0 no-repeat;
  background-size: contain;
}

.footer small {
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #6283be;
  text-align: center;
  margin-top: 4.2rem;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .header {
    height: 8rem;
  }
  .header .header_inner {
    justify-content: center;
    gap: 0.96rem;
  }
  .header .header_inner h1 {
    font-size: 2.2rem;
  }
  .tricoloreTitle {
    height: 12rem;
    background: linear-gradient(to right, #ca1837 0%, #ca1837 49.99%, #003f97 50%, #003f97 100%);
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
  }
  .tricoloreTitle .tricoloreTitle_wrapper {
    width: fit-content;
    height: 100%;
    background-color: #fff;
    padding: 0 14%;
    display: flex;
    align-items: center;
    transform: skewX(-30deg);
  }
  .tricoloreTitle .tricoloreTitle_wrapper div {
    text-align: center;
    transform: skewX(30deg);
  }
  .tricoloreTitle .tricoloreTitle_wrapper h1 {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
  }
  .tricoloreTitle .tricoloreTitle_wrapper p {
    font-size: 2.3rem;
  }
  .mainTitle {
    height: 11rem;
    margin-bottom: 7rem;
  }
  .mainTitle h1 {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .mainTitle p {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .food_list_section {
    padding-bottom: 26rem;
  }
  .inner {
    max-width: 75rem;
    width: 55%;
    margin: 0 auto;
  }
  .inner.map_pic {
    margin-bottom: 13.2rem;
  }
  .inner.map_pic .map_desc span {
    height: 5.2rem;
  }
  .inner_lg {
    max-width: 74.8rem;
    width: 73%;
    margin: 0 auto;
  }
  .window_top_tabs {
    height: 6.6rem;
  }
  .window_top_tabs .tab_wrapper {
    /* margin-top: 1rem; */
    height: 5.5rem;
  }
  .window_top_tabs .tab_wrapper .pay_tab {
    width: calc((100% - 21px) / 8);
    gap: 0.3rem;
  }
  .window_top_tabs .tab_wrapper .pay_tab p {
    font-size: 1.7rem;
  }
  .window_top_tabs .tab_wrapper .pay_tab.credit_tab p {
    font-size: 1.5rem;
  }
  .window_bottom_tabs {
    height: 5.2rem;
  }
  .window_bottom_tabs a {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    width: calc((100% - 4px) / 3);
  }
  .window_bottom_tabs .tab img {
    width: 3rem;
    margin-right: 1.2rem;
  }
  .window_bottom_tabs .tab span {
    font-size: 1.7rem;
  }
  .key_visual {
    overflow: hidden;
  }
  .key_visual .kitchen_logo {
    width: 34.4%;
  }
  .banner_container {
    padding: 14.3rem 0 16.8rem;
  }
  .banner_container .banner_inner {
    width: 600px;
    margin: 0 auto;
  }

  .banner_container .banner_inner p {
    font-size: 3.3rem;
  }

  .game_section {
    padding: 6rem 0 51.6%;
    background-image: url("../img/game/game_bg_pc.jpg");
  }
  .game_section .game_inner {
    width: 75rem;
  }
  .game_section .game_top_text {
    font-size: 2.5rem;
    margin-bottom: 5.6rem;
  }
  .game_section .game_top_text img {
    width: 9.68rem;
  }
  .game_section .game_match {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
  }
  .game_section .game_match .team .team_logo {
    height: 9.5rem;
    margin-bottom: 0.8rem;
  }
  .game_section .game_match .team .team_logo img {
    height: 100%;
    width: auto;
  }
  .game_section .game_match .team .team_name {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .game_section .game_desc_container h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .game_section .game_desc_container .label {
    height: 3rem;
    font-size: 1.6rem;
    width: 12.5rem;
    text-align: center;
    /* padding: 0.3rem 0.6rem; */
    /* gap: 2.4rem; */
  }
  .game_section .game_desc_container .label.lg {
    height: 6rem;
    width: 17.5rem;
  }
  .game_section .game_desc_container .label.sm {
    height: 3.7rem;
    font-size: 2.3rem;
    padding-top: 0.9rem;
    width: 8.7rem;
    /* gap: 2.4rem; */
    /* margin-right: 2.4rem; */
  }
  .game_section .game_desc_container .place {
    margin-bottom: 3.7rem;
  }
  .game_section .game_desc_container .place dd {
    font-size: 2.8rem;
  }
  .game_section .game_desc_container .office_time .office_time_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
  .game_section .game_desc_container .office_time .gate_time dd {
    font-size: 2.8rem;
  }
  .game_section .game_desc_container .office_time .gate_time dd span {
    font-size: 1.2rem;
  }
  .game_section .cv_btn {
    width: 30.7rem;
    margin: 3.85rem auto 0;
  }
  .shop_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
  .shop_list .shop_item {
    width: calc((100% - 10px) / 3);
  }
  .shop_list .shop_item .shop_number {
    width: 3.5rem;
    height: 5.3rem;
    font-size: 2.2rem;
    line-height: 1.45;
    padding-top: 0.4rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 7px), 0 100%);
  }
  .shop_list .shop_item .shop_desc {
    height: 8.5rem;
    padding: 0 2rem;
  }
  .shop_list .shop_item .shop_desc h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .shop_list .shop_item .shop_desc img {
    width: 1.2rem;
  }
  .fancybox-content .food_modal_container {
    width: 99.2rem;
    max-width: 95%;
    height: 0;
    padding-top: 56.25%;
  }
  .fancybox-content .food_modal_container .close_modal {
    top: -5.7rem;
    right: 0rem;
  }
  .fancybox-content .food_modal_container .close_modal img {
    width: 5rem;
  }
  .fancybox-content .food_modal_container .modal_contents_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
  }
  .fancybox-content .food_modal_container .modal_visual {
    width: 57.6%;
    flex-shrink: 0;
  }
  .fancybox-content .food_modal_container .modal_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fancybox-content .food_modal_container .modal_visual .shop_number {
    width: 6.9rem;
    height: 10.5rem;
    font-size: 4.4rem;
    top: 0;
    left: 3.5rem;
    padding-top: 0.8rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
  }
  .fancybox-content .food_modal_container .modal_desc_box {
    width: 100%;
    padding: 4.7rem 3.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .fancybox-content .food_modal_container .modal_desc_box .genre {
    font-size: 1.6rem;
    padding: 0.3rem 2.6rem 0.3rem;
    border-radius: 1.5rem;
    margin-bottom: 0.6rem;
  }
  .fancybox-content .food_modal_container .modal_desc_box .store_name {
    font-size: 4rem;
    margin-bottom: 18%;
  }
  .fancybox-content .food_modal_container .modal_desc_box .desc_price {
    margin-bottom: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .fancybox-content .food_modal_container .modal_desc_box .desc_price p {
    font-size: 2rem;
  }
  .fancybox-content .food_modal_container .modal_desc_box .pay_title {
    font-size: 2rem;
    font-weight: normal;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.4rem;
  }
  .fancybox-content .food_modal_container .modal_desc_box .pay_title::after {
    height: 2px;
  }
  .fancybox-content .food_modal_container .modal_desc_box .pay_method_container {
    gap: 0.8rem 0.5rem;
  }
  .fancybox-content .food_modal_container .modal_desc_box .pay_method_container .pay_label {
    border-radius: 1.3rem;
    font-size: 1.6rem;
    padding: 0 1rem 0.3rem;
    height: 2.5rem;
  }
  .fancybox-content .food_modal_container .modal_desc_box .pay_method_container .cash_only {
    font-size: 1.3rem;
  }
  .footer {
    padding: 7rem 0 12.5rem;
  }
  .footer .inner_footer {
    width: 81%;
  }
  .footer .footer_logo {
    width: 14.8rem;
    margin: 0 auto 4rem;
  }
  .footer .sns_section {
    margin-bottom: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
  }
  .footer .sns_section h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .footer .sns_section .sns_list {
    gap: 3.2rem;
  }
  .footer .sns_section .sns_list .sns_item {
    width: 2.3rem;
  }

  .footer .footer_nav_container {
    max-width: 72rem;
    margin: 0 auto;
  }

  .footer .footer_nav_container ul:first-child {
    border-top: 1px solid #6283be;
  }

  .footer .footer_nav_container ul.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 3.6rem;
  }

  .footer .footer_nav_container ul.info li {
    border-bottom: none;
  }

  .footer .footer_nav_container ul li a {
    font-size: 1.8rem;
    padding: 2rem 3.6rem;
  }

  .footer .footer_nav_container ul.info li a {
    padding: 2rem 3.6rem 2rem 0;
  }

  .footer .footer_nav_container ul li a:after {
    top: 52%;
    right: 3.6rem;
    width: 0.6rem;
    height: 1.3rem;
    background-size: contain;
  }

  .footer .footer_nav_container ul.info li a:after {
    right: 0;
  }

  .footer small {
    font-size: 1.2rem;
    margin-top: 7.2rem;
  }
}

@media screen and (min-width: 996px) {
  .card_br {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .inner_lg {
    max-width: 100rem;
    width: 73.2%;
  }
  .shop_list .shop_item {
    width: calc((100% - 15px) / 4);
  }
}

.note {
  font-size: 12px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  color: white;
}
</pre></body></html>