@charset "UTF-8";
/* ----------------------------------------------------------
* RE-005
---------------------------------------------------------- */

.products #wrapper .en {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.content-products-detail .sectionIn {
    margin: 0 auto;
    padding: 58px 0 60px;
    width: 1264px;
    max-width: 1264px;
    font-size: 12px;
}

.content-products-detail #section-kv-detail .wrap-kv {
    padding: 48px;
}

.content-products-detail #section-kv-detail .wrap-kv .inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}



.products .navSec01 {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #FFF;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.products .navSec01 ul {
    margin: 0 auto;
    width: 330px
}

.products .navSec01 li {
    float: left;
    padding: 3px 0 0;
    width: 163px;
    height: auto;
    border-right: none
}

.products .navSec01 li:first-child {
    border-left: none
}

.products .navSec01 a {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    color: #fff;
    text-decoration: none
}

.products .navSec01 a:hover,
.products .navSec01 li.active {
    background-color: initial;
    color: #AD0000;
    box-shadow: 0 2px 0 0 #AD0000;
}

.products .navSec01 li.active h1 {
    font-weight: 600;
    padding: 0 0 10px 0;
}

.products .navSec01 p {
    color: #ffffff;
    width: 980px;
    font-size: 11px;
    text-align: left;
    margin: 0 auto
}

.content-products-detail .head-banner {
    width: 100%;
    height: 260px;

    display: flex;
    justify-content: center;
    align-items: baseline;   
    gap: 20px;

    padding-top: 70px;

    background-image: url('/potenza/re005/images/bnr_feature.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-products-detail .head-banner h2 {
    text-align: center;

    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1;
}

.content-products-detail .head-banner h2 .en {
    font-size: 80px;
    padding-right: 33px;
}


.content-products-detail .c-heading {
    text-align: center;
    letter-spacing: 0.1em;
}

.content-products-detail .c-heading h2.en {
    font-size: 60px;
    padding-right: 33px;
}

.content-products-detail .c-heading .heading-sub {
    font-size: 24px;
    line-height: 1;
}


.content-products-detail .content-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 100px;
    overflow: visible;
}

.content-products-detail .content-section .swiper {
    overflow: visible;
}


.content-products-detail .content-section .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap {
    /*width: 50%;*/

    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 50px;
}

.content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .img-wrap {

}

.content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap {
    
}

.content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.head {
    font-size: 28px;
    font-weight: 500;
}

.content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.text {
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0.025em;
    text-align: justify;

    margin-top: 35px;
}

.content-products-detail .content-section .swiper-wrapper.col01 {

}

.content-products-detail .content-section .swiper-wrapper.col01 .swiper-innner-wrap.img {

}

.content-products-detail .content-section .swiper-wrapper.col01 .img-wrap {
    transform-origin: 100% center; /* 横を右端(100%)、縦を上端(0%)に設定 */
    transform: scale(1.136);
}

.content-products-detail .content-section .swiper-wrapper.col01 .text-wrap {
    width: 410px;
    height: auto;
    margin-left: 90px;
}

.content-products-detail .content-section .swiper-wrapper.col02 {
    flex-direction: row-reverse;
}

.content-products-detail .content-section .swiper-wrapper.col02 .img-wrap {
    transform-origin: 0 center;
    transform: scale(0.977);
}

.content-products-detail .content-section .swiper-wrapper.col02 .text-wrap {
    width: 430px;
    height: auto;
    margin-right: 80px;
    margin-left: 130px;
}

.content-products-detail .content-section .swiper-wrapper.col03 {

}

.content-products-detail .content-section .swiper-wrapper.col03 .img-wrap {
    transform-origin: 0% center; /* 横を右端(100%)、縦を上端(0%)に設定 */
    transform: scale(0.849);
}


.content-products-detail .content-section .swiper-wrapper.col03 .text-wrap {
    width: 345px;
    height: auto;
    margin-left: 90px;
}

.content-products-detail .content-section .caption {
    font-size: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 150px auto;
}



