@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
:root {
  --wagyu-mania-color: #8B0000;
  --kamimura-color: #DB5547;
  --just-meat-color: #C77B00;
  --casual-color: #A8836F;
}

@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .-sp {
    display: none;
  }
}

/* Reset CSS */
/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* font-family: $font-family-base; */
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background-color: #f7f5f1;
  font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* スクロールバースタイル - マニアコース和牛カラー */
::-webkit-scrollbar-thumb {
  background: rgba(139, 0, 0, 0.7); /* マニア和牛カラー（ダークレッド） */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(139, 0, 0, 0.9); /* マニア和牛カラー濃く */
}

/* Firefox */
html {
  scrollbar-color: rgba(139, 0, 0, 0.7) transparent;
}

:root {
  --fs-xs: clamp(0.75rem, 0.3vw + 0.7rem, 0.875rem); /* 12〜14px */
  --fs-sm: clamp(0.875rem, 0.4vw + 0.8rem, 1rem); /* 14〜16px */
  --fs-base: clamp(1rem, 0.5vw + 0.9rem, 1.125rem); /* 16〜18px */
  --fs-lg: clamp(1.125rem, 0.7vw + 1rem, 1.25rem); /* 18〜20px */
  --fs-xl: clamp(1.25rem, 0.9vw + 1.1rem, 1.5rem); /* 20〜24px */
  --fs-2xl: clamp(1.5rem, 1.2vw + 1.2rem, 2rem); /* 24〜32px */
  --fs-3xl: clamp(2rem, 1.5vw + 1.5rem, 2.5rem); /* 32〜40px */
}

h1, .text-h1 {
  font-size: 32px;
  font-weight: 900;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.2;
}

h2, .text-h2 {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

h3, .text-h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.4;
}

h4, .text-h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}

h5, .text-h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.5;
}

h6, .text-h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.5;
}

p, .text-body {
  font-size: 16px;
  font-weight: 700;
}
p:last-child, .text-body:last-child {
  margin-bottom: 0;
}

.text-xs {
  font-size: 12px;
}

.text-sm, .text-small {
  font-size: 14px;
}

.text-base, .text-body {
  font-size: 16px;
}

.text-lg, .text-large {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-2xl {
  font-size: 24px;
}

.text-3xl {
  font-size: 32px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold, .c-store-intro__info .c-store-info dt, .c-store-intro__info .c-store-info dd {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #db5547;
}

.text-secondary {
  color: #ffd753;
}

.text-muted {
  color: #666;
}

.text-white {
  color: #fff;
}

/* ==========================================================================
   Header Layout (Layout)
   ========================================================================== */
.l-header, .gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .l-header, .gHeader {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header, .gHeader {
    height: 50px;
  }
}
.l-header__container, .gHeader__container {
  height: 100%;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 1023px) {
  .l-header__container, .gHeader__container {
    padding: 0 8px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__container, .gHeader__container {
    padding: 0 10px;
  }
}
.l-header__inner, .gHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-header__logo, .gHeader__logo {
  z-index: 100;
}
.l-header__logo a, .gHeader__logo a {
  display: block;
  transition: opacity 0.3s ease;
}
.l-header__logo a:hover, .gHeader__logo a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-header__logo a, .gHeader__logo a {
    margin-right: 8px;
  }
}
.l-header__logo img, .gHeader__logo img {
  height: 42px;
  width: auto;
  transition: all 0.3s ease;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .l-header__logo img, .gHeader__logo img {
    height: 32px;
  }
}
.l-header__shop-name {
  display: flex;
  align-items: center;
  margin-left: 20px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .l-header__shop-name {
    margin-left: auto;
    margin-right: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .l-header__shop-name {
    margin-right: 6px;
  }
}
.l-header__shop-name p {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #8B0000;
  min-width: 178px;
}
@media screen and (max-width: 767px) {
  .l-header__shop-name p {
    font-size: 15px;
  }
}
.l-header--scrolled .l-header__logo img, .gHeader.is-scrolled .l-header__logo img, .l-header--scrolled .gHeader__logo img, .gHeader.is-scrolled .gHeader__logo img {
  height: 35px;
}

.l-contents, .gContents {
  margin-top: 96px;
}

body {
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.l-wrapper, .gWrapper {
  min-height: calc(100vh - 70px);
}
@media screen and (max-width: 1023px) {
  .l-wrapper, .gWrapper {
    min-height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper, .gWrapper {
    min-height: calc(100vh - 50px);
  }
}

main {
  position: relative;
  z-index: 1;
}

.l-sticky-nav__container, .gStickyNav__container {
  width: 100%;
  background-color: #fff;
}
.l-sticky-nav__list, .gStickyNav__list {
  display: flex;
  gap: 1;
}
.l-sticky-nav__item, .gStickyNav__item {
  width: 25%;
  background-color: rgba(219, 85, 71, 0.1);
}

.gNav__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  transition: all 0.3s ease;
  order: 4;
}
.gNav__toggle-barbox {
  position: relative;
  width: 30px;
  height: 18px;
}
.gNav__toggle-bar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.gNav__toggle-bar::before, .gNav__toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.gNav__toggle-bar::before {
  top: -5px;
}
.gNav__toggle-bar::after {
  top: 5px;
}
.gNav__toggle-label {
  font-size: 12px;
  margin-top: 4px;
  color: #ffd753;
  font-weight: bold;
  transition: all 0.3s ease;
}
.gNav__toggle-label.-open {
  display: block;
}
.gNav__toggle-label.-close {
  display: none;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-bar {
  background-color: transparent;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-label {
  color: #fff;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-label.-open {
  display: none;
}
.gNav__toggle[aria-expanded=true] .gNav__toggle-label.-close {
  display: block;
}

.gHeader__listSP {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background-color: #ffd753;
  padding: 116px 20px 20px;
  transition: right 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}
.gHeader__listSP.is-active {
  right: 0;
}
.gHeader__listSP--passive li {
  margin-bottom: 16px;
}
.gHeader__listSP--passive li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.gHeader__listSP--passive li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.gHeader__listSP--active {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding-top: 20px;
}
.gHeader__listSP--active li {
  margin-bottom: 16px;
}
.gHeader__listSP--active li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.gHeader__listSP--active li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.myMvOverLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.myMvOverLayer.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-bread {
  background-color: #f8f9fa;
  padding: 16px 0;
}
.nav-bread__list {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
.nav-bread__item {
  font-size: 14px;
}
.nav-bread__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #999;
}
.nav-bread__link {
  color: #db5547;
}
.nav-bread__link:hover {
  text-decoration: underline;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* ==========================================================================
   Container Layout (Layout)
   ========================================================================== */
.l-container {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-container {
    padding: 0 15px;
  }
}
.l-container--narrow {
  width: 800px;
  max-width: 100%;
}
.l-container--wide {
  width: 1200px;
  max-width: 100%;
}
.l-container--full {
  width: 1400px;
  max-width: 100%;
}
.l-container--no-padding {
  padding: 0;
}
.l-container--padding-sm {
  padding: 0 16px;
}

.l-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 24px;
}
@media screen and (min-width: 1024px) {
  .l-content {
    padding: 48px 48px;
  }
}
.l-content--wide {
  width: 1080px;
  max-width: 100%;
}

.l-section {
  padding: 48px 0;
}
@media screen and (min-width: 1024px) {
  .l-section {
    padding: 72px 0;
  }
}
.l-section--compact {
  padding: 32px 0;
}
.l-section--spacious {
  padding: 96px 0;
}

.gFooter {
  position: relative;
  background-color: #000;
  color: white;
  padding: 100px 0 20px;
}
@media screen and (max-width: 767px) {
  .gFooter {
    padding: 60px 0 20px;
  }
}
.gFooter__logo {
  max-width: 400px;
  margin: 0 auto;
}
.gFooter__logo img {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .gFooter__logo {
    max-width: 200px;
  }
  .gFooter__logo img {
    width: 100%;
  }
}
.front-page .gFooter:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 40px;
  background: #f7f5f1;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .front-page .gFooter:before {
    height: 20px;
    border-radius: 0 0 20px 20px;
  }
}
.gFooter__inner {
  margin: 0 auto;
}
.gFooter__logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gFooter__logo {
    margin-bottom: 20px;
  }
}
.gFooter__list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 68px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .gFooter__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.0823529412);
  }
}
.gFooter__item {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .gFooter__item {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.gFooter__link {
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
.gFooter__link:hover {
  opacity: 0.7;
}
.gFooter__linkText {
  font-size: 16px;
  font-weight: 500;
}
.gFooter__policies {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gFooter__policies {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.gFooter__policies a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  margin: 0 15px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.gFooter__policies a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .gFooter__policies a {
    display: inline-block;
    margin: 4px 16px 4px 0;
    color: rgba(255, 255, 255, 0.431372549);
    text-decoration: none;
  }
}
.gFooter__copy {
  margin-left: 34px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .gFooter__copy {
    display: block;
    margin: 0 auto 80px;
    color: #fff;
  }
}

.c-breadcrumb {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 16px 0;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #A8836F;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 14px;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #A8836F;
}
.c-breadcrumb__item.is-current {
  color: #8B0000;
}
.c-breadcrumb__link {
  color: #A8836F;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-breadcrumb__link:hover {
  opacity: 0.8;
}
.c-breadcrumb__current {
  color: #A8836F;
  font-weight: 700;
}
.c-breadcrumb--relative {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 24px;
}

/* ==========================================================================
   Button Components (Component)
   ========================================================================== */
.c-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
  background: none;
  cursor: pointer;
}
.c-btn__basic {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 12px;
  color: #db5547;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all 0.3s ease;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .c-btn__basic {
    padding: 0 0 12px;
    font-size: 18px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__basic {
    margin: 30px auto 0;
    font-size: 16px;
  }
}
.c-btn__basic img {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  .c-btn__basic img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__basic img {
    width: 22px;
    height: 22px;
  }
}
.c-btn__basic:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #db5547;
  transition: all 0.3s ease;
  content: "";
}
.c-btn__basic:hover {
  text-decoration: none;
}
.c-btn__basic--white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.c-btn__basic--white:hover {
  color: #db5547;
  background-color: #fff;
}
.c-btn--white {
  color: #fff;
  border-color: #fff;
}
.c-btn--white:after {
  background-color: #fff;
}
.c-btn--large {
  padding: 16px 32px;
  font-size: 16px;
}
.c-btn--small {
  padding: 8px 16px;
  font-size: 14px;
}
.c-btn--map-route {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #db5547;
  border-radius: 6px;
  color: #db5547;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: rgba(219, 85, 71, 0.08);
  transition: all 0.3s ease;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .c-btn--map-route {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.c-btn--map-route:hover {
  background: #db5547;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(219, 85, 71, 0.3);
}
.c-btn--map-route:active {
  transform: translateY(0);
}
.c-btn--map-route:focus {
  text-decoration: none;
  outline: 2px solid rgba(219, 85, 71, 0.5);
  outline-offset: 2px;
}
.c-btn__text {
  font-weight: bold;
}
/** 装飾用楕円アーチ */
.c-arch-decoration, .c-store-intro, .c-search, .c-birthday--bgwrap {
  position: relative;
}
.c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before, .c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0.5);
  width: 100%;
  height: 250px;
  background-color: #db5547;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before, .c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before, .c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
    height: 150px;
  }
}
.c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before {
  top: -125px;
}
@media screen and (max-width: 1023px) {
  .c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before {
    top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .c-arch-decoration::before, .c-store-intro::before, .c-search::before, .c-birthday--bgwrap::before {
    top: -75px;
  }
}
.c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
  bottom: -125px;
  transform: translateX(-50%) scaleY(0.5);
}
@media screen and (max-width: 1023px) {
  .c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
    bottom: -75px;
  }
}
@media screen and (max-width: 767px) {
  .c-arch-decoration::after, .c-store-intro::after, .c-search::after, .c-birthday--bgwrap::after {
    bottom: -75px;
  }
}
.c-arch-decoration > *, .c-store-intro > *, .c-search > *, .c-birthday--bgwrap > * {
  position: relative;
  z-index: 2;
}
.c-arch-decoration--secondary::before, .c-arch-decoration--secondary::after {
  background-color: #ffd753;
}
.c-arch-decoration--white::before, .c-arch-decoration--white::after {
  background-color: #fff;
}
.c-arch-decoration--yellow::before, .c-arch-decoration--yellow::after {
  background-color: #FFD753;
}

/* ==========================================================================
   EPARK Widget Component
   ========================================================================== */
/* ==========================================================================
   Pagination Component (Component)
   ========================================================================== */
.c-pagination, .nav-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px 0;
}
.c-pagination__list, .pagenav {
  display: flex;
  gap: 4px;
}
.c-pagination__item a, .pagenav li a {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  color: #333;
  padding: 8px 12px;
}
.c-pagination__item a:hover, .pagenav li a:hover {
  background-color: #e9ecef;
}
.c-pagination__item--active, .pagenav li.active {
  background-color: #db5547;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
}
.c-pagination__nav--first a, .nav-pager__first a, .c-pagination__nav--last a, .nav-pager__last a {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  color: #333;
  padding: 8px 12px;
}
.c-pagination__nav--first a:hover, .nav-pager__first a:hover, .c-pagination__nav--last a:hover, .nav-pager__last a:hover {
  background-color: #e9ecef;
}
.c-pagination__nav--prev a, .pagenav-btn.prev a, .c-pagination__nav--next a, .pagenav-btn.next a {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #db5547;
  color: white;
  padding: 8px 16px;
}
.c-pagination__nav--prev a:hover, .pagenav-btn.prev a:hover, .c-pagination__nav--next a:hover, .pagenav-btn.next a:hover {
  background-color: rgb(199.8909090909, 54.3181818182, 39.1090909091);
}

/* ==========================================================================
   Title Components (Component)
   ========================================================================== */
