:root {
  --color-white: #ffffff;
  --color-black: #3E3A39;
  --color-gray: #555555;
  --color-yellow: #F9F6F0;
  --color-gold: #C0A47F;
  --color-orange: #FFAA60;
  --color-blue: #A7E7EB;
  --color-red: #ff4d44;
  --color-green: green;
  --color-button: #e2e8b0;
  --base-font: "Noto Sans JP", sans-serif;
  --second-font: "Bodoni Moda", sans-serif;
  --third-font: "", sans-serif;
  --fourth-font: "", sans-serif;
  --regular: 300;
  --normal: 400;
  --medium: 500;
  --bold: 700;
  --exBold: 900;
  --min-layout-width: 375;
  --medium-layout-width: 767;
  --large-layout-width: 1440;
  --max-layout-width: 1920;
  --base-font-size: 16;
  --min-fluid-ratio: calc(1 / var(--min-layout-width) * 100dvi);
  --medium-fluid-ratio: calc(1 / var(--medium-layout-width) * 100dvi);
  --large-fluid-ratio: calc(1 / var(--large-layout-width) * 100dvi);
  --max-fluid-ratio: calc(1 / var(--max-layout-width) * 100dvi);
  --rem-ratio: calc(1rem / var(--base-font-size));
  --leading-trim: calc((1em - 1lh) / 2);
  --header-block-size: 106px;
  --sp-header-block-size: 103px;
  word-wrap: break-word
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px
  }
}

*,*::before,*::after {
  box-sizing: border-box
}

body {
  position: relative;
  font-weight: var(--medium);
  color: var(--color-black);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em
}

a[href^="tel:"] {
  pointer-events: none
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events:auto
  }
}

a {
  color: var(--color-black)
}

.sticky-footer-wrapper {
  display: flex;
  flex-direction: column
}

main {
  flex: 1
}

tr,tbody,thead,tfoot {
  display: contents
}

th[colspan="2"],td[colspan="2"] {
  grid-column: auto/span 2
}

th[rowspan="2"],td[rowspan="2"] {
  grid-row: auto/span 2
}

.br-pc {
  display: block
}

@media screen and (max-width: 767px) {
  .br-pc {
    display:none
  }
}

.br-sp {
  display: none
}

@media screen and (max-width: 767px) {
  .br-sp {
    display:block
  }
}

* {
  min-inline-size: 0
}

*,*::before,*::after {
  box-sizing: border-box
}

ul,ol {
  padding: 0
}

body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd {
  margin: 0
}

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

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed
}

