/* LP・使い方ページの追加案内。既存の配色と丸みを引き継ぐ。 */
.bc-guide,
.bc-page-nav,
.bc-home-intro {
  box-sizing: border-box;
}

.bc-guide {
  width: min(1060px, 92%);
  margin: 0 auto 90px;
  padding: 48px 36px;
  text-align: center;
}

.bc-guide-tint {
  background: #fffaf0;
  border-radius: 30px;
}

.bc-guide h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.6;
}

.bc-guide-lead {
  max-width: 760px;
  margin: 0 auto 32px;
}

.bc-guide-kicker {
  color: #a95100;
  font-weight: bold;
  margin: 0 0 12px;
}

.bc-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  margin: 0;
}

.bc-guide-card {
  padding: 24px;
  border: 2px solid #f6d3aa;
  border-radius: 22px;
  background: #fff;
  text-align: left;
  min-width: 0;
}

.bc-step {
  display: inline-block;
  color: #a95100;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.bc-guide-card h3,
.bc-guide-box h3 {
  font-size: 20px;
  line-height: 1.5;
}

.bc-guide-card p {
  font-size: 15px;
  margin: 14px 0;
}

.bc-guide-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bc-guide-note {
  font-size: 14px;
  text-align: left;
  margin: 24px auto;
  max-width: 840px;
}

.bc-guide-link,
.bc-inline-link,
.bc-guide-links a {
  color: #a95100;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bc-guide-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 28px;
}

.bc-guide a:focus-visible,
.bc-page-nav a:focus-visible,
.bc-home-intro a:focus-visible,
.bc-table-scroll:focus-visible {
  outline: 3px solid #a95100;
  outline-offset: 5px;
}

.bc-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(1000px, 92%);
  margin: 24px auto 65px;
}

.bc-page-nav a {
  padding: 10px 20px;
  border: 1px solid #f4c493;
  border-radius: 30px;
  color: #a95100;
  background: #fffaf4;
  font-size: 15px;
}

.bc-lp [id],
.bc-howto [id] {
  scroll-margin-top: 85px;
}

/* LP固定ヘッダー */
.bc-lp .bc-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f4dcc1;
  box-shadow: 0 4px 18px rgba(108, 72, 36, 0.08);
}

.bc-lp .bc-site-header .header_content {
  max-width: 1240px;
  padding: 0 24px;
  gap: 24px;
}

.bc-lp .bc-site-header .header_logo,
.bc-lp .bc-site-header .header_link {
  flex: 0 0 auto;
  padding: 0;
}

.bc-lp .bc-site-header .header_logo img {
  display: block;
  width: 126px;
  height: auto;
}

.bc-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  margin-left: auto;
}

.bc-header-nav a {
  padding: 9px 12px;
  border-radius: 20px;
  color: #4c4038;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  transition: color 0.2s, background-color 0.2s;
}

.bc-header-nav a:hover,
.bc-header-nav a:focus-visible {
  color: #a95100;
  background: #fff3e6;
}

.bc-header-nav .bc-header-register {
  display: none;
}

/* 手順セクションと見分けやすいよう、機能紹介はドット背景とカード型で見せる。 */
.bc-lp .bc-point-showcase {
  max-width: none;
  margin: 0 auto 120px;
  padding: 58px max(24px, calc((100% - 1280px) / 2)) 68px;
  background-color: #fff8ef;
  background-image: radial-gradient(circle, #f4d7bb 1.5px, transparent 1.7px);
  background-size: 14px 14px;
}

.bc-lp .bc-point-showcase h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 38px;
  color: #45403d;
  font-size: 28px;
  line-height: 1;
}

.bc-lp .bc-point-showcase .bc-point-number {
  color: #f4810e;
  font-family: Arial, sans-serif;
  font-size: 94px;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.7;
  text-shadow: 3px 3px 0 #fff;
}

.bc-lp .bc-point-showcase .point_content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.bc-lp .bc-point-showcase .point_content li {
  display: flex;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(173, 103, 38, 0.14);
}

.bc-lp .bc-point-showcase .point_content_wrap {
  position: static;
  width: auto;
}

.bc-lp .bc-point-showcase .point_balloon {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 84px;
  height: auto;
  margin: 0;
  padding: 15px 38px;
  border-radius: 0;
  background: #f4810e;
  font-size: 18px;
  line-height: 1.5;
}

