@charset "UTF-8";
/*
 * オンラインカウンセリング
 */
/* フェードアニメーション */
@keyframes oc-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* TypeSquare読み込みテキスト */
.ts-hide {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

#oc {
  padding-top: 90px;
  padding-bottom: 105px;
  letter-spacing: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#oc .oc-wrap {
  max-width: 752px;
  margin: 0 auto;
}

#oc h1,
#oc h2,
#oc h3 {
  font-weight: normal;
}

#oc p,
#oc ul,
#oc dl,
#oc dt,
#oc dd {
  margin: 0;
  padding: 0;
}

#oc li {
  list-style: none;
}

#oc dt,
#oc dd {
  min-width: 0;
}

#oc section {
  position: relative;
}
#oc section.show {
  animation: oc-show .5s ease;
}

/* 設問、結果 */
#oc section > div {
  display: none;
  background-color: #fff;
}
#oc section > div.current {
  display: block;
  animation: oc-show .5s ease;
}
#oc section > div::after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 87px;
  height: 6px;
  background: url(img/at.png) no-repeat 1px 0/auto 100%;
  content: "";
}
#oc section > div.q1::after {
  background-position: -79px 0;
}
#oc section > div.q2::after {
  background-position: -69px 0;
}
#oc section > div.q3::after {
  background-position: -59px 0;
}
#oc section > div.q4::after {
  background-position: -49px 0;
}
#oc section > div.q5::after {
  background-position: -39px 0;
}
#oc section > div.q6::after {
  background-position: -29px 0;
}
#oc section > div.q7::after {
  background-position: -19px 0;
}
#oc section > div.q8::after {
  background-position: -9px 0;
}

#oc section .oc-heading {
  position: relative;
  margin: 0 0 70px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: 0;
}
#oc section .oc-heading span.num {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
  color: #939393;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 12px;
}
#oc section .oc-heading span.num::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #323232;
  content: "";
}
#oc section .oc-heading sup {
  top: -0.4em;
  padding-right: 0.2em;
  font-size: 70%;
}
#oc section .oc-heading small {
  display: inline-block;
  padding-top: 4px;
  color: #888;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 85%;
  font-feature-settings: 'palt' on, 'pkna' on;
}

/* 設問 */
#oc .q-block .answer {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#oc .q-block .answer.flex-col {
  flex-direction: column;
}
#oc .q-block .answer li {
  display: block;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s ease;
}
#oc .q-block .answer li:hover {
  opacity: 0.5;
}
#oc .q-block .answer li.selected {
  background-color: #fffae7 !important;
  cursor: default;
  opacity: 1 !important;
}
#oc .q-block .answer.multi li.selected {
  cursor: pointer;
}
#oc .q-block .answer small {
  font-size: 100%;
}
#oc .q-block .answer.level {
  gap: 12px;
}
#oc .q-block .answer.level li {
  width: 86px;
  border: none;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 10px;
  white-space: nowrap;
}
#oc .q-block .answer.level li::after {
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 26px;
  content: "";
}
#oc .q-block .answer.level li.selected {
  background-color: transparent !important;
}
#oc .q-block .answer.level li.selected::after {
  background-color: #fffae7;
}
#oc .q-block .answer.icon {
  gap: 4px;
}
#oc .q-block .answer.icon li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 185px;
  height: 70px;
  padding-left: 70px;
  font-size: 12px;
  text-align: left;
}
#oc .q-block .answer.icon li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 70px;
  margin: auto calc(100% - 73px) auto 0;
  background: no-repeat 50% 50% / auto 100%;
  content: "";
}
#oc .q-block .answer.icon li.dry::after {
  height: 21px;
  background-image: url(img/ic_dry.svg);
}
#oc .q-block .answer.icon li.shiny::after {
  height: 24px;
  background-image: url(img/ic_shiny.svg);
}
#oc .q-block .answer.icon li.pores::after {
  height: 20px;
  background-image: url(img/ic_pores.svg);
}
#oc .q-block .answer.icon li.rough::after {
  height: 15px;
  background-image: url(img/ic_rough.svg);
}
#oc .q-block .answer.icon li.acne::after {
  height: 20px;
  background-image: url(img/ic_acne.svg);
}
#oc .q-block .answer.icon li.transparency::after {
  height: 24px;
  background-image: url(img/ic_transparency.svg);
}
#oc .q-block .answer.icon li.spot::after {
  height: 18px;
  background-image: url(img/ic_spot.svg);
}
#oc .q-block .answer.icon li.bag::after {
  height: 21px;
  background-image: url(img/ic_bag.svg);
}
#oc .q-block .answer.icon li.wrinkle::after {
  height: 18px;
  background-image: url(img/ic_wrinkle.svg);
}
#oc .q-block .answer.icon li.slack::after {
  height: 8px;
  background-image: url(img/ic_slack.svg);
}
#oc .q-block .answer.icon li.swelling::after {
  height: 22px;
  background-image: url(img/ic_swelling.svg);
}
#oc .q-block .answer.icon li.air-dry::after {
  height: 22px;
  background-image: url(img/ic_air_dry.svg);
}
#oc .q-block .answer.icon li.pollen::after {
  height: 18px;
  background-image: url(img/ic_pollen.svg);
}
#oc .q-block .answer.icon li.air-pollution::after {
  height: 19px;
  background-image: url(img/ic_air_pollution.svg);
}
#oc .q-block .answer.icon li.uv::after {
  height: 24px;
  background-image: url(img/ic_uv.svg);
}
#oc .q-block .answer.icon li.meal::after {
  height: 25px;
  background-image: url(img/ic_meal.svg);
}
#oc .q-block .answer.icon li.sleep::after {
  height: 23px;
  background-image: url(img/ic_sleep.svg);
}
#oc .q-block .answer.icon li.stress::after {
  height: 28px;
  background-image: url(img/ic_stress.svg);
}
#oc .q-block .answer.icon li.exercise::after {
  height: 15px;
  background-image: url(img/ic_exercise.svg);
}
#oc .q-block .answer.icon li small {
  font-feature-settings: 'halt' on;
}

