@charset "UTF-8";
:root {
  /* カラー */
  /* 新LP用カラー */
  --color-gold: #c9a862;
  --color-gold-2: #b8954a;
  --color-gold-3: #f2e6b8; /* 明るいゴールド */
  --color-gold-gradient: linear-gradient(135deg, #c9a862 0%, #f2e6b8 50%, #c9a862 100%);
  --color-main: #c9a862;
  --color-main-hover: #ecdfa6;
  --color-accent: #800000;
  --color-accent-2: #5c0a0a;
  --color-bg: #0d0d0d;
  --color-bg-2: #1a1a1a;
  --color-bg-3: #000000;
  --color-text: #fff;
  --color-text-2: #ccc;
  --color-white: #fff;
  --rgb-main: 201, 168, 98;
  --rgb-accent: 128, 0, 0;
  --rgb-accent-2: 92, 10, 10;
  /* フォント関連 */
  --font-en: "Playfair Display", serif;
  --font-jp: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS 明朝", serif;
  /* トランジション */
  --transition-03s-all: all 0.3s ease;
  --transition-05s-all: all 0.5s ease;
  --transition-03s-tra-cub: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-03s-tra: transform 0.3s ease;
  --transition-05s-tra: transform 0.5s ease;
  --transition-03s-opa: opacity 0.3s ease;
  --transition-04s-opa: opacity 0.4s ease;
  --transition-03s-bg: background 0.3s ease;
  --transition-03s-fill: fill 0.3s ease;
  --transition-03s-bs: box-shadow 0.3s ease;
  /* インナー */
  --container-inner: 900px;
}

body {
  color: var(--color-text);
}

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

.is-font-en {
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}

.is-color-main {
  color: var(--color-main);
}

.is-color-accent {
  color: var(--color-accent);
}

/* ミッションセクションの画像演出 */
.js-mission img {
  transition: transform 1.5s ease-out; /* ここで滑らかに時間をかけて拡大 */
}

/* クラスがついたら拡大 */
.js-mission.is-active img {
  transform: scale(1.05);
}

.l-container {
  width: 100%;
  max-width: var(--container-inner);
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-container--full {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* ===================================
   Utility: Fullwidth（画面全幅）
=================================== */
.u-fullwidth {
  width: 100vw;
  padding: 2rem 0 3rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  overflow-x: hidden;
}

/* ---------------------------------------------
 * Utility: 改行制御
 * --------------------------------------------- */
.u-br--sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br--sp {
    display: inline;
  }
}

.u-br--pc {
  display: inline;
}
@media screen and (max-width: 599px) {
  .u-br--pc {
    display: none;
  }
}

/* ===================================
   Component: More Wrap（VIEW MOREボタン用）
=================================== */
.c-more-wrap {
  margin-top: 3rem;
  display: flex;
  /* デフォルト：左寄せ */
  justify-content: flex-start;
}
.c-more-wrap.is-center {
  justify-content: center;
}
.c-more-wrap.is-right {
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .c-more-wrap.is-sp-center {
    justify-content: center;
  }
  .c-more-wrap.is-sp-right {
    justify-content: flex-end;
  }
}

/* ===================================
   Utility: Text Colors
=================================== */
.u-color--main {
  color: var(--color-main);
}

.u-color--main-hover:hover {
  color: var(--color-main-hover);
}

.u-color--accent {
  color: var(--color-accent);
}

.u-color--accent2 {
  color: var(--color-accent-2);
}

.u-color--text {
  color: var(--color-text);
}

.u-color--text2 {
  color: var(--color-text-2);
}

.u-color--white {
  color: #fff;
}

/* 補助：aタグも継承できるように */
.u-color--main a,
.u-color--accent a,
.u-color--accent2 a,
.u-color--white a {
  color: inherit;
  text-decoration: none;
}
.u-color--main a:hover,
.u-color--accent a:hover,
.u-color--accent2 a:hover,
.u-color--white a:hover {
  opacity: 0.8;
}

/* ===================================
  パンくず カスタム
=================================== */
.p-breadcrumb__list {
  flex-wrap: wrap;
}

.single-work .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block !important;
}

.p-breadcrumb__item {
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: none;
}

/* ===================================
  SWELLボタン 英字カスタム
=================================== */
.is-font-en {
  font-family: var(--font-en);
  font-weight: 400;
}

/* ===================================
  SWELLアイコン カラーカスタム（クラスページ限定）
=================================== */
.page-id-13 .swl-inline-icon:after {
  color: var(--color-accent);
}

/* ===================================
  フッターリンク縦並び
=================================== */
/* ===================================
  FAQアイコン
=================================== */
.swell-block-faq .faq_q:before,
.swell-block-faq .faq_a:before {
  font-family: var(--font-en);
}

/* ===================================
  投稿リスト カスタム
=================================== */
.p-postList__meta .c-postTimes__posted {
  font-size: 11px;
}

/* ===================================
  お知らせバー カスタム
=================================== */
/* ===================================
  フッター英字フォント変更
=================================== */
.l-footer__foot {
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}

/* ===================================
  ページタイトルフォント変更
=================================== */
.c-pageTitle {
  font-family: var(--font-en);
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ===================================
  ヘッダーナビ カスタム
=================================== */
.c-gnav > .menu-item > a .ttl {
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.c-gnav > .menu-item > a .c-smallNavTitle {
  opacity: 0.8;
}

/* ===================================
  スマホメニュー カスタム
=================================== */
.c-iconBtn__label {
  font-family: var(--font-en);
}

.c-widget__title.-spmenu {
  display: none;
}

.c-spnav {
  margin-top: 1em;
}
.c-spnav .menu-item a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-en);
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1em;
}
.c-spnav .menu-item a::before {
  display: none;
}
.c-spnav .menu-item a .c-spnav,
.c-spnav .menu-item a .desc {
  margin-left: 0;
}
.c-spnav .menu-item a .c-smallNavTitle {
  opacity: 1;
}
.c-spnav .menu-item a .c-submenuToggleBtn::before {
  font-size: 18px;
  color: var(--color-main);
}
.c-spnav .menu-item a .c-submenuToggleBtn::after {
  border: 0;
}
.c-spnav .menu-item .menu-item-sub a {
  background-color: var(--color-bg);
  color: var(--color-accent);
  font-size: 1.2em;
}
.c-spnav .menu-item .menu-item-sub a .c-smallNavTitle,
.c-spnav .menu-item .menu-item-sub a .desc {
  color: var(--color-accent);
}
.c-spnav .menu-item .sub-menu,
.c-spnav .menu-item .c-smallNavTitle {
  display: block;
}

.p-spMenu__bottom {
  margin-top: 1rem;
}
.p-spMenu__bottom .c-iconList {
  gap: 0.25em;
}
.p-spMenu__bottom .c-iconList .c-iconList__item .c-iconList__link {
  font-size: 20px;
  color: var(--color-main);
}

.is-spnav-contact a {
  border-radius: 6px;
}

/* ===================================
  メインビジュアル カスタム
=================================== */
.p-mainVisual__slideTitle {
  font-family: var(--font-en);
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-mainVisual {
  position: relative;
}
.p-mainVisual .p-blogParts {
  position: absolute;
  bottom: 30px;
  right: 25px;
}
@media screen and (max-width: 599px) {
  .p-mainVisual .p-blogParts {
    bottom: 18px;
    right: 12px;
  }
}
.p-mainVisual .p-blogParts .is-mv-btn {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 599px) {
  .p-mainVisual .p-blogParts .is-mv-btn {
    width: 80px;
    height: 80px;
  }
}
.p-mainVisual .p-blogParts .is-mv-btn a {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: var(--transition-03s-all);
}
.p-mainVisual .p-blogParts .is-mv-btn a:hover {
  transform: translateY(-4px);
}
.p-mainVisual .p-blogParts .is-mv-btn a span {
  width: 100%;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 BLACK;
}
@media screen and (max-width: 599px) {
  .p-mainVisual .p-blogParts .is-mv-btn a span {
    font-size: 12px;
  }
}
.p-mainVisual .p-blogParts .is-mv-btn a svg {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.p-mainVisual .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}

/* ===================================
  ピックアップバナー カスタム
=================================== */
.-cap-ctr_simple .c-bannerLink__label {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-viewmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  border-radius: 50px;
  border: none;
  position: relative;
  padding: 12px 60px;
  text-transform: none;
  background: radial-gradient(circle at 50% 50%, var(--color-main-hover) 0%, var(--color-main) 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.c-viewmore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #fff9e6 0%, var(--color-main-hover) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.c-viewmore-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  transition: none;
  z-index: 1;
  pointer-events: none;
}
.c-viewmore-btn__text {
  position: relative;
  z-index: 2;
}
.c-viewmore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.c-viewmore-btn:hover::before {
  opacity: 1;
}
.c-viewmore-btn:hover::after {
  left: 150%;
  transition: left 0.6s ease-in-out;
}

.c-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--the-min-width);
  gap: 0.5em;
  padding: 0.8em 1.6em;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-main);
  background: none;
  border: 1px solid var(--color-main);
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  /* 色バリエーション */
}
.c-outline-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.c-outline-btn:hover {
  background: var(--color-main);
  color: #fff;
}
.c-outline-btn:hover svg {
  transform: translateY(3px);
  stroke: #fff;
}
.c-outline-btn--accent {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.c-outline-btn--accent:hover {
  background: var(--color-accent);
}
.c-outline-btn--white {
  color: #fff;
  border-color: #fff;
}
.c-outline-btn--white:hover {
  background: #fff;
  color: var(--color-text);
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: var(--color-main);
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: var(--color-main);
}

.smf-action .smf-button-control__control {
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.7em 1.6em;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: var(--color-accent);
  transition: var(--transition-03s-all);
}
.smf-action .smf-button-control__control:hover {
  opacity: 0.8;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.smf-button-control__control[data-action=back] {
  background-color: transparent;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  box-shadow: none;
}
.smf-button-control__control[data-action=back]:hover {
  background-color: var(--color-main-hover);
  color: #fff;
  border-color: var(--color-main-hover);
}

.smf-form .smf-checkbox-control__control:checked,
.smf-form .smf-radio-button-control__control:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title.is-mb-2rem {
  margin-bottom: 2rem;
}
.section-title .section-title-en {
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  padding: 0;
  display: inline-block;
  background: radial-gradient(circle at 50% 50%, var(--color-main-hover) 0%, var(--color-main) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.section-title .section-title-en::before {
  content: none;
}
.section-title .section-title-en.u-color--white {
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--color-white);
}
.section-title .section-title-en.u-color--accent {
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--color-accent);
}
@media screen and (max-width: 599px) {
  .section-title .section-title-en {
    font-size: 2.5rem;
  }
}
.section-title .section-title-jp {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: var(--color-text);
}
@media screen and (max-width: 599px) {
  .section-title .section-title-jp {
    font-size: 1.2em;
  }
}
.section-title.align-left {
  text-align: left;
}
.section-title.align-right {
  text-align: right;
}

.sns-button-group {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
.sns-button-group .sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-main);
  border-radius: 50%;
  transition: var(--transition-03s-bg);
}
.sns-button-group .sns-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: var(--transition-03s-fill);
}
.sns-button-group .sns-btn:hover {
  background-color: var(--color-main-hover);
}
.sns-button-group.is-color-accent .sns-btn {
  background-color: var(--color-accent);
}

