@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
:root {
  --bg: #fff;
  --em: #E4007F;
  --lightblue:#89BCD6;
  --lightpurple:#E8DEED;
  --orange:#DB8863;
  --purple:#CC7DB1;
  --violet:#B877C9;
  --blue:#75B4DD;
  --yellow:#fff462;
  --mint:#75c1c4;
  --grey:#555;
  scroll-behavior: smooth;
}

#detail #middle_cont_left {
  color: #232323;
  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: var(--bg) url("images/bg.png") left top repeat-y;
  background-size: 100% auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #detail #middle_cont_left {
    padding: 0;
    background-image: url("images/bg_sp.png");
  }
}
@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;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
#detail #middle_cont_left sup {
  font-size: 80%;
  top: -0.3em;
  line-height: 1;
}
#detail #middle_cont_left em {
  color: var(--em);
  font-style: normal;
}
#detail #middle_cont_left em.blue {
  color: #26b7bc;
  font-style: inherit;
}
#detail #middle_cont_left em.green {
  color: #92ab23;
  font-style: inherit;
}
#detail #middle_cont_left em.orange {
  color: #f08300;
  font-style: inherit;
}
#detail #middle_cont_left em.yellow {
  color: #fff33f;
  font-style: inherit;
}
#detail #middle_cont_left em.violet {
  color: #7d4698;
  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(84, 195, 241, 0) 45%, rgba(84, 195, 241, 0.5) 55%, rgba(84, 195, 241, 0.5) 90%, rgba(84, 195, 241, 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;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
/*
橙：#dc5310
土：#a9865f
黄：#fff67f
薄紫：#a2aac6
青緑：#98cac7

*/
.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;
}

.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: var(--violet);
  transition: 0.2s linear;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 6px;
}
.btn_link:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}

.medicated {
  width: 25px;
  height: 9px;
  margin: 0 5px;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  padding: 45px 0 0;
}
@media screen and (max-width: 480px) {
  .c00 {
    padding: 20px 0 30px;
  }
}
.c00--lead {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.c00--fig {
  position: relative;
  display: flex;
  height: 188px;
  background: url("images/c00_bg@2x.png") left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .c00--fig {
    background-position: center top;
    background-size: auto 100%;
  }
}
.c00--fig img {
  position: absolute;
  left: calc(50% - 27px);
  top: 14px;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}
.c00--fig .spec {
  position: absolute;
  left: calc(50% + 35px);
  bottom: 18px;
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 0 30px 80px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 0 15px 40px;
  }
}
.c01--fig01 {
  position: relative;
  display: block;
  margin: -6px auto 30px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c01--fig01 {
    margin: 0 auto 20px;
  }
}
.c01--fig02 {
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  .c01--fig02 {
    max-width: calc(100% + 10px);
    margin-bottom: 20px;
    margin-right: -10px;
  }
}

.c01a, .c01b {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c01a, .c01b {
    margin-bottom: 20px;
  }
}

.c01a h4, .c01b h4 {
  color: #555;
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "palt";
}

.c01a p, .c01b p {
  text-align: justify;
  margin: 0;
}

.c01c {
  position: relative;
  padding: 20px;
  border: 0.5px solid;
  border-radius: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .c01c {
    padding: 15px;
    border-radius: 10px;
  }
}
.c01c--upper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .c01c--upper {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c01c--upper h4 {
  color: var(--grey);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  padding-left: 8px;
  border-left: 5px solid var(--purple);
}
.c01c--upper h4 strong {
  font-weight: inherit;
  color: var(--purple);
}
.c01c--upper p {
  text-align: justify;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.c01c--lower {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .c01c--lower {
    flex-direction: column;
    gap: 15px;
  }
}
.c01c--lower h5 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  font-feature-settings: "palt";
  color: var(--yellow);
  background: var(--mint);
  margin: 0 0 12px -20px;
  padding: 8px 0 8px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%);
}
@media screen and (max-width: 480px) {
  .c01c--lower h5 {
    margin-left: -15px;
  }
}
.c01c--lower p {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  text-align: justify;
}
.c01c--lower img {
  max-width: 100%;
}
.c01c--caption {
  position: absolute;
  right: 0;
  bottom: -20px;
  margin: 0;
}

