@import "section-bg.generated.css";

/* ========================================
   Base / Tokens
   ======================================== */
:root {
  --breakpoint: 798px;
  --max-width-container: 2000px;
  --max-width-inner: 1280px;
  --color-white: #ffffff;
  --color-text: #353332;
  --color-text-sub: #4b4b4b;
  --color-orange: #f58d25;
  --color-orange-fv: #fd6a0f;
  --color-blue: #2d60bf;
  --color-tag: #8f6a44;
  --color-muted: #64748b;
  --color-footer: #676767;
  --color-cream: #fff3e7;
  --color-cream-border: #e1d7cd;
  --color-faq-bg: #fff6ec;
  --color-story-bg: #fffbf5;
  --color-story-border: #5f5348;
  --color-lang-bg: #f1f5f9;
  --color-lang-border: #e2e8f0;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-mincho: "Shippori Mincho", serif;
  --font-display: "Urbanist", sans-serif;
  --font-condensed: "Barlow Condensed", sans-serif;
  --header-scroll-offset: 96px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-scroll-offset);
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  background: #fafafa;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.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;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.wrapper {
  width: 100%;
  max-width: var(--max-width-container);
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: var(--max-width-inner);
  margin: 0 auto;
  padding: 0 20px;
}

.text_orange {
  color: var(--color-orange);
}

.br-1000 {
  display: none;
}

.br-480 {
  display: none;
}

/* ========================================
   Common components
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 10px;
  padding: 16px 32px;
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    opacity 0.35s ease;
}

.btn:hover {
  opacity: 0.88;
}

.btn_blue {
  background: var(--color-blue);
  color: var(--color-white);
}

.btn_orange {
  background: var(--color-orange);
  color: var(--color-white);
  border-radius: 9999px;
  font-size: 16px;
  padding: 14px 28px;
}

.section_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.section_label {
  position: relative;
  padding: 0 48px;
  color: var(--color-orange);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section_label::before,
.section_label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: var(--color-orange);
  border-radius: 9999px;
}

.section_label::before {
  left: 0;
}

.section_label::after {
  right: 0;
}

.section_label--wide {
  letter-spacing: 0.26em;
}

.section_title {
  font-family: var(--font-sans);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* ========================================
   Header
   ======================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 20px;
  background: var(--color-white);
  transition: box-shadow 0.35s ease;
}

.header.is-scrolled {
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header_logo {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.header_logo a {
  display: block;
  transition: opacity 0.2s;
}

.header_logo a:hover {
  opacity: 0.6;
}

.header_logo img {
  width: 280px;
  height: auto;
}

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

.lang_switch {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background: var(--color-lang-bg);
  border: 1px solid var(--color-lang-border);
  border-radius: 9999px;
}

.lang_switch_item {
  border: 0;
  padding: 6px 14px;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-muted);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6286;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.lang_switch_item:not(.lang_switch_item--active):hover,
.lang_switch_item:not(.lang_switch_item--active):focus-visible {
  background: rgba(247, 141, 35, 0.2);
}

.lang_switch_item--active {
  background: linear-gradient(153deg, #f78d23 0%, #e87a0f 100%);
  color: var(--color-white);
}

.btn_header {
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
  border-radius: 9999px;
  padding: 14px 28px;
  font-size: 19px;
}

/* ========================================
   FV
   ======================================== */
.fv {
  position: relative;
  overflow: hidden;
  background: #fffdfa;
}

.fv_visual {
  display: block;
  width: 100%;
  height: auto;
}

.fv_picture {
  display: block;
  width: 100%;
}

.fv_cta {
  position: absolute;
  left: 11.43%;
  top: calc(69.4% + 30px);
  z-index: 2;
  gap: clamp(16px, 3.47vw, 50px);
  padding: clamp(14px, 1.39vw, 20px) clamp(20px, 3.47vw, 50px) clamp(14px, 1.39vw, 20px) clamp(32px, 5.56vw, 80px);
  border-radius: clamp(8px, 0.69vw, 10px);
  font-size: clamp(16px, 1.53vw, 22px);
  line-height: 1;
  text-decoration: none;
}