.c-section-title--h2 {
  display: grid;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1.5em;
  padding: 0 0.5em 0.5em;
  position: relative;
}
.c-section-title--h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color-main) 0%, var(--color-main) 20%, rgba(255, 255, 230, 0.2) 90%, rgba(255, 255, 230, 0.2) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}

.c-section-title--h4 {
  font-size: 1.3em;
  line-height: 1.4;
  margin: 3em 0 1.5em;
  position: relative;
  padding: 0 0 0 16px;
  border-left: solid 2px var(--color_htag);
}

/* ===================================
  切り替えタブ
=================================== */
#news-list {
  transition: var(--transition-04s-opa);
}

.p-news-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.p-news-filter button {
  font-family: var(--font-en);
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  transition: var(--transition-03s-all);
}
.p-news-filter button:hover {
  background: #f8f8f8;
}
.p-news-filter button.is-active {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

/* ===================================
   共通：お知らせカード
=================================== */
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-news-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-news-card {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-news-card__body {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .p-news-card__body {
    flex-direction: column;
    gap: 10px;
  }
}
.p-news-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.p-news-card__date {
  font-size: 0.9rem;
  color: var(--color-main);
  line-height: 1.8;
}
.p-news-card__title {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.5;
  transition: var(--transition-03s-opa);
}
.p-news-card__title:hover {
  opacity: 0.7;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
}
.c-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: none;
  color: var(--color-text-2);
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition-03s-all);
  box-shadow: none;
  font-family: var(--font-num);
}
.c-pagination .page-numbers:hover {
  color: var(--color-main);
}
.c-pagination .page-numbers.current {
  cursor: default;
  border-radius: 50%;
  background: var(--color-gold-gradient);
  color: var(--color-accent);
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: auto;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.9rem;
  background: transparent;
  color: #666;
}
.c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
  color: var(--color-main);
  background: transparent;
}
.c-pagination .page-numbers.prev svg, .c-pagination .page-numbers.next svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.tag-cat {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 0.8rem;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.tag-cat.cat-news {
  background: var(--color-main);
}
.tag-cat.cat-blog {
  background: var(--color-main-hover);
}
.tag-cat.cat-works {
  color: var(--color-text);
  border: 1px solid var(--color-main);
  padding: 0 0.5rem;
}

/* オープニングアニメーションのスタイル */
.c-opening-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; /* 背景：黒 */
  z-index: 9999 !important; /* 最前面に */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.5s ease-in-out; /* 背景が消える時のスピード */
}

