@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #f8f1e8;
  background: var(--color-bg);
  font-family: var(--font-base);
  overflow-x: hidden;
}

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

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

.section_label {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--color-main);
}

.text_link {
  display: inline-flex;
  align-items: center;
  margin-top: 34px;
  padding: 4px 18px;
  color: var(--color-main);
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.text_link::after {
  content: "→";
  margin-left: 22px;
  font-size: 18px;
}
.text_link:hover {
  color: var(--color-white);
  padding-left: 24px;
  padding-right: 24px;
}

.floating_reserve {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  width: 150px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 12, 7, 0.95);
  border: 1px solid var(--color-main);
  border-radius: 4px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.18em;
  backdrop-filter: blur(8px);
  transition: 0.3s;
}
.floating_reserve:hover {
  background: var(--color-main);
  color: #140c07;
}
@media screen and (max-width: 768px) {
  .floating_reserve {
    right: 16px;
    bottom: 16px;
    width: 130px;
    height: 50px;
    font-size: 12px;
  }
}

.food-page_switch {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 34px;
  border: 1px solid rgba(199, 154, 85, 0.5);
}
.food-page_switch a {
  min-width: 160px;
  padding: 14px 28px;
  color: var(--color-main);
  text-align: center;
  font-family: serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-right: 1px solid rgba(199, 154, 85, 0.5);
}
.food-page_switch a:last-child {
  border-right: none;
}
.food-page_switch a.is-active {
  color: #1b120c;
  background: #c79a55;
}

