@charset "UTF-8";
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-drawer {
    top: 8.1rem;
    height: calc(100vh - 8.1rem);
  }
}

@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 8rem;
  }
}

.p-load-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #fbf6f6 0%, #ffffff 46%, #f0e3dd 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 25%, rgb(0, 0, 0) 50%);
  mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 25%, rgb(0, 0, 0) 50%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  will-change: opacity, mask-position, -webkit-mask-position;
  transition: opacity 0.45s ease 0.82s, -webkit-mask-position 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), mask-position 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.p-load-mask.is-animate {
  opacity: 0;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.p-load-mask.is-hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .p-load-mask {
    transition: none;
  }
}
.p-mv {
  position: relative;
  height: calc(100svh - 12.4rem);
  min-height: 58rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    min-height: inherit;
    padding: 0;
    background-color: #fbf6f6;
  }
}
.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.p-mv__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    display: block;
    padding: 0 0 2.7rem;
  }
}
.p-mv__content {
  position: relative;
  padding: 3.5rem 0 5rem 6rem;
  margin-right: -8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    padding: 0;
    margin: 0;
  }
}
.p-mv__ttl {
  width: 51.7rem;
  margin: 0 0 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: auto;
    padding: 2rem 0 0 2.4rem;
  }
}
.p-mv__txt {
  width: 45.8rem;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    width: calc(100% - 5rem);
    margin: 25rem auto 0;
  }
}
.p-mv__cta {
  margin: 3.8rem 0 0;
}
.p-mv__cta a {
  position: relative;
}
.p-mv__cta a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(45deg, rgb(167, 119, 105) 0%, rgb(196, 154, 140) 50%, rgb(123, 91, 67) 100%);
  opacity: 0;
  transition: opacity 0.16s ease-out;
}
@media (any-hover: hover) {
  .p-mv__cta a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__cta {
    margin: 2rem auto 0;
  }
}
.p-mv__notes {
  position: absolute;
  bottom: 2rem;
  left: 6rem;
  color: #979797;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mv__notes {
    position: absolute;
    top: 16.5rem;
    right: 1.2rem;
    bottom: auto;
    left: auto;
    font-size: 0.8rem;
  }
}
.p-mv-scroll {
  position: absolute;
  bottom: 0;
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll {
    left: 1.2rem;
    z-index: 2;
  }
}
.p-mv-scroll__inner img {
  width: 0.8rem;
  margin: 0 0 1.5rem;
}
.p-mv-scroll__inner span {
  position: relative;
  display: block;
  width: 1px;
  height: 6.8rem;
  background: #DADADA;
  margin: 0 0 0 0.2rem;
}
.p-mv-scroll__inner span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 6.8rem;
  background: #956262;
  animation: scroll 1.5s ease-in-out infinite;
}
.p-mv-slide {
  position: relative;
  width: calc((100vw - 128rem) / 2 + 79.2rem);
  margin-right: calc((100vw - 128rem) / 2 * -1);
  overflow: hidden;
  opacity: 1;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-slide {
    position: absolute;
    bottom: 16.5rem;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.p-mv-slide__track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: max-content;
  will-change: transform;
  animation: loop 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__track {
    gap: 0 0.3rem;
  }
}
.p-mv-slide__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 0.8rem;
}
.p-mv-slide__item {
  flex: 0 0 auto;
  background-color: #ede0d8;
}
.p-mv-slide__item img {
  width: auto;
  height: calc(100svh - 12.4rem - 1.6rem);
  min-height: 58rem;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-slide__item {
    width: 33.4rem;
    height: 30.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt {
    margin: 25rem auto 0;
  }
}
.p-mv-txt__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  background: url(../img/common/bg_circle.png) 0 0/100% auto no-repeat;
}
.p-mv-txt__line {
  display: block;
  line-height: 1;
  text-align: center;
}
.--b2 .p-mv-txt__line {
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .--b2 .p-mv-txt__line {
    font-size: 1.5rem;
  }
}
.--b3 .p-mv-txt__line {
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__line {
    font-size: 1.7rem;
  }
}
.p-mv-txt__center {
  line-height: 1;
}
.--b1 .p-mv-txt__center {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  color: #585858;
  letter-spacing: 0.03em;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .--b1 .p-mv-txt__center {
    font-size: 1.5rem;
    margin: 0.8rem 0;
  }
}
.--b2 .p-mv-txt__center {
  font-size: 1.4rem;
  margin: 1rem 0 -0.5rem;
}
@media screen and (max-width: 767px) {
  .--b2 .p-mv-txt__center {
    font-size: 1.2rem;
    margin: 0.8rem 0 -0.5rem;
  }
}
.--b3 .p-mv-txt__center {
  position: relative;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__center {
    padding: 0 0 0 1.2rem;
  }
}
.--b1 .p-mv-txt__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.8rem;
  margin: 0;
  background: linear-gradient(45deg, rgb(129, 89, 76) 0%, rgb(167, 126, 111) 50%, rgb(107, 76, 53) 100%);
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .--b1 .p-mv-txt__num {
    font-size: 3.2rem;
  }
}
.--b2 .p-mv-txt__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  background: linear-gradient(45deg, rgb(129, 89, 76) 0%, rgb(167, 126, 111) 50%, rgb(107, 76, 53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b2 .p-mv-txt__num {
    font-size: 3.4rem;
  }
}
.--b2 .p-mv-txt__num span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .--b2 .p-mv-txt__num span {
    font-size: 1.5rem;
  }
}
.--b3 .p-mv-txt__num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.4rem;
  background: linear-gradient(45deg, rgb(129, 89, 76) 0%, rgb(167, 126, 111) 50%, rgb(107, 76, 53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__num {
    font-size: 2.8rem;
  }
}
.--b1 .p-mv-txt__unit {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .--b1 .p-mv-txt__unit {
    font-size: 1.6rem;
  }
}
.--b3 .p-mv-txt__unit {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  background: linear-gradient(45deg, rgb(129, 89, 76) 0%, rgb(167, 126, 111) 50%, rgb(107, 76, 53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__unit {
    font-size: 1rem;
  }
}
.--b3 .p-mv-txt__vertical {
  position: absolute;
  top: 50%;
  left: 0;
  writing-mode: vertical-lr;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__vertical {
    font-size: 1rem;
  }
}
.p-mv-txt__last {
  text-align: center;
  line-height: 1;
}
.--b2 .p-mv-txt__last {
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .--b2 .p-mv-txt__last {
    font-size: 1.8rem;
  }
}
.p-mv-txt__note {
  text-align: center;
}
.--b1 .p-mv-txt__note {
  letter-spacing: 0.03em;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .--b1 .p-mv-txt__note {
    font-size: 0.8rem;
  }
}
.--b3 .p-mv-txt__note {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .--b3 .p-mv-txt__note {
    font-size: 0.8rem;
  }
}
.p-mv-news {
  position: absolute;
  bottom: 2.5rem;
  right: 1.6rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv-news {
    display: none;
  }
}
.p-mv-news a {
  display: block;
  border-radius: 0.3rem;
  background: #fff;
  padding: 2rem 1.6rem 1.4rem;
}
.p-mv-news__date {
  font-size: 1.4rem;
  color: #B98374;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.p-mv-news__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0.6rem 0 0;
}

.p-reason {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 8rem 0 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 5rem 0 6rem;
  }
}
.p-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/bg_reason.png) 0 0/cover no-repeat;
  mix-blend-mode: multiply;
}
.p-reason-ttl {
  position: relative;
  width: 56.9rem;
  font-weight: 400;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-ttl {
    width: 34.8rem;
    margin: 0 auto 2.8rem;
  }
}
.p-reason-ttl__pre {
  position: absolute;
  top: 0.2rem;
  right: 7.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-ttl__pre {
    top: -0.1rem;
    right: 5.8rem;
    font-size: 1.8rem;
  }
}
.p-reason-ttl__txt {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-ttl__txt {
    bottom: 1.5rem;
    font-size: 2.8rem;
  }
  .p-reason-ttl__txt span {
    font-size: 3.8rem;
  }
}
.p-reason-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reason-slider {
    margin: 0 0 2.4rem;
  }
}
.p-reason-slider .slick-list {
  overflow: inherit;
}
.p-reason-slider__item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 92.3rem !important;
  background: #fff;
  padding: 1.2rem 1.2rem 1.2rem 3.2rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__item {
    display: block !important;
    width: 37rem !important;
    padding: 3.2rem 0.8rem 1.6rem;
    margin: 0 0.2rem;
  }
}
.p-reason-slider__num {
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 8.5rem;
  height: 7.2rem;
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(180deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 50%, rgb(158, 122, 104) 100%);
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 767px) {
  .p-reason-slider__num {
    width: 6.5rem;
    height: 5.2rem;
  }
}
.p-reason-slider__num .en {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__num .en {
    font-size: 1.2rem;
  }
}
.p-reason-slider__num .num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__num .num {
    font-size: 2.3rem;
  }
}
.p-reason-slider__content {
  width: 48.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__content {
    width: auto;
  }
}
.p-reason-slider__img {
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__img {
    width: auto;
  }
}
.p-reason-slider__pre {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__pre {
    text-align: center;
    font-size: 1.7rem;
  }
}
.p-reason-slider__ttl {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__ttl {
    display: block;
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 1.6rem;
  }
}
.p-reason-slider__ttl span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-reason-slider__ttl span span {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__ttl span span {
    font-size: 3.6rem;
  }
}
.p-reason-slider__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__txt {
    font-size: 1.3rem;
    margin: 1.6rem 0 0;
    padding: 0 1.2rem;
  }
}
.p-reason-slider__notes {
  font-size: 1.2rem;
  color: #979797;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__notes {
    font-size: 1rem;
    color: #979797;
    margin: 1.6rem 0 0;
    padding: 0 1.2rem;
  }
}
.p-reason-slider__nav {
  position: relative;
  max-width: 92.3rem;
  margin: 0 auto;
}
.p-reason-slider__nav .arrows .slick-arrow {
  position: absolute;
  top: 50%;
  width: 2.7rem;
  height: 1.4rem;
  font-size: 0;
  background: url(../img/home/icn_reason_arrow.svg) 0 0/100% auto no-repeat;
  margin-top: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__nav .arrows .slick-arrow {
    top: auto;
    bottom: 0;
    width: 2.1rem;
    height: 1.1rem;
    margin-top: 0;
  }
}
.p-reason-slider__nav .arrows .slick-arrow.slick-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__nav .arrows .slick-arrow.slick-prev {
    left: 5.5rem;
  }
}
.p-reason-slider__nav .arrows .slick-arrow.slick-next {
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-reason-slider__nav .arrows .slick-arrow.slick-next {
    right: 5.5rem;
  }
}
.p-reason-slider__nav .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  margin: 2.4rem 0 0;
}
.p-reason-slider__nav .slick-dots li {
  line-height: 0;
}
.p-reason-slider__nav .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #fff;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0.5;
}
.p-reason-slider__nav .slick-dots li.slick-active button {
  opacity: 1;
}
.p-reason-slider__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 9rem;
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__tabs {
    width: 37rem;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    margin: 1.2rem auto 0;
  }
  .p-reason-slider__tabs button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 5.8rem;
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    background-color: #fff;
    opacity: 0.9;
  }
}
.p-reason-slider__tabs .en {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.7rem;
  height: 2.8rem;
  font-size: 1.7rem;
  background: url(../img/home/icn_reason_button.svg) 0 0/100% auto no-repeat;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__tabs .en {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    display: block;
    width: auto;
    height: auto;
    background: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #B98374;
    opacity: 0.7;
  }
  .p-reason-slider__tabs .en span {
    display: none;
  }
}
.p-reason-slider__tabs .ja {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 1rem 0 0;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__tabs .ja {
    font-size: 1.3rem;
    margin: 0;
    color: #000;
  }
}
.p-reason-slider__tabs .is-current {
  opacity: 1;
}
.p-reason-slider__tabs .is-current .ja {
  opacity: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-reason-slider__tabs .is-current .ja {
    color: #B98374;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-slider__tabs .is-current .en {
    color: #B98374;
    opacity: 1;
  }
}

