@charset "UTF-8";

:root {
  --pw: 1440;
  --sw: 390;
  --artboard-pw: 500;
  --artboard-sw: 390;
  --rem: calc(var(--variable) * var(--ratio));
  --rem-pc: var(--variable);
  --ratio: 1;
  --variable: calc(100vw / var(--sw));
}

@media (min-width: 769px) {
  :root {
    --ratio: calc(var(--artboard-pw) / var(--artboard-sw));
    --variable: calc(100vw / var(--pw));
  }
}

@media (min-width: 1441px) {
  :root {
    --variable: 1px;
  }
}

.p-feature {
  --base-font-color: #2e2e2d;
  --color-accent: #fe9aa6;
  --color-pink: #fe9aa6;
  --color-pink-shadow: #ef7d8b;
  --color-bg-cream: #fcffed;
  --color-bg-cream-soft: #fcffe5;
  --color-bg-yellow: #faffe1;
  --color-border-pink: #eef5d3;
  --lp-font-ja: "Noto Sans JP", hiragino-kaku-gothic-pron, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --lp-font-en: "Inter", Verdana, Helvetica, Arial, sans-serif;
  --transition-timing: cubic-bezier(0.51, 0.21, 0.41, 1);
  --letter-spacing: .1em;
  --z-base: 1;
  --z-sticky: 10;
}

.lp_contents {
  position: relative;
  font-family: var(--lp-font-ja);
  color: var(--base-font-color, #000);
  font-style: normal;
  letter-spacing: var(--letter-spacing);

  & * {
    font-feature-settings: "palt";
  }

  & *,
  & *:before,
  & *:after {
    box-sizing: border-box;
  }

  & :where(h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, a, button, figure, figcaption, span, sup, b) {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: var(--letter-spacing);
  }

  & ul,
  & li {
    list-style: none;
  }

  & :where(img) {
    display: block;
    width: 100%;
    height: auto;
  }

  & sup {
    top: 0;
    font-size: .6em;
    vertical-align: super;
  }

  & :where(a, a:before, a:after, a img, button) {
    --duration: .3s;
    --timing: ease-in-out;
    transition: opacity var(--duration) var(--timing), color var(--duration) var(--timing), background-color var(--duration) var(--timing), border-color var(--duration) var(--timing);
  }

  & :where(a) {
    color: inherit;
    text-decoration: none;

    @media (any-hover: hover) {
      &:hover {
        opacity: .7;
      }
    }
  }

  & :where(button) {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
}

#Wrap {
  width: 100%;
}

#Contents {
  max-width: unset;
}

#footer,
footer,
#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents {
  & .u-d-lg {
    @media (max-width: 768px) {
      display: none !important;
    }
  }

  & .u-d-md {
    @media (min-width: 769px) {
      display: none !important;
    }
  }
}

.lp_contents {
  & .layout-columns {
    @media (min-width: 769px) {
      display: grid;
    }

    &.layout-columns--col-3 {
      @media (min-width: 769px) {
        grid-template-columns: 1fr calc(var(--artboard-pw) * var(--rem-pc)) 1fr;
      }
    }

    &.layout-columns--col-2 {
      @media (min-width: 769px) {
        grid-template-columns: 1fr calc(var(--artboard-pw) * var(--rem-pc));
      }
    }
  }

  & .layout-rail {
    display: none;

    @media (min-width: 769px) {
      position: sticky;
      top: 0;
      z-index: var(--z-sticky);
      display: grid;
      place-items: center;
      height: 100dvh;
      padding-top: var(--header-height, 0px);
      background-color: #fefff7;
    }
  }

  & .layout-primary {
    min-width: 0;
  }

  & .layout-inner {
    display: flow-root;
    width: calc(var(--artboard-sw) * var(--rem));
    margin-inline: auto;

    @media (min-width: 769px) {
      box-shadow: 0 0 calc(30 * var(--rem-pc)) rgba(0, 0, 0, .08);
    }
  }
}

