/* 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 {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 16px;
  cursor: pointer;
}

.item_metal_switch .metal-btn.is-active {
  border-color: #212225;
}

/* product detail */
.ec-productRole {
  margin: 0 auto 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  color: #212225;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1238px;
}

.ec-productRole:after {
  content: " ";
  display: table;
  clear: both;
}

.ec-productRole textarea {
  font-family: sans-serif;
}

.ec-productRole img {
  max-width: 100%;
  width: 100%;
}

.ec-productRole html {
  box-sizing: border-box;
}

.ec-productRole .ec-productRole__img {
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }
}

.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__profile {
    margin-left: 16px;
  }
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 1.25em;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}

.ec-productRole .ec-productRole__tags {
  font-size: 11px;
  margin: 4.8% 0 !important;
}
@media screen and (max-width: 767px) {
  .ec-productRole .ec-productRole__tags {
    padding: 6.4% 0;
  }
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__tags {
    padding: 24px 0;
  }
}

.ec-productRole .ec-productRole__tags .ec-productRole__tag {
  display: inline-block;
  padding: 4px 7px 5px;
  margin-bottom: 4px;
  list-style: none;
  line-height: 1em;
  font-size: 10px;
  border: solid 1px #212225;
  border-radius: 3.5px;
}

.ec-productRole .ec-productRole__priceRegular {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ec-productRole .ec-productRole__priceRegular {
    padding-top: 6.4%;
  }
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__priceRegular {
    padding-top: 14px;
  }
}

.ec-productRole .ec-productRole__priceRegular {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.ec-productRole__priceRegularPrice {
  font-size: 12px;
  color: #cdcdcd;
}

.ec-productRole .ec-productRole__priceRegularTax {
  font-size: 10px;
  text-align: right;
  padding-right: 3em;
  color: #cdcdcd;
}

.ec-productRole .ec-productRole__price {
  color: #c1af7d;
  padding: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
  }
}

.ec-price {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ec-price span {
    text-align: right;
  }
}

.ec-price__price {
  font-size: 1em !important;
}

.ec-productRole__code {
  font-size: 12px;
  padding: 4.8% 0 !important;
  border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
}

.ec-productRole .ec-productRole__category a {
  color: #33a8d0;
}

.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;
  list-style: none;
  padding: 0;
  margin: 0;
}

.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;
}

.ec-productRole .ec-productRole__actions {
  position: relative;
  padding: 14px 0;
}

.ec-productRole__specs {
  margin-bottom: 16px;
}

.ec-productRole__specGroup + .ec-productRole__specGroup {
  margin-top: 14px;
}

.ec-productRole__specLabel {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.ec-productRole__specGroup {
  --spec-panel-columns: 2;
}

[data-spec-panel-group=classcategory_id2] {
  --spec-panel-columns: 3;
}

.ec-productRole__specPanels {
  display: grid;
  grid-template-columns: repeat(var(--spec-panel-columns), minmax(0, 1fr));
  gap: 8px;
}

.ec-productRole__specPanel {
  width: 100%;
}

.ec-productRole__specPanel {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(185, 165, 125, 0.55);
  border-radius: 3.5px;
  background: #fff;
  color: #212225;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.ec-productRole__specPanel:hover {
  border-color: rgba(185, 165, 125, 0.85);
}

.ec-productRole__specPanel.is-active {
  border-color: #c1af7d;
  background: rgba(239, 226, 202, 0.45);
  box-shadow: 0 0 0 2px rgba(185, 165, 125, 0.12);
}

.ec-productRole__specPanel:focus-visible {
  outline: 2px solid rgba(185, 165, 125, 0.35);
  outline-offset: 2px;
}

.ec-productRole__specPanel:disabled {
  border-color: #ddd;
  background: #f7f7f7;
  color: #999;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.7;
}

.ec-productRole__specGroup.is-invalid .ec-productRole__specLabel {
  color: #b42318;
}

.ec-productRole__specError,
.ec-productRole__specServerError {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #b42318;
}

.ec-productRole__specServerError ul,
.ec-productRole__specServerError li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-productRole__specEmpty {
  margin: 0;
  font-size: 12px;
  color: #cdcdcd;
}

.ec-productRole__specSelects {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.ec-productRole .ec-productRole__actions .ec-select div {
  width: 100%;
}

.ec-productRole .ec-productRole__actions .ec-select div label {
  width: 50%;
}

.ec-productRole .ec-productRole__actions .ec-select div select {
  width: 50%;
  height: 44px;
  max-width: 50%;
}

.ec-numberInput {
  line-height: 1 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ec-numberInput span {
  width: 50%;
  font-size: 14px;
}

.ec-numberInput input {
  width: 50%;
  padding-left: 8px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-numberInput input[type=number] {
  text-align: center;
}

.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 6.4%;
}
@media screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__btn {
    width: 60%;
    margin-bottom: 16px;
    min-width: 350px;
  }
}

.ec-productRole__description {
  margin-top: 6.4%;
  margin-bottom: 16px;
  line-height: 1.8em;
}

.ec-product-option {
  margin: 6.4% 0;
}
@media screen and (min-width: 768px) {
  .ec-product-option {
    margin: 16px 0;
  }
}

.ec-checkbox--panel + .ec-checkbox--panel {
  margin: 6.4% 0 12%;
}

.ec-checkbox--panel label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}

.ec-checkbox--panel input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ec-checkbox--panel span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(185, 165, 125, 0.55);
  border-radius: 3.5px;
  background: #fff;
  color: #212225;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .ec-checkbox--panel span {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 12px;
  }
}

