@charset "UTF-8";

/* =======================================================
   Base & Typography
======================================================= */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
}

.l-footer.p-footer {
  z-index: 9999999 !important;
  position: relative !important;
}

.fs-l-main {
  padding: 0px !important;
}

.bg-wrapper {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

/* =======================================================
   Utilities (Animation / GSAP Initial States)
   ※JSロード前のちらつき（FOUC）を防ぐための初期値
======================================================= */
.fade-up,
.fade-left,
.fade-right,
.fade-zoom-in,
.fade-zoom-out,
.fade-blur {
  opacity: 0;
}

.fade-up {
  transform: translateY(50px);
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-zoom-in {
  transform: scale(0.92);
  transform-origin: center;
}

.fade-zoom-out {
  transform: scale(1.02);
  /* JSの値に合わせました */
  transform-origin: center;
}

.fade-blur {
  filter: blur(10px);
}

/* JSのスタッガーアニメーション用初期値 */
.js-stagger-zoom img,
.js-stagger-zoom span {
  opacity: 0;
  transform: translateY(20px);
}

.js-solution-stagger .lp-solution__pair,
.js-solution-stagger .lp-solution__title-item {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  will-change: transform, opacity;
}

/* =======================================================
   Layout: Side Panels (aside)
======================================================= */
.side-panels {
  position: fixed;
  inset: 0;
  width: 100%;
}

/* 中央カラム 850px を除いた左右を均等に */
.side-panels__panel {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: calc((100% - 850px) / 2);
}

.side-panels__panel--left {
  left: 0;
}

.side-panels__panel--right {
  right: 0;
}

/* 背景レイヤ */
.side-panels__panel-bg {
  position: absolute;
  inset: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #f062c0 0%, #c084d4 35%, #9aa3d8 65%, #78b6d6 85%, #67c5d3 100%);
}

.side-panels__panel--right .side-panels__panel-bg {
  background: linear-gradient(180deg, #d86ab8, #cf76bf, #c383c6, #b58fcb, #a79bd1);
}

/* 内容レイヤ */
.side-panels__panel-content {
  position: relative;
  height: 100vh;
}

/* 左ロゴ */
.side-panels__logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}

/* CTA */
.side-panels__cta {
  z-index: 2;
}

.side-panels__cta-link {
  position: absolute;
  border-radius: 15px;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  padding: 7px 30px;
  width: max-content;
  background-color: #ff40b4;
  color: #fff !important;
  margin: 35px auto 0;
  text-decoration: none;
}

/* 右エリア */
.side-panels__right-area {
  position: relative;
  height: 100vh;
}

.side-panels__video {
  position: absolute;
  width: 70%;
  left: 10%;
  bottom: 35%;
  height: 375px;
}

.side-panels__video video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  box-shadow: 17px 15px 0px #673ab75c;
}

/* =======================================================
   Layout: Main Container (main)
======================================================= */
.lp-container {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  background-image: url(https://foula.itembox.cloud/item/images/lp/img/lushmagic/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.lp-container__header-fix {
  width: 100%;
  max-width: 850px;
  z-index: 1;
}

.lp-container__header-fix img {
  width: 100%;
  display: block;
}

/* SP版 CTA */
.lp-container__sp-cta {
  display: none;
}

@media screen and (max-width: 1366px) {
  .lp-container {
   /*  max-width: 750px; */
  }
}

@media screen and (max-width: 1024px) {
  .lp-container {
    max-width: 100%;
    padding: 0;
    background-size: contain;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 798px) {
  .lp-container__header-fix img {
    max-width: initial;
  }

  .lp-container__sp-cta {
    position: fixed;
    bottom: 15px;
    display: flex;
    margin: auto;
    z-index: 999;
    transform: translateX(-50%);
    left: 50%;
  }

  .lp-container__sp-cta a {
    background-color: #ff40b4;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 20px 0 20px 35px;
    border-radius: 25px;
    width: 330px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
  }

  .lp-container__sp-cta-item {
    position: absolute;
    right: 30px;
    top: -11px;
    transform: rotate(15deg);
    width: 35px;
  }
}

/* =======================================================
   Blocks: Key Visual
======================================================= */
.key-visual {
  width: 100%;
  position: relative;
}

.key-visual__images {
  position: relative;
  width: 100%;
  margin-top: -75px;
  z-index: 999;
}

.key-visual__title {
  position: absolute;
  top: 0px;
  left: 5%;
  display: flex;
  gap: 15%;
  width: 135px;
  z-index: 99999999;
  margin: 0;
}

.key-visual__title img {
  width: 100%;
  height: 100%;
}

.key-visual__image {
  display: block;
  width: 100%;
  position: relative;
}

.key-visual__bottom {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.key-visual__bottom img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 650px;
}

/* Marquee (装飾類) */
.key-visual__marquee {
  --marquee-max-width: 100px;
  --marquee-z-index: 98;
}

.key-visual__marquee-item {
  position: absolute;
  z-index: var(--marquee-z-index);
}

.key-visual__left-side-star {
  position: absolute;
  width: 85px;
  bottom: 8%;
  z-index: -1;
  opacity: 0.3;
}

.key-visual__marquee-image {
  display: block;
  width: 100%;
  max-width: var(--marquee-max-width);
}

.key-visual__marquee--left .key-visual__marquee-item {
  left: 0;
}

.key-visual__marquee--right .key-visual__marquee-item {
  right: 0;
}

.key-visual__marquee--left .key-visual__marquee-item--top {
  top: 50%;
}

.key-visual__marquee--left .key-visual__marquee-item--bottom {
  bottom: -57%;
}

.key-visual__marquee--right .key-visual__marquee-item--top {
  top: 30%;
}

.key-visual__marquee--right .key-visual__marquee-item--bottom {
  bottom: -15%;
}

@media screen and (max-width: 498px) {
  .key-visual__bottom img {
    max-width: 285px;
  }

  .key-visual__marquee {
    --marquee-max-width: 55px;
  }

  .key-visual__images {
    margin-top: -33px;
  }

  .key-visual__title {
    width: 75px;
  }

  .key-visual__marquee--left .key-visual__marquee-item--top {
    top: 75%;
  }

  .key-visual__marquee--left .key-visual__marquee-item--bottom {
    bottom: -115%;
  }

  .key-visual__marquee--right .key-visual__marquee-item--bottom {
    bottom: -35%;
  }
}

/* =======================================================
   Blocks: Sections (共通)
======================================================= */
.section {
  position: relative;
}

/* =======================================================
   Blocks: Feature Section (セクション01)
======================================================= */
.feature-section {
  position: relative;
  padding: 0 0 3%;
}

.feature-section__inner {
  width: 100%;
  max-width: 500px;
  margin-left: 15%;
  padding-right: 25px;
  position: relative;
}

.feature-section__title-image {
  position: absolute;
  right: 7%;
  top: 0%;
  z-index: 99;
  width: 100%;
  max-width: 165px;
}

.feature-section__title-image-file {
  display: block;
  width: 100%;
}

.feature-section__decor {
  position: absolute;
  z-index: 999;
}

.feature-section__decor--right {
  right: 0;
}

.feature-section__decor--top {
  top: 25%;
}

.feature-section__decor-image {
  display: block;
  width: 100%;
  max-width: 90px;
}

.feature-section__media {
  width: 500px;
  top: 0;
  margin-bottom: 55px;
}

.feature-section__video {
  position: relative;
  max-width: 400px;
}

.feature-section__video video {
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 17px 15px 0px #673ab75c;
}

.feature-section__video::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 98%;
  left: -10px;
  top: -10px;
  z-index: 999;
  border-radius: 15px;
}

.feature-section__image {
  position: absolute;
  bottom: 30%;
  right: 0%;
}

.feature-section__image img {
  display: block;
  width: 100%;
  max-width: 225px;
}

.feature-section__title {
  color: #ffdeff;
  letter-spacing: 0.2rem;
  line-height: 235%;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-section__title-line--top {
  font-size: 2.4rem;
  margin: 0;
}

.feature-section__title-line--top span {
  font-size: 2rem;
}

.feature-section__title-line--bottom {
  font-size: 2.6rem;
  margin: 0;
}

.feature-section__description {
  color: #fff0ff;
  font-size: 18px;
  margin-bottom: 30px;
}

.feature-section__description--bold {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  font-size: 1.8rem;
}

.feature-section__copy {
  font-size: 31px;
  color: #fff0ff;
  line-height: 155%;
  font-weight: 700;
}

@media screen and (max-width: 498px) {
  .feature-section__inner {
    max-width: initial;
    width: 300px;
  }

  .feature-section__media {
    width: 100%;
    max-width: 200px;
    margin-bottom: 125px;
  }

  .feature-section__title-image {
    max-width: 85px;
  }

  .feature-section__image {
    bottom: initial;
    right: 70px;
    top: 300px;
  }

  .feature-section__image img {
    width: 100%;
    max-width: 125px;
  }

  .feature-section__title {
    line-height: 195%;
    margin-bottom: 10px;
  }

  .feature-section__title-line--top {
    font-size: 1.4rem;
    margin: 0;
  }

  .feature-section__title-line--top span {
    font-size: 1.2rem;
  }

  .feature-section__title-line--bottom {
    font-size: 2.2rem;
    margin-right: 35px;
  }

  .feature-section__description--bold {
    font-size: 21px;
  }

  .feature-section__description {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .feature-section__decor-image {
    width: var(--marquee-max-width);
  }

  .feature-section__description br {
    display: none;
  }

  .feature-section__copy {
    font-size: 18px;
  }
}

/* =======================================================
   Blocks: Problem Section (お悩みセクション)
======================================================= */
.lp-problem {
  position: relative;
  padding-bottom: 50px;
}

.lp-problem__marquee {
  position: absolute;
  width: 85px;
}

.lp-problem__marquee.left.top {
  top: 135px;
  left: 7px;
}

.lp-problem__marquee.left.bottom {
  bottom: 400px;
  left: 7px;
}

.lp-problem__marquee.right.top {
  top: 135px;
  right: 7px;
}

.lp-problem__marquee.right.bottom {
  bottom: -330px;
  right: 7px;
}

.lp-problem__header {
  margin: auto;
}

.lp-problem__title {
  padding: 5% 5% 0;
}

.lp-problem__list {
  text-align: center;
  color: #fff0ff;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.lp-problem__item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-size: 26px;
  border-bottom: dotted #fff 3px;
}

.lp-problem__item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #ffd3ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.lp-problem__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.lp-problem__arrow span {
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #ffd3ff;
}

.lp-problem__solution {
  margin-top: -120px;
}

.lp-problem__solution img {
  width: 100%;
  padding: 0 5%;
  margin: auto;
  display: block;
}

@media screen and (max-width: 498px) {
  .lp-problem__marquee {
    width: 50px;
  }

  .lp-problem__list {
    max-width: initial;
    padding: 0 20px;
  }

 .lp-problem__item {
    font-size: 16px;
    text-align: start;
}

  .lp-problem__arrow span {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #ffd3ff;
  }

  .lp-problem__solution {
    margin-top: -70px;
  }
.lp-problem__solution img {
    width: 100%;
    padding: 5px 5% 0;
    margin: auto;
    display: block;
}
  .lp-problem__marquee.right.top {
    top: 0px;
  }

  .lp-problem__marquee.left.top {
    top: 165px;
    left: 4px;
  }

  .lp-problem__marquee.left.bottom {
    bottom: 135px;
  }

  .lp-problem__header img {
    padding: 0 15px;
  }
}

/* =======================================================
   Blocks: Solution Section (解決セクション)
======================================================= */
.lp-solution__header {
  display: flex;
  justify-content: center;
  gap: 3%;
}

.lp-solution__title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1%;
  width: 25%;
}

.lp-solution__title-image {
  display: block;
  width: 100%;
}

.lp-solution__title-item--right .lp-solution__title-image {
  max-width: 75px;
}

.lp-solution__title-item--left .lp-solution__title-image {
  max-width: 65px;
}

.lp-solution__images {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10%;
}

.lp-solution__pair {
  position: relative;
}

.lp-solution__pair--bottom {
  margin-left: 30%;
}

.lp-solution__image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 12px 10px 0px #673ab75c;
}

.lp-solution__image-wrap::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 98%;
  left: -10px;
  top: -5px;
  z-index: 98;
  border-radius: 5px;
}

