@charset "UTF-8";

/* ========================================
   Reset & Base
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

/* ========================================
   Utility
   ======================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========================================
   Layout
   ======================================== */
.l-wrapper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  background: #fff url('../images/bg.webp') top left repeat;
  background-size: contain;
}

/* ========================================
   Header
   ======================================== */
.c-header {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 40;
}

.c-header__logo {
  display: block;
  width: 60px;
  height: 60px;
}

.c-header__logo img,
.c-header__logo svg {
  width: 100%;
  height: 100%;
}

/* ========================================
   Hero / FV
   ======================================== */
.c-hero {
  position: relative;
  width: 100%;
}

.c-hero__bg {
  width: 100%;
  display: block;
}

.c-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.1%;
}

.c-hero__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.c-hero__txt-01 {
  width: 38%;
}

.c-hero__txt-02 {
  width: 95%;
}

.c-hero__medal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin-top: 10px;
}

.c-hero__medal-item {
  width: 30%;
}

/* ========================================
   Fixed CTA Bar
   ======================================== */
.c-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-cta-bar.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-cta-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 48%;
}

.c-cta-bar__btn--red {
  background: #d80b24;
}

.c-cta-bar__btn--green {
  background: #07b53b;
}

.c-cta-bar__btn-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #fff;
  text-align: center;
}

/* ========================================
   Section Common
   ======================================== */
.c-section-title {
  background: #111;
  border-radius: 10px;
  padding: 10px 32px;
  text-align: center;
}

.c-section-title__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.64px;
}

.c-section-title__main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.96px;
}

.c-section-title--lg .c-section-title__main {
  font-size: 32px;
  line-height: 1.2;
}

.c-notes {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.125px;
  color: #3d3333;
  padding: 0 16px;
}

.c-body-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #3d3333;
  padding: 10px 16px;
}

/* ========================================
   CTA Large (白背景ボックス)
   ======================================== */
.c-cta-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
  max-width: 370px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 16px 16px;
  overflow: hidden;
}

.c-cta-box__header {
  position: absolute;
  top: 8%;
  left: 4.05%;
  width: 92.87%;
  height: 30.86%;
}

.c-cta-box__header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-cta-box__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.c-cta-box__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.125px;
  color: #3d3333;
  white-space: nowrap;
}

.c-cta-box__label--red {
  font-weight: 700;
  color: #d80b24;
}

.c-cta-box__label--green {
  font-weight: 700;
  color: #07b53b;
}

.c-cta-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.c-cta-box__btn--red {
  background: #d80b24;
}

.c-cta-box__btn--green {
  background: #07b53b;
}

.c-cta-box__btn-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: #fff;
  text-align: center;
}

/* ========================================
   Section 01 - Carousel & Campaign
   ======================================== */
.s-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 64px;
  width: 100%;
}

.c-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.c-carousel__fukidashi {
  width: 82%;
  max-width: 320px;
  margin: 0 auto;
}

.c-carousel__viewport {
  background: #d80b24;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 92%;
  max-width: 350px;
  position: relative;
}

.c-carousel__slide {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0 10px 16px;
  min-height: 200px;
}

.c-carousel__slide-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.c-carousel__slide-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #000;
  text-align: center;
}

.c-carousel__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.c-carousel__price-label {
  border-top: 1px solid #d80b24;
  border-bottom: 1px solid #d80b24;
  padding: 8px 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 0.8;
  color: #d80b24;
  text-align: center;
}

.c-carousel__price-value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #d80b24;
}

.c-carousel__price-num {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.8;
}

.c-carousel__price-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 0.8;
}

.c-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.c-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f8f8f8;
  transition: background 0.3s;
}

.c-carousel__dot.is-active {
  background: #949494;
}

.c-carousel__copy {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  font-weight: 500;
}

.c-carousel__copy-highlight {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 1.12px;
}

.c-carousel__copy-highlight span {
  color: #fdf300;
}

.c-carousel__arrow {
  position: absolute;
  top: 100px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 5;
  width: 16px;
  height: 16px;
}

.c-carousel__arrow--prev {
  left: 25px;
}

.c-carousel__arrow--next {
  right: 25px;
}

.c-carousel__arrow svg {
  width: 100%;
  height: 100%;
}

