@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  background: #f8f7f5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.75;
}

ul, ol {
  list-style: none;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
}

.l-section--dark {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-section--dark {
    padding: 50px 0;
  }
}
.l-section--dark {
  background: #2e2e2e;
  color: #ffffff;
}
.l-section--dark .c-section-title .ja {
  color: rgba(255, 255, 255, 0.55);
}

.l-section--gray {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-section--gray {
    padding: 50px 0;
  }
}
.l-section--gray {
  background: #f0eeec;
}

.c-section-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    margin-bottom: 32px;
  }
}
.c-section-title .en {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #b89a6a;
}
.c-section-title .ja {
  display: block;
  font-size: 1.3rem;
  color: #777777;
  margin-top: 8px;
  letter-spacing: 0.15em;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(26, 26, 26, 0.96);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(184, 154, 106, 0.25);
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}
.l-header__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-header__logo a {
  display: block;
  line-height: 1;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
.l-header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-header__nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 6px;
  opacity: 1;
  white-space: nowrap;
}
.l-header__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #b89a6a;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__nav a:hover {
  color: #b89a6a;
  opacity: 1;
}
.l-header__nav a:hover::after {
  width: 100%;
}
.l-header__nav .nav-ja {
  font-size: 1.1rem;
  line-height: 1;
}
.l-header__nav .nav-en {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__nav a:hover .nav-en {
  color: #b89a6a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
  gap: 2px;
}
@media screen and (max-width: 1024px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #b89a6a;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.l-header__tel a:hover {
  opacity: 0.8;
}
.l-header__tel span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__hamburger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.l-header__hamburger span {
  display: block;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  width: 28px;
  background: #ffffff;
}
.l-header__hamburger span:nth-child(2) {
  width: 28px;
  background: #ffffff;
}
.l-header__hamburger span:nth-child(3) {
  width: 16px;
  background: #b89a6a;
}
.l-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
  background: #ffffff;
  width: 28px;
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
  background: #ffffff;
  width: 28px;
}

