@charset "UTF-8";


/* MAIN VISUAL */
.p-top-mv {
  background-color: #F9F5F0;
  margin-top: 24px;
  margin-bottom: 104px;
  position: relative;
  overflow: hidden;
}
.p-top-mv > div {
  position: relative;
}
.p-top-mv .swiper-slide {
  width: 500px;
  height: 550px;
}

.p-top-mv .swiper-slide a img {
  object-fit: cover;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  
}



@media screen and (max-width: 767px) {


}

.p-wrap-slide-nav-top-nav {
  width: 540px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 24px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.p-wrap-slide-nav-top-nav .swiper-button-next,
.p-wrap-slide-nav-top-nav .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.p-wrap-slide-nav-top-nav .swiper-button-prev:after,
.p-wrap-slide-nav-top-nav .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow_right_orange_slider.svg);
  background-size: cover;
  filter: unset;
}
.p-wrap-slide-nav-top-nav .swiper-button-prev {
  
}
.p-wrap-slide-nav-top-nav .swiper-button-next {
  
}
.p-wrap-slide-nav-top-nav .swiper-button-prev:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-wrap-slide-nav-top-nav .swiper-button-next,
  .p-wrap-slide-nav-top-nav .swiper-button-prev {
    width: 10.666vw;
    height: 10.666vw;
  }
}

.swiper-pagination-top-mv {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
.swiper-pagination-top-mv .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  background-color: #F1DED3;
  margin: 0 !important;
  opacity: 1;
  border-radius: 0;
}
.swiper-pagination-top-mv .swiper-pagination-bullet-active {
  background-color: #E7984A;
}

@media screen and (max-width: 599px) {
  .p-top-mv {
    margin-top: 16px;
    margin-bottom: 64px;
  }
  .p-top-mv .swiper-slide {
    width: 280px;
    height: 308px;
  }

  .p-wrap-slide-nav-top-nav {
    display: none;
  }

  .swiper-pagination-top-mv {
    margin-top: 24px;
  }
}

/* pagenation */

/* ページネーション */
.p-top-mv__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -28px;
  bottom: -1.75rem;
}

@media screen and (min-width: 768px) {
  .p-top-mv__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -1.75rem;
  }
}
/* ドット */
.p-top-mv__pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 40px;
  width: 2.5rem;
  height: 10px;
  height: 0.125rem;
  margin: 6px;
  margin: 0.375rem;
  background: var(--gray-200);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}

/*アクティブなときのスタイル*/
.p-top-mv__pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gray-800);
}

