@charset "UTF-8";
/*商品マーク*/
a.fs-c-productMark__label {
  color: #fff;
}

/*動画*/
.fs-body-product .fs-c-productCarouselMainImage__image > iframe {
  max-width: 600px;
  width: 600px;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fs-body-product .fs-c-productCarouselMainImage__image.fs-c-productCarouselMainImage__image--video img {
  opacity: 0;
  height: 0;
}

.fs-body-product .fs-c-productCarouselMainImage__carousel.fs-c-slick.slick-initialized.slick-slider.slick-dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1px) and (max-width: 1300px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 546px;
    width: 546px;
    height: 546px;
  }
}
@media (min-width: 1px) and (max-width: 1250px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 532px;
    width: 532px;
    height: 532px;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 493px;
    width: 493px;
    height: 493px;
  }
}
@media (min-width: 1px) and (max-width: 1150px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 500px;
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 1px) and (max-width: 1070px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 450px;
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    max-width: 600px;
    height: 594px;
    max-width: 100vw;
    width: 600px;
    max-height: 100vh;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-width: 100vw;
    max-height: 100vh;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > iframe {
    width: 100vw;
    max-width: 767px;
    height: 100%;
    max-height: none;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image--video {
    width: 100%;
    max-width: 767px;
    aspect-ratio: 1/1;
    /* 画像と同じ 600×600 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image--video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
  }
}