.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #1a1a1a;
  z-index: 200;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
  padding: 80px 32px 40px;
}
.l-drawer.is-open {
  right: 0;
}
.l-drawer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.l-drawer__nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.l-drawer__nav a {
  display: block;
  padding: 16px 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
}
.l-drawer__nav a:hover {
  color: #b89a6a;
  opacity: 1;
}
.l-drawer__tel {
  margin-top: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.l-drawer__tel a {
  font-size: 2rem;
  font-weight: bold;
  color: #b89a6a;
  letter-spacing: 0.05em;
}
.l-drawer__tel span {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.05em;
}

.l-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.l-footer {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 32px;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-align: center;
}
.l-footer__logo {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 28px;
}
.l-footer__nav a {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
}
.l-footer__nav a:hover {
  color: #b89a6a;
  opacity: 1;
}
.l-footer__info p {
  font-size: 1.3rem;
  line-height: 2;
}
.l-footer__info a {
  color: #b89a6a;
}
.l-footer__copy {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  text-align: center;
}

@-webkit-keyframes page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-page {
  padding-top: 70px;
  -webkit-animation: page-in 1.7s ease-out both;
          animation: page-in 1.7s ease-out both;
}

.c-cast-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0ddd9;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}
.c-cast-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.c-cast-card__img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.c-cast-card__body {
  padding: 14px 16px;
  background: #ffffff;
}
.c-cast-card__name-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}
.c-cast-card__name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2e2e2e;
}
.c-cast-card__age {
  font-size: 1.2rem;
  color: #777777;
}
.c-cast-card__size {
  font-size: 1.2rem;
  color: #777777;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.c-cast-card__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #b89a6a;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-cast-card__time i {
  font-size: 1.1rem;
}
.c-cast-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #5fa8c4;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  height: 22px;
  padding: 0 9px;
  line-height: 22px;
  letter-spacing: 0.1em;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cast-card__rank {
  position: absolute;
  top: 10px;
  right: 10px;
  background: -webkit-linear-gradient(315deg, #c9a878 0%, #b89a6a 50%, #a08454 100%);
  background: linear-gradient(135deg, #c9a878 0%, #b89a6a 50%, #a08454 100%);
  color: #ffffff;
  font-weight: 500;
  height: 22px;
  padding: 0 9px;
  letter-spacing: 0.08em;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-cast-card__rank-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-cast-card__rank-grade {
  display: inline-block;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-cast-card__full {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #ffffff;
  z-index: 2;
  pointer-events: none;
}
.c-cast-card.is-full {
  pointer-events: none;
  cursor: default;
}
.c-cast-card.is-full .c-cast-card__img {
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
}

.c-btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  border: 1px solid #b89a6a;
  color: #b89a6a;
  background: transparent;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.c-btn::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  margin-left: 10px;
}
.c-btn--back::after {
  content: none;
}
.c-btn--back::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  margin-right: 10px;
}
.c-btn:hover {
  background: #b89a6a;
  color: #ffffff;
  opacity: 1;
}
.c-btn--fill {
  background: #b89a6a;
  color: #ffffff;
}
.c-btn--fill:hover {
  background: #d4b896;
  opacity: 1;
}

.c-page-header {
  background: #2e2e2e;
  padding: 60px 0 48px;
  text-align: center;
}
.c-page-header__en {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  color: #b89a6a;
  display: block;
}
.c-page-header__ja {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.15em;
  margin-top: 8px;
  display: block;
  font-weight: normal;
}

.c-pagetop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: rgba(46, 46, 46, 0.85);
  border: 1px solid rgba(184, 154, 106, 0.5);
  color: #b89a6a;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, background 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background 0.3s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background 0.3s ease, -webkit-transform 0.4s ease;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-pagetop:hover {
  background: #b89a6a;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }
}

.l-footer-bnr {
  background: #2e2e2e;
  border-top: 1px solid rgba(184, 154, 106, 0.2);
  border-bottom: 1px solid rgba(184, 154, 106, 0.15);
  padding: 0;
}
.l-footer-bnr__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .l-footer-bnr__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-bnr__list {
    grid-template-columns: 1fr;
  }
}
.l-footer-bnr__item {
  border-right: 1px solid rgba(184, 154, 106, 0.15);
}
.l-footer-bnr__item:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .l-footer-bnr__item {
    border-right: none;
    border-bottom: 1px solid rgba(184, 154, 106, 0.15);
  }
}
.l-footer-bnr__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 32px 20px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  gap: 8px;
}
.l-footer-bnr__item a:hover {
  background: rgba(184, 154, 106, 0.08);
  opacity: 1;
}
.l-footer-bnr__item a i {
  font-size: 2rem;
  color: #b89a6a;
}
@media screen and (max-width: 1024px) {
  .l-footer-bnr__item--tel a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-bnr__label {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  font-weight: 500;
}
.l-footer-bnr__tel {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #b89a6a;
  line-height: 1;
}
.l-footer-bnr__hours {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}
.l-footer-bnr__sub {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
}

.l-footer {
  background: rgb(35.8, 35.8, 35.8);
  padding: 60px 0 30px;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 20px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav ul {
    gap: 8px 20px;
  }
}
.l-footer__nav a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
}
.l-footer__nav a:hover {
  color: #b89a6a;
  opacity: 1;
}
.l-footer__copy {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.08em;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  text-align: center;
}

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

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

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: inline !important;
  }
}

