@charset "UTF-8";

/* ====== 共通 ====== */

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .navbar-brand {
  width: 20%;
}

header .navbar-brand .logo {
  width: 100%;
}

header .tel {
  font-size: 2rem;
  color: #fff;
}

header .tel a {
  color: #fff;
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #6c757d !important;
}

/* ====== TOP IMAGE ====== */

header.top-page {
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.jumbotron {
  background-image: url("../img/Car 2025-05-07 212520.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.jumbotron .bg-rgba {
  background-color: rgba(0, 0, 0, 0.1);
}

.jumbotron h1 {
  word-wrap: break-word;
}

.jumbotron h2 {
  line-height: 1.8rem;
}

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.ttl-bdr {
  font-size: 3rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 50px;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #000;
  width: 12%;
  margin: 0 auto -15px;
}

#sec3 {
  background-image: url("../img/sample1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sec4 table {
  width: 100%;
  background-color: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse;
}

#sec4 table th,
#sec4 table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#sec4 table th {
  background-color: #002795;
  color: #fff;
}

#sec4 table td {
  width: 14.2%;
}

#sec4 table td:nth-child(7n) {
  background-color: #5197E0;
  color: #fff;
}

#sec4 table td:nth-child(7n+1) {
  background-color: #FF8A8C;
  color: #fff;
}

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px;
}

/* ====== SNS ====== */

iframe {
  width: 100%;
  height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem;
  }
}

/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }

  #sec3 {
    background-image: none;
  }

  header .navbar-brand {
    width: 70%;
  }

  header .navbar-brand .logo {
    width: 100%;
  }

  header .navbar-nav {
    border-top: 1px solid #fff;
  }

  .footer-logo {
    width: 100%;
  }

}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* ページ全体のスタイル */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

/* 確認フォームのスタイル */
form {
    margin-top: 20px;
}

/* ボタンのスタイル */
button {
    padding: 10px 15px;
    margin-right: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

/* 戻るボタンの特別スタイル（必要なら追加） */
button[type="button"] {
    background-color: #6c757d;
}

button[type="button"]:hover {
    background-color: #5a6268;
}

  <!--==============calender CSSを読み込み===============-->   
  <style>
 div.cal_wrapper {
    padding: 10px 0px;
}
div.schedule_wrapper {
    padding: 10px 0px;
    width: 310px;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    font-size: 12px;
    color: #666;
}
div.schedule_wrapper div.schedule_list {
    padding: 0px 10px;
    margin: 0px;
}
 
div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 5px;
    margin: 0px;
    color: #666;
    font-size: 14px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
}
 
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #CCC;
    background-color: #FFF;
    font-size: 16px;
    margin: 0px 1px;
    padding: 1px 3px;
    border-radius: 2px;
}
div.cal_wrapper table.cal td {;
    border: solid 1px #000;
}
table{
  border-collapse: collapse;
}
div.cal_wrapper table.cal tr td {
    font-size: 16px;
    text-align: center;
    padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #EEE;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 5px 9px;/*日付の幅*/
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: normal;
    line-height: 1.8em;
    box-shadow: 1px 1px 3px #666;
}
 
/* Holydayの装飾 */
div.cal_wrapper table.cal tr td div.Holyday {
    font-weight: bolder;
    color: red;/*祝日の文字色。赤色にしてます。*/
    background-color: #FFFACD;/*祝日の背景色。黄色にしてます。*/
}
 
div.cal_wrapper table.cal tr td div.Holyday, div.cal_wrapper table.cal tr td div.Sun, div.cal_wrapper table.cal tr td div.Sat {
    background-color: #FFFACD;/*日曜日・土曜日の背景色。黄色にしてます。*/
}
 
 
div.cal_wrapper table.cal tr td div.Today {
  color: #66ccff;/*当日の文字色。見本では水色にしてます。*/
    font-weight: bolder;
}
 
/*過去日付の装飾*/
div.cal_wrapper table.cal tr td div.backward {
    color: #CCC;
    font-weight: normal;
    background-color: #FFF;
    border-radius: 3px;
}
 
.sat {
  color: blue;
  background: #D0E8FF;/*「土曜日」見出し部分の背景色。水色にしてます。*/
  font-weight: bold;
}
 