.lp_contents {

  & .project-category {
    position: relative;
    overflow-x: clip;
  }


  & .project-category__marquee {
    overflow: hidden;
    background-color: var(--color-pink);
    padding-block: calc(6 * var(--rem));
  }

  & .project-category__marquee-track {
    display: flex;
    align-items: center;
    gap: calc(12 * var(--rem));
    width: max-content;
    animation: lp-marquee 16s linear infinite;

    & p {
      font-family: var(--lp-font-en);
      font-size: calc(13 * var(--rem));
      font-weight: 700;
      color: #fff;
      white-space: nowrap;
      letter-spacing: .1em;
    }
  }

  & .project-category__marquee-dot {
    /* width: calc(4 * var(--rem)); */
    /* height: calc(4 * var(--rem)); */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    /* flex-shrink: 0; */
  }

  @media (prefers-reduced-motion: reduce) {
    & .project-category__marquee-track {
      animation: none;
    }
  }


  & .project-campaignzone {
    background-color: #fcffed;
    padding-bottom: calc(70 * var(--rem));
    padding-top: calc(40 * var(--rem));
  }

  & .project-mv {
    position: relative;
    background-color: var(--color-bg-cream);
  }

  & .project-mv__image {
    /* margin-top: calc(20 * var(--rem)); */
    width: 100%;
    aspect-ratio: 390 / 390;
    overflow: hidden;
    

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  & .project-lead {
    padding: calc(30 * var(--rem)) 0 0;
    background-color: var(--color-bg-cream);
    text-align: center;
  }

  & .project-lead__text {
    font-size: calc(16 * var(--rem));
    font-weight: 500;
    line-height: 2;
    letter-spacing: .1em;
  }

  & .project-lead__accent {
    font-style: normal;
    font-size: calc(20 * var(--rem));
    font-weight: 600;
    color: var(--color-pink);
  }

  & .project-campaign {
    position: relative;
    margin: 0 calc(20 * var(--rem)) calc(60 * var(--rem));
    padding: calc(30 * var(--rem)) calc(40 * var(--rem)) calc(34 * var(--rem));
    border: 2px solid rgb(254 154 166 / .5);
    /* border-radius: calc(8 * var(--rem)); */
    background-color: var(--color-bg-cream-soft);
    text-align: center;
  }

  & .project-campaign__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    padding: calc(1 * var(--rem)) calc(12 * var(--rem)) calc(-1 * var(--rem));
    border: 1px solid var(--color-pink);
    border-radius: calc(100 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(12 * var(--rem));
    font-weight: 600;
    color: var(--color-pink);
    letter-spacing: .02em;
  }

  & .project-campaign__title {
    margin-top: calc(12 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(28 * var(--rem));
    font-weight: 600;
    color: var(--color-pink);
    letter-spacing: .1em;
  }

  & .project-campaign__period {
    margin-top: calc(18 * var(--rem));
    padding-top: calc(10 * var(--rem));
    border-top: 1px solid;
    font-family: var(--lp-font-en);
    font-size: calc(14 * var(--rem));
    font-weight: 600;
    letter-spacing: .1em;
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & em {
      font-style: normal;
      font-size: calc(18 * var(--rem));
      letter-spacing: .02em;
    }
  }

  & .project-campaign__text {
    margin-top: calc(8 * var(--rem));
    padding-top: calc(15 * var(--rem));
    border-top: 1px solid;
    font-size: calc(15 * var(--rem));
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & strong {
      font-weight: 700;
    }

    & em {
      font-style: normal;
      font-family: var(--lp-font-ja);
      font-size: calc(20 * var(--rem));
      font-weight: 600;
    }
  }

  & .project-campaign__num {
    font-family: var(--lp-font-en);
    font-size: calc(28 * var(--rem));
  }

  & .project-campaign__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(15 * var(--rem)) auto 0;
    width: calc(230 * var(--rem));
    height: calc(40 * var(--rem));
    border-radius: calc(5 * var(--rem));
    background-color: var(--color-pink);
    /* box-shadow: 0 calc(4 * var(--rem)) 0 var(--color-pink-shadow); */
    font-size: calc(14 * var(--rem));
    font-weight: 600;
    color: #fafee2;
    letter-spacing: .1em;
    filter: drop-shadow(0 calc(4 * var(--rem)) 0 var(--color-pink-shadow));
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & img {
      position: absolute;
      right: calc(12 * var(--rem));
      top: 50%;
      translate: 0 -50%;
      width: calc(16 * var(--rem));
      height: calc(16 * var(--rem));
    }
  }

  & .project-merit {
    position: relative;
    /* margin-top: calc(90 * var(--rem)); */
    padding: calc(40 * var(--rem)) calc(20 * var(--rem)) 0;
  }

  & .project-merit__balloon {
    position: absolute;
    top: calc(0 * var(--rem));
    right: calc(10 * var(--rem));
    width: calc(240 * var(--rem));
    height: calc(60 * var(--rem));
    border: 1px solid #000;
    border-radius: calc(100 * var(--rem));
    background-color: var(--color-bg-yellow);
    rotate: 5.86deg;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & p {
      font-size: calc(15 * var(--rem));
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: .1em;
      
      
      
      
      
      
      
      
      

      & strong {
        font-weight: 600;
      }

      & em {
        font-style: normal;
        font-size: calc(19 * var(--rem));
        color: var(--color-pink);
      }
    }
  }

  & .project-merit__mic {
    position: absolute;
    right: calc(-26 * var(--rem));
    top: calc(70 * var(--rem));
    width: calc(110 * var(--rem));
    height: calc(110 * var(--rem));
    rotate: -10.24deg;
    z-index: 1;
  }

  & .project-merit__box {
    position: relative;
    /* margin-top: calc(50 * var(--rem)); */
    padding: calc(24 * var(--rem)) calc(22 * var(--rem));
    border: 1px solid var(--color-border-pink);
    background-color: #fff;
  }

  & .project-merit__list {
    display: flex;
    flex-direction: column;
    gap: calc(15 * var(--rem));
    
    
    
    
    
    
    

    & li {
      display: flex;
      align-items: center;
      gap: calc(8 * var(--rem));
      font-size: calc(15 * var(--rem));
      letter-spacing: .1em;

      & img {
        flex-shrink: 0;
        width: calc(18 * var(--rem));
        height: calc(15 * var(--rem));
      }
    }
  }

  & .project-merit__hand {
    position: absolute;
    left: calc(-57 * var(--rem));
    bottom: calc(-70 * var(--rem));
    width: calc(120 * var(--rem));
    height: calc(120 * var(--rem));
  }

  & .project-merit__lead {
    margin-top: calc(30 * var(--rem));
    font-size: calc(16 * var(--rem));
    font-weight: 500;
    line-height: 2;
    letter-spacing: .1em;
    text-align: center;
  }

  & .project-merit__underline {
    color: var(--color-pink);
    font-weight: 600;
    text-decoration: underline dotted;
    text-underline-offset: .3em;
  }

  & .project-catnav {
    margin: calc(20 * var(--rem)) calc(20 * var(--rem)) 0;
  }

  & .project-catnav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(6 * var(--rem)) calc(6 * var(--rem));
  }

  & .project-catnav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(8 * var(--rem));
    height: calc(40 * var(--rem));
    padding-left: calc(8 * var(--rem));
    border: 1px solid var(--color-pink);
    border-radius: calc(5 * var(--rem));
    background-color: rgb(255 255 255 / .7);
    font-family: var(--lp-font-ja);
    font-size: calc(14 * var(--rem));
    font-weight: 600;
    color: var(--color-pink);
    letter-spacing: .1em;

    & img {
      width: calc(21 * var(--rem));
      height: calc(24 * var(--rem));
    }

    &::after {
      content: "";
      position: absolute;
      right: calc(12 * var(--rem));
      top: 50%;
      translate: 0 -50%;
      rotate: 90deg;
      width: calc(16 * var(--rem));
      height: calc(16 * var(--rem));
      background-image: url(../img/icon_catnav_arrow.svg);
      background-size: contain;
    }
  }


  & .project-category--innercare {
    padding-bottom: calc(60 * var(--rem));
    background-color: #fff9ed;

    & .project-category__marquee {
      overflow: hidden;
      padding-block: calc(10 * var(--rem));
      background-color: var(--color-pink);
    }

    & .project-category__marquee-track {
      display: flex;
      align-items: center;
      gap: calc(10 * var(--rem));
      width: max-content;

      & p {
        font-family: var(--lp-font-en);
        font-size: calc(16 * var(--rem));
        font-weight: 600;
        line-height: 1;
        color: #fafee2;
        letter-spacing: .1em;
        white-space: nowrap;
      }
    }

    & .project-category__marquee-dot {
      /* width: calc(4 * var(--rem)); */
      /* height: calc(4 * var(--rem)); */
      /* background-color: #fafee2; */
      /* rotate: 45deg; */
    }

    & .project-category__head {
      /* display: flex; */
      /* flex-direction: column; */
      /* align-items: center; */
      /* margin-top: calc(67 * var(--rem)); */
      /* padding-inline: calc(45 * var(--rem)); */
    }

    & .project-category__icon {
      width: calc(48 * var(--rem));
      height: calc(56 * var(--rem));
    }

    & .project-category__title {
      /* margin-top: calc(20 * var(--rem)); */
      /* font-family: var(--lp-font-ja); */
      /* font-size: calc(30 * var(--rem)); */
      /* font-weight: 600; */
      /* line-height: 1; */
      /* color: var(--color-pink); */
      /* letter-spacing: .1em; */
    }

    & .project-category__lead {
      margin-top: calc(15 * var(--rem));
      font-family: var(--lp-font-ja);
      font-size: calc(15 * var(--rem));
      font-weight: 500;
      line-height: 1.8;
      color: var(--base-font-color);
      letter-spacing: .1em;
      text-align: center;
    }

    & .section-cardlist {
      margin-top: calc(129 * var(--rem));
    }
  }

  & .project-category--bathitem {
    background-color: #fff9ed;
  }

  & .project-category__badge {
    width: 100%;
    padding-block: calc(10 * var(--rem));
    overflow: hidden;
    background-color: var(--color-pink);
  }

  & .component-marquee__track {
    display: flex;
    gap: calc(10 * var(--rem));
    width: max-content;
    animation: lp-marquee-bathitem 16s linear infinite;
  }

  & .component-marquee__item {
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(16 * var(--rem));
    line-height: 1;
    letter-spacing: .1em;
    color: #fafee2;
    white-space: nowrap;
  }

  & .component-marquee__dot {
    display: block;
    width: calc(4 * var(--rem));
    height: calc(4 * var(--rem));
    background-color: #fafee2;
    rotate: 45deg;
    margin-top: calc(5 * var(--rem));
  }

  & .project-category--bathitem .project-category__inner {
    /* padding-top: calc(30 * var(--rem)); */
    /* padding-bottom: calc(60 * var(--rem)); */
  }

  & .project-category__icon {
    display: block;
    margin-inline: auto;
  }

  & .project-category__head {
    margin-top: calc(20 * var(--rem));
    text-align: center;
  }

  & .project-category__title {
    font-family: var(--lp-font-ja);
    font-weight: 600;
    font-size: calc(30 * var(--rem));
    line-height: 1;
    letter-spacing: .1em;
    color: var(--color-pink);
  }

  & .project-category__lead {
    margin-top: calc(15 * var(--rem));
    font-family: var(--lp-font-ja);
    font-weight: 500;
    font-size: calc(15 * var(--rem));
    line-height: 1.8;
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .section-cardlist {
    margin-top: calc(30 * var(--rem));
    padding-inline: calc(15 * var(--rem));
  }

  & .section-card {
    margin-top: calc(20 * var(--rem));
    border: 1px solid #ff926c;
    border-radius: calc(5 * var(--rem));
    overflow: hidden;

    &:first-child {
      margin-top: 0;
    }
  }

  & .section-card__head {
    position: relative;
  }

  & .section-card__headtext {
    padding: calc(10 * var(--rem)) calc(15 * var(--rem)) calc(10 * var(--rem));
    background-color: #fff7e6;
    font-family: var(--lp-font-ja);
    font-weight: 500;
    font-size: calc(15 * var(--rem));
    line-height: 1.6;
    letter-spacing: .1em;
    color: #ff8256;
    text-align: center;
  }

  & .section-card__divider {
    display: block;
    width: 100%;
    height: auto;
  }

  & .section-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(12 * var(--rem)) calc(19 * var(--rem)) calc(30 * var(--rem));
  }

  & .section-card__photo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  & .section-card__photo a {
    /* display: block; */
    /* width: calc(220 * var(--rem)); */
    /* filter: drop-shadow(calc(10 * var(--rem)) calc(10 * var(--rem)) calc(4 * var(--rem)) rgba(0, 0, 0, .06)); */
  }

  & .section-card__credit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(2 * var(--rem));
    margin-top: calc(12 * var(--rem));
    text-align: center;
  }

  & .section-card__brand {
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(12 * var(--rem));
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .section-card__name {
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(14 * var(--rem));
    line-height: 1.5;
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .section-card__price {
    display: flex;
    align-items: baseline;
    gap: calc(3 * var(--rem));
    margin-top: calc(8 * var(--rem));
  }

  & .section-card__price-num {
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(18 * var(--rem));
    letter-spacing: .05em;
    color: var(--base-font-color);
  }

  & .section-card__price-tax {
    font-family: var(--lp-font-ja);
    font-weight: 500;
    font-size: calc(11 * var(--rem));
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .component-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5 * var(--rem));
    margin-top: calc(12 * var(--rem));
  }

  & .component-point__box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 * var(--rem));
    width: calc(310 * var(--rem));
    padding: calc(11 * var(--rem)) 0 calc(10 * var(--rem));
    border: 1px solid var(--color-pink);
    border-radius: calc(5 * var(--rem));
    background-color: rgba(255, 255, 255, .8);
  }

  & .component-point__normal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(7 * var(--rem));
    text-align: center;
  }

  & .component-point__label {
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(10 * var(--rem));
    line-height: 1;
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .component-point__pt {
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(12 * var(--rem));
    line-height: 1;
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .component-point__arrow {
    width: calc(10 * var(--rem));
    height: calc(6 * var(--rem));
    flex-shrink: 0;
    rotate: 90deg;
  }

  & .component-point__up {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(6 * var(--rem));
  }

  & .component-point__up-row {
    display: flex;
    align-items: center;
    gap: calc(4 * var(--rem));
  }

  & .component-point__up-badge {
    padding: calc(3 * var(--rem)) calc(3 * var(--rem)) calc(2 * var(--rem));
    background-color: #ff5659;
    font-family: var(--lp-font-en);
    font-weight: 500;
    font-size: calc(10 * var(--rem));
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
  }

  & .component-point__up-text {
    font-family: var(--lp-font-en);
    font-weight: 700;
    font-size: calc(11 * var(--rem));
    line-height: 1;
    letter-spacing: .05em;
    color: #ff5659;
  }

  & .component-point__up-pt {
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(14 * var(--rem));
    line-height: 1;
    letter-spacing: .05em;
    color: #ff5659;
  }

  & .component-point__note {
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(10 * var(--rem));
    line-height: 1.3;
    letter-spacing: .1em;
    color: var(--base-font-color);
    text-align: center;
  }

  & .component-checkbtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(170 * var(--rem));
    height: calc(34 * var(--rem));
    margin-top: calc(16 * var(--rem));
    border-radius: calc(5 * var(--rem));
    background-color: var(--color-pink);
    filter: drop-shadow(0 calc(4 * var(--rem)) 0 var(--color-pink-shadow));

    @media (any-hover: hover) {
      &:hover {
        filter: none;
        translate: 0 calc(4 * var(--rem));
        opacity: 1;
      }
    }
  }

  & .component-checkbtn__text {
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(14 * var(--rem));
    letter-spacing: .1em;
    color: #faffe1;
  }

  & .component-checkbtn__arrow {
    position: absolute;
    top: 50%;
    right: calc(10 * var(--rem));
    width: calc(16 * var(--rem));
    height: calc(16 * var(--rem));
    translate: 0 -50%;
  }

  & .component-review {
    position: relative;
    width: 100%;
    margin-top: calc(32 * var(--rem));
    padding: calc(15 * var(--rem)) calc(14 * var(--rem)) calc(10 * var(--rem));
    border: 1px dashed #b9ce64;
    border-radius: calc(8 * var(--rem));
    background-color: #fefde9;
  }

  & .component-review__thumb {
    position: absolute;
    top: calc(-56 * var(--rem));
    left: calc(-50 * var(--rem));
    width: calc(100 * var(--rem));
    height: calc(100 * var(--rem));
    rotate: -10deg;
  }

  & .component-review__good {
    position: absolute;
    top: calc(-40 * var(--rem));
    left: calc(-25 * var(--rem));
    width: calc(80 * var(--rem));
    height: calc(80 * var(--rem));
  }

  & .component-review__leaf {
    position: absolute;
    top: calc(-28 * var(--rem));
    left: calc(24 * var(--rem));
    width: calc(20 * var(--rem));
    height: calc(15 * var(--rem));
  }

  & .component-review__text {
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(13 * var(--rem));
    line-height: 1.7;
    letter-spacing: .1em;
    color: var(--base-font-color);
  }

  & .component-review__by {
    margin-top: calc(4 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(11 * var(--rem));
    letter-spacing: .1em;
    color: var(--base-font-color);
    text-align: right;
  }

  & .component-review__label {
    position: absolute;
    top: calc(-12 * var(--rem));
    left: 50%;
    translate: -50% 0;
    display: flex;
    align-items: center;
    font-family: var(--lp-font-en);
    font-weight: 600;
    font-size: calc(14 * var(--rem));
    letter-spacing: .01em;
    color: #b9ce64;
    background-color: #fefde9;
    padding-inline: calc(6 * var(--rem));
    white-space: nowrap;
  }

  & .component-review__line {
    display: none;
  }

  & .section-card__annotation {
    margin-top: calc(10 * var(--rem));
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(11 * var(--rem));
    line-height: 1.5;
    letter-spacing: .1em;
    color: var(--base-font-color);
    text-align: center;
  }

  & .section-card--slider .section-card__body {
    padding-inline: 0;
  }

  & .component-tabmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(15 * var(--rem));
  }

  & .component-tabmenu__item {
    display: flex;
    align-items: center;
    gap: calc(4 * var(--rem));
    font-family: var(--lp-font-ja);
    font-weight: 400;
    font-size: calc(12 * var(--rem));
    line-height: 1.5;
    letter-spacing: .1em;
    color: var(--base-font-color);
    opacity: .5;

    &.is-active {
      font-weight: 600;
      opacity: 1;
    }
  }

  & .component-tabmenu__arrow {
    width: calc(6 * var(--rem));
    height: calc(3 * var(--rem));
    flex-shrink: 0;
    rotate: 90deg;
  }

  & .component-giovannislider {
    position: relative;
    width: 100%;
    margin-top: calc(12 * var(--rem));
    overflow: hidden;

    & .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto;
      padding-inline: calc(19 * var(--rem));
      padding-bottom: calc(4 * var(--rem));
    }
  }

  & .component-giovannislider__next {
    position: absolute;
    top: calc(110 * var(--rem));
    right: calc(8 * var(--rem));
    z-index: var(--z-base);
    width: calc(36 * var(--rem));
    height: calc(36 * var(--rem));
    
    
    

    & img {
      width: 100%;
      height: 100%;
    }
  }

  & .project-category--skincare {
    background-color: #fff9ed;
    padding-bottom: calc(85 * var(--rem));
  }

  & .project-category__marquee {
    overflow: hidden;
    width: 100%;
    background-color: var(--color-pink);
    padding-block: calc(10 * var(--rem));
  }

  & .project-category__marquee-track {
    display: flex;
    gap: calc(10 * var(--rem));
    align-items: center;
    width: max-content;

    & p {
      font-family: var(--lp-font-en);
      font-weight: 600;
      font-size: calc(16 * var(--rem));
      line-height: 1;
      letter-spacing: .1em;
      color: #fafee2;
      white-space: nowrap;
    }
  }

  & .project-category__marquee-dot {
    /* display: block; */
    /* width: calc(4 * var(--rem)); */
    /* height: calc(4 * var(--rem)); */
    /* background-color: #fafee2; */
    /* rotate: 45deg; */
  }

  & .project-category__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: calc(10 * var(--rem)); */
    margin-top: calc(30 * var(--rem));
    padding-inline: calc(15 * var(--rem));
    text-align: center;
  }

  & .project-category__icon {
    width: calc(50 * var(--rem));
    height: calc(56 * var(--rem));
  }

  & .project-category__title {
    font-size: calc(30 * var(--rem));
    font-weight: 600;
    letter-spacing: .15em;
    color: var(--color-pink);
  }

  & .project-category__lead {
    font-size: calc(15 * var(--rem));
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .1em;
  }

  & .project-category--skincare .section-cardlist {
    margin-top: calc(35 * var(--rem));
  }

  & .project-category--skincare .section-card__photo {
    /* position: relative; */
    /* width: calc(220 * var(--rem)); */
    /* margin-inline: auto; */
  }

  & .section-card__sizebadge {
    position: absolute;
    top: calc(10 * var(--rem));
    left: calc(20 * var(--rem));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100 * var(--rem));
    height: calc(100 * var(--rem));
    border-radius: 50%;
    background-color: #fff5e0;
    /* border: calc(1 * var(--rem)) solid #FF926C; */
    color: #ff8256;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
  }

  & .section-card__sizebadge-line1 {
    font-size: calc(12 * var(--rem));
    letter-spacing: 0.05em;
  }

  & .section-card__sizebadge-num {
    font-family: var(--lp-font-ja);
    font-weight: 700;
    font-size: calc(16 * var(--rem));
    letter-spacing: .02em;
  }

  & .section-card__sizebadge-text {
    font-size: calc(12 * var(--rem));
  }


  & .project-teiki {
    position: relative;
    padding-top: calc(70 * var(--rem));
    padding-bottom: calc(60 * var(--rem));
    background-color: #f7faec;
    text-align: center;
    overflow-x: clip;
  }

  & .project-teiki__osusume {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(5 * var(--rem));
    font-size: calc(18 * var(--rem));
    font-weight: 600;
    color: #6db44c;
    letter-spacing: .1em;
    
    
    
    
    
    
    
    
    

    & img {
      width: calc(15 * var(--rem));
      height: calc(22 * var(--rem));
      flex-shrink: 0;
    }

    & img:last-child {
      scale: -1 1;
    }
  }

  & .project-teiki__title {
    margin-top: calc(10 * var(--rem));
    font-size: calc(26 * var(--rem));
    font-weight: 600;
    color: #6db44c;
    letter-spacing: .1em;
    position: relative;
  }

  & .project-teiki__merit {
    margin-top: calc(40 * var(--rem));
  }

  & .project-teiki__merit-label {
    font-size: calc(15 * var(--rem));
    font-weight: 600;
    color: #f69725;
    letter-spacing: .1em;
  }

  & .project-teiki__merit-title {
    margin-top: calc(4 * var(--rem));
    font-size: calc(22 * var(--rem));
    font-weight: 600;
    color: #f69725;
    letter-spacing: .1em;
  }

  & .project-teiki__merit-slider,
  & .project-teiki__item-slider {
    margin-top: calc(25 * var(--rem));
    
    
    
    
    

    & .swiper-wrapper {
      align-items: stretch;
    }

    & .swiper-slide {
      height: auto;
    }

    &.swiper-horizontal > .swiper-scrollbar {
      position: static;
      margin-top: calc(20 * var(--rem));
      width: calc(330 * var(--rem));
      height: calc(3 * var(--rem));
      background-color: #eaeaea;
      border-radius: 999px;
    }

    & .swiper-scrollbar-drag {
      background-color: #999;
      border-radius: 999px;
    }
  }

  & .project-teiki__merit-slider {
    padding: 0 calc(15 * var(--rem));
    
    
    
    
    

    & .swiper-slide {
      width: calc(330 * var(--rem));
    }

    &.swiper-horizontal > .swiper-scrollbar {
      margin-left: calc(13 * var(--rem));
    }
  }

  & .project-teiki__item-slider {
    padding: 0 calc(15 * var(--rem));
    
    
    
    

    &.swiper-horizontal > .swiper-scrollbar {
      margin-left: calc(15 * var(--rem));
    }

    & .swiper-slide {
      width: calc(156 * var(--rem));
    }
  }

  & .project-teiki__merit-card {
    height: 100%;
    padding: calc(20 * var(--rem)) calc(20 * var(--rem));
    border-radius: calc(4 * var(--rem));
    background-color: #fff;
  }

  & .project-teiki__merit-point {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(3 * var(--rem)) calc(10 * var(--rem)) calc(2 * var(--rem));
    border: 1px solid #6db44c;
    border-radius: calc(100 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(12 * var(--rem));
    font-weight: 600;
    color: #6db44c;
    letter-spacing: .1em;
    line-height: 1;
  }

  & .project-teiki__merit-heading {
    margin-top: calc(5 * var(--rem));
    font-size: calc(16 * var(--rem));
    font-weight: 600;
    color: #6db44c;
    letter-spacing: .1em;
    
    
    
    
    
    
    

    & sup {
      font-size: calc(10 * var(--rem));
      top: 0;
    }
  }

  & .project-teiki__merit-icon {
    display: block;
    margin: calc(4 * var(--rem)) auto 0;
    width: calc(140 * var(--rem));
    height: calc(70 * var(--rem));
    object-fit: contain;
  }

  & .project-teiki__merit-text {
    margin-top: calc(10 * var(--rem));
    font-size: calc(13 * var(--rem));
    line-height: 1.6;
    letter-spacing: .1em;
  }

  & .project-teiki__merit-note {
    margin-top: calc(10 * var(--rem));
    font-size: calc(10 * var(--rem));
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  & .project-teiki__osusumeitem {
    margin-top: calc(60 * var(--rem));
  }

  & .project-teiki__osusumeitem-title {
    font-size: calc(22 * var(--rem));
    font-weight: 600;
    color: #f69725;
    letter-spacing: .1em;
  }

  & .project-teiki__item-card {
    height: 100%;
    padding-bottom: calc(20 * var(--rem));
    border-radius: calc(4 * var(--rem));
    background-color: #fff;
    text-align: left;
    overflow: hidden;
  }

  & .project-teiki__item-photo {
    aspect-ratio: 1 / 1;

    & a {
      display: block;
      width: 100%;
      height: 100%;
    }

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  & .project-teiki__item-credit {
    display: block;
  }

  & .project-teiki__item-brand {
    margin-top: calc(12 * var(--rem));
    padding-inline: calc(12 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(12 * var(--rem));
    font-weight: 600;
    letter-spacing: .02em;
  }

  & .project-teiki__item-name {
    /* margin-top: calc(4 * var(--rem)); */
    padding-inline: calc(12 * var(--rem));
    font-size: calc(13 * var(--rem));
    line-height: 1.4;
    letter-spacing: .1em;
  }

  & .project-teiki__item-price {
    /* margin-top: calc(8 * var(--rem)); */
    padding-left: calc(12 * var(--rem));
    font-family: var(--lp-font-en);
    font-size: calc(15 * var(--rem));
    font-weight: 600;
    letter-spacing: 0;
	  color: #e8503d;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & span {
      margin-left: .25em;
      font-family: var(--lp-font-ja);
      font-size: calc(10 * var(--rem));
      font-weight: 500;
    }
  }

  & .project-teiki__item-badge {
    display: inline-block;
    /* margin: calc(6 * var(--rem)) 0 0 calc(12 * var(--rem)); */
    padding: calc(3 * var(--rem)) calc(5 * var(--rem));
    border-radius: calc(2 * var(--rem));
    background-color: #e8503d;
    font-size: calc(10 * var(--rem));
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  & .project-teiki__item-original {
    margin: 0 0 calc(8 * var(--rem)) calc(12 * var(--rem));
    font-size: calc(11 * var(--rem));
    color: #999;
    text-decoration: line-through;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    & span {
      margin-left: .25em;
    }
  }

  & .project-teiki__item-link {
    display: block;
    position: relative;
    font-size: calc(12 * var(--rem));
    font-weight: 600;
    color: #6db44c;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    padding-right: calc(8 * var(--rem));
  }

  & .project-teiki__detail-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(40 * var(--rem)) auto 0;
    height: calc(40 * var(--rem));
    border-radius: calc(5 * var(--rem));
    background-color: #6db44c;
    /* box-shadow: 0 calc(4 * var(--rem)) 0 #4ea126; */
    font-size: calc(14 * var(--rem));
    font-weight: 600;
    color: #fff;
    letter-spacing: .1em;
    width: calc(230 * var(--rem));
    filter: drop-shadow(0 calc(4 * var(--rem)) 0 #4ea126);
    
    
    
    
    
    
    
    
    
    
    
    
    

    & img {
      position: absolute;
      right: calc(14 * var(--rem));
      top: 50%;
      translate: 0 -50%;
      width: calc(16 * var(--rem));
      height: calc(16 * var(--rem));
    }
  }

  & .project-pcrail__catch {
    display: none;
  }

  & .project-pcrail__nav {
    display: none;
  }

  @media (min-width: 769px) {
    & .project-pcrail__catch {
      display: block;
      width: calc(392 * var(--rem-pc));
      text-align: center;
    }

    & .project-pcrail__catch-sub {
      display: block;
      font-size: calc(20 * var(--rem-pc));
      letter-spacing: .1em;
      font-weight: 500;
    }

    & .project-pcrail__catch-main {
      display: block;
      margin-top: calc(20 * var(--rem-pc));
      font-size: calc(28 * var(--rem-pc));
      font-weight: 600;
      letter-spacing: .1em;
      
      
      
      
      
      

      & em {
        font-style: normal;
        color: var(--color-pink);
        font-size: calc(32 * var(--rem-pc));
      }
    }

    & .project-pcrail__nav {
      display: block;
      width: calc(280 * var(--rem-pc));
    }

    & .project-pcrail__nav-list li {
      border-bottom: 1px dashed var(--color-pink);

      &:first-child {
        border-top: 1px dashed var(--color-pink);
      }
    }

    & .project-pcrail__nav-list a {
      position: relative;
      display: flex;
      align-items: center;
      gap: calc(8 * var(--rem-pc));
      padding-block: calc(15 * var(--rem-pc));
      padding-left: calc(25 * var(--rem-pc));
      font-size: calc(18 * var(--rem-pc));
      font-weight: 600;
      color: var(--color-pink);
      letter-spacing: .1em;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      

      & img {
        width: auto;
        height: calc(36 * var(--rem-pc));
        opacity: .8;
      }

      &.is-active {
        color: var(--color-pink);
      }

      &::before {
        content: "";
        position: absolute;
        left: calc(0 * var(--rem-pc));
        top: 50%;
        translate: 0 -50%;
        width: calc(16 * var(--rem-pc));
        height: calc(16 * var(--rem-pc));
        background-image: url(../img/icon_pcrail_arrow.svg);
        background-size: contain;
        opacity: 0;
        transition: opacity .3s var(--transition-timing);
      }

      &.is-active::before {
        opacity: 1;
      }
    }
  }

}

.lp_contents {
  & .project-category {
    padding-bottom: calc(70 * var(--rem));
    background-color: #fff9ed;
    

    & .project-category__marquee {
      overflow: hidden;
      padding-block: calc(10 * var(--rem));
      background-color: var(--color-pink);
    }

    & .project-category__marquee-track {
      display: flex;
      align-items: center;
      gap: calc(10 * var(--rem));
      width: max-content;

      & p {
        font-family: var(--lp-font-en);
        font-size: calc(16 * var(--rem));
        font-weight: 600;
        line-height: 1;
        color: #fafee2;
        letter-spacing: .1em;
        white-space: nowrap;
      }
    }

    & .project-category__marquee-dot {
      width: calc(4 * var(--rem));
      height: calc(4 * var(--rem));
      background-color: #fafee2;
      rotate: 45deg;
      /* display: block; */
    }

    & .project-category__head {
      display: flex;
      flex-direction: column;
      align-items: center;
      /* margin-top: calc(66 * var(--rem)); */
    }

    & .project-category__icon {
      width: calc(50 * var(--rem));
      height: calc(56 * var(--rem));
    }

    & .project-category__title {
      margin-top: calc(20 * var(--rem));
      font-family: var(--lp-font-ja);
      font-size: calc(30 * var(--rem));
      font-weight: 600;
      line-height: 1;
      color: var(--color-pink);
      letter-spacing: .1em;
    }

    & .project-category__lead {
      margin-top: calc(15 * var(--rem));
      font-family: var(--lp-font-ja);
      font-size: calc(15 * var(--rem));
      font-weight: 500;
      line-height: 1.8;
      color: var(--base-font-color);
      letter-spacing: .1em;
      text-align: center;
      white-space: nowrap;
    }

    & .section-cardlist {
      margin-top: calc(30 * var(--rem));
    }
  }

  & .project-followmenu {
    position: fixed;
    bottom: calc(-70 * var(--rem));
    left: 0;
    z-index: var(--z-sticky);
    width: 100%;
    background-color: #fff;
    box-shadow: 0 calc(-2 * var(--rem)) calc(8 * var(--rem)) rgb(0 0 0 / .1);
    transition: bottom .3s var(--transition-timing);

    &.is-active {
      bottom: 0;
    }

    @media (min-width: 769px) {
      display: none;
    }
  }

  & .project-followmenu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    & a {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: calc(60 * var(--rem));
      font-size: calc(11 * var(--rem));
      font-weight: 500;
      color: #fafee2;
      text-align: center;
      letter-spacing: .1em;
      background: var(--color-pink);
      border-right: 1px solid;
      
      
      
      
      
      
      
      
      
      

      &.is-active {
        color: var(--color-pink);
      }
    }
  }

}

@keyframes lp-marquee {
  to {
    translate: -50% 0;
  }
}

@keyframes lp-marquee-bathitem {
  to {
    translate: -50% 0;
  }
}



.lp_contents .project-merit__balloon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    border-style: solid;
    border-width: 20px 13px 0 0;
    border-color: var(--base-font-color) transparent transparent;
    translate: -50% 100%;
    transform: skew(-25deg);
    transform-origin: top;
}

.lp_contents .project-merit__balloon::after {
    content: "";
    position: absolute;
    bottom: 0.5px;
    left: 48%;
    border-style: solid;
    border-width: 17px 10px 0 0;
    border-color: #faffe2 transparent transparent;
    translate: calc(-50% - 0px) 100%;
    transform: skew(-25deg);
    transform-origin: top;
}

.lp_contents .project-lead__text span {
    display: block;
    margin-top: calc(10 * var(--rem));
}
.lp_contents .project-followmenu__list a:before {
    content: '';
    width: calc(26 * var(--rem));
    height: calc(30 * var(--rem));
    position: absolute;
    top: calc(7 * var(--rem));
}

.lp_contents .project-followmenu__list li:nth-child(1) a:before {
    background: url(../img/nav_innercare.svg) no-repeat;
    background-size: 100%;
    width: calc(25 * var(--rem));
}

.lp_contents .project-followmenu__list li:nth-child(2) a:before {
    background: url(../img/nav_bath.svg) no-repeat;
    background-size: 100%;
}

.lp_contents .project-followmenu__list li:nth-child(3) a:before {
    background: url(../img/nav_beauty.svg) no-repeat;
    background-size: 100%;
}

.lp_contents .project-followmenu__list li:nth-child(4) a:before {
    background: url(../img/nav_skincare.svg) no-repeat;
    background-size: 100%;
}

.lp_contents .project-followmenu__list li:last-child a {
    border-right: none;
}
.lp_contents .section-card__sizebadge::before {
    width: calc(92 * var(--rem));
    height: calc(92 * var(--rem));
    content: '';
    border: calc(1 * var(--rem)) solid #FF926C;
    position: absolute;
    border-radius: 50%;
}
#share {
    bottom: 10% !important;
    left: 3% !important;
}
.share-txt {
    background: #f7faec;
	margin: 0 !important;
    padding-bottom: calc(20 * var(--rem));
}

