@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg: #fff;
  --em: #4E9BC6;
  --blue:#75B4DD;
  --lightblue:#D8EBF5;
  --cream:#FFFDE5;
  --orange:#EC6D56;
  --purple:#B963A4;
  --lightpurple:#E098C1;
  --yellow:#F5F1DF;
  --text:#232323;
  --grey:#898989;
  --lightgrey:#EFEFEF;
  --violet:#E4007F;
  --lightviolet:#F3EBF4;
  --gold:#B89C3B;
  --pink:#F19CA6;
  --green:#008BA1;
  --yellowgreen:#AACF52;
  --mint:#5DC2D0;
  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-size: 100% auto;
  background-position: left top;
  background-repeat: repeat-y;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  #detail #middle_cont_left {
    padding: 15px;
  }
}
@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 .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;
}

.box {
  border: 20px solid var(--lightblue);
  border-radius: 20px;
  background-color: #EEF4F7;
  background-image: repeating-linear-gradient(-45deg, white 0px, white 2px, transparent 2px, transparent 15px);
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .box {
    border-width: 10px;
    margin: 0 -12px;
    padding: 10px 12px;
    border-radius: 10px;
    background-image: repeating-linear-gradient(-45deg, white 0px, white 2px, transparent 2px, transparent 12px);
  }
}
.box--title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--mint);
  margin: 0 0 12px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .box--title {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    height: auto;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 10px;
  }
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 20px;
  background: white;
}
@media screen and (max-width: 480px) {
  .c00 {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 30px;
  }
}
.c00--title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin: 0 0 1em;
}
.c00--lead {
  font-size: 14px;
  line-height: 1.74;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.c00--caption {
  text-align: right;
}
.c00--figure {
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .c00--figure {
    margin: 0 auto;
  }
}
.c00--medicated {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}
/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 20px 0 30px;
  }
}
.c01--title {
  text-align: center;
  margin: 0 0 13px;
}
@media screen and (max-width: 480px) {
  .c01--title {
    margin-bottom: 18px;
  }
}
.c01--title img {
  max-width: 100%;
}
.c01--lead {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}
.c01--fig01 {
  max-width: 100%;
  margin-bottom: 30px;
}
.c01--solution {
  filter: drop-shadow(1px 1px var(--text)) drop-shadow(1px -1px var(--text));
}
@media screen and (max-width: 480px) {
  .c01--solution {
    filter: drop-shadow(1.5px 1px var(--text)) drop-shadow(-1.5px 0 var(--text));
  }
}
.c01--solution-inner {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--lightblue);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c01--solution-inner {
    flex-direction: column;
    text-align: center;
    padding-bottom: 1em;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  }
}
.c01--solution-title {
  font-size: 12px;
  font-weight: 500px;
  line-height: 1.5;
  color: white;
  background: var(--text);
  text-align: center;
  padding: 6px 12px;
}
@media screen and (max-width: 480px) {
  .c01--solution-title {
    width: 100%;
    padding: 4px 0;
  }
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 30px 0 20px;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 20px 0 30px;
  }
}
.c02--title {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    margin-bottom: 30px;
  }
}
.c02--title img {
  max-width: 100%;
}
.c02--lead {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c02--lead {
    text-align: justify;
  }
}
.c02--fig01 {
  display: block;
  margin: -24px auto 0;
}
@media screen and (max-width: 480px) {
  .c02--fig01 {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .c02--fig02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .c02--fig03 {
    max-width: 100%;
  }
}
.c02--conclusion {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 480px) {
  .c02--conclusion {
    text-align: left;
  }
}
.c02--conclusion_title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 13px;
}
@media screen and (max-width: 480px) {
  .c02--conclusion_title {
    font-size: 18px;
  }
}
.c02--conclusion_text {
  margin: 0;
}
.c02 .c02a--wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--wrap {
    flex-direction: column;
    margin: 24px 0 0;
  }
}
.c02 .c02a--text {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  margin: 0;
}
.c02 .c02a--sub {
  background: white;
  border-radius: 14px;
  padding: 0 16px 16px;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .c02 .c02a--sub {
    margin: 0;
  }
}
.c02 .c02a--sub_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "palt";
  text-align: center;
  border-bottom: 1px solid var(--text);
  padding-bottom: 6px;
  margin: 0 0 14px;
}
.c02 .c02a--sub_title-span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 12px;
  height: 30px;
  width: fit-content;
  padding: 0 10px;
}
.c02 .c02a--sub_text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}

