@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho&display=swap");
:root {
  --cor:"Cormorant Garamond", serif;
  --shippori:"Shippori Mincho", serif;
  --yugo:"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  font-weight: 500;
  --black:#062643;
  --orange:#EE7300;
  color: var(--black);
  font-family: var(--shippori);
  line-height: 1.875;
  letter-spacing: 0.2em;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  main {
    overflow: hidden;
  }
}
.logo {
  width: 313px;
  position: fixed;
  top: 50px;
  left: 50px;
  line-height: 1;
  z-index: 100;
}
.logo a {
  display: block;
}

header {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
header .gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.x-btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.x-btn a {
  position: relative;
  display: block;
  width: 194px;
  height: 48px;
  font-family: var(--cor);
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  color: var(--black);
  transition: all 0.3s;
  background-color: #fff;
  gap: 15px;
  letter-spacing: 2px;
}
.x-btn a .x-txt {
  display: block;
}
.x-btn a .x-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.x-btn a::before, .x-btn a::after {
  content: "";
  position: absolute;
  background: var(--black);
  transition: all 0.3s;
}
.x-btn a::before {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
}
.x-btn a::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
}
.x-btn a .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.x-btn a .wrapper::before, .x-btn a .wrapper::after {
  content: "";
  position: absolute;
  background: var(--black);
  transition: all 0.3s ease;
}
.x-btn a .wrapper::before {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
}
.x-btn a .wrapper::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
}
.x-btn a:hover::before {
  width: 100%;
}
.x-btn a:hover::after {
  height: 100%;
}
.x-btn a:hover .wrapper::before {
  width: 100%;
}
.x-btn a:hover .wrapper::after {
  height: 100%;
}

.map-btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.map-btn a {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  font-family: var(--cor);
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  color: var(--black);
  transition: all 0.3s;
  background-color: #fff;
  gap: 15px;
}
.map-btn a .map-txt {
  display: block;
}
.map-btn a .map-icon {
  width: 20px;
  height: 23px;
  display: block;
}
.map-btn a::before, .map-btn a::after {
  content: "";
  position: absolute;
  background: var(--orange);
  transition: all 0.3s;
}
.map-btn a::before {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
}
.map-btn a::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
}
.map-btn a .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.map-btn a .wrapper::before, .map-btn a .wrapper::after {
  content: "";
  position: absolute;
  background: var(--orange);
  transition: all 0.3s ease;
}
.map-btn a .wrapper::before {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
}
.map-btn a .wrapper::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
}
.map-btn a:hover::before {
  width: 100%;
}
.map-btn a:hover::after {
  height: 100%;
}
.map-btn a:hover .wrapper::before {
  width: 100%;
}
.map-btn a:hover .wrapper::after {
  height: 100%;
}