.fv_cta_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(28px, 2.5vw, 36px);
  height: clamp(28px, 2.5vw, 36px);
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-blue);
  font-size: clamp(16px, 1.53vw, 22px);
  font-weight: 700;
  line-height: 1;
}

/* ========================================
   Concept
   ======================================== */
.concept {
  position: relative;
  padding: 60px 0;
  background: var(--color-white);
}

.concept_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.concept_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27.4px;
  width: 100%;
  max-width: 900px;
}

.concept_title {
  font-family: var(--font-sans);
  font-size: 41px;
  font-weight: 700;
  line-height: 1.707;
  text-align: center;
}

.concept_title_line {
  display: block;
  width: 56px;
  height: 4px;
  background: var(--color-orange);
  border-radius: 9999px;
}

.concept_quotes {
  max-width: 847px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.71;
  text-align: center;
}

.concept_answer {
  position: relative;
  width: fit-content;
  max-width: min(850px, 100%);
  margin-bottom: 44px;
  padding: 28px 36px;
  background-color: var(--color-orange);
  background-image: url("../img/noize_tile.webp");
  background-repeat: repeat;
  background-size: 50px 50px;
  border-radius: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.71;
  text-align: center;
}

.concept_answer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-left: 30.5px solid transparent;
  border-right: 30.5px solid transparent;
  border-top: 44px solid var(--color-orange);
}

.concept_deco {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
  width: 201px;
  height: auto;
  pointer-events: none;
}

/* ========================================
   Car sections
   ======================================== */
.car {
  position: relative;
  --car-padding-top: clamp(48px, 6.25vw, 80px);
  padding: var(--car-padding-top) 0;
  background: var(--color-white);
}

.car--cabcon {
  border-top: 1px solid var(--color-cream-border);
}

.car--van {
  background: var(--color-cream);
  border-top: 1px solid var(--color-cream-border);
}

.car--nbox {
  border-top: 1px solid var(--color-cream-border);
}

.car_shell {
  position: relative;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}

.car_num_deco {
  position: absolute;
  top: calc(-1 * var(--car-padding-top));
  right: 4%;
  color: transparent;
  -webkit-text-stroke: 5px var(--color-orange);
  font-family: var(--font-sans);
  font-size: clamp(120px, 14vw, 200px);
  font-weight: 700;
  line-height: 1;
  opacity: 0.1;
  transform: rotate(10deg);
  pointer-events: none;
}

.car--van .car_num_deco {
  right: auto;
  left: 40px;
  transform: rotate(-10deg);
}

.car_deco--brush {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 112px;
  height: auto;
  pointer-events: none;
}

.car_inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 578px));
  justify-content: space-between;
  gap: 60px;
  align-items: start;
}

.car_inner--reverse {
  grid-template-columns: repeat(2, minmax(0, 578px));
}

.car_inner--reverse .car_media {
  order: 2;
}

.car_inner--reverse .car_info {
  order: 1;
}