ul,ol {
  list-style: none
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

a {
  text-decoration: none
}

img,picture {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

article>*+* {
  margin-top: 1em
}

input,button,textarea,select {
  font: inherit
}

img:not([alt]) {
  filter: blur(10px)
}

input,button,select,textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: rgba(0,0,0,0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

textarea {
  resize: vertical
}

input[type=submit],input[type=button],label,button,select {
  cursor: pointer
}

select::-ms-expand {
  display: none
}

main.main {
  padding: 0;
  width: 100%
}

@media screen and (max-width: 834px) {
  main.main {
    padding:0
  }
}

.content {
  margin-top: 0
}

.wrap {
  width: 100%
}

a:hover {
  opacity: 1
}

.page-fv {
  padding-block-start:96px}

@media screen and (max-width: 767px) {
  .page-fv {
    padding-block-start:75px
  }
}

.page-fv__image {
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .page-fv__image {
    --_inline-size: 100%
  }
}

.page-fv__image img {
  --_inline-size: 1920px;
  display: block;
  margin-inline:auto;inline-size: var(--_inline-size);
  block-size: 400px;
  aspect-ratio: 1920/400;
  object-fit: cover
}

@media screen and (max-width: 767px) {
  .page-fv__image img {
    block-size:auto;
    aspect-ratio: 375/500
  }
}

.page__inner {
  --_inline-size: 800px;
  --_padding: 32.5px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.hyaluron-procedure__step {
  padding-block:5px;background: var(--color-gold)
}

.hyaluron-procedure__title {
  inline-size: fit-content;
  margin-inline:auto;color: var(--color-white);
  font-size: 22px;
  letter-spacing: .06em
}

@media screen and (max-width: 767px) {
  .hyaluron-procedure__title {
    font-size:18px
  }
}

.hyaluron-procedure__arrow {
  margin-block:8px;margin-inline:auto;background: var(--color-gold);
  inline-size: 15px;
  block-size: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.page-flow__inner {
  --_inline-size: 800px;
  --_padding: 12.5px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.page-flow__wrapper {
  padding-block-start:56px;padding-block-end:46px;padding-inline:20px;background: var(--color-white)
}

@media screen and (max-width: 767px) {
  .page-flow__wrapper {
    padding-block-start:39px;
    padding-block-end:20px}
}

.page-flow__wrap {
  --_inline-size: 600px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  margin-inline:auto}

.snsIcon {
  margin-block-end:60px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .snsIcon {
    margin-block-start: 50px;
    margin-block-end:45px
  }
}

.snsIcon__inner {
  inline-size: fit-content;
  margin-inline:auto}

.treatment-footer__list {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  column-gap: 20px
}

@media screen and (max-width: 767px) {
  .treatment-footer__list {
    column-gap:20px
  }
}

.treatment-footer__item img {
  aspect-ratio: 1;
  object-fit: cover
}

.treatment-footer {
  background: rgba(0,0,0,0);
  padding: 0
}

.treatment-footer__top {
  padding-block:24px;background: var(--color-white);
  color: var(--color-black);
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .treatment-footer__top {
    padding-block:20px;
    font-size: 13px
  }
}

.treatment-footer__bottom {
  padding-block-start:24px;padding-block-end:20px;background: var(--color-black);
  color: var(--color-white)
}

.treatment-footer__bottom small {
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .treatment-footer__bottom small {
    font-size:13px
  }
}

.sp {
  display: none
}

@media screen and (max-width: 767px) {
  .sp {
    display:block
  }
}

.pc {
  display: block
}

@media screen and (max-width: 767px) {
  .pc {
    display:none
  }
}

#keyvisual {
  position: relative;
  padding: 169px 0 0
}
@media screen and (max-width: 767px) {
  #keyvisual {
    padding: 75px 0 0;
  }
}

.sliderArea {
  max-width: 100%;
  margin: -6vw auto 0;
  padding: 0 0 20px
}

@media screen and (max-width: 767px) {
  .sliderArea {
    margin:0 auto 0;
    padding: 0
  }
}

.slider__item {
  margin: 0;
  padding: 0
}

.slider__item img {
  -webkit-box-shadow: 5px 10px 30px rgba(0,0,0,.2);
  box-shadow: 5px 10px 30px rgba(0,0,0,.2)
}

@media screen and (max-width: 767px) {
  .slider__item {
    padding:0
  }
}

.slick-arrow {
  z-index: 2 !important;
}

@media screen and (max-width: 767px) {
  /*.slick-arrow {
    display:none !important
  }*/
}

.slick-arrow::before {
  display: block;
  content: "";
  opacity: 1;
}


.slick-prev {
  top: calc(50% - 5px);
  left: 33%;
  background: url(../img/top2025/menu-arrow-prev.png)!important;
  background-size: cover!important;
}

.slick-next {
  top: calc(50% - 5px);
  right: 33%;
  background: url(../img/top2025/menu-arrow-next.png)!important;
  background-size: cover!important;
}
.slick-prev::before,
.slick-next::before{
  display: none!important;
}
/*
.slick-prev::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.slick-next::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
*/
.slide-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: -40px
}

@media screen and (max-width: 767px) {
  .slide-dots {
    font-size:0
  }
}

.slide-dots li {
  display: inline-block;
  margin: 0 30px;
  position: relative
}

@media screen and (max-width: 767px) {
  .slide-dots li {
    margin:0 15px
  }
}

.slide-dots li button {
  cursor: pointer
}

.slide-dots li button::before {
  content: "0"
}

@media screen and (max-width: 767px) {
  .slide-dots li button {
    overflow:hidden;
    text-indent: 100%;
    white-space: nowrap
  }

  .slide-dots li button::before {
    display: none
  }

  .slide-dots li button::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6
  }
}

.slide-dots li.slick-active button {
  cursor: auto
}

.slide-dots li.slick-active button::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border: solid 1px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px)
}

@media screen and (max-width: 767px) {
  .slide-dots li.slick-active button::after {
    display:block;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
  }
}
.top-price-menu__item:not(.slick-current) {
	opacity: .3;
}

.top-price-menu {
  padding-block-end:40px
}

@media screen and (max-width: 767px) {
  .top-price-menu {
    padding-block-start:10px;
    padding-block-end:30px}
}

