@charset "UTF-8";
.spec {
  color: #666;
}

.spec__detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .spec__detail {
    flex-direction: column;
    gap: 0;
    padding: 0 6%;
  }
}
.spec__detail-inner {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 640px) {
  .spec__detail-inner {
    width: 100%;
  }
}
.spec__detail-inner > dd {
  line-height: 1.5;
}
.spec__detail-inner.type-01 {
  margin: 50px 0 0 0;
}
.spec__title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 50px 0 20px 0;
}
.spec__title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #a5a5a5;
  margin-right: 8px;
}
.spec__title-color {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 50px 0 10px 0;
}
.spec__title-name {
  font-size: 28px;
  font-family: "DIN Regular";
  font-weight: 400;
  line-height: 1;
  margin: 50px 0 8px 0;
}
.spec__title-name .title-small {
  font-size: 12px;
}
.spec__text {
  position: relative;
  font-size: 16px;
}
.spec__text-cap {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
}
.spec__color-gold {
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
}
.spec__color-gold img {
  max-width: 100%;
  height: auto;
}
.spec__color-name {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}
.spec__color-img-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 25px;
}
.spec figure.box-inner {
  width: calc((100% - 8px) / 2);
  margin: 0;
}
.spec figure.box-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.spec figure.box-inner .spec__color-name {
  margin-top: 8px;
  font-size: 14px;
}

a.spec-gallery {
  transition: all 0.3s ease-out;
}
a.spec-gallery:hover {
  opacity: 0.8;
}

.fancybox-close {
  pointer-events: none;
}

.fancybox-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
}

.fancybox-nav span {
  visibility: visible !important;
}

.fancybox-prev {
  left: -40px !important;
}

.fancybox-next {
  right: -40px !important;
}

@media screen and (max-width: 768px) {
  .fancybox-prev {
    left: -20px !important;
  }
  .fancybox-next {
    right: -20px !important;
  }
}

/*# sourceMappingURL=spec.css.map */