/* Car Collection 45 NEXT 用CSS */ 

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "gravita-geo-variable", "Noto Serif JP", serif, sans-serif;
  font-variation-settings: "wght" 400;
  margin: 0;
  background: #fff;
  color: #222;
}
.main-header {
  background: rgba(17,17,17,0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 64px; /* 仮: ロゴ画像の高さに合わせて後で微調整可 */
  display: flex;
  align-items: center;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  height: 64px;
  position: relative;
}
.header-logo {
  height: 64px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
.header-nav {
  margin-left: auto;
}
.header-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 64px;
}
.header-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 8px;
  line-height: 64px;
  transition: color 0.3s, transform 0.3s, opacity 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.header-nav a:hover, .header-nav a:focus {
  color: #ba9c35;
  opacity: 0.7;
  transform: translateY(-4px) scale(1.06);
}
.header-icons {
  display: flex;
  align-items: center;
  height: 64px;
  margin-left: 20px;
  margin-right: 30px;
}
.header-icons a img {
  width: 28px;
  margin-left: 12px;
  margin-top: 4px;
}
.header-visual {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .header-visual {
    height: 420px;
  }
}
.header-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0; top: 0;
  z-index: 1;
}
.header-visual-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .header-visual-main {
    margin-top: 90px;
  }
}
.header-visual-text {
  text-align: center;
}
.header-visual-text h1 {
  font-size: 3em;
  font-weight: 500;
  font-family: "gravita-geo-variable", "Noto Serif JP", serif, sans-serif;
  font-variation-settings: "wght" 500;
  color: #fff;
  margin: 0;
  padding: 0;
}
.header-visual-text p {
  color: #fff;
}
.header-visual-btn-box {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-visual-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 1.2em;
  padding: 14px 52px 16px 52px;
  border-radius: 0px;
  margin-top: 24px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.header-visual-btn:hover,
.header-visual-btn:focus {
  background: #222;
  color: #ba9c35;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.header-visual-btn:hover img,
.header-visual-btn:focus img {
  filter: brightness(1.3) drop-shadow(0 2px 6px #ba9c35);
  transform: scale(1.1);
  transition: filter 0.3s, transform 0.3s;
}
.header-visual-btn img {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 20px !important;
  object-fit: contain;
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 0.2em;
}
.header-visual-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.brand-slider {
  background: #131313;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
}
.brand-slider-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
}
.brand-slider-swiper .swiper-slide {
  width: 280px !important;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #7a7a7a;
  flex-shrink: 0;
}
.brand-slider-swiper .swiper-slide:last-child {
  border-right: none;
}
.brand-slider .swiper-slide.brand-item,
.brand-slider .brand-item {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  display: block !important;
  box-shadow: none !important;
  transform: none !important;
}
.brand-slider .swiper-slide.brand-item img,
.brand-slider .brand-item img {
  max-width: 280px !important;
  max-height: none !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  object-fit: contain !important;
}
.brand-slider .swiper-slide.brand-item a img,
.brand-slider .brand-item a img {
  transition: transform 0.3s, filter 0.3s !important;
  max-width: 280px !important;
  max-height: none !important;
  width: 100% !important;
}
.brand-slider .swiper-slide.brand-item a:hover img,
.brand-slider .brand-item a:hover img,
.brand-slider .swiper-slide.brand-item a:focus img,
.brand-slider .brand-item a:focus img {
  transform: scale(1.08) !important;
  filter: brightness(1) !important;
}
/* 汎用slider-arrowスタイル */
.slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 5;
  position: relative;
}
.slider-arrow img {
  width: 48px;
  height: 48px;
  display: block;
}
.slider-arrow.next.reverse img {
  transform: scaleX(-1);
}

/* brand-slider専用のスタイル（上書き用） */
.brand-slider .slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 5;
  position: relative;
}
.brand-slider .slider-arrow img {
  width: 48px;
  height: 48px;
  display: block;
}
.brand-slider .slider-arrow.next.reverse img {
  transform: scaleX(-1);
}
.thankyou-section {
  text-align: center;
  padding: 48px 0 24px 0;
}
.thankyou-section h2 {
  color: #ba9c35;
  font-size: 2.2em;
  font-family: 'cursive', sans-serif;
  padding: 0;
  margin: 0;
}
.thankyou-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin: 40px 0 32px 0;
  flex-wrap: wrap;
}
.thankyou-card {
  width: 33.33%;
  min-width: 180px;
  max-width: 320px;
  background: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: none;
  padding: 0 0 18px 0;
  flex: 1 1 0;
}
.thankyou-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.thankyou-card-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
}
.thankyou-card.new::before {
  content: 'NEW';
  position: absolute;
  top: 0; left: 0;
  width: 56px;
  height: 28px;
  background: #fff;
  color: #111;
  font-size: 0.95em;
  font-family: 'gravita-geo-variable', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  border-radius: 0;
  z-index: 2;
  clip-path: none;
}
.thankyou-card-text {
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
.thankyou-card-owner {
  font-size: 0.95em;
  font-weight: bold;
  color: #111;
  margin-bottom: 2px;
}
.thankyou-card-car {
  font-size: 0.8em;
  font-weight: bold;
  color: #111;
}
.thankyou-blog-btn {
  display: inline-block;
  font-family: 'Noto Serif JP', sans-serif;
  background: #111;
  color: #fff;
  padding: 10px 45px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.04em;
  transition: background 0.3s, color 0.3s, transform 0.2s;
}
.thankyou-blog-btn:hover, .thankyou-blog-btn:focus {
  background: #ba9c35;
  color: #fff;
}
.new-stocks-section {
  padding: 48px 0 24px 0;
  text-align: center;
}
.new-stocks-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}
.carousel-track {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.new-stocks-list {
  display: flex;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
  gap: 0;
  width: max-content;
}
a.stock-card, .stock-card {
  max-width: 320px;
  margin: 0;
  text-decoration: none;
  color: inherit;
  list-style: none;
  display: block;
  padding: 0 10px;
}
.stock-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}
.stock-card-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 0.95em;
  color: #222;
  line-height: 1.6;
  font-family: 'Noto Serif JP', sans-serif;
}
.stock-card-text .stock-date {
  font-size: 0.9em;
  font-weight: bold;
  color: #b12f48;
  margin-bottom: 2px;
  display: block;
}
.stock-card-text .stock-title {
  font-size: 1em;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
  display: block;
}
.stock-card-text .stock-detail {
  font-size: 0.8em;
  color: #555;
  display: block;
}
.soldout-section {
  background: url('../img/next_back_01.png') center center/cover no-repeat;
  padding: 60px 0 40px 0;
  min-height: 400px;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.soldout-title {
  color: #e0b93f;
  font-size: 2.2em;
  font-variation-settings: "wght" 600;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(26,26,26,0.0.9);
  border: 1px solid #fff3;
  max-width: 900px;
  width: calc(100% - 48px);
  margin: 0px 24px;
  padding: 5px 0 10px 0;
}
.soldout-message {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 36px;
  text-shadow: 0 2px 8px #000a;
}
.soldout-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 32px;
  max-height: 440px;
  overflow-y: auto;
  padding: 0 24px;
  max-width: 900px;
  margin: 0 auto;
}
.soldout-card {
  display: flex;
  background: rgba(20,20,20,0.85);
  border: 1px solid #fff3;
  border-radius: 0px;
  overflow: hidden;
  align-items: stretch;
  box-shadow: 0 4px 24px #0004;
}
.soldout-card img {
  width: 220px;
  height: auto;
  background: #fff;
}
.soldout-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px;
  min-width: 0;
}
.soldout-date {
  color: #e0b93f;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.soldout-name {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff;
  display: block;
}
.soldout-detail {
  font-size: 0.7em;
  color: #fff;
  display: block;
  margin-top: 2px;
}
.soldout-detail br.mobile-hide {
  display: none;
}
.access-title-gradient {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
  margin-left: 25px;
  letter-spacing: 0.04em;
  text-align: left;
}
.access-section {
  padding: 48px 0 24px 0;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
}
.access-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.access-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  max-width: 620px;
}
.access-address {
  font-size: 1em;
  font-weight: 400;
  border-left: 1px solid #E1E1E1;
  padding-left: 24px;
  line-height: 1.7;
  margin-top: 8px;
  font-family: 'Noto Sans JP', sans-serif;
}
.access-address p span {
  font-weight: 700;
}
.access-image {
  margin-top: 0.3em;
}
.access-image img {
  width: 440px;
  height: auto;
}
.access-map {
  width: 100%;
  margin-top: 40px;
}
.access-map .map-dummy {
  width: 100%;
  height: 120px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 2em;
  font-weight: bold;
  border-radius: 4px;
}
.access-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.videos-section {
  padding: 48px 0 24px 0;
  text-align: center;
}
.videos-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.video-thumb img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.contact-section {
  background-color: #111;
  background-image: url("../img/next_back_02.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 48px 0 48px 0;
}
.contact-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 16px;
}
.contact-tel {
  font-size: 1.8em;
  margin-bottom: 16px;
}
.contact-btn {
  display: inline-block;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  color: #fff;
  padding: 14px 75px 16px 75px;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  background-size: 200% 100%;
  transition: background-position 0.4s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
}
.contact-btn:hover, .contact-btn:focus {
  background-position: 100% 0;
  transform: scale(1.06);
  box-shadow: 0 4px 16px rgba(100,50,120,0.18);
}
.main-footer {
  background: #FFF2;
  color: #fff;
  text-align: center;
  padding: 24px 0 0 0;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer-logo img {
  height: 40px;
}
.footer-company {
  font-size: 0.9em;
  margin-bottom: 8px;
  color: #000;
}
.footer-copyright {
  background: #111;
  color: #fff;
  font-size: 0.8em;
  padding: 12px 0;
  margin-top: 16px;
}

/* ハンバーガーメニューと検索アイコンの初期スタイル */
.header-search {
  display: none;
}
.menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 12px;
}
.menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 6px auto;
  transition: all 0.3s;
}
@media (max-width: 999px) {
  .header-nav {
    display: none;
  }
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
  }
  .header-top a {
    position: static;
    flex-shrink: 0;
    max-width: 150px;
    z-index: 2000;
  }
  .header-logo {
    width: auto;
    max-width: 100%;
    height: 64px;
    object-fit: contain;
  }
  .header-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
  }
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
  }
  .header-icons {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 64px;
    z-index: 2100;
    position: relative;
    flex-shrink: 0;
  }
  .header-visual-text h1 {
    font-size: 2em;
  }
  .thankyou-cards {
    gap: 12px;
  }
  .thankyou-card {
    width: 33.33%;
    min-width: 120px;
    max-width: 240px;
    font-size: 0.95em;
  }
  .thankyou-card-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .thankyou-card.new::before {
    width: 44px;
    height: 22px;
    font-size: 0.8em;
    padding-left: 6px;
  }
  .thankyou-card-owner {
    font-size: 0.85em;
  }
  .thankyou-card-car {
    font-size: 0.7em;
  }
}
@media (max-width: 600px) {
  .thankyou-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .thankyou-cards {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .thankyou-cards {
    gap: 6px;
  }
  .thankyou-card {
    width: 33.33%;
    min-width: 80px;
    max-width: 120px;
    font-size: 0.85em;
  }
  .thankyou-card-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .thankyou-card.new::before {
    width: 32px;
    height: 16px;
    font-size: 0.7em;
    padding-left: 3px;
  }
  .thankyou-card-owner {
    font-size: 0.7em;
  }
  .thankyou-card-car {
    font-size: 0.6em;
  }
}

@media (max-width: 480px) {
  .header-icons a {
    display: none;
  }
  .header-icons {
    width: 50px;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    z-index: 3000;
  }
  .menu-btn {
    width: 44px;
    height: 44px;
    z-index: 3001;
    position: relative;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .menu-btn span {
    pointer-events: none;
  }
}
@media (min-width: 1000px) {
  .header-search,
  .menu-btn {
    display: none !important;
  }
  .sp-menu { display: none !important; }
  .header-visual-main {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    height: 100%;
  }
  .header-visual-text {
    text-align: right;
    min-width: 420px;
  }
  .header-visual-btn-box {
    margin-top: 0;
    margin-left: 48px;
    justify-content: flex-start;
  }
}

/* SPメニュー 画面上端から全画面 */
.sp-menu {
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-40px);
  transition: opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
}
.sp-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.sp-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.sp-menu-list li a {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.sp-menu-list li a:hover {
  color: #ba9c35;
}
/* メニュー開時body固定 */
body.menu-open {
  overflow: hidden;
  touch-action: none;
}
/* ハンバーガーアイコン変形 */
.menu-btn.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
  transform: none;
}
.menu-btn.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

h2.new-stocks-title {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}

/* 汎用slider-arrowスタイル（レスポンシブエリア内） */
.slider-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: opacity 0.2s;
  position: relative;
}
.slider-arrow img {
  width: 48px;
  height: 48px;
  display: block;
}
.slider-arrow:active {
  opacity: 0.7;
}

