@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: var(--text);
  --text: #232323;
  --pale: #e3ecf1;
  --lightblue: #d4e0e3;
  --blue: #758c9e;
  --midblue: #a5bbcb;
  --purple: #9166a9;
  --midpurple:#bb97c5;
  --lightpurple: #e6cbe2;
  --beige: #b37651;
  --midbeige: #ddbb99;
  --lightbeige: #f4e8d1;
  --orange: #f29a63;
  --green: #6bbc6e;
  --gold: #af9259;
  --lightgreen: #dde9d3;
  --violet: #c59dc3;
  --lightviolet: #f3ebf4;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --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: "YakuHanJP", "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: 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: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

.cmn--green {
  background: var(--lightgreen);
  padding: 0.1em;
}
.cmn--underline {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------- */
/* c00 */
/* ----------------------------------------------------------------------- */
.c00 {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
  background-color: transparent;
  background-image: image-set(url("images/bg-crystal.png") 1x, url("images/bg-crystal@2x.png") 2x), image-set(url("images/bg-border-top.png") 1x, url("images/bg-border-top@2x.png") 2x);
  background-position: left top;
  background-size: 240px auto, 100% auto;
  background-repeat: no-repeat;
  padding: 80px 0 0;
}
@media screen and (max-width: 480px) {
  .c00 {
    justify-content: start;
    gap: 15px;
    background-image: url("images/bg-crystal-sp.png"), url("images/bg-border-top-sp.png");
    background-size: 172px auto, 100% auto;
    background-position: right top, left top;
    padding: 70px 15px 40px;
  }
}
.c00--title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6428571429;
  margin: 0 0 24px;
}
@media screen and (max-width: 480px) {
  .c00--title {
    margin-bottom: 30px;
  }
}
.c00--lead {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 13px;
  line-height: 1.7692307692;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c00--lead {
    font-size: 13px;
    text-align: justify;
  }
}

