@charset "utf-8";
/* ========== Hero ========== */
.hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 520px at 70% 30%, rgba(198, 167, 94, .14), transparent 55%), linear-gradient(180deg, rgba(13, 13, 13, .35), rgba(13, 13, 13, .92)), url("../img/hero/hero-black-diamond-ring.webp");
  background-size: cover;
  background-position: 60% 55%;
  filter: saturate(.95) contrast(1.02);
  transform: scale(1.02);
}
/* =========================
   HERO: luxury uplift
   ========================= */
.hero {
  /* マウス追従用（JSで更新） */
  --mx: 0;
  --my: 0;
}
/* 背景：微ズーム＋パララックス */
.hero__bg {
  transform:
    translate(calc(var(--mx) * -10px), calc(var(--my) * -10px)) scale(1.06);
  will-change: transform, background-position;
  animation: heroDrift 10s ease-in-out infinite alternate;
}
/* ビネット＆ソフトなハイライト */
.hero__bg::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(900px 520px at calc(70% + (var(--mx) * 10%)) calc(30% + (var(--my) * 10%)), rgba(198, 167, 94, .18), transparent 58%), radial-gradient(1200px 760px at 50% 120%, rgba(0, 0, 0, .60), transparent 62%), radial-gradient(1200px 820px at 50% 0%, rgba(0, 0, 0, .55), transparent 65%);
  pointer-events: none;
}
/* フィルムグレイン（高級写真っぽい質感） */
.hero__bg::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .020) 0 1px, rgba(0, 0, 0, .020) 1px 2px);
  opacity: .10;
  mix-blend-mode: overlay;
  pointer-events: none;
  animation: grainMove 3.2s steps(2) infinite;
}
/* ゆっくり呼吸する程度の動き */
@keyframes heroDrift {
  from {
    background-position: 58% 54%;
  }
  to {
    background-position: 62% 50%;
  }
}
@keyframes grainMove {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2%, 2%, 0);
  }
}
/* スクロールキュー */
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  opacity: .72;
}
.hero__scrollLabel {
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 11px;
  color: rgba(230, 230, 230, .62);
  text-transform: uppercase;
}
.hero__scrollDot {
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: rgba(198, 167, 94, .52);
  box-shadow: 0 0 18px rgba(198, 167, 94, .22);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%, 100% {
    transform: translateY(0);
    opacity: .65;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}
/* 動きを嫌う設定の人には止める（品が出る） */
@media (prefers-reduced-motion: reduce) {
  .hero__bg {
    animation: none !important;
    transform: scale(1.02) !important;
  }
  .hero__bg::after, .hero__scrollDot {
    animation: none !important;
  }
}
.hero__inner {
  position: relative;
  padding: 72px 0 56px;
  display: grid;
  gap: 18px;
}
.hero__kicker {
  font-family: var(--serif-en);
  letter-spacing: .32em;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
}
.hero__title {
  font-family: var(--serif-en);
  letter-spacing: .12em;
  line-height: 1.08;
  font-weight: 500;
  font-size: clamp(34px, 4.8vw, 66px);
  margin: 0;
}
.hero__lead {
  max-width: 52ch;
  color: rgba(230, 230, 230, .78);
  line-height: 1.9;
  font-size: 15px;
  margin: 0;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}
/* ========== Section ========== */
.section {
  padding: 72px 0;
}
.section--tight {
  padding: 56px 0;
}
.sectionHead {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.sectionHead__kicker {
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
}
.sectionHead__title {
  font-family: var(--serif-en);
  letter-spacing: .16em;
  font-weight: 500;
  margin: 0;
  font-size: 28px;
}
.sectionHead__lead {
  margin: 0;
  color: rgba(230, 230, 230, .74);
  line-height: 1.9;
  max-width: 70ch;
  font-size: 14px;
}
/* ========== Split / Frame ========== */
.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: center;
}
@media (max-width: 920px) {
  .split {
    grid-template-columns: 1fr;
  }
}
.frame {
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #0b0b0b;
}
.frame img {
  width: 100%;
  height: auto;
}
/* ========== Textured Section ========== */
.textured {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(900px 520px at 15% 20%, rgba(198, 167, 94, .10), transparent 55%);
  overflow: hidden;
}
.textured::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/textures/texture-black-leather.webp");
  background-size: cover;
  background-position: center;
  opacity: .10;
  filter: contrast(1.08) saturate(.9);
}
.textured .container {
  position: relative;
}
/* ========== Footer ========== */
.footer {
  padding: 40px 0 54px;
  color: rgba(230, 230, 230, .7);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif-en);
  letter-spacing: .18em;
  color: rgba(230, 230, 230, .82);
}
.footer__brand img {
  width: 26px;
  height: 26px;
}
.footer__small {
  font-size: 12px;
  opacity: .72;
}
/* ========== Craft fixes ========== */
#craft {
  padding-top: 60px;
}
#craft .split {
  grid-template-columns: 1fr 1fr;
}
#craft .frame {
  aspect-ratio: 1 / 1;
}
#craft .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) brightness(0.98);
  transform: scale(1.02);
}
#craft .frame:first-child img {
  filter: contrast(0.98);
}
#craft .frame:last-child img {
  filter: brightness(0.92) contrast(1.08);
}
/* =========================================
   Private Order (Members-only)
   ========================================= */
