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


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

SEAT COVER

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

@media screen and (max-width: 768px) {
  .topic-path {
    margin: 5% auto;
  }
  .Content {
      margin: 0 auto;
      overflow-x: hidden;
  }
}

/* fade animation */
.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
}
.fade01{
	opacity: 0;
	transform: translate(0,50px); 
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-50px); 
}
.fade03 {
	opacity: 0;
	transform: translate(-50px,0); 
}
.fade04 {
	opacity: 0;
	transform: translate(100px,0); 
}
.delay01{
	transition-delay: 0.3s;		
}
.delay02{
	transition-delay: 0.6s;		
}
.delay03{
	transition-delay: 0.9s;		
}
.delay04{
	transition-delay: 1.2s;		
}
.delay05{
	transition-delay: 1.5s;		
}
.is-inview {
	opacity: 1;
	transform: translate(0,0); 
}


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

productIntro

-------------------------------------- */
.productIntro {
  padding: 5% 0 12%;
  background: url(../images/item/seat_cover/bg_main_right.webp) no-repeat center right, url(../images/item/seat_cover/bg_main_left.webp) no-repeat bottom left, #111111;
  background-size: 50% auto, 28% auto;
  position: relative;
  z-index: 1;
}
.productIntro .inner {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
}
.productIntro .txt-info .product-ttl .pt-sans {
  font-family: "PT Sans", serif;
  font-size: 10.0rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1.0;
}
.productIntro .txt-info .product-ttl .pt-sans span {
  font-size: 120%;
}
.productIntro .txt-info .product-ttl h2 {
  margin-top: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.productIntro .txt-info .copy-wrap {
  margin-top: 3.5%;
}
.productIntro .txt-info .copy-wrap .catch {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: .35rem;
}
.productIntro .txt-info .copy-wrap .catch + p {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #B1B1B1;
}


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

productFeature

-------------------------------------- */
.productFeature{
  padding: 120px 0;
  background: #111111;
}
.productFeature .ttl{
  font-size: 11.5rem;
  color: #111111;
  text-shadow: 1px 1px 0 #898989, -1px -1px 0 #898989, -1px 1px 0 #898989, 1px -1px 0 #898989, 0px 1px 0 #898989, 0 -1px 0 #898989, -1px 0 0 #898989, 1px 0 0 #898989;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}
.productFeature .ttl span {
  display: block;
  margin-top: 20px;
  color: #b9b9b9;
  font-size: 1.6rem;
  font-style: normal;
  text-shadow: none;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productFeature .pointwrap {
  display: flex;
  margin-top: 80px;
}
.productFeature .pointwrap .point-list {
  width: 55%;
}
.productFeature .pointwrap .point-list .ttl_en {
  color: #ABA9A1;
  font-family: "PT Sans", serif;
  font-size: 4.2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  position: relative;
}
.productFeature .pointwrap .point-list .ttl_en span {
  position: relative;
  z-index: 2;
}
.productFeature .pointwrap .point-list .ttl_en::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  border: 1px solid #ABA9A1;
  border-radius: 50rem;
  position: absolute;
  transform: translate(-40%,-20%);
  z-index: 0;
}
.productFeature .pointwrap .point-list .ttl_en::after {
  content: "";
  display: block;
  width: 42px;
  height: 66px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 100%);
  position: absolute;
  top: 0;
  transform: translate(10%, -20%);
  z-index: 1;
}
.productFeature .pointwrap .point-list .list {
  display: flex;
  margin-top: 30px;
}
.productFeature .pointwrap .point-list .list ul:last-of-type {
  margin-left: 24px;
}
.productFeature .pointwrap .point-list .list ul li {
  color: #fff;
  font-size: 1.8rem;
}
.productFeature .pointwrap .point-list .list ul li:nth-child(n+2) {
  margin-top: 6px;
}
.productFeature .pointwrap .point-list .list ul li span {
  font-weight: 600;
}
.productFeature .pointwrap .photowrap {
  display: flex;
  margin-top: 40px;;
}
.productFeature .pointwrap .photowrap figure {
  margin-right: 12px;
}
.productFeature .pointwrap .type-list {
  width: 42%;
  padding: 20px 30px 30px;
  background: #232323;
}
.productFeature .pointwrap .type-list .ttl-type {
  padding-bottom: 4px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
}
.productFeature .pointwrap .type-list .ttl-type + div {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
.productFeature .pointwrap .type-list .ttl-type + div figure figcaption {
  margin-top: 12px;
  color: #ffffff;
  text-align: center;
}

.productFeature .featurewrap {
  margin-top: 120px;
}
.productFeature .featurewrap .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.productFeature .featurewrap.reserve .flexbox {
  flex-flow: row-reverse;
}
.productFeature .featurewrap.enamel {
  margin-top: 160px;
}
.productFeature .featurewrap .txtwrap {
  width: 48%;
}
.productFeature .featurewrap h3 {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .45rem;
  position: relative;
}
.productFeature .featurewrap h3 > small {
  font-size: 70%;
}
.productFeature .featurewrap h3 span small {
  display: inline-block;
  margin-left: 24px;
  font-size: 80%;
}
.productFeature .featurewrap h3 .pa-sans {
  display: inline-block;
  font-family: "PT Sans", serif;
  font-size: 11.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0;
  text-align: right;
  position: absolute;
  top: -10%;
  left: 0;
  opacity: .07;
  transform: translateY(-50%);
}
.productFeature .featurewrap h4 {
  margin-top: 24px;
  color: #A3A3A3;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .15rem;
}
.productFeature .featurewrap h4 + figure {
  margin-top: 50px;
}
.productFeature .featurewrap h4 + figure + p {
  margin-top: 18px;
  color: #A3A3A3;
  font-size: 1.6rem;
}


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

productGallery

-------------------------------------- */
.productGallery{
  padding: 120px 0;
  background: #222222;
}
.productGallery .ttl{
  font-size: 11.5rem;
  color: #222222;
  text-shadow: 1px 1px 0 #898989, -1px -1px 0 #898989, -1px 1px 0 #898989, 1px -1px 0 #898989, 0px 1px 0 #898989, 0 -1px 0 #898989, -1px 0 0 #898989, 1px 0 0 #898989;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}
.productGallery .ttl span {
  display: block;
  margin-top: 20px;
  color: #898989;
  font-size: 1.6rem;
  font-style: normal;
  text-shadow: none;
  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;
}
.productGallery .gallery .swiper-container{
  width: 66%;
  margin: 0;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide{
  position: relative;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide figure{
  height: 100%;
  position: relative;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.2rem;
}
.productGallery .gallery .thumblist {
  display: flex;
  width: 32%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.productGallery .gallery .thumblist .thumblist-item{
  width: calc((100% - 16px) /2);
  position: relative;
  cursor: pointer;
}
.productGallery .gallery .thumblist .thumblist-item.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #aebd96;;
  position: absolute;
  top: 0;
  left: 0;
}


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

productType

-------------------------------------- */
.productType{
  padding: 120px 0;
  background: #111111;
}
.productType .ttl{
  font-size: 11.5rem;
  color: #111111;
  text-shadow: 1px 1px 0 #898989, -1px -1px 0 #898989, -1px 1px 0 #898989, 1px -1px 0 #898989, 0px 1px 0 #898989, 0 -1px 0 #898989, -1px 0 0 #898989, 1px 0 0 #898989;
  font-style: italic;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}
.productType .ttl span {
  display: block;
  margin-top: 20px;
  color: #898989;
  font-size: 1.6rem;
  font-style: normal;
  text-shadow: none;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productType .type-list {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productType .type-list .type {
  width: 48%;
}
.productType .type-list .type:nth-child(n+3) {
  margin-top: 30px;
}
.productType .type-list .type .ttl-type {
  color: #ffffff;
  font-size: 2.0rem;
}
.productType .type-list .type .imgwrap {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
.productType .type-list .type .imgwrap figure {
  width: 49%;
}
.productType .type-list .type.suede .imgwrap figure, .productType .type-list .type.enamel .imgwrap figure {
  width: 100%;
}



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

productInfo

-------------------------------------- */
.productInfo{
  padding: 120px 0;
  background: #111111;
}
.productInfo .inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 80px;
  border: 1px solid #535353;
}
.productInfo .inner > .ttl{
  color: #ffffff;
  font-family: "PT Sans", serif;
  font-size: 4.6rem;
  font-style: italic;
  font-weight: 700;
  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 .flexbox{
  display: flex;
  margin-top: 60px;
  justify-content: flex-start;
  align-items: center;
}
.productInfo .detail {
  margin-left: 40px;
  padding: 25px 30px;
  color: #ffffff;
}
.productInfo .detail .wrap:nth-child(n+2) {
  margin-top: 20px;
}
.productInfo .detail .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.productInfo .detail .txt {
  margin-top: 5px;
  font-size: 1.4rem;
}
.productInfo .detail .txt ul li{
  margin-top: 4px;
  padding-left: 1em;
	text-indent: -1em;
}
.productInfo .detail .cap {
  margin-top: 8px;
  font-size: 1.4rem;
}
.productInfo .purchase {
  margin-top: 50px;
}
.productInfo .purchase > div {
  margin: 0 20px;
  text-align: center;
}
.productInfo .purchase .price {
  color: #ffffff;
  font-size: 1.6rem;
  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 dt{
  font-weight: 400;
}
.productInfo .purchase .price dl dd {
  margin-left: 10px;
  font-weight: 400;
}
.productInfo .purchase .price dl dd > span{
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  bottom: -3px;
}

/* btn */
.productInfo .purchase .btn-round{
  max-width: 280px;
  margin: 30px auto 0;
}
.productInfo .purchase .btn-round a{
  display: block;
  padding: 17px 5%;
  background: linear-gradient(75deg, #C5C5C5 0%, #EEEEEE 50%, #C5C5C5 100%);
  color: #111111;
  border: none;
  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/item/steering/icon-shop-blk.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: 24px;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
.Item .btn.back{
  max-width: 280px;
  margin: 60px auto 120px;
}


@media screen and (max-width: 768px) {
  
  .productIntro {
    padding: 12% 0;
    background: url(../images/item/seat_cover/bg_main_sp.webp) no-repeat  top center, #111111;
    background-size: contain;
  }
  .productIntro .inner {
    display: block;
  }
  .productIntro .txt-info .product-ttl .pt-sans {
    font-size: 4.8rem;
  }
  .productIntro .txt-info .product-ttl h2 {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .productIntro .txt-info .copy-wrap {
    margin-top: 4.5%;
    position: static;
  }
  .productIntro .txt-info .copy-wrap .catch {
    font-size: 2.0rem;
    letter-spacing: .25rem;
  }
  .productIntro .txt-info .copy-wrap .catch + p {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
  
  
  /* --------------------------------------

  productFeature

  -------------------------------------- */
  .productFeature{
    padding: 10% 0 20%;
  }
  .productFeature .ttl{
    font-size: 4.8rem;
    text-shadow: 1px 1px 0 #d1d1d1, -1px -1px 0 #d1d1d1,
                 -1px 1px 0 #d1d1d1, 1px -1px 0 #d1d1d1,
                 0px 1px 0 #d1d1d1,  0-1px 0 #d1d1d1,
                 -1px 0 0 #d1d1d1, 1px 0 0 #d1d1d1;
  }
  .productFeature .ttl span {
    margin-top: 12px;
    font-size: 1.4rem;
    letter-spacing: .15rem;
  }
  .productFeature .pointwrap {
    display: block;
    margin-top: 40px;
  }
  .productFeature .pointwrap .point-list {
    width: 100%;
  }
  .productFeature .pointwrap .point-list .ttl_en {
    font-size: 2.0rem;
  }
  .productFeature .pointwrap .point-list .ttl_en::before {
    width: 36px;
    height: 36px;
    transform: translate(-40%,-20%);
  }
  .productFeature .pointwrap .point-list .ttl_en::after {
    width: 21px;
    height: 36px;
    transform: translate(10%, -20%);
  }
  .productFeature .pointwrap .point-list .list {
    display: block;
    margin-top: 12px;
  }
  .productFeature .pointwrap .point-list .list ul:last-of-type {
    margin-left: 0;
  }
  .productFeature .pointwrap .point-list .list ul li {
    font-size: 1.4rem;
  }
  .productFeature .pointwrap .point-list .list ul li:nth-child(n+2) {
    margin-top: 2px;
  }
  .productFeature .pointwrap .photowrap {
    margin-top: 20px;
  }
  .productFeature .pointwrap .photowrap figure {
    margin-right: 8px;
  }
  .productFeature .pointwrap .type-list {
    width: 100%;
    margin-top: 30px;
    padding: 5%;
  }
  .productFeature .pointwrap .type-list .ttl-type {
    font-size: 1.6rem;
  }
  .productFeature .pointwrap .type-list .ttl-type + div {
    margin-top: 16px;
  }
  .productFeature .pointwrap .type-list .ttl-type + div figure figcaption {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .productFeature .featurewrap {
    margin-top: 60px;
  }
  .productFeature .featurewrap .flexbox {
    display: block;
  }
  .productFeature .featurewrap .txtwrap {
    width: 100%;
  }
  .productFeature .featurewrap h3 {
    font-size: 2.0rem;
    letter-spacing: .25rem;
  }
  .productFeature .featurewrap h3 .pa-sans {
    font-size: 3.8rem;
  }
  .productFeature .featurewrap h4 {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .productFeature .featurewrap h4 + figure {
    margin-top: 30px;
  }
  .productFeature .featurewrap h4 + figure + p {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .productFeature .featurewrap .main {
    margin-top: 30px;
  }
  .productFeature .featurewrap.enamel {
    margin-top: 80px;
  }


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

  productType

  -------------------------------------- */
  .productType{
    padding: 10% 0 20%;
  }
  .productType .ttl{
    font-size: 4.8rem;
    text-shadow: 1px 1px 0 #d1d1d1, -1px -1px 0 #d1d1d1,
                -1px 1px 0 #d1d1d1, 1px -1px 0 #d1d1d1,
                0px 1px 0 #d1d1d1,  0-1px 0 #d1d1d1,
                -1px 0 0 #d1d1d1, 1px 0 0 #d1d1d1;
  }
  .productType .ttl span {
    margin-top: 12px;
    font-size: 1.4rem;
    letter-spacing: .15rem;
  }
  .productType .type-list {
    margin-top: 30px;
  }
  .productType .type-list .type {
    width: 100%;
  }
  .productType .type-list .type:nth-child(n+2) {
    margin-top: 24px;
  }
  .productType .type-list .type .ttl-type {
    font-size: 1.4rem;
  }


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

  productGallery

  -------------------------------------- */
  .productGallery {
    padding: 15% 0 20%;
  }
  .productGallery .ttl{
    font-size: 4.8rem;
    margin: 0 auto;
  }
  .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{
    width: calc((100% - 24px) / 4);
  }
  .productGallery .gallery .thumblist .thumblist-item.current::before{
    border: 3px solid #ABA9A1;
  }


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

  productInfo

  -------------------------------------- */
  .productInfo{
    padding: 0 0 20%;
  }
  .productInfo .inner{
    padding: 8% 6%;
  }
  .productInfo .inner > .ttl{
    font-size: 2.4rem;
  }
  .productInfo .inner .ttl span {
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .25rem;
  }
  .productInfo .inner .flexbox{
    display: block;
    margin-top: 20px;
  }
  .productInfo .inner .flexbox.ranger {
    margin-top: 40px;
  }
  .productInfo .detail {
    margin: 30px 0 0;
    padding: 0;
  }
  .productInfo .detail .wrap, .productInfo .detail .wrap:last-of-type{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    border: none;
  }
  .productInfo .detail .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .detail .txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.4;
    opacity: .85;
  }
  .productInfo .detail .txt ul li{
    margin-bottom: 4px;
  }
  .productInfo .detail .cap {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1.4;
    opacity: .85;
  }
  .productInfo .purchase {
    display: block;
    margin: 30px 0 0 0;
  }
  .productInfo .purchase > div {
    margin: 0;
  }
  .productInfo .purchase > div + div {
    margin-top: 30px;
  }
  .productInfo .purchase .ttl-set {
    margin-bottom: 0;
    font-size: 1.3rem;
    text-align: center;
  }
  .productInfo .purchase .price {
    margin-top: 7px;
    font-size: 1.6rem;
  }
  .productInfo .purchase .price dl dt{
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .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;
  }

}
