@charset "UTF-8";
/*
-----
font-family: "FP-こぶりなゴシック StdN W1",FP-KoburinaGoStdN-W1,"こぶりなゴシック Std W1",KoburinaGoStd-W1,"游ゴシック Light",YuGothic,YuGothicL,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: lighter;
-----
font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: normal;
-----
font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: bold;
-----
font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
-----
ウィンドウサイズ1400pxの場合
14px → 1vw
28px → 2vw
56px → 4vw
112px → 8vw
168px → 12vw
-----
*/
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background-color: #FFF;
  margin: 0 auto;
  color: #1A1E1F;
  font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 17.3333333333px;
  line-height: 1.7;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 3.3333333333vw;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #2e8da3;
  text-decoration: underline;
  transition: all .3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: .7;
  }
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  position: relative;
  color: #1a1e1f;
  overflow: hidden;
  background-color: #FBFAFA;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  }
}

.inner {
  padding: 0 5.1282051282%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 10.6666666667px;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.0512820513vw;
  }
}

.notes > li {
  padding-left: 1em;
  font-size: 10.6666666667px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li {
    font-size: 2.0512820513vw;
  }
}
.notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
}

.mb-1e {
  margin-bottom: 1em;
}

.ul-white {
  background-image: linear-gradient(transparent 70%, #FFF 0%);
}

.center {
  text-align: center;
}

.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

/*-------------------------------------------------- common --------------------------------------------------*/
.section_ttl {
  font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .section_ttl {
    font-size: 4.6153846154vw;
  }
}
.section_ttl::after {
  content: "";
  display: block;
  width: 1.8em;
  border-bottom: #1a1e1f solid 1px;
  margin: 5.1282051282% auto 5.1282051282%;
}

.section_lead {
  font-size: 26.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .section_lead {
    font-size: 5.1282051282vw;
  }
}

/*-------------------------------------------------- cv --------------------------------------------------*/
.cv {
  position: relative;
  padding: 7.6923076923% 0 12.8205128205%;
  background: #C5D0D7 url("../img/cv_pic.png") no-repeat center top/100% auto;
}
.cv h2 {
  width: 25.1794871795%;
  margin: -15% 7.2564102564% 20.358974359% auto;
}
.cv__contents-wrapper {
  background: #ffffff;
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
  margin: 60% 5.1282051282% 7.6923076923%;
  padding: 4.4102564103% 0;
}
.cv__contents {
  margin: 0 0 5.7142857143%;
}
.cv__btn {
  margin: 0 5.7142857143% 5.7142857143%;
}
.cv__btn a {
  border-radius: 999px;
  color: #FFF;
  background: #f0765b url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path fill="%23FFF" d="M1.7563 14.9998C1.5492 14.9998 1.34209 14.9227 1.18433 14.7682C0.868407 14.4595 0.868407 13.9592 1.18433 13.6505L5.69864 9.24009C6.17435 8.77534 6.43647 8.15724 6.43647 7.50002C6.43647 6.8428 6.17435 6.22432 5.69864 5.75956L1.18433 1.34912C0.868407 1.04047 0.868407 0.540141 1.18433 0.231489C1.49985 -0.077163 2.01276 -0.077163 2.32828 0.231489L6.84259 4.64193C8.45577 6.2176 8.45577 8.78205 6.84259 10.3577L2.32828 14.7682C2.17052 14.9227 1.96341 14.9998 1.7563 14.9998Z" /></svg>') no-repeat right 1.2em center/0.7em auto;
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.22);
  padding: 5.7142857143% 0;
}
.cv__btn img {
  display: block;
  width: 37.8571428571%;
  margin: 0 auto;
}
.cv .note {
  margin: 5.7142857143% 5.7142857143% 0;
}
.cv__safty {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
  margin: 0 10.2564102564%;
  padding: 3.1282051282%;
}
.cv__safty h3 {
  text-align: center;
  margin-bottom: .5em;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .cv__safty h3 {
    font-size: 3.0769230769vw;
  }
}
.cv__safty p {
  font-size: 16px;
  letter-spacing: .12em;
}
@media screen and (max-width: 520px) {
  .cv__safty p {
    font-size: 3.0769230769vw;
  }
}
.cv__safty p span {
  background-image: linear-gradient(transparent 70%, #f0e573 0%);
}
/*-------------------------------------------------- main --------------------------------------------------*/
.main {
  position: relative;
  background: #c9d5d4 url("../img/mv_bg_oil.jpg") no-repeat center top/100% auto;
}
.main__inner {
  position: relative;
  padding-top: 46.6666666667%;
}
.main #logo_polaorbis {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.4358974359%;
  margin: 3.8461538462%;
}
.main #logo_decencia {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.4358974359%;
  margin: 5.1282051282% 3.8461538462%;
}
.main h1 {
  position: absolute;
  right: 40.4102564103%;
  top: 0;
  width: 45.4358974359%;
  margin: 23.8461538462% 0 0;
}
.main__biteki {
  position: absolute;
  left: 4.358974359%;
  top: 0;
  width: 23.2051282051%;
  margin: 17.0512820513% 0 0;
}
.main__benefit {
  position: relative;
}
.main__component {
  position: absolute;
  right: 2.08974359%;
  top: 25.358974359%;
  width: 30.2051282051%;
  margin: 17.0512820513% 0 0;
}
.main__tpc {
  position: absolute;
  right: 2.08974359%;
  top: 5.358974359%;
  width: 30.2051282051%;
  margin: 17.0512820513% 0 0;
}
.main__cv.cv {
  padding: 0 0 10.2564102564% 0;
  background: none;
}
.main__cv.cv .cv__btn {
  margin: 5.1282051282% 10.2564102564%;
}
.main__cv.cv .note {
  margin: 5.1282051282% 10.2564102564%;
}
.main__rakuten {
  display: flex;
  position: absolute;
  bottom: -18px;
  left: 10px;
}
@media screen and (min-width: 500px) {
  .main__rakuten {
    bottom: -18px;
    left: 10px;
  }
}
.main__rakuten img {
  width: 75px;
  margin-left: 5px;
}
@media screen and (min-width: 500px) {
  .main__rakuten img {
    width: 105px;
    margin-left: 8px;
  }
}
/*-------------------------------------------------- about_decencia --------------------------------------------------*/
.about_decencia {
  position: relative;
  padding: 0 0 15.3846153846%;
}