/* ----------------------------------------------------------------------- */
/* c03 */
/* ----------------------------------------------------------------------- */
.c03 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 480px) {
  .c03 {
    padding: 20px 0 30px;
  }
}
.c03--title {
  text-align: center;
  margin: 0 0 24px;
}
.c03--title img {
  max-width: 100%;
}
.c03 .c03a {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a {
    flex-direction: column;
  }
}
.c03 .c03a--wrap {
  padding: 14px;
  border: 1px solid var(--text);
  border-radius: 14px;
}
@media screen and (max-width: 480px) {
  .c03 .c03a--wrap {
    order: 2;
  }
}
.c03 .c03a--title {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--text);
}
.c03 .c03a--text {
  font-size: 11px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
  font-feature-settings: "palt";
}
.c03 .c03b {
  margin-bottom: 24px;
}
.c03--fig01 {
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .c03--fig01 {
    order: 1;
    max-width: 100%;
  }
}
.c03--fig02 {
  max-width: 100%;
}
.c03--fig03 {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .c03--fig03 {
    position: relative;
    right: -6px;
  }
}

/* ----------------------------------------------------------------------- */
/* c04 */
/* ----------------------------------------------------------------------- */
.c04 {
  padding: 20px 0 30px;
}
@media screen and (max-width: 480px) {
  .c04 {
    padding: 30px 0　20px;
  }
}
.c04--title {
  margin: 0;
}
.c04--title img {
  max-width: 100%;
}
.c04_box {
  border: 1px solid var(--blue);
  border-radius: 20px;
  margin-top: 50px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 480px) {
  .c04_box {
    padding: 0 15px 15px;
  }
}
.c04_box--head {
  display: flex;
  gap: 30px;
  align-items: center;
  background: var(--cream);
  margin: 0 -20px 15px;
  padding: 12px 20px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 480px) {
  .c04_box--head {
    flex-direction: column;
    gap: 20px;
    padding: 12px 15px;
    margin: 0 -15px 15px;
  }
}
.c04_box--title {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  margin: 0;
}
.c04_box--title:before {
  display: block;
  content: "";
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.c04a .c04_box--title:before {
  width: 58px;
  height: 56px;
  margin: -41px auto 10px;
  background-image: url("images/c04-badge01@2x.png");
}
.c04b .c04_box--title:before {
  width: 88px;
  height: 43px;
  margin: -35px auto 10px;
  background-image: url("images/c04-badge02@2x.png");
}
.c04_box--title-span {
  font-size: 20px;
}
.c04_box--head_text {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c04_box--head_text {
    text-align: center;
  }
}
.c04_box--head_sub {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.c04_box--head_small {
  font-size: 11px;
}
@media screen and (max-width: 480px) {
  .c04_box--head_small {
    display: block;
    line-height: 1.5;
    margin-top: 6px;
  }
}
.c04_box--first {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 100px;
  margin: 0 0 15px;
  background: transparent url("images/c04-first@2x.png") left center no-repeat;
  background-size: 90px auto;
}
@media screen and (max-width: 480px) {
  .c04_box--first {
    padding: 30px 0 0;
    background-position: center top;
    background-size: auto 24px;
    margin-bottom: 20px;
  }
}
.c04_point {
  display: grid;
  grid-template: auto/1fr 135px;
  gap: 10px 20px;
}
@media screen and (max-width: 480px) {
  .c04_point {
    grid-template: auto/1fr;
  }
}
.c04_point:not(:last-child) {
  margin-bottom: 15px;
}
.c04_point--title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: white;
  background: var(--blue);
  height: 31px;
  grid-column: 1;
  margin: 0;
  max-width: 448px;
}
@media screen and (max-width: 480px) {
  .c04_point--title {
    font-size: 14px;
    gap: 8px;
  }
}
.c04_point--title-span {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  width: 100px;
  height: 100%;
  background: var(--pink);
  padding-left: 10px;
  clip-path: polygon(0% 0%, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
}
@media screen and (max-width: 480px) {
  .c04_point--title-span {
    width: auto;
    font-size: 12px;
    clip-path: polygon(0% 0%, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 0% 100%);
    padding: 0 12px 0 6px;
  }
}
.c04_point--title-small {
  color: inherit;
}
@media screen and (max-width: 480px) {
  .c04_point--title-small {
    font-size: 10px;
    line-height: 1.2;
  }
}
.c04_point--text {
  text-align: justify;
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c04_point--text {
    grid-row: auto;
  }
}
.c04b .c04_point:last-of-type .c04_point--text {
  grid-column: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c04b .c04_point:last-of-type .c04_point--text {
    grid-column: 1;
  }
}
.c04_point--img {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 480px) {
  .c04_point--img {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }
}
.c04b .c04_point--img {
  display: block;
  margin: 10px auto;
}
.c04 .c04a--conclusion {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c04 .c04a--conclusion {
    text-align: justify;
  }
}
.c04 .c04a--conclusion-strong {
  display: block;
  font-size: 16px;
  font-weight: inherit;
  font-feature-settings: "palt";
  color: var(--violet);
  background: var(--cream);
  width: fit-content;
  padding: 2px 6px;
  margin: 0 auto 8px;
}

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