@charset "UTF-8";
/* ============================================
   Tradition Home — TOP (SP)
============================================ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #332d1d;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.section-heading {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #111111;
  margin: 0 0 24px;
}
@media (min-width: 900px) {
  .section-heading {
    font-size: 32px;
    margin: 0 0 40px;
  }
}
.section-heading--underline {
  position: relative;
  padding-bottom: 16px;
}
.section-heading--underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 175px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

.eyebrow {
  font-weight: 700;
  font-size: 24px;
  color: #332d1d;
  margin: 0 0 4px;
}
@media (min-width: 900px) {
  .eyebrow {
    font-size: 48px;
    margin: 0 0 8px;
  }
}
.eyebrow--light {
  color: #ffffff;
}

.pill-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Hubballi", cursive;
  font-size: 14px;
  color: #ffffff;
  background: #02542d;
  border-radius: 999px;
  padding: 8px 26px;
}
.pill-label--link {
  display: block;
  width: max-content;
  margin: 48px auto;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Hubballi", cursive;
  font-size: 14px;
  color: #ffffff;
  background: #02542d;
  border-radius: 999px;
  padding: 10px 30px;
  margin-top: 20px;
}
@media (min-width: 900px) {
  .btn-more {
    font-size: 18px;
    padding: 14px 40px;
  }
}

/* Utility: forces a line break on SP only */
@media (min-width: 900px) {
  .u-break-sp {
    display: none;
  }
}

/* ============================================
   Header
============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
@media (min-width: 900px) {
  .site-header__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 0;
  }
}
.site-header__logo img {
  width: 49px;
  height: auto;
}
@media (min-width: 900px) {
  .site-header__logo img {
    width: 92px;
  }
}
.site-header__nav {
  display: none;
}
@media (min-width: 900px) {
  .site-header__nav {
    display: block;
  }
  .site-header__nav ul {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .site-header__nav a {
    font-size: 14px;
    color: #111111;
  }
}
.site-header__menu {
  width: 32px;
  height: 22px;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.site-header__menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #332d1d;
}
@media (min-width: 900px) {
  .site-header__menu {
    display: none;
  }
}

/* ============================================
   Global navigation
============================================ */
.global-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, background-color 0.35s ease, visibility 0s linear 0.35s;
}
.global-nav-overlay.is-open {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, background-color 0.35s ease, visibility 0s linear 0s;
}
@media (min-width: 900px) {
  .global-nav-overlay {
    display: none;
  }
}

.global-nav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 146px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 20px 16px 24px;
  z-index: 1000;
  transform: translateX(200%);
  transition: transform 0.35s ease;
}
.global-nav.is-open {
  transform: translateX(0);
}
@media (min-width: 900px) {
  .global-nav {
    display: none;
  }
}
.global-nav__close {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 20px auto;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.global-nav__close span {
  display: block;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background: #02542d;
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.global-nav__list a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  white-space: nowrap;
}

/* ============================================
   Hero
============================================ */
.hero {
  position: relative;
  padding: 60px 24px 0;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 439px;
  object-fit: cover;
  z-index: -2;
}
@media (min-width: 900px) {
  .hero__bg {
    height: 1600px;
    object-position: top;
  }
}
.hero__leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 439px;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 900px) {
  .hero__leaves {
    display: none;
  }
}
.hero__mountain {
  display: none;
}
.hero__scroll-line {
  display: none;
}
@media (min-width: 900px) {
  .hero__scroll-line {
    display: block;
    position: absolute;
    top: 100px;
    right: 48px;
    width: 1px;
    height: 220px;
    background: #332d1d;
    opacity: 0.4;
  }
  .hero__scroll-line::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #332d1d;
    opacity: 0.4;
  }
}
.hero__scroll-label {
  display: none;
}
@media (min-width: 900px) {
  .hero__scroll-label {
    display: block;
    position: absolute;
    top: 330px;
    right: 8px;
    font-size: 12px;
    color: #545454;
    letter-spacing: 0.05em;
  }
}
.hero__tagline {
  font-weight: 300;
  font-size: 16px;
  color: #332d1d;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .hero__tagline {
    max-width: 1120px;
    margin: 0 auto 24px;
    font-size: 32px;
  }
}
.hero__heading {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: #332d1d;
  margin: 0 0 130px;
}
@media (min-width: 900px) {
  .hero__heading {
    max-width: 1120px;
    margin: 0 auto 260px;
    font-size: 48px;
    line-height: 2;
    white-space: nowrap;
  }
}

