.c-sc2-home__modal, .c-sc2-home__buy-img, .c-sc2-home__qa-body, .cont__center, .c-sc2-home__qa-btn, .c-sc2-home__product-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-sc2-home__modal > *, .c-sc2-home__buy-img > *, .c-sc2-home__qa-body > *, .cont__center > *, .c-sc2-home__qa-btn > *, .c-sc2-home__product-btn > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-sc2-home__modal-close::before, .c-sc2-home__buy-link-amazon, .c-sc2-home__buy-link-store, .c-sc2-home__work-result-cite, .link, .c-sc2-home__qa-btn, .c-sc2-home__product-btn {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-sc2-home__modal-close:hover::before, .c-sc2-home__buy-link-amazon:hover, .c-sc2-home__buy-link-store:hover, .c-sc2-home__work-result-cite:hover, .link:hover, .c-sc2-home__qa-btn:hover, .c-sc2-home__product-btn:hover {
  opacity: 0.7;
}

.c-sc2-home__qa-btn, .c-sc2-home__product-btn {
  position: relative;
  background: linear-gradient(90deg, #f06495 0%, #ff85b0 100%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  margin: auto;
  width: 240px;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-btn, .c-sc2-home__product-btn {
    box-shadow: 0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.3);
    border-radius: 6.6666666667vw;
    width: 76vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-sc2-home__qa-btn::after, .c-sc2-home__product-btn::after {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/btn_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-btn::after, .c-sc2-home__product-btn::after {
    background-size: 100%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}
.c-sc2-home__qa-btn:hover, .c-sc2-home__product-btn:hover {
  color: #fff;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.l-main {
  margin-bottom: 0;
}

.c-sc2-home [anim] {
  opacity: 0;
}

.cont img {
  max-width: 100%;
}

/* common:end */
/* kv:start */
.c-sc2-home__kv-body {
  text-align: center;
}
.c-sc2-home__kv-img {
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__kv .cont__container {
    max-width: 100%;
  }
}

/* kv:end */
/* cm:start */
.c-sc2-home__cm-body {
  background: linear-gradient(140deg, #fff7fa 0%, #fff8ea 35%, #ffecf3 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__cm-body {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__cm-body {
    padding-top: 16%;
    padding-bottom: 5.3333333333%;
  }
}
.c-sc2-home__cm-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__cm-ttl {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__cm-ttl {
    margin-bottom: 11.9402985075%;
  }
}
.c-sc2-home__cm-movie {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-sc2-home__cm-movie {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__cm-movie {
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__cm-movie {
    flex-direction: column;
  }
}
.c-sc2-home__cm-item {
  width: 460px;
}
@media screen and (min-width: 768px) {
  .c-sc2-home__cm-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__cm-item {
    width: 47.9166666667%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__cm-item {
    width: 89.3333333333vw;
    margin-bottom: 11.1940298507%;
  }
}
.c-sc2-home__cm-txt {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__cm-txt {
    margin-top: 6.5217391304%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__cm-txt {
    margin-top: 5.9701492537%;
    font-size: 4.2666666667vw;
  }
}

/* cm:end */
/* about:start */
.c-sc2-home__about {
  background: url(/products/brand/skincareyogurt/assets/img/about_bg_02.png) top center/auto no-repeat, url(/products/brand/skincareyogurt/assets/img/about_bg_01.png) top center/cover no-repeat;
  padding-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__about {
    padding-bottom: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about {
    background: url(/products/brand/skincareyogurt/assets/img/about_bg_02-sp.png) top center/contain, url(/products/brand/skincareyogurt/assets/img/about_bg_01-sp.png) top center/cover;
    padding-bottom: 9.3333333333%;
  }
}
.c-sc2-home__about-body {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__about-body {
    padding-top: 10%;
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-body {
    flex-direction: column;
    padding-top: 17.9104477612%;
    padding-bottom: 7.4626865672%;
  }
}
.c-sc2-home__about-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__about-ttl {
    margin-bottom: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-ttl {
    margin-bottom: 8.9552238806%;
  }
}
.c-sc2-home__about-txt {
  margin-top: -11px;
  font-size: 18px;
  line-height: 2.3333333333;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__about-txt {
    margin-top: -2.2916666667%;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-txt {
    margin-top: -2.9333333333vw;
    margin-bottom: 0;
    font-size: 4.2666666667vw;
    line-height: 2.375;
  }
}
.c-sc2-home__about-txt-line {
  background-color: #fefbcf;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-txt-line {
    white-space: nowrap;
  }
}
.c-sc2-home__about-img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-sc2-home__about-img-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-img-wrap {
    margin-top: 8.9552238806%;
  }
}
.c-sc2-home__about-img-txt {
  filter: drop-shadow(3px 0 20px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-img-txt {
    filter: drop-shadow(0.4vw 0 2.6666666667vw rgba(0, 0, 0, 0.2));
  }
}
.c-sc2-home__about-note {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__about-note {
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}

/* about:end */
.c-sc2-home__work-txt--04, .c-sc2-home__work-txt--03, .c-sc2-home__work-txt--02, .c-sc2-home__work-txt {
  margin-top: 10px;
  margin-bottom: 45px;
  justify-content: stretch;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--04, .c-sc2-home__work-txt--03, .c-sc2-home__work-txt--02, .c-sc2-home__work-txt {
    margin-top: 2.688172043%;
    margin-bottom: 12.0967741935%;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--04, .c-sc2-home__work-txt--03, .c-sc2-home__work-txt--02, .c-sc2-home__work-txt {
    margin-top: 0;
    margin-bottom: 0;
    height: 14.4vw;
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}

.c-sc2-home__work-result-content--02, .c-sc2-home__work-result-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 40px 40px 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-content--02, .c-sc2-home__work-result-content {
    border-radius: 0 0 1vw 1vw;
    padding: 4.1666666667%;
    margin-bottom: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-content--02, .c-sc2-home__work-result-content {
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    padding: 8vw 5.3333333333vw;
    margin-bottom: 11.9402985075%;
  }
}

.c-sc2-home__work-result-graph--02, .c-sc2-home__work-result-graph {
  width: 440px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-graph--02, .c-sc2-home__work-result-graph {
    width: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-graph--02, .c-sc2-home__work-result-graph {
    width: 100%;
    margin-top: 0 !important;
  }
}

.c-sc2-home__work-result-txt--02, .c-sc2-home__work-result-txt {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-txt--02, .c-sc2-home__work-result-txt {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.c-sc2-home__work-result-photo-bold, .c-sc2-home__work-result-photo-pink {
  font-size: 14px;
  line-height: 2;
  color: #f06595;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo-bold, .c-sc2-home__work-result-photo-pink {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.c-sc2-home__work-result-note, .c-sc2-home__work-result-photo-note {
  display: block;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-note, .c-sc2-home__work-result-photo-note {
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}

/* work:start */
.c-sc2-home__work-body {
  background-color: #fff0f6;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-body {
    padding-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-body {
    padding-top: 13.3333333333%;
  }
}
.c-sc2-home__work-body::before {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 381px;
  height: 71px;
  position: absolute;
  bottom: -71px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-body::before {
    width: 38.1vw;
    height: 7.1vw;
    bottom: -7.1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-body::before {
    background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_bg-sp.png);
    width: 65.4666666667vw;
    height: 12.2666666667vw;
    bottom: -12.2666666667vw;
  }
}
.c-sc2-home__work-body-result {
  background-color: #ffe5e9;
  padding-top: 110px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-body-result {
    padding-top: 11%;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-body-result {
    padding-top: 22.9333333333%;
    padding-bottom: 13.3333333333%;
  }
}
.c-sc2-home__work-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-ttl {
    margin-bottom: 1.0416666667%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-ttl {
    margin-bottom: 3.3333333333vw;
  }
}
.c-sc2-home__work-note {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-note {
    margin-bottom: 4.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-note {
    width: 76.8vw;
    margin: 0 auto 7.4626865672%;
    font-size: 2.6666666667vw;
    line-height: 1.7;
    text-align: left;
  }
}
.c-sc2-home__work-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-box {
    margin-bottom: 3.125%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-box {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.c-sc2-home__work-box::before {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/work_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 164px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-box::before {
    width: 16.4vw;
    height: 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-box::before {
    background-image: url(/products/brand/skincareyogurt/assets/img/work_icon-sp.png);
    background-size: 100%;
    width: 4.4vw;
    height: 23.3333333333vw;
    top: 44%;
  }
}
.c-sc2-home__work-box-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-box-wrap {
    display: flex;
    justify-content: center;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.c-sc2-home__work-box-wrap::before {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/work_img_product.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 82px;
  height: 220px;
  position: absolute;
  top: 376px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-box-wrap::before {
    width: 8.2vw;
    height: 22vw;
    top: 37.6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-box-wrap::before {
    background-image: url(/products/brand/skincareyogurt/assets/img/work_img_product-sp.png);
    background-size: 100%;
    width: 8.9333333333vw;
    height: 24vw;
    top: 70.1333333333vw;
  }
}
.c-sc2-home__work-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  border-radius: 5px;
  width: 372px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-item {
    border-radius: 0.5vw;
    width: 37.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-item {
    justify-content: flex-start;
    border-radius: 0.6666666667vw;
    width: 42vw;
    height: 66.4vw;
    margin-bottom: 14.9206349206%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-item:first-child {
    height: 54.5333333333vw;
    margin-bottom: 72.380952381%;
  }
}
.c-sc2-home__work-txt--02 {
  position: relative;
  margin-top: 25px;
  margin-right: -8px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--02 {
    margin-right: -0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--02 {
    margin-top: 6.3492063492%;
  }
}
.c-sc2-home__work-txt--02::before, .c-sc2-home__work-txt--02::after {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_txt_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--02::before, .c-sc2-home__work-txt--02::after {
    width: 2.7vw;
    height: 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--02::before, .c-sc2-home__work-txt--02::after {
    background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_txt_01-sp.png);
    background-size: 100%;
    width: 4.9333333333vw;
    height: 2.2666666667vw;
    top: -1.7333333333vw;
  }
}
.c-sc2-home__work-txt--02::before {
  left: -40px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--02::before {
    left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--02::before {
    left: -2.2666666667vw;
  }
}
.c-sc2-home__work-txt--02::after {
  transform: translateY(-50%) rotate(180deg);
  right: -32px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--02::after {
    right: -3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--02::after {
    top: 6.9333333333vw;
    right: -1.4666666667vw;
  }
}
.c-sc2-home__work-txt--03 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--03 {
    margin-top: 6.3492063492%;
  }
}
.c-sc2-home__work-txt--04 {
  position: relative;
  margin-right: -8px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--04 {
    margin-right: -0.8vw;
  }
}
.c-sc2-home__work-txt--04::before, .c-sc2-home__work-txt--04::after {
  content: "";
  display: inline-block;
  background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_txt_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 51px;
  position: absolute;
  top: -2px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--04::before, .c-sc2-home__work-txt--04::after {
    width: 2.2vw;
    height: 5.1vw;
    top: -0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--04::before, .c-sc2-home__work-txt--04::after {
    background-image: url(/products/brand/skincareyogurt/assets/img/work_icon_txt_02-sp.png);
    background-size: 100%;
    width: 3.4666666667vw;
    height: 13.6vw;
    top: 0;
  }
}
.c-sc2-home__work-txt--04::before {
  left: -50px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--04::before {
    left: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--04::before {
    left: -5.3333333333vw;
  }
}
.c-sc2-home__work-txt--04::after {
  right: -42px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt--04::after {
    right: -4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt--04::after {
    right: -4.6666666667vw;
  }
}
.c-sc2-home__work-txt-btm {
  margin-top: -8px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-txt-btm {
    margin-top: -0.8vw;
    margin-bottom: 3.5vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-txt-btm {
    margin-top: 0;
    margin-bottom: 9.7014925373%;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    white-space: nowrap;
  }
}
.c-sc2-home__work-result-top {
  padding-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-top {
    padding-bottom: 1%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-top {
    padding-bottom: 1.4925373134%;
  }
}
.c-sc2-home__work-result-ttl {
  margin: auto;
  background: linear-gradient(90deg, #f06495 0%, #ff85b0 100%);
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-ttl {
    border-radius: 1vw 1vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-ttl {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.c-sc2-home__work-result-content--02 {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-content--02 {
    flex-direction: column;
    padding-top: 8vw;
    padding-bottom: 7.3333333333vw;
  }
}
.c-sc2-home__work-result-inr {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-inr {
    flex-direction: column;
    margin-bottom: 10.1694915254%;
  }
}
.c-sc2-home__work-result-graph--02 {
  margin-top: 3px;
}
@media screen and (max-width: ) {
  .c-sc2-home__work-result-graph--02 {
    margin-top: 0.3%;
  }
}
.c-sc2-home__work-result-photo {
  width: 400px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-photo {
    width: 40vw;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo {
    width: 100%;
    border-radius: 1.3333333333vw;
    padding-top: 6.7796610169%;
    padding-bottom: 4.2372881356%;
    margin: 9.3220338983% auto 0;
  }
}
.c-sc2-home__work-result-photo-txt {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo-txt {
    padding-left: 5.0847457627%;
    padding-right: 5.0847457627%;
    margin-top: 3.3898305085%;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.c-sc2-home__work-result-photo-note {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo-note {
    padding-left: 5.0847457627%;
    padding-right: 5.0847457627%;
    margin-top: 2.0338983051%;
  }
}
.c-sc2-home__work-result-photo-pink {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-sc2-home__work-result-photo-pink {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo-pink {
    padding-left: 5.0847457627%;
    padding-right: 5.0847457627%;
    margin-bottom: 5.0847457627%;
  }
}
.c-sc2-home__work-result-photo-bold {
  font-weight: bold;
}
.c-sc2-home__work-result-photo-icon {
  display: inline-block;
  width: 92px;
  background-color: #fff;
  border: 1px solid #f06495;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #f06595;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-photo-icon {
    width: 20vw;
    border-width: 0.2666666667vw;
    border-radius: 0.5333333333vw;
    padding-top: 0.8vw;
    padding-bottom: 0.6666666667vw;
    margin-right: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.c-sc2-home__work-result-cite {
  display: block;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-decoration: underline;
  color: #00a0e9;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-cite {
    margin-top: 5.9322033898%;
    margin-bottom: 4.2372881356%;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.c-sc2-home__work-result-cite:hover {
  color: #00a0e9;
}
.c-sc2-home__work-result-txt {
  border-top: 1px solid #d2d2d2;
  padding-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-txt {
    border-width: 0.2666666667vw;
    padding-top: 8.4745762712%;
    margin-bottom: 4.2372881356%;
  }
}
.c-sc2-home__work-result-txt-wrap {
  width: 420px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__work-result-txt-wrap {
    width: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-txt-wrap {
    width: 100%;
  }
}
.c-sc2-home__work-result-txt--02 {
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-txt--02 {
    border-top: 1px solid #d2d2d2;
    padding-top: 8.4745762712%;
    margin-top: 9.3220338983%;
  }
}
.c-sc2-home__work-result-list {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__work-result-list {
    margin-bottom: 1.6949152542%;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
}

/* work:end */
/* product:start */
.c-sc2-home__product {
  background: linear-gradient(140deg, #fff7fa 0, #fff8ea 35%, #ffecf3 100%);
}
.c-sc2-home__product-body {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-body {
    padding: 10% 0 12%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-body {
    padding: 17.9104477612% 0 20.8955223881%;
  }
}
.c-sc2-home__product-bg {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-bg {
    margin-top: 5.2083333333%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-bg {
    margin-top: 11.9402985075%;
  }
}
.c-sc2-home__product-bg::after {
  content: "";
  background: #ffc3d8;
  border-radius: 10px;
  width: 97.9166666667%;
  height: 100%;
  visibility: unset;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-bg::after {
    border-radius: 1vw;
    top: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-bg::after {
    border-radius: 1.3333333333vw;
    width: 86.6666666667vw;
    top: 2.6666666667vw;
  }
}
.c-sc2-home__product-line {
  width: 97.9166666667%;
  background: linear-gradient(130deg, #f06495, #ffc3d8);
  border-radius: 10px;
  padding: 2px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-line {
    border-radius: 1vw;
    padding: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-line {
    max-width: 86.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 0.5333333333vw;
  }
}
.c-sc2-home__product-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 115px 48px 195px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-box {
    border-radius: 1vw;
    padding: 4.8vw 11.5vw 4.8vw 19.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-box {
    border-radius: 1.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-img {
    width: 23.8666666667vw;
  }
}
.c-sc2-home__product-txts {
  margin-left: 75px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-txts {
    margin-left: 7.5vw;
    padding-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-txts {
    margin-left: 0;
    padding-top: 10.5263157895%;
  }
}
.c-sc2-home__product-hdg {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-hdg {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-hdg {
    font-size: 4.8vw;
    text-align: center;
  }
}
.c-sc2-home__product-txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-txt {
    font-size: 1.6vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    text-align: center;
    margin-top: 4.3859649123%;
  }
}
.c-sc2-home__product-btn {
  margin-top: 45px;
  margin-left: 3px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__product-btn {
    margin-top: 4.5vw;
    margin-left: 0.3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__product-btn {
    margin-top: 9.3333333333vw;
    margin-left: 0;
  }
}

/* product:end */
/* qa:start */
.c-sc2-home__qa {
  background-color: #fff;
}
.c-sc2-home__qa-body {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/products/brand/skincareyogurt/assets/img/qa_bg_01.png);
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-body {
    background-image: url(/products/brand/skincareyogurt/assets/img/qa_bg_01-sp.png);
    background-size: 100%;
  }
}
.c-sc2-home__qa-wrap {
  background-image: url(/products/brand/skincareyogurt/assets/img/qa_bg_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-image: url(/products/brand/skincareyogurt/assets/img/qa_bg_02-sp.png);
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.c-sc2-home__qa-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-ttl {
    margin-bottom: 11.9402985075%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__qa-btn {
    width: 78.6666666667vw;
  }
}

/* qa:end */
/* buy:start */
.c-sc2-home__buy {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__buy {
    padding-top: 8%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__buy {
    padding-top: 10.6666666667%;
    padding-bottom: 5.3333333333%;
  }
}
.c-sc2-home__buy-ttl {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__buy-ttl {
    margin-bottom: 30, 960;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__buy-ttl {
    margin-bottom: 5.9701492537%;
  }
}
.c-sc2-home__buy-img {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__buy-img {
    margin-bottom: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__buy-img {
    margin-bottom: 8.9552238806%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__buy-link-amazon {
    width: 37.1641791045%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__buy-link-store {
    width: 92.5373134328%;
  }
}

/* buy:end */
/* modal:start */
.c-sc2-home__modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-sc2-home__modal.show {
  visibility: visible;
  opacity: 1;
}
.c-sc2-home__modal-content {
  background-color: #fff;
  padding: 65px 80px 50px;
  width: 920px;
  box-sizing: border-box;
  position: relative;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-content {
    padding: 6.5% 8% 5%;
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-content {
    width: 89.3333333333vw;
    height: 90svh;
    overflow-y: scroll;
    padding: 8% 5.3333333333%;
  }
}
.c-sc2-home__modal-close::before {
  content: "";
  background-image: url(/products/brand/skincareyogurt/assets/img/modal_icon_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-close::before {
    width: 4.2vw;
    height: 4.2vw;
    top: 2vw;
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-close::before {
    background-image: url(/products/brand/skincareyogurt/assets/img/modal_icon_close-sp.png);
    background-size: 100%;
    width: 7.0666666667vw;
    height: 7.0666666667vw;
    top: 3.6vw;
    right: 4vw;
  }
}
.c-sc2-home__modal-close:hover, .c-sc2-home__modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.c-sc2-home__modal-body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-body {
    overflow-y: scroll;
    flex-direction: column;
  }
}
.c-sc2-home__modal-img {
  width: 140px;
  margin-right: 80px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-img {
    width: 14vw;
    margin-right: 10.5263157895%;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-img {
    width: 20.4vw;
    margin: 0 auto 8vw;
  }
}
.c-sc2-home__modal-ttl {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-ttl {
    margin-bottom: 3.5vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-sc2-home__modal-list {
  display: flex;
  font-size: 12px;
  line-height: 2.3333333333;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-list {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-list {
    flex-direction: column;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
}
.c-sc2-home__modal-summary {
  width: 255px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-summary {
    width: 25.5vw;
    margin-right: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-summary {
    width: 100%;
    margin: 0 auto 8vw;
  }
}
.c-sc2-home__modal-ingredient {
  width: 255px;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-ingredient {
    width: 25.5vw;
    margin-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-ingredient {
    width: 100%;
    margin: auto;
  }
}
.c-sc2-home__modal-hdg {
  border-bottom: 1px solid #f06495;
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-hdg {
    padding-bottom: 0.3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-hdg {
    font-size: 4.2666666667vw;
    padding-bottom: 2vw;
  }
}
.c-sc2-home__modal-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-wrap {
    padding: 1.6vw 0;
  }
}
.c-sc2-home__modal-item {
  width: 105px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-item {
    width: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-item {
    width: 27.7333333333vw;
  }
}
.c-sc2-home__modal-explanation {
  width: 154px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1000px) {
  .c-sc2-home__modal-explanation {
    width: 15.4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sc2-home__modal-explanation {
    width: 49.3333333333vw;
    line-height: 1.6666666667;
  }
}

/* modal:end */