.bc-lp .bc-point-showcase .point_balloon::before {
  display: none;
}

.bc-lp .bc-point-showcase .point_content_bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
}

.bc-lp .bc-point-showcase .point_content_icon {
  width: 82%;
  margin: 18px auto 6px;
}

.bc-lp .bc-point-showcase .point_content_text {
  width: auto;
  margin: 8px 20px 0;
  font-size: 14px;
  line-height: 1.75;
}

.bc-lp .bc-site-header .header_link {
  width: 220px;
  text-align: center;
}

.bc-lp .bc-site-header .header_link .cta_btn_text {
  height: 44px;
  border-radius: 24px;
  line-height: 44px;
  font-size: 15px;
}

.bc-menu-button {
  display: none;
}

.bc-lp .bc-hero-note {
  margin: 14px 0 0;
  font-size: 16px;
}

.bc-lp .fv_content .cta_btn_wrap {
  margin-top: 24px;
}

.bc-plan-summary {
  max-width: 900px;
  width: 90%;
  margin: -25px auto 35px;
  text-align: center;
}

.bc-table-scroll {
  overflow-x: auto;
}

.bc-guide-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
  font-size: 15px;
}

.bc-guide-table th,
.bc-guide-table td {
  border: 1px solid #f4dcc1;
  padding: 16px;
}

.bc-guide-table thead th {
  background: #f4810e;
  color: #fff;
}

.bc-guide-table tbody th {
  width: 20%;
  background: #fffaf4;
}

.bc-checklist {
  text-align: left;
}

.bc-checklist li {
  padding: 16px 0;
  border-bottom: 1px solid #f4dcc1;
}

.bc-checklist li:last-child {
  border-bottom: 0;
}

.bc-guide-box {
  border: 2px solid #f6d3aa;
  border-radius: 22px;
  padding: 28px;
  text-align: left;
  margin-top: 28px;
}

.bc-home-intro {
  padding: 150px 24px 65px;
  text-align: center;
  background: #fffaf0;
}

.bc-home-intro h1 {
  border: 0;
  padding: 0;
  font-size: 38px;
  font-weight: bold;
}

.bc-home .service {
  padding-top: 65px;
  padding-bottom: 75px;
}

.bc-home .bc-guide {
  margin-bottom: 0;
}

.bc-howto .how-to-use_wrap h1 {
  border: 0;
  padding-left: 0;
}

.bc-howto .how-to-use_wrap h2 {
  border: 1px solid #f4dcc1;
  border-radius: 14px;
  padding: 16px;
}

.bc-howto .bc-page-nav {
  width: 100%;
  justify-content: flex-start;
  margin: 25px 0;
}

.bc-howto .bc-numbered-list {
  padding-left: 26px;
  margin: 22px 0;
}

.bc-numbered-list li {
  list-style: decimal;
  margin: 12px 0;
}

.bc-template {
  margin: 20px 0;
  padding: 24px;
  border: 1px solid #f4dcc1;
  border-radius: 18px;
  background: #fffaf4;
}

@media screen and (max-width: 800px) {
  .bc-lp [id] {
    scroll-margin-top: 76px;
  }

  .bc-lp .bc-site-header .header_content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 16px 0 14px;
  }

  .bc-lp .bc-site-header .header_logo,
  .bc-lp .bc-site-header .header_link {
    width: auto;
    margin: 0;
  }

  .bc-lp .bc-site-header .header_logo {
    justify-content: flex-start;
  }

  .bc-lp .bc-site-header .header_logo img {
    width: 86px;
    padding: 0;
  }

  .bc-lp .bc-site-header .header_link {
    display: none;
  }

  .bc-lp .bc-site-header .header_link .cta_btn_text {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    background: #df955c;
    box-shadow: none;
  }

  .bc-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff7f0;
    cursor: pointer;
  }

  .bc-menu-button:focus-visible {
    outline: 3px solid #a95100;
    outline-offset: 2px;
  }

  .bc-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #b76e33;
    transition: transform 0.2s, opacity 0.2s;
  }

  .bc-menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .bc-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .bc-menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .bc-header-nav {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 12px;
    border-top: 1px solid #f4dcc1;
    background: #fff;
    box-shadow: 0 10px 18px rgba(108, 72, 36, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  }

  .bc-header-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .bc-header-nav a {
    padding: 13px 8px;
    border-radius: 12px;
    background: #fffaf4;
    text-align: center;
    font-size: 13px;
  }

  .bc-header-nav .bc-header-register {
    display: block;
    grid-column: 1 / -1;
    margin-top: 10px;
    padding: 12px 8px;
    border-radius: 24px;
    background: #df955c;
    color: #fff;
    font-size: 14px;
  }

  .bc-header-nav .bc-header-register:hover,
  .bc-header-nav .bc-header-register:focus-visible {
    background: #cf834c;
    color: #fff;
  }

  .bc-guide {
    padding: 32px 20px;
    margin-bottom: 55px;
  }

  .bc-guide-grid {
    grid-template-columns: 1fr;
  }

  .bc-guide-card img {
    max-width: 420px;
    margin: 18px auto 0;
  }

  .bc-guide-table {
    min-width: 620px;
  }

}