.p-question {
  background: linear-gradient(180deg, rgb(237, 218, 219) 0%, rgb(255, 255, 255) 100%);
}
.p-question__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3.8rem 7.8rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-question__wrap {
    flex-flow: column;
    padding: 2.1rem 2.1rem 0;
  }
}
.p-question-head {
  position: relative;
  width: 55.7rem;
}
@media screen and (max-width: 767px) {
  .p-question-head {
    width: 100%;
  }
}
.p-question-head__wrap {
  position: relative;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.p-question-head__wrap::before {
  display: block;
  background: #B98374;
  width: 5rem;
  height: 60rem;
  position: absolute;
  animation: rotate 5s linear forwards infinite;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform-origin: top center;
  margin: 0 0 0 -2.5rem;
}
.p-question-head__inner {
  position: relative;
  z-index: 1;
  margin: 2px;
  background: #fff;
  padding: 3.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-question-head__inner {
    padding: 2.5rem 0;
  }
}
.p-question-head__pre {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-question-head__pre {
    font-size: 1.5rem;
  }
}
.p-question-head__ttl {
  width: 32.5rem;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 1.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-question-head__ttl {
    font-size: 2.8rem;
    margin: 1rem auto 0;
  }
}
.p-question-head__ttl span {
  display: block;
  border-bottom: 1px solid rgba(186, 186, 186, 0.3);
  letter-spacing: 0.1em;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-question-head__en {
  color: #B98374;
  text-align: center;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.13em;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-question-head__en {
    font-size: 1.6rem;
    margin: 1.4rem 0 0;
  }
}
.p-question-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-question-head__img {
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  width: 11.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-question-head__img {
    left: -0.4rem;
    width: 7.5rem;
  }
}
.p-question-nav {
  width: 58rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-question-nav {
    width: auto;
    padding: 3rem 0.3rem 0;
  }
}
.p-question-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
.p-question-nav-list__item {
  position: relative;
  width: calc((100% - 3.2rem) / 2);
  line-height: 1.7;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  border-bottom: 0.7px solid #d5cbcc;
}
@media screen and (max-width: 767px) {
  .p-question-nav-list__item {
    width: calc(50% - 1rem);
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-question-nav-list__item.is-sp-half-hidden {
    display: none;
  }
}
.p-question-nav-list__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1.2px solid #B98374;
  border-right: 1.2px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
.p-question-nav-list__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B98374;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}
.p-question-nav-list__item a {
  display: block;
  height: 100%;
  padding: 0 2rem 0.8rem 0;
  transition: transform 0.3s ease-out;
}
.p-question-nav-list__item:hover a {
  transform: translateX(0.6rem);
  opacity: 1;
}
.p-question-nav-list__item:hover::after {
  transform: scaleX(1);
}
.p-question-nav__img {
  width: 40rem;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-question-nav__img {
    width: 28rem;
    margin: 3.2rem auto 0;
  }
}

.p-worries {
  background: url(../img/home/bg_worries.jpg) 0 0/cover no-repeat;
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-worries {
    background: url(../img/home/bg_worries_sp.jpg) 0 0/cover no-repeat;
    padding: 1.1rem 0 0;
  }
}
.p-worries-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-worries-head {
    align-items: flex-start;
  }
}
.p-worries-head__movie {
  width: 104rem;
  height: 50.3rem;
}
@media screen and (max-width: 767px) {
  .p-worries-head__movie {
    width: 33.9rem;
    height: 21.2rem;
    margin-left: -2.4rem;
  }
}
.p-worries-head__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-worries-head__ttl {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #585858;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-worries-head__ttl {
    font-size: 1.6rem;
    margin: 4.5rem 0 0;
  }
}
.p-worries-content {
  max-width: 92.4rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-worries-content {
    margin-top: -2rem;
  }
}
.p-worries-content__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-worries-content__ttl {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
}
.p-worries-content__ttl span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-worries-content__txt {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-worries-content__txt {
    font-size: 1.3rem;
  }
}
.p-worries-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
  align-content: center;
  margin: 6rem 0 3.2rem;
}
.p-worries-content-list[data-rotate-size="5"] {
  column-gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-worries-content-list {
    gap: 0.4rem 0.2rem;
    margin: 3rem -1rem 3.2rem;
  }
}
.p-worries-content-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.3rem;
  height: 17.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 100%;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}
