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

body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  /* Safariで確実に横スクロールを止める */
}

html {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  /* Safariで確実に横スクロールを止める */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  /* デフォルトの黒丸ポッチも消す */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 1em;
}

.heading-1 {
  font-size: 2rem;
}
.heading-2 {
  font-size: 1.75rem;
}
.heading-3 {
  font-size: 1.5rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  background-color: #c5a059;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.c-btn:hover {
  background-color: #111;
  transform: translateY(-2px);
}

.c-btn-phone {
  padding: 0 20px 20px;
}
.c-btn-phone a {
  display: block;
  background-color: #c5a059;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.c-btn-phone a i {
  margin-right: 8px;
}

/* ==========================================================================
   Component: Cast Card (.c-cast-card)
   ========================================================================== */
.c-cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.c-cast-card:hover {
  transform: translateY(-4px);
}
.c-cast-card:hover .c-cast-card__image {
  transform: scale(1.05);
}
.c-cast-card:hover .c-cast-card__name {
  color: #cda434;
}
@media (max-width: 768px) {
  .c-cast-card:hover {
    transform: none;
  }
}
.c-cast-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.c-cast-card__link:hover {
  color: inherit;
  text-decoration: none;
}
.c-cast-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #f1f1f1;
}
.c-cast-card__image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
}
.c-cast-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cast-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px 0px;
  text-align: center;
}
.c-cast-card__name {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.c-cast-card__name .age {
  font-size: 0.7rem;
  color: #666;
  align-items: baseline;
}
.c-cast-card__name img {
  width: 0.8rem;
  height: auto;
  align-items: baseline;
}
.c-cast-card__size {
  margin-bottom: 6px;
  font-size: 0.7rem;
  color: #999999;
}
.c-cast-card__time {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #333333;
}
.c-cast-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
}
.c-cast-card__status {
  margin-bottom: 6px;
}
.c-cast-card__status .c-status-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.c-cast-card__message {
  font-size: 10px;
  font-weight: bold;
  color: #e60012;
}

.c-cast-empty {
  grid-column: 1/-1;
  padding: 60px 0;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.c-cast-tag {
  display: inline-block;
  padding: 1px 6px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #555;
  background-color: #f2f2f2;
}
.c-cast-tag--pickup {
  color: #ffffff;
  background-color: #cda434;
}

/* ===================================================================
   テーブル見出し (TITLE)
=================================================================== */
.p-system__table-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-system__table-title {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
}

/* ===================================================================
   テーブルエリア
=================================================================== */
/* テーブルの外枠 */
.p-system__table-wrapper {
  width: 100%;
  padding-bottom: 20px;
}

/* テーブル本体のデザイン */
.p-system__table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  table-layout: fixed;
  /* 画面幅に収める（横スクロールさせない） */
  background-color: #ffffff;
  /* 上下 1px のゴールド実線 */
  border-top: 1px solid #cda434;
  border-bottom: 1px solid #cda434;
}
.p-system__table th,
.p-system__table td {
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  /* 中罫線：ゴールド点線に統一 */
  border-bottom: 1px dotted rgba(205, 164, 52, 0.3);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p-system__table th {
  background-color: #f8f4e8;
  /* 薄いゴールド背景 */
  color: #333333;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.p-system__table td {
  color: #333333;
  font-size: 0.9rem;
}
.p-system__table tbody tr {
  transition: background-color 0.3s ease;
  /* 最下行のセル下罫線を削除（テーブル本体の border-bottom をきれいに通すため） */
}
.p-system__table tbody tr:last-child th,
.p-system__table tbody tr:last-child td {
  border-bottom: none;
}
.p-system__table {
  /* スマホ向け調整 */
}
@media (max-width: 768px) {
  .p-system__table th,
  .p-system__table td {
    font-size: 0.8rem;
  }
  .p-system__table th {
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   Component: Slider Control (.c-slider-ctrl)
   ========================================================================== */
.c-slider-ctrl {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.c-slider-ctrl__pagination {
  position: static;
}
.c-slider-ctrl__pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.c-slider-ctrl__pagination .swiper-pagination-bullet-active {
  background-color: #c5a059;
}

/* ==========================================================================
   Component: Page Top Button (.c-page-top)
   ========================================================================== */
.c-page-top {
  position: fixed;
  right: 15px;
  bottom: 75px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateY(15px);
}
@media screen and (min-width: 768px) {
  .c-page-top {
    right: 30px;
    bottom: 30px;
  }
}
.c-page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-page-top__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #c5a059;
  color: #FFF;
  text-decoration: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-page-top__link {
    width: 56px;
    height: 56px;
  }
}
.c-page-top__link:hover {
  background-color: #111;
  color: #FFF;
  transform: translateY(-3px);
}
.c-page-top__text {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-page-top__text {
    font-size: 12px;
  }
}
.c-page-top__text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  margin: 0 auto 4px;
}

/* ==========================================================================
Component: Section Title（.c-section-title）トップページ　h2
   ========================================================================== */
.c-section-title {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    margin-bottom: 40px;
  }
}
.c-section-title__name {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-section-title__name {
    font-size: 30px;
    gap: 24px;
  }
}
.c-section-title__name::before, .c-section-title__name::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #c5a059;
}
@media screen and (min-width: 768px) {
  .c-section-title__name::before, .c-section-title__name::after {
    width: 60px;
  }
}
.c-section-title__name__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #c5a059;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title__name__sub {
    font-size: 13px;
    margin-top: 8px;
  }
}

/* ==========================================================================
Component: Section Title（.c-section-title）トップページ　h3
   ========================================================================== */
.c-heading-medium {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 768px) {
  .c-heading-medium {
    gap: 16px;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}
.c-heading-medium::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #c5a059;
  transition: width 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-heading-medium::after {
    width: 60px;
  }
}
.c-heading-medium__name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-heading-medium__name {
    font-size: 20px;
  }
}
.c-heading-medium__name__sub {
  font-size: 11px;
  font-weight: 500;
  color: #c5a059;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-heading-medium__name__sub {
    font-size: 12px;
  }
}