@media screen and (max-width: 1000px) {
  header {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -100px;
    transition: all 0.7s;
  }
  header.active {
    bottom: 15px;
  }
  .logo {
    width: 157px;
    top: 15px;
    left: 15px;
  }
}
.footer__map {
  width: 100%;
  height: 360px;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer__bl {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}

.footer__add {
  width: 45%;
}

.footer__time {
  width: 50%;
}

footer .inner {
  padding: 120px 0 80px;
}

.footer__logo {
  width: 418px;
  max-width: 100%;
  display: block;
}

.footer__contact {
  display: flex;
  justify-content: center;
  gap: 3%;
  align-items: center;
  border-bottom: 1px solid var(--black);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer__contact-ttl {
  font-size: 16px;
  padding-top: 20px;
}

.footer__contact-tel {
  display: flex;
  align-items: center;
  font-family: var(--cor);
  line-height: 1;
  gap: 10px;
  margin-top: 20px;
}
.footer__contact-tel .tel {
  font-size: 24px;
  display: inline-block;
  padding-top: 10px;
}
.footer__contact-tel .num {
  font-size: 42px;
  display: inline-block;
}

.footer__add-txt {
  padding: 20px 0 0;
  font-size: 14px;
}

.footer__time-caution {
  font-size: 14px;
  font-family: var(--yugo);
}
.footer__time-caution:first-of-type {
  margin-top: 20px;
}

.footer__copy {
  padding-bottom: 60px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .footer__map {
    height: 235px;
  }
  footer .inner {
    padding: 50px 0 40px;
  }
  .footer__bl {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__add {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer__time {
    width: 100%;
  }
  .footer__logo {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .footer__add-txt {
    padding: 20px 0;
    font-size: 12px;
    order: 2;
    text-align: center;
  }
  .footer__contact {
    order: 3;
  }
  .footer__contact {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--black);
    border-bottom: none;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .footer__contact-ttl {
    font-size: 14px;
    padding-top: 0;
  }
  .footer__contact-tel {
    margin-top: 0;
  }
  .footer__contact-tel .num {
    font-size: 32px;
  }
  .footer__contact-tel .tel {
    font-size: 20px;
  }
  .footer__time-caution {
    font-size: 12px;
  }
  .footer__copy {
    padding-bottom: 35px;
    font-size: 12px;
  }
}
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.mv__cont {
  width: 50%;
}

.mv__img-bl {
  width: 50%;
  height: 100%;
  position: relative;
}

.mv__img-main {
  width: 100%;
  height: 100%;
}
.mv__img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv__img-main .simpleParallax {
  height: 100% !important;
}

.scroll_down {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 30px;
  height: 194px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.scroll_down .scroll_down-in {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 0 110px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  margin: auto;
}

.scroll_down .scroll_down-in:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ddd;
}

.scroll_down .scroll_down-in:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}

.scroll_down .scroll_down-in:hover {
  opacity: 0.5;
}

#type01 .scroll_down-in:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv__img-sub {
  position: relative;
  width: 50%;
  margin: -100px 15% 0 auto;
}
.mv__img-sub .simpleParallax {
  overflow: visible !important;
}

.mv__cont-inner {
  width: 620px;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
}

.mv__ttl {
  font-size: 42px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.mv__ttl::before {
  aspect-ratio: 322/325;
  background-image: url(../img/logo-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -70px;
  left: 47%;
  transform: translateX(-50%);
  width: 322px;
  max-width: 70%;
  display: block;
  z-index: 0;
}
.mv__ttl::after {
  width: 80px;
  height: 2px;
  background-image: url(../img/under.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
}

.mv__date {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-family: var(--cor);
  line-height: 1;
  align-items: flex-end;
  letter-spacing: 0.3em;
}
.mv__date .day {
  font-size: 62px;
}
.mv__date .week {
  font-size: 22px;
  padding-bottom: 0.3em;
}
.mv__date .open {
  font-size: 38px;
}

.naiken-day {
  margin-top: 80px;
  font-size: 22px;
  font-family: var(--cor);
  letter-spacing: 0.1em;
}

.mv__txt {
  font-size: 14px;
}

.mv__tag {
  margin-top: 80px;
  position: relative;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mv__tag::after {
  width: 164px;
  height: 164px;
  background-image: url(../img/circle-txt.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  animation: circle 10s linear infinite;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mv__circle-cont {
  width: 100%;
  height: 100%;
  background-color: #ff98a7;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 40px 0;
}
.mv__circle-cont .small {
  font-size: 10px;
}
.mv__circle-cont::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.mv__circle-cont::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

#rec {
  padding: 20vw 0;
  position: relative;
}

.rec__img-bl {
  width: 60%;
  position: relative;
}

.rec__img-sub {
  position: absolute;
  left: 45%;
  bottom: -7vw;
  transform: translate(-50%, 0);
  width: 40%;
}
.rec__img-sub .simpleParallax {
  overflow: visible !important;
}

.rec__cont {
  width: 690px;
  max-width: 90%;
  position: absolute;
  top: 27vw;
  left: 48%;
  background-color: #fff;
  padding: 100px 4%;
  transition: all 1.3s ease;
  filter: blur(10px);
}
.rec__cont.active {
  filter: blur(0px);
}

.js-blur {
  filter: blur(10px);
  transition: all 1.3s ease;
}
.js-blur.active {
  filter: blur(0px);
}

.base__ttl-bl {
  position: relative;
  margin-bottom: 120px;
}
.base__ttl-bl::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-image: url(../img/under.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}

.base__ttl-en {
  text-align: center;
  font-size: 48px;
  text-align: center;
  font-family: var(--cor);
  line-height: 1.5;
}

.base__ttl-ja {
  text-align: center;
  font-size: 16px;
}

.rec__ttl-big {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.rec__txt {
  font-size: 14px;
  margin-bottom: 100px;
}

.base__btn {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
.base__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 72px;
  font-family: var(--cor);
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  color: var(--black);
  transition: all 0.3s;
  background-color: #fff;
  gap: 15px;
}
.base__btn a .icon {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.base__btn a::before, .base__btn a::after {
  content: "";
  position: absolute;
  background: var(--black);
  transition: all 0.3s;
}
.base__btn a::before {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #008ba2;
}
.base__btn a::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: #ee8191;
}
.base__btn a .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.base__btn a .wrapper::before, .base__btn a .wrapper::after {
  content: "";
  position: absolute;
  background: var(--black);
  transition: all 0.3s ease;
}
.base__btn a .wrapper::before {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #ee7300;
}
.base__btn a .wrapper::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
  background-color: #fbca4f;
}
.base__btn a:hover::before {
  width: 100%;
}
.base__btn a:hover::after {
  height: 100%;
}
.base__btn a:hover .wrapper::before {
  width: 100%;
}
.base__btn a:hover .wrapper::after {
  height: 100%;
}

.concept__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 auto;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: var(--yugo);
}
.concept__link:hover {
  opacity: 0.7;
}

.concept__bl {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 5%;
}

.concept__img-bl {
  position: sticky;
  left: 0;
  top: 100px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.concept__img {
  position: relative;
  aspect-ratio: 464/524;
  margin-bottom: 20px;
}
.concept__img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.concept__img img.p1 {
  z-index: 5;
}
.concept__img img.p2 {
  z-index: 4;
}
.concept__img img.p3 {
  z-index: 3;
}
.concept__img img.p4 {
  z-index: 2;
}

.concept__bar-bl {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.concept__now-num,
.concept__total-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--cor);
  font-size: 18px;
  text-align: center;
  width: 20px;
  aspect-ratio: 2/3;
}

.concept__bar {
  position: relative;
  width: 96px;
  height: 1px;
  background-color: #d9d9d9;
  overflow: hidden;
}

.concept__bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #008ba2;
  transition: all 0.3s ease;
}
.concept__bar-inner.w25 {
  width: 25%;
}
.concept__bar-inner.w50 {
  width: 50%;
}
.concept__bar-inner.w75 {
  width: 75%;
}
.concept__bar-inner.w100 {
  width: 100%;
}

.concept__list li {
  padding: 120px 0;
}

.concept__list-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 25px;
  border-radius: 50px;
  background-color: #fbca4f;
  color: #fff;
  font-size: 14px;
  font-family: var(--cor);
  margin-bottom: 10px;
  line-height: 1.3;
}
.concept__list-tag.p2 {
  background-color: #ee7300;
}
.concept__list-tag.p3 {
  background-color: #ee8191;
}
.concept__list-tag.p4 {
  background-color: #208fd0;
}
.concept__list-tag .num {
  font-size: 20px;
}

.concept__list-ttl {
  font-size: 24px;
  margin-bottom: 50px;
}

.concept__list-txt {
  font-size: 14px;
  font-family: var(--yugo);
}

.inner {
  width: 1160px;
  max-width: 90%;
  margin: 0 auto;
}

.doctor__bl {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 5%;
}

.doctor__img {
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  aspect-ratio: 520/640;
  top: 100px;
}
.doctor__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  animation: doctorImgBefore 1s ease-in-out forwards;
}
.doctor__img img.p1 {
  z-index: 5;
  width: 100%;
}
.doctor__img img.p2 {
  z-index: 4;
}
.doctor__img img.p3 {
  z-index: 3;
}
.doctor__img img.none {
  animation: doctorImg 1s ease-in-out forwards;
}

@keyframes doctorImgBefore {
  0% {
    transform: translate(-70%, -50%);
    opacity: 0;
    visibility: hidden;
  }
  10% {
    transform: translate(-70%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes doctorImg {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: translate(-70%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-70%, -50%);
    opacity: 0;
    visibility: hidden;
  }
}
#doctor-profile {
  padding: 120px 0;
}

.doctor__profile-ttl {
  margin-bottom: 30px;
}
.doctor__profile-ttl .add {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.doctor__profile-ttl .name {
  display: block;
  font-size: 28px;
}

.doctor-profile__add {
  font-size: 18px;
  margin-bottom: 50px;
}

.doctor-profile__history-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
}

.doctor-profile__history-ttl-middle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.doctor-profile__history-list li {
  display: flex;
  font-family: var(--yugo);
  font-size: 14px;
  margin-bottom: 7px;
}
.doctor-profile__history-list li:last-child {
  margin-bottom: 0;
}
.doctor-profile__history-list li .txt {
  width: calc(100% - 120px);
}

.doctor-profile__history-ttl-small {
  width: 120px;
  font-size: 14px;
}

#doctor-greeting {
  padding: 120px 0;
}

.doctor__greeting-ttl {
  font-size: 28px;
  margin-bottom: 50px;
}

.doctor__greeting-txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.doctor__greeting-txt:last-of-type {
  margin-bottom: 0;
}

#doctor-phirosophy {
  padding: 120px 0;
}

.doctor__philosophy-ttl {
  font-size: 28px;
  margin-bottom: 50px;
}

.doctor-phirosophy__list li {
  margin-bottom: 30px;
}
.doctor-phirosophy__list li:last-child {
  margin-bottom: 0;
}

.doctor-phirosophy__list-ttl {
  font-size: 16px;
  margin-bottom: 7px;
}

.doctor-phirosophy__list-txt {
  font-size: 14px;
  padding-left: 1em;
}

#doctor {
  padding: 200px 0;
}

.clinic__bl {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}

.clinic__cont {
  padding: 150px 0;
  background-color: #fff;
}

.clinic__sec-logo {
  width: 134px;
  margin: 0 auto 10px;
}

.base__ttl-bl {
  margin-bottom: 60px;
}

.base__ttl-ja {
  text-align: center;
  font-size: 18px;
}

.clinic__ttl-big {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.clinic__txt {
  font-size: 14px;
  margin-bottom: 30px;
}
.clinic__txt:last-of-type {
  margin-bottom: 0;
}

.clinic__img-bl {
  height: 100%;
}
.clinic__img-bl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.clinic__img {
  height: 100%;
}
.clinic__img .simpleParallax {
  height: 100%;
}

.clinic__cont-inner {
  width: 620px;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 5%;
}

#treatment {
  margin-top: 12vw;
  margin-bottom: 14vw;
  padding: 150px 0;
  position: relative;
  background-color: #faf7ed;
}
#treatment::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-98%);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/64;
  background-image: url(../img/nami-top.svg);
  background-size: contain;
  background-position: center;
  display: block;
}
#treatment::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(98%);
  left: 0;
  width: 100%;
  aspect-ratio: 1440/64;
  background-image: url(../img/nami-bottom.svg);
  background-size: contain;
  background-position: center;
  display: block;
}

