/*-------post------*/
.archive-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.single-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 88.89%;
  margin-inline: auto;
  padding-block: clamp(12px, var(--px-20), 20px);
  font-size: clamp(12px, var(--px-14), 14px);
  line-height: 1.6;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 0.8em;
  display: inline-block;
  color: var(--c-gold);
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a:hover {
  color: var(--c-gold-light);
  opacity: 1;
}
.p-single__body {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
}
.pagination-area {
  margin-top: clamp(40px, var(--px-80), 80px);
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.5em;
  min-height: 2.5em;
  padding-inline: 0.6em;
  border: 1px solid var(--c-gold);
  font-family: var(--f-serif);
  line-height: 1;
  color: var(--c-white);
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
  background: var(--c-gold-grad-bar);
  color: var(--c-red-deep);
  opacity: 1;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
/*-------btn------*/
/*-------fv------*/
.p-index-fv {
  position: relative;
}
/* --- スライド（写真2枚を重ねた合成） --- */
.p-index-fv__pics {
  position: relative;
  aspect-ratio: 1440 / 910;
}
.p-index-fv__pic {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}
.p-index-fv__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-fv__pic--back {
  left: 0;
  width: 44.514%;
}
/* 前面の写真は左端が斜めに抜けており、背面の写真が覗く */
.p-index-fv__pic--front {
  left: 18.611%;
  width: 81.354%;
}
/* --- 縦書きキャッチコピー --- */
.p-index-fv__copy {
  position: absolute;
  z-index: 2;
  top: 26.6%;
  left: 7.15%;
  writing-mode: vertical-rl;
  display: flex;
  /* 縦書きでは inline 軸が縦なので、列を横に並べるには column を使う */
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, var(--px-30), 30px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-index-fv__sub {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: clamp(13px, var(--px-20), 20px);
  line-height: 1;
  letter-spacing: 0.06em;
  font-feature-settings: "vert" 1;
  white-space: nowrap;
}
.p-index-fv__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, var(--px-34), 34px);
  font-family: var(--f-serif);
  font-weight: 700;
  font-size: clamp(24px, var(--px-40), 40px);
  line-height: 1;
  letter-spacing: 0.06em;
}
/* 2行目は書き出しを下げて階段状に */
.p-index-fv__catch-line {
  white-space: nowrap;
}
.p-index-fv__catch-line--lower {
  margin-top: clamp(60px, var(--px-156), 156px);
}
/* --- 右下の丸アイコン3つ --- */
.p-index-fv__badges {
  position: absolute;
  z-index: 2;
  right: 0.35%;
  bottom: 0.93%;
  display: flex;
  align-items: flex-end;
  gap: clamp(1px, 0.22vw, 3.2px);
}
.c-badge {
  display: grid;
  place-items: center;
  width: clamp(90px, var(--px-265), 265px);
}
.c-badge > * {
  grid-area: 1 / 1;
}
.c-badge img {
  width: 100%;
  height: auto;
}
.c-badge__text {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: clamp(15px, var(--px-45), 45px);
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--c-red-deep);
  text-align: center;
}
.c-badge__row {
  font-size: clamp(14px, 2.8125vw, 40.5px);
}
.c-badge__num {
  font-size: clamp(15px, var(--px-45), 45px);
}
.c-badge__ok {
  display: block;
  font-size: clamp(18px, var(--px-54), 54px);
  line-height: 1.15;
}
/* --- MV下の金の帯 --- */
.p-index-fv__line {
  height: clamp(10px, var(--px-20), 20px);
  background: var(--c-gold-grad-bar);
}
/* CSS Document */

