@charset "UTF-8";

.ui--pc {
  display: block;
}

.top-hero {
  width: 100%;
  position: relative;
  overflow: visible;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.fv-inner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
}

.swiper-wrapper-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -2;
  background-color: #000;
  pointer-events: none;
}

.swiper1 {
  width: 100%;
  height: 100%;
  filter: blur(0px);
  transition: filter 0.3s ease;
  background-color: #000;
}

.swiper1-bg {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.swiper1::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.swiper1::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #5AC8D1 0%, #5AC8D1 35%, #FFF6AB 100%);
  opacity: .1;
  z-index: 1;
}

.swiper-wrapper {
  z-index: 0 !important;
}

.swiper-slide {
  position: relative;
}

.swiper-slide01 {
  /*-----
  background: linear-gradient(to right, #f2b9c8, #ebdcfe);
  -----*/
  background: linear-gradient(to right, #DDE3EB, #f5f7fa, #E2E4E7);
}

.slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-img01 {
  transform: scale(1.05);
  position: relative;
  z-index: 2;
}

.slide-img picture,
.slide-img img {
  height: 100%;
  object-fit: cover;
}

.slide-img03-sp__mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.slide-img03-sp__mask>img {
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: blur1 .5s linear 0s;
  animation-fill-mode: both;
}

.swiper-slide01.swiper-slide-active .slide-img01 picture {
  animation: blur1 .5s linear 0s both, slideInFromLeft 5s ease forwards;
}

.swiper-slide02.swiper-slide-active .slide-img02 picture {
  animation: blur1 .5s linear 0s both, slideInScale 5s ease forwards;
}

@keyframes blur1 {
  0% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInScale {
  0% {
    transform: scale(1.015);
  }

  100% {
    transform: scale(1);
  }
}

.swiper1 .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  height: auto;
  position: absolute;
  top: 45%;
  right: 2.5%;
  left: initial;
  bottom: initial;
  transform: translate(0, -50%);
  mix-blend-mode: difference;
  z-index: 2;
}

.swiper1 .swiper-pagination-bullet {
  box-sizing: border-box;
  display: block;
  opacity: 1;
  position: relative;
  transform: scale(.9);
  transition: transform .3s ease;
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 10px 4px !important;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  color: #A7A7A7;
}

.swiper1 .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 20px;
}

.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper1 .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  stroke-dasharray: 152px;
  stroke-dashoffset: 152px;
  stroke: #A7A7A7;
}

.swiper-pagination-bullet-active .circle {
  transform: scale(1) rotate(-90deg);
}

.swiper-pagination-bullet-active .circle1 {
  animation: sliderPagination 4s linear forwards;
}

@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

.fv-ttl {
  display: flex;
  flex-direction: column;
  width: 35%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}

.fv-ttl>h2 {
  width: 90%;
  order: 2;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: .075em;
  white-space: nowrap;
}

.fv-ttl__sub {
  width: 100%;
  order: 1;
  margin-bottom: 30px;
}

