@charset "utf-8";

:root {
  /* 色管理用の変数 */
  --black-color: #000000;
  --black-color02: #333;
  --white-color: #fff;
  --gray-color: #aaa;
  --gray-color02: #666;
  --primary-color: #faf9f7;
  --primary-color02: #535f74;
  --accent-color: #4a90e2;
  --text-main: #333333;
  --text-sub: #666666;
  --sub-color01: #4ecdc4;
  --sub-color02: #667eea;
  --black-bg: #1a1a1a;
  --warning-bg: #fff3cd;
  --success-color: #51cf66;
}

:root {
  /* コンテンツ幅管理用の変数 */
  --content-width-sm: 850px;
  --content-width: 960px;
  --content-width-lg: 1088px;
}

:root {
  /* z-index管理用の変数 */
  --z-index-back: -1;
  --z-index-default: 1;
  --z-index-ten: 10;
  --z-index-header: 100;
  --z-index-menu: 150;
  --z-index-modal: 200;
}

/* ---------- base ---------- */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--gray-color02);
}

/* ---------- layout ---------- */

.l_container-sm,
.l_container,
.l_container-lg {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .l_container,
  .l_container-lg {
    padding: 0 32px;
  }
}

.l_container-sm {
  max-width: calc(var(--content-width-sm) + 32px);
}

.l_container {
  max-width: calc(var(--content-width) + 32px);
}

.l_container-lg {
  max-width: calc(var(--content-width-lg) + 32px);
}

.l_contents {
  padding: 120px 0;
}

.l_header {
  height: 80px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--z-index-header);
  overflow: hidden;
  background: var(--black-color02);
}

@media screen and (min-width: 1080px) {
  .l_header {
    padding: 0 48px;
  }
}

.l_header-logo_img {
  height: 40px;
  width: auto;
  object-fit: cover;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .l_header-logo_img {
    height: 50px;
  }
}

.l_header-logo_img:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.l_header-logo_link {
  height: 100%;
  display: flex;
  align-items: center;
}

.l_header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-index-header);
}

@media screen and (min-width: 1080px) {
  .l_header-nav {
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: inherit;
  }
}

.l_header-nav_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1080px) {
  .l_header-nav_list {
    display: flex;
    gap: 0 48px;
    position: static;
    transform: none;
  }
}

.l_header-nav_item {
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
}

.l_header-nav_item:hover {
  opacity: 0.5;
  transition: 0.5s;
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item {
    color: var(--white-color);
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.l_header-nav_item:not(:first-child) {
  margin-top: 80px;
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item:not(:first-child) {
    margin-top: 0;
  }
}

/* ---------- module ---------- */
.m_opening {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: var(--z-index-modal);
  background: #111;
  display: flex;
}

.m_opening_txt {
  margin: auto;
}

.m_opening_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_opening_img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.m_hamburger {
  width: 32px;
  height: 26px;
  position: relative;
  z-index: var(--z-index-menu);
}

@media screen and (min-width: 1080px) {
  .m_hamburger {
    display: none;
  }
}

.m_hamburger-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--white-color);
  left: 50%;
  transition: 0.3s;
}

.m_hamburger-bar:first-child {
  top: 0;
  transform: translate(-50%, 0);
}

.m_hamburger-bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.m_hamburger-bar:last-child {
  top: 100%;
  transform: translate(-50%, -100%);
}

.m_h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--black-color02);
  font-weight: bold;
}

.m_catalog-hero {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.m_catalog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><line x1="0" y1="0" x2="20" y2="20" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><line x1="20" y1="0" x2="0" y2="20" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23pattern)"/></svg>');
  opacity: 0.3;
}

.m_catalog-hero .catalog-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.m_catalog-hero h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (min-width: 769px) {
  .m_catalog-hero h1 {
    font-size: 48px;
    letter-spacing: 2px;
  }
}

.m_catalog-hero p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 16px;
}

@media (min-width: 769px) {
  .m_catalog-hero p {
    font-size: 18px;
  }
}

