@charset "UTF-8";
[data-v-93ae312c]: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[data-v-93ae312c] {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 60px;
  min-height: 200vh;
  background-color: #fff;
}
.dp-top-lead[data-v-93ae312c] {
  margin-top: -8px;
  margin-bottom: 24px;
}
.dp-top-pro-recipe[data-v-93ae312c] {
  padding: 16px 16px 32px;
  background-color: #f1f1f1;
}
.dp-top-pro-recipe__title[data-v-93ae312c] {
  font-family: "Oswald";
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1.25;
  text-transform: capitalize;
}
.dp-top-pro-recipe__subtitle[data-v-93ae312c] {
  margin-bottom: 16px;
}
.dp-top-pro-recipe__buttons[data-v-93ae312c] {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
}
.dp-top-empty[data-v-93ae312c] {
  margin-bottom: 32px;
}
.dp-top-empty__inner[data-v-93ae312c] {
  padding: 32px 16px;
  background-color: #fff;
}
.dp-top-favorite-empty__title[data-v-93ae312c] {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  white-space: pre-wrap;
}
.dp-top-favorite-empty__lead[data-v-93ae312c] {
  margin-bottom: 32px;
}
.dp-top-video-player[data-v-93ae312c] {
  position: relative;
  width: 100%;
}
.dp-top-video-player[data-v-93ae312c]::before {
  display: block;
  content: "";
  padding-top: calc(193 / 343 * 100%);
}
.dp-top-video-player[data-v-93ae312c] img,
.dp-top-video-player[data-v-93ae312c] iframe,
.dp-top-video-player[data-v-93ae312c] video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-top-video-player[data-v-93ae312c] {
  line-height: 1;
}
.dp-top-video-player[data-v-93ae312c]::v-deep__video {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=35.fb32fcde.css.map?v=1786938416561*/