.fv-link {
  width: 140px;
  height: 120px;
  position: absolute;
  bottom: 15%;
  right: 5%;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-link>a {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.fv-link-tab {
  font-size: 1.2rem;
  background: #5AC8D1;
  color: #fff;
  padding: 0 5px;
  position: absolute;
  top: 10%;
  right: 10%;
}

.fv-link-main {
  font-weight: 700;
}

.fv-move {
  width: 60%;
  height: auto;
  position: absolute;
  bottom: -10%;
  left: 50%;
  opacity: .6;
}

.fv-loop {
  width: 7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
  pointer-events: none;
}

.fv-loop-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.fv-loop-list {
  list-style: none;
  transform: translateY(-100%);
  animation: infinity-scroll-left2 40s infinite linear 0.5s both;
  -webkit-animation: infinity-scroll-left2 40s infinite linear 0.5s both
}

.fv-loop-item {
  width: 100%;
  height: auto;
}

.fv-loop-item>img {
  display: block;
  width: 100%;
}

@keyframes infinity-scroll-left2 {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  99.9%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.scrolldown__wrap {
  width: auto;
  height: 40%;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.scrolldown__wrap>span {
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-bottom: 10px;
  font-weight: 700;
}

.scrolldown {
  position: relative;
  height: 80px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5AC8D1;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #ccc;
}

@keyframes circlemove {
  0% {
    bottom: 80px;
    background: #5AC8D1;
  }

  100% {
    bottom: -5px;
    background: #faaeb9;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/*----------------------------------------------------
  info
----------------------------------------------------*/
.info {
  padding: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
}

.info a {
  color: #fff;
}

.info .container {
  width: 85%;
  border-bottom: 1px solid #C5CDE1;
  padding: 30px 2.5% 15px 2.5%;
  box-sizing: border-box;
}

.info-col {
  display: flex;
}

.info-ttl {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}


.info-ttl>p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  order: 1;
}

.info-ttl>h2 {
  font-size: 1rem;
  order: 2;
}

.info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-article {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.info-article>a {
  width: 100%;
  display: flex;
  align-items: center;
}

.info-article-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.info-date {
  width: 120px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.info-date::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #5AC8D1 0%, #5AC8D1 35%, #FFF6AB 100%);
  border-radius: 50vh;
  margin-right: 10px;
}

.info-article__ttl>h3 {
  flex: 1;
  font-size: 1.4rem;
}

.info-article__arrow {
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  padding-top: 80vh;
}

.about {
  position: relative;
  color: #fff;
  width: 100%;
}

.about-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.about-imgWrap {
  width: 45%;
  position: relative;
}

.about-imgWrap::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.about-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.about-img>img {
  height: 100%;
  object-fit: cover;
}

.about-inner {
  width: 42.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.about-ttl {
  margin-bottom: 40px;
}

.about-ttl>h2 {
  width: 60%;
}

.about-inner__lead {
  margin-bottom: 30px;
}

.about-inner__lead>p {
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: 700;
}

.about-inner__txt {
  margin-bottom: 40px;
}

.about-inner__txt>p {
  font-size: 1.8rem;
}

.loop {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loop__inner {
  width: 250%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.loop__col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}

.loop__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.loop__item {
  width: calc(100%/3);
  padding: 0 1%;
  box-sizing: border-box;
}

.loop__item>img {
  border-radius: 10vh;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.wave-wrapper {
  width: 100vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 75%;
}

.wave-wrapper svg {
  width: 100%;
  height: auto;

}

.text-wrapper {
  position: absolute;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.char {
  position: absolute;
  font-size: 7.5vw;
  font-family: 'FuturaPTLight', sans-serif;
  animation: moveAlongPath 20s linear infinite;
  opacity: .2;
}

@keyframes moveAlongPath {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

/*----------------------------------------------------
  service
----------------------------------------------------*/
.service {
  padding-top: 0;
  position: relative;
  z-index: 3;
}

.service-container {
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 2;
}

.service-top-wrapper__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.bg-gradient,
.bg-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease;
}

.bg-gradient {
  background: linear-gradient(to right, #5AC8D1 0%, #5AC8D1 35%, #FFF6AB 100%);
  opacity: 0;
  z-index: 1;
}

.bg-white {
  background: #edebeb;
  opacity: 0;
  z-index: 2;
}

.service-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('/assets/img/top/service-bg.png') no-repeat center/cover;
  filter: blur(20px);
  /* ← 初期ぼかし状態 */
  opacity: 1;
  pointer-events: none;
  z-index: -1;
  transition: filter 0.5s ease;
}

.service-bg::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

/*---
.service::before {
  display: block;
  content: '';
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
---*/
.service-top-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.service-top {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 200px 0;
  color: #fff;
}

/*---
.service-top::before {
  display: block;
  content: '';
  width: 100vw;
  height: 200px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
  ---*/

.service-top__ttl {
  width: 50%;
  padding: 0 7.5% 0 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.service-top__ttl-main {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.service-top__ttl-main::after {
  display: block;
  content: '';
  width: 100vw;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-top-sp {
  display: none;
}

.service-top__ttl-main>h2 {
  width: 85%;
}

.service-top__ttl-inner {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

.service-top__ttl-inner-img {
  width: 100%;
  margin-bottom: 30px;
}

.service-top__ttl-inner p {
  width: 100%;
  font-size: 1.8rem;
}

.service-top__ttl-inner-sp {
  display: none;
}

.service-top__img {
  width: 45%;
  position: relative;
  z-index: 1;
}

.service-top__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.service-top__img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-top__img-blk {
  width: 32%;
  height: auto;
  position: absolute;
}

.service-top-ec {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service-top-salon {
  bottom: 0;
  left: 0;
}

.service-top-partner {
  bottom: 0;
  right: 0;
}

.service-top__img-blk::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.service-top__img-blk-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .1);
  border-radius: 50vh;
}

.service-top-ec .service-top__img-blk-inner {
  border: 4px solid #8ABFCC;
}

.service-top-salon .service-top__img-blk-inner {
  border: 4px solid #F292AB;
}

.service-top-partner .service-top__img-blk-inner {
  border: 4px solid #C89FFE;
}

.service-top__img-blk-inner>img {
  width: 20%;
  margin-bottom: 5px;
}

.service-top__img-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.service-top__img-main>span {
  font-size: 1rem;
  font-weight: 400;
  color: #CCCCCC;
}

.service-top__img-blk-inner>a {
  width: 50%;
  height: 24px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}

.marker {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.marker::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.marker [class*=pulse_] {
  background: rgba(255, 255, 255, .2);
  border-radius: 50vh;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: pulse 2.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.marker [class*=pulse_].pulse_1 {
  animation-delay: .5s;
}

.marker [class*=pulse_].pulse_2 {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.1, .1);
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.servicr-top__img-catch {
  width: 40%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service-col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px 0;
  position: relative;
}

.service-col::after {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-col:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.service-inner {
  width: 40%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#service-salon .service-inner {
  order: 2;
}

.service-inner__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.service-inner__ttl>img {
  width: 60px;
  margin-right: 20px;
}

.service-inner__ttl-txt {
  flex: 1;
  line-height: 1.4;
}

.service-inner__ttl-txt>h3 {
  font-size: 3rem;
  font-weight: 700;
}

.service-inner__ttl-txt>p {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.service-inner__ttl-txt>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: solid 1px;
  margin-left: 8px;
}

.service-inner__lead {
  margin-bottom: 30px;
}

.service-inner__lead>p {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
}

.service-inner__txt {
  width: 100%;
  margin-bottom: 40px;
}

.service-img {
  width: 50%;
  position: relative;
  z-index: 1;
}

#service-ec .service-img,
#service-partner .service-img {
  order: 1;
}

.ec-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-img__main {
  width: 70%;
  height: auto;
  position: relative;
}

.ec-img__main::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.ec-img__main-base {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.ec-img__main-mall,
.ec-img__circle-color,
.ec-img__circle-gray {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.ec-img__circle-color {
  animation: rotation1 36s infinite linear;
}

.ec-img__circle-gray {
  animation: rotation-reverse 36s infinite linear;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation-reverse {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.ec-img__side {
  width: 27.5%;
  position: relative;
}

/*---
.ec-img__side::before {
  display: block;
  content: '';
  width: 1px;
  height: 55%;
  background: #5AC8D1;
  position: absolute;
  top: 2.5%;
  left: -42.5%;
  transform: rotate(57deg);
}
  ---*/

.ec-img__side>ul {
  width: 100%;
  height: auto;
  list-style: none;
}

.ec-img__side>ul>li {
  width: 100%;
  height: 48px;
}

.ec-img__side>ul>li:not(:last-of-type) {
  margin-bottom: 20px;
}

.ec-img__side>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #8ABFCC;
  color: #8ABFCC;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50vh;
  position: relative;
}

.ec-img__side>ul>li>a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: url('/assets/icon/arrow-r--grn.svg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

.service-linkWrap {
  display: flex;
  justify-content: space-between;
}

.service-linkWrap .service-link {
  width: 49%;
}

.salon-img {
  width: 50%;
  position: relative;
}

.salon-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.salon-img__base,
.salon-img__pin,
.salon-img__top {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.partner-img {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.partner-img-wrapper {
  width: 60%;
  height: auto;
  position: relative;
}

.partner-img-wrapper2 {
  width: 35%;
  height: auto;
  margin-top: auto;
  position: relative;
  bottom: -50px;
}

.partner-img__base,
.partner-img__base2 {
  width: 100%;
  height: auto;
  position: relative;
  clip-path: inset(0 0 round 8px 8px 8px 8px);
}

.partner-img__base::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 120%;
}

.partner-img__base2::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 120%;
}

.partner-img__base>img,
.partner-img__base2>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;

}



.service-inner__txt-sp {
  display: none;
}

.service-link-sp,
.service-linkWrap-sp {
  display: none;
}

#service .link-btn>a {
  padding: 0 20px;
}

#service .link-btn-arrow {
  width: 50px;
  height: 40px;
}

#service .link-btn-arrow>svg {
  display: inline-block;
  width: 10px;
  height: 10px;
}

#service-salon .link-btn-arrow {
  background: #F9F3F8;
}

#service-partner .link-btn-arrow {
  background: #F2F1F8;
}

/*----------------------------------------------------
  recruit
----------------------------------------------------*/
#recruit-wrapper {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transform: translateY(-50px) scale(.5);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
  background: #fff;
  border-top: 14px solid #fff;
}

#recruit-wrapper.active {
  transform: translateY(0) scale(1);
  opacity: 2;
}

.recruit {
  position: relative;
  z-index: 1;
  color: #fff;
}

#recruit {
  width: calc(100% - 20px);
  margin: 0 auto;
  clip-path: inset(50% 50% 50% 50% round 10px);
  transition: clip-path 0.8s ease;
  will-change: clip-path;
  overflow: hidden;
}

#recruit-wrapper.active #recruit {
  clip-path: inset(0% 0% 0% 0% round 10px);
}


.recruit::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/assets/img/top/recruit-bg.png?ver=20260224');
  background-size: cover;
  background-position: center;
}

.recruit::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1a1a1a;
  opacity: .4;
}

.recruit .container {
  display: flex;
  justify-content: space-between;
}

.recruit-inner {
  width: 52.5%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.recruit-lead {
  width: 100%;
}

.recruit-lead>p {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.recruit-ttl {
  width: 100%;
  margin-bottom: 30px;
}

.recruit-ttl>p {
  font-size: 13.5rem;
  letter-spacing: .075em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.recruit-ttl>img {
  width: 55%;
}

.recruit-img {
  width: 75%;
  position: absolute;
  bottom: 0;
  right: -10%;
}

/*----------------------------------------------------
  #news
----------------------------------------------------*/
.news {
  padding: 150px 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

/*---
.news::after {
  display: block;
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f7fa;
}
---*/
.news .container {
  position: relative;
  z-index: 1;
}

.news-col {
  display: flex;
  justify-content: space-around;
}

.news-ttl-wrap {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.news-ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-ttl>h2 {
  width: 90%;
  margin-bottom: 10px;
}

.news-ttl>h2>img {
  width: 100%;
}

.news-ttl>p {
  font-weight: 500;
}

.news-link {
  width: 85%;
  margin-top: 50px;
}

.news-link-sp {
  display: none;
}


.news-listWrap {
  width: 65%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.news-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-blk {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.news-blk:not(:last-of-type) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.news-blk>a {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-eyecatch {
  width: 20%;
  position: relative;
}

.news-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.news-eyecatch>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 6px;
}

.news-inner {
  width: 75%;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
}

.news-inner__ttl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 10px;
}

.news-inner__ttl>h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.news-inner__txt {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 20px;
  flex: 1;
}

.news-inner__txt>p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.news-inner__taxonomy {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: auto auto 0 auto;
}

.news-category:not(:last-of-type) {
  margin-right: 5px;
}

.news-category {
  padding: 0px 14px;
  background: #A0DFE4;
  color: #fff;
  border-radius: 2px;
}

.news-date {
  margin-right: 8px;
}

@media screen and (max-width:1440px) {
  .about-inner__lead>p br {
    display: none;
  }

  /*---service---*/
  .service-top__img-main {
    font-size: 2rem;
  }
}

@media screen and (max-width:1360px) {
  .recruit-ttl>p {
    font-size: 12rem;
  }
}

@media screen and (max-width:1280px) {

  /*---service---*/
  .service-top__ttl-inner p {
    font-size: 1.8rem;
  }

  .service-inner {
    width: 45%;
  }
}

@media screen and (max-width:1024px) {
  .fv-ttl {
    width: 45%;
  }

  .fv-link {
    right: 12.5%;
  }

  /*---about---*/
  .about {
    padding: 0;
  }

  .about-ttl>h2 {
    width: 45%;
  }

  .loop__inner {
    width: 300%;
  }

  /*---service---*/
  .service {
    padding-bottom: 0;
  }

  .service::before {
    height: 100px;
  }

  .service .container {
    width: 90%;
  }

  .service-top {
    flex-direction: column;
    padding: 150px 0;
  }

  .service-top__ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .service-top__ttl-main {
    width: 40%;
    padding-bottom: 0;
  }

  .service-top__ttl-main::after {
    display: none;
    content: '';
    width: 100vw;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-top__ttl-main>h2 {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .service-top__ttl-main>h2>img {
    width: 85%;
    margin-left: auto;
  }

  .service-top__ttl-main>h2::after {
    display: block;
    content: '';
    width: 100vw;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .service-top-pc {
    display: none;
  }

  .service-top-sp {
    display: block;
  }

  .service-top__ttl-inner-img {
    margin-bottom: 0;
  }


  .service-top__ttl-inner {
    width: 55%;
    padding-top: 0;
  }

  .service-top__ttl-inner p {
    font-size: 1.6rem;
  }

  .service-inner__lead>p {
    text-align: center;
  }

  .service-top__img {
    width: 65%;
    margin-bottom: 80px;
  }

  /*---service-detail---*/
  .service-col {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }

  .service-col:not(:last-of-type) {
    border-bottom: none;
  }

  #service-salon .service-inner {
    order: initial;
  }

  #service-ec .service-img,
  #service-partner .service-img {
    order: initial;
  }

  .service-inner {
    width: 100%;
  }

  .service-img {
    width: 90%;
    margin: 0 auto 40px auto;
  }

  #service-partner .service-img {
    margin-bottom: 80px;
  }


  .service-inner__txt-pc,
  .service-link-pc,
  .service-linkWrap-pc {
    display: none;
  }

  .service-inner__txt-sp {
    display: block;
  }

  .service-link-sp,
  .service-linkWrap-sp {
    display: flex;
  }

  .service-linkWrap-sp {
    width: 100%;
  }

  .service-linkWrap-sp .link-btn {
    width: 49%;
    max-width: initial;
  }

  /*---recruit---*/
  .recruit {
    position: relative;
  }

  .recruit-inner {
    width: 75%;
  }

  /*---news---*/
  .news::after {
    width: 100%;
  }

  .news-col {
    flex-direction: column;
  }

  .news-ttl-wrap {
    width: 100%;
  }

  .news-ttl {
    width: 45%;
    margin-left: 20px;
  }

  .news-listWrap {
    width: 100%;
  }

  .news-list {
    flex-direction: column;
  }

  .news-link-pc {
    display: none;
  }

  .news-link-sp {
    display: block;
  }

}

@media screen and (max-width:896px) {
  .fv::before {
    padding-top: 75%;
  }

  .info {
    width: 90%;
  }

  /*---service---*/
  .service-top__img {
    width: 85%;
  }

  .ec-img__side>ul>li>a {
    font-size: 1.3rem;
  }

  /*---recruit---*/

}

@media screen and (max-width:787px) {
  .fv-ttl {
    width: 55%;
  }

  .info-article__ttl>h3 {
    line-height: 1.8;
  }

  .fv-link {
    display: none;
  }

  /*---info---*/
  .info .container {
    padding: 0;
  }

  .info-col {
    flex-direction: column;
  }

  .info-ttl {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }

  .info-article {
    padding: 14px 10px;
  }

  .info-date {
    width: 105px;
  }

  .info-article__ttl>h3 {
    line-height: 1.6;
  }

  /*---about---*/
  .about {
    width: 75%;
    margin: 0 auto;
  }

  .about-col {
    flex-direction: column;
  }

  .about-imgWrap {
    width: 100%;
  }

  .about-inner {
    width: 100%;
    margin-bottom: 80px;
  }

  /*---service---*/
  .service-top {
    flex-direction: column;
  }

  .service-col {
    width: 80%;
  }

  .service-top__ttl-main {
    width: 100%;
  }

  .service-top__ttl {
    margin-bottom: 50px;
    order: 1;
  }

  .service-top__ttl-main>h2>img {
    width: 55%;
  }

  .service-top__ttl-inner-img {
    width: 62.5%;
    margin-left: auto;
  }

  .service-top__ttl-inner-pc {
    display: none;
  }

  .service-top__ttl-inner-sp {
    display: block;
    width: auto;
    font-weight: 700;
    margin: 0 auto;
    font-size: 2rem;
    order: 2;
  }


  .service-top__ttl-inner {
    display: none;
  }

  .service-top__img {
    width: 85%;
    margin-bottom: 50px;
    order: 3;
  }

  .service-top__img-main {
    font-size: 1.8rem;
  }

  .service-top__img-blk-inner>a {
    width: 65%;
    font-size: 1.1rem;
  }

  .service-top__ttl-inner-sp {
    margin-bottom: 60px;
  }

  /*---recruit---*/
  .recruit-lead>p {
    font-size: 2rem;
  }

  .recruit-ttl>p {
    font-size: 7rem;
  }

}

@media screen and (max-width:680px) {

  /*---info---*/
  .info-article>a {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info-date {
    width: 100%;
  }

  .info-article__arrow {
    width: 22px;
    height: 22px;
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
  }

  /*---about---*/
  .about::after {
    display: none;
  }

  .about .container {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }

  .about-inner {
    height: auto;
    width: 100%;
    padding: 5% 10%;
    margin: 0 auto 40px auto;
  }

  .loop {
    top: 0;
    transform: translate(-50%, 0);
  }

  .loop__inner {
    width: 500%;
  }

  .wave-wrapper {
    display: none;
  }

  /*---service---*/
  .service .container {
    width: 85%;
  }

  .service-col {
    width: 100%;
  }

  .service-img {
    width: 100%;
  }

  .ec-img__main {
    width: 65%;
  }

  .ec-img__side {
    width: 30%;
  }

  .ec-img__side>ul>li {
    height: 36px;
  }

  .ec-img__side>ul>li>a {
    font-size: 1.2rem;
  }

  .recruit-inner {
    bottom: 50px;
  }
}

@media screen and (max-width:480px) {
  .fv-ttl {
    width: 65%;
    left: 10%;
  }

  .fv-ttl>h2 {
    font-size: 2rem;
  }

  .fv-ttl__sub {
    margin-bottom: 20px;
  }

  .slide-img01 picture,
  .slide-img01 img {
    object-position: center center;
  }

  .slide-img02 picture,
  .slide-img02 img {
    object-position: top center;
  }


  .swiper1 .swiper-pagination {
    display: none;
  }

  .fv-loop {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
  }


  .scrolldown__wrap {
    /*---display: none;---*/
    top: 20%;
    width: 30px;
    left: 0;
    height: auto;
    pointer-events: none;
  }

  .scrolldown__wrap>span {
    color: #fff;
  }

  .scrolldown::after {
    background: #fff;
  }

  /*---info---*/
  .info .container {
    width: 90%;
  }

  .info-ttl {
    width: 100%;
  }

  .info-ttl::before {
    width: 30px;
  }

  .info-ttl>p {
    font-size: 1.6rem;
  }

  .info-date {
    font-size: 1.1rem;
    color: #ccc;
  }

  .info-date::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }

  .info-article__ttl {
    width: 100%;
  }

  .info-article__ttl>h3 {
    font-size: 1.1rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-weight: 400;
  }

  .info-article {
    padding: 10px;
  }

  .info-article__arrow {
    width: 20px;
    height: 20px;
    font-size: 1rem;
    margin-left: 5px;
  }

  /*---news---*/
  .news {
    padding: 80px 0;
  }

  /*---about---*/
  .about-wrapper {
    padding-top: 150vh;
  }

  .about {
    width: 85%;
    padding-bottom: 80px;
  }

  .about .container {
    width: 100%;
  }

  .about-imgWrap {
    margin-bottom: 40px;
  }

  .about-inner {
    padding: 0;
  }

  .about-ttl {
    margin-bottom: 20px;
  }

  .about-ttl>h2 {
    width: 65%;
  }

  .about-inner__lead {
    margin-bottom: 14px;
  }

  .about-inner__txt>p {
    font-size: 1.4rem;
  }

  .about-inner__lead>p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .about-inner__txt {
    margin-bottom: 20px;
  }

  .loop__item>img {
    border-radius: 5vh;
  }


  /*---service---*/
  .service-top {
    width: 100%;
    padding: 80px 0;
  }

  .service-top::before {
    height: 80px;
  }

  .service-top__ttl {
    margin-bottom: 40px;
  }

  .service-top__ttl-main>h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .service-top__ttl-main>h2>img {
    width: 75%;
  }

  .service-top__ttl-inner-img {
    width: 90%;
  }

  .service-top__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-top__img-blk {
    width: 40%;
  }

  .service-top__img-main {
    font-size: 1.4rem;
  }

  .service-top__img-blk-inner {
    border-width: 3px !important;
  }

  .service-top__img-blk-inner>a {
    font-size: 1rem;
    width: 62.5%;
  }

  .servicr-top__img-catch {
    width: 32.5%;
  }

  .service-top__ttl {
    padding: 0;
  }

  .service-top__ttl-inner-sp {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .service-main {
    width: 100%;
  }

  .service-main .container {
    width: 100%;
  }

  .service-col {
    width: 100%;
    padding: 50px 0;
  }

  .service-inner__ttl>img {
    width: 50px;
    margin-right: 10px;
  }

  .service-inner__ttl-txt {
    line-height: 1.4;
  }

  .service-inner__ttl-txt>h3 {
    font-size: 2.6rem;
  }

  .service-inner__ttl-txt>p {
    font-size: 1.2rem;
  }

  .service-inner__lead>p {
    font-size: 1.6rem;
  }

  .service-img {
    margin-bottom: 24px;
  }

  .ec-img {
    flex-direction: column;
  }

  .ec-img__main {
    width: 80%;
    margin-bottom: 24px;
  }

  .ec-img__side {
    width: 95%;
    margin: 0 auto;
  }

  .ec-img__side>ul>li>a::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
  }

  /*-----
  .ec-img__side::before {
    display: block;
    content: '';
    width: 1px;
    height: 100px;
    background: #5AC8D1;
    position: absolute;
    top: -110px;
    left: 47.5%;
    transform: rotate(10deg) translate(-50%, 0);
  }
    -----*/

  .ec-img__side>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ec-img__side>ul>li {
    width: 49%;
  }

  .ec-img__side>ul>li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .ec-img__side>ul>li:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .service-inner__txt {
    margin-bottom: 0;
  }

  #service-salon .service-inner__txt,
  #service-partner .service-inner__txt {
    margin-bottom: 24px;
  }

  .service-linkWrap-sp {
    flex-direction: column;
  }

  .service-linkWrap-sp .link-btn {
    width: 100%;
  }

  .service-linkWrap-sp .link-btn:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .service-link,
  .service-linkWrap-sp .link-btn {
    width: 90%;
    margin: 0 auto;
  }

  /*---recruit---*/
  .recruit::before {
    background: url('/assets/img/top/recruit-bg--sp.png');
    background-size: cover;
    background-position: center;
  }

  .recruit-inner {
    width: 100%;
  }

  .recruit-ttl>p {
    font-size: 6rem;
  }


  /*---news---*/
  .news .container {
    width: 90%;
  }

  .news-ttl {
    margin-bottom: 30px;
  }

  .news-ttl>h2 {
    width: 25%;
    min-width: 220px;
  }

  .news-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news-blk>a {
    justify-content: space-between;
  }

  .news-eyecatch {
    width: 30%;
  }

  .news-eyecatch::after {
    padding-top: 100%;
  }

  .news-inner {
    width: 67.5%;
    padding: 0;
  }

  .news-category {
    padding: 0px 8px;
    font-size: 1.1rem;
  }

  .news-inner__ttl {
    margin-bottom: 8px;
    padding: 0;
  }

  .news-inner__ttl>h3 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .news-link {
    margin: 30px auto 0 auto;
  }

}

@media (min-width: 361px) and (max-width: 390px) {
  .mask-sp path {
    transform: scaleX(1.1) translateX(-5%);
  }
}

@media (max-width: 360px) {
  .mask-sp path {
    transform: scaleX(1.25) translateX(-12%);
  }
}