@charset "UTF-8";

body {
  font-family: 'Poppins', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif;
  background: #fff;
  font-size: 1vw;
  letter-spacing: 0.015em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
}

main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#heading {
  max-width: 1280px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
}

.heading-ttl {
  text-align: right;
}

.iPad #heading,
.android #heading {
  position: absolute;
  top: 55vh;
}

section:not(.fv) {
  padding: 15dvh 0;
  position: relative;
}

.l-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fadeInUP {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.is-fadeInUP {
  opacity: 1;
  transform: translateY(0);
}

.fadeInScale {
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease, transform 1s ease;
}

.is-fadeInScale {
  opacity: 1;
  transform: scale(1);
}

.font--serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ui--sp {
  display: none;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#header01 {
  top: 20px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  height: 80px;
  max-width: 1440px;
}

.head-animation {
  transform: translateX(-50%) translateY(calc(-100% - 20px)) !important;
}

.global-nav {
  width: 90%;
  height: 100%;
  padding: 0;
}

.scroll #global-nav {
  backdrop-filter: blur(5px);
}

nav>ul>li a:not(.nav-contact a, .header-menuSub > li > a),
.header-menu>p,
.scroll nav>ul>li a:not(.nav-contact a, .header-menuSub > li > a),
.scroll .header-menu>p {
  color: var(--base-color);
}

.navigation-ruby,
.scroll .navigation-ruby {
  color: var(--base-color);
}

.header-menuSub>li>a {
  color: #fff;
}

.nav-contact-link_lead {
  color: var(--sub-color);
}

.nav-contact-link-cols a {
  justify-content: center;
  border-radius: 6px;
}

.nav-contact-link-cols a:nth-of-type(1) {
  background: var(--color-navy);
}

/*----------------------------------------------------
  共通設定
----------------------------------------------------*/
.section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.section-heading__label {
  width: auto;
  height: 6dvh;
  margin-bottom: 2dvh;
  order: 1;
}

.section-heding__title {
  font-size: 1.1vw;
  order: 2;
}

.l-col {
  display: flex;
  justify-content: space-between;
}

/*----------------------------------------------------
  fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide,
.swiper-slide-active {
  position: relative;
}

.slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: blur1 .5s linear 0s;
  animation-fill-mode: both;
}

@keyframes blur1 {
  0% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0);
  }
}

.swiper1 .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 2.5%;
  left: initial;
  bottom: initial;
  transform: translate(0, -50%);
  mix-blend-mode: difference;
}

.swiper1 .swiper-pagination-bullet {
  box-sizing: border-box;
  display: block;
  opacity: 1;
  position: relative;
  transform: scale(.9);
  transition: transform .3s ease;
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 10px 4px !important;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  color: #A7A7A7;
}

.swiper1 .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 20px;
}

.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper1 .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  stroke-dasharray: 152px;
  stroke-dashoffset: 152px;
  stroke: #A7A7A7;
}

.swiper-pagination-bullet-active .circle {
  transform: scale(1) rotate(-90deg);
}

.swiper-pagination-bullet-active .circle1 {
  animation: sliderPagination 4s linear forwards;
}

@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

.slide-img>picture,
.slide-img>picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.swiper-slide-active .slide-img picture,
.swiper-slide-duplicate-active .slide-img picture,
.swiper-slide-prev .slide-img picture {
  animation: zoomOut 4.4s linear 0s;
  animation-fill-mode: both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.access-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access-img {
  width: 45%;
  clip-path: inset(0 0 0 round 10px);
  overflow: hidden;
}

.access-inner {
  width: 52.5%;
}

.access-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.access-item__title {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  padding: 12px 5px;
  box-sizing: border-box;
}

.access-item__title>span {
  font-size: 1.2rem;
}

.access-item__inner {
  width: 80%;
  height: auto;
  padding: 12px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.access-item__title:not(:last-of-type),
.access-item__inner:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 81, 12, .2);
}

.access-route {
  width: 65%;
  height: 48px;
  margin: 8px 0;
}

.access-route>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #545454;
  border-image: linear-gradient(45deg, #846E50 0%, #DBD5CD 50%, #A0522D 100%);
  border-image-slice: 1;
}

.access-route>a>img {
  width: 20px;
  margin-right: 5px;
}

.access-route>a>i {
  margin-left: 5px;
}

.access-reserve {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}

.access-reserve>a {
  width: 33%;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1% 0;
  box-sizing: border-box;
  border-radius: 6px;
}

.access-reserve__online {
  background: var(--sub-color);
}

.access-reserve__line {
  background: #57BD85;
}

.access-reserve__insta {
  background: linear-gradient(45deg, #DAC370, #DA70C9);
}

.access-reserve>a>img {
  width: 15%;
  margin-right: 1.5%;
}

.access-reserve__inner {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  color: #fff;
}

.access-reserve__inner-main {
  font-weight: 700;
}

.access-reserve__inner-sub {
  font-size: .7vw;
}

/*----------------------------------------------------
  related
----------------------------------------------------*/
.related {
  padding: 2.5dvh 0 !important;
}