/* 医療ダイエットとは */
.l-top-diet {
  margin-top: 160px;
  background: url(../images/top/img-diet-pc.jpg) no-repeat top/contain;
}
.p-top-diet__inner {
  padding-top: min(29vw, 417px);
  padding-bottom: 120px;
}
.p-top-diet-content {
  text-align: center;
  padding: 40px 40px 48px 40px;
  border: var(--0, 1px) solid var(--ST-border-gray-200, #e6e2e3);
  background: var(--ST-bg-white, #fff);
  box-shadow: 0px 5px var(--32, 32px) 0px rgba(0, 0, 0, 0.1);
}
.p-top-diet-content .c-section-title {
  letter-spacing: 4.8px;
}
.p-top-diet__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
}

@media (max-width: 768px) {
  .l-top-diet {
    margin-top: 120px;
    background: url(../images/top/img-diet-sp.jpg) no-repeat top/contain;
  }
  .p-top-diet__inner {
    padding-top: min(75vw, 280px);
    padding-bottom: 64px;
  }
  .p-top-diet-content {
    padding: 24px 20px;
  }
  .p-top-diet-content .c-section-title {
    letter-spacing: initial;
  }
  .p-top-diet__text.item-hidden {
    display: none;
  }
  .p-top-diet__text.item-hidden.is-show {
    display: block;
  }
}

/* お悩み */
.p-top-trouble {
  margin-bottom: 7.5rem;
}
.p-top-trouble-content .c-section-title {
  font-size: clamp(32px, 3.7vw, 40px);
  font-weight: 500;
  line-height: 130%;
}
.p-top-trouble__wrap {
  background-color: var(--gray-50);
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 10.5rem 2.5rem 2.5rem;
  max-width: 100%;
}
.p-top-trouble__wrap .c-img-effect {
  width: 11.076rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 2.3rem;
  transform: translateX(0);
}
.p-top-trouble__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  margin-top: 40px;
}
.p-top-trouble__item {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3;
  font-size: 1.25rem;
}
.p-top-trouble__item:before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.25rem solid var(--gray-300);
  border-radius: 50%;
  top: 4px;
  left: 0;
}
@media (max-width: 768px) {
  .p-top-trouble {
    margin-bottom: 5.5rem;
  }
  .p-top-trouble__wrap {
    padding: 1.25rem;
    max-width: 500px;
  }
  .p-top-trouble__items {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 12px;
  }
  .p-top-trouble__item:before {
    top: 3px;
  }
  .p-top-trouble__item {
    font-size: clamp(14px, 4.2vw, 16px);
    line-height: 1.7;
  }
  .p-top-trouble__item.item-hidden {
    display: none;
  }
  .p-top-trouble__item.item-hidden.is-show {
    display: block;
  }
  .p-top-case__item .item-hidden {
    display: none;
  }
  .p-top-case__item .item-hidden.is-show {
    display: block;
  }
  .p-top-btn-more {
    display: flex;
    height: var(--56, 56px);
    padding: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    border-radius: var(--4, 4px);
    border: 1px solid var(--ST-text-gray-800, #5e5657);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--gray-800);
    margin-top: 24px;
  }
  .p-top-btn-more::before {
    content: "もっとみる";
  }
  .p-top-btn-more.is-show::before {
    content: "  閉じる  ";
  }
  .p-top-btn-more .icon-btn-more {
    position: relative;
  }
  .p-top-btn-more .icon-btn-more::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    right: -82px;
    top: calc(50%);
    border-radius: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
    opacity: 1;
  }
  .p-top-btn-more .icon-btn-more::after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    right: -89px;
    top: calc(50%);
    border-radius: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--gray-800);
    z-index: 2;
  }
  .p-top-btn-more.is-show .icon-btn-more::before {
    opacity: 0;
  }
  .p-top-btn-more.is-show .icon-btn-more::after {
    right: -106px;
  }
  .p-top-trouble-content .c-section-title {
    font-size: 28px;
  }
  .p-top-trouble__items {
    margin-top: 24px;
  }
  .p-top-trouble__wrap .c-img-effect {
    display: none;
  }
}
@media (430px < width <= 768px) {
  .p-top-trouble__wrap .c-img-effect {
    left: unset;
    transform: unset;
    right: 0;
  }
}

