/*
 * 愛媛の鯛めし関連ページ共通スタイル
 * 基本ページ、レシピ、店舗紹介、東予・洋風焼き鯛めしをこのファイルに集約する。
 */

/* ------------------------------------------
  トップページ 鯛めしバナー
--------------------------------------------- */
a.taimesi-banner {
  display: block;
}

a.taimesi-banner:hover {
  opacity: 0.7;
}

a.taimesi-banner h2 {
  padding: 8px;
  background-color: #4c4948;
  color: #ffffff;
  font-family: "Noto Serif JP", serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", メイリオ, Meiryo, serif;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  a.taimesi-banner h2 {
    padding: 8px;
    text-align: center;
  }
}

/* ------------------------------------------
  鯛めしLP（taimesi.html）
--------------------------------------------- */
body.taimesi-page {
  background-color: #ffffff;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 768px) {
  body.taimesi-page article {
    padding-top: 0;
  }
}

body.taimesi-page .taimesi-lp {
  color: #111111;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', sans-serif;
  letter-spacing: 0;
}

/* ------------------------ 共通ボタン ------------------------ */
.taimesi-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 332px;
  min-height: 48px;
  padding: 9px 54px 9px 25px;
  background-color: #070707;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.taimesi-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 28px;
  height: 7px;
  background: url("../img/arrow-w.png") center / cover no-repeat;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.taimesi-button:hover,
.taimesi-button:focus-visible {
  background-color: #070707;
  color: #ffffff;
}

.taimesi-button:hover::after,
.taimesi-button:focus-visible::after {
  right: 4px;
}

.taimesi-button:focus-visible {
  outline: 3px solid rgba(223, 137, 24, 0.45);
  outline-offset: 4px;
}

.taimesi-hero {
  position: relative;
  height: min(100vh, clamp(900px, 78.7vw, 1100px));
  min-height: min(900px, 100vh);
  margin-bottom: 0;
  overflow: hidden;
  background-color: #17120f;
}

.taimesi-hero-slider,
.taimesi-hero-slider .swiper-wrapper,
.taimesi-hero-slide {
  height: 100%;
}

.taimesi-hero-slide {
  position: relative;
}

.taimesi-hero-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.taimesi-hero-slide--matsuyama .taimesi-hero-slide__image {
  object-position: center 45%;
}

.taimesi-hero-slide--uwajima .taimesi-hero-slide__image {
  object-position: center 48%;
}

.taimesi-hero-slide--third .taimesi-hero-slide__image {
  object-position: center 50%;
}

.taimesi-hero-slide--assorted .taimesi-hero-slide__image {
  object-position: center 48%;
}

.taimesi-hero__title {
  position: absolute;
  top: 48.5%;
  left: 50%;
  z-index: 2;
  width: clamp(330px, 30vw, 430px);
  margin: 0;
  transform: translate(-50%, -50%);
}

.taimesi-hero-slide--third .taimesi-hero__title {
  top: auto;
  bottom: clamp(70px, 14vh, 127px);
  left: clamp(60px, 7vw, 120px);
  transform: none;
}

.taimesi-hero__logo {
  display: block;
  width: 100%;
  height: auto;
}

.taimesi-hero__badge {
  position: absolute;
  right: 0%;
  bottom: -25%;
  display: block;
  width: 47%;
  height: auto;
}

.taimesi-hero__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.taimesi-inner {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0;
}

.taimesi-story {
  margin-bottom: 0;
  padding: 0 0 28px;
  overflow: hidden;
  background-color: #ffffff;
}