.m_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.m_btn {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
}

.m_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 1.2em;
  transition: right 0.3s ease;
  width: 6px;
  height: 6px;
  border-top: solid;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.m_btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.hero .swiper {
  height: 100%;
}

.hero .swiper-slide {
  position: relative;
}

.hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: var(--z-index-default);
}

.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  z-index: var(--z-index-default);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--white-color);
  text-align: center;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .hero-content {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.hero-main_txt {
  font-size: 2rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease-out;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .hero-main_txt {
    font-size: 3rem;
  }
}

.hero-sub_txt {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease-out 0.3s both;
}

@media screen and (min-width: 768px) {
  .hero-sub_txt {
    font-size: 1.2rem;
  }
}

/* Company Section */
.company {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .company {
    padding: 120px 0;
  }
}

.company-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../img/top/company_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 16px;
  color: var(--white-color);
}

@media screen and (min-width: 768px) {
  .company-content {
    gap: 60px;
    padding: 64px 40px;
  }
}

.company-logo {
  width: 280px;
}

.company-text h3 {
  font-size: 1.5rem;
  margin-top: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .company-text h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.company-text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .company-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

/* ---------- Features ---------- */
.features {
  padding: 80px 0;
  background: var(--primary-color);
}

.features-subtitle {
  text-align: center;
  font-size: 1.5rem;
  color: var(--gray-color02);
  font-weight: bold;
}

.features-txt01 {
  margin-top: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 16px;
}

/* @media screen and (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
} */

@media screen and (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.feature-card {
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
  display: flex;
  flex-direction: column;
}

.feature-card img {
  border-radius: 10px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 50%;
  margin: 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.feature-card p {
  line-height: 1.6;
}

/* Products Section */
.products {
  padding: 80px 0;
}

.products-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 60px;
  color: var(--gray-color02);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 16px;
}

a.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
}

/* 個別の背景画像を指定 */
.product-image01 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../img/top/product_01.jpg");
}

.product-image02 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../img/top/product_02.jpg");
}

.product-image03 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../img/top/product_03.jpg");
}

.product-image04 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../img/top/product_04.jpg");
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--black-color02);
  font-weight: bold;
}

.product-info p {
  color: var(--gray-color02);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Select Section */
.select {
  padding: 80px 0;
  background: var(--primary-color);
}

@media screen and (min-width: 768px) {
  .select {
    padding-bottom: 120px;
  }
}

.select-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 60px;
  color: var(--gray-color02);
}

.select-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

a.select-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.select-card {
  background: var(--white-color);
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

a.select-card:hover {
  transform: scale(1.03);
}

.select-icon img {
  width: 300;
  height: auto;
  margin-bottom: 20px;
}

.select-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.select-desc {
  font-size: 0.95rem;
  color: var(--gray-color02);
  margin-bottom: 24px;
}

.select-btn {
  display: inline-block;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: var(--white-color);
  padding: 12px 40px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  width: 100%;
}

.select-btn:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}

/* 疑似要素で矢印を追加 */
.select-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 1.2em;
  transition: right 0.3s ease;
  width: 6px;
  height: 6px;
  border-top: solid;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* ホバー時に矢印を少しスライドさせる */
.select-btn:hover::after {
  right: 12px;
}

/* page-top */
.page-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: var(--z-index-default);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