/*-------------------------------------------------- award --------------------------------------------------*/
.award {
  position: relative;
  background: #B3B1B4 url("../img/award_bg_oil_tpc.jpg") no-repeat center top/100% auto;
  padding: 40.8205128205% 0 0;
}
.award .section_lead {
  font-size: 22.6666666667px;
}
@media screen and (max-width: 520px) {
  .award .section_lead {
    font-size: 4.358974359vw;
  }
}
.award__main {
  width: 46.4102564103%;
  margin: 14.7435897436% 0 35.8974358974% 18.8205128205%;
}
.award__tpc {
  position: absolute;
  right: 2.08974359%;
  top: 5.358974359%;
  width: 30.2051282051%;
  margin: 17.0512820513% 0 0;
}
.award__other_txt {
  text-align: center;
  font-size: 20px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (max-width: 520px) {
  .award__other_txt {
    font-size: 3.8461538462vw;
  }
}
.award__other {
  margin: 0 0 1em;
}
.award__list {
  padding: 5.1282051282% 12.8205128205% 15.3846153846%;
}
.award__list-btn {
  text-align: center;
  cursor: pointer;
  font-size: 14.6666666667px;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .award__list-btn {
    font-size: 2.8205128205vw;
  }
}
.award__list-btn::after {
  width: 2.6923076923%;
  margin: 0 0 0 .5em;
  transform: translateY(0.2em) rotate(180deg);
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><path fill="%231A1E1F" d="M7.49999 3.3719C7.49999 3.47546 7.46146 3.57901 7.38419 3.6579C7.22987 3.81586 6.9797 3.81586 6.82537 3.6579L4.62012 1.4007C4.38774 1.16285 4.07868 1.03179 3.75007 1.03179C3.42145 1.03179 3.11221 1.16285 2.87982 1.4007L0.674569 3.65789C0.520241 3.81586 0.270075 3.81586 0.115746 3.65789C-0.0385821 3.50013 -0.0385821 3.24367 0.115746 3.08591L2.321 0.828719C3.10885 0.0221162 4.3911 0.0221162 5.17894 0.828719L7.38419 3.08591C7.46146 3.16479 7.49999 3.26835 7.49999 3.3719Z" /></svg>');
  display: inline-block;
  transition: all .3s;
}
.award__list-btn.opened::after {
  transform: translateY(-0.2em) rotate(0deg);
}
.award__list-txt {
  display: none;
  padding-top: 1em;
  font-size: 10.6666666667px;
  letter-spacing: .1em;
}
@media screen and (max-width: 520px) {
  .award__list-txt {
    font-size: 2.0512820513vw;
  }
}
.award__list-txt dt {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 1em 0 .3em;
}
.award__list-txt dt:first-of-type {
  margin-top: 0;
}
.award__list-txt dd {
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: normal;
  letter-spacing: .07em;
}

/*-------------------------------------------------- voice --------------------------------------------------*/
.voice {
  position: relative;
  background: #ebe8e6 url("../img/voice_bg_oil.jpg") no-repeat center top/100% auto;
  padding: 15.3846153846% 0;
}
.voice__block {
  position: relative;
  margin: 6.4102564103% 6.4102564103% 6.4102564103% 39.7435897436%;
}
.voice__block:first-of-type {
  margin-top: 12.8205128205%;
}
.voice__block::before {
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 1px;
  background-color: #1a1e1f;
  top: .7em;
  left: -5em;
}
.voice__block .txtArea .txt {
  font-size: 17.3333333333px;
  margin-bottom: .5em;
}
@media screen and (max-width: 520px) {
  .voice__block .txtArea .txt {
    font-size: 3.3333333333vw;
  }
}
.voice__block .txtArea .profile {
  font-size: 13.3333333333px;
}
@media screen and (max-width: 520px) {
  .voice__block .txtArea .profile {
    font-size: 2.5641025641vw;
  }
}
.voice .note {
  text-align: right;
  margin: -5.1282051282% 5.1282051282% 0;
}

/*-------------------------------------------------- approach --------------------------------------------------*/
.approach {
  position: relative;
  padding: 15.3846153846% 0;
  background: #edece6;
}
.approach .section_lead {
  margin: 0 auto 10.2564102564%;
}
.approach__block {
  position: relative;
  margin: 10.2564102564% 5.1282051282%;
  background-color: #FFF;
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
  padding: 17.8rem 1.53rem 2.3rem;
}
.approach__block:last-of-type {
  margin-bottom: 0;
}
.approach__block::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 6.15rem;
  background-color: #1a1e1f;
  left: 0;
  right: 0;
  bottom: -4.5rem;
  margin: auto;
}
.approach__block:last-of-type::after {
  content: none;
}
.approach__block h4 {
  display: inline-block;
  font-size: 24px;
  font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
  border-bottom: #1a1e1f solid 1px;
  margin-bottom: .5em;
  padding-bottom: .075em;
}
@media screen and (max-width: 520px) {
  .approach__block h4 {
    font-size: 4.6153846154vw;
  }
}
.approach__block h3 {
  font-size: 24px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 520px) {
  .approach__block h3 {
    font-size: 4.6153846154vw;
  }
}
.approach__block .txt, .approach__block .figure {
  margin: 0 auto 1em;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  .approach__block .txt, .approach__block .figure {
    font-size: 3.8461538462vw;
  }
}
.approach__block .note {
  margin: 1em 0;
  text-align: right;
}
.approach__block.wrinkle {
  background: #cfccc3 url("../img/approach_wrinkle.jpg") no-repeat center top/100% auto;
  padding-top: 16rem;
}
.approach .andmore {
  position: relative;
  font-size: 24px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15.3846153846%;
  padding: 2em 0 1em;
}
@media screen and (max-width: 520px) {
  .approach .andmore {
    font-size: 4.6153846154vw;
  }
}
.approach .andmore::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 6.15rem;
  background-color: #1a1e1f;
  left: 0;
  right: 0;
  bottom: -6.15rem;
  margin: auto;
}
/*-------------------------------------------------- point --------------------------------------------------*/
.point {
  position: relative;
  padding: 15.3846153846% 0;
  background: #f1eeed url("../img/point_deco.png") no-repeat center top/60.1282051282% auto;
  background-position: center 133.3333333333vw;
}
@media print, screen and (min-width: 521px) {
  .point {
    background-position: center 693.3333333333px;
  }
}
.point h2 {
  width: 66.7948717949%;
  margin: 0 auto 13.4615384615%;
}
.point__block {
  position: relative;
}
.point__block .pic {
  position: absolute;
  left: 0;
  top: 0;
}
.point__block .txt-wrapper {
  position: relative;
}
.point__block .txt-wrapper .txt-inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.2rem;
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
}
.point__block .deco {
  margin: 0 auto .6em;
}
.point__block .deco img {
  width: auto;
  height: 2.0512820513vw;
  width: auto;
}
@media print, screen and (min-width: 521px) {
  .point__block .deco img {
    height: 10.6666666667px;
  }
}
.point__block h3 {
  margin: 0 auto .8em;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .point__block h3 {
    font-size: 3.8461538462vw;
  }
}
.point__block .txt, .point__block .figure {
  margin: 0 auto .8em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .point__block .txt, .point__block .figure {
    font-size: 3.0769230769vw;
  }
}
.point__block .txt:last-of-type, .point__block .figure:last-of-type {
  margin-bottom: 0;
}
.point__block .note {
  margin: 1em 0;
}
.point__block.part1 {
  margin-bottom: 25.1282051282%;
  padding: 0.9rem 0;
}
.point__block.part1 .pic {
  width: 57.6923076923%;
}
.point__block.part1 .txt-wrapper {
  width: 51.2820512821%;
  margin: 0 5.1282051282% 0 auto;
}
.point__block.part2 {
  margin-bottom: 21.6666666667%;
  padding: 3.7rem 0 0;
}
.point__block.part2 .pic {
  width: 53.8461538462%;
  left: auto;
  right: 0;
}
.point__block.part2 .txt-wrapper {
  width: 56.4102564103%;
  margin: 0 auto 0 3.3333333333%;
}
.point__block.part3 {
  margin-bottom: 23.9743589744%;
  padding: 16.9rem 0 0;
}
.point__block.part3 .pic {
  width: 89.7435897436%;
  left: 0;
  right: 0;
  margin: auto;
}
.point__block.part3 .txt-wrapper {
  width: 79.4871794872%;
  margin: 0 auto;
}
.point__block.part4 {
  padding: 1.84rem 0 0;
}
.point__block.part4 .pic {
  width: 53.8461538462%;
  left: auto;
  right: 0;
}
.point__block.part4 .txt-wrapper {
  width: 50.641025641%;
  margin: 0 auto 0 4.4871794872%;
}