.c-breadcrumb {
  width: 100%;
  padding: 12px 0;
  background-color: var(--breadcrumb-bg-color, #f9f9f9);
  font-size: 13px;
  color: var(--breadcrumb-text-color, #666666);
}
.c-breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: auto;
  white-space: nowrap;
  /* スクロールバーを隠す（任意） */
  scrollbar-width: none;
}
.c-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  color: var(--breadcrumb-light-color, #cccccc);
  font-size: 11px;
}
.c-breadcrumb__item--current {
  color: var(--breadcrumb-link-now-color, #333333);
  font-weight: 600;
}
.c-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  color: var(--breadcrumb-link-color, #666666);
  text-decoration: none;
  transition: color 0.2s ease;
}
.c-breadcrumb__link:hover {
  color: var(--accent-color, #004831);
  text-decoration: underline;
}
.c-breadcrumb__icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  fill: currentColor;
  vertical-align: middle;
}

html.age-verified-hidden .p-age-gate {
  display: none !important;
}

.p-age-gate {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.p-age-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-age-gate__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(205, 164, 52, 0.06), transparent 45%), rgba(0, 0, 0, 0.97);
}
.p-age-gate__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox用 */
  -ms-overflow-style: none;
  /* IE, Edge用 */
}
.p-age-gate__inner::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari用 */
}
.p-age-gate__logo {
  margin-bottom: 45px;
  padding: 120px 0 0 0;
}
.p-age-gate__logo .custom-logo-link {
  display: inline-block;
}
.p-age-gate__logo .custom-logo {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 90px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-age-gate__site-name {
  display: inline-block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-age-gate__content {
  width: 100%;
  max-width: 960px;
  padding: 120px 0;
  margin: 0 auto;
}
.p-age-gate__eyebrow {
  margin: 0 0 12px;
  color: #cda434;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-age-gate__title {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-age-gate__text {
  margin: 0 auto 35px;
  color: #aaaaaa;
  font-size: 0.9rem;
  line-height: 2;
}
.p-age-gate__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.p-age-gate__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.p-age-gate__button span {
  font-size: 0.95rem;
}
.p-age-gate__button small {
  display: block;
  margin-top: 3px;
  font-size: 0.7rem;
  font-weight: 400;
  opacity: 0.7;
}
.p-age-gate__button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.p-age-gate__button--enter {
  border-color: #cda434;
  background-color: #cda434;
  color: #111;
}
.p-age-gate__button--enter:hover {
  background-color: rgb(210.0395256917, 173.1719367589, 72.4604743083);
  border-color: rgb(210.0395256917, 173.1719367589, 72.4604743083);
  color: #111;
}
.p-age-gate__button--leave {
  background-color: transparent;
}
.p-age-gate__button--leave:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.p-age-gate__notice {
  margin: 25px 0 0;
  color: #777;
  font-size: 0.7rem;
  line-height: 1.6;
}
.p-age-gate__info-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #aaaaaa;
  font-size: 0.85rem;
}
.p-age-gate__info-area p {
  margin: 0;
}
.p-age-gate__sns-area {
  margin: 20px 0 0;
}
.p-age-gate__free-area {
  margin: 20px 0 0;
  color: #aaaaaa;
  font-size: 0.85rem;
  line-height: 1.8;
}
.p-age-gate__free-area p {
  margin: 0 0 10px;
}
.p-age-gate__free-area p:last-child {
  margin-bottom: 0;
}
.p-age-gate__free-area img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-age-gate__banner-area {
  margin: 25px auto 0;
  padding: 20px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
}
.p-age-gate__banner-area img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 4px;
}
.p-age-gate__banner-area p {
  margin: 0 0 10px;
}
.p-age-gate__banner-area p:last-child {
  margin-bottom: 0;
}
.p-age-gate__menu-area {
  margin: 25px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.p-age-gate__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-age-gate__nav ul li {
  margin: 0;
}
.p-age-gate__nav ul li a {
  color: #aaaaaa;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-age-gate__nav ul li a:hover {
  color: #cda434;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-age-gate__inner {
    padding: 25px 20px;
  }
  .p-age-gate__logo {
    margin-bottom: 35px;
    padding-top: 80px;
  }
  .p-age-gate__logo .custom-logo {
    max-width: 190px;
    max-height: 70px;
  }
  .p-age-gate__content {
    padding: 60px 0;
  }
  .p-age-gate__title {
    margin-bottom: 16px;
    font-size: 1.45rem;
  }
  .p-age-gate__text {
    margin-bottom: 28px;
    font-size: 0.82rem;
    line-height: 1.8;
  }
  .p-age-gate__buttons {
    gap: 8px;
  }
  .p-age-gate__button {
    min-height: 65px;
    padding: 12px 10px;
  }
}
@media (max-width: 380px) {
  .p-age-gate__inner {
    padding: 20px 15px;
  }
  .p-age-gate__logo {
    margin-bottom: 25px;
  }
  .p-age-gate__title {
    font-size: 1.3rem;
  }
  .p-age-gate__text {
    font-size: 0.78rem;
  }
}

body.age-gate-open {
  overflow: hidden;
}

.p-age-gate__copyright {
  padding-bottom: 20px;
}
.p-age-gate__copyright .c-copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 0.7rem;
}
.p-age-gate__copyright .c-copyright__text {
  font-size: 0.8rem;
  color: #FFF;
}
.p-age-gate__copyright .c-copyright__text a {
  color: #fff;
  text-decoration: none;
}
.p-age-gate__copyright .c-copyright__text a:hover {
  opacity: 0.7;
}
.p-age-gate__copyright .footer__powered {
  color: var(--footer-powered-text-color, #888888);
  font-size: 0.7rem;
  text-align: center;
}
.p-age-gate__copyright .footer__powered a {
  color: var(--footer-powered-link-color, #888888);
}
.p-age-gate__copyright .footer__powered a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .show-for-small-only {
    display: none !important;
  }
}

.show-for-medium,
.show-for-large {
  display: none !important;
}

#header {
  color: #333333;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
}

#header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #header-block {
    padding: 15px 20px;
    align-items: center;
  }
}

#header-logo-col {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#header-logo-col .site-description.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#header-logo-col #logo a {
  display: block;
  line-height: 1;
}
#header-logo-col #logo img {
  max-width: 180px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  #header-logo-col #logo img {
    max-width: 240px;
  }
}

#header-block-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
  #header-shop-info {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 15px;
  }
}
#header-shop-info .shop-info {
  font-size: 0.8rem;
  display: flex;
  align-items: baseline;
}
#header-shop-info .shop-info.shop-type {
  order: 1;
  width: 100%;
  justify-content: flex-end;
  font-size: 0.7rem;
}
#header-shop-info .shop-info.open {
  order: 2;
  padding-right: 20px;
  font-size: 0.8rem;
}
#header-shop-info .shop-info.shop-tel {
  order: 3;
}
#header-shop-info .shop-info.shop-tel .num {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.05em;
}
#header-shop-info .shop-info .info-label {
  color: #c5a059;
  font-weight: bold;
  font-size: 0.8rem;
  margin-right: 4px;
}

@media screen and (min-width: 1024px) {
  #header-menu-frame {
    display: block !important;
  }
}
#header-menu-frame #menu-footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
#header-menu-frame #menu-footer-menu .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s ease;
  text-align: center;
}
#header-menu-frame #menu-footer-menu .menu-item a .c-gnav__label-main {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
#header-menu-frame #menu-footer-menu .menu-item a .c-gnav__label-sub {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 3px;
  color: #777777;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