@media (min-width: 768px) {
  .page-top {
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

.page-top.show {
  opacity: 1;
  visibility: visible;
}

.page-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.page-top:active {
  transform: translateY(-1px);
}

.page-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  margin-top: 3px;
}

@media (min-width: 769px) {
  .page-top::before {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
}

/* Footer */
footer {
  background: var(--black-color02);
  color: white;
  padding: 40px 0;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 16px;
}

.footer-links a {
  color: var(--white-color);
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:not(:first-child) {
  border-left: 1px solid var(--white-color);
  padding-left: 16px;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-content p {
  color: var(--gray-color);
  font-size: 0.9rem;
}

/* ---------------------------------------------

page-products

---------------------------------------------*/
/* page-products スコープ */
.page-products .breadcrumb ol {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 40px;
}

.page-products .breadcrumb .separator {
  color: #aaa;
}

.page-products .breadcrumb a {
  color: #4a90e2;
  text-decoration: none;
}

/* カテゴリ説明テキスト */
.page-products .category-intro {
  text-align: center;
  margin-bottom: 50px;
  color: #666;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .page-products .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* 製品バッジ */
.product-badges {
  margin-top: 15px;
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
}

.badge-basic {
  background: #e8f5e8;
  color: #2e7d32;
}

.badge-quality {
  background: #e3f2fd;
  color: #1976d2;
}

.badge-large {
  background: #fff3e0;
  color: #f57c00;
}

.badge-family {
  background: #f3e5f5;
  color: #7b1fa2;
}

.badge-cuttable {
  background: #e0f2f1;
  color: #00695c;
}

.badge-multipurpose {
  background: #fce4ec;
  color: #c2185b;
}

.badge-variety {
  background: #f1f8e9;
  color: #558b2f;
}

.badge-accessory {
  background: #fff8e1;
  color: #ff8f00;
}

/* ---------------------------------------------

catalog(各商品ページ)

---------------------------------------------*/
/* Hero Section */
.productLayout .catalog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/top/product_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: var(--white-color);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.productLayout.fan .catalog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/top/product_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: var(--white-color);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.productLayout.oth .catalog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/top/product_04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: var(--white-color);
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .catalog-hero {
    padding: 120px 0 80px;
  }
}

.catalog-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.catalog-hero h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .catalog-hero h1 {
    font-size: 48px;
    letter-spacing: 2px;
  }
}

.catalog-hero p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .catalog-hero p {
    font-size: 18px;
  }
}

/* Main Content */
.catalog-main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 16px;
}

@media (min-width: 768px) {
  .catalog-main-content {
    padding: 120px 0;
  }
}

.catalog-section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 300;
}

@media (min-width: 768px) {
  .catalog-section-title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

/* Vehicle Selection */
.catalog-vehicle-selection {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .catalog-vehicle-selection {
    margin-bottom: 60px;
  }
}

.catalog-vehicle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 481px) {
  .catalog-vehicle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .catalog-vehicle-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}

.catalog-vehicle-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

@media (min-width: 768px) {
  .catalog-vehicle-card {
    padding: 30px;
  }
}

.catalog-vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #4ecdc4;
}

.catalog-vehicle-card.active {
  border-color: #4ecdc4;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: white;
}

.catalog-vehicle-icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #4ecdc4;
}

@media (min-width: 768px) {
  .catalog-vehicle-icon {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.catalog-vehicle-card.active .catalog-vehicle-icon {
  color: white;
}

.catalog-vehicle-card h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .catalog-vehicle-card h3 {
    margin-bottom: 10px;
  }
}

.catalog-vehicle-card p {
  font-size: 12px;
  opacity: 0.8;
}

/* Product Grid */
.catalog-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .catalog-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}

.catalog-product-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.catalog-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.catalog-product-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.catalog-product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(0,0,0,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.3;
}

/* 2. 画像そのものにフィットさせる */
.catalog-product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.catalog-product-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .catalog-product-info {
    padding: 25px;
  }
}

.catalog-product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--gray-color02);
}

@media (min-width: 768px) {
  .catalog-product-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1080px) {
  .catalog-product-title {
    font-size: 20px;
    height: 72px;
  }
}

.catalog-product-description {
  font-size: 14px;
  color: var(--black-color02);
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .catalog-product-description {
    margin-bottom: 20px;
  }
}

/* 車種別アイコンのスタイル */
.vehicle-icons-container {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.vehicle-icon {
  font-size: 20px;
  padding: 5px;
  border-radius: 4px;
  background: rgba(78, 205, 196, 0.1);
  display: inline-block;
}

@media (min-width: 768px) {
  .vehicle-icons-container {
    gap: 10px;
    margin-bottom: 20px;
  }

  .vehicle-icon {
    font-size: 24px;
    padding: 6px;
  }
}

/* スペック表のスタイル */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  font-size: 14px;
}

