.bgc-import {background-image: url(../img/index/sec_cov01.webp);}
.bgc-kaitori {background-image: url(../img/index/sec_cov02.webp);}
.bgc-factory {background-image: url(../img/index/sec_cov03.webp);}
.bgc-detailing {background-image: url(../img/index/sec_cov04.webp);}
.bgc-cording {background-image: url(../img/index/sec_cov05.webp);}

.aniactive {
  opacity: 0;
  margin-left: 20%!important;
 }
 .animove {
  opacity: 1;
  margin-left: 0%!important;
}

/* Style for Smartphone */
@media screen and (max-width: 640px) {

/* Header */
header {
  width:100%;
  height: auto;
  display: block;
  position: absolute;
  top:15px;
  left:0;
  z-index:1200;
}
header figure {
  width: 100%;
  height: auto;
  display: block;
}
header figure a {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header figure a img {
  width:auto;
  height: 30px;
  display: block;
}

/* Scroll button */
p.ic_scroll {
width:60px;
height: 60px;
display: block;
position: absolute;
bottom: 1%;
right:3%;
z-index:22500;

/* 追加：初期は非表示 */
opacity: 0;
pointer-events: none; /* 表示前に押せないように */
}

p.ic_scroll.is-show {
opacity: 1;
transition: opacity 1s ease; /* 1秒フェードイン */
pointer-events: auto;
}

p.ic_scroll a {
width:60px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url(../img/scroll_ic.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: 40px auto;
background-color: #960030;
border-radius: 9999px;
}

/* Navigations */
nav {
  width: 100%;
  min-width:370px;
  height: auto;
  display: block;
  position: absolute;
  bottom:10%;
  left:0;
  z-index:1100;
}
nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  width:31.333333333%;
  height: auto;
  display: block;
  text-align: center;
  margin:0 1% 2%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px rgba(255,255,255,0.5);
}
nav ul li a {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.6;
  display: block;
  text-decoration: none;
  font-size: clamp(14px, 3vw, 18px);
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  padding:0 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  border:2px solid rgba(255,255,255,0.6);

  /* 追加：擬似要素のための土台 */
  position: relative;
  overflow: hidden;
  z-index: 0;

  /* ここは「色」などはアニメする */
  transition: color .2s ease;
}

/* 背景（通常） */
nav ul li a::before,
nav ul li a::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transition: opacity .2s ease;
}

/* 通常グラデーション */
nav ul li a::before{
  background: linear-gradient(145deg,rgba(0, 45, 128, 1) 0%, rgba(0, 142, 161, 1) 48%, rgba(0, 196, 141, 1) 99%);
  opacity: 1;
}

/* hoverグラデーション */
nav ul li a::after{
  background: linear-gradient(145deg,rgba(128, 0, 47, 1) 0%, rgba(235, 0, 59, 1) 53%, rgba(255, 153, 0, 1) 100%);
  opacity: 0;
}

nav ul li a span {
  display: block;
  font-size: clamp(18px, 3vw, 50px);
  font-weight: 700;
  letter-spacing: -0.01;
  line-height: 1.25em;
}

/* hover時にフェード切替 */
nav ul li a:hover{
  color: var(--color-white);
}
nav ul li a:hover::before{
  opacity: 0;
}
nav ul li a:hover::after{
  opacity: 1;
}

/* 明度ゆっくり点滅 */
@keyframes navPulse {
  0%   { filter: brightness(0.80); }
  50%  { filter: brightness(1.25); }
  100% { filter: brightness(0.80); }
}

/* 基本アニメーション */
nav ul li a{
  animation: navPulse 3s ease-in-out infinite;
}

/* 0.5秒ずつずらす */
nav ul li:nth-child(1) a { animation-delay: 0s; }
nav ul li:nth-child(2) a { animation-delay: 0.5s; }
nav ul li:nth-child(3) a { animation-delay: 1s; }
nav ul li:nth-child(4) a { animation-delay: 1.5s; }
nav ul li:nth-child(5) a { animation-delay: 2s; }
nav ul li:nth-child(6) a { animation-delay: 2.5s; }

/* hover時はアニメーション停止（UX向上） */
nav ul li a:hover{
  animation-play-state: paused;
}

nav ul li a .nav_a_cc {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;  
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left:5px;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% 90%;
  background-size: auto 14px;
}


/* TopSection */
.topsection {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  display: block;
  background-image: url(../img/index/ts_bg_v2_m.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
}
.ts_cc {
  width: 90%;
  height: auto;
  display: block;
  padding:15% 0 0 0;
  margin: 0 auto;
}

/* Intro */
.intromm {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/ts_bg_pc.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.intro_cc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding:150px 5%;
}
.intro_cc h2 {
width: 100%;
height: auto;
display: block;
font-size: clamp(24px, 6vw, 200px);
font-weight: 800;
line-height: 1.5em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
background-image: url(../img/header/logo_v_w.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
padding-top:80px;
margin-bottom: 0.3em;
}

.intro_cc p {
font-size: clamp(12px, 3.5vw, 100px);
font-weight: 500;
line-height: 2em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
margin-bottom: 0.05em;
}


 /* SectionStyle */
 .secmm {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-bottom: 1px solid var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
 .sec_cc {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
 }
 .sec_cc a {
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 3 / 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding:15% 5% 0 5%;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: .4s all;
 }
 .sec_cc h2 {
  font-size: clamp(22px, 6vw, 100px);
  font-weight: 800;
  color:var(--color-white);
  line-height: 1.25em;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  margin-bottom:0.5em;
 }
 .sec_cc h2 strong {
  color:var(--color-4th);
 }
 .sec_cc h3 {
  font-size: clamp(18px, 3.5vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  margin-bottom:0.8em;
 }
 .sec_cc h3 span {
  display: block;
 }
 .sec_cc h4 {
  font-size: clamp(16px, 3.5vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  padding:0.2em 3em 0.3em 0.5em;
  background-color: var(--color-2nd);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  margin-bottom:1.5em;
 }
 .sec_cc p {
  width:fit-content;
  height: auto;
  margin: 0 0 2em 0;
  display: block;
  font-size:clamp(12px, 2vw, 20px);
  font-weight: 600;
  color: var(--color-white);
  line-height: 1em;
  background-color: var(--color-3rd);
  padding:0.3em 2em 0.4em 1em;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  transition: .4s all;
 }
 
 .bg-import {background-image: url(../img/index/bg-import_m.webp);}
 .bg-kaitori {background-image: url(../img/index/bg-kaitori_m.webp);}
 .bg-factory {background-image: url(../img/index/bg-factory_m.webp);}
 .bg-detailing {background-image: url(../img/index/bg-detailing_m.webp);}
 .bg-cording {background-image: url(../img/index/bg-cording_m.webp);}


  /* Contct */
  .contactmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f0);
  }
  .contact_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:60px 5%;
  }
  .contact_cc h2 {
  font-size: clamp(18px, 4.5vw, 50px);
  font-weight: 700;
  color:var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:0.8em;
  }


/* Footer */
footer {
  width: 100%;
  height: auto;
  display: block;
  padding:30px 0;
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  margin:0;
  color: var(--color-white);
}



}


/* Style for iPad Pro */
@media screen and (min-width: 641px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: auto;
  display: block;
  position: absolute;
  top:15px;
  left:0;
  z-index:1200;
}
header figure {
  width: 100%;
  height: auto;
  display: block;
}
header figure a {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header figure a img {
  width:auto;
  height: 30px;
  display: block;
}

/* Scroll button */
p.ic_scroll {
display: none;
}


/* Navigations */
nav {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom:1%;
  left:0;
  z-index:1100;
}
nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  width:23%;
  height: auto;
  display: block;
  text-align: center;
  margin:0 1% 2%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px rgba(255,255,255,0.5);
}
nav ul li a {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.45;
  display: block;
  text-decoration: none;
  font-size: clamp(14px, 1vw, 18px);
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  padding:0 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  border:2px solid rgba(255,255,255,0.6);

  /* 追加：擬似要素のための土台 */
  position: relative;
  overflow: hidden;
  z-index: 0;

  /* ここは「色」などはアニメする */
  transition: color .2s ease;
}

/* 背景（通常） */
nav ul li a::before,
nav ul li a::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transition: opacity .2s ease;
}

/* 通常グラデーション */
nav ul li a::before{
  background: linear-gradient(145deg,rgba(0, 45, 128, 1) 0%, rgba(0, 142, 161, 1) 48%, rgba(0, 196, 141, 1) 99%);
  opacity: 1;
}

/* hoverグラデーション */
nav ul li a::after{
  background: linear-gradient(145deg,rgba(128, 0, 47, 1) 0%, rgba(235, 0, 59, 1) 53%, rgba(255, 153, 0, 1) 100%);
  opacity: 0;
}

nav ul li a span {
  display: block;
  font-size: clamp(18px, 1.5vw, 50px);
  font-weight: 700;
  letter-spacing: -0.01;
  line-height: 1.25em;
}

/* hover時にフェード切替 */
nav ul li a:hover{
  color: var(--color-white);
}
nav ul li a:hover::before{
  opacity: 0;
}
nav ul li a:hover::after{
  opacity: 1;
}

/* 明度ゆっくり点滅 */
@keyframes navPulse {
  0%   { filter: brightness(0.80); }
  50%  { filter: brightness(1.25); }
  100% { filter: brightness(0.80); }
}

/* 基本アニメーション */
nav ul li a{
  animation: navPulse 3s ease-in-out infinite;
}

/* 0.5秒ずつずらす */
nav ul li:nth-child(1) a { animation-delay: 0s; }
nav ul li:nth-child(2) a { animation-delay: 0.5s; }
nav ul li:nth-child(3) a { animation-delay: 1s; }
nav ul li:nth-child(4) a { animation-delay: 1.5s; }
nav ul li:nth-child(5) a { animation-delay: 2s; }
nav ul li:nth-child(6) a { animation-delay: 2.5s; }

/* hover時はアニメーション停止（UX向上） */
nav ul li a:hover{
  animation-play-state: paused;
}

nav ul li a .nav_a_cc {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;  
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left:5px;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% 90%;
  background-size: auto 14px;
}


/* TopSection */
.topsection {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  background-image: url(../img/index/ts_bg_v2_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
}
.ts_cc {
  width: 85%;
  height: auto;
  display: block;
  padding:13% 0 0 0;
  margin: 0 auto;
}


/* Intro */
.intromm {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/ts_bg_pc.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.intro_cc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding:150px 5%;
}
.intro_cc h2 {
width: 100%;
height: auto;
display: block;
font-size:30px;
font-weight: 800;
line-height: 1.5em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
background-image: url(../img/header/logo_v_w.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
padding-top:80px;
margin-bottom: 0.3em;
}

.intro_cc p {
font-size: clamp(12px, 3.5vw, 20px);
font-weight: 500;
line-height: 2em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
margin-bottom: 0.05em;
}



/* SectionStyle */
 .secmm {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-bottom: 1px solid var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
 .sec_cc {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
 }
 .sec_cc a {
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 10 /5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:0 0 0 8%;
  background-color: rgba(0,0,0,0.1);
  text-decoration: none;
  transition: .4s all;
 }
 .sec_cc a:hover {
  background-color: rgba(0,0,0,0.7);
 }
 .sec_cc h2 {
  font-size: clamp(30px, 3.5vw, 100px);
  font-weight: 800;
  color:var(--color-white);
  line-height: 1.25em;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  margin-bottom:0.3em;
 }
 .sec_cc h2 span {
  display: block;
 }
 .sec_cc h2 strong {
  color:var(--color-4th);
 }
 .sec_cc h3 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  margin-bottom:0.8em;
 }
 .sec_cc h4 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  padding:0.2em 3em 0.3em 0.5em;
  background-color: var(--color-2nd);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  margin-bottom:0.8em;
 }
 .sec_cc p {
  width:fit-content;
  height: auto;
  margin: 0 0 2em 0;
  display: block;
  font-size:clamp(12px, 1vw, 20px);
  font-weight: 600;
  color: var(--color-white);
  line-height: 1em;
  background-color: var(--color-3rd);
  padding:0.8em 3em 0.8em 1em;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  transition: .4s all;
 }
 .sec_cc a:hover p {
  background-color: var(--color-5th);
 }
 
 .bg-import {background-image: url(../img/index/bg-import_pc.webp);}
 .bg-kaitori {background-image: url(../img/index/bg-kaitori_pc.webp);}
 .bg-factory {background-image: url(../img/index/bg-factory_pc.webp);}
 .bg-detailing {background-image: url(../img/index/bg-detailing_pc.webp);}
 .bg-cording {background-image: url(../img/index/bg-cording_pc.webp);}


 /* Contct */
  .contactmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f3);
  }
  .contact_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:60px 5%;
  }
  .contact_cc h2 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:0.8em;
  }


