
@charset "UTF-8";
/* ==========================================================================
Base
========================================================================== */

/*!
 * @acab/reset.css
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  block-size: 100%;
  block-size: 100dvb;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  overflow: visible;
  border: none;
  color: inherit;
  border-block-start: 1px solid;
  block-size: 0;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

:root {
  --color-text: #666;
  --color-white: #fff;
  --color-pink1: #ff5080;
  --color-pink2: #ffedf2;
  --color-pink3: #ffa8c1;
  --color-gray1: #8e8e8e;
  --color-gold1: #c5985c;
  --color-foodshow1: #1a6854;
  --color-foodshow2: #e9f7f3;
  --color-edge1: #ddb37b;
  --color-edge2: #fcf4e0;
  --color-norengai1: #2350b8;
  --color-norengai2: #eeebf7;
  --font-main: 'YakuHanJPs', 'Noto Sans JP', sans-serif;
  --gradient-pink: linear-gradient(to bottom, var(--color-pink1), var(--color-pink3));
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-pink2);
  color: var(--color-text);
  font-family: var(--font-main);
  font-weight: 500;
}

@media print, screen and (width <=1023px) {
  .-pc-only {
    display: none !important;
  }
}

@media print, screen and (width >=1024px) {
  .-sp-only {
    display: none !important;
  }
}

.smooth-wrapper {
  position: relative;
  z-index: 10;
}

/* ==========================================================================
Components
========================================================================== */
.c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}

@media print, screen and (width >=1024px) {
  .c-title {
    gap: 12px;
  }
}

.c-title::before {
  display: block;
  width: 27px;
  height: auto;
  margin: 0 auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/title_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  aspect-ratio: 275/215;
}

@media print, screen and (width >=1024px) {
  .c-title::before {
    width: 55px;
  }
}

.c-title.-no-icon::before {
  content: none;
}

.c-title__sub-text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 8px;
  background: var(--gradient-pink);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

@media print, screen and (width >=1024px) {
  .c-title__sub-text {
    padding: 4px 24px;
    font-size: 16px;
  }
}

.c-title__text {
  display: block;
  background: var(--gradient-pink);
  color: transparent;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-title__text {
    font-size: 40px;
    line-height: 1.325;
  }
}

.c-title__description {
  display: block;
  margin: 8px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-title__description {
    font-size: 16px;
    font-weight: 700;
  }
}

.c-title__notice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  margin: 4px auto 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-title__notice {
    font-size: 14px;
  }
}

.c-title__notice span:first-child {
  flex: 0 0 auto;
}

