/* クリティカルCSS - 読み込み速度向上のため最上部に配置 */
.vr-main-container, .header, .header-in, .header-logo, .nav-global, .vr-container {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* メインコンテナ */
.vr-main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: black;
    color: white;

  }
  
  @media (min-width: 768px) {
    .vr-nav-desktop {
      display: flex;
    }
  }
  
  .vr-nav-link {
    font-size: 0.875rem;
    transition: color 0.2s;
    text-decoration: none;
  }
  
  .vr-nav-link:hover {
    color: #22d3ee;
  }
  
  .vr-nav-button {
    border: 1px solid #06b6d4;
    color: #22d3ee;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: transparent;
    transition: background-color 0.2s;
    text-decoration: none;
    display: inline-block;
  }
  
  .vr-nav-button:hover {
    background-color: #083344;
  }
  
  .vr-menu-button {
    display: block;
    color: white;
  }
  
  @media (min-width: 768px) {
    .vr-menu-button {
      display: none;
    }
  }
  
  /* メインコンテンツ */
  .vr-main {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
  }
  
  /* コンテナ */
  .vr-container {
    position: relative;
    max-width: 1200px; /* コンテナの最大幅を設定 */
    margin: 0 auto; /* 左右のマージンを自動で中央に配置 */
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}
  
@media (max-width: 767px) {
    .vr-container {
      padding: 0 20px;
    }
  }
  
  /* ヒーローセクション */
  .vr-hero {
    position: relative;
    z-index: 1;
    height: 110vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .vr-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  
  .vr-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  
  .vr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 0;
  }
  
  .vr-hero-content {
    position: relative;
    z-index: 1;
  }
  
  .vr-hero-text {
    max-width: 48rem;
  }
  
  .vr-hero-title {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    margin: 1.5rem 0;
}
  
@media (max-width: 768px) {
    .vr-hero-title {
      font-size: 3.5rem;
    }
  }
  
  .vr-highlight {
    color: #22d3ee;
  }
  
  .vr-hero-description {
    display: block;
    font-size: 1rem;
    margin: 20px 0;
    color: #d1d5db;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .vr-hero-description {
      font-size: 1.25rem;
      margin: 20px 0;
    }
  }
  
  .vr-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  
  @media (min-width: 640px) {
    .vr-hero-buttons {
      flex-direction: row;
    }
  }
  
.vr-button-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
  
.vr-button-en {
    font-size: 0.875rem;
}
  
@media (max-width: 640px) {
    .vr-button-group {
      flex-direction: column;
      width: 100%;
    }
    
    .vr-button-primary,
    .vr-button-outline {
      width: 100%;
    }
}
  
  .vr-button-primary {
    background-color: #06b6d4;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .vr-button-primary:hover {
    background-color: #0891b2;
  }
  
/* アウトラインボタンのスタイル変更 */
  .vr-button-outline {
    background: #ffffff; /* 背景を白に */
    color: #000000; /* テキストを黒に */
    border: none; /* 枠線を削除 */
    padding: 0.75rem 1.5rem;
    border-radius: 100px; /* 角を丸く */
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影をつける */
    text-decoration: none;
    display: inline-block;
}
  
