/* slider_movie.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;
    }
}
/* slider_movie.cssの調整終わり */

.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%);
}
/* 商品メインスライドの動画調整 end */
