@charset "UTF-8";
/* CSS Document */

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #ECE9E0;
  text-align: center;
}

#loading_logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
}

#loading_logo img {
  width: 85%;
}

.section-top {
  margin-bottom: 130px;
}

#section-top_slideshow {
  height: 100vh;
  width: 100%;
  position: relative;
}

.slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 35% 30%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide02 {
  object-position: 50% 20%;
}

.slide03 {
  object-position: 50% 20%;
}

.slide04 {
  object-position: 50% 25%;
}

.slide05 {
  object-position: 50% 5%;
}

.slide06 {
  object-position: 50% 25%;
}

.scroll {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.scroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  right: 50%;
  bottom: -105px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 768px) {
  .section-top {
    margin-bottom: 100px;
  }

  .slide02 {
    object-position: 63% 20%;
  }

  .slide04 {
    object-position: 35% 30%;
  }
}

.section-concept {
  margin-bottom: 150px;
}

.section-concept_gsap {
  overflow: hidden;
}

.gsap__area {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gsap__area__text {
  width: 40%;
  text-align: center;
}

.gsap__area__text img {
  width: 100%;
}

.gsap__items {
  position: relative;
}

.gsap__item--1 {
  width: 355px;
  height: 219px;
  position: absolute;
  top: -1150px;
  left: 17%;
  z-index: -1;
  opacity: 0.7;
}

.gsap__item--2 {
  width: 218px;
  height: 221px;
  position: absolute;
  top: -900px;
  left: 71%;
  z-index: -1;
  opacity: 0.7;
}

.gsap__item--3 {
  width: 361px;
  height: 582px;
  position: absolute;
  top: 300px;
  left: 29%;
  z-index: -1;
  opacity: 0.8;
}

.gsap__item--3 video {
  object-position: 50% 0%;
}

.gsap__item--4 {
  width: 138px;
  height: 216px;
  position: absolute;
  top: -430px;
  left: 13%;
  z-index: -1;
  opacity: 0.6;
}

.gsap__item--5 {
  width: 134px;
  height: 134px;
  position: absolute;
  top: -671px;
  left: 44%;
  z-index: -1;
  opacity: 0.4;
}

.gsap__item--6 {
  width: 356px;
  height: 358px;
  position: absolute;
  top: 560px;
  left: 50%;
  z-index: -1;
  opacity: 0.7;
}

.gsap__item--7 {
  width: 355px;
  height: 219px;
  position: absolute;
  top: 340px;
  left: 10%;
  z-index: -1;
  opacity: 0.7;
}

.gsap__item--8 {
  width: 225px;
  height: 294.75px;
  position: absolute;
  top: 1130px;
  left: 63%;
  z-index: -1;
  opacity: 0.7;
}

.gsap__item--9 {
  width: 356px;
  height: 358px;
  position: absolute;
  top: 2830px;
  left: 50%;
  z-index: -1;
  opacity: 0.8;
}

.gsap__item--9 video {
  object-position: 5% 0%;
}

.gsap__item--10 {
  width: 138px;
  height: 216px;
  position: absolute;
  top: 1000px;
  left: 10%;
  z-index: -1;
  opacity: 0.5;
}

.gsap__item--11 {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 400px;
  left: 72%;
  z-index: -1;
  opacity: 0.5;
}

.gsap__item--11 video {
  object-position: 0 30%;
}

.gsap__item--12 {
  width: 300px;
  height: 469.5px;
  position: absolute;
  top: 3100px;
  left: 28%;
  z-index: -1;
  opacity: 0.8;
}

.gsap__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsap__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-concept_wrap {
  position: relative;
  text-align: right;
}

.section-concept_bg {
  width: 100%;
  height: 100vh;
  background-image: url(../images/top/section-concept_image01.jpg);
  background-repeat: no-repeat;
  background-position: 40% 50%;
  background-size: cover;
  position: sticky;
  top: 0;
  left: 0;
}

.section-concept_wrap:before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 60%);
  position: absolute;
  width: 40%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  right: 0;
  z-index: 1;
}

.section-concept_lead {
  text-align: right;
  padding-right: 100px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1.7rem;
  line-height: 7rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow: auto;
  margin-top: -100vh;
}