.car_media {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.car_info {
  container-type: inline-size;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.car_photo {
  margin: 0;
}

.car_photo_frame {
  position: relative;
  overflow: hidden;
  box-shadow: 10px 9px 3px rgba(0, 0, 0, 0.25);
}

.car_photo_frame img {
  display: block;
  width: 100%;
  height: auto;
}

.car_photo figcaption {
  position: absolute;
  left: 19px;
  bottom: 20px;
  padding: 3px 19px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.car_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.car_tags li {
  padding: 7.5px 16px;
  background: #fffcf2;
  border: 1px solid var(--color-tag);
  border-radius: 6px;
  color: var(--color-tag);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.car_feature {
  padding: 24px;
  background: var(--color-white);
  border: 2px dashed var(--color-tag);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.car--van .car_feature {
  background: #fffaf4;
}

.car_feature_inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.car_feature_illust_wrap {
  flex-shrink: 0;
  width: 112px;
  height: auto;
}

.car_feature_illust {
  width: 100%;
  height: auto;
}

.car_feature_text h3 {
  color: var(--color-orange);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.52;
}

.car_feature_text p {
  padding-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.62;
}

.car_reels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(166deg, #faf5ff 0%, #fdf2f8 100%);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.car_reels_main {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.car_reels_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(45deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}

.car_reels_icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.car_reels_copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.car_reels_label {
  color: #db2777;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.9;
}

.car_reels p {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

.car_reels_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 9999px;
  background: var(--color-white);
  color: #db2777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  white-space: nowrap;
}

.car_reels_link_arrow {
  width: 8px;
  height: 10px;
  flex-shrink: 0;
  background-color: currentColor;
  mask: url("../img/arrow.svg") center / contain no-repeat;
  -webkit-mask: url("../img/arrow.svg") center / contain no-repeat;
}

.car_heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.car_eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-orange);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1232em;
  line-height: 1.3;
}

.car_eyebrow_line {
  flex-shrink: 0;
  width: 24px;
  height: 2px;
  background: var(--color-orange);
  border-radius: 9999px;
}

.car_title {
  color: var(--color-text-sub);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.car_title_line {
  display: block;
  width: 64px;
  height: 5px;
  background: linear-gradient(90deg, #f78d23 0%, #fca83a 100%);
  border-radius: 9999px;
}

.car_lead {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.car_lead_main {
  color: var(--color-text-sub);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.83;
}

.car_lead_body {
  font-size: 14px;
  line-height: 2.14;
}

.car_specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.car_spec {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  background: var(--color-orange);
  border-radius: 12px;
  color: var(--color-white);
  text-align: center;
}

.car_spec_term {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.5px;
}

.car_spec_icon {
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 50%;
  background: var(--color-white);
  object-fit: contain;
}

.car_spec_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.car_spec_value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}

.car_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: 2px solid var(--color-text);
  border-radius: 16px;
}

@container (max-width: 520px) {
  .car_price {
    flex-direction: column;
    align-items: stretch;
  }

  .btn_car_sim {
    width: 100%;
  }
}

.car_price_main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.car_price_label {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}

.car_price_value {
  display: flex;
  align-items: flex-end;
  color: var(--color-orange);
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 700;
  line-height: 0.88;
}

.car_price_yen {
  font-size: 31px;
}

.btn_car_sim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 38px;
  border: 2px solid var(--color-lang-border);
  border-radius: 9999px;
  background: var(--color-white);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  white-space: nowrap;
}

.btn_car_sim_arrow {
  display: block;
  flex-shrink: 0;
}

/* ========================================
   Options
   ======================================== */
.options {
  padding: 36px 0;
  border-top: 1px solid var(--color-cream-border);
  background:
    url("../img/options_bg.webp") center / cover no-repeat,
    linear-gradient(180deg, #ffffff 0%, #fffcf2 100%);
}

.options_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 20px;
}

.options_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.options_title .text_orange {
  font-size: 40px;
}

.options_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.options_sub {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.options_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.options_item_card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding: 15px;
  background: var(--color-white);
  border-radius: 9px;
}

.options_item_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.options_item_visual img {
  width: 100%;
  height: auto;
}

.options_item_label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.options_note {
  align-self: flex-end;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
}

.options_detail {
  width: 100%;
  border: 3px solid var(--color-orange);
  border-radius: 5px;
  background: var(--color-white);
}

.options_detail_summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.options_detail_summary_text {
  flex: 1;
  min-width: 0;
}

.options_detail_summary::-webkit-details-marker {
  display: none;
}

.options_detail_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #f78d23 0%, #e87a0f 100%);
  border-radius: 14px;
}

.options_detail_icon img {
  display: block;
}

.options_detail_chevron {
  flex-shrink: 0;
  margin-left: auto;
  width: 36px;
  height: 36px;
  background: var(--color-faq-bg);
  border-radius: 18px;
  position: relative;
}

.options_detail_chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  transform: translate(-50%, -70%) rotate(45deg);
  transition: transform 0.35s ease;
}

.options_detail.is-open .options_detail_chevron::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.options_detail_body_wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.options_detail_body {
  padding: 0 36px 36px;
}

.options_detail_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 24px 28px;
  background: #fffaf4;
  border: 1px solid var(--color-cream-border);
  border-radius: 12px;
  list-style: none;
}

.options_detail_item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.options_detail_item::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: var(--color-orange);
  border-radius: 50%;
}

/* ========================================
   Owner's Story
   ======================================== */