.lp-solution__badge {
  position: absolute;
  top: -30px;
  left: -55px;
  width: 200px;
  height: auto;
  display: block;
  z-index: 99;
}

.lp-solution__method {
  margin: auto;
  color: #fff0ff;
}

.lp-solution__lead {
  text-align: center;
  position: relative;
  width: max-content;
  margin: auto;
  font-size: 1.6rem;
}

.lp-solution__lead::before {
  content: "";
  position: absolute;
  background-color: #fff0ff;
  width: 20px;
  height: 2px;
  top: 25px;
  left: -15px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp-solution__lead::after {
  content: "";
  position: absolute;
  background-color: #fff0ff;
  width: 20px;
  height: 2px;
  top: 22px;
  right: -30px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lp-solution__eis img {
  padding: 2% 5% 5%;
}

.lp-solution__headline {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 15px auto 35px;
  width: 500px;
  line-height: 165%;
  text-align: center;
}

.lp-solution__headline span {
  background-color: #ffd3ff;
  font-size: 3.4rem;
  color: #ff52be;
  margin-right: 5px;
  letter-spacing: 0.1rem;
  display: inline-block;
  height: 72px;
}

/* キープ力セクション */
.lp-solution__keep {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 25px;
}

.lp-solution__keep-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-solution__keep-left img {
  width: 100%;
  max-width: 80px;
}

.lp-solution__keep-right {
  color: #fff0ff;
}

.lp-solution__kr-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 165%;
}

.lp-solution__kr-title span {
  font-size: 2.6rem;
  border-bottom: 3px solid #fff0ff;
}

.lp-solution__kr-dis {
  font-size: 1.6rem;
  line-height: 145%;
  margin: 35px 0;
}

.lp-solution__kr-img-figure img {
  width: 100%;
  max-width: 500px;
}

.lp-solution__kr-img-figure p {
  font-size: 12px;
}

@media screen and (max-width: 498px) {
  .lp-solution__keep {
    padding: 0 5px;
  }

  .lp-solution__title-item--right .lp-solution__title-image,
  .lp-solution__title-item--left .lp-solution__title-image {
    max-width: 55px;
  }

  .lp-solution__image {
    max-width: 165px;
  }

  .lp-solution__badge {
    width: 100px;
  }

  .lp-solution__eis img {
    padding: 5px;
  }

  .lp-solution__kr-title {
    font-size: 18px;
  }

  .lp-solution__kr-title span {
    font-size: 21px;
  }

  .lp-solution__kr-dis {
    font-size: 16px;
    margin: 15px 0;
  }

  .lp-solution__kr-img-figure {
    padding: 0 20px 0 0;
  }

  .lp-solution__keep-left img {
    max-width: 60px;
    margin-left: 15px;
  }
}

/* =======================================================
   Blocks: How to Section (セクション04)
======================================================= */
.lp-howto-section {
  position: relative;
  margin: 50px 0;
  padding: 0 0 3%;
}

.lp-howto-section__title {
  text-align: center;
  color: #fff0ff;
  letter-spacing: 0.25rem;
}

.lp-howto-section__inner {
  padding: 0 15px;
  color: #fff0ff;
}

.lp-howto-section__prodcuts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.lp-howto-section__prodcuts-left {
  width: 30%;
}

.lp-howto-section__prodcuts-right {
  width: 65%;
}

.lp-howto-section__prodcuts-right p {
  border: 2px dotted #fff0ff;
  padding: 15px 25px;
  font-size: 21px;
}

.lp-howto-section__blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  width: 90%;
  margin: 25px auto;
}