@media screen and (max-width: 480px) {
  .food-page_switch {
    width: 100%;
  }
  .food-page_switch a {
    min-width: auto;
    flex: 1;
    padding: 13px 16px;
  }
}
/* ========================================
SAMPLE CTA
======================================== */
.sample_cta {
  padding: 90px 0;
  background: #f4efe6;
}
.sample_cta .sample_cta_inner {
  width: min(var(--container-small), 100% - 32px);
  margin: 0 auto;
  padding: 54px 32px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(29, 23, 18, 0.24);
}
.sample_cta .sample_cta_label {
  margin: 0 0 14px;
  color: #1d1712;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.sample_cta .sample_cta_title {
  margin: 0;
  color: #1d1712;
  font-family: "Noto serif jp";
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.sample_cta .sample_cta_text {
  max-width: 620px;
  margin: 24px auto 0;
  color: rgba(29, 23, 18, 0.78);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.sample_cta .sample_cta_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 32px;
  color: #fff;
  background: #1d1712;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: 0.3s;
}
.sample_cta .sample_cta_button::after {
  content: "→";
  margin-left: 14px;
}
.sample_cta .sample_cta_button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .sample_cta {
    padding: 70px 0;
  }
  .sample_cta .sample_cta_inner {
    padding: 42px 22px;
  }
  .sample_cta .sample_cta_button {
    width: 100%;
    min-width: initial;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: var(--color-header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-card-border);
}
.header .header_inner {
  width: min(var(--container), 100% - 32px);
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_logo {
  color: var(--color-text-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.header .header_logo span {
  color: var(--color-main);
  font-size: var(--font-small);
  letter-spacing: 0.22em;
}
.header .header_nav ul {
  display: flex;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .header_nav a {
  color: var(--color-text-strong);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: 0.2s;
}
.header .header_nav a:hover {
  color: var(--color-main);
}
.header .header_hamburger,
.header .header_close,
.header .header_overlay {
  display: none;
}
.header {
  /* ========================================
  RESPONSIVE
  ======================================== */
}
@media screen and (max-width: 768px) {
  .header .header_inner {
    height: 68px;
  }
  .header .header_logo {
    font-size: 17px;
  }
  .header .header_hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header .header_hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: var(--color-text-dark);
    border-radius: 999px;
  }
  .header .header_nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1002;
    display: block;
    width: min(82vw, 340px);
    height: 100dvh;
    padding: 76px 28px 28px;
    background: var(--color-main-bg);
    box-shadow: -18px 0 38px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: right 0.32s ease, opacity 0.32s ease, visibility 0.32s ease;
  }
  .header .header_nav.is_open {
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .header_nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header .header_nav li {
    border-bottom: 1px solid var(--color-card-border);
  }
  .header .header_nav a {
    display: block;
    padding: 18px 0;
    font-size: var(--font-text);
  }
  .header .header_close {
    position: absolute;
    top: 20px;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--color-main);
    background: var(--color-card-bg-dark);
    border: none;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .header .header_overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
  }
  .header .header_overlay.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ========================================
  FV
======================================== */
.fv {
  position: relative;
  min-height: 100vh;
  background-image: url("../images/grow_fv.webp");
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fv .fv_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 10, 5, 0.88), rgba(18, 10, 5, 0.52), rgba(18, 10, 5, 0.24)), linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.58));
}
.fv .fv_inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.fv .fv_label {
  margin: 0 0 18px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.28em;
}
.fv .fv_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h1);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.05em;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}
.fv .fv_title .fv_title_line {
  display: block;
  min-height: 1.15em;
}
.fv .fv_title .fv_title_line::after {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  color: var(--color-main);
  opacity: 0;
}
.fv .fv_title .fv_title_line.is_typing::after {
  opacity: 1;
  animation: cursorBlink 0.85s steps(1) infinite;
}
.fv .fv_title .fv_title_line2 {
  color: var(--color-main);
}
.fv .fv_lead {
  opacity: 0;
  transform: translateY(16px);
  margin-top: 28px;
  color: var(--color-text-dark);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.05em;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fv .fv_lead.is_show {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .fv {
    min-height: 100svh;
    background-position: 70% center;
  }
  .fv .fv_overlay {
    background: linear-gradient(180deg, rgba(18, 10, 5, 0.45), rgba(18, 10, 5, 0.88));
  }
  .fv .fv_inner {
    padding-top: 68px;
  }
  .fv .fv_label {
    font-size: var(--font-small);
    letter-spacing: 0.2em;
  }
  .fv .fv_title {
    font-size: clamp(34px, 9vw, 58px);
  }
  .fv .fv_lead {
    margin-top: 24px;
    font-size: var(--font-text);
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv_title {
    font-size: clamp(28px, 9vw, 42px);
  }
}
@keyframes cursorBlink {
  0%, 45% {
    opacity: 1;
  }
  46%, 100% {
    opacity: 0;
  }
}
/* ========================================
  HOME NEWS
======================================== */
.news {
  padding: 104px 0;
  background: linear-gradient(rgba(20, 12, 7, 0.88), rgba(20, 12, 7, 0.92)), linear-gradient(180deg, var(--color-main-bg) 0%, var(--color-bg-alt) 100%);
}
.news .news_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.news .news_head {
  max-width: 780px;
  margin-bottom: 48px;
}
.news .news_head .section_label {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.news .news_head h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}
.news .news_head > p {
  margin: 26px 0 0;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 2;
  letter-spacing: 0.04em;
}
.news .news_scroll {
  margin: 0 0 22px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
}
.news .news_scroll_area {
  overflow-x: auto;
  padding-bottom: 18px;
  -webkit-overflow-scrolling: touch;
}
.news .news_scroll_area::-webkit-scrollbar {
  height: 7px;
}
.news .news_scroll_area::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.news .news_scroll_area::-webkit-scrollbar-thumb {
  background: rgba(199, 154, 85, 0.55);
  border-radius: 999px;
}
.news .news_list {
  display: flex;
  gap: 0;
}
.news .news_item {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}
.news .news_item:first-child {
  padding-left: 0;
}
.news .news_item:last-child {
  padding-right: 0;
  border-right: none;
}
.news .news_item time {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 22px;
  padding-bottom: 8px;
  color: var(--color-text-strong);
  border-bottom: 2px solid var(--color-main);
  font-family: var(--font-heading);
  font-size: var(--font-text);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.news .news_item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 72px;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 0 16px;
  color: var(--color-dark-bg);
  background: linear-gradient(135deg, #e0b86b, var(--color-main));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.news .news_item h3 {
  min-height: 5.4em;
  margin: 0;
  padding-bottom: 22px;
  color: var(--color-text-card-dark);
  border-bottom: 1px solid var(--color-main);
  font-size: var(--font-h3);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.news .news_item p {
  flex-grow: 1;
  margin: 24px 0 0;
  color: var(--color-text-light);
  font-size: var(--font-small);
  line-height: 2;
  letter-spacing: 0.04em;
}
.news .news_more {
  margin-top: 44px;
  text-align: center;
}
.news .news_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  color: var(--color-main);
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.news .news_more a::after {
  content: "→";
  margin-left: 28px;
  font-size: 18px;
  line-height: 1;
}
.news .news_more a:hover {
  color: var(--color-h1);
  padding-left: 26px;
  padding-right: 26px;
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .news {
    padding: var(--section-padding-sp) 0;
  }
  .news .news_head {
    margin-bottom: 38px;
  }
  .news .news_scroll {
    text-align: left;
  }
  .news .news_item {
    flex-basis: 280px;
    min-height: 340px;
    padding: 24px 26px;
  }
  .news .news_item time {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .news .news_inner {
    width: min(100% - 28px, var(--container-sp));
  }
  .news .news_item {
    flex-basis: 260px;
    padding: 22px 22px;
  }
  .news .news_item:first-child {
    padding-left: 0;
  }
}
/* -------------------------------
news archive
------------------------------- */
.news_archive_fv {
  min-height: 36vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), url("../images/about-store.webp") center center/cover;
}
.news_archive_fv .news_archive_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.news_archive_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.2em;
}
.news_archive_fv h1 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h1);
  line-height: 1.2;
}
.news_archive_fv span {
  display: block;
  margin-top: 18px;
  color: var(--color-text-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.news_archive {
  padding: 100px 0;
  background: var(--color-dark-bg);
}
.news_archive .news_archive_inner {
  width: min(960px, 100% - 32px);
  margin: 0 auto;
}

.news_archive_head {
  margin-bottom: 50px;
}

.news_archive_list {
  border-top: 1px solid var(--color-border-dark);
}

.news_archive_item {
  border-bottom: 1px solid var(--color-border-dark);
}
.news_archive_item a {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 28px 0;
  transition: 0.25s;
}
.news_archive_item time {
  position: relative;
  padding-bottom: 4px;
}
.news_archive_item time::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border-main-light);
}
.news_archive_item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 32px;
  margin-top: 14px;
  margin-bottom: 18px;
  padding: 0 14px;
  background: var(--color-main);
  color: var(--color-dark-bg);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-radius: 999px;
}
.news_archive_item h3 {
  margin: 0;
  color: var(--color-text-dark);
  font-size: var(--font-h3);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.news_archive_item:hover a {
  opacity: 0.75;
}

.news_archive_pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.news_archive_pager a,
.news_archive_pager span {
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-main-dark-border);
  color: var(--color-main);
  font-size: var(--font-text);
}
.news_archive_pager .is_current {
  background: var(--color-main);
  color: var(--color-dark-bg);
}