.kai {
  position: absolute;
  aspect-ratio: 458/381;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../img/kai.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 30%;
}

.treatment__bl {
  display: grid;
  grid-template-columns: 215px 1fr;
}

.treatment__nav-sub {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
}

.treatment__nav-list li {
  height: 80px;
}
.treatment__nav-list li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
  border-left: 2px solid #e8e8e8;
  transition-duration: 0.3s;
}
.treatment__nav-list li a.current {
  border-left: 2px solid #fbca4f;
  transition-duration: 0.3s;
}
.treatment__nav-list li a.current.p2 {
  border-left: 2px solid #ee7300;
}
.treatment__nav-list li a.current.p3 {
  border-left: 2px solid #ee8191;
}
.treatment__nav-list li a.current.p4 {
  border-left: 2px solid #208fd0;
}

.treatment__ttl {
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--black);
}
.treatment__ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #fbca4f;
  display: block;
  z-index: 2;
}
.treatment__ttl.p2::after {
  background-color: #ee7300;
}
.treatment__ttl.p3::after {
  background-color: #ee8191;
}
.treatment__ttl.p4::after {
  background-color: #208fd0;
}

.treatment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.treatment__list li {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 14px;
  text-align: center;
}

.sp {
  display: none;
}

.treatment__cont {
  margin-bottom: 120px;
}