.lp-howto-section__blocks.reverse {
  flex-direction: row-reverse;
}

.lp-howto-section__blocks-img {
  width: 35%;
  position: relative;
}

.lp-howto-section__blocks-img::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 98%;
  left: -10px;
  top: -10px;
  z-index: 999;
  border-radius: 0 5px 15px;
}

.lp-howto-section__blocks-img img {
  width: 100%;
  display: block;
  border-radius: 0 5px 15px;
  box-shadow: 12px 10px 0px #673ab75c;
}

.lp-howto-section__blocks-div {
  width: 57%;
  padding: 20px 20px 20px 35px;
}

.lp-howto-section__index {
  margin-left: auto;
  border-bottom: 2px dashed #fff0ff;
  padding: 15px 0;
}

.lp-howto-section__index img {
  width: 250px;
  display: block;
  margin-left: auto;
}

.lp-howto-section__text {
  position: relative;
  font-weight: bold;
  padding-top: 10px;
  font-size: 21px;
}

.lp-howto-section__text span {
  font-size: 14px;
  margin-top: 5px;
  font-weight: initial;
  text-align: end;
  display: block;
}

.lp-howto-section__arrow {
  position: absolute;
  width: 80px;
  height: 135px;
}

.lp-howto-section__arrow.ar01 {
  bottom: -75px;
  right: -20px;
}