/* ----------------------------------------------------------------------- */
/* c01 */
/* ----------------------------------------------------------------------- */
.c01 {
  padding: 80px 60px 60px;
  backgronud-color: transparent;
  background-image: linear-gradient(to bottom, white 0%, transparent 15%), linear-gradient(to right, var(--pale) 0%, var(--pale) 30px, transparent 30px), image-set(url("images/c01-bg-bottom.png") 1x, url("images/c01-bg-bottom@2x.png") 2x);
  background-position: left top, left top, right bottom -40px;
  background-size: 100% 100%, 100% 100%, 120px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .c01 {
    padding: 30px 30px 60px;
    background-image: linear-gradient(to bottom, white 0%, transparent 40px), linear-gradient(to right, var(--pale) 0%, var(--pale) 15px, transparent 15px), url("images/c01-bg-bottom-sp.png");
    background-size: 100% 100%, 100% 100%, 70px auto;
    background-position: left top, left top, right bottom -60px;
  }
}
.c01--title {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 480px) {
  .c01--title {
    margin-bottom: 30px;
  }
}
.c01--title img {
  max-width: 100%;
}
.c01 .c01_hero {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 320px;
  padding-left: 290px;
  margin: 0 -60px 50px;
  background: transparent image-set(url("images/c01-hero.png") 1x, url("images/c01-hero@2x.png") 2x) left top no-repeat;
  background-size: auto 320px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_hero {
    height: auto;
    margin: 0 -30px 30px;
    padding: calc(0.92 * (100vw - 40px)) 30px 30px;
    background-image: url("images/c01-hero-sp.png"), linear-gradient(to right, var(--pale) 0%, transparent 75%);
    background-size: 100% auto, 100% 100%;
    background-position: left top, left top;
    background-repeat: no-repeat;
  }
}
.c01 .c01_hero--title {
  color: var(--gold);
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 22px;
  line-height: 1.3181818182;
  font-weight: 500;
  margin: 0 0 13px;
}
.c01 .c01_hero--text {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 13px;
  line-height: 1.7692307692;
  font-weight: 400;
  font-feature-settings: "palt";
  margin: 0;
}
.c01 .c01_hero--text em {
  display: inline-block;
  font-weight: 600;
  margin: 6px 0;
}
.c01 .c01_hero--text strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.c01--box {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .c01--box {
    margin-bottom: 50px;
  }
}
.c01--sub {
  color: var(--blue);
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  width: fit-content;
  border-bottom: 1px solid var(--blue);
  margin: 0 0 16px 28px;
  padding: 0 2px;
  line-break: strict;
}
@media screen and (max-width: 480px) {
  .c01--sub {
    line-height: 1.3;
    padding-bottom: 6px;
  }
}
.c01--sub:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0.75em;
  width: 20px;
  height: 6px;
  background: var(--midblue);
}
@media screen and (max-width: 480px) {
  .c01--sub:before {
    top: 0.55em;
  }
}
.c01--text {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .c01--text {
    text-align: justify;
  }
}
.c01 .c01c, .c01 .c01d, .c01 .c01e {
  padding-right: 175px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c, .c01 .c01d, .c01 .c01e {
    padding-right: 0;
  }
}
.c01 .c01c--fig01 {
  position: absolute;
  top: -40px;
  right: -45px;
}
@media screen and (max-width: 480px) {
  .c01 .c01c--fig01 {
    position: relative;
    top: 0;
    right: -20px;
    display: block;
    margin: 0 auto 0;
    transform: rotate(-30deg);
    filter: drop-shadow(3px 5px 3px rgba(0, 0, 0, 0.25));
  }
}
.c01 .c01_column {
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 18px;
}
@media screen and (max-width: 480px) {
  .c01 .c01_column {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.c01 .c01_column--fig {
  display: grid;
  grid-template: auto 1fr/1fr;
  padding-right: 18px;
  border-right: 1px solid var(--text);
}
@media screen and (max-width: 480px) {
  .c01 .c01_column--fig {
    padding: 0;
    border-right: none;
  }
}
.c01 .c01_column--figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 500;
  background: var(--midblue);
  padding: 8px 0;
}
.c01 .c01_column--figcaption-large {
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
}
.c01 .c01_column--text {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 1em;
}
@media screen and (max-width: 480px) {
  .c01 .c01_column--text {
    padding-top: 10px;
    border-top: 1px solid var(--text);
  }
}
.c01 .c01_column--caption {
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* c02 */
/* ----------------------------------------------------------------------- */
.c02 {
  padding: 60px;
  background-color: transparent;
  background-image: image-set(url("images/bg-border-top.png") 1x, url("images/bg-border-top@2x.png") 2x), image-set(url("images/bg-border-bottom.png") 1x, url("images/bg-border-bottom@2x.png") 2x);
  background-position: left top, left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .c02 {
    padding: 60px 15px;
  }
}
.c02--title {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .c02--title {
    text-align: center;
    margin-bottom: 30px;
  }
  .c02--title img {
    max-width: 100%;
  }
}
.c02--lead_title {
  font-family: "YakuHanMP", "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 13px;
}
@media screen and (max-width: 480px) {
  .c02--lead_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.c02--lead {
  margin: 0 0 54px;
}
@media screen and (max-width: 480px) {
  .c02--lead {
    margin-bottom: 30px;
  }
}
.c02 .c02_box {
  display: grid;
  grid-template: auto/150px 1fr;
  gap: 20px;
  padding: 16px 0 0 20px;
  border: 1px solid var(--blue);
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .c02 .c02_box {
    grid-template: auto/1fr;
    gap: 15px;
    padding: 15px 0 0 15px;
  }
}
.c02 .c02_box--figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_box--figure {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .c02 .c02_box--step {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.c02 .c02_box--photo {
  align-self: center;
}
.c02 .c02_box--spec {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .c02 .c02_box--spec {
    margin-bottom: 1em;
  }
}
.c02 .c02_box--medicated {
  vertical-align: -1px;
  margin-left: 6px;
}
.c02 .c02_box--wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.c02 .c02_box--lead {
  margin: 0 0 12px;
}
.c02 .c02_box--formula {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin-bottom: 16px;
}
.c02 .c02_box--box {
  padding: 0 15px 10px;
  background: var(--lightblue);
}
@media screen and (max-width: 480px) {
  .c02 .c02_box--box {
    padding: 0 10px 10px;
  }
}
.c02 .c02_box--sub {
  display: flex;
  align-items: center;
  jutify-content: start;
  gap: 4px;
  color: white;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  height: 25px;
  padding: 0 6px;
  margin: 0 -15px 10px;
  background: var(--midblue);
}
@media screen and (max-width: 480px) {
  .c02 .c02_box--sub {
    margin: 0 -10px 5px;
  }
}
.c02 .c02_box--sub-large {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: var(--blue);
  padding: 2px 4px;
}
.c02 .c02_box--text {
  font-size: 11px;
  line-height: 16px;
  text-align: justify;
  margin: 0;
}
.c02 .c02_box--point {
  font-size: 11px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 6px 4px;
  margin: 6px 0;
}
.c02 .c02_box + .c02_box {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_box + .c02_box {
    margin-top: 15px;
  }
}
.c02 .c02_clean, .c02 .c02_moist, .c02 .c02_protect {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_clean, .c02 .c02_moist, .c02 .c02_protect {
    margin-bottom: 30px;
  }
}
.c02 .c02_clean--title, .c02 .c02_moist--title, .c02 .c02_protect--title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.6em;
  text-align: center;
  height: 30px;
  margin: 0 0 13px;
}
@media screen and (max-width: 480px) {
  .c02 .c02_clean--title, .c02 .c02_moist--title, .c02 .c02_protect--title {
    margin-bottom: 10px;
  }
}
.c02 .c02_clean--title {
  background: var(--lightblue);
}
.c02 .c02_clean .c02_box {
  border-color: var(--blue);
}
.c02 .c02_clean .c02_box--box {
  background-color: var(--lightblue);
}
.c02 .c02_clean .c02_box--sub {
  background-color: var(--midblue);
}
.c02 .c02_clean .c02_box--sub-large {
  background-color: var(--blue);
}
.c02 .c02_moist--title {
  background: var(--lightpurple);
}
.c02 .c02_moist .c02_box {
  border-color: var(--purple);
}
.c02 .c02_moist .c02_box--box {
  background-color: var(--lightpurple);
}
.c02 .c02_moist .c02_box--sub {
  background-color: var(--midpurple);
}
.c02 .c02_moist .c02_box--sub-large {
  background-color: var(--purple);
}
.c02 .c02_protect--title {
  background: var(--lightbeige);
}
.c02 .c02_protect .c02_box {
  border-color: var(--beige);
}
.c02 .c02_protect .c02_box--box {
  background-color: var(--lightbeige);
}
.c02 .c02_protect .c02_box--sub {
  background-color: var(--midbeige);
}
.c02 .c02_protect .c02_box--sub-large {
  background-color: var(--beige);
}
.c02--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--purple);
  color: white;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  width: 220px;
  height: 64px;
  transition: 0.2s;
  will-change: transform;
}
.c02--btn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: scale(1);
  border: 1px solid var(--midpurple);
  opacity: 0.8;
  border-radius: 8px;
}
.c02--btn:hover {
  color: white;
  text-decoration: none;
  filter: contrast(1.5);
  transform: scale(1.03);
}
.c02--btn:hover:after {
  opacity: 0;
  transform: scale(1.2, 1.5);
  transition: 0.3s ease-out;
}

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