.po {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 920px) {
  .po {
    grid-template-columns: 1fr;
  }
}
.po__panel {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 18px;
  background:
    radial-gradient(700px 420px at 20% 10%, rgba(198, 167, 94, .10), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .01));
  position: relative;
  overflow: hidden;
}
.po__panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(520px 240px at 70% 20%, rgba(198, 167, 94, .14), transparent 60%), radial-gradient(420px 220px at 30% 80%, rgba(255, 255, 255, .04), transparent 60%);
  opacity: .7;
  pointer-events: none;
}
.po__panel > * {
  position: relative;
}
.po__eyebrow {
  margin: 0;
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 12px;
  color: rgba(230, 230, 230, .70);
  text-transform: uppercase;
}
.po__headline {
  margin: 10px 0 10px;
  font-family: var(--serif-en);
  letter-spacing: .14em;
  font-weight: 500;
  font-size: 20px;
}
.po__text {
  margin: 0;
  color: rgba(230, 230, 230, .74);
  line-height: 1.95;
  font-size: 14px;
  max-width: 70ch;
}
.po__list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(230, 230, 230, .78);
  font-size: 13px;
  line-height: 1.75;
}
.po__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 10px;
  background: rgba(198, 167, 94, .65);
  box-shadow: 0 0 0 3px rgba(198, 167, 94, .12);
  transform: translateY(1px);
}
.po__note {
  margin-top: 16px;
  border-top: 1px solid rgba(230, 230, 230, .10);
  padding-top: 14px;
}
.po__noteTitle {
  margin: 0 0 6px;
  font-family: var(--serif-en);
  letter-spacing: .18em;
  font-size: 12px;
  color: rgba(230, 230, 230, .72);
  text-transform: uppercase;
}
.po__noteText {
  margin: 0;
  color: rgba(230, 230, 230, .60);
  font-size: 12px;
  line-height: 1.75;
}
.po__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
/* Form card */
.po__form {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 18px;
  background: rgba(0, 0, 0, .22);
}
.po__formHead {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.po__formKicker {
  margin: 0;
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 12px;
  color: rgba(230, 230, 230, .70);
  text-transform: uppercase;
}
.po__formTitle {
  margin: 0;
  font-family: var(--serif-en);
  letter-spacing: .14em;
  font-weight: 500;
  font-size: 18px;
}
.po__formLead {
  margin: 0;
  color: rgba(230, 230, 230, .66);
  font-size: 13px;
  line-height: 1.8;
}
.po__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 580px) {
  .po__grid {
    grid-template-columns: 1fr;
  }
}
.poField {
  display: grid;
  gap: 6px;
}
.poField--full {
  grid-column: 1 / -1;
}
.poField__label {
  font-size: 12px;
  color: rgba(230, 230, 230, .72);
  letter-spacing: .12em;
  font-family: var(--serif-en);
  text-transform: uppercase;
}
.poField__input {
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(230, 230, 230, .16);
  background: rgba(0, 0, 0, .22);
  padding: 0 12px;
}
.poField__textarea {
  border-radius: 16px;
  border: 1px solid rgba(230, 230, 230, .16);
  background: rgba(0, 0, 0, .22);
  padding: 10px 12px;
  line-height: 1.7;
  resize: vertical;
  min-height: 140px;
}
.poField__input:focus, .poField__textarea:focus {
  outline: none;
  border-color: rgba(198, 167, 94, .55);
  box-shadow: 0 0 0 3px rgba(198, 167, 94, .18);
}
/* select / option の視認性修正 */
.poField__input {
  color: var(--fg); /* ← これが最重要 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* ドロップダウン内の文字色 */
.poField__input option {
  background: #121212;
  color: #E6E6E6;
}
/* プレースホルダー的に未選択を薄く */
.poField__input:invalid {
  color: rgba(230, 230, 230, .45);
}
/* 矢印をカスタム表示（高級感） */
.poField select.poField__input {
  background:
    linear-gradient(45deg, transparent 50%, rgba(230, 230, 230, .6) 50%) right 16px top 50% / 6px 6px no-repeat, linear-gradient(135deg, rgba(230, 230, 230, .6) 50%, transparent 50%) right 10px top 50% / 6px 6px no-repeat, rgba(0, 0, 0, .22);
  padding-right: 36px;
}
.po__submit {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.po__fineprint {
  margin: 12px 0 0;
  color: rgba(230, 230, 230, .56);
  font-size: 12px;
  line-height: 1.6;
}
/* =========================================
   Modal (Invitation fake submit)
   ========================================= */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100;
}
.modal.is-open {
  display: block;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(10px);
}
.modal__panel {
  position: relative;
  width: min(560px, 92vw);
  margin: min(12vh, 120px) auto 0;
  border: 1px solid rgba(230, 230, 230, .14);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(700px 420px at 20% 10%, rgba(198, 167, 94, .12), transparent 55%), linear-gradient(180deg, rgba(18, 18, 18, .96), rgba(12, 12, 12, .92));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .65), 0 0 0 1px rgba(255, 255, 255, .02) inset;
  padding: 18px;
  transform: translateY(8px);
  opacity: 0;
  animation: modalIn .22s ease forwards;
}
@keyframes modalIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(230, 230, 230, .14);
  background: rgba(255, 255, 255, .02);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.modal__close:hover {
  border-color: rgba(230, 230, 230, .28);
  background: rgba(255, 255, 255, .04);
}
.modal__kicker {
  margin: 0;
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 12px;
  color: rgba(230, 230, 230, .70);
  text-transform: uppercase;
}
.modal__title {
  margin: 10px 0 8px;
  font-family: var(--serif-en);
  letter-spacing: .14em;
  font-weight: 500;
  font-size: 20px;
}
.modal__desc {
  margin: 0;
  color: rgba(230, 230, 230, .74);
  line-height: 1.9;
  font-size: 14px;
}
.modal__meta {
  margin-top: 14px;
  border-top: 1px solid rgba(230, 230, 230, .10);
  border-bottom: 1px solid rgba(230, 230, 230, .10);
  padding: 12px 0;
  display: grid;
  gap: 10px;
}
.modal__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.modal__label {
  font-family: var(--serif-en);
  letter-spacing: .18em;
  font-size: 12px;
  color: rgba(230, 230, 230, .62);
  text-transform: uppercase;
}
.modal__value {
  font-family: var(--serif-en);
  letter-spacing: .12em;
  font-size: 12px;
  color: rgba(230, 230, 230, .86);
}
.modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.modal__fine {
  margin: 12px 0 0;
  color: rgba(230, 230, 230, .56);
  font-size: 12px;
  line-height: 1.6;
}
/* =========================================
   Card clickable
   ========================================= */