/* 症例写真 */
.p-top-case__inner {
  background-color: var(--gray-200);
  padding: 40px 0;
}
.p-top-case__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 56px;
  max-width: 986px;
  margin: 0 auto;
}
.p-top-case__item .case-item {
  max-width: 480px;
}
.p-top-case__item .case-item-bg {
  padding: 20px;
  background: #fff;
}
.p-top-case__item .case-item img {
  width: 440px;
  height: 340px;
  margin-bottom: 16px;
}
.case-item-title {
  width: fit-content;
  margin: 0 auto 16px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.case-item-title::before,
.case-item-title::after {
  content: "";
  width: 21.2px;
  height: 8.38px;
  background: url(../images/common/deco_bnr_monitor_title.svg) no-repeat
    top/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.case-item-title::before {
  left: -32px;
}
.case-item-title::after {
  right: -32px;
}
.case-item-title small {
  font-size: 16px;
}
.p-top-case .btn-viwe-more {
  margin-top: 0;
}
.p-top-case__item .item-hidden {
  display: none;
}
.p-top-case__item .item-hidden.is-show {
  display: block;
}
.p-top-case .p-top-btn-more {
  display: flex;
  height: var(--56, 56px);
  padding: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: var(--4, 4px);
  border: 1px solid var(--ST-text-gray-800, #5e5657);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--gray-800);
  margin-top: 24px;
}
.p-top-case .p-top-btn-more.is-show .icon-btn-more::before {
  opacity: 0;
}
.p-top-case .p-top-btn-more.is-show .icon-btn-more::after {
  right: -106px;
}
.p-top-case__item .btn-viwe-more span.btn-more-border {
  width: 42%;
}
@media (max-width: 768px) {
  .l-common-section-margin.p-top-case {
    display: block;
    margin-top: 120px;
  }
  .p-top-case__inner {
    background-color: var(--gray-200);
    padding: 40px 20px;
  }

  .p-top-case__item {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
  }
  .p-top-case__item .case-item {
    width: 100%;
    padding: 0;
    background: unset;
  }
  .p-top-case__item .case-item img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .p-top-case__item .case-item-bg {
    padding: 0;
    background-color: unset;
  }
  .case-detail-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background-color: #fff;
    margin-top: -2px;
  }
  .case-detail-wrap.u-hidden-sp {
    display: none;
  }
  .case-detail-wrap .p-btn-detail {
    margin: 0 auto;
  }
  .case-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
  }
  .p-case-details-text {
    margin-bottom: 0;
  }
  .case-item-title::before {
    left: -32px;
  }
  .case-item-title::after {
    right: -32px;
  }
  .p-top-case__item .btn-viwe-more span.btn-more-border {
    width: 12%;
  }
}

/* ドクターメッセージ */
.l-top-message {
  margin-top: 80px;
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .l-top-message {
    margin-top: 10rem;
  }
}

.p-top-message {
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
}

.p-top-message__inner {
  position: relative;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .p-top-message__inner {
    max-width: 1050px;
    padding-top: 4rem;
    padding-bottom: 72px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message {
    margin-top: 120px;
  }
  .p-top-message__inner {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-message__wrapper {
    max-width: 40.5rem;
    width: 100%;
  }
}

.p-top-message .p-section-heading {
  position: relative;
}
.p-top-message .p-section-heading::before {
  content: "";
  position: absolute;
  right: 0;
  top: -48px;
  background: url(../images/common/top_message_pict_deco.png) no-repeat
    top/contain;
  width: 130px;
  height: 123px;
}

.p-top-message__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-top-message .p-section-heading::before {
    content: "";
    position: absolute;
    right: 16px;
    top: -24px;
    background: url(../images/common/top_message_pict_deco.png) no-repeat
      top/contain;
    width: 123px;
    height: 118px;
  }
  .p-top-message__text {
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}

.p-top-message__representative {
  position: relative;
  margin-top: 22.133vw;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-top-message__representative {
    margin-top: 1.5rem;
    text-align: right;
  }
}

.p-top-message__representative span {
  display: block;
  margin-top: 12px;
  margin-top: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .p-top-message__representative span {
    display: inline-block;
    margin-top: unset;
    padding-left: 1rem;
  }
}

.p-top-message__container {
  margin-top: 33px;
  margin-top: 2.0625rem;
  margin-top: min(8.8vw, 66px);
  position: relative;
}

@media screen and (min-width: 1200px) {
  .p-top-message__container {
    margin-top: unset;
    position: absolute;
    left: -5.3%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-top-message__container {
    margin-top: unset;
    position: absolute;
    left: 0%;
  }
}

.p-top-message__img {
  position: absolute;
  top: max(-32.2666666667vw, -180px);
  right: -20px;
  max-width: min(59.2vw, 260px);
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .p-top-message__img {
    position: absolute;
    top: unset;
    left: 0;
    bottom: 0;
    max-width: unset;
    width: clamp(260px, 27.34vw, 365px);
    height: auto;
  }
}

.p-top-message__info {
  position: inherit;
  padding: 16px;
  padding: 1rem;
  background-color: #ffffff85;
  max-width: min(59.7333333333vw, 400px);
  width: 100%;
  -webkit-box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--gray-800);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-top-message__info {
    position: absolute;
    left: 98px;
    bottom: -48px;
    width: 310px;
    border-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-top-message__info {
    left: 0;
  }
}
.p-top-message__discription {
  line-height: 130%;
  font-size: 14px;
  margin-bottom: 4px;
}
.p-top-message__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-top-message .c-section-title {
    font-size: 20px;
  }
  .p-top-message__discription {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Noto Sans JP";
  }
  .p-top-message__name {
    font-size: 1.25rem;
  }
}
.p-top-message__career {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Noto Sans JP";
}

.p-top-message__btn {
  margin-top: min(17.0666666667vw, 130px);
}

@media screen and (min-width: 768px) {
  .l-common-section-margin.l-top-online {
    margin-top: 16rem;
  }
  .p-top-message {
    padding-bottom: 40px;
  }
  .p-top-message__btn {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__btn-wrap {
    padding: 16px;
    background-color: var(--gray-50);
    position: relative;
    z-index: 1;
  }
  .p-top-message__btn {
    margin-top: 0;
  }

  .p-top-message__container {
    position: unset;
    width: 51%;
    margin-top: 1rem;
  }
  .p-top-message__info {
    position: absolute;
    padding: 4.266vw 2.666vw;
    max-width: 54vw;
    width: 100%;
    bottom: 62px;
    right: 3.2vw;
  }
  .p-top-message__img {
    position: unset;
  }
}
@media screen and (max-width: 370px) {
  .p-top-message__img {
    left: -7.333vw;
  }
  .p-top-message__info {
    right: 1.2vw;
  }
}

.banner-youtube {
  margin: 56px auto 160px;
}
@media (max-width: 768px) {
  .banner-youtube {
    margin: 56px auto 120px;
  }
}

/* レコメンド */

.p-top-recommend {
	margin-bottom: 72px;
}
.c-title-lead-recommend {
	/* font-family: "Zen Old Mincho", serif; */
  font-weight: 400;
  font-size: 16px;
  color: #E7984A;
  line-height: 1;
  letter-spacing: 15%;
  padding-left: 15px;
}
.p-top-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.p-top-recommend__list > div h3 {
  display: flex;
  align-items: center;
  height: 79px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 7%;
  background: linear-gradient(90deg, #F1DED3 0%, #F8F1E9 100%);
  border-radius: 4px;
  padding-left: 32px;
  position: relative;
}

.p-top-recommend__list > div h3 img {
  width: 100px;
  height: auto;
  position: absolute;
  right: 32px;
}

.p-top-recommend__list > div ul {
  padding: 24px 32px 32px;
}

.p-top-recommend__list > div ul li {
  padding-bottom: 16px;
  border-bottom: 1px dotted #F1DED3;
}

.p-top-recommend__list > div ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

.p-top-recommend__list > div ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0%;
  color: #414141;
  position: relative;
}

.p-top-recommend__list > div ul li a::before {
  content: "";
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-top-recommend__list > div ul li a span {
  font-weight: 700;
  color: #FF001E;
}

@media (max-width: 768px) {
  .p-top-recommend {
    margin-bottom: 32px;
  }
  .p-top-recommend__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }

  .p-top-recommend__list > div h3 {
    height: 66px;
    font-size: 20px;
    padding-left: 20px;
  }

  .p-top-recommend__list > div h3 img {
    width: 100px;
    height: auto;
    position: absolute;
    right: 32px;
  }

  .p-top-recommend__list > div ul {
    padding: 24px 20px 32px;
  }

  .p-top-recommend__list > div ul li {
    padding-bottom: 16px;
    border-bottom: 1px dotted #F1DED3;
  }

  .p-top-recommend__list > div ul li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}


/* NEWS */
.p-top-news {
  padding: 64px 0;
  margin-top: 0;
  background-color: #F8F1E9;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 80px;
  }
}

/* FAQ */
@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Treatment */
.p-top-treatment {
	padding: 80px 0;
}
.p-treatment-list {
	margin-top: 48px;
	margin-bottom: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 17px;
}
.p-treatment-list-item {
	width: 322px;
  height: 240px;
  background:linear-gradient(215.46deg, rgba(255, 246, 240, 0.7) 42.9%, rgba(231, 195, 172, 0.7) 116.28%);
  border-radius: 8px;
  position: relative;
}
.p-treatment-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 8px;
}
.p-treatment-list-item a div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding-left: 20px;
}
.p-treatment-list-item.p-treatment-list-item-face a {
	background-image: url(../images/top/bg_operation_face.jpg);
}
.p-treatment-list-item.p-treatment-list-item-body a {
	background-image: url(../images/top/bg_operation_body.jpg);
}
.p-treatment-list-item.p-treatment-list-item-men a {
	background-image: url(../images/top/bg_operation_mens.jpg);
}
.p-treatment-list-item.p-treatment-list-item-innercare a {
	background-image: url(../images/top/bg_operation_innercare.jpg);
}
.p-treatment-list-item.p-treatment-list-item-artmake a {
	background-image: url(../images/top/bg_operation_artmake.jpg);
}
.p-treatment-list-item.p-treatment-list-item-virtual-consul a {
	background-image: url(../images/top/bg_operation_virtualconsultation.jpg);
}
.p-treatment-list-item.p-treatment-list-item-aftercare a {
	background-image: url(../images/top/bg_operation_aftercare.jpg);
}
.p-treatment-list-item a div span:first-of-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #414141;
}
.p-treatment-list-item a div span:last-of-type {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #E7984A;
}

