@import url("../common.css");

/*------------------------
取引ガイド（userguide）
-------------------------*/

:root {
  --ug-yellow: #ffe400;
  --ug-yellow-deep: #ffd200;
  --ug-red: #eb0000;
  --ug-red-dark: #ca0108;
}

/* FV（商品ページと同構造・Figma MV 43:4053 / 43:4374） */
.page-fv {
  width: 95.83333333333334vw;
  max-width: 1840px;
  padding: 0;
  margin: 26px auto 20px;
  position: relative;
  overflow: hidden;
  border: solid 6px var(--color-black);
}

.page-fv__scene {
  position: relative;
  width: 100%;
  aspect-ratio: 1840 / 350;
}

.page-fv__figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-fv__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 2;
}

.page-fv__overlay {
  width: 92vw;
  max-width: 1400px;
  margin: auto;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 10;
}

.page-fv__accent {
  width: 13.695652173913043vw;
  max-width: 252px;
  height: 13.423913043478262vw;
  max-height: 247px;
  margin: 0;
  position: absolute;
  left: 2.923076923076923vw;
  top: 2.5vw;
  z-index: 0;
  background: url("../../img/common/page-fv__accent.png") 0 0 no-repeat;
  background-size: cover;
}

.page-fv__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

@media screen and (min-width: 751px) {
  .page-fv__title {
    -webkit-text-stroke: 4px var(--color-black);
    text-shadow: 0 2px #000, 0 6px #000, 0 10px #000;
    paint-order: stroke fill;
  }
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .page-fv__title {
    font-size: 4.642857142857143vw;
  }
}

@media screen and (max-width: 750px) {
  .page-fv {
    width: 92vw;
    margin: 4.133333333333333vw auto 0;
    border-width: 0.8vw;
  }

  .page-fv__scene {
    aspect-ratio: 684 / 268;
    max-height: min(88vw, 480px);
  }

  .page-fv__overlay {
    padding: 0 2.933333333333333vw 0;
  }

  .page-fv__accent {
    left: 9.2%;
    width: clamp(12rem, 30.7vw, 21.2rem);
    height: clamp(11.5rem, 30.1vw, 20.8rem);
  }

  .page-fv__title {
    margin-top: 0.6666666666666667vw;
    font-size: 7.333333333333333vw;
    text-shadow: 0 2px #000, 0 4px #000, 0 6px #000;
    -webkit-text-stroke: 4px var(--color-black);
    paint-order: stroke fill;
  }
}

/* リード帯「しばりなし」（Figma 43:3279 PC / 43:4101 SP） */
.userguide-lead-banner {
  margin: 0 auto;
  padding: 80px 0 110px;
  overflow: hidden;
  position: relative;
}

.userguide-lead-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url("../../img/common/bg_checks.png") 0 0 / 1920px repeat-x;
}


.userguide-lead-banner__wrap {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  height: 16.666666666666664vw;
  margin: 0 auto 25px;
  background: #A80000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userguide-lead-banner__wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.0833333333333335vw;
  pointer-events: none;
  background: url("../../img/userguide/lead_banner_bg.png") 0 0 / 100% repeat-x;
}

.userguide-lead-banner__deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
  max-width: 131px;
  width: 10.916666666666666vw;
  height: 13vw;
  max-height: 156px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  pointer-events: none;
}

.userguide-lead-banner__deco--left {
  left: 9.25vw;
  background-image: url("../../img/userguide/lead_banner_deco_left.png");
  background-size: 100%;
}

.userguide-lead-banner__deco--right {
  right: 9.583333333333334vw;
  max-width: 136px;
  width: 11.333333333333332vw;
  max-height: 161px;
  height: 13.416666666666666vw;
  background: url("../../img/userguide/lead_banner_deco_right.png") 0 0 no-repeat;
  background-size: 100%;
}

.userguide-lead-banner__content {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  text-align: center;
}

.userguide-lead-banner__headline {
  margin: 0;
  font-size: 4.583333333333333vw;
  font-weight: 800;
  line-height: 1.455;
  letter-spacing: 0.02em;
  color: var(--color-white);
  text-shadow: rgb(0, 0, 0) 0px 2px, rgb(0, 0, 0) 0px 6px, rgb(0, 0, 0) 0px 10px;

  -webkit-text-stroke: 4px var(--color-black);
  paint-order: stroke fill;
}

.userguide-lead-banner__mark {
  color: #FFD200;
}

.userguide-lead-banner__sub {
  margin: 0 auto 120px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}

/* ページ内アンカー帯（汎用コンポーネント・Figma page_link 43:3289 / 43:4082） */
.anchor-nav {
  padding: 0;
  margin: 0 auto;
}