/*-------------------------------------------------- skincaremethod --------------------------------------------------*/
.skincaremethod {
  position: relative;
  background: #dcd8cf url("../img/skincaremethod_bg.jpg") no-repeat center 23rem/100% auto;
  padding: 0 0 15.3846153846% 0;
}
.skincaremethod::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 6.15rem;
  background-color: #1a1e1f;
  left: 0;
  right: 0;
  top: -3rem;
  margin: auto;
}
.skincaremethod .lead {
  position: relative;
  z-index: 999;
  margin: -12.8205128205% 0 43.8461538462% 10.2564102564%;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
}
@media screen and (max-width: 520px) {
  .skincaremethod .lead {
    font-size: 4.6153846154vw;
  }
}
.skincaremethod .catchcopy {
  text-align: center;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: .2em;
  margin: 13.4615384615% 0 23.0769230769%;
}
@media screen and (max-width: 520px) {
  .skincaremethod .catchcopy {
    font-size: 6.1538461538vw;
  }
}
.skincaremethod .catchcopy span {
  background-color: rgba(255, 255, 255, 0.75);
  padding: .3em;
}
.skincaremethod .txt {
  font-size: 20px;
  line-height: 2;
  margin: 0 10.2564102564% 1em;
}
@media screen and (max-width: 520px) {
  .skincaremethod .txt {
    font-size: 3.8461538462vw;
  }
}
.skincaremethod .note {
  margin: 10.2564102564% 5.1282051282% 1em;
  text-align: right;
}
/*-------------------------------------------------- nayami --------------------------------------------------*/
.nayami {
  position: relative;
  padding: 15.3846153846% 0 0;
  background-color: #e0d9d4;
}
.nayami__situation-lead {
  text-align: center;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 26.6666666667px;
}
@media screen and (max-width: 520px) {
  .nayami__situation-lead {
    font-size: 5.1282051282vw;
  }
}
.nayami__situation-lead .small {
  font-size: 70%;
}
.nayami__situation-figure {
  display: flex;
  justify-content: space-evenly;
  margin: 2.5641025641% 1em 7.6923076923%;
}
.nayami__situation-figure li {
  position: relative;
  font-size: 24px;
  text-align: center;
  align-self: stretch;
  width: 33%;
}
@media screen and (max-width: 520px) {
  .nayami__situation-figure li {
    font-size: 4.6153846154vw;
  }
}
.nayami__situation-figure li svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.nayami__situation-figure li span {
  position: relative;
  display: block;
  z-index: 3;
  padding: 2em 0;
}
.nayami__comparison .note {
  text-align: right;
  margin: 3.8461538462% 10.2564102564% 7.6923076923%;
}
.nayami__comparison-ttl {
  text-align: center;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 26.6666666667px;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 520px) {
  .nayami__comparison-ttl {
    font-size: 5.1282051282vw;
  }
}
.nayami__comparison-ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #1a1e1f;
  margin: 0 auto 1rem;
}
.nayami__comparison-txt {
  margin: 0 10.2564102564% 1.15rem;
}
.nayami__comparison-figure {
  margin: 0 7.6923076923% 1.25rem;
}
.nayami__comparison-because {
  position: relative;
  z-index: 999;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .nayami__comparison-because {
    font-size: 5.3846153846vw;
  }
}
.nayami__comparison-because::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.7rem;
  background-color: #1a1e1f;
  margin: 0 auto 1rem;
}
.nayami__comparison-because::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.7rem;
  background-color: #1a1e1f;
  margin: 1rem auto 0;
}
.nayami .care {
  background: #e3e5e4 url("../img/nayami_care_pic.jpg") no-repeat center top/100% auto;
  margin: -5.1282051282% 0 0;
  padding: 17.9487179487% 0 15.3846153846%;
}
.nayami .care__circle {
  width: 83.2051282051%;
  margin: 0 auto 67.9487179487%;
}
.nayami .care__head {
  margin: 0 0 1em;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 26.6666666667px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .nayami .care__head {
    font-size: 5.1282051282vw;
  }
}
.nayami .care__txt {
  font-size: 20px;
  margin: 0 10.2564102564% 0;
}
@media screen and (max-width: 520px) {
  .nayami .care__txt {
    font-size: 3.8461538462vw;
  }
}
.nayami .care__figure {
  margin: -5.1282051282% 0 0;
}
.nayami .care__more {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  .nayami .care__more {
    font-size: 4.6153846154vw;
  }
}
.nayami .care .note {
  margin: 5.1282051282% 5.1282051282% 1em;
  text-align: right;
}
.nayami .summary {
  background: #e2e6ec url("../img/nayami_summary.jpg") no-repeat center top/100% auto;
  padding: 103.9743589744% 0 15.3846153846%;
}
.nayami .summary h3 {
  margin: 0 auto;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .nayami .summary h3 {
    font-size: 5.3846153846vw;
  }
}