/* Campaign images */
.s-campaign__images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 16px;
  width: 100%;
  align-items: center;
}

.s-campaign__img-wrap {
  width: 100%;
}

.s-campaign__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.s-campaign__img-wrap:nth-child(1) {
  max-width: 30%;
}

.s-campaign__img-wrap:nth-child(4) {
  max-width: 20%;
}

.s-campaign__img-wrap:nth-child(5) {
  padding-top: 8px;
}
/* Target items button */
.c-target-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(to left, #a7662e, #ebd94b 29.808%, #a7662e);
  border-radius: 9999px 0 0 9999px;
  padding: 10px 20px 10px 22px;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
  float: right;
  margin-top: -90px;
}

.c-target-btn__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #fff;
  text-align: center;
}

.c-target-btn__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ========================================
   Section 02 - 高額査定の秘訣
   ======================================== */
.s-secret {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-top: 40px;
  width: 100%;
  position: relative;
}

.s-secret__title {
  position: absolute;
  top: 0;
  left: 15%;
  /*transform: translateX(-50%);*/
  z-index: 10;
}

.s-secret__block {
  background: #d8d8d8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.s-secret__block--first {
  border-radius: 40px 40px 0 0;
  padding-top: 95px;
  position: relative;
}

.s-secret__block--second {
  padding-top: 40px;
  gap: 4px;
}

.s-secret__block--third {
  padding-top: 60px;
  padding-bottom: 32px;
  gap: 16px;
  position: relative;
}

.s-secret__img-wrap {
  width: 87%;
  max-width: 340px;
  border-radius: 0;
  overflow: hidden;
}

.s-secret__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 340 / 210;
  object-fit: cover;
}

.c-label-tag {
  position: absolute;
  top: -40px;
  left: 0;
  background: #111;
  border-radius: 0 9999px 9999px 0;
  padding: 8px 32px;
}

.c-label-tag--top67 {
  top: 67px;
}

.c-label-tag--top32 {
  top: 32px;
}

.c-label-tag__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #fff;
  text-align: center;
}

/* Kitamura achievements */
.c-achievements {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  width: 87%;
  max-width: 340px;
}

.c-achievements__logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.c-achievements__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.c-achievements__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-achievements__badge {
  background: #fff;
  border: 1px solid #3d3333;
  border-radius: 8px;
  padding: 4px 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  flex: 1;
}

.c-achievements__badge-note {
  font-size: 10px;
  font-weight: 400;
  margin-left: 4px;
}

.c-achievements__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Summary box */
.c-summary-box {
  background: #fff;
  border-radius: 16px;
  padding: 10px 16px;
  width: 92%;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}

.c-summary-box__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #3d3333;
}

.c-summary-box__emphasis {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  color: #3d3333;
}

.c-summary-box__underline {
  text-decoration: none;
  background-image: linear-gradient(rgba(255, 220, 0, 0.5), rgba(255, 220, 0, 0.5));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 16px;
}

/* ========================================
   Section 03 - トクトク買取
   ======================================== */
.s-tokutoku {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  width: 100%;
}

.s-tokutoku__explain {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.s-tokutoku__circle-img {
  width: 260px;
  height: 260px;
}

.s-tokutoku__circle-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s-tokutoku__desc {
  position: relative;
  margin-top: -20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-pill-title {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 9999px;
  padding: 10px 32px;
  white-space: nowrap;
  z-index: 10;
}

.c-pill-title__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.96px;
  color: #fff;
  text-align: center;
}

.s-tokutoku__box {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  border-radius: 16px;
  padding: 40px 16px 16px;
  width: 92%;
  max-width: 360px;
}

.s-tokutoku__box-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.64px;
  color: #3d3333;
}

.s-tokutoku__box-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.15px;
  color: #3d3333;
  margin-top: 4px;
}

/* Rank comparison */
.s-tokutoku__ranks {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  justify-content: center;
}

.c-rank-circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  flex-shrink: 0;
}

.c-rank-circle--d {
  background: #ff4343;
}

.c-rank-circle--aa {
  background: #ffea4b;
}

.c-rank-circle__img {
  width: 99px;
  height: 100px;
  object-fit: contain;
}