.anchor-nav__inner {
  width: 92vw;
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  border: 4px solid var(--color-black);
  border-top: none;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.anchor-nav__link {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-black);
  text-decoration: none;
  border-right: 4px solid var(--color-black);
  box-sizing: border-box;
  text-align: center;
}

.anchor-nav__link:last-child {
  border-right: none;
}

.anchor-nav__link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: var(--color-black) transparent transparent transparent;
}

.anchor-nav__link:hover {
  opacity: 0.75;
}

/* セクション共通 */
.userguide-section {
  padding: 150px 0 135px;
  background: var(--color-bg);
}

.userguide-section--surface {
  background: var(--color-white);
}

.userguide-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.userguide-section__head {
  margin-bottom: 47px;
  text-align: center;
}

.userguide-section__lead {
  margin: 24px auto 0;
  max-width: 920px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--color-black);
}

.userguide-section__note {
  margin: 20px auto 0;
  max-width: 920px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* お取引開始までの流れ（support startup-support 踏襲・Figma 43:3308 / 43:4108） */
.userguide-flow__contact-tel {
  font-weight: 800;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .userguide-flow__contact-tel {
    pointer-events: none;
  }
}

/* トップ index ラインナップの baseBtn と同型（黒ボタン＋矢印） */
.userguide-flow__cta-wrap {
  margin: 18px 0 0;
  text-align: left;
}

.userguide-flow__cta-wrap .baseBtn-style__normal {
  margin-left: 0;
  margin-right: 0;
  padding: 13px 45px 13px 40px;
  letter-spacing: .04em;
}

.userguide-flow-section__head {
  margin-bottom: 60px;
  text-align: center;
}

.userguide-flow-section__note {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  font-weight: 400;
}

.userguide-flow-section__checklist {
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
}

.userguide-flow-section__checklist li {
  position: relative;
  margin: 0 0 4px;
  padding-left: 26px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.userguide-flow-section__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 17px;
  height: 15px;
  background: url("../../img/common/ic_chk.png") 0 0 / contain no-repeat;
}

.userguide-flow-section.startup-support {
  padding-top: 120px;
  padding-bottom: 100px;
  background: var(--ug-yellow-deep);
  position: relative;
}


.userguide-flow-section .startup-support__inner {
  position: relative;
  z-index: 2;
}

.userguide-flow-section .startup-support__lead {
  max-width: 750px;
  margin: 0 auto 25px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  font-weight: 400;
}

.userguide-flow-section ol.startup-support__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.userguide-flow-section .startup-support__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.userguide-flow-section .startup-support__item {
  list-style: none;
}

.userguide-flow-section .startup-support__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 250px;
  max-width: 80%;
  height: 32px;
  margin: 4px auto;
  background: url("../../img/userguide/flow_between_pc.png") center / contain no-repeat;
}

.userguide-flow-section .startup-support-card {
  height: 100%;
  min-height: 270px;
  padding: 30px 0 35px 86px;
  margin: 0 auto;
  background: var(--color-white);
  border: 6px solid var(--color-black);
  position: relative;
}

.userguide-flow-section .startup-support-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 119px;
  width: 9.91667vw;
  height: 96px;
  max-height: 8vw;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjExOSIgaGVpZ2h0PSI5NiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTE5IDk2Ij4gPGRlZnM+IDxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2ZmZjsgfSAuY2xzLTIgeyBmaWxsOiAjY2EwMTA4OyB9IDwvc3R5bGU+IDwvZGVmcz4gIDxnPiA8ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIj4gPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNODkuMywwbDI5LjcsNDgtMjkuNyw0OEgyOS44TDAsNDgsMjkuOCwwaDU5LjVaIi8+IDxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzMy45IDg5LjMgOC4zIDQ4IDMzLjkgNi43IDg1LjEgNi43IDExMC43IDQ4IDg1LjEgODkuMyAzMy45IDg5LjMiLz4gPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODQuNSw3LjdsMjUsNDAuMy0yNSw0MC4zaC01MEw5LjUsNDgsMzQuNSw3LjdoNTBNODUuNiw1LjdoLTUyLjJsLS42LjlMNy44LDQ2LjlsLS43LDEuMS43LDEuMSwyNSw0MC4zLjYuOWg1Mi4ybC42LS45LDI1LTQwLjMuNy0xLjEtLjctMS4xTDg2LjIsNi42bC0uNi0uOWgwWiIvPiA8L2c+IDwvZz48L3N2Zz4=");
  background-size: 100%;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: -41px;
  top: -20px;
}

.userguide-flow-section .startup-support-card__number span {
  display: block;
  font-size: 4.2rem;
}