#header-menu-frame #menu-footer-menu .menu-item a:hover {
  color: #c5a059;
}
#header-menu-frame #menu-footer-menu .menu-item a:hover .c-gnav__label-sub {
  color: #c5a059;
}
#header-menu-frame #menu-footer-menu .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #c5a059;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
#header-menu-frame #menu-footer-menu .menu-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.c-drawer__toggle-wrapper {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .c-drawer__toggle-wrapper {
    display: none;
  }
}
.c-drawer .c-hamburger {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  gap: 5px;
  padding: 0;
}
.c-drawer .c-hamburger__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s ease;
}
.c-drawer .c-hamburger__text {
  font-size: 10px;
  color: #333333;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
.c-drawer .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.c-drawer .c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  background-color: #ffffff;
}
.c-drawer .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.c-drawer__content {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  z-index: 999;
  padding-top: 80px;
  overflow-y: auto;
}
.c-drawer__content.is-active {
  right: 0;
}
.c-drawer .c-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-drawer .c-accordion__item,
.c-drawer .c-accordion .menu-item {
  border-bottom: 1px solid #f0f0f0;
}
.c-drawer .c-accordion__item:first-child,
.c-drawer .c-accordion .menu-item:first-child {
  border-top: 1px solid #f0f0f0;
}
.c-drawer .c-accordion__item a,
.c-drawer .c-accordion__item .c-accordion__link,
.c-drawer .c-accordion .menu-item a,
.c-drawer .c-accordion .menu-item .c-accordion__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 35px 12px 20px;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
.c-drawer .c-accordion__item a .c-gnav__label-main,
.c-drawer .c-accordion__item .c-accordion__link .c-gnav__label-main,
.c-drawer .c-accordion .menu-item a .c-gnav__label-main,
.c-drawer .c-accordion .menu-item .c-accordion__link .c-gnav__label-main {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.c-drawer .c-accordion__item a .c-gnav__label-sub,
.c-drawer .c-accordion__item .c-accordion__link .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item a .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item .c-accordion__link .c-gnav__label-sub {
  font-size: 11px;
  color: #888888;
  line-height: 1.2;
  margin-top: 2px;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.c-drawer .c-accordion__item a::after,
.c-drawer .c-accordion__item .c-accordion__link::after,
.c-drawer .c-accordion .menu-item a::after,
.c-drawer .c-accordion .menu-item .c-accordion__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #c5a059;
  border-right: 2px solid #c5a059;
}
.c-drawer .c-accordion__item a:active, .c-drawer .c-accordion__item a:hover,
.c-drawer .c-accordion__item .c-accordion__link:active,
.c-drawer .c-accordion__item .c-accordion__link:hover,
.c-drawer .c-accordion .menu-item a:active,
.c-drawer .c-accordion .menu-item a:hover,
.c-drawer .c-accordion .menu-item .c-accordion__link:active,
.c-drawer .c-accordion .menu-item .c-accordion__link:hover {
  background-color: rgba(197, 160, 89, 0.05);
  color: #c5a059;
}
.c-drawer .c-accordion__item a:active .c-gnav__label-sub, .c-drawer .c-accordion__item a:hover .c-gnav__label-sub,
.c-drawer .c-accordion__item .c-accordion__link:active .c-gnav__label-sub,
.c-drawer .c-accordion__item .c-accordion__link:hover .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item a:active .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item a:hover .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item .c-accordion__link:active .c-gnav__label-sub,
.c-drawer .c-accordion .menu-item .c-accordion__link:hover .c-gnav__label-sub {
  color: #c5a059;
}

/* ==========================================================================
   Layout: Footer (.l-footer)
   ========================================================================== */
.l-footer {
  background-color: #111;
  color: #fff;
  padding: 40px 15px 40px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 40px 15px 15px;
  }
}
.l-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 15px 20px;
  }
}
.l-footer {
  /* ==========================================================================
   Component: Footer Modules (.c-*)
   ========================================================================== */
}
.l-footer .c-footer-logo {
  max-width: 210px;
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .l-footer .c-footer-logo {
    max-width: 240px;
    max-height: 120px;
  }
}
.l-footer .c-footer-logo a {
  display: block;
  transition: opacity 0.3s;
}
.l-footer .c-footer-logo a:hover {
  opacity: 0.8;
}
.l-footer .c-footer-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .l-footer .c-footer-logo img {
    max-width: 240px;
    max-height: 120px;
  }
}
.l-footer .c-footer-nav {
  margin-bottom: 20px;
}
.l-footer .c-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}
.l-footer .c-footer-nav__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.l-footer .c-footer-nav__list li a:hover {
  color: #c5a059;
}
.l-footer .c-footer-subnav {
  margin-bottom: 30px;
}
.l-footer .c-footer-subnav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.l-footer .c-footer-subnav__list li a {
  color: #aaa;
  font-size: 12px;
}
.l-footer .c-copyright {
  text-align: center;
  padding-top: 20px;
}
.l-footer .c-copyright__text {
  font-size: 0.8rem;
  color: #FFF;
}
.l-footer .c-copyright__text a {
  color: #fff;
  text-decoration: none;
}
.l-footer .c-copyright__text a:hover {
  opacity: 0.7;
}
.l-footer .footer__powered {
  font-size: 0.7rem;
  color: var(--footer-powered-text-color, #888888);
  text-align: center;
}
.l-footer .footer__powered a {
  color: var(--footer-powered-link-color, #888888);
}
.l-footer .footer__powered a:hover {
  opacity: 0.7;
}

/* ==========================================================================
   404 Error Page Component
   ========================================================================== */
.p-error404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 120px 0;
  background-color: #ffffff;
  text-align: center;
}
.p-error404__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-error404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn404 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  opacity: 0;
  transform: translateY(20px);
}
.p-error404__heading {
  font-family: "Jost", sans-serif;
  font-size: clamp(100px, 30vw, 300px);
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
}
.p-error404__heading-char {
  display: inline-block;
}
.p-error404__title {
  font-family: "Jost", sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
.p-error404__texts {
  font-size: 15px;
  line-height: 2;
  color: #333333;
  margin-bottom: 56px;
}
.p-error404__texts p {
  margin-bottom: 8px;
}
.p-error404__texts p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-error404__texts {
    font-size: 16px;
  }
}

@keyframes fadeIn404 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-mv {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.p-top-mv__video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-mv__video-wrapper {
    max-height: 80vh;
  }
}
.p-top-mv__video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================================================================
   Page: Top Photo Diary (.p-top-photodiary)
   ========================================================================== */
.p-top-photodiary {
  padding: 60px 0 120px;
}
.p-top-photodiary__body {
  margin-bottom: 40px;
}
.p-top-photodiary__footer {
  display: flex;
  justify-content: center;
}
.p-top-photodiary .c-card-slider__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-photodiary .c-card-slider__item {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-photodiary .c-card-slider__item {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
.p-top-photodiary {
  /* ==========================================================================
   Component: Card (.c-card)
   ========================================================================== */
}
.p-top-photodiary .c-card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-top-photodiary .c-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.p-top-photodiary .c-card__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-top-photodiary .c-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.c-card:hover .p-top-photodiary .c-card__image {
  transform: scale(1.05);
}
.p-top-photodiary .c-card__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-top-photodiary .c-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.p-top-photodiary .c-card__date {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.05em;
}
.p-top-photodiary .c-card__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.p-top-photodiary .c-card__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-top-photodiary .c-card__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.p-top-photodiary .c-card__title a:hover {
  color: #c5a059;
}
.p-top-photodiary .c-card__excerpt {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.p-top-photodiary .c-card__excerpt a {
  color: inherit;
  text-decoration: none;
}

.p-top-newcast {
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
}
.p-top-newcast .l-container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-newcast__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-newcast .js-newcast-swiper {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 36px;
  overflow: hidden;
}
.p-top-newcast .js-newcast-swiper .swiper-wrapper {
  align-items: stretch;
  justify-content: center;
  justify-content: safe center;
}
.p-top-newcast .js-newcast-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.p-top-newcast .js-newcast-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.p-top-newcast .js-newcast-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #d5d5d5;
  opacity: 1;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.p-top-newcast .js-newcast-swiper .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #cda434;
  border-radius: 10px;
}
.p-top-newcast__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-newcast__footer {
    margin-top: 0;
  }
}

.p-top-schedule {
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
}
.p-top-schedule .l-container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-schedule__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-schedule .js-schedule-swiper {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 36px;
  overflow: hidden;
}
.p-top-schedule .js-schedule-swiper .swiper-wrapper {
  align-items: stretch;
  justify-content: center;
  justify-content: safe center;
}
.p-top-schedule .js-schedule-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.p-top-schedule .js-schedule-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.p-top-schedule .js-schedule-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #d5d5d5;
  opacity: 1;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.p-top-schedule .js-schedule-swiper .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #cda434;
  border-radius: 10px;
}
.p-top-schedule__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-schedule__footer {
    margin-top: 0;
  }
}

.p-top-event {
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
}
.p-top-event .l-container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-event__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-event .js-top-event-swiper {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 36px;
  overflow: hidden;
}
.p-top-event .js-top-event-swiper .swiper-wrapper {
  align-items: stretch;
  justify-content: center;
  justify-content: safe center;
}
.p-top-event .js-top-event-swiper__slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.p-top-event .js-top-event-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.p-top-event .js-top-event-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: #d5d5d5;
  opacity: 1;
  border-radius: 50%;
  transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.p-top-event .js-top-event-swiper .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #cda434;
  border-radius: 10px;
}
.p-top-event__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.p-top-event__link:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: #dcdcdc;
}
.p-top-event__link:hover .p-top-event__thumb img {
  transform: scale(1.04);
}
.p-top-event__link:hover .p-top-event__overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-top-event__link:hover {
    transform: none;
  }
}
.p-top-event__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #f1f1f1;
}
.p-top-event__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-top-event__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  z-index: 1;
}
.p-top-event__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
.p-top-event__overlay-inner {
  color: #ffffff;
  width: 100%;
}
.p-top-event__catch {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #cda434;
}
.p-top-event__title {
  display: -webkit-box;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .p-top-event__title {
    font-size: 0.95rem;
    line-height: 1.45;
  }
}
.p-top-event__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px 0px;
  text-align: center;
}
.p-top-event__card span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.p-top-event__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-event__footer {
    margin-top: 0;
  }
}

