@charset "UTF-8";
/* ===========================================================
module.css
【概要】モジュール・ライブラリ用スタイル
-modules
-vendor
============================================================*/
/*----------------------------------------
	module/breakpoint.scss
---------------------------------------- */
@media screen and (max-width: 767px) {
  .three-serum .m-pc-only { display: none !important; }
  .three-serum .m-sp-only { display: block !important; }
}
@media print, screen and (min-width: 768px) {
  .three-serum .m-sp-only { display: none !important; }
  .three-serum .m-pc-only { display: block !important; }
}
/*----------------------------------------
	module/button.scss
---------------------------------------- */
.three-serum .m-btn {
  position: relative;
  display: block;
  width: 410px;
  height: 60px;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 60px;
  color: #fff !important;
  border-radius: 6px;
  background-color: #29254d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.three-serum .m-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.three-serum .m-btn:hover { opacity: 0.85; }
.three-serum .m-btn:link,
.three-serum .m-btn:visited { color: #fff; }
@media only screen and (max-width: 767px) {
  .three-serum .m-btn {
    width: 65.6vw;
    height: 13.3333333333vw;
    font-size: 4.5333333333vw;
    line-height: 13.3333333333vw;
    border-radius: 1.6vw;
  }
  .three-serum .m-btn:before {
    right: 5.3333333333vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin-top: -0.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .three-serum .cta .m-btn {
    width: 310px;
    height: 50px;
    font-size: 2rem;
    font-size: 20px;
    line-height: 50px;
  }
}
/*----------------------------------------
	module/summary.scss
---------------------------------------- */
.three-serum .m-summary {
	width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
  background-color: #f7f7f7;
	box-sizing: border-box;
}
.three-serum .m-summary .summary-text .catch {
  display: inline-block;
  padding: 0 5px 15px;
  font-size: 2.2rem;
  font-size: 22px;
  border-bottom: 2px #dadcea solid;
}
.three-serum .m-summary .summary-text .head {
  margin-top: 50px;
  font-size: 21px;
  line-height: 1.4;
}
.three-serum .m-summary .summary-text .head sup{
	top: -0.6em;
}
.three-serum .m-summary .summary-text .head strong {
  display: block;
  font-size: 3.8rem;
  font-size: 38px;
  font-weight: 700;
  color: #b91428;
}
.three-serum .m-summary .summary-text .name {
  margin-top: 30px;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
}
.three-serum .m-summary .summary-text .icon {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-size: 16px;
}
.three-serum .m-summary .summary-text .icon span {
  display: inline-block;
  padding: 5px 35px 4px;
  border: 1px #999 solid;
}
.three-serum .m-summary .summary-text .m-btn {
  display: inline-block;
  margin-top: 50px;
}
.three-serum .m-summary .summary-text .m-notes { text-align: center; }
@media print, screen and (min-width: 768px) {
  .three-serum .m-summary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fff;
  }
  .three-serum .m-summary .summary-photo img { margin-top: -30px; }
  .three-serum .m-summary .summary-text { margin-left: 20px; }
  .three-serum .m-summary .m-notes { margin-top: 10px; }
}
@media print, screen and (min-width: 1024px) and (max-width: 1494px) {
  .three-serum .m-summary { padding: 100px 44px; }
  .three-serum .m-summary .summary-text { margin-left: 0; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .m-summary {
		width: 100%;
		margin: 0;
	}
  .three-serum .m-summary__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: inherit;
  }
  .three-serum .m-summary .summary-photo { width: 40%; }
  .three-serum .m-summary .summary-photo img { margin-top: -30px; }
  .three-serum .m-summary .summary-text { margin-left: -10px; }
}
@media only screen and (max-width: 767px) {
  .three-serum .m-summary { padding: 0 0 26.6666666667vw; }
  .three-serum .m-summary .summary-photo img { margin-top: -8vw; }
  .three-serum .m-summary .summary-text .catch {
    padding: 0 1.3333333333vw 2vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .three-serum .m-summary .summary-text .head {
    margin-top: 8vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .three-serum .m-summary .summary-text .head strong {
    display: block;
    font-size: 7.2vw;
    font-weight: 700;
    color: #b91428;
  }
  .three-serum .m-summary .summary-text .name {
    margin-top: 5.3333333333vw;
    font-size: 4.5333333333vw;
    letter-spacing: -0.02em;
  }
  .three-serum .m-summary .summary-text .icon {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
  .three-serum .m-summary .summary-text .icon span { padding: 0.8vw 2.9333333333vw 0.5333333333vw; }
  .three-serum .m-summary .summary-text .m-btn { margin-top: 8vw; }
  .three-serum .m-summary .summary-text .m-notes { margin-top: 1.3333333333vw; }
}

/*----------------------------------------
	module/helper.scss
---------------------------------------- */
.three-serum .m-text--right { text-align: right !important; }

/*----------------------------------------
	module/text.scss
---------------------------------------- */
.three-serum .m-text {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .three-serum .m-text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
  }
}
.three-serum .m-notes {
  line-height: 1;
  text-align: left;
}
.three-serum .m-notes li {
  display: inline;
  margin-right: 1em;
  font-size: 1rem;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #888;
}
.three-serum .m-notes li:last-child { margin-right: 0; }
@media only screen and (max-width: 767px) {
  .three-serum .m-notes { line-height: 0.7; }
  .three-serum .m-notes li {
    font-size: 2.2666666667vw;
    color: #a3a3a3;
  }
}

/*----------------------------------------
	module/voice.scss
---------------------------------------- */
.three-serum .m-voice { padding: 100px 0 120px; }
.three-serum .m-voice__comment .user {
  position: relative;
  border: 1px #5c6298 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .m-voice__comment .user__head {
  margin-left: 46.0317460317%;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.three-serum .m-voice__comment .user__illust {
  position: absolute;
  left: 4.7619047619%;
}
.three-serum .m-voice__comment .user__text {
  text-align: left;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.05em;
}
.three-serum .m-voice__comment .user::before,
.three-serum .m-voice__comment .user::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.three-serum .m-voice__comment .user::before {
  left: 8px;
  top: 8px;
  border-top: 6px #423a73 solid;
  border-left: 6px #423a73 solid;
}
.three-serum .m-voice__comment .user::after {
  right: 8px;
  bottom: 8px;
  border-right: 6px #423a73 solid;
  border-bottom: 6px #423a73 solid;
}
@media print, screen and (min-width: 768px) {
  .three-serum .m-voice {
    max-width: 1024px;
    margin: 0 auto;
  }
  .three-serum .m-voice__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin: 80px 64px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .three-serum .m-voice__comment .user {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    padding: 50px 0;
    border-radius: 0 36px 0 36px;
  }
  .three-serum .m-voice__comment .user__head {
    font-size: 2.4rem;
    font-size: 24px;
  }
  .three-serum .m-voice__comment .user__illust { top: -20px; }
  .three-serum .m-voice__comment .user__illust img { width: 190px; }
  .three-serum .m-voice__comment .user__text {
    margin-top: 60px;
    padding: 0 40px;
    font-size: 2rem;
    font-size: 20px;
  }
  .three-serum .m-voice__comment .user.-multiline { padding: 45px 0 50px; }
  .three-serum .m-voice__comment .user.-multiline .user__text { margin-top: 35px; }
}
@media only screen and (min-width: 1124px) {
  .three-serum .m-voice__comment {
    max-width: 1004px;
    margin: 80px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1123px) {
  .three-serum .m-voice__comment {
    max-width: 905px;
    margin: 80px 60px 0;
  }
}
@media print, screen and (min-width: 1266px) {
  .three-serum .m-voice .user__illust { left: 3.1746031746%; }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .three-serum .m-voice__comment {
    gap: 20px;
  }
  .three-serum .m-voice__comment .user__head {
    font-size: 2rem;
    font-size: 20px;
  }
  .three-serum .m-voice__comment .user__illust {
    width: 130px;
    top: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .three-serum .m-voice { 
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 10.6666666667vw 0 16vw; 
  }
  .three-serum .m-voice__head {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .three-serum .m-voice__comment { margin: 10.6666666667vw 8vw; }
  .three-serum .m-voice__comment .user {
    padding: 6.6666666667vw 0;
    border-radius: 0 4.8vw 0 4.8vw;
  }
  .three-serum .m-voice__comment .user + .user { margin-top: 5.3333333333vw; }
  .three-serum .m-voice__comment .user__head { font-size: 4.8vw; }
  .three-serum .m-voice__comment .user__illust {
    width: 33.2vw;
    top: -2.6666666667vw;
  }
  .three-serum .m-voice__comment .user__text {
    margin-top: 9.3333333333vw;
    padding: 0 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .three-serum .m-voice__comment .user::before,
  .three-serum .m-voice__comment .user::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
  .three-serum .m-voice__comment .user::before {
    left: 1.3333333333vw;
    top: 1.3333333333vw;
    border-top: 0.8vw #423a73 solid;
    border-left: 0.8vw #423a73 solid;
  }
  .three-serum .m-voice__comment .user::after {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    border-right: 0.8vw #423a73 solid;
    border-bottom: 0.8vw #423a73 solid;
  }
  .three-serum .m-voice__comment .user.-multiline { padding: 6vw 0 6.6666666667vw; }
  .three-serum .m-voice__comment .user.-multiline .user__text { margin-top: 4.6666666667vw; }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animated.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animated.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animated.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animated.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animated.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-2-1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animated.delay-2-2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animated.delay-2-3s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animated.delay-2-4s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-2-6s {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animated.delay-2-7s {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animated.delay-2-8s {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animated.delay-2-9s {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.faster {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.animated.fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.normal {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), print {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}