@charset "UTF-8";
/* Foundation
-------------------------------------------------- */
:root {
  --color-red: #922128;
  --color-brown: #3a1c0c;
  --color-ink: #111111;
  --color-white: #ffffff;
  --color-gray: #f5f5f5;
  --color-green: #194815;
  --content-width: 1280px;
}

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

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, p, figure, ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input {
  font: inherit;
}

/* Foundation
-------------------------------------------------- */
body {
  color: #111111;
  background: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

body:has(.p-header__toggle:checked) {
  overflow: hidden;
}

a:focus-visible {
  outline: 3px solid #e6ae36;
  outline-offset: 4px;
}

address {
  font-style: normal;
}

/* Layout
-------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.l-header__inner {
  min-height: 94px;
}

.admin-bar .l-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .l-header {
    top: 46px;
  }
}
.l-main {
  overflow: hidden;
  padding-top: 94px;
}

@media (max-width: 1080px) {
  .l-main {
    padding-top: 76px;
  }
}
.l-footer {
  color: #fff;
  background: #3a1c0c;
}

/* Foundation
-------------------------------------------------- */
.l-container {
  width: min(100% - 80px, 1280px);
  margin-inline: auto;
}

@media (max-width: 767px) {
  .l-container {
    width: min(100% - 40px, 1280px);
  }
}
/* Foundation
-------------------------------------------------- */
.l-section {
  padding-block: clamp(88px, 10vw, 176px);
}

@media (max-width: 767px) {
  .l-section {
    padding-block: 72px;
  }
}
/* Object / Component
-------------------------------------------------- */
/* Foundation
-------------------------------------------------- */
.c-button {
  position: relative;
  display: inline-flex;
  width: 300px;
  max-width: 100%;
  min-width: 0;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 52px;
  border-radius: 50px;
  color: #fff;
  background: #922128;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.c-button:hover, .c-button:focus-visible {
  opacity: 0.6;
}

.c-button__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: url("../images/chevron-circle-right-solid.svg") center/contain no-repeat;
  font-size: 0;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-button:hover .c-button__icon, .c-button:focus-visible .c-button__icon {
  transform: translate(5px, -50%);
}

/* Foundation
-------------------------------------------------- */
.c-section-heading__en {
  display: block;
  margin-bottom: 0;
  color: #922128;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.c-section-heading__ja {
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-section-heading--center {
  text-align: center;
}

@media (max-width: 767px) {
  .c-section-heading__ja {
    font-size: 38px;
  }
  .l-section.p-commitment .c-section-heading__ja,
  .l-section.p-buy .c-section-heading__ja,
  .l-section.p-topics .c-section-heading__ja,
  .l-section.p-menu .c-section-heading__ja,
  .l-section.p-gallery .c-section-heading__ja {
    font-size: 30px;
  }
}
.c-logo {
  display: block;
  height: auto;
}

.c-social {
  display: flex;
  gap: 7px;
}

.c-social__link {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.c-social--footer .c-social__link {
  color: #3a1c0c;
  background: #fff;
  transition: background-color 0.3s ease;
}

.c-social--footer .c-social__link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(10%) sepia(31%) saturate(2096%) hue-rotate(346deg) brightness(91%) contrast(96%);
  transition: filter 0.3s ease;
}

.c-social--footer .c-social__link:hover,
.c-social--footer .c-social__link:focus-visible {
  background-color: #922128;
}

.c-social--footer .c-social__link:hover img,
.c-social--footer .c-social__link:focus-visible img {
  filter: brightness(0) invert(1);
}

.c-product-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  color: inherit;
  background: #fff;
  box-shadow: 0 12px 28px rgba(58, 28, 12, 0.1);
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.c-product-card:hover,
.c-product-card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(58, 28, 12, 0.18);
}

.c-product-card__image {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: contain;
  padding: 12px;
}

.c-product-card__body {
  height: auto;
  padding: 15px 8px;
  color: #fff;
  background: #3a3a38;
  text-align: center;
}

.c-product-card__body h3 {
  font-size: 14px;
  line-height: 1.45;
}

.c-product-card__body p {
  font-size: 12px;
}

.c-topics-list {
  list-style: none;
}

/* Object / Project
-------------------------------------------------- */
/* Foundation
-------------------------------------------------- */
.p-header__inner {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.p-header__logo {
  flex: 0 0 260px;
  margin-inline: 24px 36px;
}

.p-header__logo img {
  width: 100%;
  height: 73px;
  object-fit: contain;
}

.p-header__nav {
  margin-left: auto;
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.35vw, 30px);
  white-space: nowrap;
}

.p-header__nav-list a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.p-header__nav-list a:hover,
.p-header__nav-list a:focus-visible {
  color: #922128;
  text-decoration: none;
}

.p-header__nav-item--sp {
  display: none;
}

.p-header__social {
  margin: 0;
}

.p-header__social .c-social__link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.p-header__social .c-social__link {
  transition: background-color 0.3s ease;
}

.p-header__social .c-social__link:hover,
.p-header__social .c-social__link:focus-visible {
  background-color: #922128;
}

.p-header__order, .p-header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}

.p-header__order {
  width: clamp(190px, 11.5vw, 220px);
  height: 68px;
  display: grid;
  grid-template-columns: 22px auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 7px;
  padding-inline: 18px;
  border: 2px solid #922128;
  border-radius: 50px;
  color: #922128;
  background: #fff;
}

