@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #1f2622;
  background: #f8f6ef;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f8f6ef;
}

.site-footer {
  margin-top: auto;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a:hover,
a:focus {
  color: inherit;
}

.suugaku-shell {
  width: 1120px;
  max-width: 92%;
  margin: 0 auto;
}

.suugaku-page-hero {
  position: relative;
  height: 78vh;
  height: 78svh;
  overflow: hidden;
  background: #041f1c;
  color: #ffffff;
}

.suugaku-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #041f1c 0%, rgba(4, 31, 28, 0.98) 34%, rgba(4, 31, 28, 0.72) 50%, rgba(4, 31, 28, 0.24) 68%, rgba(4, 31, 28, 0) 84%, rgba(4, 31, 28, 0) 100%);
  pointer-events: none;
}

.suugaku-page-hero-photo-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 28%;
  z-index: 0;
  overflow: hidden;
}

.suugaku-page-hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #041f1c 0%, #041f1c 18%, rgba(4, 31, 28, 0.82) 34%, rgba(4, 31, 28, 0.34) 54%, rgba(4, 31, 28, 0.06) 76%, rgba(4, 31, 28, 0) 100%), linear-gradient(0deg, rgba(4, 31, 28, 0.28), rgba(4, 31, 28, 0.04));
  pointer-events: none;
}

.suugaku-page-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.05) brightness(0.66);
}

.suugaku-page-hero-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.suugaku-page-hero-copy {
  position: relative;
  z-index: 4;
  width: 54%;
  padding: 0 0 88px;
}

.suugaku-page-kicker {
  margin: 0 0 14px;
  color: #c9983a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.suugaku-page-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.suugaku-page-hero-lead {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  line-height: 2.05;
}

.suugaku-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.suugaku-page-hero-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  z-index: 5;
  width: 360px;
  padding: 26px 28px 28px;
  border: 1px solid rgba(221, 194, 122, 0.48);
  background: rgba(4, 31, 28, 0.9);
  color: #ffffff;
  box-shadow: 18px 18px 0 rgba(201, 152, 58, 0.18), 0 24px 44px rgba(0, 0, 0, 0.24);
}

.suugaku-page-hero-panel-label {
  margin: 0 0 12px;
  color: #ddc27a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
}

.suugaku-page-hero-panel-value {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.38;
}

.suugaku-page-hero-panel-note {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.suugaku-page-hero-panel-divider {
  height: 1px;
  margin: 20px 0;
  background: rgba(221, 194, 122, 0.44);
}

.suugaku-page-hero-panel-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.suugaku-page-hero-panel-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.suugaku-page-hero-panel-list li:first-child {
  border-top: 0;
}

.suugaku-page-hero-panel-list strong {
  flex: 0 0 auto;
  color: #f2ce76;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.suugaku-page-button {
  position: relative;
  min-width: 188px;
  min-height: 54px;
  padding: 0 44px 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9983a;
  color: #1f2622;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.suugaku-page-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
  transform: translateY(-50%) rotate(45deg);
}

.suugaku-page-button-gold {
  background: linear-gradient(180deg, #d6ab52 0%, #bd862d 100%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.suugaku-page-button-outline {
  background: rgba(3, 30, 27, 0.24);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

.suugaku-page-button-gold:hover,
.suugaku-page-button-gold:focus-visible {
  background: #ffffff;
  border-color: #bd862d;
  color: #bd862d;
}

.suugaku-page-button-outline:hover,
.suugaku-page-button-outline:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #06342f;
}

.suugaku-final-cta {
  position: relative;
  overflow: hidden;
  background: #06342f;
  color: #ffffff;
}

.suugaku-final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.72) brightness(0.55);
}

.suugaku-final-cta-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(6, 52, 47, 0.93), rgba(6, 52, 47, 0.74), rgba(6, 52, 47, 0.9)), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 9px);
  pointer-events: none;
}

.suugaku-final-cta-inner {
  position: relative;
  z-index: 2;
  padding: 54px 0 50px;
  text-align: center;
}

.suugaku-final-cta-status {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 16px;
  border: 1px solid rgba(242, 206, 118, 0.62);
  color: #f2ce76;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.suugaku-final-cta-title {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.suugaku-final-cta-copy {
  width: 760px;
  max-width: 100%;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.suugaku-final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 28px;
}

