@charset "UTF-8";
@font-face {
  font-family: 'GenJyuu';
  src: url("../fonts/genjyu/GenJyuuGothicL-Light.ttf") format("truetype");
  display: swap;
}

@font-face {
  font-family: 'regenLight';
  src: url("../fonts/RegencieLight.ttf") format("truetype");
  display: swap;
}

@font-face {
  font-family: 'TsukuNews';
  src: url("../fonts/TsukuNewsMinPr6N-L.otf") format("opentype");
  display: swap;
}

@font-face {
  font-family: 'GenJyuuNomal';
  src: url("../fonts/genjyu/GenJyuuGothicL-Normal.ttf") format("truetype");
  display: swap;
}

@font-face {
  font-family: 'GenJyuuExLight';
  src: url("../fonts/genjyu/GenJyuuGothicL-ExtraLight.ttf") format("truetype");
  display: swap;
}

.font-ud {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kozuka {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

.regen {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

html {
  font-size: 11px;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

html.loaded-complete {
  font-family: "GenJyuu";
}

html.loaded-complete .regen {
  font-family: "regenLight";
}

html.loaded-complete .tsuku {
  font-family: "TsukuNews";
}

html.loaded-complete .genNomal {
  font-family: "GenJyuuNomal";
}

html.loaded-complete .genExLight {
  font-family: "GenJyuuExLight";
}

body {
  color: #808080;
}

body._fixed {
  overflow: hidden;
}

.main_wrapper {
  overflow: hidden;
}

.max-width {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.max-width_1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.max-width_1400 {
  max-width: 1400px;
  margin: 0 auto;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

h1 {
  position: relative;
}

h1::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -3rem;
  height: 100%;
  width: 80px;
  background: url("../../assets/img/h1_bg.png") no-repeat center center/contain;
}

.flex {
  display: flex;
}

.flex.align_center {
  align-items: center;
}

.flex.justify_center {
  justify-content: center;
}

.flex.justify_between {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .flex_pc {
    display: flex;
  }
  .flex_pc.align_center {
    align-items: center;
  }
  .flex_pc.justify_center {
    justify-content: center;
  }
  .flex_pc.justify_between {
    justify-content: space-between;
  }
  .flex_pc .width_50 {
    width: 50%;
  }
  .flex_pc .width_45 {
    width: 45%;
  }
  .flex_pc .width_40 {
    width: 40%;
  }
  .flex_pc .width_42 {
    width: 42%;
  }
  .flex_pc .width_38 {
    width: 38%;
  }
  .flex_pc .width_35 {
    width: 35%;
  }
  .flex_pc .width_34 {
    width: 34%;
  }
  .flex_pc .flex_auto {
    flex: auto;
  }
}

.mw_100 {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .mt_pc_1 {
    margin-top: 1rem;
  }
  .mt_pc_2 {
    margin-top: 2rem;
  }
  .mt_pc_3 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .mb_pc_1 {
    margin-bottom: 1rem;
  }
  .mb_pc_2 {
    margin-bottom: 2rem;
  }
  .mb_pc_3 {
    margin-bottom: 3rem;
  }
}

.blue_text {
  color: #0094b0;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

h2 {
  color: #0094b0;
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
}

.contact_btn {
  text-align: right;
  position: fixed;
  bottom: 5rem;
  right: 20px;
  display: none;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .contact_btn {
    bottom: 3rem;
  }
}

.contact_btn a {
  color: #808080;
  padding: 1rem;
  display: inline-block;
  font-size: 2.4rem;
  border: solid 2px #0097b4;
  color: #0097b4;
  transition: all 0.3s;
}

.contact_btn a:hover {
  background-color: #0097b4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_btn a {
    font-size: 1.8rem;
  }
}

.contact_btn a span {
  position: relative;
}

@media (max-width: 374px) {
  _::-webkit-full-page-media,
  _:future,
  :root {
    font-size: 9px;
  }
}

@keyframes move {
  0% {
    margin-left: -20px;
    margin-top: -20px;
  }
  100% {
    margin-left: 0px;
    margin-top: 0px;
  }
}

.bg_anime {
  position: absolute;
  z-index: -1;
}

.bg_anime.concept_yellow_circle {
  top: -160px;
  right: -250px;
  width: 700px;
  animation: move 3.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_yellow_circle {
    width: 80vw;
    right: -30vw;
    top: -200px;
  }
}

.bg_anime.concept_orange_circle {
  bottom: -150px;
  left: -300px;
  width: 700px;
  animation: move 3.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_orange_circle {
    width: 80vw;
    left: -10vw;
    bottom: -200px;
  }
}

.bg_anime.concept_small_green_circle1 {
  top: -80px;
  left: 100px;
  width: 100px;
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.concept_small_green_circle2 {
  bottom: 100px;
  right: 200px;
  width: 100px;
  filter: blur(3px);
  animation: move 3s ease-in-out infinite alternate;
}

.bg_anime.concept_small_green_circle3 {
  bottom: -30px;
  left: 30px;
  width: 100px;
  filter: blur(3px);
  animation: move 1.5s ease-in-out infinite alternate;
}

.bg_anime.concept_middle_orange_circle1 {
  bottom: -350px;
  left: 0px;
  width: 350px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_middle_orange_circle1 {
    width: 30vw;
    left: 0;
    bottom: inherit;
    top: 00px;
  }
}

.bg_anime.concept_bg_drop1 {
  width: 130px;
  top: -50px;
  right: 80px;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_bg_drop1 {
    width: 80px;
  }
}

.bg_anime.concept_bg_drop2 {
  bottom: 70px;
  width: 130px;
  left: 40%;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_bg_drop2 {
    width: 80px;
  }
}

.bg_anime.concept_bg_drop3 {
  bottom: 30px;
  width: 70px;
  left: 32%;
}

@media screen and (max-width: 767px) {
  .bg_anime.concept_bg_drop3 {
    width: 40px;
  }
}

.bg_anime.point_bg_drop1 {
  width: 120px;
  top: -30px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .bg_anime.point_bg_drop1 {
    width: 50px;
  }
}

.bg_anime.search_small_green_circle1 {
  top: -60px;
  left: 50px;
  width: 100px;
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.search_small_green_circle2 {
  top: 40%;
  left: -20px;
  width: 100px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_small_green_circle2 {
    display: none;
  }
}

.bg_anime.search_middle_orange_circle1 {
  top: -170px;
  right: -100px;
  width: 450px;
  animation: move 3s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_middle_orange_circle1 {
    width: 50vw;
    right: 0;
    top: -200px;
  }
}

.bg_anime.search_big_green_circle1 {
  bottom: -470px;
  right: -400px;
  width: 900px;
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_big_green_circle1 {
    width: 100vw;
    right: -50vw;
    bottom: 0;
  }
}

.bg_anime.search_middle_orange_circle2 {
  bottom: -300px;
  left: -150px;
  width: 350px;
  animation: move 2.5s ease-in-out infinite alternate;
}

.bg_anime.search_bg_drop1 {
  width: 80px;
  top: -30px;
  right: 180px;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_bg_drop1 {
    width: 40px;
  }
}

.bg_anime.search_bg_drop2 {
  width: 150px;
  top: 450px;
  left: 20%;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_bg_drop2 {
    width: 90px;
  }
}

.bg_anime.search_bg_drop3 {
  width: 120px;
  bottom: -50px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_bg_drop3 {
    width: 50px;
  }
}

.bg_anime.search_bg_drop4 {
  width: 80px;
  bottom: -200px;
  right: 200px;
}

@media screen and (max-width: 767px) {
  .bg_anime.search_bg_drop4 {
    width: 40px;
  }
}

.bg_anime.reserve_small_green_circle1 {
  top: 150px;
  left: 0px;
  width: 100px;
  filter: blur(3px);
  animation: move 2.5s ease-in-out infinite alternate;
}

.bg_anime.reserve_small_green_circle2 {
  top: 0px;
  right: 0px;
  width: 80px;
  filter: blur(3px);
  animation: move 3s ease-in-out infinite alternate;
}

.bg_anime.reserve_middle_orange_circle1 {
  bottom: -100px;
  right: -150px;
  width: 350px;
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.reserve_big_orange_circle1 {
  width: 850px;
  left: -300px;
  top: -100px;
  animation: move 2.4s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.reserve_big_orange_circle1 {
    width: 100vw;
    top: inherit;
    bottom: -300px;
    left: -30vw;
  }
}

.bg_anime.reserve_bg_drop1 {
  width: 130px;
  top: -10px;
  left: 80px;
}

@media screen and (max-width: 767px) {
  .bg_anime.reserve_bg_drop1 {
    width: 80px;
  }
}

.bg_anime.point_big_orange_circle1 {
  width: 900px;
  left: -400px;
  top: -100px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.point_big_orange_circle1 {
    width: 100vw;
    left: -25vw;
    top: 0;
  }
}

.bg_anime.about_yellow_circle {
  top: -130px;
  right: -250px;
  width: 850px;
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_yellow_circle {
    width: 70vw;
    right: -30vw;
  }
}

.bg_anime.about_small_green_circle1 {
  top: -100px;
  width: 70px;
  left: 48%;
  filter: blur(3px);
  animation: move 3s ease-in-out infinite alternate;
}

.bg_anime.about_big_orange_circle1 {
  bottom: -400px;
  width: 600px;
  left: -400px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_big_orange_circle1 {
    width: 400px;
    bottom: -200px;
    left: -300px;
  }
}

.bg_anime.about_middle_orange_circle1 {
  bottom: -70px;
  width: 180px;
  left: 200px;
  filter: blur(3px);
  animation: move 3s ease-in-out infinite alternate;
}

.bg_anime.about_middle_orange_circle2 {
  bottom: -100px;
  width: 100px;
  right: 120px;
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_middle_orange_circle2 {
    display: none;
  }
}

.bg_anime.about_slime_blue {
  bottom: -280px;
  width: 500px;
  right: -250px;
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_slime_blue {
    width: 60vw;
    right: -50px;
    bottom: -150px;
  }
}

.bg_anime.about_bg_drop1 {
  width: 150px;
  top: -60px;
  left: 220px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_bg_drop1 {
    width: 80px;
  }
}

.bg_anime.about_bg_drop2 {
  width: 80px;
  top: -20px;
  right: 280px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_bg_drop2 {
    width: 50px;
  }
}

.bg_anime.about_bg_drop3 {
  width: 160px;
  bottom: -30px;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_bg_drop3 {
    width: 100px;
  }
}

.bg_anime.about_bg_drop4 {
  width: 130px;
  bottom: -350px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_bg_drop4 {
    width: 80px;
  }
}

.bg_anime.salon_orange_slime1 {
  width: 1100px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  animation: move 3.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.salon_orange_slime1 {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.bg_anime.salon_blue_slime1 {
  width: 1050px;
  top: 280px;
  left: 28%;
  transform: translateX(-50%);
  transform: rotate(230deg) scale(1, -1);
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.salon_blue_slime1 {
    display: none;
  }
}

.bg_anime.salon_bg_drop1 {
  width: 80px;
  bottom: 450px;
  left: 30px;
}

@media screen and (max-width: 767px) {
  .bg_anime.salon_bg_drop1 {
    width: 40px;
  }
}

.bg_anime.salon_bg_drop2 {
  width: 100px;
  bottom: -50px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .bg_anime.salon_bg_drop2 {
    width: 50px;
  }
}

.bg_anime.staff_blue_slime1 {
  width: 500px;
  top: 70px;
  left: -80px;
  animation: move 2.5s ease-in-out infinite alternate;
}

.bg_anime.staff_organge_slime1 {
  width: 600px;
  top: 70px;
  right: -200px;
  transform: scale(1, -1) rotate(180deg);
  animation: move 2s ease-in-out infinite alternate, path;
  animation-opacity: 1;
}

@media screen and (max-width: 767px) {
  .bg_anime.staff_organge_slime1 {
    top: inherit;
    bottom: 0;
  }
}

.bg_anime.access_middle_gleen_circle {
  width: 550px;
  top: -100px;
  right: -150px;
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_middle_gleen_circle {
    width: 70vw;
    top: -5px;
  }
}

.bg_anime.access_middle_gleen_circle2 {
  width: 550px;
  bottom: -300px;
  left: -150px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_middle_gleen_circle2 {
    width: 70vw;
  }
}

.bg_anime.access_middle_gleen_circle3 {
  width: 650px;
  bottom: -320px;
  left: -150px;
  animation: move 3s ease-in-out infinite alternate;
}

.bg_anime.access_bg_drop1 {
  width: 130px;
  top: -80px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_bg_drop1 {
    width: 80px;
  }
}

.bg_anime.access_bg_drop2 {
  width: 130px;
  bottom: -150px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_bg_drop2 {
    width: 80px;
  }
}

.bg_anime.access_bg_drop3 {
  width: 80px;
  bottom: -50px;
  left: 150px;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_bg_drop3 {
    width: 50px;
  }
}

.bg_anime.access_bg_drop4 {
  width: 80px;
  bottom: -250px;
  left: 120px;
}

@media screen and (max-width: 767px) {
  .bg_anime.access_bg_drop4 {
    width: 50px;
  }
}

.bg_anime.about_contact_middle_gleen_circle1 {
  width: 350px;
  bottom: -180px;
  left: -130px;
  animation: move 2.5s ease-in-out infinite alternate;
}

.bg_anime.about_contact_middle_orange_circle1 {
  width: 400px;
  bottom: -20px;
  right: -100px;
  animation: move 3.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_contact_middle_orange_circle1 {
    width: 50vw;
    right: -25vw;
  }
}

.bg_anime.about_contact_bg_drop1 {
  width: 100px;
  top: -40px;
  left: 150px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_contact_bg_drop1 {
    width: 50px;
  }
}

.bg_anime.about_contact_bg_drop2 {
  width: 100px;
  top: -60px;
  right: 150px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_contact_bg_drop2 {
    width: 50px;
  }
}

.bg_anime.about_contact_bg_drop3 {
  width: 180px;
  bottom: 60px;
  left: 150px;
}

@media screen and (max-width: 767px) {
  .bg_anime.about_contact_bg_drop3 {
    width: 100px;
  }
}

.bg_anime.aging_small_green_circle1 {
  width: 50px;
  left: 48%;
  filter: blur(3px);
  top: -120px;
  transform: scale(1, -1);
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.aging_small_green_circle2 {
  width: 100px;
  left: 150px;
  top: 10px;
  transform: scale(-1, 1);
  animation: move 2.5s ease-in-out infinite alternate;
}

.bg_anime.aging_small_green_circle3 {
  width: 100px;
  right: 150px;
  top: 10px;
  transform: scale(-1, 1);
  animation: move 3.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_small_green_circle3 {
    display: none;
  }
}

.bg_anime.aging_small_green_circle4 {
  width: 100px;
  left: 30px;
  top: 360px;
  filter: blur(3px);
  transform: scale(-1, 1);
  animation: move 2.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_small_green_circle4 {
    right: 0;
    left: inherit;
  }
}

.bg_anime.aging_middle_green_circle1 {
  width: 400px;
  right: 35%;
  bottom: 10px;
  transform: scale(-1, 1);
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_middle_green_circle1 {
    width: 100vw;
    bottom: -100px;
  }
}

.bg_anime.aging_middle_orange_circle1 {
  width: 50px;
  right: 300px;
  top: 60px;
  filter: blur(3px);
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.aging_middle_orange_circle2 {
  width: 600px;
  right: -200px;
  top: -20px;
  animation: move 2.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_middle_orange_circle2 {
    width: 100vw;
    top: inherit;
    bottom: 100px;
  }
}

.bg_anime.aging_middle_yellow_circle1 {
  width: 500px;
  left: 200px;
  top: -50px;
  animation: move 3.0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_middle_yellow_circle1 {
    display: none;
  }
}

.bg_anime.aging_bg_drop1 {
  width: 80px;
  right: 70px;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_bg_drop1 {
    width: 50px;
  }
}

.bg_anime.aging_bg_drop2 {
  width: 20px;
  right: 250px;
  top: 100px;
}

.bg_anime.aging_bg_drop3 {
  width: 70px;
  left: 100px;
  top: 200px;
}

@media screen and (max-width: 767px) {
  .bg_anime.aging_bg_drop3 {
    width: 40px;
  }
}

.bg_anime.liftup_middle_orange_circle1 {
  width: 400px;
  top: -100px;
  left: -50px;
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.liftup_bg_drop1 {
  width: 100px;
  right: 70px;
  top: 100px;
}

@media screen and (max-width: 767px) {
  .bg_anime.liftup_bg_drop1 {
    width: 50px;
  }
}

.bg_anime.skincare_middle_yellow_circle1 {
  width: 1100px;
  top: -300px;
  left: -300px;
  animation: move 2s ease-in-out infinite alternate;
}

.bg_anime.skincare_bg_drop1 {
  width: 150px;
  left: 70px;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .bg_anime.skincare_bg_drop1 {
    width: 90px;
  }
}

.bg_anime.skincare_bg_drop2 {
  width: 150px;
  right: 70px;
  bottom: 50px;
}

@media screen and (max-width: 767px) {
  .bg_anime.skincare_bg_drop2 {
    width: 90px;
  }
}

.bg_anime.bodycare_bg_drop1 {
  width: 80px;
  left: 100px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .bg_anime.bodycare_bg_drop1 {
    width: 40px;
  }
}

.bg_anime.course_middle_green_circle1 {
  right: -500px;
  width: 1000px;
  top: -300px;
  animation: move 2.5s ease-in-out infinite alternate, path;
  animation-opacity: 0.2;
}

.bg_anime.under_reserve_middle_yellow_circle1 {
  width: 900px;
  bottom: -150px;
  left: -400px;
  animation: move 2.0s ease-in-out infinite alternate;
}

.bg_anime.under_reserve_middle_yellow_circle1 path {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .bg_anime.under_reserve_middle_yellow_circle1 {
    width: 100vw;
    left: -40vw;
    bottom: -40vw;
  }
  .bg_anime.under_reserve_middle_yellow_circle1 path {
    fill: yellow;
  }
}

.bg_anime.under_reserve_bg_drop1 {
  width: 150px;
  left: 0px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .bg_anime.under_reserve_bg_drop1 {
    width: 90px;
  }
}

.bg_drop {
  transition: transform 5s cubic-bezier(0, 0, 0, 1) 0s;
}

main > div {
  overflow: hidden;
}

.concept {
  padding-top: 18rem;
  padding-bottom: 17rem;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .concept {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

.concept_inner {
  position: relative;
}

.concept_top {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .concept_left {
    margin: 0 auto;
    max-width: 400px;
  }
}

.concept_left > div {
  text-align: left;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .concept_left > div {
    padding: 5rem;
    text-align: center;
  }
}

.concept_left > div img {
  max-width: 100%;
  width: 85%;
}

@media screen and (min-width: 768px) {
  .concept_right {
    margin-right: 3rem;
    max-width: 383px;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .concept_right {
    max-width: unset;
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .concept_right {
    width: 38%;
  }
}

.concept_h2 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .concept_h2 {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.concept_head_text {
  font-size: 3.7rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1000px) {
  .concept_head_text {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .concept_head_text {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.concept_head_bottom_text {
  font-size: 1.7rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .concept_head_bottom_text {
    text-align: center;
  }
}

.concept_text {
  font-size: 1.2rem;
  line-height: 2.7;
}

@media (min-width: 1000px) {
  .concept_text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 499px) {
  .concept_text {
    font-size: 1.13rem;
  }
}

@media (max-width: 374px) {
  .concept_text {
    font-size: 1.3rem;
  }
}

.concept_btn {
  text-align: right;
  letter-spacing: 0.5rem;
}

.concept_btn a {
  color: #808080;
  display: inline-block;
  font-size: 3.627rem;
}

.concept_btn a span {
  position: relative;
}

.concept_btn a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% + 0.5rem);
  height: 1px;
  background-color: #808080;
  width: 5rem;
}

.contact {
  padding-top: 5rem;
  padding-bottom: 15rem;
  line-height: 2;
}

.contact p {
  font-size: 1.0rem;
}

.contact_text {
  margin-bottom: 2rem;
}

.contact_sns {
  padding-top: 7rem;
}

.contact_sns li {
  margin: 0 1rem;
}

.contact_sns a {
  display: block;
  width: 2rem;
}

.contact_sns svg path {
  fill: #808080 !important;
}

.drawer {
  bottom: 0;
  background: transparent;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: -1000;
}

@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

.drawer._active {
  background: #ffffff;
  opacity: 1;
  overflow-y: scroll;
  visibility: visible;
  z-index: 999;
}

.drawer._active .drawer_sns {
  opacity: 1;
}

.drawer_sns {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.drawer_sns a {
  display: block;
  width: 30px;
}

.drawer_sns a svg path {
  fill: #808080 !important;
}

.drawer_list {
  margin: 0 auto;
  max-width: 500px;
  padding: 100px 30px 0;
}

.drawer_link {
  color: #808080;
  display: inline-block;
  font-size: 2rem;
  padding: 6px 10px;
}

.drawer_item {
  display: block;
  margin-bottom: 10px;
}

.drawer_sublist {
  margin-top: 4px;
  word-break: keep-all;
}

.drawer_sublist li {
  padding-left: 3rem;
}

.drawer_sublist li a {
  padding: 0.8rem 0.5rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .drawer_sublist li a {
    font-size: 1.5rem;
  }
}

.drawer_opener {
  display: block;
  position: absolute;
  padding: 10px 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .drawer_opener {
    display: none;
  }
}

.drawer_opener span {
  background-color: transparent;
  display: block;
  height: 3px;
  position: relative;
  width: 30px;
}

.drawer_opener span span {
  background-color: #ffffff;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
}

.drawer_opener span::before, .drawer_opener span::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease;
  transform-origin: center;
  width: 100%;
}

.drawer_opener span::before {
  top: -11px;
}

.drawer_opener span::after {
  top: 11px;
}

.drawer_opener._close span span {
  opacity: 0;
}

.drawer_opener._close span::before {
  transform: rotate(45deg);
  top: 50%;
}

.drawer_opener._close span::after {
  transform: rotate(-45deg);
  top: 50%;
}

.footer {
  background-color: #000;
  padding: 5rem 0 0;
}

.footer a {
  color: #fff;
}

.footer_inner {
  align-items: flex-end;
}

.footer_logo {
  width: 100px;
}

.footer_detail {
  color: #fff;
  margin-left: 2rem;
  font-size: 0.95rem;
  line-height: 2;
}

.footer_company {
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .footer_company br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer_sns {
    justify-content: center;
    margin-top: 2rem;
  }
}

.footer_sns li {
  margin-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .footer_sns li:first-child {
    margin-left: 0;
  }
}

.footer_sns li a {
  display: block;
  min-width: 3rem;
}

.footer_copyright {
  color: #989898;
  font-size: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .footer_left {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 450px;
  }
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  header .header_nav {
    display: none;
  }
}

header .header_nav > li {
  margin-right: 7rem;
  position: relative;
}

header .header_nav > li a {
  color: #fff;
  font-size: 2.17068rem;
  transition: all 0.2s;
}

header .header_nav > li a path {
  transition: all 0.2s;
}

header .header_nav > li a:hover {
  color: #2593ae !important;
}

header .header_nav > li a:hover path {
  fill: #2593ae !important;
}

header .header_nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  word-break: keep-all;
  transform: translateX(-50%);
}

header .header_nav > li ul li:nth-child(odd) {
  background-color: rgba(77, 77, 77, 0.51);
}

header .header_nav > li ul li:nth-child(odd):hover {
  background-color: #fff;
}

header .header_nav > li ul li:nth-child(odd):hover a {
  color: rgba(77, 77, 77, 0.51) !important;
}

header .header_nav > li ul li:nth-child(even) {
  background-color: rgba(51, 51, 51, 0.51);
}

header .header_nav > li ul li:nth-child(even):hover {
  background-color: #fff;
}

header .header_nav > li ul li:nth-child(even):hover a {
  color: rgba(51, 51, 51, 0.51) !important;
}

header .header_nav > li ul li a {
  padding: 1rem 2rem;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  word-break: keep-all;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  header .header_nav > li ul li a {
    font-size: 1.5rem;
  }
}

header .header_nav > li:last-child {
  width: 30px;
}

header .header_logo {
  width: 100px;
  transition: all 0.2s;
}

header .header_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  header .header_inner {
    justify-content: flex-start !important;
  }
}

header.header_min {
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}

header.header_min .header_nav > li > a {
  color: #808080;
  font-size: 1.8rem;
}

header.header_min .header_nav > li > a svg path {
  fill: #808080;
}

header.header_min .header_logo {
  margin-top: 0;
  width: 60px;
}

header.header_min .header_logo svg path {
  fill: #808080 !important;
}

header.header_min .drawer_opener span span {
  background-color: #808080;
}

header.header_min .drawer_opener span::before, header.header_min .drawer_opener span::after {
  background-color: #808080;
}

header._dopen {
  padding: 0.5rem 0;
  background: #ffffff;
}

header._dopen .header_nav > li > a {
  color: #808080;
  font-size: 1.8rem;
}

header._dopen .header_nav > li > a svg path {
  fill: #808080 !important;
}

header._dopen .header_logo {
  margin-top: 0;
  width: 60px;
}

header._dopen .header_logo svg path {
  fill: #808080 !important;
}

header._dopen .drawer_opener span span {
  background-color: #808080;
}

header._dopen .drawer_opener span::before, header._dopen .drawer_opener span::after {
  background-color: #808080;
}

.mv {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.mv_inner {
  height: 100%;
}

.mv_slider {
  height: 100%;
}

.mv_slider .slick-list {
  height: 100%;
}

.mv_slider .slick-track {
  height: 100%;
}

.mv_slider .slick-slide {
  height: 100%;
  position: relative;
}

.mv_slider .slick-slide.second::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.mv_slider .slick-slide._slide1 {
  background: url(../img/mv.jpg) center/cover no-repeat;
}

.mv_slider .slick-slide._slide2 {
  background: url(../img/mv2.jpg) center/cover no-repeat;
}

.mv_slider .slick-slide._slide3 {
  background: url(../img/mv3.jpg) center/cover no-repeat;
}

.mv_slider .slick-slide._slide4 {
  background: url(../img/mv4.jpg) center/cover no-repeat;
}

.mv_slider .slick-dots {
  bottom: 5rem;
}

.mv_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1.5rem;
}

.mv_slider .slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
}

.mv_slider .slick-dots li button:before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #fff;
  color: transparent;
  opacity: 1;
}

.mv_slider .slick-dots li.slick-active button:before {
  background-color: #4d4d4d;
}

.new {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .new {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.new_h2 {
  font-size: 3.8rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .new_list {
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}

.new_list li {
  width: 23.2%;
  padding-top: 23.2%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .new_list li {
    padding-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new_list li:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.new_list li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .new_list li a {
    position: static;
  }
}

.new_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .new_list li a img {
    height: auto;
  }
}

.new_more {
  margin-top: 3rem;
  display: block;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .new_more {
    max-width: 400px;
    margin: 3rem auto 0;
  }
}

.new_more span {
  font-size: 1rem;
  position: relative;
  padding-right: 1rem;
}

.new_more span::before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  width: 8rem;
  height: 1px;
  background-color: #808080;
  top: 50%;
  transform: translateY(-50%);
}

.point {
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: visible;
}

.point_inner {
  position: relative;
}

.point_h2 {
  font-size: 3.8rem;
  margin-bottom: 4rem;
}

.point_item {
  width: 31%;
  position: relative;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .point_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .point_item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.point_left {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
}

.point_number {
  font-size: 1.4rem;
}

.point_title {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding-top: 7.2rem;
  font-size: 1.5rem;
  position: relative;
}

.point_title::before {
  position: absolute;
  content: "";
  top: 0.6rem;
  width: 1px;
  height: 6rem;
  background-color: #808080;
  left: 50%;
  transform: translateX(-50%);
}

.point_img {
  margin-bottom: 1rem;
  position: relative;
  padding-top: 100%;
}

.point_img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.point_catch {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.point_text {
  font-size: 1.1rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .point_list {
    margin: 0 auto;
    max-width: 400px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .point_title {
  line-height: 2.1;
}

_::-webkit-full-page-media, _:future, :root .point_title span {
  display: inline-block;
  transform: translateX(0.7rem) translateY(-0.7rem) rotate(90deg);
}

.reserve {
  padding-top: 5rem;
  padding-bottom: 15rem;
}

.reserve_inner {
  position: relative;
}

.reserve_h2 {
  font-size: 3.8rem;
  margin-bottom: 5rem;
}

.reserve_text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .reserve_text {
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .reserve_text br {
    display: none;
  }
}

.reserve_btns {
  letter-spacing: 0.5rem;
}

.reserve_btns a {
  font-size: 3rem;
  color: #fff;
  border-radius: 15px;
  padding: 3rem 1rem;
  min-width: 600px;
  letter-spacing: 0.2rem;
  display: inline-block;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .reserve_btns a {
    font-size: 2.4rem;
    max-width: 400px;
    min-width: unset;
    padding: 2rem 1rem;
    width: 100%;
  }
}

@media (max-width: 374px) {
  .reserve_btns a {
    font-size: 2rem;
  }
}

.reserve_btns a.first {
  background-color: #87bccc;
  margin-bottom: 3rem;
}

.reserve_btns a.first:hover {
  background-color: #b8d1db;
}

.reserve_btns a.second {
  background-color: #b8d1db;
}

.reserve_btns a.second:hover {
  background-color: #87bccc;
}

.search {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
}

.search_inner {
  position: relative;
}

.search_wrap {
  position: relative;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .search_wrap {
    max-width: 450px;
    margin: 0 auto 10rem;
  }
}

@media (max-width: 374px) {
  .search_wrap {
    max-width: 280px;
  }
}

.search_img {
  max-width: 700px;
  margin: 0 auto;
}

.search_img img {
  max-width: 100%;
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .search_img img {
    margin-left: 1.5rem;
  }
}

.search_item {
  position: absolute;
  padding: 2px;
  background: linear-gradient(to top right, #6fbfa1 40%, #f2d300 100%);
  border-radius: 100%;
}

.search_item p {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .search_item p {
    font-size: 1.5rem;
  }
}

@media (max-width: 374px) {
  .search_item p {
    font-size: 1.15rem;
  }
}

.search_item span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .search_item span {
    font-size: 1.2rem;
  }
}

@media (max-width: 374px) {
  .search_item span {
    font-size: 1rem;
  }
}

.search_item > a {
  background-color: #fff;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  flex-direction: column;
  line-height: 1.7;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search_item > a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 374px) {
  .search_item > a {
    width: 90px;
    height: 90px;
  }
}

.search_item:before {
  content: "";
  position: absolute;
  height: 2px;
  background: linear-gradient(to top right, #6fbfa1 0%, #f2d300 100%);
}

.search_liftup {
  top: 100px;
}

@media screen and (max-width: 767px) {
  .search_liftup {
    top: 20px;
  }
}

.search_liftup::before {
  z-index: 1;
  left: 90%;
  transform: rotate(-20deg);
}

@media screen and (min-width: 768px) {
  .search_liftup::before {
    top: 4vw;
    width: 21.5vw;
  }
}

@media (min-width: 800px) {
  .search_liftup::before {
    width: 24vw;
  }
}

@media (min-width: 900px) {
  .search_liftup::before {
    width: 27vw;
  }
}

@media (min-width: 1000px) {
  .search_liftup::before {
    width: 29vw;
  }
}

@media (min-width: 1100px) {
  .search_liftup::before {
    width: 31vw;
  }
}

@media (min-width: 1200px) {
  .search_liftup::before {
    top: 30%;
    width: 35rem;
  }
}

@media screen and (max-width: 767px) {
  .search_liftup::before {
    top: 51%;
    transform: rotate(-28deg);
    width: 9.5rem;
  }
}

@media (max-width: 500px) {
  .search_liftup::before {
    top: 14vw;
    width: 21vw;
  }
}

@media (max-width: 450px) {
  .search_liftup::before {
    top: 12vw;
    width: 18vw;
  }
}

@media (max-width: 400px) {
  .search_liftup::before {
    top: 10vw;
    width: 15vw;
  }
}

@media (max-width: 374px) {
  .search_liftup::before {
    top: 32%;
    width: 5.2rem;
  }
}

.search_bodycare {
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search_bodycare {
    bottom: 50px;
  }
}

@media (max-width: 450px) {
  .search_bodycare {
    bottom: 30px;
  }
}

@media (max-width: 400px) {
  .search_bodycare {
    bottom: 10px;
  }
}

.search_bodycare::before {
  top: 0%;
  z-index: 1;
  left: 90%;
  transform: rotate(-20deg);
}

@media screen and (min-width: 768px) {
  .search_bodycare::before {
    left: 82%;
    width: 26vw;
  }
}

@media (min-width: 800px) {
  .search_bodycare::before {
    left: 84%;
    width: 28vw;
  }
}

@media (min-width: 900px) {
  .search_bodycare::before {
    left: 86%;
    width: 31vw;
  }
}

@media (min-width: 1000px) {
  .search_bodycare::before {
    left: 88%;
    width: 33.5vw;
  }
}

@media (min-width: 1200px) {
  .search_bodycare::before {
    left: 90%;
    width: 38rem;
  }
}

@media screen and (max-width: 767px) {
  .search_bodycare::before {
    top: 17%;
    transform: rotate(-28deg);
    width: 11rem;
  }
}

@media (max-width: 500px) {
  .search_bodycare::before {
    width: 24vw;
  }
}

@media (max-width: 450px) {
  .search_bodycare::before {
    width: 21vw;
  }
}

@media (max-width: 400px) {
  .search_bodycare::before {
    width: 18vw;
  }
}

@media (max-width: 374px) {
  .search_bodycare::before {
    width: 6rem;
  }
}

.search_skincare {
  top: 38%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .search_skincare {
    top: 33%;
  }
}

.search_skincare p {
  font-size: 2.4rem;
}

@media (min-width: 1200px) {
  .search_skincare p {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 767px) {
  .search_skincare p {
    font-size: 1.5rem;
  }
}

@media (max-width: 374px) {
  .search_skincare p {
    font-size: 1.15rem;
  }
}

.search_skincare span {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .search_skincare span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .search_skincare span {
    font-size: 1.2rem;
  }
}

@media (max-width: 374px) {
  .search_skincare span {
    font-size: 1rem;
  }
}

.search_skincare > a {
  width: 210px;
  height: 210px;
  background-color: transparent;
  color: #fff;
}

@media (min-width: 1200px) {
  .search_skincare > a {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .search_skincare > a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 374px) {
  .search_skincare > a {
    width: 90px;
    height: 90px;
  }
}

.search_skincare:before {
  transform: rotate(35deg);
  right: 85%;
  width: 28rem;
  top: 5%;
  z-index: 1;
  background: linear-gradient(to right, #f2d300 0%, #6fbfa1 100%);
}

@media screen and (min-width: 768px) {
  .search_skincare:before {
    right: 80%;
    width: 24vw;
  }
}

@media (min-width: 800px) {
  .search_skincare:before {
    width: 26vw;
  }
}

@media (min-width: 900px) {
  .search_skincare:before {
    width: 29vw;
  }
}

@media (min-width: 1000px) {
  .search_skincare:before {
    width: 32vw;
  }
}

@media (min-width: 1100px) {
  .search_skincare:before {
    width: 34vw;
  }
}

@media (min-width: 1200px) {
  .search_skincare:before {
    width: 28rem;
  }
}

@media screen and (max-width: 767px) {
  .search_skincare:before {
    right: 77%;
    top: -2%;
    transform: rotate(36deg);
    width: 12rem;
  }
}

@media (max-width: 500px) {
  .search_skincare:before {
    width: 24vw;
  }
}

@media (max-width: 450px) {
  .search_skincare:before {
    width: 21vw;
  }
}

@media (max-width: 400px) {
  .search_skincare:before {
    width: 18vw;
  }
}

@media (max-width: 374px) {
  .search_skincare:before {
    width: 5rem;
  }
}

.search_btn {
  font-size: 2.5rem;
}

.search_btn a {
  display: inline-block;
  padding: 0.5rem 5rem;
  border-bottom: solid 1px #808080;
  letter-spacing: 0.2rem;
}

.about {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.about_inner {
  position: relative;
}

.about h2 {
  font-size: 3.8rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .about h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}

.about_catch {
  font-size: 6.9rem;
}

@media screen and (max-width: 767px) {
  .about_catch {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 374px) {
  .about_catch {
    font-size: 2.8rem;
  }
}

.about_catch_bottom {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  margin-bottom: 4rem;
}

@media (max-width: 374px) {
  .about_catch_bottom {
    font-size: 1.5rem;
  }
}

.about_text {
  font-size: 1.5rem;
  line-height: 2.5;
}

@media screen and (max-width: 499px) {
  .about_text {
    font-size: 1.15rem;
  }
}

@media (max-width: 374px) {
  .about_text {
    font-size: 0.95rem;
  }
}

.access {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.access_inner {
  position: relative;
}

.access h2 {
  font-size: 3.8rem;
}

.access_map {
  padding-top: 71.6667%;
  position: relative;
  width: 100%;
}

.access_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access_map_bottom {
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .access_map_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.access_logo {
  width: 130px;
}

@media (max-width: 374px) {
  .access_logo {
    width: 85px;
  }
}

.access_right {
  margin-left: 5rem;
}

@media screen and (max-width: 767px) {
  .access_right {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 500px) {
  .access_right br {
    display: none;
  }
}

.access_text {
  font-size: 0.93rem;
  line-height: 2;
}

.access_walk {
  padding-top: 2rem;
}

.about_contact_inner {
  position: relative;
}

.about_contact h2 {
  font-size: 3.8rem;
  margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
  .about_contact .contact-text br._sm {
    display: none;
  }
}

.faq {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
}

.faq_inner {
  max-width: 850px;
}

.faq_inner {
  position: relative;
}

.faq h2 {
  font-size: 3.8rem;
}

.faq_q {
  font-size: 1.46rem;
  padding: 1rem 0;
  position: relative;
  padding-left: 3rem;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .faq_q {
    font-size: 1.4rem;
  }
}

.faq_q:hover {
  opacity: 0.8;
  cursor: pointer;
}

.faq_q span {
  position: absolute;
  width: 1rem;
  left: 1rem;
  height: 1rem;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 3px #b3d3dd;
  border-right: solid 3px #b3d3dd;
  transition: all 0.2s;
}

.faq_q.open span {
  top: 35%;
  transform: rotate(135deg) scale(-1, -1);
}

.faq_a {
  color: #4d4d4d;
  font-size: 1.46rem;
  margin-left: 1rem;
  display: none;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .faq_a {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}

.salon {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.salon_inner {
  position: relative;
}

.salon h2 {
  font-size: 3.8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .salon_list {
    margin: 0 auto;
    max-width: 500px;
  }
}

.salon_list li {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .salon_list li {
    padding-top: 74.62%;
  }
}

.salon_list li img,
.salon_list li source {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .salon_list li img,
  .salon_list li source {
    position: static;
  }
}

.salon_list li:first-child {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .salon_list li:first-child {
    padding-top: 49%;
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:first-child {
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:first-child img,
  .salon_list li:first-child source {
    max-width: 630px;
  }
}

@media screen and (min-width: 768px) {
  .salon_list li:nth-child(2) {
    margin-left: auto;
    margin-top: -20rem;
    padding-top: 80%;
    text-align: right;
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:nth-child(2) {
    margin-top: -36rem;
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:nth-child(2) img,
  .salon_list li:nth-child(2) source {
    max-width: 630px;
  }
}

@media screen and (min-width: 768px) {
  .salon_list li:nth-child(3) {
    margin-left: 8rem;
    margin-top: -18rem;
    padding-top: 41%;
    width: 55.5556%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:nth-child(3) {
    margin-top: -27rem;
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .salon_list li:nth-child(3) img,
  .salon_list li:nth-child(3) source {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .salon_list li:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.staff {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .staff {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
}

.staff_inner {
  position: relative;
}

.staff h2 {
  font-size: 3.8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .staff_list {
    margin: 0 auto;
    max-width: 500px;
  }
}

.staff_list li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .staff_list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .staff_list li:first-child .staff_skill {
    border-left: solid 1px #808080;
  }
}

@media screen and (max-width: 767px) {
  .staff_list li:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.staff_img {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 80%;
}

.staff_img img {
  width: 100%;
}

.staff_intro {
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .staff_intro {
    padding: 0 0.5rem;
  }
}

.staff_name {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

.staff_katagaki {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.staff_skill {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0.5rem 4rem;
}

@media screen and (min-width: 768px) {
  .staff_skill {
    border-right: solid 0.1rem #808080;
    font-size: 1rem;
    min-height: 190px;
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 1000px) {
  .staff_skill {
    padding: 0.5rem 2rem;
  }
}

@media (max-width: 374px) {
  .staff_skill {
    font-size: 1rem;
    padding: 0.5rem 3rem;
  }
}

.sub_h2 {
  font-size: 4.3rem;
  margin-bottom: 5rem;
}

.sub_h2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-top: 0.2rem;
}

.sub_h2 span.l {
  display: inline-block;
  font-size: 3.8rem;
  letter-spacing: 0.3rem;
}

.aging {
  padding-top: 13rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .aging {
    padding-top: 8rem;
  }
}

.aging_inner {
  padding: 0 1.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .aging_list {
    margin: 0 auto;
    max-width: 600px;
  }
}

.aging_list li {
  width: 44%;
}

.aging_list li img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .aging_list li {
    width: 48%;
  }
}

.aging_list li:first-child {
  margin-right: -22rem;
  z-index: 10;
  margin-top: 27rem;
}

@media screen and (max-width: 767px) {
  .aging_list li:first-child {
    margin-top: 19rem;
  }
}

@media screen and (max-width: 499px) {
  .aging_list li:first-child {
    margin-top: 14rem;
  }
}

@media (max-width: 374px) {
  .aging_list li:first-child {
    margin-top: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .aging_list li:first-child {
    margin-top: 20rem;
  }
}

@media (min-width: 1000px) {
  .aging_list li:first-child {
    margin-top: 27rem;
  }
}

.aging_list li:nth-child(2) {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .aging_list li:nth-child(2) {
    width: 60%;
  }
}

.aging_list li:last-child {
  margin-left: -20rem;
  z-index: 10;
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  .aging_list li:last-child {
    margin-top: 14rem;
  }
}

@media screen and (max-width: 499px) {
  .aging_list li:last-child {
    margin-top: 10rem;
  }
}

@media (max-width: 374px) {
  .aging_list li:last-child {
    margin-top: 9rem;
  }
}

.aging_btn {
  text-align: right;
  letter-spacing: 0.5rem;
}

.aging_btn a {
  color: #808080;
  display: inline-block;
  font-size: 3.627rem;
}

.aging_btn a span {
  position: relative;
}

.aging_btn a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(100% + 0.5rem);
  height: 1px;
  background-color: #808080;
  width: 5rem;
}

body {
  counter-reset: imgNum;
}

.care {
  padding-top: 7rem;
  position: relative;
}

.care_inner {
  position: relative;
}

.care:before {
  content: "";
  position: absolute;
  width: 90%;
  max-width: 900px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #808080;
}

.care.bodycare:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .care_right {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .care_list {
    margin: 0 auto;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .care_left {
    margin-bottom: 3.5rem;
  }
}

.care_item {
  padding-bottom: 9rem;
}

.care_item.reverse {
  flex-direction: row-reverse;
}

.care_img {
  position: relative;
}

.care_img img {
  width: 100%;
  position: relative;
}

.care_img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 8rem;
  margin-top: 2rem;
  margin-right: -8rem;
  margin-bottom: -2rem;
  counter-increment: imgNum;
  background: url(../../assets/img/care1.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .care_img:before {
    margin-left: 3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1000px) {
  .care_img:before {
    margin-left: 8rem;
    margin-right: -8rem;
  }
}

.care_img.img2:before {
  background-image: url(../../assets/img/care2.png);
  margin-left: -8rem;
  margin-right: 8rem;
}

@media screen and (min-width: 768px) {
  .care_img.img2:before {
    margin-left: -3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 1000px) {
  .care_img.img2:before {
    margin-left: -8rem;
    margin-right: 8rem;
  }
}

.care_img.img3:before {
  background-image: url(../../assets/img/care3.png);
}

.care_img.img4:before {
  background-image: url(../../assets/img/care4.png);
  margin-left: -8rem;
  margin-right: 8rem;
}

@media screen and (min-width: 768px) {
  .care_img.img4:before {
    margin-left: -3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 1000px) {
  .care_img.img4:before {
    margin-left: -8rem;
    margin-right: 8rem;
  }
}

.care_img.img5:before {
  background-image: url(../../assets/img/care5.png);
}

.care_img.img6:before {
  background-image: url(../../assets/img/care6.png);
  margin-left: -8rem;
  margin-right: 8rem;
}

@media screen and (min-width: 768px) {
  .care_img.img6:before {
    margin-left: -3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 1000px) {
  .care_img.img6:before {
    margin-left: -8rem;
    margin-right: 8rem;
  }
}

.care_img.img7:before {
  background-image: url(../../assets/img/care7.png);
}

.care_title {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 499px) {
  .care_title._sm {
    font-size: 1.7rem;
  }
}

@media (max-width: 374px) {
  .care_title._sm {
    font-size: 1.4rem;
  }
}

@media (max-width: 374px) {
  .care_title {
    font-size: 1.7rem;
  }
}

.care_text {
  font-size: 1.1rem;
  line-height: 2;
}

@media (max-width: 374px) {
  .care_text {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 500px) {
  .care_text br._sm {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .care_text br._md {
    display: none;
  }
}

.care_text br._1000 {
  display: none;
}

@media screen and (min-width: 768px) {
  .care_text br._1000 {
    display: inline;
  }
}

@media (min-width: 1000px) {
  .care_text br._1000 {
    display: none;
  }
}

.care h2 {
  color: #808080;
}

@media (max-width: 374px) {
  .care h2 {
    font-size: 3.4rem !important;
  }
}

.mv {
  position: relative;
}

.mv h1 {
  position: absolute;
  font-size: 2.7rem;
  z-index: 1;
  left: 50%;
  width: 100%;
  bottom: 7rem;
  color: #fff;
  text-align: right;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv h1 {
    bottom: 12rem;
  }
}

.step {
  height: 800px;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .step {
    height: 80vh;
  }
}

.step_inner {
  height: 100%;
}

.step_inner {
  position: relative;
}

.step_slider {
  height: 100%;
}

.step_slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step_slider .slick-slide {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .step_slider .slick-slide._img1 {
    color: #5e5e5e;
  }
}

@media screen and (max-width: 767px) {
  .step_slider .slick-slide._img1 img {
    object-position: 68% 50%;
  }
}

@media screen and (max-width: 767px) {
  .step_slider .slick-slide._img2 img {
    object-position: 8% 50%;
  }
}

@media screen and (max-width: 767px) {
  .step_slider .slick-slide._img3 img {
    object-position: 75% 50%;
  }
}

.step_slider .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  mix-blend-mode: multiply;
  background: url("../../assets/img/step-bg1.png") no-repeat center center/cover;
}

.step_slider .slick-slide:nth-child(2):before {
  background-image: url("../../assets/img/step-bg2.png");
}

.step_slider .slick-slide:nth-child(3):before {
  background-image: url("../../assets/img/step-bg3.png");
}

.step_slider .slick-list {
  height: 100%;
}

.step_slider .slick-track {
  height: 100%;
}

.step_slider .slick-dots {
  bottom: 5rem;
  counter-reset: dots;
}

.step_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2rem;
}

.step_slider .slick-dots li button {
  color: transparent;
  width: 3rem;
  height: 3rem;
  background: #000;
  border-radius: 100%;
  color: #fff !important;
}

.step_slider .slick-dots li button:before {
  opacity: 1;
  counter-increment: dots;
  content: "0" counter(dots);
  color: #fff !important;
  padding: 0.2rem;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.step_content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 5rem;
}

.step_content > div {
  position: relative;
  display: inline-block;
}

.step_content > div::before {
  position: absolute;
  content: "";
  width: 140%;
  height: 140%;
  right: 15%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: url("../../assets/img/step-text-bg.png") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .step_content > div::before {
    width: 240%;
    height: 240%;
    right: -50%;
  }
}

.step_content > div p {
  position: relative;
  z-index: 2;
}

.step_content.right {
  text-align: right;
}

.step_content.right > div::before {
  right: inherit;
  left: 15%;
}

@media screen and (max-width: 767px) {
  .step_content.right > div::before {
    width: 200%;
    height: 200%;
    left: -30%;
  }
}

.step_label {
  font-size: 3.3rem;
  margin-bottom: 0.5rem;
}

.step_label_bottom {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.step_title {
  font-size: 11.3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .step_title {
    font-size: 6rem;
  }
}

.step_title_bottom {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.step_text {
  font-size: 0.9rem;
  line-height: 2;
}

.table {
  padding-bottom: 8rem;
}

.table h2 {
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

.table_inner {
  position: relative;
}

.table_list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #686868;
}

.table_list li p {
  font-size: 1.2rem;
  color: #686868;
  line-height: 2;
}

.table_list li:last-child {
  border-bottom: solid 1px #686868;
}

.under_reserve_inner {
  position: relative;
}

.under_reserve h2 {
  font-size: 3.8rem;
  margin-bottom: 1rem;
}

.under_reserve .reserve_text {
  margin-bottom: 5rem;
}