.card {
  position: relative;
}
.card__hit {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 22px;
}
.card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card__media img {
  transition: transform .22s ease, filter .22s ease;
}
.card:hover .card__media img {
  transform: scale(1.04);
  filter: contrast(1.05) saturate(1.02);
}
/* =========================================
   Product Modal
   ========================================= */
.pModal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 120;
}
.pModal.is-open {
  display: block;
}
.pModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .64);
  backdrop-filter: blur(10px);
}
.pModal__panel {
  position: relative;
  width: min(980px, 92vw);
  margin: min(10vh, 110px) auto 0;
  border: 1px solid rgba(230, 230, 230, .14);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(198, 167, 94, .12), transparent 55%), linear-gradient(180deg, rgba(18, 18, 18, .97), rgba(10, 10, 10, .93));
  box-shadow: 0 40px 100px rgba(0, 0, 0, .70);
  padding: 18px;
  transform: translateY(8px);
  opacity: 0;
  animation: pModalIn .22s ease forwards;
  backdrop-filter: blur(2px);
}
.pModal__main img {
  animation: slowZoom 6s ease forwards;
}
@keyframes slowZoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes pModalIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pModal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(230, 230, 230, .14);
  background: rgba(255, 255, 255, .02);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pModal__close:hover {
  border-color: rgba(230, 230, 230, .28);
  background: rgba(255, 255, 255, .04);
}
.pModal__grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 18px;
  align-items: start;
}
@media (max-width: 920px) {
  .pModal__grid {
    grid-template-columns: 1fr;
  }
}
.pModal__main {
  border: 1px solid rgba(230, 230, 230, .12);
  border-radius: 22px;
  overflow: hidden;
  background: #0b0b0b;
  aspect-ratio: 1 / 1;
}
.pModal__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: contrast(1.04) saturate(.98);
}
.pModal__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.pThumb {
  border: 1px solid rgba(230, 230, 230, .12);
  border-radius: 16px;
  overflow: hidden;
  background: #0b0b0b;
  cursor: pointer;
  padding: 0;
}
.pThumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  opacity: .82;
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}
.pThumb:hover img {
  opacity: 1;
  transform: scale(1.03);
  filter: contrast(1.05);
}
.pThumb.is-active {
  border-color: rgba(198, 167, 94, .62);
  box-shadow: 0 0 0 3px rgba(198, 167, 94, .16);
}
.pThumb.is-active img {
  opacity: 1;
}
.pModal__kicker {
  margin: 0;
  font-family: var(--serif-en);
  letter-spacing: .28em;
  font-size: 12px;
  color: rgba(230, 230, 230, .70);
  text-transform: uppercase;
}
.pModal__title {
  margin: 10px 0 6px;
  font-family: var(--serif-en);
  letter-spacing: .14em;
  font-weight: 500;
  font-size: 22px;
  text-wrap: balance; /* バランスだけ残す */
  max-width: none; /* ← 制限を消す */
}
.pModal__sub {
  margin: 0 0 10px;
  color: rgba(230, 230, 230, .66);
  font-size: 13px;
  line-height: 1.8;
  font-family: var(--serif-en);
  letter-spacing: .10em;
}
.pModal__desc {
  margin: 0;
  color: rgba(230, 230, 230, .74);
  line-height: 1.95;
  font-size: 14px;
  max-width: 70ch;
}
.pModal__spec {
  margin-top: 14px;
  border-top: 1px solid rgba(230, 230, 230, .10);
  border-bottom: 1px solid rgba(230, 230, 230, .10);
  padding: 12px 0;
  display: grid;
  gap: 10px;
}
.pSpecRow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.pSpecLabel {
  font-family: var(--serif-en);
  letter-spacing: .18em;
  font-size: 12px;
  color: rgba(230, 230, 230, .62);
  text-transform: uppercase;
}
.pSpecVal {
  font-family: var(--serif-en);
  letter-spacing: .10em;
  font-size: 12px;
  color: rgba(230, 230, 230, .86);
  text-align: right;
}
.pModal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.pModal__fine {
  margin: 12px 0 0;
  color: rgba(230, 230, 230, .56);
  font-size: 12px;
  line-height: 1.6;
}
/* =========================================
   Brand Loader
   ========================================= */
