@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: #F0EEEF;
  --em: #DE82AD;
  --blue: #49aad2;
  --beige: #F0EEEF;
  --pale:#EEF4F7;
  --lightblue: #D5E7F2;
  --cream: #FFFDE5;
  --orange: #F08300;
  --purple: #796693;
  --lightpurple: #E098C1;
  --yellow: #fff33f;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #942248;
  --lightviolet: #F3EBF4;
  --gold: #BF9D5A;
  --pink: #DE82AD;
  --green: #6BBC6E;
  --yellowgreen: #CED632;
  --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: url("images/bg01.png"), url("images/bg02.png");
  background-size: 180px auto, 144px auto;
  background-position: right 580px, left 620px;
  background-repeat: repeat-y;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #detail #middle_cont_left {
    background-size: 140px auto, 120px auto;
    background-position: right 740px, left 640px;
  }
}
@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(206, 214, 50, 0) 55%, #ced632 65%, #ced632 95%, rgba(206, 214, 50, 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;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  padding: 40px 30px 50px;
  margin: 0;
  background: white;
}
@media screen and (max-width: 480px) {
  .c00 {
    padding: 20px 15px 30px;
  }
}
.c00--lead {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 45px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c00--lead {
    text-align: justify;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c00--title {
  text-align: center;
  margin: 0 0 18px;
}
@media screen and (max-width: 480px) {
  .c00--title {
    margin-bottom: 30px;
  }
}
.c00--title_img {
  max-width: 100%;
}
.c00--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 190px;
  background: transparent url("images/c00-fig01@2x.png") center center no-repeat;
  background-size: auto 189px;
  list-style: none;
  padding: 26px 0 44px;
  margin: 0 0 42px;
}
@media screen and (max-width: 480px) {
  .c00--list {
    gap: 20px;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c00--item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin: 0;
}
.c00--item:nth-of-type(1) {
  margin-right: 10px;
}
.c00--item:nth-of-type(2) {
  margin-right: 20px;
}
.c00--item:before {
  display: block;
  content: "";
  width: 28px;
  height: 39px;
  background-color: transparent;
  background-position: center center;
  background-size: auto 39px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .c00--item:before {
    width: 20px;
    height: 28px;
    background-size: auto 28px;
  }
}
.c00--item:nth-of-type(1):before {
  background-image: url("images/num-01@2x.png");
}
.c00--item:nth-of-type(2):before {
  background-image: url("images/num-02@2x.png");
}
.c00--item:nth-of-type(3):before {
  background-image: url("images/num-03@2x.png");
}
.c00--item:nth-of-type(4):before {
  background-image: url("images/num-04@2x.png");
}
.c00--item:nth-of-type(5):before {
  background-image: url("images/num-05@2x.png");
}
.c00--item:nth-of-type(6):before {
  background-image: url("images/num-06@2x.png");
}
.c00--item:nth-of-type(7):before {
  background-image: url("images/num-07@2x.png");
}
.c00--conclusion {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--conclusion {
    font-size: 13px;
  }
}
.c00--conclusion:before {
  content: "";
  width: 96px;
  height: 67px;
  background: transparent url("images/c00-fig02@2x.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c00--conclusion:before {
    width: 90px;
    height: 63px;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 50px 30px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 30px 15px 30px;
  }
}
.c01--title {
  text-align: center;
  margin: 0 0 20px;
}
.c01--title_img {
  max-width: 100%;
}
.c01--lead {
  font-weight: 500;
  text-align: center;
  margin: 0 0 48px;
}
@media screen and (max-width: 480px) {
  .c01--lead {
    margin-bottom: 30px;
  }
}
.c01--list {
  display: grid;
  grid-template: auto/270px 280px;
  gap: 70px;
  list-style: none;
  padding: 0;
  margin: 0 0 50px 20px;
}
@media screen and (max-width: 480px) {
  .c01--list {
    grid-template: auto/1fr;
    gap: 45px;
    margin: 0 0 30px 0;
  }
}
.c01--item {
  position: relative;
}
.c01--item-01 {
  display: flex;
  align-items: end;
  gap: 24px;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c01--item-01 {
    flex-direction: column;
    align-items: center;
    grid-column: 1;
  }
}
.c01--item-02 {
  display: flex;
  align-items: center;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c01--item-02 {
    flex-direction: column;
    align-items: center;
    grid-column: 1;
  }
}
.c01--item-03 {
  display: flex;
  align-items: start;
  gap: 36px;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c01--item-03 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    grid-column: 1;
  }
}
.c01--item-04 {
  display: flex;
  align-items: start;
  gap: 36px;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c01--item-04 {
    flex-direction: column;
    align-items: start;
    gap: 0;
    grid-column: 1;
  }
}
.c01--item-04 .caption {
  display: block;
}
.c01--item-07 {
  display: flex;
  align-items: end;
  gap: 60px;
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c01--item-07 {
    flex-direction: column;
    align-items: center;
    grid-column: 1;
    gap: 0;
  }
}
.c01--item_title {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-weight: 400;
  margin-left: -20px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .c01--item_title {
    margin-left: 0;
  }
}
.c01--item_title:before {
  content: "";
  width: 28px;
  height: 39px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.c01--item:nth-of-type(1) .c01--item_title:before {
  background-image: url("images/num-01@2x.png");
}
.c01--item:nth-of-type(2) .c01--item_title:before {
  background-image: url("images/num-02@2x.png");
}
.c01--item:nth-of-type(3) .c01--item_title:before {
  background-image: url("images/num-03@2x.png");
}
.c01--item:nth-of-type(4) .c01--item_title:before {
  background-image: url("images/num-04@2x.png");
}
.c01--item:nth-of-type(5) .c01--item_title:before {
  background-image: url("images/num-05@2x.png");
}
.c01--item:nth-of-type(6) .c01--item_title:before {
  background-image: url("images/num-06@2x.png");
}
.c01--item:nth-of-type(7) .c01--item_title:before {
  background-image: url("images/num-07@2x.png");
}
.c01--item_text {
  text-align: justify;
  margin: 0;
}
.c01--fig00 {
  margin: 6px -4px -60px auto;
}
@media screen and (max-width: 480px) {
  .c01--fig00 {
    margin: 0;
  }
}
.c01--fig01 {
  margin: -30px -20px 0 0;
}
.c01--fig02 {
  margin: -92px 0 0 -45px;
}
@media screen and (max-width: 480px) {
  .c01--fig02 {
    margin: 0 0 20px;
  }
}
.c01--fig03 {
  margin: 36px 0 0;
}
@media screen and (max-width: 480px) {
  .c01--fig03 {
    margin: 0;
    width: 100%;
  }
}
.c01--fig04 {
  position: absolute;
  left: 0;
  top: -148px;
}
@media screen and (max-width: 480px) {
  .c01--fig04 {
    position: static;
  }
}
.c01--fig05 {
  position: absolute;
  right: -16px;
  top: -50px;
}
@media screen and (max-width: 480px) {
  .c01--fig05 {
    right: -10px;
    top: -40px;
  }
}
.c01--fig06 {
  position: absolute;
  right: -10px;
  top: -50px;
}
@media screen and (max-width: 480px) {
  .c01--fig06 {
    right: 0;
    top: -40px;
  }
}
.c01--fig07 {
  margin: -50px 0 10px;
}
@media screen and (max-width: 480px) {
  .c01--fig07 {
    margin: -15px 0 0;
  }
}
.c01--conclusion {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 15px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 30px;
  }
}
.c02--title_img {
  max-width: 100%;
}
.c02 .c02a {
  display: flex;
  gap: 40px;
  margin: 0 0 58px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.c02 .c02a--title {
  color: var(--gold);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--title {
    margin-bottom: 15px;
  }
}
.c02 .c02a--lead {
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0;
}
.c02--fig {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

/* ----------------------------------------------------------------------- */
/* 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 32px;
}
.c03--title_img {
  max-width: 100%;
}
.c03--fig01 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.c03--fig02 {
  display: block;
  margin: 0 auto 48px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c03--fig02 {
    margin-bottom: 30px;
  }
}
.c03 .c03b {
  display: flex;
  gap: 30px;
  background: white;
  border: 1px solid var(--text);
  padding: 20px 20px 15px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.c03 .c03b--title {
  color: var(--violet);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--title {
    flex-direction: column;
    gap: 10px;
  }
}
.c03 .c03b--title_small {
  font-size: 13px;
  font-weight: 400;
}
.c03 .c03b--tagline {
  background: var(--lightblue);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 13px;
}
.c03 .c03b--text {
  line-height: 1.5;
  text-align: justify;
  font-feature-settings: "palt";
  margin: 0;
}
.c03 .c03b--catch {
  font-weight: 500;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.c03 .c03b--fig {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 158px;
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--fig {
    flex-direction: row;
    width: auto;
    align-items: center;
    padding: 0;
  }
}
.c03 .c03b--fig .spec {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .c03 .c03b--fig .spec {
    margin-left: -30px;
  }
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */

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