.c-rank-circle__label {
  position: absolute;
  left: 10px;
  top: 115px;
  background: #fff;
  border: 2px solid #3d3333;
  border-radius: 9999px;
  padding: 4px 16px;
  white-space: nowrap;
}

.c-rank-circle__label-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.72px;
}

.c-rank-circle__label-text--red {
  color: #ff4343;
}

.c-rank-circle__label-text--black {
  color: #000;
}

.s-tokutoku__wave {
  width: 48px;
  flex-shrink: 0;
}

/* Rank Table */
.s-tokutoku__table-area {
  background: #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  width: 100%;
}

.c-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000;
  border-radius: 9999px;
  padding: 16px 32px;
  cursor: pointer;
}

.c-toggle-btn__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.72px;
}

.c-toggle-btn__icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.c-toggle-btn__icon.is-open {
  transform: rotate(-90deg);
}

.c-rank-table {
  width: 100%;
  max-width: 358px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #5b5b5b;
}

.c-rank-table th,
.c-rank-table td {
  border: 1px solid #5b5b5b;
  padding: 10px 12px;
  vertical-align: middle;
}

.c-rank-table td.center {
  text-align: center;
}


.c-rank-table thead th {
  background: #949494;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.15px;
}

.c-rank-table thead th:nth-child(1) {
  width: 78px;
}

.c-rank-table thead th:nth-child(2) {
  width: 65px;
  font-size: 10px;
  font-weight: 400;
}

.c-rank-table__rank {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.3;
  color: #3d3333;
  text-align: center;
}

.c-rank-table__status {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.7;
  color: #3d3333;
  text-align: center;
  letter-spacing: 0.125px;
}

.c-rank-table__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.7;
  color: #3d3333;
  letter-spacing: 0.125px;
}

.c-rank-table__toggle-content {
  display: none;
}

.c-rank-table__toggle-content.is-open {
  display: block;
}

/* ========================================
   Section 04 - 買取り事例
   ======================================== */
.s-examples {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  gap: 60px;
  width: 100%;
}

.s-examples__summary {
  background: #fff;
  border-radius: 16px;
  padding: 10px 16px;
  width: 92%;
  max-width: 360px;
  text-align: center;
}

.s-examples__content {
  background: #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 0 32px;
  width: 100%;
  position: relative;
}

.s-examples__header {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 10px;
  padding: 4px 32px;
  width: 280px;
  text-align: center;
  z-index: 10;
}

.s-examples__header-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.72px;
}

.s-examples__header-main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.96px;
}

.s-examples__intro {
  padding: 16px 16px 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3d3333;
  letter-spacing: 0.64px;
}

/* Accordion category */
.c-accordion {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.c-accordion__header {
  background: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 16px;
  width: 100%;
  cursor: pointer;
  border: none;
  border-top: 2px solid #fff;
}

.c-accordion__header-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.72px;
}

.c-accordion__header-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}

.c-accordion__header-icon.is-closed {
  transform: rotate(180deg);
}

.c-accordion__body {
  display: none;
  padding: 24px 16px;
  justify-content: center;
}

.c-accordion__body.is-open {
  display: flex;
}

/* Example card */
.c-example-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 358px;
}

.c-example-card__meta {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 4px;
}

.c-example-card__brand {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.175px;
}

.c-example-card__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.72px;
}

.c-example-card__img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.c-example-card__price-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.c-example-card__b-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.15px;
}

.c-example-card__tokutoku-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.c-tokutoku-badge {
  background: #d80b24;
  border-radius: 6px;
  padding: 2px 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15px;
  white-space: nowrap;
}

.c-example-card__price-value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #d80b24;
}

.c-example-card__price-num {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 0.6;
}

.c-example-card__price-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.c-example-card__buy-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.72px;
}

.c-example-card__campaign {
  background: #000;
  border-radius: 8px;
  padding: 4px 8px;
}

.c-example-card__campaign-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.72px;
}



/* ========================================
   スライダー用の追記
   ======================================== */

/* Example carousel (within accordion) */
.c-example-carousel {
  position: relative;
  width: 100%;
  max-width: 358px;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.c-example-carousel__track {
  width: 100%;
}
.c-example-carousel__slide {
  flex-direction: column;
}
.c-example-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 5;
  width: 32px;
  height: 32px;
}
.c-example-carousel__arrow--prev {
  left: -6px;
}
.c-example-carousel__arrow--prev svg {
  transform: scaleX(-1);
}
.c-example-carousel__arrow--next {
  right: -6px;
}
.c-example-carousel__arrow svg {
  width: 100%;
  height: 100%;
}