.p-treatment-list-item picture {
	display: block;
	width: 100%;
	height: 200px;
}
.p-treatment-list-item .p-heading-treatment-item {
	margin: 12px 0 4px;
	padding-bottom: 8px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	color: var(--pink-beige-800);
	border-bottom: 1px solid var(--pinkbeige);
}

@media screen and (max-width: 767px) {

.p-top-treatment {
	padding: 14.933vw 0 12.8vw;
}
.p-treatment-list {
	margin-top: 6.4vw;
	margin-bottom: 10.666vw;
	gap: 7px;
}
.p-treatment-list-item {
	width: calc(50% - 3.5px);
  height: auto;
  aspect-ratio: 1 / 1;
}
.p-treatment-list-item.p-treatment-list-item-face a {
	background-image: url(../images/top/bg_operation_face_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-body a {
	background-image: url(../images/top/bg_operation_body_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-men a {
	background-image: url(../images/top/bg_operation_mens_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-innercare a {
	background-image: url(../images/top/bg_operation_innercare_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-artmake a {
	background-image: url(../images/top/bg_operation_artmake_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-virtual-consul a {
	background-image: url(../images/top/bg_operation_virtualconsultation_sp.jpg);
}
.p-treatment-list-item.p-treatment-list-item-aftercare a {
	background-image: url(../images/top/bg_operation_aftercare_sp.jpg);
}
.p-treatment-list-item a div {
  gap: 4px;
  padding-left: 16px;
}
.p-treatment-list-item.p-treatment-list-item-virtual-consul a div span:first-of-type {
  margin-top: 45px;
}
.p-treatment-list-item a div span:first-of-type {
  font-size: 16px;
}
.p-treatment-list-item a div span:last-of-type {
  font-size: 12px;
}
.p-treatment-list-item picture {
	height: 50.666vw;
}

.p-treatment-list-item .p-heading-treatment-item {
	margin: 12px 0 4px;
	padding-bottom: 2.666vw;
	font-size: 5.866vw;
}
.p-treatment-list-item:nth-of-type(5) h3 {
	min-height: 2.5em;
}
}

/* Machines */

.p-top-machines {
  background-color: #F8F1E9;
	padding: 64px 0 120px;
}

.p-wrap-machines-slide {
	margin-top: 40px;
	padding-left: calc((100% - 1000px) / 2);
	overflow: hidden;
}
.p-list-machines {
	width: 100%;
	overflow: hidden;
}
.p-list-machines-item {
	width: 327px !important;
	min-height: 268px;
	height: auto !important;
	background: var(--brown-100);
}
.p-heading-list-machines {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
	background: #F1DED3;
  border-radius: 8px 8px 0 0;
  padding-left: 24px;
}
.p-heading-list-machines h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #414141;
}
.p-heading-list-machines p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}
.p-list-machine-detail {
  background-color: #fff;
	padding: 16px 24px;
  border-radius: 0 0 8px 8px;
  height: calc(100% - 56px);
}
.p-machine-detail-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 12px;
}
.p-machine-detail-list-item {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pinkbeige-500);
}
.p-machine-detail-list-item a {
	font-weight: 500;
  font-size: 14px;
  color: #414141;
  line-height: 1.3;
}

.p-machine-detail-list-item a span {
  color: #ff0000;
}

.p-slide-nav-machines {
	margin-top: 16px;
	display: none; /* 一時的に非表示 */
}
.p-wrap-slide-nav-machines {
	position: relative;
	width: 92px;
	height: 40px;
}

@media screen and (max-width: 767px) {

.p-top-machines {
	padding: 80px 0 104px;
}

.p-wrap-machines-slide {
	margin-top: 40px;
	padding-left: calc((100% - 1000px) / 2);
	overflow: hidden;
}
.p-wrap-machines-slide {
	margin-top: 6.4vw;
	margin-bottom: 4.266vw;
	padding-left: 6.4vw;
	overflow: hidden;
}
.p-slide-nav-machines {
	display: none;
}

.p-top-machines__scroll {
  display: flex;
  justify-content: flex-end;
  padding: 0 6.4vw;
}
.p-top-machines__scroll > p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #414141;
}
.p-top-machines__scroll > p > img {
  width: 20px;
  height: auto;
}
}

/* Dr Blog */

.p-top-dr-blog {
  background-color: #F8F1E9;
	padding-top: 104px;
  padding-bottom: 104px;
}
.p-top-dr-blog__inner {
  max-width: 1000px;
  width: 100%;
	display: flex;
	gap: 48px;
  padding: 0;
}
.p-top-dr-blog__inner .p-section-heading {
	margin-bottom: 0;
}
.p-top-dr-blog__inner > a {
  max-width: 474px;
  width: 100%;
}

@media screen and (max-width: 767px) {
.p-top-dr-blog {
	padding-top: 64px;
  padding-bottom: 80px;
}
.p-top-dr-blog__inner {
  flex-direction: column;
	gap: 32px;
  padding: 0 6.4vw;
}
.p-top-dr-blog__inner .p-section-heading {
	width: 100%;
}
.p-top-dr-blog__inner > a {
  max-width: 100%;
}
}

/* Instagram */
.p-top-instagram {
	padding-bottom: 80px;
}
.p-top-instagram__inner {
	display: flex;
	gap: 48px;
}
.p-top-instagram .p-section-heading {
	width: 232px;
	margin-bottom: 0;
}
.p-slide-instagram {
	position: relative;
	width: 720px;
}
.p-list-instagram {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.p-instagram-item {
	width: 229px !important;
}

@media screen and (max-width: 768px) {

.p-top-instagram__inner {
	flex-flow: column;
	gap: 8.533vw;
}
.p-slide-instagram {
	width: 100%;
}

.p-top-instagram .p-section-heading {
	width: 100%;
}

.p-instagram-item {
	width: 61.066vw !important;
}
}

.p-wrap-slide-nav-insta {
  position: absolute;
  width: 760px;
  height: 40px;
  top: 94px;
  left: 0;
  right: 0;
  margin: 0 -20px;
  z-index: 100;
}

@media screen and (max-width: 767px) {

.p-wrap-slide-nav-insta {
  position: absolute;
  width: 97.866vw;
  height: 10.666vw;
  top: 25.2vw;
  left: -5.333vw;
  right:-5.333vw;
  margin: 0 auto;
  z-index: 100;
}

}

/* スライドボタン */

.p-wrap-slide-nav .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}
.p-wrap-slide-nav .swiper-button-prev:after,
.p-wrap-slide-nav .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/img_arrow_slider.png);
  background-size: cover;
  filter: unset;
}
.p-wrap-slide-nav .swiper-button-prev {
  left: 0;
  left: auto;
}
.p-wrap-slide-nav .swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-wrap-slide-nav .swiper-button-next,
  .swiper-button-prev {
    width: 10.666vw;
    height: 10.666vw;
  }
}

/* ABOUT 当院について */
.p-top-about {
	position: relative;
	padding-bottom: 184px;
  overflow: hidden;
}
.p-top-about__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 145px;
}
.p-top-about__inner > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.p-top-about__inner > div {
  width: 392px;
  position: relative;
}

.p-top-about__inner > div > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #414141;
  margin-bottom: 32px;
}