.sun {
  color: red;
  background-color: #FDDFFC;/*「日曜日」見出し部分の背景色。ピンク色にしてます。*/
  font-weight: bold;
}
 
.Sun {
  color: red;/*日曜日の文字色。見本では赤色にしてます。*/
  font-weight: bold;
}
 
.Sat {
  color: blue;/*土曜日の文字色。見本では赤色にしてます。*/
  font-weight: bold;
}
   </style>
     <!--==============Drop down CSSを読み込み===============-->   
 
     <style>
 nav {
  background-color: #333; /* ナビゲーションバー全体の背景色（デフォルト状態） */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

nav > ul > li {
  position: relative;
}

nav a {
  display: block;
  padding: 20px;
  color: #999; /* デフォルトの文字色を少し暗い白色に設定 */
  text-decoration: none;
  font-weight: bold;
  font-size: 16px; /* 文字サイズ */
  background-color: transparent; /* デフォルトでは背景色を透明に */
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

nav a:hover, nav a.active {
  background-color: #00bfff; /* ホバー時とアクティブ時の背景色を統一 */
  color: #fff; /* ホバー時とアクティブ時の文字色を明るい白色に設定 */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7); /* 輝き度合いを統一 */
}

/* サブメニュー */
nav ul ul {
  display: none;
  position: absolute;
  top: 100%; /* サブメニューを親メニューの真下に配置 */
  left: 0; /* 左に揃える */
  width: 100%; /* 親メニューの幅に合わせて表示 */
  background-color: #333; /* サブメニューの背景色 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* サブメニューが他の要素より上に表示されるように設定 */
}
}

nav ul ul li {
  border-bottom: 1px solid #eee;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul ul a {
  padding: 15px;
  color: #fff; /* 文字色 */
  background-color: transparent; /* デフォルトでは背景色を透明に */
  transition: background-color 0.3s, color 0.3s;
}

nav ul ul a:hover {
  background-color: #00bfff; /* ホバー時の背景色 */
  color: #fff; /* ホバー時の文字色 */
}

nav li {
  position: relative; /* 親メニューが基準点になるように設定 */
}

nav li:hover > ul {
  display: block;
  width: 100%; /* サブメニューの幅を親メニューに合わせる */
  z-index: 1000; /* メニューが他の要素より上に表示されるように設定 */
}

.navbar-brand img {
  background-color: ; /* ロゴの背景色を透明に設定 */
}
 </style>
    <!--==============Service content CSSを読み込み===============-->   
   <!-- service contents CSS -->
<!-- service contents CSS -->


     <!--==============3d carousel content CSSを読み込み===============-->   
  <style>
#carousel3d {
  width: 80%; /* 幅を80%に設定 */
  height: 600px; /* 高さを600pxに設定 */
  margin: auto; /* センター配置 */
}

.carousel-3d-slide {
  width: 80%; /* 幅を80%に設定 */
  height: 100%; /* 高さを100%に設定 */
}

     #carousel3d{
  .carousel-3d-slide{
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    transition: all .10s;
    &.current{
      background-color: #333;
      color: #fff;
      span{
        font-size: 20px;
        font-weight: 400;
      }
    }
  }
}
        </style>
       <style>
 @charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider2 img {
    width:40vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider2 .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider2 .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid:# ;/*矢印の色*/
    border-right: 2px solid:# ;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(-45deg);
}

.slick-prev:before, .slick-next:before {
    color: #;
}
/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#f00;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

body{
  background:;
}

h2,p {
    text-align:center;
    padding:20px;
}

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

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}
   </style>
    <style>
   @charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider3 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid ;/*矢印の色*/
    border-right: 2px solid ;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(135deg); /* Adjust this to 135 degrees */
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(-45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

body{
  background:;
}

h2,p {
    text-align:center;
    padding:20px;
}

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

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}
   </style>
    <style>
/* 例示用のスタイル3 */
html {
    font-size: ;
}
body {
    box-sizing: border-box;
    max-width: 1500px;
    margin: auto;
    padding: px;
    overflow-x: hidden;
}