.specs-table td {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.spec-label {
  background: #f5f5f5;
  font-weight: 500;
  color: #333;
  width: 80px;
  text-align: center;
}

.spec-value {
  background: white;
  color: #666;
}

@media (min-width: 768px) {
  .specs-table {
    margin-bottom: 20px;
  }

  .specs-table td {
    padding: 10px 15px;
    font-size: 12px;
  }

  .spec-label {
    width: 100px;
  }
}

.catalog-product-specs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .catalog-product-specs {
    gap: 15px;
    margin-bottom: 20px;
  }
}

.catalog-spec-badge {
  background: #4ecdc4;
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .catalog-spec-badge {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.catalog-product-price {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .catalog-product-price {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.catalog-add-to-cart {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: var(--white-color);
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
  position: relative;
}

@media (min-width: 768px) {
  .catalog-add-to-cart {
    padding: 12px 20px;
  }
}

.catalog-add-to-cart::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 1.2em;
  transition: right 0.3s ease;
  width: 6px;
  height: 6px;
  border-top: solid;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.catalog-add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(78, 205, 196, 0.4);
  opacity: 0.7;
}

/* No products message */
.no-products-message {
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 16px;
  grid-column: 1 / -1;
  /* グリッド全体に広がる */
}

/* Load More Button */
.catalog-load-more-container {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .catalog-load-more-container {
    margin-top: 60px;
  }
}

.catalog-load-more {
  background: linear-gradient(135deg, #95a5a6, #7f8c8d);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .catalog-load-more {
    padding: 15px 40px;
    font-size: 16px;
  }
}

.catalog-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(149, 165, 166, 0.4);
}

/* ---------------------------------------------

select(選び方・注意点)type

---------------------------------------------*/
.typeLayout .catalog-hero {
  background: linear-gradient(
      135deg,
      rgba(44, 62, 80, 0.5),
      rgba(52, 73, 94, 0.5)
    ),
    url(../img/select/3point_mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.typeLayout .catalog-hero::before {
  display: none;
}

.typeLayout h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--white-color);
  text-align: center;
}

@media (min-width: 768px) {
  .typeLayout h1 {
    font-size: 2.5rem;
  }
}

.typeLayout .l_main {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .typeLayout .l_main {
    margin-bottom: 80px;
  }
}

.typeLayout .intro-section {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .typeLayout .intro-section {
    padding: 30px;
    margin-bottom: 40px;
  }
}

.typeLayout .intro-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .typeLayout .intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.typeLayout .transition-nav {
  padding: 15px 0;
  margin: 15px 0;
}

@media (min-width: 481px) {
  .typeLayout .transition-nav {
    padding: 20px 0;
    margin: 20px 0;
  }
}

.typeLayout .transition-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 481px) {
  .typeLayout .transition-nav-container {
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .typeLayout .transition-nav-container {
    padding: 0 20px;
  }
}

.typeLayout .transition-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 481px) {
  .typeLayout .transition-nav-grid {
    gap: 15px;
  }
}

@media (min-width: 769px) {
  .typeLayout .transition-nav-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.typeLayout .nav-button {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  display: block;
}

@media (min-width: 481px) {
  .typeLayout .nav-button {
    padding: 18px 15px;
  }
}

@media (min-width: 769px) {
  .typeLayout .nav-button {
    padding: 20px;
  }
}

.typeLayout .nav-button:hover {
  border-color: var(--sub-color01);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.typeLayout .nav-button.active {
  border-color: var(--sub-color01);
  background: #f8f9ff;
}

.typeLayout .nav-button-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (min-width: 481px) {
  .typeLayout .nav-button-text {
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  .typeLayout .nav-button-text {
    font-size: 16px;
  }
}

.typeLayout .nav-button-arrow {
  font-size: 12px;
  color: #666;
  transition: color 0.3s ease;
}

@media (min-width: 481px) {
  .typeLayout .nav-button-arrow {
    font-size: 14px;
  }
}

.typeLayout .nav-button:hover .nav-button-arrow {
  color: var(--sub-color01);
}

.typeLayout .nav-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sub-color01);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.typeLayout .nav-button.active::before {
  transform: scaleX(1);
}

.typeLayout .nav-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.typeLayout .nav-button:hover::after {
  width: 200px;
  height: 200px;
}

.typeLayout .nav-button:focus {
  outline: 2px solid var(--sub-color01);
  outline-offset: 2px;
}

.typeLayout section {
  padding-top: 80px;
  border-top: dotted 2px #666;
}

.typeLayout section.catalog-hero {
  border-top: none;
}

.typeLayout .section {
  background: white;
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .typeLayout .section {
    margin: 80px 0;
  }
}

.typeLayout .section-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.typeLayout .section-header {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: var(--white-color);
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .typeLayout .section-header {
    padding: 20px 30px;
    font-size: 1.4rem;
  }
}

.typeLayout .section-content {
  padding: 20px;
}

@media (min-width: 768px) {
  .typeLayout .section-content {
    padding: 30px;
  }
}

.typeLayout .mat-importance-list {
  margin: 24px 0;
  padding: 8px;
  border: solid 1px #666;
}

.typeLayout .mat-importance-list li {
  font-weight: bold;
}

.typeLayout .mat-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .typeLayout .mat-types {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 20px;
  }
}

.typeLayout .mat-type {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .typeLayout .mat-type {
    padding: 25px;
  }
}

.typeLayout .mat-type h3 {
  color: #2a5298;
  font-size: 1.2rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .typeLayout .mat-type h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.typeLayout .mat-type h3:before {
  content: "●";
  color: var(--accent-color);
  margin-right: 10px;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .typeLayout .mat-type h3:before {
    font-size: 1.5rem;
  }
}

/* CCmateマットセクションのスタイル */
.typeLayout .ccmate-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}

@media (min-width: 768px) {
  .typeLayout .ccmate-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
  }
}

/* 画像エリア */
.typeLayout .ccmate-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typeLayout .ccmate-product-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* メリットエリア */
.typeLayout .ccmate-merits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* メリットアイテム */
.typeLayout .merit-item {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .typeLayout .merit-item {
    margin-bottom: 0;
  }
}

/* メリットラベル */
.typeLayout .merit-label {
  background: #a0876c;
  color: white;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .typeLayout .merit-label {
    padding: 15px 25px;
    font-size: 1.1rem;
  }
}

.typeLayout .merit-label::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #a0876c;
}