/*-------------------------------------------------- set --------------------------------------------------*/
.set {
  position: relative;
  padding: 15.3846153846% 0;
}
.set .section_lead {
  font-size: 24px;
  margin: 0 auto 5.1282051282%;
}
@media screen and (max-width: 520px) {
  .set .section_lead {
    font-size: 4.6153846154vw;
  }
}
.set__ttl-pd {
  width: 89.7435897436%;
  margin: 0 auto 7.6923076923%;
}
.set .step {
  margin: 0 7.6923076923%;
}
.set .step__block {
  position: relative;
  background: #f6f4f3;
  border-radius: clamp(4px, 1.0256410256vw, 5.3333333333px);
  margin: 0 0 18.1818181818%;
  padding: 9.0909090909% 0 6.0606060606%;
}
.set .step__block:last-of-type {
  margin-bottom: 0;
}
.set .step__block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  width: 1px;
  height: 3rem;
  background-color: #1a1e1f;
  margin: auto;
}
.set .step__block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background: #1a1e1f;
  border-radius: 999px;
  margin: auto;
  line-height: 0;
  font-size: 0;
}
.set .step__block:last-of-type::before, .set .step__block:last-of-type::after {
  content: none;
}
.set .step__block .mov {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.4848484848%;
  z-index: 1;
}
.set .step__block .contents {
  position: relative;
}
.set .step__block .contents img {
  position: relative;
  z-index: 3;
}
.set .step__block h3, .set .step__block .txt, .set .step__block .note {
  margin: 0 6.0606060606% 4.5454545455%;
}
.set .step__block h3:last-child, .set .step__block .txt:last-child, .set .step__block .note:last-child {
  margin-bottom: 0;
}
.set .step__block h3 {
  margin-bottom: .6rem;
  text-align: center;
  font-size: 22.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .set .step__block h3 {
    font-size: 4.358974359vw;
  }
}
.set .step__block .txt {
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  .set .step__block .txt {
    font-size: 3.5897435897vw;
  }
}
.set .step__block .box {
  border: #1a1e1f solid 1px;
  padding: .5em;
}
.set .step .step01 .mov {
  left: 0;
  margin: 96.9696969697% auto 0 -4.5454545455%;
}
.set .step .step02 .mov {
  margin: 80.7575757576% -3.6363636364% 0 auto;
}
.set .step .step03 .mov {
  left: 0;
  right: auto;
  margin: 96.9696969697% auto 0 -4.5454545455%;
}
.set .step .step04 .mov {
  margin: 80.1818181818% -4.5454545455% 0 auto;
}
.set .step .step05 .mov {
  left: 0;
  right: auto;
  margin: 63.4242424242% auto 0 -3.0303030303%;
}
.presentBox{
  margin-top: 18.1818181818%;
  position: relative;
  background: #f1eeed;
  text-align: center;
  padding: 10% 0;
}
.presentBox .ttl{
  font-size: 18px;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: 4px;
  color: #fff;
  background-color: #000;
  margin-bottom: 1em;
}
.presentinBox{
  padding: 0 6.41025641%;
}
.presentBox h3{
  font-size: 22.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 1em 0;
}
@media screen and (max-width: 520px) {
  .presentBox .ttl,
  .presentBox h3 {
    font-size: 4.358974359vw;
  }
}
.presentinBox .txt{
  text-align: left;
  padding: 0 10.2489019%;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  .presentinBox .txt {
    font-size: 3.5897435897vw;
  }
}
.presentinBox .note{
  text-align: left;
}
/*-------------------------------------------------- quality --------------------------------------------------*/
.quality {
  position: relative;
  padding: 15.3846153846% 0;
  background: #eff1f6;
}
.quality .section_lead {
  font-size: 24px;
  margin-bottom: 10.2564102564%;
}
@media screen and (max-width: 520px) {
  .quality .section_lead {
    font-size: 4.6153846154vw;
  }
}
.quality .quality_slider .pic {
  margin-bottom: 1rem;
}
.quality .quality_slider h3 {
  margin-bottom: 0.8rem;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 21.3333333333px;
}
@media screen and (max-width: 520px) {
  .quality .quality_slider h3 {
    font-size: 4.1025641026vw;
  }
}
.quality .quality_slider .txt {
  margin-bottom: 0.8rem;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .quality .quality_slider .txt {
    font-size: 3.0769230769vw;
  }
}
.quality .slider {
  margin: 0 0 0;
}
.quality .slick-slide {
  padding: 0 clamp(15px, 3.8461538462vw, 20px);
}
.quality .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.quality .slick-dots li {
  position: relative;
  text-indent: -999em;
  margin: 0 clamp(10px, 2.5641025641vw, 13.3333333333px);
  font-size: 1px;
}
.quality .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px #cccccc;
  border-radius: 50%;
}
.quality .slick-dots li.slick-active::after {
  border: solid 4px #1a1e1f;
}
.quality .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 7.6923076923%;
  height: 0;
  padding: 7.6923076923% 0 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  border-radius: 999px;
}
.quality .slick-prev {
  left: clamp(35px, 8.9743589744vw, 46.6666666667px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path fill="%231a1e1f" d="M1.7563 14.9998C1.5492 14.9998 1.34209 14.9227 1.18433 14.7682C0.868407 14.4595 0.868407 13.9592 1.18433 13.6505L5.69864 9.24009C6.17435 8.77534 6.43647 8.15724 6.43647 7.50002C6.43647 6.8428 6.17435 6.22432 5.69864 5.75956L1.18433 1.34912C0.868407 1.04047 0.868407 0.540141 1.18433 0.231489C1.49985 -0.077163 2.01276 -0.077163 2.32828 0.231489L6.84259 4.64193C8.45577 6.2176 8.45577 8.78205 6.84259 10.3577L2.32828 14.7682C2.17052 14.9227 1.96341 14.9998 1.7563 14.9998Z" /></svg>') no-repeat center center/0.7rem auto;
  transform: translate(0, -50%) rotate(180deg);
}
.quality .slick-next {
  right: clamp(35px, 8.9743589744vw, 46.6666666667px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 15"><path fill="%231a1e1f" d="M1.7563 14.9998C1.5492 14.9998 1.34209 14.9227 1.18433 14.7682C0.868407 14.4595 0.868407 13.9592 1.18433 13.6505L5.69864 9.24009C6.17435 8.77534 6.43647 8.15724 6.43647 7.50002C6.43647 6.8428 6.17435 6.22432 5.69864 5.75956L1.18433 1.34912C0.868407 1.04047 0.868407 0.540141 1.18433 0.231489C1.49985 -0.077163 2.01276 -0.077163 2.32828 0.231489L6.84259 4.64193C8.45577 6.2176 8.45577 8.78205 6.84259 10.3577L2.32828 14.7682C2.17052 14.9227 1.96341 14.9998 1.7563 14.9998Z" /></svg>') no-repeat center center/0.7rem auto;
}

/*-------------------------------------------------- kodawari --------------------------------------------------*/
.kodawari {
  position: relative;
  padding: 15.3846153846% 10.2564102564% 78.7179487179%;
  background: #eff1f6 url("../img/kodawari_bg.png") no-repeat center bottom/100% auto;
}
.kodawari__inner {
  background: #FFF;
  padding: 1.3em;
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
}
.kodawari h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 22.6666666667px;
}
@media screen and (max-width: 520px) {
  .kodawari h2 {
    font-size: 4.358974359vw;
  }
}
.kodawari .txt {
  margin-bottom: 1.2rem;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  .kodawari .txt {
    font-size: 3.5897435897vw;
  }
}

/*-------------------------------------------------- service --------------------------------------------------*/
.service {
  position: relative;
  padding: 0% 5.1282051282% 15.3846153846%;
  background: #eff1f6;
}
.service__inner {
  background: #FFF;
  padding: 1.3em;
  border-radius: clamp(2px, 0.5128205128vw, 2.6666666667px);
}
.service h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  .service h2 {
    font-size: 3.8461538462vw;
  }
}
.service__block {
  background: #f1eeed;
  display: flex;
  margin-bottom: 1.2rem;
}
.service__block .icon {
  align-self: center;
  width: 6.9rem;
  padding: 2rem;
}
.service__block .txt {
  align-self: center;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .service__block .txt {
    font-size: 3.0769230769vw;
  }
}
.service__block .txt h3 {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin-bottom: .3em;
}