.p-top-about__inner > div > p:first-of-type {
  margin-top: 48px;
}
.p-top-about__inner > div > p:last-of-type {
  margin-bottom: 16px;
}
.p-top-about__inner > div > div {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p-top-about__inner > div > div > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
	color: #414141;
	padding-right: 16px;
	background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right center;
	background-size: 12px auto;
  text-align: right;
}
.p-top-about__inner > div > img {
  position: absolute;
  box-shadow: 0px 4px 32px 5px #E7984A26;
  border-radius: 8px;
  object-fit: cover;
}
.p-top-about__inner > div > .p-top-about-img01 {
  width: 257px;
  height: 385px;
  left: -346px;
  top: -94px;
}
.p-top-about__inner > div > .p-top-about-img02 {
  width: 202px;
  height: 135px;
  left: -258px;
  bottom: 74px;
}
.p-top-about__inner > div > .p-top-about-img03 {
  width: 239px;
  height: 364px;
  right: -342px;
  top: 0;
}
.p-top-about__inner > div > .p-top-about-img04 {
  width: 378px;
  height: 284px;
  right: -544px;
  bottom: -124px;
}
@media screen and (max-width: 599px) {
  .p-top-about {
    padding-bottom: 300px;
  }
  .p-top-about__inner {
    gap: 120px;
  }
  .p-top-about__inner > img {
    height: 180px;
  }

  .p-top-about__inner > div {
    width: 100%;
    padding: 0 20px;
  }
  .p-top-about__inner > div > p:first-of-type {
    margin-top: 32px;
  }
  .p-top-about__inner > div > .p-top-about-img01 {
    width: 111px;
    height: 169px;
    left: auto;
    right: 20px;
    top: -94px;
  }
  .p-top-about__inner > div > .p-top-about-img02 {
    display: none;
  }
  .p-top-about__inner > div > .p-top-about-img03 {
    width: 86px;
    height: 129px;
    right: auto;
    top: auto;
    bottom: -140px;
    left: 20px;
  }
  .p-top-about__inner > div > .p-top-about-img04 {
    width: 224px;
    height: 168px;
    right: 20px;
    bottom: -210px;
  }
}