.brandLoader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0D0D0D;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity .8s ease, visibility .8s ease;
}
.brandLoader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.brandLoader__logo {
  width: 120px;
  height: auto;
  opacity: 0;
  transform: scale(.96);
  animation: loaderIn 1s ease forwards, loaderGlow 2.8s ease infinite alternate;
}
@keyframes loaderIn {
  0% {
    opacity: 0;
    transform: scale(.94);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes loaderGlow {
  from {
    filter: drop-shadow(0 0 0px rgba(198, 167, 94, .0));
  }
  to {
    filter: drop-shadow(0 0 14px rgba(198, 167, 94, .28));
  }
}
body.is-loading main, body.is-loading header, body.is-loading footer {
  opacity: 0;
}
body.is-loaded main, body.is-loaded header, body.is-loaded footer {
  opacity: 1;
  transition: opacity .5s ease;
}
.brandLoader__inner {
  display: grid;
  place-items: center;
  gap: 12px;
}
@media (prefers-reduced-motion: reduce) {
  .brandLoader__logo, .pModal__main img {
    animation: none !important;
  }
  .brandLoader, body.is-loaded main, body.is-loaded header, body.is-loaded footer {
    transition: none !important;
  }
}
body.is-loading {
  overflow: hidden;
}


/* =========================
   Hero Title Gold Outline Glow (DRAMATIC)
   ========================= */

.hero__title{
  position: relative;
  z-index: 0;           /* ← 重ね順の基準 */
  isolation: isolate;   /* ← 擬似要素が背面に吸われない */
  color: #E6E6E6;
}

/* 金の輪郭（見える層） */
.hero__title::after{
  content: attr(data-text);
  position:absolute;
  inset:0;
  z-index: 0; /* ← 同じ面に置く */
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(198,167,94,.95);
  opacity: .55;
  pointer-events:none;
  animation: titleEdge 2.6s ease-in-out infinite;
}

/* 発光（ぼかし層） */
.hero__title::before{
  content: attr(data-text);
  position:absolute;
  inset:0;
  z-index: -1; /* ← タイトルの背面だけど “isolation” で守られる */
  color: transparent;
  -webkit-text-stroke: 6px rgba(198,167,94,.22);
  filter: blur(2px);
  opacity: .55;
  mix-blend-mode: screen;
  pointer-events:none;
  animation: titleGlow 2.6s ease-in-out infinite;
}

@keyframes titleEdge{
  0%{
    opacity:.28;
    filter: drop-shadow(0 0 0px rgba(198,167,94,0));
  }
  55%{
    opacity:.92;
    filter: drop-shadow(0 0 10px rgba(198,167,94,.55));
  }
  100%{
    opacity:.40;
    filter: drop-shadow(0 0 3px rgba(198,167,94,.20));
  }
}

@keyframes titleGlow{
  0%{
    opacity:.25;
    transform: translateY(0);
    filter: blur(2px);
  }
  55%{
    opacity:.95;
    transform: translateY(-1px);
    filter: blur(1px);
  }
  100%{
    opacity:.35;
    transform: translateY(0);
    filter: blur(2px);
  }
}

/* 動きを嫌う設定の人には止める（品） */
@media (prefers-reduced-motion: reduce){
  .hero__title::before,
  .hero__title::after{
    animation:none !important;
  }
}