/* ▲ ここまで追加 ▲ */

/* ========================================
   Section 05 - ユーザーの声
   ======================================== */
.s-voice {
  background: #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
  width: 100%;
}

.c-voice-card {
  background: #fff;
  border: 4px solid #757575;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 358px;
}

.c-voice-card__case {
  background: #757575;
  padding: 8px 10px;
  text-align: center;
}

.c-voice-card__case-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.96px;
}

.c-voice-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.c-voice-card__summary {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.96px;
}

.c-voice-card__avatar {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 4px solid #757575;
  overflow: hidden;
  position: relative;
}

.c-voice-card__avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #fff;
  background: rgba(207, 34, 37, 0.5);
}

.c-voice-card__user {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.8px;
}

.c-satisfaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-satisfaction__label {
  background: #ff4b36;
  border-radius: 8px;
  padding: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.175px;
}

.c-satisfaction__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-satisfaction__star {
  width: 32px;
  height: 29px;
}

.c-satisfaction__score {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #000;
  letter-spacing: 0.45px;
}

/* Voice item detail */
.c-voice-item {
  border-top: 1px dashed #757575;
  border-bottom: 1px dashed #757575;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.c-voice-item__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  padding: 8px;
}

.c-voice-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-voice-item__detail {
  flex: 1;
}

.c-voice-item__brand {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #757575;
  border-bottom: 1px solid #757575;
  padding-bottom: 4px;
}

.c-voice-item__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.64px;
}

.c-voice-item__price-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
}

.c-voice-item__price-badge {
  background: #757575;
  border-radius: 9999px;
  padding: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.c-voice-item__price-value {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #d80b24;
}

.c-voice-item__price-num {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.6;
}

.c-voice-item__price-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.c-voice-card__reason-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.8px;
}

.c-voice-card__reason-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

.c-indicator {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-indicator__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f8f8f8;
}

.c-indicator__dot.is-active {
  background: #949494;
}

/* ========================================
   Section 06 - 買取りまでの流れ
   ======================================== */
.s-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 0 24px;
  width: 100%;
}

.s-flow__steps {
  background: #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  width: 100%;
}

.c-step-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.c-step {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  padding-bottom: 24px;
  position: relative;
}

.c-step__circle {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #5d93b8;
}

.c-step__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-step__num {
  position: absolute;
  left: 35px;
  top: calc(16px + 109px - 20px);
  background: #fff;
  border: 2px solid #5d93b8;
  border-radius: 9999px;
  padding: 4px 10px;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.c-step__num-text {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 12px;
  color: #5d93b8;
  white-space: nowrap;
  letter-spacing: 0.48px;
}

.c-step__content {
  flex: 1;
  padding: 4px 0;
}

.c-step__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5d93b8;
  text-align: center;
  letter-spacing: 0.64px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #d8d8d8;
}

.c-step__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #3d3333;
  letter-spacing: 0.15px;
  margin-top: 4px;
  white-space: pre-line;
}

.c-step__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.c-step__arrow svg {
  transform: rotate(90deg);
}

/* Swipe cursor hint */
.c-carousel__viewport {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

/* ========================================
   Section 07 - FAQ
   ======================================== */
.s-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
  width: 100%;
}

.c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 358px;
}

.c-faq-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.c-faq-item__question {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  border-radius: 10px 10px 0 0;
}

.c-faq-item__q-mark {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #07b53b;
  line-height: 1;
  width: 30px;
  flex-shrink: 0;
  text-align: center;
}

.c-faq-item__q-text {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #3d3333;
  text-align: left;
  letter-spacing: 0.15px;
}

.c-faq-item__toggle-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-faq-item__toggle-icon.is-open {
  transform: rotate(180deg);
}

.c-faq-item__answer {
  background: #f5f5f5;
  display: none;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid #d8d8d8;
}

.c-faq-item__answer.is-open {
  display: flex;
}