.news_archive_back {
  margin-top: 60px;
  text-align: center;
}

/* -------------------------------
news single
------------------------------- */
.news_single_fv {
  min-height: 30vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), url("../images/about-store.webp") center center/cover;
}
.news_single_fv .news_single_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.news_single_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.2em;
}
.news_single_fv h1 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h1);
}

.news_single {
  padding: 100px 0;
  background: var(--color-dark-bg);
}
.news_single .news_single_inner {
  width: min(760px, 100% - 32px);
  margin: 0 auto;
}

.news_single_meta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.news_single_meta time {
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  letter-spacing: 0.08em;
}
.news_single_meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  background: var(--color-main);
  color: var(--color-dark-bg);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.news_single_title {
  margin: 24px 0 40px;
  color: var(--color-text-dark);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.news_single_thumbnail {
  margin: 0 0 50px;
}
.news_single_thumbnail img {
  width: 100%;
  display: block;
}

.news_single_body p {
  margin: 0 0 24px;
  color: var(--color-text-light-dark);
  font-size: var(--font-text);
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.news_single_body p:last-child {
  margin-bottom: 0;
}

.news_single_footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--color-border-dark);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news_archive,
  .news_single {
    padding: 80px 0;
  }
  .news_single_title {
    margin: 18px 0 30px;
  }
  .news_single_thumbnail {
    margin-bottom: 36px;
  }
}
/* ========================================
  HOME ABOUT
======================================== */
.about {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.about .about_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.about .about_row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 58px;
  align-items: center;
  margin-bottom: 96px;
}
.about .about_row:last-child {
  margin-bottom: 0;
}
.about .about_row.is_reverse {
  grid-template-columns: 0.95fr 1.05fr;
}
.about .about_row.is_reverse .about_image {
  order: 2;
}
.about .about_row.is_reverse .about_text {
  order: 1;
}
.about .about_image {
  overflow: hidden;
}
.about .about_image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9) contrast(1.06);
}
.about .about_text h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}
.about .about_text p {
  margin: 26px 0 0;
  color: var(--color-text);
  font-size: var(--font-text);
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .about {
    padding: 82px 0;
  }
  .about .about_row,
  .about .about_row.is_reverse {
    display: block;
    margin-bottom: 72px;
  }
  .about .about_row .about_image,
  .about .about_row .about_text,
  .about .about_row.is_reverse .about_image,
  .about .about_row.is_reverse .about_text {
    order: initial;
  }
  .about .about_image {
    margin-bottom: 28px;
  }
  .about .about_image img {
    aspect-ratio: 16/10;
  }
  .about .about_text h2 {
    font-size: var(--font-h2);
  }
  .about .about_text p {
    font-size: var(--font-small);
  }
}
@media screen and (max-width: 480px) {
  .about .about_inner {
    width: min(100% - 28px, 520px);
  }
}
/* =========================================
ABOUT PAGE
========================================= */
.about_page_fv {
  min-height: 62vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.6)), url("../images/about-store.webp") center center/cover;
}
.about_page_fv .about_page_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.about_page_fv p {
  margin: 0 0 var(--font-small);
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.22em;
}
.about_page_fv h1 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h1);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.about_page_concept {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.about_page_concept .about_page_concept_inner {
  width: min(900px, 100% - 32px);
  margin: 0 auto;
}
.about_page_concept h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.about_page_concept p:not(.section_label) {
  margin: 30px 0 0;
  color: var(--color-text);
  font-size: var(--font-text);
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.about_page_store,
.about_page_food,
.about_page_recruit {
  padding: 110px 0;
}
.about_page_store .about_page_store_inner,
.about_page_store .about_page_food_inner,
.about_page_store .about_page_recruit_inner,
.about_page_food .about_page_store_inner,
.about_page_food .about_page_food_inner,
.about_page_food .about_page_recruit_inner,
.about_page_recruit .about_page_store_inner,
.about_page_recruit .about_page_food_inner,
.about_page_recruit .about_page_recruit_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.about_page_store .about_page_store_image,
.about_page_store .about_page_food_image,
.about_page_store .about_page_recruit_image,
.about_page_food .about_page_store_image,
.about_page_food .about_page_food_image,
.about_page_food .about_page_recruit_image,
.about_page_recruit .about_page_store_image,
.about_page_recruit .about_page_food_image,
.about_page_recruit .about_page_recruit_image {
  overflow: hidden;
}
.about_page_store .about_page_store_image img,
.about_page_store .about_page_food_image img,
.about_page_store .about_page_recruit_image img,
.about_page_food .about_page_store_image img,
.about_page_food .about_page_food_image img,
.about_page_food .about_page_recruit_image img,
.about_page_recruit .about_page_store_image img,
.about_page_recruit .about_page_food_image img,
.about_page_recruit .about_page_recruit_image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9) contrast(1.06);
}
.about_page_store h2,
.about_page_food h2,
.about_page_recruit h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.about_page_store p:not(.section_label),
.about_page_food p:not(.section_label),
.about_page_recruit p:not(.section_label) {
  margin: 26px 0 0;
  color: var(--color-text);
  font-size: var(--font-text);
  line-height: 2;
  letter-spacing: 0.04em;
}

.about_page_store,
.about_page_recruit {
  background: var(--color-main-bg);
}

.about_page_food {
  background: var(--color-bg-alt);
}
.about_page_food .about_page_food_inner {
  grid-template-columns: 0.95fr 1.05fr;
}