/* 回答リスト */
#oc .q-block .answer-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

#oc .q-block .answer-list p {
  padding-left: 1em;
  line-height: 1.4;
  text-align: justify;
  text-indent: -1em;
  letter-spacing: 0.4px;
}

#oc .q-block .answer-list p small {
  font-size: 12px;
}

#oc .q-block .answer-list ul {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 126px;
  margin-left: 20px;
}

#oc .q-block .answer-list li {
  position: relative;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

#oc .q-block .answer-list li.checked {
  opacity: 1 !important;
  cursor: default;
  pointer-events: none;
}

#oc .q-block .answer-list li span {
  overflow: hidden;
  display: block;
  width: 36px;
  height: 26px;
  background: url(img/checkmark.png) no-repeat 100% 50%;
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity .2s ease;
}

#oc .q-block .answer-list li:hover span {
  opacity: 0.5;
}

#oc .q-block .answer-list li.checked span {
  background-position: 0 50%;
}

#oc .q-block .ans-block .answer-list li::before {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  cursor: default;
  content: none;
}

#oc .q-block .ans-block .answer-list:first-of-type li.yes::before {
  content: "はい";
}

#oc .q-block .ans-block .answer-list:first-of-type li.no::before {
  content: "いいえ";
}

/* スライダー */
#oc .oc-range-block dt {
  width: 85px;
  padding: 33px 0 15px;
  font-size: 15px;
  text-align: left;
}

#oc .oc-slider-range {
  position: relative;
  width: 300px;
  height: 53px;
  padding: 33px 0 0;
  font-size: 15px;
}

#oc .oc-slider-range span {
  position: absolute;
  top: 0;
  font-size: 12px;
  text-align: left;
}

#oc .oc-slider-range span:first-child {
  left: 0;
  color: #323232;
}

#oc .oc-slider-range span:last-child {
  right: 0;
  color: #ebebeb;
  text-align: right;
}

#oc .oc-slider-range .oc-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
  border: 1px solid #323232;
  border-radius: 10px;
  cursor: pointer;
}

#oc .oc-slider-range .oc-slider .oc-range {
  position: absolute;
  top: 0;
  left: -1px;
  width: 0%;
  height: 100%;
  border-right: 1px solid #323232;
  background-color: #fffae7;
}

#oc .oc-slider-range .oc-slider .oc-handle {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 30px;
  height: inherit;
  margin: auto 0;
  cursor: col-resize;
}

