@charset "UTF-8";

/* ========================================
  TOP-LP
======================================== */
/* 元のcss打消し */
main:has(.top-lp) .has-global-padding {
  padding-left: 0;
  padding-right: 0;
}

html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
html,
body {
  overflow-x: hidden;
}
.top-lp * {
  box-sizing: border-box;
}


/* BASE */
:root {
	--top-lp-base-txt-color: #7C7C7C;
	--top-lp-base-accent-color: #C8A1A2;
  --top-lp-base-accent-rgb: 200,161,162;
	--top-lp-grad-white-fade-color: rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%;
	--top-lp-base-padding: 2rem;
  --fs-heading: clamp(2.2rem, 2rem + 1.3vw, 4rem);
  --fs-base-txt: clamp(1.4rem, 1rem + .8vw, 2rem);
  --fs-ms: clamp(1.3rem, 0.9rem + 1vw, 1.8rem);
  --fs-ml: clamp(1.8rem, 1.2rem + 1vw, 2.6rem);
  --fs-ls: clamp(1.6rem, 0.8rem + 2.2vw, 3.2rem);
  --fs-lm: clamp(2.8rem, 1.6rem + 2.2vw, 4.8rem);
  --fs-ll: clamp(3.6rem, 2.5rem + 2.5vw, 6.4rem);
  --fs-caption: clamp(1.2rem, 0.9rem + 0.5vw, 1.8rem);
}

