.buyer .roots-intro {
  width: fit-content;
  margin: auto;
}

.buyer .roots-intro .roots-intro__jp {
  text-align: left;
}

.buyer-intro {
  background: #029b79;
  color: #ffffff;
  padding: clamp(40px, 4vw, 77px) clamp(20px, 5.21vw, 100px) clamp(40px, 4.3vw, 82px) clamp(20px, 10.42vw, 200px);
}
.buyer-intro__inner {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4.7vw, 90px);
  max-width: 1620px;
  margin-inline: auto;
}
.buyer-intro__text {
  flex: 0 0 clamp(220px, 22vw, 337px);
}
.buyer-intro__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  letter-spacing: 0.128em;
  line-height: 1.5;
  margin-bottom: clamp(12px, 1.04vw, 20px);
}
.buyer-intro__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.8;
}
.buyer-intro__img {
  flex: 1 1 0;
  min-width: 0;
}
.buyer-intro__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .buyer-intro__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .buyer-intro__text {
    flex: none;
  }
}

.buyer-markets {
  background-image: url(../img/buyer/bg.png);
  /* padding: clamp(40px, 5.21vw, 100px) clamp(20px, 5vw, 80px) clamp(50px, 7.3vw, 140px); */
  padding: clamp(40px, 5.21vw, 100px) clamp(20px, 3.56vw, 40px) clamp(50px, 7.3vw, 140px);
}
.buyer-markets__head {
  text-align: center;
  color: #029b79;
  margin-bottom: clamp(24px, 2.6vw, 50px);
}
.buyer-markets__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  letter-spacing: 0.128em;
  margin-bottom: clamp(10px, 1vw, 18px);
}
.buyer-markets__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.6;
}
.buyer-markets__lead a {
  color: inherit;
}
.buyer-markets__cards {
  display: grid;
  /* grid-template-columns: 1fr 1.5fr 1fr; */
  grid-template-columns: 428fr 723fr 422fr;
  gap: clamp(20px, 2.6vw, 50px);
  align-items: stretch;
  max-width: 1674px;
  margin-inline: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .buyer-markets__slider {
    position: relative;
    margin-inline: calc(-1 * clamp(20px, 5vw, 80px));
  }
  .buyer-markets__cards {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .buyer-markets__cards::-webkit-scrollbar {
    display: none;
  }
  .buyer-markets .buyer-market-card {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }
  .buyer-markets .buyer-market-card:nth-child(2) {
    flex-basis: 123%;
    aspect-ratio: auto;
  }
}

.buyer-markets__dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .buyer-markets__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: clamp(16px, 4vw, 24px);
  }
  .buyer-markets__dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #029b79;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .buyer-markets__dots button[aria-selected=true] {
    background: #029b79;
  }
}

.buyer-markets__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .buyer-markets__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 3;
    width: clamp(40px, 12vw, 52px);
    height: clamp(40px, 12vw, 52px);
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .buyer-markets__nav:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .buyer-markets__nav::before {
    content: "";
    width: clamp(9px, 2.8vw, 13px);
    height: clamp(9px, 2.8vw, 13px);
    border-top: 2px solid #029b79;
    border-right: 2px solid #029b79;
  }
}

@media screen and (max-width: 768px) {
  .buyer-markets__nav--prev {
    left: 0;
  }
  .buyer-markets__nav--prev::before {
    transform: rotate(-135deg);
    margin-left: 0.3em;
  }
}

@media screen and (max-width: 768px) {
  .buyer-markets__nav--next {
    right: 0;
  }
  .buyer-markets__nav--next::before {
    transform: rotate(45deg);
    margin-right: 0.3em;
  }
}