/* Footer */
footer {
  width: 100%;
  height: auto;
  display: block;
  padding:30px 0;
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  margin:0;
  color: var(--color-white);
}


}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: auto;
  display: block;
  position: absolute;
  top:15px;
  left:0;
  z-index:1200;
}
header figure {
  width: 100%;
  height: auto;
  display: block;
}
header figure a {
  width:100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header figure a img {
  width:auto;
  height: 50px;
  display: block;
}

/* Scroll button */
p.ic_scroll {
display: none;
}

/* Navigations */
nav {
  width: 100%;
  max-width:1024px;
  height: auto;
  display: block;
  position: absolute;
  bottom:1%;
  left:50%;
  transform: translateX(-50%);
  z-index:1100;
}
nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  width:15.66666667%;
  height: auto;
  display: block;
  text-align: center;
  margin:0 0.5% 2%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px rgba(255,255,255,0.5);
}
nav ul li a {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.7;
  display: block;
  text-decoration: none;
  font-size: clamp(14px, 1vw, 18px);
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  padding:0 0 0 0;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  border:2px solid rgba(255,255,255,0.6);

  /* 追加：擬似要素のための土台 */
  position: relative;
  overflow: hidden;
  z-index: 0;

  /* ここは「色」などはアニメする */
  transition: color .2s ease;
}