.lp-howto-section__arrow.ar02 {
  left: -15px;
  top: -155px;
}

.lp-howto-section__arrow.ar03 {
  right: -70px;
  top: -55px;
  z-index: 99;
}

@media screen and (max-width: 498px) {
  .lp-howto-section__index img {
    max-width: 100px;
  }

  .lp-howto-section__inner {
    padding: 0 5px;
  }

  .lp-howto-section__prodcuts-right p {
    padding: 8px 10px;
    font-size: 12px;
  }

  .lp-howto-section__blocks {
    width: 100%;
  }

  .lp-howto-section__blocks-img {
    width: 30%;
  }

  .lp-howto-section__blocks-div {
    padding: 0px 0 0 15px;
  }

  .lp-howto-section__blocks.reverse .lp-howto-section__blocks-div {
    padding: 0px 15px 0 0px;
  }

  .lp-howto-section__index {
    padding: 0 0 10px 0;
  }

  .lp-howto-section__text {
    font-size: 16px;
  }

  .lp-howto-section__text br {
    display: none;
  }
}

/* =======================================================
   Blocks: FAQ Section (セクション05) & Footer
======================================================= */
.lp-faq-section {
  position: relative;
  margin: 0px 0;
  padding: 0 0 3%;
}

.lp-faq-section .faq-img {
  padding: 0 25px;
}

