/* 
-----------------------------
common/css/slider_movie.cssから 
-----------------------------
*/
._slider{max-width: 930px; opacity: 0; transition: opacity .3s ease-out; margin: 20px auto 10px;}
._slider.slick-initialized{opacity: 1;}
._slider .item{}
._slider .item picture{display: block; background-color: #f6f6f6;}
._slider .item picture img{width: 100%; height: auto;}
._slider .movie{display: block; width: auto; height: 0; padding-top: 75%; position: relative;}
._slider .movie video{height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
._slider .prev_arrow,
._slider .next_arrow{width: 9%; cursor: pointer; z-index: 1; position: absolute; top: 50%; transform: translateY(-50%);}
._slider .prev_arrow{left: 0;}
._slider .next_arrow{right: 0;}
._thumbs{display: flex; justify-content: center; align-items: center;}
._thumbs div{overflow: hidden; margin: 0 5px; transition-duration: 0.3s; position: relative;}
._thumbs div:hover{opacity: 0.6;}
@media print, screen and (min-width: 993px) and (max-width: 1199px){
._slider .slick-slide{height: 540px;}
._thumbs div{width: 60px;}
}
@media screen and (max-width: 994px){
._thumbs{margin: 0 5px;}
._thumbs div{margin: 0 .5vw;}
}
#item-photo{margin-bottom: -15px !important;}
._thumbs#_thumbs_m{flex-wrap: wrap;row-gap: 10px;justify-content:left}
._thumbs#_thumbs_m div{width: calc(10% - 0.5vw);}


/* 
-----------------------------
common/css/itemphoto.cssから 
-----------------------------
*/
._slider .item picture {background: #fff;}
._slider .item picture img {max-width: 640px;margin-left: auto;margin-right: auto;}
.sec_image_pc ._slider .item picture img {max-width: 580px;}



/* 
-----------------------------
common2025/2026/css/detail_table.cssから 
-----------------------------
*/
.ItemDetails {
  border-top: solid 1px #eee;
  @media screen and (max-width: 1000px) {
    margin-inline: 20px;
  }
}

.details_cell_cotainer {
  display: flex;
  border-bottom: solid 1px #eee;
}

.details_cell_cotainer#details_stone .details_table_contents > a {
  width: 100%;
  padding-right: 40px;
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.details_cell_cotainer#details_stone .details_table_contents > a::after {
  content: "パワーストーン辞典を見る";
  display: block;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: 24px;
  transform: none;
  padding-left: 22px;
  margin-top: 3px;
  font-size: 1.3rem;
  color: rgb(127, 158, 174);
  line-height: 200%;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: url(https://www.power-stones.jp/common2025/img/icon_dictionary_blue.svg?v=001) left 3px / 16px 20px no-repeat;
  text-decoration: underline;
}

.details_table_label {
  white-space: nowrap;
  width: 125px;
  padding: 12px;
  font-weight: 300;
  font-size: 1.2rem;
  @media screen and (max-width: 769px) {
    white-space: normal;
    width: 100px;
  }
}

.details_table_contents {
  flex: 1;
  padding: 12px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}

.details_table_contents a {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  text-decoration: underline;
}

.details_table_contents a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  transform: rotate(45deg);
}

.sp__only {
  display: none;
  @media screen and (max-width: 769px) {
    display: block;
  }
}


/* 
-----------------------------
common2025/2026/css/product_modal.cssから 
-----------------------------
*/
@media screen and (max-width: 770px) {
  ._slider {
    max-width: 100%;
  }

  ._slider .item picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 993px) and (max-width: 1199px) {
    ._slider .slick-slide {
        height: auto;
    }
}
.main_slide_wrap {
  position: relative;
}
.item.is-modal {
  position: relative;
}

.coordinationBtn {
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: 140px;
  width: 100%;
  background: #2A2A2A;
  border: 1px solid #2A2A2A;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-block: 3px;
  cursor: pointer;
  transition: all .3s ease;
}

.coordinationBtn::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background: url('https://www.power-stones.jp/common2025/2026/img/icon_arrow_circle_white.svg') no-repeat center / contain;
}

@media screen and (min-width: 770px) {
  .coordinationBtn:hover {
    opacity: .6;
  }
}

.modalParts.is-open .modalParts__inner {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}

.modalParts__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.modalParts__closeBtn {
  padding: 0;
  border: none;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  @media screen and (max-width: 770px) {
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.modalParts__closeBtn img {
  width: 100%;
  height: auto;
}

.modalParts__item {
  height: 100%;
}

.modalSlide {
  height: 100%;
}

.modalSlide .modalSlide__item {
  width: 100%;
  height: 100%;
}

.modalSlide__inner {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.1% 3%;
  padding-block: 7%;
  padding-inline: 11.4% 14.6%;
  @media screen and (max-width: 770px) {
    padding-block: 5%;
  }
}

.modalSlide .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url('https://www.power-stones.jp/common2025/2026/img/icon_arrow_white.svg') no-repeat center / 15px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.modalSlide .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modalSlide .slick-arrow::before {
  content: unset;
}

.modalSlide .slick-arrow.slick-next {
  right: 5.6%;
}
@media screen and (max-width: 770px) {
  .modalSlide .slick-arrow.slick-next {
    right: 2.6%;
  }
}

.modalSlide .slick-arrow.slick-prev {
  left: 3.7%;
  transform-origin: center;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 770px) {
  .modalSlide .slick-arrow.slick-prev {
    left: 2.6%;
  }
}

.modalSlide .slick-list {
  height: 100% !important;
}

.modalParts .slick-track {
  height: 100%;
}

.modalSlide .coordination {
  text-decoration: none;
  transition: all .3s ease;
}

@media screen and (min-width: 771px) {
  .modalSlide .coordination:hover {
    text-decoration: none;
    opacity: .6;
  }
}

.coordination__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.coordination__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coordination__title {
  margin: 0;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.coordination__price {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #ffffff;
  margin-top: 1px;
}

.coordination__tax {
  font-size: 8px;
  margin-left: 3px;
}

.coordination__sale {
  font-size: 10px;
  color: #DE1414;
  margin-left: 5px;
}
.leeep_movie {
  overflow: hidden;
  position: relative;
}
.leeep_movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
