@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 Serif JP", serif, "リュウミン L-KL", "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho";
  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 {
    position: relative;
    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;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
/* ==========================================================================
  mv
   ========================================================================== */
.mv_bg {
  position: relative;
  aspect-ratio: 750/1133;
}
.mv_bg .mv_logo {
  position: absolute;
  top: 6%;
  left: 5.2%;
  width: 26.6%;
}
.mv_bg h1 {
  position: absolute;
  bottom: 6%;
  left: 5.2%;
  width: 89.6%;
}

.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 query:SP
   ---------------------------------------------------------------------------- */
/* ==========================================================================
  beautiful skin
   ========================================================================== */
.beautiful-skin {
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 4%;
  position: relative;
  background-color: #f7fafe;
  background-image: url(../img/beautiful-skin/beautiful-skin_bottom_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.beautiful-skin * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.beautiful-skin_title {
  position: absolute;
  top: 10%;
  right: 2.666%;
  width: 47.86%;
  aspect-ratio: 717/295;
}

.beautiful-skin_desc {
  width: 89.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  aspect-ratio: 1340/128;
}
.beautiful-skin_desc .beautiful-skin_title-img-elm {
  aspect-ratio: 1165/83;
  width: 86.9%;
}

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

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

.beautiful-skin_woman {
  width: 64%;
}

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

.beautiful-skin_lists-item {
  font-weight: 600;
  position: relative;
  color: #1b224e;
  line-height: 1.25;
}
.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;
}

.beautiful-skin_lists-item {
  left: 5%;
}
.beautiful-skin_lists-item::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 21%;
  display: block;
  width: 100%;
  aspect-ratio: 367/26;
  background-size: contain;
  background-repeat: no-repeat;
}
.beautiful-skin_lists-item:nth-child(1) {
  position: absolute;
  top: 0%;
}
.beautiful-skin_lists-item:nth-child(1)::after {
  background-image: url("../img/beautiful-skin/bar_01.png");
}
.beautiful-skin_lists-item:nth-child(2) {
  position: absolute;
  top: 23.25%;
}
.beautiful-skin_lists-item:nth-child(2)::after {
  background-image: url("../img/beautiful-skin/bar_02.png");
}
.beautiful-skin_lists-item:nth-child(3) {
  position: absolute;
  top: 46.5%;
}
.beautiful-skin_lists-item:nth-child(3)::after {
  background-image: url("../img/beautiful-skin/bar_03.png");
}
.beautiful-skin_lists-item:nth-child(4) {
  position: absolute;
  top: 69.75%;
}
.beautiful-skin_lists-item:nth-child(4)::after {
  background-image: url("../img/beautiful-skin/bar_04.png");
}
.beautiful-skin_lists-item:nth-child(5) {
  position: absolute;
  top: 93%;
}
.beautiful-skin_lists-item:nth-child(5)::after {
  background-image: url("../img/beautiful-skin/bar_05.png");
}
.beautiful-skin_lists-item sup {
  font-size: 60%;
  vertical-align: top;
}

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

.beautiful-skin_note {
  display: block;
  color: #1b224e;
  line-height: 1.6;
}
.beautiful-skin_note a {
  color: #1b224e;
  text-decoration: underline;
}
.beautiful-skin_note .beautiful-skin_ac_wrap {
  position: relative;
}

/*----------------------------------------------------------------------------
  アコーディオン
   ---------------------------------------------------------------------------- */
.beautiful-skin_ac {
  /* ボタン */
}
.beautiful-skin_ac .accordion-btn {
  margin: 0 5.333% 10%;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 89.3%;
}
.beautiful-skin_ac .kol_01 {
  width: 65%;
  height: 1px;
  background-color: #6a88b1;
}
.beautiful-skin_ac .kol_02 {
  font-size: 1.371rem;
  font-weight: bold;
}
.beautiful-skin_ac .kol_03 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #001388;
  position: relative;
}
.beautiful-skin_ac .kol_03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.beautiful-skin_ac .kol_03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1rem;
  background-color: #fff;
}
.beautiful-skin_ac .js-accordion-text {
  /* height: 80px; */
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
  display: inline-block; /* マスクを適用するために必要 */
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-clip: text; /* マスクをテキストに適用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  color: #000;
}
.beautiful-skin_ac .js-accordion-text.is-hide {
  height: 80px; /* 初期表示の高さ */
}
.beautiful-skin_ac .js-accordion-text.is-open {
  height: auto; /* 完全表示 */
  -webkit-mask-image: none;
}
.beautiful-skin_ac .js-accordion-text::before {
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
  bottom: 0;
  height: 60px;
  position: absolute;
  width: 100%; */
  transition: opacity 0.3s ease;
}
.beautiful-skin_ac .js-accordion-text.is-open::before {
  display: none;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .beautiful-skin {
    width: 640px;
  }
  .beautiful-skin_woman {
    margin-bottom: 34px;
  }
  .beautiful-skin_desc {
    margin-bottom: 25px;
  }
  .beautiful-skin_lists {
    min-height: 375px;
  }
  .beautiful-skin_lists-item {
    font-size: 34px;
    padding-left: 53px;
    min-width: 283px;
  }
  .beautiful-skin_lists-item::before {
    width: 42px;
  }
  .beautiful-skin_noteWrap {
    padding: 76px 34px 51px;
  }
  .beautiful-skin_note {
    font-size: 17px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .beautiful-skin {
    width: 100vw;
  }
  .beautiful-skin_woman {
    margin-bottom: 5.3333333333vw;
  }
  .beautiful-skin_desc {
    margin-bottom: 4vw;
  }
  .beautiful-skin_lists {
    min-height: 58.6666666667vw;
  }
  .beautiful-skin_lists-item {
    font-size: 5.3333333333vw;
    padding-left: 8.4vw;
    min-width: 44.2666666667vw;
  }
  .beautiful-skin_lists-item::before {
    width: 6.6666666667vw;
  }
  .beautiful-skin_noteWrap {
    padding: 12vw 5.3333333333vw 8vw;
  }
  .beautiful-skin_note {
    font-size: 2.6666666667vw;
  }
}
/* ==========================================================================
  skin-peel
   ========================================================================== */
.skin-peel {
  background-image: url("../img/skin-peel/skin-peel_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-size: cover;
}

.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: #1b224e;
  line-height: 1.84375;
  text-align: left;
}

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

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

.skin_metabolism_wrap {
  background-color: rgba(255, 255, 255, 0.8);
}

.skin_metabolism_title {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.skin_metabolism_title::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
}

.skin_metabolism_desc01 {
  letter-spacing: -0.08em;
}

.skin_metabolism_desc02 {
  letter-spacing: -0.1em;
  line-height: 2;
}
.skin_metabolism_desc02 .js-anim {
  background: linear-gradient(transparent 5%, #fbff9a 10%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  line-height: 1.2;
}
.skin_metabolism_desc02 .js-anim.is-open {
  background-size: 100% 100%;
}
.skin_metabolism_desc02 .js-anim + .js-anim {
  transition-delay: 1s;
}

.skin-peel_20th_btn {
  width: 81.2%;
  margin: 1% auto 0;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .skin-peel {
    padding-bottom: 26px;
  }
  .skin-peel_top_text {
    padding: 110px 0 67px 34px;
  }
  .skin-peel_title {
    width: 504px;
  }
  .skin-peel_title + * {
    margin-top: 37px;
  }
  .skin-peel_txt {
    font-size: 27px;
  }
  * + .skin-peel_noteWrap {
    margin: 30px 0 0;
  }
  .skin-peel_note {
    font-size: 17px;
  }
  .skin_metabolism_wrap {
    border-radius: 25px;
    padding: 51px 0 52px;
    margin: 0 17px;
  }
  .skin_metabolism_title {
    margin: 0 0 42px 51px;
    font-size: 35px;
  }
  .skin_metabolism_desc01 {
    padding: 0 27px 36px 51px;
    font-size: 25px;
  }
  .skin_metabolism_desc02 {
    padding: 25px 45px 0 48px;
    font-size: 25px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .skin-peel {
    padding-bottom: 4.1333333333vw;
  }
  .skin-peel_top_text {
    padding: 17.3333333333vw 0 10.5333333333vw 5.3333333333vw;
  }
  .skin-peel_title {
    width: 78.8vw;
  }
  .skin-peel_title + * {
    margin-top: 5.8666666667vw;
  }
  .skin-peel_txt {
    font-size: 4.2666666667vw;
  }
  * + .skin-peel_noteWrap {
    margin: 4.8vw 0 0;
  }
  .skin-peel_note {
    font-size: 2.6666666667vw;
  }
  .skin_metabolism_wrap {
    border-radius: 4vw;
    padding: 8vw 0 8.2666666667vw;
    margin: 0 2.6666666667vw;
  }
  .skin_metabolism_title {
    margin: 0 0 6.6666666667vw 8vw;
    font-size: 5.6vw;
  }
  .skin_metabolism_desc01 {
    padding: 0 4.2666666667vw 5.7333333333vw 8vw;
    font-size: 4vw;
  }
  .skin_metabolism_desc02 {
    padding: 4vw 7.0666666667vw 0 7.6vw;
    font-size: 4vw;
  }
}
/* ==========================================================================
  metabolism
   ========================================================================== */
.metabolism {
  background-image: url("../img/metabolism/metabolism_bg.jpg");
  aspect-ratio: 750/893;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-size: contain;
  background-position: 0 bottom;
}
.metabolism .js-anim {
  transition: all ease-in 0.6s;
  transform: translateY(60px);
  opacity: 0;
}
.metabolism .js-anim.is-open {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 641px) {
  .metabolism {
    padding: 83px 0 87px;
  }
}
@media (max-width: 640px) {
  .metabolism {
    padding: 13.0666666667vw 0 13.6vw;
  }
}
.metabolism .metabolism_desc {
  font-weight: 500;
  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: 571/47;
}
@media (min-width: 641px) {
  .metabolism_title-img-elm {
    width: 487px;
  }
}
@media (max-width: 640px) {
  .metabolism_title-img-elm {
    width: 76.1333333333vw;
  }
}

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

.metabolism_bottom-title {
  padding-left: 5.33%;
}
@media (min-width: 641px) {
  .metabolism_bottom-title {
    width: 520px;
  }
}
@media (max-width: 640px) {
  .metabolism_bottom-title {
    width: 81.3333333333vw;
  }
}

/* ==========================================================================
  cta top
  ========================================================================== */
.cta_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #333;
  position: relative;
  overflow: hidden;
}
.cta_top.cta_top01 {
  background-image: url("../img/cta_top01_bg.jpg");
  aspect-ratio: 750/536;
}
.cta_top.cta_top01 .cta_top_inner {
  aspect-ratio: 670/456;
  top: 6%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  border-radius: 40px;
}
.cta_top.cta_top01 .cta_top_product {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 17.76%;
}
.cta_top.cta_top01 .cta_top_btn {
  width: 70%;
  left: 29%;
  position: absolute;
  bottom: 11%;
}
.cta_top.cta_top01 .product_name {
  display: block;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .product_name {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .product_name {
    font-size: 3.7333333333vw;
  }
}
.cta_top.cta_top01 .price {
  display: block;
  font-weight: 500;
  line-height: 1.35;
  line-height: 1.1;
}
.cta_top.cta_top01 .price + * {
  margin-top: 0.3em;
}
.cta_top.cta_top01 .price .price-txt {
  line-height: 1;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .price .price-txt {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .price .price-txt {
    font-size: 5.3333333333vw;
  }
}
.cta_top.cta_top01 .price .taxin_price {
  line-height: 1;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .price .taxin_price {
    font-size: 37px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .price .taxin_price {
    font-size: 6.6666666667vw;
  }
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .price .jp_en {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .price .jp_en {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .price .price-sup {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .price .price-sup {
    font-size: 2.9333333333vw;
  }
}
.cta_top.cta_top01 .cta_note.text_link {
  position: absolute;
  left: 14%;
  bottom: 7%;
  width: 100%;
  font-size: 1.496rem;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .cta_note.text_link {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .cta_note.text_link {
    font-size: 3.2vw;
  }
}
.cta_top.cta_top01 .cta_text {
  position: absolute;
  width: 66%;
  font-weight: bold;
  top: 7.5%;
  left: 36%;
  line-height: 1.6;
}
.cta_top.cta_top01 .total_sales,
.cta_top.cta_top01 .no_1 {
  color: #001388;
  display: inline-block;
}
.cta_top.cta_top01 .total_sales sup,
.cta_top.cta_top01 .no_1 sup {
  font-size: 40%;
  vertical-align: top;
  display: inline-block;
  padding-top: 4%;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .total_sales {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .total_sales {
    font-size: 3.0666666667vw;
  }
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .no_1 {
    font-size: 39px;
    margin-bottom: 8px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .no_1 {
    font-size: 6.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.cta_top.cta_top01 .cta_info-wrap {
  position: absolute;
  bottom: 6%;
  left: 5.333%;
  right: 5.333%;
}
.cta_top.cta_top01 .cta_info {
  display: inline-block;
  color: #bbcae8;
  line-height: 1.4;
}
.cta_top.cta_top01 .cta_info:not(:first-of-type) {
  padding-left: 0.5em;
}
@media (min-width: 641px) {
  .cta_top.cta_top01 .cta_info {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top01 .cta_info {
    font-size: 2.6666666667vw;
  }
}
.cta_top.cta_top01 .cta_info-txtLink {
  color: inherit;
  text-decoration: underline;
}
.cta_top.cta_top02, .cta_top.cta_top03 {
  background-image: url("../img/cta_top02_bg.jpg");
  aspect-ratio: 750/456;
}
.cta_top.cta_top02 .cta_top_inner, .cta_top.cta_top03 .cta_top_inner {
  background-color: #fff;
  aspect-ratio: 670/376;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
}
.cta_top.cta_top02 .cta_top_product, .cta_top.cta_top03 .cta_top_product {
  position: absolute;
  left: 10%;
  top: 9%;
  width: 16%;
}
.cta_top.cta_top02 .cta_top_btn, .cta_top.cta_top03 .cta_top_btn {
  position: absolute;
  left: 28%;
  bottom: 15%;
  width: 70%;
}
.cta_top.cta_top02 .cta_text, .cta_top.cta_top03 .cta_text {
  position: absolute;
  left: 32%;
  top: 11%;
  font-weight: bold;
  line-height: 1.6;
}
.cta_top.cta_top02 .cta_text .product_name, .cta_top.cta_top03 .cta_text .product_name {
  display: block;
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .product_name, .cta_top.cta_top03 .cta_text .product_name {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .product_name, .cta_top.cta_top03 .cta_text .product_name {
    font-size: 4.8vw;
  }
}
.cta_top.cta_top02 .cta_text .price, .cta_top.cta_top03 .cta_text .price {
  display: block;
  font-weight: 500;
  line-height: 1.35;
  line-height: 1.1;
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .price, .cta_top.cta_top03 .cta_text .price {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .price, .cta_top.cta_top03 .cta_text .price {
    font-size: 5.3333333333vw;
  }
}
.cta_top.cta_top02 .cta_text .price + *, .cta_top.cta_top03 .cta_text .price + * {
  margin-top: 0.3em;
}
.cta_top.cta_top02 .cta_text .price-txt, .cta_top.cta_top03 .cta_text .price-txt {
  line-height: 1;
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .price-txt, .cta_top.cta_top03 .cta_text .price-txt {
    font-size: 31px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .price-txt, .cta_top.cta_top03 .cta_text .price-txt {
    font-size: 4.9333333333vw;
  }
}
.cta_top.cta_top02 .cta_text .taxin_price, .cta_top.cta_top03 .cta_text .taxin_price {
  line-height: 1;
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .taxin_price, .cta_top.cta_top03 .cta_text .taxin_price {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .taxin_price, .cta_top.cta_top03 .cta_text .taxin_price {
    font-size: 6.6666666667vw;
  }
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .jp_en, .cta_top.cta_top03 .cta_text .jp_en {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .jp_en, .cta_top.cta_top03 .cta_text .jp_en {
    font-size: 4.8vw;
  }
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_text .price-sup, .cta_top.cta_top03 .cta_text .price-sup {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_text .price-sup, .cta_top.cta_top03 .cta_text .price-sup {
    font-size: 3.3333333333vw;
  }
}
.cta_top.cta_top02 .cta_note.text_link, .cta_top.cta_top03 .cta_note.text_link {
  position: absolute;
  left: 35%;
  bottom: 10%;
  font-size: 1.496rem;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (min-width: 641px) {
  .cta_top.cta_top02 .cta_note.text_link, .cta_top.cta_top03 .cta_note.text_link {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .cta_top.cta_top02 .cta_note.text_link, .cta_top.cta_top03 .cta_note.text_link {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
  texture
   ========================================================================== */
.concept_bg_wrap {
  background-image: url("../img/concept/concept_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-size: cover;
}

.concept .concept_title {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #515eae, #253599, #011488);
  color: #fff;
}
.concept .concept_title .title_number {
  line-height: 1;
  font-style: italic;
  display: inline-block;
  margin-left: 5%;
}
.concept .concept_title .title_desc {
  display: inline-block;
  margin-left: 5%;
}
.concept .concept_icon_inner.js-anim {
  opacity: 0;
  transform: scale(0.6) translateY(60px);
  transition: ease-in 1s;
}
.concept .concept_icon_inner.js-anim:nth-child(1) {
  transition-delay: 0.3s;
}
.concept .concept_icon_inner.js-anim:nth-child(2) {
  transition-delay: 0.6s;
}
.concept .concept_icon_inner.js-anim:nth-child(3) {
  transition-delay: 0.9s;
}
.concept .concept_icon_inner.js-anim:nth-child(4) {
  transition-delay: 1.2s;
}
.concept .concept_icon_inner.js-anim:nth-child(5) {
  transition-delay: 1.5s;
}
.concept .concept_icon_inner.js-anim:nth-child(6) {
  transition-delay: 1.8s;
}
.concept .concept_icon_inner.js-anim:nth-child(7) {
  transition-delay: 2.1s;
}
.concept .concept_icon_inner.js-anim:nth-child(8) {
  transition-delay: 2.4s;
}
.concept .concept_icon_inner.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.concept .concept_icon-dtl {
  line-height: 1.3;
}
.concept .concep_note {
  letter-spacing: -0.05em;
}

/*----------------------------------------------------------------------------
  media query:PC f.calcFitPc()
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .concept .concept_title .title_number {
    font-size: 110px;
  }
  .concept .concept_title .title_desc {
    font-size: 34px;
    line-height: 1.4;
  }
  .concept .concept_bg_wrap {
    padding: 68px 0 0 46px;
  }
  .concept .concept_icon_desc {
    margin-bottom: 46px;
  }
  .concept .concept_icon_inner {
    display: flex;
    align-items: center;
  }
  .concept .concept_icon_inner:not(:last-child) {
    margin-bottom: 12px;
  }
  .concept .concept_icon-elm {
    width: 85px;
    margin-right: 17px;
  }
  .concept .concept_icon-dtl {
    font-size: 22px;
    font-weight: 500;
    color: #001388;
  }
  .concept .concept_icon-dtl-sup {
    font-size: 60%;
    vertical-align: top;
  }
  .concept .concep_note {
    font-size: 17px;
    line-height: 1.6;
    padding: 0 34px 59px 0;
  }
}
/*----------------------------------------------------------------------------
  media query:SP f.calcSp()
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .concept .concept_title .title_number {
    font-size: 17.2vw;
  }
  .concept .concept_title .title_desc {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .concept .concept_bg_wrap {
    padding: 10.6666666667vw 0 0 7.3333333333vw;
  }
  .concept .concept_icon_desc {
    margin-bottom: 7.3333333333vw;
  }
  .concept .concept_icon_inner {
    display: flex;
    align-items: center;
  }
  .concept .concept_icon_inner:not(:last-child) {
    margin-bottom: 2vw;
  }
  .concept .concept_icon-elm {
    width: 13.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .concept .concept_icon-dtl {
    font-size: 3.4666666667vw;
    font-weight: 500;
    color: #001388;
  }
  .concept .concept_icon-dtl-sup {
    font-size: 60%;
    vertical-align: top;
  }
  .concept .concep_note {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    padding: 0 5.3333333333vw 9.3333333333vw 0;
  }
}
/* ==========================================================================
  texture
   ========================================================================== */
.kol-texture {
  position: relative;
  background-color: #eff4fa;
  font-weight: 600;
  overflow: hidden;
}
.kol-texture * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.kol-texture .concept_title {
  position: relative;
}
.kol-texture .texture_decoration_img {
  position: absolute;
  right: 0;
  top: 81%;
  width: 71.8%;
}

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

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

.kol-texture_img {
  position: relative;
  z-index: 1;
}

.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 {
  aspect-ratio: 246/642;
}
.kol-texture_movie video {
  width: 100%;
  vertical-align: bottom;
}

.kol-texture_txt {
  color: #1b224e;
  line-height: 1.8666666667d;
}
.kol-texture_txt:not(:first-of-type) {
  margin-top: 1.867em;
}

.kol-texture_note {
  color: #1b224e;
  line-height: 2;
}

.kol-texture_note-phrase.js-anim {
  background: linear-gradient(transparent 55%, #fbe560 50%);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  line-height: 1.2;
}
.kol-texture_note-phrase.js-anim.is-open {
  background-size: 100% 100%;
}
.kol-texture_note-phrase.js-anim + .js-anim {
  transition-delay: 1s;
}

.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 {
  color: #001388;
  font-feature-settings: "palt";
  line-height: 1.3076923077;
}

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

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .kol-texture_title {
    width: 415px;
    padding: 0 0 76px 38px;
  }
  .kol-texture_movie-wrap {
    width: 209px;
    padding-top: 117px;
  }
  .kol-texture_txt-wrap {
    width: 378px;
    padding-top: 179px;
  }
  .kol-texture_txt {
    font-size: 25px;
  }
  * + .kol-texture_note-wrap {
    margin-top: 49px;
  }
  .kol-texture_note {
    font-size: 23px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .kol-texture_title {
    width: 64.9333333333vw;
    padding: 0 0 12vw 6vw;
  }
  .kol-texture_movie-wrap {
    width: 32.6666666667vw;
    padding-top: 18.4vw;
  }
  .kol-texture_txt-wrap {
    width: 59.2vw;
    padding-top: 28vw;
  }
  .kol-texture_txt {
    font-size: 4vw;
  }
  * + .kol-texture_note-wrap {
    margin-top: 7.7333333333vw;
  }
  .kol-texture_note {
    font-size: 3.7333333333vw;
  }
}
/* ==========================================================================
  plus_one
   ========================================================================== */
.plus_one {
  padding: 0;
  text-align: center;
}
@media (min-width: 641px) {
  .plus_one {
    padding-bottom: 96px;
  }
}
@media (max-width: 640px) {
  .plus_one {
    padding-bottom: 15.0666666667vw;
  }
}
@media (min-width: 641px) {
  .plus_one .plus_one_title {
    margin-bottom: 59px;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_title {
    margin-bottom: 9.3333333333vw;
  }
}
.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;
  }
}
@media (max-width: 640px) {
  .plus_one .plus_one_desc_box .copy01 {
    font-size: 4.2666666667vw;
  }
}
.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_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%;
  }
}
/* ==========================================================================
  users_voices
   ========================================================================== */
.users_voices {
  padding: 12% 0 67%;
  background-image: url(../img/users_voices_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  position: relative;
}
.users_voices h2 {
  width: 49.333%;
  margin: 0 auto 6%;
}
.users_voices .inner_contents {
  position: relative;
}
.users_voices .inner_contents .users_voices_comma {
  position: absolute;
  top: 0;
  left: 7%;
  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;
  }
}

/* ==========================================================================
  skin_care_brand_takami
   ========================================================================== */
.skin_care_brand_takami {
  padding: 78% 0 1%;
  background-image: url(../img/skin-care-brand/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/435;
  background-image: url("../img/skin-care-brand/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_movie_wrap {
  width: 100%;
}
@media (min-width: 641px) {
  .skin_care_brand_takami .skin_care_brand_takami_movie_wrap {
    margin-bottom: 38px;
  }
}
@media (max-width: 640px) {
  .skin_care_brand_takami .skin_care_brand_takami_movie_wrap {
    margin-bottom: 6vw;
  }
}
.skin_care_brand_takami .skin_care_brand_takami_movie_wrap video {
  width: 100%;
}
.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;
}

/* ==========================================================================
  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;
  margin-bottom: 3.6%;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner {
    padding: 51px 0 68px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner {
    padding: 8vw 0 10.6666666667vw;
  }
}
.cta_bottom .cta_bottom_inner .cta_text {
  margin-top: -5%;
  margin: 0 5.333%;
  border-bottom: 1px solid #bbcae8;
}
@media (min-width: 641px) {
  .cta_bottom .cta_bottom_inner .cta_text {
    padding: 0 0 17px;
  }
}
@media (max-width: 640px) {
  .cta_bottom .cta_bottom_inner .cta_text {
    padding: 0 0 2.6666666667vw;
  }
}
.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: 2% auto 0;
}
.cta_bottom .cta_bottom_inner .price {
  font-weight: bold;
  line-height: 1;
  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: 6% 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: 1% 0 0;
}
.cta_bottom .cta_bottom_inner .cta_bottom_02 .habit {
  font-weight: bold;
  color: #001388;
  margin-bottom: 4%;
}
@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 .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;
  }
}

/* ==========================================================================
  open_isetan
   ========================================================================== */
.open_isetan {
  background-color: #f8f8f8;
  position: relative;
}
.open_isetan .img_shop {
  width: 100%;
}
.open_isetan .open_isetan_contents {
  position: relative;
  aspect-ratio: 750/770;
}
.open_isetan h2 {
  width: 76%;
}
.open_isetan .open_isetan_desc_wrap {
  width: 61.8%;
  position: absolute;
  right: 0;
  top: 72%;
  transform: translateY(-70%);
  z-index: 1;
  display: block;
}
.open_isetan .open_isetan_desc_text {
  line-height: 2;
  width: 80%;
  position: absolute;
  top: 73%;
  transform: translateY(-70%);
  left: 5.333%;
  z-index: 2;
}
.open_isetan a {
  color: #333;
  margin-top: 0.5em;
}

/*----------------------------------------------------------------------------
  media query:PC
   ---------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .open_isetan h2 {
    padding: 85px 0 59px 5.333%;
  }
  .open_isetan .open_isetan_desc_text {
    font-size: 27px;
  }
  .open_isetan a {
    font-size: 27px;
  }
}
/*----------------------------------------------------------------------------
  media query:SP calcSp
   ---------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .open_isetan h2 {
    padding: 13.3333333333vw 0 9.3333333333vw 5.333%;
  }
  .open_isetan .open_isetan_desc_text {
    font-size: 4.2666666667vw;
  }
  .open_isetan a {
    font-size: 4.2666666667vw;
  }
}
/* ==========================================================================
  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. ";
  font-family: "Noto Serif JP", serif, "リュウミン L-KL", "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho";
}
@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 Serif JP", serif, "リュウミン L-KL", "Ryumin Regular KL", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho";
}
@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 12%;
}
.skinpeel_bottom .skinpeel_bottom_desc {
  width: 67.733%;
  margin: 0 auto;
}
.skinpeel_bottom .skinpeel_bottom_desc02 {
  width: 84.533%;
  margin: 77% auto 0;
}

/* ==========================================================================
  foooter
   ========================================================================== */
footer .logo {
  padding: 16% 0 10%;
  width: 25.066%;
  margin: 0 auto;
}
footer .sns {
  padding-bottom: 14%;
}
footer .sns h3 {
  width: 67.333%;
  margin: 0 auto 5%;
}
footer .sns .sns_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sns .sns_item {
  width: 13.333%;
}
footer .sns .sns_item:not(:last-child) {
  margin-right: 4.666%;
}
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%;
}
