@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.p-top-visual {
  position: relative;
  overflow: hidden;
}
.p-top-visual__glows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  isolation: isolate;
}
@media (max-width: 767px) {
  .p-top-visual__glows {
    display: none;
  }
}
.p-top-visual__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--size, 240px);
  height: var(--size, 240px);
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0) 70%
  );
  filter: blur(var(--blur, 120px));
  mix-blend-mode: overlay;
  animation: glowFade var(--dur, 6s) ease-in-out var(--delay, 0s) 1 both;
}
@keyframes glowFade {
  0% {
    opacity: 0;
  }
  12% {
    opacity: var(--alpha, 1);
  }
  70% {
    opacity: var(--alpha, 1);
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-visual .p-hero__glow {
    animation: none;
    opacity: 0.18;
  }
}
.p-top-visual__swiper {
  width: 100%;
  position: relative;
}
.p-top-visual__swiper .swiper-slide {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-slide {
    width: 100%;
    height: 600px;
  }
}
.p-top-visual__swiper .swiper-slide-1 {
  background: url(../img/top/mainvisual01_sp.jpg) center center no-repeat;
  background-size: cover;
}
.p-top-visual__swiper .swiper-slide-2 {
  background: url(../img/top/mainvisual02_sp.jpg) center center no-repeat;
  background-size: cover;
}
.p-top-visual__swiper .swiper-slide-3 {
  background: url(../img/top/main-visual-3-sp.jpg) center center no-repeat;
  background-size: cover;
}
.p-top-visual__swiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  transition:
    transform 16s ease,
    filter 16s ease;
  transform: scale(1);
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-slide img {
    display: none;
  }
}
.p-top-visual__swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.15);
  filter: brightness(1.1);
}
.p-top-visual__swiper .swiper-pagination {
  padding-bottom: 20px;
}
.p-top-visual__swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
  }
}
.p-top-visual__swiper .swiper-pagination-bullet-active {
  background: #804c2e;
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-pagination {
    padding-bottom: 5px;
    bottom: -30px;
  }
}
.p-top-visual__inner {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-top-visual__inner {
    width: calc(100vw - 86px);
    top: auto;
    height: 187px;
    left: 43px;
    bottom: 39px;
    background: rgba(255, 255, 255, 0.9);
    justify-content: flex-start;
    padding-top: 20px;
  }
}
.p-top-visual__title {
  width: 555px;
  margin-left: 41px;
  color: #542C1B;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 170%;
}
.p-top-visual__title .u-en {
  font-size: 5.8rem;
  line-height: 130%;
  letter-spacing: 4%;
  display: block;
}
@media (max-width: 767px) {
  .p-top-visual__title img {
    display: none;
  }
  .p-top-visual__title span {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .p-top-visual__title {
    background: url(../img/top/main-visual-title-sp.svg) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 146px;
    margin: 0;
  }
}
.p-top-visual__note {
  margin: 0;
  margin-left: 64px;
  margin-bottom: 30px;
  color: #0050ad;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-top-visual__note {
    display: none;
  }
}
.p-top-visual__info {
  margin: 0;
  margin-left: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-visual__info {
    margin-left: 10px;
  }
}
.p-top-visual__info img:nth-child(1) {
  width: 166px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .p-top-visual__info img:nth-child(1) {
    width: 83px;
    margin-right: 10px;
  }
}
.p-top-visual__info img:nth-child(2) {
  width: 331px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-top-visual__info img:nth-child(2) {
    width: 165.5px;
  }
}
.p-top-visual::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 15;
}
@media (max-width: 767px) {
  .p-top-visual::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 15;
  }
}

/*
INTRO
*/
.p-top-intro {
  position: relative;
  padding: 50px 0;
}
.p-top-intro .l-content {
  max-width: 1160px;
}

/*
FEATURE
*/
.p-top-feature {
  padding: 100px 0 80px;
}
.p-top-feature .c-title-2:before {
  content: "FEATURE";
  display: block;
  text-align: center;
  color: #DCCCBC;
  font-size: 9.6rem;
  letter-spacing: 4%;
  line-height: 1.2em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-top-feature .c-title-2:before {
    font-size: 4.5rem; 
  }
}
@media (max-width: 767px) {
  .p-top-feature {
    padding: 50px 0 30px;
  }
}
.p-top-feature__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top-feature__list {
    display: block;
    padding: 0;
  }
}
.p-top-feature__item {
  position: relative;
  width: 31.5%;
  margin-top: 55px;
}
.p-top-feature__item:nth-child(-n + 3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-top-feature__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-top-feature__item--sm {
  width: 23%;
}
@media (max-width: 767px) {
  .p-top-feature__item--sm {
    width: 100%;
  }
}
.p-top-feature__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.p-top-feature__link:hover .p-top-feature__pic > img {
  transform: scale(1.05);
}
.p-top-feature__pic {
  overflow: hidden;
  height: 200px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .p-top-feature__pic {
    height: 150px;
  }
}
.p-top-feature__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-top-feature__content {
  position: relative;
}
.p-top-feature__content p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 4%;
  color: #2c2c2c;
}
.p-top-feature__title {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 4%;
  line-height: 170%;
  font-weight: normal;
  position: relative;
  color: #2c2c2c;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-top-feature__title > img {
  position: absolute;
  left: 24px;
  top: -55px;
  width: 50px;
}