.treatment__ttl-small {
  margin-top: 60px;
  font-size: 18px;
  margin-bottom: 30px;
}

.treatment__caution-right {
  font-size: 12px;
  margin-top: 30px;
  text-align: right;
}

#container canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  display: block;
  pointer-events: none; /* 背景でクリック無効化したい場合に */
}

#loading-screen {
  position: fixed;
  inset: 0;
  background: #fff;
  /* 背景色は白などお好みで */
  z-index: 9999;
  pointer-events: none;
}

#loading-screen.loaded {
  animation: lordingAnim 1s forwards;
}

@keyframes lordingAnim {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
.webgl-canvas__body {
  width: 100%;
  height: 100%;
}

.webgl-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.webgl-canvas__body {
  width: 100%;
  height: 100%;
}

.rec__img-main {
  position: relative;
}

.wave-img {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.sp-img {
  display: none;
}

#under-sec {
  padding: 200px 0 120px;
}

.bp-cont {
  margin-bottom: 60px;
}
.bp-cont:first-of-type {
  margin-top: 12px;
}
.bp-cont p {
  font-size: 15px;
}

.base__ttl-middle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6c6c6;
}

.under-body {
  background-color: #FFFCF6;
}

@media screen and (max-height: 900px) {
  .mv__ttl {
    font-size: 38px;
    margin-bottom: 42px;
    line-height: 1.5;
  }
  .mv__ttl::after {
    bottom: -26px;
  }
  .naiken-day {
    margin-top: 40px;
  }
  .mv__tag {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1350px) {
  .treatment__bl {
    grid-template-columns: 170px 1fr;
  }
  .treatment__list {
    gap: 15px;
  }
  .treatment__list li {
    font-size: 13px;
  }
  .mv__ttl {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  .mv__ttl::after {
    width: 6vw;
    bottom: -2.5vw;
  }
  .mv__date .day {
    font-size: 5vw;
  }
  .mv__date .week {
    font-size: 1.7vw;
  }
  .mv__date .open {
    font-size: 3vw;
  }
  .naiken-day {
    margin-top: 3vw;
    font-size: 1.6vw;
  }
  .mv__txt {
    font-size: 1vw;
  }
  .rec__img-sub {
    left: 34%;
  }
  .rec__cont {
    max-width: 54%;
    top: 27vw;
    left: 44%;
    padding: 70px 4%;
  }
  .rec__ttl-big {
    font-size: 2.4vw;
    margin-bottom: 1.5em;
  }
  .rec__txt {
    margin-bottom: 3vw;
  }
  #rec {
    padding: 20vw 0 30vw;
  }
}
@media screen and (max-width: 1000px) {
  .treatment__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .treatment__list li {
    border-radius: 8px;
    font-size: 14px;
    padding: 15px 10px;
    height: auto;
  }
  .concept__img-bl {
    display: none;
  }
  .concept__bl {
    grid-template-columns: 1fr;
  }
  .doctor__img {
    display: none;
  }
  .doctor__bl {
    grid-template-columns: 1fr;
  }
  .sp-img {
    display: block;
    margin-bottom: 20px;
  }
  .mv__cont {
    width: 100%;
    position: relative;
    padding-bottom: 200px;
  }
  #mv {
    height: auto;
    flex-direction: column-reverse;
    min-height: auto;
  }
  .mv__img-bl {
    width: 100%;
    height: auto;
  }
  .mv__img-main {
    height: auto;
    aspect-ratio: 375/312;
  }
  .mv__cont-inner {
    width: 100%;
    margin-left: 5%;
    margin-right: 0;
  }
  .mv__img-sub {
    width: 38%;
    margin: -10vw 10% 0 auto;
  }
  .mv__tag {
    margin-top: 0;
    position: absolute;
    width: 24%;
    aspect-ratio: 1/1;
    height: auto;
    top: -30vw;
    left: 10%;
    z-index: 10;
  }
  .mv__tag::after {
    width: 135%;
    height: 135%;
  }
  .mv__circle-cont {
    font-size: 2.8vw;
    padding: 7vw 0;
  }
  .mv__circle-cont .small {
    font-size: 2vw;
  }
  .scroll_down {
    bottom: 60px;
  }
  .scroll_down .scroll_down-in {
    padding: 10px 0 50px;
    font-size: 12px;
    width: 9px;
  }
  .scroll_down .scroll_down-in::before {
    height: 40px;
  }
  .scroll_down .scroll_down-in::after {
    height: 40px;
  }
  .scroll_down {
    left: 15px;
    width: 30px;
    height: 110px;
  }
  .mv__circle-cont::before {
    top: 3vw;
    width: 1vw;
    height: 1vw;
  }
  .mv__circle-cont::after {
    bottom: 3vw;
    width: 2vw;
    height: 2vw;
  }
  .mv__ttl {
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 1.8;
  }
  .mv__ttl::after {
    width: 80px;
    bottom: -20px;
  }
  .mv__date .day {
    font-size: 48px;
  }
  .mv__date .week {
    font-size: 16px;
  }
  .mv__date .open {
    font-size: 24px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .naiken-day {
    font-size: 18px;
    line-height: 1.4;
  }
  .mv__txt {
    font-size: 12px;
    margin-top: 15px;
  }
  .rec__img-bl {
    width: 95%;
  }
  .rec__cont {
    max-width: 90%;
    top: 27vw;
    left: 5%;
    padding: 70px 4%;
    position: relative;
    width: 90%;
  }
  .rec__img-sub {
    position: absolute;
    left: 39%;
    bottom: -11vw;
    width: 51%;
  }
  #rec {
    padding: 0 0 42vw;
  }
  .base__ttl-en {
    font-size: 32px;
  }
  .base__ttl-ja {
    font-size: 14px;
  }
  .rec__ttl-big {
    font-size: 24px;
  }
  .rec__txt {
    margin-bottom: 35px;
  }
  .base__btn a {
    font-size: 16px;
  }
  .concept__list li {
    padding: 0;
    margin-bottom: 60px;
  }
  .concept__list li:last-of-type {
    margin-bottom: 0;
  }
  .concept__list-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .concept__list-txt {
    font-size: 12px;
  }
  .concept__link {
    font-size: 12px;
    margin-top: 20px;
  }
  #doctor {
    padding: 80px 0 20px;
  }
  #doctor-profile {
    padding: 0;
    margin-bottom: 60px;
  }
  #doctor-greeting {
    padding: 0;
    margin-bottom: 60px;
  }
  #doctor-phirosophy {
    padding: 0;
    margin-bottom: 60px;
  }
  .doctor__profile-ttl {
    margin-bottom: 13px;
  }
  .doctor__profile-ttl .add {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .doctor__profile-ttl .name {
    font-size: 24px;
  }
  .doctor-profile__add {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .clinic__bl {
    display: flex;
    flex-direction: column-reverse;
  }
  .doctor-profile__history-ttl {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .doctor-profile__history-list li {
    font-size: 12px;
  }
  .doctor-profile__history-ttl-small {
    width: 105px;
    font-size: 12px;
  }
  .doctor-profile__history-list li .txt {
    width: calc(100% - 105px);
  }
  .doctor__greeting-ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .doctor__greeting-txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .doctor__philosophy-ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .doctor-phirosophy__list-txt {
    font-size: 12px;
    padding-left: 1em;
  }
  .doctor-phirosophy__list-ttl {
    font-size: 14px;
  }
  .clinic__cont {
    padding: 50px 0;
  }
  .clinic__cont-inner {
    width: 100%;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 0;
    padding-right: 0;
  }
  .clinic__ttl-big {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .clinic__sec-logo {
    width: 106px;
  }
  .clinic__txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .clinic__cont .base__ttl-bl::before {
    display: none;
  }
  .clinic__cont .base__ttl-bl {
    margin-bottom: 25px;
  }
  .kai {
    transform: translateY(-63%);
    width: 53%;
  }
  #treatment {
    margin-top: 25vw;
    padding: 70px 0 30px;
  }
  #under-sec {
    padding: 100px 0 20px;
  }
  .base__ttl-middle {
    font-size: 15px;
  }
  .bp-cont p {
    font-size: 13px;
  }
  .bp-cont {
    margin-bottom: 40px;
  }
  .clinic__img-bl {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp-img {
    display: block;
    margin-bottom: 20px;
  }
  .treatment__bl {
    grid-template-columns: 80px 1fr;
  }
  .treatment__nav-list li {
    height: 60px;
  }
  .treatment__nav-list li a {
    padding: 0 15px;
    font-size: 11px;
    line-height: 1.5;
  }
  .treatment__ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .treatment__ttl::after {
    width: 40px;
  }
  .treatment__list li {
    border-radius: 8px;
    font-size: 11px;
    padding: 12px 5px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .treatment__caution-right {
    margin-top: 15px;
    text-align: left;
  }
  .treatment__ttl-small {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .treatment__cont {
    margin-bottom: 50px;
  }
  .mv__date {
    letter-spacing: 3px;
  }
}/*# sourceMappingURL=style.css.map */