/*-------------------------------------------------- aboutus --------------------------------------------------*/
.aboutus {
  position: relative;
  padding: 15.3846153846% 10.2564102564%;
  background: #f4f6f4 url("../img/aboutus_bg.jpg") no-repeat center top/100% auto;
}
.aboutus h3 {
  font-family: "FP-こぶりなゴシック StdN W1",FP-KoburinaGoStdN-W1,"こぶりなゴシック Std W1",KoburinaGoStd-W1,"游ゴシック Light",YuGothic,YuGothicL,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: lighter;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  .aboutus h3 {
    font-size: 9.2307692308vw;
  }
}
.aboutus p {
  font-size: 18.6666666667px;
  line-height: 2;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 520px) {
  .aboutus p {
    font-size: 3.5897435897vw;
  }
}

/*-------------------------------------------------- component --------------------------------------------------*/
.component {
  position: relative;
  padding: 10.2564102564% 10.2564102564% 15.3846153846%;
  background: #f1eeed;
}
.component h2 {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  .component h2 {
    font-size: 3.0769230769vw;
  }
}
.component .component__list dt {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  border-bottom: #babbbb solid 1px;
  margin-bottom: 1em;
  padding: 0 2em .5em 0;
}
@media screen and (max-width: 520px) {
  .component .component__list dt {
    font-size: 3.0769230769vw;
  }
}
.component .component__list dt::before, .component .component__list dt::after {
  content: "";
  display: block;
  position: absolute;
  width: .75em;
  height: 1px;
  background-color: #1a1e1f;
  right: 0;
  top: .8em;
  transition: all .2s;
}
.component .component__list dt::after {
  transform: rotate(90deg);
}
.component .component__list dt.opened::after {
  transform: rotate(0deg);
}
.component .component__list dd {
  font-size: 14.6666666667px;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  .component .component__list dd {
    font-size: 2.8205128205vw;
  }
}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 8.9743589744% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.5897435897vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.0769230769vw;
  }
}