.c-title {
  text-align: center;
  font-feature-settings: "palt";
}
.c-title--primary, .c-section-header__title {
  margin: 0;
  color: #333;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-title--primary, .c-section-header__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-title--primary, .c-section-header__title {
    font-size: 24px;
  }
}
.c-title--secondary, .c-section-header__subtitle {
  position: relative;
  z-index: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  background-color: #ffd753;
}
.c-title--secondary::after, .c-section-header__subtitle::after {
  content: "";
}
.c-title--secondary.svg-triangle::after, .svg-triangle.c-section-header__subtitle::after {
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  width: 24px;
  height: 16px;
  border: none;
  background: #ffd753;
  transform: translateX(-50%);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16'%3E%3Cpath d='M2,0 L22,0 A2,2 0 0,1 22,2 L13.41,13.59 A2,2 0 0,1 12,14 A2,2 0 0,1 10.59,13.59 L2,2 A2,2 0 0,1 2,0 Z' fill='white'/%3E%3C/svg%3E");
  mask-size: 24px 16px;
  mask-repeat: no-repeat;
  mask-position: center;
}
.c-title--secondary.u-titlebg--white, .u-titlebg--white.c-section-header__subtitle {
  color: #8B0000;
  background: #fff;
}
.c-title--secondary.u-titlebg--white.svg-triangle::after, .u-titlebg--white.svg-triangle.c-section-header__subtitle::after {
  background-color: #fff;
}
.c-title--secondary.u-titlebg--cream, .u-titlebg--cream.c-section-header__subtitle {
  color: #fff;
  background: #A8836F;
}
.c-title--secondary.u-titlebg--cream.svg-triangle::after, .u-titlebg--cream.svg-triangle.c-section-header__subtitle::after {
  background-color: #A8836F;
}
.c-title--secondary.u-titlebg--black, .u-titlebg--black.c-section-header__subtitle {
  color: #fff;
  background: #333;
}
.c-title--secondary.u-titlebg--black.svg-triangle::after, .u-titlebg--black.svg-triangle.c-section-header__subtitle::after {
  background-color: #333;
}
.c-title--secondary.u-titlebg--yellow, .u-titlebg--yellow.c-section-header__subtitle {
  color: #8B0000;
  background: #FFF500;
}
.c-title--secondary.u-titlebg--yellow.svg-triangle::after, .u-titlebg--yellow.svg-triangle.c-section-header__subtitle::after {
  background-color: #FFF500;
}
.c-title--secondary.u-titlebg--red, .u-titlebg--red.c-section-header__subtitle {
  color: #fff;
  background: #8B0000;
}
.c-title--secondary.u-titlebg--red.svg-triangle::after, .u-titlebg--red.svg-triangle.c-section-header__subtitle::after {
  background-color: #8B0000;
}
.c-title--large, .c-section-header--large .c-section-header__title {
  margin: 0;
  color: #333;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  text-align: center;
}
.c-title--left {
  text-align: left;
}
.c-title--right {
  text-align: right;
}
.c-title--sub-page {
  margin: 0;
  color: #db5547;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title--sub-page {
    font-size: 36px;
  }
}
.c-title--sub-page .c-title__subtitle {
  display: block;
  margin-top: 8px;
  color: #333;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title--sub-page .c-title__subtitle {
    font-size: 18px;
  }
}
.c-title__lower--primary {
  margin: 15px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-shadow: -5px -5px 0 #db5547, -5px -4px 0 #db5547, -5px -3px 0 #db5547, -5px -2px 0 #db5547, -5px -1px 0 #db5547, -5px 0px 0 #db5547, -5px 1px 0 #db5547, -5px 2px 0 #db5547, -5px 3px 0 #db5547, -5px 4px 0 #db5547, -5px 5px 0 #db5547, -4px -5px 0 #db5547, -4px -4px 0 #db5547, -4px -3px 0 #db5547, -4px -2px 0 #db5547, -4px -1px 0 #db5547, -4px 0px 0 #db5547, -4px 1px 0 #db5547, -4px 2px 0 #db5547, -4px 3px 0 #db5547, -4px 4px 0 #db5547, -4px 5px 0 #db5547, -3px -5px 0 #db5547, -3px -4px 0 #db5547, -3px -3px 0 #db5547, -3px -2px 0 #db5547, -3px -1px 0 #db5547, -3px 0px 0 #db5547, -3px 1px 0 #db5547, -3px 2px 0 #db5547, -3px 3px 0 #db5547, -3px 4px 0 #db5547, -3px 5px 0 #db5547, -2px -5px 0 #db5547, -2px -4px 0 #db5547, -2px -3px 0 #db5547, -2px -2px 0 #db5547, -2px -1px 0 #db5547, -2px 0px 0 #db5547, -2px 1px 0 #db5547, -2px 2px 0 #db5547, -2px 3px 0 #db5547, -2px 4px 0 #db5547, -2px 5px 0 #db5547, -1px -5px 0 #db5547, -1px -4px 0 #db5547, -1px -3px 0 #db5547, -1px -2px 0 #db5547, -1px -1px 0 #db5547, -1px 0px 0 #db5547, -1px 1px 0 #db5547, -1px 2px 0 #db5547, -1px 3px 0 #db5547, -1px 4px 0 #db5547, -1px 5px 0 #db5547, 0px -5px 0 #db5547, 0px -4px 0 #db5547, 0px -3px 0 #db5547, 0px -2px 0 #db5547, 0px -1px 0 #db5547, 0px 1px 0 #db5547, 0px 2px 0 #db5547, 0px 3px 0 #db5547, 0px 4px 0 #db5547, 0px 5px 0 #db5547, 1px -5px 0 #db5547, 1px -4px 0 #db5547, 1px -3px 0 #db5547, 1px -2px 0 #db5547, 1px -1px 0 #db5547, 1px 0px 0 #db5547, 1px 1px 0 #db5547, 1px 2px 0 #db5547, 1px 3px 0 #db5547, 1px 4px 0 #db5547, 1px 5px 0 #db5547, 2px -5px 0 #db5547, 2px -4px 0 #db5547, 2px -3px 0 #db5547, 2px -2px 0 #db5547, 2px -1px 0 #db5547, 2px 0px 0 #db5547, 2px 1px 0 #db5547, 2px 2px 0 #db5547, 2px 3px 0 #db5547, 2px 4px 0 #db5547, 2px 5px 0 #db5547, 3px -5px 0 #db5547, 3px -4px 0 #db5547, 3px -3px 0 #db5547, 3px -2px 0 #db5547, 3px -1px 0 #db5547, 3px 0px 0 #db5547, 3px 1px 0 #db5547, 3px 2px 0 #db5547, 3px 3px 0 #db5547, 3px 4px 0 #db5547, 3px 5px 0 #db5547, 4px -5px 0 #db5547, 4px -4px 0 #db5547, 4px -3px 0 #db5547, 4px -2px 0 #db5547, 4px -1px 0 #db5547, 4px 0px 0 #db5547, 4px 1px 0 #db5547, 4px 2px 0 #db5547, 4px 3px 0 #db5547, 4px 4px 0 #db5547, 4px 5px 0 #db5547, 5px -5px 0 #db5547, 5px -4px 0 #db5547, 5px -3px 0 #db5547, 5px -2px 0 #db5547, 5px -1px 0 #db5547, 5px 0px 0 #db5547, 5px 1px 0 #db5547, 5px 2px 0 #db5547, 5px 3px 0 #db5547, 5px 4px 0 #db5547, 5px 5px 0 #db5547;
}
@media screen and (max-width: 767px) {
  .c-title__lower--primary {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
.c-title__lower--primary span {
  font-weight: 800;
  font-size: 2.2em;
}
.c-title__lower--primary.u-experience {
  color: #db5547;
  font-weight: 900;
  text-shadow: -8px -8px 0 #ffd753, -8px -7px 0 #ffd753, -8px -6px 0 #ffd753, -8px -5px 0 #ffd753, -8px -4px 0 #ffd753, -8px -3px 0 #ffd753, -8px -2px 0 #ffd753, -8px -1px 0 #ffd753, -8px 0px 0 #ffd753, -8px 1px 0 #ffd753, -8px 2px 0 #ffd753, -8px 3px 0 #ffd753, -8px 4px 0 #ffd753, -8px 5px 0 #ffd753, -8px 6px 0 #ffd753, -8px 7px 0 #ffd753, -8px 8px 0 #ffd753, -7px -8px 0 #ffd753, -7px -7px 0 #ffd753, -7px -6px 0 #ffd753, -7px -5px 0 #ffd753, -7px -4px 0 #ffd753, -7px -3px 0 #ffd753, -7px -2px 0 #ffd753, -7px -1px 0 #ffd753, -7px 0px 0 #ffd753, -7px 1px 0 #ffd753, -7px 2px 0 #ffd753, -7px 3px 0 #ffd753, -7px 4px 0 #ffd753, -7px 5px 0 #ffd753, -7px 6px 0 #ffd753, -7px 7px 0 #ffd753, -7px 8px 0 #ffd753, -6px -8px 0 #ffd753, -6px -7px 0 #ffd753, -6px -6px 0 #ffd753, -6px -5px 0 #ffd753, -6px -4px 0 #ffd753, -6px -3px 0 #ffd753, -6px -2px 0 #ffd753, -6px -1px 0 #ffd753, -6px 0px 0 #ffd753, -6px 1px 0 #ffd753, -6px 2px 0 #ffd753, -6px 3px 0 #ffd753, -6px 4px 0 #ffd753, -6px 5px 0 #ffd753, -6px 6px 0 #ffd753, -6px 7px 0 #ffd753, -6px 8px 0 #ffd753, -5px -8px 0 #ffd753, -5px -7px 0 #ffd753, -5px -6px 0 #ffd753, -5px -5px 0 #ffd753, -5px -4px 0 #ffd753, -5px -3px 0 #ffd753, -5px -2px 0 #ffd753, -5px -1px 0 #ffd753, -5px 0px 0 #ffd753, -5px 1px 0 #ffd753, -5px 2px 0 #ffd753, -5px 3px 0 #ffd753, -5px 4px 0 #ffd753, -5px 5px 0 #ffd753, -5px 6px 0 #ffd753, -5px 7px 0 #ffd753, -5px 8px 0 #ffd753, -4px -5px 0 #ffd753, -4px -4px 0 #ffd753, -4px -3px 0 #ffd753, -4px -2px 0 #ffd753, -4px -1px 0 #ffd753, -4px 0px 0 #ffd753, -4px 1px 0 #ffd753, -4px 2px 0 #ffd753, -4px 3px 0 #ffd753, -4px 4px 0 #ffd753, -4px 5px 0 #ffd753, -4px 6px 0 #ffd753, -4px 7px 0 #ffd753, -4px 8px 0 #ffd753, -3px -8px 0 #ffd753, -3px -7px 0 #ffd753, -3px -6px 0 #ffd753, -3px -5px 0 #ffd753, -3px -4px 0 #ffd753, -3px -3px 0 #ffd753, -3px -2px 0 #ffd753, -3px -1px 0 #ffd753, -3px 0px 0 #ffd753, -3px 1px 0 #ffd753, -3px 2px 0 #ffd753, -3px 3px 0 #ffd753, -3px 4px 0 #ffd753, -3px 5px 0 #ffd753, -2px -5px 0 #ffd753, -2px -4px 0 #ffd753, -2px -3px 0 #ffd753, -2px -2px 0 #ffd753, -2px -1px 0 #ffd753, -2px 0px 0 #ffd753, -2px 1px 0 #ffd753, -2px 2px 0 #ffd753, -2px 3px 0 #ffd753, -2px 4px 0 #ffd753, -2px 5px 0 #ffd753, -1px -5px 0 #ffd753, -1px -4px 0 #ffd753, -1px -3px 0 #ffd753, -1px -2px 0 #ffd753, -1px -1px 0 #ffd753, -1px 0px 0 #ffd753, -1px 1px 0 #ffd753, -1px 2px 0 #ffd753, -1px 3px 0 #ffd753, -1px 4px 0 #ffd753, -1px 5px 0 #ffd753, 0px -8px 0 #ffd753, 0px -7px 0 #ffd753, 0px -6px 0 #ffd753, 0px -5px 0 #ffd753, 0px -4px 0 #ffd753, 0px -3px 0 #ffd753, 0px -2px 0 #ffd753, 0px -1px 0 #ffd753, 0px 1px 0 #ffd753, 0px 2px 0 #ffd753, 0px 3px 0 #ffd753, 0px 4px 0 #ffd753, 0px 5px 0 #ffd753, 0px 6px 0 #ffd753, 0px 7px 0 #ffd753, 0px 8px 0 #ffd753, 1px -8px 0 #ffd753, 1px -7px 0 #ffd753, 1px -6px 0 #ffd753, 1px -5px 0 #ffd753, 1px -4px 0 #ffd753, 1px -3px 0 #ffd753, 1px -2px 0 #ffd753, 1px -1px 0 #ffd753, 1px 0px 0 #ffd753, 1px 1px 0 #ffd753, 1px 2px 0 #ffd753, 1px 3px 0 #ffd753, 1px 4px 0 #ffd753, 1px 5px 0 #ffd753, 1px 6px 0 #ffd753, 1px 7px 0 #ffd753, 1px 8px 0 #ffd753, 2px -8px 0 #ffd753, 2px -7px 0 #ffd753, 2px -6px 0 #ffd753, 2px -5px 0 #ffd753, 2px -4px 0 #ffd753, 2px -3px 0 #ffd753, 2px -2px 0 #ffd753, 2px -1px 0 #ffd753, 2px 0px 0 #ffd753, 2px 1px 0 #ffd753, 2px 2px 0 #ffd753, 2px 3px 0 #ffd753, 2px 4px 0 #ffd753, 2px 5px 0 #ffd753, 2px 6px 0 #ffd753, 2px 7px 0 #ffd753, 2px 8px 0 #ffd753, 3px -8px 0 #ffd753, 3px -7px 0 #ffd753, 3px -6px 0 #ffd753, 3px -5px 0 #ffd753, 3px -4px 0 #ffd753, 3px -3px 0 #ffd753, 3px -2px 0 #ffd753, 3px -1px 0 #ffd753, 3px 0px 0 #ffd753, 3px 1px 0 #ffd753, 3px 2px 0 #ffd753, 3px 3px 0 #ffd753, 3px 4px 0 #ffd753, 3px 5px 0 #ffd753, 3px 6px 0 #ffd753, 3px 7px 0 #ffd753, 3px 8px 0 #ffd753, 4px -8px 0 #ffd753, 4px -7px 0 #ffd753, 4px -6px 0 #ffd753, 4px -5px 0 #ffd753, 4px -4px 0 #ffd753, 4px -3px 0 #ffd753, 4px -2px 0 #ffd753, 4px -1px 0 #ffd753, 4px 0px 0 #ffd753, 4px 1px 0 #ffd753, 4px 2px 0 #ffd753, 4px 3px 0 #ffd753, 4px 4px 0 #ffd753, 4px 5px 0 #ffd753, 4px 6px 0 #ffd753, 4px 7px 0 #ffd753, 4px 8px 0 #ffd753, 5px -5px 0 #ffd753, 5px -4px 0 #ffd753, 5px -3px 0 #ffd753, 5px -2px 0 #ffd753, 5px -1px 0 #ffd753, 5px 0px 0 #ffd753, 5px 1px 0 #ffd753, 5px 2px 0 #ffd753, 5px 3px 0 #ffd753, 5px 4px 0 #ffd753, 5px 5px 0 #ffd753, 5px 6px 0 #ffd753, 5px 7px 0 #ffd753, 5px 8px 0 #ffd753, 6px -8px 0 #ffd753, 6px -7px 0 #ffd753, 6px -6px 0 #ffd753, 6px -5px 0 #ffd753, 6px -4px 0 #ffd753, 6px -3px 0 #ffd753, 6px -2px 0 #ffd753, 6px -1px 0 #ffd753, 6px 0px 0 #ffd753, 6px 1px 0 #ffd753, 6px 2px 0 #ffd753, 6px 3px 0 #ffd753, 6px 4px 0 #ffd753, 6px 5px 0 #ffd753, 6px 6px 0 #ffd753, 6px 7px 0 #ffd753, 6px 8px 0 #ffd753, 7px -8px 0 #ffd753, 7px -7px 0 #ffd753, 7px -6px 0 #ffd753, 7px -5px 0 #ffd753, 7px -4px 0 #ffd753, 7px -3px 0 #ffd753, 7px -2px 0 #ffd753, 7px -1px 0 #ffd753, 7px 0px 0 #ffd753, 7px 1px 0 #ffd753, 7px 2px 0 #ffd753, 7px 3px 0 #ffd753, 7px 4px 0 #ffd753, 7px 5px 0 #ffd753, 7px 6px 0 #ffd753, 7px 7px 0 #ffd753, 7px 8px 0 #ffd753, 8px -8px 0 #ffd753, 8px -7px 0 #ffd753, 8px -6px 0 #ffd753, 8px -5px 0 #ffd753, 8px -4px 0 #ffd753, 8px -3px 0 #ffd753, 8px -2px 0 #ffd753, 8px -1px 0 #ffd753, 8px 0px 0 #ffd753, 8px 1px 0 #ffd753, 8px 2px 0 #ffd753, 8px 3px 0 #ffd753, 8px 4px 0 #ffd753, 8px 5px 0 #ffd753, 8px 6px 0 #ffd753, 8px 7px 0 #ffd753, 8px 8px 0 #ffd753;
}
@media screen and (max-width: 767px) {
  .c-title__lower--primary.u-experience {
    font-size: clamp(2.5rem, 12vw, 5.5rem);
    margin-top: -180px;
    margin-bottom: 20px !important;
  }
  .c-title__lower--primary.u-experience span {
    font-size: 0.7em;
  }
}
.c-title__lower--catch {
  max-width: 100%;
  margin: 0 auto;
  color: #ffd753;
  font-size: 1.5rem;
  font-weight: 900;
}
.c-title__lower--subtitle {
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.75;
  text-shadow: -3px -3px 0 #fff, -2px -3px 0 #fff, -1px -3px 0 #fff, 0px -3px 0 #fff, 1px -3px 0 #fff, 2px -3px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 2px 3px 0 #fff, 1px 3px 0 #fff, 0px 3px 0 #fff, -1px 3px 0 #fff, -2px 3px 0 #fff, -3px 3px 0 #fff, -3px 2px 0 #fff, -3px 1px 0 #fff, -3px 0px 0 #fff, -3px -1px 0 #fff, -3px -2px 0 #fff;
}
.c-title__lower--section {
  position: relative;
  width: 660px;
  max-width: 100%;
  margin-left: auto;
  padding-left: 50px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c-title__lower--section {
    padding-left: 0;
    margin: 0 auto;
  }
}
.c-title__lower--section::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/assets/dist/img/icon/icon-circle-ye.svg") center center/contain no-repeat;
  transform: translate(0, -50%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-title__lower--section::before {
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-title__lower--card {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-title__lower--special {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-title__lower--menu {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-title__lower--campaign {
  color: #8B0000;
  background: #BCF41F;
}
.c-title__lower--campaign::before, .c-title__lower--campaign::after {
  background: #BCF41F !important;
}

.c-section-header {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-section-header {
    margin-bottom: 20px;
  }
}
.c-section-header__title {
  margin: 0 0 16px;
}
.c-section-header--left-align {
  text-align: left;
}
.c-section-header--right-align {
  text-align: right;
}
.c-section-header--large .c-section-header__subtitle {
  font-size: clamp(16px, 2.5vw, 20px);
}

.c-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c-card-grid {
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-grid {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-grid__item {
    width: 360px;
    min-width: 320px;
    max-width: calc(50% - 15px);
  }
}
.c-card-grid__item--link {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 455px;
  max-width: 100%;
  height: 175px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  background: #db5547;
  transition: all 0.3s ease;
  aspect-ratio: 5.2/2;
}
@media screen and (max-width: 1023px) {
  .c-card-grid__item--link {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card-grid__item--link {
    width: 100%;
    height: auto;
    border-radius: 15px;
    aspect-ratio: unset;
  }
  .c-card-grid__item--link div, .c-card-grid__item--link img {
    width: 90px !important;
    height: 90px !important;
  }
}
.c-card-grid__item--link:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.c-card-grid__item img {
  flex-shrink: 0;
  width: 175px;
  height: 175px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-card-grid__item img {
    width: 100px;
    height: 100%;
  }
}
.c-card-grid__item span {
  width: 280px;
  padding: 0 18px;
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-card-grid__item span {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-grid__item span {
    position: relative;
    padding: 15px 20px;
    font-size: 17px;
    text-align: left;
  }
  .c-card-grid__item span::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("/assets/dist/img/icon/card-arrow.svg") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    content: "";
  }
}
.c-card-grid.cardbg--yellow .c-card-grid__item--link {
  color: #8B0000;
  background: #FFF500;
}

.c-card__button-area {
  margin-top: 60px;
}

/** コンセプトスライダー */
.c-concept {
  margin: 220px auto 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .c-concept {
    margin: 100px auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-concept {
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-concept__button-area .c-btn__basic {
    margin-top: 10px;
  }
}
.c-concept__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 46px;
}
@media screen and (max-width: 1023px) {
  .c-concept__content {
    margin-top: 20px;
  }
}
.c-concept__content::before, .c-concept__content.c-concept__image-wrap::after {
  position: absolute;
  top: 255px;
  left: 0;
  display: block;
  width: 100svw;
  height: 28px;
  background: #E0D2B4;
  content: "";
}
.c-concept__slider {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .c-concept__slider {
    margin-bottom: 0;
  }
}
.c-concept__slider .swiper-wrapper {
  align-items: stretch;
}
.c-concept__slider .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 344px;
  padding: 27px 0 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-concept__slider .swiper-slide {
    padding: 24px 0 16px;
  }
}
.c-concept__title {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0;
  padding: 10px 20px;
  border-radius: 10px;
  color: #333;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-concept__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.c-concept__image {
  display: block;
  width: max(344px, 100%);
  height: 214px;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 344/214;
  object-fit: cover;
}
.c-concept__image-wrap {
  position: relative;
  padding-bottom: 24px;
}
.c-concept__image-wrap::before, .c-concept__image-wrap::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 14px;
  border-radius: 0 0 6px 6px;
  background-color: #333;
  transform: translateX(-50%);
  content: "";
}
.c-concept__image-wrap::after {
  bottom: 0;
  width: calc(100% - 48px);
  height: 10px;
  border-radius: 0 0 4px 4px;
}
.c-concept__text {
  max-width: 300px;
  margin-top: 30px;
  color: #333;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-concept__text {
    max-width: fit-content;
    font-size: 14px;
  }
}

/* 下層：楽しみ方いろいろ */
.c-concept {
  /* Special Section */
}
.c-concept__special-head {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.c-concept__special-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-concept__special-cards {
    flex-direction: column;
    gap: 20px;
  }
}
.c-concept__special-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-concept__special-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-concept__special-card:last-child {
    margin-bottom: 0;
  }
}
.c-concept__special-card-img {
  width: 100%;
  height: 270px;
}
.c-concept__special-card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 346/270;
  object-fit: cover;
}
.c-concept__special-card-content {
  padding: 0 20px 40px;
  color: #fff;
  text-align: center;
  background-color: #D53728;
}
.c-concept__special-card-content .c-title--content {
  position: relative;
  z-index: 2;
  margin: -80px -20px 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: -3px -3px 0 #D53728, -2px -3px 0 #D53728, -1px -3px 0 #D53728, 0px -3px 0 #D53728, 1px -3px 0 #D53728, 2px -3px 0 #D53728, 3px -3px 0 #D53728, 3px -2px 0 #D53728, 3px -1px 0 #D53728, 3px 0px 0 #D53728, 3px 1px 0 #D53728, 3px 2px 0 #D53728, 3px 3px 0 #D53728, 2px 3px 0 #D53728, 1px 3px 0 #D53728, 0px 3px 0 #D53728, -1px 3px 0 #D53728, -2px 3px 0 #D53728, -3px 3px 0 #D53728, -3px 2px 0 #D53728, -3px 1px 0 #D53728, -3px 0px 0 #D53728, -3px -1px 0 #D53728, -3px -2px 0 #D53728;
}
.c-concept__special-card-content .c-title--content::before, .c-concept__special-card-content .c-title--content.c-concept__image-wrap::after {
  position: absolute;
  top: 88%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/assets/dist/img/bg/bg-curve-red.svg") center center/contain no-repeat;
  transform: translate(-50%, -50%);
  content: "";
}
.c-concept__special-card-content .c-title--content span {
  display: block;
  font-size: 1.1rem;
}
.c-concept__special-card-content .c-text {
  position: relative;
  z-index: 2;
  margin: 30px 0 40px;
  color: #fff;
  line-height: 2;
  text-align: left;
}
.c-concept__special-card-content .c-link--detail {
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  gap: 8px;
}
.c-concept__special-card-content .c-link--detail::after {
  width: 16px;
  height: 16px;
  background-image: url("/assets/dist/img/icon/icon-arrow-right-ye-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.c-concept__special-card-content .c-link--detail:hover {
  opacity: 0.8;
}

/* ==========================================================================
   Experience Components (Component)
   ========================================================================== */
.c-experience-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .c-experience-section {
    margin-bottom: 40px;
  }
}
.c-experience-section .c-section-header {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-experience-section .c-section-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience-section .c-section-header__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.c-experience-section .c-section-header__title {
  margin-bottom: 32px;
  color: #db5547;
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .c-experience-section .c-section-header__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.25em;
  }
}
.c-experience-section .c-section-header__subtitle {
  position: relative;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  background-color: unset;
}
@media screen and (max-width: 767px) {
  .c-experience-section .c-section-header__subtitle {
    padding: 0;
    font-size: 24px;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .c-experience-section .c-section-header__subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
.c-experience-section .c-section-header__subtitle::after {
  content: none;
}

.c-experience {
  width: 100%;
  border-top: 10px solid #333;
  border-bottom: 10px solid #333;
  background-color: #fbde5a;
}
@media screen and (max-width: 767px) {
  .c-experience {
    position: relative;
    height: calc(100svh - 200px);
    min-height: 560px;
    border: none;
    aspect-ratio: 39/60;
  }
  .c-experience--lower {
    margin-top: 150px;
  }
}
.c-experience--wrap {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1.2fr 1fr;
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 1299px) {
  .c-experience--wrap {
    grid-template-columns: 1fr 1.2fr;
    grid-template-areas: "selector main";
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-experience--wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "main";
    height: 100%;
    padding: 0;
    gap: 0;
  }
}
.c-experience__selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 20px 20px 130px;
}
@media screen and (max-width: 1299px) {
  .c-experience__selector {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .c-experience__selector {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__selector {
    position: absolute;
    bottom: 0;
    left: 50%;
    grid-area: selector;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 60%);
  }
}
.c-experience__selector-title {
  position: relative;
  display: block;
  width: fit-content;
  margin: 120px auto 80px;
  padding: 12px 35px 12px 50px;
  color: #c87b00;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .c-experience__selector-title {
    margin: 240px auto 80px;
  }
}
@media screen and (max-width: 1023px) {
  .c-experience__selector-title {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__selector-title {
    display: none;
  }
}
.c-experience__selector-title:before, .c-experience__selector-title:after {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 87px;
  border-radius: 2.5px;
  background-color: #c87b00;
  transform: translateY(0%) rotate(-15deg);
  content: "";
}
.c-experience__selector-title:after {
  right: 0;
  left: auto;
  transform: translateY(0%) rotate(15deg);
}
.c-experience__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .c-experience__buttons {
    justify-content: center;
    gap: 15px;
  }
}
.c-experience__pointer {
  margin-top: 67px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-experience__pointer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__pointer {
    display: none;
  }
}
.c-experience__pointer-image {
  width: 160px;
  height: auto;
  animation: bounce 2s infinite;
}
.c-experience__main {
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 0 20px;
  border-right: 10px solid #333;
  border-left: 10px solid #333;
  text-align: center;
  background-color: #fff;
  background-image: url(/assets/dist/img/top/experience-lane.png);
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: 110% 150%;
}
@media screen and (max-width: 1299px) {
  .c-experience__main {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__main {
    order: 1;
    grid-area: main;
    max-width: none;
    height: 100%;
    padding: 40px 0 0;
    border: none;
    background-color: #f7f5f1;
    background-image: url(/assets/dist/img/top/experience-lane-sp.png);
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__main .c-btn__basic {
    margin: 10px auto 0;
  }
}
.c-experience__main .c-title--secondary {
  display: block;
  width: fit-content;
  margin: 60px auto 48px;
  color: #fff;
  text-align: center;
  background-color: #db5547;
}
@media screen and (max-width: 1023px) {
  .c-experience__main .c-title--secondary {
    margin: 25px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__main .c-title--secondary {
    margin-top: 0;
  }
}
.c-experience__main .c-title--secondary.svg-triangle::after {
  background-color: #db5547;
}
.c-experience__main-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-experience__main-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.c-experience__enjoy-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  gap: 20px;
}
@media screen and (max-width: 1299px) {
  .c-experience__enjoy-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-experience__enjoy-title {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__enjoy-title {
    margin: 20px 0 0;
    font-size: 24px;
  }
}
.c-experience__enjoy-prefix {
  font-size: 32px;
  transition: all 0.3s ease;
}
.c-experience__enjoy-suffix {
  font-size: 18px;
}
.c-experience__animation {
  position: relative;
  width: 300px;
  height: 322.5296442688px;
  margin: 0 auto 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1299px) {
  .c-experience__animation {
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__animation {
    order: 3;
    width: 250px;
    max-width: 60vw;
    height: 268.7747035573px;
    margin: 20px auto;
  }
}
.c-experience__image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-experience__image-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.c-experience__image-link:hover {
  transform: scale(1.02);
}
.c-experience__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  border-radius: 20px;
  object-fit: contain;
  aspect-ratio: 506/544;
}
@media screen and (max-width: 767px) {
  .c-experience__image {
    width: 250px;
    max-width: 100%;
  }
}
.c-experience__image.is-active {
  opacity: 1;
}
.c-experience__more {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-experience__more {
    order: 2;
    margin-top: 20px;
  }
}
.c-experience__more--details {
  display: block;
}
@media screen and (max-width: 1299px) {
  .c-experience__more--details {
    display: none;
  }
}
.c-experience__more--main {
  display: none;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1299px) {
  .c-experience__more--main {
    display: block;
  }
  .c-experience__more--main .c-btn {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1299px) and (max-width: 767px) {
  .c-experience__more--main .c-btn {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .c-experience__more--main {
    margin-bottom: 0;
  }
}
.c-experience__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 1299px) {
  .c-experience__details {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__details {
    display: none;
  }
}
.c-experience__detail-content {
  padding: 0 40px;
  color: #333;
}
.c-experience__detail-content p {
  font-size: 20px;
  font-weight: 700;
}
.c-experience--lower {
  margin-top: 110px;
}
.c-experience--lower .c-title--secondary {
  display: block;
  width: fit-content;
  margin: 0 auto 48px;
  color: #fff;
  text-align: center;
  background-color: #8b0000;
}
.c-experience--lower .c-title--secondary.svg-triangle::after {
  background-color: #8b0000;
}
.c-experience__others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-experience__others {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-experience__item {
    width: 360px;
    min-width: 300px;
    max-width: calc(50% - 15px);
  }
}
.c-experience__item--link {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 455px;
  max-width: 100%;
  height: 175px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  background: #db5547;
  transition: all 0.3s ease;
  aspect-ratio: 5.2/2;
}
@media screen and (max-width: 767px) {
  .c-experience__item--link {
    width: 100%;
    height: auto;
    border-radius: 15px;
    aspect-ratio: unset;
  }
}
.c-experience__item--link:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.c-experience__item img {
  flex-shrink: 0;
  width: 175px;
  height: 175px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-experience__item img {
    width: 100px;
    height: 100%;
  }
}
.c-experience__item span {
  width: 280px;
  padding: 0 18px;
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-experience__item span {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

.c-experience-button {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  text-decoration: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
.c-experience-button--experience .c-experience-button__image {
  border: 3.5px solid transparent;
  opacity: 0.7;
}
.c-experience-button--experience:hover:not(.is-disabled):not(.is-active) .c-experience-button__image {
  opacity: 0.9;
  transform: scale(1.1);
}
.c-experience-button--experience.is-active .c-experience-button__image {
  border: 3.5px solid #db5547;
  opacity: 1;
}
.c-experience-button--experience.is-active .c-experience-button__text {
  color: #db5547;
}
.c-experience-button--experience.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.c-experience-button--experience.is-disabled .c-experience-button__image {
  transform: none;
}
.c-experience-button--primary {
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(219, 85, 71, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(135deg, #db5547, #ff6b5d);
  transition: all 0.3s ease;
}
.c-experience-button--primary:hover {
  box-shadow: 0 6px 20px rgba(219, 85, 71, 0.4);
  transform: translateY(-2px);
}
.c-experience-button__image {
  width: 90px;
  height: 90px;
  border: 3.5px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-experience-button__image {
    width: 80px;
    height: 80px;
  }
}
.c-experience-button__text {
  display: block;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-experience-button__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.c-buffet-menu {
  position: relative;
  margin-top: 200px;
  padding: clamp(60px, 8vw, 80px) 0;
  background: #DB5547;
}
.c-buffet-menu__header {
  position: absolute;
  top: 0;
  left: 50%;
  margin-bottom: 40px;
  text-align: center;
  transform: translate(-50%, -58%);
  width: 1080px;
  max-width: calc(100% - 30px);
}
.c-buffet-menu__title {
  margin-bottom: 30px;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__title {
    font-size: 24px;
  }
}
.c-buffet-menu__courses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__courses {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__courses {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.c-buffet-menu__course {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 5px solid #DB5547;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course {
    padding: 10px;
    border-width: 3px;
  }
}
.c-buffet-menu__course::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 50%;
  height: 3px;
  border-color: #DB5547;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  content: "";
}
.c-buffet-menu__course:hover {
  border-color: #DB5547;
  box-shadow: 0 4px 12px rgba(219, 85, 71, 0.3);
}
.c-buffet-menu__course.active {
  border-color: #DB5547;
  box-shadow: 0 2px 8px rgba(219, 85, 71, 0.3);
  background: #DB5547;
}
.c-buffet-menu__course.active .c-buffet-menu__course-count,
.c-buffet-menu__course.active .c-buffet-menu__course-name,
.c-buffet-menu__course.active .c-buffet-menu__course-price,
.c-buffet-menu__course.active .c-buffet-menu__course-price-main,
.c-buffet-menu__course.active .c-buffet-menu__course-price-tax {
  color: #fff;
}
.c-buffet-menu__course.active::after {
  background: #FFF;
}
.c-buffet-menu__course--wagyu-mania {
  border-color: #8B0000;
}
.c-buffet-menu__course--wagyu-mania::after {
  border-color: #8B0000;
}
.c-buffet-menu__course--wagyu-mania .c-buffet-menu__course-count,
.c-buffet-menu__course--wagyu-mania .c-buffet-menu__course-name,
.c-buffet-menu__course--wagyu-mania .c-buffet-menu__course-price {
  color: #8B0000;
}
.c-buffet-menu__course--wagyu-mania.active {
  background: #8B0000;
  border-color: #8B0000;
}
.c-buffet-menu__course--kamimura {
  border-color: #DB5547;
}
.c-buffet-menu__course--kamimura::after {
  border-color: #DB5547;
}
.c-buffet-menu__course--kamimura .c-buffet-menu__course-count,
.c-buffet-menu__course--kamimura .c-buffet-menu__course-name,
.c-buffet-menu__course--kamimura .c-buffet-menu__course-price {
  color: #DB5547;
}
.c-buffet-menu__course--kamimura.active {
  background: #DB5547;
  border-color: #DB5547;
}
.c-buffet-menu__course--just-meat {
  border-color: #C77B00;
}
.c-buffet-menu__course--just-meat::after {
  border-color: #C77B00;
}
.c-buffet-menu__course--just-meat .c-buffet-menu__course-count,
.c-buffet-menu__course--just-meat .c-buffet-menu__course-name,
.c-buffet-menu__course--just-meat .c-buffet-menu__course-price {
  color: #C77B00;
}
.c-buffet-menu__course--just-meat.active {
  background: #C77B00;
  border-color: #C77B00;
}
.c-buffet-menu__course--casual {
  border-color: #A8836F;
}
.c-buffet-menu__course--casual::after {
  border-color: #A8836F;
}
.c-buffet-menu__course--casual .c-buffet-menu__course-count,
.c-buffet-menu__course--casual .c-buffet-menu__course-name,
.c-buffet-menu__course--casual .c-buffet-menu__course-price {
  color: #A8836F;
}
.c-buffet-menu__course--casual.active {
  background: #A8836F;
  border-color: #A8836F;
}
.c-buffet-menu__course-count {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course-count {
    font-size: 12px;
  }
}
.c-buffet-menu__course-name {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__course-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course-name {
    font-size: 14px;
  }
}
.c-buffet-menu__course-price {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__course-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course-price {
    font-size: 12px;
  }
}
.c-buffet-menu__course-price-main {
  font-size: 33px;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__course-price-main {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course-price-main {
    font-size: 16px;
  }
}
.c-buffet-menu__course-price-tax {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__course-price-tax {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__course-price-tax {
    font-size: 11px;
  }
}
.c-buffet-menu__note {
  text-align: center;
  margin: 20px 0 30px;
}
.c-buffet-menu__note p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__note p {
    font-size: 12px;
  }
}
.c-buffet-menu__grid {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 1023px) {
  .c-buffet-menu__grid {
    margin-top: 125px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-buffet-menu__grid {
    margin-top: 75px;
    padding: 0;
  }
}

.c-menu-category {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  break-inside: avoid;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .c-menu-category {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-category {
    padding: 10px;
    margin-bottom: 8px;
  }
}
.c-menu-category__image {
  display: none;
}
.c-menu-category__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.c-menu-category__title {
  margin: 0 0 10px 0;
  color: #db5547;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffd753;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .c-menu-category__title {
    font-size: 16px;
    margin: 0 0 6px 0;
    padding-bottom: 6px;
  }
}
.c-menu-category__items {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.c-menu-category__item {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 3px;
  margin: 0;
  background: transparent;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  text-indent: 0;
}
.c-menu-category__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-menu-category__item {
    font-size: 14px;
    padding: 0;
    padding-left: 0;
    text-indent: 0;
  }
}

.c-slider-component.birthday .c-slider-component__pagination {
  display: none;
}

.c-birthday {
  background-color: #f5f5f5;
}
.c-birthday--bgwrap {
  margin: 160px 0;
  background-color: #ffd753;
}
@media screen and (max-width: 767px) {
  .c-birthday--bgwrap {
    margin: 60px 0;
  }
}
.c-birthday--bgwrap::before, .c-birthday--bgwrap::after {
  background-color: #ffd753;
}
.c-birthday .c-birthday-hero {
  padding: 40px 0;
}
.c-birthday .c-birthday-hero__header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-hero__header {
    margin-bottom: 20px;
  }
}
.c-birthday .c-birthday-hero__birthday-title {
  color: #e74c3c;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-hero__birthday-title {
    font-size: 24px;
  }
}
.c-birthday .c-birthday-hero__main-title {
  font-size: 40px;
  font-weight: 800;
  color: #2c3e50;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-hero__main-title {
    font-size: 32px;
  }
}
.c-birthday .c-birthday-hero__subtitle {
  font-size: 20px;
  font-weight: 800;
  color: #555;
  margin: 0;
}
.c-birthday .c-birthday-hero__content-section {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-hero__content-section {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}
.c-birthday .c-birthday-hero__image-placeholder {
  flex: 1;
  background-color: #ddd;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #777;
  position: relative;
  overflow: hidden;
}
.c-birthday .c-birthday-hero__content-text {
  flex: 1;
}
.c-birthday .c-birthday-hero__dotted-line {
  border-top: 3px dotted #ccc;
  margin: 30px 0;
  position: relative;
}
.c-birthday .c-birthday-hero__dotted-line::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(to right, #999 0, #999 8px, transparent 8px, transparent 16px);
}
.c-birthday .c-birthday-hero__sns-highlight {
  font-size: 32px;
  font-weight: 800;
  color: #333;
  margin-bottom: 0;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 50%, #FFD753 50%);
  background-size: 100% 31px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-hero__sns-highlight {
    line-height: 1.25;
    font-size: 26px;
  }
}
.c-birthday .c-birthday-hero__cake-feature {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin-bottom: 25px;
  display: inline;
  background: linear-gradient(transparent 50%, #FFD753 50%);
  background-size: 100% 31px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.2;
}
.c-birthday .c-birthday-hero__description {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.8;
}
.c-birthday .c-birthday-feature {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  text-align: center;
}
.c-birthday .c-birthday-feature__title {
  color: #d4691a;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.c-birthday .c-birthday-feature__subtitle {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #333;
}
.c-birthday .c-birthday-feature__description {
  color: #666;
  line-height: 1.6;
  font-weight: 700;
}
.c-birthday .c-birthday-process {
  padding: 50px 0;
  border-radius: 20px;
  margin: 40px 0 0;
  text-align: center;
}
.c-birthday .c-birthday-process__title {
  font-size: 2rem;
  width: fit-content;
  margin: 0 auto 30px;
  color: #333;
  text-decoration: none;
  text-underline-offset: 8px;
  background: linear-gradient(transparent 50%, #ffeba9 50%);
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-process__title {
    font-size: 1.5rem;
  }
}
.c-birthday .c-birthday-process__description {
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
  line-height: 1.6;
}
.c-birthday .c-birthday-steps {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin: 100px 0 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-steps {
    flex-direction: column;
    margin-top: 64px;
    gap: 72px;
  }
}
.c-birthday .c-birthday-step {
  background-color: white;
  padding: 80px 20px 30px;
  border-radius: 20px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  position: relative;
}
.c-birthday .c-birthday-step__number {
  background-color: #333;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-step__number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.c-birthday .c-birthday-step__title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}
.c-birthday .c-birthday-step__description {
  font-size: 0.9rem;
  color: #666;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-step__description {
    text-align: left;
  }
}
.c-birthday .c-birthday-food-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-birthday-food-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-birthday .c-birthday-food-item {
  width: 100%;
  height: 120px;
  background-color: #8B4513;
  border-radius: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23D2691E" /><text x="50" y="50" text-anchor="middle" dy=".3em" fill="white" font-size="12">料理</text></svg>');
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-birthday .c-content-section.c-content-section--bg-light {
    padding: 20px 0;
  }
}

.c-content-section {
  background-color: #fff;
  padding: 48px 0;
}
.c-content-section--bg-light {
  background-color: #f7f5f1;
}

.c-content-section__inner {
  display: flex;
  gap: 38px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-content-section__inner {
    flex-direction: column;
    gap: 24px;
  }
}

.c-content-section__image {
  flex: 1;
  background-color: #ddd;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #777;
  position: relative;
  overflow: hidden;
}

.c-content-section__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-content-section__text {
    padding-left: 0;
  }
}

.c-birthday-content__highlight {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin-bottom: 25px;
  display: inline;
  background: linear-gradient(transparent 50%, #FFD753 50%);
  background-size: 100% 31px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-birthday-content__highlight {
    line-height: 1.25;
    font-size: 26px;
  }
}

.c-birthday-content__description {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
  font-weight: 700;
}

.c-birthday-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.c-birthday-section-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #d4691a;
  margin-bottom: 10px;
}
.c-birthday-section-header__subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}

.c-birthday-benefits {
  background-color: white;
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
}
.c-birthday-benefits__content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-birthday-benefits__content {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
}
.c-birthday-benefits__text {
  flex: 1;
}
.c-birthday-benefits__title {
  color: #d4691a;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.c-birthday-benefits__description {
  font-weight: 700;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}
.c-birthday-benefits__list {
  margin-bottom: 30px;
}
.c-birthday-benefits__list h3 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.c-birthday-benefits__list ul {
  list-style: none;
  padding: 0;
}
.c-birthday-benefits__list ul li {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  color: #666;
}
.c-birthday-benefits__list ul li:before {
  content: "•";
  color: #d4691a;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.c-birthday-benefits__notes h4 {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-birthday-benefits__notes ul {
  list-style: none;
  padding: 0;
}
.c-birthday-benefits__notes ul li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  color: #666;
  font-size: 0.9rem;
}
.c-birthday-benefits__notes ul li:before {
  content: "※";
  color: #d4691a;
  position: absolute;
  left: 0;
}
.c-birthday-benefits__image {
  width: 300px;
  height: 200px;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-birthday-benefits__image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-birthday-benefits__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-birthday-reservation {
  background-color: #f4d03f;
  padding: 40px 0;
  text-align: center;
}
.c-birthday-reservation__content {
  max-width: 600px;
  margin: 0 auto;
}
.c-birthday-reservation__title {
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-birthday-reservation__text {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.c-birthday-reservation__button .c-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background-color: #d4691a;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}
.c-birthday-reservation__button .c-btn:hover {
  background-color: #b8581a;
}
.c-birthday-reservation__button .c-btn img {
  width: 16px;
  height: 16px;
}
.c-birthday-reservation__fallback p {
  color: #666;
  font-size: 1rem;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  display: inline-block;
}

.c-birthday-instagram-section {
  padding: 40px 0 60px;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-birthday-instagram-section {
    padding: 20px 0 28px;
  }
}
.c-birthday-instagram-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.c-birthday-instagram-section__content {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.c-birthday-instagram-section__title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 900;
  color: #8B0000;
}
.c-birthday-instagram-section__subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
}
.c-birthday-instagram-section__feed {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  backdrop-filter: blur(5px);
}
.c-birthday-instagram-section__feed-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}
.c-birthday-instagram-section p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 3px;
  color: #333;
  text-decoration: unset;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #333;
}
.c-birthday-instagram-section p a:hover {
  color: #8B0000;
  border-bottom-color: #8B0000;
}

.c-birthday-contact {
  background-color: white;
  padding: 50px 0;
}
.c-birthday-contact__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.c-birthday-contact__title {
  color: #d4691a;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-birthday-contact__text {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.c-birthday-contact__info {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
}
.c-birthday-contact__phone h4 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.c-birthday-contact__phone-number {
  margin-bottom: 10px;
}
.c-birthday-contact__phone-number a {
  color: #d4691a;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
.c-birthday-contact__phone-number a:hover {
  text-decoration: underline;
}
.c-birthday-contact__hours {
  color: #666;
  font-size: 0.9rem;
}

.c-birthday-reservation-form {
  max-width: 900px;
  margin: 0 auto 48px;
  padding: 16px;
  background-color: #f7f5f1;
}
@media screen and (max-width: 767px) {
  .c-birthday-reservation-form {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-birthday-reservation-form .l-container {
    padding: 0;
  }
}
.c-birthday-reservation-form__header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #333;
}
.c-birthday-reservation-form__box {
  background-color: #fff;
  border: 3px solid #db5547;
  border-radius: 15px;
  padding: 24px;
  margin-bottom: 24px;
}
.c-birthday-reservation-form__intro {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.7;
  color: #333;
}
.c-birthday-reservation-form__notes {
  margin-bottom: 20px;
}
.c-birthday-reservation-form__note-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.c-birthday-reservation-form__note-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #17a2b8;
  font-weight: bold;
}
.c-birthday-reservation-form__sub-note {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.c-birthday-reservation-form__checklist {
  margin-bottom: 25px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.c-birthday-reservation-form__checkbox-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 14px;
}
.c-birthday-reservation-form__checkbox-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 2px;
  accent-color: #17a2b8;
}
.c-birthday-reservation-form__checkbox-item--large input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin-right: 13px;
  margin-top: 3px;
}
.c-birthday-reservation-form__checkbox-item--large label {
  font-size: 16px;
  font-weight: 500;
}
.c-birthday-reservation-form__checkbox-item.checked input[type=checkbox] {
  background-color: #17a2b8;
}
.c-birthday-reservation-form__checkbox-item label {
  flex: 1;
  cursor: pointer;
  line-height: 1.5;
  color: #333;
}
.c-birthday-reservation-form__note {
  font-size: 12px;
  color: #666;
  margin-left: 28px;
  margin-top: 5px;
}
.c-birthday-reservation-form__region {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.c-birthday-reservation-form__region-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.c-birthday-reservation-form__region-content {
  font-size: 13px;
  color: #666;
  width: 100%;
}
.c-birthday-reservation-form__button {
  text-align: center;
}
.c-birthday-reservation-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  min-width: 250px;
  justify-content: center;
}
.c-birthday-reservation-form__btn:hover {
  background-color: #1e7e34;
}
.c-birthday-reservation-form__btn.enabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scale(1.02);
}
.c-birthday-reservation-form__btn:not(.enabled) {
  cursor: not-allowed;
}
.c-birthday-reservation-form__fallback {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
}
.c-birthday-reservation-form__fallback p {
  color: #666;
  margin: 0;
  text-align: center;
}
.c-birthday-reservation-form__arrow {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-birthday-reservation-form {
    margin: 30px auto;
    padding: 15px;
  }
  .c-birthday-reservation-form__box {
    padding: 20px;
  }
  .c-birthday-reservation-form__btn {
    padding: 12px 25px;
    font-size: 16px;
    min-width: 200px;
  }
  .c-birthday-reservation-form__checkbox-item {
    font-size: 13px;
  }
  .c-birthday-reservation-form__note {
    font-size: 11px;
  }
}

.c-birthday-reservation-form__header-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto;
  max-width: 800px;
  color: #333;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-birthday-reservation-form__header-text {
    margin-top: 0;
  }
}

.c-birthday-region-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-birthday-region-tabs {
    flex-wrap: wrap;
  }
}

.c-birthday-region-tab {
  padding: 12px 30px;
  border: 2px solid #db5547;
  border-radius: 8px;
  background-color: #db5547;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-birthday-region-tab.active {
  background-color: #fff;
  color: #db5547;
  border-color: #db5547;
}
@media screen and (max-width: 500px) {
  .c-birthday-region-tab {
    width: 48%;
  }
}

.c-birthday-region-content {
  display: none;
  max-width: 1080px;
  margin: 0 auto;
}
.c-birthday-region-content.active {
  display: block;
}

.c-birthday-store-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-birthday-store-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.c-birthday-store-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  color: #db5547;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: #fff;
}
.c-birthday-store-item:hover:not(.disabled) {
  background-color: #f7f5f1;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-birthday-store-item::after {
  content: "→";
  margin-left: auto;
  font-weight: bold;
}
.c-birthday-store-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #666;
}
.c-birthday-store-item.enabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.c-food-grid--genre-columns,
.c-drink-grid--genre-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 3.1681%;
}

.c-food-item, .c-drink-item {
  width: 330px;
  max-width: 30.55537%;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  .c-food-item, .c-drink-item {
    width: 660px;
    max-width: 47.91%;
  }
}
.c-food-item__image, .c-drink-item__image {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 330/280;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-food-item__image, .c-drink-item__image {
    border-radius: 10px;
  }
}
.c-food-item__image img, .c-drink-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-food-item__badges {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 10;
}

.c-food-badge {
  display: inline-block;
  width: 60px;
  height: 60px;
  /* border-radius: 50%; */
  /* background: rgba(255, 255, 255, 0.9); */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-food-badge {
    width: 32px;
    height: 32px;
  }
}
.c-food-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-food-item__content, .c-drink-item__content {
  margin-top: clamp(20px, 3vw, 27px);
  padding: 0;
}
.c-food-item__title, .c-drink-item__title {
  margin-bottom: 12px;
  color: #8B0000;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-food-item__title, .c-drink-item__title {
    margin-bottom: 8px;
  }
}
.c-food-item__price, .c-drink-item__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.c-food-item__price-main, .c-drink-item__price-main {
  color: #333;
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}
.c-food-item__price-tax, .c-drink-item__price-tax {
  color: #333;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-food-item__price-tax, .c-drink-item__price-tax {
    font-size: 14px;
  }
}
.c-food-item--uemura .c-food-item__title, .c-food-item--uemura .c-drink-item__title {
  color: #DB5547;
}
.c-food-item--uemura .c-food-item__price-main, .c-food-item--uemura .c-drink-item__price-main, .c-food-item--uemura .c-food-item__price-tax, .c-food-item--uemura .c-drink-item__price-tax {
  color: #fff;
}
.c-food-item--premium5 .c-food-item__price-main, .c-food-item--premium5 .c-drink-item__price-main, .c-food-item--premium5 .c-food-item__price-tax, .c-food-item--premium5 .c-drink-item__price-tax {
  color: #fff;
}
.c-food-item--column .c-food-item__content, .c-food-item--column .c-drink-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid #CBCBCB;
  gap: 8px;
}
.c-food-item--column .c-food-item__content:last-child, .c-food-item--column .c-drink-item__content:last-child {
  border-bottom: none;
}
.c-food-item--horizontal .c-food-item__content, .c-food-item--horizontal .c-drink-item__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid #CBCBCB;
  gap: 16px;
}
.c-food-item--horizontal .c-food-item__content:last-child, .c-food-item--horizontal .c-drink-item__content:last-child {
  border-bottom: none;
}
.c-food-item--horizontal .c-food-item__price, .c-food-item--horizontal .c-drink-item__price {
  flex-shrink: 0;
}

.c-food-grid--premium, .c-drink-grid--premium {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.1681%;
}
.c-food-grid--genre-columns, .c-drink-grid--genre-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.1681%;
}
.c-food-grid--five-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-food-grid--five-column {
    gap: 30px 3.1681%;
  }
}
.c-food-grid--final-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-food-grid--final-column {
    gap: 30px 3.1681%;
  }
}

.c-food-section, .c-drink-section {
  padding: clamp(60px, 8vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .c-food-section, .c-drink-section {
    padding: 40px 0;
  }
}
.c-food-section:last-child, .c-drink-section:last-child {
  padding-bottom: 0;
}

.c-premium-section__header {
  margin-bottom: clamp(30px, 4vw, 40px);
  text-align: center;
}
.c-premium-section__header h3 {
  width: 352px;
  margin-bottom: 20px;
  border-radius: 32px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-premium-section__header h3 {
    width: 90%;
    font-size: 24px;
  }
}
.c-premium-section__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-premium-section__description {
    font-size: 14px;
  }
}
.u-areabg--white .c-premium-section__description {
  color: #333;
}
.u-areabg--black .c-premium-section__description, .u-areabg--brown .c-premium-section__description, .u-areabg--orange .c-premium-section__description {
  color: #fff;
}

.c-food-column {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: clamp(15px, 2vw, 20px) 0;
  background: transparent;
}
.c-food-column__title {
  margin-bottom: 15px;
  color: #C77B00;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-food-column__title {
    position: absolute;
    top: 25vw;
    width: 50%;
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
}
.c-food-column__title::after {
  display: block;
  width: 1080px;
  max-width: 100%;
  height: 2px;
  margin-top: 15px;
  border-radius: 2px;
  background: #C77B00;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-food-column__title::after {
    content: none;
  }
}
.c-food-column__content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: clamp(12px, 4vw, 45px);
}
@media screen and (max-width: 767px) {
  .c-food-column__content {
    flex-direction: column;
    align-items: center;
  }
  .c-food-column__content::before {
    display: block;
    width: 1080px;
    max-width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #C77B00;
    content: "";
  }
}
.c-food-column__image {
  order: 1;
  width: 330px;
  max-width: 100%;
  aspect-ratio: 330/280;
}
@media screen and (max-width: 767px) {
  .c-food-column__image {
    order: 1;
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.c-food-column__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-food-column__image img {
    border-radius: 10px;
  }
}
.c-food-column__items {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  order: 2;
  gap: 8px clamp(12px, 4vw, 45px);
}
@media screen and (max-width: 767px) {
  .c-food-column__items {
    width: 100%;
  }
}
.c-food-column__price {
  color: #8B0000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-food-column__price {
    font-size: 15px;
  }
}