/* メリットコンテンツ */
.typeLayout .merit-content {
  padding: 15px;
}

@media (min-width: 768px) {
  .typeLayout .merit-content {
    padding: 25px;
  }
}

.typeLayout .merit-content p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (min-width: 768px) {
  .typeLayout .merit-content p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.typeLayout .section_h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.5rem;
}

.typeLayout .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--sub-color01);
  /* ブルー */
  color: var(--white-color);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
  width: 100%;
  margin-top: 16px;
  position: relative;
}

@media (min-width: 500px) {
  .typeLayout .btn {
    width: auto;
    padding: 12px 40px;
  }
}

.typeLayout .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 1.2em;
  transition: right 0.3s ease;
  width: 6px;
  height: 6px;
  border-top: solid;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
}

.typeLayout .btn:hover {
  background-color: #0056b3;
  /* 濃いブルー */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
}

.typeLayout .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .typeLayout .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
  }
}

.typeLayout .product-card {
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .typeLayout .product-card {
    padding: 25px;
  }
}

.typeLayout .product-card h4 {
  color: #2a5298;
  font-size: 1.1rem;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--sub-color01);
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .typeLayout .product-card h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .typeLayout .type03_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
    align-items: center;
  }
  .typeLayout .type03_wrap p {
    text-align: left;
  }
}