/* Slider Pro ボタン */
.sp-buttons {
    position: absolute;
    bottom: 10;
}
.sp-button {
    margin: 6px;
    border: none;
    background-color: red;
    opacity: 0.5;
}
.sp-selected-button {
    opacity: 5;
}
 .text-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: red;
            font-size: 3rem;
            font-weight: bold;
            text-align: center;
            padding: 15px;
        }
    </style>
     

      <!--==============shock absorber content CSSを読み込み===============-->  
    <style>
      .swiper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
 
.swiper-wrapper{
  transition-timing-function: linear;
}
 
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: ;
}
 
.swiper-slide img{
  display: block;
  width: auto;
  height: 250px;
}
 
/*↓↓↓プログレスバー用のスタイル↓↓↓*/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transition-timing-function: linear;
  background-color: #333;
}
 
.swiper-pagination-progressbar{
  position: relative;
}
   </style>
     <!--==============Car maker brand content CSSを読み込み===============-->  
    <style>
    .cover-img {
	height: 500px;
	display: table;
	width: 100%;
	background-size: cover;
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 800px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 500px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 300px;
	}
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}
  </style>
       <!--==============FAQs content CSSを読み込み===============-->  
    <style>
.faq-question {
    border: px solid #000;
    background-color: #fff;
    padding:px %;
    cursor: pointer;
    z-index: 1;
    
  }

  .faq-answer {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    background-color: white;
    color: #000;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    padding: 0 3% 0 5%;

  }

  .js-question.is-active + .faq-answer {
    height: 170px;
  }
    </style>
    <style>
img {

  border-radius: 5px;
}
   </style>
  <style>
