@charset "UTF-8";
/* color */
/* font-size */
/*14px*/
/*16px*/
/*20px*/
/*24px*/
/*32px*/
/*40px*/
/*48px*/
/* ブレイクポイント */
/* 読み込み */
/*foundation */
html {
  font-size: 100%;
}

body {
  color: #111111;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background-color: #FDFDFD;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

li {
  list-style: none;
}

rt {
  font-size: 10px; /* ふりがな */
  color: #E0E0E0;
}

.wrapper {
  overflow: hidden;
  padding: 3rem 2.5rem;
}
@media (min-width: 767px) {
  .wrapper {
    padding: 4rem 6rem;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 5rem 15%;
  }
}

.en {
  font-family: "Futura", "Montserrat", sans-serif;
}

/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(10px); /* ぼかし */
  -webkit-backdrop-filter: blur(10px);
}

.l-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.5rem 0 1rem 0;
  margin: 0 2.5rem 0 2.5rem;
}
@media (min-width: 1200px) {
  .l-header__inner {
    width: 68%;
    justify-content: space-between;
    padding: 2rem 0 1rem 0;
    margin: 0 auto;
    border-bottom: 1px solid #E0E0E0;
  }
}

.l-header__spacer {
  width: 100%;
}

.l-header__logo {
  display: block;
  width: 108px;
}
@media (min-width: 1200px) {
  .l-header__logo {
    width: 168px;
  }
}

.l-header__btn {
  display: none;
}
@media (min-width: 1200px) {
  .l-header__btn {
    max-width: 142px;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

.l-mv {
  position: relative;
  overflow: hidden;
}

.l-mv__spacer {
  display: block;
  width: 100%;
  height: 66px;
  margin: 0 2.5rem;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 1200px) {
  .l-mv__spacer {
    height: 192px;
    margin: 0 14rem;
  }
}

.l-mv__bg {
  height: 377px;
  background-image: url(../img/mv-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .l-mv__bg {
    height: 689px;
    background-image: url(../img/mv-pc.jpg);
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .l-mv__btn {
    display: none;
  }
}

.l-mv__container {
  padding: 2rem 2.5rem;
}
@media (min-width: 1200px) {
  .l-mv__container {
    padding: 0;
  }
}

.l-news {
  background-color: #FDFDFD;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .l-news {
    width: 60%;
    padding: 2rem 5rem;
    margin: -120px 0 0 7.5rem;
  }
}

.l-news__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .l-news__title {
    justify-content: flex-start;
    gap: 44px;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .l-salon__img {
    width: 46%;
  }
}

.l-catalog__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .l-catalog__title {
    margin-bottom: 4rem;
  }
}

.l-catalog__btn {
  margin: 0 auto;
}

/* 読み込み */
.c-shadow {
  box-shadow: 1px 1px 50px rgba(17, 17, 17, 0.15);
}

.c-text {
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .c-hover {
    transition: all 0.2s ease;
  }
  .c-hover:hover {
    color: #E0E0E0;
  }
}

.c-btn {
  width: 100%;
  display: block;
  background-color: #A3D2FF;
  color: #FDFDFD;
  text-align: center;
  border: 1px solid #A3D2FF;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .c-btn {
    font-size: 0.875rem;
    width: 142px;
    position: relative;
    transition: all 0.3s ease;
  }
  .c-btn:hover {
    color: #A3D2FF;
    background-color: transparent;
  }
}

/* フェードイン */
.c-fade-blur {
  opacity: 0;
  filter: blur(18px);
  transform: translateY(12px);
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
}

.is-visible {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateY(0) !important;
}

.c-fade-blur:nth-child(1) {
  transition-delay: 0s;
}

.c-fade-blur:nth-child(2) {
  transition-delay: 0.2s;
}

/* =====================
    読み込み
===================== */
/* =====================
    共通
===================== */
/* header */
.p-hamburger {
  position: relative;
  width: 23px;
  height: 14px;
  cursor: pointer;
  z-index: 3000;
  margin-left: auto;
}
.p-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: ease 0.3s;
  background-color: #111111;
  transform-origin: center;
}
.p-hamburger span:nth-child(1) {
  top: 0;
}
.p-hamburger span:nth-child(2) {
  top: 7px;
}
.p-hamburger span:nth-child(3) {
  top: 14px;
}
@media (min-width: 1200px) {
  .p-hamburger {
    display: none;
  }
}

.is-open.p-hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(40deg);
}

.is-open.p-hamburger span:nth-child(2) {
  transform: translateY(0px) rotate(-40deg);
}

.is-open.p-hamburger span:nth-child(3) {
  opacity: 0;
}

/* header-nav */
.p-nav {
  width: 100vw;
  height: 100dvh;
  background-color: #FDFDFD;
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  transition: all 0.4s ease;
  overflow-y: auto;
}
.p-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .p-nav {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: relative;
    z-index: 2000;
    opacity: 1;
  }
}

.p-nav__inner {
  margin: 0 2.5rem 0 2.5rem;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 1200px) {
  .p-nav__inner {
    display: none;
  }
}

.p-nav__logo {
  width: 108px;
  padding: 1.5rem 0 1rem 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-nav__logo {
    display: none;
  }
}

.p-nav__container {
  padding: 2.5rem;
}
@media (min-width: 1200px) {
  .p-nav__container {
    padding: 2rem 0;
  }
}

