@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: #ea5504;
  --cream: #ffeb83;
  --orange: #ea5504;
  --lightorange: #f08437;
  --yellow: #eebf02;
  --pink: #fad9dd;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --purple: #796ca4;
  --violet: #a674b0;
  --lightviolet: #e0cee1;
  --gold: #BF9D5A;
  --green: #549b35;
  --lightgreen: #a8cc80;
  --yellowgreen: #c1d57f;
  --mint: #2aaba0;
  --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", "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: 480px) {
  #detail #middle_cont_left {
    padding: 0;
    background-size: 200% auto;
    background-position: center top;
  }
}
@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 {
  /*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_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: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  background: transparent image-set(url("images/c00-bg.jpg") 1x, url("images/c00-bg@2x.jpg") 2x) center top no-repeat;
  background-size: 100% auto;
  margin: 0;
  padding: 45px 0 0;
  min-height: 680px;
}
@media screen and (max-width: 480px) {
  .c00 {
    min-height: 0;
    padding: 20px 0;
    background-image: url("images/c00-bg-sp.jpg");
    background-size: 100vw auto;
  }
}
.c00--lead {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 13px;
    font-feature-settings: "palt";
  }
}
.c00--subcopy {
  position: absolute;
  left: calc(50% + 64px);
  top: 265px;
  color: var(--orange);
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--subcopy {
    font-size: 12px;
    left: calc(50% + 13.3333333333vw);
    top: 72vw;
    font-feature-settings: "palt";
  }
}
.c00--badge {
  position: absolute;
  right: calc(50% + 80px);
  top: 265px;
}
@media screen and (max-width: 480px) {
  .c00--badge {
    right: calc(50% + 13.6vw);
    top: 70.4vw;
  }
}
.c00--spec {
  position: absolute;
  left: calc(50% + 64px);
  top: 493px;
}
@media screen and (max-width: 480px) {
  .c00--spec {
    left: calc(50% + 13.3333333333vw);
    top: 124vw;
  }
}
.c00 .c00_column {
  width: fit-content;
  position: absolute;
  left: calc(50% - 215px);
  bottom: 14px;
  background: var(--cream);
  width: 430px;
  padding: 12px 0;
  border: 1px solid var(--orange);
}
@media screen and (max-width: 480px) {
  .c00 .c00_column {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 98.6666666667vw auto 0;
    width: calc(100% - 20px);
    padding: 12px 10px;
  }
}
.c00 .c00_column--title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: 0 auto 13px;
  border-bottom: 1px solid var(--orange);
  letter-spacing: 0.02em;
}
.c00 .c00_column--title-strong {
  color: var(--orange);
  font-size: 18px;
}
.c00 .c00_column--title-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 4px;
  width: 108px;
  height: 22px;
  background: var(--orange);
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transform-origin: left top;
  transform: rotate(-9.5deg);
}
@media screen and (max-width: 480px) {
  .c00 .c00_column--title-badge {
    left: 5px;
    top: -5px;
    transform: rotate(-5deg);
  }
}
.c00 .c00_column--text {
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c00 .c00_column--text {
    text-align: justify;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  position: relative;
  border: 20px solid var(--lightorange);
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .c01 {
    border-width: 10px;
    padding: 15px;
  }
}
.c01--title {
  color: var(--orange);
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c01--title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.c01--title-balloon {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .c01--title-balloon {
    width: 40vw;
    top: 2px;
    right: 2px;
  }
}
.c01--lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c01--lead {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
  }
}
.c01 .c01_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 0;
  padding: 0;
  margin: 0 -30px -30px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_list {
    margin: 0;
    gap: 20px;
  }
}
.c01 .c01_list--item-01 {
  margin: 0 -17px 20px 0;
}
@media screen and (max-width: 480px) {
  .c01 .c01_list--item-01 {
    margin: 0;
  }
}
.c01 .c01_list--item-03 {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_list--item-03 {
    margin: 0;
  }
}
.c01 .c01_list--item-05 {
  margin-top: -20px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_list--item-05 {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c01 .c01_list--item img {
    max-width: 100%;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  position: relative;
  border: 20px solid var(--yellow);
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .c02 {
    border-width: 10px;
    padding: 15px 15px 15px 20px;
  }
}
.c02--title {
  margin: 0 0 32px;
}
.c02--title img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--title img {
    width: 55vw;
  }
}
.c02--fig01 {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 480px) {
  .c02--fig01 {
    width: 18vw;
    top: 10px;
    right: 10px;
  }
}
.c02 .c02_list {
  display: grid;
  grid-template: repeat(4, auto)/370px auto;
  grid-auto-flow: column;
  list-style: none;
  padding: 0;
  gap: 20px 25px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list {
    grid-auto-flow: row;
    grid-template: auto/1fr;
    gap: 20px;
  }
}
.c02 .c02_list--item-01, .c02 .c02_list--item-02, .c02 .c02_list--item-03 {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--item-01, .c02 .c02_list--item-02, .c02 .c02_list--item-03 {
    align-items: end;
  }
}
.c02 .c02_list--item-01 > img, .c02 .c02_list--item-02 > img, .c02 .c02_list--item-03 > img {
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--item-01 > img, .c02 .c02_list--item-02 > img, .c02 .c02_list--item-03 > img {
    width: 20vw;
  }
}
.c02 .c02_list--item-04 {
  grid-row: 1/span 2;
  align-content: start;
  padding-top: 140px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--item-04 {
    grid-row: auto;
    padding-top: 0;
  }
}
.c02 .c02_list--item-06 {
  grid-column: 1/span 2;
  grid-row: 4;
  display: flex;
  align-items: end;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--item-06 {
    grid-column: auto;
    grid-row: auto;
    flex-direction: column;
    align-items: center;
  }
}
.c02 .c02_list--item-06 img {
  margin-right: -10px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--item-06 img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.c02 .c02_list--sub {
  position: relative;
  left: -16px;
  margin: 0 -16px 14px 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02_list--sub img {
    max-width: 100%;
  }
}
.c02 .c02_list p {
  text-align: justify;
  margin: 0;
}
.c02 .c02_list .caption {
  display: block;
  margin: 0.5em 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  position: relative;
  border: 20px solid var(--lightorange);
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .c03 {
    border-width: 10px;
    padding: 15px 20px;
  }
}
.c03--figs {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
  margin: 0 -20px 32px;
}
@media screen and (max-width: 480px) {
  .c03--figs {
    flex-direction: column;
    align-items: center;
  }
  .c03--figs img {
    max-width: 100%;
  }
}
.c03--wrap {
  display: flex;
  align-items: end;
  gap: 32px;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .c03--wrap {
    flex-direction: column;
    align-items: center;
  }
}
.c03--sub {
  position: relative;
  left: -16px;
  margin: -15px -16px 14px 0;
}
.c03 .c03a {
  display: flex;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.c03 .c03a p {
  margin: 0;
}
.c03 .c03a img {
  max-width: 100%;
}
.c03 .c03b {
  position: relative;
  margin-bottom: 10px;
}
.c03 .c03b--balloon {
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--balloon {
    right: -28px;
    top: -25px;
  }
  .c03 .c03b--balloon img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .c03 .c03c img {
    max-width: 100%;
  }
}
.c03 .c03_column {
  position: relative;
  display: flex;
  gap: 20px;
  border: 1px solid var(--text);
  border-radius: 0 0 13px 13px;
  margin: 0 0 30px;
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_column {
    flex-direction: column;
    padding: 35px 15px 15px;
  }
}
.c03 .c03_column:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -28px;
  width: calc(100% + 2px);
  height: 28px;
  background: var(--pink);
  border: 1px solid var(--pink);
  border-bottom-color: var(--text);
  border-radius: 13px 13px 0 0;
}
.c03 .c03_column--wrap {
  display: flex;
  align-items: start;
  gap: 13px;
}
.c03 .c03_column--point01 {
  position: absolute;
  left: -1px;
  top: -10px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_column--point01 {
    left: -1px;
    top: 7px;
    margin-bottom: 10px;
  }
}
.c03 .c03_column--point02 {
  position: absolute;
  right: 14px;
  top: -34px;
}
@media screen and (max-width: 480px) {
  .c03 .c03_column--point02 {
    right: auto;
    left: -1px;
    top: -8.5333333333vw;
    width: auto;
    height: 8.5333333333vw;
  }
}
.c03 .c03_column--title {
  color: var(--orange);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
.c03 .c03_column--title strong {
  font-size: 20px;
  font-weight: 500;
}
.c03 .c03_column--text {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}
.c03 .c03_column--usage {
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.c03 .c03_column--usage-label {
  display: flex;
  align-items: center;
  color: white;
  background: var(--grey);
  height: 15px;
  padding: 0 6px 0;
  border-radius: 8px;
}
.c03--conclusion {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .c03--conclusion {
    max-width: 100%;
  }
}
.c03 .caption {
  text-align: right;
  margin: 0 0 -20px;
}
@media screen and (max-width: 480px) {
  .c03 .caption {
    margin-bottom: 0;
  }
}

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