@charset "utf-8";
/* CSS Document */


/* --------------------------------------

TIRE SET

-------------------------------------- */

.productIntro .mv {
  max-width: 1920px;
  margin: 0 auto;
}

.tab {
  display: flex;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 5%;
  justify-content: center;
  gap: 0 24px;
}
.tab li {
  width: 100%;
  max-width: 280px;
}
.tab li a {
  display: block;
  width: 100%;
  padding: 22px 50px;
  border: 1px solid #333333;
  border-radius: 50rem;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: .4s;
  cursor: pointer;
}
.tab li a:hover {
  background-color: #333333;
  color: #fff;
  opacity: .8;
}
.tab li.current a {
  background-color: #333333;
  color: #fff;
  pointer-events: none;
}


/* --------------------------------------

productFeature

-------------------------------------- */
.productFeature{
  padding: 120px 0;
  position: relative;
  z-index: 3;
}
.productFeature .bnr {
  margin: 0 auto 80px;
  text-align: center;
}
.productFeature .ttl{
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
.productFeature .ttl span {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .15rem;
  font-weight: 600;
}
.productFeature .ttl +h4{
  margin-top: 60px;
  text-align: center;
}
.productFeature .feature-list{
  margin-top: 110px;
}
.productFeature .feature-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productFeature .feature-list li:nth-child(n+2) {
  margin-top: 80px;
}
.productFeature .feature-list li .txt-wrap{
  width: 48%;
}
.productFeature .feature-list li .txt-wrap .num{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.productFeature .feature-list li .txt-wrap .lead{
  margin-top: 8px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.productFeature .feature-list li .txt-wrap .txt{
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.productFeature .feature-list li figure{
  width: 48%;
  position: relative;
}
.productFeature .feature-list li figure figcaption{
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* --------------------------------------

productGallery

-------------------------------------- */
.productGallery {
  margin: 0;
}
.productGallery .ttl{
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
.productGallery .ttl span {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productGallery .gallery{
  display: flex;
  max-width: 1200px;
  margin: 80px auto 0;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.productGallery .gallery .swiper-container{
  width: 70.5%;
  margin: 0;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide{
  position: relative;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide small{
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.2rem;
}
.productGallery .gallery .thumblist {
  display: flex;
  width: 29%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 2%;
}
.productGallery .gallery .thumblist .thumblist-item {
  width: 49%;
  position: relative;
  cursor: pointer;
}
.productGallery .gallery .thumblist .thumblist-item.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #ea9c4a;
  position: absolute;
  top: 0;
  left: 0;
}
.productGallery .gallery .thumblist .thumblist-item small {
  display: none;
}


/* --------------------------------------

productTireset

-------------------------------------- */
.productTireset {
  padding: 10% 0;
  background: #181819;
}
.productTireset .ttl {
  color: #fff;
  line-height: 1.0;
  text-align: center;
}
.productTireset .ttl span {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productTireset .ttl +h4 {
  margin-top: 60px;
  text-align: center;
}
.productTireset .logo {
  margin-top: 60px;
  text-align: center;  
}
.productTireset .product_info{
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  align-items: center;
}
.productTireset .product_info .product_info__info,
.productTireset .product_info figure {
  width: 48%;
}
.productTireset .product_info .product_info__info .txt {
  margin-top: 40px;
  color: #fff;
  line-height: 2.0;
}
.productTireset .product_info .product_info__info .price {
  margin-top: 50px;
}
.productTireset .product_info .product_info__info .features {
  margin-top: 30px;
}
.productTireset .product_info .product_info__info dl {
  margin-top: 5%;
  padding: 15px 20px;
  border: 1px solid #7d7d7d;
}
.productTireset .product_info .product_info__info dl > div {
  display:flex;
  color: #fff;
  font-size: 1.2rem;
  justify-content: flex-start;
  align-items: center;
}
.productTireset .product_info .product_info__info dl > div:nth-child(n+2) {
  margin-top: 15px;
}
.productTireset .product_info .product_info__info dl > div dt {
  width: 85px;
}
.productTireset .product_info .product_info__info dl > div dd {
  width: calc(100% - 100px);
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #7d7d7d;
}
.productTireset .product_info .product_info__info dl > div dd .cap {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.productTireset .product_info .product_info__info dl + .cap {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.8;
}
.productTireset .feature-list {
  display: flex;
  margin-top: 80px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productTireset .feature-list li {
  width: 48%;
}
.productTireset .feature-list li.full {
  width: 100%;
  margin-top: 80px;
}
.productTireset .feature-list li .photo-wrap {
  display: flex;
  justify-content: space-between;
}
.productTireset .feature-list li .photo-wrap figure {
  width: 49%;
  margin-top: 0;
}
.productTireset .feature-list li .flexbox{
  display: flex;
  justify-content: space-between;
  margin-top:50px;
}
.productTireset .feature-list li .ttl-en {
  transform: translateY(6px);
}
.productTireset .feature-list li .txt {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0;
}
.productTireset .feature-list li figure {
  margin-top:50px;
}
.productTireset .prada .feature-list li figure {
  margin-top: 0;
}
.productTireset .feature-list li .cap {
  margin-top: 8px;
  font-size: 1.0rem;
  line-height: 1.4;
}

.productTireset .parada {
  margin-top: 140px;
}
.productTireset .parada .feature-list li {
  width: 100%;
}
.productTireset .parada .feature-list li figure {
  width: 35%;
  margin-top: 0;
}
.productTireset .parada .feature-list li dl {
  display: flex;
  width: 62%;
  flex-wrap: wrap;
  
}
.productTireset .parada .feature-list li dl {
  display: flex;
  justify-content: space-between;
}
.productTireset .parada .feature-list li dl > div {
  width: 48%;
}
.productTireset .parada .feature-list li dl > div:nth-child(n+3){
  margin-top: 20px;
}
.productTireset .parada .feature-list li dl > div dt {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 2px 0 5px 10px;
  border-left: 3px solid #ff8400;
  line-height: 1;
}
.productTireset .recommend-car {
  margin-top: 60px;
  text-align: center;
}
.productTireset .recommend-car {
  margin-top: 100px;
}
.productTireset .recommend-car .type {
  display: inline-block;
  max-width: 840px;
  margin-top: 24px;
  padding: 16px 12px 20px;
  border: 1px solid #7f7f7f;
  color: #fff;
  font-size: 2.0rem;
}
.productTireset .recommend-car .type ol li {
  display: inline-block;
  margin: 0 1%;
}
.productTireset .recommend-car .type .cap {
  margin-top: 12px;
  font-size: 1.2rem;
}
.productTireset .recommend-car .photo-wrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.productTireset .recommend-car .photo-wrap figure {
  width: 48%;
}


/* AT  */
.productTireset.at{
  padding: 0 0 10%;
}
.productTireset.at .logo {
    margin-top: 0;
    padding-top: 60px;
}
.productTireset.at .feature-list li{
  width: 100%;
}
.productTireset.at .feature-list li .flexbox{
  display: flex;
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 4%;
}
.productTireset.at .feature-list li .flexbox > div{
  width: 48%;
  max-width: 640px;
}
.productTireset.at .feature-list li .flexbox > div dt{
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 2px 0 5px 10px;
  border-left: 3px solid #ff8400;
  line-height: 1;
}
.productTireset.at .feature-list li .flexbox > div dt + dd{
  margin-top: 12px;
  font-size: 1.5rem;
  font-weight: 400;
}
.productTireset.at .feature-list li .flexbox > div .img{
  margin-top: 40px;
}
.productTireset.at .feature-list li .flexbox > div .img img{
  width: 100%;
}


/* --------------------------------------

productInfo

-------------------------------------- */
.productInfo{
  margin-top: 0;
  padding: 10% 0 0;
  position: relative;
  z-index: 7;
}
.productInfo .inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
.productInfo .inner > .ttl{
  font-size: 4.6rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
}
.productInfo .inner .ttl span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}

.productInfo .inner .base-wrap{
  display: flex;
  margin: 60px 0 100px;
  padding: 40px;
  border: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
}
.productInfo .inner .base-wrap .photo {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
}
.productInfo .inner .base-wrap .photo span{
  width: 32%;
  margin: 0 1px;
}
.productInfo .inner .base-wrap .detail {
  width: 38%;
  padding: 25px 30px;
  background: none;
  border: none;
}
.productInfo .inner .base-wrap .detail .wrap{
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.productInfo .inner .base-wrap .detail .wrap:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.productInfo .inner .base-wrap .detail .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.productInfo .inner .base-wrap .detail .txt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
}
.productInfo .inner .base-wrap .detail .txt dl{
  display: flex;
}
.productInfo .inner .base-wrap .detail .txt dl dt{
  width: 55px;
  margin-right: 4px;
}
.productInfo .inner .base-wrap .detail .txt dl dd{
  text-indent: -1rem;
  padding-left: 1rem;
}
.productInfo .inner .base-wrap .detail .txt dl dd.no-indent{
  text-indent: 0;
  padding-left: 0;
}
.productInfo .inner .base-wrap .detail .cap {
  margin-top: 8px;
  font-size: 1.2rem;
}
.productInfo .inner .base-wrap .detail .cap + .cap {
  margin-top: 4px;
}



.productInfo .inner .flexbox {
  display: flex;
  margin-top: 70px;
  justify-content: flex-start;
}
.productInfo .inner .flexbox.ranger{
  margin-top: 80px;
}
.productInfo .inner .product-wrap.mt{
  margin-top: 80px;
}
.productInfo .photo {
  display: flex;
  width: 49%;
  align-items: center;
  justify-content: center;
}
.productInfo .purchase {
  margin-left: 6%;
}
.productInfo .purchase .name-set {
  margin-bottom: 6px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}
.productInfo .purchase .ttl-set {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.productInfo .purchase .name-set.mt,
.productInfo .purchase .ttl-set.mt {
  margin-top: 32px;
}
.productInfo .purchase .price {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05rem;
  vertical-align: middle;
  text-align: center;
}
.productInfo .purchase .price dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  align-items: baseline;
}
.productInfo .purchase .price dl.mt{
  margin-top: -15px;
}
.productInfo .purchase .price dl dt{
  margin-right: 10px;
  transform: translateY(0);
}
.productInfo .purchase .price dl dd + dd{
  margin-left: 10px;
}
.productInfo .purchase .price dl dd > span{
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 180%;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  bottom: -3px;
}

/* btn */
.productInfo .purchase .btn-round{
  max-width: 360px;
  margin: 20px auto 0;
}
.productInfo .purchase .btn-round a{
  display: block;
  padding: 15px 5%;
  background: #333333;
  color: #ffffff;
  border: 2px solid #333333;
  border-radius: 50rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.productInfo .purchase .btn-round a:hover{
  opacity: .7;
}
.productInfo .purchase .btn-round a span{
  font-size: 1.3rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.productInfo .purchase .btn-round a span::before{
  content: "";
  display: block;
  background: url(../images/common/icon-shop-wh.svg) center no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0,-50%);
}
.productInfo .purchase .btn-round a.noshop span::before{
  content: none;
}
.productInfo .purchase .cap {
  margin-top: 15px;
  font-size: 1.1rem;
  text-align: center;
}
.Item .btn.back{
  max-width: 280px;
  margin: 60px auto 120px;
}

.productInfo .detail02 {
  display: flex;
  margin-top: 40px;
  padding: 25px 30px;
  background: #fdfdfd;
  border: 2px solid #f0f0f0;
}
.productInfo .detail02 .wrap{
  width: calc(33.3% - 30px);
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #e3e3e3;
}
.productInfo .detail02 .wrap:last-of-type{
  width: 33.3%;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.productInfo .detail02 .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.productInfo .detail02 .ttl.mt {
  margin-top: 15px;
}
.productInfo .detail02 .txt {
  margin-top: 5px;
  font-size: 1.3rem;
}
.productInfo .detail02 .txt ul li{
  padding-left: 1em;
	text-indent: -1em;
}
.productInfo .detail02 .txt ul li dl{
  display: flex;
}
.productInfo .detail02 .txt ul li dl dt{
  white-space: nowrap;
}
.productInfo .detail02 .txt ul li dl dd{
  padding-left: 0;
	text-indent: 0;
}
.productInfo .detail02 .cap {
  margin-top: 8px;
  font-size: 1.2rem;
}


@media screen and (max-width: 768px) {  

  .tab {
    margin: 36px auto 0;
    padding: 0 5%;
    gap: 0 8px;
  }
  .tab li {
    max-width: 280px;
  }
  .tab li a {
    padding: 18px 12px;
    font-size: 1.3rem;
  }

  
  /* --------------------------------------

  productFeature

  -------------------------------------- */
  .productFeature{
    padding: 12% 0;
  }
  .productFeature .bnr {
    margin: 0 auto 40px;
  }
  .productFeature .inner > .txt{
    display: block;
    text-align: center;
  }
  .productFeature .ttl{
    font-size: 3.8rem;
  }
  .productFeature .ttl span {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productFeature .ttl +h4 {
    margin: 40px auto 0;
    width: 85%;
  }
  .productFeature .feature-list{
    margin: 40px auto 0;
  }
  .productFeature .feature-list li{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .productFeature .feature-list li:nth-child(n+2) {
    margin-top: 40px;
  }
  .productFeature .feature-list li .txt-wrap{
    width: 100%;
    margin-top: 24px;
  }
  .productFeature .feature-list li .txt-wrap .num {
    font-size: 1.4rem;
  }
  .productFeature .feature-list li .txt-wrap .lead{
    margin-top: 2px;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .productFeature .feature-list li .txt-wrap .txt {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .productFeature .feature-list li .flexbox {
    margin-top: 30px;
    width: 100%;
  }
  .productFeature .feature-list li > figure{
    width: 100%;
  }
  .productFeature .feature-list li{
    width: 100%;
    max-width: 100%;
  }
  .productFeature .feature-list li:nth-of-type(1) .flexbox{
    width: 100%;
    margin-top: 30px;
  }
  .productFeature .feature-list li .flexbox figure,
  .productFeature .feature-list li:nth-child(1) .flexbox figure:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
  .productFeature .feature-list li:nth-child(4) .flexbox {
    max-width: 100%;
  }

  .productFeature .scene{
    margin: 80px auto 0;
  }
  .productFeature .scene h6{
    max-width: 220px;
    margin: 0 auto;
  }
  .productFeature .scene .list {
    margin: 30px auto 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .productFeature .scene .list li {
    width: 48%;
    margin: 0;
  }
  .productFeature .scene .list li:nth-child(odd) {
    margin-right: 4%;
  }
  .productFeature .scene .list li:nth-child(n+3) {
    margin-top: 4%;
  }
  .productFeature .feature-list li:nth-of-type(2) .txt-wrap .lead img.tab{
    display: block;
  }
  .productFeature .feature-list li:nth-of-type(2) .txt-wrap .lead img.spswitch{
    display: none;
  }


  /* --------------------------------------

  productGallery

  -------------------------------------- */
  .productGallery::after {
    transform: translate(-50%,-50%) skewY(-6deg);
  }
  .productGallery .ttl{
    font-size: 3.8rem;
  }
  .productGallery .ttl span {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productGallery .gallery{
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  .productGallery .gallery .swiper-container{
    width: 100%;
  }
  .productGallery .gallery .thumblist {
    width: 100%;
    margin-top: 10px;
  }
  .productGallery .gallery .thumblist .thumblist-item,
  .productGallery .gallery.col3 .thumblist .thumblist-item {
    width: 23%;
  }

  .productGallery .gallery .thumblist .thumblist-item.current::before{
    border: 3px solid #ea9c4a;
  }


  /* --------------------------------------

  productTireset

  -------------------------------------- */
  .productTireset {
    padding: 15% 0;
  }
  .productTireset .parada{
    margin-top: 80px;
  }
  .productTireset .ttl{
    max-width: 240px;
    margin: 0 auto;
  }
  .productTireset .ttl span {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productTireset .ttl +h4{
    margin-top: 40px;
  }
  .productTireset .logo{
    margin-top: 15px;
  }
  .productTireset .parada .logo{
    max-width: 260px;
    margin: 15px auto 0;
  }
  .productTireset .product_info{
    display: block;
    margin-top: 60px;
  }
  .productTireset .product_info .product_info__info,
  .productTireset .product_info figure{
    width: 100%;
  }
  .productTireset .product_info .product_info__info h4{
    text-align: center;
  }
  .productTireset .product_info .product_info__info .txt{
    margin-top: 25px;
    line-height: 1.7;
  }
  .productTireset .product_info .product_info__info .price{
    margin-top: 50px;
  }
  .productTireset .product_info .product_info__info .features{
    margin-top: 30px;
  }
  .productTireset .product_info .product_info__info dl{
    margin-top: 7%;
    padding: 5%;
  }
  .productTireset .product_info .product_info__info dl > div{
    display:block;
    font-size: 1.2rem;
  }
  .productTireset .product_info .product_info__info dl > div:nth-child(n+2){
    margin-top: 10px;
  }
  .productTireset .product_info .product_info__info dl > div dt{
    width: auto;
    font-size: 1.3rem;
  }
  .productTireset .product_info .product_info__info dl > div dd{
    width: auto;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .productTireset .img-product {
    display: block;
    width: 55%;
    margin: 12% auto 0;
  }
  .productTireset.at .img-product {
    margin: 0 auto;
  }
  .productTireset .feature-list{
    display: block;
    margin-top: 60px;
  }
  .productTireset .feature-list li{
    width: 100%;
  }
  .productTireset .feature-list li:nth-child(n+2){
    margin-top: 40px;
  }
  .productTireset .feature-list li.full{
    margin-top: 40px;
  }
  .productTireset .feature-list li .ttl-en{
    transform: translateY(6px);
  }
  .productTireset .feature-list li .txt{
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .productTireset .feature-list li figure{
    margin-top: 30px;
  }
  .productTireset .feature-list li .cap{
    margin-top: 8px;
    font-size: 1.0rem;
    line-height: 1.4;
  }

  .productTireset .parada{
    margin-top: 80px;
  }
  .productTireset .feature-list li .flexbox {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .productTireset .parada .feature-list li figure{
    width: 100%;
  }
  .productTireset .parada .feature-list li dl{
    width: 100%;
    margin-top: 30px;    
  }
  .productTireset .parada .feature-list li dl > div{
    width: 100%;
  }
  .productTireset .parada .feature-list li dl > div:nth-child(n+2){
    margin-top: 25px;
  }
  .productTireset .parada .feature-list li dl > div dt{
    margin-bottom: 8px;
    font-size: 2.0rem;
    font-weight: 500;
    padding: 2px 0 5px 10px;
    border-left: 3px solid #ff8400;
    line-height: 1;
  }
  .productTireset .recommend-car{
    margin-top: 40px;
  }
  .productTireset .recommend-car ol{
    display: block;
    font-size: 1.4rem;
  }
  .productTireset .recommend-car ol li{
    display: block;
    margin: 0;
  }
  .productTireset .recommend-car .photo-wrap{
    margin-top: 20px;
  }
  .productTireset .recommend-car .photo-wrap figure{
    width: 49%;
  }

  /* AT  */
  .productTireset.at{
    padding: 0 0 15%;
  }
  .productTireset.at .logo {
      padding-top: 15px;
  }
  .productTireset.at .feature-list li .flexbox{
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .productTireset.at .feature-list li .flexbox > div{
    width: 100%;
  }
  .productTireset.at .feature-list li .flexbox > div dt{
    margin-bottom: 10px;
    font-size: 1.8rem;
    padding: 2px 0 5px 10px;
  }
  .productTireset.at .feature-list li .flexbox > div dt + dd{
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .productTireset.at .feature-list li .flexbox > div .img{
    margin-top: 30px;
  }


  /* --------------------------------------

  productInfo

  -------------------------------------- */
  .productInfo{
    padding: 20% 0 0;
  }
  .productInfo .inner{
    padding: 0;
    background: none;
  }
  .productInfo .inner > .ttl{
    font-size: 3.8rem;
  }
  .productInfo .inner .ttl span {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productInfo .inner .product-wrap.mt {
    margin-top: 40px;
  }
  .productInfo .inner .flexbox{
    display: block;
    margin-top: 40px;
  }

  .productInfo .inner .base-wrap {
    display: block;
    margin: 40px auto;
    padding: 5%;
  }
  .productInfo .inner .base-wrap .photo {
    width: 100%;
  }
  .productInfo .inner .base-wrap .detail {
    width: 100%;
    margin-top: 15px;
    padding: 5%;
  }
  .productInfo .inner .base-wrap .detail .wrap{
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .productInfo .inner .base-wrap .detail .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .inner .base-wrap .detail .txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .productInfo .inner .base-wrap .detail .txt dl{
    display: block;
  }
  .productInfo .inner .base-wrap .detail .txt dl dt{
    width: auto;
    margin-right: 0;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .productInfo .inner .base-wrap .detail .txt dl dt::after{
    display: none;
  }
  .productInfo .inner .base-wrap .detail .txt dl dd{
    width: 100%;
    margin-bottom: 10px;
  }
  .productInfo .inner .base-wrap .detail .txt dl dd:last-of-type{
    margin-bottom: 0;
  }

  .productInfo .photo {
    width: 100%;
  }
  .productInfo .purchase {
    margin: 6% 0 0 0;
  }
  .productInfo .purchase .name-set {
    margin-bottom: 12px;
    font-size: 2.0rem;
    line-height: 1.2;
    text-align: center;
  }
  .productInfo .purchase .name-set span{
    display: block;
  }
  .productInfo .purchase .ttl-set {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .productInfo .purchase .price {
    width: 100%;
    margin-top: 7px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
  }
  .productInfo .purchase .price dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .productInfo .purchase .price dl dt{
    width: 100%;
    margin: 0;
    font-size: 1.3rem;
  }
  .productInfo .purchase .price dl dd + dd{
    margin-left: 10px;
  }
  .productInfo .purchase .price dl dd > span{
    font-size: 160%;
    font-weight: 500;
    position: relative;
    bottom: -2px;
  }
  .productInfo .purchase .price dl dd small{
    font-size: 100%;
    font-weight: 500;
  }

  /* btn */
  .productInfo .purchase .btn-round{
    margin: 20px auto 0;
  }
  .productInfo .purchase .btn-round a{
    padding: 15px 5%;
    font-size: 1.4rem;
  }
  .productInfo .purchase .btn-round a span{
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .purchase .cap {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .Item .btn.back{
    margin: 40px auto 60px;
  }

  .productInfo .detail02 {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 5%;
  }
  .productInfo .detail02 .wrap, .productInfo .detail02 .wrap:last-of-type{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    border: none;
  }
  .productInfo .detail02 .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .detail02 .txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .productInfo .detail02 .txt ul li{
    margin-bottom: 4px;
  }
  .productInfo .detail02 .txt dl{
    display: block;
  }
  .productInfo .detail02 .txt dl dt{
    width: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .productInfo .detail02 .txt dl dt::after{
    display: none;
  }
  .productInfo .detail02 .txt dl dd:last-of-type{
    margin-bottom: 0;
  }


}