.p-worries-content-list__item.is-rotator-leaving, .p-worries-content-list__item.is-rotator-entering {
  opacity: 0;
  filter: blur(6px);
}
.p-worries-content-list__item.is-rotator-leaving {
  transform: translateY(0.9rem) scale(0.96);
}
.p-worries-content-list__item.is-rotator-entering {
  transform: translateY(-0.9rem) scale(0.96);
}
@media (prefers-reduced-motion: reduce) {
  .p-worries-content-list__item {
    transition: none;
    filter: none;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-worries-content-list__item {
    width: 12rem;
    height: 12rem;
    font-size: 1.4rem;
  }
}
.p-worries__border {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 0 0 1.4rem;
  margin: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-worries__border {
    font-size: 2.1rem;
    padding: 0 0 0.9rem;
  }
}
.p-worries__border span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-worries__border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55.5rem;
  height: 0.9rem;
  background: url(../img/home/border_worries.svg) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-worries__border::after {
    width: 34.2rem;
    height: 0.5rem;
  }
}
.p-worries__end1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-worries__end1 {
    font-size: 1.8rem;
  }
}
.p-worries__end2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-worries__end2 {
    font-size: 2rem;
  }
}
.p-worries-img {
  position: relative;
  width: 73.2rem;
  margin: 2.4rem auto -8.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-worries-img {
    width: auto;
    margin: 2.4rem auto -9rem;
  }
}
.p-worries-img__txt {
  position: absolute;
  top: 2.7rem;
  left: 0;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-worries-img__txt {
    top: 2.1rem;
    font-size: 1.8rem;
  }
}
.p-worries-img-content {
  position: absolute;
  bottom: 4.6rem;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-worries-img-content {
    bottom: 3.9rem;
  }
}
.p-worries-img-content__iryo {
  background: #fff;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-worries-img-content__iryo {
    font-size: 2.4rem;
    padding: 0.4rem 1rem;
  }
}
.p-worries-img-content__txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-worries-img-content__txt {
    font-size: 1.8rem;
  }
}
.p-worries-img-content__txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-worries-img-content__txt span {
    font-size: 1.6rem;
  }
}

.p-merit {
  position: relative;
  background: radial-gradient(circle, rgb(253, 251, 217) 0%, rgb(238, 200, 196) 100%);
  padding: 14.2rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding: 13rem 0 4rem;
  }
}
.p-merit__ttl {
  text-align: center;
}
.p-merit__ttl .pre {
  display: block;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #666;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl .pre {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-merit__ttl .main {
  position: relative;
  display: inline-block;
  text-align: center;
}
.p-merit__ttl .main::before, .p-merit__ttl .main::after {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl .main::before, .p-merit__ttl .main::after {
    font-size: 5.3rem;
  }
}
.p-merit__ttl .main::before {
  content: "”";
  left: 100%;
}
.p-merit__ttl .main::after {
  content: "”";
  right: 100%;
  transform: scale(-1, 1);
}
.p-merit__ttl .main span {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 7.4rem;
  line-height: 1;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-merit__ttl .main span {
    font-size: 5.3rem;
  }
}
.p-merit__inner {
  min-height: 46.7rem;
}
.p-merit-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 5rem auto 0;
}
.p-merit-tab__item {
  position: relative;
  width: 38rem;
  height: 9.4rem;
  background: #F5EBEB;
  border-right: 1px solid #F5DDCF;
  padding: 2.4rem 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-merit-tab__item {
    width: 33.3333333333%;
    height: 8.8rem;
    padding: 1.4rem 0 0;
  }
}
.p-merit-tab__item.is-active {
  background: #fff;
  border-right: 0;
}
.p-merit-tab__item:last-child {
  border-right: 0;
}
.p-merit-tab__en {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.7rem;
  height: 2.8rem;
  font-size: 1.8rem;
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #9D8C80;
  text-align: center;
  line-height: 1;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-merit-tab__en {
    top: -1rem;
    width: 7.9rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}
.p-merit-tab__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-tab__content {
    display: block;
  }
}
.p-merit-tab__content img {
  width: auto;
  height: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-tab__content img {
    display: block;
    height: 2.5rem;
    margin: 0 auto 0.2rem;
  }
}
.p-merit-tab__ttl {
  font-size: 1.8rem;
  color: #B98374;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit-tab__ttl {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-merit-content {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  z-index: 1;
}
.p-merit-content__item {
  position: relative;
  min-height: 37.3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  background: #fff;
  padding: 3.2rem 47.3rem 3.2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-content__item {
    padding: 2.8rem 2rem 2.4rem;
  }
}
.p-merit-content__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 6.1rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  padding: 0 2.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-merit-content__ttl {
    font-size: 2.2rem;
    margin: 0 auto 1.6rem;
  }
}
.p-merit-content__ttl span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-merit-content__ttl::before, .p-merit-content__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.1rem;
  height: 6.1rem;
  transform: translateY(-50%);
}
.p-merit-content__ttl::before {
  left: -2rem;
  background: url(../img/home/icn_merit_l.png) 0 0/100% auto no-repeat;
}
.p-merit-content__ttl::after {
  right: -2rem;
  background: url(../img/home/icn_merit_r.png) 0 0/100% auto no-repeat;
}
.p-merit-content__ttl--small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-merit-content__ttl--small {
    font-size: 1.8rem;
  }
}
.p-merit-content__txt span {
  font-weight: 700;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-merit-content__txt {
    font-size: 1.3rem;
    margin: 1.6rem 0 0;
  }
}
.p-merit-content__img {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 41.1rem;
  height: 30.9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-merit-content__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 21.8rem;
    transform: none;
  }
}
.p-merit-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-merit-scroll {
  position: absolute;
  bottom: -4rem;
  left: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .p-merit-scroll {
    bottom: -2.9rem;
  }
}
.p-merit-scroll__inner {
  display: flex;
  width: max-content;
  animation: merit-scroll 52s linear infinite reverse;
}
.p-merit-scroll__txt {
  font-size: 26.6rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #E2B9B7;
  white-space: nowrap;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-merit-scroll__txt {
    font-size: 20.6rem;
  }
}