/* Feature */
.p-top-feature {
  background-color: #F9F5F0;
  margin-top: 104px;
  margin-bottom: 122px;
}
.p-top-feature > div {
  max-width: 1000px;
  width: 100%;
  padding: 0;
}
.p-top-feature > div > div:first-of-type {
  display: flex;
  gap: 127px;
  justify-content: space-between;
  margin-bottom: 104px;
}
.p-top-feature > div > div:first-of-type > div h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #E7984A;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, #E7984A 0%, rgba(231, 152, 74, 0) 100%) 1;
  padding-top: 43px;
  margin-bottom: 62px;
}
.p-top-feature > div > div:first-of-type > img {
  width: 395px;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 4px 32px 5px #E7984A26;
}

.p-feature-list {
  display: flex;
  justify-content: space-between;
  gap: 123.5px;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
}
.p-feature-list::-webkit-scrollbar {
  display: none;
}
.p-feature-list > div {
  width: 251px;
  flex-shrink: 0;
}
.p-feature-list > div:not(:last-of-type) {
  position: relative;
}
.p-feature-list > div:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -61.75px;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #F1DED3 0%, rgba(241, 222, 211, 0) 100%);
}
.p-feature-list > div > p:first-of-type {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 250;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  color: #E7984A;
}
.p-feature-list > div > p:nth-of-type(2) {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #6C6C6C;
  margin-top: 10px;
  margin-bottom: 16px;
}
.p-feature-list > div > p:last-of-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #414141;
}