.p-top-news {
  position: relative;
  padding: 60px 0;
  background-color: #FFFFFF;
}
.p-top-news .l-container {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-news__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 980px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #e5e5e5;
}
@media (max-width: 768px) {
  .p-top-news__list {
    border-top: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.p-top-news__item {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .p-top-news__item {
    border-bottom: none;
    background-color: #ffffff;
    border: 1px dotted #e5e5e5;
    overflow: hidden;
    display: flex;
  }
}
.p-top-news__link {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, background-color 0.3s ease;
}
.p-top-news__link:hover {
  transform: translateY(-4px);
}
.p-top-news__link:hover .p-top-news__title {
  color: #cda434;
}
.p-top-news__link:hover .p-top-news__thumb img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .p-top-news__link {
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
  .p-top-news__link:hover {
    background-color: transparent;
  }
}
.p-top-news__thumb {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f1f1f1;
}
.p-top-news__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 768px) {
  .p-top-news__thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.p-top-news__content {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-top-news__content {
    padding: 12px;
    gap: 6px;
  }
}
.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-news__meta {
    gap: 8px;
  }
}
.p-top-news__date {
  font-size: 0.95rem;
  color: #333333;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-top-news__date {
    font-size: 0.75rem;
  }
}
.p-top-news__category {
  font-size: 0.75rem;
  color: #333333;
  border: 1px solid #dcdcdc;
  padding: 4px 12px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-top-news__category {
    font-size: 0.65rem;
    padding: 2px 8px;
  }
}
.p-top-news__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .p-top-news__title {
    font-size: 0.85rem;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.p-top-news__catchphrase {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .p-top-news__catchphrase {
    display: none;
  }
}
.p-top-news__summary {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-news__summary {
    display: none;
  }
}
.p-top-news__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-align: center;
}

