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


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

item

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

.Carrier .contWrap {
  padding-bottom: 0;
}

.contWrap {
  padding-bottom: 0;
  background: #d1f0f6;
}
.productIntro {
  padding: 60px 0 25%;
  background: url(../images/item/ssc/cooler_bag/new/bg_main.webp) bottom center no-repeat;
  background-size: 100%;
  z-index: 2;
}


.original-bg-wrap {
  margin-top: -520px;
  padding-bottom: 120px;
  position: relative;
}
.original-bg-wrap > * {
  position: relative;
  z-index: 1;
}
.original-bg {
  width: 100%;
  height: 100%;
  background: url(../images/item/ssc/cooler_bag/new/bg.webp) center top / cover no-repeat;
  position: absolute;
  top: 0;
  z-index: 0 !important;
}


.productFeature {
  padding-top: 360px;
}
.productFeature .ttl{
  color: #fff;
  background: url(../images/item/ssc/cooler_bag/new/bg_ttl_feature.png) center no-repeat;
  background-size: contain;
}
.productFeature .feature-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 8%;
}
.productFeature .feature-list li {
  width: 46%;
  color: #222222;
}
.productFeature .feature-list li.wide {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productFeature .feature-list li.wide .wrap {
  width: 36%;
}
.productFeature .feature-list li.wide > figure {
  width: 60%;
}
.productFeature .feature-list li .num {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.productFeature .feature-list li .ttl-feature {
  margin: 4px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #222222;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.productFeature .feature-list li .lead {
  margin-top: 6px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}
.productFeature .feature-list ul {
  margin-top: 12px;
}
.productFeature .feature-list ul li {
  width: 100%;
  margin-top: 4px;
}
.productFeature .feature-list li figure {
  margin-top: 32px;
}
.productFeature .feature-list li ol {
  display: flex;
  margin-top: 64px;
  padding: 32px 48px 48px;
  background: rgba(255,255,255,0.8);
  justify-content: space-between;
  gap: 40px;
}
.productFeature .feature-list li ol li p img {
  height: 24px;
}
.productFeature .feature-list li ol li p + figure {
  margin-top: 12px;
}
.productFeature .way-detail-wrap {
  display: flex;
  margin-top: 120px;
  flex-wrap: wrap;
  gap: 64px;
}
.productFeature .way-detail-wrap .way-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.productFeature .way-detail-wrap .way-detail.reserve {
  flex-flow: row-reverse;
}
.productFeature .way-detail-wrap .way-detail .txt-wrap,
.productFeature .way-detail-wrap .way-detail figure {
  width: 48%;
}
.productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way {
  display: flex;
  padding-bottom: 6px;
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  align-items: center;
}
.productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way span {
  display: inline-flex;
  margin-right: 12px;
}
.productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way span img {
  height: 32px;
}
.productFeature .way-detail-wrap .way-detail .txt-wrap .txt {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.productGallery .ttl{
  color: #ffffff;
  background: url(../images/item/ssc/cooler_bag/new/bg_ttl_gallery.png) center no-repeat;
  background-size: contain;
}
.productGallery .gallery .thumblist > div.current::before{
  border: 4px solid #055ae4;
}


.productInfo .inner > .ttl {
  background: url(../images/item/ssc/cooler_bag/new/bg_ttl_info.png) center no-repeat;
  background-size: contain;
  color: #ffffff;
}
.productInfo .detail {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  color: #222222;
}
.productInfo .purchase .price,
.productInfo .purchase .cap {
  color: #222222;
}
.productInfo .detail .txt dl dd {
  text-indent: 0;
  padding-left: 0;
}

/* btn */
.productInfo .purchase .btn-round a {
  background: #3c98dd;
  color: #ffffff;
  border: 2px solid #3c98dd;
}
.productInfo .purchase .btn-round a span::before {
  background: url(../images/common/icon-shop-wh.svg) center no-repeat;
}



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

  .Carrier .contWrap {
    padding-bottom: 0;
  }

  .contWrap {
    padding-bottom: 0;
    background: #d1f0f6;
  }
  .productIntro {
    padding: 24px 0 85%;
    background: url(../images/item/ssc/cooler_bag/new/bg_main.webp) bottom center no-repeat;
    background-size: cover;
  }
  .original-bg-wrap {
    margin-top: -180px;
    padding-bottom: 60px;
  }
  .original-bg {
    width: 100%;
    height: 100%;
    background: url(../images/item/ssc/cooler_bag/new/bg.webp) center top / cover no-repeat;
    position: absolute;
    top: 0;
    z-index: 0 !important;
  }
  .productFeature {
    margin-top: 5%;
    padding-top: 35%;
  }

  .productFeature .feature-list {
    margin-top: 16px;
    gap: 48px 0;
  }
  .productFeature .feature-list li {
    width: 100%;
  }
  .productFeature .feature-list li.wide .wrap,
  .productFeature .feature-list li.wide > figure {
    width: 100%;
  }
  .productFeature .feature-list li .num {
    font-size: 1.4rem;
  }
  .productFeature .feature-list li .ttl-feature {
    margin: 4px 0 12px;
    padding-bottom: 4px;
    font-size: 2.4rem;
  }
  .productFeature .feature-list li .lead {
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .productFeature .feature-list ul li {
    margin-top: 2px;
  }
  .productFeature .feature-list li figure {
    margin-top: 24px;
  }
  .productFeature .feature-list li ol {
    margin-top: 32px;
    padding: 16px 6%;
    flex-wrap: wrap;
    gap: 12px 6%;
  }
  .productFeature .feature-list li ol li {
    width: 47%;
  }
  .productFeature .feature-list li ol li p img {
    height: 18px;
  }
  .productFeature .feature-list li ol li p + figure {
    margin-top: 12px;
  }
  .productFeature .way-detail-wrap {
    margin-top: 48px;
    gap: 32px;
  }
  .productFeature .way-detail-wrap .way-detail.reserve {
    flex-wrap: wrap;
  }
  .productFeature .way-detail-wrap .way-detail .txt-wrap,
  .productFeature .way-detail-wrap .way-detail figure {
    width: 100%;
  }
  .productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way {
    margin-top: 12px;
    font-size: 2.0rem;
  }
  .productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way span {
    margin-right: 12px;
  }
  .productFeature .way-detail-wrap .way-detail .txt-wrap .ttl-way span img {
    height: 20px;
  }
  .productFeature .way-detail-wrap .way-detail .txt-wrap .txt {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  

  .productGallery .gallery .thumblist > div.current::before{
    border: 3px solid #055ae4;
  }
  
  .productInfo .detail .txt dl dt{
    width: auto;
    margin-right: 4px;
    white-space: no-wrap;
  }
  .productInfo .detail .txt dl dd{
    text-indent: 0;
    padding-left: 0;
  }

  .Item .btn.back {
    margin: 0 auto;
  }

}