.related-col {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.related-title__wrapper {
  width: 30%;
}

.related-title__sub {
  display: flex;
  align-items: center;
}

.related-title__sub::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #A7A7A7;
}

.related-list {
  width: 65%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.related-item {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.related-link {
  display: block;
  width: 100%;
}

.related-link__banner {
  border-radius: 10px;
}

.related-link__text {
  text-align: center;
  font-weight: 700;
}

/*----------------------------------------------------
  cta
----------------------------------------------------*/
.cta {
  width: 99%;
  overflow: hidden;
  clip-path: inset(0 0 0 round 10px);
  margin: 0 auto;
}

.cta::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: linear-gradient(to bottom, #a9eef8, #18c1d8) 50% 50% / cover no-repeat;
  opacity: .2;
}

.cta-wrapper {
  width: 100%;
  padding: 7.5dvh 5% 9dvh 5%;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}

.cta-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5dvh;
}

.cta-title__main {
  order: 2;
  font-size: 1vw;
}

.cta-title__label {
  width: 30%;
  margin-bottom: 2dvh;
}

.cta-lead {
  font-size: 1.1vw;
  text-align: center;
  margin-bottom: 2.5dvh;
}

.cta-notice {
  text-align: center;
  margin-bottom: 2.5dvh;
  color: #D82F18;
}

.cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.cta-item {
  width: 33%;
  height: auto;
}

.cta-link {
  padding: 2.5dvh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
}

.cta-link__online {
  background: var(--sub-color);
}

.cta-link__line {
  background: #57BD85;
}

.cta-link__tel {
  background: #B0C4DE;
}

.cta-link__insta {
  background: linear-gradient(45deg, #DAC370, #DA70C9);
}

.cta-icon {
  width: 10%;
  margin-right: 3%;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.cta-inner__main {
  font-size: 1.6vw;
  font-weight: 700;
}

.cta-lead__limited {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2vw;
  margin: 5dvh auto 2.5dvh auto;
}

.cta-lead__limited::before,
.cta-lead__limited::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid rgba(0, 46, 72, .1);
}

.cta-lead__limited::before {
  margin-right: 1.5%;
}

.cta-lead__limited::after {
  margin-left: 1.5%;
}

.cta-list__limited {
  justify-content: center;
}

/*----------------------------------------------------
  #mobile-nav
----------------------------------------------------*/
#mobile-nav li a {
  flex-direction: row;
  color: #fff;
}

.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-left: 5px;
}

.mobile-nav__inner-main {
  font-size: 1.6rem;
  font-weight: 700;
}

.mobile-nav__inner-sub {
  font-size: 1rem;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer01 {
  width: 85%;
  max-width: initial;
}

footer a {
  color: #fff;
}

#footer01::after {
  mix-blend-mode: difference;
}

