@charset "UTF-8";
[data-v-cce4beb6]: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-top-recipe-carousel-card[data-v-cce4beb6] {
  display: grid;
  grid-template-rows: 1fr;
}
.dp-top-recipe-carousel-card--disabled > *[data-v-cce4beb6] {
  opacity: 0.7;
}
.dp-top-recipe-carousel-card--disabled .dp-top-recipe-carousel-card__content[data-v-cce4beb6] {
  background-color: #f1f1f1;
  border: rgba(170, 170, 170, 0.2) 1px solid;
}
.dp-top-recipe-carousel-card__closed[data-v-cce4beb6] {
  position: absolute;
  bottom: 1px;
  left: 0;
  margin: 0;
  font-size: 10px;
  transform: scale(0.8);
}
.dp-top-recipe-carousel-card a[data-v-cce4beb6] {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  text-decoration: none;
  color: #000;
}
.dp-top-recipe-carousel-card__content[data-v-cce4beb6] {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  margin: 0;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.dp-top-recipe-carousel-card__content > *[data-v-cce4beb6]:last-child {
  margin-bottom: 0;
}
.dp-top-recipe-carousel-card__capsule[data-v-cce4beb6] {
  display: grid;
  place-items: center start;
  grid-template-columns: 12px 1fr;
  gap: 2px;
  color: #666;
  font-size: 10px;
}
.dp-top-recipe-carousel-card__capsule-name[data-v-cce4beb6] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dp-top-recipe-carousel-card__title[data-v-cce4beb6] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  height: 41.6px;
}
.dp-top-recipe-carousel-card__thumbnail[data-v-cce4beb6] {
  position: relative;
  width: 100%;
}
.dp-top-recipe-carousel-card__thumbnail[data-v-cce4beb6]::before {
  display: block;
  content: "";
  padding-top: calc(343 / 343 * 100%);
}
.dp-top-recipe-carousel-card__thumbnail img[data-v-cce4beb6],
.dp-top-recipe-carousel-card__thumbnail iframe[data-v-cce4beb6],
.dp-top-recipe-carousel-card__thumbnail video[data-v-cce4beb6] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-top-recipe-carousel-card__thumbnail[data-v-cce4beb6] {
  place-self: center end;
  margin-top: 10px;
  overflow: hidden;
}

/*# sourceMappingURL=66.f94272d4.css.map?v=1786938416561*/