.userguide-flow-section .startup-support-card__image {
  width: 35.5vw;
  max-width: 426px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  overflow: hidden;
}

.userguide-flow-section .startup-support-card__image img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.userguide-flow-section .startup-support-card__desc {
  width: 59.3333vw;
  max-width: 712px;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
}

.userguide-flow-section .startup-support-card .subsection-title {
  margin: 0 0 12px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
}

.userguide-flow-section .startup-support-card__text {
  margin: 0;
  padding-left: 0.5em;
  font-size: 1.6rem;
  text-indent: -0.5em;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media screen and (min-width: 1201px) {
  .userguide-lead-banner__wrap {
    max-height: 200px;
  }

  .userguide-lead-banner__wrap::after {
    height: 38px;
  }

  .userguide-lead-banner__deco--left {
    left: 111px;
  }

  .userguide-lead-banner__deco--right {
    right: 115px;
  }

  .userguide-lead-banner__headline {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .userguide-flow-section .startup-support-card {
    padding: 40px 0 40px 6.91667vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .userguide-flow-section .startup-support-card .subsection-title {
    font-size: 2.33333vw;
  }

  .userguide-flow-section .startup-support-card__number {
    font-size: 1.3333333333333335vw;
    left: -3.4166666666666665vw;
    top: -1.6666666666666667vw;
  }

  .userguide-flow-section .startup-support-card__number span {
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .userguide-flow-section .startup-support-card__image img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
}

/* 配送エリア（startup-support-card 踏襲・Figma 43:3412 / 43:4167） */
.userguide-area-section {
  position: relative;
}

.userguide-area-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../../img/common/bg_checks.png) 0 0 / 1920px repeat-x;
}

.userguide-area-section__deco {
  position: absolute;
  right: max(0px, calc(50% - 684px));
  bottom: 50px;
  width: 212px;
  height: 136px;
  background: url("../../img/userguide/userguide_area_fleet_deco.png") 0 0 / contain no-repeat;
  pointer-events: none;
  z-index: 3;
}

.userguide-area-card {
  position: relative;
  margin: 0 auto 40px;
  background: var(--color-white);
  border: 6px solid var(--color-black);
  box-sizing: border-box;
}

.userguide-area-card:last-of-type {
  margin-bottom: 0;
}

.userguide-area-section .userguide-area-card__list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.userguide-area-section .startup-support-card__text {
  margin: 0;
  padding-left: 0.5em;
  font-size: 1.6rem;
  text-indent: -0.5em;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.userguide-area-section .startup-support-card__text.indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}

.userguide-area-section .userguide-area-card__title.subsection-title {
  margin: 0 0 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
}

/* 地図カード：写真＋本文＋地図（PC 3 列 / SP 縦） */
.userguide-area-card--map .userguide-area-card__inner {
  display: grid;
  grid-template-columns: minmax(426px, 35.5%) 1fr minmax(356px, 29.666666666666668%);
  gap: 30px;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
}

.userguide-area-card__figure {
  position: relative;
  overflow: hidden;
}

.userguide-area-card--map .userguide-area-card__figure--photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.userguide-area-card__figure--map {
  padding: 20px 0;
}

.userguide-area-card--map .userguide-area-card__figure--map img {
    display: block;
    width: 100%;
	max-width: 214px;
    /*max-width: 305px;*/
    height: auto;
    margin: 26px 0;
}

.userguide-area-card--map .userguide-area-card__body {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

/* 配送車両カード：support と同型（画像右・本文左） */
.userguide-area-card--fleet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: nowrap;
}

.userguide-area-card--fleet .userguide-area-card__image {
  width: 31.6667vw;
  max-width: 380px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}

.userguide-area-card--fleet .userguide-area-card__image img {
  display: block;
}

.userguide-area-card--fleet .userguide-area-card__body {
  width: 59.5vw;
  max-width: 714px;
  padding: 70px 90px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .userguide-area-section .userguide-area-card__title.subsection-title {
    font-size: 2.33333vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .userguide-area-card--map .userguide-area-card__inner {
    grid-template-columns: 35.5% 1fr 29.666666666666668%;
    gap: 2.5vw;
  }

  .userguide-area-card--map .userguide-area-card__figure--photo img {
    width: auto;
    max-width: unset;
    height: 100%;
    position: absolute;
    right: 0;
  }

  .userguide-area-card__figure--map {
    padding: 20px 30px 20px 0;
  }

  .userguide-area-card--map .userguide-area-card__figure--map img {
    display: block;
    height: auto;
  }

  .userguide-area-card--map .userguide-area-card__body {
    padding: 1.6666666666666667vw 0;
  }

  .userguide-area-card--fleet .userguide-area-card__image {
    width: 31.6667vw;
  }

  .userguide-area-card--fleet .userguide-area-card__image img {
    display: block;
  }

  .userguide-area-card--fleet .userguide-area-card__body {
    width: 59.5vw;
    padding: 5.833333333333333vw 7.5vw;
    position: relative;
    z-index: 2;
  }
}

/* ご利用ガイド（support startup-guide-table 踏襲・Figma 43:3442 / SP は同系） */
.userguide-guide-section {
  position: relative;
  padding: 120px 0 100px;
  background: #960000;
}

.userguide-guide-section__inner {
  position: relative;
  z-index: 1;
}

.userguide-guide-section__head {
  margin-bottom: 58px;
  text-align: center;
}

.userguide-guide-section__page-title.section-title {
  margin: 0;
  color: var(--color-white);
}

.userguide-guide-section__page-highlight.section-title__highlight {
  color: #ffd200;
}

.userguide-guide-panel {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 55px 0;
  background: var(--color-white);
  border: solid 6px var(--color-black);
  box-sizing: border-box;
}

.userguide-guide-panel:last-child {
  margin-bottom: 0;
}

.userguide-guide-panel__heading.subsection-title {
  margin: 0 0 36px;
  text-align: center;
  font-weight: 800;
}

.userguide-guide-panel__heading--lg.subsection-title {
  margin: 0 0 28px;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.userguide-guide-panel__intro {
  max-width: 750px;
  margin: 0 auto 32px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-black);
}

.userguide-guide-section .startup-guide-table {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #171717;
}

.userguide-guide-section .startup-guide-table__row {
  display: grid;
  grid-template-columns: 246px 1fr;
  gap: 24px;
  margin: 0;
  padding: 24px 16px;
  border-bottom: 1px solid #171717;
}

.userguide-guide-section .startup-guide-table__label {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.875;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-black);
}

.userguide-guide-section .startup-guide-table__content {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: var(--color-black);
  font-weight: 400;
}

.userguide-guide-section .startup-guide-table__content p {
  margin: 0;
}

.userguide-guide-section .startup-guide-table__content p:last-child {
  margin-bottom: 0;
}

.userguide-guide-section .startup-guide-table__content a {
  color: #1eafe5;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.userguide-guide-section .startup-guide-table__content a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .userguide-guide-panel {
    padding-left: 7.83333vw;
    padding-right: 7.83333vw;
  }

  .userguide-guide-panel__heading--lg.subsection-title {
    font-size: 2.66667vw;
  }
}

/* ゆば無料サンプルセット訴求 */
.userguide-yuba-promo {
  padding: 120px 0 100px;
  background-color: var(--color-white);
  position: relative;
}

.userguide-yuba-promo::after {
  content: "";
  width: 51.25vw;
  max-width: 615px;
  height: 51.75vw;
  max-height: 621px;
  display: block;
  background: url(../../img/index/lineup_bg01.png) center top / 100% no-repeat;
  position: absolute;
  top: 5.052083333333333vw;
  right: calc(59.9479%);
  z-index: 1;
}

@media screen and (min-width: 1920px) {
  .userguide-yuba-promo::after {
    right: calc(50% + 191px);
  }
}

@media screen and (max-width: 750px) {
  .userguide-yuba-promo::after {
    content: "";
    width: 49.4667vw;
    max-width: 371px;
    height: 49.8667vw;
    max-height: 374px;
    top: 6.4vw;
    right: unset;
    left: 2.13333vw;
  }
}

.userguide-yuba-promo__check-icon {
  font-style: normal;
  flex-shrink: 0;
  display: block;
  margin-top: 7px;
  width: 25px;
  height: 21px;
  background: transparent url("../../img/common/ic_chk.png") no-repeat center / contain;
}

.userguide-yuba-promo__container {
  max-width: 1200px;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}

.userguide-yuba-promo__band {
  padding-bottom: 30px;
}

.userguide-yuba-promo__band:nth-of-type(3) {
  padding-bottom: 80px;
}

.userguide-yuba-promo__band:nth-of-type(4) {
  padding-bottom: 60px;
}

.userguide-yuba-promo__band:nth-of-type(5) {
  padding-bottom: 75px;
}

.userguide-yuba-promo__hero {
  padding-bottom: 35px;
}

.userguide-yuba-promo__hero .section-title {
  line-height: 1.15;
  color: #000000;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.025em;
  font-weight: 800;
}

.userguide-yuba-promo__badge {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  background: none;
  border-radius: 0;
}

.userguide-yuba-promo__title-accent {
  color: #ca0108;
}

.userguide-yuba-promo__catch {
  margin: 0 auto 45px;
  max-width: 1000px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #000000;
}

.userguide-yuba-promo__band .userguide-yuba-promo__intro {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}

.userguide-yuba-promo__hero-media {
  max-width: 1200px;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: solid 6px var(--color-black);
}

.userguide-yuba-promo__hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.userguide-yuba-promo__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.userguide-yuba-promo__card {
  padding: 0;
  position: relative;
}

.userguide-yuba-promo__card-figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
  border: solid 6px var(--color-black);
}