/*-------index：お知らせ------*/
.p-index-news {
  padding-top: clamp(40px, var(--px-86), 86px);
}
.p-index-news__inner {
  width: min(1115px, 89%);
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.p-index-news__head {
  flex-shrink: 0;
  text-align: center;
  margin-right: clamp(16px, var(--px-98), 98px);
}
.p-index-news__en {
  display: block;
  font-family: var(--f-serif);
  font-weight: 700;
  font-size: clamp(24px, var(--px-40), 40px);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-index-news__ja {
  font-weight: 700;
  font-size: clamp(15px, var(--px-24), 24px);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-index-news__item {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: clamp(12px, var(--px-40), 40px);
  margin-right: clamp(16px, var(--px-54), 54px);
  padding-bottom: clamp(8px, var(--px-20), 20px);
  font-size: clamp(13px, var(--px-16), 16px);
  line-height: 1.4;
  /* Figma：2px ダッシュ／4px 空きの白い破線 */
  background-image: repeating-linear-gradient(
    to right,
    #fff 0 2px,
    transparent 2px 6px
  );
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.p-index-news__date {
  flex-shrink: 0;
}
.p-index-news__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  .p-index-news__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .p-index-news__head {
    margin-right: 0;
  }
  .p-index-news__item {
    margin-right: 0;
  }
  .p-index-news .c-btn {
    margin-inline: auto;
  }
}

/*-------index：昇華プリントなら自由自在------*/
.p-index-free {
  position: relative;
  padding-top: clamp(60px, var(--px-141), 141px);
  overflow: hidden;
}
/* 見出し背後の金の飾り */
.p-index-free::before {
  content: "";
  position: absolute;
  top: 25.6%;
  left: 59.7%;
  width: clamp(180px, 16.94vw, 244px);
  aspect-ratio: 243.9 / 531;
  background: url("../img/common/deco-line.png") center / contain no-repeat;
  opacity: 0.89;
  transform: translate(-50%, -50%) rotate(-116.2deg) scaleY(-1);
  pointer-events: none;
}
.p-index-free > .l-inner {
  position: relative;
  z-index: 1;
}
.p-index-free__title {
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, var(--px-40), 40px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c-red);
}
.p-index-free__sub {
  text-align: center;
  font-size: clamp(16px, var(--px-24), 24px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.p-index-free__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, var(--px-18), 18px);
}
@media screen and (max-width: 820px) {
  .p-index-free__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 2.4vw, 24px);
  }
}
@media screen and (max-width: 680px) {
  .p-index-free::before {
    display: none;
  }
}

