@import url("https://fonts.googleapis.com/css2?family=Allura&family=Cinzel&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
.p-visual {
  position: relative;
  overflow: hidden;
  height: 920px;
  border-bottom: 1px solid #aaa;
}
.p-visual__slide-1 {
  height: 920px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-visual__slide-1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1080px;
}
@media (max-width: 767px) {
  .p-visual__slide-1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-visual__slide-1 {
    height: 550px;
  }
}
.p-visual__slide-2 {
  height: 920px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-visual__slide-2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1080px;
}
@media (max-width: 767px) {
  .p-visual__slide-2 {
    height: 550px;
  }
}
.p-visual__slide-3 {
  height: 920px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-visual__slide-3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1080px;
}
@media (max-width: 767px) {
  .p-visual__slide-3 {
    height: 550px;
  }
}
.p-visual__inner {
  z-index: 5;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding-left: 78px;
  padding-top: 258px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-visual__inner {
    width: 100%;
    height: 550px;
    display: block;
    padding-top: 110px;
    padding-left: 15px;
  }
}
.p-visual__title {
  margin: 0 0 0.5em;
  font-size: 5.5rem;
  line-height: 117%;
  letter-spacing: 6%;
}
@media (max-width: 767px) {
  .p-visual__title {
    font-size: 2.5rem;
  }
}
.p-visual__note {
  max-width: 418px;
  font-size: 2.2rem;
  line-height: 170%;
  letter-spacing: 15%;
  margin-bottom: 40px;
}
.p-visual__note .u-en-allura {
  color: #09acc1;
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-visual__note {
    width: 300px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.p-visual .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 0 40px;
  z-index: 10;
  text-align: left;
}
.p-visual .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: #ccc;
  margin: 0;
  margin-right: 5px;
  opacity: 1;
  border-radius: 0;
}
@media (max-width: 767px) {
  .p-visual .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
  }
}
.p-visual .swiper-pagination-bullet-active {
  background: #444444;
}
.p-visual__list {
  display: flex;
  gap: 17px;
}
@media (max-width: 767px) {
  .p-visual__list {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    width: 100%;
  }
}
.p-visual__list > li {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #aaa;
  position: relative;
  width: 155px;
  height: 155px;
}
@media (max-width: 767px) {
  .p-visual__list > li {
    width: auto;
    height: auto;
  }
}
.p-visual__list > li ::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #aaa;
  pointer-events: none;
}
.p-visual__list > li::after {
  content: "";
  display: block;
  background: url(../img/top/visual-link.svg) center top no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: -4px;
  margin-left: -4px;
}
.p-visual__link {
  display: block;
  color: #444444;
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 5%;
  text-decoration: none;
  text-align: center;
  padding-top: 40px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.p-visual__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-visual__link {
    font-size: 1.3rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-visual__num {
  font-size: 4rem;
  display: block;
}
@media (max-width: 767px) {
  .p-visual__num {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-visual {
    position: relative;
    height: 550px;
  }
}

/*
TOP ACTIONS 
*/
.p-top-action {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #aaa;
  background: rgba(96, 205, 219, 0.1);
}
.p-top-action__lead {
  text-align: center;
  font-size: 3.6rem;
  line-height: 170%;
  letter-spacing: 8%;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-top-action__lead {
    font-size: 2.7rem;
  }
}
.p-top-action__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .p-top-action__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-action__item {
  grid-column: span 3;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-action__item {
    grid-column: span 1;
  }
}
.p-top-action__item--sm {
  grid-column: span 2;
}
.p-top-action__item--sm .p-top-action__pic img {
  height: 116px;
}
@media (max-width: 767px) {
  .p-top-action__item--sm .p-top-action__pic img {
    height: 100px;
  }
}
.p-top-action__item--sm .p-top-action__title {
  padding: 5px 10px;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .p-top-action__item--sm {
    grid-column: span 1;
  }
}
.p-top-action__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-top-action__link:hover + .p-top-action__pic img {
  transform: scale(1.1);
  transform-origin: center center;
}
.p-top-action__pic {
  overflow: hidden;
  position: relative;
}
.p-top-action__pic img {
  transition: 0.3s ease;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-top-action__pic img {
    height: 100px;
  }
}
.p-top-action__pic--border {
  border: 1px solid #aaa;
}
.p-top-action__title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 15%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-top-action__title {
    font-size: 1.7rem;
    padding: 10px;
  }
}
.p-top-action__content {
  position: relative;
  padding: 18px 0;
  padding-bottom: 1em;
}
.p-top-action__content p {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 8%;
  margin: 0;
}

/*
TOP BANNERS
*/
.p-top-banners {
  position: relative;
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .p-top-banners {
    padding: 50px 0;
  }
}
.p-top-banners__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.p-top-banners__grid a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-top-banners__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}

/*
FEAT
*/
.p-feat {
  position: relative;
  padding-top: 1px;
  padding-bottom: 0px;
}
.p-feat .c-title-2 {
  line-height: 3em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-feat .c-title-2 {
    line-height: 2em;
  }
}
.p-feat .c-title-2 .u-en-allura {
  color: #09acc1;
  font-size: 7rem;
}
@media (max-width: 767px) {
  .p-feat .c-title-2 .u-en-allura {
    font-size: 4rem;
  }
}
.p-feat .c-title-2::before {
  content: "FEATURE";
  display: block;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13.8rem;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-feat .c-title-2::before {
    font-size: 5rem;
  }
}
.p-feat__header {
  border-bottom: 1px solid #aaa;
  background: url(../img/top/feat-en.svg) center bottom no-repeat;
  background-size: contain;
}
.p-feat__item {
  position: relative;
  border-bottom: 1px solid #aaa;
}
.p-feat__inner {
  position: relative;
  display: flex;
  padding: 80px 0;
  align-items: center;
  gap: 6%;
}
@media (max-width: 767px) {
  .p-feat__inner {
    padding: 40px 15px;
    display: block;
  }
}
.p-feat__pic {
  position: relative;
  width: 47%;
}
@media (max-width: 767px) {
  .p-feat__pic {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-feat__pic img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.p-feat__content {
  position: relative;
  width: 47%;
}
@media (max-width: 767px) {
  .p-feat__content {
    width: 100%;
  }
}
.p-feat__num {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  color: #09acc1;
  font-size: 10rem;
  letter-spacing: 6%;
  line-height: 1;
}
.p-feat__num::before {
  content: "FEATURE";
  display: block;
  font-size: 1.7rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
}
@media (max-width: 767px) {
  .p-feat__num::before {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-feat__num {
    font-size: 5rem;
    text-align: center;
  }
}
.p-feat__title {
  text-align: left;
  font-size: 3.2rem;
  line-height: 170%;
  font-weight: normal;
  margin-top: 128px;
  letter-spacing: 5%;
  margin-bottom: 30px;
  text-decoration: underline;
  text-decoration-color: #09acc1;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
@media (max-width: 767px) {
  .p-feat__title {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.p-feat__desc {
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 15%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-feat__desc {
    font-size: 1.4rem;
  }
}
.p-feat .c-btn {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

/*
SYM
*/
.p-sym {
  position: relative;
  background: url(../img/top/sym-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 101px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .p-sym {
    padding-bottom: 50px;
  }
}
.p-sym .c-title-2::before {
  content: "Symptoms";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-sym .c-title-2::before {
    font-size: 5rem;
  }
}
.p-sym__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .p-sym__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sym__item {
  position: relative;
  border: 1px solid #60cddb;
}
.p-sym__link {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #444444;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-sym__link:hover {
  color: #09acc1;
}
.p-sym__link:hover .p-sym__title::after {
  content: "";
  background: url(../img/arrow-blue.svg) center top no-repeat;
  background-size: contain;
}
.p-sym__pic {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-sym__title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 15%;
  height: 70px;
}
.p-sym__title::after {
  content: "";
  display: block;
  background: url(../img/arrow.svg) center top no-repeat;
  background-size: contain;
  width: 27px;
  height: 5.5px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -13.5px;
}
.p-sym__circle {
  position: absolute;
  left: 0;
  bottom: -83px;
  width: 166px;
}
@media (max-width: 767px) {
  .p-sym__circle {
    width: 120px;
    bottom: -60px;
  }
}

/*
TREAT
*/
.p-treat {
  background: url(../img/top/treat-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 140px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .p-treat {
    padding-bottom: 50px;
  }
}
.p-treat .c-title-2::before {
  content: "Treatment Menu";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-treat .c-title-2::before {
    font-size: 5rem;
  }
}
.p-treat__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .p-treat__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-treat__item {
  position: relative;
  background: #fff;
}
.p-treat__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-treat__link:hover + .p-treat__pic img {
  transform: scale(1.1);
}
.p-treat__link:hover + .p-treat__pic + .p-treat__content .p-treat__title {
  color: #09acc1;
}
.p-treat__pic {
  overflow: hidden;
}
.p-treat__pic img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-treat__title {
  text-align: center;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 15%;
  padding: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-treat__title {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.p-treat__title::after {
  content: "";
  display: block;
  background: url(../img/arrow-blue.svg) center top no-repeat;
  background-size: contain;
  width: 27px;
  height: 5.5px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .p-treat__title::after {
    margin-top: 10px;
  }
}

/*
NEWS
*/
.p-news {
  position: relative;
  background: #e6f7f9;
  border-bottom: 1px solid #aaa;
  padding-top: 97px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-news__grid {
  display: flex;
  gap: 45px;
}
@media (max-width: 767px) {
  .p-news__grid {
    display: block;
  }
}
.p-news .c-title-2 {
  text-align: center;
  flex: 0 0 365px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-news .c-title-2 {
    text-align: center;
  }
}
.p-news .c-title-2::before {
  content: "News & Blog";
  display: block;
  font-size: 5.3rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-news .c-title-2::before {
    font-size: 4rem;
    text-align: center;
  }
}
.p-news__content {
  /* flex: 1; */
}
.p-news .c-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.p-news__circle {
  position: absolute;
  right: 53px;
  bottom: -83px;
  width: 166px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-news__circle {
    width: 120px;
    bottom: -60px;
    right: 0;
  }
}

/*
INSTAGRAM
*/
.p-insta {
  padding-bottom: 100px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .p-insta {
    padding-bottom: 50px;
  }
}
.p-insta .c-title-2 {
  text-align: center;
}
.p-insta .c-title-2::before {
  content: "INSTAGRAM";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-insta .c-title-2::before {
    font-size: 5rem;
  }
}
.p-insta .c-title-2 img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

/*
CASE
*/
.p-case {
  padding-bottom: 100px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .p-case {
    padding-bottom: 50px;
  }
}
.p-case .c-title-2 {
  text-align: center;
}
.p-case .c-title-2::before {
  content: "CASE";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-case .c-title-2::before {
    font-size: 5rem;
  }
}

/*
MESSAGE
*/
.p-mes {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-mes {
    padding-bottom: 50px;
  }
}
.p-mes .c-title-2 {
  text-align: center;
}
.p-mes .c-title-2::before {
  content: "MESSAGE";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-mes .c-title-2::before {
    font-size: 5rem;
  }
}
.p-mes__grid {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-mes__grid {
    flex-wrap: wrap;
  }
}
.p-mes__content {
  flex: 1;
}
@media (max-width: 767px) {
  .p-mes__content {
    width: 100%;
    order: 2;
  }
}
.p-mes__content p {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 15%;
}
.p-mes__pic {
  flex: 0 0 475px;
  position: relative;
}
@media (max-width: 767px) {
  .p-mes__pic {
    order: 1;
    width: 80%;
    margin: 0 auto 20px;
    flex: initial;
  }
}
.p-mes__pic img:nth-child(2) {
  width: 250px;
  position: relative;
  left: 270px;
  top: -60px;
}
@media (max-width: 767px) {
  .p-mes__pic img:nth-child(2) {
    left: auto;
    right: 0;
    position: absolute;
    top: auto;
    bottom: -70px;
    width: 125px;
  }
}
.p-mes ul.c-list li {
  font-size: 3.1rem;
}
@media (max-width: 767px) {
  .p-mes ul.c-list li {
    font-size: 2rem;
  }
}
.p-mes__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-mes__btns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.p-mes__btns .c-btn {
  margin: 0;
}
.p-mes__btns .c-btn:first-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .p-mes__btns .c-btn:first-child {
    grid-column: span 1;
  }
}

/*
QNA
*/
.p-qna {
  padding-bottom: 120px;
  background: #d4ecef;
}
@media (max-width: 767px) {
  .p-qna {
    padding-bottom: 50px;
  }
}
.p-qna .c-title-2 {
  text-align: center;
}
.p-qna .c-title-2::before {
  content: "FAQ";
  display: block;
  font-size: 10rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444444;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 767px) {
  .p-qna .c-title-2::before {
    font-size: 5rem;
  }
}