.swiper-slide {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.br {
  display: none;
}

@media (max-width: 768px) {
  .section-concept {
    margin-bottom: 80px;
  }

  .gsap__area__text {
    width: 80%;
  }

  .section-concept_images {
    height: 860px;
  }

  .gsap__item--1 {
    width: 47vw;
    height: 29vw;
    left: 14.7vw;
  }

  .gsap__item--2 {
    width: 29vw;
    height: 29.3vw;
    left: 55.04vw;
  }

  .gsap__item--3 {
    width: 48.2vw;
    height: 77.68vw;
    left: 14.7vw;
  }

  .gsap__item--4 {
    width: 18.4vw;
    height: 28.8vw;
    left: 0;
    top: -640px;
  }

  .gsap__item--5 {
    width: 17.8vw;
    height: 18vw;
    left: 34.1vw;
    top: -801px;
  }

  .gsap__item--6 {
    width: 47.5vw;
    height: 47.7vw;
    left: 44.9vw;
    top: 0;
  }

  .gsap__item--7 {
    width: 47.4vw;
    height: 29.2vw;
    left: 0vw;
    top: -160px;
  }

  .gsap__item--8 {
    width: 34vw;
    height: 39.3vw;
    left: 58.1vw;
    top: 400px;
  }

  .gsap__item--9 {
    width: 47.5vw;
    height: 47.7vw;
    left: 28.2vw;
    top: 1450px;
  }

  .gsap__item--10 {
    width: 18.4vw;
    height: 28.8vw;
    left: 6.8vw;
    top: 430px;
  }

  .gsap__item--11 {
    width: 17.8vw;
    height: 18vw;
    left: 69.84vw;
    top: 100px;
  }

  .gsap__item--12 {
    width: 40vw;
    height: 62.6vw;
    left: 15.3vw;
    top: 1650px;
  }

  .section-concept_wrap:before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 30%);
    width: 100%;
  }

  .section-concept_lead {
    font-size: 1.4rem;
    letter-spacing: 1.3rem;
    text-align: center;
    padding-right: 0;
    line-height: 7rem;
  }

  .swiper-slide {
    justify-content: center;
  }

  .br {
    display: inline;
  }
}

.section-salon {
  margin-bottom: 140px;
}

.section-salon h1 {
  padding: 0 0 25px 70px;
  font-size: 4.0rem;
  font-weight: 300;
  letter-spacing: 1rem;
  text-align: left;
}

.section-salon_container {
  padding: 70px;
  border-top: solid 1px #6c6c6c;
  border-bottom: solid 1px #6c6c6c;
  position: relative;
}

.section-salon_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11.5%;
}

.section-salon_image {
  width: 50%;
  height: 405px;
}

.section-salon_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-salon_lead {
  width: 33%;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  text-align: left;
}

.salon-button {
  position: absolute;
  right: 80px;
  bottom: 70px;
}

.salon-button a {
  color: #373737;
  text-decoration: none;
}

.salon-button_container {
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: normal;
  border-bottom: 1px solid #373737;
  cursor: pointer;
}

.salon-button_yazirusi {
  position: relative;
  width: 20px;
  margin-left: 25px;
}

.salon-button_line01 {
  height: 1px;
  background-color: #373737;
}

.salon-button_line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  background-color: #373737;
  transform: rotate(45deg);
}

@media (max-width: 1190px) {
  .section-salon {
    margin-bottom: 100px;
  }

  .section-salon h1 {
    padding: 0 0 10px 50px;
    font-size: 3.0rem;
    letter-spacing: 1rem;
  }

  .section-salon_container {
    padding: 50px 0 90px;
  }

  .section-salon_wrapper {
    gap: 40px;
  }

  .section-salon_image {
    margin: 0 auto;
    width: 79%;
    height: 241px;
  }

  .section-salon_lead {
    padding: 0 24px;
    width: auto;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
  }

  .salon-button {
    width: 123px;
    right: 24px;
    bottom: 40px;
  }
}

.section-recruit {
  margin: 0 0 270px 100px;
}

.section-recruit a {
  color: #373737;
}

.section-recruit_container {
  width: calc(100vw - 100px);
  position: relative;
  background-image: url("../images/top/section-recruit_image01.webp");
  height: 488px;
  width: 100%;
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  border-top: solid 1px #6c6c6c;
  border-bottom: solid 1px #6c6c6c;
  border-left: solid 1px #6c6c6c;
}

.section-recruit_container::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}

.section-recruit_lead {
  position: absolute;
  top: 52%;
  left: 100px;
  transform: translateY(-50%);
}

.section-recruit h1 {
  margin-bottom: 20px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.9rem;
  line-height: normal;
  border-bottom: 1px solid #373737;
  cursor: pointer;
  width: 90%;
}

.recruit-button_yazirusi {
  position: relative;
  width: 20px;
  margin-left: 15px;
}

.recruit-button_line01 {
  height: 1px;
  background-color: #373737;
}

.recruit-button_line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 5px;
  height: 1px;
  background-color: #373737;
  transform: rotate(45deg);
}

.section-recruit p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 5.0rem;
  text-align: left;
}

@media (max-width: 768px) {
  .section-recruit {
    margin: 0 0 200px 0;
  }

  .section-recruit_container {
    height: 548px;
    width: 100vw;
    border: none;
  }

  .section-recruit_lead {
    top: 50%;
    left: 30px;
  }
}