.about_page_info {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.about_page_info .about_page_info_inner {
  width: min(900px, 100% - 32px);
  margin: 0 auto;
}
.about_page_info h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.about_page_info .about_page_info_table {
  margin-top: 42px;
}
.about_page_info .about_page_info_table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-main-border);
}
.about_page_info .about_page_info_table div:first-child {
  border-top: 1px solid var(--color-main-border);
}
.about_page_info .about_page_info_table dt {
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.about_page_info .about_page_info_table dd {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.about_page_info .about_page_info_table dd a {
  color: var(--color-text-strong);
  transition: 0.25s;
}
.about_page_info .about_page_info_table dd a:not(:last-child) {
  margin-right: 18px;
}
.about_page_info .about_page_info_table dd a:hover {
  color: var(--color-main);
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .about_page_fv {
    min-height: 52vh;
  }
  .about_page_fv .about_page_fv_inner {
    padding-top: 68px;
  }
  .about_page_concept,
  .about_page_info,
  .about_page_store,
  .about_page_food,
  .about_page_recruit {
    padding: 82px 0;
  }
  .about_page_store .about_page_store_inner,
  .about_page_store .about_page_food_inner,
  .about_page_store .about_page_recruit_inner,
  .about_page_food .about_page_store_inner,
  .about_page_food .about_page_food_inner,
  .about_page_food .about_page_recruit_inner,
  .about_page_recruit .about_page_store_inner,
  .about_page_recruit .about_page_food_inner,
  .about_page_recruit .about_page_recruit_inner {
    width: min(100% - 28px, 520px);
    display: block;
  }
  .about_page_store .about_page_store_image,
  .about_page_store .about_page_food_image,
  .about_page_store .about_page_recruit_image,
  .about_page_food .about_page_store_image,
  .about_page_food .about_page_food_image,
  .about_page_food .about_page_recruit_image,
  .about_page_recruit .about_page_store_image,
  .about_page_recruit .about_page_food_image,
  .about_page_recruit .about_page_recruit_image {
    margin-bottom: 30px;
  }
  .about_page_store .about_page_store_image img,
  .about_page_store .about_page_food_image img,
  .about_page_store .about_page_recruit_image img,
  .about_page_food .about_page_store_image img,
  .about_page_food .about_page_food_image img,
  .about_page_food .about_page_recruit_image img,
  .about_page_recruit .about_page_store_image img,
  .about_page_recruit .about_page_food_image img,
  .about_page_recruit .about_page_recruit_image img {
    aspect-ratio: 16/10;
  }
  .about_page_food .about_page_food_image {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .about_page_concept .about_page_concept_inner {
    width: min(100% - 28px, 520px);
  }
  .about_page_info .about_page_info_inner {
    width: min(100% - 28px, 520px);
  }
  .about_page_info .about_page_info_table div {
    grid-template-columns: 120px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .about_page_info .about_page_info_table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .about_page_info .about_page_info_table dd a {
    display: inline-block;
    margin-bottom: 6px;
  }
}
.instagram {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.instagram .instagram_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.instagram .instagram_head {
  max-width: 760px;
  margin-bottom: 44px;
}
.instagram .instagram_head .section_label {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.instagram .instagram_head h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}
.instagram .instagram_head p {
  margin: 26px 0 0;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 2;
  letter-spacing: 0.04em;
}
.instagram .instagram_image {
  background: var(--color-bg-alt);
}
.instagram .instagram_image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .instagram_more {
  margin-top: 42px;
  text-align: center;
}
.instagram .instagram_more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  color: var(--color-main);
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.instagram .instagram_more a::after {
  content: "→";
  margin-left: 28px;
  font-size: 18px;
  line-height: 1;
}
.instagram .instagram_more a:hover {
  color: var(--color-h1);
  padding-left: 26px;
  padding-right: 26px;
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .instagram {
    padding: 82px 0;
  }
  .instagram .instagram_head {
    margin-bottom: 34px;
  }
  .instagram .instagram_head h2 {
    font-size: var(--font-h2);
  }
  .instagram .instagram_head p {
    font-size: var(--font-small);
  }
  .instagram .instagram_image {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .instagram .instagram_image img {
    width: 880px;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .instagram .instagram_inner {
    width: min(100% - 28px, 520px);
  }
  .instagram .instagram_image img {
    width: 760px;
  }
}
/* ========================================
  HOME RECRUIT
======================================== */
.recruit {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.recruit .recruit_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.recruit .recruit_image {
  background: var(--color-bg-alt);
}
.recruit .recruit_image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.recruit .recruit_content .section_label {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.recruit .recruit_content h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.08em;
}
.recruit .recruit_content p {
  margin: 26px 0 0;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 2;
  letter-spacing: 0.04em;
}
.recruit .recruit_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.recruit .recruit_content ul li {
  padding: 8px 14px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.recruit .recruit_content .text_link {
  margin-top: 36px;
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .recruit {
    padding: 82px 0;
  }
  .recruit .recruit_inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .recruit .recruit_content h2 {
    font-size: var(--font-h2);
  }
  .recruit .recruit_content p {
    font-size: var(--font-small);
  }
}
@media screen and (max-width: 480px) {
  .recruit .recruit_inner {
    width: min(100% - 28px, 520px);
  }
}
/* ========================================
　RECRUIT　PAGE
======================================== */
.recruit_page_fv {
  min-height: 46vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.66)), url("../images/recruit.webp") center center/cover;
}
.recruit_page_fv .recruit_page_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.recruit_page_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.22em;
}
.recruit_page_fv h1 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h1);
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.recruit_page_fv span {
  display: block;
  margin-top: 20px;
  color: var(--color-text-dark);
  font-size: var(--font-text);
  line-height: 1.9;
}

.recruit_page {
  padding: 100px 0 110px;
  background: var(--color-dark-bg);
}
.recruit_page .recruit_page_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

.recruit_intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 110px;
}
.recruit_intro .recruit_intro_image {
  overflow: hidden;
}
.recruit_intro .recruit_intro_image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9) contrast(1.06);
}
.recruit_intro .recruit_intro_text h2 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.recruit_intro .recruit_intro_text p:not(.section_label) {
  margin: 26px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-text);
  line-height: 2;
  letter-spacing: 0.04em;
}

.recruit_section_head {
  margin-bottom: 34px;
}
.recruit_section_head .section_title_jp {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.16em;
}
.recruit_section_head .section_title_en {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.recruit_jobs,
.recruit_merit,
.recruit_interview,
.recruit_flow,
.recruit_faq,
.recruit_welcome,
.recruit_message {
  margin-bottom: 100px;
}

.recruit_job_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.recruit_job_item,
.recruit_merit_grid article,
.recruit_interview_list article,
.recruit_message {
  border: 1px solid var(--color-main-dark-border);
  background: var(--color-card-bg-dark);
}

.recruit_job_item {
  padding: 34px;
}
.recruit_job_item .recruit_job_head {
  margin-bottom: 28px;
}
.recruit_job_item .recruit_job_head p {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 900;
  letter-spacing: 0.16em;
}
.recruit_job_item .recruit_job_head h3 {
  margin: 0;
  color: var(--color-text-dark);
  font-size: var(--font-h3);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.recruit_job_item dl {
  margin: 0;
}
.recruit_job_item dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border-dark);
}
.recruit_job_item dl div:first-child {
  border-top: 1px solid var(--color-border-dark);
}
.recruit_job_item dl dt {
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  line-height: 1.8;
}
.recruit_job_item dl dd {
  margin: 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.recruit_merit_grid {
  border-top: 1px solid var(--color-main-dark-border);
  border-bottom: 1px solid var(--color-main-dark-border);
}
.recruit_merit_grid article {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid var(--color-border-dark);
}
.recruit_merit_grid article:last-child {
  border-bottom: none;
}
.recruit_merit_grid article span {
  display: block;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.recruit_merit_grid article h3 {
  margin: 14px 0 0;
  color: var(--color-text-dark);
  font-size: var(--font-h3);
  line-height: 1.5;
}
.recruit_merit_grid article p {
  margin: 14px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.recruit_interview_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.recruit_interview_list article {
  padding: 34px;
}
.recruit_interview_list article h3 {
  margin: 0;
  color: var(--color-text-dark);
  font-size: var(--font-h3);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.recruit_interview_list article p:not(.recruit_interview_role) {
  margin: 18px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.recruit_interview_role {
  margin: 0 0 16px;
  color: var(--color-main) !important;
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.recruit_flow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-main-dark-border);
  border-bottom: 1px solid var(--color-main-dark-border);
}
.recruit_flow ol li {
  padding: 30px 24px;
  border-right: 1px solid var(--color-border-main-light);
}
.recruit_flow ol li:last-child {
  border-right: none;
}
.recruit_flow ol li span {
  display: block;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.recruit_flow ol li p {
  margin: 14px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.8;
}

.recruit_faq_list {
  border-top: 1px solid var(--color-border-dark);
}

.recruit_faq_item {
  border-bottom: 1px solid var(--color-border-dark);
}
.recruit_faq_item.is_open .recruit_faq_question {
  color: var(--color-main);
}
.recruit_faq_item.is_open .recruit_faq_question::after {
  content: "−";
}

.recruit_faq_question {
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 22px 56px 22px 0;
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--color-text-dark);
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: left;
  font-size: var(--font-text);
  font-weight: 800;
  line-height: 1.7;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.recruit_faq_question span {
  flex: 0 0 auto;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1;
}
.recruit_faq_question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  border: 1px solid var(--color-main-dark-border);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.recruit_faq_answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.recruit_faq_answer > div {
  padding: 0 48px 26px 40px;
}
.recruit_faq_answer p {
  margin: 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-text);
  line-height: 1.9;
}

.recruit_welcome ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit_welcome ul li {
  padding: 10px 16px;
  color: var(--color-main);
  border: 1px solid var(--color-main-dark-border);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.recruit_message {
  padding: 54px;
}
.recruit_message .recruit_message_inner {
  max-width: 760px;
}
.recruit_message h2 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.recruit_message p:not(.section_label) {
  margin: 24px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-text);
  line-height: 2;
}

.recruit_entry {
  padding: 64px;
  border: 1px solid var(--color-main-dark-border);
  background: var(--color-card-bg-dark);
}
.recruit_entry .recruit_entry_inner {
  max-width: 720px;
}
.recruit_entry h2 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.recruit_entry p:not(.section_label) {
  margin: 24px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-text);
  line-height: 2;
}
.recruit_entry .recruit_entry_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .recruit_page {
    padding: 78px 0 90px;
  }
  .recruit_page .recruit_page_inner {
    width: min(100% - 28px, 520px);
  }
  .recruit_intro {
    display: block;
    margin-bottom: 82px;
  }
  .recruit_intro .recruit_intro_image {
    margin-bottom: 30px;
  }
  .recruit_intro .recruit_intro_image img {
    aspect-ratio: 16/10;
  }
  .recruit_job_list,
  .recruit_merit_grid,
  .recruit_interview_list,
  .recruit_flow ol {
    grid-template-columns: 1fr;
  }
  .recruit_flow ol li {
    border-right: none;
    border-bottom: 1px solid var(--color-border-main-light);
  }
  .recruit_flow ol li:last-child {
    border-bottom: none;
  }
  .recruit_message,
  .recruit_entry {
    padding: 36px 24px;
  }
  .recruit_job_item {
    padding: 28px 22px;
  }
  .recruit_job_item dl div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
  .recruit_faq_question {
    min-height: 68px;
    padding: 20px 50px 20px 0;
  }
  .recruit_faq_answer > div {
    padding: 0 0 24px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit_job_item {
    padding: 28px 22px;
  }
  .recruit_job_item dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .recruit_faq_question {
    padding-right: 42px;
  }
  .recruit_faq_answer > div {
    padding-left: 0;
  }
  .recruit_entry .recruit_entry_buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ========================================
  HOME ACCESS
======================================== */
.access {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
.access .access_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.access .access_content {
  margin-bottom: 36px;
}
.access .access_content .section_label {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.18em;
}
.access .access_content h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.access .access_map {
  overflow: hidden;
  margin-bottom: 42px;
}
.access .access_map img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.access .access_info {
  margin-top: 0;
}
.access .access_info dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-main-border);
}
.access .access_info dl:first-child {
  border-top: 1px solid var(--color-main-border);
}
.access .access_info dt {
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.access .access_info dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--font-small);
  line-height: 1.9;
}
.access .text_link {
  display: inline-flex;
  align-items: center;
  margin-top: 34px;
  padding: 4px 18px;
  color: var(--color-main);
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.access .text_link::after {
  content: "→";
  margin-left: 22px;
  font-size: 18px;
}
.access .text_link:hover {
  color: var(--color-h1);
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 82px 0;
  }
  .access .access_inner {
    width: min(100% - 28px, 520px);
  }
  .access .access_content {
    margin-bottom: 28px;
  }
  .access .access_map {
    margin-bottom: 30px;
  }
  .access .access_info dl {
    grid-template-columns: 90px 1fr;
    gap: var(--font-small);
  }
}
@media screen and (max-width: 480px) {
  .access .access_content h2 {
    font-size: var(--font-h2);
  }
  .access .access_info dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
/* ========================================
  FOOTER
======================================== */
.footer {
  padding: 80px 0 30px;
  background: var(--color-bg-alt);
  border-top: 1px solid rgba(199, 154, 85, 0.15);
}
.footer .footer_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}
.footer .footer_logo {
  text-align: center;
}
.footer .footer_logo .footer_name {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h3);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.footer .footer_logo .footer_description {
  margin-top: 14px;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 1.8;
}
.footer .footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 48px;
}
.footer .footer_nav a {
  color: var(--color-text);
  font-size: var(--font-text);
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.footer .footer_nav a:hover {
  color: var(--color-main);
}
.footer .footer_nav .is_highlight {
  color: var(--color-main);
}
.footer .footer_policy {
  margin-top: 36px;
  text-align: center;
}
.footer .footer_policy a {
  color: var(--color-text-light);
  font-size: var(--font-small);
  transition: 0.3s;
}
.footer .footer_policy a:hover {
  color: var(--color-h1);
}
.footer .footer_copy {
  margin-top: 30px;
  text-align: center;
}
.footer .footer_copy small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .footer .footer_nav {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .footer .footer_logo .footer_name {
    font-size: var(--font-h2);
  }
}
.food_page_fv {
  min-height: 42vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.66)), url("../images/food-hamburg-01.webp") center center/cover;
}
.food_page_fv .food_page_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.food_page_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.22em;
}
.food_page_fv h1 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h1);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.food_page_fv span {
  display: block;
  margin-top: 20px;
  color: var(--color-text);
  font-size: var(--font-text);
  line-height: 1.9;
}