.p-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-photo {
    padding: 0.6rem 0 0;
  }
}
.p-photo__inner {
  display: flex;
  width: max-content;
  animation: merit-scroll 75s linear infinite;
}
.p-photo__item {
  flex-shrink: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-photo__item {
    margin-right: 0.6rem;
  }
}
.p-photo__item img {
  display: block;
  width: 27.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-photo__item img {
    width: 15.8rem;
  }
}
.p-photo-flag {
  position: absolute;
  top: 0;
  left: calc(50% - 41rem);
  width: 10.8rem;
  height: 11.9rem;
  background: url(../img/home/icn_photo.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-photo-flag {
    left: 1.1rem;
    width: 7.8rem;
    height: 8.6rem;
    transform: none;
    padding: 0.7rem 0 0;
  }
}
.p-photo-flag__txt {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-photo-flag__txt {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.p-photo-flag__num {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-photo-flag__num {
    font-size: 1.3rem;
    margin: 0 0.1rem;
  }
}
.p-photo-flag__num span {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-photo-flag__num span {
    font-size: 3.9rem;
  }
}

.p-clinic {
  position: relative;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-clinic {
    padding: 3rem 0 0;
  }
}
.p-clinic::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 50%;
  width: 10.3rem;
  height: 5.8rem;
  background: url(../img/home/img_clinic.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-clinic::before {
    top: -3rem;
    width: 7.8rem;
    height: 4.3rem;
  }
}
.p-clinic__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-clinic__wrap {
    flex-flow: column;
  }
}
.p-clinic-head {
  position: relative;
  border-bottom: 1px solid #B98374;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-head {
    border-bottom: 0;
    padding: 0 0 6.6rem;
  }
}
.p-clinic-head__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 9rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-clinic-head__en {
    font-size: 4.8rem;
    letter-spacing: 0.13em;
  }
}
.p-clinic-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-clinic-head__ttl {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-head__ttl {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.p-clinic-head-list {
  position: absolute;
  left: 50%;
  bottom: -2.8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 73.7rem;
  height: 5.6rem;
  gap: 0 6rem;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  clip-path: polygon(2.5% 0, 97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0% 50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.6rem;
    gap: 0 4rem;
    clip-path: none;
    transform: none;
  }
}
.p-clinic-head-list__item {
  position: relative;
  width: 15rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item {
    width: 11rem;
    font-size: 1.5rem;
  }
}
.p-clinic-head-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 1px;
  height: 3rem;
  background: #fff;
  transform: translateY(-50%) rotate(10deg);
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item::before {
    left: -2rem;
  }
}
.p-clinic-head-list__item:first-child::before {
  content: none;
}
.p-clinic-head-list__item span {
  position: relative;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item span {
    padding: 0 0 0 1.6rem;
  }
}
.p-clinic-head-list__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.2rem;
  background: url(../img/common/icn_clinic_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-clinic-head-list__item span::before {
    width: 1.2rem;
    height: 0.8rem;
  }
}
.p-clinic-head__sub {
  position: absolute;
  left: 50%;
  bottom: -2.8rem;
  display: block;
  width: 73.7rem;
  height: 5.6rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-clinic-head__sub {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.6rem;
    transform: none;
  }
}
.p-clinic-side {
  position: relative;
  width: 24.6rem;
  padding: 7.5rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-side {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #EDDADB;
    padding: 0 2rem;
    margin: 2rem 0 0;
  }
}
.p-clinic-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-clinic-side::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-side::before {
    content: "";
    position: absolute;
    left: var(--indicator-left);
    bottom: -1px;
    width: var(--indicator-width);
    height: 1px;
    background: #B98374;
    transition: left 0.28s ease, width 0.28s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-clinic-side::before {
    transition: none;
  }
}
.p-clinic-side__txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.9rem;
  line-height: 1;
  font-size: 1.8rem;
  color: rgba(102, 102, 102, 0.6);
  margin-top: 1.8rem;
  padding: 0 0 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__txt {
    font-size: 1.2rem;
    padding: 0 0 1rem;
    margin-top: 0;
  }
}
.p-clinic-side__txt::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #B98374;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__txt::before {
    content: none;
  }
}
.p-clinic-side__txt:first-child {
  margin-top: 0;
}
.p-clinic-side__txt.is-active {
  color: #B98374;
  font-weight: 700;
}
.p-clinic-side__txt.is-active span {
  font-weight: 400;
}
.p-clinic-side__txt.is-active::before {
  width: 100%;
}
.p-clinic-side__txt span {
  display: block;
  width: 3rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #9D8C80;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  padding: 0.15rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-side__txt span {
    display: none;
  }
}
.p-clinic-main {
  width: 87.4rem;
  border-left: 1px solid #B98374;
  padding: 6.7rem 0 6rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main {
    width: auto;
    border-left: 0;
    margin-top: 1.2rem;
    padding: 0 2.4rem 2.4rem;
  }
}
.p-clinic-main__item {
  width: 41rem;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__item {
    width: 100%;
    padding: 0 0 1.2rem;
    margin-top: 1.2rem;
  }
}
.p-clinic-main__item:first-child {
  margin-top: 0;
}
@media (any-hover: hover) {
  .p-clinic-main__item:hover .p-clinic-main-head__name {
    color: #B98374;
  }
}
.p-clinic-main__item.is-open .p-clinic-main-head__name {
  color: #B98374;
}
.p-clinic-main .js-two-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-clinic-main .js-two-col {
    flex-flow: column;
  }
}
.p-clinic-main-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3.5rem 0 0;
  cursor: pointer;
}
.p-clinic-main-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_minus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head::before {
    width: 2.6rem;
    height: 2.7rem;
  }
}
.p-clinic-main-head::before {
  /*
  .is-open & {
  	background: url(../img/home/icn_clinic_open.png) 0 0 / 100% auto no-repeat;
  }
  	*/
}
.p-clinic-main-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_plus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.is-open .p-clinic-main-head::after {
  transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head::after {
    width: 2.6rem;
    height: 2.7rem;
  }
}
.p-clinic-main-head__img {
  width: 9.3rem;
  height: 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__img {
    height: 6.3rem;
  }
}
.p-clinic-main-head__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-clinic-main-head__content {
  width: calc(100% - 10.4rem);
}
.p-clinic-main-head__name {
  font-size: 1.8rem;
  line-height: 1.45;
  margin: 2px 0 6px 0;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__name {
    font-size: 1.5rem;
  }
}
.p-clinic-main-head__place {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__place {
    gap: 0 0.7rem;
  }
}
.p-clinic-main-head__place img {
  width: 1.5rem;
  height: auto;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__place img {
    width: 1.2rem;
    margin-top: 0.3rem;
  }
}
.p-clinic-main-head__num {
  font-family: sofia-pro, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__num {
    font-size: 1.3rem;
  }
}
.p-clinic-main-head__num span {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 0;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__num span {
    font-size: 1.8rem;
  }
}
.p-clinic-main-head__other {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  color: #666666;
  margin-top: 0.3rem;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(102, 102, 102, 0.4);
  text-underline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-head__other {
    font-size: 1.1rem;
  }
}
@media (any-hover: hover) {
  .p-clinic-main-head__other:hover {
    color: rgba(102, 102, 102, 0.9);
  }
  .p-clinic-main-head__other:hover .p-clinic-main-head__other-tip {
    opacity: 1;
    pointer-events: auto;
  }
}
.p-clinic-main-head__other.is-tip-open {
  color: rgba(102, 102, 102, 0.9);
}
.p-clinic-main-head__other.is-tip-open .p-clinic-main-head__other-tip {
  opacity: 1;
  pointer-events: auto;
}
.p-clinic-main-head__other-tip {
  position: absolute;
  bottom: calc(100% + 0.8rem);
  left: 0;
  background: var(--bg, #FFF8F5);
  color: #5A554D;
  font-size: 1.2rem;
  line-height: 1.8;
  white-space: nowrap;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(185, 131, 116, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}
.p-clinic-main-head__other-tip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 1rem;
  border: 7px solid transparent;
  border-top-color: rgba(185, 131, 116, 0.2);
}
.p-clinic-main-head__other-tip::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(1rem + 1px);
  border: 6px solid transparent;
  border-top-color: var(--bg, #FFF8F5);
}
.p-clinic-main__detail {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.p-clinic-main__inner {
  position: relative;
}
.p-clinic-main__inner::before {
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 0.3s ease;
  z-index: 2;
}
.p-clinic-main__inner.is-switch-cover::before {
  opacity: 1;
  transition: none;
}
.p-clinic-main__open {
  width: 100%;
  border-top: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-top: 1.8rem;
}
.p-clinic-main__open thead th {
  background: #F5F5F5;
}
.p-clinic-main__open tbody th {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-clinic-main__open tr th {
  height: 3.5rem;
  font-size: 1.2rem;
  text-align: center;
  border-right: 1px solid #ECECEC;
  font-weight: 400;
  vertical-align: middle;
}
.p-clinic-main__open tr th:first-child {
  width: 9.2rem;
}
.p-clinic-main__open tr td {
  vertical-align: middle;
  border-right: 1px solid #ECECEC;
}
.p-clinic-main__open tr td .open {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #D4A3A2;
  margin: 0 auto;
}
.p-clinic-main__open tr td .close {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 0.3rem;
}
.p-clinic-main__open tr td .close::before {
  content: "休";
  color: #979797;
  font-size: 1.2rem;
}
.p-clinic-main__open tr td .half {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #D4A3A2;
  margin: 0 auto;
}
.p-clinic-main-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.4rem 0 0;
}
.p-clinic-main-define__ttl {
  width: 6.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #B98374;
  border-top: 1px solid #B98374;
  padding: 1rem 0 0;
}
.p-clinic-main-define__txt {
  width: calc(100% - 6.6rem);
  font-size: 1.4rem;
  border-top: 1px solid #DBDBDB;
  line-height: 1.75;
  padding: 1rem 2.2rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-clinic-main-define__txt {
    font-size: 1.3rem;
  }
}
.p-clinic-main-define__txt span {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-clinic-main-define__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-clinic-main-define__txt a:hover {
    text-decoration: none;
  }
}
.p-clinic-main__btn {
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__inner {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .p-clinic-main__inner.is-collapsed {
    max-height: 48rem;
  }
  .p-clinic-main__inner.is-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .p-clinic-main__inner.is-expanded {
    max-height: none;
  }
}
.p-clinic-main__more {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-clinic-main__more {
    display: none;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: 16.1rem;
    height: 4.3rem;
    border: 1px solid #ECECEC;
    font-size: 1.3rem;
    font-weight: 500;
    background: #fff;
    color: #5A554D;
    text-align: center;
    border-radius: 5rem;
    transform: translateX(-50%);
    z-index: 2;
  }
  .has-more .p-clinic-main__more {
    display: block;
  }
  .has-more.is-expanded .p-clinic-main__more {
    display: none;
  }
  .p-clinic-main__more span {
    position: relative;
    padding-right: 2rem;
  }
  .p-clinic-main__more span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #B98374;
    border-left: 1px solid #B98374;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.p-clinic__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-guide {
  position: relative;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    flex-flow: column;
    gap: 1.6rem 0;
    background: url(../img/home/bg_guide_sp.jpg) 0 0/cover no-repeat;
    padding: 5.2rem 2.4rem 7.2rem;
  }
}
.p-guide__ttl {
  position: relative;
  z-index: 10;
  max-width: 112rem;
  margin: 0 auto 12px;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-guide__inner {
  max-width: 112rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-guide__inner {
    gap: 0 0.4rem;
  }
}
.p-guide__item {
  position: relative;
  width: 43.4rem;
  z-index: 1;
}
.p-guide__item img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-guide__item {
    width: 100%;
  }
}
.p-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-case {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 0 0 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 0 0 4.5rem;
  }
}
.p-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/bg_case.png) 0 0/cover no-repeat;
  mix-blend-mode: multiply;
}
.p-case-head {
  border-bottom: 1px solid #B98374;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-head {
    border-bottom: 0;
  }
}
.p-case-head__inner {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  padding: 5rem 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-case-head__inner {
    padding: 5rem 0 0;
  }
}
.p-case-head__txt {
  position: absolute;
  top: -2.1rem;
  left: -3.5rem;
  width: 40.9rem;
  height: 4.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case-head__txt {
    top: -1.9rem;
    left: 50%;
    width: 32.7rem;
    height: 3.8rem;
    font-size: 1.6rem;
    transform: translateX(-50%);
  }
}
.p-case-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-case-head__en {
    text-align: center;
    font-size: 7rem;
  }
}
.p-case-head__ttl {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-head__ttl {
    text-align: center;
  }
}
.p-case-filter {
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-case-filter {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 2rem 0 0;
  }
}
.p-case-filter-part__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-case-filter-part__tabs {
    justify-content: center;
    gap: 0 0.4rem;
  }
}
.p-case-filter-part__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 8rem;
  height: 8rem;
  background: #EDDADB;
  line-height: 1;
  text-align: center;
  color: #666;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-case-filter-part__btn {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    text-transform: capitalize;
  }
}
.p-case-filter-part__btn.is-current {
  background: #956057;
  color: #fff;
  font-weight: 700;
}
.p-case-filter-part__btn:first-child {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-filter-part__btn:first-child {
    font-size: 1.6rem;
  }
}
.p-case-filter-part__btn img {
  display: block;
  width: 3.3rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-case-filter-part__btn img {
    width: 2.5rem;
    margin: 0 auto 0.2rem;
  }
}
.p-case-filter-age {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-filter-age {
    position: relative;
  }
  .p-case-filter-age::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
}
.p-case-filter-age__tabs {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1rem;
  --indicator-left: 0px;
  --indicator-width: 0px;
}
.p-case-filter-age__tabs::after {
  content: "";
  position: absolute;
  left: var(--indicator-left);
  bottom: 0;
  width: var(--indicator-width);
  height: 1px;
  background: #fff;
  transition: left 0.28s ease, width 0.28s ease;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-case-filter-age__tabs::after {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .p-case-filter-age__tabs {
    gap: 0;
    justify-content: center;
  }
}
.p-case-filter-age__btn {
  position: relative;
  width: 8rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-case-filter-age__btn {
    width: 6rem;
    font-size: 1.4rem;
    padding: 0 0 1rem;
    text-transform: capitalize;
    opacity: 0.8;
  }
}
.p-case-filter-age__btn {
  /*
  &::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background: $white;
  	//opacity: 0;
  }*/
}
.p-case-filter-age__btn.is-current {
  font-weight: 700;
  opacity: 1;
}
.p-case-filter-age__btn img {
  display: block;
  width: 3.3rem;
  height: auto;
  margin: 0 auto;
}
.p-case-slider {
  position: relative;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-slider {
    padding: 0 0 2.4rem;
  }
}
.p-case-slider .slick-arrow {
  position: absolute;
  bottom: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-case-slider .slick-arrow {
    bottom: 2.4rem;
    z-index: 2;
  }
}
.p-case-slider .slick-arrow.slick-prev {
  left: calc(50% - 15rem);
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateX(-50%) scale(-1, 1);
}
.p-case-slider .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-case-slider .slick-arrow.slick-next {
  right: calc(50% - 16.05rem);
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.p-case-slider .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-case-slider .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  margin: 11rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-slider .slick-dots {
    width: 100%;
    margin: 3.2rem 0 0;
  }
}
.p-case-slider .slick-dots li {
  line-height: 0;
}
.p-case-slider .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #fff;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0.5;
}
.p-case-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.p-case-note__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case-note__wrap {
    padding: 0 0 8rem;
    margin: 0 0 2.4rem;
  }
}
.p-case-note__wrap .c-case-slide-note {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  width: 100%;
  max-width: 92rem;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-note__wrap .c-case-slide-note {
    width: 37rem;
    bottom: 0;
  }
}
.p-case-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 7rem;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-comment {
    gap: 0 5rem;
    margin: 3.7rem 0 0;
  }
}
.p-case-comment__item {
  position: relative;
}
.p-case-comment__item .inner {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
}
.p-case-comment__item .inner picture {
  display: block;
}
.p-case-comment__item .inner p {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  color: #585858;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item .inner p {
    top: 0.8rem;
    font-size: 1.2rem;
  }
}
.p-case-comment__item.is-active .inner {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
}
.p-case-comment__item.-item01 {
  width: 7.8rem;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item01 {
    width: 5.5rem;
    padding-top: 5.5rem;
    margin-right: 2rem;
  }
}
.p-case-comment__item.-item01 .inner {
  left: -8.1rem;
  width: 19.2rem;
  height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item01 .inner {
    left: -4.5rem;
    width: 14rem;
    height: 6rem;
  }
}
.p-case-comment__item.-item02 {
  width: 9.6rem;
  padding-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item02 {
    width: 6.8rem;
    padding-top: 5.5rem;
  }
}
.p-case-comment__item.-item02 .inner {
  transition-delay: 0.6s;
  transform: scale(0) translateY(-1rem) rotate(-20deg);
  left: -1.5rem;
  width: 12.6rem;
  height: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item02 .inner {
    width: 8.2rem;
    height: 6rem;
  }
}
.p-case-comment__item.-item02.is-active .inner {
  transform: scale(1) translateY(0) rotate(0);
}
.p-case-comment__item.-item03 {
  width: 8.4rem;
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item03 {
    width: 5.9rem;
    padding-top: 5.5rem;
  }
}
.p-case-comment__item.-item03 .inner {
  transition-delay: 1s;
  left: -3.2rem;
  width: 15.2rem;
  height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-comment__item.-item03 .inner {
    left: -2.1rem;
    width: 10.2rem;
    height: 6.1rem;
  }
}