/* 文字のスタイル */
.c-opening-splash__text {
  color: #fff; /* 文字：白 */
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  opacity: 0; /* 最初は隠しておく */
  transform: translateY(10px); /* 少し下から */
  transition: all 1.5s ease; /* 文字が出る時のスピード */
  /* スマホ調整 */
}
@media screen and (min-width: 768px) {
  .c-opening-splash__text {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

/* 文字が表示される時のクラス */
.c-opening-splash.is-active .c-opening-splash__text {
  opacity: 1;
  transform: translateY(0);
}

/* 全体が消える時のクラス */
.c-opening-splash.is-hidden {
  opacity: 0;
  pointer-events: none; /* クリックが下（サイト）に届くように */
}

/* ==========================================================================
   Global Animation: js-fade-up
   ========================================================================== */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}
.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* 必要に応じて遅延用クラスも作っておくと便利です */
.u-delay-200 {
  transition-delay: 0.2s;
}

.u-delay-400 {
  transition-delay: 0.4s;
}

.u-delay-600 {
  transition-delay: 0.6s;
}

.p-work-detail {
  margin: 0 auto;
  /* 2. Video Area */
  /* 3. Info & Credits Area */
  /* 4. Gallery Area (WordPress本文) */
  /* 5. Back Button */
}
.p-work-detail .p-work-header {
  text-align: center;
  margin-bottom: 60px;
}
.p-work-detail .p-work-header .p-work-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .p-work-detail .p-work-header .p-work-title {
    font-size: 1.5rem;
  }
}
.p-work-detail .p-work-header .p-work-thumb {
  text-align: center;
}
.p-work-detail .p-work-header .p-work-thumb img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.p-work-detail .p-work-header .p-work-role {
  text-align: center;
  font-size: 0.95rem;
  color: var(--color-main);
}
.p-work-detail .p-work-video {
  margin-bottom: 60px;
}
.p-work-detail .p-work-video__embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: var(--color-accent);
}
.p-work-detail .p-work-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-work-detail .p-work-info {
  margin-bottom: 80px;
  /* 自動整形のクレジットリスト */
}
.p-work-detail .p-work-info .p-work-desc {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
  text-align: justify;
}
.p-work-detail .p-work-info .p-work-credits {
  padding-top: 30px;
  border-top: 1px solid var(--color-accent);
}
.p-work-detail .p-work-info .p-work-credits .p-credit-list {
  font-size: 0.9rem;
}
.p-work-detail .p-work-info .p-work-credits .p-credit-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  line-height: 1.6;
  /* コロンなし（全文）の行 */
}
.p-work-detail .p-work-info .p-work-credits .p-credit-list__row dt {
  width: 140px;
  color: var(--color-main);
  font-weight: 500;
  flex-shrink: 0;
}
.p-work-detail .p-work-info .p-work-credits .p-credit-list__row dd {
  flex: 1;
}
@media screen and (max-width: 599px) {
  .p-work-detail .p-work-info .p-work-credits .p-credit-list__row dt {
    width: 100px;
  }
}
.p-work-detail .p-work-info .p-work-credits .p-credit-list__row.is-full dd {
  width: 100%;
  margin: 0;
}
.p-work-detail .p-work-gallery {
  margin-bottom: 80px;
  /* SWELLギャラリーなどの余白調整 */
  /* 画像キャプションのデザイン */
}
.p-work-detail .p-work-gallery figure {
  margin-bottom: 40px;
}
.p-work-detail .p-work-gallery figcaption {
  font-size: 0.8rem;
  color: var(--color-main);
  text-align: right;
  margin-top: 5px;
}
.p-work-detail .p-work-footer {
  text-align: center;
}
.p-work-detail .p-work-footer .c-btn-back {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--color-main);
  color: var(--color-text);
  font-family: var(--font-en);
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
}
.p-work-detail .p-work-footer .c-btn-back:hover {
  background: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text);
}