/*-------------------------------------------------- CL added --------------------------------------------------*/
/*-------------------------------------------------- sticky --------------------------------------------------*/
.p-lp1__sticky {
  background: #FFF;
  border: 4px solid #C6C2BF;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 188px;
  height: 158px;
  padding: 19px 18px 16px 20px;
  margin: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 1s ease;
}

.p-lp1__sticky.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.p-lp1__sticky.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-lp1Sticky__close {
  position: absolute;
  top: 5px;
  right: 4px;
}

.p-lp1Sticky__button {
  width: 140px;
  height: 30px;
  margin: 5px auto 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.p-lp1Sticky__icon.p-lp1Button__icon {
  width: 5px;
  right: 14px;
}

.p-lp1__button {
  background: #E77B51;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 320px;
  height: 60px;
  margin: 25px auto 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3em;
}

/*-------------------------------------------------- bg --------------------------------------------------*/
body.bg{
  font-size: 18px;
}
.voice.bg .voice__block .txtArea .txt{
  font-size: 18px
}
.set.bg .step__block .txt{
  font-size: 18px
}
.quality.bg .quality_slider .txt{
  font-size: 18px;
}
.award {
  position: relative;
  background: #B3B1B4 url("../img/award_bg_oil_tpc_bg.jpg") no-repeat center top/100% auto;
  padding: 40.8205128205% 0 0;
}
.main h1.bg{
  left: 5.089744%;
}
.main__tpc.bg{
  top: 25.358974%;
  width: 35.205128%;
  left: 5.089744%;
}
.main__component.bg{
  right: 4.089744%;
  top: 65.358974%;
  width: 30.205128%;
}

