@charset "UTF-8";
[data-v-b24cc326]: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[data-v-b24cc326] {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 100px;
}
.dp-pro-recipe-detail-overview[data-v-b24cc326] {
  position: relative;
  margin-bottom: 32px;
  padding: 0 16px;
}
.dp-pro-recipe-detail-overview__myrecipe-button[data-v-b24cc326] {
  position: absolute;
  top: -54px;
  right: 0;
}
.dp-pro-recipe-detail-overview-head[data-v-b24cc326] {
  margin-bottom: 16px;
}
.dp-pro-recipe-detail-overview-head__subtitle[data-v-b24cc326] {
  margin-bottom: 8px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.4;
}
.dp-pro-recipe-detail-overview-head__title[data-v-b24cc326] {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
}
.dp-pro-recipe-detail-overview-head__bottom[data-v-b24cc326] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dp-pro-recipe-detail-overview-time[data-v-b24cc326] {
  display: grid;
  grid: auto-flow/1fr 1fr;
  gap: 8px;
  place-items: center start;
  margin-bottom: 0;
  font-size: 14px;
}
.dp-pro-recipe-detail-overview-time > dt[data-v-b24cc326] {
  display: grid;
  gap: 8px;
  grid: auto-flow/16px 1fr;
  place-items: center;
  margin-bottom: 0;
  font-weight: bold;
}
.dp-pro-recipe-detail-overview-time .c-icon[data-v-b24cc326] {
  margin-bottom: 2px;
}
.dp-pro-recipe-detail-overview-button[data-v-b24cc326] {
  display: grid;
  place-items: center end;
}
.dp-pro-recipe-detail-overview-button__label[data-v-b24cc326] {
  padding-top: 1px;
  line-height: 1.4;
}
.dp-pro-recipe-detail-overview-description[data-v-b24cc326] {
  font-size: 16px;
  line-height: 1.6;
  white-space: pre-wrap;
}
.dp-pro-recipe-detail-capsule[data-v-b24cc326] {
  margin-bottom: 32px;
  padding: 0 16px;
}
.dp-pro-recipe-detail-capsule__title[data-v-b24cc326] {
  display: grid;
  grid: auto-flow/15px 1fr;
  place-items: center start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.dp-pro-recipe-detail-capsule > * > *[data-v-b24cc326]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dp-pro-recipe-detail-capsule-content[data-v-b24cc326] {
  display: grid;
  grid: auto-flow/24% 1fr;
  place-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.dp-pro-recipe-detail-capsule-content__thumbnail[data-v-b24cc326] {
  position: relative;
  width: 100%;
}
.dp-pro-recipe-detail-capsule-content__thumbnail[data-v-b24cc326]::before {
  display: block;
  content: "";
  padding-top: calc(160 / 160 * 100%);
}
.dp-pro-recipe-detail-capsule-content__thumbnail img[data-v-b24cc326],
.dp-pro-recipe-detail-capsule-content__thumbnail iframe[data-v-b24cc326],
.dp-pro-recipe-detail-capsule-content__thumbnail video[data-v-b24cc326] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-pro-recipe-detail-capsule-content__thumbnail img[data-v-b24cc326] {
  object-fit: contain;
}
.dp-pro-recipe-detail-capsule-content__title[data-v-b24cc326] {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
.dp-pro-recipe-detail-capsule-content__description[data-v-b24cc326] {
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
}
.dp-pro-recipe-detail-capsule-content__button > *[data-v-b24cc326] {
  padding-bottom: 0 !important;
}
.dp-pro-recipe-detail-capsule-drip-button[data-v-b24cc326] {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 -2px 8px rgba(0, 0, 0, 0.2));
}

/*# sourceMappingURL=37.0c58fe2a.css.map?v=1786938416561*/