:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,237;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* l-container
================================================ */
#menu_stain_photosilk_plus .l-container {
  padding-top: 0;
}
#menu_stain_photosilk_plus .l-container .ico_pricedown {
  display: inline-block;
  width: 120px;
  margin-left: 5px;
}
@media all and (min-width: 768px) {
  #menu_stain_photosilk_plus .l-container .ico_pricedown {
    width: 180px;
    margin-left: 10px;
  }
}

.skin_silk-mainimg {
  background-color: #f1e7dd;
}

/* .menu_stain_photosilk_plus-intro
================================================ */
.menu_stain_photosilk_plus-intro__price p {
  line-height: 1;
}
@media all and (max-width: 767px) {
  .menu_stain_photosilk_plus-intro__price:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-intro__price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
}
.menu_stain_photosilk_plus-intro__price-bg {
  background: #F9F6E9;
}

/* .menu_stain_photosilk_plus-about
================================================ */
@media all and (max-width: 767px) {
  .menu_stain_photosilk_plus-about__img {
    width: 35%;
    margin: auto;
  }
}
.menu_stain_photosilk_plus-about__effect {
  background: rgb(var(--light_pink));
}
.menu_stain_photosilk_plus-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.menu_stain_photosilk_plus-about__list-item {
  width: calc((100% - 20px) / 2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background: #fff;
  border: solid 1px rgb(var(--black));
  border-radius: 50%;
  padding: 30px 0;
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-about__list {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .menu_stain_photosilk_plus-about__list-item {
    width: 100%;
    font-size: 2.4rem;
    padding: 22px 0;
  }
}

/* .menu_stain_photosilk_plus-treatment
================================================ */
.menu_stain_photosilk_plus-treatment__head {
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-treatment__head {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-treatment__list {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (max-width: 767px) {
  .menu_stain_photosilk_plus-treatment__list-item:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-treatment__list-item {
    width: 380px;
  }
}

/* .menu_stain_photosilk_plus-case
================================================ */
.menu_stain_photosilk_plus-case__inner {
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .menu_stain_photosilk_plus-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}