/*============================
    firstview
============================*/
.main {
  position: relative;
}

.top-mv {
  /* width: 100%; */
  /* height: 940px; */
  width: 100vw;
  height: 100vh;
  position: relative;
  margin-bottom: 250px;
}

.top-mv .mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
  max-width: 583px;
}

.slider__mv,
.slider__mv .slick-list,
.slider__mv .slick-track,
.slick-slide img {
  height: inherit;
}

.slick-slide img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .top-mv {
    height: 650px;
    max-height: 100%;
    margin-bottom: 150px;
  }
}

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

@media screen and (max-width: 768px) {
  .top-mv {
    height: 100vh;
    margin-bottom: 100px;
  }

  .top-mv .mv__copy {
    width: 80%;
    max-width: 450px;
  }


  .slick-slide img.mv01 {
    object-position: center center;
  }

  .slick-slide img.mv02 {
    object-position: 37% center;
  }

  .slick-slide img.mv03 {
    object-position: 30% center;
  }
}


/*============================
    concept
============================*/

.top-concept {
  margin-bottom: 230px;
}

.top-concept .flexbox__text {
  width: 41%;
}

@media screen and (max-width: 1024px) {
  .top-concept .flexbox__text {
    width: 100%;
  }

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

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

/*============================
    commitment
============================*/

.top-commitment {
  margin-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  .top-commitment {
    margin-bottom: 130px;
  }
}

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


/*============================
    skincare
============================*/

.top-skincare {
  margin-bottom: 190px;
}

@media screen and (max-width: 1024px) {
  .top-skincare {
    margin-bottom: 130px;
  }
}

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


/*============================
    news
============================*/

.top-news {
  margin-bottom: 190px;
}

.news__title {
  border-bottom: 1px solid #726e69;
}

.section__title.news__title .font-en {
  font-size: 50px;
  margin-right: 30px;
}

.top-news .btn01 {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top-news {
    margin-bottom: 130px;
  }

  .section__title.news__title .font-en {
    font-size: 40px;
    margin-right: 20px;
  }
}

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

  .section__title.news__title .font-en {
    font-size: 30px;
    margin-right: 10px;
  }
}



/*============================
    linkarea
============================*/

.top-linkarea {
  margin-bottom: 200px;
}

.top-linkarea .item {
  margin-bottom: 40px;
  position: relative;
}

.top-linkarea .item a {
  display: block;
  position: relative;
}

.top-linkarea .item a::before {
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.linkarea__flex .item {
  width: 48%;
}

.link__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}

.link__title .font-en {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.link__title .font-jp {
  font-size: 16px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .top-linkarea {
    margin-bottom: 130px;
  }

  .top-linkarea .item img {
    height: 250px;
    object-fit: cover;
  }

  .link__title {
    left: 20px;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .link__title .font-en {
    font-size: 25px;
  }

  .link__title .font-jp {
    font-size: 16px;
  }
}

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

  .top-linkarea .item {
    margin-bottom: 20px;
  }

  .linkarea__flex .item {
    width: 100%;
    margin: 0 auto 20px;
  }

  .linkarea__flex .item img {
    width: 100%;
  }

}




/*============================
    staff
============================*/

.top-staff {
  margin-bottom: 200px;
}

.staff__item {
  width: 33%;
  max-width: 410px;
  position: relative;
}

.staff__item:nth-child(1) {
  margin-right: 50px;
}

.staff__img {
  margin-bottom: 30px;
  position: relative;
}

.staff__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #726e69;
  top: -10px;
  right: 12px;
}


.staff__title {
  text-align: center;
}

.staff__title .font-en {
  font-size: 25px;
  margin-bottom: 10px;
}

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

  .staff__item {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 40px;
  }

  .staff__item:nth-child(1) {
    margin-right: auto;
  }

  .staff__img {
    margin-bottom: 20px;
  }

  .staff__title .font-en {
    font-size: 20px;
  }

}

/*============================
    salon
============================*/

.top-salon {
  width: 100%;
  display: flex;
}

.g-map iframe {
  width: 100%;
  height: 500px;
}

.top-salon .item {
  width: 50%;
  max-height: 500px;
}

.salon__bg {
  background: url(https://nailspacesoari.com/system_panel/uploads/images/top_salon.jpg) no-repeat center /cover;
  position: relative;
}

.salon__box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  padding-right: 10%;
}

.salon__dl {
  display: flex;
  margin-bottom: 20px;
}

.salon__dt,
.salon__dd {
  color: #fff;
}

.salon__dt {
  font-size: 16px;
  width: 130px;
}

.salon__dd {
  width: calc(100% - 130px);
}

.salon__dd a {
  color: #fff;
}

.salon__box .btn01 {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .top-salon {
    display: block;
  }

  .g-map iframe {
    width: 100%;
    height: 400px;
  }

  .top-salon .item {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .salon__box {
    left: 0;
    right: 0;
    padding: 0 10px;
  }

  .salon__dl {
    flex-direction: column;
  }

  .salon__dt,
  .salon__dd {
    width: 100%;
  }

  .top-salon .item {
    height: 430px;
  }
}