.c-food-column-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - clamp(6px, 2vw, 22.5px));
  max-width: calc(50% - clamp(6px, 2vw, 22.5px));
  padding: 12px 0;
  border-bottom: 1px solid #CBCBCB;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-food-column-item {
    gap: 2px;
  }
}
.c-food-column-item:last-child {
  border-bottom: none;
}
.c-food-column-item__title {
  flex: 1;
  color: #8B0000;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
.c-food-column-item__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.c-food-column-item__price-main {
  color: #333;
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}
.c-food-column-item__price-tax {
  color: #333;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-food-column-item__price-tax {
    font-size: 14px;
  }
}

.c-food-genre-column, .c-drink-genre-column {
  width: 330px;
  max-width: 100%;
  background: transparent;
}
@media screen and (max-width: 1060px) {
  .c-food-genre-column, .c-drink-genre-column {
    width: 660px;
    max-width: 47.91%;
  }
}
@media screen and (max-width: 1023px) {
  .c-food-genre-column, .c-drink-genre-column {
    width: 660px;
    max-width: 47.91%;
  }
}
.c-food-genre-column__header, .c-drink-genre-column__header {
  position: relative;
}
.c-food-genre-column__image, .c-drink-genre-column__image {
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 330/280;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-food-genre-column__image, .c-drink-genre-column__image {
    border-radius: 10px;
  }
}
.c-food-genre-column__title, .c-drink-genre-column__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .c-food-genre-column__title, .c-drink-genre-column__title {
    padding: 12px 15px;
    font-size: 16px;
  }
}
.c-food-genre-column__items, .c-drink-genre-column__items {
  padding: clamp(15px, 2vw, 20px) 0;
}