.typeLayout .product-img {
  width: 230px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .typeLayout .product-img {
    margin-bottom: 15px;
    font-size: 0.9rem;
  }
}

.product-img01 {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.type03_wrap_img {
  object-fit: cover;
  height: auto;
}
.typeLayout .type04_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .typeLayout .type04_wrap {
    margin-top: 40px;
    gap: 32px;
  }
}

.typeLayout .features-list {
  list-style: none;
  margin: 12px 0;
}

@media (min-width: 768px) {
  .typeLayout .features-list {
    margin: 15px 0;
  }
}

.typeLayout .features-list li {
  padding: 4px 0;
  padding-left: 25px;
  position: relative;
}

@media (min-width: 768px) {
  .typeLayout .features-list li {
    padding: 5px 0;
  }
}

.typeLayout .features-list li:before {
  content: "✓";
  color: #667eea;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.typeLayout .conclusion {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .typeLayout .conclusion {
    padding: 30px;
    margin-top: 40px;
  }
}

/* メインコンテナ */
.typeLayout .main-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* レスポンシブレイアウト */
.typeLayout .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

@media (min-width: 768px) {
  .typeLayout .content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
  }
}

/* テキスト部分 */
.typeLayout .text-content {
  flex: 1;
}

@media (min-width: 768px) {
  .typeLayout .text-content {
    flex: 1.2;
  }
}

/* 画像部分 */
.typeLayout .image-content {
  flex: 1;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .typeLayout .image-content {
    margin-top: 0;
    flex: 0.8;
  }
}