/*-------index：小ロットＯＫ！------*/
.p-index-lot {
  position: relative;
  overflow: hidden;
  padding-block: clamp(48px, var(--px-89), 89px) clamp(56px, 9.5139vw, 137px);
  background: url("../img/index/lot-bg.jpg") center / cover no-repeat;
}
.p-index-lot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.89);
}
/* 右側：傾いた黒い台紙＋スポーツ写真のコラージュ */
.p-index-lot__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-index-lot__card {
  position: absolute;
  width: 40.06%;
  aspect-ratio: 576.8 / 359.1;
  background: var(--c-black);
}
.p-index-lot__card--1 {
  left: 71.07%;
  top: 20.53%;
  transform: translate(-50%, -50%) rotate(-5.15deg);
}
.p-index-lot__card--2 {
  left: 82.28%;
  top: 48.31%;
  transform: translate(-50%, -50%) rotate(6.43deg);
}
.p-index-lot__card--3 {
  left: 73.23%;
  top: 80.68%;
  transform: translate(-50%, -50%) rotate(-2.57deg);
}
.p-index-lot__collage {
  position: absolute;
  left: 50%;
  top: 0;
  width: 53.55%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.p-index-lot__inner {
  position: relative;
  z-index: 1;
}
.p-index-lot__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, var(--px-14), 14px);
  font-weight: 600;
  font-size: clamp(24px, var(--px-40), 40px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c-red);
}
.p-index-lot__slash {
  width: clamp(22px, var(--px-38), 38px);
  height: auto;
}
.p-index-lot__slash--l {
  transform: scaleX(-1);
}
.p-index-lot__sub {
  text-align: center;
  font-size: clamp(16px, var(--px-24), 24px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
/* 白い半透明パネル */
.p-index-lot__panel {
  width: 63.82%;
  margin-inline: auto;
  margin-top: clamp(24px, var(--px-51), 51px);
  padding: clamp(20px, var(--px-32), 32px) clamp(16px, 2.22vw, 32px)
    clamp(28px, var(--px-49), 49px);
  background: rgba(255, 255, 255, 0.74);
  color: #333;
}
.p-index-lot__catch {
  text-align: center;
  font-weight: 600;
  font-size: clamp(16px, var(--px-24), 24px);
  line-height: 43px;
  letter-spacing: 0.06em;
  margin-bottom: clamp(28px, var(--px-57), 57px);
}
.p-index-lot__body {
  line-height: 35px;
  font-size: clamp(13px, var(--px-16), 16px);
  margin-bottom: clamp(28px, var(--px-59), 59px);
}
@media screen and (max-width: 820px) {
  .p-index-lot__panel {
    width: 89%;
  }
}
@media screen and (max-width: 680px) {
  .p-index-lot__catch {
    line-height: 1.8;
    text-align: left;
  }
  .p-index-lot__body {
    line-height: 2;
  }
  .p-index-lot__deco {
    opacity: 0.5;
  }
}

/*-------index：色の再現度へのこだわり------*/
.p-index-color {
  position: relative;
  padding-top: clamp(60px, 11.18vw, 161px);
  overflow: hidden;
}
.p-index-color::before {
  content: "";
  position: absolute;
  top: 30.8%;
  left: 40.95%;
  width: clamp(180px, 16.94vw, 244px);
  aspect-ratio: 243.9 / 531;
  background: url("../img/common/deco-line.png") center / contain no-repeat;
  opacity: 0.89;
  transform: translate(-50%, -50%) rotate(-86.37deg);
  pointer-events: none;
}
.p-index-color__title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, var(--px-40), 40px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c-red);
}
.p-index-color__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: clamp(30px, var(--px-70), 70px);
}
.p-index-color__box {
  width: 65.16%;
  border: 1px solid var(--c-white);
  padding-block: clamp(20px, var(--px-40), 40px);
  padding-left: clamp(16px, 3.4vw, 49px);
  /* 右は写真が重なるぶん広く空ける（Figma：本文幅596px） */
  padding-right: clamp(16px, 13.13vw, 189px);
}
.p-index-color__body {
  line-height: 35px;
  font-size: clamp(13px, var(--px-16), 16px);
}
.p-index-color__img {
  position: relative;
  z-index: 1;
  width: 44.45%;
  margin-left: -9.61%;
  margin-top: 1.56%;
  aspect-ratio: 569 / 425;
  object-fit: cover;
}
/* タブレット以下は SP と同じ「写真が上・枠付き本文が下」の積み方にする */
@media screen and (max-width: 820px) {
  .p-index-color__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-index-color__box {
    width: 100%;
    padding-right: clamp(16px, 3.4vw, 49px);
  }
  .p-index-color__img {
    width: 95.7%;
    margin: 0;
    aspect-ratio: 335 / 250;
  }
}
/* SP：Figma（375基準）の実寸に合わせる
   写真が枠の上端に 75px 重なり、本文は枠の内側に収まる */
@media screen and (max-width: 680px) {
  .p-index-color {
    padding-top: clamp(60px, 32.533vw, 122px);
  }
  .p-index-color__title {
    font-size: clamp(24px, 8.533vw, 32px);
  }
  .p-index-color__wrap {
    /* 枠は 350/375。l-inner の余白では狭いので詰める */
    padding-inline: 3.467%;
    margin-top: clamp(30px, 17.333vw, 65px);
  }
  .p-index-color__box {
    width: 100%;
    /* 写真の重なりぶんを含めた上余白 */
    padding: 28.533vw 6.133vw 17.867vw 6.4vw;
    margin-top: -20vw;
  }
  .p-index-color__body {
    line-height: 35px;
  }
  /* 金の飾りは SP でも出す（位置・大きさは Figma SP のもの） */
  .p-index-color::before {
    top: 10.18%;
    left: 33.33%;
    width: 48.66vw;
  }
}

