.preb-home .preb-main { overflow: hidden; }
.preb-home .preb-image-slot {
  background-color: #dedbd3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.preb-home .preb-slot-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.preb-home .preb-image-slot__label {
  color: rgba(23, 23, 22, .46);
  font-family: Georgia, serif;
  font-size: 10px;
  left: 50%;
  letter-spacing: .16em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.preb-home .preb-hero {
  background: #f4f1eb;
  display: grid;
  grid-template-columns: minmax(390px, 44%) 1fr;
  min-height: min(820px, 100svh);
  position: relative;
}
.preb-home .preb-hero__copy {
  align-self: center;
  padding: 140px clamp(44px, 7vw, 120px) 90px;
  position: relative;
  z-index: 2;
}
.preb-home .preb-eyebrow { font-family: Georgia, serif; font-size: 13px; letter-spacing: .2em; margin-bottom: 30px; }
.preb-home .preb-hero h1,
.preb-home .preb-about h2,
.preb-home .preb-news h2,
.preb-home .preb-line-cta h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 400;
}
.preb-home .preb-hero h1 { font-size: clamp(42px, 5vw, 76px); letter-spacing: .12em; line-height: 1.55; margin-bottom: 26px; }
.preb-home .preb-hero__lead { font-size: 13px; line-height: 2.1; margin-bottom: 26px; }
.preb-home .preb-hero__location { font-size: 12px; }
.preb-home .preb-hero__visual { min-height: 720px; }
.preb-home .preb-hero__visual::after { background: linear-gradient(90deg, rgba(244,241,235,.42), transparent 20%); content: ""; inset: 0; position: absolute; }
.preb-home .preb-scroll { bottom: 40px; font-size: 9px; left: clamp(44px, 7vw, 120px); letter-spacing: .12em; position: absolute; z-index: 3; }
.preb-home .preb-scroll span { background: #171716; display: block; height: 38px; margin: 8px 0 0 14px; width: 1px; }

.preb-home .preb-entrance { display: grid; grid-template-columns: repeat(5, 1fr); }
.preb-home .preb-entrance-card { color: #fff; min-height: clamp(460px, 51vw, 680px); overflow: hidden; }
.preb-home .preb-entrance-card:nth-child(1) { background-color: #8f918e; }
.preb-home .preb-entrance-card:nth-child(2) { background-color: #a79372; }
.preb-home .preb-entrance-card:nth-child(3) { background-color: #b4aca2; }
.preb-home .preb-entrance-card:nth-child(4) { background-color: #333330; }
.preb-home .preb-entrance-card:nth-child(5) { background-color: #77604c; }
.preb-home .preb-entrance-card__shade { background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.58)); inset: 0; position: absolute; transition: background .3s ease; }
.preb-home .preb-entrance-card__content { display: flex; flex-direction: column; inset: 0; padding: clamp(28px, 3vw, 50px) clamp(20px, 2.4vw, 38px); position: absolute; z-index: 2; }
.preb-home .preb-entrance-card__number { font-family: Georgia, serif; font-size: 20px; }
.preb-home .preb-entrance-card__en { font-family: Georgia, serif; font-size: clamp(22px, 2.3vw, 34px); line-height: 1.3; margin-top: 4px; }
.preb-home .preb-entrance-card__ja { font-size: 12px; margin-top: 4px; }
.preb-home .preb-entrance-card__copy { font-size: 12px; line-height: 2; margin-top: 30px; }
.preb-home .preb-arrow { align-items: center; background: #fff; border-radius: 50%; color: #171716; display: flex; height: 48px; justify-content: center; margin-top: auto; transition: transform .25s ease; width: 48px; }
.preb-home .preb-entrance-card:hover .preb-arrow { transform: translateX(8px); }
.preb-home .preb-entrance-card:hover .preb-entrance-card__shade { background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.48)); }

.preb-home .preb-about { display: grid; grid-template-columns: minmax(380px, 44%) 1fr; }
.preb-home .preb-about__visual { min-height: 650px; }
.preb-home .preb-about__content { align-self: center; padding: clamp(70px, 8vw, 130px) clamp(46px, 8vw, 130px); }
.preb-home .preb-section-label { color: var(--preb-muted); font-family: Georgia, serif; font-size: 11px; letter-spacing: .19em; margin-bottom: 24px; }
.preb-home .preb-about h2 { font-size: clamp(30px, 3.2vw, 48px); letter-spacing: .08em; line-height: 1.65; margin-bottom: 30px; }
.preb-home .preb-about__text { font-size: 13px; max-width: 760px; }
.preb-home .preb-values { border-top: 1px solid var(--preb-line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; }
.preb-home .preb-values > div { min-width: 0; padding: 28px 28px 0 0; }
.preb-home .preb-values > div + div { border-left: 1px solid var(--preb-line); padding-left: 28px; }
.preb-home .preb-values span { color: var(--preb-muted); font-family: Georgia, serif; font-size: 11px; }
.preb-home .preb-values h3 { font-family: "Yu Mincho", serif; font-size: 15px; font-weight: 400; margin: 14px 0 10px; }
.preb-home .preb-values p { font-size: 11px; line-height: 1.8; }

.preb-home .preb-news { border-top: 1px solid var(--preb-line); padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px); }
.preb-home .preb-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 44px; }
.preb-home .preb-section-heading .preb-section-label { margin-bottom: 0; }
.preb-home .preb-news h2 { font-size: clamp(26px, 2.5vw, 38px); letter-spacing: .08em; margin: 0; }
.preb-home .preb-news__grid { display: grid; gap: clamp(22px, 3vw, 46px); grid-template-columns: repeat(4, 1fr); }
.preb-home .preb-post-card__thumb { align-items: center; aspect-ratio: 4 / 3; background: #e6e2d9; display: flex; justify-content: center; overflow: hidden; }
.preb-home .preb-post-card__thumb img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.preb-home .preb-post-card__thumb span { color: #77736b; font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.preb-home .preb-post-card__meta { color: var(--preb-muted); display: flex; font-size: 10px; gap: 14px; margin-top: 18px; }
.preb-home .preb-post-card h3 { font-size: 14px; font-weight: 500; line-height: 1.7; margin-top: 9px; }
.preb-home .preb-post-card a:hover img { transform: scale(1.025); }
.preb-home .preb-news__empty { color: var(--preb-muted); grid-column: 1 / -1; }
.preb-home .preb-text-link { border: 1px solid #8f8c85; display: flex; font-size: 12px; justify-content: space-between; margin: 48px auto 0; max-width: 260px; padding: 12px 20px; }

.preb-home .preb-line-cta { align-items: center; background: #363531; color: #fff; display: flex; justify-content: space-between; padding: clamp(52px, 6vw, 88px) clamp(24px, 8vw, 130px); }
.preb-home .preb-line-cta .preb-section-label { color: #cac7bf; margin-bottom: 14px; }
.preb-home .preb-line-cta h2 { font-size: clamp(26px, 3vw, 42px); letter-spacing: .08em; margin-bottom: 10px; }
.preb-home .preb-line-cta p:last-child { font-size: 12px; margin-bottom: 0; }
.preb-home .preb-line-button--large { background: #fff; border-color: #fff; color: #171716 !important; gap: 54px; min-width: 300px; }
.preb-home .preb-line-button--large:hover { background: transparent; color: #fff !important; }

@media (max-width: 1024px) {
  .preb-home .preb-hero { grid-template-columns: 46% 54%; min-height: 720px; }
  .preb-home .preb-hero__copy { padding-inline: 48px; }
  .preb-home .preb-hero h1 { font-size: 46px; }
  .preb-home .preb-scroll { left: 48px; }
  .preb-home .preb-entrance { grid-template-columns: repeat(3, 1fr); }
  .preb-home .preb-entrance-card { min-height: 500px; }
  .preb-home .preb-entrance-card:nth-child(4),
  .preb-home .preb-entrance-card:nth-child(5) { min-height: 420px; }
  .preb-home .preb-about { grid-template-columns: 42% 58%; }
  .preb-home .preb-about__content { padding-inline: 48px; }
  .preb-home .preb-values { grid-template-columns: 1fr; }
  .preb-home .preb-values > div { padding: 18px 0; }
  .preb-home .preb-values > div + div { border-left: 0; border-top: 1px solid var(--preb-line); padding-left: 0; }
  .preb-home .preb-news__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .preb-home .preb-hero { display: block; min-height: 760px; }
  .preb-home .preb-hero__copy { padding: 128px 28px 70px; position: relative; }
  .preb-home .preb-hero h1 { font-size: clamp(40px, 11vw, 56px); line-height: 1.48; }
  .preb-home .preb-hero__visual { inset: 0; min-height: 760px; opacity: .34; position: absolute; }
  .preb-home .preb-hero__visual::after { background: linear-gradient(90deg, rgba(247,245,240,.95), rgba(247,245,240,.25)); }
  .preb-home .preb-scroll { bottom: 24px; left: 28px; }
  .preb-home .preb-entrance { grid-template-columns: 1fr; }
  .preb-home .preb-entrance-card,
  .preb-home .preb-entrance-card:nth-child(4),
  .preb-home .preb-entrance-card:nth-child(5) { min-height: 340px; }
  .preb-home .preb-entrance-card__content { padding: 30px 26px; }
  .preb-home .preb-entrance-card__copy { margin-top: 18px; }
  .preb-home .preb-arrow { height: 44px; width: 44px; }
  .preb-home .preb-about { display: flex; flex-direction: column; }
  .preb-home .preb-about__visual { min-height: 430px; }
  .preb-home .preb-about__content { padding: 62px 24px 70px; }
  .preb-home .preb-about h2 { font-size: 30px; }
  .preb-home .preb-about__text br { display: none; }
  .preb-home .preb-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .preb-home .preb-line-cta { align-items: flex-start; flex-direction: column; gap: 30px; }
  .preb-home .preb-line-button--large { min-width: 0; width: 100%; }
}

@media (max-width: 430px) {
  .preb-home .preb-hero { min-height: 720px; }
  .preb-home .preb-hero__copy { padding: 122px 20px 60px; }
  .preb-home .preb-eyebrow { margin-bottom: 22px; }
  .preb-home .preb-hero h1 { font-size: 40px; letter-spacing: .09em; margin-bottom: 22px; }
  .preb-home .preb-hero__lead { font-size: 12px; }
  .preb-home .preb-scroll { left: 20px; }
  .preb-home .preb-entrance-card { min-height: 320px !important; }
  .preb-home .preb-entrance-card__en { font-size: 27px; }
  .preb-home .preb-about__visual { min-height: 330px; }
  .preb-home .preb-about h2 { font-size: 27px; letter-spacing: .06em; }
  .preb-home .preb-values { margin-top: 34px; }
  .preb-home .preb-news { padding-inline: 20px; }
  .preb-home .preb-news__grid { gap: 34px; grid-template-columns: 1fr; }
  .preb-home .preb-post-card__meta { font-size: 11px; }
  .preb-home .preb-post-card h3 { font-size: 15px; }
  .preb-home .preb-line-cta { padding-inline: 20px; }
  .preb-home .preb-line-cta h2 { font-size: 27px; }
}