.p-top-photodiary {
  position: relative;
  padding: 60px 0;
  background-color: #FFFFFF;
}
.p-top-photodiary .l-container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-photodiary__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-photodiary__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #e5e5e5;
}
@media (max-width: 768px) {
  .p-top-photodiary__list {
    border-top: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.p-top-photodiary__item {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .p-top-photodiary__item {
    border-bottom: none;
    background-color: #ffffff;
    border: 1px dotted #e5e5e5;
    overflow: hidden;
    display: flex;
  }
}
.p-top-photodiary__link {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, background-color 0.3s ease;
}
.p-top-photodiary__link:hover {
  transform: translateY(-4px);
}
.p-top-photodiary__link:hover .p-top-photodiary__title {
  color: #cda434;
}
.p-top-photodiary__link:hover .p-top-photodiary__thumb img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .p-top-photodiary__link {
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
  .p-top-photodiary__link:hover {
    background-color: transparent;
  }
}
.p-top-photodiary__thumb {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f1f1f1;
}
.p-top-photodiary__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 768px) {
  .p-top-photodiary__thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.p-top-photodiary__content {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-top-photodiary__content {
    padding: 12px;
    gap: 6px;
  }
}
.p-top-photodiary__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-photodiary__meta {
    gap: 8px;
  }
}
.p-top-photodiary__date {
  font-size: 0.95rem;
  color: #333333;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 768px) {
  .p-top-photodiary__date {
    font-size: 0.75rem;
  }
}
.p-top-photodiary__category {
  font-size: 0.75rem;
  color: #333333;
  border: 1px solid #dcdcdc;
  padding: 4px 12px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-top-photodiary__category {
    font-size: 0.65rem;
    padding: 2px 8px;
  }
}
.p-top-photodiary__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .p-top-photodiary__title {
    font-size: 0.85rem;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.p-top-photodiary__catchphrase {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .p-top-photodiary__catchphrase {
    display: none;
  }
}
.p-top-photodiary__summary {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-photodiary__summary {
    display: none;
  }
}
.p-top-photodiary__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-align: center;
}

.p-top-system {
  position: relative;
  padding: 60px 0 0;
  background-color: #FFFFFF;
}
.p-top-system .l-container {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-top-system__article {
  padding-bottom: 60px;
}
.p-top-system__body {
  position: relative;
  margin-bottom: 20px;
  max-width: 980px;
  margin-inline: auto;
  padding: 0 20px;
}
.p-top-system__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-align: center;
}

/* WordPress標準の中央寄せ・配置クラス */
.aligncenter,
.has-text-align-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 画像を中央寄せする場合 */
img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* エディター内の<p>要素の中にstyle="text-align: center;"が付与されている場合のフォールバック */
.p-system__content [style*="text-align: center"] {
  text-align: center !important;
}

.cast-shortcode-wrapper {
  padding: 0;
}

.fn-schedule-wrap {
  color: #333333;
}

.fn-schedule-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.fn-schedule-nav__btn {
  text-decoration: none;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.fn-schedule-nav__btn:hover {
  background: #c5a869;
  color: #fff;
  border-color: #c5a869;
}
.fn-schedule-nav__current {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .fn-schedule-nav {
    margin-bottom: 20px;
  }
  .fn-schedule-nav__btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .fn-schedule-nav__current {
    font-size: 1rem;
    text-align: center;
  }
}

.fn-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fn-cast-card {
  display: flex;
  gap: 30px;
  align-items: stretch;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.fn-cast-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.fn-cast-card .fn-cast-image {
  flex: 0 0 160px;
  position: relative;
}
.fn-cast-card .fn-cast-image a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.fn-cast-card .fn-cast-image .fn-cast-thumb {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.fn-cast-card .fn-cast-image .fn-cast-thumb:hover {
  transform: scale(1.05);
}
.fn-cast-card .fn-cast-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fn-cast-card .fn-cast-name-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
}
.fn-cast-card .fn-cast-name-link:hover .fn-cast-name {
  color: #c5a869;
}
.fn-cast-card .fn-cast-name-link .fn-cast-name {
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s ease;
}
.fn-cast-card .fn-cast-name-link .fn-cast-age {
  font-size: 14px;
  margin-left: 6px;
  color: #999999;
}
.fn-cast-card .fn-cast-profile__icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fn-cast-card .fn-cast-profile__icons img {
  height: 18px;
  width: auto;
}
.fn-cast-card .fn-cast-sizes {
  font-size: 13px;
  color: #555555;
  letter-spacing: 0.08em;
}
.fn-cast-card .fn-cast-profile--pc {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.fn-cast-card .fn-cast-profile--sp {
  display: none;
}
.fn-cast-card .fn-weekly-schedule-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c5a869;
  border-left: 1px solid #c5a869;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #c5a869;
  border-bottom: 1px solid #c5a869;
  background: #ffffff;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col:hover {
  background-color: #fcfbfa;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-head {
  padding: 10px 4px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px dashed rgba(197, 168, 105, 0.6);
  background-color: #fcfbfa;
  letter-spacing: 0.05em;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-head.fc-saturday {
  color: #3498db;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-head.fc-sunday {
  color: #e74c3c;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-head.empty {
  color: #999999;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time {
  padding: 12px 4px;
  font-size: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-time {
  font-weight: 500;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-status {
  font-weight: 600;
  color: #c5a869;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-empty {
  color: #cccccc;
  font-size: 16px;
}
.fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-free {
  font-size: 10px;
  margin-top: 6px;
  color: #999999;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .fn-cast-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 4%;
    padding-bottom: 24px;
  }
  .fn-cast-card .fn-cast-image {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .fn-cast-card .fn-cast-image a {
    border-radius: 6px;
  }
  .fn-cast-card .fn-cast-image a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  }
  .fn-cast-card .fn-cast-image .fn-cast-thumb:hover {
    transform: none;
  }
  .fn-cast-card .fn-cast-details {
    flex: 1;
    width: 58%;
    justify-content: flex-start;
  }
  .fn-cast-card .fn-cast-profile--pc {
    display: none;
  }
  .fn-cast-card .fn-cast-profile--sp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-profile__name-area {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-profile__name-area .fn-cast-name-link {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-name {
    font-size: 0.95rem;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-age {
    font-size: 0.7rem;
    color: #666;
    margin-left: 0;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-profile__icons {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-profile__icons img {
    height: 0.8rem;
    width: auto;
  }
  .fn-cast-card .fn-cast-profile--sp .fn-cast-sizes {
    font-size: 0.7rem;
    color: #999;
  }
  .fn-cast-card .fn-weekly-schedule-list {
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 4px;
    border: 1px solid #c5a869;
  }
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    border-right: none;
  }
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col:last-child {
    border-bottom: none;
  }
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-head {
    flex: 0 0 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 8px 4px;
    border-bottom: none;
    border-right: 1px dashed rgba(197, 168, 105, 0.6);
  }
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time {
    flex: 1;
    align-items: flex-start;
    padding: 8px 12px;
    font-size: 12px;
    min-height: auto;
  }
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-time,
  .fn-cast-card .fn-weekly-schedule-list .fn-schedule-col .fn-schedule-time .fn-sch-status {
    word-break: normal;
  }
}

.fn-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.fn-pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  transition: all 0.3s ease;
}
.fn-pagination .page-numbers:hover {
  background: rgba(197, 168, 105, 0.1);
  border-color: #c5a869;
  color: #c5a869;
}
.fn-pagination .page-numbers.current {
  background: #c5a869;
  color: #fff;
  border-color: #c5a869;
}

.fuzex-cast-video-container {
  width: 100%;
  margin: 20px 0;
}

/* 動画カードのグリッドレイアウト */
.fuzex-cast-video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 782px) {
  .fuzex-cast-video-grid {
    gap: 12px;
  }
}

/* 個別動画カード */
.fuzex-video-card {
  flex: 1 1 240px;
  /* 最小180pxで自動伸縮 */
  max-width: 280px;
  /* カードの最大幅 */
  background: #fff;
  border: 1px solid #ccd0d4;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  /* スマホ画面（599px以下）で2列にする設定 */
}
@media screen and (max-width: 599px) {
  .fuzex-video-card {
    flex: 1 1 calc(50% - 6px);
    /* 親のgap(12px)の半分を引いて2列配置 */
    max-width: none;
    /* PC用の240px制限を解除 */
  }
}
.fuzex-video-card {
  /* 1. 動画プレイヤーエリア（上部） */
}
.fuzex-video-card .fuzex-video-embed-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  aspect-ratio: 16/9;
  /* 16:9 の横長アスペクト比を維持 */
  overflow: hidden;
}
.fuzex-video-card .fuzex-video-embed-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* アスペクト比を維持して黒帯付きで収める */
  display: block;
}
.fuzex-video-card {
  /* 2. キャスト情報リンクエリア（下部） */
}
.fuzex-video-card .fuzex-video-cast-info {
  display: flex;
  align-items: center;
  /* 垂直中央揃え */
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  color: #3c434a;
  background: #fff;
  transition: background-color 0.2s ease;
}
.fuzex-video-card .fuzex-video-cast-info:hover {
  background-color: #f8fafc;
}
.fuzex-video-card .fuzex-video-cast-info:hover .cast-name {
  color: #2271b1;
}
.fuzex-video-card .fuzex-video-cast-info:hover .cast-avatar {
  transform: scale(1.05);
}
.fuzex-video-card .fuzex-video-cast-info {
  /* キャストのアバター画像 */
}
.fuzex-video-card .fuzex-video-cast-info .cast-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 599px) {
  .fuzex-video-card .fuzex-video-cast-info .cast-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.fuzex-video-card .fuzex-video-cast-info {
  /* キャストのプロフィール情報エリア */
}
.fuzex-video-card .fuzex-video-cast-info .cast-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  /* flex子要素のテキスト溢れ（ellipsis）を有効化 */
  flex: 1;
  /* 1行目: 名前 ＆ 年齢 */
}
.fuzex-video-card .fuzex-video-cast-info .cast-details .cast-main-info {
  display: flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
}
.fuzex-video-card .fuzex-video-cast-info .cast-details .cast-main-info .cast-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #3c434a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
@media screen and (max-width: 599px) {
  .fuzex-video-card .fuzex-video-cast-info .cast-details .cast-main-info .cast-name {
    font-size: 12px;
  }
}
.fuzex-video-card .fuzex-video-cast-info .cast-details .cast-main-info .cast-age {
  font-size: 11px;
  color: #646970;
  white-space: nowrap;
}
.fuzex-video-card .fuzex-video-cast-info .cast-details {
  /* 2行目: スリーサイズ */
}
.fuzex-video-card .fuzex-video-cast-info .cast-details .cast-sizes {
  font-size: 11px;
  line-height: 1.2;
  color: #646970;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 599px) {
  .fuzex-video-card .fuzex-video-cast-info .cast-details .cast-sizes {
    font-size: 10px;
  }
}

/* データがない場合のメッセージ */
.fuzex-video-empty {
  color: #646970;
  font-size: 14px;
  padding: 30px 0;
  text-align: center;
}

.fuzex-pagination {
  margin-top: 30px;
  text-align: center;
}
.fuzex-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fuzex-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.fuzex-pagination ul.page-numbers li a,
.fuzex-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #ccd0d4;
  background: #fff;
  color: #3c434a;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.fuzex-pagination ul.page-numbers li a:hover,
.fuzex-pagination ul.page-numbers li span:hover {
  border-color: #2271b1;
  color: #2271b1;
  background: #f8fafc;
}
.fuzex-pagination ul.page-numbers li {
  /* 現在のページ */
}
.fuzex-pagination ul.page-numbers li span.current {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  font-weight: bold;
}
.fuzex-pagination ul.page-numbers li {
  /* 省略記号（…） */
}
.fuzex-pagination ul.page-numbers li span.dots {
  border: none;
  background: transparent;
}

.c-schedule-tabs {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-schedule-tabs {
    display: block;
    margin-bottom: 40px;
  }
}
.c-schedule-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.c-schedule-tabs__item {
  display: flex;
  flex: 1 1 calc(10% - 10px);
  min-width: 50px;
}
.c-schedule-tabs__btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #444;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
}
.c-schedule-tabs__btn .date {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
.c-schedule-tabs__btn .day-of-week {
  font-size: 0.75rem;
  font-weight: 600;
}
.c-schedule-tabs__btn:hover {
  background: #fafafa;
  border-color: #d4af37;
  color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.c-schedule-tabs__btn.prev, .c-schedule-tabs__btn.next {
  flex-direction: row;
  background: #f7f7f7;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px 20px;
}
.c-schedule-tabs__btn.prev:hover, .c-schedule-tabs__btn.next:hover {
  background: #eeeeee;
  color: #111;
  border-color: #ccc;
}
.c-schedule-tabs__btn.is-saturday {
  color: #3b82f6;
}
.c-schedule-tabs__btn.is-holiday {
  color: #ef4444;
}
.c-schedule-tabs__btn.is-active {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #d4af37;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.c-schedule-tabs__btn.is-active.is-saturday, .c-schedule-tabs__btn.is-active.is-holiday {
  color: #d4af37;
}

.c-schedule-select {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-schedule-select {
    display: none;
  }
}
.c-schedule-select__label {
  display: block;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 8px;
}
.c-schedule-select__wrap {
  position: relative;
  width: 100%;
}
.c-schedule-select__wrap select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 40px 14px 15px;
  font-size: 1rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  /* カスタムの矢印アイコン（SVG）を背景として配置 */
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
}
.c-schedule-select__wrap select:focus {
  border-color: #c5a059;
}

.c-cast-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.c-cast-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  color: #444;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.c-cast-pagination .page-numbers:hover {
  background: #f9f9f9;
  border-color: #ccc;
  color: #111;
}
.c-cast-pagination .page-numbers.current {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #d4af37;
  pointer-events: none;
}

.c-cast-empty {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border: 1px dashed #cccccc;
  border-radius: 8px;
  margin: 30px 0;
}
.c-cast-empty p {
  color: #777;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  margin: 0;
}

/* ==========================================================================
   Utility (.u-*)
   ========================================================================== */
.u-text-center {
  text-align: center;
}

.u-text-empty {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #888;
  padding: 20px 0;
}

.u-police-permit {
  text-align: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #888;
}

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

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.p-page {
  line-height: 1.5;
  padding-bottom: 120px;
}
.p-page__header {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-page__header {
    height: 180px;
    margin-bottom: 60px;
  }
}
.p-page__header-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-page__header-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.p-page__header-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.p-page__title {
  text-align: center;
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
}
.p-page__title__name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 20px;
  color: #FFFFFF;
}
.p-page__title__name__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #c5a059;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-page__title__name__sub {
    font-size: 13px;
    margin-top: 8px;
  }
}
.p-page {
  background-color: #ffffff;
}
.p-page__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.p-page__main {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.p-page__aside {
  width: 100%;
}
@media (min-width: 768px) {
  .p-page__aside {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}
.p-page__content {
  line-height: 1.5;
  color: #333333;
}
.p-page__content h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
.p-page__content p {
  margin-bottom: 1.5em;
}

/* ==========================================================================
   Layout: Column (.l-column)
   ========================================================================== */
.l-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-column {
    flex-direction: row;
    align-items: flex-start;
  }
}
.l-column__main {
  flex: 1;
  min-width: 0;
}
.l-column__side {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-column__side {
    width: 300px;
    flex-shrink: 0;
  }
}
.l-column--single .l-column__main {
  max-width: 800px;
  margin: 0 auto;
}

/* ==========================================================================
   Project: Article (.p-article)
   ========================================================================== */
.p-article {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-article {
    padding: 40px;
  }
}
.p-article__thumbnail {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.p-article__image {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__header {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.p-article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
.p-article__date {
  font-size: 13px;
  color: #888;
  letter-spacing: 0.05em;
}
.p-article__categories {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.p-article__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 26px;
  }
}
.p-article__tags {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ==========================================================================
   Component: Entry Content (.c-entry-content)
   ========================================================================== */
.c-entry-content {
  line-height: 1.8;
  color: #444;
}
.c-entry-content p {
  margin-bottom: 1.5em;
}
.c-entry-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 2em 0 1em;
  padding-bottom: 10px;
  border-bottom: 2px solid #c5a059;
}
.c-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ==========================================================================
   Component: Post Navigation (.c-post-nav)
   ========================================================================== */
.c-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.c-post-nav__item {
  flex: 1;
  min-width: 100px;
}
.c-post-nav__item--prev {
  text-align: left;
}
.c-post-nav__item--archive {
  text-align: center;
  flex: 0 0 auto;
}
.c-post-nav__item--next {
  text-align: right;
}
.c-post-nav__item a:not(.c-btn) {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  display: inline-block;
}
.c-post-nav__item a:not(.c-btn):hover {
  color: #c5a059;
}

.c-btn--outline {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
}
.c-btn--outline:hover {
  background-color: #f9f9f9;
  color: #333;
}

.cast-main {
  width: 100%;
}
.cast-main__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.p-cast-detail {
  padding: 40px 0;
  background-color: #FFFFFF;
  color: #2c2c2c;
}
.p-cast-detail__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .p-cast-detail__wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
  }
}
.p-cast-detail__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #ffffff;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-cast-detail__header {
    flex-direction: row;
    align-items: flex-start;
    padding: 50px;
  }
}
.p-cast-detail__gallery {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-cast-detail__gallery {
    width: 440px;
    flex-shrink: 0;
    position: sticky;
    top: 40px;
    margin-bottom: 0;
  }
}
.p-cast-detail__content-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
  min-width: 0;
}
.p-cast-detail__profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__profile {
    gap: 20px;
  }
}
.p-cast-detail__catchphrase {
  font-size: 1.15rem;
  font-weight: 600;
  color: #d4af37;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-cast-detail__name-area {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.p-cast-detail__name-area .furigana {
  display: block;
  font-size: 0.85rem;
  color: #999;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.p-cast-detail__name-area .name-age-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.p-cast-detail__name-area .name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #111;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__name-area .name {
    font-size: 2.3rem;
  }
}
.p-cast-detail__name-area .age-blood {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.05em;
}
.p-cast-detail__name-area .is-new,
.p-cast-detail__name-area .has-video {
  width: 1.1rem;
  height: auto;
  align-items: baseline;
}
.p-cast-detail__size {
  font-size: 0.85rem;
  padding: 15px 0;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #444;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__size {
    font-size: 0.95rem;
    padding: 10px 0;
  }
}
.p-cast-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.p-cast-detail__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
.p-cast-detail__columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__columns {
    flex-direction: row;
    gap: 30px;
  }
}
.p-cast-detail__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-cast-detail__schedule-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__schedule-list {
    flex-direction: row;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    overflow-x: auto;
  }
}
.p-cast-detail__schedule-list li {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.8rem;
}
.p-cast-detail__schedule-list li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__schedule-list li {
    flex: 1;
    min-width: 80px;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: center;
  }
  .p-cast-detail__schedule-list li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}