.userguide-yuba-promo__card-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.userguide-yuba-promo__card-title {
  font-size: 2.4rem;
  line-height: 1.25;
  color: var(--color-black);
  margin: 0 auto 0;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.userguide-yuba-promo__card-sub {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.userguide-yuba-promo__copy {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

.userguide-yuba-promo__notes {
  padding: 40px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: solid 6px var(--color-black);
  box-sizing: border-box;
  background-color: #f5f2e2;
}

.userguide-yuba-promo__prose p {
  margin: 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 400;
}

.userguide-yuba-promo__prose p:last-child {
  margin-bottom: 0;
}

.userguide-yuba-promo__checklist {
  width: 750px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.userguide-yuba-promo__band--notes .userguide-yuba-promo__checklist-item {
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.userguide-yuba-promo__band--notes .userguide-yuba-promo__check-text {
  margin: 0;
  padding-right: 25px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--color-black);
  font-weight: 800;
}

/* CTA：トップ index と同型（common.css の .cta-banner_layout_support） */

.userguide-yuba-promo__cta .cta-banner_layout_support {
  margin-left: auto;
  margin-right: auto;
}

/* FAQ（Figma PC 43:3605 / SP 43:4278・ご利用ガイドのパネルと同系の枠・タイポ） */
.userguide-faq-section {
  padding: 150px 0 100px;
  background-color: var(--color-bg);
  position: relative;
}

.userguide-faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../../img/common/bg_checks.png) 0 0 / 1920px repeat-x;
}

.userguide-faq-section__inner {
  position: relative;
  z-index: 1;
}

.userguide-faq-section__head {
  text-align: center;
}

.userguide-faq-section__title.section-title {
  margin: 0 0 80px;
  color: var(--color-black);
}

.userguide-faq-section__title-mark.section-title__highlight {
  color: var(--ug-red-dark);
}

/* FAQ 見出し直下カテゴリナビ（anchor-nav--faq・Figma 43:3608） */

.userguide-faq-section .anchor-nav--faq .anchor-nav__inner {
  width: 100%;
  max-width: 100%;
}

.userguide-faq-section__mount {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.userguide-faq-section .userguide-faq__category {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.userguide-faq-section .userguide-faq__category:last-child {
  margin-bottom: 0;
}

.userguide-faq-section .userguide-faq__category-title.subsection-title {
  margin: 0 0 55px;
  padding: 95px 0 0;
  text-align: center;
  font-weight: 800;
}

.userguide-faq-section .userguide-faq__item {
  margin-bottom: 20px;
  border-radius: 0;
  background-color: var(--color-white);
}

/* アコーディオン開閉（Chromium / Safari 系の details-content 補間） */
@supports (interpolate-size: allow-keywords) {
  .userguide-faq-section .userguide-faq__item {
    interpolate-size: allow-keywords;
  }

  .userguide-faq-section .userguide-faq__item::details-content {
    overflow: clip;
    content-visibility: hidden;
    transition:
      height 0.45s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.38s ease,
      content-visibility 0.45s allow-discrete;
  }

  .userguide-faq-section .userguide-faq__item:not([open])::details-content {
    height: 0;
    opacity: 0;
  }

  .userguide-faq-section .userguide-faq__item[open]::details-content {
    height: auto;
    opacity: 1;
    content-visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .userguide-faq-section .userguide-faq__item::details-content {
    transition-duration: 0.01ms !important;
  }

  .userguide-faq-section .userguide-faq__summary::after {
    transition-duration: 0.01ms !important;
  }
}

.userguide-faq-section .userguide-faq__item:last-child {
  margin-bottom: 0;
}

.userguide-faq-section .userguide-faq__summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 52px 14px 29px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.04em;
  cursor: pointer;
  list-style: none;
}

.userguide-faq-section .userguide-faq__summary::-webkit-details-marker {
  display: none;
}

.userguide-faq-section .userguide-faq__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 13px solid #ca0108;
  border-bottom: 0;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), margin-top 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}

.userguide-faq-section .userguide-faq__item[open] .userguide-faq__summary::after {
  margin-top: -6px;
  transform: rotate(180deg);
}

.userguide-faq-section .userguide-faq__q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  color: #ca0108;
}

.userguide-faq-section .userguide-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.userguide-faq-section .userguide-faq__answer {
  padding: 30px 0;
  background: #fcfaf5;
  border-top: solid 3px var(--color-bg);
}

.userguide-faq-section .userguide-faq__answer p {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: rgb(40, 40, 40);
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .userguide-lead-banner {
    padding: 10.666666666666668vw 0 18.666666666666668vw;
  }

  .userguide-lead-banner::before {
    content: "";
    height: 16px;
    background: url(../../img/common/bg_checks.png) 0px 0px / 960px repeat-x;
  }

  .userguide-lead-banner__wrap {
    width: 92vw;
    height: auto;
    min-height: 0;
    max-height: unset;
    aspect-ratio: 690 / 200;
  }

  .userguide-lead-banner__wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8.133333333333333vw;
    pointer-events: none;
    background: url("../../img/userguide/lead_banner_bg_sp.png") 0 0 / 100% repeat-x;
  }

  .userguide-lead-banner__deco--left {
    display: none;
  }

  .userguide-lead-banner__deco--right {
    display: none;
  }

  .userguide-lead-banner__headline {
    margin-top: -4px;
    font-size: min(5.5rem, 7.333333333333333vw);
    text-shadow: 0 2px #000,
      0 4px #000,
      0 6px #000;
  }

  .userguide-lead-banner__sub {
    width: 92vw;
    margin: 0 auto 10.666666666666668vw;
    font-size: min(2.8rem, 5.066666666666666vw);
  }

  .anchor-nav {
    padding: 0;
  }

  .anchor-nav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: none;
    gap: 6.666666666666667vw 0;
  }

  .anchor-nav__link {
    flex: unset;
    padding: 1.866666666666667vw;
    gap: 2vw;
    font-size: 4vw;
    text-align: center;
    white-space: nowrap;
    border-right: 0.5333333333333333vw solid var(--color-black);
    border-left: 0.5333333333333333vw solid var(--color-black);
  }

  .anchor-nav__link::after {
    border-width: 1.6vw 2.1333333333333333vw 0 2.1333333333333333vw;
    border-color: var(--color-black) transparent transparent transparent;
  }

  .anchor-nav__link:nth-child(2n) {
    border-left: none;
  }

  .anchor-nav__link:nth-child(n + 3) {
    border-bottom: none;
  }

  .anchor-nav__link:last-child {
    border-right: 0.5333333333333333vw solid var(--color-black);
    border-left: none;
  }

  .userguide-section {
    padding: 20vw 0 16vw;
  }

  .userguide-section::before {
    content: "";
    height: 16px;
    background: url(../../img/common/bg_checks.png) 0px 0px / 960px repeat-x;
  }

  .userguide-section__inner {
    padding: 0;
  }

  .userguide-area-section__deco {
    display: none;
  }

  .userguide-area-card {
    margin-bottom: 10vw;
    border-width: 0.8vw;
  }

  .userguide-area-card--map {
    min-height: unset;
  }

  .userguide-area-card--map .userguide-area-card__inner {
    grid-template-columns: 1fr;
    gap: 6.666666666666667vw;
    padding: 0 0 3.73333vw;
  }

  .userguide-area-card--map .userguide-area-card__figure--photo img {
    max-width: 100%;
  }

  .userguide-area-card--map .userguide-area-card__figure--map img {
    max-width: 100%;
    margin: 0 auto;
  }

  .userguide-area-section .userguide-area-card__title.subsection-title {
    margin: 0 0 4vw;
    font-size: 5.06667vw;
    line-height: 1.25;
  }

  .userguide-area-section .startup-support-card__text {
    font-size: 3.73333vw;
    line-height: 1.786;
  }

  .userguide-area-card--fleet .startup-support-card__text {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 1.786;
    text-indent: 0;
  }

  .userguide-area-section .userguide-area-card__list {
    margin: 8vw 0 0;
  }

  .userguide-area-card--map .userguide-area-card__body {
    padding: 0 4vw;
  }

  .userguide-area-card__figure--map {
    padding: 0 8vw;
  }

  .userguide-area-card--fleet {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.666666666666667vw;
    padding: 0 0 6.666666666666667vw;
  }

  .userguide-area-card--fleet .userguide-area-card__image {
    width: 100%;
    max-width: unset;
    height: auto;
    padding: 0 4vw;
    position: relative;
    right: unset;
  }

  .userguide-area-card--fleet .userguide-area-card__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .userguide-area-card--fleet .userguide-area-card__body {
    width: 100%;
    max-width: unset;
    padding: 6vw 4vw 0;
  }

  .userguide-guide-section {
    padding: 14.66667vw 0 16vw;
  }

  .userguide-guide-section__head {
    margin-bottom: 8vw;
  }

  .userguide-guide-panel {
    width: 92vw;
    margin: 0 auto 10.6667vw;
    padding: 10.6667vw 3.2vw;
    border-width: 0.8vw;
  }

  .userguide-guide-panel__heading.subsection-title {
    margin-bottom: 5.33333vw;
    font-size: 5.06667vw;
  }

  .userguide-guide-panel__heading--lg.subsection-title {
    margin-bottom: 6vw;
    font-size: 5.06667vw;
  }

  .userguide-guide-panel__intro {
    margin-bottom: 8vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .userguide-guide-section .startup-guide-table__row {
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 5.33333vw 0;
  }

  .userguide-guide-section .startup-guide-table__label {
    font-size: 3.73333vw;
    line-height: 1.25;
  }

  .userguide-guide-section .startup-guide-table__content {
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .userguide-yuba-promo {
    padding: 16vw 0 13.33333vw;
  }

  .userguide-yuba-promo__band {
    padding-bottom: 5.333333333333334vw;
  }

  .userguide-yuba-promo__band:nth-of-type(3) {
    padding-bottom: 8vw;
  }

  .userguide-yuba-promo__band:nth-of-type(4) {
    padding-bottom: 9.333333333333334vw;
  }

  .userguide-yuba-promo__band:nth-of-type(5) {
    padding-bottom: 10.666666666666668vw;
  }

  .userguide-yuba-promo__hero {
    width: 92vw;
    padding-bottom: 5.333333333333334vw;
    margin: 0 auto;
  }

  .userguide-yuba-promo__hero .section-title {
    margin-bottom: 9.33333vw;
  }

  .userguide-yuba-promo__badge {
    font-size: 5.06667vw;
    margin-bottom: 3.2vw;
  }

  .userguide-yuba-promo__catch {
    font-size: 5.06667vw;
    margin-bottom: 9.333333333333334vw;
  }

  .userguide-yuba-promo__band .userguide-yuba-promo__intro {
    font-size: 3.73333vw;
  }

  .userguide-yuba-promo__hero-media {
    border-width: 0.8vw;
  }

  .userguide-yuba-promo__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .userguide-yuba-promo__card {
    border-width: 0.8vw;
  }

  .userguide-yuba-promo__card-title {
    font-size: 4.53333vw;
    line-height: 1.2;
  }

  .userguide-yuba-promo__card-sub {
    font-size: 3.73333vw;
    letter-spacing: -0.01em;
  }

  .userguide-yuba-promo__copy {
    width: 100%;
    padding: 0;
  }

  .userguide-yuba-promo__notes {
    width: 100%;
    padding: 6.666666666666667vw 4vw;
    border-width: 0.8vw;
  }

  .userguide-yuba-promo__prose p {
    font-size: 3.73333vw;
    line-height: 1.78;
    margin: 0 0 8vw;
  }

  .userguide-yuba-promo__checklist {
    width: unset;
    gap: 3.2vw;
  }

  .userguide-yuba-promo__band--notes .userguide-yuba-promo__checklist-item {
    gap: 2.13333vw;
  }

  .userguide-yuba-promo__check-icon {
    width: 5.33333vw;
    max-width: 40px;
    height: 4.53333vw;
    max-height: 34px;
    margin-top: 0.4em;
  }

  .userguide-yuba-promo__band--notes .userguide-yuba-promo__check-text {
    font-size: 4.53333vw;
    line-height: 1.47;
    padding-right: 0;
  }

  .userguide-yuba-promo__cta {
    width: 92vw;
    margin: 0 auto;
  }

  .userguide-yuba-promo__cta .cta-banner_layout_support {
    margin: 0 auto;
    padding: 1.3333333333333335vw 2vw;
    text-align: left;
  }

  .userguide-yuba-promo__card-figure {
    margin-bottom: 2vw;
    border-width: 0.8vw;
  }

  .userguide-flow-section__head {
    margin-bottom: 10.66667vw;
  }

  .userguide-flow-section__checklist {
    margin: 2.66667vw 3.2vw 5.33333vw;
  }

  .userguide-flow-section__checklist li {
    padding-left: 6.5vw;
    font-size: 3.73333vw;
    line-height: 1.7;
  }

  .userguide-flow-section__checklist li::before {
    top: 0.45em;
    width: 4.53333vw;
    max-width: 17px;
    height: 4vw;
    max-height: 15px;
  }

  .userguide-flow-section.startup-support {
    padding-top: 13.3333vw;
    padding-bottom: 13.3333vw;
  }

  .userguide-flow-section.startup-support::before {
    height: 16px;
    background: url("../../img/common/bg_checks.png") 0 0 / 960px repeat-x;
  }

  .userguide-flow-section .startup-support__lead {
    font-size: 3.73333vw;
    line-height: 1.7;
    margin-bottom: 3.3333333333333335 vw;
  }

  .userguide-flow-section .startup-support__list {
    margin: 0 auto 13.3333vw;
    gap: 0;
  }

  .userguide-flow-section .startup-support__item:not(:last-child)::after {
    width: 40vw;
    max-width: 300px;
    height: 5.066666666666666vw;
    max-height: 38px;
    margin: 1.0666666666666667vw auto;
  }

  .userguide-flow-section .startup-support-card {
    padding: 0 0 8vw;
    min-height: unset;
    border-width: 0.8vw;
  }

  .userguide-flow-section .startup-support-card__number {
    width: 19.0667vw;
    max-width: 143px;
    height: 15.4667vw;
    max-height: 116px;
    font-size: 2.8000000000000003vw;
    background-size: cover;
    left: -2.93333vw;
    top: -7.2vw;
    z-index: 2;
  }

  .userguide-flow-section .startup-support-card__number span {
    font-size: 6.66667vw;
  }

  .userguide-flow-section .startup-support-card__image {
    width: 100%;
    max-width: unset;
    height: auto;
    margin: 0 0 6.66667vw;
    position: relative;
    right: unset;
  }

  .userguide-flow-section .startup-support-card__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
  }

  .userguide-flow-section .startup-support-card__desc {
    width: 100%;
    padding: 0 4vw;
    max-width: unset;
  }

  .userguide-flow-section .startup-support-card .subsection-title {
    margin: 0 auto 4vw;
    font-size: 5.06667vw;
    line-height: 1.25;
    text-align: left;
  }

  .userguide-flow-section .startup-support-card__text {
    font-size: 3.73333vw;
    line-height: 1.7;
    text-indent: -0.5em;
  }

  .userguide-flow__cta-wrap {
    margin: 8vw auto 0;
  }

  .userguide-flow__cta-wrap .baseBtn-style__normal {
    width: 100%;
    min-width: unset;
  }

  .userguide-flow-section .userguide-flow__cta {
    width: calc(100% - 6.4vw);
    max-width: 100%;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    box-sizing: border-box;
  }

  .userguide-faq-section {
    padding: 20vw 0 16vw;
  }

  .userguide-faq-section::before {
    content: "";
    height: 16px;
    background: url(../../img/common/bg_checks.png) 0px 0px / 960px repeat-x;
  }

  .userguide-faq-section__title.section-title {
    margin-bottom: 10.666666666666668vw;
  }

  /* カテゴリ5件時：4件用グリッドの nth-child(n+3) を上書き（下枠を維持） */
  .userguide-faq-section .anchor-nav__inner {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
  }

  .userguide-faq-section .anchor-nav__link {
    grid-column: span 2;
  }

  .userguide-faq-section .anchor-nav--faq .anchor-nav__link:nth-child(n + 5) {
    border-bottom: none;
    border-left: 0.5333333333333333vw solid var(--color-black);
    grid-column: 2 / span 2;
  }

  .userguide-faq-section .userguide-faq__category:first-child .userguide-faq__category-title.subsection-title {
    padding-top: 18.666666666666668vw;
  }

  .userguide-faq-section .userguide-faq__category-title.subsection-title {
    margin-bottom: 8vw;
    padding-top: 8vw;
    font-size: 5.06667vw;
    line-height: 1.25;
  }

  .userguide-faq-section .userguide-faq__item {
    margin-bottom: 4vw;
  }

  .userguide-faq-section .userguide-faq__summary {
    gap: 2vw;
    padding: 2.666666666666667vw 16vw 2.666666666666667vw 4vw;
    font-size: 3.73333vw;
  }

  .userguide-faq-section .userguide-faq__summary::after {
    right: 4vw;
    width: 2.66667vw;
    height: 2.66667vw;
    max-width: 11px;
    max-height: 11px;
    border-right: 1.866666666666667vw solid transparent;
    border-left: 1.866666666666667vw solid transparent;
    border-top: 1.7333333333333332vw solid #ca0108;
  }

  .userguide-faq-section .userguide-faq__item[open] .userguide-faq__summary::after {
    margin-top: -0.8vw;
  }

  .userguide-faq-section .userguide-faq__q {
    font-size: 3.73333vw;
  }

  .userguide-faq-section .userguide-faq__answer {
    padding: 4vw 8vw 4vw 9.333333333333334vw;
    border-top-width: 4px;
  }

  .userguide-faq-section .userguide-faq__answer p {
    font-size: 3.733333333333334vw;
    line-height: 1.78;
  }
}