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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
}
.page-header_wrap {
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.page-header-logo {
  align-self: center;
  margin-top: 20px;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header-tel {
  padding: 30px 30px;
  color: #fff;
  background-color: #222222;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  left: max(50% - 705px, 40px);
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 190px;
  position: absolute;
  left: max(50px, 50% - 750px);
  z-index: 100;
  /* ▼key-ttl-sub */
}

.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.076923em 0.480769em 0.153846em;
  color: #fff;
  background-color: #000;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#top .key {
  height: clamp(700px, 100vh, 950px);
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  margin: 0;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  width: 100%;
  height: 80px;
  backdrop-filter: blur(9px);
  border-top: 1px solid #a6a6a6;
  line-height: 1;
  color: #222222;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.global-nav .hd-nav {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child) {
  margin-right: 80px;
}
.global-nav .hd-nav li a {
  position: relative;
}
.global-nav .hd-nav li a::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #00abcf;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.2s;
}
.global-nav .hd-nav li a .font-small {
  display: block;
  margin: 0 0 10px;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  text-transform: capitalize;
}
.global-nav .hd-nav li a:hover::after,
.global-nav .hd-nav li a.current::after {
  opacity: 0.3;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 60px 0 30px;
  color: #fff;
  background-color: #000;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer-ttl {
  display: inline-block;
  width: auto;
  margin: 0 0 40px;
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer .common-info-item {
  margin-bottom: 13px;
}
.page-footer-link {
  margin: 40px 0 0;
}
.page-footer-link li {
  display: inline-block;
}
.page-footer-nav {
  width: 100%;
  margin: 40px 0 0;
  padding: 25px 0 0;
  border-top: 2px solid #222222;
}
.page-footer-nav ul.flex {
  justify-content: center;
}
.page-footer-nav ul.flex li:not(:last-child) {
  margin-right: 2em;
}
.page-footer-nav ul.flex:not(:last-child) {
  margin-bottom: 13px;
}

/* ▼copyright */
.copyright {
  margin: 60px 0 0;
  color: #a6a6a6;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  overflow: hidden;
  position: relative;
}
.top_about-block-cnt {
  width: 615px;
}
.top_about-block-cnt .common-btn {
  margin: 50px 0 0;
}
.top_about-block-img {
  position: absolute;
  top: 80px;
  right: calc(50% - 961px);
}

/* ▼top_menu */
.top_menu {
  color: #fff;
  position: relative;
}
.top_menu::before {
  content: "";
  width: calc(100% - 200px);
  height: 100%;
  margin: 0 auto;
  background: #000 url(../images/top/menu_bg.png) no-repeat right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_menu-cnt-ttl {
  display: flex;
  align-items: flex-end;
  margin: 0 0 3.269231em;
  position: static;
}
.top_menu-cnt-ttl .txt-sub {
  margin: 0 0.172414em -0.155172em 0;
}
.top_menu-cnt-ttl .txt-sub::after {
  width: calc(50vw + 50px);
  border-color: #a6a6a6;
  position: absolute;
  left: 0;
}
.top_menu-cnt-lead {
  margin: 0 0 40px;
  font-size: 2.6rem;
}
.top_menu-cnt-list {
  justify-content: flex-start;
  width: 660px;
  font-size: 1.8rem;
}
.top_menu-cnt-list-item {
  width: 150px;
  padding: 0.388889em 0;
  border: 1px solid;
  text-align: center;
}
.top_menu-cnt-list-item:not(:nth-child(4n)) {
  margin-right: 1.111111em;
}
.top_menu-cnt-list-item:nth-child(n+5) {
  margin-top: 1.111111em;
}
.top_menu-cnt-txt {
  margin: 2.352941em 0 0;
}
.top_menu-cnt-btn {
  margin: 60px 0 0;
}

/* ▼top_cosmetics */
.top_cosmetics {
  background: url(../images/top/cosmetics-bg01.png) no-repeat center left calc(50% - 550px), url(../images/top/cosmetics-bg02.png) no-repeat center right calc(50% - 550px);
}
.top_cosmetics-ttl {
  margin-bottom: 2.615385em;
}
.top_cosmetics-txt {
  text-align: center;
  line-height: 2.1765;
}
.top_cosmetics-btn {
  margin-top: 52px;
}

/* ▼top_guide */
.top_guide {
  padding: 0;
}
.top_guide-list-item {
  flex: 1;
  height: 500px;
  color: #fff;
  position: relative;
  transition: all 0.2s;
}
.top_guide-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/guide-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.54);
  transition: all 0.2s;
}
.top_guide-list-item:nth-child(2) {
  margin-top: 30px;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/guide-img02.jpg);
}
.top_guide-list-item:hover {
  flex-basis: 10%;
}
.top_guide-list-item:hover::before {
  filter: brightness(0.9);
}
.top_guide-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_guide-list-item a:hover {
  opacity: 1;
}
.top_guide-list-item .common-ttl {
  margin: 0;
}
.top_guide-list-txt {
  width: auto;
  height: auto;
  padding-right: 2em;
  border: none;
  position: absolute;
  bottom: 34px;
  right: 57px;
}
.top_guide-list-txt:hover {
  background-color: transparent !important;
}