.p-cast-detail__schedule-list li .weekly-date {
  background-color: #fafafa;
  padding: 14px 15px;
  font-weight: 600;
  width: 110px;
  flex-shrink: 0;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  color: #555;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__schedule-list li .weekly-date {
    width: auto;
    padding: 10px 4px;
    border-right: none;
    border-bottom: 1px dashed #e6e6e6;
  }
}
.p-cast-detail__schedule-list li .weekly-time {
  padding: 14px 15px;
  background-color: #ffffff;
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cast-detail__schedule-list li .weekly-time {
    padding: 15px 4px;
    min-height: 50px;
    justify-content: center;
    font-size: 0.8rem;
  }
}
.p-cast-detail__schedule-list li .weekly-time.empty {
  color: #aaa;
  font-weight: normal;
}
.p-cast-detail .weekly-date.is-holiday {
  background-color: #fff5f5 !important;
  color: #c44;
}
.p-cast-detail .weekly-date.is-saturday {
  background-color: #f5f8ff !important;
  color: #48c;
}
.p-cast-detail__photodiary {
  margin-top: 20px;
}
.p-cast-detail__footer {
  margin-top: 40px;
}

.c-heading-detail {
  font-size: 1.15rem;
  font-weight: 600;
  background: #111111;
  color: #d4af37;
  padding: 14px 20px;
  border-bottom: 2px solid #d4af37;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.c-box-frame {
  background: #ffffff;
  padding: 20px 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
}
@media screen and (min-width: 768px) {
  .c-box-frame {
    padding: 20px;
  }
}
.c-box-frame p {
  margin-bottom: 1.5em;
}
.c-box-frame p:last-child {
  margin-bottom: 0;
}

