/* ==========================================
   reno/bloom-cort/single/single.css
   ブルームコート詳細ページ固有スタイル
   ========================================== */

.reno-page--bloom-cort-single .bc-bread-top {
  padding-top: 24px;
}

.reno-page--bloom-cort-single .bc-single__bread {
  width: min(var(--reno-max), 100%);
  margin: 0 auto;
  font-size: 12px;
  color: #999;
}

/* ------------------------------------------
   Hero
   ------------------------------------------ */
.reno-page--bloom-cort-single .bc-single__hero {
  position: relative;
  width: 100%;
  height: clamp(380px, 64svh, 720px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.reno-page--bloom-cort-single .bc-single__hero-bg {
  position: absolute;
  inset: 0;
}

.reno-page--bloom-cort-single .bc-single__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reno-page--bloom-cort-single .bc-single__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(30, 24, 17, 0.14) 0%, rgba(30, 24, 17, 0) 45%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.58));
}

.reno-page--bloom-cort-single .bc-single__hero-body {
  position: relative;
  z-index: 1;
  width: min(var(--reno-max), 100%);
  margin-inline: auto;
  padding: 0 var(--reno-ph) clamp(32px, 5vw, 62px);
  color: #fff;
}

.reno-page--bloom-cort-single .bc-single__hero-area {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 4px 14px;
  margin-bottom: 14px;
}

.reno-page--bloom-cort-single .bc-single__hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.reno-page--bloom-cort-single .bc-single__hero-catch {
  margin-top: 14px;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.8;
  opacity: 0.95;
}

/* ------------------------------------------
   Layout
   ------------------------------------------ */
.reno-page--bloom-cort-single .bc-single__inner {
  display: block;
}

.reno-page--bloom-cort-single .bc-single__main {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.reno-page--bloom-cort-single .bc-single__entry-actions {
  margin-top: clamp(28px, 3vw, 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.reno-page--bloom-cort-single .bc-single__entry-actions > a {
  width: min(100%, 280px);
  min-height: 56px;
  font-size: clamp(15px, 1.05vw, 18px);
  letter-spacing: 0.06em;
}

.reno-page--bloom-cort-single .bc-single__main-card,
.reno-page--bloom-cort-single .bc-single__content-card {
  padding: clamp(24px, 3.2vw, 42px);
}

.reno-page--bloom-cort-single .bc-single__summary-label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--bc-btn);
  margin-bottom: 12px;
}

.reno-page--bloom-cort-single .bc-single__caption {
  font-size: 14px;
  line-height: 1.8;
  color: #5e4f41;
  margin-bottom: 20px;
}

.reno-page--bloom-cort-single .bc-single__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.reno-page--bloom-cort-single .bc-single__specs .bc-card__spec-item {
  width: 100%;
  flex: initial;
}

.reno-page--bloom-cort-single .bc-single__tags {
  margin-top: 18px;
}

.reno-page--bloom-cort-single .bc-single__about {
  padding: 0;
}

.reno-page--bloom-cort-single .bc-single__about-inner {
  gap: clamp(32px, 4.4vw, 78px);
  align-items: start;
}

.reno-page--bloom-cort-single .bc-single__about-left {
  gap: clamp(14px, 1.8vw, 22px);
  justify-content: flex-start;
}

.reno-page--bloom-cort-single .bc-single__about-label {
  color: #7f7770;
  margin-bottom: 4px;
}

.reno-page--bloom-cort-single .bc-single__about-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 2.222vw, 32px);
  font-weight: 600;
  line-height: 1.42;
  color: #19120d;
  letter-spacing: 0;
}

.reno-page--bloom-cort-single .bc-single__about-title span {
  display: block;
}

.reno-page--bloom-cort-single .bc-single__about-body {
  max-width: 56ch;
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.62;
  color: #221a14;
  font-weight: 500;
}

.reno-page--bloom-cort-single .bc-single__about-body p + p {
  margin-top: 1.05em;
}

.reno-page--bloom-cort-single .bc-single__about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
  margin-top: clamp(2px, 0.5vw, 8px);
}

.reno-page--bloom-cort-single .bc-single__about-stat {
  background: #f0f1f4;
  padding: clamp(10px, 1.2vw, 16px) clamp(8px, 1vw, 12px);
  text-align: center;
}