.p-reserve {
  background: #F9F3F3;
}
@media screen and (max-width: 767px) {
  .p-reserve {
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.p-reserve__wrap {
  position: relative;
  width: 112rem;
  overflow: hidden;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  margin: -8.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-reserve__wrap {
    width: auto;
    margin-top: -4.5rem;
  }
}
.p-reserve__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 2rem 2rem 2rem 3.2rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__inner {
    width: 100%;
    padding: 1.3rem 1.3rem 1.3rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve-head {
    width: 20rem;
  }
}
.p-reserve-head__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-reserve-head__ttl {
    font-size: 1.5rem;
  }
}
.p-reserve-head__ttl span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-reserve-head__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-reserve-head__en {
    font-size: 5.4rem;
  }
}
.p-reserve-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-reserve-head__txt {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-head__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-reserve-img {
  position: relative;
  display: block;
  width: 49.2rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-img {
    width: 14.7rem;
  }
}
.p-reserve-img img {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.p-reserve-img::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -6rem;
  width: 9.9rem;
  height: 15.9rem;
  background: url(../img/home/img_reserve.svg) 0 0/100% auto no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reserve-img::before {
    left: -2.2rem;
    bottom: -1.3rem;
    width: 6rem;
    height: 9.6rem;
  }
}
.p-reserve-img__photo {
  display: block;
}
.p-reserve-btns {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns {
    flex-flow: row-reverse;
    z-index: 2;
  }
}
.p-reserve-btns__item {
  width: 50%;
  height: 8rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item {
    height: 6rem;
    font-size: 1.5rem;
  }
}
.p-reserve-btns__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item a {
    padding-top: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-reserve-btns__item a:hover {
    opacity: 1;
  }
  .p-reserve-btns__item a:hover::after {
    animation: c-btn-icon-slide 0.45s forwards;
  }
}
.p-reserve-btns__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.4rem;
  height: 3.4rem;
  transform: translateY(-50%);
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(255, 255, 255, 0.25) inset;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item a::before {
    right: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    box-shadow: none;
    border-radius: 0;
  }
}
.p-reserve-btns__item a::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item a::after {
    content: none;
  }
}
.p-reserve-btns__item a .balloon {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  display: inline-block;
  height: 3.2rem;
  border: 1px solid #F0F0F0;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.6rem 1.8rem;
  transform: translateX(-50%);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item a .balloon {
    top: -0.4rem;
    height: 2rem;
    font-size: 1.1rem;
    text-align: center;
    padding: 0.4rem 0 0.2rem;
  }
}
.p-reserve-btns__item.-reserve a {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
}
.p-reserve-btns__item.-reserve a::before {
  background: #8F6E59;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item.-reserve a::before {
    background: transparent;
  }
}
.p-reserve-btns__item.-reserve a .balloon {
  color: #A48470;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item.-reserve a .balloon {
    width: 9.1rem;
  }
}
.p-reserve-btns__item.-faga a {
  background: #585858;
}
.p-reserve-btns__item.-faga a::before {
  background: #3F392F;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item.-faga a::before {
    background: transparent;
  }
}
.p-reserve-btns__item.-faga a .balloon {
  color: #585858;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item.-faga a .balloon {
    width: 14.5rem;
  }
}
.p-reserve-btns__item.-faga a .txt {
  position: relative;
}
.p-reserve-btns__item.-faga a .txt::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: calc(100% + 1.5rem);
  width: 4.7rem;
  height: 3.4rem;
  background: url(../img/home/txt_reserve.svg) 0 0/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reserve-btns__item.-faga a .txt::before {
    width: 3.4rem;
    height: 2.4rem;
  }
}