/* 次へ、戻る */
#oc section > nav {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid rgba(214, 214, 214, 0.3);
}
#oc section > nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 12px;
  width: 644px;
  margin: 0 auto;
}
#oc section > nav li {
  width: 316px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s ease;
}
#oc section > nav li:hover {
  opacity: 0.5;
}
#oc section > nav li.next {
  order: 2;
  border-color: #888;
  background-color: #888;
  pointer-events: none;
}
#oc section > nav li.next::after {
  content: none;
}
#oc section > nav li.next.possible {
  border-color: #323232;
  background-color: #323232;
  pointer-events: auto;
}
#oc section > nav li.next.possible::after {
  content: "";
}
#oc section > nav li.next.possible:hover {
  opacity: 0.5 !important;
}
#oc section > nav li.prev {
  order: 1;
}
#oc section > nav li.to-top {
  order: 3;
  width: auto;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  opacity: 0.5 !important;
}
#oc section.result > nav {
  display: none;
}

/*
 * スキンケア編
 */
/* Q1、Q2共通 */
#oc #sc-q1 .ans-block,
#oc #sc-q2 .ans-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 100px;
}
#oc #sc-q1 .ans-block::before,
#oc #sc-q2 .ans-block::before {
  display: block;
  width: 116px;
  height: 160px;
  background: url(img/cheek.png) no-repeat 50% 50%/contain;
  content: "";
}

/* Q4 */
#oc #sc-q4 .ans-block::after {
  display: block;
  width: 481px;
  height: 130px;
  margin: 50px auto 0;
  background: url(img/item.png) no-repeat 50% 50%/contain;
  content: "";
}

#oc #sc-q4 .answer {
  gap: 4px;
}
#oc #sc-q4 .answer li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 60px;
  font-size: 12px;
}

/* Q5 */
#oc #sc-q5 .answer {
  justify-content: center;
  gap: 4px;
}
#oc #sc-q5 .answer li {
  display: flex;
  align-items: center;
  width: 374px;
  height: 120px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  text-align: left;
}
#oc #sc-q5 .answer li::before {
  display: block;
  width: 70px;
  height: 70px;
  margin-inline: 27px 20px;
  background: no-repeat 50% 50% / auto 100%;
  content: "";
}
#oc #sc-q5 .answer li.sensitive::before {
  background-image: url(img/bottle_sensitive.svg);
}
#oc #sc-q5 .answer li.standard::before {
  background-image: url(img/bottle_standard.svg);
}
#oc #sc-q5 .answer li small {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-size: 12px;
}

/* Q7、Q8共通 */
#oc #sc-q7 .answer,
#oc #sc-q8 .answer {
  justify-content: center;
  gap: 4px;
}
#oc #sc-q7 .answer li,
#oc #sc-q8 .answer li {
  display: flex;
  align-items: center;
  width: 374px;
  height: 120px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  text-align: left;
}
#oc #sc-q7 .answer li::before,
#oc #sc-q8 .answer li::before {
  display: block;
  width: 90px;
  height: 90px;
  margin-inline: 27px 20px;
  background: no-repeat 50% 50% / auto 100%;
  content: "";
}

/* Q7 */
#oc #sc-q7 .answer li:nth-child(1)::before {
  background-image: url(img/uv_yes.png);
}
#oc #sc-q7 .answer li:nth-child(2)::before {
  background-image: url(img/uv_no.png);
}

/* Q8 */
#oc #sc-q8 .answer li:nth-child(1)::before {
  background-image: url(img/cold_yes.png);
}
#oc #sc-q8 .answer li:nth-child(2)::before {
  background-image: url(img/cold_no.png);
}

/*
 * 結果ページ
 */
#oc .result h1 {
  margin: 0 auto 60px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
#oc .result h1 small {
  display: block;
  padding-bottom: 2px;
  color: #888;
  font-size: 12px;
}

#oc .result-block {
  position: relative;
  letter-spacing: 0;
}
#oc .result-block.show {
  display: block;
  animation: oc-show .5s ease;
}
#oc .result-block::after {
  top: 11px;
}
#oc .result-block p {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
}
#oc .result-block .block-heading {
  position: relative;
  margin: 70px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