.c-food-genre-item, .c-drink-genre-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #CBCBCB;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-food-genre-item, .c-drink-genre-item {
    gap: 2px;
  }
}
.c-food-genre-item:last-child, .c-drink-genre-item:last-child {
  border-bottom: none;
}
.c-food-genre-item__title, .c-drink-genre-item__title {
  flex: 1;
  color: #8B0000;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.4;
}
.c-food-genre-item__price, .c-drink-genre-item__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.c-food-genre-item__price-main, .c-drink-genre-item__price-main {
  color: #333;
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}
.c-food-genre-item__price-tax, .c-drink-genre-item__price-tax {
  color: #333;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-food-genre-item__price-tax, .c-drink-genre-item__price-tax {
    font-size: 14px;
  }
}

.c-food-genre__title, .c-drink-genre__title {
  margin: 0 0 10px;
  color: #C77B00;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-food-genre__title, .c-drink-genre__title {
    font-size: 20px;
  }
}
.c-food-genre-column__image, .c-drink-genre-column__image {
  display: block;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-food-genre-column__image, .c-drink-genre-column__image {
    border-radius: 10px;
  }
}

.c-sushi-featured {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 5vw, 50px);
  gap: 30px 3.1681%;
}

.c-sushi-featured-item {
  width: 330px;
  max-width: 30.55537%;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .c-sushi-featured-item {
    width: 660px;
    max-width: 47.91%;
  }
}
.c-sushi-featured-item__image {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 330/280;
}
@media screen and (max-width: 767px) {
  .c-sushi-featured-item__image {
    border-radius: 10px;
  }
}
.c-sushi-featured-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-sushi-featured-item__content {
  margin-top: clamp(20px, 3vw, 27px);
  padding: 0;
}
.c-sushi-featured-item__title {
  margin: 0 0 12px 0;
  color: #8B0000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-sushi-featured-item__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.c-sushi-featured-item__price {
  margin-bottom: 12px;
}
.c-sushi-featured-item__price-main {
  display: inline-block;
  color: #333;
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-sushi-featured-item__price-main {
    font-size: 20px;
  }
}
.c-sushi-featured-item__price-tax {
  display: inline-block;
  margin-top: 4px;
  color: #333;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}

.c-sushi-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 3.1681%;
}

.c-sushi-grid-item {
  display: flex;
  flex: 0 0 calc(33.333% - 30px);
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #CBCBCB;
  background: transparent;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .c-sushi-grid-item {
    flex: 0 0 calc(50% - 22.5px);
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-sushi-grid-item {
    padding: 10px 0;
  }
}
.c-sushi-grid-item:last-child {
  border-bottom: none;
}
.c-sushi-grid-item__title {
  flex: 1;
  color: #8B0000;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.4;
}
.c-sushi-grid-item__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.c-sushi-grid-item__price-main {
  color: #333;
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 700;
  white-space: nowrap;
}
.c-sushi-grid-item__price-tax {
  color: #333;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}

.u-areabg--white {
  background: #fff;
}
.u-areabg--red {
  background: #8B0000;
}
.u-areabg--brown {
  background: #C77B00;
}
.u-areabg--yellow {
  background: #ffd753;
}
.u-areabg--black {
  background: #333;
}
.u-areabg--orange {
  background: linear-gradient(135deg, #f4a261, #e76f51);
}
.u-areabg--cream {
  background: #f5f5dc;
}
.u-areabg--gray {
  background: #6c6c6c;
}
.u-areabg--sushi {
  background: #ede2d8;
}
.u-areabg--lightblue {
  background: #add8e6;
}
.u-areabg--final {
  background: #f0f0f0;
}

.c-menu-bg-section {
  background-image: url(/assets/dist/img/bg/bg-line-01.svg);
  background-repeat: repeat-x;
  background-position: right;
  background-size: auto auto;
}

.c-menu__lunch .c-menu-cards {
  width: 485px;
}
.c-menu__lunch .c-menu-cards__card, .c-menu__lunch .c-menu-cards__image {
  width: 485px;
}

.c-banner-area__main {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner-area__main {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .c-banner-area__main {
    margin-bottom: 8px;
  }
}
.c-banner-area__sub {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner-area__sub {
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .c-banner-area__sub {
    gap: 8px;
  }
}
.c-banner-area__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.c-banner-area__sub .c-banner-area__link {
  flex: 1;
}
.c-banner-area__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-banner-area__image {
    border-radius: 10px;
  }
}
.c-banner-area__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-banner-area__link span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner-area__link span {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .c-banner-area__link span {
    font-size: 15px;
  }
}
.c-banner-area__link[href*=allergen] span {
  color: #C77B00;
}
.c-banner-area__link[href*=birthday] span {
  color: #DB5547;
}

.c-page-footer {
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .c-page-footer {
    padding: 40px 16px;
  }
}
.c-page-footer__button-area {
  margin-top: 60px;
}
@media screen and (max-width: 1120px) {
  .c-page-footer__button-area {
    width: 98%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-footer__button-area {
    margin: 20px auto 0;
  }
}
.c-page-footer__button-area .c-btn--menu {
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 34px;
  background: #8B0000;
}
@media screen and (max-width: 1023px) {
  .c-page-footer__button-area .c-btn--menu {
    padding: 18px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-footer__button-area .c-btn--menu {
    padding: 15px;
    font-size: 18px;
  }
}
.c-page-footer__button-area .c-btn--menu::after {
  content: unset;
}
.c-page-footer__button-area .c-btn--menu img {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .c-drink-section {
    padding: 20px 0;
  }
}
.c-drink-section:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-drink-section:last-child {
    padding-bottom: 40px;
  }
}
.c-drink-section--grid {
  padding: clamp(40px, 6vw, 60px) 0;
}

.c-drink-grid--two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 4.0681%;
}
.c-drink-grid--two-columns .c-drink-genre-column {
  width: 47.91%;
}

.c-drink-item__description {
  margin-bottom: 12px;
  color: #333;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
}
.u-areabg--black .c-drink-item__description, .u-areabg--brown .c-drink-item__description {
  color: #fff;
}
.u-areabg--black .c-drink-item__price-main, .u-areabg--brown .c-drink-item__price-main {
  color: #fff;
}
.u-areabg--black .c-drink-item__price-tax, .u-areabg--brown .c-drink-item__price-tax {
  color: #fff;
}
.c-drink-item--プレミアム酒 .c-drink-item__title {
  color: #DB5547;
}
.c-drink-item--プレミアム酒 .c-drink-item__price-main, .c-drink-item--プレミアム酒 .c-drink-item__price-tax {
  color: #fff;
}

.c-drink-genre-item__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.c-drink-genre-item__description {
  margin: 0;
  color: #666;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.4;
}
.c-drink-list-column {
  width: 47.91%;
}
.c-drink-list-column__title {
  margin: 0 0 15px;
  color: #C77B00;
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 700;
  text-align: center;
}
.c-drink-list-column__items {
  padding: 0;
}

.c-drink-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #CBCBCB;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-drink-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    gap: 5px;
  }
}
.c-drink-list-item:first-child {
  border-top: 1px solid #CBCBCB;
}
.c-drink-list-item:last-child {
  border-bottom: 1px solid #CBCBCB;
}
.c-drink-list-item__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
.c-drink-list-item__title {
  color: #8B0000;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
.c-drink-list-item__description {
  margin: 0;
  color: #666;
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.4;
}
.c-drink-list-item__price {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: baseline;
  color: #333;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-drink-list-item__price {
    gap: 2px;
  }
}
.c-drink-list-item__price-main {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  white-space: nowrap;
}
.c-drink-list-item__price-tax {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-drink-list-item__price-tax {
    font-size: 14px;
  }
}

.c-drink-plan {
  padding: clamp(40px, 6vw, 60px) 0;
}
@media screen and (max-width: 767px) {
  .c-drink-plan {
    padding: 24px 0;
  }
}
.c-drink-plan__content {
  flex: 1;
}
.c-drink-plan__title {
  margin: 0 0 15px;
  color: #db5547;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-drink-plan__title {
    text-align: center;
  }
}
.c-drink-plan__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 15px 0 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-drink-plan__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.c-drink-plan__description {
  flex: 1;
  margin: 0;
  color: #333;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
  line-height: 28px;
}
.c-drink-plan__price {
  color: #333;
  font-size: clamp(24px, 2.2vw, 20px);
  font-weight: 800;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-drink-plan__price {
    margin: 0 0 0 auto;
  }
}
.c-drink-plan__price-tax {
  margin-left: 8px;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-drink-plan__price-tax {
    font-size: 14px;
  }
}
.c-drink-plan__image {
  flex: 0 0 auto;
  width: 1080px;
  max-width: 100%;
}
.c-drink-plan__img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}

.c-drink-list-bg {
  background-image: url(/assets/dist/img/bg/bg-line-01.svg);
  background-repeat: repeat-x;
  background-position: right;
  background-size: auto auto;
}

@media screen and (max-width: 767px) {
  .c-drink-grid--premium, .c-drink-grid--genre-columns {
    gap: 30px;
  }
  .c-drink-genre-column__title {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .c-drink-grid--premium, .c-drink-grid--genre-columns {
    gap: 30px 4.1681%;
  }
}
/* ==========================================================================
   FV Slider (Component)
   ========================================================================== */
.c-fv {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  height: 500px;
  padding-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .c-fv {
    height: 980px;
    padding-bottom: 30px;
  }
}
.c-fv__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-fv__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .c-fv__slide {
    height: 980px;
  }
}
.c-fv__slide--video .c-fv__video, .c-fv__slide--image .c-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: opacity;
}
.c-fv__content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  width: min(1080px, 100% - 60px);
  color: #fff;
  text-align: left;
  transform: translateX(-50%);
}
.c-fv__title {
  margin: 0 0 40px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .c-fv__title {
    margin: 0 0 80px 0;
  }
}
.c-fv__title-enjoy {
  display: block;
  font-size: 41px;
  line-height: 40px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3019607843);
}
@media screen and (min-width: 1024px) {
  .c-fv__title-enjoy {
    font-size: 117px;
    line-height: 66px;
  }
}
.c-fv__title-yakiniku {
  display: block;
  font-size: 117px;
  line-height: 40px;
  letter-spacing: 8px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3019607843);
}
@media screen and (min-width: 1024px) {
  .c-fv__title-yakiniku {
    font-size: 117px;
    line-height: 67px;
    letter-spacing: 14.04px;
  }
}
.c-fv__text {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.c-fv__nav {
  position: absolute;
  top: calc(50% - 30px);
  right: 30px;
  z-index: 20;
  transform: translateY(-50%);
}
.c-fv__arrow {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.c-fv__arrow img {
  width: 83px;
  height: auto;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-fv__arrow img {
    width: 60px;
  }
}
.c-fv__arrow img:hover {
  scale: 1.1;
}
.c-fv__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: fit-content;
  transform: translateX(-50%);
  gap: 12px;
}
.c-fv__dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-fv__dot--active, .c-fv__dot:hover {
  background: #db5547;
}

.c-fv .c-fv__pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: fit-content;
  transform: translateX(-50%);
  gap: 12px;
}