.taimesi-story__grid {
  --taimesi-wide-bleed: max(0px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 52px;
  align-items: start;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0;
}

.taimesi-story__text {
  position: relative;
  z-index: 2;
}

.taimesi-story__text h2 {
  margin-bottom: 20px;
  color: #111111;
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.taimesi-story__text p {
  margin-bottom: 9px;
  line-height: 1.95;
  letter-spacing: 0;
}

.taimesi-story__text--about {
  grid-column: 1 / 6;
  padding-top: 82px;
}

.taimesi-story__text--types {
  grid-column: 7 / 12;
  grid-row: 2;
  padding-top: 92px;
}

.taimesi-story__photo {
  position: relative;
  z-index: 1;
  margin: 0;
}

.taimesi-story__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.taimesi-story__photo--uwajima {
  grid-column: 6 / 13;
  justify-self: end;
  width: calc(115% + var(--taimesi-wide-bleed));
  margin-top: 0;
  margin-right: calc(-149px - var(--taimesi-wide-bleed));
}

.taimesi-story__photo--matsuyama {
  grid-column: 1 / 7;
  grid-row: 2;
  width: calc(121% + var(--taimesi-wide-bleed));
  margin-top: -130px;
  margin-left: calc(-149px - var(--taimesi-wide-bleed));
}

.taimesi-story__photo--third {
  grid-column: 6 / 13;
  grid-row: 3;
  justify-self: end;
  width: calc(128% + var(--taimesi-wide-bleed));
  margin-top: 88px;
  margin-right: calc(-149px - var(--taimesi-wide-bleed));
}

.taimesi-story__links {
  display: block;
  grid-column: 1 / 5;
  grid-row: 3;
  align-self: start;
  width: 335px;
  height: auto;
  padding-top: 88px;
  -webkit-overflow-scrolling: auto;
}

.taimesi-story__links .taimesi-button {
  max-width: none;
  margin-bottom: 47px;
  padding-left: 9px;
}

.taimesi-story__links a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  margin-right: 8px;
  background-color: var(--key-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  padding: 7px;
}

.taimesi-heading {
  margin: 0;
  color: var(--key-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.taimesi-heading-sub {
  margin: 18px 0 76px;
  color: #111111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}

.taimesi-region-specialists__subheading {
  margin: 72px 0 32px;
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

.taimeshi-restaurants {
  margin-bottom: 0;
  padding: 56px 0 0;
  background-color: #ffffff;
}

.taimeshi-restaurants-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  column-gap: 44px;
  row-gap: 36px;
  align-items: center;
}

.taimeshi-restaurants-group__header {
  grid-column: 1;
  grid-row: 1;
}

.taimeshi-restaurants-group__text p {
  margin: 20px 0 0;
  color: #111111;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}

.taimeshi-restaurants-group__title {
  display: flex;
  align-items: center;
  gap: 17px;
}

.taimeshi-restaurants-group__title h3 {
  margin: 0;
  color: #111111;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.taimeshi-restaurants-group__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--key-color);
  color: #ffffff;
  font-size: 23px;
}

.taimeshi-restaurants-group__more {
  grid-column: 2;
  grid-row: 1;
}

.taimeshi-restaurants__cards {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.taimeshi-restaurants-archive {
  padding: 80px 0 120px;
}

.taimeshi-restaurants-archive__tabs {
  width: min(100%, 930px);
  margin: 0 auto 48px;
}

.taimeshi-restaurants-archive__tabs-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taimeshi-restaurants-archive__tab {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 2px solid var(--key-color, #df8918);
  border-radius: 6px;
  background-color: #ffffff;
  color: var(--key-color, #df8918);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.taimeshi-restaurants-archive__tab:hover,
.taimeshi-restaurants-archive__tab.is-current {
  background-color: var(--key-color, #df8918);
  color: #ffffff;
}

.taimeshi-restaurants-archive__tab:focus-visible {
  outline: 3px solid #333333;
  outline-offset: 3px;
}

.taimeshi-restaurants-archive__empty {
  margin: 0;
  text-align: center;
}

.taimeshi-restaurants-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-color: #ffffff;
  color: #111111;
  transition: 0.3s;
}

.taimeshi-restaurants-card:hover {
  opacity: 0.86;
}

.taimeshi-restaurants-card__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.taimeshi-restaurants-card:nth-child(3n + 1) .taimeshi-restaurants-card__thumbnail {
  object-position: center 50%;
}

.taimeshi-restaurants-card:nth-child(3n + 2) .taimeshi-restaurants-card__thumbnail {
  object-position: center 48%;
}

.taimeshi-restaurants-card:nth-child(3n) .taimeshi-restaurants-card__thumbnail {
  object-position: center 50%;
}

.taimeshi-restaurants-card__icon {
  display: block;
  flex: 0 0 auto;
  width: 48px;
  object-fit: contain;
}

.taimeshi-restaurants-card__body {
  display: flex;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.taimeshi-restaurants-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin: 0 0 18px;
}

.taimeshi-restaurants-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--key-color);
  border-radius: 999px;
  padding: 4px 12px;
  color: var(--key-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.taimeshi-restaurants-card__meta span+span {
  border-color: #dddddd;
  background-color: #fafafa;
  color: #111111;
}

.taimeshi-restaurants-card h4 {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin: 0 0 16px;
  color: #111111;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}

.taimeshi-restaurants-card__title-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.taimeshi-restaurants-card__menu,
.taimeshi-restaurants-card__shop {
  display: block;
}

.taimeshi-restaurants-card__menu {
  font-weight: 900;
}

.taimeshi-restaurants-card__shop {
  font-size: 16px;
}

.taimeshi-restaurants-card__lead {
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}

.taimesi-news {
  padding: 30px 0 0;
  background-color: #ffffff;
}

.taimesi-news-list {
  margin-top: 40px;
}

.taimesi-news-list__item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #cfcfcf;
  color: inherit;
}

.taimesi-news-list__date,
.taimesi-news-list__text {
  line-height: 1.65;
}

.taimesi-news-list__link {
  position: relative;
  padding-right: 48px;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}

.taimesi-news-list__link .taimesi-news-list__text {
  text-decoration: none;
}

.taimesi-news-list__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 28px;
  height: 7px;
  margin: auto;
  background: url("../img/arrow.png") center / contain no-repeat;
  transition: right 0.3s;
}

.taimesi-news-list__link:hover,
.taimesi-news-list__link:focus-visible {
  color: var(--key-color);
  background-color: #fff8ed;
}

.taimesi-news-list__link:hover::after,
.taimesi-news-list__link:focus-visible::after {
  right: 4px;
}

.taimesi-news-list__link:focus-visible {
  outline: 2px solid var(--key-color);
  outline-offset: 3px;
}

.taimesi-news__more {
  margin: 40px 0 0 auto;
}

.taimesi-restaurant-guide__more {
  margin: 40px 0 0 auto;
}

.taimesi-wide-photo {
  margin-bottom: 0;
  background-color: #ffffff;
}

.taimesi-wide-photo img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
}

.taimesi-shop-links {
  margin-bottom: 0;
  padding: 100px 0 152px;
  background-color: #ffffff;
}

.taimesi-shop-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 49px;
}

.taimesi-shop-card {
  display: block;
  overflow: hidden;
  background-color: #050505;
  color: #ffffff;
}

.taimesi-shop-card:hover {
  opacity: 0.7;
}

.taimesi-shop-card img {
  display: block;
  width: 100%;
  aspect-ratio: 335 / 252;
  object-fit: cover;
}

.taimesi-shop-card span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 44px 8px 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.taimesi-shop-card span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 10px;
  bottom: 0;
  width: 28px;
  height: 7px;
  margin: auto;
  background-image: url("../img/arrow-w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s;
}

.taimesi-shop-card:hover span::after {
  right: 2px;
}

.taimesi-shop-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  margin-right: 7px;
  background-color: var(--key-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  padding: 7px;
}

@media only screen and (max-width: 768px) {
  .taimesi-button {
    max-width: none;
    padding: 11px 52px 11px 16px;
    font-size: 15px;
  }

  .taimesi-button:hover::after,
  .taimesi-button:focus-visible::after {
    right: 2px;
  }

  .taimesi-hero {
    height: 76vw;
    min-height: 310px;
    max-height: 380px;
  }

  .taimesi-hero__title {
    top: 50%;
    width: clamp(150px, 40vw, 250px);
  }

  .taimesi-hero-slide--third .taimesi-hero__title {
    top: auto;
    bottom: 45px;
    left: clamp(20px, 6vw, 40px);
  }

  .taimesi-story {
    padding: 40px 0 56px;
  }

  .taimesi-story__grid {
    --taimesi-story-side-padding: clamp(28px, 8vw, 52px);
    --taimesi-story-edge-gap: calc(var(--taimesi-story-side-padding) + max(0px, calc((100vw - 560px) / 2)));
    grid-template-columns: minmax(0, 1fr);
    row-gap: 28px;
    max-width: 560px;
    padding: 0 var(--taimesi-story-side-padding);
  }

  .taimesi-story__text h2 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.35;
  }

  .taimesi-story__text p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.85;
  }

  .taimesi-story__text--about {
    grid-column: 1;
    order: 1;
    padding-top: 0;
  }

  .taimesi-story__photo--uwajima {
    grid-column: 1;
    order: 2;
    width: calc(100% + var(--taimesi-story-edge-gap));
    margin-top: 0;
    margin-right: calc(0px - var(--taimesi-story-edge-gap));
  }

  .taimesi-story__photo--matsuyama {
    grid-column: 1;
    grid-row: auto;
    order: 4;
    width: calc(100% + var(--taimesi-story-edge-gap));
    margin-top: 0;
    margin-left: calc(0px - var(--taimesi-story-edge-gap));
  }

  .taimesi-story__text--types {
    grid-column: 1;
    grid-row: auto;
    order: 3;
    padding-top: 8px;
  }

  .taimesi-story__links {
    grid-column: 1;
    grid-row: auto;
    order: 5;
    width: calc(100% + var(--taimesi-story-edge-gap) + var(--taimesi-story-edge-gap));
    margin-left: calc(0px - var(--taimesi-story-edge-gap));
    padding-top: 28px;
  }

  .taimesi-story__links .taimesi-button {
    margin-bottom: 12px;
    padding: 10px 44px 10px 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  .taimesi-story__links a span {
    flex: 0 0 auto;
    min-width: 38px;
    height: auto;
    margin-right: 8px;
    padding: 7px;
    font-size: 14px;
    white-space: nowrap;
  }

  .taimesi-story__photo--third {
    grid-column: 1;
    grid-row: auto;
    order: 6;
    width: calc(100% + var(--taimesi-story-edge-gap));
    margin-top: 16px;
    margin-right: calc(0px - var(--taimesi-story-edge-gap));
  }

  .taimesi-inner {
    max-width: 560px;
    padding: 0 52px;
  }

  .taimesi-heading {
    font-size: 32px;
  }

  .taimesi-heading-sub {
    margin: 3px 0 18px;
    font-size: 16px;
  }

  .taimesi-region-specialists__subheading {
    margin: 48px 0 20px;
    font-size: 20px;
  }

  .taimeshi-restaurants {
    padding: 2px 0 0;
  }

  .taimeshi-restaurants__groups {
    gap: 52px;
  }

  .taimeshi-restaurants-group__header {
    grid-column: 1;
    grid-row: auto;
  }

  .taimeshi-restaurants-group {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 18px;
  }

  .taimeshi-restaurants-group:not(:last-child) {
    margin-bottom: 64px;
  }

  .taimeshi-restaurants-group__title {
    gap: 10px;
  }

  .taimeshi-restaurants-group__title h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  .taimeshi-restaurants-group__icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .taimeshi-restaurants-group__text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.75;
  }

  .taimeshi-restaurants-group__more {
    grid-column: 1;
    grid-row: auto;
  }

  .taimeshi-restaurants__cards {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .taimeshi-restaurants-archive {
    padding: 56px 0 80px;
  }

  .taimeshi-restaurants-archive__tabs {
    margin-bottom: 32px;
  }

  .taimeshi-restaurants-archive__tabs-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .taimeshi-restaurants-archive__tabs-list li:first-child {
    grid-column: 1 / -1;
  }

  .taimeshi-restaurants-archive__tab {
    min-height: 48px;
    padding: 7px 9px;
    font-size: 14px;
  }

  .taimeshi-restaurants-card__thumbnail {
    aspect-ratio: 335 / 220;
  }

  .taimeshi-restaurants-card__icon {
    width: 56px;
    height: 56px;
  }

  .taimeshi-restaurants-card__body {
    min-height: 0;
    padding: 16px 16px 18px;
  }

  .taimeshi-restaurants-card__meta {
    margin-bottom: 12px;
  }

  .taimeshi-restaurants-card__meta span {
    min-height: 26px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .taimeshi-restaurants-card h4 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
  }

  .taimeshi-restaurants-card__lead {
    font-size: 14px;
    line-height: 1.75;
  }

  .taimesi-news {
    padding: 10px 0 0;
  }

  .taimesi-news-list {
    margin-top: 20px;
  }

  .taimesi-news-list__item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
  }

  .taimesi-news-list__link {
    padding-right: 44px;
  }

  .taimesi-news-list__date {
    font-size: 13px;
    line-height: 1.65;
  }

  .taimesi-news-list__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .taimesi-news__more {
    margin-top: 20px;
  }

  .taimesi-restaurant-guide__more {
    margin-top: 20px;
  }

  .taimesi-wide-photo img {
    height: min(88vw, 460px);
    min-height: 380px;
    object-position: center center;
  }

  .taimesi-shop-links {
    padding: 64px 0;
  }

  .taimesi-shop-links__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .taimesi-shop-card {
    display: grid;
    grid-template-columns: minmax(118px, 36%) minmax(0, 1fr);
    min-height: 104px;
  }

  .taimesi-shop-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .taimesi-shop-card span {
    min-height: 104px;
    padding: 12px 42px 12px 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .taimesi-shop-card span::after {
    right: 10px;
    width: 28px;
    height: 7px;
    border-top: 0;
    background-image: url("../img/arrow-w.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .taimesi-shop-card:hover span::after {
    right: 1px;
  }

  .taimesi-shop-card b {
    flex: 0 0 auto;
    min-width: 36px;
    height: auto;
    margin-right: 7px;
    padding: 7px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 420px) {

  .taimesi-story__grid,
  .taimesi-inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .taimesi-story__grid {
    --taimesi-story-side-padding: 28px;
  }

  .taimesi-story__text--types {
    padding-top: 4px;
  }

  .taimeshi-restaurants__groups {
    gap: 44px;
  }

  .taimeshi-restaurants__cards {
    gap: 16px;
  }

  .taimesi-shop-links__grid {
    gap: 14px;
  }

  .taimeshi-restaurants-group__title h3 {
    font-size: 20px;
  }

  .taimeshi-restaurants-group__text p br {
    display: none;
  }
}

/* ------------------------------------------
  鯛めしレシピ（taimesi_recipe.html）
--------------------------------------------- */
body.taimesi-recipe-page article.taimesi-recipe {
  padding-top: 70px;
}

.taimesi-recipe {
  color: #1f160f;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', sans-serif;
  letter-spacing: 0;
}

.taimesi-recipe>section {
  margin-bottom: 0;
}

.taimesi-recipe-hero {
  position: relative;
  height: 550px;
  background: url("../img/taimesi/recipe/main.webp") center 47% / cover no-repeat;
}

.taimesi-recipe-hero__panel {
  position: absolute;
  top: 60%;
  left: clamp(32px, 3vw, 90px);
  width: 530px;
  padding: 26px 30px 28px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.84);
  transform: translateY(-38%);
}

.taimesi-recipe-hero__panel p {
  margin-bottom: 8px;
  color: #eb6100;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.25;
}

.taimesi-recipe-hero__panel h2 {
  color: #241712;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
}

.taimesi-recipe-points {}

.taimesi-recipe-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 42px;
  color: #1a263f;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.taimesi-recipe-heading i {
  color: #eb7000;
  font-size: 27px;
}

.taimesi-recipe-heading--dots::before,
.taimesi-recipe-heading--dots::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eb7000;
  box-shadow: 10px 0 0 #eb7000, 20px 0 0 #eb7000;
}

.taimesi-recipe-heading--dots::before {
  margin-right: 22px;
}

.taimesi-recipe-heading--dots::after {
  margin-left: 2px;
}

.taimesi-recipe-point-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 auto;
}

.taimesi-recipe-point-list li {
  min-width: 0;
  min-height: 235px;
  padding: 21px 19px 20px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background-color: #ffffff;
}

.taimesi-recipe-point-list__number {
  margin-bottom: 2px;
  color: #eb6100;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.taimesi-recipe-point-list__number span {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.taimesi-recipe-point-list img {
  display: block;
  width: auto;
  max-width: 200px;
  height: 80px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.taimesi-recipe-point-list h3 {
  /*min-height: 44px;*/
  /*min-height: 75px;*/
  margin-bottom: 12px;
  color: #1a263f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.48;
  text-align: center;
}

.taimesi-recipe-point-list li>p:not(.taimesi-recipe-point-list__number) {
  font-size: 14px;
}

.bg-section.taimesi-recipe-ingredients {
  padding: 76px 0 82px;
  background-color: #fbf7f0;
}

.taimesi-recipe-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0 auto;
}

.taimesi-recipe-ingredient-card {
  min-width: 0;
  min-height: 264px;
  margin-bottom: 0;
  padding: 18px 26px 22px;
  border-radius: 8px;
  background-color: #ffffff;
}

.taimesi-recipe-ingredient-card h3 {
  margin: 0 auto 14px;
  padding: 8px 10px 9px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff8a00 0%, #f07400 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.taimesi-recipe-ingredient-card li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.taimesi-recipe-ingredient-card li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #111111;
}

.taimesi-recipe-ingredient-card em {
  min-width: 46px;
  text-align: right;
  white-space: nowrap;
}

.taimesi-recipe-note {
  margin: 18px auto 0;
  color: #e35c40;
  font-size: 15px;
  font-weight: 900;
}

.taimesi-recipe-note::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 1px solid #e35c40;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.taimesi-recipe-method__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 1080px;
  margin: 0 auto;
}

.taimesi-recipe-method__item {
  min-width: 0;
}

.taimesi-recipe-method__item:last-child {
  margin-bottom: 0;
}

.taimesi-recipe-method__body h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 14px;
  color: #eb6100;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.taimesi-recipe-method__body h3::before,
.taimesi-recipe-method__body h3::after {
  content: "";
  flex: 1;
  min-width: 20px;
  border-top: 1px dotted #e5b27b;
}

.taimesi-recipe-method__body ol {
  counter-reset: recipe-step;
}

.taimesi-recipe-method__body li {
  position: relative;
  counter-increment: recipe-step;
  padding-left: 31px;
  color: #1f160f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.taimesi-recipe-method__body li+li {
  margin-top: 5px;
}

.taimesi-recipe-method__body li::before {
  content: counter(recipe-step);
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #eb6100;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.taimesi-recipe-method__image img {
  display: block;
  width: 100%;
  height: 418px;
  border-radius: 8px;
  object-fit: cover;
  /*box-shadow: 0 8px 18px rgba(51, 38, 27, 0.08);*/
}

.taimesi-recipe-method__item:nth-child(1) .taimesi-recipe-method__image img {
  object-position: center 48%;
}

.taimesi-recipe-method__item:nth-child(2) .taimesi-recipe-method__image img {
  object-position: center 53%;
}

.bg-section.taimesi-recipe-final {
  padding: 66px 0 78px;
  background-color: #fbf7f0;
}

.taimesi-recipe-final__box {
  position: relative;
  max-width: 770px;
  min-height: 126px;
  margin: 0 auto;
  padding: 34px 180px 28px 32px;
  border: 2px solid #6aa544;
  border-radius: 8px;
  background-color: #ffffff;
}

.taimesi-recipe-final__box h2 {
  position: absolute;
  top: -22px;
  left: 34px;
  min-width: 128px;
  padding: 5px 18px 7px;
  border-radius: 6px;
  background-color: #5ca039;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.taimesi-recipe-final__box p {
  color: #1f160f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.taimesi-recipe-final__mascot {
  position: absolute;
  right: 32px;
  bottom: 12px;
  width: 120px;
}

.taimesi-recipe-final__mascot img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  body.taimesi-recipe-page article.taimesi-recipe {
    padding-top: 60px;
  }

  .taimesi-recipe-hero {
    height: auto;
    padding: 0 20px 28px;
    background: #fff6ed;
  }

  .taimesi-recipe-hero::before {
    content: "";
    display: block;
    height: 330px;
    margin: 0 -20px;
    background: url("../img/taimesi/recipe/main.webp") center top / cover no-repeat;
  }

  .taimesi-recipe-hero__panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 520px);
    margin: 18px auto 0;
    padding: 22px 22px 24px;
    border: 1px solid rgba(235, 97, 0, 0.18);
    border-radius: 14px;
    background-color: #ffffff;
    transform: none;
  }

  .taimesi-recipe-hero__panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background-color: #eb6100;
  }

  .taimesi-recipe-hero__panel p {
    font-size: 20px;
  }

  .taimesi-recipe-hero__panel h2 {
    font-size: 20px;
  }

  .taimesi-recipe-points {}

  .taimesi-recipe-heading {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .taimesi-recipe-heading--dots::before,
  .taimesi-recipe-heading--dots::after {
    width: 4px;
    height: 4px;
    box-shadow: 8px 0 0 #eb7000, 16px 0 0 #eb7000;
  }

  .taimesi-recipe-heading--dots::before {
    margin-right: 18px;
  }

  .taimesi-recipe-point-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .taimesi-recipe-point-list li {
    min-height: 0;
    padding: 18px 16px;
    overflow: hidden;
  }

  .taimesi-recipe-point-list h3 {
    /*min-height: 0;*/
  }

  .taimesi-recipe-point-list li>p:not(.taimesi-recipe-point-list__number) {
    word-break: break-all;
  }

  .bg-section.taimesi-recipe-ingredients,
  .bg-section.taimesi-recipe-final {
    padding: 52px 0 58px;
  }

  .taimesi-recipe-ingredient-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .taimesi-recipe-ingredient-card {
    width: 100%;
    max-width: 330px;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 18px 22px;
  }

  .taimesi-recipe-ingredient-card li {
    grid-template-columns: 8px minmax(0, 1fr) max-content;
    gap: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  .taimesi-recipe-ingredient-card li span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .taimesi-recipe-ingredient-card em {
    min-width: 40px;
    text-align: right;
  }

  .taimesi-recipe-method__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .taimesi-recipe-method__item {
    margin-bottom: 0;
  }

  .taimesi-recipe-method__body h3 {
    gap: 14px;
    font-size: 16px;
    white-space: normal;
  }

  .taimesi-recipe-method__body li {
    font-size: 13px;
  }

  .taimesi-recipe-method__image img {
    width: min(100%, 342px);
    max-width: 342px;
    height: auto;
    aspect-ratio: 342 / 390;
    margin: 0 auto;
  }

  .taimesi-recipe-final__box {
    min-height: 132px;
    padding: 34px 128px 26px 24px;
  }

  .taimesi-recipe-final__box h2 {
    left: 24px;
    min-width: 116px;
    font-size: 17px;
  }

  .taimesi-recipe-final__box p {
    font-size: 14px;
  }

  .taimesi-recipe-final__mascot {
    right: 18px;
    bottom: 16px;
    width: 92px;
  }
}

@media only screen and (max-width: 480px) {
  .taimesi-recipe-hero {
    padding: 0 16px 24px;
  }

  .taimesi-recipe-hero::before {
    height: 245px;
    margin: 0 -16px;
  }

  .taimesi-recipe-hero__panel {
    margin-top: 14px;
    padding: 19px 18px 21px;
    border-radius: 12px;
  }

  .taimesi-recipe-hero__panel h2 {
    font-size: 18px;
  }

  .taimesi-recipe-point-list {
    grid-template-columns: 1fr;
  }

  .taimesi-recipe-final__box {
    min-height: 128px;
    padding-right: 104px;
  }

  .taimesi-recipe-final__mascot {
    right: 14px;
    bottom: 18px;
    width: 76px;
  }
}

/* ------------------------------------------
  鯛めし関連記事一覧の調整
--------------------------------------------- */
.taimesi-related-news .related-news-list {
  width: 100%;
}

/* ------------------------------------------
  鯛めし店舗紹介（taimeshi-restaurants-single.html）
--------------------------------------------- */
.single-taimeshi-restaurants__title {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.single-taimeshi-restaurants__title-label {
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
  vertical-align: top;
}

.single-taimeshi-restaurants__title--with-icon .single-taimeshi-restaurants__title-label {
  gap: 14px;
}

.single-taimeshi-restaurants__title-text {
  display: block;
  min-width: 0;
}

.single-taimeshi-restaurants__title-icon {
  display: block;
  flex: 0 0 auto;
  width: 52px;
  max-height: 52px;
  object-fit: contain;
  pointer-events: none;
}

.taimeshi-restaurants-single-page {
  background-color: #ffffff;
}

.taimeshi-restaurants-single-page article {
  color: #111111;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  letter-spacing: 0;
}

.taimeshi-restaurants-single-page #pageheader {
  padding: 52px 20px 42px;
}

.taimeshi-restaurants-single-page #pageheader h2.h2_special-shop {
  width: auto;
  margin: 0;
  padding: 0;
  color: #111111;
  font-family: inherit;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.taimeshi-restaurants-detail-section {
  margin-bottom: 120px;
}

.taimeshi-restaurants-detail-section .inner {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
}

.taimeshi-restaurants-detail {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #111111;
  font-family: inherit;
}

.taimeshi-restaurants-detail__hero {
  display: block;
  width: 100%;
  height: auto;
}

.taimeshi-restaurants-detail__intro {
  padding: 48px 0 0;
}

.taimeshi-restaurants-detail__lead {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.taimeshi-restaurants-detail__description {
  margin: 0;
  color: #3e3e3e;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.taimeshi-restaurants-detail__body-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 42px 0;
}

.taimeshi-restaurants-detail__intro--overview {
  padding-top: 0;
}

.taimeshi-restaurants-detail__menus {
  margin-top: 64px;
}

.taimeshi-restaurants-detail__menu {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 44px;
  align-items: center;
}

.taimeshi-restaurants-detail__menu + .taimeshi-restaurants-detail__menu {
  margin-top: 64px;
}

.taimeshi-restaurants-detail__menu:nth-child(even) .taimeshi-restaurants-detail__menu-image {
  order: 2;
}

.taimeshi-restaurants-detail__menu-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.taimeshi-restaurants-detail__menu-copy {
  min-width: 0;
}

.taimeshi-restaurants-detail__menu-title {
  margin: 0 0 18px;
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.55;
}

.taimeshi-restaurants-detail__menu-description,
.taimeshi-restaurants-detail__closing {
  margin: 0;
  color: #3e3e3e;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.taimeshi-restaurants-detail__closing {
  margin-top: 64px;
}

.taimeshi-restaurants-detail__message {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 44%) minmax(0, 1fr);
  gap: 0;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #ffffff;
  /*box-shadow: 0 16px 42px rgba(45, 38, 31, 0.09);*/
}

.taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  height: auto;
  min-height: 0;
  padding: 72px 88px;
}

.taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) .taimeshi-restaurants-detail__quote {
  width: 100%;
  padding: 42px 0 0;
  text-align: left;
}

.taimeshi-restaurants-detail__message-copy {
  min-width: 0;
}

.taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) .taimeshi-restaurants-detail__message-copy {
  width: 100%;
}

.taimeshi-restaurants-detail__speaker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0;
  margin: 20px 0 0 auto;
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.taimeshi-restaurants-detail__speaker::before {
  content: "";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background-color: var(--key-color, #df8918);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h32L36 9H12l-4 9Z'/%3E%3Cpath d='M10 20v20h28V20M17 40V29h9v11M30 28h4'/%3E%3Cpath d='M8 18c0 3.5 5.2 4.8 8 1.2 2 3.6 6 3.6 8 0 2 3.6 6 3.6 8 0 2.8 3.6 8 2.3 8-1.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h32L36 9H12l-4 9Z'/%3E%3Cpath d='M10 20v20h28V20M17 40V29h9v11M30 28h4'/%3E%3Cpath d='M8 18c0 3.5 5.2 4.8 8 1.2 2 3.6 6 3.6 8 0 2 3.6 6 3.6 8 0 2.8 3.6 8 2.3 8-1.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.taimeshi-restaurants-detail__speaker-role {
  margin-right: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.taimeshi-restaurants-detail__speaker-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) .taimeshi-restaurants-detail__quote::before {
  top: -20px;
  left: 0;
  transform: none;
}

.taimeshi-restaurants-detail__portrait {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding-top: 24px;
  overflow: visible;
}

.taimeshi-restaurants-detail__portrait::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -50%;
  left: 0;
  width: 104%;
  height: 200%;
  border-radius: 0 50% 50% 0;
  background: linear-gradient(135deg, #ffffff 0%, #f7f7f8 38%, #e8e9eb 68%, #d3d5d8 100%);
}

.taimeshi-restaurants-detail__portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.taimeshi-restaurants-detail__portrait figcaption {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: calc(100% - 56px);
  min-height: 90px;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 18px 22px 18px 62px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.60);
  box-shadow: 0 10px 26px rgba(42, 36, 31, 0.12);
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  backdrop-filter: blur(4px);
}