#oc .result-block .block-heading::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #323232;
  content: "";
}
#oc .result-block p.desc-sup {
  margin-top: 12px;
  padding-left: 1em;
  color: #888;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt' on, 'pkna' on;
}
#oc .result-block .oc-heading {
  margin-bottom: 32px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 20px;
  text-align: left;
}
#oc .result-block .oc-heading span.num {
  margin-bottom: 25px;
  padding-bottom: 9px;
  color: #323232;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 17px;
}
#oc .result-block .oc-heading span.num::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #323232;
  content: "";
}
#oc .result-block .oc-heading small {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 12px;
}
#oc .result-block .oc-heading .result-type {
  font-feature-settings: 'halt' on;
}
#oc .result-block .status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
#oc .result-block .status .skin {
  flex: 0 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 2px;
  background: no-repeat 50% 50% / contain;
}
#oc .result-block .status .skin.type1 {
  background-image: url(img/result_type1_skin.jpg);
}
#oc .result-block .status .skin.type2 {
  background-image: url(img/result_type2_skin.jpg);
}
#oc .result-block .status .skin.type3 {
  background-image: url(img/result_type3_skin.jpg);
}
#oc .result-block .status .skin.type4 {
  background-image: url(img/result_type4_skin.jpg);
}
#oc .result-block .status .desc {
  display: flex;
  align-items: center;
  gap: 0 53px;
}
#oc .result-block .status .desc ul {
  display: flex;
  flex-direction: column;
}
#oc .result-block .status .desc li {
  width: 116px;
  height: 116px;
  background: no-repeat 50% 50% / contain;
}
#oc .result-block .status .desc li.uv {
  background-image: url(img/uv_yes.png);
}
#oc .result-block .status .desc li.uv.no {
  background-image: url(img/uv_no.png);
}
#oc .result-block .status .desc li.cold {
  background-image: url(img/cold_yes.png);
}
#oc .result-block .status .desc li.cold.no {
  background-image: url(img/cold_no.png);
}
#oc .result-block .point li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.57;
  text-indent: -1em;
}
#oc .result-block .point li::before {
  content: "・";
}
#oc .result-block .recipe::after {
  display: block;
  width: 460px;
  height: 250px;
  margin: 70px auto 0;
  background: url(img/recipe.png) no-repeat 50% 50%/contain;
  content: "";
}
#oc .result-block nav {
  margin-top: 70px;
}
#oc .result-block nav ul {
  border-bottom: 1px solid #d6d6d6;
}
#oc .result-block nav li {
  border-top: 1px solid #d6d6d6;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#oc .result-block nav li a,
#oc .result-block nav li button {
  display: block;
  position: relative;
  width: 100%;
  padding: 21px 30px 21px 20px;
  border-radius: 0;
  background-color: rgba(255, 250, 231, 0.3);
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  letter-spacing: inherit;
  opacity: 1 !important;
}
#oc .result-block nav li a::after,
#oc .result-block nav li button::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 11px;
  height: 9px;
  margin: auto 0;
  background: url(../common/img/icon_arrow.svg) no-repeat 50% 50%/contain;
  content: "";
}
#oc .result-block nav li a > span,
#oc .result-block nav li button > span {
  background: linear-gradient(currentColor, currentColor) no-repeat left 100% bottom 0px/0% 1px;
  transition: background-size .3s ease;
}
#oc .result-block nav li a:hover > span,
#oc .result-block nav li button:hover > span {
  background-position: left 0% bottom 0px;
  background-size: 100% 1px;
}
#oc .result-block nav .to-cart-sample {
  width: 316px;
  margin: 70px auto 0;
}