/*-------index：REASON------*/
.p-index-reason {
  position: relative;
  padding-top: clamp(70px, 12.85vw, 185px);
  overflow: hidden;
}
.p-index-reason::before {
  content: "";
  position: absolute;
  top: 19.98%;
  left: 71.02%;
  width: clamp(180px, 16.94vw, 244px);
  aspect-ratio: 243.9 / 531;
  background: url("../img/common/deco-line.png") center / contain no-repeat;
  opacity: 0.89;
  transform: translate(-50%, -50%) rotate(-93.63deg) scaleY(-1);
  pointer-events: none;
}
.p-index-reason > * {
  position: relative;
  z-index: 1;
}
.p-index-reason__list {
  width: min(1133px, 89%);
  margin-inline: auto;
  margin-top: clamp(30px, var(--px-90), 90px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 9.1vw, 131px);
  row-gap: clamp(40px, 9.72vw, 140px);
  align-items: stretch;
}
.c-reason {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-reason__badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 24.95%;
}
.c-reason__badge > * {
  grid-area: 1 / 1;
}
.c-reason__badge img {
  width: 100%;
  height: auto;
}
.c-reason__badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--c-red-deep);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-reason__badge-text em {
  font-size: clamp(10px, var(--px-20), 20px);
}
.c-reason__badge-text strong {
  font-weight: 600;
  font-size: clamp(20px, var(--px-40), 40px);
  line-height: 1;
}
.c-reason__card {
  position: relative;
  flex: 1;
  width: 100%;
  /* バッジを 75px ぶんはみ出させる（バッジ125px − 50px） */
  margin-top: -9.98%;
  padding: 8.58% 5.59% 3.2%;
  background: var(--c-white);
  overflow: hidden;
}
.c-reason__tri {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51.1%;
  height: 100%;
}
.c-reason__inner {
  position: relative;
  z-index: 1;
}
.c-reason__title {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: clamp(18px, var(--px-30), 30px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c-red);
  margin-bottom: clamp(4px, var(--px-6), 6px);
}
.c-reason__text {
  border-top: 1px solid var(--c-red);
  padding-top: clamp(8px, var(--px-12), 12px);
  line-height: 35px;
  font-size: clamp(13px, var(--px-16), 16px);
  color: #333;
}
@media screen and (max-width: 820px) {
  .p-index-reason__list {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
  .c-reason__title {
    white-space: normal;
  }
  .c-reason__badge {
    width: 110px;
  }
  .c-reason__card {
    margin-top: -44px;
    padding: 60px 24px 24px;
  }
}
@media screen and (max-width: 680px) {
  .c-reason__text {
    line-height: 2;
  }
}

/*-------index：FLOW------*/
.p-index-flow {
  position: relative;
  padding-top: clamp(70px, 12.85vw, 185px);
  overflow: hidden;
}
.p-index-flow::before {
  content: "";
  position: absolute;
  top: 12.34%;
  left: 39.84%;
  width: clamp(180px, 16.94vw, 244px);
  aspect-ratio: 243.9 / 531;
  background: url("../img/common/deco-line.png") center / contain no-repeat;
  opacity: 0.89;
  transform: translate(-50%, -50%) rotate(-86.37deg);
  pointer-events: none;
}
.p-index-flow > * {
  position: relative;
  z-index: 1;
}
.p-index-flow__lead {
  width: min(848px, 89%);
  margin-inline: auto;
  margin-top: clamp(30px, 4.96vw, 71px);
  line-height: 35px;
  letter-spacing: 0.21em;
}
/* 行末に付く字間ぶんを相殺（Figmaと同じ位置で折り返す） */
.p-index-flow__lead p {
  margin-right: -0.21em;
}
.p-index-flow__list {
  width: min(822px, 89%);
  margin-inline: auto;
  margin-top: clamp(28px, 4.03vw, 58px);
  margin-bottom: clamp(32px, 4.93vw, 71px);
}
.c-step {
  position: relative;
  display: flex;
  align-items: center;
}
.c-step:not(:last-child) {
  margin-bottom: clamp(20px, 2.5vw, 36px);
}
/* 行間の金の三角 */
.c-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: clamp(34px, 3.73vw, 53.7px);
  aspect-ratio: 53.7 / 18.75;
  background: url("../img/index/flow-arrow.svg") center / contain no-repeat;
  /* 元SVGは上向き三角なので反転させる */
  transform: translate(-50%, 40%) rotate(180deg);
}
.c-step__badge {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 15.21%;
}
.c-step__badge > * {
  grid-area: 1 / 1;
}
.c-step__badge img {
  width: 100%;
  height: auto;
}
.c-step__badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--c-red-deep);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-step__badge-text em {
  font-size: clamp(10px, var(--px-20), 20px);
}
.c-step__badge-text strong {
  font-weight: 600;
  font-size: clamp(20px, var(--px-40), 40px);
  line-height: 1;
}
.c-step__bar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* バッジが左に 44px 重なる */
  margin-left: -5.35%;
  /* 文字の中心を行の中心に合わせる */
  padding: 0.4em 9.85% 0.4em 0;
  min-height: clamp(44px, var(--px-64), 64px);
  border: 2px solid var(--c-red);
  border-radius: 999px;
  background: var(--c-white);
  color: #333;
  font-size: clamp(14px, var(--px-20), 20px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .p-index-flow__lead {
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .c-step__badge {
    width: 72px;
  }
  .c-step__bar {
    margin-left: -24px;
    padding-left: 28px;
    padding-right: 12px;
  }
}

/*-------index：WORKS------*/
.p-index-works {
  position: relative;
  padding-top: clamp(60px, 10.7vw, 154px);
  padding-bottom: clamp(40px, 6.94vw, 100px);
  overflow: hidden;
}
.p-index-works::before {
  content: "";
  position: absolute;
  top: 28.6%;
  left: 63.24%;
  width: clamp(180px, 16.94vw, 244px);
  aspect-ratio: 243.9 / 531;
  background: url("../img/common/deco-line.png") center / contain no-repeat;
  opacity: 0.89;
  transform: translate(-50%, -50%) rotate(-93.63deg) scaleY(-1);
  pointer-events: none;
}
.p-index-works > * {
  position: relative;
  z-index: 1;
}
.p-index-works .c-btn {
  margin-top: clamp(36px, 6.28vw, 90px);
}
.p-index-works__marquee {
  margin-top: clamp(36px, 6.18vw, 89px);
  overflow: hidden;
}
.p-index-works__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 330 / 260;
  object-fit: contain;
  background: #fff;
}
/* CONTACT の手前に余白 */
.p-contact {
  margin-top: clamp(60px, 12.5vw, 180px);
}

