body {
  background-image:url("../img/bg-black.jpg");
  background-repeat:  no-repeat;   
  background-position:center center;
  background-size:cover;
  width:100%;
  height:100%;
  position: relative;
}

/*--------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
}
header a {
  display: block;
  width: 200px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
header a {
  max-width: 150px;
  margin: 30px auto;
}
}

/*--------------------------------------------------------------------------
product
---------------------------------------------------------------------------*/
.product {
  width: 86.6666%;
  max-width: 1536px;
  margin: 0 auto;
  align-items: flex-start;
}

.product .cover {
  width: 43.945%;
}

.product .cover .swiper-slide {
  background: #000;
  aspect-ratio: 1 / 1;
  position: relative;
  list-style: none;
  overflow: hidden;
}
.product .cover .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .info {
  width: 56.055%;
  max-width: calc(572px + 12%);
  margin: 0 auto;
  padding: 1.5625vw 6% 0;
  color: #d4d4d4;
}
.product .label h1 {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.product .label .cate {
  display: block;
  color: #646464;
  font-size: 12px;
}
.product .label p {
  font-size: 14px;
  line-height: 2;
}

.product dl.spec {
  border-top: solid 1px #212121;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.product dl.spec dt {
  margin-top: 10px;
  color: #646464;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
}
.product dl.spec dd {
  line-height: 1.8;
}

.product-list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  transform: none !important;
}
.product-list .swiper-slide {
  width: auto !important;
}
.product ul.product-list li {
  opacity: 0.3;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1 / 1;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product ul.product-list li.active {
  opacity: 1;
}
.product ul.product-list li:hover {
  opacity: 0.8;
}
.product ul.product-list li img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media screen and (max-width: 1200px) {
	.product .info {
	  padding: 0 0 0 6.666vw;
	}
  .product .label p br {
    display: none;
  }
}


@media screen and (max-width: 768px) {
	.product {
	  width: 100%;
	  max-width: initial;
	  margin-top: 0!important;
	}

	.product .cover {
	  width: 100%;
	  margin: 0 auto;
	}
	.product .info {
	  width: 100%;
	  margin: 0 auto;
	  padding-left: 0;
      display: flex;
      flex-direction: column;
	}
	.product .product-box {
      order: -1;
      width: 80%;
      margin: 0 auto;
	}
	.product ul.product-list {
      grid-template-columns: repeat(5, 1fr);
      margin: 20px auto 40px!important;
	}

	.product .label {
	  width: 80%;
	  margin: 0 auto;
	}

	.product .label h1 {
	  font-size: 24px;
	}

	.product .label .cate {
	  display: block;
	  color: #646464;
	  font-size: 11px;
	}
	.product .label p {
	  font-size: 13px;
    line-height: 2;
    text-align: justify;
	}
	.product dl.spec {
	  width: 80%;
	  margin: 0 auto;
	}

}

/*--------------------------------------------------------------------------
btn-back
---------------------------------------------------------------------------*/
.btn-back {
  text-align: center;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.btn-back a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #d4d4d4;
  font-size: 13px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.btn-back a:hover {
  opacity: 0.7;
}


/* ＜ */
.btn-back a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-right: 10px;
}

/* 矢印を含めて下線 */
.btn-back a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #494949;
}


/*--------------------------------------------------------------------------
item
---------------------------------------------------------------------------*/
.item {
  width: 99%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #d4d4d4;
}
.item ul.item-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.item ul.item-list li {
  width: 100%;
  position: relative;
  background: #fff;
  aspect-ratio: 1 / 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item ul.item-list li.coming-soon::before {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #222;
  font-size: 10px;
  line-height: 1.5;
  z-index: 10;
  pointer-events: none;
}


.item ul.item-list li:hover {
  opacity: 0.5;
}
.item ul.item-list li.coming-soon:hover {
  opacity: 1;
}
.item ul.item-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.item ul.item-list li img {
  width: 80%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.item ul.item-list li.coming-soon img {
  opacity: 0.05;
}
@media screen and (max-width: 960px) {
  .item ul.item-list {
      grid-template-columns: repeat(3, 1fr);
      gap: 3px;
  }
}


/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  color: #d4d4d4;
  font-family: figtree, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
}

