@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sofia+Sans+Extra+Condensed:wght@600&display=swap");
:root {
  --bg: transparent;
  --em: #E4007F;
  --blue: #036EB8;
  --beige: #f5f2e9;
  --pale: #DBE7ED;
  --lightblue: #e3eff6;
  --cream: #FFFDE5;
  --orange: #f08300;
  --purple: #796693;
  --lightpurple: #E098C1;
  --yellow: #fdd000;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #942248;
  --lightviolet: #F3EBF4;
  --gold: #BF9D5A;
  --pink: #DE82AD;
  --green: #549b35;
  --lightgreen: #a8cc80;
  --yellowgreen: #c1d57f;
  --mint: #5DC2D0;
  --red: #e60012;
  scroll-behavior: smooth;
}

#detail #middle_cont_left {
  color: var(--text);
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: -0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  background-color: var(--bg);
  background-image: none;
  background-size: auto;
  background-position: auto;
  background-repeat: no-repeat;
  padding: 0;
}
@media screen and (max-width: 320px) {
  #detail #middle_cont_left {
    font-size: 12px;
    line-height: 1.5;
    width: 95vw;
    padding: 0;
  }
}
#detail #middle_cont_left p {
  hanging-punctuation: allow-end;
  line-break: strict;
}
#detail #middle_cont_left sup {
  font-size: 80%;
  top: -0.3em;
  line-height: 1;
}
#detail #middle_cont_left em {
  color: var(--em);
}
#detail #middle_cont_left em,
#detail #middle_cont_left span {
  font-style: normal;
}
#detail #middle_cont_left em.blue,
#detail #middle_cont_left span.blue {
  color: var(--blue);
  font-style: inherit;
}
#detail #middle_cont_left em.green,
#detail #middle_cont_left span.green {
  color: var(--green);
  font-style: inherit;
}
#detail #middle_cont_left em.orange,
#detail #middle_cont_left span.orange {
  color: var(--orange);
  font-style: inherit;
}
#detail #middle_cont_left em.yellow,
#detail #middle_cont_left span.yellow {
  color: var(--yellow);
  font-style: inherit;
}
#detail #middle_cont_left em.purple,
#detail #middle_cont_left span.purple {
  color: var(--purple);
  font-style: inherit;
}
#detail #middle_cont_left em.gold,
#detail #middle_cont_left span.gold {
  color: var(--gold);
}
#detail #middle_cont_left em.pink,
#detail #middle_cont_left span.pink {
  color: var(--pink);
}
#detail #middle_cont_left em.red,
#detail #middle_cont_left span.red {
  color: var(--red);
  font-style: inherit;
}
#detail #middle_cont_left .marker {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(253, 208, 0, 0) 55%, #fdd000 65%, #fdd000 95%, rgba(253, 208, 0, 0) 100%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_blue {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(183, 205, 218, 0) 45%, rgba(183, 205, 218, 0.5) 55%, rgba(183, 205, 218, 0.5) 90%, rgba(183, 205, 218, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_pink {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(244, 180, 208, 0) 45%, rgba(244, 180, 208, 0.5) 55%, rgba(244, 180, 208, 0.5) 90%, rgba(244, 188, 208, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left a img {
  border: none;
}

#page-top {
  z-index: 99;
}

#dv_latest_recipe .sq dd.naiyo {
  text-align: justify;
  line-break: strict;
}

#ul_kiji {
  padding: 0 28px;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .flex {
    flex-wrap: wrap;
  }
}

.wrap {
  flex-wrap: wrap;
}

.caption,
.spec {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .caption,
  .spec {
    transform: scale(1);
    font-size: 9px;
    line-height: 13px;
    letter-spacing: -0.05em;
  }
}

.spec strong {
  display: block;
  white-space: nowrap;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp {
    display: revert !important;
  }
}

.sp5 {
  display: none !important;
}
@media screen and (max-width: 320px) {
  .sp5 {
    display: inherit !important;
  }
}

@media screen and (max-width: 480px) {
  .nosp {
    display: none !important;
  }
}

.alignRight {
  text-align: right !important;
  transform-origin: right bottom;
}

.alignCenter {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", "Kozuka Mincho Pro", "Yu Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

.c04, .c03, .c02 {
  background-image: linear-gradient(to bottom, var(--pale) 0%, white 33%, white 66%, var(--pale) 100%);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  padding: 45px 30px;
  margin: 0;
  background: var(--yellowgreen);
}
@media screen and (max-width: 480px) {
  .c00 {
    padding: 20px 15px 20px;
  }
}
.c00--lead {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c00--lead {
    line-height: 1.8;
    text-align: justify;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  background-image: url("images/bg-flash@2x.png"), linear-gradient(to bottom, var(--pale) 0%, white 33%, white 66%, var(--pale) 100%);
  background-position: right top, left top;
  background-size: 283px auto, 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 30px 0;
}
@media screen and (max-width: 480px) {
  .c01 {
    background-size: 45vw auto, 100% 100%;
    padding: 30px 15px 30px;
  }
}
.c01--title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 480px) {
  .c01--title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.c01--title_underline {
  text-decoration: underline;
}
.c01--title_strong {
  display: block;
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .c01--title_strong {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.c01--title_small {
  font-size: 25px;
}
.c01--list {
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c01--list {
    grid-template: auto/1fr;
    gap: 14px;
  }
}
.c01--item {
  padding: 15px;
  background: #e2eec5;
  border-left: 10px solid var(--lightgreen);
}
.c01--item_title {
  color: var(--green);
  font-size: 18px;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: 0 0 14px;
}
.c01--item_fig {
  display: block;
  max-width: 100%;
  margin-bottom: 14px;
}
.c01--item_text {
  text-align: justify;
  margin: 0;
}
.c01--item:nth-of-type(2), .c01--item:nth-of-type(3) {
  background: #f6f1d6;
  border-color: var(--yellow);
}
.c01--item:nth-of-type(2) .c01--item_title, .c01--item:nth-of-type(3) .c01--item_title {
  color: #dbb400;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 50px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 15px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 30px;
  }
}
.c02--title_img {
  max-width: 100%;
}
.c02--sub {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  border-left: 8px solid var(--yellow);
  padding-left: 8px;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c02--sub {
    font-size: 18px;
    border-left-width: 6px;
  }
}
.c02 .c02a, .c02 .c02b {
  margin-bottom: 40px;
}
.c02--text:last-of-type {
  margin-bottom: 0;
}
.c02--fig01 {
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
}
.c02--fig02 {
  position: relative;
  right: -15px;
  display: block;
  margin: 20px auto 0;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--fig02 {
    right: 0;
  }
}
.c02--fig03_wrap {
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 480px) {
  .c02--fig03_wrap {
    overflow-x: scroll;
    margin-right: -15px;
    padding-right: 15px;
  }
}
.c02--fig04 {
  display: block;
  margin: 0 auto 20px;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .c03 {
    grid-template: auto/1fr;
    gap: 30px;
    padding: 20px 15px;
  }
}
.c03--title {
  text-align: center;
  margin: 0 0 15px;
}
.c03--title img {
  max-width: 100%;
}
.c03--lead {
  padding: 10px 0 10px 110px;
  margin: 0 0 15px;
  background: transparent url("images/c03-fig01@2x.png") left top no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 480px) {
  .c03--lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: none;
  }
  .c03--lead:before {
    display: inline-block;
    content: "";
    width: 94px;
    height: 118px;
    background: transparent url("images/c03-fig01@2x.png") left top no-repeat;
    background-size: contain;
  }
}
.c03--lead_text {
  margin: 0;
  font-feature-settings: "palt";
  text-align: justify;
}
.c03--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template: auto 1fr/1fr 1fr;
  gap: 14px 18px;
}
@media screen and (max-width: 480px) {
  .c03--list {
    grid-template: auto/1fr;
    margin-bottom: 20px;
  }
}
.c03--item01 {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  font-feature-settings: "palt";
  grid-column: 1;
  padding: 15px 10px 15px 80px;
  background: #fbdad1 url("images/c03-fig02@2x.png") 16px center no-repeat;
  background-size: 48px auto;
}
.c03--item02 {
  grid-column: 1;
  padding: 15px 10px 15px 80px;
  background: var(--beige) url("images/c03-fig03@2x.png") 8px center no-repeat;
  background-size: 69px auto;
  height: fit-content;
}
.c03--item02_list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.c03--item02_item {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  font-feature-settings: "palt";
}
.c03--item02_item:first-child {
  margin-bottom: 6px;
}
.c03--item03 {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c03--item03 {
    grid-column: 1;
    grid-row: 3;
  }
}
.c03--item03 img {
  margin: -4px 0 0 -7px;
}
@media screen and (max-width: 480px) {
  .c03--item03 img {
    margin: 0 0 0 -2.1875%;
    max-width: 102.1875%;
  }
}
.c03 .c03b {
  filter: drop-shadow(0 0 2px var(--green));
  margin: -24px 0 30px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b {
    filter: none;
    margin: 0 0 30px;
    border: 1px solid var(--green);
    border-radius: 12px;
    overflow: hidden;
  }
}
.c03 .c03b--wrap {
  background: white;
  clip-path: polygon(0 0, 230px 0, 257px 40px, 100% 40px, 100% 100%, 0 100%);
  padding: 10px 15px;
  border-left: 10px solid var(--green);
}
@media screen and (max-width: 480px) {
  .c03 .c03b--wrap {
    clip-path: none;
    border-left: none;
  }
}
.c03 .c03b--figs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--figs {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.c03 .c03b--title {
  color: var(--green);
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0 0 1em;
  width: fit-content;
}
.c03 .c03c {
  background: var(--beige);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c {
    padding: 20px 15px;
    margin: 0 -15px 30px;
    border-radius: 0;
  }
}
.c03 .c03c--title {
  display: flex;
  align-items: center;
  justify-scontent: center;
  padding: 0 1em;
  width: fit-content;
  height: 30px;
  color: white;
  background: var(--text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 8px;
  margin: 0 0 15px;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--title {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
}
.c03 .c03c--text {
  text-align: justify;
}
.c03 .c03c--fig {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .c03 .c03c--fig {
    width: 100%;
    overflow-x: scroll;
    margin: 0 -15px 0 0;
    padding-right: 15px;
  }
}
.c03--conclusion {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c03--conclusion {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
}
.c03--conclusion:after {
  content: "";
  width: 93px;
  height: 49px;
  background: transparent url("images/c03-fig07@2x.png") left top no-repeat;
  background-size: contain;
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  padding: 30px 30px 80px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .c04 {
    padding: 15px 15px 60px;
  }
}
.c04--title {
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 480px) {
  .c04--title {
    margin: 0 0 -10px;
  }
}
.c04--title img {
  max-width: 100%;
}
.c04--lead {
  text-align: justify;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .c04--lead {
    font-feature-settings: "palt";
  }
}
.c04--list {
  display: grid;
  grid-template: auto/auto auto;
  gap: 20px;
  background: var(--lightblue);
  list-style: none;
  padding: 20px 15px;
  margin-bottom: 32px;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .c04--list {
    grid-template: auto/auto;
    margin: 0 -15px 20px;
    border-radius: 0;
  }
}
.c04--item {
  grid-column: 1;
  display: grid;
  grid-template: auto 1fr/auto 1fr;
  gap: 6px 10px;
}
.c04--item:nth-of-type(2) {
  padding: 20px 0;
  border: 1px solid white;
  border-left: none;
  border-right: none;
}
.c04--item_img {
  grid-column: 1;
  grid-row: 1/span 2;
}
.c04--item_title {
  grid-column: 2;
  padding-top: 2px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  font-feature-settings: "palt";
  background: var(--lightgreen);
  border-radius: 6px;
  margin: 0;
}
.c04--item_title span {
  font-size: 10px;
}
.c04--item_text {
  grid-column: 2;
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin: 0;
}
.c04--item_text span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid;
  margin: 6px 0 0;
}
.c04--fig {
  grid-column: 2;
  grid-row: 1/span 3;
}
@media screen and (max-width: 480px) {
  .c04--fig {
    grid-column: 1;
    grid-row: auto;
  }
}
.c04--fig img {
  margin-bottom: -14px;
}
@media screen and (max-width: 480px) {
  .c04--fig img {
    max-width: 100%;
    margin-bottom: -10px;
  }
}
.c04--key {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 auto 32px;
}
@media screen and (max-width: 480px) {
  .c04--key {
    font-size: 16px;
    align-items: start;
    margin-bottom: 15px;
  }
}
.c04--key:before {
  content: "";
  width: 88px;
  height: 55px;
  background: transparent url("images/c04-fig02@2x.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c04--key:before {
    width: 70px;
    height: 40px;
  }
}
.c04--conclusion {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c04--conclusion {
    font-size: 16px;
  }
}
.c04--conclusion .marker {
  font-size: 28px;
  line-height: 1.4;
}

/* ----------------------------------------------------------------------- */
/* c05 */
/* ----------------------------------------------------------------------- */
.c05 {
  background: white;
  padding: 40px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c05 {
    padding: 30px 15px;
  }
}
.c05--hero {
  margin: 120px 0 0;
  background: transparent;
  padding-top: 0;
  max-width: 100%;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .c05--hero {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
.c05--title {
  text-align: center;
  margin: 0 0 30px;
}
.c05--title img {
  max-width: 100%;
}
.c05 .c05a {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px 0;
  border: 1px solid var(--text);
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c05 .c05a {
    flex-direction: column;
    gap: 20px;
    padding: 15px 0;
  }
}
.c05 .c05a--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c05 .c05a--item {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 480px) {
  .c05 .c05a--item {
    text-align: justify;
  }
}
.c05 .c05a--item:not(:last-child) {
  margin-bottom: 0.3em;
}
.c05 .c05a--item:before {
  color: var(--yellow);
  content: "■";
}
.c05 .c05a--fig {
  display: grid;
  grid-template: 1fr auto/auto;
  gap: 10px;
}
.c05 .c05a--spec {
  grid-column: 1;
  white-space: nowrap;
  margin: 1em 0 0;
}
@media screen and (max-width: 480px) {
  .c05 .c05a--spec {
    text-align: right;
  }
}
.c05 .c05a--usage {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--beige);
  padding: 6px;
  margin: 0 0 1em;
}
.c05 .c05a--usage_title {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  flex-shrink: 0;
  margin: 0;
}
.c05 .c05a--usage_text {
  font-size: 9px;
  line-height: 1.5;
  margin: 0;
  padding-left: 6px;
  border-left: 1px solid var(--text);
}
.c05 .c05a--photo {
  grid-column: 2;
  grid-row: 1/span 2;
}
.c05 .c05b {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c05 .c05b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.c05 .c05b--title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  border-left: 6px solid var(--yellow);
  padding-left: 6px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c05 .c05b--title {
    align-self: start;
  }
}
.c05 .c05b--fig {
  margin-top: -101px;
}
@media screen and (max-width: 480px) {
  .c05 .c05b--fig {
    margin-top: 0;
  }
}
.c05 .c05b--btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 54px;
  color: white;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  background: #cc6882;
  border-radius: 6px;
  transition: 0.2s linear;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  .c05 .c05b--btn {
    position: static;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }
}
.c05 .c05b--btn:hover {
  text-decoration: none;
  transform: scale(1.1);
  filter: contrast(1.5);
}
.c05 .c05c {
  border: 1px solid var(--text);
  padding: 20px 20px 10px;
}
.c05 .c05c--title {
  margin: -36px 20px 0 -30px;
}
.c05 .c05c--upper {
  display: flex;
}
@media screen and (max-width: 480px) {
  .c05 .c05c--upper {
    flex-direction: column;
    gap: 10px;
  }
}
.c05 .c05c--lead {
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}
.c05 .c05c--list {
  display: flex;
  align-items: end;
  list-style: none;
  gap: 32px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c05 .c05c--list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.c05 .c05c--item {
  display: flex;
  align-items: end;
  gap: 10px;
}
.c05 .c05c--spec {
  position: relative;
}
.c05 .c05c--balloon {
  position: absolute;
  left: 60px;
  top: -30px;
}
.c05 .c05c--medicated {
  position: absolute;
  left: 0;
  top: -30px;
}
.c05 .c05c--photo02 {
  margin-bottom: 30px;
}

/*# sourceMappingURL=detail.css.map */
