:root {
  --black: #000;
  --alltimate: #ede9eb;
  --button-disabled-bg: #ececec;
  --button-disabled-text: #d5d5d5;
  --white: #fff;
  --yellow: #fff070;
  --pastel-pink: #ee8593;
  --dew: #f7c7c6;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--black);
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
}

.body {
  flex-flow: column;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.bg-pink {
  background-color: #ede9eb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bottom40px {
  padding-bottom: 40px;
}

.section.bg-baby-pink {
  background-color: #f7c7c6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-beige {
  background-color: #fff8ef;
}

.section.bg-pastel-pink {
  background-color: #f6bcb9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.bg-pastel-beige {
  background-color: #fff6e9;
}

.section.bg-pastel-pic {
  background-image: url('../images/bg-pastel-pic-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.fv-pic {
  aspect-ratio: 1920 / 649;
  background-image: url('../images/fv-min-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
}

.header {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.logo {
  background-image: url('../images/tfs_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 40px;
}

.button-action-alltimate {
  background-color: var(--alltimate);
  opacity: 1;
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 28px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: color .5s, opacity .5s, background-color .5s;
  display: flex;
  overflow: hidden;
}

.button-action-alltimate.disabled {
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-text);
}

.button-action-alltimate.disabled:hover {
  background-color: var(--alltimate);
  color: var(--black);
}

.first-contents {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 80px 18px 0;
  display: flex;
}

.first-contents.dew {
  padding-bottom: 40px;
}

.first-contents.pastel {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  padding-bottom: 52px;
}

.serum-pic-01 {
  background-image: url('../images/serum-pic01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 613px;
  height: 392px;
}

.text-block {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}

.text-block.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.text-block.white {
  color: var(--white);
}

.text-block.white.center {
  text-align: center;
}

.div-block {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  padding: 16px 24px;
  display: flex;
}

.div-block.white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.div-block.white.dew {
  max-width: 160px;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer {
  background-image: url('../images/space.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
}

.contents-serum {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 83px 16px 0;
  display: flex;
}

.ttl-block-alti {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.text-block-24px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.text-block-24px.center {
  text-align: center;
  line-height: 30px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  width: 120px;
  height: 1px;
}

.button-action-pastel {
  opacity: 1;
  color: #ee8593;
  text-align: center;
  background-color: #fff070;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 28px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: transform .2s, background-color 1s, border-color 1s;
  display: flex;
  overflow: hidden;
}

.button-action-pastel.disabled {
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-text);
}

.button-action-pastel.disabled:hover {
  background-color: var(--yellow);
  color: var(--pastel-pink);
}

.box-parallel {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-glay {
  background-color: #f3f3f3;
  margin-top: 32px;
  margin-left: -40px;
  padding: 41px 97px 41px 80px;
  position: relative;
}

.div-block-sky {
  z-index: 1;
  background-color: #c2e2f6;
  padding: 71px 70px;
  position: relative;
}

.div-block-sky.yellow {
  background-color: #ffe893;
}

.div-block-sky.green {
  background-color: #c8e3d9;
}

.text-block-16px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-16px.medium {
  text-align: center;
  font-weight: 500;
}

.list {
  padding-left: 30px;
  font-size: 16px;
  line-height: 32px;
}

.text-block-20px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-20px.bold {
  font-weight: 600;
}

.text-block-20px.center {
  text-align: center;
}

.div-block-3parallel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.left-arrow-4 {
  background-color: #ede9ebb3;
  background-image: linear-gradient(90deg, #ede9eb, #fff0);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 131px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-arrow-4.beige {
  background-color: #fff8efb3;
  background-image: linear-gradient(90deg, #fff8ef, #fff0);
}

.left-arrow-4.pastel {
  background-color: #fff6e9b3;
  background-image: linear-gradient(90deg, #fff6e9, #fff0);
}

.right-arrow-4 {
  z-index: 1;
  background-color: #ede9ebb3;
  background-image: linear-gradient(90deg, #0000, #ede9eb);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 131px;
  display: flex;
}

.right-arrow-4.beige {
  background-color: #fff8efb3;
  background-image: linear-gradient(90deg, #0000, #fff8ef);
}

.right-arrow-4.pastel {
  background-color: #fff6e9b3;
  background-image: linear-gradient(90deg, #0000, #fff6e9);
}

.slide-nav-4 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 16px;
  font-size: 8px;
  line-height: 16px;
  display: none;
  position: relative;
}

._3parallel-pic {
  background-image: url('../images/Ellipse-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 268px;
  height: 268px;
  margin-top: 9px;
  margin-bottom: 24px;
}

._3parallel-pic._02 {
  background-image: url('../images/Ellipse-2-min.png');
}

._3parallel-pic._03 {
  background-image: url('../images/Ellipse-3-min.png');
}

._3parallel-pic.yellow02 {
  background-image: url('../images/Ellipse-2-y-min.png');
}

._3parallel-pic.yellow03 {
  background-image: url('../images/Ellipse-3-min.png');
}

._3parallel-pic.green2 {
  background-image: url('../images/Ellipse-2-g-min.png');
}

._3parallel-pic.dew01 {
  background-image: url('../images/parts-grow-01-pic-min.png');
  width: 327px;
  height: 193px;
  margin-top: 13px;
  margin-bottom: 28px;
}

._3parallel-pic.dew02 {
  background-image: url('../images/241114_veganmilk.png');
  width: 327px;
  height: 193px;
  margin-top: 13px;
  margin-bottom: 28px;
}

._3parallel-pic.dew03 {
  background-image: url('../images/parts-grow-03-pic-min.png');
  width: 327px;
  height: 193px;
  margin-top: 13px;
  margin-bottom: 28px;
}

._3parallel-pic.n10-03 {
  background-image: url('../images/Ellipse-3-y-min.png');
}

.slide {
  width: 383px;
  height: auto;
}

.mask {
  width: 383px;
  height: auto;
  overflow: visible;
}

.point01 {
  background-image: url('../images/parts03-01-min_1parts03-01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 81px;
  height: 81px;
}

.point01._02 {
  background-image: url('../images/parts03-02-min_1parts03-02-min.png');
}

.point01._03 {
  background-image: url('../images/parts03-03-min_1parts03-03-min.png');
}

.point01.yellow {
  background-image: url('../images/parts03-01-y-min_1parts03-01-y-min.png');
}

.point01.yellow-2 {
  background-image: url('../images/parts03-02-y-min_1parts03-02-y-min.png');
}

.point01.yellow-3 {
  background-image: url('../images/parts03-03-y-min_1parts03-03-y-min.png');
}

.point01.green {
  background-image: url('../images/parts03-01-g-min_1parts03-01-g-min.png');
}

.point01.green-2 {
  background-image: url('../images/parts03-02-g-min_1parts03-02-g-min.png');
}

.point01.green-3 {
  background-image: url('../images/parts03-03-g-min_1parts03-03-g-min.png');
}

.point01.dew01 {
  background-image: url('../images/parts-grow-01-min_1parts grow-01-min.png');
  width: 81px;
}

.point01.dew02 {
  background-image: url('../images/parts-grow-02-min_1parts grow-02-min.png');
  width: 81px;
}

.point01.dew03 {
  background-image: url('../images/parts-grow-03-min_1parts grow-03-min.png');
  width: 81px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  line-height: 24px;
}

.supplement {
  color: #adadad;
  font-size: 10px;
  line-height: 14px;
}

.supplement.white {
  color: var(--white);
}

.supplement.black {
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.box-parallel-pc {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._336px-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 335px;
  display: flex;
}

.image {
  width: 443px;
}

.spacer-white {
  background-image: url('../images/space-white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
}

.contents02 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 77px 18px 120px;
  display: flex;
}

.slider-bottom {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 645px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slide-2, .slide-3 {
  width: 383px;
}

.serum-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.point-text {
  background-image: url('../images/serum-bottle-01-1-min.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.point-text.text02 {
  background-image: url('../images/serum-bottle-02-1-min.png');
}

.point-text.text03 {
  background-image: url('../images/serum-bottle-03-1-min.png');
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.card-text-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-text-box.parallel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.yellow-line {
  background-image: linear-gradient(#ffe893, #ffe893);
  width: 120px;
  height: 3px;
}

.yellow-line.sky {
  background-image: linear-gradient(#c2e2f6, #c2e2f6);
}

.yellow-line.sky-copy {
  background-image: linear-gradient(#c8e3d9, #c8e3d9);
}

.yellow-line.red {
  background-image: linear-gradient(#e1636d, #e1636d);
}

.yellow-line.purple {
  background-image: linear-gradient(#9f70ae, #9f70ae);
}

.yellow-line.minty {
  background-image: linear-gradient(#77b966, #77b966);
}

.left-icon {
  width: 20px;
  max-width: 20px;
  overflow: visible;
}

.image-3 {
  width: 150px;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.slider-2 {
  display: none;
}

.image-4 {
  width: 500px;
}

.image-5 {
  width: 539px;
}

.contents-button {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding: 77px 18px 60px;
  display: flex;
}

.box-560px {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.text-en-32px {
  color: #f7c7c6;
  text-align: left;
  font-family: futura-pt-bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}

.text-en-32px.pink {
  color: #ee8593;
}

.text-en-32px.black {
  color: var(--black);
}

.text-en-32px.pastel {
  color: var(--pastel-pink);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-14px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-14px.center-pastel {
  text-align: center;
  line-height: 24px;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.black-line {
  background-color: var(--black);
  width: 100px;
  height: 1px;
}

.div-block-13 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-12px {
  font-size: 12px;
  line-height: 17px;
}

.button-coler {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 56px;
  padding-left: 28px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-12px {
  color: var(--black);
  font-size: 12px;
  line-height: 17px;
}

.round {
  z-index: -1;
  background-color: #f7c7c6;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.round.yellow {
  background-color: #fff070;
}

.round.black {
  background-color: #ede9eb;
}

.div-block-15 {
  background-image: url('../images/Frame-6_1Frame 6.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 81px;
  height: 10px;
}

.div-block-16 {
  flex-flow: column;
  height: auto;
  display: flex;
}

.div-block-17 {
  height: auto;
  padding-top: 14px;
  padding-bottom: 10px;
}

.box-hight {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-16px-copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.head-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.logo-foot {
  background-image: url('../images/tfs_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 242px;
  height: 63px;
}

.button-foot {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-button-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.text-block-14px-foot {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-box-parallel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1432px;
  padding: 80px 16px;
  display: flex;
}

.fv-pic-dew {
  aspect-ratio: 1920 / 649;
  background-image: url('../images/fv-dew-pc-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
}

.spacer-dew {
  background-image: url('../images/space-dew.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
}

.speacer-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.speacer-box.bg-beige {
  background-color: #fff8ef;
}

.speacer-box.bg-pastel-beige {
  background-color: #fff6e9;
}

.speacer-box.absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.speacer-box.absolute.under {
  inset: auto 0% 0%;
}

.image-6 {
  width: 576px;
}

.contents-dew {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px 16px 0;
  display: flex;
}

.box-dew {
  background-color: #ffeced;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  overflow: hidden;
}

.box-dew._02 {
  background-color: #f2e4f6;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
}

.box-dew._03 {
  background-color: #f0f8ee;
}

.dew-sub-box {
  background-color: #e1636d;
  padding: 15px 88px;
}

.dew-sub-box._02 {
  background-color: #9f70ae;
}

.dew-sub-box._03 {
  background-color: #77b966;
}

.ttl-dew {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ttl-dew.left {
  justify-content: flex-end;
  align-items: center;
}

.pastel-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.pastel-content.second-row {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: auto;
}

.image-copy {
  width: 47%;
}

.div-block-20 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dew-3parts {
  background-color: #e1636d;
  border-radius: 200px;
  padding: 14px 40px 13px;
}

.dew-3parts._02 {
  background-color: #9f70ae;
}

.dew-3parts._03 {
  background-color: #77b966;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-20px-dew {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.image-7 {
  width: 169px;
}

.h2-dew {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.h2-dew._01 {
  color: #e1636d;
}

.h2-dew._03 {
  color: #77b966;
}

.h2-dew._02 {
  color: #9f70ae;
}

.text-block-24px-dew {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.text-block-24px-dew.dew01 {
  color: #e1636d;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  font-weight: 600;
  display: flex;
}

.text-block-24px-dew.dew02 {
  color: #9f70ae;
  text-align: center;
  width: auto;
  font-weight: 600;
}

.text-block-24px-dew.dew03 {
  color: #77b966;
  text-align: center;
  width: auto;
  font-weight: 600;
}

.contents-dew-it {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1196px;
  padding: 120px 16px 0;
  display: flex;
}

.contents-dew-it.bg-pink {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f6bcb9e6;
  padding: 80px 60px;
}

.h2-ttl-dew-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-dew-box {
  background-color: #e1636d;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 15px 88px;
  display: flex;
  box-shadow: 8px 12px #f7c7c6;
}

.h2-dew-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.spacer-dew-white {
  background-image: url('../images/space-dew-white.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80px;
}

.spacer-dew-white.sp {
  background-position: 50% 100%;
  background-size: cover;
}

.dew-tec {
  background-image: url('../images/tec01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 222px;
  margin-top: 9px;
  margin-bottom: 24px;
}

.dew-tec.tec02 {
  background-image: url('../images/tec02-min.png');
}

.dew-tec.tec03 {
  background-image: url('../images/tec3-min.png');
}

.text-box-tec {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16px-dew {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-16px-dew.dew01 {
  color: var(--black);
  font-weight: 400;
  line-height: 23px;
}

.dew-3parts-tec {
  background-color: #e1636d;
  border-radius: 200px;
  width: 100%;
  max-width: 140px;
  padding: 4px 40px;
}

.dew-3parts-tec._02 {
  background-color: #9f70ae;
}

.dew-3parts-tec._03 {
  background-color: #77b966;
}

.box-parallel-tec {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  width: 100%;
  max-width: 1120px;
}

.contents-dew-tec {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  padding: 120px 16px;
  display: flex;
}

.image-9 {
  width: 460px;
}

.dew-slide-box-bottom {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1333px;
  display: flex;
}

.dew-slide-box-bottom.pastel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.dew01 {
  width: 180px;
}

.point-text-dew {
  background-image: url('../images/dew01-point-min.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.point-text-dew.purple {
  background-image: url('../images/dew02-point-min.png');
}

.point-text-dew.minty {
  background-image: url('../images/dew03-point-min.png');
}

.dew02, .dew03 {
  width: 180px;
}

.alltimate-page-pic {
  width: 500px;
}

.button-action-dew {
  background-color: var(--dew);
  opacity: 1;
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 28px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: color .5s, opacity .5s, background-color .5s;
  display: flex;
  overflow: hidden;
}

.button-action-dew.disabled {
  background-color: var(--button-disabled-bg);
  color: var(--button-disabled-text);
}

.button-action-dew.disabled:hover {
  background-color: var(--dew);
  color: var(--white);
}

.button-action-cheek {
  background-color: var(--yellow);
  opacity: 1;
  color: var(--pastel-pink);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 28px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: color .5s, opacity .5s, background-color .5s;
  display: flex;
  overflow: hidden;
}

.button-action-cheek-3 {
  opacity: 1;
  color: #ee8593;
  text-align: center;
  background-color: #fff070;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 28px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: color .5s, opacity .5s, background-color .5s;
  display: flex;
  overflow: hidden;
}

.button-action-cheek-3.disabled {
  color: #d5d5d5;
  background-color: #ececec;
}

.button-action-cheek-3.disabled:hover {
  color: #ee8593;
  background-color: #fff070;
}

.fv-pic-pastel {
  aspect-ratio: 1920 / 649;
  background-image: url('../images/fv-pastel-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
}

.image-10 {
  width: 100%;
  max-width: 764px;
}

.spacer-pastel {
  background-image: url('../images/Polygon-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
}

.spacer-pastel.beige {
  background-image: url('../images/Polygon-beige.png');
}

.spacer-pastel.beige.under {
  background-image: url('../images/Polygon-beige-under.png');
}

.ttl-block-pastel {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.pastel-sub-ttl {
  background-color: var(--yellow);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  max-width: 320px;
  padding: 15px 40px 15px 100px;
  display: flex;
}

.pastel-sub-ttl._02 {
  background-color: #9f70ae;
}

.pastel-sub-ttl._03 {
  background-color: #77b966;
}

.box-pastel {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1608px;
  display: flex;
  overflow: hidden;
}

.box-pastel._02 {
  background-color: #f2e4f6;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
}

.box-pastel._03 {
  background-color: #f0f8ee;
}

.contents-pastel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 16px 120px;
  display: flex;
}

.contents-pastel.swatch {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.pastel-01 {
  width: 100%;
  max-width: 300px;
}

.point-text-lame {
  aspect-ratio: 1;
  background-image: url('../images/lame-01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100%;
  max-width: 90px;
}

.point-text-lame.purple {
  background-image: url('../images/dew02-point-min.png');
}

.point-text-lame.minty {
  background-image: url('../images/dew03-point-min.png');
}

.point-text-lame._02 {
  background-image: url('../images/lame-02-min.png');
}

.point-text-lame._03 {
  background-image: url('../images/lame-03-min.png');
}

.point-text-lame._04 {
  background-image: url('../images/lame-04-min.png');
}

.point-text-lame._05 {
  background-image: url('../images/lame-05-min.png');
}

.point-text-lame._06 {
  background-image: url('../images/lame-06-min.png');
}

.point-text-lame._07 {
  background-image: url('../images/lame-07-min.png');
}

.div-block-10-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-24px-pastel {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-24px-pastel.center {
  text-align: center;
}

.pastel-line {
  background-image: linear-gradient(#faaca3, #faaca3);
  width: 120px;
  height: 1px;
}

.pastel-line.sky {
  background-image: linear-gradient(#c2e2f6, #c2e2f6);
}

.pastel-line.sky-copy {
  background-image: linear-gradient(#c8e3d9, #c8e3d9);
}

.pastel-line.red {
  background-image: linear-gradient(#e1636d, #e1636d);
}

.pastel-line.purple {
  background-image: linear-gradient(#9f70ae, #9f70ae);
}

.pastel-line.minty {
  background-image: linear-gradient(#77b966, #77b966);
}

.pastel-line._02 {
  background-image: linear-gradient(#ffc9c6, #ffc9c6);
}

.pastel-line._03 {
  background-image: linear-gradient(#ffad91, #ffad91);
}

.pastel-line._04, .pastel-line._05 {
  background-image: linear-gradient(#ffbabc, #ffbabc);
}

.pastel-line._06 {
  background-image: linear-gradient(#ffcabf, #ffcabf);
}

.pastel-line._07 {
  background-image: linear-gradient(#f3a9bc, #f3a9bc);
}

.text-block-16px-pastel {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
}

.product-text-pastel {
  text-align: left;
  letter-spacing: -1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.product-text-pastel.center {
  text-align: center;
}

.pastel-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.h2-sub-ttl {
  color: var(--white);
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

.h2-sub-ttl.pink {
  color: #ee8593;
}

.h2-sub-ttl.black {
  color: var(--black);
}

.h2-sub-ttl.pastel {
  color: var(--pastel-pink);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.h2-48px {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 70px;
}

.h2-text-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-ttl-pastel-box {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._300 {
  aspect-ratio: 1;
  width: 100%;
  max-width: 200px;
  height: auto;
}

._300-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 100%;
  max-width: 1016px;
}

.pastel-point {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 68px 40px 40px;
  display: flex;
}

.h3-24px-pastel {
  color: #ee8593;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.h3-24px-pastel.center {
  text-align: center;
}

.div-block-26 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: auto;
  max-width: 623px;
}

.div-block-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.point-pastel {
  background-image: url('../images/point-pastel-01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 88px;
  height: 88px;
  margin-bottom: -44px;
  position: relative;
}

.point-pastel._02 {
  background-image: url('../images/point-pastel-02-min.png');
}

.point-pastel._03 {
  background-image: url('../images/point-pastel-03-min.png');
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 480px;
  display: flex;
}

.pastel-point-pic {
  width: 50%;
  max-width: 672px;
}

.image-13 {
  width: 40%;
  max-width: 512px;
}

.pastel-point-pic-03 {
  width: 40%;
  max-width: 532px;
}

.grid-pastel-swatch {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pastel-swatch-pic {
  width: 100%;
  max-width: 270px;
}

.box-pastel-swatch {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1608px;
  display: flex;
}

.box-pastel-swatch._02 {
  background-color: #f2e4f6;
  border-top-left-radius: 100px;
  border-top-right-radius: 0;
}

.box-pastel-swatch._03 {
  background-color: #f0f8ee;
}

.div-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9-copy {
  width: 460px;
}

.pastel-bottom-pic {
  width: 100%;
  max-width: 560px;
  margin-right: -20px;
}

.pastel01 {
  width: 202px;
  margin-top: 89px;
}

.point-text-pastel {
  background-image: url('../images/pastel-img01-text01-min.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.point-text-pastel.purple {
  background-image: url('../images/dew02-point-min.png');
}

.point-text-pastel.minty {
  background-image: url('../images/dew03-point-min.png');
}

.point-text-pastel._02 {
  background-image: url('../images/pastel-img01-text02-min.png');
}

.point-text-pastel._03 {
  background-image: url('../images/pastel-img01-text03-min.png');
}

.point-text-pastel._04 {
  background-image: url('../images/pastel-img01-text04-min.png');
}

.point-text-pastel._05 {
  background-image: url('../images/pastel-img01-text05-min.png');
}

.point-text-pastel._06 {
  background-image: url('../images/pastel-img01-text06-min.png');
}

.point-text-pastel._07 {
  background-image: url('../images/pastel-img01-text07-min.png');
}

.pastel-line-copy {
  background-image: linear-gradient(#faaca3, #faaca3);
  width: 100px;
  height: 3px;
}

.pastel-line-copy.sky {
  background-image: linear-gradient(#c2e2f6, #c2e2f6);
}

.pastel-line-copy.sky-copy {
  background-image: linear-gradient(#c8e3d9, #c8e3d9);
}

.pastel-line-copy.red {
  background-image: linear-gradient(#e1636d, #e1636d);
}

.pastel-line-copy.purple {
  background-image: linear-gradient(#9f70ae, #9f70ae);
}

.pastel-line-copy.minty {
  background-image: linear-gradient(#77b966, #77b966);
}

.dew-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding: 56px 88px 80px;
  display: flex;
}

.dew-content.second-row {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: auto;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.dew-pic-only-sp {
  display: none;
}

@media screen and (min-width: 1280px) {
  .body {
    justify-content: flex-start;
    align-items: center;
  }

  .fv-pic.sp {
    max-width: none;
  }

  .spacer, .spacer-white {
    background-position: 50% 100%;
  }

  .fv-pic-dew.sp {
    max-width: none;
  }

  .spacer-dew.sp {
    background-position: 50% 100%;
    height: 100px;
  }

  .pastel-content {
    width: auto;
  }

  .spacer-dew-white.sp {
    background-position: 50% 100%;
    background-size: cover;
    height: 100px;
  }

  .contents-dew-tec {
    max-width: 1440px;
  }

  .dew-slide-box-bottom {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    max-width: 1440px;
  }

  .fv-pic-pastel {
    background-image: url('../images/fv-pastel-min.jpg');
  }

  .fv-pic-pastel.sp {
    max-width: none;
  }

  .spacer-pastel {
    background-position: 50% 100%;
    height: 100px;
  }

  .spacer-pastel.beige, .spacer-pastel.beige.under {
    height: 100px;
  }

  .box-pastel {
    width: 100%;
  }

  .pastel-box {
    width: auto;
  }

  .grid-pastel-swatch {
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .grid-pastel-swatch.second {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pastel-swatch-pic {
    width: 100%;
    max-width: 313px;
  }

  .box-pastel-swatch, .dew-content {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section.bottom40px {
    padding-bottom: 40px;
  }

  .section.bg-pastel-pic {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .fv-pic {
    aspect-ratio: 393 / 441;
  }

  .fv-pic.sp {
    aspect-ratio: 393 / 441;
    background-image: url('../images/fv-sp-min-1.png');
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo {
    width: 121px;
    height: 31px;
  }

  .button-action-alltimate {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    transition: background-color .5s, opacity .5s;
  }

  .first-contents {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .first-contents.dew {
    padding-bottom: 16px;
  }

  .first-contents.pastel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .serum-pic-01 {
    width: 100%;
    height: 231px;
  }

  .text-block {
    font-size: 24px;
    line-height: 35px;
  }

  .text-block.small {
    font-size: 12px;
    line-height: 17px;
  }

  .div-block {
    max-width: 100px;
    padding: 10px 0;
  }

  .div-block.white.dew {
    max-width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spacer {
    height: 64px;
  }

  .contents-serum {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ttl-block-alti {
    padding-top: 56px;
  }

  .text-block-24px.serum {
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-24px.center {
    font-size: 19px;
    line-height: 25px;
  }

  .div-block-5 {
    width: 32px;
  }

  .button-action-pastel {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .box-parallel {
    flex-flow: column;
  }

  .div-block-glay {
    margin-top: -34px;
    margin-left: 24px;
    padding: 48px 18px 16px;
  }

  .div-block-sky {
    padding: 52px 46px;
  }

  .text-block-16px {
    font-size: 14px;
    line-height: 21px;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-20px {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-20px.bold {
    font-size: 20px;
    line-height: 30px;
  }

  .left-arrow-4.beige {
    width: 70px;
  }

  .slide-nav-4 {
    font-size: 6px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .supplement.black {
    font-size: 10px;
  }

  .box-parallel-pc {
    display: none;
  }

  ._336px-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 343px;
    display: flex;
  }

  .image {
    width: 361px;
  }

  .spacer-white {
    height: 64px;
  }

  .contents02 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-bottom {
    overflow: hidden;
  }

  .serum-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    overflow: hidden;
  }

  .card-text-box.parallel {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: center;
  }

  .yellow-line {
    width: 32px;
  }

  .image-3 {
    width: 126px;
  }

  .slider-2 {
    background-color: #ddd0;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .slide-nav-5 {
    width: 100%;
    height: auto;
    font-size: 6px;
    position: static;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .mask-2, .slide-1 {
    height: auto;
  }

  .image-4, .image-5 {
    width: 341px;
  }

  .contents-button {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 64px 16px 40px;
  }

  .text-en-32px {
    font-size: 24px;
    line-height: 32px;
  }

  .text-en-32px.pastel {
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-14px {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-14px.h14px {
    line-height: 14px;
  }

  .text-block-14px.center-pastel {
    font-size: 12px;
    line-height: 20px;
  }

  .text-12px {
    font-size: 8px;
    line-height: 12px;
  }

  .box-hight {
    height: auto;
  }

  .text-block-16px-copy {
    font-size: 12px;
    line-height: 17px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .logo-foot {
    width: 121px;
    height: 31px;
  }

  .footer-button-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 0;
  }

  .text-block-14px-foot {
    font-size: 12px;
    line-height: 14px;
  }

  .button-box-parallel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px 16px;
  }

  .fv-pic-dew {
    aspect-ratio: 393 / 441;
  }

  .fv-pic-dew.sp {
    background-image: url('../images/FV-dew-sp-min.png');
  }

  .spacer-dew {
    background-position: 50% 0;
    background-size: contain;
    min-width: 1280px;
  }

  .spacer-dew.sp {
    background-image: url('../images/space-dew.png');
    min-width: 1060px;
    height: 64px;
  }

  .speacer-box.absolute.under {
    inset: auto 0% 0%;
  }

  .image-6 {
    width: 342px;
  }

  .contents-dew {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .dew-sub-box {
    padding: 5px 38px;
  }

  .pastel-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .pastel-content.sp-oposit {
    flex-flow: column-reverse;
  }

  .pastel-content.second-row {
    width: 100%;
  }

  .image-copy {
    width: 345px;
    margin-right: -10px;
  }

  .div-block-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
  }

  .dew-3parts {
    padding: 4px 19px;
  }

  .text-block-20px-dew {
    font-size: 16px;
    line-height: 24px;
  }

  .image-7 {
    width: 106px;
  }

  .h2-dew {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-24px-dew {
    font-size: 20px;
  }

  .text-block-24px-dew.dew01, .text-block-24px-dew.dew02, .text-block-24px-dew.dew03 {
    font-size: 14px;
    line-height: 20px;
  }

  .contents-dew-it {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 80px;
  }

  .contents-dew-it.bg-pink {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-dew-box {
    min-width: 361px;
    padding: 20px 40px;
    box-shadow: 5px 8px #f7c7c6;
  }

  .h2-dew-copy {
    font-size: 24px;
    line-height: 29px;
  }

  .spacer-dew-white {
    background-position: 50% 0;
    background-size: contain;
    min-width: 1280px;
  }

  .spacer-dew-white.sp {
    background-image: url('../images/space-dew-white-sp.png');
    background-position: 50% 100%;
    background-size: cover;
    min-width: 1060px;
    height: 64px;
  }

  .dew-tec {
    width: 111px;
    height: 101px;
  }

  .text-block-16px-dew {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-16px-dew.dew01 {
    font-size: 10px;
    line-height: 13.5px;
  }

  .dew-3parts-tec {
    padding: 4px 19px;
  }

  .box-parallel-tec {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .image-8 {
    width: 361px;
  }

  .image-8.sp {
    width: 100%;
    max-width: 361px;
  }

  .contents-dew-tec {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-9 {
    width: 361px;
    max-width: 361%;
  }

  .dew-slide-box-bottom {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .dew-slide-box-bottom.pastel {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .dew01, .dew02, .dew03 {
    width: 126px;
  }

  .alltimate-page-pic {
    width: 341px;
  }

  .button-action-dew, .button-action-cheek, .button-action-cheek-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    transition: background-color .5s, opacity .5s;
  }

  .fv-pic-pastel {
    aspect-ratio: 393 / 441;
  }

  .fv-pic-pastel.sp {
    background-image: url('../images/fv-pastel-sp-min-1.jpg');
  }

  .image-10 {
    width: 100%;
    max-width: 490px;
  }

  .spacer-pastel {
    background-position: 50% 100%;
    min-width: 1280px;
  }

  .spacer-pastel.sp {
    background-image: url('../images/space-dew.png');
    min-width: 1060px;
    height: 64px;
  }

  .spacer-pastel.beige.under {
    background-image: url('../images/Polygon-beige-under.png');
    background-position: 50% 100%;
  }

  .ttl-block-pastel {
    padding-top: 40px;
  }

  .pastel-sub-ttl {
    width: auto;
    padding: 5px 38px 5px 40px;
  }

  .box-pastel {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .contents-pastel {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 48px 16px 40px;
  }

  .contents-pastel.swatch {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .pastel-01 {
    max-width: 191px;
  }

  .point-text-lame {
    max-width: 72px;
  }

  .div-block-10-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 140px;
  }

  .text-block-24px-pastel.serum {
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-24px-pastel.center {
    font-size: 19px;
    line-height: 30px;
  }

  .pastel-line {
    width: 51px;
  }

  .text-block-16px-pastel {
    font-size: 10px;
    line-height: 14px;
  }

  .product-text-pastel {
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 16px;
  }

  .product-text-pastel.serum {
    font-size: 12px;
    line-height: 17px;
  }

  .product-text-pastel.center {
    font-size: 19px;
    line-height: 30px;
  }

  .pastel-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2-sub-ttl {
    font-size: 12px;
    line-height: 18px;
  }

  .h2-48px {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-text-box {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .h2-ttl-pastel-box {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  ._300, ._300-box {
    max-width: 120px;
  }

  .image-11 {
    max-width: 347px;
  }

  .pastel-point {
    flex-flow: column;
  }

  .pastel-point.sp-opozit {
    flex-flow: column-reverse;
  }

  .div-block-25 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px 22px 24px;
    display: flex;
  }

  .h3-24px-pastel {
    font-size: 20px;
    line-height: 30px;
  }

  .h3-24px-pastel.serum {
    font-size: 12px;
    line-height: 17px;
  }

  .h3-24px-pastel.center {
    font-size: 19px;
    line-height: 30px;
  }

  .div-block-27 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-28 {
    min-width: auto;
  }

  .pastel-point-pic, .image-13, .pastel-point-pic-03 {
    width: 100%;
    max-width: 320px;
  }

  .grid-pastel-swatch {
    flex-flow: column;
  }

  .pastel-swatch-pic {
    max-width: 328px;
    margin-left: -30px;
  }

  .box-pastel-swatch {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .div-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-9-copy {
    width: 361px;
    max-width: 361%;
  }

  .pastel-bottom-pic {
    width: 361px;
    max-width: 361%;
    margin-right: -10px;
  }

  .pastel01 {
    width: 160px;
  }

  .pastel-line-copy {
    width: 32px;
  }

  .dew-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding: 40px 16px;
    display: flex;
  }

  .dew-content.sp-oposit {
    flex-flow: column-reverse;
  }

  .dew-content.second-row {
    width: 100%;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-31, .dew-pic-only-pc {
    display: none;
  }

  .dew-pic-only-sp {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.bg-pastel-pic {
    background-position: 50% 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-action-alltimate {
    display: flex;
  }

  .serum-pic-01 {
    width: 100%;
  }

  .text-block-24px {
    font-size: 21px;
  }

  .button-action-pastel {
    display: flex;
  }

  .left-arrow-4 {
    background-color: #ede9eb00;
    background-image: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    left: 3%;
  }

  .left-arrow-4.beige {
    background-color: #fff8ef00;
    background-image: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    left: 3%;
  }

  .left-arrow-4.pastel {
    background-color: #fff6e900;
    background-image: none;
    width: auto;
  }

  .right-arrow-4 {
    background-color: #ede9eb00;
    background-image: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    right: 3%;
  }

  .right-arrow-4.beige {
    background-color: #fff8ef00;
    background-image: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    right: 3%;
  }

  .right-arrow-4.pastel {
    background-color: #fff6e900;
    background-image: none;
    width: auto;
  }

  .slide {
    width: 100%;
    max-width: 383px;
  }

  .point01 {
    width: 80px;
    height: 80px;
  }

  .slider-bottom {
    width: 100vw;
  }

  .slide-2, .slide-3 {
    width: 100%;
    max-width: 383px;
  }

  .button-box-parallel {
    flex-flow: column;
  }

  .spacer-dew {
    background-size: cover;
  }

  .spacer-dew.sp {
    background-image: url('../images/space-dew-sp.png');
    background-position: 50% 100%;
    background-size: cover;
    min-width: auto;
  }

  .pastel-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer-dew-white {
    background-size: cover;
  }

  .spacer-dew-white.sp {
    background-image: url('../images/space-dew-white-sp.png');
    background-position: 50% 100%;
    background-size: cover;
    min-width: auto;
  }

  .button-action-dew, .button-action-cheek, .button-action-cheek-3 {
    display: flex;
  }

  .image-10 {
    max-width: none;
  }

  .spacer-pastel {
    background-image: url('../images/Polygon-2.png');
    background-position: 50% 100%;
    background-size: cover;
    min-width: 393px;
    height: 70px;
  }

  .spacer-pastel.sp {
    background-image: url('../images/space-dew-sp.png');
    background-position: 50% 100%;
    background-size: cover;
    min-width: auto;
  }

  .spacer-pastel.beige {
    height: 40px;
  }

  .contents-pastel.swatch {
    overflow: hidden;
  }

  .text-block-24px-pastel, .h3-24px-pastel {
    font-size: 21px;
  }

  .grid-pastel-swatch {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .dew-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button-action-alltimate {
    text-align: center;
    font-size: 14px;
    display: flex;
  }

  .text-block.white.center {
    font-size: 22px;
  }

  .button-action-pastel {
    text-align: center;
    font-size: 14px;
    display: flex;
  }

  .div-block-glay {
    margin-left: 10px;
  }

  .text-block-16px.medium {
    font-size: 13px;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-20px.bold {
    font-size: 19px;
  }

  .left-arrow-4 {
    background-color: #ede9eb00;
  }

  .left-arrow-4.beige {
    background-color: #fff8ef00;
  }

  .left-arrow-4.pastel {
    background-color: #fff8ef00;
    width: 40px;
  }

  .right-arrow-4 {
    background-color: #ede9eb00;
  }

  .right-arrow-4.beige {
    background-color: #fff8ef00;
  }

  .right-arrow-4.pastel {
    background-color: #fff8ef00;
    width: 40px;
  }

  ._3parallel-pic.dew01, ._3parallel-pic.dew02, ._3parallel-pic.dew03 {
    width: 100%;
  }

  .mask {
    width: 90%;
  }

  .point01 {
    width: 60px;
    height: 60px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  ._336px-box, .image, .serum-box {
    width: 100%;
  }

  .point-text {
    width: 90px;
    height: 90px;
  }

  .text-en-32px {
    font-size: 23px;
  }

  .div-block-15 {
    width: 60px;
  }

  .spacer-dew {
    background-position: 50% 0;
    background-size: cover;
  }

  .spacer-dew.sp {
    min-width: 500px;
  }

  .box-dew {
    border-top-right-radius: 50px;
  }

  .box-dew._02 {
    border-top-left-radius: 50px;
  }

  .dew-sub-box {
    padding-left: 21px;
    padding-right: 21px;
  }

  .pastel-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-copy {
    width: 100%;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dew-3parts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    width: 100%;
  }

  .text-block-20px-dew {
    font-size: 15px;
  }

  .h2-dew-box {
    width: 100%;
    min-width: auto;
  }

  .spacer-dew-white {
    background-position: 50% 0;
    background-size: cover;
  }

  .spacer-dew-white.sp {
    min-width: 500px;
  }

  .dew-tec, .text-box-tec {
    width: 100%;
  }

  .text-block-16px-dew.dew01 {
    width: auto;
  }

  .dew-3parts-tec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-parallel-tec {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image-8, .image-9 {
    width: 100%;
  }

  .point-text-dew {
    width: 90px;
    height: 90px;
  }

  .button-action-dew, .button-action-cheek, .button-action-cheek-3 {
    text-align: center;
    font-size: 14px;
    display: flex;
  }

  .spacer-pastel {
    background-position: 50% 0;
    background-size: cover;
    height: 40px;
  }

  .spacer-pastel.sp {
    min-width: 500px;
  }

  .spacer-pastel.beige {
    background-image: url('../images/Polygon-2_1.png');
    background-position: 50% 100%;
  }

  .spacer-pastel.beige.under {
    background-image: url('../images/Polygon-3.png');
  }

  .pastel-sub-ttl {
    padding-left: 21px;
    padding-right: 21px;
  }

  .box-pastel {
    border-top-right-radius: 50px;
  }

  .box-pastel._02 {
    border-top-left-radius: 50px;
  }

  .point-text-lame {
    width: 90px;
    height: 90px;
  }

  .pastel-box {
    width: 100%;
  }

  .div-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-24px-pastel {
    font-size: 20px;
  }

  .image-13 {
    width: 100%;
    max-width: none;
  }

  .pastel-point-pic-03 {
    max-width: none;
  }

  .pastel-swatch-pic {
    max-width: 260px;
    margin-left: -20px;
  }

  .box-pastel-swatch {
    border-top-right-radius: 50px;
  }

  .box-pastel-swatch._02 {
    border-top-left-radius: 50px;
  }

  .image-9-copy, .pastel-bottom-pic {
    width: 100%;
  }

  .point-text-pastel {
    width: 90px;
    height: 90px;
  }

  .dew-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}


