@charset "UTF-8";
[data-v-f3f3287c]: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-capsule-detail[data-v-f3f3287c] {
  z-index: 100;
  position: relative;
}
.dp-capsule-detail-close[data-v-f3f3287c] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 16px;
}
.dp-capsule-detail-content[data-v-f3f3287c] {
  position: fixed;
  bottom: 0;
  padding: 36px 0 0;
  background-color: #222;
  color: #fff;
  width: 100%;
}
.dp-capsule-detail-content__inner[data-v-f3f3287c] {
  padding: 0 16px 24px;
  max-height: 50vh;
  overflow-y: auto;
}
.dp-capsule-detail-title[data-v-f3f3287c] {
  display: grid;
  grid-template-columns: 22px 1fr;
  place-items: start;
  column-gap: 6px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  white-space: pre-wrap;
}
.dp-capsule-detail-title[data-v-f3f3287c] > :first-child {
  margin-top: 1px;
}
.dp-capsule-detail-description[data-v-f3f3287c] {
  margin-bottom: 24px;
  line-height: 1.57;
  white-space: pre-wrap;
}
.dp-capsule-detail-tastes[data-v-f3f3287c] {
  margin-bottom: 32px;
}
.dp-capsule-detail-taste[data-v-f3f3287c] {
  display: grid;
  grid-template-columns: 2em 1fr;
  place-items: center start;
  column-gap: 16px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.dp-capsule-detail-taste[data-v-f3f3287c]:last-child {
  margin-bottom: 0;
}
.dp-capsule-detail-taste__label[data-v-f3f3287c] {
  font-weight: bold;
}
.dp-capsule-detail-taste__meter[data-v-f3f3287c] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-items: center;
  gap: 0 4px;
  width: 100%;
  height: 12px;
}
.dp-capsule-detail-taste__meter-item[data-v-f3f3287c] {
  position: relative;
  display: block;
  background-color: #666;
  width: 100%;
  height: 2px;
}
.dp-capsule-detail-taste__meter-item.dp-capsule-detail-taste__meter-item--active[data-v-f3f3287c] {
  background-color: #fcfcfc;
  height: 2px;
}
.fade-enter-active[data-v-f3f3287c],
.fade-leave-active[data-v-f3f3287c] {
  transition: opacity 0.15s ease;
}
.fade-enter[data-v-f3f3287c],
.fade-leave-to[data-v-f3f3287c] {
  opacity: 0;
}

/*# sourceMappingURL=50.56e18df9.css.map?v=1786938416561*/