.c-fv__dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-fv__dot--active, .c-fv__dot:hover {
  background: #db5547 !important;
}

@media (max-width: 768px) {
  .c-fv__nav {
    display: none;
  }
  .c-fv__content {
    padding: 0 20px;
    text-align: center;
  }
  .c-fv__pagination {
    bottom: 20px;
  }
  .c-fv__dot {
    width: 12px;
    height: 12px;
  }
}
.c-fv--lower {
  background: url("/assets/dist/img/bg/bg-header-topics.webp") center/cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-fv--lower {
    height: 180px;
  }
}
.c-fv--lower__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.c-fv--lower__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-fv--lower__title {
    font-size: 18px;
    gap: 8px;
  }
}
.c-fv--lower__icon {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-fv--lower__icon {
    width: 24px;
    height: 24px;
  }
}
.c-fv--lower__text {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-fv--lower__text {
    line-height: 1.2;
  }
}
.c-fv--lower h1 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-fv--lower h1 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.c-slider-component.lunch .c-slider-component__pagination {
  display: none;
}

.c-lunch-menu {
  background-color: #f5f5f5;
}
.c-lunch-menu .c-section-header {
  margin-bottom: 40px;
  text-align: center;
}
.c-lunch-menu .c-section-header__title {
  margin-bottom: 10px;
  color: #333;
  font-size: 2.5rem;
  font-weight: bold;
}
.c-lunch-menu .c-section-header__subtitle {
  margin: 0;
  color: #666;
  font-size: 1.1rem;
}