.c-cast-tag {
  display: inline-block;
  background: #f8f4e8;
  color: #555;
  border: 1px solid #f8f4e8;
  font-size: 0.8rem;
  padding: 6px 14px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.c-cast-tag:hover {
  border-color: #d4af37;
  color: #d4af37;
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-faq-list__q {
  font-weight: 600;
  color: #111;
  font-size: 1rem;
  position: relative;
  padding-left: 1.5em;
}
.c-faq-list__q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
}
.c-faq-list__a {
  margin-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  gap: 10px;
  color: #555;
  line-height: 1.6;
}
.c-faq-list__a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-faq-list__a .a-mark {
  font-weight: bold;
  color: #d4af37;
  font-size: 1.1rem;
}
.c-faq-list__a .a-text {
  flex: 1;
  padding-top: 2px;
}

.c-option-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-option-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .c-option-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.c-option-list__item {
  min-width: 0;
}
.c-option-list__item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 10px 8px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
}
.c-option-list__item.is-disabled .label {
  background-color: #fbfbfb;
  color: #bbb;
  border-color: #f0f0f0;
}
.c-option-list__item.is-active .label {
  background: #f8f4e8;
  color: #111;
  font-weight: 600;
}
.c-option-list__empty {
  text-align: center;
  font-size: 0.85rem;
  color: #999;
  padding: 20px 0;
}

.c-gallery-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  background: #000;
}
.c-gallery-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-gallery-thumbs {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
}
.c-gallery-thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transform: none !important;
}
.c-gallery-thumbs .swiper-slide {
  width: calc((100% - 40px) / 5) !important;
  aspect-ratio: 3/4;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  transition: opacity 0.3s, transform 0.3s;
}
.c-gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
}
.c-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: translateY(-2px);
}