.story {
  padding: 96px 0;
  background: url("../img/story_bg.webp") center / cover no-repeat;
}

.story_card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: min(100%, 988px);
  margin: 0 auto;
  padding: 64px 56px;
  background: var(--color-story-bg);
  border: 4px solid var(--color-story-border);
  box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.19);
}

.story_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.story_label {
  color: var(--color-orange);
  font-family: var(--font-mincho);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.story_title {
  font-family: var(--font-mincho);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.125;
  text-align: center;
}

.story_title strong {
  font-weight: 700;
}

.story_title_line {
  display: block;
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f78d23 0%, #fca83a 100%);
  border-radius: 9999px;
}

.story_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.story_sub {
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.story_body {
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
}

.story_sign {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.425;
  text-align: right;
}

/* ========================================
   Why Garageland
   ======================================== */
.why {
  position: relative;
  overflow: hidden;
  padding: 112px 0 80px;
  background: var(--color-white);
}

.why_deco_text,
.steps_deco_text,
.faq_deco_text {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 5px var(--color-orange);
  font-family: var(--font-display);
  font-size:120px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 12px;
}

.why_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.why_main {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.why_cards {
  position: relative;
}

.why_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.why_item {
  position: relative;
}

.why_item_deco {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 2;
  width: 112px;
  height: auto;
  transform: translateX(-50%) rotate(10deg);
  pointer-events: none;
}

.why_item_card {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
  padding: 20px;
  background: var(--color-white);
  box-shadow: 2px 8px 5px rgba(74, 38, 5, 0.23);
}

.why_item_photo {
  display: block;
  width: 100%;
  height: auto;
}

.why_item_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why_item_body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.why_item_body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.why_deco--arrow {
  position: absolute;
  top: -54px;
  width: 116px;
  height: auto;
  pointer-events: none;
}

.why_deco--arrow1 {
  left: 9.8%;
}

.why_deco--arrow2 {
  left: 39%;
}

.why_deco--arrow3 {
  left: 69.4%;
}

.why_deco--group {
  position: absolute;
  top: 600px;
  right: 0;
  z-index: 0;
  width: 233px;
  height: auto;
  pointer-events: none;
}

.why_bg_deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.why_bg_deco--1 {
  top: 500px;
  left: -104px;
  width: 554px;
  opacity: 0.2;
}

.why_bg_deco--2 {
  top: -90px;
  right: 0;
  width: 150px;
  height: 391px;
  transform: rotate(-125deg);
  opacity: 0.3;
}

.pricing_accordion {
  border: 3px solid var(--color-orange);
  border-radius: 5px;
  background: var(--color-white);
}

.pricing_accordion_summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 32px 36px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.pricing_accordion_summary_text {
  flex: 1;
  min-width: 0;
}

.pricing_accordion_summary::-webkit-details-marker {
  display: none;
}

.pricing_accordion_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #f78d23 0%, #e87a0f 100%);
  border-radius: 14px;
}

.pricing_accordion_icon img {
  display: block;
}

.pricing_accordion_chevron {
  flex-shrink: 0;
  margin-left: auto;
  width: 36px;
  height: 36px;
  background: var(--color-faq-bg);
  border-radius: 18px;
  position: relative;
}

.pricing_accordion_chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  transform: translate(-50%, -70%) rotate(45deg);
  transition: transform 0.35s ease;
}

.pricing_accordion.is-open .pricing_accordion_chevron::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.pricing_accordion_body_wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.pricing_accordion_body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 36px 36px;
}

.pricing_table_title {
  font-size: 18px;
  font-weight: 700;
}

.pricing_table_wrap {
  overflow-x: auto;
}

.pricing_table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 5px rgba(101, 101, 101, 0.5);
}

.pricing_table th,
.pricing_table td {
  padding: 16px 20px;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  text-align: center;
}

.pricing_table thead th {
  background: var(--color-orange);
  color: var(--color-white);
  font-weight: 700;
  font-size: 13px;
}

.pricing_table tbody th {
  font-weight: 600;
  text-align: left;
}