.c-lunch-item {
  overflow: hidden;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item {
    margin: 0 auto 12px;
    border-radius: 10px;
  }
}
.c-lunch-item__content {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 15px;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__content {
    flex-direction: column;
    border-radius: 10px;
    margin: 0;
  }
}
.c-lunch-item__image {
  position: relative;
  width: 50%;
  height: auto;
  background-color: #b8b8b8;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__image {
    width: 100%;
  }
}
.c-lunch-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-lunch-item__badges {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-end;
}
.c-lunch-item__badges .c-badge {
  display: block;
}
.c-lunch-item__badges .c-badge img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__badges .c-badge img {
    width: 40px;
    height: 40px;
  }
}
.c-lunch-item__info {
  width: 50%;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__info {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
  }
}
.c-lunch-item__title {
  margin-bottom: 20px;
  color: #333;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__title {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.c-lunch-item__price {
  margin-bottom: 25px;
  text-align: right;
}
.c-lunch-item__price-main {
  margin-bottom: 0;
  color: #333;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.c-lunch-item__price-tax {
  font-weight: 800;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__price-tax {
    font-size: 14px;
  }
}
.c-lunch-item__price-large {
  margin-top: 5px;
  color: #333;
  font-size: 20px;
  font-weight: 800;
}
.c-lunch-item__price-large-text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__price-large-text {
    font-size: 18px;
  }
}
.c-lunch-item__price-large-amount {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__price-large-amount {
    font-size: 28px;
  }
}
.c-lunch-item__description {
  margin-bottom: 25px;
  padding: 15px 0;
  border: none;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-lunch-item__description {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.c-lunch-item__content-text {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  border: none;
}
.c-lunch-item__content-text .item-category {
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.c-lunch-item__content-text .item-list {
  margin-bottom: 12px;
  list-style: none;
}
.c-lunch-item__content-text .item-list li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 10px;
  color: #666;
  font-size: 13px;
}
.c-lunch-item__content-text .item-list li:before {
  position: absolute;
  left: 0;
  color: #999;
  content: "•";
}
.c-lunch-item__note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.c-lunch-list-bg {
  margin: 0;
  padding: 40px 0;
  background-color: #EDE2D8;
}
.c-lunch-list-bg--red {
  background-color: #D53828;
}
.c-lunch-list-bg--beige {
  background-color: #EDE2D8;
}

.c-lunch-list .c-lunch-category__title {
  position: relative;
  margin-bottom: 30px;
  color: #d85343;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.c-lunch-list .c-lunch-category__title::after {
  display: block;
  width: 60px;
  height: 3px;
  margin: 10px auto 0;
  background: #d85343;
  content: "";
}
.c-lunch-list .c-title--secondary.svg-triangle {
  position: relative;
  margin-bottom: 30px;
  color: #8B0000;
  font-weight: 800;
  text-align: center;
  background-color: #FFD753;
}
.c-lunch-list .c-title--secondary.svg-triangle .white-text {
  color: white;
}

.c-lunch-banner {
  padding: 40px 0;
}
.c-lunch-banner__content {
  text-align: center;
}
.c-lunch-banner__image {
  transition: transform 0.2s ease;
}
.c-lunch-banner__image:hover {
  transform: scale(1.02);
}

.c-lunch-special-banner {
  padding: 40px 0;
}
.c-lunch-special-banner__content {
  text-align: center;
}
.c-lunch-special-banner__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  min-height: 80px;
  margin: 0 auto;
  padding: 20px 70px;
  border-radius: 20px;
  color: white;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .c-lunch-special-banner__box {
    min-height: 60px;
    padding: 15px 30px;
    padding-right: 90px;
    font-size: 18px;
    background-position: right 15px center;
    background-size: 50px 50px;
  }
}
.c-lunch-special-banner__box::after {
  position: absolute;
  top: 50%;
  right: -85px;
  z-index: 0;
  width: 200px;
  height: 100%;
  background-image: url("/assets/dist/img/bg/bg-banner-rice.webp");
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
.c-lunch-special-banner__box span {
  position: relative;
  z-index: 2;
}

.c-lunch-divider {
  padding: 40px 0;
  position: relative;
  background: linear-gradient(to bottom, #D53828 50%, #EDE2D8 50%);
}
.c-lunch-divider__image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-lunch-divider__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-lunch-divider__image img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-lunch-divider {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-lunch-menu .c-section-header {
    margin-bottom: 30px;
  }
  .c-lunch-menu .c-section-header__title {
    font-size: 2rem;
  }
  .c-lunch-menu .c-section-header__subtitle {
    font-size: 1rem;
  }
  .c-lunch-item__price {
    margin-bottom: 20px;
  }
  .c-lunch-item__price-main {
    font-size: 20px;
  }
  .c-lunch-banner {
    padding: 30px 0;
  }
}
/* ==========================================================================
   Media Components (Component)
   ========================================================================== */
.c-media-list, .lst-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin: 32px 0;
}
.c-media-card, .media-topics {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.c-media-card:hover, .media-topics:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.c-media-card__link, .media-topics__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-media-card__image-wrap, .media-topics__imageWrap {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.c-media-card__image, .media-topics__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-media-card__content, .media-topics__wrap {
  padding: 24px;
}
.c-media-card__info, .media-topics__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.c-media-card__date, .media-topics__date {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.c-media-card__category, .media-topics__cat {
  background-color: #db5547;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
}
.c-media-card__title, .media-topics__title {
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: bold;
}
.c-media-card__more, .media-topics__more {
  color: #db5547;
  font-size: 14px;
  font-weight: bold;
}

.c-menu-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .c-menu-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-menu-header .c-breadcrumb {
    top: 16px;
  }
}
.c-menu-header .c-breadcrumb__item {
  color: #db5547;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .c-menu-header .c-breadcrumb__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-header .c-breadcrumb__item {
    font-size: 12px;
  }
}
.c-menu-header .c-breadcrumb__item::after {
  color: #db5547;
}
.c-menu-header .c-breadcrumb__item.is-current {
  color: #8B0000;
}
.c-menu-header .c-breadcrumb__link {
  color: #db5547;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .c-menu-header .c-breadcrumb__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-header .c-breadcrumb__link {
    font-size: 12px;
  }
}
.c-menu-header__title {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .c-menu-header__title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-header__title {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1023px) {
  .c-menu-nav {
    padding: 7px;
  }
}
.c-menu-nav__list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  gap: 7px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .c-menu-nav__list {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-menu-nav__list {
    padding: 6px 0;
    font-size: 12px;
  }
}
.c-menu-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 27px 0 26px;
  border: 3px solid #8B0000;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #8B0000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-menu-nav__link {
    padding: 6px 4px;
    font-size: 13px;
  }
}
.c-menu-nav__link:hover {
  border-color: rgb(213.2, 0, 0);
  text-decoration: none;
  background: rgb(213.2, 0, 0);
}
.c-menu-nav__link.is-current {
  border: 3px solid #8B0000;
  color: #8B0000;
  font-weight: 600;
  background: white;
}
@media screen and (min-width: 1024px) {
  .c-menu-nav__link.is-current {
    padding-bottom: 36px;
    border-bottom: 3px solid #8B0000;
    border-bottom: unset;
  }
}
.c-menu-nav__link.is-current:hover {
  border-color: rgb(213.2, 0, 0);
  color: rgb(213.2, 0, 0);
  text-decoration: none;
  background: rgba(139, 0, 0, 0.05);
}

/** 食べ放題メニューラップ */
.c-menu-cards-wrap {
  margin-top: -36vw;
  padding-top: 30vw;
  padding-bottom: 250px;
  background-image: url(/assets/dist/img/bg/bg-line-01.svg);
  background-repeat: repeat-x;
  background-position: right -30vw;
  background-size: auto auto;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards-wrap {
    margin-top: -10vw;
    padding-top: 10vw;
    padding-bottom: 100px;
  }
}

/** 食べ放題メニュー */
.c-menu-cards {
  width: 100%;
  max-width: 100%;
  margin: 80px auto 0;
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .c-menu-cards {
    max-width: 1650px;
  }
}
@media screen and (max-width: 1023px) {
  .c-menu-cards {
    margin: -20px auto 0;
    padding: 0;
  }
}
.c-menu-cards__header {
  position: relative;
  width: 475px;
  max-width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__header {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__header {
    padding: 0 20px;
  }
}
.c-menu-cards__title {
  margin-bottom: 30px;
}
.c-menu-cards__discounts {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__discounts {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__discounts {
    align-items: center;
    gap: 12px;
  }
}
.c-menu-cards__discounts::before, .c-menu-cards__discounts::after {
  position: absolute;
  top: 50%;
  left: 33.3333%;
  display: inline-block;
  width: 2px;
  height: 40px;
  background: rgba(0, 0, 0, 0.062745098);
  transform: translateY(-50%);
  content: "";
}
.c-menu-cards__discounts::after {
  right: 33.3333%;
  left: auto;
}
.c-menu-cards__discount-item {
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-menu-cards__discount-item {
    font-size: 14px;
  }
}
.c-menu-cards__discount-item span {
  display: block;
  width: 100%;
  color: #db5547;
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__discount-item span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__discount-item span {
    font-size: 20px;
  }
}
.c-menu-cards__container {
  position: relative;
}
.c-menu-cards__card {
  position: relative;
  width: 385px;
  max-width: 100%;
}
@media (max-width: 1699px) {
  .c-menu-cards__card {
    width: 100%;
  }
}
.c-menu-cards__card--wagyu-mania .c-menu-cards__coursetitle {
  color: #fff;
  background-color: #8B0000;
}
.c-menu-cards__card--wagyu-mania .c-menu-cards__content {
  color: #8B0000;
  background-color: #fff;
}
.c-menu-cards__card--wagyu-mania .c-menu-cards__count {
  color: #fff;
  background-color: #8B0000;
}
.c-menu-cards__card--wagyu-mania .c-menu-cards__button {
  color: #8B0000;
  background: transparent;
}
.c-menu-cards__card--kamimura .c-menu-cards__coursetitle {
  color: #fff;
  background-color: #DB5547;
}
.c-menu-cards__card--kamimura .c-menu-cards__content {
  color: #DB5547;
  background-color: #fff;
}
.c-menu-cards__card--kamimura .c-menu-cards__count {
  color: #fff;
  background-color: #DB5547;
}
.c-menu-cards__card--kamimura .c-menu-cards__button {
  color: #DB5547;
  background: transparent;
}
.c-menu-cards__card--just-meat .c-menu-cards__coursetitle {
  color: #fff;
  background-color: #C77B00;
}
.c-menu-cards__card--just-meat .c-menu-cards__content {
  color: #C77B00;
  background-color: #fff;
}
.c-menu-cards__card--just-meat .c-menu-cards__count {
  color: #fff;
  background-color: #C77B00;
}
.c-menu-cards__card--just-meat .c-menu-cards__button {
  color: #C77B00;
  background: transparent;
}
.c-menu-cards__card--casual .c-menu-cards__coursetitle {
  color: #fff;
  background-color: #A8836F;
}
.c-menu-cards__card--casual .c-menu-cards__content {
  color: #A8836F;
  background-color: #fff;
}
.c-menu-cards__card--casual .c-menu-cards__count {
  color: #fff;
  background-color: #A8836F;
}
.c-menu-cards__card--casual .c-menu-cards__button {
  color: #A8836F;
  background: transparent;
}
.c-menu-cards__coursetitle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  max-width: 86%;
  margin: 0;
  padding: clamp(4px, 0.8vw, 7px) clamp(12px, 1.5vw, 20px);
  border-radius: clamp(15px, 2vw, 22px);
  color: #333;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 800;
  white-space: nowrap;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__coursetitle {
    padding: 8px 15px;
    border-radius: 18px;
    font-size: 20px;
  }
}
.c-menu-cards__image {
  position: relative;
  width: 385px;
  max-width: 100%;
  border-radius: 22px 22px 0 0;
  vertical-align: bottom;
  aspect-ratio: 5.2/3.3;
  object-fit: cover;
}
@media (max-width: 1699px) {
  .c-menu-cards__image {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__image {
    aspect-ratio: 5.2/2.3;
  }
}
.c-menu-cards__image-container {
  position: relative;
}
.c-menu-cards__count {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  transform: translate(-50%, 50%);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__count {
    padding: 2px 12px;
    font-size: 14px;
  }
}
.c-menu-cards__count span {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__count span {
    font-size: 20px;
  }
}
.c-menu-cards__content {
  padding: 30px 15px 41px;
  border-radius: 0 0 22px 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-menu-cards__content {
    padding: 30px 0 20px;
  }
}
.c-menu-cards__price {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__price {
    margin-bottom: 15px;
  }
}
.c-menu-cards__price-main {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__price-main {
    font-size: 32px;
  }
}
.c-menu-cards__price-tax {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.8;
}
.c-menu-cards__price-unit {
  font-size: 24px;
}
.c-menu-cards__description {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__description {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__description {
    margin-bottom: 15px;
  }
}
.c-menu-cards__tags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__tags {
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__tags {
    margin-bottom: 15px;
  }
}
.c-menu-cards__tags img {
  vertical-align: bottom;
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-menu-cards__tags img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-cards__tags img {
    width: 45px;
  }
}
.c-menu-cards__button {
  padding: 9px 24px;
  border: 2px solid currentColor;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-menu-cards__swiper {
  padding: 0 20px !important;
}
@media screen and (min-width: 1024px) {
  .c-menu-cards__swiper .swiper-wrapper {
    align-items: stretch;
  }
  .c-menu-cards__swiper .swiper-slide {
    flex: 0 0 auto;
    width: auto;
  }
}
.c-menu-cards__item {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .c-menu-cards__item {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__item {
    margin-top: 30px;
  }
}
.c-menu-cards__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  gap: 13px;
  margin: 20px auto 0;
  padding: 8px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .c-menu-cards__navigation {
    display: none;
  }
}
.c-menu-cards__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-menu-cards__nav:hover {
  transform: translateY(-1px);
}
.c-menu-cards__nav:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.c-menu-cards__nav-counter, .c-menu-cards__counter {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.c-menu-cards__nav-counter .current, .c-menu-cards__counter .current {
  color: #db5547;
  font-weight: 800;
  font-size: 1.4em;
}
.c-menu-cards__footer {
  display: block;
  width: min(415px, 100% - 40px);
  margin: 56px auto 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards__footer {
    margin: 32px auto 0;
  }
}
.c-menu-cards__note {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 24px 15px;
  border-radius: 8px;
  background: #ede2d8;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-menu-cards__note:hover {
  background: rgb(220.8947368421, 200.0526315789, 181.1052631579);
  text-decoration: none;
}

.c-menu-cards-wrap.lower {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 180px;
  background-image: none;
}
@media screen and (max-width: 1023px) {
  .c-menu-cards-wrap.lower {
    padding-bottom: 100px;
  }
}
.c-menu-cards-wrap.lower .c-menu-cards {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 0;
}
.c-menu-cards-wrap.lower .c-menu-cards__header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}

.c-card-wrapper {
  margin-top: 110px;
}
@media screen and (max-width: 1023px) {
  .c-card-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-wrapper {
    margin-top: 120px;
  }
}
.c-card-wrapper--lower {
  margin-top: 0;
  padding-bottom: 135px;
}
@media screen and (max-width: 1023px) {
  .c-card-wrapper--lower {
    padding-bottom: 100px;
  }
}
.c-card-wrapper--lower .c-title--secondary {
  position: relative;
  min-width: 360px;
  margin-bottom: 50px;
  border-radius: 50px;
  font-size: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .c-card-wrapper--lower .c-title--secondary {
    margin-bottom: 30px;
  }
}

/** メニュー詳細コンポーネント */
.c-menu {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-menu {
    margin-top: 40px;
  }
}

.c-menu-title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-menu-title {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-title {
    font-size: 28px;
  }
}

/** メニュー ヒーロー（動画/ビジュアル帯） */
.c-menu-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 1200px;
  margin: -120px auto 40px;
  aspect-ratio: 16/13;
}
@media screen and (max-width: 1299px) {
  .c-menu-hero {
    width: min(1400px, 100%);
    height: 100%;
    margin: -60px auto 40px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-hero {
    width: min(1400px, 100%);
    min-height: 620px;
    margin: -40px auto 40px;
  }
}
.c-menu-hero__stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  mask: url(/assets/dist/img/mask/menu-hero-mask.svg) no-repeat center/cover;
  -webkit-mask: url(/assets/dist/img/mask/menu-hero-mask.svg) no-repeat center/cover;
}
@media screen and (min-width: 1920px) {
  .c-menu-hero__stage {
    mask: url("/assets/dist/img/mask/menu-hero-mask.svg") no-repeat center/contain;
    -webkit-mask: url("/assets/dist/img/mask/menu-hero-mask.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-hero__stage {
    width: unset;
    height: unset;
    mask: url(/assets/dist/img/mask/menu-hero-mask.svg) no-repeat center/cover;
    -webkit-mask: url(/assets/dist/img/mask/menu-hero-mask.svg) no-repeat center/cover;
  }
}
.c-menu-hero__stage .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(1080px, 100%);
  height: 100%;
}
@media screen and (max-width: 1299px) {
  .c-menu-hero__stage .wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-hero__stage .wrap {
    display: block;
    width: 100%;
    min-height: 620px;
    padding: 0 15px;
  }
}
.c-menu-hero__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-menu-hero__video-placeholder span,
.c-menu-hero__video-placeholder p {
  opacity: 0.3;
}
.c-menu-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-menu-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-menu-hero__vtext {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  height: 6em;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 65px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .c-menu-hero__vtext {
    top: 38%;
    right: 20px;
    font-size: 45px;
    line-height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-hero__vtext {
    top: 30%;
    right: 25px;
    font-size: 36px;
    line-height: 52px;
  }
}
.c-menu-hero__htext {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 39px;
  font-weight: 600;
  line-height: 63px;
  transform: translateY(-50%);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1023px) {
  .c-menu-hero__htext {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-hero__htext {
    top: unset;
    bottom: 22vw;
    left: 5px;
    font-size: 20px;
    line-height: 32px;
  }
}

/** 店舗検索エリア */
.c-search {
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
}
.c-search .c-section-title {
  margin: 0;
  padding-bottom: 35px;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  background-color: #db5547;
}
@media screen and (max-width: 1023px) {
  .c-search .c-section-title {
    padding-bottom: 25px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-search .c-section-title {
    font-size: 28px;
  }
}
.c-search__content {
  margin: 0 auto;
  padding: 0 0 35px;
  background-color: #db5547;
}
@media screen and (max-width: 1023px) {
  .c-search__content {
    padding-bottom: 25px;
  }
}
.c-search__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(450px, 100% + 20px);
  margin: 0 auto;
  padding: 1em 1.25em;
  border-radius: 20px;
  color: #333;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .c-search__link {
    padding: 27px 45px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-search__link {
    width: 80%;
    font-size: 20px;
  }
}
.c-search__link:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-4px);
}
.c-search__link img:first-of-type {
  position: absolute;
  left: 75px;
  width: 54px;
  height: auto;
  aspect-ratio: 60/67;
}
@media screen and (max-width: 767px) {
  .c-search__link img:first-of-type {
    width: 44px;
    left: 30px;
  }
}
.c-search__link img:last-of-type {
  position: absolute;
  right: 30px;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-search__link img:last-of-type {
    right: 20px;
  }
}
.c-search__link:hover img:last-of-type {
  transform: translateX(4px);
}
.c-search__link--sub-page img:first-of-type {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .c-search__link--sub-page img:first-of-type {
    left: 25px;
  }
}
.c-search__link--sub-page img:last-of-type {
  right: 50px;
}
@media screen and (max-width: 767px) {
  .c-search__link--sub-page img:last-of-type {
    right: 25px;
  }
}

.c-slider-component {
  padding: 20px 0;
  background: white;
}
.c-slider-component.all .swiper-pagination-bullets, .c-slider-component.course .swiper-pagination-bullets, .c-slider-component.food .swiper-pagination-bullets, .c-slider-component.drink .swiper-pagination-bullets, .c-slider-component.birth .swiper-pagination-bullets {
  display: none;
}
.c-slider-component.all {
  padding: 0 0 150px;
  margin: 0 24px;
}
@media screen and (max-width: 1023px) {
  .c-slider-component.all {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-component.all {
    padding: 0 0 100px;
    margin: 0;
  }
}
.c-slider-component.all .l-container {
  position: relative;
  padding: 30px 0;
}
.c-slider-component.course, .c-slider-component.food, .c-slider-component.drink, .c-slider-component.birth {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-slider-component.course .c-slider-component__wrapper, .c-slider-component.food .c-slider-component__wrapper, .c-slider-component.drink .c-slider-component__wrapper, .c-slider-component.birth .c-slider-component__wrapper {
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-component.course .c-slider-component__nav--prev, .c-slider-component.food .c-slider-component__nav--prev, .c-slider-component.drink .c-slider-component__nav--prev, .c-slider-component.birth .c-slider-component__nav--prev {
    left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-component.course .c-slider-component__nav--next, .c-slider-component.food .c-slider-component__nav--next, .c-slider-component.drink .c-slider-component__nav--next, .c-slider-component.birth .c-slider-component__nav--next {
    right: 15px !important;
  }
}
.c-slider-component__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .c-slider-component__wrapper {
    padding: 0;
  }
}
.c-slider-component__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-slider-component__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-slider-component__image {
  width: 100%;
  height: 100%;
}
.c-slider-component__image picture,
.c-slider-component__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-slider-component__image img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1023px) {
  .c-slider-component__image img {
    object-fit: unset;
  }
}
.c-slider-component__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #333;
  background: #8B0000;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  border: 2px solid #fff;
}
@media (max-width: 480px) {
  .c-slider-component__nav {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .c-slider-component__nav svg {
    width: 20px;
    height: 20px;
  }
}
.c-slider-component__nav:active {
  transform: translateY(-50%) scale(0.95);
}
.c-slider-component__nav svg {
  width: 24px;
  height: 24px;
}
.c-slider-component__nav--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .c-slider-component__nav--prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-component__nav--prev {
    left: 30px;
  }
}
.c-slider-component__nav--next {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1023px) {
  .c-slider-component__nav--next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider-component__nav--next {
    right: 30px;
  }
}
.c-slider-component__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  gap: 13px;
  margin: 20px auto 0;
  padding: 8px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .c-slider-component__pagination {
    display: none;
  }
}
.c-slider-component__nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-slider-component__nav-button:hover {
  transform: translateY(-1px);
}
.c-slider-component__nav-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.c-slider-component__nav-button img {
  width: 16px;
  height: 16px;
}
.c-slider-component__nav-button--prev img {
  transform: none;
}
.c-slider-component__nav-button--next img {
  transform: rotate(180deg);
}
.c-slider-component__nav-counter {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.c-slider-component__nav-counter .current {
  color: #db5547;
  font-weight: 800;
  font-size: 1.4em;
}

.c-slider-component .swiper-wrapper {
  align-items: stretch;
}
.c-slider-component .swiper-slide {
  height: 100%;
  width: 100%;
}
.c-slider-component__genre-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-slider-component__genre-nav {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.c-slider-component__genre-btn {
  padding: 8px 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-slider-component__genre-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.c-slider-component__genre-btn:hover {
  border-color: #db5547;
  color: #db5547;
}
.c-slider-component__genre-btn--active {
  border-color: #db5547;
  color: white;
  background: #db5547;
}

.c-slider__lower--course {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  background: #f8f8f8;
  border-left: 4px solid #db5547;
}
@media screen and (max-width: 767px) {
  .c-slider__lower--course {
    margin-top: 24px;
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
  }
}

/** 店舗情報コンポーネント */
.c-store-intro {
  margin: 210px 0 225px;
  padding: 30px 20px 50px;
  background-color: #db5547;
}
@media screen and (max-width: 767px) {
  .c-store-intro {
    margin: 110px 0 125px;
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-store-intro .l-container {
    padding: 0 !important;
  }
}
.c-store-intro__content-wrap {
  padding: 28px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1299px) {
  .c-store-intro__content-wrap {
    padding: 32.5px;
  }
}
@media screen and (max-width: 767px) {
  .c-store-intro__content-wrap {
    padding: 15px;
  }
}
.c-store-intro__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 2rem;
}
.c-store-intro h2 {
  flex: 1;
  margin: 0;
  color: #fff;
}
.c-store-intro__columns {
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  min-height: 600px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1299px) {
  .c-store-intro__columns {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 18px;
    grid-column-gap: 18px;
    min-height: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .c-store-intro__columns {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .c-store-intro__columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.c-store-intro--item {
  width: 100%;
}
.c-store-intro__info {
  grid-area: 1/1/5/2;
}
@media screen and (max-width: 767px) {
  .c-store-intro__info {
    grid-area: auto;
  }
}
.c-store-intro__info .c-store-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.c-store-intro__info .c-store-info__content {
  width: 100%;
}
.c-store-intro__info .c-store-info dd, .c-store-intro__info .c-store-info dt {
  display: block;
  padding: 18px 0;
  border-top: 1px solid #e4e4e4;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-store-intro__info .c-store-info dd, .c-store-intro__info .c-store-info dt {
    font-size: 16px;
    padding: 16px 0;
  }
}
.c-store-intro__info .c-store-info dt {
  width: 5em;
  padding-right: 1em;
  font-weight: bold;
}
.c-store-intro__info .c-store-info dt:first-child {
  margin-top: 0;
}
.c-store-intro__info .c-store-info dd {
  width: calc(100% - 5em);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-store-intro__info .c-store-info dd {
    font-size: 16px;
  }
}
.c-store-intro__payment {
  grid-area: 1/2/5/3;
  padding: 18px 0;
  border-top: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .c-store-intro__payment {
    grid-area: auto;
    padding: 18px 0 0;
  }
}
.c-store-intro__payment h4 {
  margin: 0 0 1rem 0;
  color: #333;
}
.c-store-intro__payment .payment-category {
  margin-top: 14px;
}
.c-store-intro__payment .payment-category h5 {
  display: inline;
  margin: 0 0 0.5rem 0;
  color: #555;
  font-weight: bold;
}
.c-store-intro__payment .payment-category .payment-items {
  display: inline;
}
.c-store-intro__map {
  grid-area: 5/1/9/2;
}
@media screen and (max-width: 767px) {
  .c-store-intro__map {
    grid-area: auto;
    border-radius: 10px;
  }
}
.c-store-intro__map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 8px;
}
.c-store-intro__reserve {
  grid-area: 5/2/9/4;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-store-intro__reserve {
    display: none;
    grid-area: auto;
    padding: 1rem 0 0;
  }
  .c-store-intro__reserve .c-epark__widget > div {
    width: 100% !important;
  }
}
.c-store-intro__reserve .c-store-intro__epark {
  margin-bottom: 2rem;
}
.c-store-intro__reserve .c-store-intro__epark .epark-embed {
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  background: #f9f9f9;
}
.c-store-intro__reserve .reservation-methods {
  margin: 1rem 0;
}
.c-store-intro__reserve .reservation-methods .reservation-method {
  margin-bottom: 0.8rem;
}
.c-store-intro__reserve .reservation-methods .reservation-method a {
  color: #0066cc;
  text-decoration: none;
}
.c-store-intro__reserve .reservation-methods .reservation-method a:hover {
  text-decoration: underline;
}
.c-store-intro__reserve .reserve-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-store-intro__reserve .reserve-buttons {
    margin-top: 20px;
  }
}
.c-store-intro__reserve .reserve-buttons .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 96%;
  padding: 0.8rem 1.5rem;
  border-radius: 40px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  transition: background-color 0.3s;
  gap: 10px;
}
.c-store-intro__reserve .reserve-buttons .c-btn--phone {
  color: white;
  background: #8B0000;
  border: 5px solid #8B0000;
  padding: calc(0.8rem - 5px) calc(1.5rem - 5px);
}
.c-store-intro__reserve .reserve-buttons .c-btn--web {
  color: white;
  background: #8B0000;
  border: 5px solid #8B0000;
  padding: calc(0.8rem - 5px) calc(1.5rem - 5px);
}
.c-store-intro__reserve .reserve-buttons .c-btn--line {
  color: white;
  background: #4CCC34;
  border: 5px solid #4CCC34;
  padding: calc(0.8rem - 5px) calc(1.5rem - 5px);
}
.c-store-intro__reserve .reserve-buttons .c-btn--line:hover {
  background: #4CCC34;
  border-color: #4CCC34;
}
.c-store-intro__reserve .reserve-buttons .c-btn--shoplink {
  color: #db5547;
  background: white;
  border: 5px solid #db5547;
  padding: calc(0.8rem - 5px) calc(1.5rem - 5px);
  transition: 0.3s;
}
.c-store-intro__reserve .reserve-buttons .c-btn--shoplink:hover {
  background: #db5547;
  color: white;
  border-color: #db5547;
}
.c-store-intro__reserve .reserve-buttons .c-btn--icon {
  max-width: 27px;
  max-height: 27px;
}
.c-store-intro__facilities {
  position: relative;
  margin-top: 60px;
  padding: 30px;
  border: 5px solid #db5547;
  border-radius: 30px;
  background-color: #FFF3F2;
}
@media screen and (max-width: 767px) {
  .c-store-intro__facilities {
    margin-top: 24px;
    padding: 12px 0;
    border-radius: 40px;
  }
}

.c-store-nearby-facilities .c-title--secondary {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 7.5px 95px;
  border-radius: 32px;
  color: #8B0000;
  font-size: 28px;
  background-color: #E0D4B9;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-store-nearby-facilities .c-title--secondary {
    min-width: 8em;
    padding: 7.5px 20px;
    font-size: 22px;
  }
}
.c-store-nearby-facilities .c-title--secondary.svg-triangle::after {
  background-color: #E0D4B9;
}
.c-store-nearby-facilities__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-store-nearby-facilities__grid {
    margin-top: 0;
    gap: 12px;
  }
}
.c-store-nearby-facilities__item {
  border-radius: 12px;
  text-align: center;
  background: #fff;
}
.c-store-nearby-facilities__image img {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .c-store-nearby-facilities__image img {
    aspect-ratio: 1/1;
  }
}
.c-store-nearby-facilities__name {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 22px 22px 2px 22px;
}
.c-store-nearby-facilities__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 2px 22px 22px 22px;
}
.c-store-nearby-facilities__route {
  padding: 0 22px 22px 22px;
  text-align: left;
}
.c-store-nearby-facilities__route .c-btn--route {
  display: inline-block;
  padding: 8px 16px;
  background: #db5547;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.c-store-nearby-facilities__route .c-btn--route:hover {
  transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
  .p-home .c-store-intro__facilities {
    display: none;
  }
  .p-store .c-store-intro__facilities {
    display: block;
    pointer-events: auto;
    position: relative;
    padding: 0 20px;
  }
  .p-store .c-store-intro__facilities .js-facilities-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .p-store .c-store-intro__facilities.is-open .js-facilities-content {
    opacity: 1;
  }
  .p-store .c-store-intro__facilities.is-open .c-store-nearby-facilities__grid {
    display: grid;
    margin-bottom: 20px;
  }
  .p-store .c-store-intro__facilities::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url("/assets/dist/img/icon/icon-store-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .p-store .c-store-intro__facilities.is-open::after {
    transform: rotate(180deg);
  }
  .p-store .c-store-intro__facilities .js-toggle-facilities {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-color: transparent;
    color: #db5547;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    margin: 0 auto;
    pointer-events: auto;
    transition: color 0.3s ease;
    position: static;
    transform: unset;
  }
  .p-store .c-store-intro__facilities .js-toggle-facilities:hover {
    color: rgb(214.2545454545, 62.5909090909, 46.7454545455);
  }
  .p-store .c-store-intro__facilities .js-toggle-facilities::after {
    display: none;
  }
  .p-store .c-store-intro__facilities .c-store-nearby-facilities__grid--mobile-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
/** 店舗検索コンポーネント */
/** トピックス */
.c-topics-archive {
  margin: 100px auto;
}
@media screen and (max-width: 1023px) {
  .c-topics-archive {
    margin: 60px auto;
  }
}
.c-topics-archive .l-container {
  width: min(900px, 100%);
}

.c-topics__content {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  background: #fff;
  border-radius: 10px;
  padding: 36px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-topics__content {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-topics__center-lines {
    display: none;
  }
}
.c-topics__center-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  z-index: 1;
}
.c-topics__line {
  position: absolute;
  height: 100%;
  width: 3px;
  background: #CBCBCB;
  border-radius: 2px;
}
.c-topics__line--left {
  left: 0;
}
.c-topics__line--right {
  right: 0;
}
.c-topics__featured, .c-topics__list {
  flex: 1;
}
.c-topics__featured {
  margin-right: 15px;
}
.c-topics__list {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-topics__list {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-topics__featured {
    display: none;
  }
}
.c-topics__featured-item {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.c-topics__featured-item:hover {
  transform: scale(1.02);
}
.c-topics__featured-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.c-topics__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topics__featured-content {
  padding: 20px 0 0 0;
}
.c-topics__featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.c-topics__featured-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #333;
}
.c-topics__list {
  display: flex;
  flex-direction: column;
}
.c-topics__list-scroll {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  margin-right: -3px;
}
.c-topics__list-scroll::-webkit-scrollbar {
  width: 3px;
}
.c-topics__list-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1px;
}
.c-topics__list-scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 1px;
}
.c-topics__list-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.c-topics__list-item {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 16px 30px 16px 0;
  border-bottom: 1px solid #eaeaea;
  transition: background 0.3s ease;
}
.c-topics__list-item:hover {
  opacity: 0.7;
}
.c-topics__list-item:last-child {
  border-bottom: none;
}
.c-topics__list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 20px;
  height: 20px;
  background: url("/assets/dist/img/icon/news-arrows.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.c-topics__list-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.c-topics__list-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #333;
}
.c-topics__link {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
}
.c-topics__link:hover {
  background: #f8f9fa;
}
.c-topics__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
}
.c-topics__date {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.c-topics__tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.c-topics__tag--menu {
  background: #e3f2fd;
  color: #1976d2;
}
.c-topics__tag--notice {
  background: #fff3e0;
  color: #f57c00;
}
.c-topics__tag--column {
  background: #f3e5f5;
  color: #7b1fa2;
}
.c-topics__more {
  text-align: center;
  margin-top: 40px;
}
.c-topics__ttl {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  margin: 0 16px;
  line-height: 1.4;
}
.c-topics__arrow {
  color: #db5547;
  font-weight: 700;
  margin-left: auto;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .c-topics__content {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
  .c-topics__featured-image {
    aspect-ratio: 1/1;
  }
  .c-topics__featured-title {
    font-size: 16px;
  }
  .c-topics__list-scroll {
    max-height: 300px;
    height: auto;
  }
  .c-topics__list-item {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-topics__list-item {
    padding: 12px 25px 12px 0;
  }
}

/* ==========================================================================
   Tpslider Component (Component)
   ========================================================================== */
.c-tpslider {
  margin-top: 32px;
  padding: 48px 0;
}
@media screen and (max-width: 1023px) {
  .c-tpslider {
    padding: 20px 0;
  }
}
.c-tpslider__content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  overflow: visible;
}
.c-tpslider__slider {
  width: 100%;
  max-width: none;
  padding: 0 20px;
  margin: 0 -20px;
}
.c-tpslider__slider .swiper-wrapper {
  width: 100% !important;
}
.c-tpslider__slider .swiper-slide {
  width: 374px;
  height: 374px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #db5547;
}
.c-tpslider__slider .swiper-slide:hover {
  transform: translateY(-4px);
}
.c-tpslider__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .c-tpslider__slider .swiper-slide {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .c-tpslider__slider .swiper-slide {
    width: 240px;
    height: 240px;
  }
}

/* ==========================================================================
   Hamburger Menu Component (Component)
   ========================================================================== */
.c-hamburger-btn {
  background: transparent;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    width: 44px;
    height: 44px;
  }
}
.c-hamburger-btn:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
.c-hamburger-btn__line {
  width: 24px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.c-hamburger-btn__line:nth-child(3) {
  display: none;
}
.c-hamburger-btn.is-active .c-hamburger-btn__line {
  display: none;
}

.c-hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  visibility: hidden;
  transition: all 0.3s ease;
}
.c-hamburger-overlay.is-active {
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.c-hamburger-menu {
  position: fixed;
  top: 0;
  right: -30%;
  width: 30%;
  height: 100svh;
  background: #ffd753;
  border-radius: 30px 0 0 30px;
  z-index: 1000;
  padding: 7px 20px 50px 40px;
  box-shadow: none;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu {
    width: 80%;
    right: -80%;
  }
}
.c-hamburger-menu.is-slide-in {
  animation: slideInWithBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu.is-slide-in {
    animation: slideInWithBounceMobile 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  }
}
.c-hamburger-menu.is-slide-out {
  animation: slideOut 0.3s ease-in forwards;
}
@media screen and (max-width: 767px) {
  .c-hamburger-menu.is-slide-out {
    animation: slideOutMobile 0.3s ease-in forwards;
  }
}
.c-hamburger-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.c-hamburger-menu__close:hover {
  opacity: 0.7;
}
.c-hamburger-menu__close img {
  width: 24px;
  height: 24px;
}
.c-hamburger-menu__title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
.c-hamburger-menu__item {
  margin-bottom: 0;
}
.c-hamburger-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.c-hamburger-menu__link:hover {
  color: #db5547;
  padding-left: 10px;
}
.c-hamburger-menu__link:hover img {
  opacity: 1;
}
.c-hamburger-menu__link img {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.c-hamburger-menu__category {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #db5547;
}
.c-hamburger-menu__submenu {
  margin-left: 20px;
  margin-top: 10px;
}
.c-hamburger-menu__submenu .c-hamburger-menu__link {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  padding: 10px 0;
}
.c-hamburger-menu__submenu .c-hamburger-menu__link:hover {
  color: #db5547;
}

@keyframes slideInWithBounce {
  0% {
    right: -30%;
  }
  100% {
    right: 0;
  }
}
@keyframes slideInWithBounceMobile {
  0% {
    right: -80%;
  }
  100% {
    right: 0;
  }
}
@keyframes slideOut {
  0% {
    right: 0;
  }
  100% {
    right: -30%;
  }
}
@keyframes slideOutMobile {
  0% {
    right: 0;
  }
  100% {
    right: -80%;
  }
}
/* ==========================================================================
   Global Navigation Component (Component)
   ========================================================================== */
@media screen and (max-width: 767px) {
  .c-global-nav {
    display: none;
  }
}
.c-global-nav.-pc {
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .c-global-nav.-pc.c-global-nav--shop__top {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .c-global-nav.-pc.c-global-nav--shop__top .c-global-nav__list {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .c-global-nav.-pc {
    margin-right: 6px;
  }
}
.c-global-nav__list {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .c-global-nav__list {
    gap: 8px;
  }
}
.c-global-nav__item {
  position: relative;
}
.c-global-nav__item--has-dropdown:hover .c-global-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.c-global-nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.3s ease, color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-global-nav__link {
    font-size: 14px;
    padding: 10px 0;
  }
}
.c-global-nav__link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.c-global-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #db5547;
  transition: width 0.3s ease;
}
.c-global-nav__link:hover::after {
  width: 100%;
}
.c-global-nav__link.is-current {
  color: #db5547;
}
.c-global-nav__link.is-current::after {
  width: 100%;
}
.c-global-nav__text {
  display: block;
}
.c-global-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #ffd753;
  border-radius: 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  min-width: 200px;
  margin-top: 10px;
}
.c-global-nav__dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffd753;
}
.c-global-nav__dropdown-inner {
  padding: 12px 0;
}
.c-global-nav__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-global-nav__dropdown-link {
  display: block;
  padding: 20px 20px 12px 30px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.c-global-nav__dropdown-link:hover {
  text-decoration: none;
}
.c-global-nav__dropdown-link::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #BCF41F;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-global-nav__dropdown-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  width: 85%;
  height: 65%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  transform: translateY(-50%) rotate(-3deg);
  transition: left 0.3s ease;
  z-index: -1;
}
.c-global-nav__dropdown-link:hover {
  color: #fff;
  text-decoration: none;
}
.c-global-nav__dropdown-link:hover::before {
  opacity: 1;
}
.c-global-nav__dropdown-link:hover::after {
  left: 7.5%;
}

.c-sticky-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-sticky-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eaeaea;
    z-index: 950;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}
.c-sticky-nav__container {
  max-width: 100%;
  margin: 0 auto;
}
.c-sticky-nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-sticky-nav__item {
  flex: 1;
  text-align: center;
}
.c-sticky-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 4px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.c-sticky-nav__link:hover {
  color: #db5547;
}
.c-sticky-nav__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.c-sticky-nav__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-sticky-nav__text {
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* ==========================================================================
   Current Location Search Component
   ========================================================================== */
.p-store-list .c-section-header__title {
  margin: 40px auto 35px;
}

.c-search-results {
  margin-top: 40px;
}
.c-search-results__info {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
.c-search-results__info p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.c-search-results__back {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.c-search__link {
  transition: all 0.3s ease;
  min-width: 200px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-search__link {
    min-width: 160px;
  }
}
.c-search__link[style*="pointer-events: none"] {
  opacity: 0.6;
  cursor: wait;
}
.c-search__link[style*="pointer-events: none"] img {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.c-location-error {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  color: #856404;
  text-align: center;
}
.c-location-error__title {
  font-weight: bold;
  margin-bottom: 8px;
}
.c-location-error__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.p-store-search .c-menu-header__title {
  margin-bottom: 30px;
}
.p-store-search__content {
  text-align: center;
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .c-search-results {
    margin-top: 30px;
  }
  .c-search-results__info {
    margin-bottom: 20px;
    padding: 15px;
  }
  .c-search-results__info p {
    font-size: 14px;
  }
  .c-search-results__back {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.c-search-results {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-btn--secondary:focus {
  outline: 2px solid #ffd753;
  outline-offset: 2px;
}

/* ==========================================================================
   Sidebar Components
   ========================================================================== */
.widget-area .widget {
  margin-bottom: 2rem;
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #8B0000;
  color: white !important;
  border-radius: 4px;
}
.widget-title * {
  color: white !important;
}
.widget-title .shop-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.ranking-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ranking-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dotted #ddd;
}
.ranking-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.ranking-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #666;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ranking-number.gold {
  background-color: #ffd700;
  color: #333;
}
.ranking-number.silver {
  background-color: #c0c0c0;
  color: #333;
}
.ranking-number.bronze {
  background-color: #cd7f32;
}

.ranking-content {
  flex: 1;
  min-width: 0;
}
.ranking-content a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  word-wrap: break-word;
}
.ranking-content a:hover {
  color: #8B0000;
}

.ranking-date {
  font-size: 0.75rem;
  color: #666;
}

.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-item {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}
.recent-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.recent-category {
  display: inline-block;
  font-size: 0.7rem;
  padding: 2px 6px;
  background-color: #8B0000;
  color: white;
  border-radius: 3px;
  margin-bottom: 0.3rem;
}

.recent-content a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.recent-content a:hover {
  color: #8B0000;
}

.recent-date {
  font-size: 0.75rem;
  color: #8B0000;
  font-weight: bold;
  margin-bottom: 0.3rem;
  display: block;
}

.monthly-archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive-item {
  margin-bottom: 0.5rem;
}
.archive-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}
.archive-item a:hover {
  color: #8B0000;
}

.archive-count {
  font-size: 0.8rem;
  color: #666;
}

#monthly-archive .archive-all {
  margin: 0 0 0.5rem 0;
}
#monthly-archive .archive-year-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#monthly-archive .archive-year-item {
  margin-bottom: 0.25rem;
}
#monthly-archive .archive-year-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
  padding: 0.4rem 0.2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}
#monthly-archive .archive-month-list {
  list-style: none;
  padding-left: 1rem;
  margin: 0.25rem 0 0.5rem;
}
#monthly-archive .archive-month-item a {
  display: inline-flex;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
}
#monthly-archive .year-count,
#monthly-archive .archive-count {
  opacity: 0.8;
}