.c-title__notice span:last-child {
  flex: 1 1 auto;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-right: 16px;
  background-color: var(--color-white);
  background-image: url("/shibuya-food-dungeon/assets2026/images/header_background.svg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 40px auto;
  transition: opacity 0.5s, visibility 0.5s;
  align-items: center;
  justify-content: center;
  gap: 0;
}

@media print, screen and (width >=1024px) {
  .c-loading {
    background-size: 70px auto;
  }
}

.c-loading img {
  display: block;
  width: 100%;
  height: auto;
}

.c-loading.-is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-loading__logo-sp {
  width: 135px;
}

@media print, screen and (width >=1024px) {
  .c-loading__logo-sp {
    width: 200px;
  }
}

.c-loading__logo-sfd {
  width: 135px;
}

@media print, screen and (width >=1024px) {
  .c-loading__logo-sfd {
    width: 200px;
  }
}

.c-header {
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: var(--color-white);
  background-image: url("/shibuya-food-dungeon/assets2026/images/header_background.svg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 30px auto;
}

@media print, screen and (width <=1023px) {
  .c-header {
    top: 46.8085106383vw;
    height: 74px;
  }
}

@media print, screen and (width >=1024px) {
  .c-header {
    top: 33.8945827233vw;
    height: 165px;
    background-size: 70px auto;
  }
}

.c-header img {
  display: block;
  width: 100%;
  height: auto;
}

.c-header__inner {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 10px;
}

@media print, screen and (width >=1024px) {
  .c-header__inner {
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
  }
}

.c-header__logo-sp {
  width: 80px;
}

@media print, screen and (width >=1024px) {
  .c-header__logo-sp {
    width: 200px;
  }
}

.c-header__title {
  width: 100%;
  max-width: 280px;
}

@media print, screen and (width >=1024px) {
  .c-header__title {
    max-width: 610px;
  }
}

.c-header__logo-sfd {
  width: 80px;
}

@media print, screen and (width >=1024px) {
  .c-header__logo-sfd {
    width: 200px;
  }
}

.c-hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

@media print, screen and (width <=1023px) {
  .c-hero {
    aspect-ratio: 940/440;
  }
}

@media print, screen and (width >=1024px) {
  .c-hero {
    aspect-ratio: 2732/926;
  }
}

.c-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.c-main {
  position: relative;
  padding-top: 74px;
}

@media print, screen and (width >=1024px) {
  .c-main {
    padding-top: 165px;
  }
}

.c-main__space {
  aspect-ratio: 940/440;
}

@media print, screen and (width >=1024px) {
  .c-main__space {
    aspect-ratio: 2732/926;
  }
}

.c-main__content {
  background-color: var(--color-pink2);
  background-image: url("/shibuya-food-dungeon/assets2026/images/background.svg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 60px auto;
}

@media print, screen and (width >=1024px) {
  .c-main__content {
    background-size: 80px auto;
  }
}

.c-about {
  width: 100%;
  padding: 70px 24px 60px;
}

@media print, screen and (width <=1023px) {
  .c-about {
    overflow: clip;
  }
}

@media print, screen and (width >=1024px) {
  .c-about {
    padding: 60px 40px;
  }
}

.c-about img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (width >=1024px) {
  .c-about__inner {
    max-width: 1050px;
    margin: 0 auto;
    padding-right: 70px;
  }
}

.c-about__content {
  width: min(340px, calc(340 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-about__content {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-areas: "title map" "description map" "button map";
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 32px 40px;
  }
}

.c-about__title {
  width: min(303px, calc(303 / 430 * 100vw));
  margin: 0 auto 0 0;
}

@media print, screen and (width >=1024px) {
  .c-about__title {
    grid-area: title;
    width: 100%;
    max-width: 435px;
  }
}

.c-about__description {
  margin-top: 25px;
  margin-right: -16px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.03em;
}

@media print, screen and (width >=1024px) {
  .c-about__description {
    margin-top: 0;
    font-size: 17px;
    grid-area: description;
  }
}

.c-about__description strong {
  color: var(--color-pink1);
  font-size: 1.2em;
  font-weight: bold;
}

.c-about__map {
  position: relative;
  width: min(312px, calc(312 / 430 * 100vw));
  margin: 32px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-about__map {
    width: 100%;
    max-width: 490px;
    margin-top: 0;
    grid-area: map;
  }
}

.c-about__map-bubble {
  position: absolute;
}

.c-about__map-bubble.-edge {
  aspect-ratio: 247/126;
  transform-origin: left bottom;
  top: 15%;
  left: 64%;
}

@media print, screen and (width <=1023px) {
  .c-about__map-bubble.-edge {
    width: min(158px, calc(158 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-about__map-bubble.-edge {
    width: 100%;
    max-width: 50.4081632653%;
  }
}

.c-about__map-bubble.-foodshow {
  aspect-ratio: 210/112;
  transform-origin: right top;
  top: 67%;
  left: -8%;
}

@media print, screen and (width <=1023px) {
  .c-about__map-bubble.-foodshow {
    width: min(134px, calc(134 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-about__map-bubble.-foodshow {
    width: 100%;
    max-width: 42.8571428571%;
  }
}

.c-about__map-bubble.-norengai {
  aspect-ratio: 197/160;
  transform-origin: 15% top;
  top: 58%;
  left: 73%;
}

@media print, screen and (width <=1023px) {
  .c-about__map-bubble.-norengai {
    width: min(125px, calc(125 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-about__map-bubble.-norengai {
    width: 100%;
    max-width: 40.2040816327%;
  }
}

.c-about__button {
  width: 100%;
  max-width: 380px;
  margin: 32px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-about__button {
    max-width: 330px;
    margin: 0;
    grid-area: button;
  }
}

.c-about__button-link {
  display: flex;
  width: 100%;
  padding: 16px 8px;
  background-color: var(--color-pink1);
  border: 2px solid var(--color-white);
  border-radius: 100px;
  color: var(--color-white);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media print, screen and (width <=1023px) {
  .c-about__button-link {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
}

@media print, screen and (width >=1024px) {
  .c-about__button-link {
    padding: 20px 8px;
    border-width: 4px;
  }
}

.c-about__button-link::before {
  display: block;
  width: 20px;
  height: auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  aspect-ratio: 20/26;
}

@media (hover: hover) {
  .c-about__button-link {
    transition: background-color 200ms ease;
  }

  .c-about__button-link:hover {
    background-color: var(--color-gold1);
  }
}

.c-about__button-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-about__button-text {
    font-size: 18px;
  }
}

@keyframes bubble-animation {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.c-navigation {
  margin: 0 auto;
  padding: 0 16px;
}

@media print, screen and (width >=1024px) {
  .c-navigation {
    padding: 0 40px;
  }
}

.c-navigation__list {
  display: flex;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: var(--color-white);
  border-radius: 100px;
  color: var(--color-pink1);
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 10px 0 20px 0;
  border: solid 2px #fea7c1;/*徳山　追記*/
}

@media print, screen and (width <= 390px) {
  .c-navigation__list {
    gap: 10px;
  }
}

@media screen and (width <= 480px) {
  .c-navigation__list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 10px 0 20px 0;
  }
}

@media print, screen and (width >=1024px) {
  .c-navigation__list {
    max-width: 1050px;
    gap: 40px;
    padding: 0 5px 15px 5px;
  }
}

.c-navigation__item {
  position: relative;
}

@media screen and (width <= 480px) {
  .c-navigation__item {
  width: calc((100% - 16px) / 2);
  }
}

.c-navigation__item::after {
  position: absolute;
  top: 50%;
  right: -8px;
  display: block;
  width: 3px;
  height: 24px;
  background-color: var(--color-pink1);
  opacity: 0.55;
  content: "";
  transform: translateY(-50%);
}

@media print, screen and (width >=1024px) {
  .c-navigation__item::after {
    right: -20px;
    /* height: 16px; */
  }
}

/*徳山　追記*/
@media screen and (width <= 480px) {
  .c-navigation__item:nth-of-type(2)::after {
    display: none;
  }
}

/*徳山　追記*/
.c-navigation__item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9%;
  margin: auto;
  background: var(--color-pink1);
  height: 9px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.5s;
}

@media print, screen and (width >=1024px) {
.c-navigation__item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  margin: auto;
  background: var(--color-pink1);
  height: 11.7px;
  width: 13.6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.5s;
}
}

.c-navigation__item:last-child::after {
  content: none;
}

.c-navigation__link {
  position: relative;
  display: block;
  padding: 8px 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (width <=1023px) {
  .c-navigation__link {
    font-size: 16px;
  }
}

@media screen and (width <= 600px) {
  .c-navigation__link {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

@media screen and (width <= 500px) {
  .c-navigation__link {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}

@media screen and (width <= 400px) {
  .c-navigation__link {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}

@media print, screen and (width <= 390px) {
  .c-navigation__link {
    font-size: 11px;
    letter-spacing: -0.1em;
  }
}

@media print, screen and (width >=1024px) {
  .c-navigation__link {
    padding: 32px 0;
    font-size: 18px;
  }
}

/*@media (hover: hover) {
  .c-navigation__link::before {
    position: absolute;
    top: calc(50% + 1em);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-pink1);
    border-radius: 100px;
    content: "";
    transition: transform 200ms ease;
    transform: scaleX(0);
  }

  .c-navigation__link:hover::before {
    transform: scaleX(1);
  }
}*/

.c-present {
  padding: 64px 10px;
}

@media print, screen and (width <=1023px) {
  .c-present {
    overflow: hidden;
  }
}

@media print, screen and (width >=1024px) {
  .c-present {
    padding: 160px 40px 0;
  }
}

.c-present img {
  display: block;
  width: 100%;
  height: auto;
}

.c-present__inner {
  max-width: min(348px, calc(348 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-present__inner {
    max-width: 860px;
  }
}

.c-present__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

@media print, screen and (width >=1024px) {
  .c-present__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 6%;
    margin-top: 80px;
  }
}

.c-present__item {
  display: grid;
  grid-template-columns: min(140px, calc(140 / 430 * 100vw)) 1fr;
  grid-template-areas: "image image" "logo text";
  gap: 16px;
  align-items: center;
  justify-content: start;
}

@media print, screen and (width >=1024px) {
  .c-present__item {
    grid-template: "image" auto "logo" auto "text" 1fr/1fr;
    align-items: start;
  }
}

.c-present__image {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  grid-area: image;
}

.c-present__image.-foodshow {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_foodshow.webp");
}

.c-present__image.-edge {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_edge.webp");
}

.c-present__image.-norengai {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_norengai.webp");
}

.c-present__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 244/165;
}

.c-present__logo {
  grid-area: logo;
}

@media print, screen and (width >=1024px) {
  .c-present__logo {
    max-width: 200px;
    margin: 0 auto;
  }
}

.c-present__text {
  margin-right: -20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (width >=1024px) {
  .c-present__text {
    font-size: 15px;
    font-weight: 700;
  }
}

.c-present__notice {
  display: flex;
  width: fit-content;
  margin: 24px 0 0;
  color: var(--color-gray1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

@media print, screen and (width >=1024px) {
  .c-present__notice {
    margin: 24px auto 0;
    font-size: 13px;
  }
}

.c-present__button {
  width: 100%;
  max-width: 380px;
  margin: 32px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-present__button {
    max-width: 330px;
    margin-top: 40px;
  }
}

.c-present__button-link {
  display: flex;
  width: 100%;
  padding: 16px 8px;
  background-color: var(--color-pink1);
  border: 2px solid var(--color-white);
  border-radius: 100px;
  color: var(--color-white);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media print, screen and (width >=1024px) {
  .c-present__button-link {
    padding: 20px 8px;
    border-width: 4px;
  }
}

.c-present__button-link::before {
  display: block;
  width: 20px;
  height: auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  aspect-ratio: 20/26;
}

@media (hover: hover) {
  .c-present__button-link {
    transition: background-color 200ms ease;
  }

  .c-present__button-link:hover {
    background-color: var(--color-gold1);
  }
}

.c-present__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 auto;
}

.c-section {
  position: relative;
  width: 100%;
  max-width: min(640px, calc(640 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-section {
    max-width: 1050px;
  }
}

.c-section::before, .c-section::after {
  display: block;
  width: 100%;
  height: auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/section_background.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  aspect-ratio: 1050/138;
}

.c-section::before {
  margin-bottom: -1px;
}

.c-section::after {
  margin-top: -1px;
  transform: scaleY(-1);
}

.c-section__inner {
  background-color: var(--color-white);
}

.c-section-character {
  position: absolute;
  z-index: 10;
}

.c-section-character img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.c-section-character.-rinu {
  aspect-ratio: 271/522;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-rinu {
    top: -40px;
    left: -37px;
    width: min(136px, calc(136 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-rinu {
    top: -108px;
    left: calc(50% - 630px);
    width: 271px;
  }
}

.c-section-character.-root {
  aspect-ratio: 233/555;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-root {
    top: -48px;
    right: -40px;
    width: min(117px, calc(117 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-root {
    top: -142px;
    left: calc(50% + 343px);
    width: 233px;
  }
}

.c-section-character.-satomi {
  aspect-ratio: 270/570;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-satomi {
    top: -91px;
    left: -31px;
    width: min(136px, calc(136 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-satomi {
    top: -111px;
    left: calc(50% - 620px);
    width: 270px;
  }
}

.c-section-character.-colon {
  aspect-ratio: 247/548;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-colon {
    top: -80px;
    right: -24px;
    width: min(123px, calc(123 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-colon {
    top: -93px;
    left: calc(50% + 359px);
    width: 247px;
  }
}

.c-section-character.-jel {
  aspect-ratio: 260/588;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-jel {
    top: -81px;
    left: -41px;
    width: min(130px, calc(130 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-jel {
    top: -193px;
    left: calc(50% - 653px);
    width: 260px;
  }
}

.c-section-character.-nanamori {
  aspect-ratio: 275/583;
}

@media print, screen and (width <=1023px) {
  .c-section-character.-nanamori {
    top: -78px;
    right: -32px;
    width: min(136px, calc(136 / 430 * 100vw));
  }
}

@media print, screen and (width >=1024px) {
  .c-section-character.-nanamori {
    top: -190px;
    left: calc(50% + 339px);
    width: 275px;
  }
}

.c-tab {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

@media print, screen and (width >=1024px) {
  .c-tab {
    gap: 12px;
  }
}

.c-tab__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font-weight: 700;
  line-height: 1.2;
  border-top: 2px solid #fff;
}

@media print, screen and (width >=1024px) {
  .c-tab__button {
    min-height: 80px;
  }
}

.c-tab__button[data-index="1"] {
  background-color: var(--color-foodshow2);
  border-color: var(--color-foodshow1);
  color: var(--color-foodshow1);
}

.c-tab__button[data-index="2"] {
  background-color: var(--color-edge2);
  border-color: var(--color-edge1);
  color: var(--color-edge1);
}

.c-tab__button[data-index="3"] {
  background-color: var(--color-norengai2);
  border-color: var(--color-norengai1);
  color: var(--color-norengai1);
}

.c-tab__button.-active {
  width: 100%;
}

@media (hover: hover) {
  .c-tab__button {
    transition: color 200ms ease, background-color 200ms ease;
  }

  .c-tab__button:hover {
    color: var(--color-white);
  }

  .c-tab__button:hover[data-index="1"] {
    background-color: var(--color-foodshow1);
  }

  .c-tab__button:hover[data-index="2"] {
    background-color: var(--color-edge1);
  }

  .c-tab__button:hover[data-index="3"] {
    background-color: var(--color-norengai1);
  }
}

.c-tab__text {
  font-size: 13px;
}

@media print, screen and (width >=1024px) {
  .c-tab__text {
    font-size: 16px;
  }
}

.c-collaboration {
  --content-color-1: #fff;
  --content-color-2: #000;
}

@media print, screen and (width <=1023px) {
  .c-collaboration {
    overflow: clip;
    margin-top: -40px;
    padding: 100px 10px 60px;
  }
}

@media print, screen and (width >=1024px) {
  .c-collaboration {
    padding: 180px 40px 0;
  }
}

.c-collaboration__inner {
  max-width: min(640px, calc(640 / 430 * 100vw));
  margin: 0 auto;
  padding: 0 8px 40px;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__inner {
    max-width: 1040px;
    padding: 0 40px 80px;
  }
}

.c-collaboration__tab {
  width: 100%;
  margin-top: 40px;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__tab {
    margin-top: 64px;
  }
}

.c-collaboration__tab-panel {
  width: 100%;
}

.c-collaboration__tab-anchor {
  display: block;
}

.c-collaboration__tab-sticky {
  z-index: 10;
  width: 100%;
  background-color: var(--color-white);
}

@media print, screen and (width <=1023px) {
  .c-collaboration__tab-sticky {
    position: sticky;
    top: 0;
  }
}

.c-collaboration .js-tab-content:not(.-active) {
  display: none;
}

.c-collaboration__content {
  padding: 24px 20px 40px;
  background-color: var(--content-color-2);
  color: var(--content-color-text-1);
}

@media print, screen and (width >=1024px) {
  .c-collaboration__content {
    padding: 48px;
  }
}

.c-collaboration__content[data-index="1"] {
  --content-color-1: var(--color-foodshow1);
  --content-color-2: var(--color-foodshow2);
}

.c-collaboration__content[data-index="2"] {
  --content-color-1: var(--color-edge1);
  --content-color-2: var(--color-edge2);
}

.c-collaboration__content[data-index="3"] {
  --content-color-1: var(--color-norengai1);
  --content-color-2: var(--color-norengai2);
}

.c-collaboration__notice-list {
  display: flex;
  margin-top: 16px;
  padding: 0 24px;
  flex-direction: column;
  gap: 4px;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__notice-list {
    margin-top: 24px;
    padding: 0;
  }
}

.c-collaboration__notice-list li {
  display: flex;
  color: var(--color-gray1);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__notice-list li {
    font-size: 13px;
  }
}

.c-collaboration__notice-list li span:first-child {
  flex: 0 0 auto;
}

.c-collaboration__notice-list li span:last-child {
  flex: 1 1 auto;
}

.c-collaboration__originals {
  color: var(--content-color-1);
}

.c-collaboration__foods {
  scroll-margin-top: 60px;
  margin: 40px -12px 0;
  padding: 40px 8px;
  background-color: var(--color-white);
}

@media print, screen and (width >=1024px) {
  .c-collaboration__foods {
    scroll-margin-top: 80px;
    margin: 70px -32px 0;
    padding: 70px 32px;
  }
}

.c-collaboration__foods-title {
  color: var(--content-color-1);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__foods-title {
    font-size: 35px;
  }
}

.c-collaboration__foods-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__foods-text {
    font-size: 16px;
    font-weight: 700;
  }
}

.c-collaboration__foods-sub-title {
  display: flex;
  margin-top: 40px;
  padding: 4px 8px;
  background-color: var(--content-color-1);
  border-radius: 100px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

@media print, screen and (width >=1024px) {
  .c-collaboration__foods-sub-title {
    padding: 6px 20px;
    font-size: 24px;
  }
}

.c-collaboration__foods-sub-title::before, .c-collaboration__foods-sub-title::after {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=1024px) {
  .c-collaboration__foods-sub-title::before, .c-collaboration__foods-sub-title::after {
    width: 16px;
    height: 16px;
  }
}

.c-food-landmark1 {
  width: 100%;
  max-width: min(346px, calc(346 / 430 * 100vw));
  margin: 24px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-food-landmark1 {
    max-width: 555px;
    margin-top: 40px;
  }
}

.c-food-landmark1 img {
  display: block;
  width: 100%;
  height: auto;
}

.c-food-landmark2 {
  width: 100%;
  max-width: min(243px, calc(243 / 430 * 100vw));
  margin: 24px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-food-landmark2 {
    max-width: 283px;
    margin-top: 40px;
  }
}

.c-food-landmark2 img {
  display: block;
  width: 100%;
  height: auto;
}

.c-digital-map {
  margin: 24px -8px 0;
  padding: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-pink1);
}

@media print, screen and (width >=1024px) {
  .c-digital-map {
    margin: 48px 0 0;
  }
}

.c-digital-map img {
  display: block;
  width: 100%;
  height: auto;
}

.c-digital-map__link {
  display: grid;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media print, screen and (width >=1024px) {
  .c-digital-map__link {
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: start;
    padding: 32px 52px;
  }
}

@media (hover: hover) {
  .c-digital-map__link {
    transition: background-color 200ms ease;
  }

  .c-digital-map__link:hover {
    background-color: var(--color-pink2);
  }
}

.c-digital-map__content {
  width: 100%;
}

.c-digital-map__title {
  display: flex;
  color: var(--color-pink1);
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.c-digital-map__title span {
  font-size: 16px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-digital-map__title span {
    font-size: 24px;
  }
}

.c-digital-map__title::after {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=1024px) {
  .c-digital-map__title::after {
    width: 24px;
    height: 24px;
  }
}

.c-digital-map__text {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-digital-map__text {
    font-size: 16px;
  }
}

.c-digital-map__image {
  overflow: hidden;
}

.c-digital-map__image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-items {
  margin-top: 24px;
}

@media print, screen and (width >=1024px) {
  .c-items {
    margin-top: 40px;
  }
}

.c-items__list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media print, screen and (width >=1024px) {
  .c-items__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }
}

.c-items__item {
  display: grid;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  gap: 8px;
  grid-template-rows: subgrid;
  grid-row: span 6;
  align-items: start;
}

@media print, screen and (width <=1023px) {
  .c-items__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

@media print, screen and (width >=1024px) {
  .c-items__item {
    gap: 10px;
  }

  .c-items__item:nth-child(n+4) {
    margin-top: 40px;
  }
}

.c-items__item-image {
  display: block;
  width: 100%;
  height: auto;
}

.c-items__item-brand {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-items__item-brand {
    font-size: 15px;
  }
}

.c-items__item-name {
  font-size: 14px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-items__item-name {
    font-size: 16px;
  }
}

.c-items__item-price {
  font-size: 14px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-items__item-price {
    font-size: 16px;
  }
}

.c-items__item-text {
  font-size: 12px;
}

@media print, screen and (width >=1024px) {
  .c-items__item-text {
    font-size: 13px;
  }
}

.c-items__item-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 0;
  align-items: start;
}

.c-items__item-place, .c-items__item-date, .c-items__item-number {
  display: grid;
  font-size: 12px;
  grid-template-columns: 1fr;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-items__item-place, .c-items__item-date, .c-items__item-number {
    grid-template-columns: 4em 1fr;
    gap: 0 1em;
  }
}

.c-items__item-label {
  display: block;
}

@media print, screen and (width <=1023px) {
  .c-items:not([data-show="all"]) .c-items__item:nth-child(n+5) {
    display: none;
  }
}

@media print, screen and (width >=1024px) {
  .c-items:not([data-show="all"]) .c-items__item:nth-child(n+7) {
    display: none;
  }
}

.c-items__more {
  margin-top: 24px;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-items__more {
    margin-top: 40px;
  }
}

@media print, screen and (width >=1024px) {
  .c-items[data-needs-more-pc="false"] .c-items__more {
    display: none;
  }
}

.c-items__more-button {
  display: flex;
  width: 225px;
  margin: 40px auto 0;
  padding: 16px 8px;
  background-color: var(--color-pink1);
  border: 2px solid var(--color-white);
  border-radius: 100px;
  color: var(--color-white);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media print, screen and (width >=1024px) {
  .c-items__more-button {
    padding: 20px 8px;
    border-width: 4px;
  }
}

.c-items__more-button::after {
  display: block;
  width: 20px;
  height: auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  aspect-ratio: 20/20;
}

.c-items__more-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 auto;
}

@media (hover: hover) {
  .c-items__more-button {
    transition: background-color 200ms ease;
  }

  .c-items__more-button:hover {
    background-color: var(--color-gold1);
  }
}

.c-items__more-button.-is-hidden {
  display: none;
}

.c-original {
  position: relative;
}

@media print, screen and (width >=1024px) {
  .c-original {
    --original-col-gap: 30px;
    --original-col-width: calc((100% - var(--original-col-gap) * 2) / 3);
  }
}

.c-original__header {
  font-size: 13px;
  font-weight: 700;
}

@media print, screen and (width <=1023px) {
  .c-original__header {
    display: grid;
    grid-template-areas: "logo logo" "name image" "place image";
    grid-template-columns: 1fr min(120px, calc(120 / 430 * 100vw));
    align-items: end;
    justify-content: space-between;
    gap: 0;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__header {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--original-col-width);
    padding: 0;
  }
}

.c-original__header-logo {
  width: 100%;
}

@media print, screen and (width <=1023px) {
  .c-original__header-logo {
    max-width: min(240px, calc(240 / 430 * 100vw));
    grid-area: logo;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__header-logo {
    max-width: auto;
    margin: 0 auto;
  }
}

@media print, screen and (width <=1023px) {
  .c-collaboration__content[data-index="1"] .c-original__header-logo {
    margin-left: -24px;
  }
}

@media print, screen and (width >=1024px) {
  .c-collaboration__content[data-index="1"] .c-original__header-logo {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}

.c-original__header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-original__header-name {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}

@media print, screen and (width <=1023px) {
  .c-original__header-name {
    grid-area: name;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__header-name {
    margin-top: 24px;
    font-size: 22px;
  }
}

.c-original__header-place {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}

@media print, screen and (width <=1023px) {
  .c-original__header-place {
    grid-area: place;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__header-place {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 700;
  }
}

.c-original__header-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-original__header-image.-foodshow {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_foodshow.webp");
}

.c-original__header-image.-edge {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_edge.webp");
}

.c-original__header-image.-norengai {
  background-image: url("/shibuya-food-dungeon/assets2026/images/postcard_norengai.webp");
}

.c-original__header-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 244/165;
}

@media print, screen and (width <=1023px) {
  .c-original__header-image {
    grid-area: image;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__header-image {
    margin-top: 24px;
  }
}

.c-original__body {
  color: var(--color-text);
}

@media print, screen and (width <=1023px) {
  .c-original__body {
    overflow-x: auto;
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    -webkit-overflow-scrolling: touch;
  }
}

.c-original__list {
  margin: 0;
  padding: 0;
}

@media print, screen and (width <=1023px) {
  .c-original__list {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 32px;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 var(--original-col-gap);
  }
}

.c-original__item {
  display: grid;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  gap: 8px;
  grid-template-rows: subgrid;
  grid-row: span 6;
  align-items: start;
}

@media print, screen and (width <=1023px) {
  .c-original__item {
    flex: 0 0 260px;
    width: 260px;
  }
}

@media print, screen and (width >=1024px) {
  .c-original__item {
    gap: 10px;
  }

  .c-original__item:nth-child(n+3) {
    margin-top: 40px;
  }

  .c-original__item:nth-child(1) {
    grid-column: 2;
    grid-row: 1/span 6;
  }

  .c-original__item:nth-child(2) {
    grid-column: 3;
    grid-row: 1/span 6;
  }

  .c-original__item:nth-child(3) {
    grid-column: 1;
    grid-row: 7/span 6;
  }

  .c-original__item:nth-child(4) {
    grid-column: 2;
    grid-row: 7/span 6;
  }

  .c-original__item:nth-child(5) {
    grid-column: 3;
    grid-row: 7/span 6;
  }

  .c-original__item:nth-child(6) {
    grid-column: 1;
    grid-row: 13/span 6;
  }

  .c-original__item:nth-child(7) {
    grid-column: 2;
    grid-row: 13/span 6;
  }

  .c-original__item:nth-child(8) {
    grid-column: 3;
    grid-row: 13/span 6;
  }

  .c-original__item:nth-child(9) {
    grid-column: 1;
    grid-row: 19/span 6;
  }

  .c-original__item:nth-child(10) {
    grid-column: 2;
    grid-row: 19/span 6;
  }

  .c-original__item:nth-child(11) {
    grid-column: 3;
    grid-row: 19/span 6;
  }

  .c-original__item:nth-child(12) {
    grid-column: 1;
    grid-row: 25/span 6;
  }

  .c-original__item:nth-child(13) {
    grid-column: 2;
    grid-row: 25/span 6;
  }

  .c-original__item:nth-child(14) {
    grid-column: 3;
    grid-row: 25/span 6;
  }

  .c-original__item:nth-child(15) {
    grid-column: 1;
    grid-row: 31/span 6;
  }

  .c-original__item:nth-child(16) {
    grid-column: 2;
    grid-row: 31/span 6;
  }

  .c-original__item:nth-child(17) {
    grid-column: 3;
    grid-row: 31/span 6;
  }

  .c-original__item:nth-child(18) {
    grid-column: 1;
    grid-row: 37/span 6;
  }

  .c-original__item:nth-child(19) {
    grid-column: 2;
    grid-row: 37/span 6;
  }

  .c-original__item:nth-child(20) {
    grid-column: 3;
    grid-row: 37/span 6;
  }

  .c-original__item:nth-child(21) {
    grid-column: 1;
    grid-row: 43/span 6;
  }

  .c-original__item:nth-child(22) {
    grid-column: 2;
    grid-row: 43/span 6;
  }

  .c-original__item:nth-child(23) {
    grid-column: 3;
    grid-row: 43/span 6;
  }

  .c-original__item:nth-child(24) {
    grid-column: 1;
    grid-row: 49/span 6;
  }

  .c-original__item:nth-child(25) {
    grid-column: 2;
    grid-row: 49/span 6;
  }

  .c-original__item:nth-child(26) {
    grid-column: 3;
    grid-row: 49/span 6;
  }

  .c-original__item:nth-child(27) {
    grid-column: 1;
    grid-row: 55/span 6;
  }

  .c-original__item:nth-child(28) {
    grid-column: 2;
    grid-row: 55/span 6;
  }

  .c-original__item:nth-child(29) {
    grid-column: 3;
    grid-row: 55/span 6;
  }

  .c-original__item:nth-child(30) {
    grid-column: 1;
    grid-row: 61/span 6;
  }

  .c-original__item:nth-child(31) {
    grid-column: 2;
    grid-row: 61/span 6;
  }

  .c-original__item:nth-child(32) {
    grid-column: 3;
    grid-row: 61/span 6;
  }

  .c-original__item:nth-child(33) {
    grid-column: 1;
    grid-row: 67/span 6;
  }

  .c-original__item:nth-child(34) {
    grid-column: 2;
    grid-row: 67/span 6;
  }

  .c-original__item:nth-child(35) {
    grid-column: 3;
    grid-row: 67/span 6;
  }

  .c-original__item:nth-child(36) {
    grid-column: 1;
    grid-row: 73/span 6;
  }

  .c-original__item:nth-child(37) {
    grid-column: 2;
    grid-row: 73/span 6;
  }

  .c-original__item:nth-child(38) {
    grid-column: 3;
    grid-row: 73/span 6;
  }

  .c-original__item:nth-child(39) {
    grid-column: 1;
    grid-row: 79/span 6;
  }

  .c-original__item:nth-child(40) {
    grid-column: 2;
    grid-row: 79/span 6;
  }

  .c-original__item:nth-child(41) {
    grid-column: 3;
    grid-row: 79/span 6;
  }

  .c-original__item:nth-child(42) {
    grid-column: 1;
    grid-row: 85/span 6;
  }

  .c-original__item:nth-child(43) {
    grid-column: 2;
    grid-row: 85/span 6;
  }

  .c-original__item:nth-child(44) {
    grid-column: 3;
    grid-row: 85/span 6;
  }

  .c-original__item:nth-child(45) {
    grid-column: 1;
    grid-row: 91/span 6;
  }

  .c-original__item:nth-child(46) {
    grid-column: 2;
    grid-row: 91/span 6;
  }

  .c-original__item:nth-child(47) {
    grid-column: 3;
    grid-row: 91/span 6;
  }

  .c-original__item:nth-child(48) {
    grid-column: 1;
    grid-row: 97/span 6;
  }

  .c-original__item:nth-child(49) {
    grid-column: 2;
    grid-row: 97/span 6;
  }

  .c-original__item:nth-child(50) {
    grid-column: 3;
    grid-row: 97/span 6;
  }
}

.c-original__item-image {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (width <=1023px) {
  .c-original__item-image img {
    width: 100%;
    height: auto;
  }
}

.c-original__item-brand {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-original__item-brand {
    font-size: 15px;
  }
}

.c-original__item-name {
  font-size: 14px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-original__item-name {
    font-size: 16px;
  }
}

.c-original__item-price {
  font-size: 14px;
  font-weight: 700;
}

@media print, screen and (width >=1024px) {
  .c-original__item-price {
    font-size: 16px;
  }
}

.c-original__item-text {
  font-size: 12px;
}

@media print, screen and (width >=1024px) {
  .c-original__item-text {
    font-size: 13px;
  }
}

.c-original__item-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 0;
  align-items: start;
}

.c-original__item-place, .c-original__item-date, .c-original__item-number {
  display: grid;
  font-size: 12px;
  grid-template-columns: 1fr;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-original__item-place, .c-original__item-date, .c-original__item-number {
    grid-template-columns: 4em 1fr;
    gap: 0 1em;
  }
}

.c-original__item-label {
  display: block;
}

@media print, screen and (width >=1024px) {
  .c-original:not([data-show="all"]) .c-original__item:nth-child(n+6) {
    display: none;
  }
}

.c-original__more {
  display: none;
}

@media print, screen and (width >=1024px) {
  .c-original__more {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}

.c-original__more-button {
  display: flex;
  width: 225px;
  margin: 0 auto;
  padding: 16px 8px;
  background-color: var(--color-pink1);
  border: 2px solid var(--color-white);
  border-radius: 100px;
  color: var(--color-white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media print, screen and (width >=1024px) {
  .c-original__more-button {
    padding: 20px 8px;
    border-width: 4px;
  }
}

.c-original__more-button::after {
  display: block;
  width: 20px;
  height: auto;
  background-image: url("/shibuya-food-dungeon/assets2026/images/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  aspect-ratio: 20/20;
}

.c-original__more-button span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  flex: 0 0 auto;
}

@media (hover: hover) {
  .c-original__more-button {
    transition: background-color 200ms ease;
  }

  .c-original__more-button:hover {
    background-color: var(--color-gold1);
  }
}

.c-original__more-button.-is-hidden {
  display: none;
}

@media print, screen and (width <=1023px) {
  .c-floor {
    overflow: hidden;
    margin-top: -40px;
    padding: 100px 10px 40px;
  }
}

@media print, screen and (width >=1024px) {
  .c-floor {
    padding: 180px 40px 80px;
  }
}

.c-floor__inner {
  width: 100%;
  padding: 0 30px;
}

.c-floor__map {
  width: 100%;
  margin: 24px auto 0;
}

@media print, screen and (width >=1024px) {
  .c-floor__map {
    margin-top: 64px;
  }
}

.c-floor__map-embed {
  overflow: hidden;
  max-width: min(348px, calc(348 / 430 * 100vw));
  margin: 0 auto;
  border-radius: 20px;
  aspect-ratio: 348/404;
}

@media print, screen and (width >=1024px) {
  .c-floor__map-embed {
    aspect-ratio: 790/404;
    max-width: 790px;
  }
}

.c-floor__map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.c-quiz {
  width: 100%;
  padding: 70px 10px;
  background-color: var(--color-pink3);
}

@media print, screen and (width >=1024px) {
  .c-quiz {
    padding: 120px 40px;
  }
}

.c-quiz__inner {
  position: relative;
  width: 100%;
  max-width: min(640px, calc(640 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-quiz__inner {
    max-width: 1050px;
  }
}

.c-quiz__frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  pointer-events: none;
  grid-template-columns: min(85px, calc(85 / 430 * 100vw)) 1fr min(110px, calc(110 / 430 * 100vw));
  grid-template-rows: min(85px, calc(85 / 430 * 100vw)) 1fr min(85px, calc(85 / 430 * 100vw));
}

@media print, screen and (width >=1024px) {
  .c-quiz__frame {
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px 1fr 50px;
  }
}

.c-quiz__grid-cell.-n1 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background1_sp.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: min(85px, calc(85 / 430 * 100vw)) min(85px, calc(85 / 430 * 100vw));
  grid-area: 1/1;
  transform: translateY(1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n1 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background1_pc.webp");
    background-size: 50px 50px;
  }
}

.c-quiz__grid-cell.-n2 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background2_sp.webp");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto min(85px, calc(85 / 430 * 100vw));
  grid-area: 1/2;
  transform: translateY(1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n2 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background2_pc.webp");
    background-size: auto 50px;
  }
}

.c-quiz__grid-cell.-n3 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background3_sp.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: min(110px, calc(110 / 430 * 100vw)) min(85px, calc(85 / 430 * 100vw));
  grid-area: 1/3;
  transform: translateY(1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n3 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background3_pc.webp");
    background-size: 50px 50px;
  }
}

.c-quiz__grid-cell.-n4 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background4_sp.webp");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: min(85px, calc(85 / 430 * 100vw)) auto;
  grid-area: 2/1;
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n4 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background4_pc.webp");
    background-size: 50px auto;
  }
}

.c-quiz__grid-cell.-n5 {
  background-color: var(--color-white);
  grid-area: 2/2;
}

.c-quiz__grid-cell.-n6 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background6_sp.webp");
  background-repeat: repeat-y;
  background-position: right top;
  background-size: min(110px, calc(110 / 430 * 100vw)) auto;
  grid-area: 2/3;
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n6 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background6_pc.webp");
    background-size: 50px auto;
  }
}

.c-quiz__grid-cell.-n7 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background7_sp.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: min(85px, calc(85 / 430 * 100vw)) min(85px, calc(85 / 430 * 100vw));
  grid-area: 3/1;
  transform: translateY(-1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n7 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background7_pc.webp");
    background-size: 50px 50px;
  }
}

.c-quiz__grid-cell.-n8 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background8_sp.webp");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto min(85px, calc(85 / 430 * 100vw));
  grid-area: 3/2;
  transform: translateY(-1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n8 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background8_pc.webp");
    background-size: auto 50px;
  }
}

.c-quiz__grid-cell.-n9 {
  background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background9_sp.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: min(110px, calc(110 / 430 * 100vw)) min(85px, calc(85 / 430 * 100vw));
  grid-area: 3/3;
  transform: translateY(-1px);
}

@media print, screen and (width >=1024px) {
  .c-quiz__grid-cell.-n9 {
    background-image: url("/shibuya-food-dungeon/assets2026/images/quiz_grid_background9_pc.webp");
    background-size: 50px 50px;
  }
}

.c-quiz__content {
  position: relative;
  z-index: 1;
  padding: min(85px, calc(85 / 430 * 100vw)) 40px;
}

@media print, screen and (width >=1024px) {
  .c-quiz__content {
    padding: 80px 40px;
  }
}

.c-quiz__period {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-quiz__period {
    font-size: 18px;
  }
}

.c-quiz__text {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-quiz__text {
    margin-top: 32px;
    font-size: 18px;
    text-align: center;
  }
}

.c-quiz__info {
  margin-top: 24px;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-quiz__info {
    margin-top: 32px;
  }
}

.c-quiz__info a {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.c-quiz__info a:hover {
  text-decoration: none;
}

.c-map {
  width: 100%;
  padding: 70px 16px 70px 10px;
}

@media print, screen and (width >=1024px) {
  .c-map {
    padding: 120px 40px;
  }
}

.c-map__inner {
  max-width: min(640px, calc(640 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-map__inner {
    max-width: 1050px;
  }
}

.c-map__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 540px;
  margin: 32px auto 0;
  border-radius: 20px;
  box-shadow: 6px 6px 0 var(--color-pink1);
}

@media print, screen and (width >=1024px) {
  .c-map__content {
    height: 500px;
    box-shadow: 8px 8px 0 var(--color-pink1);
  }
}

.c-map__content iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  border: 0;
}

.c-footer {
  width: 100%;
  padding: 60px 10px 40px;
  background-color: var(--color-pink1);
  color: var(--color-white);
}

@media print, screen and (width >=1024px) {
  .c-footer {
    padding: 80px 40px 48px;
  }
}

.c-footer img {
  display: block;
  width: 100%;
  height: auto;
}

.c-footer__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media print, screen and (width >=1024px) {
  .c-footer__inner {
    display: grid;
    max-width: 1050px;
    margin: 0 auto;
    gap: 24px;
    grid-template-areas: "period period nav" "logo content copyright";
    align-items: start;
    justify-content: space-between;
    grid-template-columns: auto auto auto;
  }
}

.c-footer__nav {
  width: 100%;
}

@media print, screen and (width >=1024px) {
  .c-footer__nav {
    grid-area: nav;
    position: relative;
    padding-left: 32px;
  }

  .c-footer__nav::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--color-white);
    content: "";
  }
}

.c-footer__nav ul {
  display: grid;
  width: fit-content;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  justify-content: start;
  list-style: none;
}

@media print, screen and (width >=1024px) {
  .c-footer__nav ul {
    gap: 12px;
  }
}

.c-footer__nav li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.c-footer__nav li::before {
  display: block;
  width: 12px;
  height: 3px;
  background-color: var(--color-white);
  border-radius: 100px;
  content: "";
}

.c-footer__nav a {
  position: relative;
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: -0.03em;
}

@media print, screen and (width >=1024px) {
  .c-footer__nav a {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .c-footer__nav a::before {
    position: absolute;
    top: calc(50% + 1em);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 100px;
    content: "";
    transition: transform 300ms ease;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .c-footer__nav a:hover::before {
    transform: scaleX(1);
  }
}

.c-footer__period {
  width: 100%;
  max-width: min(388px, calc(388 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-footer__period {
    max-width: 687px;
    grid-area: period;
    margin: 0;
  }
}

.c-footer__logo {
  width: min(230px, calc(230 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-footer__logo {
    width: 230px;
    grid-area: logo;
    margin-top: -72px;
  }
}

.c-footer__content {
  width: 100%;
  max-width: min(380px, calc(380 / 430 * 100vw));
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-footer__content {
    grid-area: content;
    max-width: none;
    margin-top: -72px;
  }
}

.c-footer__title1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media print, screen and (width >=1024px) {
  .c-footer__title1 {
    font-size: 32px;
  }
}

.c-footer__title2 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-footer__title2 {
    margin-top: 12px;
    font-size: 18px;
  }
}

.c-footer__text1 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media print, screen and (width >=1024px) {
  .c-footer__text1 {
    margin-top: 20px;
    font-size: 15px;
  }
}

.c-footer__text2 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

@media print, screen and (width >=1024px) {
  .c-footer__text2 {
    margin-top: 16px;
    font-size: 15px;
  }
}

.c-footer__copyright {
  display: block;
}

@media print, screen and (width >=1024px) {
  .c-footer__copyright {
    grid-area: copyright;
    align-self: stretch;
    position: relative;
  }

  .c-footer__copyright::before {
    position: absolute;
    top: -24px;
    left: 0;
    width: 2px;
    height: calc(100% + 24px);
    background-color: var(--color-white);
    content: "";
  }
}

@media print, screen and (width >=1024px) {
  .c-footer__copyright-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 4px;
    padding-left: 32px;
  }
}

.c-footer__copyright-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

@media print, screen and (width >=1024px) {
  .c-footer__copyright-text {
    font-size: 11px;
  }
}

.c-fixed-navigation {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.c-fixed-navigation.-is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-fixed-navigation__button {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
}