/* brand-slider専用のスタイル（上書き用） */
.brand-slider .slider-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: opacity 0.2s;
  position: relative;
}
.brand-slider .slider-arrow img {
  width: 48px;
  height: 48px;
  display: block;
}
.brand-slider .slider-arrow:active {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .slider-arrow, .slider-arrow img {
    width: 36px;
    height: 36px;
  }
  
  .brand-slider .slider-arrow, .brand-slider .slider-arrow img {
    width: 36px;
    height: 36px;
  }
  
  .brand-slider {
    gap: 8px;
  }
  
  .brand-slider-swiper .swiper-slide {
    width: 200px !important;
    padding: 0 10px;
  }
  
  .brand-slider .swiper-slide.brand-item img,
  .brand-slider .brand-item img {
    max-width: 200px !important;
    max-height: none !important;
  }
}

@media (max-width: 600px) {
  .brand-slider {
    gap: 4px;
    padding: 0 8px;
  }
  
  .brand-slider-swiper .swiper-slide {
    width: 160px !important;
    padding: 0 8px;
  }
  
  .brand-slider .swiper-slide.brand-item img,
  .brand-slider .brand-item img {
    max-width: 160px !important;
    max-height: none !important;
  }
  
  .slider-arrow, .slider-arrow img {
    width: 32px;
    height: 32px;
  }
  
  .brand-slider .slider-arrow, .brand-slider .slider-arrow img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .brand-slider {
    gap: 2px;
    padding: 0 4px;
  }
  
  .brand-slider-swiper .swiper-slide {
    width: 160px !important;
    padding: 0 6px;
  }
  
  .brand-slider .swiper-slide.brand-item img,
  .brand-slider .brand-item img {
    max-width: 160px !important;
    max-height: none !important;
  }
  
  .slider-arrow, .slider-arrow img {
    width: 28px;
    height: 28px;
  }
  
  .brand-slider .slider-arrow, .brand-slider .slider-arrow img {
    width: 28px;
    height: 28px;
  }
}