@media screen and (max-width: 1023px) {
  .widget-area .widget {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .widget-title {
    font-size: 1rem;
  }
  .ranking-number {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
.l-topics {
  display: flex;
  gap: 50px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 0;
}

.l-topics__main {
  flex: 1;
}

.l-topics__sidebar {
  width: 250px;
  flex-shrink: 0;
}

.c-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.c-topic-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.c-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.c-topic-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: none;
}

.c-topic-card__date {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.c-topic-card__category {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-topic-card__category:hover {
  background-color: #555;
  color: #fff;
}

.c-topic-card__title {
  padding: 16px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.c-topic-card__content {
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.8em;
}

.p-topics-detail__header {
  margin-bottom: 32px;
}

.p-topics-detail__featured-image {
  margin-top: 24px;
}
.p-topics-detail__featured-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  max-width: none;
}

.p-topics-detail__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #8B0000;
  margin: 24px 0;
  padding-left: 20px;
  position: relative;
}
.p-topics-detail__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #8B0000;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-topics-detail__title {
    font-size: 22px;
    padding-left: 16px;
  }
  .p-topics-detail__title::before {
    width: 6px;
    border-radius: 3px;
  }
}

.p-topics-detail__content {
  line-height: 1.8;
  margin-bottom: 48px;
}
.p-topics-detail__content h1 {
  font-size: 30px;
  font-weight: 900;
  margin: 32px 0 24px;
  color: #333;
  line-height: 1.4;
}
.p-topics-detail__content h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 32px 0 24px;
  color: #333;
  line-height: 1.4;
}
.p-topics-detail__content h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 32px 0 24px;
  color: #333;
  line-height: 1.4;
}
.p-topics-detail__content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 24px;
  color: #333;
  line-height: 1.4;
}
.p-topics-detail__content p {
  font-size: 15px;
  margin: 0 0 24px;
  line-height: 1.8;
}
.p-topics-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 24px 0;
}
.p-topics-detail__content a {
  color: #db5547;
  text-decoration: underline;
}
.p-topics-detail__content a:hover {
  color: rgb(194.0363636364, 52.7272727273, 37.9636363636);
}

.p-topics-detail__footer {
  border-top: 1px solid #eaeaea;
  padding-top: 48px;
}
.p-topics-detail__footer .c-btn--filled {
  color: #db5547;
  background: white;
  border: 5px solid #db5547;
  border-radius: 10px;
  position: relative;
  padding: 20px 60px 20px 30px;
}
.p-topics-detail__footer .c-btn--filled:hover {
  background: #db5547;
  color: white;
}
.p-topics-detail__footer .c-btn--filled::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("/assets/dist/img/icon/nav-arrow-link.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.p-topics-detail__related {
  margin-top: 48px;
  padding: 48px 0;
  background: #f8f8f8;
}
.p-topics-detail__related .widget-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 2rem;
  padding: 0.5rem 1rem;
  background: #8B0000;
  color: white;
  border-radius: 4px;
  border: none;
  text-align: center;
  display: block;
}