@media screen and (max-width: 768px) {
  .p-top-feature {
    margin-bottom: 107px;
  }
  .p-top-feature > div {
    max-width: 100%;
    padding: 0 6.4vw;
  }
  .p-top-feature > div > div:first-of-type {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
  .p-top-feature > div > div:first-of-type > div h1 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .p-top-feature > div > div:first-of-type > img {
    width: 100%;
    height: auto;
  }

  .p-feature-list {
    display: flex;
    justify-content: space-between;
    gap: 123.5px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .p-feature-list::-webkit-scrollbar {
    display: none;
  }
  .p-feature-list > div {
    width: 251px;
    flex-shrink: 0;
  }
  .p-feature-list > div > p:first-of-type {
    font-weight: 250;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #E7984A;
  }
  .p-feature-list > div > p:nth-of-type(2) {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #6C6C6C;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .p-feature-list > div > p:last-of-type {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #414141;
  }
}

/* トップパンクズ */
.home .p-page-footer__inner {
  height: 32px;
  display: none;
}
.home .p-page-footer__breadcrumbs {
  display: none;
}
/* トップ 監修医師 */
.l-common-section-margin.p-top-doctors {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .l-common-section-margin.p-top-doctors {
    padding-bottom: 120px;
  }
}
/* トップ 共通パーツ 医療広告ガイドライン */
.l-common-section-margin.p-top-compliance {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-common-section-margin.p-top-compliance {
    width: 89vw;
    margin: 0 auto;
  }
}
/* トップ 共通パーツ  症例モニターキャンペーン バナー */
.l-common-section-margin.p-top-banner-monitor {
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .l-common-section-margin.p-top-banner-monitor {
    margin: 120px auto;
  }
}

/*-------------------------------------------
渋しめブログ バナー
-------------------------------------------*/
.p-blog-banner-top {
  max-width: 750px;
  width: 100%;
  margin: 82px auto 0;
}

@media screen and (max-width: 768px) {
  .p-blog-banner-top {
    max-width: 89vw;
    margin-bottom: -5.87vw;
  }
}


/*-------------------------------------------
NEW ラベル
-------------------------------------------*/
.inline-approval {
  display: inline !important;
}
.label-new{
display: inline !important;
color: #ff0000;
}

/*-------------------------------------------
instagram
-------------------------------------------*/
.p-top-instagram {
  background-color: #F8F1E9;
  padding-bottom: 104px;
  overflow: hidden;
}
.p-top-instagram .p-section-heading h2{
  font-size: 24px !important;
}
.p-top-instagram > div > div:first-of-type > a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
	color: #414141;
	padding-right: 16px;
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right center;
	background-size: 12px auto;
  margin-top: 38px;
}
.p-top-instagram > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.p-top-instagram > div > div:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-instagram > div > div:nth-of-type(3) {
    display: none;
  }
}
.p-top-instagram > div > div:nth-of-type(3) a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
	color: #414141;
	padding-right: 16px;
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat right center;
	background-size: 12px auto;
}
.js-swiper-top-instagram {
  width: 720px;
  overflow: hidden;
  /* height: 289px; */
  position: relative;
}