/* バナーセクション */
.banner-section {
  width: 100%;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2F2F2;
}
.banner-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}
.banner-list a {
  display: block;
}
.banner-list img {
  display: block;
  height: 140px;
  width: auto;
}
@media (max-width: 700px) {
  .banner-list {
    max-width: 100vw;
    gap: 12px;
    padding: 0 8px;
    justify-content: center;
  }
  .banner-list a:first-child {
    display: none;
  }
  .banner-list img {
    height: 80px;
    width: auto;
  }
  .access-address p {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
  }
}
@media (max-width: 900px) {
  .soldout-list {
    grid-template-columns: 1fr;
    gap: 18px;
    max-height: 600px;
    padding: 0 4vw;
    max-width: 100vw;
  }
  .soldout-card {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-height: 200px;
  }
  .soldout-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }
  .soldout-info {
    padding: 15px 20px;
    text-align: center;
  }
  .soldout-title {
    font-size: 1.3em;
    padding: 4px 0 8px 0;
    max-width: 98vw;
  }
  .soldout-message {
    font-size: 1.1em;
    margin-bottom: 18px;
  }
  .soldout-detail br.mobile-hide {
    display: none;
  }
  .soldout-detail .mobile-space {
    display: inline;
  }
}
@media (min-width: 901px) {
  .soldout-detail .mobile-space {
    display: none;
  }
  .soldout-detail br.mobile-hide {
    display: block;
  }
}
@media (max-width: 700px) {
  .access-section {
    padding: 32px 0 16px 0;
    max-width: 100vw;
    margin: 0;
    text-align: left;
  }
  .access-info {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .access-left {
    min-width: 0;
    max-width: 100vw;
    width: 100%;
  }
  .access-title-gradient {
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    background-position: 0 50%;
    background-size: 100% 100%;
    margin-left: 0;
  }
  .access-address {
    font-size: 0.9em;
    padding-left: 12px;
    margin-top: 4px;
    border-left-width: 2px;
  }
  .access-image {
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
  .access-image img {
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .access-map {
    margin-top: 24px;
  }
  .access-map iframe {
    height: 180px !important;
  }
}

.bottom-banner-section {
  width: 100%;
  padding: 32px 0;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-carousel {
  width: 100vw;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
}
.bottom-carousel-track {
  display: flex;
  width: fit-content;
}
.bottom-carousel-img {
  width: 90%;
  border-radius: 0;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.bottom-carousel-img img{
  max-width: 300px;
  height: auto;
}
.videos-carousel {
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.videos-carousel-track {
  display: flex;
  width: fit-content;
}
.videos-carousel-img {
  width: 100%;
  height: auto;
  max-width: 220px;
  max-height: 120px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background: #fff;
}

h2.new-videos-title {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1em;
  letter-spacing: 0.0２em;
}

.videos-swiper .swiper-slide {
  width: 220px !important;
  padding: 0 10px;
}

/* --- warranty.html専用スタイル --- */
.warranty-main {
  font-family: 'Noto Serif JP', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  color: #111;
  background: #fff;
}
.warranty-hero {
  background-size: cover;
  background-position: center;
  padding: 68px 0 0 0;
  min-height: 420px;
  position: relative;
}
.warranty-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.warranty-title {
  display: inline-block;
  font-size: 3em;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 0;
}
.warranty-sub {
  font-size: 1.3em;
  font-weight: 500;
  font-variation-settings: "wght" 600;
  color: #333;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 0;
}
.warranty-flow-img {
  margin: 0 auto;
  max-width: 800px;
}
.warranty-flow-img img {
  width: 100%;
  height: auto;
  display: block;
}

.warranty-step-title {
  text-align: center;
  margin: 3em 0 1.5em 0;
}
.warranty-step-label {
  margin-bottom: 0.5em;
}
.warranty-step-label span {
  display: inline-block;
  background: #1a1552;
  color: #ffe600;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.05em;
  padding: 0.08em 1.2em 0.08em 1.2em;
  border-radius: 0;
  margin-bottom: 0.2em;
  letter-spacing: 0.04em;
}
.warranty-step-text {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  color: #1a1552;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}

.warranty-pack-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 32px;
  max-width: 860px;
  margin: 0 auto 3em auto;
  padding: 0 10px;
}
.warranty-pack {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 32px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  position: relative;
}
.pack-header {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}
.pack-label {
  display: inline-block;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  border-radius: 0px;
  padding: 0.5em 1.5em;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.pack-standard .pack-label {
  background: #bbb;
  color: #fff;
}
.pack-entry .pack-label {
  background: #e94b5a;
  color: #fff;
}
.pack-entry-plus .pack-label {
  background: linear-gradient(90deg, #e94b5a 0%, #7b3fe4 100%);
  color: #fff;
}
.pack-total .pack-label {
  background: linear-gradient(90deg, #3f6be4 0%, #7b3fe4 100%);
  color: #fff;
}
.pack-price {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 2.3em;
  color: #18125c;
  margin: 0.4em 0 0.3em 0;
  text-align: center;
}
.pack-tax {
  font-size: 0.3em;
  color: #222;
  margin: 0;
  font-weight: 600;
}
.pack-standard .pack-price {
  color: #222;
}
.pack-note {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  color: #222;
  background: #fff;
  border-radius: 24px;
  border: 1.5px solid #bbb;
  padding: 0.3em 1.5em;
  margin-bottom: 0em;
  margin-top: 0.2em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.pack-entry .pack-note,
.pack-entry-plus .pack-note,
.pack-total .pack-note {
  border: 1px solid #e94b5a;
  background: #fff;
  color: #e94b5a;
}
.pack-desc {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  color: #222;
  margin: 0.7em 0 0.5em 0;
  text-align: center;
}
.pack-feature {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #222;
  background: #bbb;
  border-radius: 0px;
  padding: 0.4em 0.8em;
  margin: 0.5em 0 1.1em 0;
  text-align: center;
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
}
.pack-entry .pack-feature,
.pack-entry-plus .pack-feature {
  background: #ffe600;
  color: #18125c;
}
.pack-total .pack-feature {
  background: #ffe600;
  color: #18125c;
}
.pack-list {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  font-weight: 00;
  color: #222;
  margin: 0em 0 0 0;
  padding: 0 0 0 0em;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.pack-list ul {
  margin: 0;
  padding: 0;
}
.pack-list li {
  margin: 0 0 0.2em 0;
  line-height: 1.7;
  list-style: none;
  position: relative;
  padding: 0;
}
.pack-list li:before {
  content: '';
  display: none;
}
@media (max-width: 900px) {
  .warranty-pack-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .warranty-pack-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 2vw;
  }
  .warranty-pack {
    padding: 18px 8px 18px 8px;
    min-width: 0;
  }
  .pack-feature, .pack-list {
    max-width: 98vw;
  }
}

.warranty-plan-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 1.5em;
}
.plan-bronze { background: #b97a3a; }
.plan-silver { background: #bdbdbd; }
.plan-gold { background: #c9a13a; }
.plan-platinum { background: #3f6be4; }

.warranty-plan-table-wrap {
  max-width: 860px;
  margin: 0 auto 2.5em auto;
  overflow-x: auto;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.warranty-plan-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 32px;
  background: #faf8f3;
  border: 1px solid #e5e0d0;
  border-radius: 10px;
  /* overflow: hidden; */
  /* box-shadow: 0 2px 8px rgba(186,156,53,0.07); */
}
.warranty-plan-table th,
.warranty-plan-table td {
  border: 1.5px solid #e0e0e0;
  padding: 1.1em 0.2em;
  text-align: center;
  color: #222;
}
.warranty-plan-table th {
  width: 25%;
}
.warranty-plan-table th.plan-bronze {
  background: #b97a3a;
  color: #fff;
  font-size: 1em;
}
.warranty-plan-table th.plan-silver {
  background: #bdbdbd;
  color: #fff;
  font-size: 1em;
}
.warranty-plan-table th.plan-gold {
  background: #c9a13a;
  color: #fff;
  font-size: 1em;
}
.warranty-plan-table th.plan-platinum {
  background: #22b3e6;
  color: #fff;
  font-size: 1em;
}
.warranty-plan-table td {
  background: #fff;
}
.plan-num {
  font-size: 1.3em;
  font-weight: 700;
  color: #18125c;
  margin-right: 0.1em;
}
.plan-label {
  background: #f2f2f2 !important;
  font-size: 0.9em;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.02em;
  padding: 0.7em 0 !important;
}
.plan-bold {
  font-size: 1em;
  font-weight: 500;
  color: #18125c;
  letter-spacing: 0.01em;
  background: #fff !important;
}
.plan-strong {
  font-size: 1em;
  font-weight: 700;
  color: #18125c;
}
.plan-note {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  color: #888;
  margin-top: 0.3em;
}
@media (max-width: 900px) {
  .warranty-plan-table-wrap {
    max-width: 99vw;
    padding: 0 2vw;
  }
  .warranty-plan-table th, .warranty-plan-table td {
    font-size: 0.95em;
    padding: 0.7em 0.1em;
  }
  .plan-num {
    font-size: 1.3em;
  }
}

.warranty-parts-btn-wrap {
  text-align: center;
  margin-bottom: 2.5em;
}
.warranty-parts-btn {
  display: inline-flex;
  align-items: center;
  background: #ffe600;
  color: #18125c;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 6px;
  padding: 0.7em 2.2em 0.7em 1.2em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s;
  border: none;
  margin: 0 auto;
  position: relative;
}
.warranty-parts-btn:hover, .warranty-parts-btn:focus {
  background: #18125c;
  color: #ffe600;
}
.warranty-parts-btn-icon {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.7em;
  vertical-align: middle;
  transition: filter 0.2s;
  filter: none;
}
.warranty-parts-btn:hover .warranty-parts-btn-icon,
.warranty-parts-btn:focus .warranty-parts-btn-icon {
  filter: brightness(0) invert(1);
}

.warranty-roadservice {
  padding: 48px 0 40px 0;
  text-align: center;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  margin-top: 0;
  background: #f7f7fb;
}
.warranty-roadservice-labels {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 1.5em;
}
.road-label {
  background: #18125c;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 20px 0 0 20px;
  padding: 0.3em 1.5em 0.25em 1.5em;
  letter-spacing: 0.04em;
  display: inline-block;
  white-space: nowrap;
}
.road-label-free {
  background: #6ea6d7;
  color: #fff;
  border-radius: 0 20px 20px 0;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.3em 1.5em 0.25em 1.5em;
  margin-left: -4px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .road-label {
    font-size: 1em;
  }
} 
.warranty-roadservice-desc-main {
  font-size: 1.1em;
  font-weight: 700;
  color: #18125c;
  margin-bottom: 0.7em;
  letter-spacing: 0.01em;
}
.roadservice-24h {
  font-size: 0.9em;
  font-weight: 900;
  color: #18125c;
  letter-spacing: 0.04em;
}
.warranty-roadservice-title-main {
  font-size: 2.2em;
  font-weight: 900;
  color: #18125c;
  margin-bottom: 1.2em;
  letter-spacing: 0.04em;
}
.warranty-roadservice-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 auto 2.2em auto;
  max-width: 1100px;
  flex-wrap: wrap;
}
.roadservice-item {
  background: #fff;
  border: 2px solid #cbe2f7;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 18px 18px 10px 18px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em;
}
.roadservice-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 0.7em;
}
.roadservice-item-title {
  font-size:0.9em;
  font-weight: 700;
  color: #18125c;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.roadservice-item-desc {
  font-size: 0.6em;
  color: #222;
  font-weight: 600;
  margin-top: 0.1em;
}
.warranty-roadservice-tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0em auto 1.2em auto;
  font-size: 2.3em;
  font-weight: 900;
  color: #18125c;
  letter-spacing: 0.04em;
}
.road-tel-label {
  background: #18125c;
  color: #fff;
  font-size: 0.8em;
  font-weight: 900;
  border-radius: 0px;
  padding: 0.1em 0.7em 0.3em 0.7em;
  margin-right: 0.2em;
  margin-top: 0.6em;
  display: inline-block;
  font-family: "gravita-geo-variable", "Noto Serif JP", serif, sans-serif;
}
.road-tel-num {
  font-size: 1.8em;
  font-weight: 700;
  color: #18125c;
  margin-left: 0.1em;
  font-family: "gravita-geo-variable", "Noto Serif JP", serif, sans-serif;
}
.warranty-roadservice-notes {
  margin: 1.5em auto 0 auto;
  max-width: 700px;
  font-size: 0.8em;
  color: #222;
  text-align: left;
  line-height: 2.1;
  letter-spacing: 0.01em;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 1.5em 1em;
}
.warranty-roadservice-notes div {
  margin-bottom: 0.2em;
}
@media (max-width: 900px) {
  .warranty-roadservice-list {
    gap: 12px;
    max-width: 98vw;
}
.roadservice-item {
    min-width: 90px;
    max-width: 120px;
    padding: 10px 6px 8px 6px;
  }
  .roadservice-icon img {
    width: 38px;
    height: 38px;
  }
  .warranty-roadservice-tel-wrap {
    font-size: 1.3em;
  }
  .warranty-roadservice-title-main {
    font-size: 1.3em;
  }
}

.warranty-lead-title {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #1a1552;
  margin: 1em 0 0em 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  max-width: 700px;
  margin: 2em auto 0 auto;
  padding: 0 20px;
}

.warranty-lead-desc {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  color: #181818;
  margin: 1em auto 5em auto;
  line-height: 2.0;
  text-align: left;
  max-width: 700px;
  padding: 0 20px;
}

.warranty-step2-note {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #1a1552;
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.02em;
}
.warranty-step2-badge {
  display: inline-block;
  background: #1a1552;
  color: #fff;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  border-radius: 0px;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.warranty-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 860px;
  padding: 0 0em 2.5em 0em;
  margin: 0em auto 0 auto;
  gap: 32px;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  max-height: 230px;
}
.warranty-bottom-info-left {
  flex: 1 1 0;
  font-size: 0.8em;
  color: #181940;
  line-height: 2.1;
  letter-spacing: 0.02em;
  text-align: left;
}
.warranty-bottom-info-right {
  flex: 0 0 280px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.2em;
}
.warranty-bronze-title {
  background: #b97a3a;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border-radius: 0px;
  padding: 5px 15px;
  margin-bottom: 0.4em;
  display: inline-block;
  letter-spacing: 0.04em;
  width: 240px;
  text-align: center;
}
.warranty-bronze-price {
  font-size: 2.3em;
  font-weight: 700;
  color: #18125c;
  letter-spacing: 0.01em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.2em;
}
.warranty-bronze-tax {
  font-size: 0.3em;
  color: #222;
  margin: 0;
  font-weight: 600;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  .warranty-bottom-info {
    flex-direction: column;
    gap: 12px;
    max-width: 98vw;
    padding: 0 2vw;
    align-items: center;
  }
  .warranty-bronze-title {
    width: 100%;
    max-width: 320px;
    margin-top: 0.5em;
  }
}

.warranty-caution-section {
  background: #fff;
  border-radius: 8px;
  max-width: 860px;
  width: calc(100% - 48px);
  margin: 48px auto 28px auto;
  padding: 32px 24px 28px 24px;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 0.8em;
  border: 1.5px solid #e1e1e1;
}
.warranty-caution-title {
  font-size: 1.3em;
  font-weight: 900;
  color: #18125c;
  display: flex;
  align-items: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #18125c;
  padding-bottom: 0.3em;
}
.caution-title-icon {
  display: inline-block;
  width: 0.5em;
  height: 1.1em;
  background: #18125c;
  border-radius: 0px;
  margin-right: 0.6em;
}
.warranty-caution-main {
  width: 100%;
}
.warranty-caution-list {
  margin-bottom: 2.2em;
  padding-left: 0;
  font-size: 1em;
  color: #222;
  line-height: 2.1;
  letter-spacing: 0.01em;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2em 2.5em;
}
.warranty-caution-list li {
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 1.2em;
  list-style: none;
}
.caution-red-dot {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: #b12f48;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 0.5em;
  flex-shrink: 0;
}
.caution-note {
  font-size: 1em;
  color: #18125c;
  font-weight: 400;
  margin-left: 0.2em;
  padding-left: 1.2em;
  display: block;
  line-height: 2.1;
  position: relative;
}
.warranty-caution-columns {
  display: flex;
  gap: 18px;
  width: 100%;
}
.warranty-caution-col {
  background: #f7f7fb;
  border-radius: 8px;
  border: 1.5px solid #e1e1e1;
  flex: 1 1 0;
  padding: 18px 14px 14px 14px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.caution-col-title {
  background: #e9e9f3;
  color: #18125c;
  font-size: 1em;
  font-weight: 700;
  border-radius: 6px;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
.caution-col-list {
  font-size: 1em;
  color: #222;
  line-height: 2.0;
  padding-left: 0.8em;
}
.caution-col-list li {
  margin-bottom: 0.2em;
  list-style: disc inside;
  padding-left: 0.2em;
  list-style: none;
  padding-left: 0;
}
.caution-col-list li:before {
  display: none;
}
.caution-col-list-head {
  font-weight: bold;
}
@media (max-width: 900px) {
  .warranty-caution-section {
    padding: 12px 2vw 12px 2vw;
    max-width: 99vw;
  }
  .warranty-caution-columns {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .warranty-caution-list {
    display: block;
  }
}

.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: 900;
  color: #18125c;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #18125c;
  padding-bottom: 0.5em;
  padding-left: 10px;
  padding-right: 0;
  position: relative;
  transition: background 0.2s;
}
.accordion-arrow {
  margin-left: auto;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
}
.accordion-arrow:after {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 3px solid #18125c;
  border-bottom: 3px solid #18125c;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 40%;
  transition: transform 0.2s;
}
.accordion-toggle[aria-expanded="true"] .accordion-arrow:after {
  transform: rotate(-135deg);
  top: 55%;
}
.accordion-content {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
}

/* 在庫一覧ページ完全再現用（PC版） */
.stock-main {
  max-width: 1200px;
  margin: 120px auto 60px auto;
  padding: 0 0;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif !important;
}
.stock-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.stock-header-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 18px;
  font-size: 1.08em;
}
.stock-count {
  color: #222;
}
.stock-toggle {
  color: #2836d7;
  font-weight: normal;
}
.stock-toggle-link {
  color: #2836d7;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1em;
}
.stock-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.stock-item {
  display: flex;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  min-height: 210px;
}
.stock-img-wrap {
  flex: 0 0 320px;
  max-width: 320px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e0;
}
.stock-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.stock-detail-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 32px 18px 32px;
}
.stock-row {
  display: block;
  width: 100%;
}
.stock-name-row {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  color: #353fb3;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.stock-desc-row {
  width: 100%;
  color: #222;
  font-size: 0.9em;
  margin-bottom: 8px;
  line-height: 1.6;
}
.stock-info-row {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.stock-price-col {
  min-width: 140px;
  margin-right: 32px;
}
.stock-price-label {
  color: #222;
  font-size: 0.98em;
  margin-bottom: 2px;
}
.stock-price-num {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.04em;
}
.stock-plan-col {
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 32px;
  width: 180px;
}
.stock-plan {
  background: #3849a1;
  color: #fff;
  font-size: 1em;
  border-radius: 2px;
  padding: 2px 0;
  font-weight: normal;
  border: 1px solid #3849a1;
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
  box-sizing: border-box;
}
.stock-table-col {
  min-width: 220px;
  text-align: right;
}
.stock-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.98em;
}
.stock-table th, .stock-table td {
  border: 1px solid #e0e0e0;
  padding: 4px 12px;
  text-align: left;
  font-weight: normal;
  background: #f7f7f7;
  font-size: 0.8em;
}
.stock-table th {
  color: #222;
  font-weight: normal;
}
.stock-table td {
  background: #fff;
  color: #222;
}
.stock-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 48px 0 0 0;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 32px 0 32px 0;
  border: 1px solid #e0e0e0;
}
.stock-page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.8em;
  color: #2a3faa;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #bcbcbc;
  font-weight: normal;
  margin: 0 2px;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-sizing: border-box;
}
.stock-page.current {
  background: #e6eaf6;
  color: #2a3faa;
  border-color: #2a3faa;
}
.stock-page:hover:not(.current) {
  background: #e6eaf6;
  color: #2a3faa;
  border-color: #2a3faa;
}
.stock-page.next {
  font-weight: bold;
  font-size: 1em;
}
.stock-page:visited {
  color: #2a3faa;
}
.stock-pagination .stock-page {
  min-width: 36px;
  min-height: 36px;
}
.stock-pagination .stock-page:last-child {
  margin-right: 0;
}
.stock-pagination .stock-page:first-child {
  margin-left: 0;
}
.stock-pagination .stock-page:not(.current):not(:hover) {
  background: #fff;
  color: #2a3faa;
  border-color: #bcbcbc;
}
.stock-pagination .stock-page span, .stock-pagination .stock-page {
  font-family: inherit;
}
.stock-pagination .stock-page:not([href]) {
  background: #f7f7f7;
  color: #bcbcbc;
  border: none;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 700px) {
  .stock-main {
    max-width: 100vw;
    padding: 0 20px;
  }
  .stock-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .stock-list {
    gap: 20px;
    padding: 0 0;
  }
  .stock-item {
    flex-direction: column;
    min-height: unset;
    margin: 0 6px;
    box-shadow: none;
  }
  .stock-img-wrap {
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
  }
  .stock-img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .stock-detail-box {
    padding: 18px 8px 18px 8px;
  }
  .stock-name-row {
    font-size: 1.05em;
    margin-bottom: 4px;
    word-break: break-all;
    line-height: 1.5;
  }
  .stock-desc-row {
    font-size: 0.97em;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .stock-info-row {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
  .stock-price-col {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .stock-price-label {
    font-size: 0.97em;
    margin-bottom: 2px;
  }
  .stock-price-num {
    font-size: 2em;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
  .stock-plan-col {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  .stock-plan {
    text-align: left;
    padding: 8px 0 8px 12px;
    border-radius: 0;
    font-size: 1em;
    margin-bottom: 2px;
  }
  .stock-table-col {
    min-width: unset;
    width: 100%;
    margin-top: 0;
  }
  .stock-table {
    width: 100%;
    font-size: 0.97em;
    overflow: hidden;
    margin-top: 0;
  }
  .stock-table th {
    background: #f7f7f7;
    color: #222;
    font-weight: normal;
    width: 80px;
    padding: 8px 8px;
    border-radius: 0;
    text-align: left;
  }
  .stock-table td {
    background: #fff;
    color: #222;
    padding: 8px 8px;
    border-radius: 0;
    text-align: left;
  }
  
  /* ブランドヘッダー（モバイル） */
  .car-brand-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .brand-logo {
    height: 35px;
  }
  
  .brand-name {
    font-size: 1.3em !important;
  }
  
  .car-details-text {
    font-size: 0.9em !important;
    line-height: 1.5;
  }
  
  /* 画像・スペック並列エリア（モバイル） */
  .car-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  
  .car-images-section {
    flex: none;
    margin-bottom: 0;
  }
  
  .car-specs-section {
    flex: none;
    margin-bottom: 0;
    gap: 20px;
  }
}

/* Stock Detail Page Styles */
.stock-detail-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 0px 20px;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "MS Pゴシック", sans-serif;
}

/* 車両タイトル */
.car-title-section {
  margin: 60px 0 ; 
}

.car-title {
  font-size: 1em;
  font-weight: bold;
  color: #222;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

/* ブランドヘッダー */
.car-brand-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.brand-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.brand-name {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  margin: 0;
  font-family: "Noto Sans", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif;
}

.car-details-text {
  font-size: 0.9em;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin: 0;
  font-family: "Noto Sans", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif;
}

/* 画像・スペック並列エリア */
.car-content-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

/* メイン画像・サブ画像 */
.car-images-section {
  flex: 1;
  margin-bottom: 0;
}

/* 右側のスペック・装備エリア */
.car-specs-section {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 0;
}

.car-main-image {
  margin-bottom: 20px;
}

.main-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

.main-car-img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  display: block;
}

.car-images-section .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  border: none;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 15;
}



.car-images-section .gallery-prev {
  left: 3px;
}

.car-images-section .gallery-next {
  right: 3px;
}

.car-images-section .gallery-next {
  right: 10px;
}

.car-sub-images {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0px;
}

.sub-image-item {
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.sub-image-item:hover {
  transform: scale(1.05);
}

.sub-image-item.active {
}

.sub-car-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}

/* 主要スペック */
.car-specs-section {
  margin-bottom: 50px;
}

.specs-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #222;
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #ba9c35;
}

.specs-table {
  overflow-x: auto;
}

.car-specs-section .car-specs-table {
  width: 100% !important;
  border-collapse: collapse !important;
  background: #fff !important;
  border: 1px solid #999 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.car-specs-section .car-specs-table th,
.car-specs-section .car-specs-table td {
  padding: 8px 20px !important;
  text-align: left !important;
  border: 1px solid #ddd !important;
  vertical-align: top !important;
}

.car-specs-section .car-specs-table th {
  background: #f8f8f8 !important;
  font-weight: bold !important;
  color: #333 !important;
  width: 30% !important;
  min-width: 120px !important;
  font-size: 0.9em !important;
  font-family: "Noto Sans", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif !important;
}

.car-specs-section .car-specs-table td {
  color: #555 !important;
  width: 70% !important;
  font-size: 0.9em !important;
  font-family: "Noto Sans", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", "MS Pゴシック", sans-serif !important;
}



/* 主要装備 */
.car-equipment-section {
  margin-bottom: 0;
}

.equipment-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #222;
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #ba9c35;
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.equipment-item {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 0.9em;
}

.equipment-item.active {
  background-color: rgba(255, 182, 193, 0.3); /* 薄い赤色 */
  color: #9e1616;
}

.equipment-item.inactive {
  background-color: #f0f0f0; /* 灰色 */
  color: #6c757d;
}

.equipment-label {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}

/* 在庫コメント */
.car-comment-section {
  background: #f5f5f5;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 60px 0;
  margin-bottom: 50px;
}

.comment-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.comment-header {
  text-align: center;
  margin-bottom: 40px;
}

.comment-title {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  margin: 0 0 10px 0;
  font-family: 'Noto Sans', sans-serif;
}

.comment-subtitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #ba9c35;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
}

.comment-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.comment-image {
  flex: 1;
}

.comment-car-img {
  width: 100%;
  height: auto;
}

.comment-content {
  flex: 1;
  line-height: 1.8;
  position: relative;
}

.comment-text {
  max-height: 450px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.comment-text.expanded {
  max-height: none;
}

.comment-content p {
  margin: 0 0 20px 0;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9em;
}

.read-more-btn {
  display: block;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  color: #fff;
  border: none;
  padding: 14px 75px 16px 75px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
  margin: 20px auto 0 auto;
  background-size: 200% 100%;
  transition: background-position 0.4s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
  text-decoration: none;
}

.read-more-btn:hover {
  background-position: 100% 0;
  transform: scale(1.06);
  box-shadow: 0 4px 16px rgba(100,50,120,0.18);
}

.read-more-btn.hidden {
  display: none;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content strong {
  color: #ba9c35;
  font-weight: bold;
}

/* 料金プラン */
.price-plan-section {
  margin-bottom: 50px;
  padding: 0 10px;
}

.price-plan-header {
  text-align: center;
  margin-bottom: 0px;
}

.price-plan-title {
  font-size: 2em;
  font-weight: bold;
  color: #222;
  margin: 0 0 10px 0;
  font-family: 'Noto Sans', sans-serif;
}

.price-plan-subtitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #ba9c35;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
}

.price-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.price-plan-item {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0px;
  padding: 25px;
}

.light-plan {
  border-color: #808080;
}

.basic-plan {
  border-color: #26265c;
}

.warranty-plan {
  border-color: #d4af37;
}

.plan-name {
  font-size: 1.3em;
  font-weight: bold;
  color: #222;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.light-plan .plan-name {
  color: #5e5d5d;
}

.basic-plan .plan-name {
  color: #354567;
}

.warranty-plan .plan-name {
  color: #d0a518;
}

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

.plan-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.plan-label {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
}

.plan-label-red {
  background: #fce3e7 !important;
  border-color: #f8bbd9 !important;
  color: #c62828 !important;
}

.plan-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.total-label {
  font-weight: bold;
  color: #333;
  font-size: 1em;
}

.total-price {
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
}

.plan-base-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
  margin-top: 20px;
}

.base-price-label {
  font-weight: bold;
  color: #333;
  font-size: 0.9em;
  font-family: 'Noto Sans', sans-serif;
}

.base-price {
  color: #333;
  font-weight: bold;
  font-size: 0.9em;
  font-family: 'Noto Sans', sans-serif;
}

.plan-description {
  color: #333;
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 6px;
}

.warranty-plan .plan-description {
  color: #333 !important;
  line-height: 1.6 !important;
  font-size: 0.9em !important;
  font-weight: normal !important;
  font-family: 'Noto Sans', sans-serif !important;
  padding: 15px !important;
  background: #f9f9f9 !important;
  border-radius: 6px !important;
}

.plan-description-note {
  color: #d63349 !important;
}

.price-note {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px;
  color: #333;
  margin-top: 30px;
}

.price-note p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  font-size: 0.8em;
}

/* お問い合わせセクション */
.inquiry-section {
  background: #e8e8e8 !important;
  background-color: #e8e8e8 !important;
  padding: 60px 0 !important;
  margin: 50px 0 0 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
  min-height: 400px !important;
}

.inquiry-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row-reverse;
  gap: 90px;
  align-items: center;
}

.inquiry-slider {
  flex: 1;
  max-width: 500px;
}

.inquiry-swiper {
  overflow: hidden;
}

/* inquiry-swiperのナビゲーション */
.inquiry-swiper .swiper-button-prev,
.inquiry-swiper .swiper-button-next {
  color: #333 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

.inquiry-swiper .swiper-pagination-bullet {
  background: rgba(51, 51, 51, 0.5) !important;
  opacity: 1 !important;
}

.inquiry-swiper .swiper-pagination-bullet-active {
  background: #333 !important;
}

.inquiry-slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.inquiry-content {
  flex: 1;
  max-width: 600px;
}

.inquiry-text {
  margin-bottom: 30px;
}

.inquiry-text p {
  margin: 0 0 15px 0;
  font-size: 1em;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
}

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

.contact-phone {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.phone-icon {
  max-height: 20px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.phone-info {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.phone-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.phone-number {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
  display: flex;
  align-items: center;
}

.phone-hours {
  font-size: 0.7em;
  color: #666;
  font-family: 'Noto Sans', sans-serif;
}

.contact-line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.line-icon {
  max-height: 60px;
  width: auto;
  flex-shrink: 0;
}

.contact-button {
  text-align: center;
}

.inquiry-btn {
  display: inline-block;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  color: #fff;
  text-decoration: none;
  padding: 16px 80px;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  background-size: 200% 100%;
  transition: background-position 0.4s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
}

.inquiry-btn:hover {
  background-position: 100% 0;
  transform: scale(1.06);
  box-shadow: 0 4px 16px rgba(100,50,120,0.18);
}

/* モバイル対応 */
@media (max-width: 1000px) {
  .inquiry-section {
    padding: 40px 0 !important;
    background: #f5f5f5 !important;
  }
  
  .inquiry-container {
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
  
  .inquiry-slider {
    max-width: 100%;
  }
  
  .inquiry-content {
    max-width: 100%;
  }
  
  .inquiry-text p {
    font-size: 0.95em;
  }
  
  .contact-phone {
    padding: 15px;
  }
  
  .phone-info {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  
  .phone-content {
    text-align: center;
  }
  
  .line-icon {
    align-self: center;
    margin: 0 auto;
    display: block;
    max-height: 60px;
  }
  
  .phone-number {
    font-size: 1.2em;
    justify-content: center;
  }
  
  .phone-hours {
    font-size: 0.7em;
    text-align: center;
  }
  
  .inquiry-btn {
    padding: 14px 60px;
    font-size: 1em;
  }
}

.price-note p:last-child {
  margin-bottom: 0;
}

/* 料金シュミレーション */
.simulation-header-description {
  font-size: 0.9em;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
}

.simulation-header-description a {
  color: #ba9435;
  text-decoration: underline;
}

.simulation-header-description a:hover {
  color: #d4af37;
}

.simulation-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
  align-items: center;
}

.simulation-description {
  width: 100%;
  text-align: center;
}

.simulation-description p {
  font-size: 0.9em;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  font-family: 'Noto Sans', sans-serif;
}

.simulation-detail-btn {
  display: inline-block;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  cursor: pointer;
  background-size: 200% 100%;
  transition: background-position 0.4s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
  text-decoration: none;
}

.simulation-detail-btn:hover {
  background-position: 100% 0;
  transform: scale(1.06);
  box-shadow: 0 4px 16px rgba(100,50,120,0.18);
}

.simulation-image {
  width: 100%;
  max-width: 800px;
}

.warranty-img {
  width: 100%;
  height: auto;
}

.simulation-form {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.form-section {
  flex: 1;
}

.form-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding: 10px 10px;
  border: 1px solid #ba9435;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  background-color: #f9f9f9;
}

.plan-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-option {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Noto Sans', sans-serif;
}

.plan-option:hover {
  border-color: #ba9435;
  background: #f9f9f9;
}

.plan-option input[type="radio"] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  accent-color: #ba9435;
}

.plan-option input[type="radio"]:checked + .option-text {
  color: #ba9435;
  font-weight: bold;
}

.option-text {
  font-size: 1em;
  color: #333;
  font-weight: 500;
}

.simulation-result {
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
  max-width: 500px;
  margin: 0 auto;
}

.result-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.result-base-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
}

.result-label {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

.result-base-label {
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
}

.result-amount {
  font-size: 1.8em;
  color: #333;
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}

.result-base-amount {
  font-size: 1.1em;
  color: #333;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
}

@media (max-width: 900px) {
  
  .simulation-form {
    flex-direction: column;
    gap: 30px;
  }
  
  .form-title {
    font-size: 1.2em;
  }
  

  
  .result-label {
    font-size: 1.1em;
  }
  
  .result-base-label {
    font-size: 0.8em;
  }
  
  .result-amount {
    font-size: 1.6em;
  }
  
  .result-base-amount {
    font-size: 1em;
  }
}

@media (max-width: 600px) {
  .simulation-description p {
    font-size: 1em;
  }
  
  .simulation-detail-btn {
    padding: 12px 30px;
    font-size: 0.9em;
  }
  
  .form-title {
    font-size: 1.1em;
  }
  
  .plan-option {
    padding: 12px 15px;
  }
  
  .option-text {
    font-size: 0.9em;
  }
}

/* 比較表セクション */
.finance-comparison-table-section {
  padding: 40px 0;
  background: white;
}

.comparison-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
}

.comparison-table-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1d2234;
  margin-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
}

.comparison-table {
  background: white;
  border-radius: 10px;
  padding: 0px;
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans', sans-serif;
}

.comparison-table th {
  background: #1d2234;
  color: white;
  padding: 15px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}

.comparison-table th:first-child {
  background: #2e3960;
  color: white;
}

.comparison-table td {
  padding: 15px 10px;
  border: 1px solid #e9ecef;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans', sans-serif;
}

.comparison-category {
  background: #f8f9fa;
  font-weight: 700;
  color: #1d2234;
  text-align: center;
  font-size: 16px;
}

.comparison-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-table li {
  margin-bottom: 6px;
  padding-left: 12px;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.comparison-table li::before {
  content: "•";
  color: #d4af37;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.comparison-table .note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
  font-family: 'Noto Sans', sans-serif;
}

/* 比較表のレスポンシブ対応 */
@media (max-width: 900px) {
  .finance-comparison-table-section {
    padding: 40px 0;
  }
  
  .comparison-table-wrapper {
    padding: 0 15px;
  }
  
  .comparison-table {
    padding: 0px;
  }
  
  .comparison-table-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
    font-size: 13px;
  }
  
  .comparison-category {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .finance-comparison-table-section {
    padding: 30px 0;
  }
  
  .comparison-table-wrapper {
    padding: 0 10px;
  }
  
  .comparison-table {
    padding: 0px;
  }
  
  .comparison-table-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 10px 6px;
    font-size: 12px;
  }
  
  .comparison-category {
    font-size: 13px;
  }
  
  .comparison-table .note {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .finance-comparison-table-section {
    padding: 20px 0;
  }
  
  .comparison-table-wrapper {
    padding: 0 5px;
  }
  
  .comparison-table {
    padding: 0px;
  }
  
  .comparison-table-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 8px 4px;
    font-size: 11px;
  }
  
  .comparison-category {
    font-size: 12px;
  }
  
  .comparison-table li {
    margin-bottom: 4px;
    padding-left: 8px;
  }
  
  .comparison-table .note {
    font-size: 10px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
  .stock-detail-main {
    padding: 70px 15px 0px 15px;
  }
  
  .car-title {
    font-size: 1em;
  }
  
  .car-title-section {
    margin: 30px 0 ; 
  }
  
  
  .car-sub-images {
    gap: 10px;
  }
  
  .car-sub-images {
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
  }
  
  .car-images-section .gallery-nav {
    color: #fff !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 18px;
  }
  
  .equipment-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  
  .equipment-item {
  }
  
  
  .price-plans {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
}

@media (max-width: 700px) {
  .specs-title,
  .equipment-title,
  .comment-title,
  .price-plan-title {
    font-size: 1.3em;
  }
  
  .comment-content {
    padding: 20px;
  }
  
  .price-plan-item {
    padding: 20px;
  }
  
  .plan-name {
    font-size: 1.2em;
  }
  
  .plan-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  
  .plan-label {
    padding: 10px 12px;
    font-size: 0.85em;
  }
  
  .total-price {
    font-size: 1.2em;
  }
  
  .car-specs-table {
    font-size: 0.9em;
  }
  
  .car-specs-table th,
  .car-specs-table td {
    padding: 10px 12px;
  }
  
  /* 追加: car-details-textのモバイルスタイル強制適用 */
  .car-details-text {
    font-size: 0.9em !important;
    line-height: 1.5 !important;
  }
}

/* --- 会社概要ページ用スタイル --- */
.company-main {
  max-width: 800px;
  margin: 0px auto 0px auto;
  padding: 32px 20px 40px 20px;
  background: #fff;
}
.company-title {
  font-weight: 700;
  color: #ba9c35;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.04em;
}
.company-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: #fafafa;
  border: 1px solid #dadada;
  border-radius: 0px;
  /* overflow: hidden; */
  /* box-shadow: 0 2px 8px rgba(186,156,53,0.07); */
}
.company-table th, .company-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #dadada;
  font-size: 0.9em;
  text-align: left;
}
.company-table th {
  background:#e7e7e7;
  color: #222;
  font-weight: 700;
  width: 160px;
  letter-spacing: 0.02em;
}
.company-table tr:last-child th, .company-table tr:last-child td {
  border-bottom: none;
}
.company-access-link {
  text-align: center;
  margin-bottom: 36px;
}
.access-link-btn {
  display: inline-block;
  background: #ba9c35;
  color: #fff;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 2px 8px rgba(186,156,53,0.13);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.access-link-btn:hover, .access-link-btn:focus {
  background: #3f6be4;
  color: #fff;
  box-shadow: 0 4px 16px rgba(63,107,228,0.13);
}

@media (max-width: 700px) {
  .company-main {
    padding: 16px 4vw 24px 4vw;
    margin: 32px 0 24px 0;
    border-radius: 0;
    box-shadow: none;
  }
  .company-title {
    font-size: 1.4em;
    margin-bottom: 18px;
  }
  .company-table th, .company-table td {
    padding: 10px 8px;
    font-size: 0.8em;
  }
  .company-table th {
    width: 90px;
  }
  .company-access-link {
    text-align: left;
    margin-bottom: 24px;
  }

}

/* --- 会社概要ヒーローセクション --- */
.company-hero {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 30px 0 0px 0;
}
.company-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  background-position: top center;
  z-index: 1;
}
.company-hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-hero-en {
  font-size: 2em;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.04em;
  margin-bottom: 0em;
  background: linear-gradient(90deg, #ce2d28 0%, #752b7e 50%, #30559e 100%);
  background-size: 100％ 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-hero-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
  .company-hero {
    height: 200px;
    margin-bottom: 18px;
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 600px) {
  .company-hero {
    height: 120px;
    margin-bottom: 10px;
  }
}

.company-table, .company-table th, .company-table td {
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

.company-photo-row {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 32px auto;
  justify-content: center;
}
.company-photo {
  width: 50%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(186,156,53,0.07);
  object-fit: cover;
  background: #faf8f3;
}
@media (max-width: 700px) {
  .company-photo-row {
    gap: 10px;
    margin-bottom: 18px;
  }
  .company-photo {
    width: 50%;
    border-radius: 6px;
  }
}

/* --- お問い合わせフォーム（company.htmlカラー準拠）--- */
.contact-main {
  max-width: 740px;
  margin: 0 auto 48px auto;
  padding: 12px 0 40px 0;
  background: #fff;
  box-sizing: border-box;
}
.contact-form-title {
  background: #1b144c;
  color: #fff;
  padding: 10px 0 10px 0;
  margin: 0 auto 32px auto;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1em;
  font-weight: 700;
  border-radius: 0;
  max-width: 300px;
}
.contact-form {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.form-group {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  font-size: 1.em;
  letter-spacing: 0.01em;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dadada;
  font-size: 1em;
  background: #fafafa;
  color: #222;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border: 1.5px solid #1b144c;
  outline: none;
  background: #fff;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.form-group.form-confirm {
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
}
.form-group.form-confirm label {
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  font-size: 1em;
}
.contact-submit-btn {
  display: block;
  width: auto;
  max-width: 680px;
  margin: 10px auto 0 auto;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
  color: #fff;
  padding: 14px 30px 16px 30px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  background-size: 200% 100%;
  transition: background-position 0.4s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
  border: none;
  letter-spacing: 0.04em;
  box-shadow: none;
  cursor: pointer;
}
.contact-submit-btn:hover,
.contact-submit-btn:focus {
  background-position: 100% 0;
  transform: scale(1.06);
  box-shadow: 0 4px 16px rgba(100,50,120,0.18);
  color: #fff;
}
.contact-access-link {
  text-align: center;
  margin-top: 36px;
}
.contact-access-link .access-link-btn {
  background: #ba9c35;
  color: #fff;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 2px 8px rgba(186,156,53,0.13);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.contact-access-link .access-link-btn:hover,
.contact-access-link .access-link-btn:focus {
  background: #3f6be4;
  color: #fff;
  box-shadow: 0 4px 16px rgba(63,107,228,0.13);
}
.form-group label .required-badge {
  display: inline-block;
  background: #e53935;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 8px;
  margin-right: 6px;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
@media (max-width: 700px) {
  .contact-main {
    max-width: 100vw;
    padding: 12px 10px 24px 10px;
    box-sizing: border-box;
  }
  .contact-form {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contact-form-title {
    font-size: 1.1em;
    margin-bottom: 18px;
  }
  .form-group label {
    font-size: 0.98em;
  }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-access-link {
    margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .contact-main {
    padding: 10px 5px 20px 5px;
  }
  .contact-form {
    padding: 0 5px;
  }
}

main {
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

/* --- ファイナンスページ用ヒーローセクション --- */
.finance-hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: top;
  justify-content: top;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 30px 0 0px 0;
}
.finance-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  background-position: top center;
  z-index: 1;
}
.finance-hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0 0;
  
}
.finance-hero-en {
  font-size: 2em;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.04em;
  margin-bottom: 0em;
  background: linear-gradient(90deg, #ce2d28 0%, #752b7e 50%, #30559e 100%);
  background-size: 100％ 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.finance-hero-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
  .finance-hero {
    margin-bottom: 18px;
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 600px) {
  .finance-hero {
    margin-bottom: 10px;
  }
}

/* --- ファイナンスページ用リード文スタイル --- */
.finance-lead {
  padding: 20px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;

}
.finance-lead h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom:40px;
}
.finance-lead p {
  font-size: 0.9em;
  line-height: 2;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}

@media (max-width: 700px) {
  br.sp-br {
    display: none;
  }
}

/* PC表示では非表示、モバイル表示でのみ表示されるbr */
br.pc-br {
  display: none;
}

@media (max-width: 700px) {
  br.pc-br {
    display: block;
  }
}

/* --- ファイナンスページ用リンクグリッド --- */
.finance-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto 40px auto;
  padding: 10px 0;
}
.finance-link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  border-radius: 0px;
  font-size: 1em;
  color: #1b144c;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
  text-align: center;
  padding: 18px 10px;
  border: 1px solid #FFF;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
  min-width: 200px;
}
.finance-link-box:hover, .finance-link-box:focus {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 6px 18px rgba(186,156,53,0.13);
  color: #ba9c35;
  transform: translateY(-2px) scale(1.03);
}
@media (max-width: 700px) {
  .finance-link-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
    margin: 0 auto 0px auto;
  }
  .finance-link-box {
    font-size: 0.9em;
    min-height: 60px;
    padding: 14px 10px;
    min-width: auto;
    width: calc(100% - 20px);
  }
}

/* --- ファイナンス詳細セクション --- */
.finance-detail-section {
  padding: 0;
  text-align: left;
}
.finance-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
}
.finance-detail-item {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0px 16px 0px 16px;
  margin-bottom: 40px;
}
.finance-detail-item h3 {
  font-size: 1.15em;
  font-weight: bold;
  color: #1b144c;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 0 10px 0;
  vertical-align: middle;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}
.finance-detail-img {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
  margin: 10px auto;
}
.finance-detail-desc {
  font-size: 0.98em;
  color: #222;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
@media (max-width: 1000px) {
  .finance-detail-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .finance-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 2vw;
  }
  .finance-detail-item {
    padding: 18px 6vw 18px 6vw;
  }
}

/* --- ファイナンス詳細タイトル用アイコン --- */
.finance-caution-title-icon {
  display: inline-block;
  width: 0.5em;
  height: 0.9em;
  background: #1b144c;
  border-radius: 0px;
  margin-right: 0.6em;
}

.finance-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
  height: 0;
}

/* --- バジェットローン返済パターン --- */
.budget-pattern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 18px;
  margin: 36px 0 36px 0;
  padding: 0;
}
.budget-pattern-item {
  background: #f7faff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  padding: 18px 10px 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.budget-pattern-img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 12px;
  object-fit: contain;
}
.budget-pattern-title {
  font-size: 1.em;
  font-weight: 700;
  color: #1b144c;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}
.budget-pattern-desc {
  font-size: 0.8em;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .budget-pattern-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 10px;
  }
}
@media (max-width: 600px) {
  .budget-pattern-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .budget-pattern-item {
    padding: 14px 4vw 10px 4vw;
  }
}

/* --- オートリース特徴リスト --- */
.lease-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 18px;
  margin: 36px 0 0 0;
  padding: 0;
}
.lease-feature-item {
  background: #f7faff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  padding: 18px 10px 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.lease-feature-title {
  font-size: 1.em;
  font-weight: bold;
  color: #1b144c;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}
.lease-feature-desc {
  font-size: 0.9em;
  color: #222;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .lease-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px 10px;
  }
}

/* --- 銀行のマイカーローンとオートローンの比較テーブル --- */
.finance-loan-compare-section {
  margin: 60px 0 40px 0;
  padding: 0 8vw;
}
.finance-compare-title {
  text-align: center;
  font-size: 1.８em;
  font-weight: bold;
  margin-bottom: 32px;
  color: #222;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}
.finance-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  
}
.finance-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 1em;
  min-width: 800px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.finance-compare-table th,
.finance-compare-table td {
  border: 1px solid #e0e6ef;
  padding: 22px 18px;
  text-align: left;
  vertical-align: middle;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.finance-compare-table thead th {
  background: #2d3540;
  color: #fff;
  font-size: 1.08em;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
}
.finance-compare-table tbody th {
  background: #f7f8fa;
  color: #222;
  font-weight: bold;
  width: 180px;
  text-align: left;
}
.finance-compare-table tbody td {
  background: #fff;
  color: #222;
  font-size: 0.98em;
}
.finance-compare-table tr:last-child th,
.finance-compare-table tr:last-child td {
  border-bottom: 1px solid #e0e6ef;
}
@media (max-width: 900px) {
  .finance-loan-compare-section {
    padding: 0 2vw;
  }
  .finance-compare-table {
    min-width: 600px;
    font-size: 0.95em;
  }
  .finance-compare-title {
    font-size: 1.2em;
  }
}
@media (max-width: 600px) {
  .finance-loan-compare-section {
    padding: 0 0vw;
    margin: 40px 0 20px 0;
  }
  .finance-compare-table {
    min-width: 400px;
    font-size: 0.92em;
  }
  .finance-compare-title {
    font-size: 1em;
    margin-bottom: 18px;
  }
  .finance-compare-table th,
  .finance-compare-table td {
    padding: 12px 6px;
  }
}

/* --- サービスページ用ヒーローセクション --- */
.service-hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: top;
  justify-content: top;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 30px 0 0px 0;
}
.service-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  background-position: top center;
  z-index: 1;
}
.service-hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0 0;
  
}
.service-hero-en {
  font-size: 2em;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.04em;
  margin-bottom: 0em;
  background: linear-gradient(90deg, #ce2d28 0%, #752b7e 50%, #30559e 100%);
  background-size: 100％ 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-hero-title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
@media (max-width: 900px) {
  .service-hero {
    margin-bottom: 18px;
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 600px) {
  .service-hero {
    margin-bottom: 10px;
  }
}

/* --- サービスページ用リード文スタイル --- */
.service-lead {
  padding: 20px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;

}
.service-lead h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom:40px;
}
.service-lead p {
  font-size: 0.9em;
  line-height: 2;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;

}

/* --- サービスページ用リンクグリッド --- */
.service-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto 40px auto;
  padding: 10px 0;
}
.service-link-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  border-radius: 0px;
  font-size: 1em;
  color: #1b144c;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
  text-align: center;
  padding: 18px 10px;
  border: 1px solid #FFF;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
  min-width: 200px;
}
.service-link-box:hover, .service-link-box:focus {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 6px 18px rgba(186,156,53,0.13);
  color: #ba9c35;
  transform: translateY(-2px) scale(1.03);
}
@media (max-width: 700px) {
  .service-link-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
    margin: 0 auto 0px auto;
  }
  .service-link-box {
    font-size: 0.9em;
    min-height: 60px;
    padding: 14px 10px;
    min-width: auto;
    width: calc(100% - 20px);
  }
}

/* --- オンライン商談・WEB注文セクション --- */
.service-online-section {
  width: 100%;
  background: #fff;
  padding: 20px 0 40px 0;
}
.service-online-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.service-online-left {
  flex: 1 1 420px;
  max-width: 600px;
}
.service-online-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #221e4a;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.service-online-desc {
  font-size: 1em;
  color: #222;
  line-height: 1.8;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.service-online-right {
  flex: 1 1 400px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-online-right img {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin: 0 0 0 0;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .service-online-inner {
    padding: 0 4vw;
  }
  .service-online-left, .service-online-right {
    max-width: 100%;
    min-width: 0;
  }
  .service-online-title {
text-align: center;
  }
  
}
@media (max-width: 600px) {
  .service-online-section {
    padding: 0px 0 40px 0;
  }
  .service-online-title {
    font-size: 1.3em;
  }
  .service-online-desc {
    font-size: 0.9em;
  }
  }

/* --- サービスページ 4ポイントセクション --- */
.service-point-section {
  width: 100%;
  background: #ededed;
  padding: 24px 0 24px 0;
  margin-bottom: 40px;
}
.service-point-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.service-point-item {
  background: #fff;
  border-radius: 4px;
  padding: 18px 10px 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.service-point-img img {
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 10px;
}
.service-point-title {
  font-size: 0.6em;
  font-weight: 700;
  max-width: 140px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 2px 0px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  border-radius: 15px;
  background: linear-gradient(90deg, #b12f48 0%, #672e7e 50%, #3f569d 100%);
}
.service-point-text {
  font-size: 0.8em;
  color: #222;
  line-height: 1.7;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .service-point-inner {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 98vw;
    padding: 0 2vw;
  }
}
@media (max-width: 600px) {
  .service-point-section {
    padding: 12px 0 18px 0;
  }
  .service-point-inner {
    gap: 10px;
  }
}

.service-online-right a img {
  transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  border-radius: 8px;
}
.service-online-right a:hover img,
.service-online-right a:focus img {
  transform: scale(1.06);
  box-shadow: 0 8px 32px rgba(34,30,74,0.18);
}

.service-feature-section {
  position: relative;
  width: 100%;
  padding: 56px 0 56px 0;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.service-feature-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: url('../img/service_back_02.png') center center/cover no-repeat;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.service-feature-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 32px;
  padding: 0 2vw;
}
.service-feature-block {
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
  padding: 18px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 320px;
}
.service-feature-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 18px;
}
.service-feature-number {
  font-size: 1.2em;
  font-weight: bold;
  color: #ba9c35;
  margin-bottom: 8px;
}
.service-feature-title {
  font-size: 1em;
  font-weight: bold;
  color: #221e4a;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.service-feature-text {
  font-size: 0.9em;
  color: #222;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 900px) {
  .service-feature-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 14px;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .service-feature-section {
    padding: 24px 0 24px 0;
  }
  .service-feature-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 1vw;
  }
  .service-feature-block {
    padding: 18px 8px 14px 8px;
    min-height: 0;
  }
  .service-feature-img img {
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
  }
  .service-feature-text {
    font-size: 0.8em;
  }
  
}

.service-feature-option {
  display: inline-block;
  background: #ba9c35;
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  border-radius: 0px;
  padding: 2px 8px;
  margin-left: 8px;
  line-height: 1.6;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.service-feature-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin-bottom: 10px;
}
.service-feature-number {
  font-size: 1em;
  font-weight: bold;
  color: #ba9c35;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1;
}
.service-feature-title {
  font-size: 1em;
  font-weight: bold;
  color: #221e4a;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  line-height: 1;
  display: inline;
}

@media (max-width: 600px) {
  .service-feature-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 5vw;
  }
  .service-feature-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 18px 22px 18px;
    min-height: 0;
  }
  .service-feature-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-feature-img {
    width: 100%;
    margin-bottom: 18px;
  }
  .service-feature-img img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border-radius: 4px;
  }
  .service-feature-title-row {
    justify-content: center;
  }
  .service-feature-text {
    text-align: center;
  }
}

.service-feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  min-height: 1.5em;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #221e4a 0%, #3a3f6e 100%);
  color: #fff;
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #e0e3f5;
  text-shadow: 0 1px 2px rgba(0,0,0,0.10);
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}

.service-feature-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
  color: #fff;
  margin: 0 20px 20px 20px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.service-feature-heading h3 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom:20px;
  font-family: 'Noto Serif JP', 'Noto Serif', 'serif';
  font-variation-settings: "wght" 500;
}
.service-feature-heading p {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom:40px;
  font-family: 'Noto Sans JP', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.service-feature-heading-bottom {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  color: #222;
}
.service-feature-tel {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #ba9c35;
  margin-top: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .service-feature-heading {
    font-size: 1em;
    margin-bottom: 18px;
  }
  .service-feature-heading-bottom {
    font-size: 0.95em;
    margin-top: 20px;
  }
  .service-feature-tel {
    font-size: 1em;
  }
  .service-feature-heading h3 {
    font-size: 1.4em;
  }
  
}
/* CAR STOCKS セクション見出し */
.car-stocks-section {
  background: #202020;
  background-image: linear-gradient(180deg, #222 0%, #1a1a1a 100%);
  padding: 26px 0 28px 0;
}
.car-stocks-section-other {
  background: #FFF;
  padding: 26px 0 28px 0;
}
.car-stocks-title {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto 22px auto;
  padding: 0;
  font-weight: 500;
  font-family: "gravita-geo-variable", "Noto Serif JP", serif, sans-serif;
  font-variation-settings: "wght" 500;
}

.car-stocks-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

.car-stocks-grid .car-stocks-item {
  display: block;
  padding: 0;
  text-decoration: none;
  color: inherit;
  border: none;
  border-radius: 0;
  transition: none;
  background: transparent;
  overflow: hidden;
}

.car-stocks-grid .car-stocks-item:hover { transform: none; box-shadow: none; }

.car-stocks-grid .car-stocks-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

/* ロールオーバー（拡大＋わずかな明度アップ）。装飾は付けない */
.car-stocks-grid .car-stocks-item:hover img,
.car-stocks-grid .car-stocks-item:focus img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.car-stocks-grid .car-stocks-item span { display:none; }

.other-text {
  color: #3f569d !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: 'Noto Sans', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .car-stocks-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .car-stocks-section {
  }
  
  .car-stocks-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 12px;
  }
  
  .car-stocks-grid .car-stocks-item {
    padding: 0;
    border: none;
  }
  
  /* 右端のアイテムは右ボーダーを削除 */
  .car-stocks-grid .car-stocks-item:nth-child(4n) { }
  
  /* 最後の行のアイテムは下ボーダーを削除 */
  .car-stocks-grid .car-stocks-item:nth-last-child(-n+3) { }
  
  /* レクサス（16番目）には下ボーダーを表示 */
  .car-stocks-grid .car-stocks-item:nth-child(16) { }
  
  /* 米国車（17番目）とその他（18番目）にも下ボーダーを表示 */
  .car-stocks-grid .car-stocks-item:nth-child(17),
  .car-stocks-grid .car-stocks-item:nth-child(18) { }
  
  .car-stocks-grid .car-stocks-item img { width: 100%; height: auto; }
  
  .car-stocks-grid .car-stocks-item span { display: none; }
  
  /* コメントセクションのモバイル対応 */
  .comment-container {
    padding: 0 15px;
  }
  
  .comment-header {
    margin-bottom: 30px;
  }
  
  .comment-title {
    font-size: 1.6em;
  }
  
  .comment-subtitle {
    font-size: 1em;
  }
  
  .comment-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  .comment-image {
    flex: none;
    max-width: 100%;
  }
  
  .comment-content {
    padding: 0;
  }
}

/* ブランドセクション */
.brand-section {
  padding: 30px 0;
  background: white;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

.brand-grid .brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: white;
  min-height: 120px;
}

.brand-grid .brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #d4af37;
}

.brand-grid .brand-item img {
  max-width: 80px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.brand-grid .brand-item span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  font-family: 'Noto Sans', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

.other-text {
  color: #3f569d !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: 'Noto Sans', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .brand-section {
    padding: 0px 0;
  }
  
  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0;
  }
  
  .brand-grid .brand-item {
    padding: 15px;
    min-height: 100px;
    border-radius: 0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-top: none;
  }
  
  /* 右端のアイテムは右ボーダーを削除 */
  .brand-grid .brand-item:nth-child(4n) {
    border-right: none;
  }
  
  /* 最後の行のアイテムは下ボーダーを削除 */
  .brand-grid .brand-item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  
  /* レクサス（16番目）には下ボーダーを表示 */
  .brand-grid .brand-item:nth-child(16) {
    border-bottom: 1px solid #e0e0e0;
  }
  
  /* 米国車（17番目）とその他（18番目）にも下ボーダーを表示 */
  .brand-grid .brand-item:nth-child(17),
  .brand-grid .brand-item:nth-child(18) {
    border-bottom: 1px solid #e0e0e0;
  }
  
  .brand-grid .brand-item img {
    max-width: 60px;
    max-height: 45px;
    margin-bottom: 8px;
  }
  
  .brand-grid .brand-item span {
    font-size: 12px;
    font-family: 'Noto Sans', 'Meiryo', 'メイリオ', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Osaka', 'MS PGothic', 'MS Pゴシック', sans-serif;
  }
  
  /* コメントセクションのモバイル対応 */
  .comment-container {
    padding: 0 15px;
  }
  
  .comment-header {
    margin-bottom: 30px;
  }
  
  .comment-title {
    font-size: 1.6em;
  }
  
  .comment-subtitle {
    font-size: 1em;
  }
  
  .comment-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  .comment-image {
    flex: none;
    max-width: 100%;
  }
  
  .comment-content {
    padding: 0;
  }
}