.p-price {
  background: #F9F3F3;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 5rem 0;
  }
}
.p-price__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    display: block;
  }
}
.p-price-head {
  width: 42.2rem;
}
@media screen and (max-width: 767px) {
  .p-price-head {
    width: auto;
  }
}
.p-price-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-price-head__en span {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-price-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-price-head__txt {
  line-height: 2;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__txt {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-price-head__img {
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__img {
    margin: 2.4rem auto 4rem;
  }
}
.p-price-head__btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__btn {
    display: none;
  }
}
.p-price-head-card {
  background: #fff;
  padding: 3rem 2.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head-card {
    width: calc(100% - 5.6rem);
    margin: 1.6rem auto 0;
    padding: 2.8rem 2.4rem;
  }
}
.p-price-head-card__ttl {
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__ttl {
    font-size: 1.4rem;
  }
}
.p-price-head-card__ttl span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-price-head-card__img {
  width: 33.8rem;
  margin: 1.6rem auto;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__img {
    width: 31.8rem;
    margin: 1.6rem auto 0;
  }
}
.p-price-head-card__txt {
  color: #979797;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__txt {
    font-size: 1rem;
    margin: 1.3rem 0 0;
  }
}
.p-price-tab {
  width: 64.7rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab {
    width: auto;
    padding: 0 2.8rem;
  }
}
.p-price-tab-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-price-tab-head__item {
  position: relative;
  width: calc((100% - 2px) / 3);
  background: #F1E7E7;
  padding: 2.2rem 0 0.5rem;
  cursor: pointer;
}
.p-price-tab-head__item.is-active {
  background: #fff;
}
.p-price-tab-head__en {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  width: 11.1rem;
  height: 2.8rem;
  color: #fff;
  background: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  line-height: 1;
  padding: 0.5rem 0 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__en {
    top: -1rem;
    width: 8rem;
    height: 2rem;
    font-size: 1.4rem;
    padding: 0.3rem 0 0;
  }
}
.p-price-tab-head__img {
  width: 3.1rem;
  margin: 0 auto;
}
.p-price-tab-head__txt {
  color: #B98374;
  line-height: 1.375;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__txt {
    font-size: 1.2rem;
  }
}
.p-price-tab-content {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content {
    text-align: center;
  }
}
.p-price-tab-content__item {
  padding: 2.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__item {
    padding: 2.8rem 1.8rem 2.6rem;
  }
}
.p-price-tab-content__inner {
  text-align: left;
  margin-top: 2.4rem;
}
.p-price-tab-content__inner:first-child {
  margin-top: 0;
}
.p-price-tab-content__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F3F3;
  padding: 1.2rem 1.8rem;
  margin: 0 0 2rem;
}
.p-price-tab-content__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__ttl {
    font-size: 1.3rem;
  }
}
.p-price-tab-content__late {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  gap: 0 1rem;
  border-left: 1px solid #C9C9C9;
  padding: 0 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late {
    font-size: 1rem;
    gap: 0 0.4rem;
    padding: 0 0 0 1.2rem;
  }
}
.p-price-tab-content__late span {
  font-size: 2.4rem;
  color: #9D8C80;
  line-height: 1;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late span {
    font-size: 1.6rem;
    padding: 0 0 0.2rem;
  }
}
.p-price-tab-content-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.4rem;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 1.6rem;
  margin-top: 1.4rem;
}
.p-price-tab-content-list__item:first-child {
  margin-top: 0;
}
.p-price-tab-content-list__img {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-price-tab-content-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-price-tab-content-list__detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__pre {
    font-size: 1.2rem;
  }
}
.p-price-tab-content-list__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #B98374;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__ttl {
    font-size: 2rem;
  }
}
.p-price-tab-content-price {
  position: relative;
  width: max-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  padding: 1.2rem 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price {
    gap: 0 0.5rem;
  }
}
.p-price-tab-content-price::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: calc(100% + 0.8rem);
  height: 1px;
  background: #B98374;
}
.p-price-tab-content-price__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 3.9rem;
  border-radius: 0.3rem;
  border: 1px solid #B98374;
  color: #B98374;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__pre {
    width: 1.6rem;
    height: 2.6rem;
    font-size: 1rem;
  }
}
.p-price-tab-content-price__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-price-tab-content-price__01 {
  font-size: 3.1rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 {
    font-size: 2.8rem;
  }
}
.p-price-tab-content-price__01 span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 span {
    font-size: 1.4rem;
  }
}
.p-price-tab-content-price__02 {
  font-size: 1.8rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 {
    font-size: 1.6rem;
  }
}
.p-price-tab-content-price__02 span {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 span {
    font-size: 1rem;
  }
}
.p-price-tab-content-notes {
  display: flex;
  flex-direction: column;
  gap: 0 2rem;
  padding: 0 2.6rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes {
    display: inline-block;
    padding: 1.6rem 0 1.7rem;
  }
}
.p-price-tab-content-notes__item {
  position: relative;
  color: #666;
  font-size: 1.4rem;
  padding: 0 0 0 1.6rem;
}
.p-price-tab-content-notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes__item {
    font-size: 1rem;
    text-align: left;
  }
}