.taimeshi-restaurants-detail__portrait-caption-role,
.taimeshi-restaurants-detail__portrait-caption-name {
  display: block;
}

.taimeshi-restaurants-detail__portrait-caption-role {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.taimeshi-restaurants-detail__portrait-caption-name {
  margin-top: 2px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.taimeshi-restaurants-detail__portrait figcaption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 28px;
  height: 28px;
  background-color: var(--key-color, #df8918);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h32L36 9H12l-4 9Z'/%3E%3Cpath d='M10 20v20h28V20M17 40V29h9v11M30 28h4'/%3E%3Cpath d='M8 18c0 3.5 5.2 4.8 8 1.2 2 3.6 6 3.6 8 0 2 3.6 6 3.6 8 0 2.8 3.6 8 2.3 8-1.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 18h32L36 9H12l-4 9Z'/%3E%3Cpath d='M10 20v20h28V20M17 40V29h9v11M30 28h4'/%3E%3Cpath d='M8 18c0 3.5 5.2 4.8 8 1.2 2 3.6 6 3.6 8 0 2 3.6 6 3.6 8 0 2.8 3.6 8 2.3 8-1.2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
}

.taimeshi-restaurants-detail__quote {
  position: relative;
  align-self: center;
  margin: 0;
  padding: 74px 54px 52px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.taimeshi-restaurants-detail__quote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 44px;
  color: var(--key-color, #ce2e33);
  font-family: Arial, sans-serif;
  font-size: 108px;
  font-weight: 400;
  line-height: 1;
}

.taimeshi-restaurants-detail__shop {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 0;
  align-items: stretch;
  margin-top: 72px;
}

.taimeshi-restaurants-detail__shop--with-interior {
  grid-template-columns: 1fr;
}

.taimeshi-restaurants-detail__shop-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.taimeshi-restaurants-detail__shop-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: start;
}

.taimeshi-restaurants-detail__shop-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 46px 48px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
}

.taimeshi-restaurants-detail__shop-name {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

.taimeshi-restaurants-detail__shop-info a {
  text-decoration: underline;
}

.taimeshi-restaurants-detail__shop-info a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.taimeshi-restaurants-detail__shop-url {
  display: inline-block;
  align-self: flex-start;
  margin-top: 12px;
  color: #175d8c;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.taimeshi-restaurants-detail__shop-info:has(> .taimeshi-restaurants-detail__shop-url)::after {
  content: '※お料理の価格等は上記URLからご確認ください。';
  display: block;
  align-self: flex-start;
  margin-top: 4px;
  color: #333333;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.taimeshi-restaurants-detail__organization {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 16px 76px;
  border: 1px solid var(--key-color, #df8918);
  background-color: #ffffff;
  color: var(--key-color, #df8918);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.taimeshi-restaurants-detail__organization::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("../img/arrow-w.png") center / contain no-repeat;
  mask: url("../img/arrow-w.png") center / contain no-repeat;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.taimeshi-restaurants-detail__organization:hover {
  background-color: var(--key-color, #df8918);
  color: #ffffff;
}

.taimeshi-restaurants-detail__organization:hover::after {
  right: 20px;
}

.taimeshi-restaurants-detail__organization:focus-visible,
.taimeshi-restaurants-detail__shop-info a:focus-visible {
  outline: 3px solid rgba(223, 137, 24, 0.4);
  outline-offset: 4px;
}

@media only screen and (max-width: 768px) {
  .single-taimeshi-restaurants__title--with-icon .single-taimeshi-restaurants__title-label {
    gap: 9px;
  }

  .single-taimeshi-restaurants__title-icon {
    width: 40px;
    max-height: 40px;
  }

  .taimeshi-restaurants-single-page #pageheader {
    padding: 34px 20px 28px;
  }

  .taimeshi-restaurants-single-page #pageheader h2.h2_special-shop {
    font-size: 28px;
    line-height: 1.45;
  }

  .taimeshi-restaurants-detail-section {
    margin-bottom: 72px;
  }

  .taimeshi-restaurants-detail-section .inner {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }

  .taimeshi-restaurants-detail__intro {
    max-width: none;
    padding: 28px 0 0;
  }

  .taimeshi-restaurants-detail__lead {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.7;
  }

  .taimeshi-restaurants-detail__description {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.9;
  }

  .taimeshi-restaurants-detail__body-image {
    margin: 28px 0;
  }

  .taimeshi-restaurants-detail__intro--overview {
    padding-top: 0;
  }

  .taimeshi-restaurants-detail__menus {
    margin-top: 40px;
  }

  .taimeshi-restaurants-detail__menu {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .taimeshi-restaurants-detail__menu + .taimeshi-restaurants-detail__menu {
    margin-top: 48px;
  }

  .taimeshi-restaurants-detail__menu:nth-child(even) .taimeshi-restaurants-detail__menu-image {
    order: 0;
  }

  .taimeshi-restaurants-detail__menu-image {
    aspect-ratio: 335 / 220;
    border-radius: 12px;
  }

  .taimeshi-restaurants-detail__menu-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .taimeshi-restaurants-detail__menu-description,
  .taimeshi-restaurants-detail__closing {
    font-size: 16px;
    line-height: 1.9;
  }

  .taimeshi-restaurants-detail__closing {
    margin-top: 48px;
  }

  .taimeshi-restaurants-detail__message {
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
    gap: 0;
    height: 380px;
    min-height: 380px;
    margin-top: 44px;
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(45, 38, 31, 0.08);
  }

  .taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) {
    grid-template-columns: minmax(0, 760px);
    height: auto;
    min-height: 0;
    padding: 46px 38px;
  }

  .taimeshi-restaurants-detail__portrait {
    padding-top: 18px;
  }

  .taimeshi-restaurants-detail__portrait img {
    width: 100%;
    height: 100%;
  }

  .taimeshi-restaurants-detail__portrait figcaption {
    right: auto;
    bottom: 18px;
    left: 18px;
    width: fit-content;
    max-width: calc(100% - 36px);
    min-height: 76px;
    padding: 13px 16px 13px 50px;
    border-radius: 12px;
  }

  .taimeshi-restaurants-detail__portrait-caption-role {
    font-size: 13px;
  }

  .taimeshi-restaurants-detail__portrait-caption-name {
    font-size: 17px;
  }

  .taimeshi-restaurants-detail__portrait figcaption::before {
    left: 16px;
    width: 24px;
    height: 24px;
  }

  .taimeshi-restaurants-detail__quote {
    padding: 52px 34px 38px;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
  }

  .taimeshi-restaurants-detail__quote::before {
    top: -3px;
    left: 34px;
    font-size: 64px;
  }

  .taimeshi-restaurants-detail__shop {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 44px;
  }

  .taimeshi-restaurants-detail__shop-info {
    padding: 28px 26px 30px;
    font-size: 16px;
  }

  .taimeshi-restaurants-detail__shop-name {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .taimeshi-restaurants-detail__organization {
    min-height: 78px;
    margin-top: 18px;
    padding: 14px 50px 14px 18px;
    font-size: 16px;
  }

  .taimeshi-restaurants-detail__organization::after {
    right: 16px;
    width: 23px;
    height: 5px;
  }

  .taimeshi-restaurants-detail__organization:hover::after {
    right: 8px;
  }
}

@media only screen and (max-width: 520px) {
  .taimeshi-restaurants-detail__shop-images {
    gap: 12px;
  }

  .taimeshi-restaurants-detail__message {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
    min-height: 0;
  }

  .taimeshi-restaurants-detail__portrait {
    width: 100%;
    height: min(68vw, 440px);
    margin: 0;
    padding-top: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f8 38%, #e8e9eb 68%, #d3d5d8 100%);
  }

  .taimeshi-restaurants-detail__portrait::after {
    display: none;
  }

  .taimeshi-restaurants-detail__portrait figcaption {
    width: fit-content;
    max-width: calc(100% - 36px);
  }

  .taimeshi-restaurants-detail__quote {
    width: 100%;
    margin: 0;
    padding: 54px 28px 38px;
    font-size: 18px;
  }

  .taimeshi-restaurants-detail__quote::before {
    top: 14px;
    left: 28px;
    font-size: 68px;
  }

  .taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) .taimeshi-restaurants-detail__quote {
    padding: 40px 0 0;
  }

  .taimeshi-restaurants-detail__speaker {
    gap: 0;
    margin-top: 16px;
    font-size: 16px;
  }

  .taimeshi-restaurants-detail__speaker::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .taimeshi-restaurants-detail__speaker-role {
    margin-right: 6px;
    font-size: 13px;
  }

  .taimeshi-restaurants-detail__speaker-name {
    font-size: 17px;
  }

  .taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) {
    grid-template-columns: 1fr;
    padding: 36px 28px;
  }

  .taimeshi-restaurants-detail__message:not(:has(.taimeshi-restaurants-detail__portrait)) .taimeshi-restaurants-detail__quote::before {
    top: -6px;
  }
}

/* ------------------------------------------
  東予・洋風焼き鯛めし
--------------------------------------------- */

.taimesi-toyo-page {
  --key-color: #e8381b;
  --toyo-accent: var(--key-color);
  --toyo-ink: #111111;
  --toyo-border: #e8e8e8;
  background-color: #ffffff;
  color: var(--toyo-ink);
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', sans-serif;
  letter-spacing: 0;
}

.taimesi-toyo-page *,
.taimesi-toyo-page *::before,
.taimesi-toyo-page *::after {
  box-sizing: border-box;
}

.taimesi-toyo-inner {
  width: min(calc(100% - 80px), 1102px);
  max-width: 1102px;
  margin: 0 auto;
  padding: 0;
}

.taimesi-toyo-hero {
  width: 100%;
  margin: 0;
  padding: 0 0 58px;
  background-color: #ffffff;
}

.taimesi-toyo-hero__stage {
  --toyo-mark-width: clamp(220px, 22vw, 320px);
  --toyo-hero-curve-depth: clamp(28px, 4.5vw, 58px);
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  min-height: 560px;
  max-height: 900px;
  overflow: hidden;
  border-radius: 0 0 50% 50% / 0 0 var(--toyo-hero-curve-depth) var(--toyo-hero-curve-depth);
  background-color: #ffffff;
}

.taimesi-toyo-hero__copy,
.taimesi-toyo-hero__logo {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
  pointer-events: none;
}

.taimesi-toyo-hero__copy {
  top: 50%;
  left: 50%;
  width: min(78vw, 800px);
  transform: translate(-50%, -50%);
}

.taimesi-toyo-hero__logo {
  top: 50%;
  left: 50%;
  width: var(--toyo-mark-width);
  transform: translate(-50%, -50%);
}

.taimesi-toyo-hero__slideshow,
.taimesi-toyo-hero__slideshow .swiper-wrapper,
.taimesi-toyo-hero__slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

.taimesi-toyo-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}

.js .taimesi-toyo-hero__mask {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  -webkit-mask-image: url("../img/taimesi/toyo/tai-icon.svg");
  mask-image: url("../img/taimesi/toyo/tai-icon.svg");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: var(--toyo-mark-width) auto;
  mask-size: var(--toyo-mark-width) auto;
}

.taimesi-toyo-hero__fallback,
.taimesi-toyo-hero__slideshow {
  position: absolute;
  inset: 0;
}

.taimesi-toyo-hero__fallback {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.taimesi-toyo-hero__slideshow {
  z-index: 1;
  background-color: transparent;
}

.js .taimesi-toyo-hero__mask .taimesi-toyo-hero__fallback,
.js .taimesi-toyo-hero__mask .taimesi-toyo-hero__slideshow {
  inset: 0;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  min-height: 560px;
  max-height: 900px;
}

.taimesi-toyo-hero__slideshow .swiper-slide {
  overflow: hidden;
  background-color: transparent;
}

.taimesi-toyo-hero__slideshow img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js .taimesi-toyo-hero:not(.is-running):not(.is-complete) .taimesi-toyo-hero__copy,
.js .taimesi-toyo-hero:not(.is-running):not(.is-complete) .taimesi-toyo-hero__logo,
.js .taimesi-toyo-hero:not(.is-running):not(.is-complete) .taimesi-toyo-hero__mask {
  opacity: 0;
}

.js .taimesi-toyo-hero.is-running .taimesi-toyo-hero__copy {
  animation: toyo-hero-copy 3.2s ease-in-out both;
}

.js .taimesi-toyo-hero.is-running .taimesi-toyo-hero__logo {
  animation: toyo-hero-logo 3.2s ease-in-out 3.2s both;
}

.js .taimesi-toyo-hero.is-running .taimesi-toyo-hero__mask {
  animation:
    toyo-hero-slideshow-in 1.2s ease-in-out 4.8s both,
    toyo-hero-mask-expand 1s linear 6.4s both;
}

.taimesi-toyo-hero.is-complete .taimesi-toyo-hero__copy,
.taimesi-toyo-hero.is-complete .taimesi-toyo-hero__logo {
  display: none;
}

.taimesi-toyo-hero.is-complete .taimesi-toyo-hero__mask {
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
}

@keyframes toyo-hero-copy {

  0%,
  100% {
    opacity: 0;
  }

  24%,
  85% {
    opacity: 1;
  }
}

@keyframes toyo-hero-logo {

  0%,
  100% {
    opacity: 0;
  }

  20%,
  74% {
    opacity: 1;
  }
}

@keyframes toyo-hero-slideshow-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes toyo-hero-mask-expand {
  0% {
    -webkit-mask-size: var(--toyo-mark-width) auto;
    mask-size: var(--toyo-mark-width) auto;
  }

  20% {
    -webkit-mask-size: 30vmax auto;
    mask-size: 30vmax auto;
  }

  40% {
    -webkit-mask-size: 38vmax auto;
    mask-size: 38vmax auto;
  }

  52% {
    -webkit-mask-size: 48vmax auto;
    mask-size: 48vmax auto;
  }

  64% {
    -webkit-mask-size: 65vmax auto;
    mask-size: 65vmax auto;
  }

  76% {
    -webkit-mask-size: 98vmax auto;
    mask-size: 98vmax auto;
  }

  88% {
    -webkit-mask-size: 158vmax auto;
    mask-size: 158vmax auto;
  }

  100% {
    -webkit-mask-size: 260vmax auto;
    mask-size: 260vmax auto;
  }
}

.taimesi-toyo-anchor-nav {
  padding: 0 0 64px;
  background-color: #ffffff;
}

.taimesi-toyo-anchor-nav ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 18px 24px;
  overflow: visible;
  border-top: 1px solid #e7ded4;
  border-bottom: 1px solid #e7ded4;
  background-color: transparent;
}

.taimesi-toyo-anchor-nav li {
  margin: 0;
  background-color: transparent;
}

.taimesi-toyo-anchor-nav a {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 28px 9px 0;
  border: 0;
  background-color: transparent;
  color: var(--toyo-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition: color 0.25s ease;
}

.taimesi-toyo-anchor-nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--toyo-accent);
  border-bottom: 1px solid var(--toyo-accent);
  transform: translateY(-65%) rotate(45deg);
  transition: top 0.25s ease;
}

.taimesi-toyo-anchor-nav a:hover,
.taimesi-toyo-anchor-nav a:focus-visible {
  background-color: transparent;
  color: var(--toyo-accent);
}

.taimesi-toyo-anchor-nav a:hover::after {
  top: 56%;
}

.taimesi-toyo-anchor-nav a:focus-visible,
.taimesi-toyo-instagram__banner:focus-visible,
.taimesi-page-links a:focus-visible {
  outline: 3px solid rgba(223, 137, 24, 0.45);
  outline-offset: 4px;
}


.taimesi-toyo-section-heading {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 22px;
  align-items: center;
  margin-bottom: 54px;
  padding: 0;
  border: 0;
}

.taimesi-toyo-section-heading::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  display: block;
  width: 64px;
  aspect-ratio: 109.4 / 131.8;
  background: url("../img/taimesi/toyo/tai-icon.svg") center / contain no-repeat;
}