/*
TREAT
*/
.p-top-treat {
  position: relative;
  padding: 100px 0;
}
.p-top-treat .c-title-2:before {
  content: "Treatment Menu";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 9.6rem;
  letter-spacing: 4%;
  line-height: 1.2em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-top-treat .c-title-2:before {
    font-size: 4.5rem; 
  }
}
@media (max-width: 767px) {
  .p-top-treat {
    padding: 50px 0;
  }
}
.p-top-treat__box {
  background: #dcccbc;
  position: relative;
  border-radius: 50px;
  padding: 70px 90px;
}
@media (max-width: 767px) {
  .p-top-treat__box {
    border-radius: 25px;
    padding: 20px;
  }
}
.p-top-treat__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-top-treat__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-treat__item {
  position: relative;
}
.p-top-treat__item::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 7%;
  bottom: 0;
  width: 86%;
  height: 1px;
}
.p-top-treat__item::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  right: 0%;
  top: 7%;
  width: 1px;
  height: 86%;
}
@media (max-width: 767px) {
  .p-top-treat__item::before {
    content: none;
  }
}
.p-top-treat__item:nth-child(5n)::before {
  content: none;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(2n):before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: auto;
    left: 0%;
    top: 7%;
    width: 1px;
    height: 86%;
  }
}
.p-top-treat__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px 0 14px;
}
.p-top-treat__link:hover .p-top-treat__label {
  background: #7ea140;
  color: white;
}
.p-top-treat__link:hover .p-top-treat__pic {
  animation: spin 2s linear infinite alternate;
}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.p-top-treat__link:hover .p-top-treat__label::after {
  background: url(../img/bullet.svg) 0 0 no-repeat;
  background-size: contain;
}
.p-top-treat__pic {
  text-align: center;
  transition: 0.3s ease;
  transform-style: preserve-3d;
}
.p-top-treat__pic img {
  margin: 0 auto;
}
.p-top-treat__label {
  text-align: center;
  color: #2c2c2c;
  font-size: 1.5rem;
  letter-spacing: 4%;
  line-height: 120%;
  margin-top: 25px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  transition: 0.3s ease;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .p-top-treat__label {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.4rem;
  }
}
.p-top-treat__label::after {
  content: "";
  display: block;
  background: url(../img/bullet-black.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-top-treat__label::after {
    right: 0px;
  }
}
.p-top-treat__img {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-top-treat__img {
    margin-top: 25px;
  }
}
.p-top-treat__img img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-top-treat__img img {
    border-radius: 15px;
  }
}

/*
NEWS
*/
.p-top-news {
  position: relative;
  padding-bottom: 100px;
}
.p-top-news .c-title-2:before {
  content: "News & Blog";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 9.6rem;
  letter-spacing: 4%;
  line-height: 1.2em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-top-news .c-title-2:before {
    font-size: 4.5rem; 
  }
}
@media (max-width: 767px) {
  .p-top-news {
    padding-bottom: 50px;
  }
}
.p-top-news__btns {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.p-top-news__btns .c-btn {
  width: 300px;
}
@media (max-width: 767px) {
 .p-top-news__btns {
   flex-wrap: wrap;
   gap: 15px;
 } 
}

/*
INSTA
*/
.p-top-insta {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-top-insta .c-title-2:before {
  content: "INSTAGRAM";
  display: block;
  text-align: center;
  color: #DCCCBC;
  font-size: 9.6rem;
  letter-spacing: 4%;
  line-height: 1.2em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-top-insta .c-title-2:before {
    font-size: 4.5rem; 
  }
}
@media (max-width: 767px) {
  .p-top-insta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*
MESSAGE
*/
.p-top-message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-top-message .c-title-2:before {
  content: "MESSAGE";
  display: block;
  text-align: center;
  color: #FFFCFA;
  font-size: 9.6rem;
  letter-spacing: 4%;
  line-height: 1.2em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .p-top-message .c-title-2:before {
    font-size: 4.5rem; 
  }
}
@media (max-width: 767px) {
  .p-top-message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-top-message__visual {
  position: relative;
}
.p-top-message__visual::before {
  content: "";
  display: block;
  background: #dcccbc;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: calc(100vw - 100px);
  height: 400px;
  right: 0;
  top: 30px;
  position: absolute;
}
@media (max-width: 767px) {
  .p-top-message__visual::before {
    height: 200px;
  }
}
.p-top-message__visual img {
  width: 75vw;
  max-width: 75vw;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-message__visual img {
    height: 200px;
    width: 85vw;
    max-width: 85vw;
  }
}
.p-top-message__content {
  position: relative;
  margin-top: 111px;
}
@media (max-width: 767px) {
  .p-top-message__content {
    margin-top: 50px;
  }
}
.p-top-message__content img {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  width: 430px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-top-message__content img {
    float: none;
    margin: 0 auto 0;
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-top-message__content p {
  font-size: 1.6rem;
  line-height: 170%;
  margin-bottom: 2em;
}
.p-top-message__title {
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: 4%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-top-message__title {
    margin-bottom: 25px;
  }
}
.p-top-message__who {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-message__who {
    margin-top: 0;
  }
}
.p-top-message__who p {
  margin-bottom: 0.5em;
}
.p-top-message__who .c-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 308px;
}
@media (max-width: 767px) {
  .p-top-message__who .c-btn {
    position: relative;
    right: auto;
    top: auto;
  }
}
.p-top-message__name {
  font-size: 2rem !important;
  font-weight: normal;
}