.item-lineup-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3%;
  margin: 30px auto 100px auto;
}
.item-lineup-wrap .item-lineup {
  width: 32%;
  height: 440px;
  flex-direction: column;
  gap: initial;
  padding: 70px 30px 30px 30px;
  
    border: 2px solid #808080;
    border-radius: 10px;
    position: relative;
    overflow: initial;
}
.item-lineup-wrap .item-lineup.re71rz {
  
}
.item-lineup-wrap .item-lineup.s007a {
  
}
.item-lineup-wrap .item-lineup.re005 {
  
}


.item-lineup-wrap .item-lineup .discription {
        position: absolute;
        top: 170px;
}

.item-lineup-wrap .item-lineup .discription .title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #AD0000;
}

.item-lineup-wrap .item-lineup .discription .text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.item-lineup-wrap .item-lineup .wrap-detail {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button {
    width: 100%;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sedan img {
  width: 40px;
  height: auto;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sports img {
  width: 40px;
  height: auto;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.minivan img {
  width: 40px;
  height: auto;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.small img {
  width: 28px;
  height: auto;
}
.item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.compact img {
  width: 34px;
  height: auto;
}

.item-lineup-wrap .item-lineup .wrap-detail .wrap-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.item-lineup-wrap .item-lineup .wrap-detail .wrap-button a {
    font-size: 14px;
    width: 100%;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.item-lineup-wrap .item-lineup.new-release:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("/potenza/common/images/ico_new.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: -30px;
  left: -30px;
  z-index: 10;
}

.item-lineup-wrap .item-lineup .wrap-ribbon {
    position: absolute;
    top: 0;
    right: 0;
}

.item-lineup-wrap .item-lineup .wrap-ribbon .ribbon {
    background: #AD0000;
    color: white;
    width: auto;
    height: 30px;
    border-radius: 0 7px 0 0;
    /*clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);*/
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 36px;
    height: 100%;
    background: white;
    clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%);
}

.item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::after {
    content: '';
    position: absolute;
    left: -29px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #AD0000;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.item-lineup-wrap .item-lineup .ribbon .ribbon-text {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
}





/* 2021.04.15追記 スライダー追加 */
.youtube-wrap {
    margin-bottom: 100px;
    overflow-x: hidden;
}

.youtube-block {
}
.youtube-block .youtube-block-title {
  width: 100%;
  margin-bottom: 30px;
}
.youtube-block .youtube-block-title img {
  height: auto;
  max-width: 100%;
}
.youtube-block .youtube-slide {
  position: relative;
  padding-bottom: 50px;
}
.youtube-block .youtube-slide .prev-arrow,
.youtube-block .youtube-slide .next-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 30;
  background: transparent;
  color: #000;
  font-size: 0;
  line-height: 0;
  cursor: pointer;

  top: initial;
  left: 50%;
    transform: translateX(-50%);
  bottom: 0%;
}
.youtube-block .youtube-slide .modal:hover {
  cursor: pointer;
  opacity: 0.8;
}
.youtube-block .youtube-slide .prev-arrow {
    transform: translateX(-80px);
}
.youtube-block .youtube-slide .next-arrow {
    transform: translateX(80px);
}
.youtube-block .youtube-slide .prev-arrow:hover,
.youtube-block .youtube-slide .next-arrow:hover {
  opacity: 0.9;
  cursor: pointer;
}
.youtube-block .youtube-slide .youtube-slide-item {
  width: 25%;
}


.youtube-slide.slick-slider .slick-track, .slick-slider .slick-list {
    overflow: visible;
    position: relative;
    left: -6%; /*少しずらして続きがあるように見せる*/
}

.youtube-slide.slick-slider .slick-track, .slick-slider .slick-list .slick-slide {
    margin-right: 20px;
}

.youtube-slide.slick-slider .slick-track, .slick-slider .slick-list .slick-list > div {

}

.youtube-slide ul.slick-dots {
      position: absolute;
      left: 50.6%;
      transform: translateX(-50%);
      bottom: 0%;
      /*width: 100%;*/
      /*padding: 20px 0 10px;*/
      text-align: center;


      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: space-between;

}

.youtube-slide ul.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    

    border: none;
    cursor: pointer;
    padding: 0;
}

.youtube-slide .slick-dots li.slick-active button {
    background: #AD0000;
}
.youtube-block .youtube-slide .youtube-slide-item .img-wrap {
    /* 角丸と切り取りの設定 */
    border-radius: 10px;
    overflow: hidden; 
    
    /* アスペクト比固定のテクニック */
    width: 100%;
    height: 0; /* 高さをゼロにする */
    padding-bottom: 56.25%; /* 16:9 の比率 (9 ÷ 16 × 100 = 56.25%) */
    position: relative; /* imgの配置基準点とする */

    /*border: 1px solid #FFF;*/
    
}

.youtube-block .youtube-slide .youtube-slide-item .img-wrap img {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* 黒帯を削り、アスペクト比を維持して切り取る */
    object-fit: cover;
}

.youtube-block .youtube-slide .youtube-slide-item .youtube-caption {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.875em;
}



.modal-box {
  position: fixed;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 11;
  max-width: 1000px;
  width: 100%;
}

.modal-box .modal-inner  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 1000px;
}

.modal-box .modal-inner .modal-close {
  position: absolute;
  top: -45px;
  right: -40px;
  background-color: transparent;
  border: none;
}

.modal-box .modal-inner .modal-close:hover {
 cursor: pointer;
 opacity: 0.75;
}

/* .modal-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} */

.modal-box lite-youtube {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.youtube-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
}

@media(max-width: 1500px) {
  .modal-box {
    max-width: 760px;
  }
}

@media(max-width: 767px) {
  .youtube-block .youtube-slide {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .youtube-block .youtube-block-title {
    margin-bottom: 20px;
  }

  .youtube-block .youtube-slide .prev-arrow {
    width: 40px;
    left: -26px;
  }
  .youtube-block .youtube-slide .next-arrow {
    width: 40px;
    right: -27px;
  }
  .modal-box .modal-inner  {
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47.05%;
  }

  .modal-box .modal-inner .modal-close {
    position: absolute;
    top: -35px;
    right: -10px;
    background-color: transparent;
    border: none;
  }
}


.updateSec01 {
    margin-bottom: 50px;
}


@media only screen and (max-width: 1024px) {

    .content-products-detail .sectionIn {
        width: 100%;
    }


    .content-products-detail .head-banner {
        width: 100%;
        height: 25.391vw;

        display: flex;
        justify-content: center;
        align-items: baseline;   
        gap: 1.953vw;

        padding-top: 6.836vw;

        background-image: url('/potenza/re005/images/bnr_feature.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .content-products-detail .head-banner h2 {
        text-align: center;

        font-size: 2.344vw;
        letter-spacing: 0.2em;
        line-height: 1;
    }

    .content-products-detail .head-banner h2 .en {
        font-size: 7.813vw;
        padding-right: 3.223vw;
    }


    .content-products-detail .c-heading {
        text-align: center;
        letter-spacing: 0.1em;
    }

    .content-products-detail .c-heading h2.en {
        font-size: 5.859vw;
        padding-right: 3.223vw;
    }

    .content-products-detail .c-heading .heading-sub {
        font-size: 2.344vw;
        line-height: 1;
    }


    .content-products-detail .content-section {
        margin-left: auto;
        margin-right: auto;
        max-width: 117.188vw;
        padding-top: 9.766vw;
        overflow: visible;
    }

    .content-products-detail .content-section .swiper {
        overflow: visible;
    }


    .content-products-detail .content-section .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 9.766vw;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap {
        /*width: 50%;*/

        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;

        margin-bottom: 4.883vw;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .img-wrap {

    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap {
        
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.head {
        font-size: 2.734vw;
        font-weight: 500;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.text {
        font-size: 1.563vw;
        line-height: 1.875em;
        letter-spacing: 0.025em;
        text-align: justify;

        margin-top: 3.418vw;
    }

    .content-products-detail .content-section .swiper-wrapper.col01 {

    }

    .content-products-detail .content-section .swiper-wrapper.col01 .swiper-innner-wrap.img {

    }

    .content-products-detail .content-section .swiper-wrapper.col01 .img-wrap {
        transform-origin: 100% center; /* 横を右端(100%)、縦を上端(0%)に設定 */
        transform: scale(1.136);
    }

    .content-products-detail .content-section .swiper-wrapper.col01 .text-wrap {
        width: 40.039vw;
        height: auto;
        margin-left: 8.789vw;
    }

    .content-products-detail .content-section .swiper-wrapper.col02 {
        flex-direction: row-reverse;
    }

    .content-products-detail .content-section .swiper-wrapper.col02 .img-wrap {
        transform-origin: 0 center;
        transform: scale(0.977);
    }

    .content-products-detail .content-section .swiper-wrapper.col02 .text-wrap {
        width: 41.992vw;
        height: auto;
        margin-right: 7.813vw;
        margin-left: 12.695vw;
    }

    .content-products-detail .content-section .swiper-wrapper.col03 {

    }

    .content-products-detail .content-section .swiper-wrapper.col03 .img-wrap {
        transform-origin: 0% center; /* 横を右端(100%)、縦を上端(0%)に設定 */
        transform: scale(0.849);
    }


    .content-products-detail .content-section .swiper-wrapper.col03 .text-wrap {
        width: 33.691vw;
        height: auto;
        margin-left: 8.789vw;
    }

    .content-products-detail .content-section .caption {
        font-size: 3.516vw;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 150px auto;
    }


    /*
    .content-products-detail .c-heading {
        flex-direction: column;
        align-items: center;
    }

    .content-products-detail .c-heading h2.en {
        padding-right: 0px;
    }


    .item-lineup-wrap {
      display: flex;
      flex-direction: row;
      gap: 3%;
      margin: 30px auto 100px auto;
    }
    .item-lineup-wrap .item-lineup {
      width: 32%;
      height: 440px;
      flex-direction: column;
      gap: initial;
      padding: 70px 30px 30px 30px;
      
        border: 2px solid #808080;
        border-radius: 10px;
        position: relative;
        overflow: initial;
    }
    .item-lineup-wrap .item-lineup.re71rz {
      
    }
    .item-lineup-wrap .item-lineup.s007a {
      
    }
    .item-lineup-wrap .item-lineup.re005 {
      
    }


    .item-lineup-wrap .item-lineup .discription {
            position: absolute;
            top: 180px;
    }

    .item-lineup-wrap .item-lineup .discription .title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        color: #AD0000;
    }

    .item-lineup-wrap .item-lineup .discription .text {
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail {
      position: absolute;
      bottom: 30px;
      right: 30px;
      left: 30px;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button {
        width: 100%;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sedan img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sports img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.minivan img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.small img {
      width: 28px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.compact img {
      width: 34px;
      height: auto;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        margin-top: 20px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button a {
        font-size: 14px;
        width: 100%;
        height: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .item-lineup-wrap .item-lineup.new-release:after {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      background-image: url("/potenza/common/images/ico_new.webp");
      background-size: cover;
      background-repeat: no-repeat;
      top: -20px;
      left: -20px;
      z-index: 10;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon {
        position: absolute;
        top: 0;
        right: 0;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon {
        background: #AD0000;
        color: white;
        width: auto;
        height: 30px;
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::before {
        content: '';
        position: absolute;
        left: -35px;
        top: 0;
        width: 36px;
        height: 100%;
        background: white;
        clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::after {
        content: '';
        position: absolute;
        left: -29px;
        top: 0;
        width: 30px;
        height: 100%;
        background: #AD0000;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .ribbon .ribbon-text {
        font-size: 14px;
        font-weight: 600;
        padding: 0 10px 0 5px;
    }
    */


    .c-type .head {
        font-size: 1.367vw;
        letter-spacing: 0.1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        gap: 1.563vw;
        margin-bottom: -1%;
        font-weight: 500
    }

    .c-type ul li .text {
        font-size: 1.172vw;
        font-weight: 500;
        margin-top: -0.488vw;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-btn-fill:after {
        right: 1.363vw;
    }

    .content-products-detail .c-heading {
        flex-direction: column;
        align-items: center;
    }

    .content-products-detail .c-heading h2.en {
        padding-right: 0px;
    }


    .item-lineup-wrap {
      display: flex;
      flex-direction: row;
      gap: 3%;
      margin: 30px auto 100px auto;
    }

    .item-lineup-wrap .item-lineup {
      width: 32%;
      height: 45.969vw;
      flex-direction: column;
      gap: initial;
      padding: 6.836vw 1.93vw 2.93vw 1.93vw;
      
        border: 2px solid #808080;
        border-radius: 0.977vw;
        position: relative;
        overflow: initial;
    }
    .item-lineup-wrap .item-lineup.re71rz {
      
    }
    .item-lineup-wrap .item-lineup.s007a {
      
    }
    .item-lineup-wrap .item-lineup.re005 {
      
    }


    .item-lineup-wrap .item-lineup .discription {
            position: absolute;
            top: 17.578vw;
    }

    .item-lineup-wrap .item-lineup .discription .title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 1.563vw;
        color: #AD0000;
    }

    .item-lineup-wrap .item-lineup .discription .text {
        font-size: 1.367vw;
        font-weight: 600;
        margin-top: 0.977vw;
    }

    .item-lineup-wrap .item-lineup .wrap-detail {
      width: calc(100% - 3.86vw);
      position: absolute;
      bottom: 2.93vw;
      left: 1.93vw;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button {
        width: 100%;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sedan img {
      width: 3.906vw;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sports img {
      width: 3.906vw;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.minivan img {
      width: 3.906vw;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.small img {
      width: 2.734vw;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.compact img {
      width: 3.32vw;
      height: auto;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.053vw;
        margin-top: 1.953vw;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button a {
        font-size: 1.367vw;
        width: 100%;
        height: 3.906vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .item-lineup-wrap .item-lineup.new-release:after {
      content: "";
      position: absolute;
      width: 5.859vw;
      height: 5.859vw;
      background-image: url("/potenza/common/images/ico_new.webp");
      background-size: cover;
      background-repeat: no-repeat;
      top: -1.953vw;
      left: -1.953vw;
      z-index: 10;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon {
        position: absolute;
        top: 0;
        right: 0;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon {
        background: #AD0000;
        color: white;
        width: auto;
        height: 2.93vw;
        /*clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);*/
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::before {
        content: '';
        position: absolute;
        left: -3.418vw;
        top: 0;
        width: 3.516vw;
        height: 100%;
        background: white;
        clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::after {
        content: '';
        position: absolute;
        left: -2.832vw;
        top: 0;
        width: 2.93vw;
        height: 100%;
        background: #AD0000;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .ribbon .ribbon-text {
        font-size: 1.367vw;
        font-weight: 600;
        padding: 0 0.977vw 0 0.488vw;
    }


}




@media only screen and (max-width: 767px) {

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }


    .content-products-detail #section-kv-detail .wrap-kv {
        padding: 0;
    }


    .products .navSec01 {
        padding: 0;
        border-top: none;
        border-bottom: 1px solid #FFF;
        background-color: #000;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-top: 55px;
    }

    .products .navSec01 ul {
        margin: 0 auto;
        width: 320px
    }

    .products .navSec01 li {
        font-size: 15px;

        float: left;
        padding: 3px 0 0;
        width: 160px;
        height: auto;
        border-right: none;
    }

    .products .navSec01 li:first-child {
        border-left: none
    }

    .products .navSec01 a {
        display: block;
        margin: 0;
        padding: 0 0 10px 0;
        color: #fff;
        text-decoration: none
    }

    .products .navSec01 a:hover,
    .products .navSec01 li.active {
        background-color: initial;
        color: #AD0000;
        box-shadow: 0 2px 0 0 #AD0000;
    }

    .products .navSec01 li.active h1 {
        font-weight: 600;
        padding: 0 0 10px 0;
    }

    .products .navSec01 p {
        color: #ffffff;
        width: 980px;
        font-size: 11px;
        text-align: left;
        margin: 0 auto
    }

    .content-products-detail .head-banner {
        width: 100%;
        height: 130px;

        display: flex;
        justify-content: center;
        align-items: baseline;   
        gap: 20px;

        padding-top: 35px;

        background-image: url('/potenza/re005/images/bnr_feature_sp.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .content-products-detail .head-banner h2 {
        text-align: center;

        font-size: 12px;
        letter-spacing: 0.2em;
        line-height: 1;
    }

    .content-products-detail .head-banner h2 .en {
        font-size: 40px;
        padding-right: 33px;
    }


    .content-products-detail .content-section {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-top: 100px;
        overflow: visible;
    }

    .content-products-detail .content-section .swiper {
        overflow: visible;
    }


    .content-products-detail .content-section .swiper-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap {
        /*width: 50%;*/

        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;

        margin-bottom: 30px;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .img-wrap {

    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap {
        
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.head {
        font-size: 17px;
        font-weight: 500;
    }

    .content-products-detail .content-section .swiper-wrapper .swiper-innner-wrap .text-wrap p.text {
        font-size: 14px;
        line-height: 1.875em;
        letter-spacing: 0.025em;
        text-align: justify;

        margin-top: 15px;
    }

    .content-products-detail .content-section .swiper-wrapper.col01 {

    }

    .content-products-detail .content-section .swiper-wrapper.col01 .swiper-innner-wrap.img {

    }

    .content-products-detail .content-section .swiper-wrapper.col01 .img-wrap {
        transform: translate(0, 0) scale(1);
    }

    .content-products-detail .content-section .swiper-wrapper.col01 .text-wrap {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .content-products-detail .content-section .swiper-wrapper.col02 {
        flex-direction: column;
        width: 295px;
        height: auto;
        margin-right: 0px;
        margin-left: auto;
        position: relative;
        left: 20px;
    }

    .content-products-detail .content-section .swiper-wrapper.col02 .img-wrap {
        transform: translate(0, 0) scale(1);
    }

    .content-products-detail .content-section .swiper-wrapper.col02 .text-wrap {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-left: auto;
        padding-right: 20px;
    }

    .content-products-detail .content-section .swiper-wrapper.col03 {
        position: relative;
        right: 20px;
    }

    .content-products-detail .content-section .swiper-wrapper.col03 .img-wrap {
        transform: translate(0, 0) scale(1);
    }


    .content-products-detail .content-section .swiper-wrapper.col03 .text-wrap {
        width: 100%;
        height: auto;
        margin-left: 0px;
        padding-left: 20px;
    }

    .content-products-detail .content-section .caption {
        font-size: 36px;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 100px auto;
    }


    .content-products-detail .c-heading {
        gap: 0px;
    }

    .products #wrapper .content-products-detail .c-heading .en {
        font-size: 40px;
        letter-spacing: 0.02em;
    }

    .products #wrapper .content-products-detail .c-heading .heading-sub {
        font-size: 12px;
    }


    /* 2021.04.15追記 スライダー追加 */
    .youtube-wrap {
        margin-bottom: 100px;
        overflow-x: hidden;
    }

    .youtube-block {
    }
    .youtube-block .youtube-block-title {
      width: 100%;
      margin-bottom: 30px;
    }
    .youtube-block .youtube-block-title img {
      height: auto;
      max-width: 100%;
    }
    .youtube-block .youtube-slide {
      position: relative;
      padding-bottom: 50px;
    }
    .youtube-block .youtube-slide .prev-arrow,
    .youtube-block .youtube-slide .next-arrow {
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: 30;
      background: transparent;
      color: #000;
      font-size: 0;
      line-height: 0;
      cursor: pointer;

      top: initial;
      left: 50%;
        transform: translateX(-50%);
      bottom: 0%;
    }
    .youtube-block .youtube-slide .modal:hover {
      cursor: pointer;
      opacity: 0.8;
    }
    .youtube-block .youtube-slide .prev-arrow {
        transform: translateX(-100px);
    }
    .youtube-block .youtube-slide .next-arrow {
        transform: translateX(80px);
    }
    .youtube-block .youtube-slide .prev-arrow:hover,
    .youtube-block .youtube-slide .next-arrow:hover {
      opacity: 0.9;
      cursor: pointer;
    }
    .youtube-block .youtube-slide .youtube-slide-item {
      width: 25%;
    }


    .youtube-slide.slick-slider .slick-track, .slick-slider .slick-list {
        overflow: visible;
        position: relative;
        left: -42%; /*少しずらして続きがあるように見せる*/
    }

    .youtube-slide.slick-slider .slick-track, .slick-slider .slick-list .slick-slide {
        margin-right: 20px;
    }

    .youtube-slide.slick-slider .slick-track, .slick-slider .slick-list .slick-list > div {

    }

    .youtube-slide ul.slick-dots {
          position: absolute;
          left: 50.6%;
          transform: translateX(-50%);
          bottom: 0%;
          /*width: 100%;*/
          /*padding: 20px 0 10px;*/
          text-align: center;


          display: flex;
          gap: 8px;
          align-items: center;
          justify-content: space-between;

    }

    .youtube-slide ul.slick-dots li button {
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        

        border: none;
        cursor: pointer;
        padding: 0;
    }

    .youtube-slide .slick-dots li.slick-active button {
        background: #AD0000;
    }
    .youtube-block .youtube-slide .youtube-slide-item .img-wrap {
        /* 角丸と切り取りの設定 */
        border-radius: 10px;
        overflow: hidden; 
        
        /* アスペクト比固定のテクニック */
        width: 100%;
        height: 0; /* 高さをゼロにする */
        padding-bottom: 56.25%; /* 16:9 の比率 (9 ÷ 16 × 100 = 56.25%) */
        position: relative; /* imgの配置基準点とする */

        /*border: 1px solid #FFF;*/
        
    }

    .youtube-block .youtube-slide .youtube-slide-item .img-wrap img {
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        /* 黒帯を削り、アスペクト比を維持して切り取る */
        object-fit: cover;
    }

    .youtube-block .youtube-slide .youtube-slide-item .youtube-caption {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.875em;
    }



    .item-lineup-wrap {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      gap: 30px;
      margin: 30px auto 80px auto;
    }
    .item-lineup-wrap .item-lineup {
      width: 100%;
      height: 397px;
      flex-direction: column;
      gap: initial;
      padding: 60px 20px 35px 20px;
      
        border: 2px solid #808080;
        border-radius: 10px;
        position: relative;
        overflow: initial;
    }
    .item-lineup-wrap .item-lineup.re71rz {
      
    }
    .item-lineup-wrap .item-lineup.s007a {
      
    }
    .item-lineup-wrap .item-lineup.re005 {
      
    }


    .item-lineup-wrap .item-lineup .discription {
            position: absolute;
            top: 180px;
    }

    .item-lineup-wrap .item-lineup .discription .title {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 14px;
        color: #AD0000;
    }

    .item-lineup-wrap .item-lineup .discription .text {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail {
      position: absolute;
      width: calc(100% - 40px);
      bottom: 30px;
      right: 0px;
      left: 20px;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button {
        width: 100%;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type .head {
        font-size: 10.5px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul {
        margin-top: 10.5px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li {
        width: 16.333333%;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sedan img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.sports img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.minivan img {
      width: 40px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.small img {
      width: 28px;
      height: auto;
    }
    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li.compact img {
      width: 34px;
      height: auto;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-type-button .c-type ul li .text {
        font-size: 7.5px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        margin-top: 20px;
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button a {
        font-size: 14px;
        width: 100%;
        height: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .item-lineup-wrap .item-lineup .wrap-detail .wrap-button .c-btn-fill::after {
        right: 3.363vw;
    }

    .item-lineup-wrap .item-lineup.new-release:after {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      background-image: url("/potenza/common/images/ico_new.webp");
      background-size: cover;
      background-repeat: no-repeat;
      top: -20px;
      left: -15px;
      z-index: 10;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon {
        position: absolute;
        top: 0;
        right: 0;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon {
        background: #AD0000;
        color: white;
        width: auto;
        height: 30px;
        border-radius: 0 7px 0 0;
        /*clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);*/
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::before {
        content: '';
        position: absolute;
        left: -35px;
        top: 0;
        width: 36px;
        height: 100%;
        background: white;
        clip-path: polygon(83% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .wrap-ribbon .ribbon::after {
        content: '';
        position: absolute;
        left: -29px;
        top: 0;
        width: 30px;
        height: 100%;
        background: #AD0000;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    }

    .item-lineup-wrap .item-lineup .ribbon .ribbon-text {
        font-size: 14px;
        font-weight: 600;
        padding: 0 20px;
    }


}