.taimesi-toyo-section-heading p {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 0 4px;
  color: var(--toyo-accent);
  font-family: Georgia, 'Times New Roman', 'Shippori Mincho', serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.taimesi-toyo-section-heading h2 {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.045em;
  text-wrap: balance;
}

.taimesi-toyo-section-heading h2::after {
  display: none;
}

.taimesi-toyo-section-intro {
  max-width: 820px;
  margin: -18px 0 52px;
  color: var(--toyo-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
}

.taimesi-toyo-concept {
  overflow: hidden;
}

.taimesi-toyo-concept__grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
  gap: 72px;
  align-items: center;
}

.taimesi-toyo-concept__copy {
  color: var(--toyo-accent);
}

.taimesi-toyo-concept__copy p {
  margin: 0 0 15px;
  color: var(--toyo-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

.taimesi-toyo-concept__copy .taimesi-toyo-concept__lead {
  margin-bottom: 28px;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.55;
}

.taimesi-toyo-concept__photo {
  position: static;
  margin: 0;
}

.taimesi-toyo-concept__photo::before {
  display: none;
}

.taimesi-toyo-concept__photo img {
  position: static;
  display: block;
  height: auto;
  object-fit: contain;
}

.taimesi-toyo-types__heading {
  margin: 84px 0 34px;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.035em;
  text-wrap: balance;
}

.taimesi-toyo-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-top: 0;
}

.taimesi-toyo-type,
.taimesi-toyo-type--toyo {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 10px;
  min-height: 0;
  align-items: start;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.taimesi-toyo-type__heading {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.taimesi-toyo-type>span,
.taimesi-toyo-type--toyo>span,
.taimesi-toyo-type__heading>span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
}

.taimesi-toyo-type>span img,
.taimesi-toyo-type--toyo>span img,
.taimesi-toyo-type__heading>span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.taimesi-toyo-type h4 {
  margin: 0;
  color: var(--toyo-accent);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}

.taimesi-toyo-type p {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  color: var(--toyo-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.taimesi-toyo-concept-details {
  margin-top: 120px;
}

.taimesi-toyo-definition,
.taimesi-toyo-story {
  position: relative;
}

.taimesi-toyo-concept-subheading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 42px;
}

.taimesi-toyo-concept-subheading::before {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 109.4 / 131.8;
  background: url("../img/taimesi/toyo/tai-icon.svg") center / contain no-repeat;
}

.taimesi-toyo-concept-subheading h3 {
  margin: 0;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.035em;
  text-wrap: balance;
}

.taimesi-toyo-definition {
  overflow: visible;
  padding: 82px 0px 67px;
  border-top: 1px solid rgba(232, 56, 27, 0.7);
  border-bottom: 1px solid rgba(232, 56, 27, 0.7);
  background-color: #ffffff;
}

.taimesi-toyo-definition::after {
  content: "";
  position: absolute;
  right: -232px;
  bottom: -220px;
  width: 340px;
  aspect-ratio: 109.4 / 131.8;
  background: url("../img/taimesi/toyo/toyo-icon-yaki.webp") center / contain no-repeat;
  opacity: 0.045;
  pointer-events: none;
}

.taimesi-toyo-definition__list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taimesi-toyo-definition__list>li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 26px;
  padding: 30px 0 32px;
  border-top: 1px solid rgba(232, 56, 27, 0.22);
}

.taimesi-toyo-definition__number,
.taimesi-toyo-story__number {
  color: var(--toyo-accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.taimesi-toyo-definition h4,
.taimesi-toyo-story__chapter h4 {
  margin: 0;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.025em;
  text-wrap: balance;
}

.taimesi-toyo-definition ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.taimesi-toyo-definition ul li {
  position: relative;
  margin: 4px 0 0;
  padding-left: 17px;
  color: var(--toyo-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.taimesi-toyo-definition ul li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--toyo-accent);
}

.taimesi-toyo-story {
  margin-top: 112px;
}

.taimesi-toyo-story__chapters {
  position: relative;
  max-width: 1050px;
  margin-left: auto;
}

.taimesi-toyo-story__chapters::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 31px;
  width: 1px;
  background-color: rgba(232, 56, 27, 0.34);
}

.taimesi-toyo-story__chapter {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 28px;
  margin: 0;
}

.taimesi-toyo-story__chapter+.taimesi-toyo-story__chapter {
  margin-top: 66px;
}

.taimesi-toyo-story__number {
  position: relative;
  z-index: 1;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--toyo-accent);
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 17px;
}

.taimesi-toyo-story__chapter h4 {
  margin: 8px 0 20px;
  font-size: 25px;
}

.taimesi-toyo-story__chapter p {
  margin: 0;
  color: var(--toyo-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.taimesi-toyo-story__chapter p+p {
  margin-top: 8px;
}

.taimesi-toyo-page .taimeshi-restaurants__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.taimesi-toyo-page .taimeshi-restaurants-card {
  border: 1px solid var(--toyo-border);
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: none;
}

.taimesi-toyo-page .taimeshi-restaurants-card__meta span {
  border-color: var(--toyo-accent);
  color: var(--toyo-accent);
}

.taimesi-toyo-featured-shops__toggle {
  display: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.taimesi-toyo-mobile-event-link {
  display: none;
}

#stamp-rally {
  scroll-margin-top: 80px;
}

.taimesi-toyo-restaurant-guide .menu-search {
  margin-top: 0;
}

.taimesi-toyo-promotion,
.taimesi-toyo-instagram {
  position: relative;
  overflow: hidden;
}

.taimesi-toyo-promotion--event {
  padding: 120px 0 140px;
  background-color: #ffffff;
}

.taimesi-toyo-promotion>.taimesi-toyo-inner,
.taimesi-toyo-instagram>.taimesi-toyo-inner {
  position: relative;
  z-index: 1;
}

.taimesi-toyo-promotion__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 72px 76px;
  align-items: start;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
}

.taimesi-toyo-promotion__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  background-color: #ffffff;
  box-shadow: 16px 16px 0 rgba(232, 56, 27, 0.1);
}

.taimesi-toyo-promotion__media img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(232, 56, 27, 0.6);
  object-fit: cover;
}

.taimesi-toyo-event__slideshow,
.taimesi-toyo-event__slideshow .swiper-wrapper,
.taimesi-toyo-event__slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

.taimesi-toyo-event__slideshow .swiper-slide {
  overflow: hidden;
}

.taimesi-toyo-promotion__body {
  display: block;
  padding: 0;
}

.taimesi-toyo-promotion__layout--stamp {
  row-gap: 36px;
}

.taimesi-toyo-promotion__layout--stamp .taimesi-toyo-promotion__media {
  aspect-ratio: 210 / 297;
}

.taimesi-toyo-promotion__layout--stamp .taimesi-toyo-promotion__media img {
  object-fit: contain;
}

.taimesi-toyo-promotion__supplement {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.taimesi-toyo-promotion__panel {
  min-width: 0;
  background-color: transparent;
}

.taimesi-toyo-promotion__panel .taimesi-toyo-promotion__subheading {
  margin: 0 0 22px;
  padding: 0;
  border-bottom: 0;
}

.taimesi-toyo-promotion__panel .taimesi-toyo-promotion__steps,
.taimesi-toyo-promotion__panel .taimesi-toyo-promotion__prizes {
  margin-bottom: 0;
}

.taimesi-toyo-promotion__actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-end;
  margin-top: -8px;
}

.taimesi-toyo-promotion__actions--stamp {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.taimesi-toyo-stamp-rally-action {
  position: relative;
  display: flex;
  width: min(100%, 620px);
  min-height: 64px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.3em;
  padding: 14px 62px 14px 32px;
  border: 2px solid var(--toyo-accent);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.taimesi-toyo-stamp-rally-action>span {
  white-space: nowrap;
}

.taimesi-toyo-stamp-rally-action--details {
  background-color: #ffffff;
  box-shadow: 0 7px 20px rgba(204, 49, 27, 0.1);
  color: var(--toyo-accent);
}

.taimesi-toyo-stamp-rally-action--participate {
  background: linear-gradient(105deg, #ed321e 0%, #f24828 100%);
  box-shadow: 0 9px 24px rgba(204, 49, 27, 0.18);
  color: #ffffff;
}

.taimesi-toyo-stamp-rally-action__destination {
  font-size: 0.9em;
}

.taimesi-toyo-stamp-rally-action__icon {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: translateY(-50%);
}

.taimesi-toyo-stamp-rally-action--details:hover {
  background-color: #fff4ef;
  box-shadow: 0 10px 24px rgba(204, 49, 27, 0.16);
  color: var(--toyo-accent);
  transform: translateY(-2px);
}

.taimesi-toyo-stamp-rally-action--participate:hover {
  box-shadow: 0 12px 28px rgba(204, 49, 27, 0.25);
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-2px);
}

.taimesi-toyo-stamp-rally-action:focus-visible {
  outline: 3px solid rgba(223, 137, 24, 0.45);
  outline-offset: 4px;
}

.taimesi-toyo-promotion__body>p {
  margin: 0 0 20px;
  color: var(--toyo-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.taimesi-toyo-promotion__body .taimesi-toyo-promotion__lead {
  margin-bottom: 22px;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(27px, 2.6vw, 35px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-wrap: balance;
}

.taimesi-toyo-promotion__lead ruby {
  ruby-align: center;
}

.taimesi-toyo-promotion__lead rt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.38em;
  font-weight: 700;
}

.taimesi-toyo-nowrap {
  white-space: nowrap;
}

.taimesi-toyo-promotion__details {
  margin: 28px 0 32px;
}

.taimesi-toyo-promotion__details>div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(232, 56, 27, 0.28);
}

.taimesi-toyo-promotion__details>div:last-child {
  border-bottom: 1px solid rgba(232, 56, 27, 0.28);
}

.taimesi-toyo-promotion__details dt,
.taimesi-toyo-promotion__details dd {
  margin: 0;
  color: var(--toyo-ink);
  font-size: 14px;
  line-height: 1.75;
}

.taimesi-toyo-promotion__details dt {
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.taimesi-toyo-promotion__details dd {
  font-weight: 500;
}

.taimesi-toyo-promotion__details small {
  font-size: 12px;
  line-height: 1.7;
}

.taimesi-toyo-promotion__subheading {
  margin: 34px 0 18px;
  padding: 0;
  border: 0;
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.taimesi-toyo-promotion__steps {
  margin: 0 0 32px;
  counter-reset: none;
}

.taimesi-toyo-promotion__steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  color: var(--toyo-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.taimesi-toyo-promotion__steps li span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--toyo-accent);
  border-radius: 50%;
  background-color: transparent;
  color: var(--toyo-accent);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.taimesi-toyo-promotion__prizes {
  margin: 0 0 34px;
  border-top: 0;
}

.taimesi-toyo-promotion__prizes li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid rgba(232, 56, 27, 0.18);
  color: var(--toyo-ink);
  font-size: 15px;
  line-height: 1.7;
}

.taimesi-toyo-promotion__prizes li:first-child {
  border-top: 1px solid rgba(232, 56, 27, 0.18);
}

.taimesi-toyo-promotion__prizes b {
  color: var(--toyo-accent);
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
}

.taimesi-toyo-promotion__prizes span {
  font-weight: 500;
}

.taimesi-toyo-promotion--event .taimesi-toyo-promotion__media {
  grid-column: 2;
  grid-row: 1;
}

.taimesi-toyo-promotion--event .taimesi-toyo-promotion__body {
  grid-column: 1;
  grid-row: 1;
}

.taimesi-toyo-promotion--event .taimesi-toyo-promotion__lead {
  font-size: clamp(25px, 2.2vw, 30px);
  letter-spacing: 0;
}

.taimesi-toyo-page .taimesi-button:hover {
  opacity: 0.72;
}

.taimesi-toyo-instagram__banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--toyo-accent);
  background-color: var(--toyo-accent);
  color: var(--toyo-ink);
  box-shadow: none;
}

.taimesi-toyo-instagram__banner::after {
  display: none;
}

.taimesi-toyo-instagram__slideshow {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  background-color: #ffffff;
}

.taimesi-toyo-instagram__slideshow .swiper-wrapper,
.taimesi-toyo-instagram__slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

.taimesi-toyo-instagram__slideshow .swiper-slide {
  overflow: hidden;
  background-color: #ffffff;
}

.taimesi-toyo-instagram__slideshow img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.taimesi-toyo-instagram__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: center;
  padding: 46px 48px;
  overflow: hidden;
  background-color: var(--toyo-accent);
  text-align: left;
}

.taimesi-toyo-instagram__content>* {
  position: relative;
  z-index: 1;
}

.taimesi-toyo-instagram__content>i {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 48px;
}

.taimesi-toyo-instagram__content b {
  display: block;
  color: #ffffff;
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(23px, 1.5vw, 32px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.025em;
  text-wrap: balance;
}

.taimesi-toyo-instagram__content small {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.taimesi-toyo-instagram__content em {
  display: inline-flex;
  min-width: 142px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 9px 22px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
}

.taimesi-toyo-instagram__banner:hover .taimesi-toyo-instagram__slideshow img {
  transform: scale(1.02);
}

.taimesi-toyo-page .taimesi-news-list {
  margin-top: 0;
}

.taimesi-toyo-related .related-news-list {
  width: 100%;
  margin-bottom: 34px;
}

.taimesi-toyo-related__more {
  margin-left: auto;
}

.taimesi-region-related .related-news-list {
  width: 100%;
  margin-bottom: 34px;
}

.taimesi-region-related__more {
  margin-left: auto;
}

.taimesi-news-list__empty,
.taimesi-related-news__empty,
.taimesi-region-related__empty {
  margin: 0;
  padding: 28px;
  color: #111111;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.taimesi-page-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 72px 0 0;
}

.taimesi-page-links li {
  margin: 0;
}

.taimesi-page-links a {
  position: relative;
  display: flex;
  min-height: 86px;
  flex-direction: column;
  justify-content: center;
  padding: 14px 54px 14px 25px;
  border: 0;
  border-radius: 0;
  background-color: #070707;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  box-shadow: none;
  transition: opacity 0.3s ease;
}

.taimesi-page-links a span {
  display: block;
  margin-bottom: 5px;
  color: #df8918;
  font-size: 13px;
  font-weight: 800;
}

.taimesi-page-links a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 28px;
  height: 7px;
  background: url("../img/arrow-w.png") center / cover no-repeat;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.taimesi-page-links a:hover,
.taimesi-page-links a:focus-visible {
  background-color: #070707;
  color: #ffffff;
}

.taimesi-page-links a:hover::after,
.taimesi-page-links a:focus-visible::after {
  right: 4px;
}

.taimesi-toyo-empty {
  margin: 0;
  padding: 28px;
  border: 1px solid var(--toyo-border);
  background-color: #ffffff;
  color: var(--toyo-ink);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .taimesi-toyo-inner {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .taimesi-toyo-concept__grid,
  .taimesi-toyo-promotion__layout {
    gap: 44px;
  }

  .taimesi-toyo-types {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .taimesi-toyo-instagram__banner {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
  }

  .taimesi-toyo-instagram__content {
    padding: 36px 32px;
  }
}

@media only screen and (max-width: 768px) {
  .taimesi-toyo-inner {
    max-width: 560px;
    padding-right: 52px;
    padding-left: 52px;
  }

  .taimesi-toyo-mobile-event-link {
    display: block;
    padding: 24px 52px 0;
    background-color: #ffffff;
  }

  .taimesi-toyo-mobile-event-link .taimesi-button {
    margin: 0 auto;
  }

  .taimesi-toyo-hero {
    padding-bottom: 32px;
  }

  .taimesi-toyo-hero__stage {
    --toyo-mark-width: min(54vw, 220px);
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    min-height: 500px;
    max-height: 760px;
  }

  .taimesi-toyo-hero__copy {
    width: min(86vw, 560px);
  }

  .taimesi-toyo-hero__logo {
    top: 50%;
    left: 50%;
    width: var(--toyo-mark-width);
  }

  .js .taimesi-toyo-hero__mask .taimesi-toyo-hero__fallback,
  .js .taimesi-toyo-hero__mask .taimesi-toyo-hero__slideshow {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    min-height: 500px;
    max-height: 760px;
  }

  .taimesi-toyo-anchor-nav {
    padding: 0 0 34px;
  }

  .taimesi-toyo-anchor-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 12px 0;
  }

  .taimesi-toyo-anchor-nav a {
    min-height: 52px;
    padding: 8px 24px 8px 0;
    font-size: 17px;
  }

  .taimesi-toyo-anchor-nav a::after {
    right: 3px;
    width: 6px;
    height: 6px;
  }

  .taimesi-toyo-section,
  .taimesi-toyo-section:nth-of-type(even),
  .taimesi-toyo-concept,
  .taimesi-toyo-featured-shops,
  .taimesi-toyo-restaurant-guide,
  .taimesi-toyo-promotion,
  .taimesi-toyo-promotion--event,
  .taimesi-toyo-instagram,
  .taimesi-toyo-news,
  .taimesi-toyo-related {
    padding: 62px 0;
    scroll-margin-top: 64px;
  }

  .taimesi-toyo-section-heading {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 15px;
    margin-bottom: 36px;
    padding: 0;
    border: 0;
  }

  .taimesi-toyo-section-heading::before {
    width: 48px;
    height: auto;
  }

  .taimesi-toyo-section-heading p {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .taimesi-toyo-section-heading h2 {
    font-size: clamp(23px, 6vw, 28px);
  }

  .taimesi-toyo-section-intro {
    margin: -8px 0 30px;
    font-size: 15px;
    line-height: 1.8;
  }

  .taimesi-toyo-concept__grid,
  .taimesi-toyo-promotion__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .taimesi-toyo-concept__copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .taimesi-toyo-concept__copy .taimesi-toyo-concept__lead {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .taimesi-toyo-concept__photo {
    width: 100%;
  }

  .taimesi-toyo-types {
    gap: 24px;
    margin-top: 0;
  }

  .taimesi-toyo-types__heading {
    margin: 50px 0 26px;
    font-size: 22px;
  }

  .taimesi-toyo-concept-details {
    margin-top: 78px;
  }

  .taimesi-toyo-concept-subheading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 30px;
  }

  .taimesi-toyo-concept-subheading::before {
    width: 40px;
  }

  .taimesi-toyo-concept-subheading h3 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .taimesi-toyo-definition {
    padding: 40px 24px 8px;
  }

  .taimesi-toyo-definition::after {
    right: 8px;
    bottom: 12px;
    width: 220px;
  }

  .taimesi-toyo-definition__list>li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0 26px;
  }

  .taimesi-toyo-definition__number {
    font-size: 20px;
  }

  .taimesi-toyo-definition h4,
  .taimesi-toyo-story__chapter h4 {
    font-size: 19px;
    line-height: 1.65;
  }

  .taimesi-toyo-definition ul {
    margin-top: 10px;
  }

  .taimesi-toyo-definition ul li {
    font-size: 14px;
  }

  .taimesi-toyo-story {
    margin-top: 78px;
  }

  .taimesi-toyo-story__chapters {
    margin-left: 0;
  }

  .taimesi-toyo-story__chapters::before {
    left: 22px;
  }

  .taimesi-toyo-story__chapter {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
  }

  .taimesi-toyo-story__chapter+.taimesi-toyo-story__chapter {
    margin-top: 48px;
  }

  .taimesi-toyo-story__number {
    width: 46px;
    height: 46px;
    font-size: 13px;
  }

  .taimesi-toyo-story__chapter h4 {
    margin: 2px 0 14px;
  }

  .taimesi-toyo-story__chapter p {
    font-size: 14px;
    line-height: 1.9;
  }

  .taimesi-toyo-type,
  .taimesi-toyo-type--toyo {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .taimesi-toyo-type__heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .taimesi-toyo-type>span,
  .taimesi-toyo-type--toyo>span,
  .taimesi-toyo-type__heading>span {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .taimesi-toyo-type h4 {
    font-size: 16px;
  }

  .taimesi-toyo-type p {
    font-size: 14px;
  }

  .taimesi-toyo-page .taimeshi-restaurants__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .taimesi-toyo-page .taimeshi-restaurants-card[hidden] {
    display: none;
  }

  .taimesi-toyo-featured-shops__toggle:not([hidden]) {
    display: flex;
    margin: 36px auto 0;
  }

  .taimesi-toyo-promotion__media {
    aspect-ratio: 4 / 3;
    box-shadow: 10px 10px 0 rgba(232, 56, 27, 0.1);
  }

  .taimesi-toyo-promotion__layout--stamp .taimesi-toyo-promotion__media {
    aspect-ratio: 210 / 297;
  }

  .taimesi-toyo-promotion__body>p {
    font-size: 15px;
  }

  .taimesi-toyo-promotion__body .taimesi-toyo-promotion__lead {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .taimesi-toyo-promotion__details>div {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 12px 0;
  }

  .taimesi-toyo-promotion__layout--stamp {
    row-gap: 28px;
  }

  .taimesi-toyo-promotion__supplement {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .taimesi-toyo-promotion__panel {
    padding-top: 24px;
  }

  .taimesi-toyo-promotion__actions {
    grid-column: 1;
    margin-top: -4px;
  }

  .taimesi-toyo-promotion__actions--stamp {
    gap: 10px;
    margin-top: 2px;
  }

  .taimesi-toyo-stamp-rally-action {
    min-height: 60px;
    padding: 13px 48px 13px 18px;
    font-size: 16px;
  }

  .taimesi-toyo-stamp-rally-action__icon {
    right: 16px;
    width: 23px;
    height: 23px;
  }

  .taimesi-toyo-promotion__subheading {
    margin-top: 28px;
    font-size: 20px;
  }

  .taimesi-toyo-promotion__steps li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    font-size: 16px;
  }

  .taimesi-toyo-promotion__steps li span {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .taimesi-toyo-promotion__prizes li {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 0;
    font-size: 16px;
  }

  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__media,
  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__body {
    grid-column: 1;
    grid-row: auto;
  }

  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__media {
    order: 1;
  }

  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__body {
    order: 2;
  }

  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__actions {
    order: 3;
  }

  .taimesi-toyo-promotion--event .taimesi-toyo-promotion__lead {
    font-size: 22px;
  }

  .taimesi-toyo-page .taimesi-button {
    font-size: 16px;
  }

  .taimesi-toyo-instagram__banner {
    grid-template-columns: 1fr;
  }

  .taimesi-toyo-instagram__slideshow {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .taimesi-toyo-instagram__slideshow img {
    min-height: 0;
  }

  .taimesi-toyo-instagram__content {
    min-height: 0;
    align-items: flex-start;
    padding: 32px 26px 36px;
    text-align: left;
  }

  .taimesi-toyo-instagram__content>i {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .taimesi-toyo-instagram__content b {
    font-size: 23px;
  }

  .taimesi-toyo-instagram__content em {
    align-self: stretch;
    margin-top: 24px;
  }

  .taimesi-page-links {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 44px;
  }

  .taimesi-page-links a {
    min-height: 64px;
    padding: 11px 52px 11px 16px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .taimesi-toyo-inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .taimesi-toyo-stamp-rally-action--participate {
    flex-direction: column;
    gap: 1px;
  }

  .taimesi-toyo-stamp-rally-action--participate>span:first-child {
    white-space: normal;
  }

  .taimesi-toyo-mobile-event-link {
    padding-right: 28px;
    padding-left: 28px;
  }

  .taimesi-toyo-section-heading p {
    font-size: 10px;
  }

  .taimesi-toyo-section-heading h2 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .taimesi-toyo-stamp-rally-action {
    transition: none;
  }

  .taimesi-toyo-stamp-rally-action:hover {
    transform: none;
  }

  .taimesi-toyo-hero__copy,
  .taimesi-toyo-hero__logo {
    display: none;
  }

  .js .taimesi-toyo-hero__mask {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    opacity: 1;
    animation: none;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .js .taimesi-toyo-hero__mask .taimesi-toyo-hero__fallback,
  .js .taimesi-toyo-hero__mask .taimesi-toyo-hero__slideshow {
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    transform: none;
  }
}

/* 鯛めしページ共通ヘッダー */
header h1.taimesi-header-brand {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  top: 40px;
  line-height: 1;
  transform: translateY(-50%);
}

.taimesi-header-brand a {
  display: inline-flex;
  color: #4b4948;
  text-decoration: none;
}

header h1.taimesi-header-brand .taimesi-header-brand__title {
  font-family: "Shippori Mincho", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

header h1.taimesi-header-brand img {
  width: 52px;
}

@media only screen and (max-width: 768px) {
  header h1.taimesi-header-brand {
    top: 30px;
  }

  header h1.taimesi-header-brand .taimesi-header-brand__title {
    font-size: 19px;
  }

  header h1.taimesi-header-brand img {
    width: 46px;
  }
}
