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


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

item

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

main {
  background: #000000;
}

.cont-ttlWrap .cont-ttl .ttl {
  color: #ffffff;
}
.cont-ttlWrap .cont-ttl .ttl::before,
.cont-ttlWrap .cont-ttl .ttl::after {
  background: #ffffff;
}
.topic-path, .topic-path a {
  color: #ffffff;
}
.topic-path span::before {
    background: url(../images/common/icon-arrow-next_wh.svg) center no-repeat;
}

.contWrap {
  padding-bottom: 120px;
  background: url(../images/item/ssc/bg2.webp) bottom center no-repeat, url(../images/item/ssc/bg1.webp) top center no-repeat;
  background-size: 100%;
}
.Carrier .contWrap {
  padding-bottom: 120px;
  background: url(../images/item/ssc/bg4.webp) top 75% center no-repeat, url(../images/item/ssc/bg3.webp) top 53% center no-repeat, url(../images/item/ssc/bg2.webp) top 24% center no-repeat, url(../images/item/ssc/bg1.webp) top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width:768px) {
  .cont-ttlWrap {
      background: url(../images/item/kv06.webp) center no-repeat;
      background-size: cover;
      animation: none;
      position: relative;
  }
}

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

productIntro

-------------------------------------- */
.productIntro{
  position: relative;
}
.productIntro .inner{
  display: flex;
  justify-content: space-between;
}
.productIntro .txt-info{
  width: 48%;
  max-width: 520px;
  color: #ffffff;
}
.productIntro .txt-info .product-ttl .enWrap{
  margin-left: -0.5rem;
  font-size: 8.4rem;
  font-weight: 600;
  line-height: 1.0;
}
.productIntro .txt-info .product-ttl .enWrap small{
  display: block;
  margin-left: 1.0rem;
  font-size: 2.8rem;
  font-weight: 300;
}
.productIntro .txt-info .product-ttl h2{
  margin-top: 6px;
  font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
}
.productIntro .txt-info .product-ttl .cross {
  max-width: 100px;
  margin: -40px auto 10px;
}
.productIntro .txt-info .product-ttl h2.right{
  max-width: 500px;
  text-align: right;
}
.productIntro .txt-info .catch{
  margin-top: 20px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .2rem;
}
.productIntro .txt-info .product-txt{
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.productIntro .txt-info .pointWrap {
  margin-top: 45px;
}
.productIntro .txt-info .pointWrap .point-ttl {
  display: inline-block;
  text-align: center;
  background: #FF5D16;
  padding: 8px 8px;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.0rem;
  color: #fff;
}
.productIntro .txt-info .pointWrap ul {
  margin-top: 12px;
  margin-left: 5px;
}
.productIntro .txt-info .pointWrap ul li {
  margin-top: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 1.0em;
  position: relative;
}
.productIntro .txt-info .pointWrap ul li::before {
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  text-indent: -1em;
  position: relative;
  position: absolute;
  left: 0;
  top: 10px;
}
.productIntro .txt-info .pointWrap + .cap {
 margin-top: 15px;
 font-size: 1.3rem;
}
.productIntro .mainVisual{
  width: 48%;
}


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

productFeature

-------------------------------------- */
.productFeature {
  margin-top: 140px;
  position: relative;
}
.productFeature .ttl{
  padding: 8% 0 10%;
  font-size: 6.4rem;
  background: url(../images/item/ssc/bg_ttl_feature.png) center no-repeat;
  background-size: contain;
  font-style: italic;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
.productFeature .ttl span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 600;
}
.productFeature .feature-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 8%;
}
.productFeature .feature-list li {
  width: 46%;
  color: #ffffff;
}
.productFeature .feature-list li .num {
  font-size: 1.6rem;
  font-weight: 500;
  opacity: .75;
}
.productFeature .feature-list li .lead {
  margin-top: 6px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.productFeature .feature-list li .lead + figure {
  margin-top: 32px;
}

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

productSpec

-------------------------------------- */
.productSpec{
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.productSpec .inner{
  max-width: 1400px;
}
.productSpec .ttl{
  padding: 9% 0 7%;
  font-size: 6.4rem;
  background: url(../images/item/ssc/bg_ttl_spec.webp) center no-repeat;
  background-size: contain;
  font-style: italic;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
.productSpec .ttl span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 600;
}
.productSpec .img-main {
  max-width: 1000px;
  margin: 60px auto 0;
}
.productSpec .catch {
  margin: 80px auto 36px;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.productSpec .img-sub + .caption {
  margin: 24px auto 0;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}
.productSpec .flow {
  max-width: 800px;
  margin: 24px auto 0;
}


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

productGallery

-------------------------------------- */
.productGallery{
  margin-top: 140px;
  position: relative;
}
.productGallery .ttl{
  padding: 8% 0;
  font-size: 6.4rem;
  background: url(../images/item/ssc/bg_ttl_gallery.webp) center no-repeat;
  background-size: contain;
  font-style: italic;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
.productGallery .ttl span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 600;
}
.productGallery .gallery{
  display: flex;
  margin: 50px auto 0;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.productGallery .gallery .swiper-container{
  width: 70%;
  margin: 0;
  background: #f6f6f6;
}
.productGallery .gallery.col3 .swiper-container{
  width: 65%;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide{
  display: flex;
  position: relative;
  align-items: center;
}
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide small,
.productGallery .gallery .swiper-container .swiper-wrapper .swiper-slide figure figcaption{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.productGallery .gallery .thumblist {
  display: flex;
  width: 29%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 2%;
}
.productGallery .gallery.col3 .thumblist {
  width: 34%;
}
.productGallery .gallery .thumblist > div{
  width: 49%;
  position: relative;
  cursor: pointer;
}
.productGallery .gallery.col3 .thumblist > div{
  width: 31.3%;
}
.productGallery .gallery .thumblist > div.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #FF5D16;
  position: absolute;
  top: 0;
  left: 0;
}
.productGallery .gallery .thumblist > div small,
.productGallery .gallery .thumblist > div figure figcaption{
  display: none;
}


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

productInfo

-------------------------------------- */
.productInfo{
  margin-top: 100px;
}
.productInfo .inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 60px 60px;
}
.productInfo .inner > .ttl{
  padding: 8% 0;
  background: url(../images/item/ssc/bg_ttl_info.webp) center no-repeat;
  background-size: contain;
  font-size: 6.4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
}
.productInfo .inner .ttl span {
  display: block;
  margin-top: 10px;
  font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productInfo .inner .flexbox {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.productInfo .inner .flexbox.mt {
  margin-top: 100px;
}
.productInfo .photo {
  display: flex;
  width: 49%;
  background: #ffffff;
  justify-content: center;
  align-items: center;
}
.productInfo .photo span{
  width: 32%;
  margin: 0 1px;
}
.productInfo .detail {
  width: 49%;
  padding: 25px 30px;
  border: 1px solid #8d8d8d;
  color: #ffffff;
}
.productInfo .detail .wrap{
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8d8d8d;
}
.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;
  line-height: 1.7;
  font-weight: normal;
}
.productInfo .detail .txt dl{
  display: flex;
}
.productInfo .detail .txt dl dt{
  width: 55px;
  margin-right: 4px;
}
.productInfo .detail .txt dl dd{
  text-indent: -1rem;
  padding-left: 1rem;
}
.productInfo .detail .txt dl dd.no-indent{
  text-indent: 0;
  padding-left: 0;
}
.productInfo .detail .cap {
  margin-top: 8px;
  font-size: 1.2rem;
}
.productInfo .detail .cap + .cap {
  margin-top: 4px;
}


.productInfo .purchase .price {
  margin-top: 60px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05rem;
  vertical-align: middle;
  text-align: center;
}
.productInfo .purchase .price > p{
  margin-bottom: 10px;
  font-size: 85%;
}
.productInfo .purchase .price > p.mt{
  margin-top: 20px;
}
.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;
  transform: translateY(-4px);
}
.productInfo .purchase > .flex.col3 > div .price dl dt {
  margin: 12px 0 0;
  width: 100%;
  font-size: 80%;
  font-weight: 500;
}
.productInfo .purchase .price dl dd + dd{
  margin-left: 10px;
}
.productInfo .purchase .price dl dd > span{
  display: inline-block;
  padding: 0 3px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 180%;
  letter-spacing: 0;
  position: relative;
  bottom: -3px;
}
.productInfo .purchase .price dl dd > span + span{
  font-size: 114%;
  bottom: 0;
}

/* btn */
.productInfo .purchase .btn-round{
  width: 100%;
  max-width: 280px;
  margin: 20px auto 0;
}
.productInfo .purchase .btn-round a{
  display: block;
  padding: 15px 5%;
  background: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
  border-radius: 50rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.productInfo .purchase .btn-round.coming a{
  background: #a7a7a7;
  border: 2px solid #a7a7a7;
  pointer-events: none;
}
.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-bk.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;
  color: #ffffff;
  opacity: .85;
}



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

productRelated

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

.other-content > .ttl {
  padding: 10% 0;
  background: url(../images/item/ssc/bg_ttl_option.webp) center no-repeat;
  background-size: contain;
  font-size: 6.4rem;
  font-weight: 600;
}
.other-content .ttl-category {
  padding-bottom: 6px;
  border-bottom: 1px solid #8d8d8d;
  color: #ededed;
  font-size: 1.8rem;
  font-weight: 600;
}
.other-content .ttl-category:nth-of-type(3) {
  margin-top: 60px;
}
.other-content .ttl-category + .itemList {
  margin-top: 24px;
}

.Item .itemWrap .itemList .item a .ttlWrap .ttl,
.Item .itemWrap .itemList .item a .ttlWrap .ttl-ja,
.Item .itemWrap .itemList .item a .ttlWrap .txt {
  color: #ffffff;
}
.btn.arrow.or a, .btn.arrow.or > span {
  color: #FF5D16;
  font-weight: 600;
}
.btn.arrow.or a::after, .btn.arrow.or > span::after {
  border-color: #FF5D16;
}

.Item .btn.back{
  max-width: 280px;
  margin: 60px auto 0;
}


@media screen and (max-width:768px) {
  
  .productIntro .inner{
    display: block;
  }
  .productIntro .txt-info{
    width: 100%;
  }
  .productIntro .txt-info .product-ttl{
    display: block;
  }
  .productIntro .txt-info .product-ttl .enWrap{
    margin-left: -0.5rem;
    font-size: 4.8rem;
  }
  .productIntro .txt-info .product-ttl h2 {
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: 700;
    top: 3px;
    transform: translateX(0) !important;
  }
  .productIntro .txt-info .product-ttl h2.right {
    max-width: 295px;
  }
  .productIntro .txt-info .product-ttl .cross {
    max-width: 40px;
    margin: -40px auto 10px;
    transform: translateX(-20px);
  }
  .productIntro .txt-info .catch{
    margin-top: 20px;
    font-size: 1.7rem;
  }
  .productIntro .txt-info .product-txt{
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .productIntro .txt-info .mainPhoto{
    margin-top: 30px;
    position: relative;
  }
  .productIntro .txt-info .pointWrap {
    margin-top: 30px;
  }
  .productIntro .txt-info .pointWrap .point-ttl {
    padding: 6px 10px 8px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
  .productIntro .txt-info .pointWrap ul {
    margin-top: 10px;
    margin-left: 5px;
  }
  .productIntro .txt-info .pointWrap ul li {
    margin-top: 5px;
    padding-left: 1.0em;
    font-size: 1.4rem;
    text-indent: 0em;
  }
  .productIntro .txt-info .pointWrap ul li::before {
    top: 8px;
  }


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

  productFeature

  -------------------------------------- */
  .productFeature{
    margin-top: 15%;
  }
  .productFeature .ttl{
    font-size: 4.8rem;
    padding: 12% 0 16%;
    background-size: 150%;
  }
  .productFeature .ttl span {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productFeature .feature-list {
    margin-top: 24px;
    gap: 30px 0;
  }
  .productFeature .feature-list li {
    width: 100%;
  }
  .productFeature .feature-list li .num {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .productFeature .feature-list li .lead {
    margin-top: 6px;
    font-size: 1.8rem;
  }
  .productFeature .feature-list li .lead + figure {
    margin-top: 24px;
  }
  
  
  /* --------------------------------------

  productSpec

  -------------------------------------- */
  .productSpec{
    margin-top: 15%;
  }
  .productSpec .ttl{
    font-size: 4.8rem;
    background-size: 120%;
  }
  .productSpec .ttl span {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productSpec .catch{
    margin: 40px auto 24px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .productSpec .img-sub + .caption {
    margin: 12px auto 0;
    font-size: 1.3rem;
  }

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

  productGallery

  -------------------------------------- */
  .productGallery {
    margin-top: 15%;
  }
  .productGallery.bg {
    margin-bottom: 15%;
    padding: 15% 0;
  }
  .productGallery .ttl{
    background-size: 120%;
    font-size: 3.8rem;
  }
  .productGallery .ttl span {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productGallery .tab-list-gallery{
    margin: 40px auto 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .productGallery .tab-list-gallery .tab{
    width: 49%;
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .productGallery .tab-list-gallery .tab:nth-of-type(n+3){
    margin-top: 10px;
  }
  .productGallery .gallery{
    display: block;
    width: 100%;
    margin: 10px auto 0;
  }
  .productGallery .gallery .swiper-container,
  .productGallery .gallery.col3 .swiper-container {
    width: 100%;
  }
  .productGallery .gallery .thumblist,
  .productGallery .gallery.col3 .thumblist {
    width: 100%;
    margin-top: 10px;
    gap: 6px 2%;
  }
  .productGallery .gallery .thumblist > div,
  .productGallery .gallery.col3 .thumblist > div{
    width: 23.5%;
  }
  .productGallery .gallery.col3.col3-sp .thumblist > div{
    width: 31.3%;
  }
  .productGallery .gallery .thumblist > div.current::before{
    border: 3px solid #ea9c4a;
  }
  .productGallery .gallery .thumblist > div small{
    display: none;
  }
  
  
  /* --------------------------------------

  productInfo

  -------------------------------------- */
   .productInfo{
    margin-top: 15%;
    padding-bottom: 60px; 
  } 
  .productInfo .inner{
    padding: 0;
    background: none;
  }
  .productInfo .inner > .ttl{
    padding: 8% 0;
    background-size: 120%;
    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: 20px;
  }
  .productInfo .photo {
    width: 100%;
  }
  .productInfo .photo span{
    width: 40%;
  }
  .productInfo .detail {
    width: 100%;
    margin-top: 15px;
    padding: 5%;
  }
  .productInfo .detail .wrap{
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .productInfo .detail .ttl {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .productInfo .detail .txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .productInfo .detail .txt dl{
    display: flex;
  }
  .productInfo .detail .txt dl dt{
    width: 55px;
    margin-right: 4px;
  }
  .productInfo .detail .txt dl dd{
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .productInfo .purchase > .flex.col3 + .flex.col3 > div:nth-child(1) .price {
    padding: 15% 0 0;
    border-top: 1px solid #d6d6d6;
  }
  .productInfo .purchase > .flex > div,
  .productInfo .purchase > .flex.col3 > div,
  .productInfo .purchase > .flex.col5 > div {
    width: 100%;
    margin: 0 auto;
  }
  .productInfo .purchase > .flex > div:nth-child(n+2) .price {
    padding: 7% 0 0;
    border-top: 1px solid #d6d6d6;
  }
  .productInfo .purchase .price {
    margin-top: 7%;
  }
  .productInfo .purchase .price > p {
    margin-bottom: 14px;
    font-size: 100%;
  }
  .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 0 4px;
    font-size: 1.2rem;
    font-weight: 500;
    transform: translateY(0);
  }
  .productInfo .purchase .price dl dd{
    font-size: 85%;
  }
  .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: 8px;
    font-size: 1.1rem;
    line-height: 1.3;
  }


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

  productRelated

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

  .other-content > .ttl {
    padding: 12% 0;
    background-size: 120%;
    font-size: 3.8rem;
  }
  
  .Item .btn.back{
    margin: 0 auto 60px;
  }


}