.p-header__order-icon {
  width: 22px;
  height: 22px;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.p-header__order span {
  display: contents;
}

.p-header__order strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.p-header__order small {
  grid-column: 1/3;
  grid-row: 2;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.p-header__order, .p-header__order-icon {
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, filter 0.35s ease-in-out;
}

.p-header__order:hover, .p-header__order:focus-visible {
  color: #fff;
  background: #922128;
}

.p-header__order:hover .p-header__order-icon, .p-header__order:focus-visible .p-header__order-icon {
  filter: brightness(0) invert(1);
}

.p-header__contact {
  width: clamp(330px, 22vw, 420px);
  height: 68px;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 12px 0 0;
  padding: 0 clamp(14px, 1vw, 20px) 0 8px;
  border: 2px solid #922128;
  border-radius: 50px;
  color: #fff;
  background: #922128;
}

.p-header__contact-icons {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
}

.p-header__contact-icons img:first-child {
  width: 28px;
  height: 35px;
  transform: translateY(3px);
}

.p-header__contact-icons img:last-child {
  width: 24px;
  height: 31px;
  transform: translateY(-3px);
}

.p-header__contact-divider {
  width: 2px;
  height: 46px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.9);
}

.p-header__contact-text {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.p-header__contact small {
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 700;
}

.p-header__contact strong {
  font-family: Arial, sans-serif;
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1;
}

.p-header__contact, .p-header__contact-icons img, .p-header__contact-divider {
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, filter 0.35s ease-in-out;
}

.p-header__contact:hover, .p-header__contact:focus-visible {
  border: 2px solid #922128;
  color: #922128;
  background: #fff;
}

.p-header__contact:hover .p-header__contact-icons img, .p-header__contact:focus-visible .p-header__contact-icons img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(4688%) hue-rotate(338deg) brightness(83%) contrast(91%);
}

.p-header__contact:hover .p-header__contact-divider, .p-header__contact:focus-visible .p-header__contact-divider {
  background: #922128;
}

.p-header__toggle, .p-header__menu {
  display: none;
}

@media (max-width: 1320px) {
  .p-header__logo {
    flex-basis: 205px;
    margin-inline: 18px;
  }
  .p-header__nav-list {
    gap: 12px;
  }
  .p-header__nav-list a {
    font-size: 11px;
  }
  .p-header__social {
    margin: 0;
  }
  .p-header__order {
    width: 190px;
    height: 68px;
    padding-inline: 14px;
  }
  .p-header__contact {
    width: 290px;
    height: 68px;
    padding: 0 12px 0 7px;
  }
  .p-header__contact-divider {
    height: 44px;
  }
}
@media (max-width: 1500px) {
  .p-header__social {
    margin-left: auto;
  }
  .p-header__contact {
    margin-right: 0;
  }
  .p-header__menu {
    order: 10;
    display: grid;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    flex: 0 0 auto;
    align-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .p-header__menu span:not(.u-visually-hidden) {
    display: block;
    height: 2px;
    background: #922128;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(2) {
    opacity: 0;
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .p-header__nav {
    position: absolute;
    top: 94px;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    transition: max-height 0.3s;
  }
  .p-header__toggle:checked ~ .p-header__nav {
    max-height: 480px;
    border-top: 1px solid #ddd;
  }
  .p-header__nav-list {
    display: block;
    padding: 20px;
  }
  .p-header__nav-list a {
    display: block;
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .p-header__inner {
    min-height: 76px;
  }
  .p-header__logo {
    flex-basis: 200px;
    margin-right: auto;
  }
  .p-header__logo img {
    height: 58px;
  }
  .p-header__menu {
    display: grid;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    align-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .p-header__menu span:not(.u-visually-hidden) {
    display: block;
    height: 2px;
    background: #922128;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(2) {
    opacity: 0;
  }
  .p-header__toggle:checked + .p-header__menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .p-header__nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    transition: max-height 0.3s;
  }
  .p-header__toggle:checked ~ .p-header__nav {
    max-height: 480px;
    border-top: 1px solid #ddd;
  }
  .p-header__nav-list {
    display: block;
    padding: 20px;
  }
  .p-header__nav-list a {
    display: block;
    padding: 12px;
    font-size: 14px;
  }
  .p-header__social {
    display: flex;
  }
  .p-header__order {
    width: 168px;
    height: 58px;
  }
  .p-header__contact {
    width: 250px;
    height: 68px;
    padding: 0 10px 0 6px;
  }
  .p-header__contact-icons img:first-child {
    width: 27px;
    height: 32px;
  }
  .p-header__contact-icons img:last-child {
    width: 23px;
    height: 28px;
  }
}
@media (max-width: 1080px) {
  .p-header__inner {
    min-height: 76px;
    flex-wrap: wrap;
    column-gap: 0;
  }
  .p-header__logo {
    order: 1;
    flex-basis: 174px;
    margin-left: 12px;
  }
  .p-header__logo img {
    display: block;
    width: 174px;
    height: 48px;
    object-position: left center;
    image-rendering: auto;
  }
  .p-header__social .c-social__link {
    flex: 0 0 30px;
  }
  .p-header__social .c-social__link img {
    width: 18px;
    height: 18px;
    image-rendering: auto;
  }
  .p-header__social {
    order: 2;
    display: flex;
    margin-left: auto;
    margin-right: 6px;
  }
  .p-header__menu {
    order: 3;
    margin-right: 10px;
    margin-left: 0;
  }
  .p-header__nav {
    order: 4;
    top: 76px;
  }
  .p-header__nav-item--sp {
    display: list-item;
  }
  .p-header__order, .p-header__contact {
    display: none;
  }
  .p-header__order-icon {
    width: 20px;
    height: 20px;
  }
  .p-header__contact-icons {
    display: none;
  }
  .p-header__contact-divider {
    display: none;
  }
  .p-header__order strong {
    font-size: 13px;
  }
  .p-header__order small, .p-header__contact small {
    display: none;
  }
  .p-header__contact strong {
    font-size: 18px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-hero {
  height: 950px;
  padding: 18px clamp(16px, 2.2vw, 42px) 0;
  background: #fff;
}

.p-hero__grid {
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 28fr) minmax(150px, 22fr) minmax(0, 28fr) minmax(0, 22fr);
  grid-template-rows: minmax(0, 42fr) minmax(0, 16fr) minmax(0, 42fr);
  gap: clamp(10px, 1vw, 16px);
}

.p-hero__image {
  overflow: hidden;
}

.p-hero__image > .splide__track,
.p-hero__image .splide__list,
.p-hero__image .splide__slide {
  height: 100%;
}

.p-hero__image .splide__slide {
  transition-timing-function: ease-in-out !important;
}

.p-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero__image--left {
  grid-column: 1/3;
  grid-row: 1;
}

.p-hero__image--detail {
  grid-column: 1/2;
  grid-row: 2/4;
}

.p-hero__copy {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  grid-column: 2;
  grid-row: 2/4;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  background: #fff;
}

.p-hero__copy-text {
  width: 76%;
  height: 100%;
  min-width: 0;
  padding: clamp(42px, 4.5vw, 72px) 10px;
}

.p-hero__copy-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-hero__since {
  width: 24%;
  height: 78%;
  min-width: 0;
  align-self: flex-start;
}

.p-hero__since img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}

.p-hero__image--main {
  grid-column: 3/5;
  grid-row: 1/3;
}

.p-hero__image--history {
  grid-column: 3/5;
  grid-row: 3;
}

.p-hero__image--history img {
  filter: sepia(0.2);
}

@media (max-width: 1080px) and (min-width: 768px) {
  .p-hero {
    height: clamp(700px, 88vw, 900px);
  }
  .p-hero__copy-text {
    padding-block: clamp(32px, 5vw, 54px);
  }
}
@media (max-width: 767px) {
  .p-hero {
    height: auto;
    padding: 10px;
  }
  .p-hero__grid {
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 230px 310px 170px;
    gap: 8px;
  }
  .p-hero__image--left {
    grid-column: 1;
    grid-row: 1;
  }
  .p-hero__image--main {
    grid-column: 2;
    grid-row: 1;
  }
  .p-hero__image--detail {
    grid-column: 1;
    grid-row: 2;
  }
  .p-hero__copy {
    grid-column: 2;
    grid-row: 2;
  }
  .p-hero__copy-text {
    width: 78%;
    height: 100%;
    padding: 24px 10px;
  }
  .p-hero__since {
    width: 22%;
    height: 76%;
  }
  .p-hero__image--history {
    grid-column: 1/3;
    grid-row: 3;
  }
}
.p-fixed-contact {
  position: fixed;
  z-index: 30;
  top: 43%;
  right: 0;
  width: 190px;
  overflow: hidden;
  border-radius: 14px 0 0 14px;
  color: #fff;
  background: #194815;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.p-fixed-contact__body {
  display: block;
  padding: 20px 10px 10px;
  color: inherit;
  text-decoration: none;
}

.p-fixed-contact__icons {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-fixed-contact__icons img:first-child {
  width: 34px;
  height: 41px;
}

.p-fixed-contact__icons img:last-child {
  width: 31px;
  height: 38px;
}

.p-fixed-contact__text {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.p-fixed-contact__link {
  display: block;
  margin-top: 10px;
  padding: 10px 5px;
  border-radius: 7px;
  color: #194815;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.p-fixed-contact__link span {
  font-size: 13px;
  font-weight: 500;
}

.p-fixed-contact__link--sp {
  display: none;
}

.p-fixed-contact__order {
  display: none;
}

@media (max-width: 767px) {
  .p-header__nav-item--sp {
    display: list-item;
  }
  body {
    padding-bottom: 64px;
  }
  .p-fixed-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: 64px;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    border-radius: 0;
    background: none;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.16);
  }
  .p-fixed-contact__body {
    display: block;
    padding: 0;
    background: #194815;
  }
  .p-fixed-contact__icons, .p-fixed-contact__text {
    display: none;
  }
  .p-fixed-contact__link--pc {
    display: none;
  }
  .p-fixed-contact__link--sp {
    display: flex;
    height: 64px;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff;
    background: #194815;
    font-size: 13px;
    line-height: 1.35;
  }
  .p-fixed-contact__link--sp span {
    display: block;
    font-size: 12px;
    font-weight: 500;
  }
  .p-fixed-contact__link--sp strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 17px;
    font-weight: 800;
  }
  .p-fixed-contact__link--sp strong::before {
    display: block;
    width: 13px;
    height: 22px;
    content: "";
    background: url("../images/tel.svg") center/contain no-repeat;
  }
  .p-fixed-contact__order {
    position: relative;
    display: flex;
    height: 64px;
    padding: 10px 5px;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    color: #fff;
    background: #922128;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
  }
  .p-fixed-contact__order::after {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    content: "外部サイトにつながります";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
  }
  .p-fixed-contact__order img {
    width: 14px;
    height: 14px;
    margin: 0;
    filter: brightness(0) invert(1);
  }
}
/* Foundation
-------------------------------------------------- */
.p-commitment {
  padding: 150px 0 100px;
}

.p-commitment__inner {
  display: grid;
  width: auto;
  margin-right: 0;
  margin-left: max(40px, 50vw - 640px);
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  row-gap: 13px;
}

.p-commitment__content {
  align-self: start;
  padding: 0 clamp(30px, 4vw, 58px);
}

.p-commitment__text {
  margin-block: 38px;
  font-size: 14px;
  line-height: 2.15;
}

.p-commitment__text p + p {
  margin-top: 12px;
}

.p-commitment__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-commitment__image--station {
  width: 100%;
  aspect-ratio: 1.2;
}

.p-commitment__image--sl {
  width: calc(100% - clamp(30px, 4vw, 58px));
  margin-left: clamp(30px, 4vw, 58px);
  aspect-ratio: 1.26;
  transform: translateY(clamp(-110px, -7vw, -70px));
}

.p-commitment__image--kitchen {
  width: 56%;
  aspect-ratio: 1.16;
  align-self: start;
}

.p-commitment__button--sp {
  display: none;
}

@media (max-width: 1080px) and (min-width: 768px) {
  .p-commitment__inner {
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  }
  .p-commitment__content {
    min-width: 0;
    padding-inline: clamp(18px, 2.5vw, 28px);
  }
  .p-commitment__content .c-section-heading__ja {
    font-size: clamp(30px, 4vw, 42px);
    white-space: nowrap;
  }
  .p-commitment__text {
    margin-block: clamp(22px, 3vw, 32px);
    font-size: clamp(11px, 1.25vw, 13px);
    line-height: 1.9;
  }
  .p-commitment__text p + p {
    margin-top: 8px;
  }
  .p-commitment__image--station {
    width: clamp(360px, 52vw, 560px);
    max-width: 92%;
    justify-self: end;
  }
  .p-commitment__image--sl {
    width: clamp(250px, 34vw, 360px);
    max-width: calc(100% - clamp(18px, 2.5vw, 28px));
    justify-self: end;
    margin-left: 0;
    transform: none;
  }
  .p-commitment__image--kitchen {
    width: clamp(220px, 30vw, 320px);
    max-width: 56%;
  }
}
@media (max-width: 767px) {
  .p-commitment {
    padding-block: 60px;
  }
  .p-commitment__inner {
    display: grid;
    width: min(100% - 40px, 1280px);
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .p-commitment__content {
    grid-column: 1/3;
    padding: 0;
  }
  .p-commitment__content > .c-button {
    display: none;
  }
  .p-commitment__text {
    margin-block: 26px;
  }
  .p-commitment__image--station {
    width: 100%;
    height: auto;
    grid-column: 1/3;
    aspect-ratio: 1.2;
  }
  .p-commitment__image--sl {
    width: 100%;
    height: clamp(135px, 42vw, 180px);
    grid-column: 1;
    align-self: end;
    margin-left: 0;
    aspect-ratio: auto;
    transform: none;
  }
  .p-commitment__image--kitchen {
    width: 100%;
    height: clamp(135px, 42vw, 180px);
    grid-column: 2;
    align-self: end;
    margin-left: 0;
    aspect-ratio: auto;
  }
  .p-commitment__button--sp {
    display: inline-flex;
    grid-column: 1/3;
    justify-self: center;
    margin-top: 12px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-buy {
  width: auto;
  margin: 0 clamp(40px, calc(40px + (100vw - 1080px) * 0.42), 177px) 0 0;
  overflow: hidden;
  padding-block: 100px;
  padding-inline: 30px;
  border-radius: 0 15px 15px 0;
  background-color: #fbefed;
  background-image: url("../images/buy_bg.jpg");
  background-position: center;
  background-size: cover;
}

.p-buy__inner {
  display: grid;
  min-height: 580px;
  grid-template-columns: minmax(0, 1fr) 560px;
  align-items: center;
  gap: 70px;
}

.p-buy__content {
  min-width: 0;
  padding-left: clamp(0px, 5vw, 70px);
}

.p-buy__content .c-section-heading__ja {
  white-space: nowrap;
}

.p-buy__text {
  max-width: 540px;
  margin-block: 30px;
  font-size: 14px;
}

.p-buy__social {
  display: grid;
  width: 300px;
  max-width: 100%;
  gap: 8px;
  margin-top: 8px;
}

.p-buy__social a {
  display: grid;
  min-height: 48px;
  grid-template-columns: 38px 1fr 27px;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 5px;
  border: 1px solid #111;
  border-radius: 50px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.p-buy__social-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #000;
}

.p-buy__social-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.p-buy__social-text {
  text-align: center;
  white-space: nowrap;
}

.p-buy__social-arrow {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.p-buy__social a:hover .p-buy__social-arrow, .p-buy__social a:focus-visible .p-buy__social-arrow {
  transform: translateX(5px);
}

.p-buy__after-visual {
  display: none;
}

.p-buy__visual {
  position: relative;
  width: 560px;
  min-width: 560px;
  max-width: none;
  aspect-ratio: 1.02;
  justify-self: center;
}

.p-buy__image {
  position: absolute;
  object-fit: cover;
}

.p-buy__image--shop {
  z-index: 1;
  top: 1%;
  left: 9%;
  width: 66%;
  height: auto;
  aspect-ratio: 1.5;
  border-radius: 15px;
}

.p-buy__image--station {
  z-index: 1;
  bottom: 6%;
  left: 0;
  width: 69%;
  height: auto;
  aspect-ratio: 1.5;
  border-radius: 15px;
}

.p-buy__image--bento01 {
  z-index: 3;
  top: 23%;
  right: 0;
  width: 34%;
  height: auto;
  object-fit: contain;
}

.p-buy__image--bento02 {
  z-index: 4;
  top: 45%;
  right: 0;
  width: 27%;
  height: auto;
  object-fit: contain;
}

.p-buy__image--bento03 {
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 44%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1400px) and (min-width: 1081px) {
  .p-buy__inner {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 36px;
  }
  .p-buy__content {
    padding-left: 24px;
  }
  .p-buy__content .c-section-heading__ja {
    font-size: 40px;
  }
  .p-buy__visual {
    width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 1080px) and (min-width: 768px) {
  .p-buy {
    margin-right: 40px;
  }
  .p-buy__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-buy__content {
    padding-left: clamp(0px, 2.5vw, 24px);
  }
  .p-buy__content .c-section-heading__ja {
    font-size: clamp(34px, 4.2vw, 42px);
  }
  .p-buy__visual {
    width: 560px;
    min-width: 560px;
  }
}
@media (max-width: 767px) {
  .p-buy {
    width: 100%;
    margin-right: 0;
    padding-block: 60px;
    padding-inline: 0;
    border-radius: 0;
  }
  .p-buy__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-buy__content {
    padding: 0;
  }
  .p-buy__content > .c-button,
  .p-buy__content > .p-buy__social {
    display: none;
  }
  .p-buy__content .c-section-heading__ja {
    font-size: clamp(28px, 8vw, 34px);
  }
  .p-buy__visual {
    width: 100%;
    min-width: 0;
    max-width: 560px;
    height: auto;
    aspect-ratio: 1.02;
  }
  .p-buy__image--shop {
    left: 9%;
    width: 66%;
    height: auto;
  }
  .p-buy__image--station {
    left: 0;
    width: 69%;
    height: auto;
  }
  .p-buy__image--bento01 {
    right: 0;
    width: 34%;
    height: auto;
  }
  .p-buy__image--bento02 {
    top: 45%;
    right: 0;
    width: 27%;
    height: auto;
  }
  .p-buy__image--bento03 {
    right: 0;
    bottom: 0;
    width: 44%;
    height: auto;
  }
  .p-buy__after-visual {
    display: grid;
    justify-items: center;
    gap: 14px;
    margin-top: 50px;
  }
  .p-buy__after-visual .p-buy__social {
    margin-top: 0;
  }
}
/* Foundation
-------------------------------------------------- */
.p-topics {
  padding-block: 100px;
}

.p-topics__inner {
  display: grid;
  width: auto;
  max-width: none;
  margin-right: 177px;
  margin-left: max(40px, 50vw - 640px);
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 85px;
}

.p-topics__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-topics__heading .c-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.p-topics__heading .c-section-heading__en {
  margin-top: 13px;
  writing-mode: vertical-rl;
}

.p-topics__heading .c-section-heading__ja {
  font-size: 52px;
  writing-mode: vertical-rl;
}

.p-topics__heading img {
  width: 240px;
  margin-top: 48px;
}

.p-topics__list {
  display: grid;
  gap: 18px;
}

.p-topics__item a {
  display: grid;
  min-height: 66px;
  grid-template-columns: 160px 1fr 34px;
  align-items: center;
  padding: 8px 13px 8px 30px;
  border-radius: 50px;
  background: #f5f5f5;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-topics__item a:hover, .p-topics__item a:focus-visible {
  box-shadow: 0 8px 18px rgba(58, 28, 12, 0.16);
  transform: translateY(-3px);
}

.p-topics__item time {
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.p-topics__arrow {
  display: block;
  width: 24px;
  height: 24px;
  filter: invert(16%) sepia(43%) saturate(3768%) hue-rotate(336deg) brightness(82%) contrast(94%);
  transition: transform 0.3s ease;
}

.p-topics__item a:hover .p-topics__arrow, .p-topics__item a:focus-visible .p-topics__arrow {
  transform: translateX(5px);
}

.p-topics__content > .c-button {
  display: flex;
  margin: 38px auto 0;
}

@media (max-width: 1080px) and (min-width: 768px) {
  .p-topics__inner {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .p-topics {
    padding-block: 60px;
  }
  .p-topics__inner {
    width: min(100% - 40px, 1280px);
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .p-topics__heading {
    align-items: flex-start;
  }
  .p-topics__heading .c-section-heading {
    display: block;
  }
  .p-topics__heading .c-section-heading__en, .p-topics__heading .c-section-heading__ja {
    writing-mode: horizontal-tb;
  }
  .p-topics__heading .c-section-heading__ja {
    font-size: 36px;
  }
  .p-topics__heading img {
    width: 180px;
    margin-top: 20px;
  }
  .p-topics__item a {
    min-height: 72px;
    grid-template-columns: 1fr 32px;
    padding-left: 22px;
  }
  .p-topics__item time {
    grid-column: 1;
    font-size: 11px;
  }
  .p-topics__item span {
    grid-column: 1;
  }
  .p-topics__arrow {
    grid-column: 2;
    grid-row: 1/3;
  }
}
/* Foundation
-------------------------------------------------- */
.p-menu {
  padding-block: 100px;
  background-color: #fffdf4;
  background-image: url("../images/ourmenu_bg.jpg");
  background-position: center;
  background-size: cover;
}

.p-menu__lead {
  margin: 24px auto 50px;
  text-align: center;
  font-size: 14px;
}

.p-menu__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 55px;
}

@media (max-width: 1080px) {
  .p-menu__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .p-menu {
    padding-block: 60px;
  }
  .p-menu__lead {
    text-align: left;
  }
  .p-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product-card:last-child {
    grid-column: 1/3;
    width: calc(50% - 7px);
    justify-self: center;
  }
}
/* Foundation
-------------------------------------------------- */
.p-gallery {
  padding-block: 100px;
}

.p-gallery__inner {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 70px;
}

.p-gallery__content p {
  margin-block: 30px;
  font-size: 14px;
}

.p-gallery__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 24px;
}

.p-gallery__image {
  width: 100%;
  box-shadow: 0 8px 18px rgba(58, 28, 12, 0.14);
}

.p-gallery__image--01 {
  transform: translateY(-18px) rotate(-1deg);
}

.p-gallery__image--02 {
  transform: translateY(10px) rotate(1deg);
}

.p-gallery__image--03 {
  transform: translateY(-38px) rotate(-1deg);
}

.p-gallery__image--04 {
  transform: translateY(16px) rotate(1deg);
}

.p-gallery__button--sp {
  display: none;
}

@media (max-width: 767px) {
  .p-gallery {
    padding-block: 60px;
  }
  .p-gallery__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-gallery__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
  .p-gallery__content > .c-button {
    display: none;
  }
  .p-gallery__button--sp {
    display: inline-flex;
    justify-self: center;
    margin-top: 32px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-contact {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.p-contact__inner {
  width: auto;
  min-height: 320px;
  display: flex;
  margin-right: 0;
  margin-left: max(40px, 50vw - 640px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 22px 0 0 22px;
  color: #fff;
  background: linear-gradient(rgba(40, 20, 8, 0.55), rgba(40, 20, 8, 0.55)), url("../images/contact-bg.jpg") center 52%/cover;
  text-align: center;
}

.p-contact__heading {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
}

.p-contact__heading span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.p-contact__heading h2 {
  font-family: inherit;
  font-size: 32px;
  line-height: 1;
}

.p-contact__heading p {
  margin-top: 20px;
  font-size: 16px;
}

.p-contact__actions {
  display: grid;
  width: min(920px, 100% - 50px);
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 14px;
  margin: 34px auto 0;
}

.p-contact__tel, .p-contact__fax, .p-contact__mail {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 18px;
  border-radius: 50px;
  line-height: 1.1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.p-contact__tel:hover, .p-contact__fax:hover, .p-contact__mail:hover {
  opacity: 0.75;
}

.p-contact__tel, .p-contact__fax {
  position: relative;
  overflow: hidden;
  color: #222;
  background: #fff;
  isolation: isolate;
}

.p-contact__tel::before, .p-contact__fax::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: #922128;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.p-contact__tel:hover::before, .p-contact__tel:focus-visible::before, .p-contact__fax:hover::before {
  transform: scaleX(1);
}

.p-contact__tel:hover, .p-contact__tel:focus-visible, .p-contact__fax:hover {
  opacity: 1;
}

.p-contact__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 9px;
  border-radius: 50%;
  background: #922128;
  object-fit: contain;
  transition: background-color 0.35s ease;
}

.p-contact__icon--tel, .p-contact__icon--fax {
  display: grid;
  place-items: center;
}

.p-contact__icon--tel img, .p-contact__icon--fax img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.35s ease;
}

.p-contact__icon--tel {
  padding: 0;
}

.p-contact__icon--tel img {
  width: 18px;
  height: 30px;
}

.p-contact__tel:hover .p-contact__icon, .p-contact__tel:focus-visible .p-contact__icon, .p-contact__fax:hover .p-contact__icon {
  background-color: #fff;
}

.p-contact__tel:hover .p-contact__icon img, .p-contact__tel:focus-visible .p-contact__icon img, .p-contact__fax:hover .p-contact__icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(43%) saturate(3768%) hue-rotate(336deg) brightness(82%) contrast(94%);
}

.p-contact__action-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-contact__tel small, .p-contact__fax small {
  color: #922128;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.35s ease;
}

.p-contact__tel strong, .p-contact__fax strong {
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.35s ease;
}

.p-contact__tel:hover small, .p-contact__tel:hover strong, .p-contact__tel:focus-visible small, .p-contact__tel:focus-visible strong, .p-contact__fax:hover small, .p-contact__fax:hover strong {
  color: #fff;
}

.p-contact__mail {
  position: relative;
  overflow: hidden;
  background: #922128;
  font-size: 20px;
  font-weight: 700;
  isolation: isolate;
}

.p-contact__mail::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: #194815;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.p-contact__mail:hover, .p-contact__mail:focus-visible {
  opacity: 1;
}

.p-contact__mail:hover::before, .p-contact__mail:focus-visible::before {
  transform: scaleX(1);
}

.p-contact__icon--mail {
  display: grid;
  padding: 9px;
  border: 0;
  background: #fff;
  place-items: center;
}

.p-contact__icon--mail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(16%) sepia(43%) saturate(3768%) hue-rotate(336deg) brightness(82%) contrast(94%);
  transition: filter 0.3s ease;
}

.p-contact__mail:hover .p-contact__icon--mail img, .p-contact__mail:focus-visible .p-contact__icon--mail img {
  filter: invert(22%) sepia(21%) saturate(1693%) hue-rotate(68deg) brightness(86%) contrast(96%);
}

@media (max-width: 1080px) {
  .p-contact {
    margin-bottom: 0;
  }
  .p-contact__inner {
    width: auto;
    margin-right: 0;
    margin-left: 20px;
    padding: 48px 20px;
    border-radius: 14px 0 0 14px;
  }
  .p-contact__actions {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
/* Foundation
-------------------------------------------------- */
.p-footer {
  position: relative;
  z-index: 1;
  margin-top: -85px;
  padding: 150px 0 32px;
}

.p-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(70px, 8vw, 130px);
}

.p-footer__logo {
  width: 315px;
  margin-bottom: 22px;
}

.p-footer__brand address {
  font-size: 16px;
  line-height: 1.8;
}

.p-footer__brand .c-social {
  margin-top: 18px;
}

.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.p-footer__nav-group:last-child {
  display: flex;
  flex-direction: column;
}

.p-footer__nav h2 {
  margin-bottom: 8px;
  font-size: 16px;
}

.p-footer__nav h2 a {
  padding-block: 0;
}

.p-footer__nav a {
  display: block;
  padding-block: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.p-footer__external-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: -1px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.p-footer__nav-group--products > a {
  font-size: 15px;
}

.p-footer__nav a:hover, .p-footer__nav a:focus-visible {
  color: #922128;
  text-decoration: none;
}

.p-footer__nav a:hover .p-footer__external-icon, .p-footer__nav a:focus-visible .p-footer__external-icon {
  filter: none;
}

.p-footer__mark {
  width: 88px;
  margin: auto auto 0;
  padding: 4px;
  background: #fff;
}

.p-footer__copyright {
  margin-top: 20px;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 10px;
}

@media (max-width: 1080px) {
  .p-footer {
    margin-top: -48px;
    padding-top: 113px;
  }
  .p-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-footer__brand {
    order: 2;
    text-align: center;
  }
  .p-footer__brand .c-social {
    justify-content: center;
  }
  .p-footer__logo {
    width: 260px;
    margin-inline: auto;
  }
  .p-footer__nav {
    order: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .p-footer__nav h2, .p-footer__nav a, .p-footer__nav-group--products > a {
    font-size: 14px;
  }
  .p-footer__nav .p-footer__mark {
    display: none;
  }
  .p-footer__copyright::before {
    display: block;
    width: 74px;
    height: 74px;
    margin: 20px auto;
    background: #fff url("../images/ekiben-mark.png") center/contain no-repeat;
    content: "";
  }
}
/* Foundation
-------------------------------------------------- */
.p-page-hero {
  padding: 0 24px;
}

.p-page-hero__inner {
  position: relative;
  width: min(100%, 1600px);
  height: 290px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 18px;
}

.p-page-hero__inner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(30, 12, 5, 0.28);
}

.p-page-hero__image {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 48%;
}

.p-page-hero__heading {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-page-hero__en {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.p-page-hero__ja {
  margin-top: 5px;
  font-size: 38px;
  line-height: 1;
}

.p-buy-page__intro {
  padding: 90px 20px 80px;
  text-align: center;
}

.p-buy-page__intro .l-container, .p-buy-page__stores .l-container, .p-buy-page__weekend .l-container {
  font-size: 16px;
}

.p-buy-page__intro p {
  font-size: 16px;
  line-height: 2.15;
}

.p-buy-page__intro p + p {
  margin-top: 22px;
}

.p-buy-page__stores {
  padding: 90px 0 100px;
  background: #f5f5f5;
}

.p-buy-page__weekend {
  margin-bottom: 100px;
  padding: 90px 0;
  background: #fbe9ea;
}

.p-buy-page__title {
  position: relative;
  margin-bottom: 50px;
  padding-left: 36px;
  color: #922128;
  font-size: 30px;
  line-height: 1.3;
}

.p-buy-page__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  content: "";
  background: #922128;
}

.p-buy-page__main-store {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 35px;
  margin-bottom: 46px;
}

.p-buy-page__store-image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.p-buy-page__store-name {
  position: relative;
  margin-bottom: 18px;
  padding-left: 16px;
  font-size: 24px;
}

.p-buy-page__store-name::before, .p-buy-page__place-name::before {
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 5px;
  content: "";
  background: #922128;
}

.p-buy-page__details {
  display: grid;
  gap: 12px;
}

.p-buy-page__detail {
  display: grid;
  min-height: 42px;
  grid-template-columns: 110px 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
}

.p-buy-page__detail dt {
  height: 100%;
  display: grid;
  place-items: center;
  border-right: 1px solid #ddd;
  font-weight: 700;
}

.p-buy-page__detail dd {
  padding: 10px 18px;
}

.p-buy-page__map {
  height: 240px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e7e7;
}

.p-buy-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-buy-page__places {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 45px;
}

.p-buy-page__place-name {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: 21px;
  line-height: 1.45;
}

.p-buy-page__place-text {
  min-height: 46px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

.p-buy-page__note {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1080px) {
  .p-page-hero__inner {
    height: 240px;
  }
  .p-buy-page__main-store {
    grid-template-columns: 1fr 1fr;
  }
  .p-buy-page__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-page-hero {
    padding: 0;
  }
  .p-page-hero__inner {
    height: 220px;
    border-radius: 0;
  }
  .p-page-hero__image {
    border-radius: 0;
  }
  .p-page-hero__en {
    font-size: 16px;
  }
  .p-page-hero__ja {
    font-size: 30px;
    white-space: nowrap;
  }
  .p-buy-page__intro {
    padding: 60px 20px;
    text-align: left;
  }
  .p-buy-page__intro .l-container {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
  }
  .p-buy-page__intro p {
    font-size: 14px;
    line-height: 2;
  }
  .p-buy-page__stores, .p-buy-page__weekend {
    padding-block: 65px;
  }
  .p-buy-page__weekend {
    padding-bottom: 90px;
  }
  .p-buy-page__title {
    margin-bottom: 34px;
    padding-left: 28px;
    font-size: 23px;
  }
  .p-buy-page__main-store, .p-buy-page__places {
    grid-template-columns: 1fr;
  }
  .p-buy-page__main-store {
    gap: 28px;
  }
  .p-buy-page__store-image {
    height: auto;
    aspect-ratio: 1.15;
    border-radius: 22px;
  }
  .p-buy-page__places {
    gap: 28px;
  }
  .p-buy-page__store-name, .p-buy-page__place-name {
    font-size: 19px;
  }
  .p-buy-page__detail {
    grid-template-columns: 82px 1fr;
    font-size: 14px;
  }
  .p-buy-page__details {
    font-size: 14px;
  }
  .p-buy-page__detail dd {
    margin-left: 0;
  }
  .p-buy-page__place-text {
    font-size: 14px;
  }
  .p-buy-page__note p {
    font-size: 14px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-about-page__lead {
  padding: 100px 0;
}

.p-about-page__lead-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 80px;
}

.p-about-page__label {
  display: block;
  margin-bottom: 5px;
  color: #922128;
  font-size: 20px;
  font-weight: 800;
}

.p-about-page__heading {
  font-size: 42px;
  line-height: 1.2;
}

.p-about-page__text {
  margin-top: 36px;
  font-size: 16px;
  line-height: 2.15;
}

.p-about-page__visual {
  width: 100%;
}

.p-about-page__outline {
  padding: 90px 0 100px;
}

.p-about-page__section-heading {
  margin-bottom: 48px;
}

.p-about-page__section-heading span {
  display: block;
  color: #922128;
  font-size: 20px;
  font-weight: 800;
}

.p-about-page__section-heading h2 {
  font-size: 38px;
  line-height: 1.2;
}

.p-about-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.p-about-page__table th, .p-about-page__table td {
  padding: 22px 24px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.p-about-page__table th {
  width: 190px;
  font-weight: 700;
}

.p-about-page__map {
  height: 350px;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 15px;
  background: #eee;
}

.p-about-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-about-page__history {
  margin-bottom: 100px;
  padding: 100px 0;
  background: #f5f5f5;
}

.p-about-page__timeline {
  padding: 45px 55px;
  border-radius: 12px;
  background: #fff;
}

.p-about-page__era {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
}

.p-about-page__era + .p-about-page__era {
  margin-top: 0;
}

.p-about-page__era-title {
  color: #922128;
  font-size: 28px;
  transform: translateY(-9px);
}

.p-about-page__events {
  position: relative;
  display: grid;
  gap: 28px;
  padding-bottom: 28px;
}

.p-about-page__events::before {
  position: absolute;
  top: 9px;
  bottom: -9px;
  left: 150px;
  width: 1px;
  content: "";
  background: #C2307C;
}

.p-about-page__era:last-child .p-about-page__events::before {
  bottom: calc(100% - 9px);
}

.p-about-page__event {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: start;
  gap: 42px;
  font-size: 16px;
  line-height: 1.7;
}

.p-about-page__event::before {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 145px;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: #C2307C;
}

.p-about-page__year {
  margin-left: 0;
  color: #111;
  white-space: nowrap;
}

.p-about-page__year b {
  font-size: 16px;
  font-weight: 700;
}

.p-about-page__year small {
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
}

.p-about-page__event ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-about-page__event li {
  margin: 0;
  padding: 0;
}

@media (max-width: 1080px) {
  .p-about-page__lead-inner {
    gap: 45px;
  }
  .p-about-page__heading {
    font-size: 36px;
  }
  .p-about-page__timeline {
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .p-about-page__lead {
    padding: 65px 0;
  }
  .p-about-page__lead-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-about-page__label, .p-about-page__section-heading span {
    font-size: 16px;
  }
  .p-about-page__heading, .p-about-page__section-heading h2 {
    font-size: 30px;
  }
  .p-about-page__text {
    margin-top: 24px;
  }
  .p-about-page__outline {
    padding: 65px 0;
  }
  .p-about-page__table th, .p-about-page__table td {
    display: block;
    width: 100%;
    padding: 12px 15px 12px 0;
    font-size: 14px;
  }
  .p-about-page__table th {
    padding-bottom: 4px;
    border-bottom: 0;
    color: #922128;
  }
  .p-about-page__table td {
    padding-top: 4px;
  }
  .p-about-page__map {
    height: 260px;
  }
  .p-about-page__history {
    padding: 65px 0 100px;
  }
  .p-about-page__timeline {
    padding: 30px 20px;
  }
  .p-about-page__era {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0;
  }
  .p-about-page__era-title {
    font-size: 22px;
  }
  .p-about-page__events::before {
    left: 8px;
  }
  .p-about-page__event {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-left: 30px;
  }
  .p-about-page__event::before {
    left: 3px;
  }
  .p-about-page__event li {
    font-size: 14px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-menu-page {
  padding: 70px 20px 100px;
}

.p-menu-page__inner {
  text-align: center;
}

.p-menu-page__hero-image {
  object-position: center 55%;
}

.p-menu-page__lead {
  font-size: 16px;
  line-height: 2;
}

.p-menu-page__categories {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 48px auto 0;
}

.p-menu-page__category {
  display: grid;
  min-height: 58px;
  grid-template-columns: 44px 1fr 28px;
  align-items: center;
  overflow: hidden;
  padding: 6px 10px;
  border: 2px solid #ececec;
  border-radius: 50px;
  color: #111111;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.p-menu-page__icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
}

.p-menu-page__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.p-menu-page__icon-hover {
  opacity: 0;
}

.p-menu-page__arrow {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #922128;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.p-menu-page__category:hover, .p-menu-page__category:focus-visible {
  border-color: #922128;
  color: #fff;
  background: #922128;
}

.p-menu-page__category:hover .p-menu-page__icon-default, .p-menu-page__category:focus-visible .p-menu-page__icon-default {
  opacity: 0;
}

.p-menu-page__category:hover .p-menu-page__icon-hover, .p-menu-page__category:focus-visible .p-menu-page__icon-hover {
  opacity: 1;
}

.p-menu-page__category:hover .p-menu-page__arrow, .p-menu-page__category:focus-visible .p-menu-page__arrow {
  color: #922128;
  background: #fff;
  transform: translateX(2px);
}

.p-menu-page__products {
  min-height: 90px;
}

@media (max-width: 1080px) {
  .p-menu-page__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-menu-page {
    padding: 55px 20px 70px;
  }
  .p-menu-page__lead {
    text-align: left;
    line-height: 1.9;
  }
  .p-menu-page__lead br {
    display: none;
  }
  .p-menu-page__categories {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
  }
  .p-menu-page__category {
    min-height: 56px;
  }
  .p-menu-page__products {
    min-height: 40px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-gallery-page {
  padding: 70px 20px 100px;
}

.p-gallery-page__inner {
  text-align: center;
}

.p-gallery-page__hero-image {
  object-position: center 55%;
}

.p-gallery-page__lead {
  font-size: 16px;
  line-height: 2;
}

.p-gallery-page__links {
  display: grid;
  width: min(100%, 900px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 48px auto 0;
}

.p-gallery-page__link {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 8px 42px 8px 24px;
  border: 2px solid #922128;
  border-radius: 50px;
  color: #fff;
  background: #922128;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-gallery-page__arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url("../images/chevron-circle-down-solid.svg") center/contain no-repeat;
  font-size: 0;
  line-height: 0;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.p-gallery-page__link:hover, .p-gallery-page__link:focus-visible {
  color: #922128;
  background: #fff;
}

.p-gallery-page__link:hover .p-gallery-page__arrow, .p-gallery-page__link:focus-visible .p-gallery-page__arrow {
  filter: brightness(0) saturate(100%) invert(17%) sepia(49%) saturate(3552%) hue-rotate(337deg) brightness(86%) contrast(90%);
  transform: translateY(calc(-50% + 2px));
}

.p-gallery-page__lightbox-area {
  margin-top: 64px;
  text-align: left;
}

.p-gallery-page__anchor {
  scroll-margin-top: 120px;
}

.p-gallery-page__title {
  padding: 12px 20px;
  color: #fff;
  background: #3a3a38;
  font-size: 22px;
  line-height: 1.4;
}

.p-gallery-page__section + .p-gallery-page__section {
  margin-top: 90px;
}

.p-gallery-page__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 42px 18px;
  padding: 34px 8px 0;
}

.p-gallery-page__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #f3f1ed;
  box-shadow: 0 8px 20px rgba(58, 28, 12, 0.12);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.p-gallery-page__item img {
  width: 100%;
  aspect-ratio: 0.72;
  padding: 8px;
  object-fit: contain;
  background: #eeeae4;
}

.p-gallery-page__item span {
  display: flex;
  min-height: 56px;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 6px 2px;
  color: #fff;
  background: #4a4a47;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.p-gallery-page__item:hover, .p-gallery-page__item:focus-visible {
  opacity: 0.86;
  box-shadow: 0 12px 26px rgba(58, 28, 12, 0.18);
  transform: translateY(-3px);
}

.c-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 72px;
  background: rgba(17, 17, 17, 0.88);
}

.c-lightbox.is-open {
  display: flex;
}

.c-lightbox__figure {
  display: flex;
  max-width: min(900px, 82vw);
  max-height: 88vh;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.c-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 48px);
  object-fit: contain;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.c-lightbox__caption {
  min-height: 38px;
  padding-top: 12px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.c-lightbox__close, .c-lightbox__prev, .c-lightbox__next {
  position: absolute;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.c-lightbox__close:hover, .c-lightbox__prev:hover, .c-lightbox__next:hover, .c-lightbox__close:focus-visible, .c-lightbox__prev:focus-visible, .c-lightbox__next:focus-visible {
  background: #922128;
}

.c-lightbox__close {
  top: 24px;
  right: 24px;
}

.c-lightbox__prev {
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

.c-lightbox__next {
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .p-gallery-page__links {
    gap: 16px;
  }
  .p-gallery-page__link {
    font-size: 15px;
  }
  .p-gallery-page__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-gallery-page {
    padding: 55px 20px 70px;
  }
  .l-container.p-gallery-page__inner {
    width: 100%;
    margin-inline: 0;
  }
  .p-gallery-page__lead {
    text-align: left;
    line-height: 1.9;
  }
  .p-gallery-page__lead br {
    display: none;
  }
  .p-gallery-page__links {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
  }
  .p-gallery-page__lightbox-area {
    margin-top: 48px;
  }
  .p-gallery-page__title {
    padding: 10px 14px;
    font-size: 18px;
  }
  .p-gallery-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
    padding: 24px 0 0;
  }
  .p-gallery-page__item span {
    min-height: 50px;
    font-size: 14px;
  }
  .c-lightbox {
    padding: 64px 18px 76px;
  }
  .c-lightbox__figure {
    max-width: 100%;
  }
  .c-lightbox__close {
    top: 14px;
    right: 14px;
  }
  .c-lightbox__prev, .c-lightbox__next {
    top: auto;
    bottom: 16px;
    transform: none;
  }
  .c-lightbox__prev {
    left: calc(50% - 58px);
  }
  .c-lightbox__next {
    right: calc(50% - 58px);
  }
}
.p-policy {
  padding: 100px 0;
  background: #fff;
}
.p-policy__content {
  max-width: 1040px;
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  line-height: 2;
}
.p-policy h2 {
  margin-bottom: 32px;
  color: #922128;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 36px;
  line-height: 1.35;
}
.p-policy__section {
  margin-top: 48px;
}
.p-policy h3 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d2cf;
  color: #922128;
  font-size: 22px;
  line-height: 1.5;
}
.p-policy ol {
  padding-left: 1.6em;
  list-style: decimal;
}
.p-policy ol ol {
  margin-top: 8px;
}
.p-policy li + li {
  margin-top: 8px;
}
.p-policy address {
  margin-top: 16px;
  font-style: normal;
}

@media (max-width: 767px) {
  .p-policy {
    padding: 60px 0;
  }
  .p-policy__content {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-policy h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .p-policy__section {
    margin-top: 36px;
  }
  .p-policy h3 {
    font-size: 18px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-breadcrumb {
  padding: 18px 20px 0;
}

.p-breadcrumb__inner {
  overflow: hidden;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-breadcrumb__inner a {
  color: #555;
  transition: color 0.3s ease;
}

.p-breadcrumb__inner a:hover, .p-breadcrumb__inner a:focus-visible {
  color: #922128;
}

.p-news-page__hero-image {
  filter: sepia(0.2);
  object-position: center 52%;
}

.p-news-page {
  padding: 100px 20px;
}

.p-news-page__inner {
  display: grid;
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 70px;
}

.p-news-page__main {
  min-width: 0;
}

.p-news-page__archive-heading {
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 2px solid #922128;
}

.p-news-page__archive-heading span {
  display: block;
  margin-bottom: 4px;
  color: #922128;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.p-news-page__archive-heading h2 {
  font-size: 38px;
  line-height: 1.35;
}

.p-news-page__list {
  display: grid;
  gap: 18px;
}

.p-news-page__item a {
  display: grid;
  min-height: 76px;
  grid-template-columns: 140px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 24px;
  padding: 15px 24px 15px 34px;
  border-radius: 50px;
  background: #f5f5f5;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-news-page__item a:hover, .p-news-page__item a:focus-visible {
  box-shadow: 0 10px 24px rgba(58, 28, 12, 0.14);
  transform: translateY(-3px);
}

.p-news-page__item time {
  color: #922128;
  font-size: 15px;
  font-weight: 700;
}

.p-news-page__item h2 {
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.p-news-page__item img {
  width: 24px;
  transition: transform 0.3s ease;
}

.p-news-page__item a:hover img, .p-news-page__item a:focus-visible img {
  transform: translateX(5px);
}

.p-news-page__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 55px;
}

.p-news-page__pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  padding-inline: 12px;
  border: 1px solid #922128;
  border-radius: 50px;
  color: #922128;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-news-page__pagination .current, .p-news-page__pagination a:hover, .p-news-page__pagination a:focus-visible {
  color: #fff;
  background: #922128;
}

.p-news-page__empty {
  padding-block: 40px;
  text-align: center;
}

.p-news-detail {
  padding: 100px 20px;
}

.p-news-detail__inner {
  display: grid;
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 70px;
}

.p-news-detail__main {
  min-width: 0;
}

.p-news-detail__article {
  overflow: hidden;
  padding: 65px 70px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(58, 28, 12, 0.1);
}

.p-news-detail__date {
  display: block;
  margin-bottom: 14px;
  color: #922128;
  font-size: 15px;
  font-weight: 700;
}

.p-news-detail__title {
  padding-bottom: 24px;
  border-bottom: 2px solid #922128;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.5;
}

.p-news-detail__image {
  margin: 42px 0 0;
}

.p-news-detail__image img {
  width: 100%;
  max-height: 600px;
  border-radius: 15px;
  object-fit: contain;
}

.p-news-detail__body {
  margin-top: 42px;
  font-size: 16px;
  line-height: 2;
}

.p-news-detail__body > * + * {
  margin-top: 1.5em;
}

.p-news-detail__body img {
  height: auto;
}

.p-news-detail__post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.p-news-detail__post-nav a {
  color: #922128;
  line-height: 1.7;
}

.p-news-detail__post-nav a:last-child {
  text-align: right;
}

.p-news-detail__back {
  margin-top: 55px;
  text-align: center;
}

.p-news-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 42px;
}

.p-news-sidebar__section {
  overflow: hidden;
  border: 1px solid #e3ded9;
  border-radius: 15px;
  background: #fff;
}

.p-news-sidebar__title {
  padding: 18px 20px;
  color: #333;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 1.4;
}

.p-news-sidebar__title span {
  display: block;
  margin-bottom: 2px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.p-news-sidebar__list li + li, .p-news-sidebar__categories li + li, .p-news-sidebar__archives li + li {
  border-top: 1px solid #e3ded9;
}

.p-news-sidebar__list a {
  display: block;
  padding: 16px 18px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-news-sidebar__list time {
  display: block;
  margin-bottom: 5px;
  color: #922128;
  font-size: 12px;
  font-weight: 700;
}

.p-news-sidebar__list span {
  display: block;
  font-size: 14px;
  line-height: 1.65;
}

.p-news-sidebar__categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  font-size: 14px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-news-sidebar__archives a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
  padding: 15px 18px;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-news-sidebar__archives small {
  font-size: inherit;
}

.p-news-sidebar__categories small {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #922128;
  font-size: 11px;
}

.p-news-sidebar__list a:hover, .p-news-sidebar__list a:focus-visible, .p-news-sidebar__categories a:hover, .p-news-sidebar__categories a:focus-visible, .p-news-sidebar__archives a:hover, .p-news-sidebar__archives a:focus-visible {
  color: #922128;
  background: #faf4f4;
}

.p-news-sidebar__empty {
  padding: 18px;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .p-news-page__inner, .p-news-detail__inner {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 36px;
  }
  .p-news-detail__article {
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .p-breadcrumb {
    padding: 14px 20px 0;
  }
  .p-breadcrumb__inner {
    width: 100%;
    font-size: 12px;
  }
  .p-news-page, .p-news-detail {
    padding: 60px 20px;
  }
  .p-news-page__inner, .p-news-detail__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .p-news-page__inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .p-news-detail__inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .p-news-page__item a {
    min-height: 0;
    grid-template-columns: 1fr 24px;
    gap: 6px 14px;
    padding: 17px 20px;
    border-radius: 18px;
  }
  .p-news-page__archive-heading {
    margin-bottom: 28px;
  }
  .p-news-page__archive-heading h2 {
    font-size: 28px;
  }
  .p-news-page__item time {
    grid-column: 1;
    font-size: 13px;
  }
  .p-news-page__item h2 {
    grid-column: 1;
    font-size: 14px;
  }
  .p-news-page__item img {
    grid-column: 2;
    grid-row: 1/3;
    width: 22px;
  }
  .p-news-page__pagination {
    margin-top: 40px;
  }
  .p-news-detail__article {
    padding: 32px 20px;
  }
  .p-news-detail__date {
    font-size: 13px;
  }
  .p-news-detail__title {
    padding-bottom: 18px;
    font-size: 24px;
  }
  .p-news-detail__image, .p-news-detail__body {
    margin-top: 30px;
  }
  .p-news-detail__body {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-news-detail__post-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 14px;
  }
  .p-news-detail__post-nav a:last-child {
    text-align: left;
  }
  .p-news-sidebar {
    position: static;
    gap: 30px;
  }
}
/* Foundation
-------------------------------------------------- */
.p-product-page__hero-image {
  object-position: center 48%;
}

.p-product-page {
  padding: 60px 20px 100px;
}

.p-product-page__intro {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.p-product-page__categories {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 48px auto 0;
}

.p-product-page__category {
  position: relative;
  display: grid;
  min-height: 58px;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 2px solid #eee;
  border-radius: 50px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.p-product-page__category-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

.p-product-page__category-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.p-product-page__category-icon--hover {
  opacity: 0;
}

.p-product-page__category-arrow {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: invert(15%) sepia(78%) saturate(2924%) hue-rotate(341deg) brightness(80%) contrast(95%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.p-product-page__category:hover, .p-product-page__category:focus-visible, .p-product-page__category.is-active {
  color: #fff;
  border-color: #922128;
  background: #922128;
}

.p-product-page__category:hover .p-product-page__category-icon--default, .p-product-page__category:focus-visible .p-product-page__category-icon--default, .p-product-page__category.is-active .p-product-page__category-icon--default {
  opacity: 0;
}

.p-product-page__category:hover .p-product-page__category-icon--hover, .p-product-page__category:focus-visible .p-product-page__category-icon--hover, .p-product-page__category.is-active .p-product-page__category-icon--hover {
  opacity: 1;
}

.p-product-page__category:hover .p-product-page__category-arrow, .p-product-page__category:focus-visible .p-product-page__category-arrow, .p-product-page__category.is-active .p-product-page__category-arrow {
  filter: brightness(0) invert(1);
  transform: translateY(2px);
}

.p-product-page__grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 54px 28px;
  margin: 70px auto 0;
}

.p-product-card {
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(58, 28, 12, 0.18);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-product-card:hover, .p-product-card:focus-within {
  box-shadow: 0 12px 28px rgba(58, 28, 12, 0.22);
  transform: translateY(-4px);
}

.p-product-card a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.p-product-card__visual {
  display: grid;
  aspect-ratio: 1.45;
  place-items: center;
  padding: 6px;
  background: #fff;
}

.p-product-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-product-card__no-image {
  color: #aaa;
}

.p-product-card__body {
  display: flex;
  min-height: 80px;
  flex: 1 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  background: #ffe9a3;
}

.p-product-card__body > div {
  min-width: 0;
}

.p-product-card__body h2 {
  font-size: 16px;
  line-height: 1.55;
}

.p-product-card__price {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 800;
}

.p-product-card__note {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.p-product-card__badges {
  display: flex;
  flex: 0 0 92px;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
}

.p-product-card__badge {
  display: grid;
  min-height: 48px;
  flex: 0 0 auto;
  place-items: center;
  padding: 6px 5px;
  border-radius: 5px;
  color: #fff;
  background: #ff4e53;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.p-product-page__empty {
  margin-top: 70px;
  text-align: center;
}

.p-product-detail {
  padding: 100px 20px;
}

.p-product-detail__inner {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: 42px;
}

.p-product-detail__visual {
  display: grid;
  min-height: 440px;
  place-items: center;
  padding: 12px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(58, 28, 12, 0.18);
}

.p-product-detail__visual img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
}

.p-product-detail__content {
  min-width: 0;
}

.p-product-detail__heading {
  padding-bottom: 20px;
  border-bottom: 2px solid #bbb;
}

.p-product-detail__methods {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.p-product-detail__methods span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  background: #ff4e53;
  font-size: 14px;
  font-weight: 700;
}

.p-product-card__badge.p-order-method--reservation-store-phone,
.p-product-detail__methods span.p-order-method--reservation-store-phone,
.p-product-card__badge.p-order-method--default,
.p-product-detail__methods span.p-order-method--default {
  background-color: #ff4e53;
}

.p-product-card__badge.p-order-method--online-order,
.p-product-detail__methods span.p-order-method--online-order {
  background-color: #ff7043;
}

.p-product-card__badge.p-order-method--store-phone,
.p-product-detail__methods span.p-order-method--store-phone {
  background-color: #f45b8c;
}

.p-product-card__badge.p-order-method--reserve-two-days-before,
.p-product-detail__methods span.p-order-method--reserve-two-days-before {
  background-color: #e99a26;
}

.p-product-card__badge.p-order-method--minimum-three,
.p-product-detail__methods span.p-order-method--minimum-three {
  background-color: #9b6de3;
}

.p-product-card__badge.p-order-method--advance-inquiry,
.p-product-detail__methods span.p-order-method--advance-inquiry {
  background-color: #557fe8;
}

.p-product-card__badge.p-order-method--store-pickup-reservation,
.p-product-detail__methods span.p-order-method--store-pickup-reservation {
  background-color: #27a39a;
}

.p-product-detail__title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.p-product-detail__heading h2 {
  color: #922128;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.4;
}

.p-product-detail__heading p {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
}

.p-product-detail__description {
  padding: 20px 0;
  border-bottom: 1px solid #bbb;
  font-size: 15px;
  line-height: 1.9;
}

.p-product-detail__allergens {
  padding-top: 20px;
}

.p-product-detail__allergens h3 {
  margin-bottom: 12px;
  font-size: 14px;
}

.p-product-detail__allergens ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px 7px;
}

.p-product-detail__allergens li {
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  gap: 4px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.p-product-detail__allergen-icon {
  display: block;
  width: 100%;
  max-width: 58px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.p-product-detail__order {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 2px solid #922128;
  border-radius: 50px;
  color: #fff;
  background: #922128;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.p-product-detail__order:hover, .p-product-detail__order:focus-visible {
  color: #922128;
  background: #fff;
}

.p-product-detail__back {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
  text-align: center;
}

.p-product-detail__back-all {
  background: #111;
}

@media (max-width: 1080px) {
  .p-product-page__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-product-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-product-detail__inner {
    gap: 28px;
  }
  .p-product-detail__allergens ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .p-product-page, .p-product-detail {
    padding: 60px 20px;
  }
  .p-product-page {
    padding-top: 40px;
  }
  .p-product-page__inner {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .p-product-detail__inner {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .p-product-page__intro {
    font-size: 14px;
    text-align: left;
  }
  .p-product-page__categories {
    gap: 12px;
    margin-top: 34px;
  }
  .p-product-page__category {
    min-height: 52px;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    padding: 6px 9px;
    font-size: 13px;
  }
  .p-product-page__category-icon {
    width: 28px;
    height: 28px;
  }
  .p-product-page__category-arrow {
    width: 20px;
    height: 20px;
  }
  .p-product-page__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 48px;
  }
  .p-product-card__body h2 {
    font-size: 15px;
  }
  .p-product-detail__inner {
    grid-template-columns: 1fr;
  }
  .p-product-detail__visual {
    min-height: 0;
    aspect-ratio: 4/3;
    padding: 8px;
  }
  .p-product-detail__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .p-product-detail__title-row {
    display: block;
  }
  .p-product-detail__heading p {
    margin-top: 8px;
    font-size: 16px;
  }
  .p-product-detail__allergens ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* Object / Utility
-------------------------------------------------- */
.c-back-to-top {
  position: fixed;
  z-index: 29;
  right: 28px;
  bottom: 28px;
  display: flex;
  width: 70px;
  height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 2px solid #922128;
  border-radius: 50%;
  color: #fff;
  background: #922128;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

.c-back-to-top__arrow {
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

.c-back-to-top__text {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.c-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c-back-to-top:hover,
.c-back-to-top:focus-visible {
  color: #922128;
  background: #fff;
}

@media (max-width: 767px) {
  .c-back-to-top {
    right: 14px;
    bottom: 80px;
  }
}

.p-contact-page {
  padding: 90px 20px 120px;
  color: #222;
  background: #fff;
}

.p-contact-page__inner {
  max-width: 1120px;
}

.p-contact-page__heading {
  text-align: center;
}

.p-contact-page__heading h2 {
  margin: 0;
  color: #922128;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.35;
}

.p-contact-page__lead {
  margin: 38px auto 0;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

.p-contact-page__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.p-contact-page__card {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #922128;
  border-radius: 22px;
  color: #fff;
  background: #922128;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}

a.p-contact-page__card:hover,
a.p-contact-page__card:focus-visible {
  color: #922128;
  background: #fff;
}

.p-contact-page__card-label {
  font-size: 18px;
  font-weight: 700;
}

.p-contact-page__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  font-size: clamp(29px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.p-contact-page__number img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.p-contact-page__card:first-child .p-contact-page__number img {
  transform: scale(1.14);
}

a.p-contact-page__card:hover .p-contact-page__number img,
a.p-contact-page__card:focus-visible .p-contact-page__number img {
  filter: invert(14%) sepia(35%) saturate(3813%) hue-rotate(333deg) brightness(91%) contrast(92%);
}

.p-contact-page__card small {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.p-contact-page__card .p-contact-page__notice {
  margin-top: 4px;
  font-size: 12px;
}

.p-contact-page__form {
  margin-top: 100px;
}

.p-contact-page__heading--form h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.p-contact-page__form-content {
  margin-top: 44px;
}

.p-contact-page__form-content .cwcf-privacy-text a {
  color: #922128;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .p-contact-page {
    padding: 60px 20px 80px;
  }
  .p-contact-page__inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .p-contact-page__heading h2 {
    font-size: 28px;
  }
  .p-contact-page__lead {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
  .p-contact-page__lead br {
    display: none;
  }
  .p-contact-page__cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }
  .p-contact-page__card {
    min-height: 132px;
    border-radius: 16px;
  }
  .p-contact-page__card-label {
    font-size: 15px;
  }
  .p-contact-page__number {
    gap: 10px;
    font-size: 30px;
  }
  .p-contact-page__number img {
    width: 30px;
    height: 30px;
  }
  .p-contact-page__form {
    margin-top: 70px;
  }
  .p-contact-page__form-content .cwcf-zip-row input.cwcf-zipcode-input {
    text-align: left !important;
  }
}

.u-hidden-pc {
  display: none !important;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .u-hidden-pc {
    display: initial !important;
  }
  .u-hidden-sp {
    display: none !important;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-vertical {
  writing-mode: vertical-rl;
}

.u-text-red {
  color: #922128;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}


/* Contact phone icon: exact brand red on hover/focus. */
.p-contact-page__cards a.p-contact-page__card:hover .p-contact-page__number img,
.p-contact-page__cards a.p-contact-page__card:focus-visible .p-contact-page__number img {
  filter: none;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2234%22%20viewBox%3D%220%200%2020%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.76709%208.44063C-0.00408012%209.59742%20-0.351984%2013.2135%200.316636%2016.1606C0.837428%2018.4557%201.94463%2021.5344%203.81164%2024.4335C5.56802%2027.1607%208.0184%2029.6061%209.88683%2031.021C12.2861%2032.8378%2015.7065%2033.9925%2017.4776%2032.8357C18.3733%2032.2508%2019.7038%2030.6526%2019.7645%2030.3658C19.7645%2030.3658%2018.9842%2029.1542%2018.813%2028.8884L16.1964%2024.8254C16.0019%2024.5235%2014.7826%2024.7994%2014.1631%2025.1528C13.3275%2025.6296%2012.558%2026.9089%2012.558%2026.9089C11.985%2027.2422%2011.5051%2026.9102%2010.5024%2026.4454C9.27013%2025.8745%207.88458%2024.1003%206.78191%2022.4934C5.77474%2020.8241%204.73122%2018.8265%204.71605%2017.4605C4.70365%2016.349%204.59825%2015.7723%205.13409%2015.3814C5.13409%2015.3814%206.60786%2015.1955%207.38091%2014.6217C7.95388%2014.1962%208.70142%2013.1875%208.50696%2012.8856L5.89041%208.82261C5.7192%208.55673%204.93892%207.34518%204.93892%207.34518C4.65431%207.28398%202.66265%207.85567%201.76709%208.44063Z%22%20fill%3D%22%23922128%22%2F%3E%3Cpath%20d%3D%22M16.601%2011.4723C17.6658%207.10161%2015.1358%202.63213%2010.8588%201.32816L11.2199%200C16.2243%201.505%2019.1834%206.73264%2017.9198%2011.836L16.601%2011.4723Z%22%20fill%3D%22%23922128%22%2F%3E%3Cpath%20d%3D%22M13.7431%2010.6842C14.379%207.90035%2012.7789%205.07376%2010.0764%204.20653L10.4377%202.87791C13.8674%203.94683%2015.8964%207.53132%2015.0624%2011.048L13.7431%2010.6842Z%22%20fill%3D%22%23922128%22%2F%3E%3Cpath%20d%3D%22M10.8811%209.8949C11.0934%208.69994%2010.4218%207.51343%209.2926%207.08866L9.65459%205.75745C11.5096%206.38793%2012.6093%208.33065%2012.2029%2010.2594L10.8811%209.8949Z%22%20fill%3D%22%23922128%22%2F%3E%3C%2Fsvg%3E");
}


/* Home topics date color. */
.p-topics__content .p-topics__item time {
  color: #922128;
}


/* Align the linked ekiben mark with the copyright baseline on desktop. */
@media (min-width: 1081px) {
  .p-footer__nav .p-footer__mark-link {
    align-self: center;
    margin-top: auto;
    padding-block: 0;
  }

  .p-footer__mark-link .p-footer__mark {
    margin: 0;
  }
}


/* Linked ekiben mark: desktop/mobile visibility. */
.p-footer__mark-link--sp {
  display: none !important;
}

@media (max-width: 1080px) {
  .p-footer__brand .p-footer__mark-link--sp {
    display: block !important;
    width: 74px;
    margin: 20px auto;
    padding: 0;
  }

  .p-footer__brand .p-footer__mark-link--sp .p-footer__mark {
    display: block;
    width: 74px;
    height: auto;
    margin: 0;
  }

  .p-footer__copyright::before {
    display: none;
    content: none;
  }
}


/* Remove padding from the linked ekiben mark on all viewports. */
.p-footer__mark-link--pc,
.p-footer__mark-link--sp {
  padding: 0;
}


/* Remove padding from the ekiben mark image itself. */
.p-footer__mark {
  padding: 0;
}


/* Match the company outline table headings to the mobile color. */
.p-about-page__outline .p-about-page__table th {
  color: #922128;
}


/* Product detail image slider. */
.p-product-detail__slider {
  width: 100%;
}

.p-product-detail__slider .splide__slide {
  display: grid;
  min-height: 416px;
  place-items: center;
}

.p-product-detail__slider .p-product-detail__slide-image,
.p-product-detail__single-image {
  display: block;
  width: 100%;
  max-height: 470px;
  object-fit: contain;
}

.p-product-detail__slider .splide__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid #922128;
  border-radius: 50%;
  color: #922128;
  background: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .3s ease, background-color .3s ease;
}

.p-product-detail__slider .splide__arrow:hover,
.p-product-detail__slider .splide__arrow:focus-visible {
  color: #fff;
  background: #922128;
}

.p-product-detail__slider .splide__arrow--prev { left: -34px; }
.p-product-detail__slider .splide__arrow--next { right: -34px; }
.p-product-detail__slider .splide__arrow svg { width: 18px; height: 18px; fill: currentColor; }

.p-product-detail__thumbnails {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.p-product-detail__thumbnail {
  width: 76px;
  height: 62px;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  opacity: .65;
  transition: border-color .25s ease, opacity .25s ease;
}

.p-product-detail__thumbnail:hover,
.p-product-detail__thumbnail:focus-visible,
.p-product-detail__thumbnail.is-active {
  border-color: #922128;
  opacity: 1;
}

.p-product-detail__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-product-detail__slider .splide__slide { min-height: 270px; }
  .p-product-detail__slider .p-product-detail__slide-image,
  .p-product-detail__single-image { max-height: 300px; }
  .p-product-detail__slider .splide__arrow { width: 38px; height: 38px; }
  .p-product-detail__slider .splide__arrow--prev { left: 4px; }
  .p-product-detail__slider .splide__arrow--next { right: 4px; }
  .p-product-detail__thumbnail { width: 64px; height: 52px; }
}


/* Prevent the mobile product slider from overlapping product content. */
@media (max-width: 767px) {
  .p-product-detail__inner {
    row-gap: 32px;
  }

  .p-product-detail__visual:has(.p-product-detail__slider) {
    height: auto;
    aspect-ratio: auto;
  }
}


/* Move mobile product-slider arrows outside the photo. */
@media (max-width: 767px) {
  .p-product-detail__slider .splide__arrow--prev {
    left: -12px;
  }

  .p-product-detail__slider .splide__arrow--next {
    right: -12px;
  }
}
