@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: #eef4f7;
  --lightblue: #7ecef4;
  --cream: #FFFDE5;
  --orange: #f08300;
  --purple: #796ca4;
  --lightpurple: #d1bad3;
  --yellow: #f9c158;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #825a8c;
  --lightviolet: #d1bad3;
  --gold: #BF9D5A;
  --pink: #f19ec2;
  --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;
}

.bgwrap {
  background-image: url("images/bg.jpg"), linear-gradient(to bottom, white 33%, var(--lightviolet) 90%);
  background-position: left top;
  background-size: 100% auto, 100% 100%;
  background-repeat: no-repeat;
  padding: 0 30px 60px;
}
@media screen and (max-width: 480px) {
  .bgwrap {
    padding: 0 15px 30px;
  }
}

.box {
  padding: 30px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 0 8px var(--violet);
}
@media screen and (max-width: 480px) {
  .box {
    padding: 20px 15px 20px;
    border-radius: 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  padding: 70px 30px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00 {
    padding: 20px 15px 20px;
  }
}
.c00--lead {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .c01 {
    margin-bottom: 40px;
  }
}
.c01--title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
}
.c01--title img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c01--title {
    margin-bottom: 24px;
  }
}
.c01--sub {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--purple);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 20px;
  background: url("images/c01-icon01.png") right center no-repeat;
  background-size: 42px auto;
  height: 43px;
}
@media screen and (max-width: 480px) {
  .c01--sub {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    height: auto;
    margin-bottom: 0.5em;
  }
}
.c01--sub:nth-of-type(2) {
  background-image: url("images/c01-icon02.png");
}
.c01--sub:after {
  content: "";
  position: absolute;
  right: 48px;
  top: 50%;
  width: 280px;
  height: 0;
  border-bottom: 2px dotted var(--purple);
}
@media screen and (max-width: 480px) {
  .c01--sub:after {
    display: none;
  }
}
.c01--sub span {
  position: relative;
  z-index: 1;
  background: white;
}
.c01--text {
  text-align: justify;
}
.c01--fig01 {
  max-width: 100%;
  display: block;
  margin: 20px auto 30px;
}
.c01--fig02 {
  max-width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 480px) {
  .c01--fig02 {
    margin: 10px auto 0;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 30px 30px 50px;
  margin-bottom: 10px;
  border-radius: 30px 30px 6px 6px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 15px 30px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 30px;
}
.c02--title img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 20px;
  }
}
.c02 .c02a {
  background: var(--pale);
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 0 30px;
}
.c02 .c02a--title {
  margin: 0 0 10px;
}
.c02 .c02a--title img {
  max-width: 100%;
}
.c02 .c02a p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02a p {
    text-align: justify;
  }
}
.c02 .c02b {
  display: grid;
  grid-template: auto/auto auto;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c02 .c02b {
    grid-template: auto/auto;
    gap: 10px;
  }
}
.c02 .c02b--title {
  font-size: 18px;
  font-weight: 500;
  color: var(--purple);
  margin: 0;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--title {
    grid-column: 1;
  }
}
.c02 .c02b--text {
  grid-column: 1;
}
.c02 .c02b--fig01 {
  grid-column: 2;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--fig01 {
    grid-column: 1;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.c02 .c02b--list {
  grid-column: 1/span 2;
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--list {
    grid-column: 1;
    grid-template: auto/1fr;
  }
}
.c02 .c02b--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.c02 .c02b--item:nth-of-type(2) {
  position: relative;
}
.c02 .c02b--item:nth-of-type(2):before, .c02 .c02b--item:nth-of-type(2):after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  border-left: 2px dotted var(--grey);
}
@media screen and (max-width: 480px) {
  .c02 .c02b--item:nth-of-type(2):before, .c02 .c02b--item:nth-of-type(2):after {
    display: none;
  }
}
.c02 .c02b--item:nth-of-type(2):before {
  left: -10px;
}
.c02 .c02b--item:nth-of-type(2):after {
  right: -10px;
}
.c02 .c02b--item_title {
  width: 100%;
  height: 20px;
  font-size: 13px;
  line-height: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  border-radius: 6px;
  margin: 0 0 6px;
}
.c02 .c02b--item_title-yellow {
  background-color: var(--yellow);
}
.c02 .c02b--item_title-blue {
  background-color: var(--lightblue);
}
.c02 .c02b--item_text {
  margin: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .c02 .c02b--item_text {
    margin-bottom: 12px;
  }
}
.c02 .c02c--title {
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c02 .c02c--title {
    text-align: center;
  }
}
.c02 .c02c--column {
  display: flex;
  gap: 20px;
  background: var(--pale);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c02 .c02c--column {
    flex-direction: column;
    gap: 20px;
  }
}
.c02 .c02c--column_text {
  margin: 0;
}
.c02 .c02c--column_fig {
  max-width: 100%;
}
.c02 .c02c--fig02 {
  max-width: 100%;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  display: grid;
  grid-template: auto 1fr/auto auto;
  gap: 10px 20px;
  border-radius: 6px 6px 30px 30px;
  margin-bottom: 70px;
  padding: 20px 30px;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 15px;
    margin-bottom: 40px;
    grid-template: auto/1fr;
  }
}
.c03--title {
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}
.c03--title img {
  max-width: 100%;
}
.c03--text {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}
.c03--fig {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .c03--fig {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  border-radius: 30px 30px 6px 6px;
  margin-bottom: 10px;
}
.c04--title {
  text-align: center;
  margin: 0 0 20px;
}
.c04--fig01 {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}
.c04--sub {
  margin: 0 0 10px;
}
.c04--sub img {
  max-width: 100%;
}
.c04--strong {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 10px;
}
.c04--fig02 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c04--fig02 {
    margin-bottom: 20px;
  }
}
.c04--conclusion {
  display: block;
  color: var(--purple);
  font-size: 16px;
  text-align: center;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* c05 */
/* ----------------------------------------------------------------------- */
.c05 {
  padding: 20px 30px;
  border-radius: 6px 6px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c05 {
    padding: 15px;
  }
}
.c05--wrap {
  columns: 3;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .c05--wrap {
    columns: 2;
  }
}
.c05--wrap .break {
  break-before: column;
}
@media screen and (max-width: 480px) {
  .c05--wrap .break {
    break-before: revert;
  }
}
@media screen and (max-width: 480px) {
  .c05--wrap .break-sp {
    break-before: column;
  }
}
.c05--title {
  margin: 0 0 10px;
}
.c05--title img {
  max-width: 100%;
}
.c05--list {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.c05--dt {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 480px) {
  .c05--dt {
    white-space: initial;
  }
  .c05--dt small {
    display: block;
  }
}
.c05--dd {
  display: block;
  font-size: 12px;
  line-height: 18px;
  line-break: strict;
  text-align: justify;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}
.c05--dd:last-of-type {
  margin-bottom: 0;
}
.c05--dd img {
  display: flex;
  margin: 10px auto;
  max-width: 100%;
}

.c06 {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .c06 {
    margin-bottom: 0;
  }
}
.c06 img {
  max-width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .c06 img {
    border-radius: 0;
  }
}

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