/* -------------------------------------------
 * Works Archive (archive-work.php)
 * ------------------------------------------- */
.p-works-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.p-works-filter button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-en);
  font-size: 1.1rem;
  color: #888;
  padding: 5px 10px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
}
.p-works-filter button:hover, .p-works-filter button.is-active {
  color: var(--color-text);
  border-bottom-color: var(--color-text);
}

.p-works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding-bottom: 20px;
  transition: var(--transition-04s-opa);
}
@media screen and (max-width: 599px) {
  .p-works-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-work-item__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.p-work-item__link:hover {
  opacity: 0.7;
}
.p-work-item__link:hover .p-work-item__thumb img {
  transform: scale(1.02);
}
.p-work-item__thumb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 15px;
  background: #f4f4f4;
}
.p-work-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-work-item__thumb .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ccc;
  font-family: var(--font-en);
}
.p-work-item__content {
  text-align: left;
}
.p-work-item__content-head {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.p-work-item__title {
  font-size: 1.1em;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-top: 0.5em;
}

.l-loml {
  color: var(--color-text);
  overflow-x: hidden;
  /* Global Section Title */
  /* Common Buttons */
}
.l-loml .p-loml-section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding: 20px 0;
}
.l-loml .p-loml-section-title__en {
  font-family: var(--font-en);
  font-size: 3rem;
  color: var(--color-gold);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.l-loml .p-loml-section-title__sub {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: var(--color-text-2);
  margin-bottom: 5px;
}
.l-loml .p-loml-section-title__sub.is-black {
  color: #111;
}
.l-loml .p-loml-section-title__date {
  margin-top: 15px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.l-loml .p-loml-section-title--gold {
  border-top: 1px solid var(--color-accent-2);
  border-bottom: 1px solid var(--color-accent-2);
  padding: 40px 0;
}
.l-loml .p-loml-section-title--gold::before, .l-loml .p-loml-section-title--gold::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--color-accent-2);
}
.l-loml .p-loml-section-title--gold::before {
  top: 0;
}
.l-loml .p-loml-section-title--gold::after {
  bottom: 0;
}
.l-loml .c-loml-btn {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(90deg, #c9a862 0%, #e3d196 50%, #c9a862 100%);
  color: var(--color-accent);
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(201, 168, 98, 0.4);
}
.l-loml .c-loml-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(201, 168, 98, 0.6);
  filter: brightness(1.1);
}
.l-loml .c-loml-btn--small {
  padding: 10px 30px;
  font-size: 0.9rem;
}
.l-loml .c-loml-btn--gold {
  background: var(--color-gold-gradient);
  color: var(--color-accent);
}
.l-loml .c-loml-btn--trans {
  background: transparent;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  box-shadow: none;
}
.l-loml .c-loml-btn--trans:hover {
  background: rgba(201, 168, 98, 0.1);
}
.l-loml .c-loml-btn--large {
  padding: 1.2em 4em;
  font-size: 1.2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.l-loml .c-loml-btn--large .c-loml-btn__sub {
  font-size: 1rem;
  margin-top: 5px;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .l-loml .c-loml-btn--large {
    width: 100%;
    padding: 1em 2em;
  }
}

/* ==========================================================================
   Loader
   ========================================================================== */
.c-loml-loader {
  position: fixed;
  inset: 0;
  background-color: var(--color-bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: loaderExit 0.6s cubic-bezier(0.7, 0, 0.3, 1) forwards 3s;
}
.c-loml-loader__inner {
  text-align: center;
  padding: 0 20px;
}
.c-loml-loader__text {
  color: var(--color-white);
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  animation: bloomIn 1.6s ease-out forwards 0.4s;
}
@media screen and (max-width: 599px) {
  .c-loml-loader__text {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    white-space: normal;
  }
}

@keyframes bloomIn {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(0.95);
    letter-spacing: 1.2em;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    letter-spacing: 0.4em;
  }
}
@keyframes loaderExit {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
  }
}
/* ==========================================================================
   Section: The Miracle of 8.18
   ========================================================================== */