.top-price-menu__inner {
  --_inline-size: 1000px;
  --_padding: 12.5px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.top-price-menu__title {
  font-size: 28px;
  padding: 8px;
  background: url(../img/top/treatment-menu-title-bg.png) center
}

@media screen and (max-width: 767px) {
  .top-price-menu__title {
    font-size:20px
  }
}

.top-price-menu__list {
  margin-block-start:0;display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 0
}

@media screen and (max-width: 1024px) {
  .top-price-menu__list {
    /*margin-block-start:20px;*/
    grid-template-columns: none;
    row-gap: 10px
  }
}

.top-price-menu__item {
  padding-inline:5px;padding-block:calc(12px + var(--leading-trim));height: 140px;
  display: grid;
  place-items: center;
  font-feature-settings: "palt";
  color: #3e3a39
}
.top-trouble-menu {
  padding: 70px 0 90px;
  background: #F3F2E8;
}
.top-trouble-menu__list {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-trouble-menu__item {
  width: 230px;
  height: 135px;
}

.top-treatment-menu {
  background: #F3F2E8;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .top-treatment-menu {
    padding: 40px 0;
  }
}

.top-treatment-menu__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12.5px;
  box-sizing: initial;
}
@media screen and (max-width: 767px) {
  .top-treatment-menu__inner {
    width: 100%;
    padding: 0;
  }
}

.top-treatment-menu__title {
  font-size: 24px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .top-treatment-menu__title {
    font-size:20px
  }
}

.top-treatment-menu__list {
  margin-top:33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-treatment-menu__list {
    justify-content: space-evenly;
  }
}

.top-treatment-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 60px;
  font-size: 18px;
  color: #3e3a39;
  background: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,.1);
  border-radius: 10px;
  margin-bottom: 20px
}

.top-treatment-menu__item a {
  width: 100%;
}

.top-treatment-menu__item a: hover {
  background:url(../img/top/treatment-menu-bg.png) center;
  color: #fff
}