/* ホバー時の効果 */
  .vr-button-outline:hover {
    background: #f8f8f8; /* ホバー時は少し暗い白に */
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
  
/* アクティブ時の効果 */
.vr-button-outline:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  
/* ボタン内のテキストスタイル */
.vr-button-outline {
    font-size: 1rem;
    letter-spacing: 0.05em;
}
  
/* レスポンシブ対応 */
@media (max-width: 768px) {
    .vr-button-outline {
      padding: 0.6rem 1.2rem;
      font-size: 0.9rem;
    }
  }
  
  .vr-button-ghost {
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: transparent;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .vr-button-ghost:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .vr-button-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .vr-icon-accent {
    color: #22d3ee;
  }
  
  .vr-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
  }
  
  .vr-scroll-icon {
    transform: rotate(90deg);
    color: #22d3ee;
  }
  
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0) translateX(-50%);
    }
    40% {
      transform: translateY(-30px) translateX(-50%);
    }
    60% {
      transform: translateY(-15px) translateX(-50%);
    }
  }
  
  /* セクション共通 */
  .vr-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  @media (min-width: 768px) {
    .vr-section {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }
  
  @media (min-width: 1024px) {
    .vr-section {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  
  .vr-section-dark {
    background-color: black;
  }
  
  .vr-section-gradient {
    background: linear-gradient(to bottom, black, #111827);
  }
  
  .vr-section-relative {
    position: relative;
  }
  
  .vr-section-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.2;
  }
  
  .vr-bg-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .vr-section-content {
    position: relative;
    z-index: 10;
  }
  
  .vr-section-header {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .vr-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .vr-section-title .vr-highlight {
    color: #22d3ee;
  }
  
  .vr-section-description {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 4rem;
    font-size: 1rem;
  }
  
  /* 問題提起ボックス */
  .vr-problems-box {
    background-color: rgba(8, 145, 178, 0.1);
    border: 1px solid #22d3ee;
    border-radius: 1rem;
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.1);
  }
  
  .vr-problems-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #22d3ee;
  }
  
  .vr-problems-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .vr-problems-item {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .vr-check-icon {
    background-color: #22d3ee;
    color: black;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
  }
  
  .vr-problems-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .vr-problems-solution {
    font-size: 1.5rem;
    font-weight: 500;
    color: #22d3ee;
    text-align: center;
    margin-top: 2rem;
  }
  
  @media (max-width: 768px) {
    .vr-problems-box {
      padding: 2rem 1.5rem;
    }
    
    .vr-problems-title {
      font-size: 1.5rem;
    }
    
    .vr-problems-text {
      font-size: 1rem;
  }
  
  .vr-problems-solution {
    font-size: 1.25rem;
    }
  }
  
  /* パッケージカード */
  .vr-packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vr-package-card {
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(255,255,255,0));
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
  }
  
  .vr-package-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  max-height: 400px;
  }
  
  .vr-package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
  }
  
  .vr-package-image:hover img {
    transform: scale(1.05);
  }
  
  .vr-package-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: #22d3ee;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  /* ORIGINALバッジのスタイル */
  .vr-package-badge.original {
    background-color: #f59e0b;
  }
  
  .vr-package-content {
    padding: 2rem 1rem;
  }
  
  .vr-package-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
  }
  
  .vr-package-description {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    list-style-type: disc;
  }
  
  .vr-package-link {
    color: #22d3ee;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
  }
  
  @media (max-width: 768px) {
    .vr-packages-grid {
      grid-template-columns: 1fr;
    }

    .vr-section-title {
      font-size: 1.8rem;
    }

    .vr-package-image {
      height: auto;
    }

    .vr-package-content {
      padding: 1.5rem;
    }

    .vr-package-title {
      font-size: 1.25rem;
    }
  }
  
  /* パッケージ詳細 */
  .vr-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: linear-gradient(to bottom, #111827, transparent);
  }
  
  .vr-package-detail {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .vr-package-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .vr-package-header-line {
    height: 2.5rem;
    width: 0.25rem;
    background-color: #06b6d4;
  }
  
  .vr-package-header-title {
    font-size: 1.875rem;
    font-weight: 700;
  }
  
  @media (min-width: 768px) {
    .vr-package-header-title {
      font-size: 2.25rem;
    }
  }
  
  .vr-package-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #22d3ee;
  }
  
  .vr-package-text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
  
  /* 特徴グリッドを縦並びに変更 */
  .vr-features-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* 特徴ボックスのスタイル更新 */
  .vr-feature-box {
    display: flex;
    gap: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #22d3ee;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
  }
  
  /* 特徴番号のスタイル */
  .vr-feature-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background: #22d3ee;
    color: black;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
  }
  
  /* 特徴のテキストコンテンツ */
  .vr-feature-content {
    flex: 1;
  }
  
  /* 特徴のタイトル */
  .vr-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    padding-top: 1rem;
  }
  
  /* 特徴の説明文 */
  .vr-feature-text {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
  }
  
  /* 特徴の画像 */
  .vr-feature-image-container {
    flex: 0 0 40%;
    max-width: 500px;
  }
    .vr-feature-image-container {
    flex: 0 0 40%;
    max-width: 1200px;
  }
  .vr-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-feature-box {
      flex-direction: column;
      gap: 1.5rem;
      padding: 1.5rem;
    }

    .vr-feature-image-container {
      max-width: 100%;
    }

    .vr-feature-title {
      font-size: 1.25rem;
    }

    .vr-feature-text {
      font-size: 0.9rem;
    }
  }
  
  /* コンテンツショーケース */
  .vr-content-showcase {
    background-color: #111827;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 4rem;
  }
  
  .vr-content-hero {
    position: relative;
    height: 20rem;
  }
  
  .vr-content-hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .vr-content-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #111827, transparent);
  }
  
  .vr-content-hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
  }
  
  .vr-content-hero-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #22d3ee;
  }
  
  .vr-content-hero-subtitle {
    font-size: 1.25rem;
  }
  
  .vr-content-details {
    padding: 2rem;
  }
  
  .vr-content-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .vr-content-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  @media (min-width: 768px) {
    .vr-content-info-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  .vr-content-info {
    margin-bottom: 1rem;
  }
  
  .vr-content-info-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  
  .vr-content-info-text {
    color: #d1d5db;
    margin-bottom: 1rem;
  }
  
  .vr-content-info-note {
    font-size: 0.875rem;
    color: #9ca3af;
  }
  
  .vr-achievement-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .vr-achievement-icon {
    background-color: rgba(6, 182, 212, 0.2);
    padding: 0.5rem;
    border-radius: 0.25rem;
  }
  
  .vr-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .vr-gallery-image {
    border-radius: 0.5rem;
  }
  
  /* オリジナル開発セクション */
  .vr-original-content {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;

  }
  
  /* 背景画像コンテナ */
  .vr-original-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  /* 背景画像 */
  .vr-original-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* オーバーレイ */
  .vr-original-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.90)
    );
    z-index: 1;
  }
  
  /* コンテンツ */
  .vr-original-content-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
  }
  .vr-layout-content-inner{
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3rem;
}