/* 背景（通常） */
nav ul li a::before,
nav ul li a::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  transition: opacity .2s ease;
}

/* 通常グラデーション */
nav ul li a::before{
  background: linear-gradient(145deg,rgba(0, 45, 128, 1) 0%, rgba(0, 142, 161, 1) 48%, rgba(0, 196, 141, 1) 99%);
  opacity: 1;
}

/* hoverグラデーション */
nav ul li a::after{
  background: linear-gradient(145deg,rgba(128, 0, 47, 1) 0%, rgba(235, 0, 59, 1) 53%, rgba(255, 153, 0, 1) 100%);
  opacity: 0;
}

nav ul li a span {
  display: block;
  font-size: clamp(18px, 1.5vw, 50px);
  font-weight: 700;
  letter-spacing: -0.01;
  line-height: 1.25em;
}

/* hover時にフェード切替 */
nav ul li a:hover{
  color: var(--color-white);
}
nav ul li a:hover::before{
  opacity: 0;
}
nav ul li a:hover::after{
  opacity: 1;
}

/* 明度ゆっくり点滅 */
@keyframes navPulse {
  0%   { filter: brightness(0.80); }
  50%  { filter: brightness(1.25); }
  100% { filter: brightness(0.80); }
}

/* 基本アニメーション */
nav ul li a{
  animation: navPulse 3s ease-in-out infinite;
}