/* ▼top_news */
.top_news-block-ttl {
  width: auto;
}
.top_news-block-ttl .txt-sub {
  margin-top: -0.5em;
}
.top_news-block-ttl .txt-sub::after {
  content: none;
}
.top_news-block-cnt {
  width: 870px;
  padding: 50px 0 0;
  border-top: 1px solid #a6a6a6;
}
.top_news-block-btn {
  margin: 50px 0 0 auto;
}

/*
    page-feature
--------------------*/
/* ▼feature_about */
.feature_about {
  padding-bottom: 130px;
  position: relative;
}
.feature_about::after {
  content: "";
  width: calc(50% + 276px);
  height: 115px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: -1;
}
.feature_about-block-img {
  width: 720px;
  margin-left: -420px;
}
.feature_about-block-cnt {
  width: 720px;
}

/* ▼feature_commit */
.feature_commit {
  position: relative;
}
.feature_commit::before {
  content: "";
  width: calc(100% - 200px);
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.feature_commit-block {
  counter-increment: feature_commit-block;
}
.feature_commit-block-cnt {
  width: 470px;
}
.feature_commit-block-cnt-ttl {
  margin: 0 0 0.807692em;
  line-height: 1.5385;
  letter-spacing: 0.12em;
}
.feature_commit-block-cnt-ttl::before {
  content: "0" counter(feature_commit-block);
  display: block;
  margin: 0 0 6px;
  color: #00abcf;
  font-size: 1.6154em;
  line-height: 1;
  font-weight: 500;
}
.feature_commit-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.feature_commit-block:nth-of-type(n+2) {
  margin-top: 50px;
}

/* ▼feature_staff */
.feature_staff-block-cnt {
  padding: 12px 0 0;
}
.feature_staff-block-cnt-ttl {
  margin: 0 0 38px;
}

/*
    page-menu
--------------------*/
/* ▼menu_worries */
.menu_worries {
  background: url(../images/menu/worries-bg.png) no-repeat left bottom;
}
.menu_worries-list {
  justify-content: center;
}
.menu_worries-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 1.6667;
  text-align: center;
}
.menu_worries-list-item:not(:last-child) {
  margin-right: 30px;
}
.menu_worries-lead {
  margin: 53px 0 0;
  text-align: center;
}

/* ▼menu_step */
.menu_step {
  color: #fff;
  background-color: #000;
}
.menu_step-block {
  padding: 40px 70px;
  border: 1px solid;
}
.menu_step-block:nth-of-type(n+2) {
  margin-top: 30px;
}
.menu_step-block-ttl {
  margin: 0 0 35px;
}
.menu_step-block-ttl .txt-sub {
  color: #00abcf;
  line-height: 1;
  margin-right: 0.8846em;
}
.menu_step-block-ttl .txt-sub .font-big {
  font-size: 1.6154em;
}
.menu_step-block-ttl .txt-main {
  font-size: 2.8rem;
}

/* ▼menu_main */
.menu_main-block {
  padding: 60px 60px;
  border: 1px solid;
}
.menu_main-block:nth-of-type(n+2) {
  margin-top: 30px;
}
.menu_main-block-ttl {
  margin: 0 0 20px;
  padding: 0 0 calc(20px - 0.15em);
  border-bottom: 1px solid;
}
.menu_main-block-price {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 0.388889em 2.222222em;
  background-color: #f0f0f0;
  font-size: 1.058824em;
}

/*
    page-cosmetics
--------------------*/
/* ▼cosmetics_section */
.cosmetics_section:nth-of-type(odd) {
  background: #f0f0f0;
}

/* ▼cosmetics_about */
.cosmetics_about-block {
  position: relative;
  z-index: 10;
}
.cosmetics_about-block-cnt {
  width: 540px;
}
.cosmetics_about-block-cnt-ttl {
  margin: 0 0 29px;
  font-size: 2.2rem;
}
.cosmetics_about-block-cnt-ttl .txt-sub {
  margin: 0 0 1.09375em;
  font-size: 1.4545em;
}
.cosmetics_about-block-cnt-ttl .txt-sub::after {
  margin: 0.75em 0 0;
}
.cosmetics_about-block-img {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  pointer-events: none;
}
.cosmetics_about-commit {
  width: 100%;
  margin: 70px 0 0;
}
.cosmetics_about-commit .common-ttl {
  margin: 0 0 29px;
}
.cosmetics_about-commit .common-ttl .txt-sub {
  font-size: 3rem;
  margin: 0;
}
.cosmetics_about-commit .common-ttl .txt-sub::after {
  margin-top: 0.75em;
}
.cosmetics_about-commit-list {
  justify-content: center;
}
.cosmetics_about-commit-list-item {
  width: 530px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 2rem;
}
.cosmetics_about-commit-list-item:nth-of-type(2n) {
  margin-left: 20px;
}
.cosmetics_about-commit-list-item:nth-child(n+3) {
  margin-top: 20px;
}