.c-topics-grid--related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .c-topics-grid--related {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-topics-grid--related {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.c-topics-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.c-topics-meta__date {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.c-topics-meta__category-wrapper {
  display: flex;
  align-items: center;
}
.c-topics-meta__category {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-topics-meta__category:hover {
  background-color: #555;
  color: #fff;
}

.c-topics-tags {
  margin-bottom: 24px;
}
.c-topics-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  background-color: #EDE2D8;
  border-radius: 10px;
  width: 100%;
}
.c-topics-tags__item {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-topics-tags__item {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .l-topics {
    flex-direction: column;
    gap: 32px;
  }
  .l-topics__sidebar {
    width: 100%;
    order: 2;
  }
  .c-topics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .c-topics-grid {
    grid-template-columns: 1fr;
  }
  .c-topic-card {
    max-width: 100%;
  }
  .p-topics-detail__title {
    font-size: 24px;
  }
}
.c-category-filter {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-category-filter {
    gap: 8px;
    padding: 0 15px;
  }
}
.c-category-filter__btn {
  flex: 1;
  padding: 15px 20px;
  background: white;
  border: 5px solid #db5547;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s;
  color: #db5547;
}
.c-category-filter__btn:hover {
  background: #db5547;
  color: white;
}
@media screen and (max-width: 767px) {
  .c-category-filter__btn {
    padding: 12px 15px;
    font-size: 14px;
    border: 2px solid #db5547;
  }
}
.c-category-filter__btn.is-active {
  background: #db5547;
  color: white;
}
.c-category-filter__btn.is-active:hover {
  background: rgb(214.2545454545, 62.5909090909, 46.7454545455);
}

.c-campaign-slider {
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
}
.c-campaign-slider__header {
  text-align: center;
  margin-bottom: 30px;
}
.c-campaign-slider__title {
  background: linear-gradient(45deg, #8BC34A, #4CAF50);
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.c-campaign-slider__container {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-campaign-slider__container {
    height: 200px;
  }
}
.c-campaign-slider__slide {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-campaign-slider__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-campaign-slider__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.c-campaign-slider__date {
  font-size: 16px;
  background: rgba(196, 30, 58, 0.9);
  padding: 5px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: white;
}
.c-campaign-slider__slide-title {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 767px) {
  .c-campaign-slider__slide-title {
    font-size: 20px;
  }
}
.c-campaign-slider__excerpt {
  font-size: 36px;
  font-weight: bold;
  color: #FFD700;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-campaign-slider__excerpt {
    font-size: 24px;
  }
}
.c-campaign-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-campaign-slider__nav:hover {
  background: rgba(255, 255, 255, 0.95);
}
.c-campaign-slider__nav--prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .c-campaign-slider__nav--prev {
    left: 10px;
  }
}
.c-campaign-slider__nav--next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .c-campaign-slider__nav--next {
    right: 10px;
  }
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.c-topics-tags {
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-topics-tags {
    margin: 0;
    padding: 10px;
  }
}
.c-topics-tags__title {
  font-size: 16px;
  font-weight: bold;
  color: #db5547;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #db5547;
}
.c-topics-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-topics-tags__list {
    gap: 6px;
  }
}
.c-topics-tags__item {
  display: inline-block;
  padding: 6px 12px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-topics-tags__item {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.c-topics-tags__item:hover {
  background: #db5547;
  color: white;
  border-color: #db5547;
}

.c-topics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-topics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
}

.c-topic-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.c-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.c-topic-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 0;
}
.c-topic-card__date {
  font-size: 12px;
  color: #666;
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-topic-card__date {
    font-size: 10px;
  }
}
.c-topic-card__category {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-topic-card__category {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.c-topic-card__title {
  padding: 5px 16px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-topic-card__title {
    font-size: 13px;
    padding: 4px 12px 12px;
    line-height: 1.3;
  }
}
.c-topic-card__content {
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.8em;
}
@media screen and (max-width: 767px) {
  .c-topic-card__content {
    font-size: 12px;
    padding: 0 12px 12px;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
  }
}
.c-topic-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.c-topic-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  background: #e8e8e8;
}
.c-topic-card__image .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f5f5f5;
  color: #999;
  font-size: 14px;
}
.c-topic-card__limited-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #BCF41F;
  border-right: 60px solid transparent;
  z-index: 2;
}
.c-topic-card__limited-badge::before {
  content: "実施中!";
  position: absolute;
  top: -45px;
  left: 5px;
  color: #8B0000;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(-45deg);
  white-space: nowrap;
}

.c-pagination {
  margin-top: 40px;
  text-align: center;
}
.c-pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 4px;
  color: #999;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.c-pagination .page-numbers.current {
  color: #db5547;
  font-weight: bold;
}
.c-pagination .page-numbers:hover:not(.current) {
  color: #db5547;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  background: #db5547;
  color: white;
  padding: 10px 15px;
}
.c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
  background: rgb(199.8817090909, 54.3156818182, 39.1072909091);
  color: white;
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.c-pagination .nav-links .page-numbers {
  margin: 0;
}

.p-topics-archive {
  margin-bottom: 50px;
}

@media screen and (max-width: 1120px) {
  .l-topics {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-topics {
    padding: 0;
  }
}
.l-topics__sidebar .widget-title,
.l-topics__sidebar .sidebar-title,
.l-topics__sidebar h3,
.l-topics__sidebar h2 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 0 0 1rem 0 !important;
  padding: 0.5rem 1rem !important;
  background: #8B0000 !important;
  color: white !important;
  border-radius: 10px !important;
  border: none !important;
  text-align: center !important;
}
.l-topics__sidebar .widget-title span,
.l-topics__sidebar .sidebar-title span,
.l-topics__sidebar h3 span,
.l-topics__sidebar h2 span {
  color: white !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.l-topics__sidebar .ranking-item,
.l-topics__sidebar .recent-item {
  border-bottom: 1px solid rgb(111.2, 0, 0);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700 !important;
}
.l-topics__sidebar .ranking-item:last-child,
.l-topics__sidebar .recent-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.l-topics__sidebar a,
.l-topics__sidebar span,
.l-topics__sidebar p {
  color: #333 !important;
  font-weight: 700 !important;
}
.l-topics__sidebar a:hover,
.l-topics__sidebar .current-menu-item > a {
  color: #db5547 !important;
}
.l-topics__sidebar .widget_categories a:hover,
.l-topics__sidebar .widget_archive a:hover,
.l-topics__sidebar .widget_recent_entries a:hover {
  color: #db5547 !important;
}

.section-404 {
  text-align: center;
  padding: 96px 0;
}

.ttl-404 {
  margin-bottom: 48px;
}
.ttl-404__text {
  font-size: 32px;
  font-weight: bold;
  color: #db5547;
}
@media screen and (max-width: 767px) {
  .ttl-404__text {
    font-size: 32px;
  }
}

.txt-404 {
  font-size: 18px;
  color: #666;
  margin: 0;
}

/* ====================================
   Pages - Concept
   ==================================== */
.p-concept {
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .p-concept .l-container {
    padding: 0 15px;
  }
}
.p-concept .c-fv--lower {
  background-image: url("/assets/dist/img/concept/img-mv-2x.jpg");
}
.p-concept {
  /* MV Section */
}
.p-concept__mv {
  position: relative;
  z-index: 10;
  margin-top: -120px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-concept__mv {
    padding-bottom: 40px;
  }
}
.p-concept__mv-bg {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-concept__mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-concept__mv .l-container {
  position: relative;
  z-index: 2;
}
.p-concept__mv-head {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__mv-head {
    margin-bottom: -40px;
  }
}
.p-concept__mv-head .c-title--subtitle {
  color: #ffd753;
  font-size: 2.5rem;
  font-weight: 900;
  text-shadow: none;
}
.p-concept__mv-video {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.p-concept__mv-video video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 30px;
}
.p-concept {
  /* bg */
}
.p-concept__bg {
  background-color: #f7f5f1;
}
.p-concept {
  /* Section */
}
.p-concept__section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-concept__section {
    padding: 40px 0;
  }
}
.p-concept {
  /* Head Area */
}
.p-concept__head {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 767px) {
  .p-concept__head {
    height: auto;
    margin-bottom: 40px;
  }
}
.p-concept__head--02 {
  height: 760px;
  margin-top: 200px;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .p-concept__head--02 {
    margin-top: 40px;
    margin-bottom: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__head--02 .p-concept__head-bg {
    height: 100%;
  }
}
@media screen and (min-width: 1841px) {
  .p-concept__head--02 .p-concept__head-bg img {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__head--02 .p-concept__head-bg img {
    height: auto;
    object-fit: fill;
  }
}
.p-concept__head--02 .p-concept__head-desc {
  position: relative;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__head--02 .p-concept__head-desc {
    position: sticky;
  }
}
.p-concept__head-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__head-bg {
    position: relative;
    height: 500px;
  }
}
.p-concept__head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 390/500;
}
.p-concept__head-title {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-concept__head-title {
    top: 0;
    left: 50%;
    width: 100%;
    padding: 20px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.p-concept__head-subtitle {
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-concept__head-subtitle {
    position: relative;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 20px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.p-concept__head-desc {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 40px;
  background-color: #F7F5F1;
}
@media screen and (max-width: 767px) {
  .p-concept__head-desc {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-top: -100px;
  }
}
.p-concept__head-desc .c-text {
  max-width: 660px;
  margin-left: auto;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-concept__head-desc .c-text {
    margin-left: 0;
    line-height: 1.5;
  }
}
.p-concept {
  /* Container */
}
.p-concept__container {
  position: relative;
  /* Section 1 Style */
}
.p-concept__section:nth-child(3) .p-concept__container {
  position: relative;
}
.p-concept__section:nth-child(3) .p-concept__container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/assets/dist/img/bg/bg-line1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-concept {
  /* Item (Section 1) */
}
.p-concept__item {
  position: relative;
  margin-bottom: 60px;
}
.p-concept__item-bg {
  position: absolute;
  top: auto;
  left: auto;
  width: 64vw;
  height: auto;
  background: url("/assets/dist/img/bg/bg-line.svg") center center/contain no-repeat;
  transform: translateY(-50%);
  content: "";
  aspect-ratio: 1829/1450;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-bg {
    display: none;
    position: static;
    width: 0;
    height: 0;
  }
}
.p-concept__item-bg--01 {
  top: 8%;
  left: 14%;
}
.p-concept__item-bg--02 {
  top: auto;
  bottom: 0;
  left: -14%;
  transform: translateY(50%);
}
.p-concept__item-bg--03 {
  top: 50%;
  left: 50%;
  width: 70vw;
  transform: translate(-50%, -50%);
}
.p-concept__item-content {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 80% 8%;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-content {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
  }
}
.p-concept__item-content .c-text--caption {
  position: absolute;
  bottom: -18%;
  left: 18%;
  width: 340px;
  max-width: 100%;
  z-index: 2;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-content .c-text--caption {
    order: 4;
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 48px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__item-content .c-text--caption {
    line-height: 1.5;
  }
}
.p-concept__item-img {
  position: relative;
  z-index: 2;
  grid-row: 1/2;
  grid-column: 1/2;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-img {
    grid-row: unset;
    grid-column: unset;
    order: 1;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .p-concept__item-img {
    overflow: hidden;
    margin: 0 -28%;
  }
}
.p-concept__item-img img {
  width: 70%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-img img {
    width: 80%;
  }
}
@media screen and (max-width: 660px) {
  .p-concept__item-img img {
    width: 100%;
  }
}
.p-concept__item-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  grid-row: 1/2;
  grid-column: 1/3;
  margin-top: 30%;
  padding-right: 10%;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-text {
    grid-row: unset;
    grid-column: unset;
    order: 2;
    align-items: center;
    text-align: center;
    margin-top: 0;
    padding-right: 0;
  }
}
.p-concept__item-text .bg-circle-bk,
.p-concept__item-text .bg-circle-ocher {
  position: absolute;
  right: 3%;
  bottom: 50%;
  z-index: 1;
  width: 400px;
  height: 400px;
  transform: translateY(50%);
  content: "";
}
@media screen and (max-width: 1100px) {
  .p-concept__item-text .bg-circle-bk,
  .p-concept__item-text .bg-circle-ocher {
    width: 572px;
    height: 572px;
    bottom: -10%;
  }
}
.p-concept__item-text .bg-circle-bk {
  background: url("/assets/dist/img/bg/bg-circle-bk.svg") center center/contain no-repeat;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-text .bg-circle-bk {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-concept__item-text .bg-circle-ocher {
  background: url("/assets/dist/img/bg/bg-circle-ocher.svg") center center/contain no-repeat;
}
.p-concept__item-subtitle {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-subtitle {
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
  }
}
.p-concept__item-title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 5rem;
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  .p-concept__item-title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__item-title {
    font-size: 4rem;
  }
}
.p-concept__item:nth-child(even) .p-concept__item-content {
  grid-template-columns: 19% 80%;
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  .p-concept__item:nth-child(even) .p-concept__item-content {
    grid-template-columns: none;
    margin-top: 0;
  }
}
.p-concept__item:nth-child(even) .p-concept__item-img {
  grid-column: 2/3;
}
@media screen and (max-width: 1100px) {
  .p-concept__item:nth-child(even) .p-concept__item-img {
    grid-column: unset;
  }
}
.p-concept__item:nth-child(even) .p-concept__item-img .c-text--caption {
  right: auto;
  left: -6%;
}
.p-concept__item:nth-child(even) .p-concept__item-text {
  align-items: flex-start;
  margin-top: 8%;
  padding-right: 0;
  padding-left: 10%;
}
@media screen and (max-width: 1100px) {
  .p-concept__item:nth-child(even) .p-concept__item-text {
    padding-left: 0;
    margin-top: 0;
  }
}
.p-concept__item:nth-child(even) .p-concept__item-text .bg-circle-ocher {
  right: auto;
  left: 3%;
}
@media screen and (max-width: 1100px) {
  .p-concept__item:nth-child(even) .p-concept__item-text .bg-circle-ocher {
    left: 50%;
    bottom: -10%;
    transform: translate(-50%, 0);
  }
}
.p-concept__item:nth-child(even) .p-concept__item-text .p-concept__item-subtitle {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .p-concept__item:nth-child(even) .p-concept__item-text .p-concept__item-subtitle {
    text-align: center;
  }
}
.p-concept {
  /* Banner */
}
.p-concept__banner {
  position: relative;
  margin-top: 140px;
  margin-bottom: -80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__banner {
    margin-top: 0;
  }
}
.p-concept__banner .c-btn--banner {
  display: inline-block;
}
.p-concept__banner .c-btn--banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1080/260;
}
@media screen and (max-width: 767px) {
  .p-concept__banner .c-btn--banner img {
    aspect-ratio: 355/450;
  }
}
.p-concept {
  /* Card (Section 2) */
}
.p-concept__card {
  flex: 1;
  overflow: hidden;
  border: 20px solid #04BE04;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-concept__card {
    border: 10px solid #04BE04;
    border-radius: 50px;
  }
}
.p-concept__card-container {
  display: flex;
  margin-top: 100px;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept__card-container {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-concept__card img {
  width: 100%;
  height: 337px;
  border-bottom: 20px solid #04BE04;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__card img {
    height: auto;
    aspect-ratio: 3/2;
    border-bottom: 10px solid #04BE04;
  }
}
.p-concept__card .c-title__lower--card {
  margin: 1em 0;
  padding: 10px 20px;
  color: #04BE04;
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-concept__card .c-title__lower--card {
    margin: 0.5em 0 -1.5em 0;
  }
}
.p-concept__card .c-title__lower--card span {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-concept__card .c-title__lower--card span {
    font-size: 1.5rem;
  }
}
.p-concept__card .c-text {
  margin: 1em 0;
  padding: 10px 20px 20px;
  text-align: left;
  line-height: 1.5;
}
.p-concept {
  /* Flex Layout (Section 3) */
}
.p-concept__flex {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-concept__flex {
    display: block;
  }
}
.p-concept__flex-img {
  flex: 1;
}
.p-concept__flex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-concept__flex-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.p-concept__flex-text .c-text {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-concept__flex-text .c-text {
    line-height: 1.5;
  }
}
.p-concept__flex-text img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: auto;
}

.p-experience {
  background-color: #fff;
}
.p-experience__mv {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 460px;
  background: url("/assets/dist/img/experience/experience_mv.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-experience__mv--wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -125px;
  margin-bottom: -500px;
  padding-top: 125px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-experience__mv--wrap {
    margin-top: -125px;
    margin-bottom: -400px;
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
.p-experience__mv--wrap::before {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100svw;
  height: 250px;
  border-radius: 50%;
  background-color: #fed54a;
  transform: translate(-50%, -50%) scaleY(0.5);
  content: "";
}
.p-experience__mv--wrap svg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 1746px;
  height: auto;
  transform: translate(-50%, 10%);
}
@media screen and (max-width: 1023px) {
  .p-experience__mv--wrap svg {
    transform: translate(-50%, 5%);
  }
}
@media screen and (max-width: 767px) {
  .p-experience__mv--wrap svg {
    transform: translate(-50%, 0%);
    max-width: 100%;
  }
}
.p-experience__mv--bg {
  position: absolute;
  top: 125px;
  left: 50%;
  z-index: 0;
  width: 200%;
  height: calc(100% - 125px);
  transform: translateX(-50%);
  object-fit: cover;
  object-position: top center;
}
.p-experience__mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
.p-experience__mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-experience__mv-head {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  transform: translateY(-100%);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-experience__mv-head {
    padding: 0 15px;
    transform: translateY(-24svh);
  }
}
.p-experience__mv-head h1 {
  display: flex;
  flex-direction: column;
  margin: -150px 0 0;
  font-size: 129px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-experience__mv-head h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
  }
  .p-experience__mv-head h1 span {
    font-size: 0.7em;
  }
}
.p-experience__mv-head h1 span {
  font-size: 66px;
}
.p-experience__mv-head p:first-of-type {
  margin-bottom: 10px;
  color: #333;
  font-size: 28px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-experience__mv-head p:first-of-type {
    font-size: 20px;
  }
}
.p-experience__mv-head p:last-of-type {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-experience__mv-head p:last-of-type {
    font-size: 16px;
  }
}
.p-experience__mv-head .c-title__lower--primary {
  margin-bottom: 40px;
}
.p-experience__mv-head .c-title__lower--catch {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.p-experience-section {
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-experience-section {
    padding-bottom: 0;
  }
}

.p-numbered-section {
  display: flex;
  align-items: center;
  margin: 0 auto 250px;
}
.p-numbered-section:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-numbered-section {
    flex-direction: column;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.p-numbered-section:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-numbered-section:nth-child(even) {
    flex-direction: column;
  }
}

.p-section-image {
  position: relative;
  z-index: 15;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-section-image {
    width: 80%;
    margin: 20px 0;
  }
}
.p-numbered-section:nth-child(odd) .p-section-image {
  margin: 0 40px 0 -20px;
}
@media screen and (max-width: 767px) {
  .p-numbered-section:nth-child(odd) .p-section-image {
    margin: 0 0 40px;
  }
}
.p-numbered-section:nth-child(even) .p-section-image {
  margin: 0 -20px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-numbered-section:nth-child(even) .p-section-image {
    margin: 0 0 40px;
  }
}
.p-section-image img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  border: 4px solid rgba(244, 162, 97, 0.2);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(244, 162, 97, 0.3);
  transition: all 0.3s ease;
  aspect-ratio: 883/661;
  object-fit: cover;
}
.p-section-image img:hover {
  box-shadow: 0 12px 40px rgba(244, 162, 97, 0.4);
  transform: translateY(-5px);
}

.p-section-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-section-content {
    margin: 20px 0;
    padding: 0 15px;
  }
}
.p-numbered-section:nth-child(odd) .p-section-content {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-numbered-section:nth-child(odd) .p-section-content {
    margin: 20px 0;
  }
}
.p-numbered-section:nth-child(even) .p-section-content {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-numbered-section:nth-child(even) .p-section-content {
    margin: 20px 0;
  }
}

.p-section-number-wrapper {
  --line-progress: 0;
  --line-left-offset: -50vw;
  --line-width: 100vw;
  --line-offset: -100vw;
  position: relative;
  z-index: 10;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .p-section-number-wrapper {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-number-wrapper {
    width: 60px;
    height: 60px;
  }
}

.p-numbered-section:nth-child(even) .p-section-number-wrapper {
  --line-width: 200vw;
  --line-offset: -100vw;
  transform: skewY(-45deg);
}

.p-section-number {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  background: #333;
}
@media screen and (max-width: 1023px) {
  .p-section-number {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

.p-numbered-section:nth-child(even) .p-section-number {
  transform: skewY(45deg);
}

.p-numbered-section:nth-child(odd) .p-section-number-wrapper::before {
  position: absolute;
  top: 50%;
  left: -100vw;
  z-index: -1;
  width: 200vw;
  height: 10px;
  background: #FFD54B;
  opacity: 1;
  transition: transform 0.1s linear;
  transform: translateY(-50%) scaleX(var(--line-progress, 0));
  content: "";
  transform-origin: left center;
  pointer-events: none;
}

.p-numbered-section:nth-child(even) .p-section-number-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 150vw;
  height: 12px;
  background: #FFD54B;
  opacity: 1;
  transform: translateY(-50%) translateX(calc(100vw - var(--line-progress, 0) * 160vw)) skewX(45deg);
  content: "";
  pointer-events: none;
}

@keyframes lineIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes lineOut {
  0% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
}
@keyframes diagonalIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) scaleX(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) scaleX(1);
  }
}
@keyframes diagonalOut {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) rotate(-45deg) scaleX(0);
  }
}
.p-section-title {
  position: relative;
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.p-section-title .p-curved-text {
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-section-title .p-curved-text {
    top: -4px;
  }
}
.p-section-title .p-curved-text svg {
  width: 200px;
  height: 110px;
}
.p-section-title .p-curved-text svg text {
  font-size: 20px;
  font-weight: bold;
  fill: #333;
}
@media screen and (max-width: 767px) {
  .p-section-title .p-curved-text svg text {
    font-size: 18px;
  }
}

.p-numbered-section:nth-child(even) .p-curved-text {
  transform: translate(-50%, -50%) skewY(45deg);
}

.p-section-subtitle {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.p-section-text {
  position: relative;
  z-index: 10;
  color: #666;
  line-height: 1.8;
}

.u-diagonal-bg {
  position: relative;
  overflow: hidden;
}
.u-diagonal-bg::before {
  position: absolute;
  top: -50px;
  right: -100px;
  bottom: -50px;
  left: -100px;
  z-index: -1;
  background: linear-gradient(45deg, transparent 48%, rgba(244, 162, 97, 0.1) 48%, rgba(244, 162, 97, 0.1) 52%, transparent 52%);
  content: "";
}

.c-conceptnav-bg {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-conceptnav-bg {
    padding-bottom: 60px;
  }
}
.c-conceptnav-bg__svg {
  position: absolute;
  right: -200px;
  bottom: -200px;
  z-index: 1;
  width: 1570px;
  height: auto;
  pointer-events: none;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .c-conceptnav-bg__svg {
    width: 800px;
    right: -150px;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  .c-conceptnav-bg__svg {
    width: 100%;
    right: -100px;
    bottom: -100px;
  }
}
.c-conceptnav-bg > *:not(.c-conceptnav-bg__svg) {
  position: relative;
  z-index: 2;
}
.c-conceptnav-bg .c-card-wrapper {
  margin-top: 60px;
}

/* ==========================================================================
   Course Page Styles
   ========================================================================== */
.c-course-list-bg {
  padding: clamp(40px, 6vw, 60px) 0;
}
@media screen and (max-width: 1023px) {
  .c-course-list-bg {
    padding: 40px 0 80px;
  }
}

.c-course-card {
  margin-top: 75px;
  border-radius: 25px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease;
}
.c-course-card:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-course-card {
    margin-top: 50px;
  }
}
.c-course-card.is-active {
  border: 3px solid #8B0000;
  box-shadow: 0 4px 20px rgba(139, 0, 0, 0.2);
  background: rgba(139, 0, 0, 0.02);
}
.c-course-card__wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-course-card__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.c-course-card__image-area {
  flex: 0 0 50%;
}
@media screen and (max-width: 1023px) {
  .c-course-card__image-area {
    flex: none;
  }
}
.c-course-card__image-link {
  display: block;
  transition: transform 0.3s ease;
}
.c-course-card__image-link:hover {
  transform: scale(1.02);
}
.c-course-card__content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .c-course-card__content-area {
    width: 100%;
  }
}
.c-course-card__header {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-course-card__header {
    margin-bottom: 8px;
  }
}
.c-course-card__count {
  margin-right: 1em;
}
.c-course-card__title {
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 10px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  background-color: #8B0000;
}
@media screen and (max-width: 767px) {
  .c-course-card__title {
    font-size: 18px;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 8px;
  }
}
.c-course-card__title--wagyu-mania {
  background-color: #8B0000;
}
.c-course-card__title--kamimura {
  background-color: #DB5547;
}
.c-course-card__title--just-meat {
  background-color: #C77B00;
}
.c-course-card__title--casual {
  background-color: #A8836F;
}
.c-course-card__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-course-card__badges {
    padding-left: 0;
    justify-content: flex-end;
  }
}
.c-course-card__badge {
  width: fit-content;
  height: 60px;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .c-course-card__badge {
    width: 40px;
    height: 40px;
  }
}
.c-course-card__description {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-course-card__description {
    padding-left: 0;
  }
}
.c-course-card__price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin: 10px 0;
  padding-right: 20px;
  color: #8B0000;
  font-weight: 800;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-course-card__price {
    padding-right: 0;
  }
}
.c-course-card__price-main {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-course-card__price-main {
    font-size: 28px;
  }
}
.c-course-card__price-main > span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-course-card__price-main > span {
    font-size: 16px;
  }
}
.c-course-card__price-tax {
  font-weight: 800;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-course-card__price-tax {
    font-size: 14px;
  }
}
.c-course-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.c-course-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-course-card__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-course-card__actions {
    flex-direction: column;
    gap: 15px;
  }
}
.c-course-card__link {
  display: inline-block;
  width: 400px;
  max-width: calc(100% - 40px);
  padding: 25px 20px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  color: #db5547;
  background: #fff;
  border: 5px solid #db5547;
  line-height: 1;
}
.c-course-card__link:hover {
  text-decoration: none;
}

.c-course-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .c-course-list {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-course-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .c-course-card__badge {
    align-self: flex-end;
  }
  .c-course-card__actions {
    gap: 8px;
  }
  .c-course-card__link {
    padding: 10px 16px;
  }
}
/* ====================================
   Pages - Store
   ==================================== */
.p-store {
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .p-store .l-container {
    padding: 0 15px;
  }
}
.p-store .c-fv--lower {
  background-image: url("/assets/dist/img/store/img-mv.webp");
}
.p-store-search .c-search__link {
  background-color: #DB5547;
  color: #fff;
}
.p-store-list {
  padding: 32px 0;
}
@media screen and (max-width: 1023px) {
  .p-store-list {
    padding: 20px 0;
  }
}
.p-store-list .c-search {
  margin-bottom: 32px;
}
.p-store-list .c-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.p-store-list .c-shop-group {
  margin: 32px 0;
}
.p-store-list .c-shop-group__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff6b6b;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .p-store-list .c-shop-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-store-list .c-shop-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .p-store-list .c-shop-card {
    grid-template-columns: 60px 1fr;
    gap: 10px;
    padding: 12px;
  }
}
.p-store-list__icon {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6b6b, #ff8e53);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-store-list__icon {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
}
.p-store-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-store-list__name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: #333;
}
.p-store-list__address {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 6px;
}
.p-store-list__tel {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}
.p-store .c-store-intro__columns {
  display: grid;
  gap: 0 24px;
  grid-template-rows: auto;
  min-height: auto;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro__columns {
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "map info" "map reserve";
  }
}
@media screen and (max-width: 1023px) {
  .p-store .c-store-intro__columns {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "map info" "map reserve";
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro__columns {
    grid-template-columns: 1fr;
    grid-template-areas: "info" "map" "reserve";
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__map {
    grid-area: map;
  }
}
@media screen and (max-width: 1023px) {
  .p-store .c-store-intro--item.c-store-intro__map {
    grid-area: map;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__map {
    grid-area: map;
  }
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__info {
    grid-area: info;
  }
}
@media screen and (max-width: 1023px) {
  .p-store .c-store-intro--item.c-store-intro__info {
    grid-area: info;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__info {
    grid-area: info;
  }
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-intro__shop-name {
  text-align: center;
  font-size: 24px;
  color: #8B0000;
  font-weight: 900;
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 5px solid #8B0000;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-intro__shop-name {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-info {
    grid-column: 1;
  }
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-info__content {
    flex-direction: row;
    gap: 20px;
  }
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__details {
  flex: 1;
  font-size: 14px;
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item:first-child dt, .p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item:first-child dd {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item {
    margin-bottom: 0;
  }
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item dt {
  width: 70px;
  flex-shrink: 0;
  font-size: 14px;
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__details .c-store-info__item dd {
  flex: 1;
  margin: 0;
  font-size: 14px;
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__widget {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-info__widget {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__info .c-store-info__widget {
    display: none;
  }
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__widget .c-epark__widget {
  width: 100% !important;
}
.p-store .c-store-intro--item.c-store-intro__info .c-store-info__widget .c-epark__widget [data-epark-widget] {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__reserve {
    grid-area: reserve;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-store .c-store-intro--item.c-store-intro__reserve {
    grid-area: reserve;
    display: grid;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__reserve {
    grid-area: reserve;
    display: block;
    padding: 0;
  }
}
.p-store .c-store-intro--item.c-store-intro__reserve .c-epark {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-store .c-store-intro--item.c-store-intro__reserve .c-epark {
    display: block;
    margin-bottom: 15px;
  }
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons {
    gap: 8px;
  }
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons .c-btn {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  margin: 0 auto;
  border: 5px solid;
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons .c-btn--phone {
  border-color: #8B0000;
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons .c-btn--web {
  border-color: #8B0000;
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons .c-btn--line {
  border-color: #4CCC34;
}
.p-store .c-store-intro--item.c-store-intro__reserve .reserve-buttons .c-btn--shoplink {
  border-color: #db5547;
}
.p-store .c-shop-empty {
  padding: 40px 24px;
  text-align: center;
  border: 2px dashed #ddd;
  border-radius: 12px;
  background: #fafafa;
  color: #666;
  font-size: 1.1rem;
}
.p-store-intro {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .p-store-intro {
    margin-bottom: 20px;
  }
}
.p-store-intro .c-store-intro__reserve {
  display: block;
}
.p-store-intro .c-title--secondary {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  color: #8B0000;
  background-color: #E0D4B9;
  font-weight: 800;
  padding: 10px 80px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-store-intro .c-title--secondary {
    position: relative;
    left: 0;
    background-color: unset;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 18px;
  }
}
.p-store-intro .c-title--secondary.svg-triangle::after {
  background-color: #E0D4B9;
}

.c-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .c-filter {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-filter {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.c-filter__tab {
  padding: 20px;
  border: 5px solid #DB5547;
  background: #DB5547;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-filter__tab {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}
.c-filter__tab.is-active {
  background: white;
  border-color: #DB5547;
  color: #DB5547;
  text-decoration: underline;
  text-decoration-color: #DB5547;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}

.c-shop-quick-list {
  margin-bottom: 40px;
}
.c-shop-quick-list__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.c-shop-quick-list__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .c-shop-quick-list__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .c-shop-quick-list__content {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.c-shop-quick-list__item {
  display: block;
  padding: 12px 0;
  color: #DB5547;
  border-bottom: 2px solid #DB5547;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.c-shop-quick-list__count {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-store-intro__facilities.is-open .c-store-nearby-facilities__grid {
    display: grid;
  }
  .c-store-intro__facilities .c-title--secondary {
    cursor: pointer;
    position: relative;
  }
  .c-store-intro__facilities .c-title--secondary::after {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .c-store-intro__facilities.is-open .c-title--secondary::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.c-store-intro__facilities .c-title--secondary.svg-triangle::after {
  background-color: #E0D4B9;
}
@media screen and (max-width: 767px) {
  .c-store-intro__facilities .c-title--secondary.svg-triangle::after {
    content: "▼";
    background-color: transparent;
    color: #8B0000;
  }
}

/**
 * トップページ専用の“スコープ”
 * ここで .c-*** の見た目を必要に応じて上書き
 */
.p-home {
  background-color: #f7f5f1;
}
.p-home .section {
  padding: 48px 0;
}
.p-home .content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 16px;
}
.p-home .swiper-slide.c-fv__slide.c-fv__slide--image img {
  height: 100%;
  object-fit: cover;
}
.p-home .swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 0.5 !important;
}
.p-home .swiper-pagination-bullet-active {
  background: #db5547 !important;
  opacity: 1 !important;
}
.p-home .c-experience-section .c-section-header__subtitle {
  color: #333;
  line-height: 1.5;
}