@charset "UTF-8";
/* CSS Document */
/* basecolor */
/* yellow */
/* cart */
/* shopping */
/* base padding */
/* contents top margin  ase 
	 mgn = fixed menu height
*/
/* journal font */
/* breakpoints */
.item_metal_switch {
  display: none;
  gap: 12px;
  margin-top: 16px;
}
.item_metal_switch .metal-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 16px;
  cursor: pointer;
}
.item_metal_switch .metal-btn.is-active {
  border-color: #212225;
}
/* 通常価格* */
.ec-productRole__priceRegularPrice {
  font-size: 12px;
}
/* 商品価格 */
.ec-price {
  text-align: right;
}
.ec-price__price {
  font-size: 1em !important;
}
.ec-productRole__tags {
  font-size: 11px;
  margin: 4.8% 0 !important;
}
.ec-productRole__code {
  font-size: 12px;
  padding: 4.8% 0 !important;
}
.ec-productRole__description {
  margin-top: 6.4%;
  line-height: 1.8em;
}
.ec-sliderItemRole {
  width: 100%;
}
.ec-sliderItemRole .item_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.item_visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
}
.item_visual .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.item_visual .slide-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.item_visual .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-in;
}
.item_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
}
.item_nav .slideThumb {
  width: 25%;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  opacity: 0.55;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.item_nav .slideThumb.is-active {
  border-color: #000;
  opacity: 1;
  transform: scale(1.02);
}
.item_nav .slideThumb img {
  display: block;
  width: 100%;
  height: auto;
}
.item_visual_dots {
  display: none;
}
.product-image-lightbox[hidden] {
  display: none;
}
.product-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.78);
}
.product-image-lightbox__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(76vw, 1100px);
  max-width: 70%;
  max-height: 80vh;
}
.product-image-lightbox__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: calc(100vh - 92px);
  max-height: calc(100vh - 92px);
  overflow: hidden;
}
.product-image-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 92vh;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.18s ease;
  touch-action: none;
  will-change: transform;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-image-lightbox__image.is-zoomed {
  cursor: grab;
}
.product-image-lightbox__image.is-dragging {
  cursor: grabbing;
  transition: none;
}
.product-image-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.product-image-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}
.product-image-lightbox__nav:active {
  transform: translateY(-50%) scale(0.96);
}
.product-image-lightbox__nav--prev {
  left: 12px;
}
.product-image-lightbox__nav--next {
  right: 12px;
}
.product-image-lightbox__nav[hidden] {
  display: none;
}
.product-image-lightbox__thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
}
.product-image-lightbox__thumb {
  width: 64px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  opacity: 0.7;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.product-image-lightbox__thumb.is-active {
  border-color: #fff;
  opacity: 1;
}
.product-image-lightbox__thumb img {
  display: block;
  width: 100%;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.product-image-lightbox__close {
  position: fixed !important;
  top: max(12px, env(safe-area-inset-top, 0px) + 6.4%) !important;
  right: max(12px, env(safe-area-inset-right, 0px) + 6.4%) !important;
  width: 128px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  z-index: 10020;
}
.product-image-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.06);
}
.product-image-lightbox__close:active {
  transform: scale(0.96);
}
.product-image-lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ec-productRole .ec-productRole__category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
}
.ec-productRole .ec-productRole__category div {
  width: 100%;
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 8px;
}
.ec-productRole .ec-productRole__category ul {
  display: flex;
}
.ec-productRole .ec-productRole__category ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1em;
}
.ec-productRole .ec-productRole__category ul li a:nth-child(2)::before {
  content: "-";
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .item_nav .slideThumb {
    width: 25%;
  }
  .item_visual {
    aspect-ratio: 1/1;
  }
  .item_visual_dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .item_visual_dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
  }
  .item_visual_dots button.is-active {
    background: rgba(0, 0, 0, 0.75);
  }
  .product-image-lightbox {
    padding: 0;
  }
  .product-image-lightbox__nav {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .product-image-lightbox__nav--prev {
    left: 0;
  }
  .product-image-lightbox__nav--next {
    right: 0;
  }
  .product-image-lightbox__thumb {
    width: 52px;
  }
  .product-image-lightbox__thumb img {
    height: 52px;
  }
  .product-image-lightbox__thumbs {
    gap: 6px;
    margin-top: 8px;
    padding: 0 10px 10px;
  }
}
/*# sourceMappingURL=detail.css.map */