.p-treat {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-treat {
    padding: 8rem 2.6rem;
  }
}
.p-treat__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.p-treat-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head {
    display: block;
  }
}
.p-treat-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-treat-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-treat-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-treat-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-treat-head__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-treat-head__txt {
  font-size: 1.5rem;
  line-height: 2;
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
    padding: 4rem 0 0;
  }
}
.p-treat-list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list {
    gap: 0.2rem;
  }
}
.p-treat-list-badge {
  pointer-events: none;
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  width: 6.2rem;
  height: 6.2rem;
  z-index: 2;
}
.p-treat-list-badge span {
  position: relative;
  display: block;
}
.p-treat-list-badge span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/icn_treat.png) 0 0/100% auto no-repeat;
  animation: rotation 35s linear infinite;
}
.p-treat-list-badge span img {
  position: relative;
}
.p-treat-list__item {
  position: relative;
  width: 27.4rem;
  height: 28.9rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item {
    width: calc(50% - 0.1rem);
    height: 20rem;
  }
}
.p-treat-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-treat-list__item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background: #B98374;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-treat-list__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-treat-list__item a:hover {
    opacity: 1;
  }
  .p-treat-list__item a:hover img {
    transform: scale(1.1);
  }
}
.p-treat-list__inner {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  width: 23rem;
  z-index: 2;
}
.p-treat-list__pre {
  background: #B98374;
  color: #fff;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__pre {
    width: 16.2rem;
    height: 2.3rem;
    font-size: 1.2rem;
    padding: 0.1rem 0 0;
  }
}
.p-treat-list__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-treat-list__ttl {
    font-size: 1.8rem;
  }
}
.p-treat-list__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-treat-list__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(7, 6, 6, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.p-treat-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.p-faq {
  background: #F9F3F3;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6rem 0;
  }
}
.p-faq__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    display: block;
  }
}
.p-faq-head {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq-head {
    padding: 0;
  }
}
.p-faq-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-head__en {
    text-align: center;
    font-size: 6.2rem;
  }
}
.p-faq-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-faq-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-head__ttl {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-faq-head__btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq-head__btn {
    margin: 3.5rem auto 0;
  }
}
.p-faq-content {
  width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content {
    width: auto;
  }
}
.p-faq-content-tab {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 3.2rem;
  --indicator-left: 0px;
  --indicator-width: 0px;
}
.p-faq-content-tab::after {
  content: "";
  position: absolute;
  left: var(--indicator-left);
  bottom: 0;
  width: var(--indicator-width);
  height: 1px;
  background: #B98374;
  transition: left 0.28s ease, width 0.28s ease;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-faq-content-tab::after {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-content-tab::after {
    bottom: -1px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-content-tab {
    position: relative;
    justify-content: center;
    border-bottom: 1px solid rgba(185, 131, 116, 0.3);
    margin: 3.5rem 0;
    gap: 0;
  }
}
.p-faq-content-tab__item {
  font-size: 1.8rem;
  color: #666;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 1.6rem 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-content-tab__item {
    width: 12.6rem;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    border-bottom: 1px solid transparent;
    padding: 0 0 1rem;
  }
}
.p-faq-content-tab__item.is-active {
  font-weight: 700;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-faq-content-detail {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    transition: none;
  }
}
.p-faq-content-define {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define {
    margin-top: 0.6rem;
  }
}
.p-faq-content-define:first-child {
  margin-top: 0;
}
.p-faq-content-define__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  background: #fff;
  padding: 1.5rem 7.4rem 1.5rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__ttl {
    gap: 0 1rem;
    padding: 1.5rem 5.5rem 1.5rem 2rem;
  }
}
.p-faq-content-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_minus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__ttl::before {
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.p-faq-content-define__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.6rem;
  height: 3.8rem;
  background: url(../img/home/icn_clinic_plus.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__ttl::after {
    right: 1.6rem;
    width: 2.6rem;
    height: 2.7rem;
  }
}
.is-open .p-faq-content-define__ttl::after {
  transform: translateY(-50%) rotate(0);
}
.p-faq-content-define__en {
  width: 1em;
  font-size: 3.2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__en {
    font-weight: 300;
  }
}
.js-accordion-content .p-faq-content-define__en {
  color: #B98374;
}
.p-faq-content-define__txt {
  width: 62rem;
  font-weight: 500;
  color: #585858;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt {
    width: 30rem;
    font-size: 1.3rem;
  }
}
.p-faq-content-define__txt p + *, * + .p-faq-content-define__txt p {
  margin-top: 1rem;
}
.p-faq-content-define__txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-faq-content-define__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  padding: 0 0 0 2rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt ul li {
    line-height: 1.333;
  }
}
.p-faq-content-define__txt ul li:first-child {
  margin-top: 0;
}
.p-faq-content-define__txt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateY(-50%);
}
.p-faq-content-define__txt ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-faq-content-define__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.667;
  word-break: normal;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt ol li {
    line-height: 1.333;
  }
}
.p-faq-content-define__txt ol li:first-child {
  margin-top: 0;
}
.p-faq-content-define__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.p-faq-content-define__txt * + ul,
.p-faq-content-define__txt * + ol,
.p-faq-content-define__txt * + blockquote {
  margin-top: 2rem;
}
.p-faq-content-define__txt img + img,
.p-faq-content-define__txt figure + img,
.p-faq-content-define__txt img + figure,
.p-faq-content-define__txt figure + figure {
  margin-top: 1rem;
}
.p-faq-content-define__txt strong {
  font-weight: bold;
}
.p-faq-content-define__txt em {
  font-style: italic;
}
.p-faq-content-define__txt blockquote {
  display: block;
  background: #eee;
  border-radius: 0.5rem;
  padding: 2em;
}
.p-faq-content-define__txt a {
  position: relative;
  color: #F18C56;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-faq-content-define__txt a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.p-faq-content-define__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt .aligncenter img {
    width: 100%;
    height: auto;
  }
}
.p-faq-content-define__txt .alignright {
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt .alignright {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .p-faq-content-define__txt .alignright img {
    width: 100%;
    height: auto;
  }
}
.p-faq-content-define__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__txt .alignleft {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .p-faq-content-define__txt .alignleft img {
    width: 100%;
    height: auto;
  }
}
.p-faq-content-define__txt .wp-block-embed {
  width: 26rem;
  height: 13rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.p-faq-content-define__txt .wp-block-embed + * {
  margin-top: 1rem;
}
.p-faq-content-define__txt .wp-block-embed .wp-block-embed__wrapper {
  min-width: 100%;
  height: 100%;
}
.p-faq-content-define__txt .wp-block-embed iframe {
  width: 100%;
  height: 100%;
}
.p-faq-content-define__txt .wp-element-caption {
  display: block !important;
  width: 100%;
}
.p-faq-content-define__txt img,
.p-faq-content-define__txt img[class*=wp-image-],
.p-faq-content-define__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-faq-content-define__txt figcaption {
  font-size: 1.4rem;
  line-height: 2;
}
.p-faq-content-define__detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  background: #fff;
  border-top: 1px solid #F9F3F3;
  padding: 1.5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-content-define__detail {
    gap: 0 1rem;
    padding: 1.5rem 2rem;
  }
}

.p-doctor {
  padding: 10rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-doctor {
    padding: 8rem 2.4rem 6rem;
  }
}
.p-doctor__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.p-doctor__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-doctor__en {
    font-size: 6.2rem;
  }
}
.p-doctor__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-doctor__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__ttl {
    font-size: 1.6rem;
  }
}
.p-doctor-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 112rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-doctor-block {
    position: relative;
    display: block;
    margin: 3.2rem 0 0;
  }
}
.p-doctor-block.is-reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__img {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    min-height: 20.5rem;
  }
}
.p-doctor-block__img {
  width: 45.2rem;
  height: 37.7rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__img {
    position: absolute;
    width: 23.9rem;
    height: 20.5rem;
    top: 0;
    right: 0;
  }
}
.p-doctor-block__img img {
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  object-fit: cover;
}
.p-doctor-block__content {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__content {
    width: 100%;
  }
}
.p-doctor-block__pre {
  font-weight: 700;
  color: #666;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__pre {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 25rem 1rem 0;
  }
}
.p-doctor-block__pre a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-doctor-block__pre a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__pre {
    margin: 0 0 1rem 25rem;
  }
}
.p-doctor-block__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__ttl {
    font-size: 2rem;
    margin: 0 25rem 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__ttl {
    margin: 0 0 0 25rem;
  }
}
.p-doctor-block__en {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #D7D7D7;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__en {
    font-size: 1.3rem;
    margin: 0 25rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-doctor-block.is-reverse .p-doctor-block__en {
    margin: 0 0 0 25rem;
  }
}
.p-doctor-block__txt {
  color: #666;
  line-height: 2;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-doctor-block__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 4rem 0 0;
    color: #585858;
  }
}
.p-doctor__btn {
  margin-top: 3.2rem;
}