.vr-layout-box {
  margin-top: 2rem;
}

.vr-layout-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.vr-layout-image-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.vr-feature-image-container img.vr-feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.vr-layout-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: left;
}
.vr-layout-image{
    max-width: 350px;
    height: auto;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .vr-feature-image-container img.vr-feature-image {
    width: 100%;
  }

  .vr-layout-text {
    font-size: 1rem;
    text-align: left;
  }
}

  
  /* 既存のスタイルを調整 */
  .vr-original-title {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
  
  .vr-original-catch {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
  
  .vr-original-description {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto 3rem;
  }
  
  .vr-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
  }
  .fv{
    justify-content: flex-start
  }
  
  /* ボタンコンテナ */
  .vr-button-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }


  
  /* ボタン基本スタイル */
  .vr-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  
  /* プライマリーボタン（資料ダウンロード系） */
  .vr-button-primary {
    color: #000;
    background: #22d3ee;
    border: none;
    box-shadow: 
      0 0 0 1px rgba(34, 211, 238, 0.3),
      0 0 0 2px rgba(34, 211, 238, 0.2),
      0 0 10px rgba(34, 211, 238, 0.5);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  
  .vr-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: 0.5s;
  }
  
  .vr-button-primary:hover::before {
    left: 100%;
  }
  
  .vr-button-primary:hover {
    background: #0891b2;
    box-shadow: 
      0 0 0 1px rgba(34, 211, 238, 0.4),
      0 0 0 3px rgba(34, 211, 238, 0.2),
      0 0 20px rgba(34, 211, 238, 0.6);
  }
  
  /* ダークボタン（動画を見る） */
  .vr-button-dark {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1.25rem;
    box-shadow: 
      0 0 10px rgba(255, 255, 255, 0.1),
      inset 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.1);
    text-shadow: 0 0 4px rgba(34, 211, 238, 0.3);
    text-decoration: none;
    display: inline-block;
  }
  

  
  .vr-play-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff; /* 白色に変更 */
  }
  
  .vr-button-dark:hover .vr-play-icon::before {
    border-color: transparent transparent transparent #ffffff;
  }
  
  /* グリッチエフェクト */
  @keyframes glitch {
    0% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    2%, 8% {
      clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
      transform: translate(2px);
    }
    6% {
      clip-path: polygon(0 30%, 100% 30%, 100% 40%, 0 40%);
      transform: translate(-2px);
    }
    9% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      transform: translate(0);
    }
  }
  
  /* ホバー時の共通エフェクト */
  .vr-button:hover {
    transform: translateY(-1px);
    letter-spacing: 0.08em;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-cta-buttons {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }

    .vr-button {
      width: 100%;
      max-width: 300px;
      justify-content: center;
      text-align: center;
    }
  }
  
  /* ラインナップグリッド */
  .vr-lineup-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 768px) {
    .vr-lineup-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .vr-lineup-card {
    background-color: #111827;
    border: 1px solid rgba(22, 78, 99, 0.3);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.3s;
  }
  
  .vr-lineup-card:hover {
    border-color: rgba(6, 182, 212, 0.5);
  }
  
  .vr-lineup-image-container {
    height: 12rem;
    position: relative;
    overflow: hidden;
  }
  
  .vr-lineup-image {
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%;
    height: 100%;
  }
  
  .vr-lineup-card:hover .vr-lineup-image {
    transform: scale(1.05);
  }
  
  .vr-lineup-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #111827, transparent);
  }
  
  .vr-lineup-badge {
    top: 1rem;
    right: 1rem;
  }
  
  .vr-badge {
    background-color: #06b6d4;
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
  }
  
  .vr-lineup-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(0,0,0,0));
    border-radius: 1rem;
    border: 1px solid rgba(34, 211, 238, 0.2);
    margin-bottom: 4rem;
  }
  
  .vr-lineup-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #22d3ee;
  }
  
  .vr-lineup-subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    margin-bottom: 2rem;
  }
  
  .vr-lineup-description {
    color: #e2e8f0;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  
  .vr-lineup-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  
  .vr-lineup-stats h3,
  .vr-lineup-achievements h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #22d3ee;
    margin-bottom: 1rem;
  }
  
  .vr-achievement-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .vr-achievement-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #e2e8f0;
  }
  
  .vr-icon-accent {
    color: #22d3ee;
    font-size: 1.5rem;
  }
  
  .vr-lineup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .vr-gallery-item {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid rgba(34, 211, 238, 0.2);
  }
  
  .vr-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }
  
  @media (max-width: 768px) {
    .vr-lineup-title {
      font-size: 2rem;
    }

    .vr-lineup-subtitle {
      font-size: 1.125rem;
    }

    .vr-lineup-gallery {
      grid-template-columns: 1fr;
    }
  }
  
  /* フローセクションの更新 */
  .vr-flow-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
  }
  
  .vr-flow-title .vr-highlight {
    color: #22d3ee;
  }
  
  .vr-flow-steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vr-flow-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }
  
  .vr-flow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 2.5rem;
    right: -1rem;
    width: 2rem;
    height: 1px;
    background: linear-gradient(90deg, #22d3ee, transparent);
  }
  
  .vr-flow-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #22d3ee;
    margin-bottom: 1.5rem;
  }
  
  .vr-flow-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .vr-flow-icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1); /* 黒を白に変換 */
  }
  
  .vr-flow-step-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
  }
  
  .vr-flow-step-subtitle {
    font-size: 0.875rem;
    color: #94a3b8;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 1024px) {
    .vr-flow-steps {
      flex-wrap: wrap;
      justify-content: center;
      gap: 3rem 2rem;
    }
    
    .vr-flow-step {
      flex: 0 0 calc(33.333% - 2rem);
    }
    
    .vr-flow-step:not(:last-child)::after {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
  .vr-flow-title {
      font-size: 1.75rem;
      margin-bottom: 3rem;
    }
    
    .vr-flow-step {
      flex: 0 0 calc(50% - 1rem);
    }
  }
  
  @media (max-width: 480px) {
    .vr-flow-step {
      flex: 0 0 100%;
    }
    
    .vr-flow-icon {
      width: 3.5rem;
      height: 3.5rem;
    }
  }
  
  /* アニメーション効果 */
  .vr-flow-step {
    transition: transform 0.3s ease;
  }
  
  .vr-flow-step:hover {
    transform: translateY(-5px);
  }
  
  .vr-flow-icon {
    position: relative;
  }
  
  .vr-flow-icon::after {
    content: '';
    position: absolute;
    inset: -0.5rem;
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  /* FAQセクションのスタイル */
  .vr-faq-section {
    margin: 0 auto;
    max-width: 1000px;
    padding: 4rem 2rem;
  }
  
  .vr-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .vr-faq-item {
    border: 1px solid #22d3ee;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  
  .vr-faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: white;
    transition: all 0.3s ease;
    user-select: none;
  }
  
  .vr-faq-question:hover {
    background: rgba(34, 211, 238, 0.1);
  }
  
  .vr-faq-toggle {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
  }
  
  .vr-faq-toggle::before,
  .vr-faq-toggle::after {
    content: '';
    position: absolute;
    background: #22d3ee;
    border-radius: 1px;
  }
  
  .vr-faq-toggle::before {
    width: 2px;
    height: 16px;
    top: 4px;
    left: 11px;
  }
  
  .vr-faq-toggle::after {
    width: 16px;
    height: 2px;
    top: 11px;
    left: 4px;
  }
  
  .vr-faq-answer {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 1.5rem;
    color: #94a3b8;
    line-height: 1.8;
    transition: all 0.3s ease;
  }
  
  .vr-faq-item.active .vr-faq-answer {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0 1.5rem 1.5rem;
  }
  
  .vr-faq-item.active .vr-faq-toggle::before {
    transform: rotate(90deg);
  }

  /* 回答内の段落のスタイル */
  .vr-faq-answer p {
    margin: 0;
    padding: 0;
  }
  
  /* クロージング */
  .vr-closing-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  
  .vr-closing-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9), black);
  }
  
  .vr-closing-content {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .vr-closing-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  @media (min-width: 768px) {
    .vr-closing-title {
      font-size: 2.25rem;
    }
  }
  
  .vr-closing-text {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  
  .vr-closing-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
  
  @media (min-width: 640px) {
    .vr-closing-buttons {
      flex-direction: row;
    }
  }
  
  /* フッター */
  .vr-footer {
    background-color: #0f172a;
    border-top: 1px solid rgba(22, 78, 99, 0.3);
    padding: 2.5rem 0;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .vr-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  @media (min-width: 768px) {
    .vr-footer-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  .vr-footer-company {
    margin-bottom: 1rem;
  }
  
  .vr-footer-logo {
    height: 2.5rem;
    width: auto;
    margin-bottom: 1rem;
  }
  
  .vr-footer-description {
    color: #9ca3af;
    font-size: 0.875rem;
  }
  
  .vr-footer-heading {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .vr-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
  }
  
  .vr-footer-link {
    color: #9ca3af;
    font-size: 0.875rem;
    transition: color 0.2s;
  }
  
  .vr-footer-link:hover {
    color: #22d3ee;
  }
  
  .vr-footer-contact-text {
    color: #9ca3af;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  .vr-social-links {
    display: flex;
    gap: 1rem;
  }
  
  .vr-social-link {
    color: #9ca3af;
    transition: color 0.2s;
  }
  
  .vr-social-link:hover {
    color: #22d3ee;
  }
  
  .vr-footer-bottom {
    border-top: 1px solid #1f2937;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    text-align: center;
  }
  
  .vr-copyright {
    color: #6b7280;
    font-size: 0.875rem;
  }
  
  /* アイコンのスタイル */
  .icon-download,
  .icon-message-square {
    margin-right: 0.5rem;
    font-size: 1.25rem;
  }
  
  /* valueセクションの更新 */
  .vr-value-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .vr-value-title {
      font-size: 1.5rem;
    }
  }
  
  .vr-highlight {
    color: #22d3ee;
    position: relative;
    display: inline-block;
  }
  
  .vr-value-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 4rem;
    color: #d1d5db;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .vr-value-description2 {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 4rem;
    color: #d1d5db;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* コンタクトセクションの更新 */
  .vr-contact {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(45deg, #000000, #0a1929);
  }
  
  .vr-contact-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  
  .vr-contact-grid {
    position: absolute;
    inset: 0;
    background-image: 
      linear-gradient(rgba(34, 211, 238, 0.1) 1px, transparent 1px),
      linear-gradient(90deg, rgba(34, 211, 238, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: center top;
    animation: gridMove 20s linear infinite;
  }
  
  @keyframes gridMove {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 20px;
    }
  }
  
  .vr-contact-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.95) 100%);
  }
  
  .vr-contact-content {
    position: relative;
    z-index: 1;
    text-align: center;
   /* max-width: 800px;*/
    margin: 0 auto;
  }
  
  .vr-contact-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
    letter-spacing: 0.05em;
  }
  
  .vr-contact-title .vr-highlight {
    color: #22d3ee;
    position: relative;
  }
  
  .vr-contact-title .vr-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #22d3ee, transparent);
  }
  
  .vr-contact-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #d1d5db;
  }
  
  /* お問い合わせセクションのボタン配置 */
  .vr-contact-content .vr-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  
  /* ボタンのスタイル調整 */
  .vr-contact-content .vr-button {
    flex: 0 1 auto;
    min-width: auto;
    margin: 0;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-contact-content .vr-cta-buttons {
      flex-direction: column;
      gap: 1rem;
    }
    
    .vr-contact-content .vr-button {
      width: 100%;
      max-width: 300px;
    }
  }
  

  /* 2つ目のラインナップコンテンツのスタイル追加 */
  .vr-lineup-content {
    margin-bottom: 4rem; /* コンテンツ間の余白を追加 */
  }
  
  .vr-lineup-original {
    position: relative;
  }
  #package1{
    display: flex;
  }
  #package3{
    display: flex;
    gap: 1rem;
    align-items: center;
    font-weight: 600;
  }
  .vr-lineup-badge {
    display: block;
    top: -1rem;
    right: 2rem;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 0.875rem;
  }
  
  .vr-lineup-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
    padding: 2rem;
    background: rgba(34, 211, 238, 0.05);
    border-radius: 0.75rem;
  }
  
  .vr-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
  }
  
  .vr-feature-item i {
    font-size: 2rem;
    color: #22d3ee;
  }
  
  .vr-feature-item span {
    font-size: 0.875rem;
    color: #e2e8f0;
  }
  
  .vr-lineup-cta {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(to right, rgba(34, 211, 238, 0.1), transparent);
    border-radius: 0.75rem;
  }
  
  .vr-lineup-cta p {
    color: #22d3ee;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .vr-original-title{
    font-size: 2rem;
  }
  
  @media (max-width: 768px) {
    .vr-lineup-features {
      grid-template-columns: repeat(2, 1fr);
      padding: 1.5rem;
    }

    .vr-lineup-badge {
      right: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .vr-lineup-features {
      grid-template-columns: 1fr;
    }
  }
  
  /* ラインナップまとめセクション */
  .vr-lineup-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
  }
  
  .vr-lineup-card {
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(0,0,0,0));
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .vr-lineup-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  
  .vr-lineup-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }
  
  .vr-lineup-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: #22d3ee;
    color: black;
  }
  
  .vr-badge-soon {
    background-color: #f59e0b;
  }
  
  .vr-badge-custom {
    background: linear-gradient(45deg, #22d3ee, #0891b2);
  }
  
  .vr-lineup-card-content {
    padding: 1.5rem;
  }
  
  .vr-lineup-card-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: white;
  }
  
  .vr-lineup-card-content p {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  
  .vr-lineup-card-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  
  .vr-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid #22d3ee;
    color: #22d3ee;
    font-size: 0.9rem;
    margin: 0.25rem;
    white-space: nowrap;
  }
  
  .vr-lineup-card-link {
    color: #22d3ee;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-block;
  }
  
  @media (max-width: 1024px) {
    .vr-lineup-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 640px) {
    .vr-lineup-cards {
      grid-template-columns: 1fr;
    }

    .vr-lineup-card-image {
      height: 180px;
    }
  }
  
  /* ヒーロー画像セクション */
  .vr-lineup-hero {
    margin-bottom: 4rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
  }
  
  .vr-lineup-hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  
  /* 選ばれる理由セクション */
  .vr-reasons {
    margin: 4rem 0;
  }
  
  .vr-reasons-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #22d3ee;
  }
  
  .vr-reasons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .vr-reason-card {
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(0,0,0,0));
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
  }
  
  .vr-reason-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background: linear-gradient(45deg, #22d3ee, #0891b2);
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
  
  .vr-reason-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: white;
  }
  
  .vr-reason-description {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 0.875rem;
  }
  
  @media (max-width: 1024px) {
    .vr-reasons-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .vr-reasons-grid {
      grid-template-columns: 1fr;
    }

    .vr-reasons-title {
      font-size: 1.5rem;
    }

    .vr-reason-card {
      padding: 1.5rem;
    }

    .vr-reason-title {
      font-size: 1.125rem;
    }
  }
  
  /* キャッチコピーとギャラリーセクション */
  .vr-catch-section {
    margin: 4rem 0;
  }
  
  .vr-catch-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.6;
  }
  
  .vr-catch-title .vr-highlight {
    color: #22d3ee;
    display: block;
    margin-top: 0.5rem;
  }
  
  .vr-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  
  .vr-gallery-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
  }
  
  .vr-gallery-number {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: #22d3ee;
    color: black;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 1;
  }
  
  .vr-gallery-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .vr-gallery-caption {
    color: white;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 1024px) {
    .vr-catch-title {
      font-size: 1.75rem;
    }
  }
  
  @media (max-width: 768px) {
    .vr-catch-title {
      font-size: 1.5rem;
    }

    .vr-gallery-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .vr-gallery-item {
      padding: 0.75rem;
    }

    .vr-gallery-number {
      top: 1rem;
      left: 1rem;
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1rem;
    }
  }
  
  /* ラインナップセクション */
  #vr-lineup-header {
    margin-bottom: 4rem;
    text-align: center;
  }
  
  .vr-lineup-main-title {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: white;
    line-height: 1.3;
  }
  
  .vr-lineup-catch {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
  
  .vr-lineup-catch .vr-highlight {
    color: #22d3ee;
  }
  
  .vr-lineup-description {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
    max-width: 820px;
    margin: 0 auto;

    text-align: left;
  }
  
  
  /* 特徴グリッド */
  .vr-features-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vr-feature-box {
    display: flex;
    gap: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #22d3ee;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
  }
  
  .vr-feature-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background: #22d3ee;
    color: black;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
  }
  
  .vr-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    padding-top: 1rem;
  }
  
  .vr-feature-text {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
  }
  .vr-original-text {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
    text-align: left;
  }
  
  .vr-feature-image-container {
    flex: 0 0 40%;
    max-width: 500px;
  }
  
  .vr-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-feature-box {
      flex-direction: column;
      gap: 1.5rem;
      padding: 1.5rem;
    }

    .vr-feature-image-container {
      max-width: 100%;
    }

    .vr-feature-title {
      font-size: 1.25rem;
    }

    .vr-feature-text {
      font-size: 0.9rem;
    }
  }
  
  /* プロモーションビデオ */
  .vr-promo-video {
    margin: 4rem 0;
    width: 100%;
  }
  
  .vr-video-link {
    display: block;
    text-decoration: none;
    color: white;
  }
  
  .vr-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .vr-video-wrapper:hover {
    transform: scale(1.02);
  }
  
  .vr-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto; /* iframeのクリックを有効化 */
    z-index: 1;
  }
  
  .vr-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 2;
    pointer-events: none; /* オーバーレイがiframeのクリックを邪魔しないように */
  }
  
  .vr-video-overlay:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  
  .vr-watch-text {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    padding: 0.75rem 1.5rem;
    background: rgba(34, 211, 238, 0.9);
    border-radius: 0.5rem;
    color: black;
    font-weight: 500;
    pointer-events: auto; /* テキストのクリックを有効化 */
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.5);
  }
  
  .vr-video-overlay:hover .vr-watch-text {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.7);
  }
  
  /* 製品詳細 */
  .vr-product-detail {
    position: relative;
    padding: 4rem 2rem;
    margin-top: 4rem;
    overflow: hidden;
    min-height: 600px; /* 最小の高さを設定 */
  }
  
  /* 背景画像コンテナ */
  .vr-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  /* 背景画像 */
  .vr-product-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
  }
  
  /* オーバーレイ */
  .vr-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.5)
    );
    z-index: 1;
  }
  
  /* コンテンツ */
  .vr-product-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vr-product-title,
  .vr-product-catch,
  .vr-product-description,
  .vr-case-study {
    position: relative;
    z-index: 1;
  }
  
  .vr-product-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .vr-product-catch {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .vr-product-description {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  
  /* 導入事例と実績 */
  .vr-case-study {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .vr-case-example h3,
  .vr-achievements h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
  }
  .vr-case-example{
    display: contents;
  }

  
  .vr-achievement-list {
    list-style: none;
    padding: 0;
  }
  
  .vr-achievement-list li {
    display: flow;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    color: #fff;
    justify-content: start;
    align-content: center;
  }
  
  .vr-check {
    color: #22d3ee;
    font-weight: 700;
    flex-shrink: 0;
  }
  
  /* 実績コンテンツ全体 */
  .vr-achievement-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  /* 実績タイトル */
  .vr-achievement-title {
    color: #94a3b8;
  }
  
  /* 実績の注釈スタイル */
  .vr-achievement-note {
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.8;
    padding: 1rem;
    background: rgba(34, 211, 238, 0.05);
    margin-top: 20px;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-product-detail {
      padding: 3rem 1rem;
      margin-top: 4rem;
      min-height: 500px;
    }
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 1024px) {
    .vr-features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .vr-lineup-main-title {
      font-size: 1.5rem;
    }

    .vr-lineup-catch {
      font-size: 1.25rem;
    }

    .vr-features-grid {
      grid-template-columns: 1fr;
    }

    .vr-case-study {
      grid-template-columns: 1fr;
    }

    .vr-feature-box {
      padding: 1.5rem;
    }
  }
  
  /* 英語テキスト用のスタイル調整 */
  .vr-button[href="#document"] {
    font-weight: 800;
    letter-spacing: 0.02em;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    color: #22d3ee;
    margin: 0;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .section-title h2 {
      font-size: 2rem;
    }
    
    .section-subtitle {
      font-size: 1rem;
    }
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-tag {
      font-size: 0.8rem;
      padding: 0.3rem 0.8rem;
    }
  }
  
  /* ORIGINALバッジのスタイル */
  .vr-lineup-card-badge.original {
    background-color: #f59e0b;
    color: black;
  }
  
  /* 法人様向けバッジのスタイル */
  .vr-hero-badge {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #22d3ee;
    color: #22d3ee;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 500;
  }

  @media (max-width: 768px) {
    .vr-hero-badge {
      font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
    }
  }
  
  .vr-lineup-badge {
    display: inline-block;
    background-color: #22d3ee;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-lineup-badge {
      font-size: 0.75rem;
      padding: 0.2rem 0.5rem;
    }
  }
  
  .vr-lineup-title-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .vr-lineup-badge {
    display: inline-block;
    background-color: #22d3ee;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap; /* バッジのテキストが折り返さないように */
    flex-shrink: 0; /* バッジのサイズが縮小しないように */
  }
  
  .vr-lineup-title-text {
    flex: 1;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-lineup-title-wrapper {
      gap: 0.75rem;
    }
  
    .vr-lineup-badge {
      font-size: 0.75rem;
      padding: 0.2rem 0.5rem;
    }
  }
  
  .vr-lineup-title-container {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .vr-lineup-badge {
    background-color: #22d3ee;
    color: black;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    height: fit-content;
    margin-top: 0.5rem;
  }
  
  .vr-lineup-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    text-align: left;
    margin: 0;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .vr-lineup-title-container {
      gap: 0.75rem;
    }
  
    .vr-lineup-main-title {
      font-size: 1.25rem;
    }
  
    .vr-lineup-badge {
      font-size: 0.75rem;
      padding: 0.2rem 0.5rem;
    }
  }
  
  .vr-original-title .vr-lineup-badge {
    background-color: #f59e0b;
    color: black;
  }
  
  .vr-original-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
  }
  
  
  .vr-original-content-inner .vr-feature-box {
    border: none;
    background: none;
  }
  
  @media (max-width: 768px) {
    .vr-lineup-main-title {
      font-size: 1.25rem;
      line-height: 1.4;
    }
    .vr-original-title{
      font-size: 1.5rem;
      text-align: left;
    }
  }
  
  /* 全てのボタンとリンクの下線を消す共通スタイル */
  a.vr-button, a.vr-button-primary, a.vr-button-outline, a.vr-button-dark, a.vr-nav-button, 
  .vr-button, .vr-button-primary, .vr-button-outline, .vr-button-dark, .vr-nav-button,
  .t-btn, .c-btn a, button, .button, .btn, .nav-global__category-drawer-back__button, .footer-to-top__button {
    text-decoration: none !important;
  }

  a.vr-button:hover, a.vr-button-primary:hover, a.vr-button-outline:hover, a.vr-button-dark:hover, a.vr-nav-button:hover,
  .vr-button:hover, .vr-button-primary:hover, .vr-button-outline:hover, .vr-button-dark:hover, .vr-nav-button:hover,
  .t-btn:hover, .c-btn a:hover, button:hover, .button:hover, .btn:hover, .nav-global__category-drawer-back__button:hover, .footer-to-top__button:hover {
    text-decoration: none !important;
  }
  
  /* 導入事例画像のスタイル */
  .vr-case-images {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .vr-case-title{
    font-size: 20px;
  }

  .vr-case-image {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
    margin: auto;
  }

  .vr-case-images:hover .vr-case-image {
    transform: scale(1.02);
  }

  @media (max-width: 768px) {
    .vr-case-images {
      margin-top: 1rem;
    }
    
    .vr-case-image {
      max-height: 200px;
    }
  }

  @media (max-width: 480px) {
    .vr-case-image {
      max-height: 180px;
    }
  }
  

  .vr-faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* カード全体を横並び＆折り返し対応 */
.vr-packages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* カード1つ */
.vr-package-card {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

/* 中身コンテンツ全体を均等伸縮可能に */
.vr-package-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* タイトル・説明に高さ制御を追加 */
.vr-package-title {
  min-height: 4.5em; /* タイトル高さを固定またはminに */
  display: flex;
  align-items: flex-start;
}

.vr-package-description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 複数の <p> を区別したいときに備えて */
.vr-package-description + .vr-package-description {
  margin-top: auto; /* 最後の面積だけ下寄せもできる */
}

/* 初期状態：すべて非表示 */
br.pc,
br.tablet,
br.sp {
  display: none;
}

/* PC（例：1025px以上） */
@media screen and (min-width: 1025px) {
  br.pc {
    display: inline;
  }
}

/* タブレット（例：768px〜1024px） */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  br.tablet {
    display: inline;
  }
}

/* スマホ（例：〜767px） */
@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}