/* 0.5秒ずつずらす */
nav ul li:nth-child(1) a { animation-delay: 0s; }
nav ul li:nth-child(2) a { animation-delay: 0.5s; }
nav ul li:nth-child(3) a { animation-delay: 1s; }
nav ul li:nth-child(4) a { animation-delay: 1.5s; }
nav ul li:nth-child(5) a { animation-delay: 2s; }
nav ul li:nth-child(6) a { animation-delay: 2.5s; }

/* hover時はアニメーション停止（UX向上） */
nav ul li a:hover{
  animation-play-state: paused;
}

nav ul li a .nav_a_cc {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;  
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left:5px;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 19px;
}



/* TopSection */
.topsection {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  background-image: url(../img/index/ts_bg_v2_pc.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
}
.ts_cc {
  width: 85%;
  height: auto;
  display: block;
  padding:13% 0 0 0;
  margin: 0 auto;
}


/* Intro */
.intromm {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/ts_bg_pc.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.intro_cc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding:150px 5%;
}
.intro_cc h2 {
width: 100%;
height: auto;
display: block;
font-size:30px;
font-weight: 800;
line-height: 1.5em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
background-image: url(../img/header/logo_v_w.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 70px;
padding-top:80px;
margin-bottom: 0.3em;
}

.intro_cc p {
font-size: clamp(12px, 3.5vw, 20px);
font-weight: 500;
line-height: 2em;
color: var(--color-white);
text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
text-align: center;
margin-bottom: 0.05em;
}



/* SectionStyle */
 .secmm {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-bottom: 1px solid var(--color-white);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
 }
 .sec_cc {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
 }
 .sec_cc a {
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 10 / 4.5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:0 0 0 8%;
  background-color: rgba(0,0,0,0.1);
  text-decoration: none;
  transition: .4s all;
 }
 .sec_cc a:hover {
  background-color: rgba(0,0,0,0.6);
 }
 .sec_cc h2 {
  font-size: clamp(30px, 4vw, 100px);
  font-weight: 800;
  color:var(--color-white);
  line-height: 1.25em;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
  margin-bottom:0.3em;
 }
 .sec_cc h2 span {
  display: block;
 }
 .sec_cc h2 strong {
  color:var(--color-4th);
 }
 .sec_cc h3 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  margin-bottom:0.8em;
 }
 .sec_cc h4 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.25em;
  padding:0.2em 3em 0.3em 0.5em;
  background-color: var(--color-2nd);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  margin-bottom:0.8em;
 }
 .sec_cc p {
  width:fit-content;
  height: auto;
  margin: 0 0 2em 0;
  display: block;
  font-size:clamp(12px, 1vw, 20px);
  font-weight: 600;
  color: var(--color-white);
  line-height: 1em;
  background-color: var(--color-3rd);
  padding:0.8em 3em 0.8em 1em;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  transition: .4s all;
 }
 .sec_cc a:hover p {
  background-color: var(--color-5th);
 }
 
 .bg-import {background-image: url(../img/index/bg-import_pc.webp);}
 .bg-kaitori {background-image: url(../img/index/bg-kaitori_pc.webp);}
 .bg-factory {background-image: url(../img/index/bg-factory_pc.webp);}
 .bg-detailing {background-image: url(../img/index/bg-detailing_pc.webp);}
 .bg-cording {background-image: url(../img/index/bg-cording_pc.webp);}
 

 /* Contct */
  .contactmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f3);
  }
  .contact_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5%;
  }
  .contact_cc h2 {
  font-size: clamp(18px, 2vw, 50px);
  font-weight: 700;
  color:var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:0.8em;
  }

/* Footer */
footer {
  width: 100%;
  height: auto;
  display: block;
  padding:30px 0;
}
footer p {
  font-size:12px;
  line-height:1em;
  text-align: center;
  margin:0;
  color: var(--color-white);
}


}