/* ▼cosmetics_feature */
.cosmetics_feature {
  margin: 80px 0 0;
  padding: 70px 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
.cosmetics_feature::before {
  content: "";
  width: calc(100% - 200px);
  height: 100%;
  margin: auto;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cosmetics_feature-contain {
  justify-content: center;
}
.cosmetics_feature-block {
  width: 520px;
  padding: 1.764706em 1.764706em;
  border: 1px solid;
  counter-increment: cosmetics_feature-block;
}
.cosmetics_feature-block-ttl {
  margin: 0 0 0.923077em;
}
.cosmetics_feature-block-ttl::before {
  content: "0" counter(cosmetics_feature-block);
  margin-right: 0.333333em;
  color: #00abcf;
  font-size: 1.6154em;
  line-height: 1;
}
.cosmetics_feature-block:nth-of-type(2n) {
  margin-left: 40px;
}
.cosmetics_feature-block:nth-of-type(n+3) {
  margin-top: 40px;
}

.cosmetics_member-txt {
  text-align: center;
}
.cosmetics_member-lead {
  margin: 0 0 0.884615em;
  color: #00abcf;
  font-size: 2.6rem;
  line-height: 1.6923;
}
.cosmetics_member-coupon {
  margin: 60px 0 0;
}
.cosmetics_member-coupon .common-ttl {
  margin: 0 0 29px;
}
.cosmetics_member-coupon .common-ttl .txt-sub {
  font-size: 3rem;
  margin: 0;
}
.cosmetics_member-coupon .common-ttl .txt-sub::after {
  margin-top: 0.75em;
}
.cosmetics_member-coupon-list {
  justify-content: center;
}
.cosmetics_member-coupon-list-item {
  width: 340px;
  background-color: #fff;
  padding: 30px 0;
}
.cosmetics_member-coupon-list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.cosmetics_member-coupon-list-txt {
  text-align: center;
  line-height: 1.5;
}
.cosmetics_member-coupon-list-txt .font-big {
  font-size: 1.5294em;
}
.cosmetics_member-coupon-list-txt .font-line {
  padding: 0 0.5em 0.2em;
  background: linear-gradient(#f0f0f0, #f0f0f0) no-repeat bottom/100% 12px;
}
.cosmetics_member-coupon-lead {
  margin: 30px 0 0;
  text-align: center;
}

.common-contact {
  color: #fff;
  background-color: #000;
  margin: 70px 0 0;
  padding: 70px 0;
}
.common-contact-list {
  align-items: center;
  justify-content: center;
}
.common-contact-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border: 1px solid;
}
.common-contact-list-item:not(:last-of-type) {
  margin-right: 63px;
}
.common-contact-list-item .common-btn {
  border: none;
}
.common-contact-list-item .common-info-tel {
  height: auto;
}

#cosmetics_type01 .cosmetics_about-block-img {
  right: -135px;
}

#cosmetics_type02 .cosmetics_about-commit-list-item {
  background-color: #f0f0f0;
}

/*
    page-voice
--------------------*/
/* ▼voice_main */
.voice_main-block {
  padding: 40px 60px;
}
.voice_main-block-img {
  width: 280px;
}
.voice_main-block-img .c_ofi {
  padding-top: 64.2857%;
}
.voice_main-block-cnt {
  width: 630px;
}
.voice_main-block-cnt-ttl {
  margin: 0 0 0.863636em;
  padding: 0 0 0.681818em;
  border-bottom: 1px solid;
  font-size: 2.2rem;
}

/*
    page-salon
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 100px;
}

.information_main-map {
  width: 100%;
  height: 350px;
  margin: 60px 0 0;
  background-color: #ccc;
}

/* ▼ 2025/06/24 追記 ▼ */
.key-ttl img{
  filter: 
	drop-shadow(0 0 0 #fff)
	drop-shadow(1px 0 0 #fff)
	drop-shadow(-1px 0 0 #fff)
	drop-shadow(0 1px 0 #fff)
	drop-shadow(0 -1px 0 #fff)
	drop-shadow(1px 1px 0 #fff)
	drop-shadow(-1px 1px 0 #fff)
	drop-shadow(1px -1px 0 #fff)
	drop-shadow(-1px -1px 0 #fff);
}

body#top .key{
  height: auto;
}

body#top .key-vis{
  height: auto;
  aspect-ratio: 16 / 6.7;
  overflow: hidden;
}

body#top .key-vis video{
  display: block;
  width: 100%;
  position: static;
}

body#top .key-ttl{
  width: 26.35%;
  left: 2.6%;
  margin-top: 5vw;
}