.js-swiper-top-instagram .swiper-slide {
  width: 229px;
  height: auto;
  transition: all .3s;
}
/* .js-swiper-top-instagram .swiper-slide-active {
  height: 286px;
} */
.js-swiper-top-instagram .swiper-slide a img{
  object-fit: cover;
  height: auto;
  aspect-ratio: 229 / 313;
}

.p-wrap-slide-nav-top-instagram {
  width: 760px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.p-wrap-slide-nav-top-instagram .swiper-button-next,
.p-wrap-slide-nav-top-instagram .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.p-wrap-slide-nav-top-instagram .swiper-button-prev:after,
.p-wrap-slide-nav-top-instagram .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow_right_orange_slider.svg);
  background-size: cover;
  filter: unset;
}
.p-wrap-slide-nav-top-instagram .swiper-button-prev:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-wrap-slide-nav-top-instagram .swiper-button-next,
  .p-wrap-slide-nav-top-instagram .swiper-button-prev {
    width: 10.666vw;
    height: 10.666vw;
  }

  .p-top-instagram {
    padding-bottom: 64px;
  }
  .p-top-instagram > div > div:first-of-type > a {
    display: none;
  }
  .p-top-instagram > div {
    max-width: 100%;
    padding: 0 6.4vw;
  }
  .p-wrap-slide-nav-top-instagram {
    display: none;
  }
}