.box {
  border: 10px solid;
  border-image: linear-gradient(to right, #7f7fff, #7fff7f, #ffbf7f) 1;
  height: 150px;
  margin-inline:auto;max-width: 600px;
  width: auto
}

.top-features {
  margin-block-start:53px}

.top-features__inner {
  --_inline-size: 800px;
  --_padding: 12.5px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.top-features__title {
  font-size: 26px;
  inline-size: fit-content;
  margin-inline:auto}

@media screen and (max-width: 767px) {
  .top-features__title {
    font-size:20px
  }
}

.top-features__images {
  margin-block-start:41px;display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 38px
}

@media screen and (max-width: 767px) {
  .top-features__images {
    margin-block-start:24px;
    display: block
  }
}

@media screen and (max-width: 767px) {
  .top-features__image {
    --_inline-size: 350px;
    margin-inline:auto;inline-size: min(var(--_inline-size),100%)
  }
}

@media screen and (max-width: 767px) {
  .top-features__image:not(:first-child) {
    margin-block-start:9px
  }
}

.top-features__image img {
  aspect-ratio: 240/139;
  object-fit: cover
}

@media screen and (max-width: 767px) {
  .top-features__image img {
    aspect-ratio:350/120
  }
}

.top-features {
  margin-block-start:41px}

@media screen and (max-width: 767px) {
  .top-features {
    margin-block-start:28px
  }
}

.top-features__text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.3125
}

@media screen and (max-width: 767px) {
  .top-features__text {
    padding-inline:17.5px;
    font-size: 14px;
    line-height: 1.8571428571
  }
}

.top-features__list {
  margin-block-start:73px}

@media screen and (max-width: 767px) {
  .top-features__list {
    margin-block-start:33px
  }
}

.top-features__item:not(:first-child) {
  margin-block-start:56px}

@media screen and (max-width: 767px) {
  .top-features__item:not(:first-child) {
    margin-block-start:38px
  }
}

.top-features__effect {
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-features__effect {
    font-size:20px
  }
}

.top-features__image2 {
  --_inline-size: 493px;
  margin-block-start:30px;inline-size: min(var(--_inline-size),100%);
  margin-inline:auto}

@media screen and (max-width: 767px) {
  .top-features__image2 {
    margin-block-start:19px
  }
}

.top-features__effectText {
  margin-block-start:calc(42px + var(--leading-trim));font-size: 16px;
  line-height: 2;
  text-align: justify
}

@media screen and (max-width: 767px) {
  .top-features__effectText {
    margin-block-start:calc(32px + var(--leading-trim));
    padding-inline:17.5px;font-size: 14px;
    line-height: 1.8571428571
  }
}

.top-features__image3 {
  --_inline-size: 769px;
  margin-block-start:21px;inline-size: min(var(--_inline-size),100%);
  margin-inline:auto}

@media screen and (max-width: 767px) {
  .top-features__image3 {
    margin-block-start:16px
  }
}

.top-handling {
  margin-block-start:62px}

@media screen and (max-width: 767px) {
  .top-handling {
    margin-block-start:75px
  }
}

.top-handling__inner {
  --_inline-size: 800px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.top-handling__title {
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-handling__title {
    font-size:20px
  }
}

.top-handling__list {
  margin-block-start:27px}

.top-handling__item:not(:first-child) {
  margin-block-start:54px}

@media screen and (max-width: 767px) {
  .top-handling__item:not(:first-child) {
    margin-block-start:18px
  }
}

.top-handling__product img {
  object-fit: cover
}

.top-handling__text {
  margin-block-start:calc(24px + var(--leading-trim));inline-size: 100%;
  font-size: 16px;
  line-height: 2;
  text-align: justify
}

@media screen and (max-width: 800px) {
  .top-handling__text {
    padding-inline:30px
  }
}

@media screen and (max-width: 767px) {
  .top-handling__text {
    margin-block-start:calc(31px + var(--leading-trim));
    font-size: 14px;
    line-height: 1.8571428571
  }
}

.top-handling__image {
  --_inline-size: 580px;
  margin-block-start:18px;margin-inline:auto;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-handling__image {
    margin-block-start:16px
  }
}

.top-handling__wrapper {
  display: grid;
  grid-template-columns: 1fr 140px;
  column-gap: 60px
}

@media screen and (max-width: 767px) {
  .top-handling__wrapper {
    display:block
  }
}

.top-handling__wrapper {
  margin-block-start:calc(46px + var(--leading-trim))}

@media screen and (max-width: 767px) {
  .top-handling__wrapper {
    margin-block-start:2em;
    font-size: 14px
  }
}

.top-handling__text {
  font-size: 16px;
  line-height: 2;
  text-align: justify
}

@media screen and (max-width: 800px) {
  .top-handling__text {
    padding-inline:30px
  }
}

@media screen and (max-width: 767px) {
  .top-handling__text {
    font-size:14px;
    line-height: 1.8571428571
  }
}

.top-handling__text:not(:first-child) {
  margin-block-start:.5em}

.top-handling__text span {
  --_color: #AC2256;
  color: var(--_color)
}

.top-handling__image1 {
  --_inline-size: 140px;
  inline-size: var(--_inline-size);
  margin-inline:auto}

@media screen and (max-width: 767px) {
  .top-handling__image1 {
    margin-block-start:35px
  }
}

.top-handling__image2 {
  --_inline-size: 600px;
  inline-size: var(--_inline-size);
  margin-block-start:46px;margin-inline:auto;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-handling__image2 {
    margin-block-start:30px
  }
}

.top-handling__image3 {
  --_inline-size: 220px;
  inline-size: var(--_inline-size);
  margin-block-start:17px;margin-inline:auto}

.top-improvement {
  margin-block-start:82px}

@media screen and (max-width: 767px) {
  .top-improvement {
    margin-block-start:23px
  }
}

.top-improvement__title {
  padding-block:calc(23px + var(--leading-trim));padding-inline: 10px;
  color: var(--color-white);
  background: linear-gradient(to right, #937A5E, #C0A47F);
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-improvement__title {
    padding-block:calc(15px + var(--leading-trim));
    background: linear-gradient(to bottom right, #937A5E, #C0A47F);
    font-size: 20px
  }
}

.top-improvement__inner {
  --_inline-size: 667px;
  --_padding: 30px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.top-improvement__list {
  margin-block-start:46px;display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 46px;
  row-gap: 50px
}

@media screen and (max-width: 767px) {
  .top-improvement__list {
    margin-block-start:23px;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 22px
  }
}

.top-improvement__buttonWrapper {
  --_inline-size: 800px;
  margin-block-start:80px;margin-inline:auto;padding-inline:12.5px;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-improvement__buttonWrapper {
    margin-block-start:50px
  }
}

.top-suggestion {
  --_background: #F7F4EE;
  margin-block-start:62px;padding-block-start:66px;padding-block-end:60px;background: var(--_background)
}

@media screen and (max-width: 767px) {
  .top-suggestion {
    margin-block-start:42px;
    padding-block-start:38px;padding-block-end:17px}
}

.top-suggestion__inner {
  --_inline-size: 800px;
  padding-inline:12.5px;box-sizing: initial;
  max-inline-size: var(--_inline-size);
  margin-inline:auto}

.top-suggestion__text {
  --_padding: 23px;
  padding-inline:var(--_padding);font-size: 26px;
  line-height: 1.6538461538;
  text-align: center
}

@media screen and (max-width: 767px) {
  .top-suggestion__text {
    font-size:20px;
    line-height: 1.7
  }
}

.top-suggestion__image1 {
  --_inline-size: 488px;
  margin-block-start:45px;inline-size: min(var(--_inline-size),100%);
  margin-inline:auto}

@media screen and (max-width: 767px) {
  .top-suggestion__image1 {
    --_inline-size: calc(310 * var(--min-fluid-ratio));
    margin-block-start:35px}
}

.top-suggestion__image2 {
  margin-block-start:54px;inline-size: 100%
}

@media screen and (max-width: 767px) {
  .top-suggestion__image2 {
    margin-block-start:27px
  }
}

.top-flow {
  margin-block-start:80px;padding-block:60px;background: var(--color-gold)
}

@media screen and (max-width: 767px) {
  .top-flow {
    margin-block-start:42px;
    padding-block:10px}
}

.top-flow__title {
  margin-block-end:46px}

@media screen and (max-width: 767px) {
  .top-flow__title {
    margin-block-end:29px
  }
}

.top-flow__mainTitle {
  display: block;
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-flow__mainTitle {
    font-size:20px
  }
}

.top-flow__subTitle {
  display: block;
  font-size: 18px;
  letter-spacing: .04em
}

@media screen and (max-width: 767px) {
  .top-flow__subTitle {
    font-size:20px;
    letter-spacing: 0em
  }
}

.top-details {
  --_background: #F9F6F0;
  margin-block-start:12px;padding-block-start:28px;padding-block-end:24px;padding-inline:20px;background: var(--_background);
  text-align-last: left;
  line-height: 2.0714285714
}

@media screen and (max-width: 767px) {
  .top-details {
    margin-block-start:20px;
    padding-block:18px;padding-inline-start:20px;line-height: 1.7142857143
  }
}

.top-details__list {
  margin-block-end:2em;display: grid;
  grid-auto-rows: auto;
  justify-items: left;
  row-gap: 3px
}

.top-details__item {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  line-height: 2.0714285714;
  text-align: justify
}

@media screen and (max-width: 767px) {
  .top-details__item {
    font-size:13px;
    line-height: 1.8461538462
  }
}

.top-details__item span {
  color: var(--color-gold)
}

.top-details__subtitle {
  font-size: 14px;
  margin-inline-start:-0.5em}

@media screen and (max-width: 767px) {
  .top-details__subtitle {
    font-size:13px
  }
}

.top-details__description {
  inline-size: 100%;
  font-size: 14px;
  line-height: 2.0714285714;
  text-align: justify
}

@media screen and (max-width: 767px) {
  .top-details__description {
    font-size:13px;
    line-height: 1.8461538462
  }
}

.top-caution {
  margin-block-start:22px;padding-block-start:14px;border-block-start:var(--color-black) solid 1px;text-align-last: left;
  line-height: 1.7142857143
}

@media screen and (max-width: 767px) {
  .top-caution {
    padding-block-start:0;
    border: none;
    line-height: 1.8571428571
  }
}

.top-caution__title {
  font-size: 14px
}

.top-caution__item {
  margin-inline-start:-0.2em;line-height: 2.0714285714
}

@media screen and (max-width: 767px) {
  .top-caution__item {
    line-height:1.8571428571
  }
}

.top-caution__item:last-child {
  margin-inline-start:0}

.top-caution__item:last-child::before {
  content: ""
}

.top-caution__item::before {
  content: "・"
}

.top-qa__title {
  padding-block:calc(75px + var(--leading-trim));inline-size: fit-content;
  margin-inline:auto;font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-qa__title {
    padding-block:53px;
    font-size: 20px
  }
}

.top-ga__bc {
  --_background: #F9F6F0;
  padding-block-start:40px;padding-block-end:60px;background: var(--_background)
}

@media screen and (max-width: 767px) {
  .top-ga__bc {
    padding-block:10px
  }
}

.top-qa__wrapper {
  padding-block-start:73px;padding-block-end:88px}

@media screen and (max-width: 767px) {
  .top-qa__wrapper {
    padding-block:20px
  }
}

.top-faq {
  display: grid;
  grid-auto-rows: auto;
  row-gap: 37px
}

@media screen and (max-width: 767px) {
  .top-faq {
    font-size:13px;
    row-gap: 1em
  }
}

@media screen and (max-width: 767px) {
  .top-faq__item {
    padding-block-end:.5em;
    border-block-end:var(--color-black) solid 1px}
}

.top-faq__question {
  --_color: #937A5E;
  --_icon-size: 1em;
  --_gap: 1em;
  --_icon-offset: calc(var(--_icon-size) + var(--_gap));
  padding-block-end:.5em;padding-inline-start:var(--_icon-offset);inline-size: 100%;
  display: block flow-root;
  color: var(--_color);
  font-size: 16px;
  line-height: 1.5625;
  border-block-end:var(--_color) solid 1px;text-align: justify
}

@media screen and (max-width: 767px) {
  .top-faq__question {
    padding-block-end:0;
    padding-inline-start:0;font-size: 13px;
    line-height: 1.8461538462;
    border: none
  }
}

.top-faq__question::before {
  content: "Q、";
  float: inline-start;
  clip-path: var(--shape-star);
  block-size: var(--_icon-size);
  aspect-ratio: 1;
  margin-inline-start:calc(var(--_icon-offset)*-1)}

@media screen and (max-width: 767px) {
  .top-faq__question::before {
    margin-inline-start:0
  }
}

.top-faq__answer {
  margin-block-start:1em;inline-size: 100%;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify
}

@media screen and (max-width: 767px) {
  .top-faq__answer {
    padding-block-end:.5em;
    margin-block-start:0;font-size: 13px;
    line-height: 1.8461538462
  }
}

.top-reason-menu {
  padding: 100px 0 90px;
}

@media screen and (max-width: 767px) {
  .top-reason-menu {
    padding: 40px 0 20px
  }
}

.top-reason-menu__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top-reason-menu__inner {
    padding:0 !important
  }
}


.top-reason-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .top-reason-menu__list {
    margin-block-start:0;
    grid-template-columns: none;
    row-gap: 25px
  }
}

.top-reason-menu__item {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .top-reason-menu__item {
    height:170px
  }
}
.top-reason-menu-number {
  width: 100px;
  margin: 0 auto;
}
.top-reason-menu__list .item__title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top-reason__image {
  width: 324px;
  margin: 0 auto;
}
.top-reason-menu__item .item__content {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
  line-height: 1.7;
}

.top-banner {
  margin-block-start:80px}

@media screen and (max-width: 767px) {
  .top-banner {
    margin-block-start:20px
  }
}

.top-banner__image1 {
  --_inline-size: 800px;
  margin-inline:auto;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-banner__image1 {
    padding:0 20px
  }
}

.top-banner__image2 {
  --_inline-size: 1000px;
  margin-block-start:80px;margin-inline:auto;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-banner__image2 {
    margin-block-start:35px
  }
}

.top-banner__image3 {
  --_inline-size: 1000px;
  margin-block-start:35px;margin-inline:auto;inline-size: min(var(--_inline-size),100%)
}

@media screen and (max-width: 767px) {
  .top-banner__image3 {
    margin-block-start:20px
  }
}

.top-concept {
  margin-top: 80px
}

.top-concept .top-concept__inner .top-concept__image {
  background: url(../img/top/concept.png) no-repeat;
  background-size: 100%;
  height: 309px
}

.top-concept .top-concept__inner .top-concept__image .top-concept__body .top-concept__title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px
}

.top-concept .top-concept__inner .top-concept__image .top-concept__body .sub-title {
  font-size: x-small
}

.top-concept .top-concept__inner .top-concept__image .top-concept__body .top-concept__main-title {
  font-size: 20px;
  margin: 15px
}

.top-concept .top-concept__inner .top-concept__image .top-concept__body .content {
  text-align: start;
  width: 289px;
  line-height: 20px;
  font-size: 10px;
  margin: auto
}

@media screen and (max-width: 767px) {
  .top-concept .top-concept__inner {
    background:none
  }

  .top-concept .top-concept__inner .top-concept__image {
    background: none;
    height: auto
  }

  .top-concept .top-concept__inner p {
    text-align: start;
    margin: 20px 25px;
    font-weight: lighter;
    line-height: 30px;
    font-size: 15px
  }
}

.top-access {
  margin-block-start:56px;
  padding-block-start:65px;
  padding-block-end:63px;
  background: #F3F2E8;
}
.top-access hr {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .top-access {
    padding-block-start:40px;
  }
}

.top-access__inner {
  --_inline-size: 800px;
  --_padding: 12.5px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  padding-inline:var(--_padding);margin-inline: auto
}

.top-access__title,.top-access__sub-title {
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-access__title,.top-access__sub-title {
    font-size:18px
  }
}

.top-access__sub-title {
  margin: 30px auto
}

.top-access__sub-title.item-2 {
  margin-top: 70px
}

.top-access-map {
  width: 100%;
  height: 380px;
  -webkit-box-shadow: 5px 10px 30px rgba(0,0,0,.2);
  box-shadow: 5px 10px 30px rgba(0,0,0,.2);
  margin: 0 0 40px
}

@media screen and (max-width: 767px) {
  .top-access-map {
    height:260px;
    margin: 0 0 30px
  }
  .top-access__sub-title.item-2 {
    margin-top: 50px;
  }
}
.access-address {
  display: flex;
  align-items: start;
  font-size: 14px;
}
.access-address__term {
  width: 50px;
}
.access-address__description {
  border-left: 1px solid rgba(0,0,0,.2);
  text-align: left;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .access-address {
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
  }
  .access-address__description {
    border: none;
    padding-left: 0;
  }

}
.top-newsColumn {
  margin-block-start:77px;margin-block-end:98px}

@media screen and (max-width: 767px) {
  .top-newsColumn {
    margin-block-start:50px;
    margin-block-end:30px
  }
}

.top-newsColumn__inner {
  --_inline-size: 800px;
  box-sizing: initial;
  max-inline-size: var(--_inline-size);
  margin-inline:auto}

.top-newsColumn__title {
  display: grid;
  grid-auto-rows: auto
}

.top-newsColumn__mainTitle {
  display: block;
  font-size: 26px
}

@media screen and (max-width: 767px) {
  .top-newsColumn__mainTitle {
    font-size:20px
  }
}

.top-newsColumn__subTitle {
  font-family: var(--second-font);
  font-size: 15px;
  letter-spacing: .02em
}

@media screen and (max-width: 767px) {
  .top-newsColumn__subTitle {
    margin-bottom: 30px;
  }
}

.page-news {
  margin-block-start:31px;display: block grid;
  grid-template-columns: auto 1fr
}

@media screen and (max-width: 767px) {
  .page-news {
    margin-block-start:35px;
    grid-template-columns: none;
    grid-auto-rows: auto
  }
}

.page-news__item {
  --_duration: .4s;
  display: block grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  column-gap: 61px;
  padding-block:calc(24px + var(--leading-trim));padding-inline-start: 20px;
  border-block-end:1px solid #717071;transition: var(--_duration);
  cursor: pointer;
  text-align: justify
}

@media screen and (max-width: 767px) {
  .page-news__item {
    grid-template-columns:none;
    padding: .5em 0;
  }
}

.page-news__item:first-child {
  border-block-start:1px solid #717071}

@media(any-hover: hover) {
  .page-news__item:hover {
    opacity:.6
  }
}

.page-news__item:focus-visible {
  opacity: .6
}

.page-news__link {
  display: contents
}

.page-news__date {
  --_color: #AE2256;
  font-size: 15px;
  color: var(--_color)
}

@media screen and (max-width: 767px) {
  .page-news__date {
    line-height:1.7333333333
  }
}

.page-news__title {
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .page-news__title {
    line-height:1.7333333333
  }
}

h2 {
  font-size: 24px;
  margin: 0 auto;
}
h2 + hr {
  background: rgba(62, 58, 57, .3);
  height: 1px;
  margin: 10px auto 0;
  width: 220px;
}
.top-trouble-menu hr {
  width: 170px;
}
.top-case hr {
  width: 110px;
}
h2 + hr + span {
  font-size: 20px;
  display: block;
  margin-top: 15px;
  color: #B69A7F;
}
.top-recommend-menu {
  background: #F6E2E7;
  padding: 90px 0 80px;
}
.top-recommend-menu__list {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-recommend-menu__list li {
  width: 480px;
  margin-bottom: 20px;
}
.top-campaign {
  margin: 70px 0 90px;
}
.top-campaign__list {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-campaign__list li {
  width: 220px;
}
.top-case {
  margin: 90px 0;
}
.top-case__list {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-case__item {
  width: 475px;
  margin-bottom: 60px;
}
.top-case__link {
  width: 340px;
  margin: 0 auto;
}
.top-center-banner {
  width: 1000px;
  margin: 0 auto;
}
section.top-center-banners {
  margin-top: 60px;
  padding: 60px 0;
  background: #F3F2E8;
}
div.top-center-banners {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.top-center-banners__item {
  width: 475px;
}
.top-jisseki {
  padding: 40px 0 80px;
}
.top-jisseki__title {
  font-size: 42px;
}
.top-jisseki__title span {
  color: #927A5F;
  font-size: 94px;
}
.top-jisseki__title span:first-child {
  background: url(../img/top2025/jisseki-bg.png) no-repeat;
  background-position: bottom center;
}
.top-jisseki__title span:nth-child(2) {
  font-size: 52px;
}
.top-jisseki__inner {
  width: 1000px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-jisseki__item {
  width: 310px;
  background: #F4F4F4;
  padding-top: 20px;
}
.top-jisseki__box {
  border: 1px solid #927A5F;
  color: #927A5F;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 90px;
  font-size: 67px;
  margin-top: 20px;
}
.top-jisseki__box span {
  font-size: 24px;
  color: #555;
  padding-top: 1em;
}
.top-doctor {
  background: #F3F2E8;
  background: url(../img/top2025/doctor-bg.png) no-repeat;
  background-size: 1920px 515px;
  background-position: top center;
}
.top-doctor__inner {
  width: 1000px;
  height: 534px;
  margin: 0 auto;

}
.top-doctor__inner__box {
  text-align: left;
  margin: 0;
  padding-top: 60px;
}
.top-doctor__title {
  text-align: left;
  font-size: 30px;
}
.top-doctor__content {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
.top-sns__inner {
  width: 1000px;
  margin: 0 auto;
}
.top-sns__box__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.top-sns__box__item {
  width: 220px;
}


@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  h2 + hr,
  .top-trouble-menu hr,
  .top-case hr,
  .top-access hr
  {
    width: 100%;
  }

  .top-price-menu__inner,
  .top-trouble-menu__inner,
  .top-recommend-menu__list,
  .top-campaign__list,
  .top-campaign__inner,
  .top-trouble-menu__list,
  .top-reason-menu__list,
  .top-case__list,
  .top-center-banner,
  .top-jisseki__inner,
  .top-reason-menu__inner,
  div.top-center-banners,
  .top-doctor__inner,
  .top-doctor__inner__box,
  .top-sns__inner,
  .top-treatment-menu__inner,
  .top-reason-menu__item{
    width: 100%;
  }
  .top-recommend-menu__list,
  .top-reason-menu__list,
  .top-sns__box__list
  {
    flex-direction: column;
  }
  .top-doctor__inner {
    height: initial;
    width: 100%;
    background-image: none;
  }
  div.top-center-banners,
  .top-jisseki__inner {
    margin-top: 30px;
    flex-direction: column;
  }
  .top-center-banners__item {
    width: 90%;
  }
  .top-recommend-menu {
    padding: 40px 0;
  }
  .top-recommend-menu__list li {
    width: 90%;
    margin-bottom: 0;
  }
  .top-campaign {
    margin: 40px 0;
  }
  .top-trouble-menu {
    padding: 30px 0;
  }
  .top-trouble-menu__list {
    margin: 30px 0 0;
    justify-content: space-evenly;
  }
  .top-trouble-menu__item {
    width: 42%;
    height: fit-content;
  }
  .top-treatment-menu__item {
    width: 42%;
    height: 50px;
    font-size: 14px;
  }
  .top-case {
    margin: 40px 0;
  }
  .top-case__item {
    width: 82%;
    margin: 0 auto 20px;
  }
  .top-case__link {
    width: 82%;
  }
  .top-reason-menu__inner h2 {
    font-size: 20px;
  }
  .top-reason-menu__item {
    width: 82%;
    margin: 0 9%;
    height: auto;
  }
  .top-center-banner {
    width: 82%;
  }
  section.top-center-banners {
    margin-top: 0;
    padding: 30px 0;
  }
  .top-center-banners__item:first-child {
    margin-bottom: 10px;
  }
  .top-jisseki {
    padding-bottom: 0;
  }
  .top-jisseki__title span {
    line-height: 1;
  }
  .top-jisseki__item {
    width: 82%;
    font-size: 22px;
    margin-bottom: 50px;
  }
  .top-doctor__inner__box {
    padding-top: 30px;
  }
  .top-doctor__title {
    text-align: center;
    font-size: 22px;
  }
  .top-doctor__content {
    width: 90%;
    font-size: 12px;
    margin: 20px auto 0;
  }
  .top-doctor {
    background: #F3F2E8;
  }
  .page-news {
    width: 90%;
    margin: 0 auto;
  }
  .top-sns__box__list {
    margin-top: 20px;
  }
  .top-sns__box__item {
    width: 93%;
    margin: 0 auto 10px;
  }

  .top-sns__box {
    margin-top: 30px;
  }
  .top-recommend-menu__list,
  .top-case__list{
    margin-top: 30px;
  }

  .top-campaign__list li {
    margin: 0 10px;
  }
  .top-price-menu__inner {
    width: 90%;
    padding: 0;
    margin-bottom: 20px;
  }
  .top-price-menu__list .slick-prev {
    left: -10px;
  }
  .top-price-menu__list .slick-next {
    right: -10px;
  }
  .top-campaign__list {
    margin-top: 30px;
  }
  .top-campaign__list .slick-prev {
    left: 40px;
  }
  .top-campaign__list .slick-next {
    right: 40px;
  }
}