.lp-footer {
  width: 100%;
}

.lp-footer img {
  width: 100%;
  display: block;
}
.footer-cta {
    position: relative;
    z-index: 999;
}

.footer-cta a {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    font-size: 36px;
    padding: 15px 30px;
    background-color: #ff40b4;
    color: #fff !important;
    margin: 50px auto;
    text-decoration: none;
    display: block;
    width: 500px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 64, 180, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 64, 180, 0.45);
}

/* きらめきエフェクト */.footer-cta a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 60px;
    height: 200%;
    background: rgba(255, 255, 255, 0.45);
    transform: rotate(25deg);
    animation: shine 2.8s infinite;
}

/* 流れる光 */
@keyframes shine {
    0% {
        left: -120%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        left: 130%;
        opacity: 0;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

@media screen and (max-width: 498px) {
  .lp-howto-section {
    margin-bottom: 0;
  }

  .lp-howto-section__arrow {
    width: 55px;
    height: 80px;
  }

  .lp-howto-section__arrow.ar01 {
    bottom: -60px;
    right: 0px;
  }

  .lp-howto-section__arrow.ar02 {
    left: 0px;
    top: initial;
    bottom: 50px;
  }

  .lp-howto-section__arrow.ar03 {
    right: -15px;
    top: 0px;
    width: 40px;
  }

  .lp-faq-section .faq-img {
    padding: 0px;
  }
  .footer-cta a{
    display: none;
  }
}