.buyer-market-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  min-height: clamp(380px, 29.5vw, 566px);
  border: clamp(6px, 0.78vw, 15px) solid #029b79;
  overflow: hidden;
  /* padding: clamp(40px, 5vw, 70px) clamp(10px, 1.2vw, 20px) clamp(20px, 2vw, 40px); */
  padding: clamp(40px, 12.76vw, 245px) clamp(10px, 1.2vw, 20px) clamp(20px, 2vw, 40px);
}
.buyer-market-card--pink {
  border-color: #f5577f;
}
.buyer-market-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: rgba(2, 155, 121, 0.7);
  background-blend-mode: multiply;
  opacity: 0.7;
  z-index: 0;
}
.buyer-market-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 155, 121, 0.7);
  mix-blend-mode: multiply;
  z-index: 0;
}
.buyer-market-card__chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(120px, 10vw, 193px);
  /* padding: clamp(8px, 1vw, 18px) clamp(12px, 1.2vw, 22px); */
  padding: 18px 16px;
  /* background: #ffffff; */
  background: #029B79;
  /* color: #029b79; */
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  /* letter-spacing: 0.12em; */
  text-align: center;
  line-height: 1.4;
}
.buyer-market-card--pink .buyer-market-card__chip {
  /* background: #ffffff; */
  background: #f5577f;
  /* color: #f5577f; */
  color: #fff;
}
.buyer-market-card__info {
  position: relative;
  z-index: 1;
  /* margin-top: auto; */
  margin-top: 30px;
  width: 100%;
  background: #ffffff;
  border: 6px solid #029b79;
  color: #029b79;
  /* padding: clamp(10px, 1vw, 20px); */
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /* font-size: clamp(1rem, 1.3vw, 1.5625rem); */
  font-size: clamp(1rem, 1.25vw, 24px);
  line-height: 1.5;
  /* letter-spacing: 0.04em; */
}
.buyer-market-card--pink .buyer-market-card__info {
  border-color: #f5577f;
  color: #f5577f;
}
.buyer-market-card__note {
  margin-top: 0.6em;
  font-size: clamp(0.6875rem, 0.83vw, 1rem);
  /* font-weight: 500; */
  font-weight: 700;
}
.buyer-market-card__pdf {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .buyer-market-card__pdf:hover {
    opacity: 0.7;
  }
}
.buyer-market-card__pdf-icon {
  flex-shrink: 0;
  /* width: 15px;
  height: 15px; */
  width: 18px;
  height: 18px;
}
.buyer-market-card.buyer-market-card .buyer-market-card__pdf[data-anim] .kp-line {
  display: inline-flex;
  align-items: center;
  gap: 3.32px;
}
.buyer-market-card.buyer-market-card .underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.buyer-market-card__info[data-anim=band-box] {
  --band-box-bg: #ffffff;
}

@media screen and (max-width: 768px) {
  .buyer-market-card {
    overflow: visible;
    justify-content: center;
    min-height: 0;
    aspect-ratio: 251/282;
    padding: 0;
    border-width: 10px;
    border-bottom: 0;
  }
  .buyer-market-card__bg {
    opacity: 0.7;
    background-color: rgba(2, 155, 121, 0.5);
  }
  .buyer-market-card__chip {
    margin-bottom: 10px;
    min-width: 0;
    padding: 10px 20px;
    background: #029b79;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
  }
  .buyer-market-card--pink .buyer-market-card__chip {
    background: #f5577f;
    color: #ffffff;
  }
  .buyer-markets .buyer-market-card__info,
  .buyer-markets .buyer-market-card__info[data-anim=band-box] {
    --band-box-bg: #ffffff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    margin-top: 0;
    padding: 4px 11px;
    background: #ffffff;
    border: 2px solid #029b79;
    color: #029b79;
    font-size: 1rem;
    line-height: 1.5;
  }
  .buyer-markets .buyer-market-card--pink .buyer-market-card__info,
  .buyer-markets .buyer-market-card--pink .buyer-market-card__info[data-anim=band-box] {
    border-color: #f5577f;
    color: #f5577f;
  }
  .buyer-market-card__note {
    font-size: 0.875rem;
  }
  .buyer-market-card__pdf {
    display: inline-flex;
    align-items: center;
    gap: 3.32px;
    text-decoration: underline;
  }
  .buyer-market-card__cal {
    display: none;
  }
  .buyer-markets__cards {
    padding: 10px 10px 22px;
  }
}
.buyer-market-card--cal {
  overflow: visible;
}
.buyer-market-card__cal {
  position: absolute;
  z-index: 3;
  right: -36px;
  /* bottom: clamp(-210px, -39vw, -280px); */
  bottom: 11px;
  transform: translateY(100%);
  width: clamp(90px, 12vw, 190px);
  height: auto;
  aspect-ratio: 178/234;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.buyer-terms {
  position: relative;
}
.buyer-terms__bg {
  position: sticky;
  top: 0;
  height: 100svh;
  z-index: 0;
  overflow: hidden;
  background: #029b79;
}
.buyer-terms__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #029b79;
  mix-blend-mode: multiply;
  opacity: 0.55;
}
.buyer-terms__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buyer-terms__inner {
  position: relative;
  z-index: 1;
  margin-top: -100svh;
  max-width: 1280px;
  margin-inline: auto;
  padding: clamp(50px, 7vw, 130px) clamp(20px, 5vw, 60px) clamp(50px, 5.2vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
}
.buyer-terms__lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.128em;
  color: #ffffff;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.buyer-terms__list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.56vw, 30px);
  list-style: none;
}

