@charset "UTF-8";
.swiper-fade.swiper-free-mode .swiper-slide[data-v-029605d2] {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide[data-v-029605d2] {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide[data-v-029605d2] {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active[data-v-029605d2], .swiper-fade .swiper-slide-active .swiper-slide-active[data-v-029605d2] {
  pointer-events: auto;
}
[data-v-029605d2]:export {
  brand-primary01: #d10000;
  brand-secondary01: #2e5851;
  brand-accent01: #46aecf;
  brand-accent02: #ff7a00;
  brand-error: #ff0014;
  common-blue01: #46aecf;
  common-green01: #5a9d1d;
  common-green02: #56b98a;
  common-orange01: #ff7a00;
  common-lightenorange01: #ffebd9;
  common-beige01: #696458;
  common-beige02: #cec8ba;
  common-beige03: #f2ecde;
  common-grey01: #7f808b;
  common-grey02: #9d9da8;
  common-grey03: #cdcdcf;
  common-grey04: #f0f0f0;
  common-black01: #373841;
  common-white01: #fcfcfc;
  dp-primary: #df6800;
  dp-error: #ff0014;
  dp-red01: #c90011;
  dp-black01: #000;
  dp-grey01: #444;
  dp-grey02: #666;
  dp-grey03: #888;
  dp-grey04: #aaa;
  dp-grey05: #ccc;
  dp-grey06: #eaeaea;
  dp-white01: #fff;
}

/**
 * 画像を指定アスペクト比で描画する
 * @param $horizontal 幅の比率
 * @param $vertical 高さの比率
 * @param $objectFit
 *
 * @example
 * 画像を 4:3 で描画する場合
 *
 * ```html
 * <div class="wrapper">
 *   <img />
 * </div>
 * ```
 *
 * ```css
 * .wrapper {
 *   @include imageAspectRatio(4, 3);
 * }
 * ```
 */
.dp-pro-recipe-detail-carousel[data-v-029605d2] {
  position: relative;
  margin: 0;
}
.dp-pro-recipe-detail-carousel > div img[data-v-029605d2] {
  width: 100%;
  height: auto;
}
.dp-pro-recipe-detail-carousel .swiper-slide[data-v-029605d2] {
  height: auto;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet {
  padding: 0 4px;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet:first-child {
  padding-left: 0;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet:last-child {
  padding-right: 0;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet::before {
  display: block;
  content: "";
  background-color: #888;
  width: 24px;
  height: 3px;
}
.dp-pro-recipe-detail-carousel-pagination[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet--active::before {
  background-color: #eaeaea;
}
.dp-pro-recipe-detail-carousel-pagination--hidden[data-v-029605d2] .dp-pro-recipe-detail-carousel-pagination__bullet {
  opacity: 0;
}

/*# sourceMappingURL=59.8713407d.css.map?v=1786938416561*/