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

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: #fff;
}
.page-header-logo img {
  height: 50px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

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

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #00abcf !important;
}

.drawer-logo {
  width: 50%;
  margin-top: -8%;
}

.drawer-nav {
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.8em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #000;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  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;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: auto;
  position: absolute;
  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: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: 300px;
  margin: 0;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 60px 0 30px;
  color: #fff;
  background-color: #000;
  position: relative;
  text-align: center;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer-ttl {
  display: inline-block;
  width: auto;
  margin: 0 0 30px;
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl img {
  height: 60px;
}
.page-footer .common-info-item {
  margin-bottom: 13px;
}
.page-footer-link {
  width: 300px;
  margin: 20px auto 0;
}
.page-footer-link li {
  display: inline-block;
}
.page-footer-nav {
  width: 100%;
  margin: 30px 0 0;
  padding: 20px 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: 30px 0 0;
  color: #a6a6a6;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  overflow: hidden;
  position: relative;
}
.top_about-block-cnt {
  width: 100%;
}
.top_about-block-cnt .common-btn {
  margin: 35px auto 0;
}
.top_about-block-img {
  width: calc(100% + 20px);
  margin: 40px -20px 0 0;
}

/* ▼top_menu */
.top_menu {
  color: #fff;
  position: relative;
}
.top_menu::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #000 url(../images/top/menu_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_menu-cnt-ttl {
  display: flex;
  align-items: flex-end;
  margin: 0 0 3em;
  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: 1.7rem;
}
.top_menu-cnt-list {
  justify-content: flex-start;
  width: 100%;
  font-size: 1.5rem;
}
.top_menu-cnt-list-item {
  width: 150px;
  margin: 0.5em;
  padding: 0.388889em 0;
  border: 1px solid;
  text-align: center;
}
.top_menu-cnt-txt {
  margin: 2.352941em 0 0;
}
.top_menu-cnt-btn {
  margin: 35px auto 0;
}

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

/* ▼top_guide */
.top_guide {
  padding: 0;
}
.top_guide-list-item {
  width: calc(100% - 10px);
  height: 220px;
  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: 10px 0 0 auto;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/guide-img02.jpg);
}
.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: 17px;
  right: 40px;
}
.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: 100%;
  padding: 30px 0 0;
  border-top: 1px solid #a6a6a6;
}
.top_news-block-btn {
  margin: 35px auto 0;
}

/*
    page-feature
--------------------*/
/* ▼feature_about */
.feature_about {
  position: relative;
}
.feature_about::after {
  content: "";
  width: calc(100% - 5px);
  height: 30px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}
.feature_about-block-img {
  width: calc(100% + 20px);
  margin-left: -20px;
}
.feature_about-block-cnt {
  width: 100%;
  margin: 30px 0 0;
}

/* ▼feature_commit */
.feature_commit {
  position: relative;
}
.feature_commit::before {
  content: "";
  width: 100%;
  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: 100%;
  margin: 30px 0 0;
}
.feature_commit-block-cnt-ttl {
  display: flex;
  align-items: center;
  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.5em 0 0;
  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 {
  margin: 10px 0 0;
}
.feature_staff-block-cnt-ttl {
  margin: 0 0 20px;
  text-align: center;
}

/*
    page-menu
--------------------*/
/* ▼menu_worries */
.menu_worries {
  background: url(../images/menu/worries-bg.png) no-repeat left bottom/60%;
}
.menu_worries-list {
  justify-content: center;
}
.menu_worries-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 10px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1.6667;
  text-align: center;
}
.menu_worries-list-item br {
  display: block;
}
.menu_worries-lead {
  margin: 30px 0 0;
  text-align: center;
}

/* ▼menu_step */
.menu_step {
  color: #fff;
  background-color: #000;
}
.menu_step-block {
  padding: 20px 30px;
  border: 1px solid;
}
.menu_step-block:nth-of-type(n+2) {
  margin-top: 30px;
}
.menu_step-block-ttl {
  margin: 0 0 25px;
}
.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.5em;
}
.menu_step-block-ttl .txt-main {
  font-size: 2rem;
}

/* ▼menu_main */
.menu_main-block {
  padding: 20px 20px;
  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;
  justify-content: center;
  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: 100%;
}
.cosmetics_about-block-cnt-ttl {
  margin: 0 0 20px;
}
.cosmetics_about-block-cnt-ttl .txt-sub {
  margin: 0 0 1.09375em;
  font-size: 1.2em;
}
.cosmetics_about-block-cnt-ttl .txt-sub::after {
  margin: 0.75em 0 0;
}
.cosmetics_about-block-img {
  width: 300px;
  margin: 20px auto 0;
}
.cosmetics_about-commit {
  width: 100%;
  margin: 40px 0 0;
}
.cosmetics_about-commit .common-ttl {
  margin: 0 0 20px;
}
.cosmetics_about-commit .common-ttl .txt-sub {
  font-size: 1.2em;
  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: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
}
.cosmetics_about-commit-list-item:nth-child(n+2) {
  margin-top: 15px;
}

/* ▼cosmetics_feature */
.cosmetics_feature {
  margin: 80px 0 0;
  padding: 70px 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
.cosmetics_feature::before {
  content: "";
  width: 100%;
  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: 100%;
  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(n+2) {
  margin-top: 30px;
}

.cosmetics_member-txt {
  text-align: center;
}
.cosmetics_member-lead {
  margin: 0 0 0.884615em;
  color: #00abcf;
  font-size: 2rem;
  line-height: 1.6923;
}
.cosmetics_member-coupon {
  margin: 30px 0 0;
}
.cosmetics_member-coupon .common-ttl {
  margin: 0 0 20px;
}
.cosmetics_member-coupon .common-ttl .txt-sub {
  font-size: 1.2em;
  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: 280px;
  margin: 0 auto;
  background-color: #fff;
  margin: 15px;
  padding: 30px 0;
}
.cosmetics_member-coupon-list-item br {
  display: block;
}
.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: 20px 0 0;
  text-align: center;
}
.cosmetics_member-coupon-lead br {
  display: block;
}

.common-contact {
  color: #fff;
  background-color: #000;
  margin: 40px 0 0;
  padding: 40px 0;
}
.common-contact-ttl {
  font-size: 1.8rem;
}
.common-contact-list {
  align-items: center;
  justify-content: center;
}
.common-contact-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  border: 1px solid;
  margin: 10px;
}
.common-contact-list-item .common-btn {
  border: none;
}
.common-contact-list-item .common-info-tel {
  height: auto;
  font-size: 2rem;
}

#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: 20px 30px;
}
.voice_main-block-img {
  width: 90%;
  margin: 0 auto;
}
.voice_main-block-img .c_ofi {
  padding-top: 64.2857%;
}
.voice_main-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.voice_main-block-cnt-ttl {
  margin: 0 0 0.863636em;
  padding: 0 0 0.681818em;
  border-bottom: 1px solid;
  font-size: 2rem;
}

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

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


/* ▼ 2025/06/24 追記 ▼ */
body#top .key{
  display: block;
  background: rgba(0, 171, 207, .1);
}

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

body#top .key-vis video{
  position: static;
}

body#top .key-ttl{
  position: static;
  margin: 0 auto;
  padding: 6vw 0;
}

body#top .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);
}