.top-lp {
  color: var(--top-lp-base-txt-color);
  font-family: "Noto Serif JP", serif;
  font-size: var(--fs-base-txt);
  font-weight: 400;
  font-style: normal;
	max-width: inherit!important;
}
.top-lp > * {
  padding-inline: var(--top-lp-base-padding);
}
.top-lp > * + * {
  margin-block-start: 8rem;
}
.top-lp ul,
.top-lp li,
.top-lp dl,
.top-lp dt,
.top-lp dd,
.top-lp h2,
.top-lp h3,
.top-lp h4,
.top-lp p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-lp > section {
  max-width: 1280px;
  margin-inline: auto;
}
.top-lp p {
  line-height: 1.9;
}
.top-lp figure {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.top-lp img {
  display: block;
  width: 100%;
  height: auto;
	margin-inline: auto;
}
.top-lp a {
  color: inherit;
  text-decoration: none;
}
.top-lp p + p {
  margin-block-start: 2em;
}

.top-lp .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.top-lp .heading {
  margin-block: 0 4rem;
}
.top-lp .sub-catch {
  font-size: var(--fs-ml);
  line-height: 1.8;
}

.top-lp h2.heading {
  font-size: var(--fs-heading);
  color: var(--top-lp-base-accent-color);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
.top-lp .--satisfy {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}
.top-lp .--goudy {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.top-lp .nopadding-inline {
	margin-inline: calc(var(--top-lp-base-padding) * -1);
}

.top-lp .--bg-emb {
  position: relative;
  z-index: 0;
}
.top-lp .--bg-emb::before {
  display: inline-block;
  content: "";
  width: min(60vw, 700px);
  aspect-ratio: 1/1;
  background: url(../img/top-lp/2001BF-femness.co.jp-Used-Creative-emblem.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.top-lp .logo-box {
  width: 80%;
  max-width: 280px;
  margin: 5rem auto 0;
}

/* 動画 */
.top-lp .video-wrap > div  {
  position: relative;
}
.top-lp .video-wrap video {
  display: block;
  width: 100%;
  height: auto;
}

.top-lp .mv {
	position: relative;
}
.top-lp .img-wrap {
	position: relative;
}
.top-lp .img-wrap::after {
	content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, var(--top-lp-grad-white-fade-color));
  z-index: 1;
}

.top-lp .mv h1 {
	width: 100%;
	max-width: 769px;
  margin-block: 4rem;
}
.top-lp .mv h1 img {
	width: 90%;
}

.top-lp .intro .--bg-emb::before {
  width: 100vw;
  right: -50vw;
}

.top-lp .intro figure {
  margin-block-start: 3rem;
}
.top-lp .what-is h2 + p {
  line-height: 1.6;
  font-weight: 500;
  margin-block-end: 4rem;
}
.top-lp .what-is .treatment-list ul {
  display: flex;
}

.top-lp .what-is .treatment-list ul li {
  width: calc(100% / 3);
}
.top-lp .what-is .treatment-list ul li figure {
  width: 100%;
  aspect-ratio: 412 / 552;
}
.top-lp .what-is .treatment-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-lp .what-is .treatment-list ul li figcaption {
  color: var(--top-lp-base-accent-color);
  font-size: var(--fs-caption);
  text-align: center;
  white-space: nowrap;
}
.top-lp .what-is .treatment-list ul li figcaption.long-txt {
  letter-spacing: -1px;
}
.top-lp .outline {
  border-image:
    linear-gradient(
      to bottom,
      #fff 0%,
      #e1bebf 8%,
      var(--top-lp-base-accent-color) 20%,
      var(--top-lp-base-accent-color) 80%,
      #e1bebf 92%,
      #fff 100%
    )
    0 fill / auto / 0 100vw;
    padding-block: 20rem;
    margin-block-start: 5rem;
}

.top-lp .outline .heading.--satisfy {
  color: #fff;
  font-size: var(--fs-ll);
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  gap: clamp(1.8rem, 1.2rem + 1vw, 3rem);
}
.top-lp .outline .heading.--satisfy > span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-lp .outline .heading.--satisfy .ruby {
  font-size: var(--fs-ms);
}
.top-lp .outline .sub-catch {
  color: #fff;
  text-align: center;
  position: relative;
  margin-block-end: 7rem;
}
.top-lp .outline .sub-catch::after {
  display: block;
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.top-lp .outline dl {
  color: #fff;
}
.top-lp .outline dl > div {
  width: fit-content;
  margin-inline: auto;
}
.top-lp .outline dt {
  font-size: var(--fs-lm);
  font-weight: 600;
}
.top-lp .outline dt span {
  font-size: var(--fs-ms);
  font-weight: revert;
}
.top-lp .outline dd.price {
  line-height: 1.2;
  margin-block-end: 2em;
}
.top-lp .outline dd.price span {
  font-size: var(--fs-heading);
}

.top-lp .outline .logo-box {
  mix-blend-mode: color-dodge;
}

.top-lp .treatment h2.heading,
.top-lp .campany h2.heading {
  color: var(--top-lp-base-txt-color);
  font-size: var(--fs-lm);
  text-align: center;
}
.top-lp .treatment h2.heading span,
.top-lp .campany h2.heading span {
  color: var(--top-lp-base-accent-color);
  font-size: var(--fs-ls);
  display: block;
}
.top-lp .treatment .sub-catch {
  text-align: center;
}
.top-lp .treatment .menu {
  margin-block-start: 8rem;
}
.top-lp .treatment .sub-catch + .menu {
  margin-block-start: 5rem;
}
.top-lp .treatment .heading-wrap {
  display: grid;
  row-gap: 2rem;
}
.top-lp .treatment .heading-wrap h3 {
  color: var(--top-lp-base-accent-color);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-lp .treatment .heading-wrap h3 span {
  font-size: var(--fs-ll);
  line-height: 1;
  background: rgba(var(--top-lp-base-accent-rgb), 0.1);
  display: inline-block;
  padding: .5rem 3rem;
  border-radius: 70% 70% 50% 50% / 70% 90% 40% 80%;
}
.top-lp .treatment .heading-wrap figure {
  margin: 0;
}

.top-lp .treatment .menu-content .content-wrap {
  margin-block-start: 5rem;
}
.top-lp .treatment .menu-content h4 {
  font-size: var(--fs-ml);
  line-height: 1.4;
  padding-block: 2rem;
  position: relative;
  margin-block-end: 1em;
}
.top-lp .treatment .menu-content h4::before,
.top-lp .treatment .menu-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #C8A1A2 1px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.top-lp .treatment .menu-content h4::before {
  top: 0;
}
.top-lp .treatment .menu-content h4::after {
  bottom: 0;
}
.top-lp .treatment .img-hasbg-wrap figure {
  position: relative;
}
.top-lp .treatment .img-hasbg-wrap figure::before {
  display: inline-block;
  content: "";
  height: 150%;
  aspect-ratio: 1 / 1;
  background: url(../img/top-lp/2001BF-femness.co.jp-Used-Creative-emblem.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.top-lp .treatment .--menu03 .hascaption figcaption {
  font-size: var(--fs-caption);
  line-height: 1.5;
  text-align: center;
  margin-block-start: 1rem;
}

.top-lp .aside.collaborator {
  padding: 6rem 6rem;
  margin-block-start: var(--fs-ll);
  background-image: url(../img/top-lp/2001BF-femness.co.jp-Used-Creative-emblem.webp);
  background-size: 90%;
  background-position: 440% 60px;
  background-repeat: no-repeat;
  background-color: rgba(var(--top-lp-base-accent-rgb), .12);
}
.top-lp .aside.collaborator h5 {
  color: var(--top-lp-base-accent-color);
  font-size: var(--fs-ml);
  margin-block-start: 0;
}
.top-lp .aside.collaborator .content-box + .content-box {
  margin-block-start: 4rem;
}
.top-lp .aside.collaborator .content-box figure {
  width: 100%;
  max-width: 620px;
  margin: 0;
}
.top-lp .aside.collaborator .content-box figure figcaption {
  font-size: var(--fs-caption);
  line-height: 1.5;
  margin-block-start: 1rem;
}
.top-lp .aside.collaborator .content-box .txt-box {
  flex-grow: 1;
}
.top-lp .aside.collaborator .content-box .txt-box p {
  text-align: left;
  width: 100%;
  margin-inline: auto;
}

.top-lp .campany .officer {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.top-lp .campany .officer .com {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-lp .campany .portrait {
  margin-block-start: 4rem;
}
.top-lp .campany .portrait + .portrait {
  margin-block-start: 10rem;
}
.top-lp .campany .portrait dt.name {
  text-align: center;
  margin-block-end: 1rem;
}
.top-lp .campany .portrait p {
  text-align: center;
}
.top-lp .campany .portrait figure {
  margin-block-end: 3rem;
  position: relative;
}
.top-lp .campany .portrait figure::before {
  display: inline-block;
  content: "";
  height: 145%;
  aspect-ratio: 1 / 1;
  background: url(../img/top-lp/2001BF-femness.co.jp-Used-Creative-emblem.webp) center center no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
}
.top-lp .campany .portrait .portrait-01 figure::before {
  top: -34%;
  left: -30%;
  right: inherit;
}
.top-lp .campany .portrait .portrait-02 figure::before {
  height: 150%;
  top: -32%;
  right: -30%;
  left: inherit;
}

.top-lp .campany .history {
  padding-block: 5rem;
  margin-block-start: 4rem;
  background-color: rgba(var(--top-lp-base-accent-rgb), .12);
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
.top-lp .campany .history dl {
  width: fit-content;
  max-width: 900px;
  margin-inline: auto;
}
.top-lp .campany .history dl > div {
  display: flex;
  gap: 4rem;
}
.top-lp .campany .history dl > div + div {
  margin-block-start: 1em;
}
.top-lp .campany .history dt {
  color: var(--top-lp-base-accent-color);
  font-size: 2rem;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

.top-lp .philosophy {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.top-lp .philosophy .eyecatch {
  margin-block-end: 3em;
}
.top-lp .philosophy h3,
.top-lp .philosophy h4 {
  color: var(--top-lp-base-accent-color);
  font-size: var(--fs-ml);
  line-height: 1.6;
  margin-block-end: 1.6em;
}
.top-lp .philosophy h3 span,
.top-lp .philosophy h4 span {
  display: block;
  font-size: var(--fs-base-txt);
}
.top-lp .about-charlotte {
  padding-block: 5rem;
  margin-block-start: 6rem;
  background-color: rgba(var(--top-lp-base-accent-rgb), .12);
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
.top-lp .about-charlotte .blockquote {
  margin-block-start: 4rem;
}
.top-lp .about-charlotte .blockquote p {
  white-space:nowrap;
}
.top-lp .about-charlotte .blockquote .words {
  color: var(--top-lp-base-accent-color);
}
.top-lp .about-charlotte .blockquote span {
  display: block;
  font-size: var(--fs-ml);
  margin-block-end: 1.2rem;
}
.top-lp .about-charlotte .blockquote::before {
  display: block;
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 80/62;
  background: url(../img/top-lp/icon_quot.svg) center center no-repeat;
  background-size: contain;
  margin-block-end: 2rem;
}

.top-lp .vision {
  margin-block: 5rem 8rem;
}


/* SP追加レイアウト */
@media (max-width: 641px) {
  .top-lp .heading {
    margin-block: 0 3rem;
  }  
  .top-lp .intro .--bg-emb::before {
    width: 130vw;
    right: -70vw;
  }
 
  .top-lp .outline {
    padding-block: 11rem;
  }

  .top-lp .aside.collaborator {
    padding: 6rem var(--top-lp-base-padding);
    margin-inline: calc(var(--top-lp-base-padding) * -1);
  }
  .top-lp .aside.collaborator .content-box figure {
    margin-block-start: 3rem;
  }

}

@media (max-width: 960px) {

  .top-lp .what-is .treatment-list ul + ul {
    margin-block-start: 3rem;
  }

  .top-lp .outline dl > div + div {
    margin-block-start: 7rem;
    position: relative;
  }
  .top-lp .outline dl > div + div::before {
    display: block;
    content: "";
    width: 6px;
    height: auto;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-lp .treatment .heading-wrap h3 {
    flex-direction: column;
  }
  .top-lp .treatment .menu-content .video-wrap,
  .top-lp .treatment .menu-content .content-wrap.--reverse > .img-hasbg-wrap {
    margin: 4rem calc(var(--top-lp-base-padding) * -1) 0;
  }  
  .top-lp .treatment .img-hasbg-wrap figure::before {
    bottom: -23%;
    left: -34%;
  }

  .top-lp .treatment .--menu03 .img-box {
    margin-block-start: 4rem;
    margin-inline: calc(var(--top-lp-base-padding) * -1);
  }

  .top-lp .aside.collaborator .content-box figure figcaption {
    text-align: center;
  }

  .top-lp .philosophy .eyecatch {
    margin-inline: calc(var(--top-lp-base-padding) * -1);
  }

}



/* PCレイアウト */
@media (min-width: 640px) {
  .top-lp .for-sp {
    display: none;
  }
}

@media (min-width: 961px) {
  .top-lp > * + * {
    margin-block-start: 14rem;
  }  

  .top-lp .mv h1 {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
		mix-blend-mode: color-dodge;
  }

  .top-lp .intro .--bg-emb::before {
    width: 45vw;
    top: 0;
    right: -24vw;
    transform: translateY(-10%);
  }

  .top-lp .section-heading {
    display: flex;
    gap: 2.5rem;
  }
  .top-lp .section-heading.--flex-reverse {
    flex-direction: row-reverse;
  }
  .top-lp .section-heading .txt-box {
    flex-grow: 1;
  }
  .top-lp .section-heading figure {
    width: 50%;
    max-width: 620px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-block: 0;
  } 

  .top-lp .what-is .treatment-list {
    display: flex;
  }

  .top-lp .outline .sub-catch {
    margin-block-end: 14rem;
  }
  .top-lp .outline .sub-catch::after {
    width: 10px;
    bottom: -7rem;
  }  

  .top-lp .outline dl {
    display: flex;
  }  
  .top-lp .logo-box {
      margin: 8rem auto 0;
  }

  .top-lp .treatment .menu {
    margin-block-start: 14rem;
  }  

  .top-lp .treatment .heading-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "heading image"
      "text image";
    column-gap: 6rem;
    row-gap: 4rem;
    align-items: start;
  }
  .top-lp .treatment .heading-wrap.--reverse {
    grid-template-areas:
      "image heading"
      "image text";
  }

  .top-lp .treatment .heading-wrap h3 {
    line-height: 1.4;
    margin-block-start: auto;
    grid-area: heading;
  }
  .top-lp .treatment .heading-wrap h3 span {
    padding: 0rem 3rem;
  }
  .top-lp .treatment .heading-wrap.--reverse h3,
  .top-lp .treatment .heading-wrap.--reverse .txt-box {
    padding-inline-start: 3vw;
  }
  .top-lp .treatment .heading-wrap figure {
    grid-area: image;
  }
  .top-lp .treatment .heading-wrap .txt-box {
    grid-area: text;
  }
  .top-lp .treatment .heading-wrap figure img {
    display: block;
    width: 100%;
    height: auto;
  } 

  .top-lp .treatment .menu-content .content-wrap {
    display: flex;
    align-items: flex-end;
    gap: 6rem;
    margin-block-start: 8rem;
  }
  .top-lp .treatment .menu-content .content-wrap.--reverse {
    flex-direction: row-reverse;
  }
  .top-lp .treatment .menu-content .content-wrap > .txt-wrap {
    width: calc((100% - 6rem) / 2);
    flex-shrink: 0;
  }

  .top-lp .treatment .menu-content .content-wrap > .video-wrap {
    /* width: calc(50vw - 8rem);
    flex-shrink: 0;
    margin-right: calc(50% - 50vw + 4rem) */
    width: 100%;
  }  
  .top-lp .treatment .--reverse .txt-wrap {
      padding-inline-start: 3vw;
    }

  .top-lp .treatment .menu-content .content-wrap.--reverse > .video-wrap,
  .top-lp .treatment .menu-content .content-wrap.--reverse > .img-box {
    width: 100%;
    /* width: calc(50vw - 8rem);
    margin-right: 0;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw + 4rem) */
  }
 
  .top-lp .treatment .menu-content h4::before,
  .top-lp .treatment .menu-content h4::after {
    height: 3px;
    background-image: radial-gradient(circle, #C8A1A2 1.5px, transparent 1.5px);
    background-size: 10px 3px;
  }

  .top-lp .treatment .img-hasbg-wrap figure::before {
    bottom: -17%;
    left: -34%;
  }  

  .top-lp .treatment .--menu03 .--reverse .hascaption figcaption {
    text-align: right;
  }
  .top-lp .aside.collaborator {
    padding: 8rem 6rem;
    background-size: 50%;
    background-position: 120% 80px;
  } 

  .top-lp .aside.collaborator h5 {
    width: fit-content;
    margin: 0 auto 8rem;
  }
  .top-lp .aside.collaborator .content-box + .content-box {
    margin-block-start: 8rem;
  }  
  .top-lp .aside.collaborator .content-box {
    display: flex;
    gap: 2rem;
  }
  .top-lp .aside.collaborator .content-box.--reverse {
    flex-direction: row-reverse;
  }
  .top-lp .aside.collaborator .content-box figure {
    width: 50%;
    max-width: 620px;
  }  
  .top-lp .aside.collaborator .content-box .txt-box p {
    width: fit-content;
  }  
  .top-lp .aside.collaborator .-aside-content-02 {
    text-align: right;
  }

  .top-lp .campany .portrait {
    margin-block-start: 6rem;
  }  
  .top-lp .campany .portrait .portrait figure::before {
    top: -28%;
    left: -28%;
  }
  .top-lp .campany .portrait .portrait-02 figure::before {
    height: 140%;
    top: -16%;
    right: -30%;
  }

  .top-lp .campany .history {
    padding-block: 8rem;
    margin-block-start: 6rem;
  }
  
  .top-lp .campany .history dt {
    font-size: 2.6rem;
  }

  .top-lp .philosophy .heading h3 {
    margin-block-end: 0;
  }
  .top-lp .philosophy .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
  }

  .top-lp .about-charlotte {
    padding-block: 8rem;
    margin-block-start: 8rem;
    display: flex;
    justify-content: space-between;
    gap: var(--fs-lm);
  }

  .top-lp .about-charlotte .txt-upper {
    width: fit-content;
    flex-shrink: 0;
    margin-block-end: 13rem;
  }
  .top-lp .about-charlotte .blockquote {
    margin-block-start: auto;
    width: fit-content;
    flex-shrink: 0;
  }
  .top-lp .about-charlotte .blockquote::before {
    width: 80px;
    margin-block-end: 3rem;
  }

  .top-lp .vision {
    margin-block: 8rem 10rem;
    display: flex;
    gap: 3rem;
  }  
  .top-lp .vision .logo-box {
    width: 30%;
    max-width: 280px;
    margin: auto 0 0 auto;
  }
}

@media (min-width: 1281px){
  .top-lp .treatment .menu-content .content-wrap > .video-wrap {
    width: calc(50vw - 12rem);
    flex-shrink: 0;
    margin-right: calc(50% - 50vw + 6rem)
  }  
  .top-lp .treatment .--reverse .txt-wrap {
      padding-inline-start: 3vw;
    }

  .top-lp .treatment .menu-content .content-wrap.--reverse > .video-wrap,
  .top-lp .treatment .menu-content .content-wrap.--reverse > .img-box {
    width: calc(50vw - 12rem);
    margin-right: 0;
    flex-shrink: 0;
    margin-left: calc(50% - 50vw + 46em)
  }
}

@media (min-width: 1401px) {
  .top-lp .section-heading {
    gap: 6rem;
  }  
  .top-lp .intro .--bg-emb::before {
    width: 34vw;
    right: -20vw;
  }

}