/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
  #oc {
    padding: 14.4927536232vw 4.1062801932vw 18.115942029vw;
  }
  #oc .oc-wrap {
    max-width: none;
  }

  /* 設問、結果 */
  #oc section > div {
    position: relative;
  }
  #oc section > div::after {
    top: 1.2077294686vw;
    width: 21.0144927536vw;
    height: 1.4492753623vw;
    background-position: 0.2415458937vw 0;
  }
  #oc section > div.q1::after {
    background-position: -19.0821256039vw 0;
  }
  #oc section > div.q2::after {
    background-position: -16.6666666667vw 0;
  }
  #oc section > div.q3::after {
    background-position: -14.2512077295vw 0;
  }
  #oc section > div.q4::after {
    background-position: -11.8357487923vw 0;
  }
  #oc section > div.q5::after {
    background-position: -9.4202898551vw 0;
  }
  #oc section > div.q6::after {
    background-position: -7.0048309179vw 0;
  }
  #oc section > div.q7::after {
    background-position: -4.5893719807vw 0;
  }
  #oc section > div.q8::after {
    background-position: -2.1739130435vw 0;
  }

  #oc section .oc-heading {
    margin-bottom: 9.6618357488vw;
    font-size: 3.3816425121vw;
    text-align: left;
  }
  #oc section .oc-heading span.num {
    margin-bottom: 4.8309178744vw;
    padding-bottom: 3.3816425121vw;
    font-size: 2.8985507246vw;
  }
  #oc section .oc-heading span.num::after {
    width: 1.9323671498vw;
  }
  #oc section .oc-heading sup {
    top: -0.2em;
    font-size: 85%;
  }
  #oc section .oc-heading small {
    padding-top: 1.9323671498vw;
  }

  /* 設問 */
  #oc .q-block .answer li {
    transition: none;
  }
  #oc .q-block .answer li:hover {
    opacity: 1;
  }
  #oc .q-block .answer li:focus {
    background-color: #fffae7 !important;
  }
  #oc .q-block .answer.level {
    gap: 2.7777777778vw;
  }
  #oc .q-block .answer.level li {
    width: 20.7729468599vw;
    font-size: 2.4154589372vw;
    line-height: 1;
  }
  #oc .q-block .answer.level li::after {
    height: 6.2801932367vw;
    margin-top: 3.3816425121vw;
    border-radius: 6.2801932367vw;
  }
  #oc .q-block .answer.icon {
    gap: 0.845410628vw;
  }
  #oc .q-block .answer.icon li {
    width: 45.4106280193vw;
    height: 16.9082125604vw;
    padding-left: 15.4589371981vw;
    font-size: 2.8985507246vw;
  }
  #oc .q-block .answer.icon li::after {
    left: 0;
    width: 15.4589371981vw;
    margin-right: calc(100% - 15.4589371981vw);
  }
  #oc .q-block .answer.icon li.dry::after {
    height: 5.0724637681vw;
  }
  #oc .q-block .answer.icon li.shiny::after {
    height: 5.7971014493vw;
  }
  #oc .q-block .answer.icon li.pores::after {
    height: 4.8309178744vw;
  }
  #oc .q-block .answer.icon li.rough::after {
    height: 3.6231884058vw;
  }
  #oc .q-block .answer.icon li.acne::after {
    height: 4.8309178744vw;
  }
  #oc .q-block .answer.icon li.transparency::after {
    height: 5.7971014493vw;
  }
  #oc .q-block .answer.icon li.spot::after {
    height: 4.347826087vw;
  }
  #oc .q-block .answer.icon li.bag::after {
    height: 5.0724637681vw;
  }
  #oc .q-block .answer.icon li.wrinkle::after {
    height: 4.347826087vw;
  }
  #oc .q-block .answer.icon li.slack::after {
    height: 1.9323671498vw;
  }
  #oc .q-block .answer.icon li.swelling::after {
    height: 5.3140096618vw;
  }
  #oc .q-block .answer.icon li.air-dry::after {
    height: 5.3140096618vw;
  }
  #oc .q-block .answer.icon li.pollen::after {
    height: 4.347826087vw;
  }
  #oc .q-block .answer.icon li.air-pollution::after {
    height: 4.5893719807vw;
  }
  #oc .q-block .answer.icon li.uv::after {
    height: 5.7971014493vw;
  }
  #oc .q-block .answer.icon li.meal::after {
    height: 6.038647343vw;
  }
  #oc .q-block .answer.icon li.sleep::after {
    height: 5.5555555556vw;
  }
  #oc .q-block .answer.icon li.stress::after {
    height: 6.7632850242vw;
  }
  #oc .q-block .answer.icon li.exercise::after {
    height: 3.6231884058vw;
  }

  /* 回答リスト */
  #oc .q-block .answer-list {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 23px;
  }

  #oc .q-block .answer-list p {
    align-self: flex-start;
    font-size: 14.5px;
    font-size: 3.87vw;
    line-height: 1.25;
    letter-spacing: 0.3px;
    font-feature-settings: "palt";
  }

  #oc .q-block .answer-list p small {
    font-size: 10.5px;
    font-size: 2.8vw;
  }

  #oc .q-block .answer-list ul {
    width: 119px;
    margin: 31px 0 0;
  }

  #oc .q-block .answer-list li {
    font-size: 10.5px;
  }

  #oc .q-block .answer-list li span {
    width: 32px;
    height: 23px;
    background-image: url(img/sp_checkmark.png);
    background-size: auto 23px;
    transition: none;
    opacity: 1 !important;
  }

  #oc .q-block .ans-block .answer-list li::before {
    top: -17px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    white-space: nowrap;
  }

  #oc .q-block .ans-block .answer-list li.yes::before {
    content: "はい";
  }

  #oc .q-block .ans-block .answer-list li.no::before {
    content: "いいえ";
  }

  /* スライダー */
  #oc .oc-range-block {
    overflow: visible;
    padding: 0 7px;
  }

  #oc .oc-range-block:after {
    clear: both;
    display: block;
    content: "";
  }

  #oc .oc-range-block dt {
    clear: left;
    float: left;
    width: 24%;
    /* 158/660 */
    padding: 25px 0 15px;
    font-size: 14px;
  }

  #oc .oc-slider-range {
    width: 76%;
    /* 502/660 */
    height: 48px;
    padding: 25px 0;
    font-size: 14px;
  }

  #oc .oc-slider-range span {
    top: -3px;
    font-size: 10.5px;
  }

  #oc .oc-slider-range .oc-slider {
    height: 23px;
    border-radius: 12px;
  }

  #oc .oc-slider-range .oc-slider .oc-handle {
    width: 40px;
  }

  /* 次へ、戻る */
  #oc section > nav {
    margin-top: 9.6618357488vw;
    padding-top: 9.6618357488vw;
  }
  #oc section > nav ul {
    gap: 3.3816425121vw 2.8985507246vw;
    width: 100%;
  }
  #oc section > nav li {
    width: 44.4444444444vw;
    font-size: 3.1400966184vw;
    opacity: 1 !important;
    transition: none;
  }
  #oc section > nav li.next.possible:hover {
    opacity: 1 !important;
  }
  #oc section > nav li.to-top {
    font-size: 2.8985507246vw;
  }

  /*
   * スキンケア編
   */
  /* Q1、Q2共通 */
  #oc #sc-q1 .ans-block,
  #oc #sc-q2 .ans-block {
    flex-direction: column;
    gap: 9.5410628019vw 0;
  }
  #oc #sc-q1 .ans-block::before, #oc #sc-q1 .ans-block::before,
  #oc #sc-q2 .ans-block::before,
  #oc #sc-q2 .ans-block::before {
    width: 28.0193236715vw;
    height: 38.6473429952vw;
    margin: 0 auto;
    background-image: url(img/sp_cheek.png);
  }

  /* Q4 */
  #oc #sc-q4 .ans-block::after {
    display: block;
    width: 74.8792270531vw;
    height: 20.2898550725vw;
    margin-top: 9.6618357488vw;
    background-image: url(img/sp_item.png);
  }

  #oc #sc-q4 .answer {
    gap: 0.845410628vw;
  }
  #oc #sc-q4 .answer li {
    width: 45.4106280193vw;
    height: 14.4927536232vw;
    font-size: 2.8985507246vw;
  }

  /* Q5 */
  #oc #sc-q5 .answer {
    gap: 0.845410628vw;
  }
  #oc #sc-q5 .answer li {
    justify-content: center;
    width: 45.4106280193vw;
    height: 52.8985507246vw;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 2.8985507246vw;
    text-align: center;
  }
  #oc #sc-q5 .answer li::before {
    content: none;
  }
  #oc #sc-q5 .answer li small {
    font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
    font-size: 2.8985507246vw;
  }
  #oc #sc-q5 .answer li small::before {
    display: block;
    width: 7.4879227053vw;
    height: 24.154589372vw;
    margin: 5.3140096618vw auto 3.6231884058vw;
    background: no-repeat 50% 50% / auto 100%;
    content: "";
  }
  #oc #sc-q5 .answer li.sensitive small::before {
    background-image: url(img/bottle_sensitive.svg);
  }
  #oc #sc-q5 .answer li.standard small::before {
    background-image: url(img/bottle_standard.svg);
  }

  /* Q6 */
  #oc #sc-q6 .answer li {
    letter-spacing: 0.06em;
  }

  /* Q7、Q8共通 */
  #oc #sc-q7 .answer,
  #oc #sc-q8 .answer {
    gap: 0.845410628vw;
  }
  #oc #sc-q7 .answer li,
  #oc #sc-q8 .answer li {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 1.0869565217vw 0;
    width: 45.4106280193vw;
    height: 52.8985507246vw;
    padding-top: 2.4154589372vw;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 2.8985507246vw;
    text-align: center;
  }
  #oc #sc-q7 .answer li::before,
  #oc #sc-q8 .answer li::before {
    width: 38.6473429952vw;
    height: 38.6473429952vw;
    margin: 0vw auto 0;
  }

  /* Q8 */
  #oc #sc-q8 .answer li {
    gap: 2.7777777778vw 0;
    padding-top: 0;
  }
  #oc #sc-q8 .answer li::before {
    width: 33.8164251208vw;
    height: 33.8164251208vw;
  }

  /*
   * 結果ページ
   */
  #oc .result h1 {
    margin-bottom: 14.4927536232vw;
    font-size: 4.8309178744vw;
  }
  #oc .result h1 small {
    padding-bottom: 0.4830917874vw;
    font-size: 2.8985507246vw;
  }

  #oc .result-block::after {
    top: 2.4154589372vw;
  }
  #oc .result-block p {
    font-size: 3.3816425121vw;
  }
  #oc .result-block .block-heading {
    margin: 9.6618357488vw 0 4.8309178744vw;
    padding-bottom: 2.4154589372vw;
    font-size: 3.3816425121vw;
  }
  #oc .result-block .block-heading::after {
    width: 3.8647342995vw;
  }
  #oc .result-block p.desc-sup {
    margin-top: 3.8647342995vw;
    padding-left: 1em;
    color: #888;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 2.8985507246vw;
    line-height: 1.5;
    text-indent: -1em;
  }
  #oc .result-block .oc-heading {
    margin-bottom: 4.5893719807vw;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 4.8309178744vw;
    text-align: center;
  }
  #oc .result-block .oc-heading span.num {
    margin-bottom: 6.7632850242vw;
    padding-bottom: 2.1739130435vw;
    font-size: 4.1062801932vw;
    text-align: left;
  }
  #oc .result-block .oc-heading span.num::after {
    width: 1.9323671498vw;
  }
  #oc .result-block .oc-heading small {
    display: block;
    font-size: 2.8985507246vw;
  }
  #oc .result-block .status {
    flex-direction: column;
    gap: 10.38647343vw 0;
  }
  #oc .result-block .status .skin {
    width: 36.231884058vw;
    height: 36.231884058vw;
    border-radius: 0;
  }
  #oc .result-block .status .desc {
    flex-direction: column;
    gap: 6.5217391304vw 0;
  }
  #oc .result-block .status .desc ul {
    flex-direction: row;
    justify-content: center;
    gap: 0 2.4154589372vw;
  }
  #oc .result-block .status .desc li {
    width: 35.0241545894vw;
    height: 35.0241545894vw;
  }
  #oc .result-block .point li {
    font-size: 3.3816425121vw;
  }
  #oc .result-block .recipe {
    display: flex;
    flex-direction: column;
  }
  #oc .result-block .recipe::after {
    order: 10;
    width: 100%;
    height: 40.5797101449vw;
    margin: 12.077294686vw auto;
    background-image: url(img/sp_recipe.png);
    background-size: auto 100%;
  }
  #oc .result-block .recipe .to-osm {
    order: 11;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    text-indent: 0;
  }
  #oc .result-block nav {
    margin-top: 15.7004830918vw;
    margin-inline: -4.1062801932vw;
  }
  #oc .result-block nav li {
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 3.6231884058vw;
  }
  #oc .result-block nav li a,
  #oc .result-block nav li button {
    padding: 5.0724637681vw 7.2463768116vw 5.0724637681vw 4.1062801932vw;
  }
  #oc .result-block nav li a::after,
  #oc .result-block nav li button::after {
    right: 3.8647342995vw;
    width: 2.6570048309vw;
    height: 2.1739130435vw;
  }
  #oc .result-block nav li a > span,
  #oc .result-block nav li button > span {
    background: none !important;
    transition: none;
  }
  #oc .result-block .to-cart-sample {
    width: 76.3285024155vw;
    margin-top: 16.9082125604vw;
  }
}
/* Mobile Layout */
