@charset "utf-8";
.tableType.tableType01.spec {
  overflow: auto;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1.0;
    text-decoration: none;
  }
}


.vitxt p.cat_title{
  text-shadow: none;
  text-shadow: 1px 2px 3px #000;
  color: #fff;
  font-weight: bold;
}

.info.num_txt{
  justify-content: space-evenly;
}
div:has.consent_blackbar{
  z-index: 1000000;
}
.product-carousel_wrapper,
.product-carousel_wrapper .product-carousel {
  width: 100%;
}
/* prod-detail */
.main .prod-detail__title {
  text-align: center;
}
.main .prod-detail__txt {
  margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
.detail .dbox .info {
  width: auto;
}
.productDetail01 .hMain {
  background-position: top left;
  background-size: 130%;
}
}

@media screen and (max-width: 480px){
  .productDetailBox h2{
    width: 100%
  }
  .productDetail01 .bg_img02{
    background-size: cover;
  }
}

/* PC */
@media screen and (min-width: 769px) {

/* mainvisual */
.productDetail01 .bg_img02{
  background-image: url('/ca/car/images/bg/excelon_motorsports_background_pc.png');
  background-position: 55% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.kv_main {
  position: relative;
  display: flex;
  
  flex-direction: column;
}
/* .kv_main::before {
  content: "";
  background-image: url('/ca/car/caraudio/excelon/motorsports_series/images/eXcelon_Motorsports_Logo_White.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 240px;
  height: 80px;
  top: 5%;
  right: 3%;
} */
.kv_main-pic-wrap {
 display: flex;
 margin-left: -280px;
 margin-top: -120px;
}
.vitxt{
  color: #000;
  margin-left: 450px;
  margin-top: -210px;
}
.viimg img{
  width: 500px;
}
  /* main */
/*  */
.main-inner {
  max-width: 980px;
  margin: 80px auto;
}
.main__h3 {
  font-size: 32px;
}
.main__txt {
  font-size: 20px;
}
.main img {
  width: 95%;
}

.harley-logo-wrap {
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.harley-logo {
  width: 100%;
}
.harley-txt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.prod-wrap,
.prod {
  width: 100%;
}
.prod {
  display: flex;
  margin: 60px 0;
}
.prod__txt,
.prod__img-wrap {
  width: 50%;
  margin: 0 auto;
}
.prod__txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod--reverse > .prod__txt {
  padding-left: 15px;
}

.prod__li {
  padding-left: 1em;
  text-indent: -1.3em;
  list-style-type: disc;
  list-style-position: inside;
}
.prod__right-cont,
.prod__left-cont{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prod--reverse > .prod__txt {
  order: 2;
}
.prod--reverse > .prod__img-wrap {
  order: 1;
}
.prod--last {
  margin-bottom: 0;
}
.product_content img {
 width: auto;
}
.text-wrap {
  padding-left: 60px;
}
/* warranty */
.warranty {
  font-size: 24px;
  /* font-weight: bold; */
  margin: 42px 0;
  text-align: center;
}
/* fitment */
.fitment__title {
  text-align: center;
}
.fitment__li {
  list-style: "»";
  list-style-position: inside;
}
.product_main {
  position: relative; 
  /* z-index: 1; */
}
.product_navi {
  position: relative; 
  /* z-index: 2; */
}

  /* prod-detail */
  .main .prod-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main .prod-detail__title {
    text-align: center;
  }
  .main .prod-detail__txt {
    margin-bottom: 20px;
  }
  .main .prod-detail__img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}


/* SP */
@media screen and (max-width: 768px) {
  /* mainvisual */
  .productDetail01 .bg_img02{
    background-image: url('/ca/car/images/bg/excelon_motorsports_background_pc.png');
    background-position: 55% 80%;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kv_main {
    position: relative;
    height: 80vw;
    display: block;
    padding-top: 16vw;
    padding-bottom: 20vw;
  }
  /* .kv_main::before {
    content: "";
    background-image: url('/ca/car/caraudio/excelon/motorsports_series/images/eXcelon_Motorsports_Logo_White.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 40vw;
    height: 13vw;
    top: 5%;
    right: 1%;
  } */
  .vitxt{
    color: #000;
    width: 100%;
    margin-top: 5vw;
  }
  .viimg {
    width: 100%;
  }
  .viimg img {
    width: 100%;
  }
  /* main */
  .main-inner {
    max-width: 83%;
    margin: 12vw auto;
  }
  .main__h3 {
    font-size: 22px;
  }
  .main__txt {
    font-size: 16px;
  }
  .main img {
    width: 100%;
  }
  
  .harley-logo-wrap {
    margin-bottom: 4vw;
  }
  .harley-logo {
    width: 100%;
  }
  .harley-txt {
    font-size: 16px;
    text-align: center;
  }
  .prod-wrap {
    margin: 0 auto;
  }
  .prod {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 12vw;
  }
  .prod__txt,
  .prod__img-wrap {
    width: 100%;
  }
  .prod__txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .prod__li {
    padding-left: 1em;
    text-indent: -1.0em;
    list-style-type: disc;
    list-style-position: inside;
  }
  .prod__txt {
    order: 2;
  }
  .prod__img-wrap {
  order: 1;
  }
  .prod--last {
    margin-bottom: 0;
  }
  .product_content img {
    width: auto;
   }
  /* warranty */
  .warranty {
    font-size: 22px;
    /* font-weight: bold; */
    margin: 12vw 0;
    text-align: center;
  }
  /* fitment */
  .fitment__title {
    text-align: center;
    margin-bottom: 2vw;
  }
  .fitment__li {
    list-style: "»";
    list-style-position: inside;
  }

  .product_main {
    position: relative; 
    /* z-index: 1; */
  }
  .product_navi {
    /* margin-top: 28vw; */
    position: relative; 
    /* z-index: 2; */
  }
  
  .product-carousel .product_main img {
    max-width: 100% ;
    max-height: initial;
    width: auto;
    margin: 0 auto;
  }
  /* prod-detail */
  .main .prod-detail {
    margin-bottom: 12vw;
  }
}