.typeLayout .image-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.typeLayout .highlight-box {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: white;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

@media (min-width: 768px) {
  .typeLayout .highlight-box {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.typeLayout .highlight-box h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
}

@media (min-width: 768px) {
  .typeLayout .highlight-box h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.typeLayout .highlight-box h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.typeLayout .highlight-box p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .typeLayout .highlight-box p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.typeLayout .highlight-box p:last-child {
  margin-bottom: 0;
}

/* 警告ボックス */
.typeLayout .warning-box {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border: 2px solid #ffd93d;
  border-radius: 12px;
  padding: 18px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .typeLayout .warning-box {
    padding: 25px;
    margin: 25px 0;
  }
}

.typeLayout .warning-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #ffa500, #ff6b6b);
}

.typeLayout .warning-box h4 {
  color: #856404;
  font-size: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .typeLayout .warning-box h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
}

.typeLayout .warning-box h4:before {
  content: "⚠️";
  margin-right: 12px;
  font-size: 1.2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.typeLayout .warning-box p {
  color: #856404;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  .typeLayout .warning-box p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.section-content.cut_content {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  border-radius: 10px;
}

/* ここから追加 */
.typeLayout .selection-guide-container {
  max-width: 1000px;
  margin: 0 auto;
}

.typeLayout .guide-intro {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 20px;
  background: linear-gradient(135deg, #f8fbff, #e8f4fd);
  border-radius: 15px;
  border: 2px solid #e3f2fd;
}

@media (min-width: 768px) {
  .typeLayout .guide-intro {
    padding: 40px 50px;
    margin-bottom: 60px;
  }
}

/* セクションヘッダーの改良 */
.typeLayout .section-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.typeLayout .section-number {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .typeLayout .section-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}

/* 選択ポイントカード */
.typeLayout .selection-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .typeLayout .selection-points {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}

.typeLayout .point-card {
  background: #f8fbff;
  border: 2px solid #e3f2fd;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .typeLayout .point-card {
    padding: 30px;
  }
}

.typeLayout .point-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 12px 12px 0 0;
}

.typeLayout .point-label {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .typeLayout .point-label {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}

.typeLayout .point-label::before {
  content: "💡";
  margin-right: 10px;
  font-size: 1.2rem;
}

.typeLayout .point-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

@media (min-width: 768px) {
  .typeLayout .point-description {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* 安全性比較カード */
.typeLayout .safety-comparison {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .typeLayout .safety-comparison {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 35px;
  }
}

.typeLayout .safety-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.typeLayout .danger-example {
  border: 2px solid #ff6b6b;
}

.typeLayout .safe-example {
  border: 2px solid #51cf66;
}

.typeLayout .card-header {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .typeLayout .card-header {
    padding: 25px;
    gap: 15px;
  }
}

.typeLayout .danger-header {
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
}

.typeLayout .safe-header {
  background: linear-gradient(135deg, #51cf66, #40c057);
  color: white;
}

.typeLayout .card-icon {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .typeLayout .card-icon {
    font-size: 1.8rem;
  }
}

.typeLayout .card-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .typeLayout .card-title {
    font-size: 1.2rem;
  }
}

.typeLayout .card-content {
  padding: 25px;
  background: white;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}

@media (min-width: 768px) {
  .typeLayout .card-content {
    padding: 30px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* まとめセクション */
.typeLayout .selection-summary {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  align-items: center;
  color: white;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

@media (min-width: 768px) {
  .typeLayout .selection-summary {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding: 50px;
    margin-top: 70px;
  }
}

.typeLayout .summary-content {
  text-align: center;
}

@media (min-width: 768px) {
  .typeLayout .summary-content {
    text-align: left;
  }
}

.typeLayout .summary-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .typeLayout .summary-text {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

.typeLayout .summary-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.typeLayout .summary-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* レスポンシブ調整 */
@media (max-width: 480px) {
  .typeLayout .point-card {
    padding: 20px;
  }

  .typeLayout .selection-summary {
    padding: 25px 20px;
    margin-top: 40px;
  }

  .typeLayout .safety-comparison {
    gap: 20px;
  }
}

/* ---------------------------------------------

select(選び方・注意点)car

---------------------------------------------*/
.carLayout .breadcrumb {
  padding: 16px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .carLayout .breadcrumb {
    padding: 16px 0;
  }
}

.carLayout .breadcrumb a {
  color: #666;
  text-decoration: none;
}
.carLayout .breadcrumb a:hover {
  text-decoration: underline;
}

.carLayout .main-content {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carLayout .main-content {
    padding: 40px;
  }
}

.carLayout .page-title {
  font-size: 20px;
  font-weight: bold;
  margin: 80px 0 40px 0;
  color: #2c2c2c;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .carLayout .page-title {
    font-size: 24px;
    margin-top: 120px;
  }
}

.carLayout .notice-box {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.carLayout .notice-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #856404;
}

.carLayout p {
  margin-bottom: 16px;
}

.carLayout .notice-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.carLayout .notice-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* PCサイズ（768px以上）でのメディアクエリ */
@media (min-width: 768px) {
  .carLayout .notice-images {
    flex-direction: row;
    gap: 24px;
  }

  .carLayout .notice-image {
    width: calc(48% - 7.5px);
  }
}

.carLayout .section {
  margin-bottom: 40px;
}

.carLayout .section.section01 {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .carLayout .section.section01 {
    margin-bottom: 120px;
  }
}

.carLayout .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c2c2c;
  border-left: 4px solid var(--sub-color01);
  padding-left: 15px;
}

.carLayout .section-content {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.carLayout .catalog-vehicle-card {
  pointer-events: none;
}

/* ナビゲーションやアイコンレイアウト（スマホ時） */
@media (min-width: 768px) {
  .carLayout .catalog-vehicle-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}

/* ---------- js ---------- */
.js_body.is-active {
  overflow: hidden;
}

.js_opening.is-active {
  opacity: 0;
  visibility: hidden;
}

.js_navigation {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (min-width: 1080px) {
  .js_navigation {
    pointer-events: auto;
    opacity: 1;
  }
}

.js_navigation.is-active {
  opacity: 1;
  pointer-events: inherit;
  background: var(--primary-color02);
}

.js_hamburger.is-active .m_hamburger-bar:first-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.js_hamburger.is-active .m_hamburger-bar:nth-child(2) {
  opacity: 0;
}

.js_hamburger.is-active .m_hamburger-bar:last-child {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