.reno-page--bloom-cort-single .bc-single__about-stat dt {
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  color: #111;
  letter-spacing: 0.01em;
}

.reno-page--bloom-cort-single .bc-single__about-stat dd {
  margin-top: 3px;
  font-size: clamp(12px, 0.85vw, 14px);
  color: #27211b;
  font-weight: 600;
  line-height: 1.4;
}

.reno-page--bloom-cort-single .bc-single__about-right {
  align-items: flex-start;
}

.reno-page--bloom-cort-single .bc-single__about-media {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  min-height: 0;
  background: #e8e8e8;
  overflow: hidden;
}

.reno-page--bloom-cort-single .bc-single__about-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reno-page--bloom-cort-single .bc-single__about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reno-page--bloom-cort-single .bc-single__brand {
  padding: clamp(58px, 7.2vw, 110px) 0 clamp(70px, 8.5vw, 128px);
}

.reno-page--bloom-cort-single .bc-single__brand-inner {
  width: min(var(--reno-max), 100%);
  margin-inline: auto;
  padding-inline: var(--reno-ph);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3.4vw, 46px);
}

.reno-page--bloom-cort-single .bc-single__brand-logo {
  width: clamp(220px, 19.5vw, 320px);
  height: auto;
}

.reno-page--bloom-cort-single .bc-single__brand-copy-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.reno-page--bloom-cort-single .bc-single__brand-fixedcopy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(20px, 1.6667vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #221a14;
  margin: 0;
  text-align: center;
}

.reno-page--bloom-cort-single .bc-single__brand-subcopy {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #5e667a;
  margin: 0;
  text-align: center;
}

.reno-page--bloom-cort-single .bc-single__kukaku {
  background: #fff;
  border: 1px solid #e3dcd3;
  padding: clamp(24px, 3.2vw, 40px);
}

.reno-page--bloom-cort-single .bc-single__kukaku-head {
  margin-bottom: 24px;
}

.reno-page--bloom-cort-single .bc-single__kukaku-lead {
  font-size: 13px;
  line-height: 1.9;
  color: #6f665f;
}

.reno-page--bloom-cort-single .bc-single__kukaku-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(18px, 2.6vw, 30px);
  align-items: stretch;
}

.reno-page--bloom-cort-single .bc-single__kukaku-map {
  width: 100%;
  border: 1px solid #ddd4cb;
  background: #f8f4ef;
  overflow: hidden;
}

.reno-page--bloom-cort-single .bc-single__kukaku-map img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.reno-page--bloom-cort-single .bc-single__kukaku-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  height: 100%;
}

.reno-page--bloom-cort-single .bc-single__kukaku-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reno-page--bloom-cort-single .bc-single__kukaku-legend li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #6e6258;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4ede4;
}

.reno-page--bloom-cort-single .bc-single__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.reno-page--bloom-cort-single .bc-single__legend-dot--available {
  background: #3f7c4d;
}

.reno-page--bloom-cort-single .bc-single__legend-dot--hold {
  background: #df9f41;
}

.reno-page--bloom-cort-single .bc-single__legend-dot--sold {
  background: #767676;
}

.reno-page--bloom-cort-single .bc-single__lot-cards {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.reno-page--bloom-cort-single .bc-single__lot-card {
  --bc-lot-hint-height: clamp(15px, 1.15vw, 20px);
  width: 100%;
  border: 1px solid #e4dbd0;
  background: #fff;
  padding: 6px 10px 5px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.reno-page--bloom-cort-single .bc-single__lot-card:hover {
  border-color: #c7b9aa;
  box-shadow: 0 8px 20px rgba(47, 38, 31, 0.12);
  transform: translateY(-2px);
}

.reno-page--bloom-cort-single .bc-single__lot-card:active {
  transform: translateY(0);
}

.reno-page--bloom-cort-single .bc-single__lot-card:focus-visible {
  outline: 2px solid #8f6f4f;
  outline-offset: 2px;
}

.reno-page--bloom-cort-single .bc-single__lot-card--available {
  border-left: 4px solid #3f7c4d;
}

.reno-page--bloom-cort-single .bc-single__lot-card--hold {
  border-left: 4px solid #df9f41;
}

.reno-page--bloom-cort-single .bc-single__lot-card--sold {
  border-left: 4px solid #767676;
  background: #f8f8f8;
  color: #7b7269;
}

.reno-page--bloom-cort-single .bc-single__lot-card--sold::after {
  content: "";
  display: block;
  margin-top: 2px;
  height: var(--bc-lot-hint-height);
}

.reno-page--bloom-cort-single .bc-single__lot-card--sold:hover {
  transform: none;
  box-shadow: none;
  border-color: #e4dbd0;
}

.reno-page--bloom-cort-single .bc-single__lot-card[disabled] {
  cursor: not-allowed;
}

.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-name,
.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-meta dd {
  color: #7a7067;
}

.reno-page--bloom-cort-single .bc-single__lot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 3px;
}

.reno-page--bloom-cort-single .bc-single__lot-name {
  font-family: 'Jost', sans-serif;
  font-size: clamp(13px, 0.95vw, 17px);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f261f;
  line-height: 1;
  min-width: 0;
}

.reno-page--bloom-cort-single .bc-single__lot-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  color: #4f4236;
  line-height: 1.15;
  white-space: nowrap;
  flex-shrink: 0;
}

