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


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

STEERING

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

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

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

productGallery

-------------------------------------- */
.productGallery{
  padding: 120px 0;
}
.productGallery .ttl{
  text-align: center;
}
.productGallery .ttl img{
  max-width: 320px;
}
.productGallery .ttl span {
  display: block;
  margin-top: 12px;
  font-size: 1.6rem;
  font-style: normal;
  text-shadow: none;
  letter-spacing: .35rem;
  font-weight: 500;
}
.productGallery .gallery{
  display: flex;
  max-width: 1480px;
  margin: 40px auto 0;
  flex-flow: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.productGallery .gallery .swiper-container{
  width: 55%;
  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: 44%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.productGallery .gallery .thumblist > div{
  width: calc((100% - 24px) /3);
  position: relative;
  cursor: pointer;
}
.productGallery .gallery .thumblist .thumblist-item.current::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #ea9c4a;
  position: absolute;
  top: 0;
  left: 0;
}
.productGallery .gallery .thumblist .thumblist-item figure figcaption{
  display: none;
}


.bnrWrap {
  margin: 60px auto 120px;
  text-align: center;
}
.bnrWrap .bnr:nth-child(n+2) {
  margin-top: 60px;
}
.bnrWrap .bnr.coming {
  pointer-events: none;
}



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

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

  productGallery

  -------------------------------------- */
  .productGallery {
    padding: 15% 0 0;
  }
  .productGallery .ttl img {
    max-width: 220px;
  }
  .productGallery .ttl span {
    margin-top: 8px;
    font-size: 1.2rem;
    letter-spacing: .25rem;
  }
  .productGallery .gallery{
    display: block;
    width: 100%;
    margin: 24px 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;
  }

  .bnrWrap {
    margin: 60px auto;
  }
  .bnrWrap .bnr:nth-child(n+2) {
    margin-top: 24px;
  }


  .Item .btn.back{
    margin: 40px auto 60px;
  }

}