@media screen and (max-width: 480px) {
  .bc-guide h2 {
    font-size: 22px;
  }

  .bc-lp .fv_content {
    left: 20px;
    right: 15px;
    top: 17%;
  }

  .bc-lp .fv_content h1 .fz48 {
    font-size: clamp(25px, 7.4vw, 32px);
    letter-spacing: 0;
  }

  .bc-lp .fv_content h1 .fz32 {
    font-size: 23px;
    letter-spacing: 0;
  }

  .bc-lp .fv_content h1 .fz24 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .bc-lp .bc-hero-note {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 12px;
  }

  .bc-page-nav {
    gap: 10px;
    margin-bottom: 45px;
  }

  .bc-page-nav a {
    padding: 8px 14px;
    font-size: 14px;
  }

  .bc-plan-summary {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
  }

  .bc-home-intro {
    padding-top: 110px;
    padding-bottom: 45px;
  }

  .bc-home-intro h1 {
    font-size: 27px;
    letter-spacing: 0;
  }

  .bc-guide-links {
    flex-direction: column;
    text-align: left;
  }
}

@media screen and (max-width: 800px) {
  .bc-lp .bc-point-showcase {
    margin-bottom: 62px;
    padding: 42px 16px 48px;
  }

  .bc-lp .bc-point-showcase h2 {
    gap: 6px;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .bc-lp .bc-point-showcase .bc-point-number {
    font-size: 74px;
  }

  .bc-lp .bc-point-showcase .point_content {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
  }

  .bc-lp .bc-point-showcase .point_content li {
    display: flex;
  }

  .bc-lp .bc-point-showcase .point_balloon {
    min-height: 66px;
    height: auto;
    font-size: 17px;
  }

  .bc-lp .bc-point-showcase .point_content_icon {
    width: min(76%, 280px);
    margin-top: 14px;
  }

  .bc-lp .bc-point-showcase .point_content_text {
    margin: 8px 18px 2px;
  }
}

/* 中央見出しの下に動画と説明を同じ幅で配置 */
.bc-lp .bc-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
  width: 94%;
  max-width: 1400px;
}

.bc-lp .bc-about .about_title {
  grid-column: 1 / -1;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.bc-lp .bc-about .about_left,
.bc-lp .bc-about .about_right {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.bc-lp .bc-about .about_movie { width: 100%; }
.bc-lp .bc-about iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.bc-lp .bc-about-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid #eedfce;
  border-radius: 18px;
  background: #fffaf4;
  color: #444;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
}

.bc-about-panel p { margin: 0; }
.bc-about-panel .bc-about-intro { font-size: 16px; }
.bc-about-feature { margin-top: 14px; }
.bc-about-feature h3 { margin: 0 0 4px; font-size: 17px; color: #444; }
.bc-about-panel .bc-about-plan { margin-top: 14px; padding-top: 12px; border-top: 1px solid #eedfce; font-size: 14px; }
.bc-lp .bc-point-showcase .bc-reason-number {
  position: absolute;
  top: 12px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #a95100;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .bc-lp .bc-about { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .bc-lp .bc-about-panel { padding: 22px 18px; font-size: 15px; }
  .bc-about-panel .bc-about-intro { font-size: 16px; }
  .bc-lp #guest-flow { width: 100%; padding-right: 12px; padding-left: 12px; }
  .bc-lp #guest-flow .bc-guide-lead { font-size: clamp(11px, 3.3vw, 14px); letter-spacing: 0; line-height: 1.85; }
  .bc-lp #guest-flow .bc-guide-lead span { display: block; }
}
