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


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

NANGA RABAIMA BAG S600

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


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

productIntro

-------------------------------------- */
.productIntro{
  padding: 5% 0 15%;
  background: url(../images/item/truck_bednet/bg_mv_pc.webp) no-repeat top right;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.productIntro .inner{
  max-width: 100%;
}
.productIntro .txt-info .product-ttl{
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
}
.productIntro .txt-info .product-ttl .enWrap{
  margin-left: -0.5rem;
  color: #fff;
  line-height: 1.0;
}
.productIntro .txt-info .product-ttl .enWrap small{
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 9px;
  font-size: 1.8vw;
  font-weight: 300;
}
.productIntro .txt-info .product-ttl h2{
  margin-top: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.productIntro .txt-info .txt{
  margin-top: 40px;
  filter: drop-shadow(0px 0px 12px rgba(0,0,0,0.6));
}




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

productFeature

-------------------------------------- */
.productFeature{
  padding: 5% 0 20%;
  background: url(../images/item/ratchet_tie_down/bg_cont_bottom.svg) bottom left no-repeat;
  background-size: 30%;
  position: relative;
  z-index: 3;
}
.productFeature .ttl{
  text-align: center;
}
.productFeature .ttl span {
  display: block;
  margin-top: 20px;
  color: #3f4a19;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .15rem;
  font-weight: 600;
}
.productFeature .point-wrap{
  display: flex;
  margin-top: 110px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.productFeature .point-wrap .point,
.productFeature .point-wrap figure{
  width: 48%;
}
.productFeature .point-wrap .point > p {
  display: inline-block;
  padding: 8px 12px;
  background: #3f4a19;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.productFeature .point-wrap .point ul {
  font-size: 1.8rem;
  font-weight: 600;
}
.productFeature .point-wrap .point ul li{
  margin-top: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.productFeature .point-wrap .point ul li::before{
  content: "■";
  font-size: 70%;
  padding-right: 5px;
}
.productFeature .feature-list{
  display: flex;
  margin-top: 110px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productFeature .feature-list li{
  width: 31%;
}
.productFeature .feature-list li .lead{
  margin-top: 24px;
}
.productFeature .feature-list li .lead img{
  height: 2.4rem;
}
.productFeature .feature-list li .txt{
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  filter: drop-shadow(0px 0px 16px rgba(255,255,255,0.9));
}



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

productGallery

-------------------------------------- */
.productGallery{
  padding: 10% 0;
  background: #F9F9F9;
  position: relative;
  z-index: 6;
}

.productGallery .ttl{
  color: #fff;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
}
.productGallery .ttl span {
  display: block;
  margin-top: 20px;
  color: #3f4a19;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .15rem;
  font-weight: 600;
}
.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: 66%;
  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: 32%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.productGallery .gallery .thumblist .thumblist-item{
  width: 49%;
  margin-right: 2%;
  position: relative;
  cursor: pointer;
}
.productGallery .gallery .thumblist .thumblist-item:nth-child(2n){
  margin-right: 0;
}
.productGallery .gallery .thumblist .thumblist-item:nth-child(n+3){
  margin-top: 2%;
}
.productGallery .gallery .thumblist .thumblist-item.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #3f4a19;;
  position: absolute;
  top: 0;
  left: 0;
}
.productGallery .gallery .thumblist .thumblist-item small{
  display: none;
}


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

productInfo

-------------------------------------- */
.productInfo{
  margin-top: -5%;
  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 .flexbox{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.productInfo .photo {
  display: flex;
  width: 49%;
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
}
.productInfo .detail {
  width: 49%;
  padding: 25px 30px;
  background: #fdfdfd;
  border: 2px solid #f0f0f0;
}
.productInfo .detail .wrap{
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.productInfo .detail .wrap:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.productInfo .detail .ttl {
  font-size: 1.4rem;
  font-weight: 600;
}
.productInfo .detail .txt {
  margin-top: 5px;
  font-size: 1.4rem;
}
.productInfo .detail .txt dl{
  display: flex;
  flex-wrap: wrap;
}
.productInfo .detail .txt dl dt{
  width: 67px;
  margin-right: 16px;
  margin-bottom: 5px;
  position: relative;
}
.productInfo .detail .txt dl dt::after{
  content: "：";
  position: absolute;
  right: -8px;
}
.productInfo .detail .txt dl dd{
  width: calc(100% - 83px);
}
.productInfo .detail .cap {
  margin-top: 8px;
  font-size: 1.2rem;
}
.productInfo .purchase .price {
  margin-top: 50px;
  font-family: 'Roboto', sans-serif;
  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;
}
.productInfo .purchase .price dl.mt{
  margin-top: -15px;
}
.productInfo .purchase .price dl dt{
  margin-right: 10px;
}
.productInfo .purchase .price dl dd + dd{
  margin-left: 10px;
}
.productInfo .purchase .price dl dd > span{
  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;
}



@media screen and (max-width: 768px) {
  
  .productIntro {
    padding: 10% 0 20%;
  }
  .productIntro .txt-info .product-ttl{
    max-width: 210px;
  }
  .productIntro .txt-info .product-ttl .enWrap small{
    margin-left: 1.0rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .productIntro .txt-info .product-ttl h2{
    font-size: 1.3rem;
    font-weight: 500;
  }
  .productIntro .txt-info .wrap {
    padding: 10% 0 4%;
  }
  .productIntro .txt-info .catch{
    width: 45%;
    max-width: 240px;
    margin-top: 0;
  }
  .productIntro .txt-info .tag {
    width: 24%;
    margin-top: 3%;
  }
  .productIntro .txt-info .img-product{
    width: 44%;
    bottom: -18%;
    left: 32%;
    transform: translate(0);
  }
  
  
  /* --------------------------------------

  productFeature

  -------------------------------------- */
  .productFeature{
    padding: 8% 0 25%;
  }
  .productFeature .ttl span{
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productFeature .inner > .txt{
    display: block;
    margin: 0 auto 100px;
    text-align: center;
  }

  .productFeature .point-wrap{
    margin-top: 50px;
    flex-wrap:wrap-reverse;
  }
  .productFeature .point-wrap .point,
  .productFeature .point-wrap figure{
    width: 100%;
  }
  .productFeature .point-wrap .point{
    margin-top: 40px;
  }
  .productFeature .point-wrap .point > p {
    padding: 8px 12px;
    font-size: 1.8rem;
  }
  .productFeature .point-wrap .point ul {
    font-size: 2.0rem;
    font-weight: 600;
  }
  .productFeature .point-wrap .point ul li{
    margin-top: 10px;
  }
  .productFeature .feature-list{
    margin: 60px auto 0;
  }
  .productFeature .feature-list li{
    width: 100%;
  }
  .productFeature .feature-list li:nth-child(n+2){
    margin-top: 40px;
  }
  .productFeature .feature-list li .lead{
    margin-top: 24px;
  }
  .productFeature .feature-list li .txt {
    margin-top: 20px;
    font-size: 1.8rem;
  }

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

  productGallery

  -------------------------------------- */
  .productGallery {
    padding: 15% 0 20%;
  }
  .productGallery::after {
    transform: translate(-50%,-50%) skewY(-6deg);
  }
  .productGallery .ttl{
    max-width: 200px;
    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: 24%;
    margin: 0 1.33% 0 0;
  }
  .productGallery .gallery .thumblist .thumblist-item:nth-child(n+2){
    margin-right: 1.33%;
  }
  .productGallery .gallery .thumblist .thumblist-item:nth-child(4n){
    margin-right: 0;
  }
  .productGallery .gallery .thumblist .thumblist-item:nth-child(3),
  .productGallery .gallery .thumblist .thumblist-item:nth-child(4){
    margin-top: 0;
  }
  .productGallery .gallery .thumblist .thumblist-item:nth-child(n+5){
    margin-top: 1%;
  }
  .productGallery .gallery .thumblist .thumblist-item.current::before{
    border: 3px solid #ea9c4a;
  }


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

  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 .flexbox{
    display: block;
    margin-top: 40px;
  }
  .productInfo .photo {
    width: 100%;
  }
  .productInfo .detail {
    width: 100%;
    margin-top: 15px;
    padding: 5%;
  }
  .productInfo .detail .wrap{
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .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.6;
  }
  .productInfo .detail .txt dl{
    display: block;
  }
  .productInfo .detail .txt dl dt{
    width: auto;
    margin-right: 0;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .productInfo .detail .txt dl dt::after{
    display: none;
  }
  .productInfo .detail .txt dl dd{
    width: 100%;
    margin-bottom: 10px;
  }
  .productInfo .detail .txt dl dd:last-of-type{
    margin-bottom: 0;
  }

  .productInfo .purchase .price {
    width: 100%;
    margin-top: 20px;
    padding: 5% 0 0;
    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;
  }


}

@media screen and (max-width: 480px) {
  .productIntro {
    padding: 10% 0 26%;
    background: url(../images/item/truck_bednet/bg_mv_sp.webp) no-repeat center top;
    background-size: cover;
  }
  .productFeature {
    padding: 5% 0 35%;
    background: url(../images/item/ratchet_tie_down/bg_cont_bottom.svg) bottom left no-repeat;
    background-size: 50%;
  }
  .productFeature .inner > .txt {
    margin-bottom: 70px;
  }
  .productFeature .ttl{
    max-width: 220px;
    margin: 0 auto;
  }
  .productFeature .point-wrap {
    margin-top: 40px;
  }
  .productFeature .point-wrap .point > p {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
  .productFeature .point-wrap .point ul {
    font-size: 1.6rem;
  }
  .productFeature .feature-list li .lead {
    margin-top: 20px;
  }
  .productFeature .feature-list li .lead img{
    height: 2.0rem;
  }
  .productFeature .feature-list li .txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
