@charset "UTF-8";
/* ===========================================================
normalize.css
【概要】リセット・基本設定用スタイル
-reset
-base
============================================================*/
/*----------------------------------------
	base.scss
---------------------------------------- */
.three-serum {
  position: relative;
  width: 100vw;
  min-width: 1024px;
  margin: 0 calc(50% - 50vw);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wght" 400 "slnt" 0;
  font-size: 1.8rem;
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.three-serum a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.three-serum a:link, .three-serum a:visited { color: #000; }
.three-serum a:hover, .three-serum a:active { color: #033773; }
.three-serum img {
  max-width: 100%;
	width: revert-layer;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.three-serum strong {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.three-serum sup {
  position: relative;
  top: -0.4em;
  font-size: 0.6em;
	vertical-align: baseline;
}
.three-serum li { list-style: none; }
.three-serum ol li { list-style: none; }

@media only screen and (max-width: 768px) {
  .three-serum {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .three-serum {
    margin: 0 -64px;
  }
  .three-serum__container {
    min-width: inherit !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .three-serum { min-width: inherit !important; }
}
@media screen and (max-width: 767px) {
  .three-serum {
    min-width: inherit;
    width: 100%;
    margin: 0;
    font-size: 4.2666666667vw;
  }
}
.three-serum ol,
.three-serum p,
.three-serum ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ===========================================================
three-serum.css
【概要】個別用スタイル
-project/home
--kv
--check
--message
--modal
--award
--anchor

--base
--base-head
--base-step
--base-concept
--base-problem
--base-solution

--advanced
--advanced-head
--advanced-step
--advanced-concept
--advanced-solution
--advanced-eyecatch

--wrinkle
--wrinkle-head
--wrinkle-step
--wrinkle-concept
--wrinkle-point
--wrinkle-solution
--wrinkle-large

--chart
--faq
============================================================*/
/*----------------------------------------
	kv.scss
---------------------------------------- */
.three-serum .p-kv .kv-photo {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.three-serum .p-kv .kv-photo img { height: auto; }
.three-serum .p-kv .kv-photo .item--base { margin: 213px 0 0; }
.three-serum .p-kv .kv-photo .item--advanced { margin: 85px 34px 0 -68px }
.three-serum .p-kv .kv-photo .item--wrinkle { margin: 10px 0 0; }
.three-serum .p-kv .kv-text {
  position: relative;
  z-index: 1;
  width: 443px;
}
.three-serum .p-kv .kv-text .catch {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.8rem;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.three-serum .p-kv .kv-text .catch::after {
  content: "";
  display: block;
  width: 444px;
  height: 2px;
  margin: 10px auto 0;
  background: url(/contents/product/three-serum/images/border-kv-catch.png) center center no-repeat;
  background-size: cover;
}
.three-serum .p-kv .kv-text .head {
  font-size: 5.6rem;
  font-size: 56px;
  line-height: 1.2;
}
.three-serum .p-kv .kv-text .head span {
  display: block;
  font-size: 2.4rem;
  font-size: 24px;
  letter-spacing: 0.42em;
}
.three-serum .p-kv .kv-text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 26px;
}
.three-serum .p-kv .kv-text .list li {
  width: 140px;
  height: 40px;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 40px;
  color: #3a2f19;
  border: 1px rgba(90, 90, 90, 0.4) solid;
  border-radius: 0 12px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .p-kv .kv-text .list li sup{ vertical-align: top; }
.three-serum .p-kv .kv-text .m-notes { margin-top: 10px; }
.three-serum .p-kv .kv-text .m-notes li { color: #999; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-kv {
    background: linear-gradient(122deg, rgb(255, 255, 255) 67%, rgb(241, 241, 241) 100%);
  }
  .three-serum .p-kv__inner {
    min-height: 576px;
    margin: 0 auto;
  }
  .three-serum .p-kv .kv-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .three-serum .p-kv .kv-text {
    width: 42%;
    margin-right: 4.8828125vw;
  }
  .three-serum .p-kv .kv-text .catch::after { width: 100%; }
  .three-serum .p-kv .kv-text .head { white-space: nowrap; }
  .three-serum .p-kv .kv-text .list {
    gap: 6px 6px;
    margin-top: 16px;
  }
  .three-serum .p-kv .kv-text .list li { width: 32%; }
}
@media print, screen and (min-width: 768px) and (max-width: 1099px) {
  .three-serum .p-kv__inner { min-height: auto; }
  .three-serum .p-kv .kv-photo {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .three-serum .p-kv .kv-photo .item--base {
    width: 41.8%;
    margin: 213px 0 0;
  }
  .three-serum .p-kv .kv-photo .item--advanced {
    width: 36.4%;
    margin: 85px 24px 0 -68px;
  }
  .three-serum .p-kv .kv-photo .item--wrinkle {
    width: 38.4%;
    margin: 10px 0 0;
  }
  .three-serum .p-kv .kv-text {
    width: 45%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .p-kv .kv-text .catch {
    padding-top: 9.765625vw;
    padding-bottom: 9.765625vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-kv__inner {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-kv .three-serum .p-kv {
    width: 100%;
    margin: 0;
  }
  .three-serum .p-kv__inner { height: auto; }
}

/*----------------------------------------
	check.scss
---------------------------------------- */
.three-serum .p-check { display: inline-block; }
.three-serum .p-check > div { margin-top: 60px; }
.three-serum .p-check a {
  display: block;
  background-color: #7abcdf;
}
.three-serum .p-check a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.three-serum .p-check a img:hover { opacity: 0.95; }
@media only screen and (max-width: 767px) {
  .three-serum .p-check > div { margin: 8vw 4vw 0; }
}

/*----------------------------------------
	message.scss
---------------------------------------- */
.three-serum .p-message {
  margin-top: 80px;
  padding: 120px 64px 100px;
  background: url(/contents/product/three-serum/images/bg-message.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
	box-sizing: border-box;
}
.three-serum .p-message .message-head {
  display: inline-block;
  margin-bottom: 60px;
}
.three-serum .p-message .message-head img { margin-top: -25px; }
.three-serum .p-message .m-text { text-align: center; }
.three-serum .p-message .m-text + .m-text { margin-top: 2em; }
.three-serum .p-message .m-notes { text-align: center; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-message__inner {
    max-width: 905px;
    margin: 0 auto;
    padding: 0 64px 80px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 50px -50px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-message {
    width: 100vw;
    margin: 8vw calc(50% - 50vw) 0;
    padding: 8vw 0 16vw;
    background: url(/contents/product/three-serum/images/sp/bg-message.jpg) center center no-repeat;
    background-size: cover;
  }
  .three-serum .p-message .message-head {
    display: block;
    margin-bottom: 10.6666666667vw;
    width: 89.3333333333vw;
  }
  .three-serum .p-message .message-head img { margin-top: 0; }
}

/*----------------------------------------
	modal.scss
---------------------------------------- */
#shindan.modal-contents { display: none; }
.modaal-container {
  max-width: inherit !important;
  width: min(90vw, 500px) !important;
}
.p-shindan { line-height: 1.6; }
.p-shindan__content__form { letter-spacing: 0.08em; }
.p-shindan .c-shindan-footing-button--next a { font-weight: 700; }
.js-hidden { overflow: hidden; }
.modaal-close::after,
.modaal-close::before {
  top: 1px !important;
  width: 2px !important;
  height: 50px !important;
}
.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before { background: #fff !important; }
.modaal-close:focus,
.modaal-close:hover { background-color: transparent !important; }

/*----------------------------------------
	award.scss
---------------------------------------- */
.three-serum .p-award {
  padding: 100px 64px 20px;
  background: url(/contents/product/three-serum/images/bg-award.jpg) center center no-repeat;
  background-size: cover;
	box-sizing: border-box;
}
.three-serum .p-award__inner {
  position: relative;
  max-width: 905px;
  margin: 0 auto;
}
.three-serum .p-award .award-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 15px;
  z-index: 1;
}
.three-serum .p-award .award-product { margin-top: -10px; }
.three-serum .p-award .m-notes { margin-top: 25px; }
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.three-serum .p-award {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
  .three-serum .p-award {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 9.3333333333vw 0 5.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-award.jpg) center center no-repeat;
    background-size: cover;
  }
  .three-serum .p-award .award-head {
    width: 91.0666666667vw;
    margin: 0 auto;
  }
  .three-serum .p-award .award-icon {
    gap: 2.6666666667vw;
    margin-top: 2vw;
  }
  .three-serum .p-award .icon { width: 33.3333333333vw; }
  .three-serum .p-award .award-product { margin-top: 1.3333333333vw; }
  .three-serum .p-award .award-product img { width: 100%; }
  .three-serum .p-award .m-notes {
    margin-top: 4vw;
    padding: 0 4vw;
  }
}

/*----------------------------------------
	anchor.scss
---------------------------------------- */
.three-serum .p-anchor__list {
	margin: 100px auto 20px;
}
.three-serum .p-anchor__list a { display: block; }
.three-serum .p-anchor__list img {
  -webkit-box-shadow: 2.828px 2.828px 14px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 2.828px 2.828px 14px 0 rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.three-serum .p-anchor__list img:hover { opacity: 0.8; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-anchor {
    max-width: 1024px;
    margin: 0 auto;
  }
  .three-serum .p-anchor__inner { padding: 0 64px; }
  .three-serum .p-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-anchor__inner { margin: 0 2vw; }
  .three-serum .p-anchor__list { margin: 0 auto 2.6666666667vw; }
  .three-serum .p-anchor__list li + li { margin-top: 2.6666666667vw; }
  .three-serum .p-anchor__list img {
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 1.8666666667vw 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0.2666666667vw 0.2666666667vw 1.8666666667vw 0 rgba(0, 0, 0, 0.18);
  }
}

/*----------------------------------------
	base.scss
---------------------------------------- */
.three-serum .p-base__inner { margin: 100px 0 0; }
@media only screen and (max-width: 767px) {
  .three-serum .p-base__inner {
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 0;
  }
}

/*----------------------------------------
	base-head.scss
---------------------------------------- */
.three-serum .p-base__head .head-container {
  position: relative;
  width: 100%;
}
.three-serum .p-base__head .head {
  position: absolute;
  top: 43px;
  right: 53px;
}
.three-serum .p-base__head .catch {
  position: absolute;
  text-align: left;
}
.three-serum .p-base__head .cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.three-serum .p-base__head .cta__text { font-weight: 700; }
.three-serum .p-base__head .cta .m-btn { display: inline-block; }
.three-serum .p-base__head .m-notes { margin-top: 0.2em; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__head {
    max-width: 1024px;
    margin: 0 auto;
  }
  .three-serum .p-base__head .head-container {
    height: 667px;
    background: url(/contents/product/three-serum/images/bg-base-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-base__head .catch {
    top: 40px;
    left: 0;
  }
  .three-serum .p-base__head .cta {
    height: 135px;
    padding: 20px 0;
    background: url(/contents/product/three-serum/images/bg-base-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-base__head .cta__text {
    font-size: 2rem;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .three-serum .p-base__head .cta .m-btn { margin-top: 12px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1494px) {
  .three-serum .p-base__head .m-notes { margin: 0 20px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__head {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .three-serum .p-base__head .head-container {
    height: 125.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-base-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-base__head .head {
    width: 23.4666666667vw;
    top: 12.2666666667vw;
    right: 2vw;
  }
  .three-serum .p-base__head .catch {
    width: 58.6666666667vw;
    top: -6vw;
  }
  .three-serum .p-base__head .cta {
    height: 30.6666666667vw;
    padding: 4.6666666667vw 0 5.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-base-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-base__head .cta__text { font-size: 4.5333333333vw; }
  .three-serum .p-base__head .cta .m-btn { margin-top: 3.4666666667vw; }
  .three-serum .p-base__head .m-notes { margin: 0 4vw; }
}

/*----------------------------------------
	base-step.scss
---------------------------------------- */
.three-serum .p-base__step { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__step { margin-top: 120px; }
  .three-serum .p-base__step .step-figure { margin-top: 20px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-base__step .step-figure {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__step { margin-top: 13.3333333333vw; }
  .three-serum .p-base__step .step-catch { font-size: 3.7333333333vw; }
  .three-serum .p-base__step .step-figure { margin: 2.6666666667vw 4vw 0; }
}

/*----------------------------------------
	base-concept.scss
---------------------------------------- */
.three-serum .p-base__concept { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__concept { margin-top: 150px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__concept {
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 8vw;
  }
}

/*----------------------------------------
	base-approach.scss
  ADD PENCIL 20241016(merge)
---------------------------------------- */
.three-serum .p-base__approach { line-height: 1.5; }
.three-serum .p-base__approach p { text-align: initial; }
.three-serum .p-base__approach .p-base__approach__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.three-serum .p-base__approach .p-base__approach-heading { margin: 0 0 min(8vw, 40px) 0; }
.three-serum .p-base__approach .p-base__approach-content .txt + .txt, .three-serum .p-base__approach .p-base__approach-content .txt + .img, .three-serum .p-base__approach .p-base__approach-content .txt + .list { margin-top: 1em; }
.three-serum .p-base__approach .p-base__approach-content .img + .txt, .three-serum .p-base__approach .p-base__approach-content .img + .img, .three-serum .p-base__approach .p-base__approach-content .img + .list { margin-top: 1em; }
.three-serum .p-base__approach .p-base__approach-content .txt {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.three-serum .p-base__approach .p-base__approach-content .list { text-align: right; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__approach { margin-top: 80px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__approach .p-base__approach-content { padding: 0 4vw; }
  .three-serum .p-base__approach .p-base__approach-content .txt { font-size: 4.2666666667vw; }
}

/*----------------------------------------
	base-problem.scss
---------------------------------------- */
.three-serum .p-base__problem { position: relative; }
.three-serum .p-base__problem .problem-text strong {
  display: block;
  margin-top: 0.6em;
}
.three-serum .p-base__problem .problem-text span {
  font-weight: 700;
  color: #b91428;
  line-height: 1.8;
}
.three-serum .p-base__problem .problem-text sup {
  top: -0.9em;
  font-size: 0.5em;
}
.three-serum .p-base__problem .m-notes { text-align: center; }
.three-serum .p-base__problem::after {
  display: block;
  content: "";
  background: url(/contents/product/three-serum/images/icon-triangle.svg) center center no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__problem { margin-top: 40px; }
  .three-serum .p-base__problem .problem-text {
    margin-top: 80px;
    padding-left: 1em;
    font-size: 2.6rem;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .three-serum .p-base__problem .problem-text span {
    font-size: 3.8rem;
    font-size: 38px;
  }
  .three-serum .p-base__problem .m-notes { margin-top: 30px; }
  .three-serum .p-base__problem::after {
    width: 370px;
    height: 124px;
    margin: 60px auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__problem { margin: 6.6666666667vw 0 0; }
  .three-serum .p-base__problem .problem-text {
    margin-top: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
  }
  .three-serum .p-base__problem .problem-text span {
    font-size: 6.6666666667vw;
    letter-spacing: 0.05em;
  }
  .three-serum .p-base__problem .problem-text b { font-size: 4.8vw; }
  .three-serum .p-base__problem .m-notes { margin-top: 5.3333333333vw; }
  .three-serum .p-base__problem::after {
    width: 49.3333333333vw;
    height: 16.5333333333vw;
    margin: 13.3333333333vw auto 8vw;
  }
}

/*----------------------------------------
	base-solution.scss
---------------------------------------- */
.three-serum .p-base__solution { 
	width: 100vw;
  margin: 0 calc(50% - 50vw);
	background-color: #eff2f3; 
}
.three-serum .p-base__solution .solution-point {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .p-base__solution .solution-point .head {
  text-align: right;
  margin-left: auto;
}
.three-serum .p-base__solution .solution-point .catch {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.three-serum .p-base__solution .solution-point .catch strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.three-serum .p-base__solution .solution-point .content__figure img { width: 100%; }
.three-serum .p-base__solution .solution-point .content__text .m-text { letter-spacing: 0.05em; }
.three-serum .p-base__solution .solution-point--ceramide .content__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.three-serum .p-base__solution .solution-point--ceramide .content__figure figcaption { letter-spacing: 0.05em; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-base__solution { padding: 100px 0 120px; }
  .three-serum .p-base__solution .solution-head { margin: 0 auto 60px; }
  .three-serum .p-base__solution .solution-point {
    max-width: 905px;
    margin: 0 auto;
    padding: 23px 0 50px;
  }
  .three-serum .p-base__solution .solution-point + .solution-point { margin-top: 40px; }
  .three-serum .p-base__solution .solution-point .head .m-pc-only { display: inline-block !important; }
  .three-serum .p-base__solution .solution-point .catch {
    margin: 27px 0 40px;
    font-size: 2.2rem;
    font-size: 22px;
  }
  .three-serum .p-base__solution .solution-point .catch strong {
    font-size: 3.8rem;
    font-size: 38px;
  }
  .three-serum .p-base__solution .solution-point .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px;
  }
  .three-serum .p-base__solution .solution-point .content__figure { width: 460px; }
  .three-serum .p-base__solution .solution-point .content__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  .three-serum .p-base__solution .solution-point .content__text .m-notes { margin-top: 10px; }
  .three-serum .p-base__solution .solution-point--ceramide .content__figure figcaption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 700;
  }
  .three-serum .p-base__solution .solution-point--ceramide .content__figure img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-base__solution {
    width: 100%;
    margin: 0;
  }
  .three-serum .p-base__solution .solution-point { margin: 0 60px; }
  .three-serum .p-base__solution .solution-point .head { margin-left: 30px; }
  .three-serum .p-base__solution .solution-point .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .three-serum .p-base__solution .solution-point .content__figure { width: 100%; }
  .three-serum .p-base__solution .solution-point .content__text {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-base__solution { padding: 10.6666666667vw 0; }
  .three-serum .p-base__solution .solution-head {
    width: 81.3333333333vw;
    margin: 0 auto 8vw;
  }
  .three-serum .p-base__solution .solution-point {
    margin: 0 4vw;
    padding: 0 0 6.6666666667vw;
  }
  .three-serum .p-base__solution .solution-point + .solution-point { margin-top: 8vw; }
  .three-serum .p-base__solution .solution-point .head { width: 88vw; }
  .three-serum .p-base__solution .solution-point .head img { margin-top: -6.1333333333vw; }
  .three-serum .p-base__solution .solution-point .head .m-sp-only { display: inline-block !important; }
  .three-serum .p-base__solution .solution-point .catch {
    margin: 8vw 0;
    font-size: 4.2666666667vw;
  }
  .three-serum .p-base__solution .solution-point .catch strong { font-size: 6.6666666667vw; }
  .three-serum .p-base__solution .solution-point .content { padding: 0 4vw; }
  .three-serum .p-base__solution .solution-point .content__figure { width: 100%; }
  .three-serum .p-base__solution .solution-point .content__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 8vw;
  }
  .three-serum .p-base__solution .solution-point .content__text .m-text {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .three-serum .p-base__solution .solution-point .content__text .m-notes { margin-top: 1.3333333333vw; }
  .three-serum .p-base__solution .solution-point--ceramide .content__figure figcaption { font-size: 3.2vw; }
  .three-serum .p-base__solution .solution-point--ceramide .content__figure img { margin-top: 2.6666666667vw; }
  .three-serum .p-base__solution .solution-point--delivery .content__text { margin-top: 5.3333333333vw; }
}

/*----------------------------------------
	advanced.scss
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__inner { margin-top: 150px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-advanced__inner { margin-top: 0; }
}

/*----------------------------------------
	advanced-head.scss
---------------------------------------- */
.three-serum .p-advanced__head .head-container {
  position: relative;
  width: 100%;
}
.three-serum .p-advanced__head .head {
  position: absolute;
  top: 60px;
  right: 53px;
}
.three-serum .p-advanced__head .catch {
  position: absolute;
  text-align: left;
}
.three-serum .p-advanced__head .cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.three-serum .p-advanced__head .cta__text { font-weight: 700; }
.three-serum .p-advanced__head .cta .m-btn { display: inline-block; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__head {
    max-width: 1024px;
    margin: 0 auto;
  }
  .three-serum .p-advanced__head .head-container {
    height: 667px;
    background: url(/contents/product/three-serum/images/bg-advanced-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-advanced__head .catch {
    top: 40px;
    left: 0;
  }
  .three-serum .p-advanced__head .cta {
    height: 135px;
    padding: 20px 0;
    background: url(/contents/product/three-serum/images/bg-advanced-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-advanced__head .cta__text {
    font-size: 2rem;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .three-serum .p-advanced__head .cta .m-btn { margin-top: 12px; }
  .three-serum .p-advanced__head .m-notes {margin-top: 0.2em;}
}
@media print, screen and (min-width: 768px) and (max-width: 1494px) {
  .three-serum .p-advanced__head .m-notes { margin: 0 20px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-advanced__head {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .three-serum .p-advanced__head .head-container {
    height: 125.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-advanced-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-advanced__head .head {
    width: 20.1333333333vw;
    top: 14.4vw;
    right: 2vw;
  }
  .three-serum .p-advanced__head .catch {
    width: 58.6666666667vw;
    top: -6vw;
  }
  .three-serum .p-advanced__head .cta {
    height: 30.6666666667vw;
    padding: 4.6666666667vw 0 5.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-advanced-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-advanced__head .cta__text { font-size: 4.5333333333vw; }
  .three-serum .p-advanced__head .cta .m-btn { margin-top: 3.4666666667vw; }
  .three-serum .p-advanced__head .m-notes { margin: 0 4vw; }
}

/*----------------------------------------
	advanced-step.scss
---------------------------------------- */
.three-serum .p-advanced__step { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__step { margin-top: 120px; }
  .three-serum .p-advanced__step .step-figure { margin-top: 20px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-advanced__step .step-figure {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-advanced__step { margin-top: 13.3333333333vw; }
  .three-serum .p-advanced__step .step-catch { font-size: 3.7333333333vw; }
  .three-serum .p-advanced__step .step-figure { margin: 2.6666666667vw 4vw 0; }
}

/*----------------------------------------
	advanced-concept.scss
---------------------------------------- */
.three-serum .p-advanced__concept { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__concept { margin-top: 150px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-advanced__concept {
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 0;
  }
}

/*----------------------------------------
	advanced-solution.scss
---------------------------------------- */
.three-serum .p-advanced__solution { 
	width: 100vw;
  margin: 0 calc(50% - 50vw);
	background-color: #eff2f3;
}
.three-serum .p-advanced__solution .solution-point {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .p-advanced__solution .solution-point .head { width: 100%; }
.three-serum .p-advanced__solution .solution-point .head img { width: 100%; }
.three-serum .p-advanced__solution .solution-point .catch {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.three-serum .p-advanced__solution .solution-point .catch strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.three-serum .p-advanced__solution .solution-point .catch sup {
  top: -1em;
  font-size: 0.45em;
}
.three-serum .p-advanced__solution .solution-point .content { padding: 0 60px; }
.three-serum .p-advanced__solution .solution-point .content__text .m-text { letter-spacing: 0.05em; }
.three-serum .p-advanced__solution .solution-point .content__figure img { width: 100%; }
.three-serum .p-advanced__solution .solution-point--althaea .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__solution { 
    margin-top: 100px;
    padding: 100px 0 120px; 
  }
  .three-serum .p-advanced__solution .solution-head { margin: 0 auto 40px; }
  .three-serum .p-advanced__solution .solution-point {
    max-width: 905px;
    margin: 0 auto;
  }
  .three-serum .p-advanced__solution .solution-point + .solution-point { margin-top: 40px; }
  .three-serum .p-advanced__solution .solution-point .catch {
    font-size: 2.2rem;
    font-size: 22px;
  }
  .three-serum .p-advanced__solution .solution-point .catch strong {
    font-size: 3.8rem;
    font-size: 38px;
    line-height: 1.4;
  }
  .three-serum .p-advanced__solution .solution-point--althaea { padding: 0 0 20px; }
  .three-serum .p-advanced__solution .solution-point--althaea .catch { margin: 27px 0 0; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__text { width: 530px; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__figure { width: 200px; }
  .three-serum .p-advanced__solution .solution-point--pixenol { padding: 0 0 40px; }
  .three-serum .p-advanced__solution .solution-point--pixenol .catch { margin: 27px 0 20px; }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__figure img { width: 378px; }
  .three-serum .p-advanced__solution .m-notes {
    max-width: 905px;
    margin: 10px auto 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-advanced__solution {
    width: 100%;
    margin: 100px 0 0;
  }
  .three-serum .p-advanced__solution .solution-point { margin: 0 60px; }
  .three-serum .p-advanced__solution .solution-point .content { padding: 0 60px; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__text {
    width: 75%;
    padding-right: 20px;
  }
  .three-serum .p-advanced__solution .solution-point--althaea .content__figure { width: 25%; }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__figure img { width: 48.5%; }
  .three-serum .p-advanced__solution .m-notes { padding: 0 60px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-advanced__solution {
    margin-top: 0;
    padding: 10.6666666667vw 0;
  }
  .three-serum .p-advanced__solution .solution-head {
    width: 81.3333333333vw;
    margin: 0 auto 8vw;
  }
  .three-serum .p-advanced__solution .solution-point {
    margin: 0 4vw;
    padding: 0 0 6.6666666667vw;
  }
  .three-serum .p-advanced__solution .solution-point + .solution-point { margin-top: 8vw; }
  .three-serum .p-advanced__solution .solution-point .catch {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .three-serum .p-advanced__solution .solution-point .catch strong { font-size: 6.6666666667vw; }
  .three-serum .p-advanced__solution .solution-point .content { padding: 0 4vw; }
  .three-serum .p-advanced__solution .solution-point--althaea .catch { margin: 8vw 0 4vw; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__text { width: 53.3333333333vw; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__text .m-text { line-height: 1.6; }
  .three-serum .p-advanced__solution .solution-point--althaea .content__figure { width: 26.6666666667vw; }
  .three-serum .p-advanced__solution .solution-point--pixenol .catch { margin: 8vw 0 4vw; }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__text .m-text { line-height: 1.6; }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 4vw;
  }
  .three-serum .p-advanced__solution .solution-point--pixenol .content__figure img { width: 41.3333333333vw; }
  .three-serum .p-advanced__solution .m-notes { margin: 0.6666666667vw 4vw; }
}

/*----------------------------------------
	advanced-eyecatch.scss
---------------------------------------- */
.three-serum .p-advanced__eyecatch {
  position: relative;
  background-color: #fbfbfb;
}
.three-serum .p-advanced__eyecatch .eyecatch-head {
  display: inline-block;
  text-indent: 0.4em;
  border-bottom: 1px #000 solid;
}
.three-serum .p-advanced__eyecatch .eyecatch-text {
  font-weight: 700;
  line-height: 1.3;
}
.three-serum .p-advanced__eyecatch .eyecatch-text strong {
  display: block;
  font-weight: 700;
  color: #b91428;
}
.three-serum .p-advanced__eyecatch .eyecatch-text sup {
  position: relative;
  top: -1.2em;
  font-size: 0.4em;
}
.three-serum .p-advanced__eyecatch .m-notes { text-align: center; }
.three-serum .p-advanced__eyecatch::before {
  display: block;
  content: "";
  background: url(/contents/product/three-serum/images/icon-triangle.svg) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-advanced__eyecatch { padding: 0 0 120px; }
  .three-serum .p-advanced__eyecatch .eyecatch-head {
    padding: 0 80px 20px;
    font-size: 2.6rem;
    font-size: 26px;
  }
  .three-serum .p-advanced__eyecatch .eyecatch-text {
    margin-top: 40px;
    font-size: 3.4rem;
    font-size: 34px;
  }
  .three-serum .p-advanced__eyecatch .eyecatch-text strong {
    font-size: 5.2rem;
    font-size: 52px;
  }
  .three-serum .p-advanced__eyecatch::before {
    width: 370px;
    height: 124px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-advanced__eyecatch { padding: 0 0 13.3333333333vw; }
  .three-serum .p-advanced__eyecatch .eyecatch-head {
    padding: 0 0 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .three-serum .p-advanced__eyecatch .eyecatch-text {
    margin-top: 4vw;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .three-serum .p-advanced__eyecatch .eyecatch-text strong { font-size: 9.8666666667vw; }
  .three-serum .p-advanced__eyecatch::before {
    width: 49.3333333333vw;
    height: 16.5333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}

/*----------------------------------------
	wrinkle.scss
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__inner { margin-top: 150px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-wrinkle__inner { margin-top: 0; }
}
@media only screen and (max-width: 767.99px) {
  .three-serum .p-wrinkle .p-wrinkle__summary { padding: 0 0 13.3333333333vw; }
}

/*----------------------------------------
	wrinkle-head.scss
---------------------------------------- */
.three-serum .p-wrinkle__head .head-container {
  position: relative;
  width: 100%;
}
.three-serum .p-wrinkle__head .head {
  position: absolute;
  top: 60px;
  right: 53px;
}
.three-serum .p-wrinkle__head .catch {
  position: absolute;
  text-align: left;
}
.three-serum .p-wrinkle__head .cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.three-serum .p-wrinkle__head .cta__text { font-weight: 700; }
.three-serum .p-wrinkle__head .cta .m-btn { display: inline-block; }
.three-serum .p-wrinkle__head .m-notes { margin-top: 0.2em; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__head {
    max-width: 1024px;
    margin: 0 auto;
  }
  .three-serum .p-wrinkle__head .head-container {
    height: 667px;
    background: url(/contents/product/three-serum/images/bg-wrinkle-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-wrinkle__head .catch {
    top: 40px;
    left: 0;
  }
  .three-serum .p-wrinkle__head .cta {
    height: 135px;
    padding: 20px 0;
    background: url(/contents/product/three-serum/images/bg-wrinkle-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-wrinkle__head .cta__text {
    font-size: 2rem;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .three-serum .p-wrinkle__head .cta .m-btn { margin-top: 12px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1494px) {
  .three-serum .p-wrinkle__head .m-notes { margin: 0 20px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__head {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .three-serum .p-wrinkle__head .head-container {
    height: 125.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-wrinkle-lead-top.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-wrinkle__head .head {
    width: 18.5333333333vw;
    top: 14.6666666667vw;
    right: 4vw;
  }
  .three-serum .p-wrinkle__head .catch {
    width: 65.3333333333vw;
    top: -6vw;
  }
  .three-serum .p-wrinkle__head .cta {
    height: 30.6666666667vw;
    padding: 4.6666666667vw 0 5.3333333333vw;
    background: url(/contents/product/three-serum/images/sp/bg-wrinkle-lead-bottom.jpg) center top no-repeat;
    background-size: cover;
  }
  .three-serum .p-wrinkle__head .cta__text { font-size: 4.5333333333vw; }
  .three-serum .p-wrinkle__head .cta .m-btn { margin-top: 3.4666666667vw; }
  .three-serum .p-wrinkle__head .m-notes { margin: 0 4vw; }
}

/*----------------------------------------
	wrinkle-step.scss
---------------------------------------- */
.three-serum .p-wrinkle__step { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__step { margin-top: 120px; }
  .three-serum .p-wrinkle__step .step-figure { margin-top: 20px; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-wrinkle__step .step-figure {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__step { margin-top: 13.3333333333vw; }
  .three-serum .p-wrinkle__step .step-catch { font-size: 3.7333333333vw; }
  .three-serum .p-wrinkle__step .step-figure { margin: 2.6666666667vw 4vw 0; }
}

/*----------------------------------------
	wrinkle-concept.scss
---------------------------------------- */
.three-serum .p-wrinkle__concept { position: relative; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__concept { margin-top: 150px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__concept {
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 0;
  }
}

/*----------------------------------------
	wrinkle-point.scss
---------------------------------------- */
.three-serum .p-wrinkle__point { position: relative; }
.three-serum .p-wrinkle__point .point-head strong { font-weight: 700; }
.three-serum .p-wrinkle__point .point-head strong sup {
  top: -1.3em;
  font-size: 0.4em;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__point { margin: 100px 0 120px; }
  .three-serum .p-wrinkle__point .point-head {
    font-size: 2.2rem;
    font-size: 22px;
    line-height: 1.4;
  }
  .three-serum .p-wrinkle__point .point-head strong {
    font-size: 3.8rem;
    font-size: 38px;
  }
  .three-serum .p-wrinkle__point .point-contents {
    max-width: 905px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .three-serum .p-wrinkle__point .point-contents .figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .three-serum .p-wrinkle__point .point-contents .text { margin-left: 60px; }
  .three-serum .p-wrinkle__point .point-contents .text .m-text { letter-spacing: 0.1em; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-wrinkle__point .point-contents { padding: 0 30px; }
  .three-serum .p-wrinkle__point .point-contents .figure { width: 50%; }
  .three-serum .p-wrinkle__point .point-contents .text { margin-left: 30px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__point { margin: 16vw 0 13.3333333333vw; }
  .three-serum .p-wrinkle__point .point-head {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .three-serum .p-wrinkle__point .point-head strong { font-size: 7.2vw; }
  .three-serum .p-wrinkle__point .point-contents { margin: 10.6666666667vw auto 0; }
  .three-serum .p-wrinkle__point .point-contents .figure {
    width: 100%;
    padding: 0 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .p-wrinkle__point .point-contents .text {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding: 0 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .p-wrinkle__point .point-contents .text .m-text { line-height: 1.6; }
  .three-serum .p-wrinkle__point .point-contents .text .m-notes { margin-top: 2.6666666667vw; }
  .three-serum .p-wrinkle__point .point-contents .text .m-notes li {
    margin-right: 0;
    line-height: 1.4;
  }
}

/*----------------------------------------
	wrinkle-solution.scss
---------------------------------------- */
.three-serum .p-wrinkle__solution {
	width: 100vw;
  margin: 0 calc(50% - 50vw);
	background-color: #eff2f3;
}
.three-serum .p-wrinkle__solution .solution-point {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .p-wrinkle__solution .solution-point .head { margin: 0 auto; }
.three-serum .p-wrinkle__solution .solution-point .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three-serum .p-wrinkle__solution .solution-point .lead__text {
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
.three-serum .p-wrinkle__solution .solution-point .content__text .m-text { letter-spacing: 0.05em; }
.three-serum .p-wrinkle__solution .solution-point .content__figure img { width: 100%; }
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__solution { padding: 100px 0 120px; }
  .three-serum .p-wrinkle__solution .solution-head { margin: 0 auto 60px; }
  .three-serum .p-wrinkle__solution .solution__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    max-width: 905px;
    margin: 0 auto;
  }
  .three-serum .p-wrinkle__solution .solution-point {
    width: 48.5358711567%;
    padding-bottom: 30px;
  }
  .three-serum .p-wrinkle__solution .solution-point .head { width: 75.3012048193%; }
  .three-serum .p-wrinkle__solution .solution-point .head .m-pc-only { display: inline-block !important; }
  .three-serum .p-wrinkle__solution .solution-point .head img { margin-top: -24px; }
  .three-serum .p-wrinkle__solution .solution-point .lead { margin: 40px 30px 20px 40px; }
  .three-serum .p-wrinkle__solution .solution-point .lead__text {
    margin-left: 40px;
    font-size: 2.2rem;
    font-size: 22px;
  }
  .three-serum .p-wrinkle__solution .solution-point .content__text { padding: 0 50px; }
  .three-serum .p-wrinkle__solution .solution-point .content__figure {
    margin-top: 30px;
    padding: 0 40px;
  }
  .three-serum .p-wrinkle__solution .m-notes {
    max-width: 905px;
    margin: 10px auto 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-wrinkle__solution {
    width: 100%;
    margin: 0;
  }
  .three-serum .p-wrinkle__solution .solution__inner{
    display: block;
    margin: 0 60px;
  }
  .three-serum .p-wrinkle__solution .solution-point { width: 100%; }
  .three-serum .p-wrinkle__solution .solution-point .lead { margin: 50px 60px 30px !important; }
  .three-serum .p-wrinkle__solution .solution-point .lead__text {
    margin-left: 30px !important;
    font-size: 2rem !important;
    font-size: 20px !important;
  }
  .three-serum .p-wrinkle__solution .solution-point .content__text { padding: 0 60px; }
  .three-serum .p-wrinkle__solution .solution-point .content__figure {
    margin-top: 40px;
    padding: 0 60px;
  }
  .three-serum .p-wrinkle__solution .solution-point + .solution-point { margin-top: 60px; }
  .three-serum .p-wrinkle__solution .m-notes { margin: 0 60px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__solution { padding: 10.6666666667vw 0; }
  .three-serum .p-wrinkle__solution .solution-head {
    width: 94.6666666667vw;
    margin: 0 auto 8vw;
  }
  .three-serum .p-wrinkle__solution .solution-point {
    margin: 0 4vw;
    padding-bottom: 5.3333333333vw;
  }
  .three-serum .p-wrinkle__solution .solution-point + .solution-point { margin-top: 10.6666666667vw; }
  .three-serum .p-wrinkle__solution .solution-point .head { width: 81.3333333333vw; }
  .three-serum .p-wrinkle__solution .solution-point .head img { margin-top: -5.3333333333vw; }
  .three-serum .p-wrinkle__solution .solution-point .head .m-sp-only { display: inline-block !important; }
  .three-serum .p-wrinkle__solution .solution-point .lead { margin: 6.6666666667vw 0 4vw 8vw; }
  .three-serum .p-wrinkle__solution .solution-point .lead__illust { width: 29.3333333333vw; }
  .three-serum .p-wrinkle__solution .solution-point .lead__text {
    margin-left: 4vw;
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
  .three-serum .p-wrinkle__solution .solution-point .content__text { padding: 0 6.6666666667vw; }
  .three-serum .p-wrinkle__solution .solution-point .content__figure {
    margin-top: 5.3333333333vw;
    padding: 0 4.6666666667vw;
  }
  .three-serum .p-wrinkle__solution .m-notes {
    margin: 1.3333333333vw 4vw 0;
    text-align: right;
  }
}

/*----------------------------------------
	wrinkle-large.scss
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .three-serum .p-wrinkle__large { margin-bottom: 100px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-wrinkle__large {
    width: 100%;
    margin-top: -10.6666666667vw;
    margin-bottom: 20vw;
  }
  .three-serum .p-wrinkle__large img { width: 100%; }
}

/*----------------------------------------
	chart.scss
---------------------------------------- */
.three-serum .p-chart__table {
  position: relative;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 1px;
  padding-right: 1px;
}
.three-serum .p-chart__table table { border-collapse: collapse; }
.three-serum .p-chart__table th,
.three-serum .p-chart__table td {
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
.three-serum .p-chart__table th {
  white-space: nowrap;
  background: #fff;
}
.three-serum .p-chart__table td { background: #f7fbfe; }
.three-serum .p-chart__table .product td { vertical-align: text-top; }
.three-serum .p-chart__table .product td a { display: block; }
.three-serum .p-chart__table .product td .name {
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
}
.three-serum .p-chart__table .product td .icon {
	display: block;
  border: 1px #999 solid;
  white-space: nowrap;
}
.three-serum .p-chart__table .target td { text-align: left; }
.three-serum .p-chart__table .color-red { color: #c2081e; }
.three-serum .p-chart__table .color-blue {
  font-weight: 700;
  color: #033773;
}
.three-serum .p-chart__text {
  text-align: left;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-chart { margin-top: 100px; }
  .three-serum .p-chart__head {
    font-size: 2.8rem;
    font-size: 28px;
  }
  .three-serum .p-chart__table {
    max-width: 750px;
    margin: 30px auto 0;
  }
  .three-serum .p-chart__table table { width: 100%; }
  .three-serum .p-chart__table th, .three-serum .p-chart__table td {
    padding: 30px 20px;
    font-size: 1.6rem;
    font-size: 16px;
  }
  .three-serum .p-chart__table th { width: 110px; }
  .three-serum .p-chart__table td { width: 190px; }
  .three-serum .p-chart__table .product td .icon {
    margin-top: 20px;
    padding: 2px 15px 1px;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .three-serum .p-chart__table .photo { margin-bottom: 12px; }
  .three-serum .p-chart__text {
    max-width: 750px;
    margin: 10px auto 0;
    font-size: 1rem;
    font-size: 10px;
    line-height: 1.8;
  }
  .three-serum .p-chart .m-notes {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-chart__table {
    max-width: inherit;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .p-chart__text {
    margin: 10px auto 0;
    max-width: inherit;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .p-chart .m-notes {
    max-width: inherit;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-chart {
    margin-top: 13.3333333333vw;
    padding: 0;
  }
  .three-serum .p-chart__head {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .three-serum .p-chart__table { margin-top: 4vw; }
  .three-serum .p-chart__table th,
	.three-serum .p-chart__table td {
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .three-serum .p-chart__table td { min-width: 100px; }
  .three-serum .p-chart__table .product td .icon {
    margin-top: 1.3333333333vw;
    padding: 3px 1.3333333333vw 2px;
  }
  .three-serum .p-chart__table .photo { margin-bottom: 1.6vw; }
  .three-serum .p-chart__table .photo--texture { 
    width: 80%;
    margin: 0 auto;
  }
  .three-serum .p-chart__text {
    margin-top: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.three-serum .p-chart .js-hint {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  white-space: nowrap;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
}
@-webkit-keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.three-serum .p-chart .js-hint--show { display: block; }

/*----------------------------------------
	faq.scss
---------------------------------------- */
.three-serum .p-faq__head { line-height: 1.6; }
.three-serum .p-faq__head span {
  display: block;
  font-weight: 700;
}
.three-serum .p-faq__list .question,
.three-serum .p-faq__list .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.three-serum .p-faq__list .question:before,
.three-serum .p-faq__list .answer:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
}
.three-serum .p-faq__list .question {
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px #ccc solid;
}
.three-serum .p-faq__list .question:before {
  background: url(/contents/product/three-serum/images/icon-faq-q.png) center center no-repeat;
  background-size: contain;
}
.three-serum .p-faq__list .answer { line-height: 1.7; }
.three-serum .p-faq__list .answer:before {
  background: url(/contents/product/three-serum/images/icon-faq-a.png) center center no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .three-serum .p-faq { margin-top: 100px; }
  .three-serum .p-faq__head {
    font-size: 2.4rem;
    font-size: 24px;
  }
  .three-serum .p-faq__head span {
    font-size: 3.4rem;
    font-size: 34px;
  }
  .three-serum .p-faq__list {
    max-width: 905px;
    margin: 60px auto 150px;
  }
  .three-serum .p-faq__list .question,
  .three-serum .p-faq__list .answer { gap: 16px; }
  .three-serum .p-faq__list .question:before,
  .three-serum .p-faq__list .answer:before {
    width: 35px;
    height: 35px;
  }
  .three-serum .p-faq__list .question {
    padding-top: 60px;
    font-size: 2.2rem;
    font-size: 22px;
  }
  .three-serum .p-faq__list .answer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .p-faq__list { padding: 0 30px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .p-faq { margin-top: 16vw; }
  .three-serum .p-faq__head { font-size: 4.5333333333vw; }
  .three-serum .p-faq__head span { font-size: 6.4vw; }
  .three-serum .p-faq__list { margin: 10.6666666667vw 4vw 20vw; }
  .three-serum .p-faq__list .question,
  .three-serum .p-faq__list .answer { gap: 2.9333333333vw; }
  .three-serum .p-faq__list .question:before,
  .three-serum .p-faq__list .answer:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .three-serum .p-faq__list .question { padding-top: 9.3333333333vw; }
  .three-serum .p-faq__list .answer {
    padding-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
}