.concept-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 32px 24px 40px;
  text-align: center;
}
@media (min-width: 900px) {
  .concept-card {
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px;
    text-align: left;
    box-shadow: none;
    border: 1px solid rgba(51, 45, 29, 0.08);
  }
}
@media (min-width: 900px) {
  .concept-card .pill-label {
    display: block;
    background: none;
    color: #111111;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    padding: 0;
    border-radius: 0;
    margin-bottom: 24px;
  }
}
.concept-card__heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #111111;
  margin: 16px 0;
}
@media (min-width: 900px) {
  .concept-card__heading {
    display: none;
  }
}
.concept-card__text {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .concept-card__text {
    font-size: 20px;
    line-height: 1.8;
    max-width: 500px;
  }
}

/* ============================================
   わたしたちのつよみ
============================================ */
.strengths {
  position: relative;
  padding: 64px 24px 60px;
}
@media (min-width: 900px) {
  .strengths {
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 24px 80px;
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 48px;
  }
}
.strengths__deco {
  position: absolute;
  left: 6px;
  top: 40px;
  width: 90px;
  height: auto;
  opacity: 0.3;
  z-index: 0;
}
@media (min-width: 900px) {
  .strengths__deco {
    position: relative;
    grid-column: 1;
    grid-row: 2/4;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 280px;
    opacity: 0.6;
    justify-self: center;
  }
}
.strengths .section-heading {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .strengths .section-heading {
    grid-column: 1/3;
    grid-row: 1;
    text-align: left;
  }
}
.strengths__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 900px) {
  .strengths__list {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
  }
}
.strengths__title {
  font-weight: 400;
  font-size: 20px;
  color: #332d1d;
  margin: 0 0 12px;
}
@media (min-width: 900px) {
  .strengths__title {
    font-size: 32px;
  }
}
.strengths__text {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 900px) {
  .strengths__text {
    font-size: 20px;
    max-width: 460px;
  }
}

.quotes {
  text-align: center;
}
@media (min-width: 900px) {
  .strengths .quotes {
    grid-column: 2;
    grid-row: 3;
    text-align: left;
    margin-top: 40px;
  }
}
.quotes__sm {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 12px;
}
@media (min-width: 900px) {
  .quotes__sm {
    font-size: 30px;
  }
}
.quotes__md {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  margin: 24px 0;
}
@media (min-width: 900px) {
  .quotes__md {
    font-size: 36px;
    line-height: 1.3;
  }
}

/* ============================================
   これからの素材
============================================ */
.materials {
  position: relative;
  padding: 64px 24px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .materials {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 24px;
  }
}
.materials__deco {
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.materials__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .materials__list {
    flex-direction: row;
    gap: 32px;
  }
}

.material-card {
  background: #08703e;
  border-radius: 21px;
  padding: 48px 24px 32px;
  text-align: center;
}
@media (min-width: 900px) {
  .material-card {
    flex: 1 1 0;
    padding: 48px 32px;
  }
}
.material-card__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 4px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 900px) {
  .material-card__photo {
    width: 200px;
    height: 200px;
  }
}
.material-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.material-card__title {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px;
}
@media (min-width: 900px) {
  .material-card__title {
    font-size: 32px;
  }
}
.material-card__text {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}
@media (min-width: 900px) {
  .material-card__text {
    font-size: 16px;
  }
}

/* ============================================
   これからの仕組み
============================================ */
.system {
  padding: 64px 24px;
  text-align: center;
}
@media (min-width: 900px) {
  .system {
    padding: 80px 24px;
  }
}
.system__lead {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto 32px;
}
@media (min-width: 900px) {
  .system__lead {
    font-size: 20px;
    max-width: 500px;
  }
}
.system__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .system__list {
    max-width: 1120px;
    margin: 0 auto 40px;
    gap: 16px;
  }
}
.system__list li {
  background: #08703e;
  color: #ffffff;
  font-size: 24px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ffffff;
}
@media (min-width: 900px) {
  .system__list li {
    text-align: left;
    padding: 24px 52px;
    font-size: 24px;
  }
}