.c01d {
  background: var(--purple);
  padding: 0 20px 12px;
}
@media screen and (max-width: 480px) {
  .c01d {
    margin: 0 -15px;
    padding: 0 15px 15px;
  }
}
.c01d h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 12px;
  color: white;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  background: #7F4E6F;
  height: 35px;
  margin: 0;
}
.c01d--figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 8px 34px 8px 8px;
  margin: 0 0 12px;
}
@media screen and (max-width: 480px) {
  .c01d--figure {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 10px 10px;
    gap: 15px;
  }
}
.c01d--figure img {
  max-width: 100%;
}
.c01d--fig03 {
  position: absolute;
  right: -20px;
  bottom: -53px;
}
@media screen and (max-width: 480px) {
  .c01d--fig03 {
    width: 60px;
    right: -15px;
    bottom: -36px;
  }
}
.c01d p {
  color: white;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 40px 50px;
  background: transparent url("images/c02_bg@2x.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 35px 15px;
    background-image: url("images/c02_bg_sp.png");
    background-position: center top;
    background-size: auto 267px;
  }
}
.c02 h3 {
  margin: 0 0 18px;
}
.c02 h3 img {
  max-width: 100%;
}
.c02--lead {
  color: white;
  font-weight: 400;
  margin: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c02--lead {
    text-align: justify;
  }
}
.c02--figure {
  position: relative;
  margin: 0 -20px 32px;
}
@media screen and (max-width: 480px) {
  .c02--figure {
    margin: 0 -15px 30px;
  }
}
.c02--fig01 {
  display: block;
  margin: -130px auto 0;
}
@media screen and (max-width: 480px) {
  .c02--fig01 {
    width: 100%;
    margin: -10px auto 15px;
  }
}
@media screen and (max-width: 320px) {
  .c02--fig01 {
    margin-top: 10px;
  }
}
.c02--spec {
  position: absolute;
  left: calc(50% + 102px);
  top: 297px;
}
@media screen and (max-width: 480px) {
  .c02--spec {
    left: 15px;
    top: calc(0.4666666667 * (100vw - 30px));
  }
}
@media screen and (max-width: 320px) {
  .c02--spec {
    font-size: 8px !important;
    left: 15px;
    top: 148px;
  }
}
.c02--caption {
  position: absolute;
  text-align: justify;
  left: 20px;
  top: 297px;
  width: 264px;
}
@media screen and (max-width: 480px) {
  .c02--caption {
    position: static;
    width: auto;
    padding: 0 15px;
  }
}

.c02a h4, .c02b h4 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .c02a h4, .c02b h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.c02a {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c02a {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.c02a p {
  margin: 0;
}
.c02a--fig02 {
  display: block;
  margin: 10px 10px 0 auto;
}
@media screen and (max-width: 480px) {
  .c02a--fig02 {
    display: none;
  }
}

.c02b {
  margin-bottom: 30px;
}
.c02b h5 {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0 0 10px;
}
.c02b h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  font-size: 8.5px;
  line-height: 1;
  color: white;
  font-weight: 500;
  height: 15px;
  width: 58px;
  border-radius: 7.5px;
  margin: 0 0 7px;
}
.c02b .flex {
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .c02b .flex {
    gap: 15px;
  }
}
.c02b .flex img {
  max-width: 100%;
}
.c02b .flex p {
  line-height: 1.4;
  text-align: justify;
  margin: 0;
}
.c02b .flex p:first-of-type {
  margin-bottom: 10px;
}

.c02c {
  position: relative;
  height: 80px;
  padding: 16px 0 0 40px;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .c02c {
    height: auto;
    padding: 15px 80px 15px 15px;
  }
}
.c02c h4 {
  position: relative;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 6px;
}
.c02c p {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  margin: 0;
}
.c02c:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #c9caca;
  border-radius: 40px;
  background: transparent url("images/c02c_fig01@2x.png") right 18px bottom no-repeat;
  background-size: auto 72px;
}
@media screen and (max-width: 480px) {
  .c02c:after {
    background-image: url("images/c02c_fig01_sp.png");
    background-position: right 5px bottom;
    background-size: auto 100px;
    border-radius: 15px;
  }
}
.c02c:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #EBF6F5;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
  .c02c:before {
    border-radius: 15px;
  }
}

.c02d {
  border: 2px solid var(--blue);
  border-radius: 16px;
  padding: 15px 15px 0;
  margin-bottom: 30px;
}
.c02d h4 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
  margin: 0;
}
.c02d h4 em.marker {
  font-size: 22px;
  color: var(--orange) !important;
}
.c02d h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: var(--blue);
  margin: 20px 0 10px;
  border-left: 4px solid var(--blue);
  padding-left: 8px;
}
@media screen and (max-width: 480px) {
  .c02d h5 {
    font-size: 16px;
  }
}
.c02d h5 em {
  color: var(--orange) !important;
}
.c02d img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.c02d p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 1em;
}

.c02e {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .c02e {
    flex-direction: column;
  }
}
.c02e h4 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-radius: 6px;
  height: 36px;
  width: 70px;
  margin: 0;
}
.c02e p {
  color: var(--blue);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
.c02e img {
  display: flex;
  margin: -16px 0 0 auto;
}