.p-nav__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .p-nav__flex {
    justify-content: center;
    margin-bottom: 0;
  }
}

.p-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .p-nav__menu {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
}

.p-nav__sns {
  display: flex;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-nav__sns {
    display: none;
  }
}

.p-nav__content {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .p-nav__content {
    display: none;
  }
}

.p-nav__title {
  font-size: 12px;
}

.p-nav__text {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .p-nav__btn {
    display: none;
  }
}

.p-mv__title {
  font-size: 0.875rem;
  position: absolute;
  top: 70%;
  left: 13px;
}
@media (min-width: 1200px) {
  .p-mv__title {
    font-size: 2rem;
    top: 36%;
    left: 120px;
  }
}
.p-mv__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  filter: blur(12px);
  transform: translateX(5px);
  letter-spacing: 0.2em;
  background-color: rgba(253, 253, 253, 0.85);
  transition-property: opacity, filter, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.p-mv__title span:nth-child(1) {
  padding: 11px 10px;
  margin-bottom: 12px;
  transition-delay: 0.5s;
}
@media (min-width: 1200px) {
  .p-mv__title span:nth-child(1) {
    margin-bottom: 23px;
  }
}
.p-mv__title span:nth-child(2) {
  padding: 11px 0 11px 10px;
  margin-bottom: 12px;
  transition-delay: 1s;
}

.l-mv.is-visible .p-mv__title span {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.p-news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-news {
    gap: 1rem;
  }
}

.p-news__title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .p-news__title {
    font-size: 1.25rem;
  }
}

.p-news__all {
  font-size: 0.75rem;
}

.p-news__link {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .p-news__link {
    font-size: 0.9375rem;
    flex-direction: row;
    gap: 5rem;
  }
}

.p-salon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-salon {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .p-salon__content {
    width: 46%;
  }
}

.p-salon__title {
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .p-salon__title {
    margin-bottom: 1rem;
  }
}

.p-catalog__title {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 1200px) {
  .p-catalog__title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.p-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .p-catalog__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 4rem;
  }
}

.p-catalog-card {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
}
.p-catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(253, 253, 253, 0.3);
  backdrop-filter: blur(5px); /* ぼかし */
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  z-index: 100;
  transition: opacity 0.4s ease;
}

.p-catalog-card__img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.p-catalog-card__text {
  font-size: 1rem;
  color: #111111;
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.p-catalog-card:hover::before {
  opacity: 1;
}

.p-catalog-card:hover .p-catalog-card__text {
  opacity: 1;
}

.p-catalog-card:hover img {
  transform: scale(1.05);
}

.p-link__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-link__flex {
    flex-direction: row;
  }
}

.p-link-card {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: inline-block;
}
.p-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(253, 253, 253, 0.3);
  backdrop-filter: blur(1px); /* ぼかし */
  -webkit-backdrop-filter: blur(1px);
  z-index: 100;
  transition: opacity 0.4s ease;
}

.p-link-card__img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.p-link-card__text {
  font-size: 1rem;
  font-weight: 500;
  color: #111111;
  position: absolute;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.p-link-card:hover .p-link-card__text {
  color: #FDFDFD;
}

.p-link-card:hover img {
  transform: scale(1.05);
}

.p-footer__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 1200px) {
  .p-footer__title {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
}

.p-footer__logo {
  width: 122px;
}
@media (min-width: 1200px) {
  .p-footer__logo {
    width: 168px;
  }
}

.p-footer-nav__flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1200px) {
  .p-footer-nav__flex {
    flex-direction: row;
    gap: 4rem;
  }
}

.p-footer-nav__list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .p-footer-nav__list {
    align-items: center;
  }
}

.p-footer-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-footer-nav__menu {
    flex-direction: row;
    gap: 4rem;
  }
}

.p-footer-nav__sns {
  display: flex;
  gap: 2rem;
}

.p-sns-icon {
  display: inline-block; /* 元のレイアウト維持 */
  vertical-align: middle;
  position: relative;
  width: 32px;
  height: 32px;
}
.p-sns-icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.p-sns-icon img.hover {
  opacity: 0;
}
@media (min-width: 1200px) {
  .p-sns-icon:hover img.hover {
    opacity: 1;
  }
  .p-sns-icon:hover img.normal {
    opacity: 0;
  }
}

.p-footer-salon {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .p-footer-salon {
    flex-direction: row;
    align-items: center;
    gap: 7.5rem;
  }
}

@media (min-width: 1200px) {
  .p-footer-salon__img {
    width: 35%;
  }
}

.p-copy-right {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #F9F7F7;
  padding: 1.5rem 0;
}

.p-credit {
  font-size: 10px;
  color: #E0E0E0;
}
.p-credit a {
  color: #E0E0E0;
}

/* 読み込み */
.u-sp-only {
  display: inline;
}
@media (min-width: 767px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 1200px) {
  .u-pc-only {
    display: inline-block;
  }
}

.u-mb-8 {
  margin-bottom: 0.5rem;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-64 {
  margin-bottom: 4rem;
}

/* 基本設定（変数、リセットCSSなど） */
/* ヘッダー、フッターなどの共通レイアウト*/
/* パーツ（ボタン、カードなど） */
/*各ページ独自のモジュール（例：トップページの特集など） */
/*1プロパティだけのユーティリティ（margin調整など）*/
/*# sourceMappingURL=style.css.map */