
@media (max-width: 1300px) {
  .main-title, .main-catch {
    font-size: 5rem;
  }

  .reward-main-catch img {
    max-width: 450px;
  }

  .main-catch span.yellow {
    vertical-align: bottom;
    font-size: 6rem;
  }

  .main-catch .catch-small {
    font-size: 4rem;
  }

  .main-catch .main-catch-span, .main-title .main-catch-span {
    font-size: 2.2rem;
  }

  .reward-main-row {
    margin-top: 10px;
  }

  .sub-catch {
    font-size: 2.2rem;
  }

  .shinsa-banner {
    width: 420px;
    padding: 15px;
  }

  .shinsa-mid-text .red-bold {
    font-size: 1.6rem;
  }

  .sub-menu-items {
    gap: 8px; 
    right: -100px;
  }

  .sub-menu-item {
    padding: 8px 12px; 
    font-size: 12px;
  }
  
  .sub-menu-item i {
    margin-right: 5px; 
  }

  .top-left-content {
    top: 14%;
  }

  .luxury-reward-box {
    bottom: 0;
  }

  .new-sub-side {
    font-size: 2.25rem;
  }

  .new-sub-catch-row {
    width: 100%;
    margin-bottom: 14px;
  }

  .new-announce-tag {
    margin-bottom: 0px;
  }

  .reward-flex-box {
    margin-top: -10px;
  }

  .footer-wrap li {
    font-size: 14px;
  }

  /* 特選車バージョン */
  .shinsa-item-single .car-img-placeholder {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero-content {
    pointer-events: auto;
  }

  .top-left-content {
    top: 10%;
  }

  .main-title, .main-catch {
    font-size: 4rem;
  }

  .luxury-reward-box {
    transform: scale(0.9);
    transform-origin: left bottom;
    left: 2%;
  }

  .shinsa-banner {
    width: 380px;
    bottom: 3%;
    right: 2%;
  }

  .item-name {
    font-size: 1rem;
  }

  .price-text .price {
    font-size: 1.1rem;
  }

  /* 特選車バージョン */
  .shinsa-item-single .car-img-placeholder {
    width: 100%;
  }

  .shinsa-item-single .shinsa-btn {
    font-size: 1rem;
    padding: 12px 10px;
  }

  .shinsa-item-single .shinsa-btn::after {
    bottom: 13px;
  }
}

@media (max-width: 1000px) {
  /* 車の詳細 */
  .plans-grid {
    grid-template-columns: 1fr 1fr;
    padding: 20px 40px;
  }
}

@media (max-width: 992px) {
  /* よくある質問 */
  .faq-item {
    flex-basis: calc(50% - 7.5px); 
  }

  /* 車の詳細 */
  .ld-media-box {
    width: 40%;
  }

  .ld-specs-box {
    width: 60%;
  }

  .ld-detail-row {
    gap: 10px;
  }

} 

@media screen and (max-width: 960px) {
  .floating-indicator {
    display: none !important; 
  }

  .main-title, .main-catch {
    font-size: 3.2rem;
  }

  .shinsa-banner {
    width: 340px;
  }

  .shinsa-top-text, .shinsa-main-text {
    font-size: 1.1rem;
  }

  .shinsa-btn {
    font-size: 0.8rem;
  }

  /* 特選車バージョン */
  .shinsa-item-single .car-img-placeholder {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .only-sp800px {
    display: block;
  }

  .subhero {
    margin: 70px auto 0;
  }

  /* 車の詳細 */
  .lineup-box .lineup-wrap {
    justify-content: center;
  }

  .ld-image-caption {
    text-align: left;
    font-size: 0.6em;
  }

}

@media (max-width: 768px) {
  /* ヘッダー */
  .header {
    height: 70px; 
  }
  .header-area-gnav {
    height: 70px;
  }

  .header-logo { padding-left: 15px; }
  .header-logo .logo img { width: 130px; padding: 5px 0; }

  .pc-only { display: none; }

  .sp-768px {
    display: block;
  }

  .new-sub-catch-row {
    width: 100%;
    margin-bottom: 32px;
  }

  .reward-main-catch-text {
    font-size: 3.5rem;
  }


  .menu-trigger {
    position: relative;
    width: 30px;
    height: 24px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 1000;
  }

  .menu-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .4s;
  }

  .menu-trigger span:nth-child(1) { top: 0; }
  .menu-trigger span:nth-child(2) { top: 11px; }
  .menu-trigger span:nth-child(3) { bottom: 0; }

  .menu-trigger.is-active span:nth-child(1) { transform: translateY(11px) rotate(-45deg); }
  .menu-trigger.is-active span:nth-child(2) { opacity: 0; }
  .menu-trigger.is-active span:nth-child(3) { transform: translateY(-11px) rotate(45deg); }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 80%; 
    height: 100vh;
    background: #fff;
    padding: 80px 30px;
    transition: all .5s;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 999;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
  }

  .nav-menu.is-active {
    right: 0; 
  }

  .navbar-nav {
    flex-direction: column !important;
    width: 100%;
  }

  .navbar-nav li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }

  .navbar-nav li:not(:last-child)::after {
    display: none; 
  }

  .navbar-nav a {
    text-align: left;
    font-size: 14px;
    display: block;
    width: 100%;
  }

  .nav-beginner-flex { justify-content: flex-start; }

  .type-toggle-box {
    width: 105px;
  }

  .type-toggle-box .type-label {
    font-size: 13px;
  }

  .mobile-toggle {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin-top: 20px;
  }

  .mobile-toggle .type-toggle-box {
    width: 100%;
    height: 60px;
    border-radius: 5px;
  }

  .navbar-nav li.has-sub {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .nav-beginner-trigger {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    right: auto; 
    transform: none;
    width: 100%;
    margin: 0;
    
    display: block; 
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
  }

  .has-sub.is-open .sub-menu {
    max-height: 1000px;
    border-top: 1px solid #eee;
  }

  .sub-menu-bg {
    display: none;
  }

  .sub-menu-container {
    position: static;
    width: 100%;
  }

  .sub-menu-items {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .sub-menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    white-space: normal; 
  }

  .sub-menu-item:last-child {
    border-bottom: none;
  }

  .sub-menu-item i {
    display: none;
  }

  .nav-small {
    text-align: left;
  }

  .type-toggle-box {
    width: 90px;
    height: 70px;
  }

  .hero {
    height: 100dvh; 
  }

  .video-bg video {
    height: 100%;
    object-fit: cover; 
  }

  .top-left-content {
    top: 65px;
    left: 15px;
  }

  .main-catch { 
    font-size: 5rem; 
    margin-top: 30px;
  }

  .sub-catch { 
    font-size: 1.5rem;
    margin-top: -20px; 
  }

  .bottom-copy {
    bottom: auto;
    top: 250px; 
    left: 15px;
  }

  .main-title {
    font-size: 4rem; 
  }

  .copy-line-top { 
    gap: 10px; 
    margin-bottom: 10px; 
  }

  .red-badge { 
    font-size: 1.2rem; 
    padding: 2px 15px; 
  }

  .sub-text { 
    font-size: 1.2rem; 
  }

  .shinsa-banner {
    width: 90%; 
    left: 50%;
    transform: translateX(-50%); 
    bottom: 20px;
    padding: 10px;
  }
  
  .shinsa-options {
    padding-top: 8px;
  }

  .shinsa-item { 
    padding: 0 5px; 
  }

  .luxury-reward-box {
    transform: scale(0.75);
    bottom: 44%;
  }

  .main-catch span.yellow {
    font-size: 7rem;
  }

  .main-catch .catch-small {
    font-size: 4rem;
  }
  
  .new-sub-main { 
    font-size: 3.2rem; 
  }

  .new-announce-tag {
    margin-left: 0px;
  }

  /* 車両詳細の時は表示 */
  /* .car-img-placeholder img { 
    margin: 0 auto; 
  } */

  .item-name { 
    font-size: 0.8rem; 
    margin-bottom: 5px; 
  }

  .price-text { 
    font-size: 0.8rem; 
  }

  .shinsa-btn { 
    font-size: 0.75rem; 
    padding: 6px 2px; 
  }
  
  .shinsa-btn::after { 
    font-size: 0.7rem; 
    bottom: 6px; 
    right: 5px; 
  }

  /* 特選車バージョン */
  .shinsa-item-single .car-img-placeholder {
    width: 100%; 
    margin-bottom: 10px;
  }
  
  .shinsa-item-single .shinsa-btn {
    font-size: 1.1rem;
    padding: 15px 10px; 
  }

  /* 追従するエマちゃん */
  .fixed-ema-wrapper {
    right: 15px; 
  }

  .fixed-ema img {
    max-width: 180px;
  }

  .speech-bubble {
    width: 200px; 
    font-size: 0.8rem;
    bottom: 90px; 
    padding: 8px;
  }

  .contact-p-wrap {
    flex-direction: column;
  }

  .lease-reasons-container {
    grid-template-columns: 1fr; 
  }

  /* お問合せ */
  .corporate-inner {
    max-width: 650px;
    margin: 0 auto;
  }

  .text-right {
    text-align: right;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

  /* デメリット */
  .demerit-main-ttl {
    font-size: 20px;
    line-height: 1.5;
  }

  .demerit-h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    border-left-width: 10px;
  }

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

  .demerit-img-box {
    width: 100%;
    text-align: center;
  }

  .demerit-img {
    width: 100%;
    margin: 0 auto;
  }

  .demerit-index-flex {
    gap: 20px;
  }

  .demerit-index-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
  }

  .demerit-index-list {
    width: 100%;
  }

  .demerit-index-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .demerit-badge {
    width: auto;
    font-size: 13px;
    padding: 6px 12px;
  }

  .demerit-link-text {
    font-size: 15px;
  }

  .demerit-bubble {
    margin-top: 40px;
  }

  .demerit-bubble {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .demerit-bubble-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .demerit-balloon {
    width: 80%;
    position: relative; 
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
  }

  .demerit-bubble .demerit-balloon { order: 2; }
  .demerit-bubble-sec .demerit-balloon { order: 1; }

  .demerit-avatar {
    width: 150px;
    height: auto;
  }

  .demerit-bubble .demerit-avatar { order: 1; margin: 0 0 10px 0; }
  .demerit-bubble-sec .demerit-avatar { order: 2; margin: 10px 0 0 0; }

  .demerit-bubble .demerit-balloon::before,
  .demerit-bubble-sec .demerit-balloon::before {
    content: ""; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px; 
    border-color: transparent; 
    z-index: 5;
  }

  .demerit-bubble .demerit-balloon::before {
    top: -20px; 
    border-bottom-color: #fff; 
  }

  .demerit-bubble-sec .demerit-balloon::before {
    top: 62px;
    border-top-color: #fff; 
  }

  .demerit-info-flex {
    padding: 20px 0;
  }

  .demerit-sol {
    padding: 40px;
  }

  .demerit-sol-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .demerit-sol-adviser {
    width: 150px;
    align-items: center;
  }

  .demerit-sol-textbox {
    text-align: left;
  }

  .demerit-sol-ttl {
    font-size: 1.2rem;
  }

  .demerit-plan-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .demerit-plan-item,
  .demerit-plan-item-green {
    flex: 0 0 calc(50% - 10px);
  }

  .ls-btn-wrap {
    flex-direction: column;
    gap: 15px;
  }

  .ls-search-btn {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
  }

  .demerit-search-nav {
    flex-direction: column;
    gap: 15px;
  }

  table.contact th, table.contact td { 
    display: block; width: 100%; 
  }

  table.contact th { 
    background: #f9f9f9;
    border-bottom: none; 
  }

  .w-short { 
    width: 30%; 
  }

  .thanks-wrap {
    padding: 30px 15px;
  }

  .topback-btn {
    padding: 15px 40px;
    width: 80%; 
    box-sizing: border-box;
  }

  .guidance-box {
    padding: 15px;
  }

  #contact-btn {
		flex-direction: column-reverse; 
		align-items: center; 
	}

  .btn-base-general { 
		width: 100%; 
		margin-bottom: 10px; 
	}

  .btn-wrap .btn-lup p {
    padding: 20px 10px; 
    font-size: 20px; 
    border-radius: 50px; 
  }

  .btn-wrap .btn-lup .car-count {
    font-size: 24px;
    margin-left: 10px;
  }

  /* 上部検索 */
  .search-box {
    padding: 30px 20px;
  }

  .srcbox {
    padding: 20px 0;
  }

  .form-freeword {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  #submit-form {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }

  .srccate-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .srccate-wrap .srccate-item {
    width: calc(100% / 4 - 10px); 
    margin: 5px;
  }

  .drivetrain-wrap, .lease-wrap {
    margin-left: 0;
    justify-content: space-between;
  }

  .drivetrain-wrap .drivetrain-item, .lease-wrap .lease-item {
    width: calc(50% - 10px); 
    max-width: none;
  }

  .feature {
    padding-bottom: 50px;
  }

  .feature-container {
    padding: 30px 15px; 
  }

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

  .feature-grid::after {
    display: none;
  }

  .feature-item {
    padding: 30px 15px;
    border-bottom: 1px dotted #ccc; 
  }

  .feature-item:last-child {
    border-bottom: none;
  }

  .group-label {
    font-size: 20px; 
  }

  .item-title {
    font-size: 1.15rem; 
  }

  .ftr-txt, 
  .ftr-txt-center {
    padding: 15px 10px 0;
    font-size: 0.95rem; 
    text-align: left; 
  }

  .ftr-txt-center {
    text-align: center;
  }

  .ftr-img {
    height: auto; 
    margin-bottom: 15px;
  }

  .ftr-img img {
    width: 100%;
  }

  .safe-img-sec,
  .cregit-img {
    height: auto !important;
    max-width: 300px;
    margin: 10px auto !important;
  }

  .banner-hiroba {
    max-width: 300px;
  }

  .group-label {
    font-size: 20px; 
  }

  .feature-item {
    padding: 20px;
  }

  .feature-item h4 {
    font-size: 1.35rem; 
  }

  .ftr-txt, .ftr-txt-center {
    font-size: 1.1rem;
  }

  /* プラン */
  .plan {
    padding-bottom: 60px;
  }

  .plan-box .plan-wrap {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .plan-box .plan-wrap li {
    width: calc(85% - 50px);
    margin: 60px 10px 0; 
  }

  .pln-clarity {
    font-size: 1.8vw; 
    width: 90%;
    white-space: nowrap;
  }

  .plan {
    padding-bottom: 0;
  }

  .image-layout-buttons {
    flex-wrap: wrap; 
    justify-content: center;
    gap: 10px;
    padding: 30px 10px;
  }

  .tab-button {
    flex: 0 1 calc(50% - 10px); 
    min-width: auto;
    min-height: 100px;
    padding: 10px;
  }

  .tab-button h3 {
    font-size: 1.1rem;
  }

  .tab-header-box {
    flex-direction: column; 
    text-align: center;
  }

  .tab-header-item p {
    text-align: center;
    padding: 10px;
  }

  .tab-ema-box {
    max-width: 250px; 
    margin: 0 auto;
  }

  .content-details {
    padding: 0 10px; 
  }

  .tab-content h2 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  /* キャンペーン */
  .campaign-title-area {
    height: 100px; 
    margin-bottom: 20px;
  }

  .benefits-box h3,
  .campaign-box h3 {
    font-size: 2rem; 
  }

  .benefits-box h3 img,
  .campaign-box h3 img {
    width: 60px; 
    margin-bottom: 10px;
  }

  .campaign-wrap {
    flex-direction: column; 
    gap: 40px; 
    padding: 20px 15px; 
  }

  .campaign-wrap li {
    width: 100%;
  }

  .campaign-wrap li a:hover figure img {
    transform: translate(-8px, -8px);
  }

  /* 下部検索部分 */
  .ft-search {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .ft-search-box {
    padding: 25px 20px; 
  }

  .ft-search-box .ft-search-wrap {
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    margin-top: 15px;
  }

  .ft-search-box .ft-search-wrap li {
    width: 100%;
  }

  .ft-search-box .ft-search-wrap li a {
    width: 100%;
    padding: 12px 5px; 
    text-align: center;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
    font-size: 14px;
  }

  /* フッター */
  .footer-nav {
    padding: 30px 20px;
  }

  .footer-wrap {
    flex-wrap: wrap; 
    justify-content: center;
  }

  .footer-wrap li {
    width: calc(100% / 3 - 20px); 
    margin: 10px;
    font-size: 14px;
  }

  .footer-nav .logo {
    margin: 20px auto 0;
  }

  .footer-nav .logo img {
    max-width: 160px; 
  }

  .purchase-footer-item {
    width: calc(100% / 3 - 20px); 
    margin: 10px;
    font-size: 14px;
    position: relative; 
  }

  .purchase-footer-item {
    width: calc(100% / 3 - 20px); 
    margin: 10px;
    font-size: 14px;
    position: relative;
  }

  .purchase-sub-menu {
    width: max-content; 
    max-width: 80vw; 
    min-width: 240px; 
    
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
    white-space: nowrap; 
  }

  .purchase-sub-menu a {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-align: left;
    white-space: nowrap; 
  }

  .banner-area {
    margin-top: 30px;
  }

  /* contract、generalお問合せ */
  .content-wrap { 
    padding: 20px 10px;
    padding-top: 20px;
  }

  .floating-indicator {
    top: auto;
    bottom: 20px;
    right: 10px;
    left: 10px;
  }

  .indicator-box {
    padding: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .indicator-box strong { 
    display: inline; 
    font-size: 1.4em; 
  }

  .form-table, 
  .form-table tbody, 
  .form-table tr, 
  .form-table th, 
  .form-table td {
    display: block;
    width: 100%;
  }

  .form-table th {
    background-color: #f9f9f9;
    border-bottom: none;
    padding-bottom: 5px;
  }

  .form-table td {
    border-top: none;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .w-xs, .w-sm, .w-md, .w-lg, .w-full {
    max-width: none !important;
    margin-bottom: 5px;
  }

  .w-xs, .w-sm, .w-md {
    width: 30%;
  }

  .w-lg, .w-full {
    width: 100%;
  }

  .number-list-box, .call-list-box {
    flex-wrap: wrap;
  }

  .number-list-box input, .call-list-box input {
    width: calc(25% - 3px) !important
  }

  .contract-item .input-group {
    display: block;
    width: 100%;
  }

  .step-nav {
    padding: 0;
    margin: 30px 0; 
  }

  .step-item {
    font-size: 14px; 
    padding: 0 20px 0 25px; 
    height: 48px; 
  }

  .step-item::after {
    right: -24px;
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 24px;
  }

  .step-item:not(:last-child)::before {
    right: -23px;
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 24px;
  }

  .confirm-table th, .confirm-table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }

  .confirm-table th {
    background-color: #f8f9fa;
    border-bottom: none;
  }

  .cancel-table th, .cancel-table td {
    display: block;
    width: 100%;
  }

  .section-bar span.sub-text {
    white-space: unset;
    line-height: 1.3;
  }

  .section-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .stepbar {
    margin-bottom: 20px;
  }

  .stepbar li {
    padding: 15px 5px 15px 15px; 
    font-size: 14px;
    line-height: 1; 
  }

  .stepbar li:not(:last-child)::after {
    right: -14px;
    border-top: 22px solid transparent; 
    border-bottom: 22px solid transparent; 
    border-left: 15px solid #f2f2f2;
    z-index: 2;
  }

  .stepbar li.on:not(:last-child)::after {
    border-left-color: #ec4a3d;
  }

  .stepbar li:not(:last-child)::before {
    right: -16px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent; 
    border-left: 15px solid #ddd;
    z-index: 1;
  }

  /* クラリティリースが選ばれる理由 */
  .lease-item-set {
    width: calc((100% - 20px) / 2);
  }

  /* リースのメリット・デメリット */
  .speace {
    padding: 30px 0;
  }

  .ls-lead {
    font-size: 16px;
    padding: 0 15px;
  }

  .ls-nav-section {
    background: linear-gradient(to bottom, #fff 50%, #444 50%);
    padding: 30px 0;
  }

  .ls-nav-btn {
    width: calc(50% - 10px); 
    height: auto;
    aspect-ratio: 1 / 1; 
    max-width: 200px;
  }

  .ls-nav-txt {
    font-size: 14px;
  }

  .ls-step-header {
    padding: 40px 0 0 0;
    margin-bottom: 40px;
  }

  .ls-step-ttl {
    font-size: 24px;
    padding: 0 10px;
  }

  .ls-step-tag {
    font-size: 14px;
    padding: 2px 10px;
  }

  .ls-table-wrapper {
    position: relative;
  }
  .ls-table-wrapper::after {
    content: "← 横にスクロールできます →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
  }

  .ls-card {
    padding: 20px 15px;
  }

  .ls-q-ttl {
    font-size: 1.3rem;
  }

  .ls-blue-txt {
    font-size: 1.1rem;
  }

  .ls-btn-wrap {
    flex-direction: column; 
    align-items: center;
  }

  .ls-search-btn {
    width: 100%;
    max-width: 320px;
  }

  /* メンテナンス */
  .mainte-lead {
    font-size: 1.1rem; 
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .mainte-recom-box {
    padding: 40px 20px; 
  }

  .mainte-recom-ttl {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .mainte-recom-list {
    gap: 15px; 
  }

  .mainte-recom-img {
    max-width: 140px;
    height: 140px;
    padding: 30px;
  }

  .mainte-recom-txt {
    font-size: 0.9rem; 
    br {
      display: none; 
    }
  }

  .mainte-flow-container {
    flex-wrap: wrap; 
  }
  .mainte-flow-step {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
  }

  /* 車両一覧 */
  .lineup-wrap {
    gap: 15px; 
    padding-bottom: 40px;
  }

  .lineup-wrap li {
    width: calc((100% - 15px * 2) / 3);
    min-width: calc(33.3% - 10px);
  }

  .monthly-price {
    font-size: 1.5em;
  }

  .lineup-detail {
    gap: 20px;
  } 

  /* 特典 */
  .sub-benefit-banner {
    max-width: unset;
  }

  /* 買取査定 */
  .purchase-intro-text {
    padding: 10px;
    text-align: left;
  }

  .purchase-flex-img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 10px;
  }

  .purchase-item {
    flex: 0 0 30%; 
    min-width: 150px;
  }

  .purchase-btn-submit {
    padding: 15px 0;
    width: 80%; 
  }

  .purchase-area {
    margin-top: 40px;
    padding: 0 10px;
  }

  .p-mdl-ct, .mo-ct {
    width: 95%;
    max-height: 90vh; 
  }

  .mo-img-center {
    max-width: 90% !important;
  }

  .p-mdl-hd span, .mo-hd span {
    font-size: 16px;
  }

  .pcs-cfm-row {
    flex-direction: column; 
    gap: 5px;
    padding: 12px 10px;
  }

  .pcs-cfm-row dt {
    width: 100%;
    font-size: 14px;
    color: #666; 
  }

  .pcs-cfm-row dd {
    width: 100%;
    font-size: 15px;
    padding-left: 0;
  }

  .pcs-cfm-img-item {
    width: calc(33.333% - 7px); 
  }

  .pcs-cfm-btns {
    gap: 15px;
  }

  .pcs-cfm-btns button {
    width: 200px; 
    font-size: 16px;
  }

  /* よくある質問 */
  .lease-plan-table th, 
  .lease-plan-table td {
    padding: 10px 4px; 
    font-size: 13px;  
  }

  .lease-plan-table td.row-label {
    width: 35%; 
    font-size: 12px;
    line-height: 1.3;
  }

  /* 納車までの流れ */
 .car-flow-options {
    display: flex; 
    gap: 15px;
  }

  .car-flow p {
    font-size: 1rem;
  }

  .car-flow-main-ttl {
    font-size: 22px;
  }

  .car-flow-step-header {
    font-size: 1.2rem;
  }

  .car-flow-split-container {
    display: flex; 
    gap: 20px;
    align-items: stretch;
  }

  .car-flow-route-left, 
  .car-flow-route-right {
    flex: 1;
    padding: 20px 10px;
  }

  .car-flow-option-head {
    font-size: 1rem;
    padding: 8px 5px;
  }
  
  .car-flow-route-text,
  .car-flow-content p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .car-flow-arrow-down { 
    margin: 40px auto; 
    transform: scale(0.9); 
  }

  .car-flow-big-arrow { 
    margin: 30px auto; 
    transform: scale(0.9); 
  }
       
}

@media (max-width: 640px) {
  /* 車の詳細 */
  .ld-media-box,
  .ld-specs-box {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
  }

  .ld-specs-box {
    padding-right: 30px;
  }   

  .plans-grid {
    padding: 20px 30px;
  }

  .modal {
    padding: 24px 0;
  }


  /* お問合せ */
  .contact-h3 {
    font-size: 1.3rem !important;
  }

  .contact-c-header {
    line-height: 1.4;
  }

  .margin-bottom-s {
    line-height: 1.3;
  }

  .contact-p-header {
    font-size: 1.06em;
  }

  /* メンテナンス */
  .mainte-table tbody th { 
    font-size: 12px;
    padding: 8px; 
  }
  
  .mainte-table td { 
    padding: 8px; 
  }
}

@media (max-width: 600px) {
  .only-pc {
    display: none;
  }

  .sp-600px {
    display: block;
  }

  .faq-wrap {
    gap: 0;
  }

  .faq-item {
    flex-basis: 100%;
    margin-bottom: 10px; 
  }

  .faq-question-area {
    padding: 30px 10px;
  }

  .faq-answer-area {
    padding: 0 10px;
  }


  .table-container {
    overflow: visible; 
  }

  .lease-plan-table, 
  .lease-plan-table thead, 
  .lease-plan-table tbody, 
  .lease-plan-table tr, 
  .lease-plan-table th, 
  .lease-plan-table td {
    display: block;
    width: 100%;
  }

  .lease-plan-table thead {
    display: none; 
  }

  .lease-plan-table tr {
    border: 1px solid #ec4a3d;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .lease-plan-table tr::before {
    content: attr(data-plan);
    display: block;
    background-color: #ec4a3d;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
  }

  .lease-plan-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 12px 10px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .lease-plan-table td::before {
    content: attr(data-label); 
    font-weight: bold;
    color: #666;
    font-size: 14px;
    text-align: left;
    margin-right: 10px;
    white-space: pre-wrap;
  }

  .lease-plan-table td.row-label {
    display: none; 
  }

}

@media (max-width: 550px) {
  .block-550px {
    display: block;
  }

  .only-pc550px {
    display: none;
  }

  .ttl {
    margin-top: 10px;
  }

  .sp-550px {
    display: none !important;
  }

  .sec h3 {
    font-size: 1.4rem;
  }

  .reward-main-catch-text {
    font-size: 2rem;
    margin-left: -13px;
  }

  .subhero .nav-beginner {
    max-width: 40px;
    height: 30px;
  }

  .type-toggle-box {
    width: 90px;
  }

  .type-toggle-box .type-label {
    font-size: 12px;
  }

  .recommend h3 {
    font-size: 1.4rem;
  }

  .subhero h2 {
    font-size: 22px;
    padding: 50px 10px;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }

  .nav-beginner {
    height: 20px;
  }

  /* メインコンテナ */
  .top-left-content {
    top: 12%; 
    left: 4%;
    max-width: 95%;
  }

  .main-catch {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-top: -5px;
  }

  /* 「0」の数字 */
  .main-catch span.yellow {
    font-size: 3rem !important;
    color: #fff000;
    margin: 0 4px;
  }

  .main-catch .catch-small {
    font-size: 2rem;
  }

  .main-catch .main-catch-span {
    font-size: 1.6rem !important;
    font-weight: 800;
  }

  .sub-catch {
    font-size: 1.05rem !important;
    margin-top: 8px;
    margin-left: 0;
    white-space: nowrap;
  }

  .luxury-reward-box {
    position: absolute;
    bottom: 42%;
    left: 3%;
    transform: none; 
    width: auto;
    gap: 0; 
  }

  .new-announce-tag {
    background: #fff000;
    color: #000;
    padding: 6px 15px;
    border-radius: 10px;
    margin-bottom: 4px; 
    margin-left: 2px;
    z-index: 3;
    min-width: auto; 
    margin-bottom: -1px;
  }

  .tag-big {
    font-size: 1.1rem;
    font-weight: 900;
  }

  .speech-bubble-tail {
    bottom: -10px;
    left: 45px;
    border-top-width: 10px;
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .new-sub-catch-row {
    background: #e60012;
    padding: 8px 20px;
    border-radius: 50px;
    z-index: 2;
    display: inline-block;
    margin-bottom: -6px;
  }
  
  .new-sub-side {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 900;
    margin: 0;
    white-space: nowrap;
  }

  .reward-flex-box {
    margin-top: 5px; 
    z-index: 1;
  }

  .reward-main-row {
    margin-top: 10px;
  }

  .reward-main-catch img {
    width: 250px; 
  }

  .shinsa-banner {
    width: 80%;
  }
  .shinsa-top-text { 
    font-size: 1rem; 
  }

  .shinsa-mid-text .red-bold { 
    font-size: 1.3rem; 
  }

  .shinsa-main-text { 
    font-size: 0.9rem; 
    margin-bottom: 5px; 
  }

  /* 特選車バージョン */
  .shinsa-item-single .car-img-placeholder {
    width: 100%;
  }

  .shinsa-item-single .shinsa-btn {
    font-size: 1rem;
  }


  /* 追従するエマちゃん */
  .fixed-ema-wrapper {
    right: 10px;
  }

  .fixed-ema img {
    max-width: 130px; 
  }

  .speech-bubble {
    width: 170px;
    font-size: 0.75rem;
    bottom: 70px; 
    right: 5px;
  }

  .ema-close-btn {
    top: -30px;
    width: 22px;
    height: 22px;
    font-size: 1rem;
  }

  .speech-bubble::after {
    border-width: 8px 8px 0 8px;
    bottom: -8px;
  }

  /* よくある質問 */
  .btn-wrap {
    padding: 0 10px; 
  }

  .btn-wrap .btn-lup p {
    padding: 15px 10px; 
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
  }

  .btn-wrap .btn-lup .car-count {
    font-size: 22px;
    margin-left: 0; 
  }

  .btn-wrap .btn-lup .car-count span {
    font-size: 14px; 
  }

  .faq-accordion-item.is-open .faq-answer-area {
    max-height: 2000px;
  }

  /* 上部検索 */
  .search h3 {
    font-size: 1.1rem;
    padding: 12px;
  }

  .search h4 {
    font-size: 14px;
    margin-bottom: 10px;
    border-left: 3px solid #E60012; 
    padding-left: 8px;
  }

  .srccate-wrap .srccate-item {
    width: calc(100% / 2 - 10px); 
  }

  .srccate-wrap .srccate-box {
    padding: 8px 5px;
  }

  .srccate-wrap .srccate-box img {
    max-width: 40px; 
    margin-bottom: 5px;
  }

  .srccate-wrap .srccate-box p {
    font-size: 11px;
    transform: scale(0.9); 
  }

  .lease-wrap .lease-item {
    width: calc(100% / 2 - 10px);
  }
  
  .drivetrain-wrap .drivetrain-box, .lease-wrap .lease-box {
    padding: 10px;
  }

  .drivetrain-wrap .drivetrain-box p, .lease-wrap .lease-box p {
    font-size: 14px;
  }

  .btn-lup p {
    font-size: 14px;
    display: flex;
    gap: 5px;
  }

  .car-count {
    font-size: 20px;
  }

  /* 車の詳細 */
  .ld-info-section {
    padding: 30px 0;
    flex-direction: column;
  }
  
  .option-form-container {
    padding: 30px 10px;
  }

  .ld-specs-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .recommend-options-section .section-title {
    padding: 20px 5px;
    font-size: 1em;
  }

  .ld-main-price {
    font-size: 2.5em;
  }

  .ld-detail-row {
    grid-template-columns: 1fr;
  }

  .ld-sateiojump {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
  }

  .input-wrap {
    width: 100%;
  }

  .option-row {
    flex-direction: column;
    padding: 30px 10px;
  }

  .radio-option-section {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .maintenance-section {
    padding: 30px 10px;
  }

  .radio-buttons-maintenance {
    grid-template-columns: 1fr;
  }

  .plans-grid {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 40px;
  }

  .orange-btn {
    display: flex;
    width: 100%;
  }

  .apply-btn {
    margin: 10px 0;
    width: 100%;
  }

  .only-sp500px {
    display: block;
  }

  .mobi-maintenance-jump {
    margin-top: 16px; 
    padding: 0;  
  }

  .mobi-btn-plan-link {
    display: block;      
    width: 100%;         
    box-sizing: border-box; 
    padding: 6px 20px;  
    font-size: 14px;     
    text-align: center;
  }

  .mobi-icon-arrow {
    float: right;        
    margin-left: 0;
  }

  .modal__body {
    padding: 16px 10px;
  }

  .price-options-container {
    padding: 40px 10px 20px;
  }

  .picker-btn .current {
    font-size: 0.8rem;
  }

  .picker-btn {
    padding: 10px;
  }

  .color-display-box {
    width: 50px;
    height: 40px;
  }

  .plan-card-item {
    align-items: flex-end;
    padding: 10px;
  }

  .plan-title {
    font-size: 16px;
  }

  .plan-price {
    font-size: 16px;
    margin-bottom: 5px;
  }


  /* 特徴 */
  .feature-container {
    flex-direction: column; 
    padding: 30px 0;
    gap: 40px; 
  }

  .feature-grid {
    display: flex;
    flex-direction: column;
    gap: 15px; 
  }

  .group-label {
    margin-bottom: 15px;
    font-weight: bold; 
  }

  .feature-item {
    padding: 25px 10px;
    flex: none; 
  }

  .ftr-img {
    width: 100%;
    margin-bottom: 15px;
    max-width: unset;
  }

  .btn-ch.btn-sh {
    width: 90%;
    margin: 0 auto;
    padding: 12px 0;
  }

  .ftr-txt-center {
    font-size: 1.1rem;
    text-align: left;
    margin-top: 20px;
  }

  /* プラン */
  .plan-box h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .plan-box .plan-wrap {
    flex-direction: column; 
    align-items: center;
  }

  .plan-box .plan-wrap li {
    width: 95%; 
    margin: 50px auto 0;
  }

  .plan h4 {
    font-size: 1.1rem;
    padding-top: 35px;
  }

  .pln-clarity {
    font-size: 14px; 
    width: 85%;
    top: -33px;
  }

  .plan-inner {
    padding: 30px 10px;
  }

  .image-layout-buttons {
    padding: 20px 5px;
    margin-top: 40px;
  }

  .tab-button h3 {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .tab-button img {
    width: 24px;
    height: 16px;
  }

  .tab-content h2 {
    font-size: 20px;
  }

  .tab-content p {
    font-size: 1rem;
    text-align: left;
  }

  .content-details .note {
    font-size: 0.8rem; 
  }
  
  .lease-flow-diagram {
    margin: 20px auto;
  }

  .content-details ul {
    padding-left: 0;
  }

  .btn-appraisal-highlight .btn-main-text {
    font-size: 18px;
  }

  .btn-appraisal-highlight .btn-sub-text {
    font-size: 12px;
  }
  
  .btn-appraisal-highlight .btn-icon-arrow::after {
    right: 15px;
    font-size: 16px;
  }

  /* 特典 */
  .benefits-box h3 {
    font-size: 1.4rem;
    padding: 0;
  }

  .sub-benefit-main-title h2 { 
    font-size:1.4rem ;
    margin-bottom: 10px;
  }

  /* キャンペーン */
  .campaign-title-area {
    height: 80px;
  }

  .benefits-box h3,
  .campaign-box h3 {
    font-size: 1.4rem;
  }

  .benefits-box h3 img, 
  .campaign-box h3 img {
    width: 60px;
    margin-bottom: 5px;
  }

  .campaign-wrap {
    gap: 30px;
    padding: 15px 10px;
  }

  .txtwrap {
    padding: 10px 15px 15px;
  }

  .txtwrap h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .txtwrap p {
    font-size: 0.9rem;
  }

  .txtwrap aside {
    bottom: 15px;
    right: 15px;
  }

  .campaign-wrap li a:hover figure img {
    transform: translate(-6px, -6px);
  }

  /* 下部検索部分 */
  .ft-search-box h3 {
    font-size: 1.1rem;
    text-align: center;
  }

  .ft-search-box h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .ft-search-box .ft-search-wrap {
    grid-template-columns: repeat(2, 1fr); 
    gap: 8px;
  }

  .ft-search-box .ft-search-wrap li a {
    font-size: 13px;
    padding: 15px 5px; 
  }

  .ft-search-box > div:first-of-type {
    padding: 15px 0;
  }

  /* フッター */
  .footer-nav {
    padding: 25px 10px;
  }

  .footer-wrap li {
    width: calc(100% / 2 - 14px); 
    margin: 7px;
  }

  .footer-wrap li a p {
    font-size: 13px;
  }

  .footer-nav .logo img {
    max-width: 140px;
  }

  .footer-copyright {
    padding: 15px 10px; 
    line-height: 1.4;
  }

  .purchase-footer-item {
    width: calc(100% / 2 - 14px); 
    margin: 7px;
    position: relative; 
  }

  .purchase-footer-item .nbutton p {
    font-size: 13px;
  }

  .purchase-sub-menu {
    width: 90vw; 
    max-width: 300px; 
    min-width: auto;    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    white-space: normal; 
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
  }

  .purchase-sub-menu li {
    width: 100%;
  }

  .purchase-footer-item {
    width: calc(100% / 2 - 14px);
    margin: 7px;
    position: relative;
  }

  .purchase-sub-menu {
    width: 180px; 
    min-width: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    z-index: 1000;
  }

  .purchase-sub-menu a {
    padding: 10px 12px; 
    font-size: 12px;    
    line-height: 1.3;
    white-space: normal; 
    text-align: left;
  }

  .purchase-sub-menu li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
  }

  .purchase-sub-menu::before {
    border-width: 5px;
    bottom: 100%;
  }

  /* contractお問合せ */
  .content-wrap {
    padding: 0;
  }

  .page-header h2 {
    font-size: 1.1em;
  }

  .section-bar {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.1em;
  }

  .section-bar span.sub-text {
    margin-left: 0;
    margin-top: 5px;
    font-size: 12px;
  }

  .blue-bold {
    line-height: 1.3;
  }

  .w-date {
    width: 60px !important;
  }

  .date-input-row {
    flex-direction: column; 
    align-items: flex-start; 
    gap: 8px; 
  }

  .input-group {
    width: 100%; 
    flex-wrap: wrap; 
    margin: 0;
  }

  .mileage-input {
    width: 70% !important;
  }

  .h-date {
    height: 100px;
  }

  .date-input-row {
    flex-direction: column; 
    align-items: flex-start; 
    gap: 5px;
  }

  .note-text {
    font-size: 13px;
  }

  .w-md {
    width: 100%; 
    margin: 0;
  }

  .w-xs {
    width: 22%;
  }

  .number-list-box input {
    width: 100% !important;
  }

  .call-list-box input {
    width: 30% !important;
  }

  .date-input-row {
    flex-wrap: wrap;
  }

  .btn-submit, .btn-home, .btn-blue {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }

  .thanks-main-message {
    font-size: 1.4em;
  }

  .application-container {
    padding: 0;
    padding-top: 20px; 
  }
  
  .input-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }

  .input-row input[name*="sei"], 
  .input-row input[name*="mei"] {
    width: calc(45% - 25px) !important;
  }

  .contract-item .input-group {
    margin-right: 0;
    line-height: 1.7;
  }

  .confirm-card-header {
    padding: 10px;
    text-align: center;
  }

  .next-step {
    text-align: left;
  }

  .thanks-card {
    padding: 30px 10px;
  }

  .thanks-sub-message {
    font-size: 1rem;
  }

  .guidance-box {
    padding: 15px;
    padding-bottom: 20px;
  }

  .guidance-box h3 {
    font-size: 1.4rem;
  }

  .app-header ul {
    padding-left: 0;
    margin: 25px 0;
  }

  .step-nav {
    margin: 20px 0;
  }

  .step-item {
    font-size: 11px; 
    padding: 0 5px 0 20px; 
    height: 40px;
  }

  .step-item::after {
    right: -20px !important;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
  }

  .step-item:not(:last-child)::before {
    right: -19px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
  }
  
  .step-item:last-child {
    padding-right: 10px;
  }

  .stepbar li {
    padding: 12px 2px 12px 12px;
    font-size: 11px;
  }

  .stepbar li:not(:last-child)::after {
    right: -12px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 12px solid #f2f2f2;
  }

  .stepbar li:not(:last-child)::before {
    right: -13px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 12px solid #ddd;
  }
  
  .stepbar li:last-child {
    padding-right: 10px;
  }

  .thanks-wrap h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .thanks-message {
    line-height: 1.4;
    text-align: left;
  }

  .caution-msg {
    text-align: left;
  }

  .confirm-box {
    padding: 15px 5px;
  }

  .btn-area p {
    text-align: left;
  }

  .header-notes li {
    font-size: 0.9rem;
  }

  .content-wrap h2,
  .app-header h2 {
    font-size: 1.1rem;
  }

  .app-header ul li {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .app-header ul li {
    font-size: 0.9rem;
    text-align: center;
  }

  .contact-flex-tell {
    flex-direction: column;
    gap: 0px;
  }

  .contact-flex-tell a {
    flex: 0 0 0;
  }

  .contact-tell-company {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    line-height: unset;
  }

  /* リースのメリット・デメリット */
  .ls-lead {
    font-size: 15px;
    text-align: left; 
    padding: 0 10px;
  }

  .ls-nav-btn {
    width: 100%;
    max-width: 200px; 
  }

  .ls-nav-section {
    padding: 10px 0;
  }

  .ls-nav-inner {
    height: 70%;
  }

  .ls-step-title-row {
    flex-direction: column; 
    padding: 0 10px;
    gap: 10px;
  }

  .ls-step-tag {
    font-size: 18px; 
    padding: 2px 8px;
    transform: rotate(-8deg);
    flex-shrink: 0; 
  }

  .ls-step-ttl {
    font-size: 1.4rem; 
    letter-spacing: -0.02em; 
  }

  .ls-nav {
    gap: 8px;
    padding: 0 10px 20px 
  }

  .ls-nav-btn {
    width: 31%; 
    height: auto;
    aspect-ratio: 1 / 1; 
    min-width: auto;
  }

  .ls-nav-inner {
    padding-top: 10px;
    height: 65%; 
    gap: 2px;
  }

  .ls-nav-txt {
    font-size: 10px; 
    line-height: 1.2;
    margin-bottom: 2px;
    transform: scale(0.9); 
  }

  .ls-nav-icon {
    font-size: 18px;
  }

  .ls-nav-more {
    height: 35%;
    font-size: 11px; 
    padding-bottom: 5px;
  }

  .ls-nav-more::after {
    width: 6px;
    height: 6px;
    bottom: 8px;
  }

  .ls-fig-caption {
    font-size: 12px;
    text-align: left;
  }

  .ls-blue-arrow-down {
    top: -20px;
    width: 60px;
    height: 60px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #ffcec7;
  }

  .ls-sub-blue-ttl {
    gap: 5px;
  }

  .ls-btn-main {
    padding: 10px 20px;
    width: 90%;
    font-size: 14px;
  }

  .ls-info-area {
    padding: 20px 10px;
  }

  .ls-cell-txt {
    font-size: 13px;
  }
  
  .ls-comp-table tbody th {
    font-size: 14px;
    width: 100px;
  }

  .ls-blue-txt {
    font-size: 1.05rem;
    text-align: left;
  }

  .ls-card {
    padding: 20px 10px;
  }

  /* デメリット */
  .feature-subhero {
    height: 220px !important;
  }

  .demerit-index-link {
    padding: 10px 15px;
  }

  .demerit-index-img {
    width: 75px;
  }

  .demerit-chat {
    padding: 10px;
  }

  .demerit-section {
    padding: 0;
    line-height: 1.3;
  }

  .demerit-section-sp {
    padding: 0 10px;
  }

  .demerit-balloon {
    width: 100%;
  }

  .demerit-bubble-sec .demerit-balloon,
  .demerit-bubble-sec .demerit-balloon {
    height: 150px;
  }

  .demerit-bubble-sec .demerit-balloon::before {
    top: 147px;
  }

  .demerit-plan-list {
    grid-template-columns: 1fr;
  }

  .demerit-sol-ttl {
    background: unset;
    text-align: left;
    padding: 0;
  }

  .confirm-table th, .confirm-table td {
    display: block;
    width: 100% !important;
  }

  .demerit-container {
    padding: 70px 0 0;
  }

  .demerit-index-flex {
    gap: 20px;
    align-items: flex-start;
    gap: 10px;
  }

  .demerit-link-text {
    font-size: 14px;
  }

  .demerit-h3 { 
    line-height: 1.3;
  }

  .demerit-plan-label {
    font-size: 20px;
    line-height: 1.3;
  }

  .image-layout-buttons {
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .demerit-sol { 
    line-height: 1.4;
    padding: 40px 20px;
  }

  /* クラリティリースが選ばれる理由 */
  .reason-subhero {
    height: 170px !important;
  }

  .lease-item-set {
    width: 100%;
  }

  .lease-icon-box {
    height: 110px;
    font-size: 2rem;
  }

  /* メンテナンス */
  .mainte-lead {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left; 
  }

  .mainte-recom-list {
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;    
    justify-content: center;
    gap: 30px 10px;   
  }  

  .mainte-recom-item:nth-child(1) {
    flex: 0 0 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mainte-recom-item:nth-child(n+2) {
    flex: 0 0 47%; 
    max-width: 47%;
  }

  .mainte-recom-item {
    width: 100%;
  }

  .mainte-recom-img {
    max-width: 100px; 
    height: 100px;
    padding: 20px;    
    margin: 0 auto 10px;
  }

  .mainte-recom-txt {
    font-size: 0.85rem; 
    line-height: 1.4;
    text-align: center;
  }

  .mainte-recom-txt br {
    display: block !important;
  }

  .mainte-flow-lead {
    text-align: left;
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .mainte-table thead th.is-premium,
  .mainte-table thead th.is-basic {
    font-size: 13px;
  }

  
  .mainte-flow-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .mainte-flow-step {
    flex: 0 0 100%;
    width: 100%; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .mainte-flow-head {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center; 
    gap: 12px;
  }

  .mainte-flow-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #ec4a3d; 
    color: #fff;
    text-align: center;
    font-weight: bold;
  }

  .mainte-flow-txt {
    font-size: 0.85rem;
    text-align: left; 
    line-height: 1.5;
    margin: 0;
  }

  .mainte-flow-txt span {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-top: 2px;
  }

  .mainte-flow-img {
    flex: 0 0 80px; 
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainte-flow-img img {
    max-width: 100%;
    height: auto;
  }

  /* 車両一覧 */
  .lineup-wrap {
    gap: 10px; 
  }

  .lineup-wrap li {
    width: calc((100% - 10px) / 2);
    min-width: auto; 
  }

  .listup-small {
    font-size: 0.8em !important;
  }

  .lineup-detail {
    padding: 10px;
    gap: 15px;
  }

  .monthly-price {
    font-size: 1.3em;
  }

  .corner-triangle {
    border-width: 0 0 45px 45px; 
  }

  .corner-triangle::after {
    width: 7px;
    height: 7px;
    bottom: -35px;
    right: 10px;
  }

  /* 買取査定 */
  .purchase-intro-text {
    font-size: 1rem;
    padding: 0 5px;
  }

  .purchase-item {
    flex: 0 0 45%;
  }

  .purchase-label-img {
    font-size: 0.8rem;
    height: auto;
    margin-bottom: 10px;
  }

  .purchase-flex {
    flex-wrap: wrap;
  }
  
  .purchase-flex .purchase-input {
    flex: 1;
    min-width: 100px;
  }

  .purchase-btn-submit {
    width: 100%;
    font-size: 1.1rem;
  }

  .purchase-radio-row {
    gap: 10px;
  }

  .purchase-area {
    padding: 0 5px;
  }
  
  .purchase-radio-row label {
    background: #f4f4f4;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
  }

  .purchase-agree {
    font-size: 0.8rem;
  }

  .purchase-sub-btn {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .p-mdl-body, .mo-body {
    padding: 15px 10px;
  }

  .mo-txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .mo-img-center {
    max-width: 100% !important;
    margin-bottom: 15px;
  }

  .p-mdl-cls, .mo-cls {
    font-size: 32px;
    padding: 5px;
  }

  .pcs-cfm-ttl {
    font-size: 1.2em !important;
  }

  .pcs-cfm-img-item {
    width: calc(50% - 5px); 
  }

  .pcs-cfm-note {
    margin-top: 50px; 
    font-size: 0.9rem;
    text-align: left; 
  }

  .pcs-cfm-btns {
    flex-direction: column; 
    align-items: center;
  }

  .pcs-cfm-btns button {
    width: 100%; 
    max-width: 300px;
    padding: 12px;
  }
  
  .pcs-btn-submit {
    order: -1; 
  }

  .purchase-cfm, .purchase-tks {
    padding: 0px;
  }

  /* 納車までの流れ */
  .car-flow-main-ttl {
    font-size: 20px;
  }

  .car-flow-options,
  .car-flow-split-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 20px 0 40px;
    margin: 0 -15px;
    padding-left: 15px;
  }

  .car-flow-option-box,
  .car-flow-route-left,
  .car-flow-route-right {
    flex: 0 0 85%; 
    scroll-snap-align: center;
    
  }

  .car-flow-options .car-flow-small-arrow,
  .car-flow-split-container .car-flow-small-arrow,
  .car-flow-split-container .car-flow-big-arrow {
    width: 60px; 
    height: 60px;
    flex-shrink: 0;
    margin: 0;
  }

  .car-flow-options .car-flow-small-arrow::after,
  .car-flow-split-container .car-flow-small-arrow::after,
  .car-flow-split-container .car-flow-big-arrow::after,
  .car-flow-split-container .car-flow-big-arrow::before {
    transform: translateY(-50%) rotate(-45deg);
    right: 15px;
    top: 50%;
  }

  .car-flow-split-container .car-flow-big-arrow::before { right: 35px; }
  .car-flow-split-container .car-flow-big-arrow::after { right: 15px; }

  .car-flow-arrow-down {
    height: 90px;
    margin: 0 auto;
    transform: scale(0.8); 
  }

}