/*-------index：MV（SP）------*/
@media screen and (max-width: 680px) {
  .p-index-fv__pics {
    aspect-ratio: 375 / 720;
    overflow: hidden;
  }
  /* 背面写真：大きく寄せて敷き、黒30%を重ねる */
  .p-index-fv__pic--back {
    left: -39.99%;
    width: 374.63%;
  }
  .p-index-fv__pic--back::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .p-index-fv__pic--front {
    left: 20%;
    width: 80%;
  }
  /* コピーはSPでは右寄せ */
  .p-index-fv__copy {
    left: auto;
    right: 8.27%;
    top: 17.97%;
    gap: 4.8vw;
  }
  .p-index-fv__catch {
    gap: 4.53vw;
    font-size: 8vw;
  }
  .p-index-fv__catch-line--lower {
    margin-top: 41.07vw;
  }
  .p-index-fv__sub {
    font-size: 4.27vw;
  }
  /* 丸アイコンは画面幅いっぱいに3つ並べる */
  .p-index-fv__badges {
    left: -0.53vw;
    right: auto;
    bottom: 2.76%;
    gap: 0;
  }
  .c-badge {
    width: 34.81vw;
  }
  .c-badge + .c-badge {
    margin-left: -1.48vw;
  }
  .c-badge__text {
    font-size: 5.92vw;
  }
  .c-badge__row {
    font-size: 5.33vw;
  }
  .c-badge__num {
    font-size: 5.92vw;
  }
  .c-badge__ok {
    font-size: 7.11vw;
  }
}

/*-------お知らせ（一覧・詳細）------*/
.p-news .c-page-mv__img {
  object-position: center 75%;
}
.p-news__band {
  margin-top: clamp(50px, 8.89vw, 128px);
}
.p-news__list {
  width: 88.89%;
  margin-inline: auto;
  margin-top: clamp(36px, 5.97vw, 86px);
}
.c-news__link {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, var(--px-40), 40px);
  padding-block: clamp(14px, var(--px-24), 24px);
  font-size: clamp(13px, var(--px-16), 16px);
  line-height: 1.6;
  /* TOPのお知らせと同じ 2px／4px の白い破線 */
  background-image: repeating-linear-gradient(
    to right,
    #fff 0 2px,
    transparent 2px 6px
  );
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.c-news__date {
  flex-shrink: 0;
}
.c-news__link:hover {
  opacity: 1;
  color: var(--c-gold-light);
}
.p-news__empty {
  text-align: center;
}
.p-news__detail {
  margin-top: clamp(30px, var(--px-60), 60px);
}
/* 前後の記事 */
.p-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-top: clamp(24px, var(--px-40), 40px);
  padding-top: clamp(16px, var(--px-24), 24px);
  border-top: 1px solid #ccc;
  font-size: clamp(13px, var(--px-16), 16px);
}
.p-single__nav a {
  color: var(--c-red);
}
.p-single__nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px) {
  .c-news__link {
    flex-direction: column;
    gap: 4px;
  }
}