.food_page {
  padding: 90px 0 110px;
  background: var(--color-main-bg);
}
.food_page .food_page_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

.food_page_switch {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.food_page_switch a {
  min-width: 180px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background: transparent;
  border: 1px solid var(--color-card-border);
  font-family: serif;
  font-size: var(--font-text);
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: 0.25s;
}
.food_page_switch a:first-child {
  border-right: none;
}
.food_page_switch a.is_active {
  color: var(--color-main-bg);
  background: var(--color-main);
  border-color: var(--color-main);
}

.food_tabs {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: flex;
  gap: 0;
  margin-bottom: 70px;
  background: var(--color-dark-bg);
  border-top: 1px solid rgba(199, 154, 85, 0.35);
  border-bottom: 1px solid rgba(199, 154, 85, 0.35);
  backdrop-filter: blur(10px);
}

.food_tab {
  flex: 1;
  min-height: 58px;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  border: none;
  border-right: 1px solid rgba(199, 154, 85, 0.25);
  font-family: serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  cursor: pointer;
}
.food_tab:last-child {
  border-right: none;
}
.food_tab.is_active {
  color: var(--color-main-bg);
  background: var(--color-main);
}

.food_panel {
  display: none;
}
.food_panel.is_active {
  display: block;
}

.food_category {
  margin-bottom: 96px;
}
.food_category:last-child {
  margin-bottom: 0;
}

.food_category_head {
  margin-bottom: 34px;
}
.food_category_head p {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.16em;
}
.food_category_head h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.food_category_head span {
  display: block;
  margin-top: 18px;
  color: var(--color-text-light);
  font-size: var(--font-small);
  line-height: 1.8;
}

.food_menu_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.food_menu_item {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 220px;
  border: 1px solid var(--color-border-main-light);
  background: rgba(255, 255, 255, 0.035);
}
.food_menu_item.has_image {
  grid-template-columns: 180px 1fr;
}
.food_menu_item figure {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}
.food_menu_item figure img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.food_menu_body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.food_menu_body h3 {
  margin: 0;
  color: var(--color-h1);
  font-size: var(--font-h3);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.food_menu_body p {
  flex-grow: 1;
  margin: 14px 0 0;
  color: var(--color-text);
  font-size: var(--font-small);
  line-height: 1.85;
}
.food_menu_body strong {
  display: block;
  margin-top: 20px;
  color: var(--color-main);
  font-family: serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.food_menu_labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.food_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  font-size: var(--font-small);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.food_label.is_recommend {
  color: var(--color-main-bg);
  background: var(--color-main);
}

.food_label.is_season {
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

.food_label.is_new {
  color: var(--color-h1);
  background: var(--color-main-muted);
}

/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .food_page {
    padding: 70px 0 90px;
  }
  .food_page .food_page_inner {
    width: min(100% - 28px, 520px);
  }
  .food_page_switch a {
    min-width: 140px;
  }
  .food_tabs {
    top: 68px;
    margin-bottom: 54px;
    overflow-x: auto;
  }
  .food_tab {
    flex: 0 0 150px;
  }
  .food_menu_grid {
    grid-template-columns: 1fr;
  }
  .food_menu_item {
    min-height: auto;
  }
  .food_menu_item.has_image {
    grid-template-columns: 1fr;
  }
  .food_menu_item figure img {
    min-height: initial;
    aspect-ratio: 16/10;
  }
}
.drink_page_fv {
  min-height: 42vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.66)), url("../images/about-drink.webp") center center/cover;
}
.drink_page_fv .drink_page_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.drink_page_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.22em;
}
.drink_page_fv h1 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h1);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.drink_page_fv span {
  display: block;
  margin-top: 20px;
  color: var(--color-text);
  font-size: var(--font-text);
  line-height: 1.9;
}