.pricing_table tbody td {
  font-family: var(--font-condensed);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.pricing_yen {
  font-size: 60%;
}

.pricing_note_box {
  padding: 24px;
  background: #fafafa;
  border-radius: 8px;
}

.pricing_included {
  padding: 24px;
  border: 1px solid #d9d9d9;
}

.pricing_row {
  display: flex;
  align-items: stretch;
  gap: 31px;
}

.pricing_option {
  flex: 1;
  min-width: 0;
  border: 1px solid #d9d9d9;
}

.pricing_option_title {
  padding: 10px 30px;
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing_option_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
  margin: 0;
  padding: 0;
}

.pricing_option_name,
.pricing_option_price {
  margin: 0;
}

.pricing_option_item {
  display: contents;
}

.pricing_option_name {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 16px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing_option_item:last-child .pricing_option_name {
  border-bottom: 0;
}

.pricing_option_price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  color: var(--color-orange);
  font-family: var(--font-condensed);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.pricing_option_item:last-child .pricing_option_price {
  border-bottom: 0;
}

.pricing_row .pricing_note_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.pricing_row .pricing_note_box h3 {
  padding: 0 0 0 10px;
  border-left: 2px solid var(--color-orange);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing_row .pricing_note_box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing_note_box h3,
.pricing_included h3 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.pricing_included p,
.pricing_note_box p {
  font-size: 15px;
  line-height: 1.8;
}

/* ========================================
   How to Use
   ======================================== */
.steps {
  position: relative;
  padding: 112px 0 90px;
  background: radial-gradient(circle at 50% 0%, rgba(247, 141, 35, 0.06) 0%, rgba(247, 141, 35, 0) 100%),
    var(--color-white);
}

.steps_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.steps_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.steps_title {
  color: var(--color-text-sub);
  font-weight: 500;
  letter-spacing: 0.22em;
}

.steps_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps_list::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 12%;
  right: 12%;
  height: 3px;
  background: linear-gradient(90deg, #ffd9ae 0%, #f78d23 50%, #ffd9ae 100%);
  border-radius: 9999px;
  pointer-events: none;
}

.steps_item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.steps_visual {
  position: relative;
  width: 128px;
  height: 128px;
  container-type: inline-size;
}

.steps_icon_img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border: 4px solid var(--color-white);
  border-radius: 64px;
  box-shadow:
    0 8px 10px -6px rgba(15, 23, 42, 0.08),
    0 20px 25px -5px rgba(15, 23, 42, 0.08),
    0 0 0 3px #ffe9d1;
}

.steps_num {
  position: absolute;
  top: -4.6875cqi;
  left: -4.6875cqi;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31.25cqi;
  height: 31.25cqi;
  background: linear-gradient(135deg, #f78d23 0%, #e87a0f 100%);
  border: 2.34375cqi solid var(--color-white);
  border-radius: 15.625cqi;
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 11.71875cqi;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px -6px rgba(247, 141, 35, 0.4);
}

.steps_item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.steps_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.btn_steps {
  width: 600px;
  max-width: 100%;
  min-height: 104px;
  padding: 12px 28px;
  gap: 8px;
  font-size: 28px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.btn_steps_chevron {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.btn_steps_chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.steps_calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.steps_calendar_embed {
  width: 100%;
}

.steps_calendar_iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
  border-radius: 8px;
}

.steps_calendar_fallback {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.steps_calendar_link {
  color: var(--color-blue);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.35s ease;
}

.steps_calendar_link:hover {
  text-decoration-color: currentColor;
}

/* ========================================
   FAQ
   ======================================== */
.faq {
  position: relative;
  padding: 112px 0 70px;
  background: var(--color-faq-bg);
}

.faq_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq_item {
  overflow: hidden;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.faq_q {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq_item.is-open .faq_q {
  border-bottom: 1px solid #ded5c4;
}

.faq_q_text {
  flex: 1;
  min-width: 0;
}

.faq_toggle {
  flex-shrink: 0;
  position: relative;
  width: 36px;
  height: 36px;
  background: var(--color-faq-bg);
  border-radius: 50%;
}

.faq_toggle::before,
.faq_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-orange);
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.faq_toggle::before {
  width: 12px;
  height: 2px;
}

.faq_toggle::after {
  width: 2px;
  height: 12px;
}

.faq_item.is-open .faq_toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq_q::-webkit-details-marker {
  display: none;
}

.faq_a_wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.faq_a {
  display: flex;
  gap: 16px;
  padding: 20px 24px 20px;
}

.faq_a p {
  font-size: 15px;
  line-height: 1.8;
}

.faq_badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
}

.faq_badge--q {
  background: var(--color-orange);
  color: var(--color-white);
}

.faq_badge--a {
  background: var(--color-blue);
  color: var(--color-white);
}

.faq_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.faq_cta_visual {
  width: min(100%, 654px);
  border-radius: 12px;
}

.faq_cta_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.btn_faq {
  width: 600px;
  max-width: 100%;
  min-height: 104px;
  padding: 12px 28px;
  gap: 8px;
  border-radius: 9999px;
  font-size: 28px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.btn_faq_chevron {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.btn_faq_chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========================================
   Arrow button hover
   ======================================== */
.fv_cta,
.btn_car_sim,
.btn_steps,
.btn_faq,
.btn_header,
.car_reels_link {
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

.fv_cta,
.btn_faq,
.btn_header {
  border: 2px solid var(--color-blue);
}

.btn_steps {
  border: 2px solid var(--color-orange);
}

.fv_cta:hover,
.btn_faq:hover,
.btn_header:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--color-blue);
}

.btn_steps:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--color-orange);
}

.btn_car_sim:hover {
  opacity: 1;
  background: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text);
}

.car_reels_link:hover {
  background: #db2777;
  color: var(--color-white);
}

.fv_cta_arrow,
.btn_car_sim_arrow,
.btn_steps_chevron,
.btn_faq_chevron,
.car_reels_link_arrow {
  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease,
    filter 0.35s ease;
}

.btn_car_sim:hover .btn_car_sim_arrow,
.btn_steps:hover .btn_steps_chevron,
.btn_faq:hover .btn_faq_chevron,
.car_reels_link:hover .car_reels_link_arrow {
  transform: translateX(4px);
}

.fv_cta:hover .fv_cta_arrow {
  transform: translateY(4px);
  background: var(--color-blue);
  color: var(--color-white);
}

.btn_car_sim:hover .btn_car_sim_arrow {
  filter: brightness(0) invert(1);
}

/* ========================================
   Footer
   ======================================== */
.footer {
  padding: 40px 0;
  background: var(--color-white);
  border-top: 1px solid #eee;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  text-align: center;
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.footer_nav a {
  color: var(--color-footer);
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.35s ease;
}

.footer_nav a:hover {
  text-decoration-color: currentColor;
}

.footer_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--color-footer);
  font-size: 14px;
}

.footer_info p:first-child {
  font-size: 16px;
  font-weight: 500;
}

.footer_info a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.35s ease;
}

.footer_info a:hover {
  text-decoration-color: currentColor;
}

.footer_copy {
  color: var(--color-footer);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.072em;
}

/* ========================================
   Concept deco — tablet (max-width: 1080px)
   ======================================== */
@media screen and (max-width: 1080px) {
  .concept_deco {
    display: none;
  }
}

/* ========================================
   Car section — tablet (max-width: 1000px)
   ======================================== */
@media screen and (max-width: 1000px) {
  .br-1000 {
    display: block;
  }

  .car_inner,
  .car_inner--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .car_inner .car_info {
    order: 1;
    gap:20px
  }

  .car_inner .car_media {
    order: 2;
  }

  .car_feature_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .car_feature_illust_wrap {
    align-self: center;
    width: 100%;
    max-width: 300px;
  }

  .car_feature_text h3 {
    text-align: center;
  }

  .why_bg_deco,
  .why_deco--group {
    display: none;
  }

  .options_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ========================================
   SP (max-width: 798px)
   ======================================== */
@media screen and (max-width: 798px) {
  :root {
    --header-scroll-offset: 64px;
  }

  .header {
    padding: 10px 20px;
  }

  .header_logo img {
    width: clamp(140px, 34vw, 280px);
  }

  .header_actions .btn_header {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    border-radius: 0;
    padding: 18px 20px max(18px, env(safe-area-inset-bottom));
    font-size: 16px;
    box-shadow: 0 -2px 8px rgba(15, 23, 42, 0.08);
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .fv {
    display: flex;
    flex-direction: column;
  }

  .fv_cta {
    position: static;
    justify-content: center;
    width: 100%;
    gap: 24px;
    padding: 18px 20px 18px 32px;
    border-radius: 0;
    font-size: 16px;
  }

  .fv_cta_arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .concept {
    padding: 30px 0;
  }

  .concept_inner {
    gap: 20px;
  }

  .concept_heading {
    gap: 20px;
  }

  .concept_title {
    font-size: 24px;
  }

  .concept_answer {
    font-size: 16px;
    padding: 20px 24px;
    margin-bottom: 32px;
  }

  .concept_answer::after {
    bottom: -32px;
    border-left-width: 22px;
    border-right-width: 22px;
    border-top-width: 32px;
  }

  .concept_quotes {
    font-size: 16px;
  }

  .car_num_deco {
    font-size: 100px;
    right: 16px;
  }

  .car_reels {
    flex-direction: column;
    align-items: stretch;
  }

  .car_reels_link {
    align-self: center;
  }

  .car_specs {
    grid-template-columns: 1fr;
  }

  .car_title,
  .section_title,
  .faq_cta_title {
    font-size: 24px;
  }

  .car_price_value {
    font-size: 48px;
  }

  .why_list,
  .steps_list {
    grid-template-columns: 1fr;
  }

  .steps_visual {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .steps_icon_img {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
  }

  .why_list {
    gap: 40px;
  }

  .why_inner {
    gap: 30px;
  }

  .why_deco_text,
  .steps_deco_text,
  .faq_deco_text {
    font-size: 80px;
  }

  .steps_list::before {
    display: none;
  }

  .steps_title {
    font-size: 24px;
    letter-spacing: 0.12em;
  }

  .btn_steps {
    width: 100%;
    min-height: 72px;
    font-size: 20px;
  }

  .options_title {
    font-size: 24px;
  }

  .options_title .text_orange {
    font-size: 24px;
  }

  .options_sub {
    font-size: 18px;
  }

  .options_detail_summary {
    padding: 20px;
    font-size: 16px;
  }

  .options_detail_body {
    padding: 0 20px 20px;
  }

  .options_detail_list {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .options_detail_item {
    font-size: 14px;
  }

  .btn_faq {
    width: 100%;
    min-height: 72px;
    font-size: 20px;
  }

  .story {
    padding: 64px 0;
  }

  .story_card {
    padding: 30px 20px;
  }

  .story_title {
    font-size: 22px;
  }

  .story_sub,
  .story_body {
    font-size: 16px;
  }

  .why,
  .steps,
  .faq {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .why_deco--arrow {
    display: none;
  }

  .pricing_accordion_summary {
    padding: 20px;
    font-size: 16px;
  }

  .pricing_accordion_body {
    padding: 20px;
  }

  .pricing_row {
    flex-direction: column;
    gap: 24px;
  }

  .pricing_option_name {
    flex-basis: auto;
    flex: 1;
  }

  .faq_cta_title {
    letter-spacing: 0.08em;
  }
  .why_item_deco {
    top: -10px;
}
}

@media screen and (max-width: 480px) {
  .br-480 {
    display: block;
  }

  .concept_title br {
    display: none;
  }

  .lang_switch {
    gap: 6px;
    padding: 3px;
    flex-shrink: 0;
  }

  .lang_switch_item {
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .options_grid {
    grid-template-columns: 1fr;
  }

  .options_detail_icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .options_detail_icon img {
    width: 15px;
    height: 15px;
  }

  .pricing_table thead th , .pricing_table tbody td , .pricing_table thead th , .pricing_table tbody th{
    padding: 10px;
  }

  .pricing_accordion_icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .pricing_accordion_icon img {
    width: 15px;
    height: 15px;
  }

  .story_title {
    font-size: 20px;
}

.steps_calendar_iframe {
  height: 300px;
}
}

.fv--en .fv_cta {
  top: calc(78% + 30px);
}

.fv--zh .fv_cta {
  top: calc(76% + 30px);
}