@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: #fff;
  --em: #F08300;
  --blue: #49aad2;
  --beige: #F5F2E9;
  --pale:#EEF4F7;
  --lightblue: #A0D8E8;
  --cream: #FFFDE5;
  --orange: #F08300;
  --purple: #8F8BB6;
  --lightpurple: #E098C1;
  --yellow: #fff33f;
  --text: #232323;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #E4007F;
  --lightviolet: #F3EBF4;
  --gold: #B89C3B;
  --pink: #F19CA6;
  --green: #6BBC6E;
  --yellowgreen: #AACF52;
  --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: left top;
  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(255, 230, 127, 0) 55%, rgb(255, 230, 127) 65%, rgb(255, 230, 127) 95%, rgba(255, 230, 127, 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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 50px 50px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00 {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 50px;
  }
}
.c00--lead {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c00--lead {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .c00--fig {
    width: 25%;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 0 30px 50px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 0 15px 30px;
  }
}
.c01--title {
  color: var(--purple);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 480px) {
  .c01--title {
    text-align: center;
  }
}
.c01--text {
  text-align: justify;
  font-feature-settings: "palt";
}
.c01 .c01b, .c01 .c01a {
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .c01 .c01b, .c01 .c01a {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.c01 .c01a {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c01 .c01a {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .c01 .c01a--left {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .c01 .c01a--right {
    order: 1;
  }
}
.c01 .c01a--fig {
  position: relative;
  margin-top: 10px;
}
.c01 .c01a--fig02 {
  position: absolute;
  left: -25px;
  top: -5px;
}
.c01 .c01a--fig04 {
  display: block;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 480px) {
  .c01 .c01a--fig04 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.c01 .c01b--left {
  order: 2;
}
.c01 .c01b--right {
  order: 1;
}
.c01 .c01b--fig {
  position: relative;
  margin-top: 10px;
}
.c01 .c01b--fig02 {
  position: absolute;
  right: -25px;
  top: -5px;
}
.c01 .c01b--fig04 {
  display: block;
  margin: 0 -10px 0 auto;
}
@media screen and (max-width: 480px) {
  .c01 .c01b--fig04 {
    max-width: 100%;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  background: var(--pale);
  padding: 20px 30px 30px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 5px;
  }
}
.c02--title {
  margin: 0 0 -52px;
  text-align: center;
}
.c02--title img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--title img {
    width: 90%;
  }
}
.c02--list {
  display: grid;
  grid-template: auto/auto 340px;
  gap: 30px 18px;
  list-style: none;
  padding: 66px 20px 30px;
  margin: 0;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .c02--list {
    grid-template: auto/1fr;
    gap: 20px;
    padding: 66px 15px 20px;
  }
}
.c02--item {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  font-feature-settings: "palt";
}
.c02--item-01 {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c02--item-01 {
    grid-column: 1;
  }
}
.c02--item-02 {
  grid-column: 1/span 2;
  background: transparent image-set(url("images/c02-fig01.png") 1x, url("images/c02-fig01@2x.png") 2x) right 40px bottom no-repeat;
}
@media screen and (max-width: 480px) {
  .c02--item-02 {
    grid-column: 1;
    background-image: none;
  }
}
.c02--item-03 {
  grid-column: 1/span 2;
  background: transparent image-set(url("images/c02-fig02.png") 1x, url("images/c02-fig02@2x.png") 2x) right bottom 20px no-repeat;
  padding-right: 180px;
}
@media screen and (max-width: 480px) {
  .c02--item-03 {
    grid-column: 1;
    padding-right: 0;
    background-image: none;
  }
}
.c02--item-04, .c02--item-05 {
  grid-column: 1;
}
.c02--item-fig {
  grid-column: 2;
  grid-row: span 2;
}
.c02--item-fig img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c02--item-fig {
    grid-column: 1;
    grid-row: auto;
  }
}
.c02--q {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  width: fit-content;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .c02--q {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.c02--q:before {
  flex-shrink: 0;
  content: "";
  width: 33px;
  height: 37px;
  background: transparent url("images/c02-q@2x.png") left top no-repeat;
  background-size: contain;
}
.c02--balloon01 {
  position: absolute;
  right: -110px;
  top: -20px;
}
@media screen and (max-width: 480px) {
  .c02--balloon01 {
    top: -24px;
    height: 70px;
  }
}
.c02--balloon02 {
  position: absolute;
  right: -80px;
  top: -10px;
}
@media screen and (max-width: 480px) {
  .c02--balloon02 {
    right: -70px;
    height: 55px;
  }
}
.c02--a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px 8px;
  color: var(--purple);
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
.c02--a:before {
  flex-shrink: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent url("images/c02-a@2x.png") left top no-repeat;
  background-size: contain;
}
.c02--btn {
  color: white;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  background: var(--purple);
  transition: 0.1s linear;
}
.c02--btn:hover {
  color: white;
  text-decoration: none;
  filter: contrast(1.8);
}
.c02--btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px 40px;
  background: var(--pale);
  padding: 30px 50px;
}
@media screen and (max-width: 480px) {
  .c03 {
    grid-template: auto/1fr;
    gap: 30px;
    padding: 20px 15px;
  }
}
.c03--title {
  grid-column: 1/span 2;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c03--title {
    grid-column: 1;
  }
}
.c03--title img {
  max-width: 100%;
}
.c03--fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 211px;
  height: 211px;
  padding: 20px 25px;
  background: white;
  border-radius: 50%;
}
.c03--fig > img {
  margin-left: 10px;
}
.c03--fig figcaption {
  width: 100%;
  margin-top: -8px;
}
.c03--fig figcaption.c03a--spec {
  margin-top: -20px;
}
.c03--fig figcaption img {
  margin-bottom: 4px;
}
.c03--list {
  margin: 0;
  padding: 180px 0 180px 1em;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .c03--list {
    padding: 0 0 100px 1em;
    background-position: 30% bottom, 70% bottom;
    background-size: auto 90px;
  }
}
.c03--list.c03a--list {
  background-image: image-set(url("images/c03-fig01.png") 1x, url("images/c03-fig01@2x.png") 2x), image-set(url("images/c03-fig03.png") 1x, url("images/c03-fig03@2x.png") 2x);
}
.c03--list.c03b--list {
  background-image: image-set(url("images/c03-fig02.png") 1x, url("images/c03-fig02@2x.png") 2x), image-set(url("images/c03-fig04.png") 1x, url("images/c03-fig04@2x.png") 2x);
}
.c03--list li {
  font-size: 12px;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
  line-break: strict;
}
.c03 .c03a, .c03 .c03b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a, .c03 .c03b {
    gap: 15px;
  }
}
.c03 .caption {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c03 .caption {
    grid-column: 1;
  }
}

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

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