.p-loml-story-miracle {
  background: linear-gradient(to bottom, #000000 0%, #2b0000 50%, #000000 100%);
  padding: 100px 0;
  color: var(--color-white);
  overflow: hidden;
  position: relative;
  /* ビジュアルエリア：画面の端から端まで広げ、中央に配置 */
}
@media screen and (max-width: 599px) {
  .p-loml-story-miracle {
    padding: 10px 0;
  }
}
.p-loml-story-miracle__header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.p-loml-story-miracle__lead {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-gold-3);
  margin-top: 15px;
  letter-spacing: 0.15em;
  text-shadow: 0 0 20px rgba(201, 168, 98, 0.4);
}
@media screen and (max-width: 599px) {
  .p-loml-story-miracle__lead {
    font-size: 2.5rem;
  }
}
.p-loml-story-miracle__visual {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  line-height: 0;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.p-loml-story-miracle__img-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  /* 上部のフェード：背景の黒と繋げる */
  /* 下部のフェード：背景の黒と繋げる */
}
.p-loml-story-miracle__img-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95) contrast(1.1);
  /* スマホ時の縦長切り抜き設定 */
}
@media screen and (max-width: 599px) {
  .p-loml-story-miracle__img-wrap img {
    aspect-ratio: 3/4;
    height: 70vh;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.p-loml-story-miracle__img-wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: 2;
}
.p-loml-story-miracle__img-wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  z-index: 2;
}
.p-loml-story-miracle__footer {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
  position: relative;
  z-index: 5;
}
.p-loml-story-miracle__text {
  font-family: var(--font-jp);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 599px) {
  .p-loml-story-miracle__text {
    font-size: 0.95rem;
    padding: 0 20px;
    text-align: left;
  }
}

/* ==========================================================================
   Synopsis Section (あらすじ)
   ========================================================================== */
.p-loml-synopsis {
  background-color: var(--color-bg-3);
  padding: 60px 0 120px;
  color: var(--color-white);
  /* ビジュアル：少し傾けるなどのニュアンスを加える */
  /* コンテンツ：手紙のような質感 */
}
@media screen and (max-width: 599px) {
  .p-loml-synopsis {
    padding: 10px 0 60px;
  }
}
.p-loml-synopsis__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-loml-synopsis__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-loml-synopsis__visual {
  flex: 1;
  position: relative;
}
.p-loml-synopsis__visual::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--color-gold);
  z-index: 1;
  pointer-events: none;
}
.p-loml-synopsis__img-wrap {
  overflow: hidden;
}
.p-loml-synopsis__img-wrap img {
  width: 100%;
  height: auto;
  filter: sepia(30%) contrast(1.1);
  transition: var(--transition-05s-tra);
}
.p-loml-synopsis__content {
  flex: 1.2;
}
.p-loml-synopsis__letter {
  font-family: var(--font-jp);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-loml-synopsis__text {
  margin-bottom: 2em;
  opacity: 0.9;
  font-size: 1.05rem;
}
.p-loml-synopsis__text .u-gold {
  color: var(--color-gold);
  font-size: 1.2em;
}
.p-loml-synopsis__text.is-highlight {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.5;
  color: var(--color-white);
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .p-loml-synopsis__text {
    font-size: 0.95rem;
  }
  .p-loml-synopsis__text.is-highlight {
    font-size: 1.1rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
.p-loml-synopsis__bottom {
  text-align: center;
}
.p-loml-synopsis__btn-wrap {
  margin-top: 60px;
}

/* ==========================================================================
   Crowdfunding Section (ボーナスステージ版)
   ========================================================================== */
.p-loml-crowdfunding {
  padding: 140px 0;
  background: radial-gradient(ellipse at center, #2a0000 0%, var(--color-bg) 80%);
}
.p-loml-crowdfunding__inner {
  text-align: center;
}
.p-loml-crowdfunding__label {
  display: block;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 20px;
}
.p-loml-crowdfunding__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .p-loml-crowdfunding__title {
    font-size: 1.8rem;
  }
}
.p-loml-crowdfunding__status {
  margin-top: 50px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed var(--color-gold);
  display: inline-block;
  transition: var(--transition-05s-all);
}
.p-loml-crowdfunding__status:hover {
  background: rgba(var(--rgb-main), 0.1);
  box-shadow: 0 0 30px rgba(var(--rgb-main), 0.2);
}
.p-loml-crowdfunding__date {
  font-size: 2rem;
  color: var(--color-gold-3);
  margin-bottom: 20px;
}

/* ==========================================================================
   Social Mission (次の世代へ)
   ========================================================================== */
.p-loml-mission {
  background: radial-gradient(circle at 70% 50%, #1a1500 0%, #000000 70%);
  padding: 60px 0;
  color: var(--color-white);
  overflow: hidden;
  /* コンテンツ */
  /* ビジュアル：額縁のような高級感 */
}
.p-loml-mission__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-loml-mission__inner {
    gap: 40px;
  }
}
.p-loml-mission__content {
  flex: 1;
}
.p-loml-mission__text-box {
  font-family: var(--font-jp);
  line-height: 2.4;
  letter-spacing: 0.08em;
}
.p-loml-mission__text {
  margin-bottom: 2em;
  font-size: 1.05rem;
  opacity: 0.9;
}
.p-loml-mission__text.is-highlight {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-gold-3);
  border-top: 1px solid rgba(201, 168, 98, 0.3);
  padding-top: 1.5em;
}
@media screen and (max-width: 599px) {
  .p-loml-mission__text {
    font-size: 0.95rem;
  }
  .p-loml-mission__text.is-highlight {
    font-size: 1.1rem;
  }
}
.p-loml-mission__visual {
  flex: 1.2;
  position: relative;
}
.p-loml-mission__visual::after {
  content: "";
  position: absolute;
  inset: -15px;
  border: 1px solid rgba(201, 168, 98, 0.2);
  z-index: 1;
  pointer-events: none;
}
.p-loml-mission__img-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.p-loml-mission__img-wrap img {
  width: 100%;
  height: auto;
  filter: brightness(1.1) contrast(0.95) saturate(0.9);
  transition: transform 1s ease;
}
.p-loml-mission__btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-loml-mission__btn-wrap {
    margin-top: 0;
  }
}

/* ==========================================================================
   Finale Section (最後の幕)
   ========================================================================== */
.p-loml-finale {
  background-color: #000;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-loml-finale {
    padding: 60px 0;
  }
}
.p-loml-finale__visual {
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  overflow: hidden;
}
.p-loml-finale__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 20%, transparent 80%, #000);
}
.p-loml-finale__visual img {
  width: 100%;
  height: auto;
  filter: sepia(20%) brightness(0.8);
  transition: transform 1.5s ease-out;
}
.is-active .p-loml-finale__visual img {
  transform: scale(1.05);
}
.p-loml-finale__copy {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .p-loml-finale__copy {
    font-size: 1.5rem;
  }
}
.p-loml-finale__logo {
  width: 200px;
  margin: 0 auto;
  opacity: 0.6;
}