body{
  margin: 0;
}
.area{
  overflow: hidden;
}
.wrap{
  display: flex;
}
.item{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.item01{ background: #e94d15; }
.item02{ background: #f18d1d; }
.item03{ background: #f8b633; }
.item04{ background: #8cc561; }
.item05{ background: #56aa59; }
.item06{ background: #3d6b35; }

</style>
    
 <style>
body{
font-family:"sans-serif;", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", ヒラギノ角ゴ Pro W3;
color:#000;
line-height:25px;
font-size:0.95em;  sans-serif
}
 </style>
  <style>
 .swiper-wrap600 {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4vw;
  font-family:sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  transform: translate(-50%,-50%);
}

.slide-img img{
  object-fit: cover;
  height: 80vh;
  width: 100vw;
}
 </style>
 <style>
.example2{
    /*追加*/display: flex;
    /*追加*/justify-content: center;
    /*追加*/align-items: center;
    background: url('./img/2023-08-14 090442.png') no-repeat center center / cover;
    height: 550px;
    color: #000;
    font-size: 100%;
    font-weight: normal;
}
</style>

   <style>
/* ルナコジャパンの表示全体を右に約3cm移動 */
.container.d-flex.align-items-center {
  position: relative;
  left: 3cm;
}

/* スライド全体を左に約3cm移動 */
.swiper-container100 {
  position: relative;
  left: -cm;
}
 .swiper-container {
  position: relative;
  overflow: hidden; /* スライド外部を非表示 */
}

.swiper-wrapper {
  display: flex; /* スライドを横に並べる */
  transition: transform 0.6s ease; /* スライドのアニメーション */
}

.swiper-slide {
  flex-shrink: 0;
  width: 80%;
  height: 100%;
}

/* スライダーのコンテナサイズ調整 */
.swiper-container100 {
  width: 100%; /* 横幅を広げるために100%から120%に変更 */
  height: 500px; /* 高さはそのまま */
  overflow: hidden; /* コンテナ外の要素を隠す */
  position: relative; /* 位置調整を有効にする */
  margin-left: -10%; /* 中央揃えのために調整 */
}
  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
 


.swiper-container100 img {
  max-width: 50%; /* 画像の横幅を100%に変更 */
  height: auto; /* 縦横比を維持 */
}

/* PREV/NEXTボタンを画像中央に移動 */
.swiper-button-prev,
.swiper-button-next {
  top: 45%; /* 画像中央の高さ */
  transform: translateY(-60%); /* 中央揃え */
  color: #ccc; /* 必要に応じてボタンの色を調整 */
  font-size: 24px; /* 必要に応じてサイズ調整 */
  z-index: 10; /* 他の要素より前面に配置 */
}
// オプション設定
  loop: false, // ループ
  speed: 600, // 切り替えスピード(ミリ秒)。
  slidesPerView: 1, // １スライドの表示数
  spaceBetween: 0, // スライドの余白(px)
  direction: "horizontal", // スライド方向
  effect: "slide", // スライド効果 ※ここを変更
 </style>
  <style>
  @keyframes horizontal-animation {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .slider-container2 {
    display: flex;
    overflow: hidden;
  }

  .slider-wrapper {
    display: flex;
    animation: horizontal-animation 30s linear infinite;
  }

  .slide {
    width: 400px;
    margin-right: 20px;
  }

  .slide img {
    width: 80%;
    height: auto;
    vertical-align: bottom;
    filter: brightness(0.1); /* 全ての画像を暗くする */
    transition: filter 0.3s ease-in-out; /* スムーズな遷移効果 */
  }

  .slide img:hover {
    filter: brightness(1); /* ホバー時に明るくする */
  }

  @media (hover: hover) {
    .slider-container:hover .slider-wrapper {
      animation-play-state: paused;
    }
  }
</style>
<!----------------------------------------Our product-------------------------------------------------------------------------->
   <style>
                    .example1 {
                        width: fit-content;
                        background: #000;
                    }
                    .example1 img {
                        /* This */ opacity: 0.6;
                        display: block;
                    }
                </style>
<!----------------------------------------Drive Innovation-------------------------------------------------------------------------->
  <style>
.no-gutters {
    margin: 0;
    padding: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    margin: 0;
    padding: 0;
}

.position-relative {
    position: relative;
}

.title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.1);
}
</style>
  <!------------------------------------Custome servce for you-------------------------------------------------------------------------->
    <style>
  .main_imgBox {
    height: 650px;
    overflow: hidden;
    position: relative; }

  .main_logo {
    z-index:11;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:25%;
    height:auto;
}

  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

  .main_imgM {
    opacity: 0;
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; }

    .main_imgM:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_imgM:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_imgM:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_imgM:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_imgM:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.2);
            z-index:9;
    }
    100% { opacity: 0 }
}
   </style>
 <!------------------------------------Key components------------------------------------------------------>
    <style>
  @keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

  div {
  border-radius: 5px 5px 5px 5px;
}

.swiper-container60 {
    width: 100%;
    max-width: 650px;
    height: 400px;
    margin: 30px auto; /* 上下の余白を設定 */
    margin-top: -40px; /* 画像を少し上に上げる */
}
    .slider {
    display: flex; /* フレックスボックスを使用 */
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center; /* 垂直方向に中央揃え */
    height: 100vh; /* スライダーを画面全体の高さにする場合 */
}

.slideContsL, .slideContsR {
    margin: 0 10px; /* スライド間に少しスペースを作る */
}

.slideConts img {
    max-width: 100%; /* 画像が親要素を超えないようにする */
    height: auto;
    display: block;
}

    .swiper-wrapper {

        .swiper-slide {
            overflow: hidden;

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

        .swiper-slide-prev,
        .swiper-slide-active,
        .swiper-slide-duplicate-active {

            img {
                animation-name: zoom;
                animation-duration: 4s;
                animation-fill-mode: forwards;
            }
        }
    }
}
   </style>
  <!----------------------------------------.main_imgBox -------------------------------------------->
    <style>
  @keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

  div {
  border-radius: 5px 5px 5px 5px;
}

.swiper-container60 {
    width: 100%;
    max-width: 650px;
    height: 400px;
    margin: 30px auto; /* 上下の余白を設定 */
    margin-top: -40px; /* 画像を少し上に上げる */
}
    .slider {
    display: flex; /* フレックスボックスを使用 */
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center; /* 垂直方向に中央揃え */
    height: 100vh; /* スライダーを画面全体の高さにする場合 */
}

.slideContsL, .slideContsR {
    margin: 0 10px; /* スライド間に少しスペースを作る */
}

.slideConts img {
    max-width: 100%; /* 画像が親要素を超えないようにする */
    height: auto;
    display: block;
}

    .swiper-wrapper {

        .swiper-slide {
            overflow: hidden;

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

        .swiper-slide-prev,
        .swiper-slide-active,
        .swiper-slide-duplicate-active {

            img {
                animation-name: zoom;
                animation-duration: 4s;
                animation-fill-mode: forwards;
            }
        }
    }
}
   </style>
   <!----------------------------Vehicle Models Supported by LUNACO JAPAN Replacement Parts --------------------------->
       <style>
 .slide-container {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  height: 340px;
  overflow: hidden;
  flex-direction: column;
  margin: 0 auto; /* ページ全体の中央に配置 */
}
.slide-wrapper {
  display: flex;
  flex-direction: column;
  animation: slide-flow 10s infinite linear 1s both;
}
.slide{
  width: 600px;
  object-fit: cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
     0% {transform: translateY(0);}
 100% {transform: translateY(-100%);}
}
   </style>
   <!----------------------------Brake Disc Rotors: 5 Different Types --------------------------->
  <style>
     .loop-slide {
    overflow: hidden;
}
.loop-slide > div {
    display: flex;
    /* animation: slide-to-left 1s linear infinite; */  /* 削除 */
    animation: slide-to-left 8s linear infinite;        /* 追加 */
}
.loop-slide > div:hover{
    animation-play-state: paused;
}
.loop-slide > div > * {
    min-width: calc(100% / 4);
}
@keyframes slide-to-left {
    100% { transform: translateX(-100%) }
}
   </style>
 <!---------------------------Suspension Parts --------------------------->
   <style>
   .infinite__list {
    position: relative;
    overflow: hidden; /* はみ出ないように指定 */
}
.infinite__list::before { /* スライダー領域の高さを確保し、レスポンシブ対応をするために擬似要素を使用 */
    content: "";
    display: block;
}
.infinite__item {
    display: flex; /* 横一列に並べる */
    width: 100%;
    position: absolute; /* absoluteにしないと動かない */
    top: 0;
    left: 0;
}
.infinite__item:nth-of-type(1) {
    animation: infinity01 25s infinite linear;
}
.infinite__item:nth-of-type(2) {
    animation: infinity02 25s infinite linear;
}
.infinite__img {
    position: relative;
    margin-right: 3%;
    flex-shrink: 0; /* スライド幅が縮まないように指定 */
}
.infinite__img::before { /* 画像をレスポンシブ対応にするために擬似要素を使用 */
    content: "";
    display: block;
    padding-top: 100%; /* スライドの縦横比を1:1にする */
}
.infinite__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .infinite__list::before {
        padding-top: 30%;
    }
    .infinite__img {
        width: 30%;
    }
    @keyframes infinity01 {
        from {
            left: 0;
        }
        to {
            left: -297%;
        }
    }
    @keyframes infinity02 {
        from {
            left: 297%;
        }
        to {
            left: 0%;
        }
    }
}

@media screen and (max-width: 767px) {
    .infinite__list::before {
        padding-top: 45%;
    }
    .infinite__img {
        width: 45%;
    }
    @keyframes infinity01 {
        from {
            left: 0;
        }
        to {
            left: -432%;
        }
    }
    @keyframes infinity02 {
        from {
            left: 432%;
        }
        to {
            left: 0%;
        }
    }
}
  </style>
 <!---------------------------Precision Engine Components --------------------------->
  <style>
  /*サムネイルのポインターの色を変える*/
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
  .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #c7c7c7;
  }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #c7c7c7;
  }
  .sp-slide p{font-size:18px !important;}
  i
  .sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {background-color: #6d6666;}

  .img-slider-pro{
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  #slider-area10 .thumbnail-div{
    width: 100%;
    height: 80%;
    text-align: center;
    border: solid 1px #bbbbbb;
  }
  img{max-width:100%;}

</style>
  <!---------------------------Wheel Bearing & Hub Assembly --------------------------->
  <style>
  /*サムネイルのポインターの色を変える*/
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
  .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #c7c7c7;
  }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #c7c7c7;
  }
  .sp-slide p{font-size:18px !important;}
  i
  .sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {background-color: #6d6666;}

  .img-slider-pro{
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  #slider-area20 .thumbnail-div{
    width: 100%;
    height: 80%;
    text-align: center;
    border: solid 1px #bbbbbb;
  }
  img{max-width:100%;}

</style>
 <!---------------------------CV Joint & Drive Shaft--------------------------->
 <style>
  /*サムネイルのポインターの色を変える*/
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
  .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #c7c7c7;
  }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #c7c7c7;
  }
  .sp-slide p{font-size:18px !important;}
  i
  .sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {background-color: #6d6666;}

  .img-slider-pro{
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  #slider-area4 .thumbnail-div{
    width: 100%;
    height: 80%;
    text-align: center;
    border: solid 1px #bbbbbb;
  }
  img{max-width:100%;}

</style>
  <!---------------------------Brake Rotors, Hubs, Drums for Commercial Vehicles-------------------------->
  <style>
  /*サムネイルのポインターの色を変える*/
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
  .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #c7c7c7;
  }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #c7c7c7;
  }
  .sp-slide p{font-size:18px !important;}
  i
  .sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {background-color: #6d6666;}

  .img-slider-pro{
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  #slider-area .thumbnail-div{
    width: 100%;
    height: 80%;
    text-align: center;
    border: solid 1px #bbbbbb;
  }
  img{max-width:100%;}

</style>
  <!---------------------------Automotive Brands We Serve-------------------------->
   <style>
  .figure img {
    filter: brightness(0.3); /* 画像を暗くする */
    transition: filter 0.3s ease-in-out; /* ホバー時のアニメーション */
  }

  .figure img:hover {
    filter: brightness(1); /* ホバー時に元の明るさに戻す */
  }
</style>
  <!----------------------画像を暗くする--------------------------->
  <style>
  .no-gutters {
    margin: 0;
    padding: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    margin: 0;
    padding: 0;
  }
</style>
  <!---------------------------------------------------->
   <style>
   body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* 水平方向のスクロールを防ぐ */
}
 img, video {
    max-width: 100%;
    height: auto;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
img, video {
    max-width: 100%;
    height: auto;
}

</style>
<style>
.slider300 {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.content {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: slide 21s infinite;
}
.content:nth-of-type(1) {
  animation-delay: 0s;
}
.content:nth-of-type(2) {
  animation-delay: 3s;
  left: 100%;
}
.content:nth-of-type(3) {
  animation-delay: 6s;
  left: 100%;
}
.content:nth-of-type(4) {
  animation-delay: 9s;
  left: 100%;
}
.content:nth-of-type(5) {
  animation-delay: 12s;
  left: 100%;
}
 .content:nth-of-type(6) {
  animation-delay: 15s;
  left: 100%;
}
 
  .content:nth-of-type(7) {
  animation-delay: 18s;
  left: 100%;
}


@keyframes slide {
  0% { left: 100%; }
  5% { left: 0; }
  20% { left: 0; }
  25% { left: -100%; }
  100% { left: -100%; }
}
</style>

 <style>
/* ナビゲーションバー全体のレイアウト */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    z-index: 1000;
    position: relative;
}

/* ナビゲーションリンクのスタイル */
.navbar .nav-links a {
    margin-right: 20px; /* 各リンクの間隔を広げる */
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: inline-block;
    width: 120px; /* 固定幅を設定 */
    text-align: center; /* テキストを中央揃え */
}

.navbar .nav-links a:hover {
    background-color: #555;
    border-radius: 5px;
}

/* 最後のリンクの右余白を削除 */
.navbar .nav-links a:last-child {
    margin-right: 0;
}

/* 言語切り替えバー */
.navbar .language-switcher {
    display: flex;
    align-items: center;
    gap: 10px; /* 言語リンク間の間隔 */
}

/* 言語切り替えボタンのスタイル */
.language-switcher a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 14px;
    width: 100px; /* 言語切り替えボタンの固定幅 */
    text-align: center; /* テキストを中央揃え */
    display: inline-block; /* 幅が適用されるように */
}
/* ホバー時のスタイル */
.language-switcher a:hover {
    background-color: #555;
}

/* レスポンシブ対応：スペース不足時に左の文字を非表示 */
@media (max-width: 768px) {
    .navbar-brand {
        display: none; /* LUNACO AFTERMART を非表示に */
    }
}
</style>
<style>
/* モバイル向けの調整 */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 150px;
    }
    .phone-number {
        font-size: 1rem;
    }
    .slider300 img {
        width: 100%;
        height: auto;
    }
    .language-switcher a {
        margin: 0 5px;
    }
}
</style>

/* END */