.footer-nav__salon {
  display: flex;
  align-items: center;
  padding-bottom: .5dvh;
  margin-bottom: 1dvh;
  font-size: 1.4vw;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer-nav__salon-area {
  font-size: .9vw;
  background: rgba(26, 26, 26, .15);
  padding: 0 2.5%;
  margin-left: 2.5%;
}

.footer-tab {
  background: rgba(26, 26, 26, .15);
}

.footer-nav-link>a:nth-of-type(1) {
  background: #fff;
  border-radius: 4px;
}

.footer-nav-link>a:nth-of-type(1)>span {
  background: none;
}

.copyright {
  background: #fff;
}

@media screen and (max-width: 1280px) {
  .section-heding__title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  section:not(.fv) {
    padding: 10dvh 0;
    position: relative;
  }

  .section-heading__label {
    width: auto;
    height: 4.5dvh;
  }

  /*---header---*/
  .nav-contact-link-cols a {
    width: 180px;
    margin-right: 0;
  }

  /*---fv---*/
  .fv::after {
    padding-top: 70%;
  }
}

@media screen and (max-width: 897px) {
  body {
    font-size: 1.6rem;
  }

  #heading {
    width: 85%;
    top: 82px;
  }

  /*---header---*/
  #navigation {
    width: 100vw;
    top: -20px;
    left: -5.5%;
  }

  .overlay.is-open {
    width: 100vw;
    top: -20px;
    left: -5.5%;
  }

  nav>ul>li a:not(.nav-contact a, .header-menuSub > li > a),
  .header-menu>p,
  .scroll nav>ul>li a:not(.nav-contact a, .header-menuSub > li > a),
  .scroll .header-menu>p {
    color: #fff;
  }

  .navigation-ruby,
  .scroll .navigation-ruby,
  .header-menuSub>li>a {
    color: #fff;
  }

  .nav-contact-link-cols a:nth-of-type(1) {
    background: none;
    border: 1px solid #fff;
  }

  /*---fv---*/
  .swiper1 .swiper-pagination {
    display: none;
  }

  /*---cta---*/
  .cta-title {
    margin-bottom: 30px;
  }

  .cta-title__label {
    width: 40%;
  }

  .cta-lead {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  .cta-item {
    height: 80px;
  }

  .cta-icon {
    width: 36px;
  }

  .cta-inner__main {
    font-size: 2rem;
  }

  .cta-inner__sub {
    font-size: 1.2rem;
  }

  .cta-lead__limited {
    font-size: 1.8rem;
  }

  /*---related---*/
  .related-col {
    width: 100%;
  }

  /*---footer---*/
  .footer-logo {
    margin-bottom: 80px;
    border-bottom: none;
    flex-direction: column;
  }

  .footer-logo>a {
    width: 35%;
    max-width: initial;
    margin-right: 0;
  }

  .footer-logo>h2 {
    width: 100%;
    text-align: center;
  }

  .footer-nav:last-of-type {
    margin-bottom: 0;
  }

  .footer-nav__salon {
    font-size: 2.4rem;
  }

  .footer-nav__salon-area {
    font-size: 1.6rem;
  }
}

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

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

  /*---cta---*/
  .cta-title__main {
    font-size: 1.4rem;
  }

  .cta-list {
    width: 80%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-item {
    width: 100%;
  }

  .cta-item:nth-of-type(n+2) {
    margin-top: 5px;
  }

  /*---related---*/
  .related-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .section-heading {
    margin-bottom: 30px;
  }

  .section-heding__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .access .section-heding__title {
    text-align: center;
  }

  .access .section-heding__title .ui--sp {
    display: block;
  }

  /*---cta---*/
  .cta-title__label {
    width: 65%;
  }

  .cta-title__main {
    font-size: 1.2rem;
    text-align: center;
  }

  .cta-title__main .ui--sp {
    display: block;
  }

  .cta-lead {
    text-align: justify;
    font-size: 1.4rem;
  }

  .cta-notice {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .cta-notice .ui--sp {
    display: block;
  }

  .cta-list {
    width: 100%;
  }

  .cta-lead__limited {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .cta-lead__limited .ui--sp {
    display: block;
  }

  /*---related---*/
  .related .l-inner {
    width: 80%;
  }

  .related-col {
    flex-direction: column;
  }

  .related-title__wrapper {
    width: 100%;
    margin-bottom: 14px;
  }

  .related-list {
    width: 100%;
    flex-direction: column;
  }

  .related-item {
    width: 100%;
  }

  .related-item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .related-link__text {
    font-size: 1.4rem;
  }

  /*---footer---*/
  footer {
    font-size: 1.4rem;
  }

  .footer-nav__salon {
    font-size: 1.6rem;
  }

  .footer-nav__salon-area {
    font-size: 1.2rem;
  }

  .footer-tab {
    flex-shrink: 0;
  }

}