/* フッター */
.p-loml-footer {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}
.p-loml-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-loml-footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-loml-footer__copyright {
  font-size: 0.75rem;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
.p-loml-footer__top-link {
  color: var(--color-gold-3);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--color-gold-3);
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.p-loml-footer__top-link:hover {
  opacity: 0.6;
}

.p-loml-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-bg-3);
  color: var(--color-text);
}
.p-loml-hero .l-container {
  max-width: var(--container-inner);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-loml-hero__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1.1);
  transition: var(--transition-05s-tra);
}
.p-loml-hero__bg-wrap.is-active {
  transform: scale(1);
}
.p-loml-hero__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .p-loml-hero__bg {
    background-position: center center;
  }
}
.p-loml-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 40%, transparent 10%, rgba(0, 0, 0, 0.4) 50%, var(--color-bg-3) 100%), linear-gradient(to bottom, rgba(128, 0, 0, 0.2) 0%, var(--color-bg-3) 100%);
  opacity: 1;
}
.p-loml-hero__overlay.is-active {
  opacity: 1;
}
.p-loml-hero__titles {
  text-align: center;
}
.p-loml-hero__sub-wrap img {
  height: 50px;
  width: auto;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}
@media screen and (max-width: 599px) {
  .p-loml-hero__sub-wrap img {
    height: 50px;
  }
}
.p-loml-hero__title {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
  background: var(--color-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-loml-hero__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 960px) {
  .p-loml-hero__title {
    font-size: 5.5rem;
  }
}
.p-loml-hero__catch {
  font-family: var(--font-jp);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-loml-hero__catch {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 960px) {
  .p-loml-hero__catch {
    font-size: 1.8rem;
  }
}
.p-loml-hero__desc {
  font-family: var(--font-jp);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-gold-3);
  letter-spacing: 0.2em;
  border-top: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  padding: 0.5em 1em;
  margin-bottom: 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .p-loml-hero__desc {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
  }
}
.p-loml-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  opacity: 1;
  transition: var(--transition-05s-opa);
  transition-delay: 1.8s;
}
.p-loml-hero__scroll span {
  display: block;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  color: var(--color-text-2);
}
.p-loml-hero__scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(201, 168, 98, 0.2);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.p-loml-hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
  animation: hero-scroll 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