.p-column {
  position: relative;
  background: #EDDADB;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 0 0 3.5rem;
  }
}
.p-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 71.4rem;
  height: 66.6rem;
  background: url(../img/home/bg_column.png) 0 0/100% auto no-repeat;
  pointer-events: none;
  opacity: 0.6;
}
.p-column-head {
  position: relative;
  border-bottom: 1px solid #EDDADB;
  padding: 0 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-column-head {
    border-bottom: 0;
    padding: 6rem 1rem 0 2.8rem;
  }
}
.p-column-head__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 112rem;
  margin: 0 auto;
}
.p-column-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-column-head__en {
    font-size: 5.3rem;
  }
}
.p-column-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-column-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column-head__ttl {
    font-size: 1.6rem;
  }
}
.p-column-head__img {
  width: 46.1rem;
}
@media screen and (max-width: 767px) {
  .p-column-head__img {
    position: relative;
    top: -2.7rem;
    width: 23.7rem;
  }
}
.p-column-head__btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column-head__btn {
    margin: 3.2rem auto 0;
  }
}
.p-column__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-column__wrap {
    display: block;
  }
}
.p-column-side {
  position: relative;
  width: 24.6rem;
  padding: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column-side {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column-side::before {
    content: "";
    position: absolute;
    left: var(--indicator-left);
    bottom: 0;
    width: var(--indicator-width);
    height: 1px;
    background: #B98374;
    transition: left 0.28s ease, width 0.28s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .p-column-side::before {
    transition: none;
  }
}
.p-column-side::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-column-side::after {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(185, 131, 116, 0.3);
  }
}
.p-column-side__txt {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.9rem;
  line-height: 1;
  color: #666;
  opacity: 0.6;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  padding: 0 0 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-column-side__txt {
    font-size: 1.3rem;
    margin: 0;
    padding: 0 0 1rem;
  }
}
.p-column-side__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #B98374;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-column-side__txt::before {
    content: none;
  }
}
.p-column-side__txt:first-child {
  margin-top: 0;
}
.p-column-side__txt.is-active {
  color: #B98374;
  font-weight: 700;
  opacity: 1;
}
.p-column-side__txt.is-active span {
  font-weight: 400;
}
.p-column-side__txt.is-active::before {
  width: 100%;
}
.p-column-side__txt span {
  display: block;
  width: 3rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #9D8C80;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  padding: 0.15rem 0 0;
}
.p-column-main {
  width: calc((100vw - 112rem) / 2 + 87.4rem);
  border-left: 1px solid #B98374;
  padding: 4rem 0 6rem 3.7rem;
  margin-right: calc((100vw - 112rem) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .p-column-main {
    width: 100%;
    margin: 0;
    border-left: 0;
    padding: 3.7rem 0 0 0;
  }
}
.p-column-main-slider {
  padding: 4rem 0 6rem 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-column-main-slider {
    padding: 3.7rem 0 0 2.4rem;
  }
}
.p-column-main-slider__item {
  position: relative;
  width: 26.8rem !important;
  padding: 1.2rem 0 0;
  margin-right: 0.8rem;
}
.p-column-main-slider__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.8rem;
  width: 3.5rem;
  height: 5.3rem;
  z-index: 2;
}
.p-column-main-slider__item.-rank1::before {
  background: url(../img/home/icn_column_rank_1.png) 0 0/100% auto no-repeat;
}
.p-column-main-slider__item.-rank2::before {
  background: url(../img/home/icn_column_rank_2.png) 0 0/100% auto no-repeat;
}
.p-column-main-slider__item.-rank3::before {
  background: url(../img/home/icn_column_rank_3.png) 0 0/100% auto no-repeat;
}
.p-column-main-slider__item.-rank4::before, .p-column-main-slider__item.-rank5::before {
  content: none;
}
.p-column-main-slider__cat {
  position: absolute;
  top: 0;
  left: 1.4rem;
  line-height: 1;
}
.p-column-main-slider__cat span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  background: #B9747A;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 0.6rem;
}
.p-column-main-slider__cat span::before, .p-column-main-slider__cat span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 2.4rem;
  background: #B9747A;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-column-main-slider__cat span::before {
  right: 100%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-column-main-slider__cat span::after {
  left: 100%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-column-main-slider__inner {
  position: relative;
  background: #fff;
  padding: 0 1rem 1.6rem;
}
.p-column-main-slider__inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1rem;
  width: 7.8rem;
  height: 1.2rem;
  background: #fff;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.p-column-main-slider__date {
  text-align: right;
  color: #B98374;
  font-size: 1.3rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
}
.p-column-main-slider__txt {
  min-height: 8.4rem;
  color: #666;
  line-height: 1.75;
  font-weight: 500;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-column-main-slider .slick-arrow {
  position: absolute;
  bottom: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-column-main-slider .slick-arrow {
    bottom: 0;
  }
}
.p-column-main-slider .slick-arrow.slick-prev {
  left: 57.3rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-column-main-slider .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.p-column-main-slider .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-column-main-slider .slick-arrow.slick-next {
  left: 87.3rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-column-main-slider .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.p-column-main-slider .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-column-main-slider .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 2.8rem 0 0 55.6rem;
}
@media screen and (max-width: 767px) {
  .p-column-main-slider .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
    padding: 0 2.4rem 0 0;
  }
}
.p-column-main-slider .slick-dots li {
  line-height: 0;
}
.p-column-main-slider .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.p-column-main-slider .slick-dots li.slick-active button {
  background: #B98374;
}

.p-insta {
  position: relative;
  overflow: hidden;
  background: #FFF9F9;
  padding: 8rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-insta {
    padding: 6rem 0;
  }
}
.p-insta__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-insta__wrap {
    display: block;
  }
}
.p-insta-head {
  position: relative;
  width: 41.2rem;
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-insta-head {
    width: auto;
    margin: 0 0 2rem;
    padding: 0;
  }
}
.p-insta-head__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 112rem;
  margin: 0 auto;
}
.p-insta-head__en {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-insta-head__en {
    width: 32.4rem;
    padding: 0;
    margin: 0 auto;
  }
}
.p-insta-head__en p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-insta-head__en p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.p-insta-head__ttl {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-insta-head__ttl {
    width: 25.7rem;
    margin: 2rem auto 0;
  }
}
.p-insta-head__btn {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-insta-head__btn {
    margin: 3.2rem auto 0;
  }
}
.p-insta__content {
  width: calc((100vw - 112rem) / 2 + 64.7rem);
  margin-right: calc((100vw - 112rem) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .p-insta__content {
    width: 100%;
    margin: 0;
  }
}
.p-insta-slider .slick-slide {
  line-height: 0;
}
.p-insta-slider__item {
  position: relative;
  width: 23.7rem !important;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-insta-slider__item {
    width: 14.9rem !important;
    margin: 0 0.2rem;
  }
}
.p-insta-slider__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.8rem;
  width: 3.5rem;
  height: 5.3rem;
  z-index: 2;
}
.p-insta-slider__item.-rank1::before {
  background: url(../img/home/icn_column_rank_1.png) 0 0/100% auto no-repeat;
}
.p-insta-slider__item.-rank2::before {
  background: url(../img/home/icn_column_rank_2.png) 0 0/100% auto no-repeat;
}
.p-insta-slider__item.-rank3::before {
  background: url(../img/home/icn_column_rank_3.png) 0 0/100% auto no-repeat;
}
.p-insta-slider__item.-rank4::before, .p-insta-slider__item.-rank5::before {
  content: none;
}
.p-insta-slider__cat {
  position: absolute;
  top: 0;
  left: 1.4rem;
  line-height: 1;
}
.p-insta-slider__cat span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  background: #B9747A;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0 0.6rem;
}
.p-insta-slider__cat span::before, .p-insta-slider__cat span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 2.4rem;
  background: #B9747A;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-insta-slider__cat span::before {
  right: 100%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-insta-slider__cat span::after {
  left: 100%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.p-insta-slider__inner {
  position: relative;
  background: #fff;
  padding: 0 1rem 1.6rem;
}
.p-insta-slider__inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1rem;
  width: 7.8rem;
  height: 1.2rem;
  background: #fff;
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}
.p-insta-slider__date {
  text-align: right;
  color: #B98374;
  font-size: 1.3rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
}
.p-insta-slider__txt {
  min-height: 8.4rem;
  color: #666;
  line-height: 1.75;
  font-weight: 500;
  margin: 0.5rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-insta-slider .slick-arrow {
  position: absolute;
  bottom: -0.1rem;
}
.p-insta-slider .slick-arrow.slick-prev {
  left: 38.7rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-insta-slider .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.p-insta-slider .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-insta-slider .slick-arrow.slick-next {
  left: 68.7rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-insta-slider .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.p-insta-slider .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-insta-slider .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 2.8rem 0 0 40.8rem;
}
@media screen and (max-width: 767px) {
  .p-insta-slider .slick-dots {
    width: 32rem;
    margin: 3.2rem auto 0;
  }
}
.p-insta-slider .slick-dots li {
  line-height: 0;
}
.p-insta-slider .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.p-insta-slider .slick-dots li.slick-active button {
  background: #B98374;
}

.p-news {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 6rem 4rem;
  }
}
.p-news__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    display: block;
  }
}
.p-news-head {
  position: relative;
  width: 41.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-head {
    width: 100%;
  }
}
.p-news-head__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 112rem;
  margin: 0 auto;
}
.p-news-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-news-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-news-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-head__ttl {
    font-size: 1.6rem;
    text-align: center;
    margin: 1rem 0 0;
  }
}
.p-news-head__img {
  width: 46.1rem;
}
.p-news-head__btn {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-head__btn {
    margin: 3.2rem auto 0;
  }
}
.p-news-list {
  width: 64.7rem;
}
@media screen and (max-width: 767px) {
  .p-news-list {
    width: 100%;
    margin: 3.2rem 0 0;
  }
}
.p-news-list__item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__item {
    margin-top: 1.6rem;
  }
}
.p-news-list__item:first-child {
  margin-top: 0;
}
.p-news-list__item a {
  position: relative;
  display: block;
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__item a {
    padding: 0 0 1.7rem;
  }
}
.p-news-list__item a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #B98374;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-news-list__item a:hover {
    opacity: 1;
  }
  .p-news-list__item a:hover::before {
    width: 100%;
  }
}
.p-news-list__date {
  color: #B98374;
  font-size: 1.4rem;
  line-height: 1.143;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__date {
    font-size: 1.2rem;
    margin: 0 0 0.6rem;
  }
}
.p-news-list__txt {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-news-list__txt {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=home.css.map */