.frv-c-imageModal__button.-close {
  transform: translate(50%) !important;
}

.frv-c-imageModal__content {
  max-height: 95dvh !important;
}

.frv-c-imageModal {
  height: 100dvh !important;

}


/* ロゴサイズ調整 */
.fs-p-logo__image {
  width: 200px;
}
@media (width >= 600px) {
  .fs-p-logo__image {
    width: 180px !important;
  }
}

/* カート内お届け予定日の表示を非表示 */
.fs-c-checkout-shippingOptionPreview__note:has(
  > .fs-c-deliveryDateInfo
),
.fs-c-checkout-shippingDetail__deliveryDateInfo:has(
  > .fs-c-deliveryDateInfo
) {
  display: none !important;
}

/* TOPカルーセル矢印位置調整 */
@media screen and (width >= 768px) {
  .fs-body-top .fs-c-productListCarousel__ctrl--prev {
    top: -62px;
    left: 200px !important;
  }
  .fs-body-top .fs-c-productListCarousel__ctrl--next {
    top: -62px;
    left: 230px !important;
  }
}