@charset "UTF-8";
/* ==========================================================================
   common
   ========================================================================== */
html {
  font-size: calc(1.5625vw + 2px);
}

@media (max-width: 320px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 641px) {
  html {
    font-size: 85%;
  }
}
[data-gtm-event-click] * {
  pointer-events: none;
}

a {
  display: inline-block;
}

body {
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "pkna" 1;
  font-family: -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, "メイリオ", Meiryo, Roboto, "Droid Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #1b224e;
}

.col_333 {
  color: #333;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", "リュウミン L-KL", "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.no_mincho {
  font: normal 300 1.35rem/1.8 Helvetica, Arial, "Noto Sans Japanese", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.inner_contents {
  margin: 0 5.333%;
}

main {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
main button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
main img {
  image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  main {
    max-width: 640px;
  }
  a {
    display: inline-block;
    transition: 0.4s;
    opacity: 1;
    transform: scale(1);
  }
  a:hover {
    opacity: 0.7;
    transform: scale(0.98);
  }
  .pc_inner {
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
  }
  .pc_inner .logo-link {
    position: fixed;
    top: 40px;
    left: 40px;
    display: block;
    width: 134px;
    height: 28px;
    background-image: url("../img/LOGO.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pc_inner .logo-link:hover {
    transform: none;
    opacity: 1;
  }
  .pc_inner::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg_pc.jpg");
    background-position: center center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .pc_inner .logo-link {
    display: none;
  }
}
/* ==========================================================================
  mv
   ========================================================================== */
.kv {
  box-sizing: border-box;
}
.kv * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.kv_inner {
  position: relative;
}

.kv_copy_01 {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1342/379;
}

.kv_bg_img-elm {
  display: block;
  aspect-ratio: 750/1210;
}

.kv_bg_img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.kv_note-wrap {
  position: absolute;
  bottom: 2%;
  left: 5%;
  right: 5%;
  color: #fff;
}

.kv_note-wrap a {
  color: #fff;
}

.kv_note,
.kv_note a {
  line-height: 1.35;
  display: inline-block;
  color: #bbcae8;
}

.tv_cm {
  position: relative;
  margin: 4% 0;
}
.tv_cm .tv_cm_img {
  aspect-ratio: 1500/1506;
}
.tv_cm .tv_cm_btn {
  position: absolute;
  width: 77.6%;
  bottom: 3%;
  left: 11.2%;
  right: 11.2%;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .kv_copy_01 {
    width: 573px;
  }
  .kv_bg_img-elm {
    width: 640px;
  }
  .kv_note-wrap {
    font-size: 17px;
  }
  .kv_note-wrap a {
    font-size: 17px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .kv_copy_01 {
    width: 89.6vw;
  }
  .kv_bg_img-elm {
    width: 100vw;
  }
  .kv_note-wrap {
    font-size: 2.6666666667vw;
  }
  .kv_note-wrap a {
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
  beautiful skin(美容皮膚発想 8つの美肌体験)
   ========================================================================== */
.beautiful-skin {
  position: relative;
  aspect-ratio: 750/1150;
  background-image: url("../img/beautiful-skin/beautiful-skin_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  box-sizing: border-box;
}
.beautiful-skin * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.beautiful-skin sup {
  font-size: 60%;
  vertical-align: super;
}

.beautiful-skin_title {
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 955/220;
  transition: all ease-in 0.6s;
  transform: scale(1.2);
  opacity: 0;
}
.beautiful-skin_title.is-open {
  opacity: 1;
  transform: scale(1);
}

.beautiful-skin_title-img-elm {
  display: block;
}

.beautiful-skin_title-img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.beautiful-skin_lists {
  position: relative;
  width: 100%;
}

.beautiful-skin_lists-item {
  position: relative;
  color: #1b224e;
  line-height: 1.25;
  transition: transform ease-in 0.6s, opacity ease-in 0.6s;
  transform: scale(1.5) translateY(-50px);
  opacity: 0;
}
.beautiful-skin_lists-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  aspect-ratio: 38/30;
  background-image: url(../img/beautiful-skin/check.svg);
  background-repeat: no-repeat;
}

.js-anim .beautiful-skin_lists-item {
  left: 8.5%;
  min-width: 50%;
}
.js-anim .beautiful-skin_lists-item:nth-child(1) {
  transition: transform ease-in 0.3s, opacity ease-in 0.3s;
  position: absolute;
  top: 0;
}
.js-anim .beautiful-skin_lists-item:nth-child(2) {
  transition: transform ease-in 0.5s, opacity ease-in 0.5s;
  position: absolute;
  top: 23%;
}
.js-anim .beautiful-skin_lists-item:nth-child(3) {
  transition: transform ease-in 0.7s, opacity ease-in 0.7s;
  position: absolute;
  top: 46%;
}
.js-anim .beautiful-skin_lists-item:nth-child(4) {
  transition: transform ease-in 0.9s, opacity ease-in 0.9s;
  position: absolute;
  top: 69%;
}
.js-anim .beautiful-skin_lists-item:nth-child(5) {
  transition: transform ease-in 1.1s, opacity ease-in 1.1s;
  position: absolute;
  top: 92%;
}

.is-open .beautiful-skin_lists-item {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.is-open .beautiful-skin_lists-item:nth-child(6) {
  width: 71.0666666667vw;
}

.beautiful-skin_lists_sup {
  font-size: 60%;
  vertical-align: top;
}

.beautiful-skin_noteWrap {
  transition: transform ease-in 0.6s, opacity ease-in 0.6s;
  transform: scale(1.5) translateY(-50px);
  opacity: 0;
}

.js-anim .beautiful-skin_noteWrap {
  transition: transform ease-in 1.9s, opacity ease-in 1.9s;
}

.is-open .beautiful-skin_noteWrap {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.beautiful-skin_note {
  display: block;
  color: #1b224e;
  line-height: 1.6;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .beautiful-skin {
    width: 640px;
    padding-top: 85px;
  }
  .beautiful-skin_title {
    width: 406px;
  }
  .beautiful-skin_title + * {
    margin-top: 128px;
  }
  .beautiful-skin_lists {
    min-height: 392px;
  }
  .beautiful-skin_lists-item {
    font-size: 30px;
    padding-left: 52px;
  }
  .beautiful-skin_lists-item::before {
    width: 32px;
  }
  .beautiful-skin_noteWrap {
    padding: 0 34px;
  }
  * + .beautiful-skin_noteWrap {
    margin-top: 170px;
  }
  .beautiful-skin_note {
    font-size: 17px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .beautiful-skin {
    width: 100vw;
    padding-top: 13.3333333333vw;
  }
  .beautiful-skin_title {
    width: 63.4666666667vw;
  }
  .beautiful-skin_title + * {
    margin-top: 20vw;
  }
  .beautiful-skin_lists {
    min-height: 61.3333333333vw;
  }
  .beautiful-skin_lists-item {
    font-size: 4.8vw;
    padding-left: 8.2666666667vw;
  }
  .beautiful-skin_lists-item::before {
    width: 5.0666666667vw;
  }
  .beautiful-skin_noteWrap {
    padding: 0 5.3333333333vw;
  }
  * + .beautiful-skin_noteWrap {
    margin-top: 26.6666666667vw;
  }
  .beautiful-skin_note {
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
  cta top
   ========================================================================== */
.cta_top {
  background-image: url("../img/cta_top_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 750/636;
  color: #333;
  position: relative;
  overflow: hidden;
}
.cta_top .cta_top_inner {
  background-color: #fff;
  aspect-ratio: 670/556;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
}
.cta_top .cta_top_inner .cta_top_product {
  position: absolute;
  left: 12%;
  top: 10%;
  width: 13.7%;
}
.cta_top .cta_top_inner .cta_top_btn {
  position: absolute;
  left: 7%;
  bottom: 11.5%;
  width: 86%;
}
.cta_top .cta_top_inner .cta_text {
  position: absolute;
  left: 34%;
  top: 8%;
  width: 66%;
  font-weight: bold;
  line-height: 1.6;
}
.cta_top .cta_top_inner .cta_text .month {
  font-size: 1.745rem;
  color: #001388;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .month {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .month {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .month .one {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .month .one {
    font-size: 6.4vw;
  }
}
.cta_top .cta_top_inner .cta_text .month .copy {
  text-indent: -0.5em;
  display: inline-block;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .month .copy {
    font-size: 29px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .month .copy {
    font-size: 4.5333333333vw;
  }
}
.cta_top .cta_top_inner .cta_text .product_name {
  display: block;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .product_name {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .product_name {
    font-size: 3.7333333333vw;
  }
}
.cta_top .cta_top_inner .cta_text .price {
  display: block;
  font-weight: 500;
  line-height: 1.35;
  line-height: 1.1;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .price {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .price {
    font-size: 5.3333333333vw;
  }
}
.cta_top .cta_top_inner .cta_text .price + * {
  margin-top: 0.3em;
}
.cta_top .cta_top_inner .cta_text .price-txt {
  line-height: 1.4666666667;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .price-txt {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .price-txt {
    font-size: 4vw;
  }
}
.cta_top .cta_top_inner .cta_text .price-sup {
  line-height: 1.3;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .price-sup {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .price-sup {
    font-size: 3.2vw;
  }
}
.cta_top .cta_top_inner .cta_text .cta_no_subsc {
  font-weight: normal;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_text .cta_no_subsc {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_text .cta_no_subsc {
    font-size: 2.6666666667vw;
  }
}
.cta_top .cta_top_inner .cta_note {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
  font-size: 1.496rem;
  text-align: center;
}
@media (min-width: 641px) {
  .cta_top .cta_top_inner .cta_note {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cta_top .cta_top_inner .cta_note {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
  texture
   ========================================================================== */
.kol-texture {
  position: relative;
  background-color: #eff4fa;
  overflow: hidden;
}
.kol-texture * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.kol-texture_title {
  position: relative;
  display: block;
  aspect-ratio: 602/207;
  z-index: 3;
}

.kol-texture_first {
  position: relative;
  width: 100%;
}

.kol-texture_first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 750/672;
  background-image: url(../img/product-texture/texture_deco.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: 2;
}

.kol-texture * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.texture_title_img-elm {
  display: block;
}

.texture_title_img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.kol-texture_second {
  position: relative;
  overflow: hidden;
}

.kol-texture_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.kol-texture_movie video {
  width: 100%;
}

.kol-texture_txt {
  color: #1b224e;
  font-weight: 500;
  line-height: 1.8666666667;
  position: relative;
  z-index: 2;
}
.kol-texture_txt:not(:first-of-type) {
  margin-top: 1.867em;
}

.kol-texture_icon-box {
  background-color: #fff;
  flex-wrap: wrap;
  padding: 4% 0 4% 6%;
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 3px 15px 0px rgba(0, 7, 62, 0.35);
}
.kol-texture_second > .kol-texture_icon-box {
  position: absolute;
  right: 0;
}

.kol-texture_icon-desc {
  display: flex;
  flex-wrap: wrap;
}

.kol-texture_icon-inner {
  display: flex;
  align-items: center;
}

.kol-texture_icon-elm {
  aspect-ratio: 86/86;
}

.kol-texture_icon-img-elm {
  display: block;
}

.kol-texture_icon-img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.kol-texture_icon-dtl {
  font-weight: 500;
  color: #001388;
  font-feature-settings: "palt";
  line-height: 1.3076923077;
}

.kol-texture_icon-dtl-sup {
  font-size: 60%;
  vertical-align: top;
}

.kol-texture_icon-note-wrap {
  margin-right: auto;
  margin-left: auto;
}

.kol-texture_icon-note {
  display: inline;
  color: #333;
  line-height: 1.2;
}
.kol-texture_icon-note:not(:first-of-type) {
  padding-left: 0.5em;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .kol-texture {
    padding-bottom: 102px;
  }
  .kol-texture_first {
    padding: 115px 38px 0;
  }
  .kol-texture_title {
    width: 512px;
  }
  .kol-texture_movie-wrap {
    width: 209px;
    padding-top: 63px;
  }
  .kol-texture_txt-wrap {
    width: 378px;
    padding-top: 132px;
  }
  .kol-texture_txt {
    font-size: 25px;
  }
  .kol-texture_icon-box {
    width: 603px;
    padding-top: 51px;
    padding-bottom: 42px;
    padding-left: 25px;
  }
  .kol-texture_second > .kol-texture_icon-box {
    top: 473px;
  }
  .kol-texture_icon-inner {
    width: 271px;
  }
  .kol-texture_icon-inner:nth-of-type(n+3) {
    margin-top: 25px;
  }
  .kol-texture_icon-elm {
    width: 81px;
  }
  .kol-texture_icon-dtl {
    width: 189px;
    font-size: 22px;
    padding-left: 17px;
  }
  .kol-texture_icon-note-wrap {
    width: 571px;
  }
  * + .kol-texture_icon-note-wrap {
    margin-top: 51px;
  }
  .kol-texture_icon-box + .kol-texture_icon-note-wrap {
    margin-top: 285px;
  }
  .kol-texture_icon-note {
    font-size: 17px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .kol-texture {
    padding-bottom: 16vw;
  }
  .kol-texture_first {
    padding: 18vw 6vw 0;
  }
  .kol-texture_title {
    width: 80vw;
  }
  .kol-texture_movie-wrap {
    width: 32.6666666667vw;
    padding-top: 9.8666666667vw;
  }
  .kol-texture_txt-wrap {
    width: 59.2vw;
    padding-top: 20.6666666667vw;
  }
  .kol-texture_txt {
    font-size: 4vw;
  }
  .kol-texture_icon-box {
    width: 94.2666666667vw;
    padding-top: 8vw;
    padding-bottom: 6.6666666667vw;
    padding-left: 4vw;
  }
  .kol-texture_second > .kol-texture_icon-box {
    top: 74vw;
  }
  .kol-texture_icon-inner {
    width: 42.4vw;
  }
  .kol-texture_icon-inner:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .kol-texture_icon-elm {
    width: 12.8vw;
  }
  .kol-texture_icon-dtl {
    width: 29.6vw;
    font-size: 3.4666666667vw;
    padding-left: 2.6666666667vw;
  }
  .kol-texture_icon-note-wrap {
    width: 89.3333333333vw;
  }
  * + .kol-texture_icon-note-wrap {
    margin-top: 8vw;
  }
  .kol-texture_icon-box + .kol-texture_icon-note-wrap {
    margin-top: 44.6666666667vw;
  }
  .kol-texture_icon-note {
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
  plus_one
   ========================================================================== */
.plus_one {
  padding: 16.9% 0;
  text-align: center;
}
.plus_one h2 {
  width: 57.333%;
  margin: 0 auto 8%;
}
.plus_one .plus_one_desc {
  line-height: 2;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc + * {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc + * {
    margin-top: 4.8vw;
  }
}
.plus_one .js-anim {
  background: linear-gradient(transparent 70%, #bbcae8 30%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.plus_one .js-anim + .js-anim {
  transition-delay: 1s;
}
.plus_one .js-anim.is-open {
  background-size: 100% 100%;
}
.plus_one .plus_one_step {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6%;
  position: relative;
}
.plus_one .plus_one_step::after {
  content: "";
  position: absolute;
  top: 31%;
  left: 18.75%;
  right: 0;
  width: 53%;
  aspect-ratio: 428/20;
  background-image: url("../img/step_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.plus_one .plus_one_step li {
  padding: 0 3.2%;
  line-height: 1.3;
}
.plus_one .plus_one_step li p {
  line-height: 1.2727272727;
}
@media (min-width: 641px) {
  .plus_one .plus_one_step li p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_step li p {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 641px) {
  * + .plus_one .plus_one_step li p {
    margin-top: 29px;
  }
}
@media (max-width: 640px) {
  * + .plus_one .plus_one_step li p {
    margin-top: 4.5333333333vw;
  }
}
.plus_one .plus_one_step li p span {
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 641px) {
  .plus_one .plus_one_step li p span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_step li p span {
    font-size: 3.2vw;
  }
}
.plus_one .plus_one_step li:nth-of-type(1) {
  width: 7.866%;
}
.plus_one .plus_one_step li:nth-of-type(2) {
  width: 20.933%;
}
.plus_one .plus_one_step li:nth-of-type(2) p {
  margin-top: 0;
}
@media (min-width: 641px) {
  .plus_one .plus_one_step li:nth-of-type(2) p {
    padding-top: 5px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_step li:nth-of-type(2) p {
    padding-top: 0.8vw;
  }
}
.plus_one .plus_one_step li:nth-of-type(3) {
  width: 5.866%;
}
.plus_one .plus_one_step li:nth-of-type(3) p {
  margin-left: -50px;
  margin-right: -50px;
}
.plus_one .plus_one_step li:nth-of-type(4) {
  width: 5.733%;
}
.plus_one .plus_one_step li:nth-of-type(4) p {
  margin-left: -50px;
  margin-right: -50px;
}
.plus_one .plus_one_step li:nth-of-type(5) {
  width: 18.8%;
}
.plus_one .plus_one_desc_box {
  background-color: #6a88b1;
  border-radius: 30px;
  color: #fff;
  padding: 7.153% 4.368%;
  position: relative;
  z-index: 2;
}
.plus_one .plus_one_desc_box .copy01 {
  line-height: 1.65625;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_box .copy01 {
    font-size: 27px;
    margin-bottom: 17px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .copy01 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.plus_one .plus_one_desc_box .copy02 {
  line-height: 1.5454545455;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_box .copy02 {
    font-size: 37px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .copy02 {
    font-size: 5.8666666667vw;
  }
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_box .copy02 + * {
    margin-top: 13px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .copy02 + * {
    margin-top: 2.1333333333vw;
  }
}
.plus_one .plus_one_desc_box .copy02 span {
  line-height: 1.53125;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_box .copy02 span {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .copy02 span {
    font-size: 4.2666666667vw;
  }
}
.plus_one .plus_one_desc_box .note {
  color: #bbcae8;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_box .note {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .note {
    font-size: 2.6666666667vw;
  }
}
.plus_one .plus_one_desc_copy {
  width: 53.333%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {
  .plus_one .plus_one_desc_copy {
    width: 341px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_copy {
    width: 53.3333333333vw;
  }
}
.plus_one .plus_one_down {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 32%;
}
.plus_one .plus_one_down span {
  display: block;
  width: 2px;
  height: 2.5em;
  background-color: #b9c7da;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: upDown 3s infinite;
}

.plus_one_content-title {
  display: block;
  align-self: 610/40;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {
  .plus_one_content-title {
    width: 520px;
  }
}
@media (max-width: 640px) {
  .plus_one_content-title {
    width: 81.3333333333vw;
  }
}
@media (min-width: 641px) {
  .plus_one_content-title + * {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .plus_one_content-title + * {
    margin-top: 4vw;
  }
}

.plus_one_content-title-img-elm {
  display: block;
}

.plus_one_content-title-img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

@media only screen and (max-width: 530px) {
  .plus_one .plus_one_down {
    padding-top: 36%;
  }
}
/*----------------------------------------------------------------------------
  key frame animation
   ---------------------------------------------------------------------------- */
@keyframes upDown {
  0%, 100% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 100px;
    opacity: 100%;
  }
}
/* ==========================================================================
  skin-peel
   ========================================================================== */
.skin-peel {
  position: relative;
  aspect-ratio: 750/986;
  background-image: url("../img/skin-peel/skin-peel_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.skin-peel_title {
  aspect-ratio: 591/125;
}

.skin-peel_title_img-elm {
  display: block;
}

.skin-peel_title_img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.skin-peel_txt {
  color: #001388;
  line-height: 1.84375;
  text-align: left;
}

.skin-peel_txt-sup {
  font-size: 60%;
  vertical-align: top;
}

.skin-peel_note {
  display: block;
  color: #001388;
  line-height: 1.5;
  text-align: left;
}

.skin-peel_20th_btn {
  margin: 2% auto 0;
  width: 86.6%;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .skin-peel_wrapper {
    padding: 110px 34px 0;
  }
  .skin-peel_title {
    width: 504px;
  }
  .skin-peel_title + * {
    margin-top: 37px;
  }
  .skin-peel_txt {
    font-size: 27px;
  }
  * + .skin-peel_noteWrap {
    margin-top: 30px;
  }
  .skin-peel_note {
    font-size: 17px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .skin-peel_wrapper {
    padding: 17.3333333333vw 5.3333333333vw 0;
  }
  .skin-peel_title {
    width: 78.8vw;
  }
  .skin-peel_title + * {
    margin-top: 5.8666666667vw;
  }
  .skin-peel_txt {
    font-size: 4.2666666667vw;
  }
  * + .skin-peel_noteWrap {
    margin-top: 4.8vw;
  }
  .skin-peel_note {
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
  metabolism
   ========================================================================== */
.metabolism {
  padding: 15% 0;
}
.metabolism .js-anim {
  transition: all ease-in 0.6s;
  transform: translateY(60px);
  opacity: 0;
}
.metabolism .js-anim.is-open {
  opacity: 1;
  transform: translateY(0);
}
.metabolism .metabolism_desc {
  line-height: 1.84375;
}
@media (min-width: 641px) {
  .metabolism .metabolism_desc {
    font-size: 27px;
    padding-left: 34px;
  }
}
@media (max-width: 640px) {
  .metabolism .metabolism_desc {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
@media (min-width: 641px) {
  .metabolism .metabolism_desc + * {
    margin-top: 51px;
  }
}
@media (max-width: 640px) {
  .metabolism .metabolism_desc + * {
    margin-top: 8vw;
  }
}
.metabolism .metabolism_img_woman {
  margin-left: 10%;
  width: 90%;
  position: relative;
  z-index: 2;
}

.metabolism-intro {
  position: relative;
  z-index: 2;
}
@media (min-width: 641px) {
  .metabolism-intro + * {
    margin-top: 39px;
  }
}
@media (max-width: 640px) {
  .metabolism-intro + * {
    margin-top: 6.1333333333vw;
  }
}

.metabolism_title {
  display: block;
}
@media (min-width: 641px) {
  .metabolism_title {
    padding-left: 34px;
  }
}
@media (max-width: 640px) {
  .metabolism_title {
    padding-left: 5.3333333333vw;
  }
}
@media (min-width: 641px) {
  .metabolism_title + * {
    margin-top: 42px;
  }
}
@media (max-width: 640px) {
  .metabolism_title + * {
    margin-top: 6.6666666667vw;
  }
}

.metabolism_title-img-elm {
  display: block;
  aspect-ratio: 1306/95;
}
@media (min-width: 641px) {
  .metabolism_title-img-elm {
    width: 557px;
  }
}
@media (max-width: 640px) {
  .metabolism_title-img-elm {
    width: 87.0666666667vw;
  }
}

.metabolism_title-img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

/* ==========================================================================
  skin_care_brand_takami
   ========================================================================== */
.skin_care_brand_takami {
  padding: 68.133% 0 1%;
  background-color: #dcf0ff;
  background-image: url(../img/skin_care_brand_takami_bg_new.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  position: relative;
}
.skin_care_brand_takami::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 750/501;
  background-image: url("../img/skin_care_brand_takami_deco.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: 1;
}
.skin_care_brand_takami .inner_contents {
  position: relative;
  z-index: 2;
}
.skin_care_brand_takami h2 {
  width: 89.402%;
  margin: 0 0 9.333%;
}
.skin_care_brand_takami .skin_care_brand_takami_desc-wrap {
  position: relative;
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc-wrap + * {
    margin-top: 42px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc-wrap + * {
    margin-top: 6.6666666667vw;
  }
}
.skin_care_brand_takami .skin_care_brand_takami_desc {
  line-height: 2;
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc {
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc + * {
    margin-top: 42px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_desc + * {
    margin-top: 6.6666666667vw;
  }
}
.skin_care_brand_takami .skin_care_brand_takami_ac {
  position: relative;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn, .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 14.179%;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn span:nth-of-type(1), .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(1) {
  width: 65%;
  height: 1px;
  background-color: #6a88b1;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn span:nth-of-type(2), .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(2) {
  font-size: 1.371rem;
  font-weight: bold;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn span:nth-of-type(3), .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(3) {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #001388;
  position: relative;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn span:nth-of-type(3)::before, .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn span:nth-of-type(3)::after, .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1em;
  background-color: #fff;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .open_btn.active, .skin_care_brand_takami .skin_care_brand_takami_ac .close_btn.active {
  position: absolute;
  bottom: -71%;
  left: 0;
  width: 100%;
  margin-bottom: 15.522%;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .close_btn span:nth-of-type(3)::after {
  content: none;
  width: 0;
  opacity: 0;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_inner {
  display: none;
}
.skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p {
  letter-spacing: -0.9px;
  padding-bottom: 1em;
  line-height: 2;
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p {
    font-size: 3.4666666667vw;
  }
}
.skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p span {
  display: block;
  margin-top: 2%;
  margin-bottom: 7.462%;
  line-height: 2.3636363636;
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_ac .skin_care_brand_takami_ac_content p span {
    font-size: 2.9333333333vw;
  }
}
.skin_care_brand_takami .skin_care_brand_takami_ac .close_btn {
  display: none;
}
.skin_care_brand_takami .skin_care_brand_takami_ac.ac_02 .skin_care_brand_takami_ac_inner .skin_care_brand_takami_ac_content p {
  margin-bottom: 5.97%;
}
.skin_care_brand_takami .logo_wrap {
  position: relative;
}
.skin_care_brand_takami .logo_wrap .logo_img {
  position: absolute;
  right: 13%;
  top: -4%;
  width: 22%;
}
.skin_care_brand_takami .logo_wrap .logo_img img {
  width: 100%;
}
.skin_care_brand_takami .logo_wrap h2 {
  width: 80.093%;
  margin: 0 0 9.333%;
}

.skin_care_brand_takami-logo {
  aspect-ratio: 111/113;
}
@media (min-width: 641px) {
  .skin_care_brand_takami-logo {
    width: 123px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami-logo {
    width: 19.3333333333vw;
  }
}
.skin_care_brand_takami_desc-wrap > .skin_care_brand_takami-logo {
  position: absolute;
  right: 0;
}
@media (min-width: 641px) {
  .skin_care_brand_takami_desc-wrap > .skin_care_brand_takami-logo {
    top: -26px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami_desc-wrap > .skin_care_brand_takami-logo {
    top: -4vw;
  }
}

.skin_care_brand_takami-logo-img-elm {
  display: block;
}

.skin_care_brand_takami-logo-img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

/* ==========================================================================
  users_voices
   ========================================================================== */
.users_voices {
  padding: 16.533% 0 52%;
  background-image: url(../img/users_voices_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 bottom;
  position: relative;
}
.users_voices h2 {
  width: 49.333%;
  margin: 0 auto 11.333%;
}
.users_voices .inner_contents {
  position: relative;
}
.users_voices .inner_contents .users_voices_comma {
  position: absolute;
  top: -1em;
  left: 3%;
  width: 15.6%;
  aspect-ratio: 117/85;
  z-index: 2;
}
.users_voices .users_voices_slider .users_voices_slider_inner {
  padding: 8% 5.866%;
  background-color: #fff;
  border-radius: 10%;
  box-shadow: 0px 3px 15px 0px rgba(0, 7, 62, 0.2);
  aspect-ratio: 568/728;
  color: #333;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15% 10%;
  margin: 5% 10px;
}
.users_voices .users_voices_slider .ttl {
  display: flex;
  justify-content: center;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .ttl {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .ttl {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .ttl + * {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .ttl + * {
    margin-top: 3.2vw;
  }
}
.users_voices .users_voices_slider .desc {
  line-height: 1.5714285714;
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .desc {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .desc {
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .desc + * {
    margin-top: 13px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .desc + * {
    margin-top: 2.1333333333vw;
  }
}
.users_voices .users_voices_slider .star {
  color: #6a88b1;
  border-bottom: 1px solid #bbcae8;
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .star {
    font-size: 23px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .star {
    font-size: 3.7333333333vw;
    padding-bottom: 4.8vw;
  }
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .star + * {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .star + * {
    margin-top: 4.8vw;
  }
}
.users_voices .users_voices_slider .star span {
  display: inline-block;
  padding-left: 0.5em;
}
.users_voices .users_voices_slider .name {
  line-height: 1.7916666667;
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .name {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .name {
    font-size: 3.2vw;
  }
}
.users_voices .users_voices_slider .skin_type {
  line-height: 1.7916666667;
}
@media (min-width: 641px) {
  .users_voices .users_voices_slider .skin_type {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .users_voices .users_voices_slider .skin_type {
    font-size: 3.2vw;
  }
}
.users_voices .slick-list {
  height: 100% !important;
}
.users_voices .slick-prev {
  position: relative;
}
.users_voices .slick-prev {
  content: "";
  display: block;
  background-image: url(../img/icon_slick-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 106/106;
  color: #333;
  position: absolute;
  top: 50%;
  left: 6%;
  width: 15%;
  height: auto;
}
.users_voices .slick-next {
  background-image: url(../img/icon_slick-next.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 106/106;
  color: #333;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 15%;
  height: auto;
}
.users_voices .slick-dots {
  bottom: -8%;
}
.users_voices .slick-dots li {
  background-color: transparent;
  border: #bbcae8 1px solid;
  width: 12px;
  height: 12px;
  margin: 0 1.5%;
}
.users_voices .slick-dots li.slick-active {
  background-color: #bbcae8;
}
@media (max-width: 640px) {
  .users_voices .slick-dots li {
    width: 7px;
    height: 7px;
  }
}

/* ==========================================================================
  cta bottom
   ========================================================================== */
.cta_bottom {
  background-color: #0a1c62;
  position: relative;
}
.cta_bottom .cta_bottom_bg {
  background-image: url(../img/cta_bottom_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 10.133% 0 4.4%;
  color: #333;
}
.cta_bottom h2 {
  width: 75.333%;
  margin: 0 auto;
}
.cta_bottom .cta_bottom_note {
  color: #bbcae8;
  line-height: 1.4;
  margin-top: 54%;
  margin-bottom: 4%;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_note {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_note {
    font-size: 2.6666666667vw;
  }
}
.cta_bottom .cta_bottom_note a {
  color: #bbcae8;
}
.cta_bottom .cta_bottom_inner {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 9.253% 0 7.61%;
  margin-bottom: 3.6%;
}
.cta_bottom .cta_bottom_inner h2 {
  width: 74.84%;
  margin: 0 auto 5%;
}
.cta_bottom .cta_bottom_inner .product_img {
  aspect-ratio: 120/424;
  width: 17.9%;
  margin: 0 auto;
}
.cta_bottom .cta_bottom_inner .cta_text {
  margin-top: -5%;
  padding: 10% 0 4.5%;
  margin: 0 5.333%;
  border-top: 1px solid #bbcae8;
  border-bottom: 1px solid #bbcae8;
}
.cta_bottom .cta_bottom_inner .price_note {
  font-weight: bold;
  color: #001388;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .price_note {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .price_note {
    font-size: 6.6666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_top_btn,
.cta_bottom .cta_bottom_inner .cta_bottom_btn {
  width: 87.91%;
  margin: 0 auto;
}
.cta_bottom .cta_bottom_inner .price {
  font-weight: bold;
  color: #333;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .price {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .price {
    font-size: 5.0666666667vw;
  }
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .price .df_02 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .price .df_02 {
    font-size: 3.4666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .tax {
  color: #333;
  display: inline-block;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .tax {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .tax {
    font-size: 3.4666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_text {
  border: none;
  padding: 8.9% 0 0;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_note {
  margin-bottom: 0.5rem;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price {
  display: inline-block;
  letter-spacing: 0.9px;
  margin-bottom: 1rem;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price .df_01 {
  position: relative;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price .df_01::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 2px;
  right: 0;
  top: 50%;
  background-color: #333;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off {
    margin-top: 4px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off {
    margin-top: 0.6666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off span {
  display: inline-block;
  color: #cf254d;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span {
  line-height: 1;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_01 {
  border-top: 2px solid #cf254d;
  border-bottom: 2px solid #cf254d;
  font-weight: bold;
  padding: 0.8rem 0;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_01 {
    font-size: 29px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_01 {
    font-size: 4.5333333333vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_02 {
  font-weight: bold;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_02 {
    font-size: 47px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .price_off .df span.df_02 {
    font-size: 7.4666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_note {
  margin-top: -0.5em;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_note {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_note {
    font-size: 2.6666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_text_02 {
  padding: 4.47% 0 0;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .habit {
  font-weight: bold;
  color: #001388;
  margin-bottom: 7.6%;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .habit {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .habit {
    font-size: 5.0666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge {
  margin-bottom: 4%;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge span {
  line-height: 1;
  color: #fff;
  padding: 0.2rem 0.5rem 0.4rem;
  border-radius: 6px;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge span {
    font-size: 3.4666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge span:nth-child(1) {
  background-color: #001388;
  margin-right: 0.5rem;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_badge span:nth-child(2) {
  background-color: #cf254d;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .cta_bottom_btn02 {
  margin-bottom: 4.47%;
}
.cta_bottom .subscription {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 9.253% 0 3%;
}
.cta_bottom .subscription h2 {
  width: 57.61%;
  margin: 0 auto 3.731%;
}
.cta_bottom .subscription .subscription_desc_point {
  width: 80%;
  margin: 0 auto;
}
.cta_bottom .subscription .cta_text {
  margin-top: -6%;
}
.cta_bottom .subscription .product_name {
  font-weight: bold;
  font-size: 1.745rem;
}
.cta_bottom .subscription .df {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_bottom .subscription .df .special {
  color: #001388;
  font-size: 1.87rem;
  border-top: 1px solid #001388;
  border-bottom: 1px solid #001388;
  margin-right: 1em;
}
.cta_bottom .subscription .df .cta_bottom_btn {
  width: 90.62%;
  margin: 0 auto;
}

/* ==========================================================================
  line
   ========================================================================== */
.line {
  background-image: url(../img/line_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 13.333% 0 7%;
  text-align: center;
}
.line h2 {
  width: 41.466%;
  margin: 0 auto 6.1333%;
}
@media (min-width: 641px) {
  .line .line_desc {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .line .line_desc {
    font-size: 3.4666666667vw;
  }
}

/* ==========================================================================
  q_and_a
   ========================================================================== */
.q_and_a {
  padding: 14.933% 0 8%;
}
.q_and_a h2 {
  text-align: center;
  color: #001388;
  margin-bottom: 6%;
}
@media (min-width: 641px) {
  .q_and_a h2 {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .q_and_a h2 {
    font-size: 6.6666666667vw;
  }
}
.q_and_a h2 span {
  display: block;
  color: #1b224e;
}
@media (min-width: 641px) {
  .q_and_a h2 span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .q_and_a h2 span {
    font-size: 3.4666666667vw;
  }
}
.q_and_a .q_and_a_ac {
  background-color: #fff;
  border-radius: 20px;
  padding: 1em 0;
  box-shadow: 0px 3px 15px 0px rgba(0, 7, 62, 0.35);
  margin-bottom: 1em;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl {
  color: #001388;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 2em;
  padding-right: 3em;
  position: relative;
}
@media (min-width: 641px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_ttl {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_ttl {
    font-size: 3.4666666667vw;
  }
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl::before {
  content: "Q. ";
}
@media (min-width: 641px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_ttl::before {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_ttl::before {
    font-size: 4vw;
  }
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl:hover {
  cursor: pointer;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl .box {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background-color: #001388;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  z-index: 1;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl .box .inner_01 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 1px;
  height: 1em;
  background-color: #fff;
  transform-origin: center;
  transition-duration: 0.2s;
  z-index: 2;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl .box .inner_02 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 1em;
  height: 1px;
  background-color: #fff;
  transform-origin: center;
  transition-duration: 0.2s;
  z-index: 2;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl.active .box .inner_01 {
  opacity: 0;
}
.q_and_a .q_and_a_ac .q_and_a_ac_ttl.active .box .inner_02 {
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center;
}
.q_and_a .q_and_a_ac .q_and_a_ac_content {
  padding: 5% 5% 0;
}
.q_and_a .q_and_a_ac .q_and_a_ac_content .desc {
  margin-bottom: 0.5em;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 641px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .desc {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .desc {
    font-size: 3.4666666667vw;
  }
}
.q_and_a .q_and_a_ac .q_and_a_ac_content .desc::before {
  content: "A.  ";
  color: #6a88b1;
  font-family: "Noto Sans JP", "リュウミン L-KL", "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (min-width: 641px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .desc::before {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .desc::before {
    font-size: 4vw;
  }
}
.q_and_a .q_and_a_ac .q_and_a_ac_content .note {
  display: block;
  padding-left: 1em;
}
@media (min-width: 641px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .note {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .note {
    font-size: 2.6666666667vw;
  }
}
.q_and_a .q_and_a_ac .q_and_a_ac_content .youtube {
  width: 90%;
  margin: 5% auto 0;
}
.q_and_a .q_and_a_ac .q_and_a_ac_content .youtube iframe {
  width: 100%;
  height: 263px;
}
@media (max-width: 650px) {
  .q_and_a .q_and_a_ac .q_and_a_ac_content .youtube iframe {
    height: 42vw;
  }
}

/* ==========================================================================
  skinpeel_bottom
   ========================================================================== */
.skinpeel_bottom {
  background-image: url(../img/skinpeel_bottom_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding: 13.333% 0 15.333%;
  text-align: center;
}
.skinpeel_bottom h2 {
  width: 59.733%;
  margin: 0 auto;
}
.skinpeel_bottom .skinpeel_bottom_desc02 {
  width: 84.533%;
  margin: 77% auto 0;
}

/* ==========================================================================
  foooter
   ========================================================================== */
footer .logo {
  padding: 16% 0 12%;
  width: 25.066%;
  margin: 0 auto;
}
footer .nav {
  background-color: #f8f8f8;
  margin-bottom: 5.866%;
  padding: 2% 5.333% 0;
}
footer .nav li {
  border-bottom: 1px solid #e4e4e4;
}
footer .nav li a {
  padding: 1em 0 1em 0.5em;
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
}
footer .nav li a:hover {
  text-decoration: underline;
}
footer .nav li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .copy {
  font-size: 1.247rem;
  text-align: center;
  padding-bottom: 8%;
}