@keyframes hero-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.p-loml-concept {
  background-color: var(--color-bg-3);
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  /* 左右のサイド共通 */
  /* 表示時（is-active）の動き */
  /* 中央のコンテンツ：画像の上に浮かせる */
  /* ラベル：静と動の象徴 */
  /* 表示時（is-active）の追加演出 */
}
@media screen and (max-width: 599px) {
  .p-loml-concept {
    padding: 60px 0;
  }
}
.p-loml-concept__inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 599px) {
  .p-loml-concept__inner {
    flex-direction: column;
    height: auto;
  }
}
.p-loml-concept__side {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.5s ease;
}
@media screen and (max-width: 599px) {
  .p-loml-concept__side {
    width: 100%;
    height: 40vh;
  }
}
.p-loml-concept__side.is-static {
  transform: translateX(-10%);
  opacity: 0;
}
.p-loml-concept__side.is-dynamic {
  transform: translateX(10%);
  opacity: 0;
}
.p-loml-concept.is-active .p-loml-concept__side {
  transform: translateX(0);
  opacity: 1;
}
.p-loml-concept__img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-loml-concept__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(30%) brightness(0.6);
}
.p-loml-concept__content {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .p-loml-concept__content {
    position: relative;
    padding: 60px 20px;
  }
}
.p-loml-concept__main-title {
  font-family: var(--font-en);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.p-loml-concept__main-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-gold-gradient);
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .p-loml-concept__main-title {
    font-size: 2.5rem;
  }
}
.p-loml-concept__lead {
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-gold-3);
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .p-loml-concept__lead {
    font-size: 1.4rem;
  }
}
.p-loml-concept__text {
  font-family: var(--font-jp);
  font-size: 1rem;
  line-height: 2;
  color: var(--color-white);
  max-width: 600px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  pointer-events: auto;
}
.p-loml-concept__label {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  font-family: var(--font-en);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.is-static .p-loml-concept__label {
  left: 40px;
  transform: translateX(-20px);
}
.is-dynamic .p-loml-concept__label {
  right: 40px;
  transform: translateX(20px);
}
@media screen and (max-width: 599px) {
  .p-loml-concept__label {
    font-size: 3.5rem;
    bottom: 20px;
  }
  .is-static .p-loml-concept__label {
    left: 20px;
  }
  .is-dynamic .p-loml-concept__label {
    right: 20px;
  }
}
.p-loml-concept.is-active .p-loml-concept__label {
  opacity: 0.8;
  transform: translateX(0);
}

.l-loml .p-loml-news {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #111;
}
.l-loml .p-loml-news__content {
  background: var(--color-white);
  padding: 80px 10px;
  border: 3px solid var(--color-main);
}
@media screen and (max-width: 599px) {
  .l-loml .p-loml-news__content {
    padding: 30px 10px;
  }
  .l-loml .p-loml-news__content .p-loml-section-title {
    margin-bottom: 0;
  }
}
.l-loml .p-loml-news .p-loml-section-title__en {
  color: var(--color-accent);
}
.l-loml .p-loml-news__list {
  max-width: 800px;
  margin: 0 auto;
}
.l-loml .p-loml-news__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111;
}
.l-loml .p-loml-news__item:hover {
  background: #fafafa;
}
.l-loml .p-loml-news__item:hover .p-loml-news__title {
  color: var(--color-gold-2);
}
.l-loml .p-loml-news__item:hover .p-loml-news__arrow {
  transform: translateX(5px);
}
.l-loml .p-loml-news__thumb {
  width: 120px;
  height: 80px;
  background: #ddd;
  flex-shrink: 0;
}
.l-loml .p-loml-news__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-loml .p-loml-news__thumb .no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #999;
}
.l-loml .p-loml-news__body {
  flex: 1;
}
.l-loml .p-loml-news__date {
  display: block;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 5px;
}
.l-loml .p-loml-news__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  transition: color 0.3s;
}
.l-loml .p-loml-news__excerpt {
  font-size: 0.9rem;
  color: #666;
}
.l-loml .p-loml-news__arrow {
  color: var(--color-gold-2);
  transition: transform 0.3s;
}
@media screen and (max-width: 599px) {
  .l-loml .p-loml-news__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-loml .p-loml-news__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.l-loml .p-loml-cast {
  /* Tickets */
}
.l-loml .p-loml-cast__inner {
  border: 1px solid var(--color-accent-2);
  padding: 60px;
  background: rgba(20, 20, 20, 0.5);
}
.l-loml .p-loml-cast__heading {
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.5rem;
  color: var(--color-text-2);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 10px;
}
.l-loml .p-loml-cast__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.l-loml .p-loml-cast__item {
  text-align: center;
}
.l-loml .p-loml-cast__thumb {
  width: 100%;
  aspect-ratio: 1;
  background: #333;
  margin-bottom: 15px;
  border: 1px solid var(--color-text-2);
}
.l-loml .p-loml-cast__name {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.l-loml .p-loml-cast__role {
  font-size: 0.8rem;
  color: var(--color-text-2);
}
.l-loml .p-loml-cast__cols {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.l-loml .p-loml-cast__col {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-left: 2px solid var(--color-accent);
}
.l-loml .p-loml-cast__sub-heading {
  color: var(--color-gold);
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.l-loml .p-loml-cast li {
  margin-bottom: 10px;
  color: var(--color-text-2);
  list-style: none;
}
.l-loml .p-loml-cast .p-loml-tickets {
  background: #000;
  padding: 40px;
  border: 1px solid var(--color-gold-2);
}
.l-loml .p-loml-cast .p-loml-tickets__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.l-loml .p-loml-cast .p-loml-ticket-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  padding: 20px;
  gap: 1rem;
  border: 1px solid #333;
}
.l-loml .p-loml-cast .p-loml-ticket-item__info .date {
  color: var(--color-gold);
  font-size: 1.2rem;
}
.l-loml .p-loml-cast .p-loml-ticket-item__info .place {
  font-size: 0.9rem;
  margin-top: 5px;
}
.l-loml .p-loml-cast .p-loml-ticket-item__info .desc {
  font-size: 0.8rem;
  color: var(--color-text-2);
}
@media screen and (max-width: 599px) {
  .l-loml .p-loml-cast__inner {
    padding: 20px;
  }
  .l-loml .p-loml-cast__grid {
    grid-template-columns: 1fr 1fr;
  }
  .l-loml .p-loml-cast__cols {
    flex-direction: column;
  }
  .l-loml .p-loml-cast .p-loml-tickets__list {
    grid-template-columns: 1fr;
  }
  .l-loml .p-loml-cast .p-loml-ticket-item {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.p-loml-crowd {
  position: relative;
  background-color: #000;
  padding: 120px 0;
  color: var(--color-white);
  overflow: hidden;
  position: relative;
  /* PC：縦長画像を活かす配置 */
  /* コンテンツエリア */
  /* アクションエリア */
}
.p-loml-crowd__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.p-loml-crowd__particles span {
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  background: var(--color-gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-gold);
  opacity: 0;
  bottom: -10px;
  animation: floatUp linear infinite;
}
.p-loml-crowd__bg {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-loml-crowd__bg {
    display: block;
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/2026/02/d1cb87441721124097c535863657a0e7.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: 1;
  }
  .p-loml-crowd__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #000 0%, transparent 20%, transparent 80%, #000 100%);
  }
}
.p-loml-crowd__inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-loml-crowd__inner {
    flex-direction: column;
    text-align: center;
  }
}
.p-loml-crowd__visual {
  width: 35%;
  line-height: 0;
  box-shadow: 0 0 50px rgba(201, 168, 98, 0.2);
  border: 1px solid rgba(201, 168, 98, 0.3);
}
.p-loml-crowd__visual img {
  width: 100%;
  height: auto;
  filter: grayscale(20%) contrast(1.1);
}
@media screen and (max-width: 599px) {
  .p-loml-crowd__visual {
    display: none;
  }
}
.p-loml-crowd__content {
  width: 55%;
}
@media screen and (max-width: 599px) {
  .p-loml-crowd__content {
    width: 100%;
    padding: 60px 0;
  }
}
.p-loml-crowd__label {
  display: block;
  font-size: 1.2rem;
  color: var(--color-gold-3);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.p-loml-crowd__title {
  font-family: var(--font-jp);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .p-loml-crowd__title {
    font-size: 2rem;
  }
}
.p-loml-crowd__title-glow {
  display: inline-block;
  color: var(--color-gold);
  text-shadow: 0 0 15px rgba(201, 168, 98, 0.6), 0 0 30px rgba(201, 168, 98, 0.3);
  position: relative;
  animation: glowPulse 3s ease-in-out infinite alternate;
}
.p-loml-crowd__text {
  font-family: var(--font-jp);
  font-size: 1.05rem;
  line-height: 2.2;
  opacity: 0.9;
  margin-bottom: 1.5em;
}
.p-loml-crowd__action {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(201, 168, 98, 0.3);
  text-align: center;
}
.p-loml-crowd__status {
  font-family: var(--font-en);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-loml-crowd__status-live {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  animation: liveGlow 1.5s ease-in-out infinite alternate;
}

@keyframes glowPulse {
  0% {
    text-shadow: 0 0 15px rgba(201, 168, 98, 0.6), 0 0 30px rgba(201, 168, 98, 0.3);
  }
  100% {
    text-shadow: 0 0 25px rgba(201, 168, 98, 0.8), 0 0 50px rgba(201, 168, 98, 0.5);
  }
}
@keyframes liveGlow {
  0% {
    opacity: 0.6;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.4);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.8), 0 0 15px rgba(255, 0, 0, 0.4);
  }
}
@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100vh) translateX(20px);
    opacity: 0;
  }
}
.p-loml-info {
  background-color: #050505;
  padding: 120px 0;
  color: var(--color-white);
  /* メイン情報：日程・会場 */
  /* キャスト：2カラムレイアウト */
  /* クレジット・連絡先 */
}
.p-loml-info__box-title {
  font-size: 1.5rem;
  color: var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  padding-bottom: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.p-loml-info__date-item {
  flex: 1;
  border: 1px solid var(--color-main);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(var(--color-main-rgb), 0.05);
  transition: background 0.3s ease;
}
.p-loml-info__main {
  margin-bottom: 80px;
}
.p-loml-info__schedule {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-loml-info__schedule {
    flex-direction: column;
    gap: 20px;
  }
}
.p-loml-info__date {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 15px;
}
.p-loml-info__date .u-day {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.7;
}
.p-loml-info__time {
  font-size: 1.1rem;
}
.p-loml-info__time small {
  opacity: 0.6;
  margin-left: 5px;
}
.p-loml-info__venue {
  text-align: center;
}
.p-loml-info__venue-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-loml-info__staff-brief {
  font-size: 0.95rem;
  opacity: 0.7;
}
.p-loml-info__cta {
  margin-top: 40px;
  text-align: center;
}
.p-loml-info__cast {
  margin-bottom: 80px;
}
.p-loml-info__cast-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 599px) {
  .p-loml-info__cast-list {
    grid-template-columns: 1fr;
  }
}
.p-loml-info__cast-item {
  font-size: 1.1rem;
  padding-bottom: 10px;
}
.p-loml-info__cast-item small {
  display: block;
  font-size: 0.8rem;
  opacity: 0.6;
  margin-top: 4px;
}
.p-loml-info__cast-item.is-principal {
  grid-column: 1/-1;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-gold-3);
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-loml-info__cast-item.is-principal {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-loml-info__cast-item.is-group {
  grid-column: 1/-1;
  border-bottom: none;
  font-weight: 700;
  margin-top: 20px;
}
.p-loml-info__credit {
  padding-top: 60px;
  border-top: 1px solid rgba(201, 168, 98, 0.3);
  font-size: 0.9rem;
}
.p-loml-info__credit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-loml-info__credit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-loml-info__credit-grid dt {
  color: var(--color-gold-3);
  margin-bottom: 5px;
}
.p-loml-info__credit-sub {
  opacity: 0.7;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-loml-info__credit-sub span {
  color: var(--color-gold-3);
}
.p-loml-info__contact {
  background: #111;
  padding: 20px;
  text-align: center;
  border: 1px dashed rgba(201, 168, 98, 0.5);
}
.p-loml-info__contact span {
  margin-left: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .p-loml-info__contact span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-loml-lang-switcher {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .p-loml-lang-switcher {
    top: 20px;
    right: 20px;
    font-size: 0.75rem;
  }
}

.p-loml-lang-item {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  position: relative;
}
.p-loml-lang-item:hover {
  opacity: 1;
  color: var(--color-gold-3);
}
.p-loml-lang-item.is-active {
  opacity: 1;
  color: var(--color-gold-3);
  font-weight: 700;
}
.p-loml-lang-item.is-active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--color-gold-3);
  border-radius: 50%;
}

.p-loml-lang-separator {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.l-loml .p-loml-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.l-loml .p-loml-gallery__item {
  aspect-ratio: 4/3;
  background: #000;
  border: 1px solid var(--color-gold);
  position: relative;
  overflow: hidden;
}
.l-loml .p-loml-gallery__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #111, #222);
  opacity: 0.5;
}
.l-loml .p-loml-gallery__item:hover {
  border-color: var(--color-gold-3);
}
.l-loml .p-loml-gallery__item:hover::before {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .l-loml .p-loml-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.l-loml .p-loml-instagram-cta {
  background: #000;
  padding: 100px 0;
  text-align: center;
}
.l-loml .p-loml-instagram-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.l-loml .p-loml-instagram-cta__title {
  font-family: var(--font-en);
  color: var(--color-gold);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.l-loml .p-loml-instagram-cta__sub {
  font-size: 1.2rem;
  color: var(--color-white);
  margin-bottom: 20px;
  font-weight: bold;
}
.l-loml .p-loml-instagram-cta__desc {
  font-size: 1rem;
  color: var(--color-text-2);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .l-loml .p-loml-instagram-cta__title {
    font-size: 2rem;
  }
  .l-loml .p-loml-instagram-cta__inner {
    padding: 0 20px;
  }
}