@-webkit-keyframes fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv-line-in {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes fv-line-in {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes scroll-bar {
  0% {
    top: -40px;
  }
  100% {
    top: 80px;
  }
}
@keyframes scroll-bar {
  0% {
    top: -40px;
  }
  100% {
    top: 80px;
  }
}
@-webkit-keyframes fv-bg-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv-bg-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-fv {
  position: relative;
  height: calc(100vh - 300px);
  min-height: 460px;
  background: #1a1a1a;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fv__bg {
  position: absolute;
  inset: 0;
  background: url("/assets/img/fv-bg.jpg") center/cover no-repeat;
  opacity: 0;
  -webkit-animation: fv-bg-in 4s ease-in-out 2.5s both;
          animation: fv-bg-in 4s ease-in-out 2.5s both;
}
.p-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}
.p-fv__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.p-fv__name-en {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(3.6rem, 6vw, 7rem);
  letter-spacing: 0.18em;
  color: #ffffff;
  display: block;
}
.p-fv__logo {
  display: block;
  width: clamp(280px, 60vw, 480px);
  margin: 0 auto;
}
.p-fv__logo .fv-icon {
  -webkit-animation: fv-fade 1.4s ease-in-out 0.2s both;
          animation: fv-fade 1.4s ease-in-out 0.2s both;
}
.p-fv__logo .fv-line-top {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: fv-line-in 1.2s ease-in-out 0.7s both;
          animation: fv-line-in 1.2s ease-in-out 0.7s both;
}
.p-fv__logo .fv-text-main {
  -webkit-animation: fv-fade 1.6s ease-in-out 0.9s both;
          animation: fv-fade 1.6s ease-in-out 0.9s both;
}
.p-fv__logo .fv-text-sub {
  -webkit-animation: fv-fade 1.6s ease-in-out 1.3s both;
          animation: fv-fade 1.6s ease-in-out 1.3s both;
}
.p-fv__logo .fv-line-bottom {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: fv-line-in 1.2s ease-in-out 1.6s both;
          animation: fv-line-in 1.2s ease-in-out 1.6s both;
}
.p-fv__logo .fv-text-ja {
  -webkit-animation: fv-fade 1.4s ease-in-out 1.8s both;
          animation: fv-fade 1.4s ease-in-out 1.8s both;
}
.p-fv__catch {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 16px;
  display: block;
  -webkit-animation: fv-fade 1.4s ease-in-out 2s both;
          animation: fv-fade 1.4s ease-in-out 2s both;
}
.p-fv__line {
  position: relative;
  width: 1px;
  height: 80px;
  background: rgba(184, 154, 106, 0.25);
  margin: 28px auto 0;
  overflow: hidden;
  -webkit-animation: fv-fade 1.4s ease-in-out 2.2s both;
          animation: fv-fade 1.4s ease-in-out 2.2s both;
}
.p-fv__line::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#b89a6a), to(transparent));
  background: -webkit-linear-gradient(top, transparent, #b89a6a, transparent);
  background: linear-gradient(to bottom, transparent, #b89a6a, transparent);
  -webkit-animation: scroll-bar 2s ease-in-out 2.8s infinite;
          animation: scroll-bar 2s ease-in-out 2.8s infinite;
}

.p-marquee {
  background: #b89a6a;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}
.p-marquee__track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: marquee 65s linear infinite;
          animation: marquee 65s linear infinite;
}
.p-marquee__item {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  padding: 0 40px;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-notice-bar {
  background: #f8f7f5;
  text-align: center;
  padding: 22px 40px;
  border-top: 1px solid rgba(184, 154, 106, 0.25);
  border-bottom: 1px solid rgba(184, 154, 106, 0.25);
}
@media screen and (max-width: 768px) {
  .p-notice-bar {
    padding: 18px 20px;
  }
}
.p-notice-bar__mark {
  color: #b89a6a;
  font-weight: 600;
}
.p-notice-bar__text {
  font-size: 1.5rem;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-notice-bar__text {
    font-size: 1.4rem;
  }
}

.p-today__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-today__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-today__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-today__more {
  text-align: center;
  margin-top: 40px;
}

.p-concept {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.p-concept__bg {
  position: absolute;
  inset: 0;
  background: url("/assets/img/concept-bg.jpg") center 20%/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-concept__bg {
    background-position: center center;
  }
}
.p-concept__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.p-concept .l-inner {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-concept__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-concept__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-concept__title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-concept__title {
    text-align: center;
  }
}
.p-concept__en {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(4rem, 6vw, 7rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.p-concept__ja {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
  display: block;
}
.p-concept__body {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(184, 154, 106, 0.3);
  padding: 60px 50px;
}
@media screen and (max-width: 1024px) {
  .p-concept__body {
    padding: 40px 30px;
  }
}
.p-concept__text {
  font-size: 1.5rem;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.85);
}

.p-new-cast__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-new-cast__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-new-cast__grid {
    gap: 12px;
  }
}

.p-bnr__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-bnr__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-bnr__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border: 1px solid #e0ddd9;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #333333;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.p-bnr__item a:hover {
  border-color: #b89a6a;
  color: #b89a6a;
  opacity: 1;
}

.p-cast-list__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-cast-list__filter-btn {
  padding: 8px 24px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  color: #777777;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-cast-list__filter-btn.is-active, .p-cast-list__filter-btn:hover {
  border-color: #b89a6a;
  color: #b89a6a;
  background: #ffffff;
}
.p-cast-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-cast-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-cast-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.p-cast-detail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-cast-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-cast-detail__swiper-wrap {
  position: relative;
  width: 380px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-cast-detail__swiper-wrap {
    width: 100%;
  }
}
.p-cast-detail__name {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.p-cast-detail__age {
  font-size: 1.5rem;
  color: #777777;
  margin-bottom: 24px;
}
.p-cast-detail__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
}
.p-cast-detail__table th, .p-cast-detail__table td {
  padding: 12px 16px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e0ddd9;
  text-align: left;
}
.p-cast-detail__table th {
  width: 100px;
  color: #777777;
  font-weight: normal;
  white-space: nowrap;
}
.p-cast-detail__qa {
  margin: 0;
  padding: 28px 32px;
  border: 1px solid #e0ddd9;
  background: #f0eeec;
}
@media screen and (max-width: 768px) {
  .p-cast-detail__qa {
    padding: 20px 18px;
  }
}
.p-cast-detail__qa-item {
  padding: 0;
}
.p-cast-detail__qa-item + .p-cast-detail__qa-item {
  margin-top: 22px;
}
.p-cast-detail__qa-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  margin: 0 0 6px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #777777;
  letter-spacing: 0.04em;
}
.p-cast-detail__qa-mark {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #b89a6a;
  letter-spacing: 0;
  line-height: 1;
}
.p-cast-detail__qa-question {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cast-detail__qa-a {
  margin: 0;
  padding-left: 28px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.02em;
}
.p-cast-detail__back {
  margin-top: 40px;
}

.p-cast-swiper-main {
  width: 100%;
  margin-bottom: 8px;
}
.p-cast-swiper-main .swiper-slide img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.p-cast-swiper-main .swiper-button-prev,
.p-cast-swiper-main .swiper-button-next {
  color: #ffffff;
}
.p-cast-swiper-main .swiper-button-prev::after,
.p-cast-swiper-main .swiper-button-next::after {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-cast-swiper-main .swiper-button-prev::after,
  .p-cast-swiper-main .swiper-button-next::after {
    font-size: 1.4rem;
  }
}

.p-cast-swiper-thumb {
  width: 100%;
  background: #2e2e2e;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .p-cast-swiper-thumb {
    display: none;
  }
}
.p-cast-swiper-thumb .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-cast-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-cast-swiper-thumb .swiper-slide img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.p-schedule__week-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.p-schedule__week-btn {
  padding: 10px 32px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  color: #777777;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-schedule__week-btn.is-active {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #ffffff;
}
.p-schedule__week-btn:hover:not(.is-active) {
  border-color: #b89a6a;
  color: #b89a6a;
}
.p-schedule__date-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-schedule__date-btn {
  padding: 10px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  color: #777777;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
.p-schedule__date-btn.is-today {
  border-color: #b89a6a;
  color: #b89a6a;
}
.p-schedule__date-btn.is-active {
  background: #b89a6a;
  border-color: #b89a6a;
  color: #ffffff;
}
.p-schedule__date-btn:hover:not(.is-active) {
  border-color: #b89a6a;
  color: #b89a6a;
}
.p-schedule__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .p-schedule__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.p-schedule__empty {
  text-align: center;
  color: #777777;
  font-size: 1.5rem;
  padding: 60px 0;
  grid-column: 1/-1;
}

.p-price__lead {
  text-align: center;
  font-size: 1.5rem;
  color: #777777;
  margin-bottom: 48px;
  line-height: 2;
}
.p-price__menu {
  max-width: 680px;
  margin: 0 auto;
}
.p-price__menu-item {
  padding: 20px 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-price__menu-item + .p-price__menu-item {
  border-top: 1px solid rgba(184, 154, 106, 0.15);
}
@media screen and (max-width: 768px) {
  .p-price__menu-item {
    padding: 18px 2px;
  }
}
.p-price__menu-item--recommend {
  background: -webkit-gradient(linear, left top, right top, from(rgba(184, 154, 106, 0.08)), color-stop(80%, transparent));
  background: -webkit-linear-gradient(left, rgba(184, 154, 106, 0.08), transparent 80%);
  background: linear-gradient(to right, rgba(184, 154, 106, 0.08), transparent 80%);
  border-left: 2px solid #b89a6a;
  padding: 20px 20px;
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .p-price__menu-item--recommend {
    padding: 18px 14px;
    margin: 0 -10px;
  }
}
.p-price__menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-price__menu-row {
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-price__menu-name {
  font-size: 1.7rem;
  color: #2e2e2e;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-price__menu-name {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.p-price__menu-badge {
  display: inline-block;
  margin-left: 12px;
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝", serif;
  font-size: 1.1rem;
  color: #b89a6a;
  border: 1px solid #b89a6a;
  padding: 2px 10px;
  letter-spacing: 0.15em;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .p-price__menu-badge {
    margin-left: 8px;
    font-size: 1rem;
    padding: 1px 8px;
  }
}
.p-price__menu-dots {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dotted rgba(184, 154, 106, 0.55);
  position: relative;
  top: -6px;
  min-width: 30px;
}
@media screen and (max-width: 768px) {
  .p-price__menu-dots {
    min-width: 20px;
  }
}
.p-price__menu-price {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 2.4rem;
  color: #b89a6a;
  font-weight: 300;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-price__menu-price {
    font-size: 2rem;
  }
}
.p-price__menu-sub {
  margin-top: 4px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.1rem;
  color: #777777;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-price__menu-sub {
    font-size: 1rem;
  }
}
.p-price__note {
  font-size: 1.3rem;
  color: #777777;
  margin-top: 24px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price__note {
    text-align: left;
  }
}

.p-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
}
.p-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e0ddd9;
  border-radius: 6px;
  padding: 24px 28px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-flow__item:hover {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 18px;
    gap: 12px;
  }
}
.p-flow__item--highlight {
  border-left: 5px solid #b89a6a;
  -webkit-box-shadow: 0 2px 16px rgba(184, 154, 106, 0.2);
          box-shadow: 0 2px 16px rgba(184, 154, 106, 0.2);
}
.p-flow__item--highlight:hover {
  -webkit-box-shadow: 0 4px 22px rgba(184, 154, 106, 0.28);
          box-shadow: 0 4px 22px rgba(184, 154, 106, 0.28);
}
.p-flow__item--highlight .p-flow__num {
  -webkit-box-shadow: 0 0 0 4px rgba(184, 154, 106, 0.18);
          box-shadow: 0 0 0 4px rgba(184, 154, 106, 0.18);
}
.p-flow__item--highlight .p-flow__title {
  color: #b89a6a;
  font-size: 1.7rem;
}
.p-flow__item--highlight .p-flow__text strong {
  color: #2e2e2e;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(184, 154, 106, 0.3)));
  background: -webkit-linear-gradient(transparent 60%, rgba(184, 154, 106, 0.3) 60%);
  background: linear-gradient(transparent 60%, rgba(184, 154, 106, 0.3) 60%);
  padding: 0 2px;
}
.p-flow__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b89a6a;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-flow__body {
  padding-top: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__body {
    padding-top: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.p-flow__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.p-flow__text {
  font-size: 1.4rem;
  color: #777777;
  line-height: 1.9;
}

.p-notes__block {
  max-width: 760px;
  margin: 0 auto;
}
.p-notes__block + .p-notes__block {
  margin-top: 40px;
}
.p-notes__heading {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2e2e2e;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(184, 154, 106, 0.3);
  position: relative;
}
.p-notes__heading::before {
  content: "◆";
  color: #b89a6a;
  margin-right: 8px;
  font-size: 1.2rem;
}
.p-notes__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-notes__list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.9;
}
.p-notes__list li + li {
  margin-top: 10px;
}
.p-notes__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #b89a6a;
}
@media screen and (max-width: 768px) {
  .p-notes__list li {
    font-size: 1.3rem;
  }
}
.p-notes__footer {
  max-width: 760px;
  margin: 48px auto 0;
  padding: 24px 28px;
  background: rgba(184, 154, 106, 0.06);
  border-left: 3px solid #b89a6a;
  font-size: 1.4rem;
  color: #2e2e2e;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-notes__footer {
    padding: 20px 18px;
    font-size: 1.3rem;
  }
  .p-notes__footer .u-pc-only {
    display: none;
  }
}

.p-location__lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 48px;
}
.p-location__lead strong {
  color: #2e2e2e;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-location__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-location__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-location__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.p-location__item {
  background: #ffffff;
  border: 1px solid rgba(184, 154, 106, 0.25);
  padding: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-location__item:hover {
  border-color: rgba(184, 154, 106, 0.6);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .p-location__item {
    padding: 20px;
  }
}
.p-location__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.p-location__en {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  color: #b89a6a;
  line-height: 1;
  font-weight: 300;
}
.p-location__ja {
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  color: #2e2e2e;
  margin-top: 10px;
}
.p-location__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f0eeec;
}
.p-location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-location__desc {
  text-align: center;
  font-size: 1.3rem;
  color: #777777;
  letter-spacing: 0.05em;
}
.p-location__note {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #777777;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-location__note {
    text-align: left;
  }
}

