.tnfa {
  --tnfa-ink: #2b1b13;
  --tnfa-muted: #72655c;
  --tnfa-orange: #eb5b20;
  --tnfa-red: #c83c2f;
  --tnfa-green: #34745a;
  --tnfa-cream: #fffaf2;
  --tnfa-line: #eadfd2;
  color: var(--tnfa-ink);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: #fff;
}
.tnfa-page .l-content { max-width: none; padding-top: 0; }
.tnfa-page .l-mainContent { width: 100%; max-width: none; }
.tnfa-page .l-mainContent__inner { padding: 0; background: transparent; box-shadow: none; }
.tnfa-page .l-mainContent .post_content { margin: 0; }
.tnfa-page .c-pageTitle, .tnfa-page #sidebar { display: none; }
.tnfa *, .tnfa *::before, .tnfa *::after { box-sizing: border-box; }
.tnfa a { color: inherit; text-decoration: none; }
.tnfa img { display: block; max-width: 100%; }
.tnfa-hero { min-height: 430px; position: relative; display: grid; place-items: center; isolation: isolate; background: #fbf5ea; }
.tnfa-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,250,242,.2), rgba(255,250,242,.94) 28%, rgba(255,250,242,.94) 72%, rgba(255,250,242,.2)); }
.tnfa-hero__photos { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.tnfa-hero__photo { position: absolute; width: 31%; height: 100%; object-fit: cover; }
.tnfa-hero__photo--1 { left: 0; top: 0; }
.tnfa-hero__photo--2 { right: 0; top: 0; }
.tnfa-hero__photo--3 { width: 18%; height: 44%; right: 19%; bottom: -6%; border-radius: 50% 0 0 0; }
.tnfa-hero__content { width: min(680px, calc(100% - 40px)); text-align: center; padding: 64px 0 56px; }
.tnfa-hero__eyebrow { margin: 0 0 8px; color: var(--tnfa-orange); font-weight: 800; font-size: clamp(14px, 1.5vw, 19px); letter-spacing: .04em; }
.tnfa-hero h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(44px, 6.2vw, 78px); line-height: 1.15; letter-spacing: .1em; text-indent: .1em; }
.tnfa-hero__copy { max-width: 580px; margin: 14px auto 24px; font-size: 15px; line-height: 1.9; }
.tnfa-search { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 56px; overflow: hidden; border: 1px solid rgba(73,48,32,.14); border-radius: 999px; background: #fff; box-shadow: 0 12px 34px rgba(78,49,28,.12); text-align: left; }
.tnfa-search__icon { text-align: center; color: var(--tnfa-muted); font-size: 25px; transform: rotate(-18deg); }
.tnfa-search input { min-width: 0; height: 54px; padding: 0 8px; border: 0; outline: 0; color: var(--tnfa-ink); background: transparent; font-size: 15px; }
.tnfa-search input::placeholder { color: #90877f; }
.tnfa-search button { align-self: stretch; min-width: 94px; border: 0; border-radius: 999px; background: var(--tnfa-orange); color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; }
.tnfa-search button:hover, .tnfa-search button:focus-visible { background: #cf4611; }
.tnfa-search__status { min-height: 1.5em; margin: 10px 0 0; color: var(--tnfa-muted); font-size: 13px; }
.tnfa-main, .tnfa-search-results, .tnfa-guide { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.tnfa-section { padding: 62px 0; }
.tnfa-section + .tnfa-section { border-top: 1px solid var(--tnfa-line); }
.tnfa-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.tnfa-section-heading__title { display: flex; align-items: center; gap: 12px; }
.tnfa-section-heading__icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: #fff1df; font-size: 24px; }
.tnfa-kicker { margin: 0 0 2px !important; color: var(--tnfa-orange); font-size: 11px !important; font-weight: 900; letter-spacing: .14em; }
.tnfa-section-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; letter-spacing: .02em; }
.post_content .tnfa .tnfa-section-heading h2,
.post_content .tnfa .tnfa-index-group h3 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--tnfa-ink);
  text-align: left;
}
.post_content .tnfa .tnfa-section-heading h2::before,
.post_content .tnfa .tnfa-section-heading h2::after,
.post_content .tnfa .tnfa-index-group h3::before,
.post_content .tnfa .tnfa-index-group h3::after { content: none; display: none; }
.tnfa-section-heading p:not(.tnfa-kicker) { margin: 5px 0 0; color: var(--tnfa-muted); font-size: 13px; }
.tnfa-more, .tnfa-search-results__close { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; padding: 0 18px; border: 1px solid var(--tnfa-line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; }
.tnfa-more:hover, .tnfa-more:focus-visible { border-color: var(--tnfa-orange); color: var(--tnfa-orange); }
.tnfa-classics__scroller { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.tnfa-classics__more { display: none; }
.tnfa-dish-card { min-width: 0; text-align: center; font-size: 13px; font-weight: 800; }
.tnfa-dish-card__image { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 10px; border-radius: 16px; object-fit: cover; box-shadow: 0 5px 18px rgba(68,43,24,.1); transition: transform .2s ease, box-shadow .2s ease; }
.tnfa-dish-card:hover .tnfa-dish-card__image, .tnfa-dish-card:focus-visible .tnfa-dish-card__image { transform: translateY(-3px); box-shadow: 0 9px 24px rgba(68,43,24,.17); }
.tnfa-types { position: relative; }
.tnfa-types::before { content: ""; position: absolute; z-index: -1; inset: 0 calc(50% - 50vw); background: var(--tnfa-cream); }
.tnfa-types__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.tnfa-type-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--tnfa-line); border-radius: 18px; background: #fff; box-shadow: 0 5px 18px rgba(68,43,24,.06); transition: transform .2s ease, box-shadow .2s ease; }
.tnfa-type-card:hover, .tnfa-type-card:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(68,43,24,.12); }
.tnfa-type-card__media { position: relative; display: block; flex: 0 0 auto; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #f4eadf; }
.tnfa-type-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tnfa-type-card__body { display: flex; flex: 0 0 72px; align-items: center; justify-content: space-between; gap: 8px; min-height: 72px; padding: 11px 14px; }
.tnfa-type-card__body strong { font-size: 15px; }
.tnfa-type-card__body small { flex: 0 0 auto; color: var(--tnfa-green); font-size: 12px; font-weight: 800; }
.tnfa-index__tabs { display: grid; grid-template-columns: repeat(11, minmax(44px, 1fr)); gap: 8px; margin-bottom: 22px; padding: 10px; border: 1px solid var(--tnfa-line); border-radius: 18px; background: #fff; box-shadow: 0 5px 20px rgba(68,43,24,.08); }
.tnfa-index__tab { appearance: none; display: grid; min-width: 0; min-height: 44px; place-items: center; padding: 0 6px; border: 1px solid transparent; border-radius: 12px; background: #fff5e9; color: var(--tnfa-ink); font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.tnfa-index__tab:hover { border-color: #efb087; color: var(--tnfa-orange); }
.tnfa-index__tab.is-active, .tnfa-index__tab[aria-selected="true"] { border-color: var(--tnfa-orange); background: var(--tnfa-orange); color: #fff; box-shadow: 0 4px 12px rgba(235,91,32,.24); }
.tnfa-index__tab:focus-visible { outline: 3px solid rgba(52,116,90,.35); outline-offset: 2px; }
.tnfa-index__panels { min-width: 0; }
.tnfa-index-group { min-width: 0; border-top: 1px solid var(--tnfa-line); padding-top: 18px; }
.tnfa-index-group[hidden] { display: none !important; }
.post_content .tnfa .tnfa-index-group h3 { margin-bottom: 12px; color: var(--tnfa-orange); font-size: 20px; }
.tnfa-index-subgroups { display: grid; gap: 18px; }
.tnfa-index-subgroup { min-width: 0; padding: 14px 18px 16px; border: 1px solid var(--tnfa-line); border-radius: 14px; background: #fff; }
.post_content .tnfa .tnfa-index-subgroup h4 { margin: 0 0 7px; padding: 0; border: 0; background: none; }
.post_content .tnfa .tnfa-index-subgroup h4::before, .post_content .tnfa .tnfa-index-subgroup h4::after { content: none; display: none; }
.tnfa-index-subgroup h4 span { display: grid; width: 36px; min-height: 36px; place-items: center; border-radius: 50%; background: var(--tnfa-cream); color: var(--tnfa-orange); font-size: 17px; font-weight: 900; }
.tnfa-index-subgroup__empty { margin: 0; padding: 7px 0; color: var(--tnfa-muted); font-size: 13px; }
.tnfa-index-group ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 2px 28px; margin: 0; padding: 0; list-style: none; }
.tnfa-index-group li { min-width: 0; margin: 0; padding: 0; line-height: 1.5; }
.tnfa-index-group a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid transparent; font-size: 14px; overflow-wrap: anywhere; }
.tnfa-index-group a:hover, .tnfa-index-group a:focus-visible { border-color: var(--tnfa-orange); color: var(--tnfa-orange); }
.tnfa-index-group__empty { margin: 0; padding: 18px; border-radius: 12px; background: var(--tnfa-cream); color: var(--tnfa-muted); font-size: 14px; }
.tnfa-latest { position: relative; }
.tnfa-latest::before { content: ""; position: absolute; z-index: -1; inset: 0 calc(50% - 50vw); background: linear-gradient(180deg, #fffaf4, #fff); }
.tnfa-latest__grid, .tnfa-search-results__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tnfa-latest-card, .tnfa-search-card { overflow: hidden; border: 1px solid var(--tnfa-line); border-radius: 16px; background: #fff; box-shadow: 0 4px 15px rgba(68,43,24,.06); }
.tnfa-latest-card a, .tnfa-search-card { display: grid; grid-template-columns: 42% 1fr; min-height: 130px; }
.tnfa-latest-card__media, .tnfa-search-card__media { position: relative; min-width: 0; }
.tnfa-latest-card__image, .tnfa-search-card__image { width: 100%; height: 100%; object-fit: cover; }
.tnfa-latest-card__badge { position: absolute; z-index: 1; top: 8px; left: 8px; padding: 4px 7px; border-radius: 999px; background: var(--tnfa-red); color: #fff; font-size: 10px; font-weight: 900; }
.tnfa-latest-card__body, .tnfa-search-card__body { display: flex; flex-direction: column; justify-content: center; gap: 7px; min-width: 0; padding: 15px; }
.tnfa-latest-card strong, .tnfa-search-card strong { font-size: 14px; line-height: 1.55; }
.tnfa-guide { display: grid; grid-template-columns: minmax(210px, 28%) minmax(0, 1fr); align-items: center; gap: 28px; margin-top: 20px; margin-bottom: 28px; padding: 24px 30px; border: 1px solid #f0dfbd; border-radius: 22px; background: #fff7e8; }
.tnfa-guide__character { display: grid; min-width: 0; place-items: center; }
.tnfa-guide img { width: 150px; height: 150px; object-fit: contain; }
.tnfa-guide__content { min-width: 0; }
.post_content .tnfa .tnfa-guide h2 { margin: 2px 0 0; padding: 0; border: 0; background: transparent; color: var(--tnfa-ink); font-size: 25px; line-height: 1.35; }
.post_content .tnfa .tnfa-guide h2::before, .post_content .tnfa .tnfa-guide h2::after { content: none; display: none; }
.tnfa-guide__copy { margin: 6px 0 16px; color: var(--tnfa-muted); font-size: 14px; line-height: 1.7; }
.tnfa-guide__actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.tnfa-guide__actions a { display: flex; min-width: 0; min-height: 48px; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 14px; border: 1px solid #edcba7; border-radius: 12px; background: #fff; color: var(--tnfa-ink); font-size: 13px; font-weight: 800; line-height: 1.4; }
.tnfa-guide__actions a:hover, .tnfa-guide__actions a:focus-visible { border-color: var(--tnfa-orange); background: #fffaf3; color: var(--tnfa-orange); }
.tnfa-guide__actions a span { flex: 0 0 auto; color: var(--tnfa-orange); }
.tnfa #tnfa-category-title, .tnfa #tnfa-index-title, .tnfa #tnfa-search-input { scroll-margin-top: 90px; }
.tnfa-page .l-footer__widgetArea { padding-top: 12px; }
.tnfa-page #text-2 .textwidget { display: grid; gap: 8px; }
.tnfa-page #text-2 .textwidget p { margin: 0; font-size: 0; }
.tnfa-page #text-2 .textwidget a { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #ead8c5; border-radius: 999px; background: #fffaf3; color: #51382b; font-size: 13px; line-height: 1.4; text-align: center; }
.tnfa-page #text-2 .textwidget a:hover, .tnfa-page #text-2 .textwidget a:focus-visible { border-color: #ef5a22; color: #ef5a22; }
.tnfa-search-results { padding: 45px 0 10px; }
.tnfa-search-results__close { cursor: pointer; }
.tnfa-search-results[hidden] { display: none; }
.tnfa-image-placeholder { display: grid; place-items: center; background: #f4eadf; font-size: 36px; }
@media (max-width: 959px) {
  .tnfa-hero__photo { width: 38%; }
  .tnfa-hero__photo--3 { display: none; }
  .tnfa-classics__scroller { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tnfa-types__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tnfa-index__tabs { grid-template-columns: repeat(6, minmax(44px, 1fr)); }
  .tnfa-index-group ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tnfa-latest__grid, .tnfa-search-results__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 599px) {
  .tnfa { margin-inline: calc(50% - 50vw); }
  .tnfa-hero { min-height: 510px; align-items: end; }
  .tnfa-hero::after { background: linear-gradient(180deg, rgba(255,250,242,.05) 0, rgba(255,250,242,.92) 35%, #fbf5ea 58%); }
  .tnfa-hero__photos { height: 230px; }
  .tnfa-hero__photo { width: 50%; height: 100%; }
  .tnfa-hero__content { width: calc(100% - 28px); padding: 212px 0 34px; }
  .tnfa-hero h1 { font-size: 44px; letter-spacing: .06em; text-indent: .06em; white-space: nowrap; }
  .tnfa-hero__copy { margin-top: 10px; font-size: 13px; line-height: 1.75; }
  .tnfa-search { grid-template-columns: 38px 1fr 68px; min-height: 52px; }
  .tnfa-search input { height: 50px; font-size: 12px; }
  .tnfa-search button { min-width: 68px; font-size: 14px; }
  .tnfa-main, .tnfa-search-results, .tnfa-guide { width: calc(100% - 28px); }
  .tnfa-section { padding: 44px 0; }
  .tnfa-section-heading { align-items: center; margin-bottom: 18px; }
  .tnfa-section-heading__icon { flex-basis: 38px; width: 38px; height: 38px; border-radius: 12px; font-size: 20px; }
  .tnfa-section-heading h2 { font-size: 23px; }
  .tnfa-section-heading p:not(.tnfa-kicker) { font-size: 11px; }
  .tnfa-more { min-height: 44px; padding-inline: 13px; font-size: 11px; }
  .tnfa-classics { padding-inline: 4px; }
  .tnfa-classics .tnfa-section-heading { align-items: flex-start; }
  .tnfa-classics .tnfa-section-heading > .tnfa-more { display: none; }
  .tnfa-classics__scroller { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; overflow: visible; margin: 0; padding: 0; }
  .tnfa-classics__scroller .tnfa-dish-card:nth-child(n+5) { display: none; }
  .tnfa-classics__more { display: flex; justify-content: center; margin-top: 24px; }
  .tnfa-dish-card { display: block; min-width: 0; font-size: 12.5px; line-height: 1.45; }
  .tnfa-dish-card__image { display: block; aspect-ratio: 1 / 1; margin-bottom: 9px; border-radius: 14px; }
  .tnfa-dish-card span { display: block; min-width: 0; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
  .tnfa-types__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tnfa-type-card { border-radius: 14px; }
  .tnfa-type-card__body { display: block; flex-basis: 74px; min-height: 74px; padding: 10px; }
  .tnfa-type-card__body strong, .tnfa-type-card__body small { display: block; }
  .tnfa-type-card__body strong { font-size: 13px; line-height: 1.35; }
  .tnfa-type-card__body small { margin-top: 4px; font-size: 11px; }
  .tnfa-index__tabs { grid-template-columns: repeat(6, minmax(44px, 1fr)); gap: 6px; margin-inline: -2px; padding: 7px; border-radius: 14px; }
  .tnfa-index__tab { min-height: 44px; padding-inline: 3px; font-size: 13px; }
  .post_content .tnfa .tnfa-index-group h3 { font-size: 18px; }
  .tnfa-index-subgroups { gap: 12px; }
  .tnfa-index-subgroup { padding: 11px 12px 13px; border-radius: 12px; }
  .tnfa-index-subgroup h4 span { width: 34px; min-height: 34px; font-size: 16px; }
  .tnfa-index-group ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .tnfa-index-group a { min-height: 44px; font-size: 12.5px; line-height: 1.45; }
  .tnfa-latest__grid, .tnfa-search-results__grid { grid-template-columns: 1fr; gap: 11px; }
  .tnfa-latest-card a, .tnfa-search-card { min-height: 112px; }
  .tnfa-guide { grid-template-columns: 1fr; gap: 8px; width: calc(100% - 36px); margin-top: 14px; margin-bottom: 22px; padding: 16px 16px 18px; border-radius: 18px; text-align: center; }
  .tnfa-guide img { width: 88px; height: 88px; }
  .post_content .tnfa .tnfa-guide h2 { font-size: 21px; }
  .tnfa-guide__copy { margin: 4px 0 12px; font-size: 12px; line-height: 1.6; }
  .tnfa-guide__actions { grid-template-columns: 1fr; gap: 8px; }
  .tnfa-guide__actions a { min-height: 46px; padding: 7px 14px; font-size: 13px; }
  .tnfa-page .l-footer__widgetArea { padding-top: 8px; }
  .tnfa-page #text-2 .textwidget { gap: 7px; }
  .tnfa-page #text-2 .textwidget a { min-height: 44px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .tnfa *, .tnfa *::before, .tnfa *::after { scroll-behavior: auto !important; transition: none !important; }
}
