@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/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;
  }
}

/* item */
.Item .inner .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Item .inner .wrapper.reserve {
  margin-top: 160px;
}
.Item .inner .wrapper .productInfo{
  width: 48%;
  position: relative;
}
.Item .inner .wrapper .productInfo .product-ttl{
  color: #ffffff;
}
.Item .inner .wrapper .productInfo .product-ttl .enWrap{
  margin-left: -0.5rem;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.0;
}
.Item .inner .wrapper .productInfo .product-ttl .enWrap small{
  display: block;
  margin-left: 1.0rem;
  font-size: 2.8rem;
  font-weight: 300;
}
.Item .inner .wrapper .productInfo .product-ttl h2{
  margin: 12px 0 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  top: -6px;
}
.Item .inner .wrapper .productInfo .product-ttl .ttl-series{
  display: block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 600;
  opacity: .7;
}
.Item .inner .wrapper .productInfo .catch{
  margin-top: 35px;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
}
.Item .inner .wrapper .productInfo .product-txt{
  margin-top: 45px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
}
.Item .inner .wrapper .productInfo .pointWrap {
  margin-top: 40px;
}
.Item .inner .wrapper .productInfo .point-ttl {
  display: inline-block;
  text-align: center;
  background: #FF5D16;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.0rem;
  color: #fff;
}
.Item .inner .wrapper .productInfo ul {
  margin-top: 10px;
  margin-left: 5px;
  color: #fff;
}
.Item .inner .wrapper .productInfo ul li {
  margin-top: 5px;
  font-weight: 600;
  padding-left: 1.0em;
  position: relative;
}
.Item .inner .wrapper .productInfo ul li::before {
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  text-indent: -1em;
  position: relative;
  position: absolute;
  left: 0;
  top: 10px;
}

.Item .inner .wrapper .productImg {
  width: 48%;
}
.Item .inner .wrapper .productImg .gallery .swiper-slide{
  position: relative;
}
.Item .inner .wrapper .productImg .gallery .swiper-slide small{
  padding: 6px 10px 8px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.Item .inner .wrapper .productImg .gallery .thumblist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 2%;
}
.Item .inner .wrapper .productImg .gallery .thumblist > div {
  width: calc((100% - 6%)/4);
  position: relative;
  cursor: pointer;
}
.Item .inner .wrapper .productImg .gallery .thumblist > div.current::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #FF5D16;
  position: absolute;
  top: 0;
  left: 0;
}
.Item .inner .wrapper .productImg .gallery .thumblist > div small {
  display: none;
}


.productInfo .purchase .price {
  margin-top: 80px;
  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 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;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  opacity: .85;
}



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





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

  .contWrap {
    padding-bottom: 60px;
  }


  .Item .inner .wrapper.reserve{
    margin-top: 60px;
  }
  .Item .inner .wrapper .productInfo{
    width: 100%;
  }
  .Item .inner .wrapper .productInfo .product-ttl{
    display: block;
  }
  .Item .inner .wrapper .productInfo .product-ttl .enWrap{
    margin-left: -0.5rem;
    font-size: 4.8rem;
  }
  .Item .inner .wrapper .productInfo .product-ttl .enWrap small{
    margin-left: 1.0rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .Item .inner .wrapper .productInfo .product-ttl.blk .enWrap small{
    display: block;
    margin-left: 0;
  }
  .Item .inner .wrapper .productInfo .product-ttl .enWrap .sub{
    display: block;
    font-size: 50%;
    margin: 8px 0 0 10px;
  }
  .Item .inner .wrapper .productInfo .product-ttl h2{
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: 700;
    top: 3px;
    transform: translateX(0) !important;
  }
  .Item .inner .wrapper .productInfo .catch{
    margin-top: 20px;
    font-size: 1.7rem;
  }
  .Item .inner .wrapper .productInfo .product-txt{
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .Item .inner .wrapper .productInfo .mainPhoto{
    margin-top: 30px;
    position: relative;
  }
  .Item .inner .wrapper .productInfo .mainPhoto small{
    text-align: left;
    color: #747474;
    letter-spacing: 0;
    font-size: 1.0rem;
  }

  .Item .inner .wrapper .productInfo .pointWrap {
    margin-top: 30px;
  }

  .Item .inner .wrapper .productInfo .point-ttl {
    padding: 6px 10px 8px;
    border-radius: 4px;
    font-size: 1.6rem;
  }

  .Item .inner .wrapper .productInfo ul {
    margin-top: 10px;
    margin-left: 5px;
  }

  .Item .inner .wrapper .productInfo ul li {
    margin-top: 2px;
    padding-left: 1.0em;
    text-indent: 0em;
  }
  .Item .inner .wrapper .productInfo ul li::before {
    top: 8px;
  }

  .Item .inner .wrapper .productImg {
    width: 100%;
    margin-top: 40px;
  }
  .Item .inner .wrapper .productImg .gallery .thumblist > div.current::before{
    border-width: 3px;
  }
  .Item .inner .wrapper .productImg .gallery .swiper-slide small{
    font-size: 1.0rem;
  }



  .productInfo .purchase .price {
    margin-top: 15%;
  }
  .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;
  }

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

}