.p-recruit__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1;
  color: #333333;
  margin-bottom: 60px;
}
.p-recruit__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__points {
    grid-template-columns: 1fr;
  }
}
.p-recruit__point {
  padding: 32px 24px;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  text-align: center;
}
.p-recruit__point-num {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 3.6rem;
  color: #b89a6a;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 12px;
}
.p-recruit__point-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: 12px;
}
.p-recruit__point-text {
  font-size: 1.4rem;
  color: #777777;
  line-height: 1.9;
}
.p-recruit__table-wrap {
  overflow-x: auto;
  margin-bottom: 48px;
}
.p-recruit__table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit__table th {
  background: #f0eeec;
  padding: 14px 20px;
  font-size: 1.4rem;
  color: #777777;
  font-weight: normal;
  border: 1px solid #e0ddd9;
  width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-recruit__table th {
    width: 100px;
  }
}
.p-recruit__table td {
  padding: 14px 20px;
  font-size: 1.5rem;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  line-height: 1.9;
}
.p-recruit__cta {
  text-align: center;
  padding: 48px 32px;
  background: #2e2e2e;
  color: #ffffff;
}
.p-recruit__cta p {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
  line-height: 2;
}

.p-contact__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.p-contact__lead {
  font-size: 1.5rem;
  color: #777777;
  line-height: 2;
  margin-bottom: 48px;
}
.p-contact__tel-block {
  padding: 48px 32px;
  border: 1px solid #e0ddd9;
  background: #ffffff;
  margin-bottom: 32px;
}
.p-contact__tel-label {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #777777;
  margin-bottom: 16px;
  display: block;
}
.p-contact__tel-number {
  display: block;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-contact__tel-number:hover {
  color: #b89a6a;
  opacity: 1;
}
.p-contact__hours {
  font-size: 1.3rem;
  color: #777777;
  margin-top: 12px;
  display: block;
}
.p-contact__note {
  font-size: 1.3rem;
  color: #777777;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */