@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg: white;
  --em: var(--text);
  --text: #232323;
  --pale: #d2e7e8;
  --lightblue: #d4e0e3;
  --blue: #6db3d4;
  --gold: #ddb06e;
  --purple: #bc97b8;
  --lightpurple: #edecf2;
  --lightpink:#fdeef1;
  --pink:#f4b3c2;
  --salmon:#df7ea9;
  --orange: #f29a63;
  --green: #6bbc6e;
  --lightgreen: #dde9d3;
  --violet: #c59dc3;
  --lightviolet: #f3ebf4;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --yellowgreen: #c1d57f;
  --mint: #00aebb;
  --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: "YakuHanJP", "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", 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: 100% auto;
  background-position: center 400px;
  background-repeat: repeat-y;
  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(--mint);
  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(255, 243, 63, 0) 55%, #fff33f 65%, #fff33f 95%, rgba(255, 243, 63, 0) 100%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_blue {
  background: transparent linear-gradient(to bottom, rgba(183, 205, 218, 0) 65%, rgba(183, 205, 218, 0.5) 85%, rgba(183, 205, 218, 0.5) 100%, rgba(183, 205, 218, 0) 100%);
}
#detail #middle_cont_left .marker_green {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(217, 228, 128, 0) 45%, rgba(217, 228, 128, 0.5) 55%, rgba(217, 228, 128, 0.5) 90%, rgba(217, 228, 128, 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:not(.inline) {
  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: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: transparent image-set(url("images/bg.png") 1x, url("images/bg@2x.png") 2x) center top no-repeat;
  background-size: cover;
  padding: 80px 0 16px;
}
@media screen and (max-width: 480px) {
  .c00 {
    background-image: url("images/bg-sp.png");
    justify-content: start;
    gap: 0;
    padding: 20px 15px 15px;
  }
}
.c00--lead {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 500;
  text-align: center;
  margin: 0;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 14px;
    text-align: justify;
  }
}
.c00--figs {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  .c00--figs {
    display: grid;
    grid-template: auto/1fr 1fr;
    gap: 10px;
  }
}
.c00--fig01 {
  margin-top: -14px;
}
@media screen and (max-width: 480px) {
  .c00--fig01 {
    grid-row: 1/span 2;
    margin-top: 80px;
    justify-self: end;
  }
}
@media screen and (max-width: 480px) {
  .c00--fig02 {
    margin: -20px 0 0 -20px;
  }
}
.c00--fig03 {
  margin-right: -10px;
}
@media screen and (max-width: 480px) {
  .c00--fig03 {
    grid-row: 1;
    justify-self: end;
  }
}
.c00 .caption {
  position: absolute;
  right: 50px;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c00 .caption {
    right: auto;
    left: 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 48px 30px 80px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 30px 15px 40px;
  }
}
.c01--arrow {
  display: block;
  margin: 0 auto 24px;
  max-width: 100%;
}
.c01 .c01a {
  display: grid;
  grid-template: auto/repeat(3, auto);
  gap: 16px;
  background: var(--pale);
  padding: 14px 20px;
  margin-bottom: 60px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
@media screen and (max-width: 480px) {
  .c01 .c01a {
    position: relative;
    grid-template: auto/1fr;
    clip-path: none;
    padding: 14px;
    margin-bottom: 40px;
  }
  .c01 .c01a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: white;
    border-top-color: white;
  }
}
.c01 .c01a--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  grid-column: 1/span 2;
  margin: 0;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--title {
    font-size: 20px;
    grid-column: 1;
  }
}
.c01 .c01a--text {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--text {
    grid-row: auto;
  }
}
.c01 .c01a--fig01 {
  align-self: end;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--fig01 {
    display: block;
    margin: 0 auto;
  }
}
.c01 .c01a--panda {
  grid-column: 3;
  grid-row: 1/span 2;
  align-self: end;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--panda {
    grid-column: 1;
    grid-row: auto;
    position: absolute;
    right: 6px;
    top: -32px;
    transform: scale(0.8);
  }
}
.c01 .c01b {
  text-align: center;
  margin-bottom: 60px;
}
.c01 .c01b--fig {
  display: block;
  max-width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .c01 .c01b--fig {
    margin: 0 15px 30px;
    width: calc(100% - 30px);
  }
}
.c01 .c01b--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding: 6px 10px;
  width: fit-content;
  margin: 0 auto 20px;
  background: var(--pale);
}
@media screen and (max-width: 480px) {
  .c01 .c01b--title {
    font-size: 18px;
  }
}
.c01 .c01b--text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
.c01 .c01c {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c {
    flex-direction: column;
    margin: 0 15px;
  }
}
.c01 .c01c--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  border-left: 1px solid var(--text);
  align-self: start;
  padding-left: 10px;
}
.c01 .c01c--title strong {
  font-size: 41px;
  font-weight: 500;
}
.c01 .c01c--figs {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  gap: 10px;
  margin-left: -64px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c--figs {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    padding-left: 100px;
    gap: 15px;
  }
}
.c01 .c01c figcaption {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c figcaption {
    text-align: left;
  }
}
.c01 .c01c--sub {
  color: var(--mint);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
  text-box-trim: trim-both;
}
.c01 .c01c--text {
  font-size: 12px;
  line-height: 20px;
  text-box-trim: trim-both;
  margin: 0 0 10px;
  text-align: justify;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 0 30px 50px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 0 15px 40px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 30px;
}
.c02--title img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--title {
    line-height: 1.3;
  }
}
.c02 .c02a {
  display: grid;
  grid-template: auto/auto 1fr;
  gap: 12px 28px;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a {
    gap: 20px;
  }
}
.c02 .c02a--panda {
  grid-column: 1;
  grid-row: 1/span 2;
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--panda {
    grid-column: 1;
    grid-row: 2;
    width: 18.1333333333vw;
    margin: 0;
  }
}
.c02 .c02a--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--mint);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  border-left: 5px solid var(--mint);
  padding-left: 16px;
  margin: 0;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--title {
    font-size: 16px;
    grid-column: 1/span 2;
    grid-row: 1;
    padding-left: 10px;
    border-width: 4px;
  }
}
.c02 .c02a--title .marker {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--title .marker {
    font-size: 21px;
  }
}
.c02 .c02a--text {
  text-align: justify;
  margin: 0;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--text {
    grid-column: 2;
    grid-row: 2;
  }
}
.c02--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template: auto/360px 1fr;
  gap: 0 48px;
}
@media screen and (max-width: 480px) {
  .c02--list {
    grid-template: auto/1fr;
    gap: 30px 0;
    margin-bottom: 20px;
  }
}
.c02--list_mid {
  grid-column: 1/span 2;
  display: flex;
  align-items: center;
  gap: 74px;
  padding-left: 225px;
}
@media screen and (max-width: 480px) {
  .c02--list_mid {
    position: relative;
    grid-column: 1;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .c02--panda02 {
    position: absolute;
    right: 0;
    transform: scale(0.8);
  }
}
.c02 .c02b {
  grid-column: 1/span 2;
  display: flex;
  align-items: start;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .c02 .c02b {
    grid-column: 1;
    flex-direction: column;
    gap: 20px;
  }
}
.c02 .c02b--fig01 {
  position: relative;
  right: -10px;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig01 {
    display: block;
    margin: 0 auto;
    right: -3px;
  }
}
.c02 .c02b--fig02 {
  max-width: 100%;
}
.c02 .c02c--fig01 {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02 .c02c--fig01 {
    margin: 0 auto;
  }
}
.c02 .c02d--fig01 {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02 .c02d--fig01 {
    position: relative;
    margin: 0 auto;
    right: -20px;
  }
}
.c02--subhead {
  position: relative;
  padding-left: 40px;
  color: var(--mint);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.5em;
  text-box-trim: trim-both;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .c02--subhead {
    margin-bottom: 0.8em;
  }
}
.c02--subhead .marker {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .c02--subhead .marker {
    font-size: 20px;
  }
}
.c02--subhead_num {
  position: absolute;
  left: -4px;
  top: calc(50% - 18px);
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-box-trim: trim-both;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 18px;
  background: var(--mint);
}
.c02--list_text {
  padding-left: 20px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .c02--list_text {
    padding: 0;
  }
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 0 30px 60px;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 0 15px 60px;
  }
}
.c03--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--mint);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  border-left: 5px solid var(--mint);
  padding-left: 16px;
  margin: 0 0 24px;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c03--title {
    font-size: 20px;
    border-width: 4px;
    padding-left: 10px;
  }
}
.c03 .c03_care {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: -80px 0 50px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_care {
    flex-direction: column;
    align-items: start;
    margin: 0 0 40px;
  }
}
.c03 .c03_care--title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 60px;
  color: white;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  background: var(--mint);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  padding-right: 10px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03 .c03_care--title {
    width: auto;
    height: auto;
    padding: 10px 20px 10px 10px;
  }
}
.c03 .c03_care--fig01 {
  margin-bottom: -6px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_care--fig01 {
    margin: 0;
    align-self: center;
  }
}
.c03--list {
  list-style: none;
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 50px 50px;
  align-content: start;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03--list {
    grid-template: auto/1fr;
    gap: 30px;
    margin: 0;
  }
}
.c03--item {
  display: grid;
  grid-template: auto/auto auto;
  gap: 18px 15px;
  align-content: start;
}
@media screen and (max-width: 480px) {
  .c03--item {
    gap: 14px;
  }
}
.c03--item_title {
  grid-column: 1/span 2;
  margin: 0;
  text-box-trim: trim-both;
  font-size: 18px;
  font-weight: 500;
}
.c03--item_title:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 6px;
  background: var(--mint);
  vertical-align: middle;
}
.c03--item_text {
  text-align: justify;
  margin: 0;
}
.c03--item_fig {
  justify-self: end;
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  position: relative;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .c04 {
    padding: 0 15px;
  }
}
.c04--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--mint);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  border-left: 5px solid var(--mint);
  padding-left: 16px;
  margin: 0 0 20px;
  text-box-trim: trim-both;
}
@media screen and (max-width: 480px) {
  .c04--title {
    font-size: 20px;
    border-width: 4px;
    padding-left: 10px;
  }
}
.c04--text {
  text-align: justify;
  margin: 0 192px 30px 20px;
}
@media screen and (max-width: 480px) {
  .c04--text {
    margin: 0 0 40px;
  }
}
.c04--list {
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 40px;
  margin: 0 192px 0 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c04--list {
    justify-content: center;
    margin: 0 0 40px;
    gap: 30px;
  }
}
.c04--item {
  display: flex;
  align-items: end;
  gap: 8px;
}
.c04--balloon {
  align-self: start;
  margin: 0 0 0 -50px;
}
@media screen and (max-width: 480px) {
  .c04--balloon {
    margin: -10px 0 0 -80px;
  }
}
.c04--medicated {
  margin-bottom: 6px;
}
.c04--fig01 {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .c04--fig01 {
    position: static;
    display: block;
    margin: 0 auto;
  }
}

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