/*概要表のCSS*/
.vr-info-table {
  width: 100%;
  margin: 2rem auto;
  background: rgba(8, 145, 178, 0.08);
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(34, 211, 238, 0.08);
  overflow: hidden;
  border: 1px solid #22d3ee;
}

.vr-info-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #22d3ee;
}
.vr-info-row:last-child {
  border-bottom: none;
}

.vr-info-title {
  flex: 0 0 180px;
  background: #22d3ee;
  color: black;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1.2rem 1rem;
  text-align: left;
  letter-spacing: 0.05em;
}

.vr-info-detail {
  flex: 1 1 0%;
  padding: 1.2rem 1.5rem;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.vr-info-note {
  display: block;
  color: #94a3b8;
  font-size: 0.92em;
  margin-top: 0.7em;
}

@media (max-width: 600px) {
  .vr-info-table {
    max-width: 100%;
    font-size: 0.95em;
  }
  .vr-info-row {
    flex-direction: column;
  }
  .vr-info-title, .vr-info-detail {
    padding: 1rem 0.7rem;
  }
  .vr-info-title {
    border-bottom: 1px solid #22d3ee;
    border-radius: 0;
  flex: 0 0;
  }
  
}


/* 導入事例セクション */
.vr-case-studies {
  background: transparent;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}

.vr-case-studies-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.vr-case-studies-track {
  display: flex;
  gap: 30px;
  justify-content: start;
  padding: 20px 0;
}

/* 導入事例ボックスのスタイル更新 */
.vr-case-study-box {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #22d3ee;
  border-radius: 1rem;
  position: relative;
  flex-direction: column;
  width: calc(50% - 15px);
  min-width: 320px;
  max-width: 440px;
  flex-shrink: 0;
}

.vr-case-study-image {
  width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
}

.vr-case-study-card-body {
  background: transparent;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-case-study-card-body h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* スマホサイズのカルーセル */
@media (max-width: 768px) {
  .vr-case-studies {
    position: relative;
    overflow: hidden;
     overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  }


  .vr-case-studies-slider {
    position: relative;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 30px 0;
  }

  .vr-case-studies-slider::-webkit-scrollbar {
    display: none;
  }

  .vr-case-studies-track {
    overflow: auto;
    scroll-snap-type: y mandatory;
    padding: 1rem;
    justify-content: flex-start;
    padding: 0;
  }

  .vr-case-study-box {
    width: 75vw;
    min-width: 280px;
    height:360px ;
    scroll-snap-align: start;
    flex-shrink: 0;
    flex: 0 0 auto;
  }

  .vr-case-study-image {
    height: 180px;
  }

  .vr-case-study-card-body {
    padding: 1rem;
  }

  .vr-case-study-card-body h3 {
    font-size: 1.1rem;
    white-space: normal;       /* 折り返し有効 */
    overflow-wrap: break-word; /* 単語が長くても折り返す */
  }



  .vr-case-studies-slider::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    background: #22d3ee;
    border-radius: 2px;
    animation: scrollIndicator 2s infinite;
  }

  @keyframes scrollIndicator {
    0% { transform: translateX(-150%); }
    100% { transform: translateX(50%); }
  }
}



@media (max-width: 768px) {
  .vr-case-studies-slider::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    background: #22d3ee;
    border-radius: 2px;
    animation: scrollIndicator 2s infinite;
  }
}

.vr-case-img{
  align-content: center;
}

.vr-case-study-date{
  display: flex;
  align-items: center;
  gap: 6px;
}
.vr-case-study-date p{
  display: block;
  white-space: normal;       /* 折り返し有効 */
  overflow-wrap: break-word; /* 単語が長くても折り返す */
}