/*-------index：動画埋め込み------*/
.p-index-movie {
  padding-block: clamp(60px, 11.04vw, 159px);
}
.p-index-movie__frame {
  position: relative;
  width: 59.17%;
  margin-inline: auto;
  aspect-ratio: 852 / 480;
}
.p-index-movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 680px) {
  .p-index-movie__frame {
    width: 89%;
  }
}

/*-------index：背景の梅鉢紋（Figmaの配置どおり）------*/
.p-index-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.p-index-ume {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background: url("../img/common/umebachi-gold.svg") center / contain no-repeat;
  /* Figma実測（ピーク RGB 46,43,31）に合わせた濃さ */
  opacity: 0.18;
}
.p-index-ume--1 {
  left: -6.573%;
  top: 10.622%;
  width: 30.716%;
  transform: rotate(-12deg);
}
.p-index-ume--2 {
  left: 12.056%;
  top: 15.287%;
  width: 11.964%;
  transform: rotate(-18deg);
}
.p-index-ume--3 {
  left: 90.486%;
  top: 16.266%;
  width: 14.964%;
  transform: rotate(-8deg);
}
.p-index-ume--4 {
  left: 6.458%;
  top: 23.917%;
  width: 6.68%;
  transform: rotate(24deg);
}
.p-index-ume--5 {
  left: 9.097%;
  top: 25.85%;
  width: 9.701%;
  transform: rotate(-6deg);
}
.p-index-ume--6 {
  left: 4.79%;
  top: 27.262%;
  width: 3.983%;
  transform: rotate(14deg);
}
.p-index-ume--7 {
  left: 105.092%;
  top: 23.319%;
  width: 27.257%;
  transform: rotate(10deg);
}
.p-index-ume--8 {
  left: 86.015%;
  top: 23.932%;
  width: 11.203%;
  transform: rotate(-20deg);
}
.p-index-ume--9 {
  left: 14.028%;
  top: 33.267%;
  width: 3.983%;
  transform: rotate(6deg);
}
.p-index-ume--10 {
  left: 22.014%;
  top: 55.892%;
  width: 9.701%;
  transform: rotate(-14deg);
}
.p-index-ume--11 {
  left: -0.809%;
  top: 60.471%;
  width: 30.716%;
  transform: rotate(16deg);
}
.p-index-ume--12 {
  left: 87.64%;
  top: 62.01%;
  width: 6.68%;
  transform: rotate(-4deg);
}
.p-index-ume--13 {
  left: 90.279%;
  top: 63.943%;
  width: 9.701%;
  transform: rotate(22deg);
}
.p-index-ume--14 {
  left: 85.972%;
  top: 65.355%;
  width: 3.983%;
  transform: rotate(-10deg);
}
.p-index-ume--15 {
  left: 89.33%;
  top: 72.492%;
  width: 30.716%;
  transform: rotate(-8deg);
}
.p-index-ume--16 {
  left: 2.613%;
  top: 84.376%;
  width: 6.777%;
  transform: rotate(20deg);
}
.p-index-ume--17 {
  left: 5.982%;
  top: 86.274%;
  width: 9.842%;
  transform: rotate(-5deg);
}
.p-index-ume--18 {
  left: 2.222%;
  top: 87.732%;
  width: 4.042%;
  transform: rotate(12deg);
}
.p-index-ume--19 {
  left: 87.601%;
  top: 99.637%;
  width: 27.257%;
  transform: rotate(-6deg);
}
.p-index-ume--20 {
  left: 68.524%;
  top: 100.25%;
  width: 11.203%;
  transform: rotate(15deg);
}

/* 装飾レイヤーの基準 */
.home main {
  position: relative;
}