.reno-page--bloom-cort-single .bc-single__lot-status .bc-single__legend-dot {
  width: 9px;
  height: 9px;
}

.reno-page--bloom-cort-single .bc-single__lot-status-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #d9ccbf;
  background: #faf5ef;
  letter-spacing: 0.01em;
}

.reno-page--bloom-cort-single .bc-single__lot-card--available .bc-single__lot-status-text {
  color: #235735;
  border-color: #c3dcc9;
  background: #edf7f0;
}

.reno-page--bloom-cort-single .bc-single__lot-card--hold .bc-single__lot-status-text {
  color: #875c14;
  border-color: #ecd7b5;
  background: #fdf4e7;
}

.reno-page--bloom-cort-single .bc-single__lot-card--sold .bc-single__lot-status-text {
  color: #5d5d5d;
  border-color: #d6d6d6;
  background: #f2f2f2;
}

.reno-page--bloom-cort-single .bc-single__lot-hint {
  margin-top: 2px;
  margin-left: auto;
  display: flex;
  width: fit-content;
  min-height: var(--bc-lot-hint-height);
  padding: 0;
  align-items: center;
  gap: 5px;
  font-size: clamp(10px, 0.72vw, 12px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #2f2d2a;
}

.reno-page--bloom-cort-single .bc-single__lot-hint-arrow {
  width: var(--bc-lot-hint-height);
  height: var(--bc-lot-hint-height);
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
  transition: transform 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.reno-page--bloom-cort-single .bc-single__lot-card:hover .bc-single__lot-hint-arrow {
  transform: translateX(3px) scale(1.03);
  color: #201915;
}

.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-hint {
  color: #8e857d;
}

.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-hint-arrow {
  opacity: 0.65;
}

.reno-page--bloom-cort-single .bc-single__lot-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 3px clamp(16px, 2.4vw, 34px);
}

.reno-page--bloom-cort-single .bc-single__lot-meta > div {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}

.reno-page--bloom-cort-single .bc-single__lot-meta dt {
  color: #7c736c;
  font-size: clamp(10px, 0.72vw, 13px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.reno-page--bloom-cort-single .bc-single__lot-meta dd {
  color: #3b3128;
  font-weight: 600;
  line-height: 1.08;
}

.reno-page--bloom-cort-single .bc-single__lot-meta > div:nth-child(1) dd {
  color: #ff240a;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(15px, 1.08vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}

.reno-page--bloom-cort-single .bc-single__lot-meta > div:nth-child(2) dd {
  color: #2f3136;
  font-family: 'Jost', 'Noto Sans JP', sans-serif;
  font-size: clamp(12px, 0.88vw, 15px);
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-meta > div:nth-child(1) dd,
.reno-page--bloom-cort-single .bc-single__lot-card[disabled] .bc-single__lot-meta > div:nth-child(2) dd {
  color: #7b7670;
}

.reno-page--bloom-cort-single .bc-single__lot-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal[hidden] {
  display: none;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 18, 14, 0.54);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-dialog {
  position: relative;
  width: min(640px, calc(100% - 8px));
  max-height: min(86svh, 760px);
  overflow: auto;
  background: #fff;
  border: 1px solid #dbd0c4;
  box-shadow: 0 28px 80px rgba(20, 16, 12, 0.3);
  padding: clamp(24px, 4vw, 36px);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close {
  position: absolute;
  top: clamp(10px, 2vw, 16px);
  right: clamp(10px, 2vw, 16px);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #cfbfaf;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(34, 27, 20, 0.12);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.16s ease, box-shadow 0.22s ease;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close::before,
.reno-page--bloom-cort-single .bc-single__lot-modal-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #4d3f33;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close::before {
  transform: rotate(45deg);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close::after {
  transform: rotate(-45deg);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close:hover {
  background: #f9f4ee;
  border-color: #bfa689;
  box-shadow: 0 10px 26px rgba(34, 27, 20, 0.16);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close:active {
  transform: scale(0.96);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-close:focus-visible {
  outline: 3px solid rgba(144, 111, 79, 0.4);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .reno-page--bloom-cort-single .bc-single__lot-modal-close {
    transition: none;
  }
}

.reno-page--bloom-cort-single .bc-single__lot-modal-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8b7a6a;
  margin-bottom: 10px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(24px, 4.2vw, 34px);
  color: #2f261f;
  line-height: 1.3;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-status {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-status[data-status="available"] {
  background: rgba(63, 124, 77, 0.14);
  color: #2f6b3f;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-status[data-status="hold"] {
  background: rgba(223, 159, 65, 0.18);
  color: #8a5f16;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-status[data-status="sold"] {
  background: rgba(118, 118, 118, 0.18);
  color: #555;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery {
  position: relative;
  margin-top: 16px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-viewport {
  overflow: hidden;
  border: 1px solid #e5d9cd;
  background: #f8f4ef;
  aspect-ratio: 16 / 10;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  transition: transform 0.32s ease;
  will-change: transform;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-slide {
  min-width: 100%;
  height: 100%;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: 1px solid rgba(53, 43, 33, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #3d3128;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav:hover {
  background: #fff;
  border-color: rgba(53, 43, 33, 0.48);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav:focus-visible {
  outline: 2px solid #8f6f4f;
  outline-offset: 2px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav[hidden] {
  display: none;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav--prev {
  left: 10px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav--next {
  right: 10px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dots {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dots li {
  margin: 0;
  padding: 0;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #ccbdae;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dot:hover {
  background: #a6917c;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dot:focus-visible {
  outline: 2px solid #8f6f4f;
  outline-offset: 2px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-dot.is-active {
  background: #6e5845;
  transform: scale(1.2);
}

.reno-page--bloom-cort-single .bc-single__lot-modal-gallery-empty {
  margin-top: 10px;
  font-size: 12px;
  color: #847668;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-meta > div {
  background: #f7f3ee;
  border: 1px solid #eadfd3;
  padding: 10px 12px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-meta dt {
  font-size: 11px;
  color: #867a6e;
  margin-bottom: 4px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-meta dd {
  font-size: 14px;
  color: #352a22;
  font-weight: 600;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-detail-block {
  margin-top: 18px;
  border-top: 1px solid #e9dfd5;
  padding-top: 14px;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-cta-lead {
  font-size: 13px;
  line-height: 1.7;
  color: #5e4c3d;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-inquiry-btn {
  margin-top: 10px;
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-inquiry-btn.bc-cta2col__btn {
  background: var(--bc-btn);
  border-color: var(--bc-btn);
  color: #ffffff;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-inquiry-btn.bc-cta2col__btn:hover {
  background: #c49a6a;
  border-color: #c49a6a;
  color: #ffffff;
}

.reno-page--bloom-cort-single .bc-single__lot-modal-inquiry-btn.is-disabled,
.reno-page--bloom-cort-single .bc-single__lot-modal-inquiry-btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

html.is-bc-lot-modal-open,
body.is-bc-lot-modal-open {
  overflow: hidden;
}

.reno-page--bloom-cort-single .bc-single__lot-scroll-sign {
  display: none;
}

@media screen and (min-width: 768px) {
  .reno-page--bloom-cort-single .bc-single__kukaku-layout {
    align-items: start;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    min-height: 0;
    position: relative;
    overflow: visible;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable:not(.is-lot-scroll-end) .bc-single__lot-cards {
    box-shadow: inset 0 -14px 16px -16px rgba(120, 110, 96, 0.85);
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scroll-end .bc-single__lot-cards,
  .reno-page--bloom-cort-single .bc-single__kukaku-side:not(.is-lot-scrollable) .bc-single__lot-cards {
    box-shadow: none;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-sign {
    position: relative;
    display: none;
    width: 34px;
    height: 64px;
    margin: 2px auto 0;
    align-items: flex-start;
    justify-content: flex-start;
    color: #7a6f63;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.9));
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 28px;
    height: 5px;
    display: block;
    opacity: 0;
    transform: translateX(-50%) scale3d(0.5, 0.5, 1);
    animation: bcLotArrowFlow 2.4s ease-out infinite;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::before,
  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: currentColor;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(1) {
    animation-delay: 0s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(2) {
    animation-delay: 0.2s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(3) {
    animation-delay: 0.4s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.9;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable .bc-single__lot-scroll-sign {
    display: flex;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable:not(.is-lot-scroll-end) .bc-single__lot-scroll-sign {
    visibility: visible;
    opacity: 1;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable.is-lot-scroll-end .bc-single__lot-scroll-sign {
    visibility: hidden;
    opacity: 0;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side:not(.is-lot-scrollable) .bc-single__lot-scroll-sign {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow {
    animation: none;
    transform: translateX(-50%) scale3d(1, 1, 1);
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(1) {
    opacity: 0.55;
    top: 0;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(2) {
    opacity: 0.75;
    top: 12px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(3) {
    opacity: 0.95;
    top: 24px;
  }
}

@keyframes bcLotArrowFlow {
  0% {
    transform: translateX(-50%) translateY(0) scale3d(0.5, 0.5, 1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    transform: translateX(-50%) translateY(16px) scale3d(1, 1, 1);
    opacity: 1;
  }
  67% {
    transform: translateX(-50%) translateY(24px) scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(34px) scale3d(0.5, 0.5, 1);
    opacity: 0;
  }
}

.reno-page--bloom-cort-single .bc-single__section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(21px, 2.15vw, 32px);
  font-weight: 600;
  color: var(--bc-brown);
  line-height: 1.5;
  margin-bottom: 20px;
}

.reno-page--bloom-cort-single .bc-single__content {
  font-size: 15px;
  line-height: 2;
  color: #4b4b4b;
}

.reno-page--bloom-cort-single .bc-single__overview-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dad4cb;
  background: #fff;
}

.reno-page--bloom-cort-single .bc-single__overview-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: fixed;
}

.reno-page--bloom-cort-single .bc-single__overview-table tr {
  border-bottom: 1px solid #dad4cb;
}

.reno-page--bloom-cort-single .bc-single__overview-table tr:last-child {
  border-bottom: 0;
}

.reno-page--bloom-cort-single .bc-single__overview-table th,
.reno-page--bloom-cort-single .bc-single__overview-table td {
  padding: clamp(14px, 1.8vw, 24px);
  border-right: 1px solid #dad4cb;
  color: #2f466f;
  vertical-align: middle;
}

.reno-page--bloom-cort-single .bc-single__overview-table th:last-child,
.reno-page--bloom-cort-single .bc-single__overview-table td:last-child {
  border-right: 0;
}

.reno-page--bloom-cort-single .bc-single__overview-table th {
  background: #eeeeef;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 15%;
  white-space: nowrap;
}

.reno-page--bloom-cort-single .bc-single__overview-table td {
  background: #fff;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  width: 35%;
}

.reno-page--bloom-cort-single .bc-single__content > * + * {
  margin-top: 1.2em;
}

.reno-page--bloom-cort-single .bc-single__content ul,
.reno-page--bloom-cort-single .bc-single__content ol {
  margin-left: 1.2em;
  padding-left: 0.8em;
}

.reno-page--bloom-cort-single .bc-single__content ul {
  list-style: disc;
}

.reno-page--bloom-cort-single .bc-single__content ol {
  list-style: decimal;
}

/* ------------------------------------------
   Access
   ------------------------------------------ */
.reno-page--bloom-cort-single .bc-single-access {
  background: var(--bc-page-bg);
}

.reno-page--bloom-cort-single .bc-single-access__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 42px);
  align-items: stretch;
}

.reno-page--bloom-cort-single .bc-single-access__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 16px);
}

.reno-page--bloom-cort-single .bc-single-access__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 1.5vw, 24px);
  min-height: clamp(76px, 6.8vw, 108px);
  background: #f1eae1;
  border-left: 4px solid #7a6f63;
  padding: clamp(14px, 1.5vw, 20px) clamp(16px, 1.8vw, 24px);
}

.reno-page--bloom-cort-single .bc-single-access__item-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.1vw, 18px);
}

.reno-page--bloom-cort-single .bc-single-access__icon-box {
  width: clamp(48px, 4.2vw, 64px);
  height: clamp(48px, 4.2vw, 64px);
  background: #e9dfd5;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.reno-page--bloom-cort-single .bc-single-access__icon-box img {
  width: clamp(28px, 2.4vw, 40px);
  height: clamp(28px, 2.4vw, 40px);
  object-fit: contain;
}

.reno-page--bloom-cort-single .bc-single-access__name,
.reno-page--bloom-cort-single .bc-single-access__meta {
  margin: 0;
  color: var(--bc-text);
  line-height: 1.25;
  font-size: clamp(16px, 1.28vw, 28px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reno-page--bloom-cort-single .bc-single-access__meta {
  white-space: nowrap;
  text-align: right;
  font-feature-settings: "palt";
}

.reno-page--bloom-cort-single .bc-single-access__map-wrap {
  background: #f1eae1;
  border: 1px solid #d8cabc;
  min-height: clamp(420px, 34vw, 580px);
  overflow: hidden;
}

.reno-page--bloom-cort-single .bc-single-access__map {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ------------------------------------------
   Responsive
   ------------------------------------------ */
@media screen and (max-width: 1024px) {
  .reno-page--bloom-cort-single .bc-single-access__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .reno-page--bloom-cort-single .bc-single-access__map-wrap {
    order: -1;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .reno-page--bloom-cort-single .bc-single-access__item {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    min-height: 82px;
  }

  .reno-page--bloom-cort-single .bc-single-access__meta {
    white-space: normal;
    text-align: left;
    line-height: 1.35;
  }

  .reno-page--bloom-cort-single .bc-single__about-inner {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 34px);
  }

  .reno-page--bloom-cort-single .bc-single__brand {
    padding: clamp(44px, 8vw, 68px) 0 clamp(54px, 10vw, 78px);
  }

  .reno-page--bloom-cort-single .bc-single__about-media {
    aspect-ratio: 16 / 10;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-layout {
    grid-template-columns: 1fr;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-map {
    width: min(1200px, 100%);
    margin-inline: auto;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    min-height: 0;
  }

  .reno-page--bloom-cort-single .bc-single__lot-cards {
    gap: 6px;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table {
    min-width: 0;
    display: block;
    border-collapse: separate;
    border-spacing: 0;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table tbody {
    display: block;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table tr {
    display: block;
    border: 1px solid #dad4cb;
    background: #fff;
    margin-bottom: 10px;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table tr:last-child {
    margin-bottom: 0;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table th,
  .reno-page--bloom-cort-single .bc-single__overview-table td {
    display: block;
    width: 100%;
    border-right: 0;
    padding: 12px 14px;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table tr > * + * {
    border-top: 1px solid #dad4cb;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table th {
    text-align: left;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .reno-page--bloom-cort-single .bc-single__main-card,
  .reno-page--bloom-cort-single .bc-single__content-card {
    padding: clamp(24px, 3.2vw, 42px) 0;
  }

  .reno-page--bloom-cort-single .bc-single__entry-actions {
    margin-top: 26px;
    flex-direction: column;
    gap: 10px;
  }

  .reno-page--bloom-cort-single .bc-single__entry-actions > a {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable:not(.is-lot-scroll-end) .bc-single__lot-cards {
    box-shadow: inset 0 -14px 16px -16px rgba(120, 110, 96, 0.85);
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scroll-end .bc-single__lot-cards,
  .reno-page--bloom-cort-single .bc-single__kukaku-side:not(.is-lot-scrollable) .bc-single__lot-cards {
    box-shadow: none;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-sign {
    position: relative;
    display: none;
    width: 30px;
    height: 56px;
    margin: 2px auto 0;
    align-items: flex-start;
    justify-content: flex-start;
    color: #7a6f63;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.9));
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 24px;
    height: 4px;
    display: block;
    opacity: 0;
    transform: translateX(-50%) scale3d(0.5, 0.5, 1);
    animation: bcLotArrowFlow 2.4s ease-out infinite;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::before,
  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: currentColor;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::before {
    left: 0;
    transform: skew(0deg, 30deg);
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow::after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(1) {
    animation-delay: 0s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(2) {
    animation-delay: 0.2s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-arrow:nth-child(3) {
    animation-delay: 0.4s;
  }

  .reno-page--bloom-cort-single .bc-single__lot-scroll-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
    font-size: 8px;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.9;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable .bc-single__lot-scroll-sign {
    display: flex;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable:not(.is-lot-scroll-end) .bc-single__lot-scroll-sign {
    visibility: visible;
    opacity: 1;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side.is-lot-scrollable.is-lot-scroll-end .bc-single__lot-scroll-sign {
    visibility: hidden;
    opacity: 0;
  }

  .reno-page--bloom-cort-single .bc-single__kukaku-side:not(.is-lot-scrollable) .bc-single__lot-scroll-sign {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  .reno-page--bloom-cort-single .bc-single-access__layout {
    gap: 16px;
  }

  .reno-page--bloom-cort-single .bc-single-access__map-wrap {
    aspect-ratio: 4 / 3;
  }

  .reno-page--bloom-cort-single .bc-single-access__item {
    min-height: 70px;
    border-left-width: 3px;
    padding: 12px 12px 12px 10px;
  }

  .reno-page--bloom-cort-single .bc-single-access__item-main {
    gap: 10px;
  }

  .reno-page--bloom-cort-single .bc-single-access__icon-box {
    width: 42px;
    height: 42px;
  }

  .reno-page--bloom-cort-single .bc-single-access__icon-box img {
    width: 24px;
    height: 24px;
  }

  .reno-page--bloom-cort-single .bc-single-access__name,
  .reno-page--bloom-cort-single .bc-single-access__meta {
    font-size: clamp(13px, 3.4vw, 17px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-cards {
    overflow-x: hidden;
  }

  .reno-page--bloom-cort-single .bc-single__brand-logo {
    width: clamp(180px, 52vw, 240px);
  }

  .reno-page--bloom-cort-single .bc-single__about-title {
    font-size: clamp(26px, 9vw, 34px);
    line-height: 1.35;
  }

  .reno-page--bloom-cort-single .bc-single__about-body {
    font-size: 13px;
    line-height: 1.8;
  }

  .reno-page--bloom-cort-single .bc-single__about-stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .reno-page--bloom-cort-single .bc-single__about-stat {
    padding: 10px 10px;
  }

  .reno-page--bloom-cort-single .bc-single__about-media {
    aspect-ratio: 3 / 2;
  }

  .reno-page--bloom-cort-single .bc-single__bread {
    font-size: 11px;
  }

  .reno-page--bloom-cort-single .bc-single__hero-body {
    padding-inline: 20px;
  }

  .reno-page--bloom-cort-single .bc-single__hero-title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .reno-page--bloom-cort-single .bc-single__hero-catch {
    font-size: 13px;
  }

  .reno-page--bloom-cort-single .bc-single__specs {
    grid-template-columns: 1fr;
  }

  .reno-page--bloom-cort-single .bc-single__lot-meta {
    gap: 3px clamp(8px, 2.8vw, 14px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-meta dt {
    font-size: clamp(10px, 3vw, 12px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-meta > div:nth-child(1) dd {
    font-size: clamp(14px, 4.2vw, 18px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-meta > div:nth-child(2) dd {
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-hint {
    margin-top: 1px;
    min-height: 0;
    padding: 0;
    font-size: clamp(10px, 2.9vw, 12px);
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal {
    padding: 12px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 24px);
    padding: 20px 18px 18px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal-close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal-close::before,
  .reno-page--bloom-cort-single .bc-single__lot-modal-close::after {
    width: 16px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal-gallery-nav {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    font-size: 14px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-modal-meta {
    grid-template-columns: 1fr;
  }

  .reno-page--bloom-cort-single .bc-single__overview-table th,
  .reno-page--bloom-cort-single .bc-single__overview-table td {
    padding: 12px 14px;
    font-size: clamp(14px, 3.2vw, 18px);
  }
}

@media screen and (max-width: 480px) {
  .reno-page--bloom-cort-single .bc-single__lot-name {
    font-size: 13px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-status {
    gap: 6px;
  }

  .reno-page--bloom-cort-single .bc-single__lot-status-text {
    min-height: 18px;
    padding: 1px 7px;
  }
}
