@charset "UTF-8";

/* home */

.op {
  display: none;
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 1;
  transition: 1s;
}

.op img {
  max-width: none;
  width: 100%;
}

.op_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  animation: fadeIN 1s forwards, fadeOUT 0.6s 3s forwards;
}

.op_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  opacity: 0;
  animation: fadeIN 1s 4s forwards;
}

.mv_logo_w {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeOUT 3s 5s forwards;
}

.js-opening-active .op {
  display: block;
}

.js-opening-active .mv {
  opacity: 0;
  animation: fadeIN 0s 0.5s forwards;
}

.js-opening-active {
  /* animation: none; */
  opacity: 1;
  height: 100vh;
  overflow: hidden;
}

.mv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
  animation: fadeIN 1s forwards
}

.mv .slick-track {
  height: 100vh;
}

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

.mv_logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*opacity: 0; */
}

.scroll {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  margin-left: -1.5em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "gotham-l", sans-serif;
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  height: 10vw;
  width: 3em;
  transition: all 1s;
}

.scroll span {
  margin-right: 3px;
  width: 1px;
  height: 100%;
  display: block;
  background: transparent linear-gradient(180deg, #fff 0%, #fff 100%) 0% 0% no-repeat padding-box;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    height: 20rem;
    /*top:50px;*/
    opacity: 0;
  }
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.profile+.bg_wrap {
  background-image: url(../img/home/content_bottom.webp);
}

.sub_menu+.bg_wrap {
  background-image: url(../img/home/corridor.webp);
}


/* .concept+.bg_wrap {
  background-image: url(../img/home/content_bottom.webp);
}

.menu+.bg_wrap {
  background-image: url(../img/home/menu_bottom.webp);
}

.profile+.bg_wrap {
  background-image: url(../img/home/corridor.webp)
}

@media (max-width: 992px) {
  .concept+.bg_wrap {
    background-size: 140%;
  }
  .menu+.bg_wrap {
    background-position: center left;
    background-size: 140%;
  }
} */

.about {
  background: url(../img/home/bg_concept.webp) no-repeat center;
  background-size: cover;
  text-align: center;
}

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

.about ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.about ul li {
  margin: 0 10px;
}

@media (max-width: 992px) {
  .about p {
    font-size: 1.4rem;
  }
  .about ul {
    display: block;
  }
  .about ul li {
    margin: 0 auto 20px;
    max-width: 160px;
  }
}

.concept {
  background-color: #b2c1ca;
  position: relative;
  padding-top: 220px;
}

.concept_anime {
  position: absolute;
  font-size: 5.4rem;
  font-family: 'EB Garamond', serif;
  color: #e1e5e6;
  top: 90px;
  letter-spacing: 0.1em;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.concept_anime_wrap {
  animation: flowing 100s linear infinite;
  transform: translateX(100%);
}

.concept_anime span {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.concept_column {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.concept_img {
  position: relative;
  width: 370px;
}

.concept_img__main {
  position: relative;
  overflow: hidden;
  padding-top: calc(996/746 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.concept_img__bg {
  position: absolute;
  top: -130px;
  left: -90px;
  width: 312px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: calc(415/312 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.concept_img__main img,
.concept_img__bg img {
  position: absolute;
  object-fit: cover;
  width: 120%;
  height: 120%;
}

.concept_txt {
  width: calc(100% - 370px);
  padding-left: 70px;
}

.concept_line {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 120px;
}

.concept_line ul {
  animation: flowing 50s linear infinite;
  transform: translateX(100%);
  display: flex;
}

.concept_line li {
  padding-right: 1px;
}

.concept_line img {
  max-width: none;
  width: 280px;
}

@media (max-width: 992px) {
  .concept {
    padding-top: 120px;
  }
  .concept_column {
    display: block;
  }
  .concept_img {
    max-width: 90%;
    margin: 0 auto;
  }
  .concept_img__bg {
    width: 260px;
    top: -80px;
    padding-top: calc(315 / 312* 100%);
  }
  .concept_txt {
    width: 100%;
    padding: 0;
    margin-top: -20px;
  }
  .concept_anime {
    font-size: 3rem;
    top: 40px;
  }
  /* #concept-1{
  top: -80px !important;
}
#concept-2{
  top:0 !important;
} */
  .concept_line {
    margin-top: 50px;
  }
  .concept_line img {
    width: 200px;
  }
}

.profile {
  background-color: #a6c2af;
}

.profile_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.prof_menubtn+.profile_box {
  flex-direction: row-reverse;
  margin-top: 160px;
}

.profile_box h3 {
  font-size: 2.4rem;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}

.profile_box h3 span {
  font-size: 1.6rem;
  margin-left: 10px;
}

.profile_box p {
  font-size: 1.4rem;
}

.profile_box__txt {
  width: 64%;
}

.profile_box__img {
  width: 30%;
}

.profile_box__img .plof_slide {
  background-color: #fff;
}

.prof_btn_wrap {
  display: flex;
  margin-top: 80px;
}

.prof_btn_icon+.prof_btn_icon,
.prof_btn {
  margin-left: 10px;
}

.prof_btn_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 1px solid;
}

.prof_ig img {
  width: 19px;
  height: auto;
}

.prof_yt img {
  width: 23px;
  height: auto;
}

.prof_mail img {
  width: 20px;
  height: auto;
}

.prof_btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid;
  padding: 0 30px;
  letter-spacing: 0.075em;
  min-width: 200px;
  white-space: nowrap
}

.prof_yoyaku {
  display: flex;
  position: relative;
}

.prof_yoyaku__label {
  position: absolute;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.prof_yoyaku__label img {
  width: 188px;
}

p.prof_time {
  font-size: 1.2rem;
  margin-top: 10px;
}

.prof_menubtn {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  max-width: 420px;
  width: 90%;
  margin: 60px auto 0;
  padding: 5px 10px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}

@media (max-width: 992px) {
  .profile_box {
    flex-direction: column-reverse !important;
  }
  .prof_menubtn+.profile_box {
    margin-top: 80px;
  }
  .profile_box h3 {
    line-height: 1.2;
  }
  .profile_box p {
    font-size: 1.2rem;
  }
  .profile_box__img {
    width: 100%;
    text-align: center;
  }
  .profile_box__img .plof_slide {
    width: 320px;
    margin: 0 auto;
  }
  .profile_box__txt {
    margin-top: 20px;
    width: 100%;
  }
  .prof_btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .prof_btn {
    width: 100%;
    margin-left: 0;
  }
  .prof_btn+.prof_btn {
    margin-top: 10px;
  }
  .prof_yoyaku {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .prof_yoyaku__label {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    text-align: center;
    display: block;
    margin: 10px 0;
  }
  .prof_menubtn {
    margin-top: 30px;
  }
}

.menu {
  background-color: #f5f5f5;
}

.menu_anchor_btn {
  display: flex;
  justify-content: center;
}

.menu_anchor_btn a {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  max-width: 230px;
  width: 45%;
  margin: 60px 10px 0;
  padding: 5px 10px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}

.menu_tbl {
  width: 100%;
}

.menu_subttl {
  margin-top: 30px;
}

.menu .ttl_primary_sub {
  margin-top: 0;
}

.menu_tbl th,
.menu_tbl td {
  border: 2px solid #f5f5f5;
  vertical-align: middle;
}

.menu_tbl th {
  background-color: #303030;
  text-align: left;
  width: 65%;
  color: #fff;
  line-height: 1.6;
  padding: 10px 10px 10px 20px;
}

.menu_tbl th div {
  border-left: 1px solid;
  padding-left: 14px;
}

.menu_tbl td {
  text-align: right;
  background-color: #fff;
  width: 35%;
  padding: 10px 20px;
}

.menu_tbl p {
  font-size: 1rem;
}

.menu_mashico {
  margin-top: 50px;
}

.menu_mashico .menu_tbl th {
  background-color: #578f6a;
}

.menu_masa {
  margin-top: 50px;
}

.menu_masa .menu_tbl th {
  background-color: #8eadb3;
}

@media (max-width: 992px) {
  .menu_tbl th {
    width: 50%;
  }
  .menu_tbl .sp {
    display: table-row;
  }
  .menu_tbl .sp th {
    width: 100%;
  }
  .menu_anchor_btn {
    display: block;
  }
  .menu_anchor_btn a {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .menu .ttl_primary_sub {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.menu_cta__ttl {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 80px;
  font-family: 'EB Garamond', serif;
}

.menu_mashico .menu_cta__ttl {
  background-color: #578f6a;
}

.menu_masa .menu_cta__ttl {
  background-color: #8eadb3;
}

.menu_cta__inner {
  padding: 0 40px 10px;
  background-color: #fff;
}

.menu_cta__time {
  font-size: 1rem;
  margin-top: 10px;
}

.menu_cta__btn_wrap {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.menu_cta__label {
  text-align: center;
  display: block;
}

.menu_cta__label img {
  width: 188px;
}

.menu_cta__btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid;
  padding: 0 10px;
  letter-spacing: 0.075em;
}

.menu_cta__btn+.menu_cta__btn {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .menu_cta__inner {
    padding: 10px 20px;
  }
  .menu_cta__btn_wrap {
    display: block;
  }
  .menu_cta__btn {
    width: 100%;
    margin: 10px 0;
  }
  .menu_cta__btn+.menu_cta__btn {
    margin-left: 0;
  }
}


/* ページ内リンク調整 */

.anc,
.menu .ttl_primary_sub {
  padding-top: 80px;
  /* margin-top: -80px; */
}

.sub_menu {
  background-color: #f5f5f5;
  padding-bottom: 120px;
}

.menu_btn {
  background-color: #000;
  padding: 3px 10px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.menu_btn+.menu_btn {
  margin-top: 40px;
}

.menu_btn span {
  width: 8px;
  height: 8px;
  border-left: 1px solid;
  border-top: 1px solid;
  margin-left: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%)rotate(-135deg);
}

@media (max-width: 992px) {
  .menu_btn {
    font-size: 1.6rem;
  }
}

.menu_box {
  margin-top: 40px;
  padding-bottom: 80px;
  display: none;
}

.on+.menu_box {
  display: block;
}

.on.menu_btn span {
  transform: translateY(-50%)rotate(45deg);
}

.sub_menu_merit,
.sub_menu_osusume {
  border: 1px solid #000;
  width: 380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 10px;
}

.sub_menu_merit h4,
.sub_menu_osusume h4 {
  display: table;
  background: #f5f5f5;
  padding: 5px 10px;
  margin: -20px auto 0;
}

.sub_menu_merit ul,
.sub_menu_osusume ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.sub_menu_merit li,
.sub_menu_osusume li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sub_menu_osusume li::before {
  width: 13px;
  height: 13px;
  content: "";
  background-image: url(../img/home/icon-check.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sub_menu_merit li::before {
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(../img/home/icon-star.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  /* transform: translateY(-50%); */
}

.menu_box h5 {
  margin-top: 30px;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
}

.menu_box h5::before {
  content: "●";
  color: #737373;
  font-size: 1rem;
  margin-right: 5px;
}

.sub_menu_tbl th,
.sub_menu_tbl td {
  border: 2px solid #f5f5f5;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.6;
  padding: 5px 15px;
  font-size: 1.4rem;
}

.sub_menu_tbl {
  width: 100%;
}

.sub_menu_tbl tr:first-child th {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  width: 30%;
  text-align: center;
}

.sub_menu_tbl tr:first-child th:nth-of-type(1) {
  width: 25%;
}

.sub_menu_tbl tr:first-child th:nth-of-type(2) {
  width: calc(75%/2);
}

.sub_menu_tbl tr:first-child th:nth-of-type(3) {
  width: calc(75%/2);
}

.sub_menu_tbl td {
  background-color: #fff;
}

.sub_menu_tbl tr td:nth-of-type(2),
.sub_menu_tbl tr td:nth-of-type(3) {
  text-align: right;
}

.epi_set {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
}

.epi_set dt {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.shave_tbl {
  width: 100%;
}

.shave_tbl th,
.shave_tbl td {
  border: 2px solid #f5f5f5;
  vertical-align: middle;
  background-color: #fff;
}

.shave_tbl th {
  text-align: left;
  width: 40%;
  line-height: 1.6;
  padding: 10px 10px 10px 20px;
}

.shave_tbl th div {
  border-left: 1px solid;
  padding-left: 14px;
}

.shave_tbl td {
  text-align: right;
  width: 60%;
  padding: 10px 20px;
}

.shave_tbl th p {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .sub_menu_tbl th,
  .sub_menu_tbl td {
    font-size: 1.2rem;
  }
  .shave_tbl th {
    width: 60%;
  }
  .shave_tbl td {
    width: 40%;
  }
}

.healing_box {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  font-size: 1.4rem;
}

.healing_box h3 {
  background-image: url(../img/home/healing_bg.jpg);
  background-size: cover;
  height: 200px;
  line-height: 200px;
  padding-left: 120px;
  font-size: 2.4rem;
}

.healing_box h4 {
  font-size: 2rem;
  margin-top: 45px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.healing_box h4::before {
  content: "●";
  color: #737373;
  font-size: 1rem;
  margin-right: 5px;
}

.healing_box p+p {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .healing_box {
    padding: 20px;
  }
  .healing_box h3 {
    padding: 0;
    text-align: center;
    line-height: 100px;
    font-size: 1.8rem;
    background-position: right;
    color: #fff;
    height: 100px;
  }
  .healing_box h4 {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.map {
  background-color: #1e1f23;
  color: #fff;
  text-align: center;
}

.map h3 {
  margin-top: 40px;
}

.map h3+p {
  font-size: 1.4rem;
}

.map_content {
  margin-top: 40px;
}

.map_btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid;
  padding: 0 10px;
  letter-spacing: 0.075em;
  max-width: 200px;
  margin: 30px auto 0;
}

@media (max-width: 992px) {
  .map h3+p {
    font-size: 1.2rem;
  }
}

.company {
  background: #131316;
  color: #fff;
}

.company table {
  max-width: 90%;
  width: 400px;
  font-size: 1.4rem;
  margin: 0 auto;
}

.company table th,
.company table td {
  border-bottom: 1px solid;
  padding: 3px;
}

.company table th {
  font-weight: nomal;
  width: 6em;
}

@media (max-width: 992px) {
  .company table {
    font-size: 1.2rem;
  }
}


/* アニメーション */

.scloll {
  opacity: 0;
  transition: 0.8s;
}

.scloll.on {
  opacity: 1;
}

.profile {
  transition: 1.2s;
}

.cc .profile {
  background-color: #c1d1d4;
}