.ec-checkbox--panel label:hover span {
  border-color: rgba(185, 165, 125, 0.85);
}

.ec-checkbox--panel input[type=checkbox]:checked + span {
  border-color: #c1af7d;
  background: rgba(239, 226, 202, 0.45);
  box-shadow: 0 0 0 2px rgba(185, 165, 125, 0.12);
}

.ec-checkbox--panel input[type=checkbox]:focus-visible + span {
  outline: 2px solid rgba(185, 165, 125, 0.35);
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .symbol {
    margin-bottom: 3.2%;
  }
}

.ch_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ch_radio {
    gap: 8px;
  }
}

.ch_radio > div {
  width: 100%;
}

.ch_radio label {
  position: relative;
  display: block;
  width: calc((100% - 10px) / 2);
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ch_radio label {
    width: calc((100% - 8px) / 2);
  }
}

.ch_radio label input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ch_radio label span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 10px;
  border: 1px solid rgba(185, 165, 125, 0.55);
  border-radius: 3.5px;
  background: #fff;
  color: #212225;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .ch_radio label span {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 12px;
  }
}

.ch_radio label:hover span {
  border-color: rgba(185, 165, 125, 0.85);
}

.ch_radio label input[type=radio]:checked + span {
  border-color: #c1af7d;
  background: rgba(239, 226, 202, 0.45);
  box-shadow: 0 0 0 2px rgba(185, 165, 125, 0.12);
}

.ch_radio label input[type=radio]:focus-visible + span {
  outline: 2px solid rgba(185, 165, 125, 0.35);
  outline-offset: 2px;
}

.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;
}
@media screen and (max-width: 767px) {
  .item_visual {
    aspect-ratio: 1/1;
  }
}

.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%;
  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;
}
@media screen and (max-width: 767px) {
  .item_nav .slideThumb {
    width: 25%;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .item_visual_dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .item_visual_dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .item_visual_dots button.is-active {
    background: rgba(0, 0, 0, 0.75);
  }
}

.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);
}
@media screen and (max-width: 767px) {
  .product-image-lightbox {
    padding: 0;
  }
}

.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;
  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;
  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;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__nav {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__nav--prev {
    left: 0;
  }
}

.product-image-lightbox__nav--next {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__nav--next {
    right: 0;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__thumbs {
    gap: 6px;
    margin-top: 8px;
    padding: 0 10px 10px;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__thumb {
    width: 52px;
  }
}

.product-image-lightbox__thumb.is-active {
  border-color: #fff;
  opacity: 1;
}

.product-image-lightbox__thumb img {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: cover;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .product-image-lightbox__thumb img {
    height: 52px;
  }
}

.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;
}