.buyer-term {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.3vw, 25px);
  background: #ffffff;
  border: clamp(8px, 1.1vw, 21px) solid #029b79;
  padding: clamp(16px, 1.5vw, 29px) clamp(16px, 2.14vw, 41px);
}
@media screen and (max-width: 768px) {
  .buyer-term {
    justify-content: center;
    border: 21px solid #029b79;
  }
}
.buyer-term__no {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3rem, 10vw, 11.25rem);
  line-height: 1;
  color: #029b79;
  letter-spacing: -0.022em;
}
.buyer-term__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #029b79;
}
@media screen and (max-width: 768px) {
  .buyer-term {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .buyer-term__no {
    font-size: clamp(2.5rem, 12vw, 2.5rem);
  }
}

.buyer-faq {
  background: #ffffff;
  padding: clamp(50px, 5.21vw, 100px) clamp(20px, 8.67vw, 160px);
}
.buyer-faq__head {
  text-align: center;
  color: #029b79;
  margin-bottom: clamp(30px, 2.6vw, 50px);
}
.buyer-faq__en {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3.75rem, 9.375vw, 11.25rem);
  line-height: 1;
  letter-spacing: -0.022em;
}
.buyer-faq__jp {
  margin-top: clamp(6px, 0.6vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  letter-spacing: 0.128em;
}
.buyer-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: clamp(16px, 1.35vw, 26px);
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .buyer-faq__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .buyer-faq__grid {
    grid-template-columns: 1fr;
  }
}

.buyer-faq-item {
  border: 6px solid #029b79;
  padding: clamp(16px, 1.56vw, 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.46vw, 28px);
}
.buyer-faq-item__q, .buyer-faq-item__a {
  display: flex;
  gap: clamp(10px, 1vw, 18px);
}
.buyer-faq-item__q {
  align-items: center;
}
.buyer-faq-item__mark {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(3.125rem, 2.6vw, 3.125rem);
  line-height: 1;
  color: #029b79;
}
@media screen and (max-width: 768px) {
  .buyer-faq-item__mark {
    font-size: 40px;
  }
}
.buyer-faq-item__qtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.04vw, 1.25rem);
  line-height: 1.5;
  color: #029b79;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .buyer-faq-item__qtext {
    font-size: 18px;
  }
}
.buyer-faq-item__atext {
  padding-top: clamp(8px, 1vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.94vw, 1.125rem);
  line-height: 1.7;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .buyer-faq-item__atext {
    font-size: 16px;
  }
}
.buyer-faq-item__a {
  align-items: stretch;
  border-top: 3px solid #029b79;
}
.buyer-faq-item__a .buyer-faq-item__mark {
  padding-top: clamp(8px, 1vw, 14px);
}
.buyer-faq-item__toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .buyer-faq-item {
    gap: 0;
  }
  .buyer-faq-item__q {
    cursor: pointer;
    align-items: center;
    padding-bottom: clamp(12px, 3.5vw, 20px);
    border-bottom: 1px solid #029b79;
  }
  .buyer-faq-item__toggle {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    width: clamp(11px, 3.2vw, 15px);
    height: clamp(11px, 3.2vw, 15px);
    border-right: 2px solid #029b79;
    border-bottom: 2px solid #029b79;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.35s ease;
  }
  .buyer-faq-item.is-open .buyer-faq-item__toggle {
    transform: rotate(-135deg);
  }
  .buyer-faq-item__a {
    overflow: hidden;
    max-height: 0;
    padding-top: clamp(12px, 3.5vw, 20px);
    transition: max-height 0.45s ease;
  }
  .buyer-faq-item__atext {
    border-top: 0;
    padding-top: 0;
    line-height: 1.5;
  }
  .buyer-faq-item__atext p {
    margin: 0 !important;
  }
}