.price-box {
  background: #08703e;
  border-radius: 21px;
  padding: 48px 24px;
}
@media (min-width: 900px) {
  .price-box {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.price-box__icon {
  display: none;
}
@media (min-width: 900px) {
  .price-box__icon {
    display: block;
    width: 120px;
    height: auto;
  }
}
.price-box__price {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}
.price-box__unit {
  font-size: 28px;
}
.price-box__num {
  font-size: 40px;
}
.price-box__caption {
  color: #ffffff;
  font-weight: 100;
  font-size: 18px;
}
@media (min-width: 900px) {
  .price-box__caption {
    font-size: 20px;
  }
}

/* ============================================
   HOUSE
============================================ */
.house {
  position: relative;
  padding: 64px 24px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 900px) {
  .house {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 24px;
  }
}
.house__deco {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.house .eyebrow,
.house .section-heading, .house__text, .house__gallery {
  position: relative;
  z-index: 1;
}
.house__text {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .house__text {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.house__gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.house__gallery figcaption {
  font-size: 10px;
}
@media (min-width: 900px) {
  .house__gallery {
    flex-direction: row;
    gap: 32px;
  }
  .house__gallery figure {
    flex: 1;
  }
  .house__gallery figcaption {
    font-size: 14px;
    margin-top: 8px;
  }
}
.house__photo {
  width: 100%;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* ============================================
   PARTNER
============================================ */
.partner {
  background: #08703e;
  color: #ffffff;
  padding: 64px 24px;
  text-align: center;
}
@media (min-width: 900px) {
  .partner {
    padding: 100px 24px;
  }
}
.partner__heading {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 20px;
}
@media (min-width: 900px) {
  .partner__heading {
    font-size: 30px;
  }
}
.partner__rule {
  width: 222px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto 20px;
}
@media (min-width: 900px) {
  .partner__rule {
    width: 340px;
  }
}
.partner__text {
  font-weight: 100;
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
  margin: 0 auto 8px;
}
@media (min-width: 900px) {
  .partner__text {
    font-size: 20px;
    line-height: 1.75;
    max-width: 500px;
  }
}

/* ============================================
   EVENT
============================================ */
.event {
  padding: 64px 24px;
}
@media (min-width: 900px) {
  .event {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 24px;
  }
}
.event .section-heading {
  text-align: left;
}
@media (min-width: 900px) {
  .event .section-heading {
    font-size: 48px;
    font-weight: 700;
  }
}
.event__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 900px) {
  .event__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 48px;
  }
}
.event__item {
  display: flex;
  gap: 16px;
}
@media (min-width: 900px) {
  .event__item {
    gap: 24px;
  }
}
.event__photo {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  background: #d9d9d9;
  border-radius: 8px;
}
@media (min-width: 900px) {
  .event__photo {
    flex-basis: 162px;
    width: 162px;
    height: 162px;
  }
}
.event__date {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 900px) {
  .event__date {
    font-size: 16px;
  }
}
.event__title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 6px;
}
@media (min-width: 900px) {
  .event__title {
    font-size: 32px;
  }
}
.event__text {
  font-weight: 100;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .event__text {
    font-size: 20px;
  }
}

/* ============================================
   Footer
============================================ */
.site-footer {
  background: #ffffff;
  padding: 64px 24px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo    contact" "tagline contact" "line    wordmark" "line    license";
    column-gap: 80px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 24px 0;
    text-align: left;
  }
}
.site-footer__logo {
  width: 165px;
  margin: 0 auto 16px;
}
@media (min-width: 900px) {
  .site-footer__logo {
    grid-area: logo;
    margin: 0 0 16px;
  }
}
.site-footer__tagline {
  font-size: 14px;
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .site-footer__tagline {
    grid-area: tagline;
    font-size: 18px;
  }
}
.site-footer__rule {
  border: none;
  border-top: 1px solid rgba(51, 45, 29, 0.2);
  margin: 32px 0;
}
@media (min-width: 900px) {
  .site-footer__rule {
    display: none;
  }
}
@media (min-width: 900px) {
  .site-footer__line {
    grid-area: line;
    align-self: start;
  }
}
.site-footer__line-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .site-footer__line-title {
    font-size: 24px;
  }
}
.site-footer__line-text {
  font-size: 14px;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .site-footer__line-text {
    font-size: 18px;
  }
}
.site-footer__qr {
  width: 137px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .site-footer__qr {
    margin: 0;
  }
}
.site-footer__contact {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
.site-footer__contact p:first-child {
  margin-bottom: 16px;
}
@media (min-width: 900px) {
  .site-footer__contact {
    grid-area: contact;
    font-size: 18px;
  }
}
.site-footer__wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 16px;
}
.site-footer__wordmark img:first-child {
  width: 32px;
  height: 15px;
}
.site-footer__wordmark img:last-child {
  width: 122px;
  height: 14px;
}
@media (min-width: 900px) {
  .site-footer__wordmark {
    grid-area: wordmark;
    justify-content: flex-start;
    margin: 32px 0 16px;
  }
}
.site-footer__license {
  font-size: 10px;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .site-footer__license {
    grid-area: license;
  }
}
.site-footer__copyright {
  background: #02542d;
  color: #ffffff;
  font-size: 10px;
  padding: 16px;
}
.site-footer__copyright p {
  margin: 0;
}
@media (min-width: 900px) {
  .site-footer__copyright {
    grid-column: 1/-1;
    text-align: center;
    margin-top: 24px;
  }
}

/* ============================================
   Responsive: center the SP/TB layout, release it on PC
============================================ */
@media (min-width: 600px) and (max-width: 899px) {
  body {
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 900px) {
  body {
    max-width: none;
    box-shadow: none;
  }
}
