@charset "utf-8";

/* 第1段階：ヘッダー・FV専用。元のstyle.cssと全体変数は変更しない。 */
.tsukamoto-stage1 #header .logo {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.tsukamoto-stage1 #header .logo a {
  text-decoration: none;
  white-space: nowrap;
}

.tsukamoto-stage1 #header nav {
  display: block;
}

.tsukamoto-stage1 #header .btn a {
  white-space: nowrap;
}

/* 申込CTAを常時表示するため、今回の簡易ヘッダーでは開閉メニューを使わない。 */
.tsukamoto-stage1 #menubar_hdr,
.tsukamoto-stage1 #menubar {
  display: none !important;
}

.tsukamoto-stage1 .mainimg .text h2 {
  text-wrap: balance;
}

.tsukamoto-stage1 .mainimg .text .fv-concern,
.tsukamoto-stage1 .mainimg .text .fv-support {
  display: block;
  max-width: 38em;
  font-size: 1rem;
  line-height: 1.9;
  line-break: strict;
  text-wrap: pretty;
}

.tsukamoto-stage1 .mainimg .text .fv-support {
  font-size: 0.9rem;
}

.tsukamoto-stage1 .mainimg .fv-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 1em;
  list-style: none;
  font-size: 0.8rem;
}

.tsukamoto-stage1 .mainimg .fv-details li {
  white-space: nowrap;
}

.tsukamoto-stage1 .mainimg .fv-details li + li {
  border-left: 1px solid var(--bg-border-color);
  padding-left: 1em;
}

.tsukamoto-stage1 .mainimg .btn a {
  gap: 0.7em;
  min-height: 44px;
  white-space: nowrap;
}

@media (max-width: 800px) {
  /* 写真受領前の暫定表示。写真上の見出しを維持し、説明文を写真の下へ続ける。 */
  .tsukamoto-stage1 .mainimg .slide {
    position: relative;
  }

  .tsukamoto-stage1 .mainimg .slide picture {
    position: absolute;
    inset: 0 0 auto;
    height: auto;
  }

  .tsukamoto-stage1 .mainimg .slide .text {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0 var(--content-space-l);
    padding-bottom: 2rem;
    gap: 1rem;
  }

  .tsukamoto-stage1 .mainimg .text h2 {
    width: 58%;
    min-height: 49.167vw;
    align-content: center;
    font-size: clamp(16px, 4.4vw, 29px);
  }

  .tsukamoto-stage1 .mainimg .text .fv-concern {
    font-size: 15px;
  }

  .tsukamoto-stage1 .mainimg .text .fv-support {
    font-size: 14px;
  }

  .tsukamoto-stage1 .mainimg .fv-details {
    font-size: 11px;
  }

  .tsukamoto-stage1 .mainimg .btn a {
    font-size: 14px;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .tsukamoto-stage1 .mainimg {
    padding-top: 80px;
  }
}

@media (max-width: 700px) {
  .tsukamoto-stage1 #header {
    gap: 0.8rem;
  }

  .tsukamoto-stage1 #header .logo {
    font-size: clamp(15px, 4.1vw, 18px);
    letter-spacing: 0.035em;
  }

  .tsukamoto-stage1 #header .btn a {
    padding: 0.65rem 0.8rem;
    font-size: 11px;
  }
}