.c-faq-item__a-mark {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #d80b24;
  line-height: 1;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

.c-faq-item__a-text {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #3d3333;
  letter-spacing: 0.15px;
}

/* ========================================
   Footer
   ======================================== */
.c-footer {
  background: #d80b24;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  width: 100%;
}

.c-footer__nav {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 92%;
  max-width: 358px;
}

.c-footer__nav-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.175px;
}

.c-footer__legal {
  border-top: 1px solid #db4d5e;
  width: 100%;
  padding: 16px;
}

.c-footer__legal-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.175px;
}

.c-footer__legal-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.175px;
}

.c-footer__copy {
  background: #666464;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
}

.c-footer__copy-logo {
  width: 60px;
  height: 60px;
}

.c-footer__copy-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.175px;
}

/* ========================================
   Responsive (liquid up to 768px)
   ======================================== */

/* ========================================
@media screen and (min-width: 500px) {
  .c-carousel__slide-name {
    font-size: 18px;
  }

  .c-carousel__price-num {
    font-size: 36px;
  }

  .c-carousel__copy-highlight {
    font-size: 32px;
  }

  .c-example-card__price-num {
    font-size: 60px;
  }
}
======================================== */

/* PCヘッダー */
.pc-header { display: none; }
.pc-header__inner { display: flex; align-items: center; gap: 10px; padding: 10px; max-width: 1440px; margin: 0 auto; }
.pc-header__logo { display: flex; align-items: center; gap: 16px; flex: 1 0 0; }
.pc-header__logo-text { /*height: 65px;*/ width: auto; max-width: 240px; object-fit: contain; }
.pc-header__nav { display: flex; align-items: center; gap: 16px; border-radius: 10px; padding: 16px; }
.pc-header__nav a { font-family: 'Noto Sans JP', sans-serif; font-weight: 500; font-size: 14px; color: #3d3333; text-decoration: none; }
.pc-header__nav a:hover { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #d80b24; text-decoration: underline; }

/* PCボディ・サイドバー */
.pc-body { display: block; }
.pc-sidebar-left, .pc-sidebar-right { display: none; }
.pc-sidebar-left__img { width: 100%; max-width: 300px; }
.pc-sidebar-right__legal { font-family: 'Noto Sans JP', sans-serif; color: #3d3333; font-size: 16px; line-height: 1.7; }
.pc-sidebar-right__legal-title { font-weight: 700; }
.pc-sidebar-right__legal-text { font-weight: 400; }
.pc-sidebar-right__copy { font-weight: 400; text-align: center; margin-top: 8px; }

@media screen and (min-width: 481px) {
  .pc-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  }
  .pc-header__logo-text { display: none; }      /* 960px未満はロゴテキスト非表示 */
  .pc-header__nav { flex-wrap: wrap; font-size: 12px; padding: 8px; }
  .pc-header__nav a { font-size: 12px; }

  .pc-body { display: flex; justify-content: center; align-items: flex-start; min-height: calc(100vh - 100px); background: #d8d8d8; }

  .l-wrapper { flex-shrink: 0; width: 400px; max-width: 400px; margin: 0; border: 15px solid #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }

  .s-secret__title { left: 10%; }

  .c-header { display: none; }          /* SP版ヘッダー非表示 */
  .c-cta-bar { display: none !important; } /* SP版固定CTAバー非表示 */

  .c-cta-box {
    width: 95%;
    max-width: 380px;
    }
}

@media screen and (min-width: 960px) {
  .pc-sidebar-left { display: flex; flex-direction: column; align-items: center; flex: 1 1 0; padding: 24px; position: sticky; top: 100px; }
  .pc-sidebar-right { display: flex; flex-direction: column; justify-content: flex-end; flex: 1 1 0; padding: 24px; position: sticky; top: 150px; min-height: calc(100vh - 140px); }
  .pc-sidebar-right__legal { margin-top: auto; }
  .pc-header__logo-text { display: block; }
  .pc-header__nav { gap: 16px; padding: 16px; }
  .pc-header__nav a { font-size: 14px; }
}

@media screen and (min-width: 1200px) {
  .pc-sidebar-left { padding: 48px 40px 48px 32px; }
  .pc-sidebar-right { padding: 48px 32px 48px 40px; }
}

@media screen and (min-width: 1440px) {
  .pc-body { max-width: 1440px; margin: 0 auto; }
}