@keyframes daifuku-soft-reveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-ready .reveal-target {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}

.reveal-ready .reveal-target.is-revealed {
  animation: daifuku-soft-reveal 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal-target {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

  .suugaku-page-hero {
    display: flex;
    flex-direction: column;
  }

  .suugaku-page-hero::after {
    background: linear-gradient(180deg, rgba(4, 31, 28, 0.34) 0%, rgba(4, 31, 28, 0.08) 34%, rgba(4, 31, 28, 0) 62%);
  }

  .suugaku-page-hero-photo-wrap {
    position: relative;
    inset: auto;
    flex: 1 1 auto;
    min-height: 240px;
    height: auto;
  }

  .suugaku-page-hero-photo-wrap::after {
    background: linear-gradient(0deg, #041f1c 0%, rgba(4, 31, 28, 0.55) 16%, rgba(4, 31, 28, 0) 44%);
  }

  .suugaku-page-hero-inner {
    display: block;
    flex: 0 0 auto;
    height: auto;
  }

  .suugaku-page-hero-copy {
    width: 100%;
    padding: 26px 0 34px;
  }

  .suugaku-page-hero-title {
    font-size: 34px;
  }

  .suugaku-page-hero-with-panel {
    height: 78vh;
    height: 78svh;
  }

  .suugaku-page-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
    padding: 22px 22px 24px;
    box-shadow: 10px 10px 0 rgba(201, 152, 58, 0.16), 0 18px 30px rgba(0, 0, 0, 0.22);
  }

  .suugaku-page-hero-panel-value {
    font-size: 24px;
  }

  .suugaku-page-hero-actions,
  .suugaku-final-cta-actions {
    display: block;
  }

  .suugaku-page-button {
    width: 100%;
    margin-top: 10px;
  }

  .suugaku-page-button:first-child {
    margin-top: 0;
  }

  .suugaku-final-cta-title {
    font-size: 29px;
  }

@media (min-width: 601px) {
  .suugaku-page-hero {
    display: block;
    height: 680px;
  }

  .suugaku-page-hero::after {
    background: linear-gradient(90deg, #041f1c 0%, rgba(4, 31, 28, 0.98) 34%, rgba(4, 31, 28, 0.72) 50%, rgba(4, 31, 28, 0.24) 68%, rgba(4, 31, 28, 0) 84%, rgba(4, 31, 28, 0) 100%);
  }

  .suugaku-page-hero-photo-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 28%;
    flex: initial;
    min-height: 0;
    height: auto;
  }

  .suugaku-page-hero-photo-wrap::after {
    background: linear-gradient(90deg, #041f1c 0%, #041f1c 18%, rgba(4, 31, 28, 0.82) 34%, rgba(4, 31, 28, 0.34) 54%, rgba(4, 31, 28, 0.06) 76%, rgba(4, 31, 28, 0) 100%), linear-gradient(0deg, rgba(4, 31, 28, 0.28), rgba(4, 31, 28, 0.04));
  }

  .suugaku-page-hero-inner {
    display: flex;
    flex: initial;
    height: 680px;
  }

  .suugaku-page-hero-copy {
    width: 54%;
    padding: 0 0 88px;
  }

  .suugaku-page-hero-title {
    font-size: 42px;
  }

  .suugaku-page-hero-with-panel {
    height: 680px;
  }

  .suugaku-page-hero-panel {
    position: absolute;
    right: 0;
    bottom: 58px;
    width: 360px;
    margin-top: 0;
    padding: 26px 28px 28px;
    box-shadow: 18px 18px 0 rgba(201, 152, 58, 0.18), 0 24px 44px rgba(0, 0, 0, 0.24);
  }

  .suugaku-page-hero-panel-value {
    font-size: 28px;
  }

  .suugaku-page-hero-actions,
  .suugaku-final-cta-actions {
    display: flex;
  }

  .suugaku-page-button {
    width: auto;
    margin-top: 0;
  }

  .suugaku-page-button:first-child {
    margin-top: 0;
  }

  .suugaku-final-cta-title {
    font-size: 36px;
  }
}