.drink_page {
  padding: 90px 0 110px;
  background: var(--color-main-bg);
}
.drink_page .drink_page_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

.drink_category {
  margin-bottom: 96px;
}
.drink_category:last-child {
  margin-bottom: 0;
}

.drink_category_head {
  margin-bottom: 34px;
}
.drink_category_head p {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 800;
  letter-spacing: 0.16em;
}
.drink_category_head h2 {
  margin: 0;
  color: var(--color-h1);
  font-family: serif;
  font-size: var(--font-h2);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.drink_category_head span {
  display: block;
  margin-top: 18px;
  color: var(--color-text-light);
  font-size: var(--font-small);
  line-height: 1.8;
}

.drink_menu_grid {
  display: block;
}

.drink_menu_item {
  padding: 0;
  border: none;
  border-bottom: 1px solid var(--color-card-border-dark);
  background: transparent;
}
.drink_menu_item:first-child {
  border-top: 1px solid var(--color-card-border);
}
.drink_menu_item.has_image {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
}
.drink_menu_item.has_image figure {
  margin: 0;
  overflow: hidden;
}
.drink_menu_item.has_image figure img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.drink_menu_item:not(.has_image) {
  padding: 22px 0;
}

.drink_menu_body h3 {
  margin: 0;
  color: var(--color-text-strong);
  font-size: var(--font-text);
  line-height: 1.7;
}
.drink_menu_body p {
  margin: 8px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.8;
}
.drink_menu_body strong {
  display: block;
  margin-top: 10px;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 700;
}
.drink_menu_body .drink_menu_labels {
  margin-bottom: 8px;
}

.drink_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.drink_label.is_recommend {
  color: var(--color-main-bg);
  background: var(--color-main);
}

.drink_label.is_season {
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

.drink_label.is_new {
  color: var(--color-h1);
  background: var(--color-main-muted);
}

.drink_free {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 24px;
}

.drink_free_main,
.drink_free_option {
  padding: 34px;
  border: 1px solid var(--color-card-border);
  background: var(--color-card-bg);
}
.drink_free_main h3,
.drink_free_option h3 {
  margin: 0;
  color: var(--color-h1);
  font-size: var(--font-h3);
}
.drink_free_main p,
.drink_free_option p {
  margin: 18px 0 0;
  color: var(--color-text);
  line-height: 1.9;
}
.drink_free_main strong,
.drink_free_option strong {
  display: block;
  margin-top: 18px;
  color: var(--color-main);
  font-family: serif;
  font-size: 38px;
  font-weight: 700;
}
.drink_free_main span,
.drink_free_option span {
  color: var(--color-main);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.drink_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.drink_list_group h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-card-border);
  font-family: var(--font-heading);
  font-size: var(--font-h3);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.drink_list_group dl {
  margin: 0;
}
.drink_list_group dl div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: var(--font-small) 0;
  border-bottom: 1px solid var(--color-card-border-dark);
}
.drink_list_group dt {
  color: var(--color-text-strong);
  font-size: var(--font-text);
  line-height: 1.7;
}
.drink_list_group dt span {
  display: block;
  margin-top: 6px;
  color: var(--color-main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.drink_list_group dd {
  margin: 0;
  color: var(--color-main);
  font-size: var(--font-text);
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .drink_menu_item.has_image {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .drink_list {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
/* ========================================
  RESPONSIVE
======================================== */
@media screen and (max-width: 768px) {
  .drink_page {
    padding: 70px 0 90px;
  }
  .drink_page .drink_page_inner {
    width: min(100% - 28px, 520px);
  }
  .drink_menu_grid,
  .drink_free,
  .drink_list {
    grid-template-columns: 1fr;
  }
  .drink_list {
    gap: 32px;
  }
  .drink_menu_item.has_image {
    grid-template-columns: 1fr;
  }
  .drink_menu_item figure img {
    min-height: initial;
    aspect-ratio: 16/10;
  }
}
.reserve_page_fv {
  min-height: 42vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.66)), url("../images/about-store.webp") center center/cover;
}
.reserve_page_fv .reserve_page_fv_inner {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
  padding-top: 76px;
}
.reserve_page_fv p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  letter-spacing: 0.22em;
}
.reserve_page_fv h1 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h1);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.reserve_page_fv span {
  display: block;
  margin-top: 20px;
  color: var(--color-text-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.reserve_page {
  padding: 100px 0 110px;
  background: var(--color-dark-bg);
}
.reserve_page .reserve_page_inner {
  width: min(960px, 100% - 32px);
  margin: 0 auto;
}

.reserve_main {
  padding: 58px;
  border: 1px solid var(--color-main-dark-border);
  background: var(--color-card-bg-dark);
  text-align: center;
}
.reserve_main h2 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.reserve_main .reserve_tel {
  display: inline-block;
  margin-top: 34px;
  color: var(--color-main);
  font-family: var(--font-heading);
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.25s;
}
.reserve_main .reserve_tel:hover {
  color: var(--color-text-dark);
}
.reserve_main p:not(.section_label) {
  margin: 28px 0 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 2;
}

.reserve_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 42px;
}

.reserve_link_item {
  padding: 34px;
  border: 1px solid var(--color-main-dark-border);
  background: var(--color-card-bg-dark);
}
.reserve_link_item > p {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 900;
  letter-spacing: 0.16em;
}
.reserve_link_item h3 {
  margin: 0;
  color: var(--color-text-dark);
  font-size: var(--font-h3);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.reserve_link_item span {
  display: block;
  margin-top: 18px;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

.reserve_note {
  margin-top: 70px;
}
.reserve_note h2 {
  margin: 0 0 24px;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  letter-spacing: 0.06em;
}
.reserve_note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border-dark);
}
.reserve_note ul li {
  padding: 18px 0;
  color: var(--color-text-light-dark);
  border-bottom: 1px solid var(--color-border-dark);
  font-size: var(--font-small);
  line-height: 1.8;
}
.reserve_note ul li::before {
  content: "・";
  color: var(--color-main);
  margin-right: 4px;
}

.reserve_info {
  margin-top: 80px;
}
.reserve_info h2 {
  margin: 0;
  color: var(--color-text-dark);
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.reserve_info dl {
  margin-top: 36px;
}
.reserve_info dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border-dark);
}
.reserve_info dl div:first-child {
  border-top: 1px solid var(--color-border-dark);
}
.reserve_info dl dt {
  color: var(--color-main);
  font-size: var(--font-small);
  font-weight: 800;
  line-height: 1.8;
}
.reserve_info dl dd {
  margin: 0;
  color: var(--color-text-light-dark);
  font-size: var(--font-small);
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .reserve_page {
    padding: 78px 0 90px;
  }
  .reserve_page .reserve_page_inner {
    width: min(100% - 28px, 520px);
  }
  .reserve_main {
    padding: 38px 24px;
  }
  .reserve_links {
    grid-template-columns: 1fr;
  }
  .reserve_info dl div {
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .reserve_info dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
:root {
  --color-main: #c79a55;
  --color-main-dark: #c79a55;
  --color-main-muted: #8b2f22;
  --color-main-bg: #1b120c;
  --color-dark-bg: #140c07;
  --color-header-bg: rgba(20, 12, 7, 0.95);
  --color-card-bg: rgba(255, 255, 255, 0.05);
  --color-bg-alt: #24170f;
  --color-h1: #fff;
  --color-text: rgba(255, 255, 255, 0.80);
  --color-text-dark: #fff;
  --color-text-card: rgba(255, 255, 255, 0.80);
  --color-text-card-dark: #fff;
  --color-text-light: rgba(255, 255, 255, 0.60);
  --color-text-light-dark: rgba(255, 255, 255, 0.60);
  --color-text-strong: rgba(255, 255, 255, 0.90);
  --color-main-border: rgba(255, 255, 255, 0.12);
  --color-main-dark-border: rgba(255, 255, 255, 0.12);
  --color-card-border: rgba(199, 154, 85, 0.24);
  --color-card-border-dark: rgba(255, 255, 255, 0.12);
  --color-card-bg-dark: rgba(255, 255, 255, 0.05);
  --color-card-bg-dark-hover: rgba(255, 255, 255, 0.08);
  --color-border-dark: rgba(255, 255, 255, 0.10);
  --color-border-main-light: rgba(199, 154, 85, 0.24);
  --font-h1: clamp(30px, 6vw, 72px);
  --font-h2: clamp(25px, 5vw, 52px);
  --font-h3: clamp(18px, 2vw, 26px);
  --font-text: 16px;
  --font-small: 13px;
  --font-base: "Noto Serif JP", serif;
  --font-brush: "Yuji Syuku", "Noto Serif JP", serif;
  --font-heading: "Shippori Mincho", "Noto Serif JP", serif;
  --section-padding: 110px;
  --section-padding-sp: 82px;
  --container: 1100px;
  --container-small: 900px;
  --container-sp: 520px;
}/*# sourceMappingURL=style.css.map */