.c-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.c-post-nav__prev, .c-post-nav__next {
  flex: 1;
  font-size: 0.9rem;
}
.c-post-nav__prev a, .c-post-nav__next a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}
.c-post-nav__prev a:hover, .c-post-nav__next a:hover {
  color: #d4af37;
}
.c-post-nav__archive {
  flex: 1;
  text-align: center;
}
.c-post-nav__archive a {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.c-post-nav__archive a:hover {
  color: #d4af37;
  border-color: #d4af37;
}

.c-diary-grid {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-diary-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .c-diary-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-diary-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-diary-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.c-diary-card:hover .c-diary-card__img {
  transform: scale(1.05);
}
.c-diary-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #2c2c2c;
}
.c-diary-card__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
}
.c-diary-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-diary-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-diary-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.c-diary-card__date {
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.05em;
}
.c-diary-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.c-diary-card__tag {
  font-size: 0.7rem;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #666;
  padding: 2px 8px;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
.c-diary-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single_page--event {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
.single_page--event__container {
  width: 100%;
  background-color: #fafafa;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .single_page--event__container {
    padding: 20px 0;
  }
}
.single_page--event__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.single_page--event__inner.has-sidebar {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: flex-start;
}
.single_page--event__inner.has-sidebar .single_page--event__main {
  flex: 1;
  min-width: 0;
}
.single_page--event__inner.has-sidebar .single_page--event__aside {
  width: 320px;
  flex-shrink: 0;
}
.single_page--event__inner.no-sidebar .single_page--event__main {
  width: 100%;
}
@media (max-width: 1024px) {
  .single_page--event__inner.has-sidebar {
    flex-direction: column;
    gap: 30px;
  }
  .single_page--event__inner.has-sidebar .single_page--event__aside {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single_page--event__inner {
    padding: 0 15px;
  }
}
.single_page--event__main {
  width: 100%;
}
.single_page--event__aside {
  width: 100%;
}
.single_page--event__article {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .single_page--event__article {
    padding: 20px;
  }
}
.single_page--event__header {
  text-align: center;
  margin-bottom: 30px;
}
.single_page--event__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.single_page--event__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.single_page--event__catchphrase {
  font-size: 1.1rem;
  color: #e5004f;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.single_page--event__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .single_page--event__title {
    font-size: 1.5rem;
  }
}
.single_page--event__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
}
.single_page--event__period i {
  color: #cda434;
  margin-right: 6px;
}
.single_page--event__image {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
}
.single_page--event__image img {
  width: 100%;
  height: auto;
  display: block;
}
.single_page--event__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single_page--event__section {
  width: 100%;
}
.single_page--event__heading {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}
.single_page--event__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #cda434;
}
.single_page--event__box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  line-height: 1.7;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .single_page--event__box {
    padding: 16px;
  }
}
.single_page--event__box p {
  margin-bottom: 1.5em;
}
.single_page--event__box p:last-child {
  margin-bottom: 0;
}
.single_page--event__box img {
  aspect-ratio: 3/4;
}
.single_page--event__box ul,
.single_page--event__box ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.single_page--event__cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .single_page--event__cast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.single_page--event__cast-card {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.single_page--event__cast-card:hover {
  transform: translateY(-4px);
}
.single_page--event__cast-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single_page--event__cast-thumb {
  aspect-ratio: 3/4;
  background: #f0f0f0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page--event__cast-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page--event__cast-info {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.single_page--event__cast-name-wrap {
  margin: 0 0 5px;
  font-size: 1.05rem;
}
.single_page--event__cast-name {
  font-weight: bold;
  color: #333333;
}
.single_page--event__cast-age {
  font-size: 0.85rem;
  font-weight: normal;
  color: #333333;
}
.single_page--event__cast-size {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.4;
}
.single_page--event__footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 40px;
}
.single_page--event__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .single_page--event__nav {
    flex-direction: column;
    gap: 10px;
  }
  .single_page--event__nav-prev, .single_page--event__nav-archive, .single_page--event__nav-next {
    width: 100%;
  }
}
.single_page--event__nav-prev, .single_page--event__nav-next {
  flex: 1;
}
.single_page--event__nav-archive {
  flex: 1;
  text-align: center;
}
.single_page--event__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}
.single_page--event__btn i {
  margin: 0 8px;
}
.single_page--event__btn:hover {
  background: #f8f8f8;
  border-color: #ccc;
}
.single_page--event__btn--archive {
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single_page--event__btn--archive:hover {
  background: #cda434;
  border-color: #cda434;
  color: #fff;
}

.single_page--news {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
.single_page--news__container {
  width: 100%;
  background-color: #fafafa;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .single_page--news__container {
    padding: 20px 0;
  }
}
.single_page--news__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.single_page--news__inner.has-sidebar {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: flex-start;
}
.single_page--news__inner.has-sidebar .single_page--news__main {
  flex: 1;
  min-width: 0;
}
.single_page--news__inner.has-sidebar .single_page--news__aside {
  width: 320px;
  flex-shrink: 0;
}
.single_page--news__inner.no-sidebar .single_page--news__main {
  width: 100%;
}
@media (max-width: 1024px) {
  .single_page--news__inner.has-sidebar {
    flex-direction: column;
    gap: 30px;
  }
  .single_page--news__inner.has-sidebar .single_page--news__aside {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single_page--news__inner {
    padding: 0 15px;
  }
}
.single_page--news__main {
  width: 100%;
}
.single_page--news__aside {
  width: 100%;
}
.single_page--news__article {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .single_page--news__article {
    padding: 20px;
  }
}
.single_page--news__header {
  text-align: center;
  margin-bottom: 30px;
}
.single_page--news__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.single_page--news__tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.single_page--news__catchphrase {
  font-size: 1.1rem;
  color: #e5004f;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.single_page--news__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .single_page--news__title {
    font-size: 1.5rem;
  }
}
.single_page--news__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
}
.single_page--news__period i {
  color: #cda434;
  margin-right: 6px;
}
.single_page--news__image {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
}
.single_page--news__image img {
  width: 100%;
  height: auto;
  display: block;
}
.single_page--news__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single_page--news__section {
  width: 100%;
}
.single_page--news__heading {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
}
.single_page--news__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #cda434;
}
.single_page--news__box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  line-height: 1.7;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .single_page--news__box {
    padding: 16px;
  }
}
.single_page--news__box p {
  margin-bottom: 1.5em;
}
.single_page--news__box p:last-child {
  margin-bottom: 0;
}
.single_page--news__box img {
  aspect-ratio: 3/4;
}
.single_page--news__box ul,
.single_page--news__box ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.single_page--news__cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .single_page--news__cast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.single_page--news__cast-card {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.single_page--news__cast-card:hover {
  transform: translateY(-4px);
}
.single_page--news__cast-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single_page--news__cast-thumb {
  aspect-ratio: 3/4;
  background: #f0f0f0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page--news__cast-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single_page--news__cast-info {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.single_page--news__cast-name-wrap {
  margin: 0 0 5px;
  font-size: 1.05rem;
}
.single_page--news__cast-name {
  font-weight: bold;
  color: #333333;
}
.single_page--news__cast-age {
  font-size: 0.85rem;
  font-weight: normal;
  color: #333333;
}
.single_page--news__cast-size {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.4;
}
.single_page--news__footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 40px;
}
.single_page--news__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .single_page--news__nav {
    flex-direction: column;
    gap: 10px;
  }
  .single_page--news__nav-prev, .single_page--news__nav-archive, .single_page--news__nav-next {
    width: 100%;
  }
}
.single_page--news__nav-prev, .single_page--news__nav-next {
  flex: 1;
}
.single_page--news__nav-archive {
  flex: 1;
  text-align: center;
}
.single_page--news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}
.single_page--news__btn i {
  margin: 0 8px;
}
.single_page--news__btn:hover {
  background: #f8f8f8;
  border-color: #ccc;
}
.single_page--news__btn--archive {
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
.single_page--news__btn--archive:hover {
  background: #cda434;
  border-color: #cda434;
  color: #fff;
}

.cast-main {
  line-height: 1.5;
  padding-bottom: 120px;
}
.cast-main__header {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cast-main__header {
    height: 180px;
    margin-bottom: 60px;
  }
}
.cast-main__header-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cast-main__header-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cast-main__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.cast-main__header-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.cast-main__title {
  text-align: center;
  position: relative;
}
.cast-main__title__name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 20px;
  color: #FFFFFF;
}
.cast-main__title__name__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #c5a059;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast-main__title__name__sub {
    font-size: 13px;
    margin-top: 8px;
  }
}
.cast-main {
  background-color: #ffffff;
}
.cast-main__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.cast-main__main {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.cast-main__aside {
  width: 100%;
}
@media (min-width: 768px) {
  .cast-main__aside {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}

.cast-grid-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .cast-grid-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .cast-grid-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
.cast-grid-list .c-cast-card {
  width: 100%;
  height: 100%;
}
.cast-grid-list .c-cast-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cast-grid-list .c-cast-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cast-grid-list .c-cast-card__time {
  margin-top: auto;
}

.cast-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cast-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cast-pagination .page-numbers:hover {
  background-color: #f0f0f1;
  color: #333;
  border-color: #333;
}
.cast-pagination .page-numbers.current {
  background-color: #333;
  color: #ffffff;
  border-color: #333;
  pointer-events: none;
}
.cast-pagination .page-numbers.prev, .cast-pagination .page-numbers.next {
  font-weight: normal;
}

.cast-search-form {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px 0;
  margin-bottom: 30px;
  border-radius: 8px;
}
.cast-search-form__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.cast-search-form__item {
  flex: 1 1 200px;
}
.cast-search-form__item select {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 40px 0 15px;
  /* 右側の余白を増やしてアイコンと文字の被りを防ぐ */
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  outline: none;
  /* デフォルトの矢印アイコンを消す */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  /* カスタムの矢印アイコン（SVG）を背景として配置 */
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  /* 右端からの位置・縦中央 */
  background-size: 12px 8px;
  /* アイコンのサイズ */
}
.cast-search-form__item select:focus {
  border-color: #333;
}
.cast-search-form__submit {
  flex: 0 0 auto;
}
.cast-search-form__submit button {
  box-sizing: border-box;
  height: 48px;
  padding: 0 30px;
  background-color: #333;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cast-search-form__submit button:hover {
  opacity: 0.8;
}

.event-main {
  line-height: 1.5;
  padding-bottom: 120px;
}
.event-main__header {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-main__header {
    height: 180px;
    margin-bottom: 60px;
  }
}
.event-main__header-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event-main__header-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-main__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.event-main__header-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.event-main__title {
  text-align: center;
  position: relative;
}
.event-main__title__name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 20px;
  color: #FFFFFF;
}
.event-main__title__name__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #c5a059;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .event-main__title__name__sub {
    font-size: 13px;
    margin-top: 8px;
  }
}
.event-main {
  background-color: #ffffff;
}
.event-main__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.event-main__main {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.event-main__aside {
  width: 100%;
}
@media (min-width: 768px) {
  .event-main__aside {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.c-event-card {
  background-color: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-event-card:hover {
  transform: translateY(-3px);
}
.c-event-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-event-card__link {
    flex-direction: row;
  }
}
.c-event-card__image-wrap {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-event-card__image-wrap {
    width: 360px;
    max-width: 45%;
  }
}
.c-event-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.c-event-card:hover .c-event-card__image {
  transform: scale(1.03);
}
.c-event-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .c-event-card__body {
    padding: 30px;
  }
}
.c-event-card__category {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  background-color: #333;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 12px;
}
.c-event-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #333333;
}
@media (min-width: 768px) {
  .c-event-card__title {
    font-size: 24px;
  }
}
.c-event-card__catch {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}
.c-event-card__summary {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.c-event-card__summary p {
  margin: 0;
}

.event-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.event-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.event-pagination .page-numbers:hover, .event-pagination .page-numbers.current {
  background-color: #333;
  color: #ffffff;
  border-color: #333;
}

.news-main {
  line-height: 1.5;
  padding-bottom: 120px;
}
.news-main__header {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-main__header {
    height: 180px;
    margin-bottom: 60px;
  }
}
.news-main__header-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-main__header-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-main__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.news-main__header-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.news-main__title {
  text-align: center;
  position: relative;
}
.news-main__title__name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  padding: 0 20px;
  color: #FFFFFF;
}
.news-main__title__name__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #c5a059;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-main__title__name__sub {
    font-size: 13px;
    margin-top: 8px;
  }
}
.news-main {
  background-color: #ffffff;
}
.news-main__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.news-main__main {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.news-main__aside {
  width: 100%;
}
@media (min-width: 768px) {
  .news-main__aside {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
  }
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.c-news-card {
  background-color: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-news-card:hover {
  transform: translateY(-3px);
}
.c-news-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-news-card__link {
    flex-direction: row;
  }
}
.c-news-card__image-wrap {
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-news-card__image-wrap {
    width: 360px;
    max-width: 45%;
  }
}
.c-news-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.c-news-card:hover .c-news-card__image {
  transform: scale(1.03);
}
.c-news-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .c-news-card__body {
    padding: 30px;
  }
}
.c-news-card__category {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 12px;
  background-color: #333;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 12px;
}
.c-news-card__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
  color: #333333;
}
@media (min-width: 768px) {
  .c-news-card__title {
    font-size: 24px;
  }
}
.c-news-card__catch {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}
.c-news-card__summary {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.c-news-card__summary p {
  margin: 0;
}

.news-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.news-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.news-pagination .page-numbers:hover, .news-pagination .page-numbers.current {
  background-color: #333;
  color: #ffffff;
  border-color: #333;
}/*# sourceMappingURL=main.css.map */