.lp_contents .project-teiki__item-card .fl-area {
    display: flex;
    gap: calc(5 * var(--rem));
    align-items: center;
    margin-top: calc(8 * var(--rem));
}

.lp_contents .project-teiki__item-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-left: calc(4 * (var(--rem))) solid;
    border-top: calc(4 * (var(--rem))) solid transparent;
    border-bottom: calc(4 * (var(--rem))) solid transparent;
}
.lp_contents .component-giovannislider__next.is-prev {
    right: auto;
    left: calc(8 * var(--rem));
    transform: rotate(180deg);
}
.lp_contents .project-teiki__detail-btn:hover {
    filter: none;
    translate: 0 calc(4 * var(--rem));
    opacity: 1;
}

.lp_contents .project-campaign__btn:hover {
    filter: none;
    translate: 0 calc(4 * var(--rem));
    opacity: 1;
}

.lp_contents .project-teiki__item-photo .teiki-ico {
    position: absolute;
    color: #e8503d;
    background: #fff;
    border: 1px solid;
    font-size: calc(11 * var(--rem));
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: calc(3 * var(--rem)) calc(5 * var(--rem));
    line-height: 1;
    top: calc(6 * var(--rem));
    left: calc(6 * var(--rem));
}
.lp_contents .project-teiki__title::after {
    content: '';
    background: url(../img/illust_pick.png) no-repeat;
    background-size: 100%;
    width: calc(90 * var(--rem));
    height: calc(90 * var(--rem));
    position: absolute;
    right: 0;
    z-index: 1;
    top: calc(-100 * var(--rem));
}
@media (max-width: 768px) {
.lp_contents {
    overflow: hidden;
}	
}